element {
  --primary-40: #5f9e98;
  --secondary-40: #486966;
  --tertiary-40: #889c9b;
  --neutral-40: #afbabc;
  --neutral-variant-40: #303334;
  --raecks-40: #dd252a;
}
.btn,
.wp-element-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Container-Lowest, #fff);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  width: max-content;
  white-space: nowrap;
  height: 48px;
  gap: 4px;
  transition: 0.3s;
  border-radius: 80px;
  color: var(--UI-blue-primary, #5b94ff);
}
.btn:disabled {
  pointer-events: none;
}
.btn-md {
  width: 158px;
  max-width: 100%;
}
.btn-block {
  width: 100%;
}

.btn-default, .is-style-btn-green .wp-block-button__link {
  background: #5f9e98;
  color: #fff;
}
.btn-primary,
.wp-block-button__link {
  background: var(--raecks-40, #dd252a);
  color: #fff;
}
.btn-primary:disabled {
  color: #580f11;
  border: 1px solid #580f11;
  background: none;
}
.btn-primary.btn-reverse:disabled {
  color: #fff;
  border: 1px solid #fff;
}
.btn-center {
  margin-left: auto;
  margin-right: auto;
}
.btn-border {
  border: 5px solid #fac8c9;
}
.btn-gray {
  border: 1px solid var(--raecks-40, #dd252a);
  background: var(--Container-Low, #f7f8f8);
  color: var(--raecks-40, #dd252a);
  font-weight: 300;
  padding: 5px 11px 5px 5px;
}
.btn-gray span {
  flex-grow: 1;
  text-align: center;
}
.btn-gray img {
  max-height: 100%;
  max-width: 100%;
}
.btn-animate {
  box-shadow: 0 0 0 0 rgb(250 200 201 / 50%);
  -webkit-animation: pulse 1.5s infinite;
}
.btn-animate:hover {
  -webkit-animation: none;
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgb(250 200 201 / 0%);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(250 200 201 / 0%);
  }
}
.btn-border-white, .is-style-outline  .wp-block-button__link {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-border-black {
  border: 1px solid var(--neutral-variant-40, #303334);
  color: var(--neutral-variant-40, #303334);
  background: transparent;
}
.btn-sm {
  padding: 6px 15px;
  height: 30px;
}
.btn-red {
  border: 1px solid var(--raecks-40, #dd252a);
  color: var(--raecks-40, #dd252a);
  background: var(--Styles-White, #fff);
}
.btn-default:hover {
}
.btn-primary:hover {
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
   border-radius: 16px;
}
.wp-block-image.is-style-ratio-1-1 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* 16:9 */
.wp-block-image.is-style-ratio-16-9 img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* 3:4 */
.wp-block-image.is-style-ratio-3-4 img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* 4:5 */
.wp-block-image.is-style-ratio-4-5 img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* 2:3 */
.wp-block-image.is-style-ratio-2-3 img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.wp-block-list li + li {
  margin-top: 8px;
}
.wp-block-list {
font-size: 16px;
line-height: 23px; /* 143.75% */
letter-spacing: 0.08px;
    padding-left: 16px;
}

.editor-styles-wrapper {
  font-family: "Inter", sans-serif;
}
/* Text colors */
.has-brand-gray-dark-color {
  color: #303334 !important;
}
.has-brand-grey-color {
  color: #595c5d !important;
}
.has-brand-grey-light-color {
  color: #dfe3e4 !important;
}
.has-brand-white-dark-color {
  color: #eff1f2 !important;
}
.has-brand-white-light-color {
  color: #f7f8f8 !important;
}
.has-brand-white-color {
  color: #ffffff !important;
}
.has-brand-green-dark-color {
  color: #486966 !important;
}
.has-brand-green-light-color {
  color: #889c9b !important;
}
.has-brand-green-color {
  color: #5f9e98 !important;
}
.has-brand-red-color {
  color: #dd252a !important;
}

/* Background colors */
.has-brand-gray-dark-background-color {
  background-color: #303334 !important;
}
.has-brand-grey-background-color {
  background-color: #595c5d !important;
}
.has-brand-grey-light-background-color {
  background-color: #dfe3e4 !important;
}
.has-brand-white-dark-background-color {
  background-color: #eff1f2 !important;
}
.has-brand-white-light-background-color {
  background-color: #f7f8f8 !important;
}
.has-brand-white-background-color {
  background-color: #ffffff !important;
}
.has-brand-green-dark-background-color {
  background-color: #486966 !important;
}
.has-brand-green-light-background-color {
  background-color: #889c9b !important;
}
.has-brand-green-background-color {
  background-color: #5f9e98 !important;
}
.has-brand-red-background-color {
  background-color: #dd252a !important;
}

/* Border colors */
.has-brand-gray-dark-border-color {
  border-color: #303334 !important;
}
.has-brand-grey-border-color {
  border-color: #595c5d !important;
}
.has-brand-grey-light-border-color {
  border-color: #dfe3e4 !important;
}
.has-brand-white-dark-border-color {
  border-color: #eff1f2 !important;
}
.has-brand-white-light-border-color {
  border-color: #f7f8f8 !important;
}
.has-brand-white-border-color {
  border-color: #ffffff !important;
}
.has-brand-green-dark-border-color {
  border-color: #486966 !important;
}
.has-brand-green-light-border-color {
  border-color: #889c9b !important;
}
.has-brand-green-border-color {
  border-color: #5f9e98 !important;
}
.has-brand-red-border-color {
  border-color: #dd252a !important;
}

.h1,
.description h1 {
  font-size: 94px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.41px;
}
.h2,
.description h2 {
  font-size: 59px;
  font-weight: 500;
  line-height: 62px; /* 105.085% */
  letter-spacing: -0.295px;
}
.h3,
.description h3 {
  font-size: 47px;
  font-weight: 500;
  line-height: normal;
}
.h4,
.description h4 {
  font-size: 33px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.083px;
}
.h5,
.description h5,
.wp-block-media-text p,
.wp-block-quote p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.h6,
.description h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px; /* 160% */
  letter-spacing: 0.03px;
}
.h7 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.024px;
}
.h8 {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
  letter-spacing: 0.013px;
}
.subtitle1,
.is-style-subtitle-1 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: 0.024px;
}
.subtitle2,
.is-style-subtitle-2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.014px;
}
.body1,
.is-style-body-1,
.description p,
.description ul,
.description ol {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.08px;
}
.body2,
.is-style-body-2,
.wp-block-preformatted {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.body3,
.is-style-body-3 {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.03px;
}
.wp-block-verse {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.27px;
  text-transform: uppercase;
}
.wp-block-verse + .wp-block-heading {
  margin-top: 11px;
}
.overline {
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
html :where(.wp-block),
html :where(.wp-block-heading),
html :where(.wp-block-list),
html :where(.is-paragraph) {
  margin-bottom: 14px;
  margin-top: 14px;
}
html :where(.wp-block-columns) {
    margin-bottom: 32px;
  margin-top: 32px;
}

:root {
  --wp--preset--spacing--spacer-24: 24px;
  --wp--preset--spacing--spacer-36: 36px;
  --wp--preset--spacing--spacer-48: 48px;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 33px;
}
@media (max-width: 1300px) {
  .h1,
  .description h1 {
    font-size: 75px;
    letter-spacing: -1.125px;
  }
  .h2,
  .description h2 {
    font-size: 50px;
    letter-spacing: -0.25px;
  }
  .h3,
  .description h3 {
    font-size: 38px;
  }
  .h4,
  .description h4 {
    font-size: 30px;
    letter-spacing: 0.075px;
  }
  .h5,
  .description h5,
  .wp-block-media-text p,
  .wp-block-quote p {
    font-size: 22px;
  }
  .body1,
  .is-style-body-1,
  .description p,
  .description ul,
  .description ol {
    line-height: 24px;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 24px;
}
}

@media (max-width: 800px) {
  .h1,
  .description h1 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0;
  }
  .h2,
  .description h2 {
    font-size: 30px;
    letter-spacing: -0.15px;
    line-height: 33px;
  }
  .h3,
  .description h3 {
    font-size: 25px;
    line-height: 28px;
  }
  .h4,
  .description h4 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: normal;
  }
  .h5,
  .description h5,
  .wp-block-media-text p,
  .wp-block-quote p {
    font-size: 18px;
    line-height: 20px;
  }
  .h6,
  .description h6 {
    font-size: 16px;
    letter-spacing: 0.024px;
    line-height: 18px;
  }
  .body2,
  .is-style-body-2,
  .wp-block-preformatted {
    font-size: 13px;
    letter-spacing: 0.065px;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 18px;
}
}
