/* lexend-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/lexend-v24-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 200;
  src: url("../../assets/fonts/lexend-v24-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/lexend-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/lexend-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/lexend-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/lexend-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/lexend-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/lexend-v24-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 900;
  src: url("../../assets/fonts/lexend-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1,
h2,
h3,
h4,
h5,
p,
a,
li,
.wpcf7-not-valid-tip {
  font-family: "Lexend";
  margin: 0;
}

body {
  font-family: aktiv-grotesk, sans-serif;
}

p,
a,
ul,
ol,
li {
  font-size: clamp(16px, 2vw, 18px);
  line-height: calc(clamp(16px, 2vw, 18px) * 1.5);
  font-weight: 300;
}

p {
  font-weight: 300;
}

.heading-xl, h1 {
  font-size: clamp(26px, 6vw, 40px);
  line-height: calc(clamp(26px, 6vw, 40px) * 1.2);
  font-weight: 300;
}

.heading-lg, h2 {
  font-size: clamp(30px, 5vw, 36px);
  line-height: calc(clamp(30px, 5vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-md, h3 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: calc(clamp(24px, 4vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-sm, h4 {
  font-size: clamp(20px, 3vw, 28px);
  line-height: calc(clamp(20px, 3vw, 28px) * 1.2);
  font-weight: 300;
}

.heading-xs, h5 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: calc(clamp(18px, 2.5vw, 24px) * 1.2);
  font-weight: 300;
}

.heading-xxs, h6 {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: calc(clamp(18px, 2.2vw, 24px) * 1.2);
  font-weight: 300;
}

h1 {
  background-color: #2fa3f2;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
}

h2 {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
}

header {
  background-color: #dfdfdf;
  position: sticky;
}

@media only screen and (max-width: 991px) {
  #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
    width: 75% !important;
    max-width: 500px;
  }
  #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
    right: -75%;
  }
}
@media (max-width: 575.98px) {
  #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
    width: 85% !important;
  }
  #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
    right: -85%;
  }
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {
  padding-left: 0;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(even) {
  padding-right: 0;
}

footer {
  background-color: rgb(72, 131, 97);
}

body {
  background-color: #f2f2f2;
  overflow-x: hidden;
}

.container-fluid {
  max-width: 1400px;
}
/* lexend-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/lexend-v24-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 200;
  src: url("../../assets/fonts/lexend-v24-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/lexend-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/lexend-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/lexend-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/lexend-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/lexend-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/lexend-v24-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 900;
  src: url("../../assets/fonts/lexend-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1,
h2,
h3,
h4,
h5,
p,
a,
li,
.wpcf7-not-valid-tip {
  font-family: "Lexend";
  margin: 0;
}

body {
  font-family: aktiv-grotesk, sans-serif;
}

p,
a,
ul,
ol,
li {
  font-size: clamp(16px, 2vw, 18px);
  line-height: calc(clamp(16px, 2vw, 18px) * 1.5);
  font-weight: 300;
}

p {
  font-weight: 300;
}

.heading-xl, h1 {
  font-size: clamp(26px, 6vw, 40px);
  line-height: calc(clamp(26px, 6vw, 40px) * 1.2);
  font-weight: 300;
}

.heading-lg, h2 {
  font-size: clamp(30px, 5vw, 36px);
  line-height: calc(clamp(30px, 5vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-md, h3 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: calc(clamp(24px, 4vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-sm, h4 {
  font-size: clamp(20px, 3vw, 28px);
  line-height: calc(clamp(20px, 3vw, 28px) * 1.2);
  font-weight: 300;
}

.heading-xs, h5 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: calc(clamp(18px, 2.5vw, 24px) * 1.2);
  font-weight: 300;
}

.heading-xxs, h6 {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: calc(clamp(18px, 2.2vw, 24px) * 1.2);
  font-weight: 300;
}

h1 {
  background-color: #2fa3f2;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
}

h2 {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
}

.mob-block-contact-form .row-contact {
  background-color: white;
  padding: 10px 10px 10px 10px;
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .mob-block-contact-form .row-contact {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .mob-block-contact-form .row-contact {
    padding: 40px 10px;
  }
}
.mob-block-contact-form .row-contact .col-lg-12 {
  padding: 0;
}
.mob-block-contact-form__link {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
}
.mob-block-contact-form__link a {
  background-color: white;
  padding: 20px 40px;
  border-radius: 40px;
  text-decoration: none;
  color: #2fa3f2;
  font-weight: 700;
}
.mob-block-contact-form__wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 767.98px) {
  .mob-block-contact-form__wrapper {
    flex-direction: column;
    padding: 0 20px;
  }
}
.mob-block-contact-form__wrapper .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding-right: 100px;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .mob-block-contact-form__wrapper .content {
    padding-right: 50px;
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .mob-block-contact-form__wrapper .content {
    width: 100%;
    padding: 0;
  }
}
.mob-block-contact-form__wrapper .content h1 {
  background: none;
  padding: 0;
  font-weight: 600;
  font-size: 2em;
  color: #c3026b;
}
.mob-block-contact-form__wrapper .content p {
  font-size: 0.9em;
  line-height: 1.6em;
}
.mob-block-contact-form__wrapper .content .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mob-block-contact-form__wrapper .content .wpcf7-form input[type=text],
.mob-block-contact-form__wrapper .content .wpcf7-form input[type=email],
.mob-block-contact-form__wrapper .content .wpcf7-form input[type=tel],
.mob-block-contact-form__wrapper .content .wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dedede;
  font-family: "Lexend";
  background-color: #eaeaea;
  padding: 10px;
  border-bottom: 2px solid #eaeaea;
}
.mob-block-contact-form__wrapper .content .wpcf7-form input[type=text]::-moz-placeholder, .mob-block-contact-form__wrapper .content .wpcf7-form input[type=email]::-moz-placeholder, .mob-block-contact-form__wrapper .content .wpcf7-form input[type=tel]::-moz-placeholder, .mob-block-contact-form__wrapper .content .wpcf7-form textarea::-moz-placeholder {
  font-family: "Lexend";
}
.mob-block-contact-form__wrapper .content .wpcf7-form input[type=text]::placeholder,
.mob-block-contact-form__wrapper .content .wpcf7-form input[type=email]::placeholder,
.mob-block-contact-form__wrapper .content .wpcf7-form input[type=tel]::placeholder,
.mob-block-contact-form__wrapper .content .wpcf7-form textarea::placeholder {
  font-family: "Lexend";
}
.mob-block-contact-form__wrapper .content .wpcf7-form input[type=text]:focus,
.mob-block-contact-form__wrapper .content .wpcf7-form input[type=email]:focus,
.mob-block-contact-form__wrapper .content .wpcf7-form input[type=tel]:focus,
.mob-block-contact-form__wrapper .content .wpcf7-form textarea:focus {
  outline: none;
  border-bottom: 2px solid #2fa3f2;
}
.mob-block-contact-form__wrapper .content .wpcf7-form textarea {
  height: 150px;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-submit,
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-response-output {
  background-color: #2fa3f2;
  color: white;
  font-family: "Lexend";
  border: none;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-submit {
  padding: 10px;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.6;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-response-output {
  font-family: "Lexend";
  border: none;
  padding: 10px 30px;
  font-size: 0.8em;
  text-align: center;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.7em;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-spinner {
  display: none;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-list-item label {
  display: flex;
  gap: 20px;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-list-item label input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  accent-color: #2fa3f2;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-list-item label .wpcf7-list-item-label {
  font-family: "Lexend";
  transform: translateY(-2px);
  font-size: 0.9em;
}
.mob-block-contact-form__wrapper .content .wpcf7-form .wpcf7-list-item label a {
  font-size: 1em;
}
.mob-block-contact-form__wrapper img {
  width: 50%;
  border-radius: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .mob-block-contact-form__wrapper img {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .mob-block-contact-form__wrapper img {
    width: 100%;
    display: none;
  }
}
.mob-block-contact-form__wrapper .success {
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(195, 2, 107);
  background: linear-gradient(180deg, rgb(195, 2, 107) 0%, rgb(170, 0, 102) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3026b",endColorstr="#aa0066",GradientType=1);
  height: 100%;
  width: 49%;
  border-radius: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transform: translateX(100%);
}
@media (max-width: 767.98px) {
  .mob-block-contact-form__wrapper .success {
    width: 100%;
  }
}
.mob-block-contact-form__wrapper .success h2 {
  font-weight: 600;
  color: #2fa3f2;
}
.mob-block-contact-form__wrapper .success p {
  color: white;
}

/* lexend-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/lexend-v24-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 200;
  src: url("../../assets/fonts/lexend-v24-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/lexend-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/lexend-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/lexend-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/lexend-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/lexend-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/lexend-v24-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 900;
  src: url("../../assets/fonts/lexend-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1,
h2,
h3,
h4,
h5,
p,
a,
li,
.wpcf7-not-valid-tip {
  font-family: "Lexend";
  margin: 0;
}

body {
  font-family: aktiv-grotesk, sans-serif;
}

p,
a,
ul,
ol,
li {
  font-size: clamp(16px, 2vw, 18px);
  line-height: calc(clamp(16px, 2vw, 18px) * 1.5);
  font-weight: 300;
}

p {
  font-weight: 300;
}

.heading-xl, h1 {
  font-size: clamp(26px, 6vw, 40px);
  line-height: calc(clamp(26px, 6vw, 40px) * 1.2);
  font-weight: 300;
}

.heading-lg, h2 {
  font-size: clamp(30px, 5vw, 36px);
  line-height: calc(clamp(30px, 5vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-md, h3 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: calc(clamp(24px, 4vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-sm, h4 {
  font-size: clamp(20px, 3vw, 28px);
  line-height: calc(clamp(20px, 3vw, 28px) * 1.2);
  font-weight: 300;
}

.heading-xs, h5 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: calc(clamp(18px, 2.5vw, 24px) * 1.2);
  font-weight: 300;
}

.heading-xxs, h6 {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: calc(clamp(18px, 2.2vw, 24px) * 1.2);
  font-weight: 300;
}

h1 {
  background-color: #2fa3f2;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
}

h2 {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
}

.mob-block-large-image-header {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .mob-block-large-image-header {
    margin: 0;
  }
}
.mob-block-large-image-header .row {
  background: rgb(195, 2, 107);
  background: linear-gradient(180deg, rgb(195, 2, 107) 0%, rgb(170, 0, 102) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3026b",endColorstr="#aa0066",GradientType=1);
  border-radius: 40px;
  padding: 0 0 50px 50px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .mob-block-large-image-header .row {
    padding: 0 0 40px 40px;
    border-radius: 0;
  }
}
.mob-block-large-image-header .row .col-lg-12 {
  padding: 0;
}
.mob-block-large-image-header__wrapper {
  display: flex;
}
@media (max-width: 991.98px) {
  .mob-block-large-image-header__wrapper {
    flex-direction: column-reverse;
  }
}
.mob-block-large-image-header__wrapper img {
  width: 55%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mob-block-large-image-header__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-top: 50px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .mob-block-large-image-header__content {
    width: 100%;
  }
}
.mob-block-large-image-header__content .logo {
  width: 220px;
  margin-bottom: 30px;
}
.mob-block-large-image-header__content h1:first-of-type {
  padding-top: 20px;
}
.mob-block-large-image-header__content h1:last-of-type {
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .mob-block-large-image-header__content h1 {
    background: none;
    color: white;
    padding: 0;
    font-weight: 700;
  }
}
.mob-block-large-image-header__content .features {
  margin: 20px 0;
}
@media (max-width: 991.98px) {
  .mob-block-large-image-header__content .features {
    margin: 0 0 20px 0;
  }
}
.mob-block-large-image-header__content .features p {
  color: white;
}
.mob-block-large-image-header__content a {
  background: rgb(47, 163, 242);
  background: linear-gradient(180deg, rgb(47, 163, 242) 0%, rgb(17, 140, 209) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2fa3f2",endColorstr="#118cd1",GradientType=1);
  border-radius: 40px;
  padding: 10px 30px;
  font-family: "Lexend";
}
@media (max-width: 991.98px) {
  .mob-block-large-image-header .img-large-image-header {
    width: 100%;
    height: 350px;
    -o-object-position: top right;
    object-position: top right;
  }
}
@charset "UTF-8";
/* lexend-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/lexend-v24-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 200;
  src: url("../../assets/fonts/lexend-v24-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/lexend-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/lexend-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/lexend-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/lexend-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/lexend-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/lexend-v24-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 900;
  src: url("../../assets/fonts/lexend-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1,
h2,
h3,
h4,
h5,
p,
a,
li,
.wpcf7-not-valid-tip {
  font-family: "Lexend";
  margin: 0;
}

body {
  font-family: aktiv-grotesk, sans-serif;
}

p,
a,
ul,
ol,
li {
  font-size: clamp(16px, 2vw, 18px);
  line-height: calc(clamp(16px, 2vw, 18px) * 1.5);
  font-weight: 300;
}

p {
  font-weight: 300;
}

.heading-xl, h1 {
  font-size: clamp(26px, 6vw, 40px);
  line-height: calc(clamp(26px, 6vw, 40px) * 1.2);
  font-weight: 300;
}

.heading-lg, h2 {
  font-size: clamp(30px, 5vw, 36px);
  line-height: calc(clamp(30px, 5vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-md, h3 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: calc(clamp(24px, 4vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-sm, h4 {
  font-size: clamp(20px, 3vw, 28px);
  line-height: calc(clamp(20px, 3vw, 28px) * 1.2);
  font-weight: 300;
}

.heading-xs, h5 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: calc(clamp(18px, 2.5vw, 24px) * 1.2);
  font-weight: 300;
}

.heading-xxs, h6 {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: calc(clamp(18px, 2.2vw, 24px) * 1.2);
  font-weight: 300;
}

h1 {
  background-color: #2fa3f2;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
}

h2 {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
}

.mob-block-text-image-splits {
  margin: 40px 0;
}
@media (max-width: 991.98px) {
  .mob-block-text-image-splits {
    margin: 0;
  }
}
.mob-block-text-image-splits .row {
  background: white;
  border-radius: 40px;
  padding: 50px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .mob-block-text-image-splits .row {
    border-radius: 0;
    padding: 30px;
  }
}
.mob-block-text-image-splits .item-wrapper:last-of-type img {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .mob-block-text-image-splits .item-wrapper {
    margin: 40px 0;
  }
}
.mob-block-text-image-splits .text_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mob-block-text-image-splits .text_content h2 {
  padding: 10px 20px;
  background-color: #2fa3f2;
}
.mob-block-text-image-splits .text_content h2:first-of-type {
  padding-top: 20px;
}
.mob-block-text-image-splits .text_content h2:last-of-type {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .mob-block-text-image-splits .text_content h2 {
    padding: 0 !important;
    background: none !important;
    color: #2fa3f2;
  }
}
.mob-block-text-image-splits .text_content h3 {
  color: #c3026b;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .mob-block-text-image-splits .text_content h3 {
    margin-bottom: 20px;
  }
}
.mob-block-text-image-splits .text_content h4 {
  color: #c3026b;
  font-size: 1.2em;
  font-weight: 700;
}
.mob-block-text-image-splits .text_content p {
  margin-bottom: 20px;
}
.mob-block-text-image-splits .text_content ul {
  list-style: none;
  padding: 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.mob-block-text-image-splits .text_content ul li {
  position: relative;
  text-indent: 0;
  padding-left: 30px;
}
.mob-block-text-image-splits .text_content ul li::before {
  content: "✔";
  position: absolute;
  transform: translateX(-100%);
  color: purple;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
}
.mob-block-text-image-splits .image_content.left-column {
  margin-right: 40px;
}
@media (max-width: 991.98px) {
  .mob-block-text-image-splits .image_content.left-column {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .mob-block-text-image-splits .image_content.left-column img {
    margin-bottom: 20px;
  }
}
.mob-block-text-image-splits .image_content.right-column {
  margin-left: 40px;
}
@media (max-width: 991.98px) {
  .mob-block-text-image-splits .image_content.right-column {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .mob-block-text-image-splits .image_content.right-column img {
    margin-bottom: 20px;
  }
}
.mob-block-text-image-splits img {
  width: 100%;
  margin-bottom: 80px;
  border-radius: 40px;
}
/* lexend-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/lexend-v24-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 200;
  src: url("../../assets/fonts/lexend-v24-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/lexend-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/lexend-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/lexend-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/lexend-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/lexend-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/lexend-v24-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 900;
  src: url("../../assets/fonts/lexend-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1,
h2,
h3,
h4,
h5,
p,
a,
li,
.wpcf7-not-valid-tip {
  font-family: "Lexend";
  margin: 0;
}

body {
  font-family: aktiv-grotesk, sans-serif;
}

p,
a,
ul,
ol,
li {
  font-size: clamp(16px, 2vw, 18px);
  line-height: calc(clamp(16px, 2vw, 18px) * 1.5);
  font-weight: 300;
}

p {
  font-weight: 300;
}

.heading-xl, h1 {
  font-size: clamp(26px, 6vw, 40px);
  line-height: calc(clamp(26px, 6vw, 40px) * 1.2);
  font-weight: 300;
}

.heading-lg, h2 {
  font-size: clamp(30px, 5vw, 36px);
  line-height: calc(clamp(30px, 5vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-md, h3 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: calc(clamp(24px, 4vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-sm, h4 {
  font-size: clamp(20px, 3vw, 28px);
  line-height: calc(clamp(20px, 3vw, 28px) * 1.2);
  font-weight: 300;
}

.heading-xs, h5 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: calc(clamp(18px, 2.5vw, 24px) * 1.2);
  font-weight: 300;
}

.heading-xxs, h6 {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: calc(clamp(18px, 2.2vw, 24px) * 1.2);
  font-weight: 300;
}

h1 {
  background-color: #2fa3f2;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
}

h2 {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
}

.armstrong-block-text-video-split .row {
  background: white;
  border-radius: 40px;
  padding: 40px 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .armstrong-block-text-video-split .row {
    padding: 0 0 40px 0;
    margin-bottom: 40px;
    border-radius: 0;
  }
}
.armstrong-block-text-video-split .row .col-lg-12 {
  padding: 0;
}
.armstrong-block-text-video-split__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .armstrong-block-text-video-split__wrapper {
    flex-direction: column;
  }
}
.armstrong-block-text-video-split__wrapper video {
  -o-object-fit: contain;
  object-fit: contain;
  width: 50%;
}
@media (max-width: 991.98px) {
  .armstrong-block-text-video-split__wrapper video {
    width: 100%;
  }
}
.armstrong-block-text-video-split__wrapper .content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 991.98px) {
  .armstrong-block-text-video-split__wrapper .content {
    width: 100%;
  }
}
.armstrong-block-text-video-split__wrapper .content h2 {
  padding: 10px 20px;
  background-color: #2fa3f2;
}
.armstrong-block-text-video-split__wrapper .content h2:first-of-type {
  padding-top: 20px;
}
.armstrong-block-text-video-split__wrapper .content h2:last-of-type {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.armstrong-block-text-video-split__wrapper .content h5 {
  margin-bottom: 10px;
}
.armstrong-block-text-video-split__wrapper .content p {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 1em;
}
.armstrong-block-text-video-split__wrapper .content p:last-child {
  margin: 0;
}
@charset "UTF-8";
/* lexend-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100;
  src: url("../../assets/fonts/lexend-v24-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 200;
  src: url("../../assets/fonts/lexend-v24-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  src: url("../../assets/fonts/lexend-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/lexend-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/lexend-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/lexend-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/lexend-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/lexend-v24-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend";
  font-style: normal;
  font-weight: 900;
  src: url("../../assets/fonts/lexend-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1,
h2,
h3,
h4,
h5,
p,
a,
li,
.wpcf7-not-valid-tip {
  font-family: "Lexend";
  margin: 0;
}

body {
  font-family: aktiv-grotesk, sans-serif;
}

p,
a,
ul,
ol,
li {
  font-size: clamp(16px, 2vw, 18px);
  line-height: calc(clamp(16px, 2vw, 18px) * 1.5);
  font-weight: 300;
}

p {
  font-weight: 300;
}

.heading-xl, h1 {
  font-size: clamp(26px, 6vw, 40px);
  line-height: calc(clamp(26px, 6vw, 40px) * 1.2);
  font-weight: 300;
}

.heading-lg, h2 {
  font-size: clamp(30px, 5vw, 36px);
  line-height: calc(clamp(30px, 5vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-md, h3 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: calc(clamp(24px, 4vw, 36px) * 1.2);
  font-weight: 300;
}

.heading-sm, h4 {
  font-size: clamp(20px, 3vw, 28px);
  line-height: calc(clamp(20px, 3vw, 28px) * 1.2);
  font-weight: 300;
}

.heading-xs, h5 {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: calc(clamp(18px, 2.5vw, 24px) * 1.2);
  font-weight: 300;
}

.heading-xxs, h6 {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: calc(clamp(18px, 2.2vw, 24px) * 1.2);
  font-weight: 300;
}

h1 {
  background-color: #2fa3f2;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
}

h2 {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
}

.mob-block-two-text-columns .row {
  background: rgb(47, 163, 242);
  background: linear-gradient(180deg, rgb(47, 163, 242) 0%, rgb(17, 140, 209) 100%);
  border-radius: 40px;
  padding: 50px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .mob-block-two-text-columns .row {
    padding: 30px;
    border-radius: 0;
  }
}
.mob-block-two-text-columns__wrapper {
  display: flex;
  gap: 80px;
}
@media (max-width: 991.98px) {
  .mob-block-two-text-columns__wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
.mob-block-two-text-columns__wrapper div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mob-block-two-text-columns__wrapper div h2 {
  background-color: #c3026b;
  padding: 10px 20px;
}
.mob-block-two-text-columns__wrapper div h2:first-of-type {
  padding-top: 20px;
}
.mob-block-two-text-columns__wrapper div h2:last-of-type {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .mob-block-two-text-columns__wrapper div h2 {
    padding: 0 !important;
    background: none !important;
    color: white;
  }
}
.mob-block-two-text-columns__wrapper div h4 {
  margin: 40px 0 10px 0;
  color: #ffd00a;
  font-size: 1.2em;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .mob-block-two-text-columns__wrapper div h4 {
    margin: 10px 0;
  }
}
.mob-block-two-text-columns__wrapper div p {
  color: white;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.mob-block-two-text-columns__wrapper div ul {
  list-style: none;
  padding: 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.mob-block-two-text-columns__wrapper div ul li {
  position: relative;
  text-indent: 0;
  padding-left: 30px;
  color: white;
  font-size: 0.9em;
}
.mob-block-two-text-columns__wrapper div ul li::before {
  content: "✔";
  position: absolute;
  transform: translateX(-100%);
  color: purple;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
}