/**
* 02.4 LINE-HEIGHTS & LETTER-SPACING
*/
/**
*
* 03. SHAPES
*
*/
/**
* nav
*/
/**
*
* 04. SHADOWS
*
*/
/**
*
* 06. Responsive & Breakpoints
*
*/
/**
*
* 07. Spacer values
*
*/
@keyframes border-animate-width-ltr {
  0% {
    clip-path: inset(0 43rem 0 0);
  }
  33% {
    clip-path: inset(0 33rem 0 0);
  }
  66% {
    clip-path: inset(0 23rem 0 0);
  }
  88% {
    clip-path: inset(0 13rem 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes border-animate-width-rtl {
  0% {
    clip-path: inset(0 0 0 43rem);
  }
  33% {
    clip-path: inset(0 0 0 33rem);
  }
  66% {
    clip-path: inset(0 0 0 23rem);
  }
  88% {
    clip-path: inset(0 0 0 13rem);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
input {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

iframe,
img {
  max-width: 100%;
}

iframe {
  width: 100%;
}
@media (min-width: 768px) {
  iframe {
    height: 421px;
  }
}
@media (min-width: 1440px) {
  iframe {
    height: 443px;
  }
}
@media (min-width: 1920px) {
  iframe {
    height: 530px;
  }
}

picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.splide__pagination {
  display: block;
  text-align: center;
}
.splide__pagination__page {
  background: #6C4DFF;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.5rem;
}
.splide__pagination__page.is-active {
  background: #0046F1;
}

.linkwrap {
  text-decoration: none;
}
.linkwrap:hover {
  opacity: 0.8;
}

.bm__container {
  max-width: 100%;
  padding-inline: 2.4rem;
}
@media (min-width: 992px) {
  .bm__container {
    padding-inline: 4.8rem;
  }
}
@media (min-width: 1440px) {
  .bm__container {
    padding-inline: 8rem;
  }
}
@media (min-width: 1920px) {
  .bm__container {
    padding-inline: 0;
    max-width: 1600px;
    margin-inline: auto;
  }
}

button.is-active {
  background-color: #000;
  color: #fff;
}

.mobile-only {
  display: block;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}

strong {
  font-weight: 600;
}

body .wp-block-button .wp-block-button__link {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.9rem 0 1rem 0;
  display: inline-block;
  border: 2px solid transparent;
  background-color: transparent;
  border-radius: 1.6rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  min-width: 18rem;
  border-radius: 4rem;
  color: #ffffff !important;
  background-color: #f1696a;
  border: 2px solid #f1696a;
}
body .wp-block-button .wp-block-button__link:hover {
  color: #f1696a !important;
  border: 2px solid #f1696a;
  background-color: #ffffff;
}

.title-intro__wrapper {
  display: flex;
  flex-direction: column;
}
.title-intro__wrapper.flex-start {
  align-items: flex-start;
}
.title-intro__wrapper.flex-end {
  align-items: flex-end;
}
.title-intro__wrapper.flex-center {
  align-items: center;
}

.cta {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 1.4rem 4.5rem 1.5rem 4.4rem;
  display: inline-block;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 1.6rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none !important;
  min-width: 18rem;
  border-radius: 4rem;
  letter-spacing: -0.48px;
  /* Solid Colour Button -
  cta -plain
  [-primary, -primary-light, -primary-dark,
  -secondary, -secondary-light, -secondary-dark,
  -tertiary , -tertiary-light, -tertiary-dark
  -black
  -white
  -neutral]

  -clear  = changes border colour on hover.
  ]

   */
  /* Outline Border Colour Button - When hover it fills background
  cta -outline
  [-primary, -primary-light, -primary-dark,
  -secondary, -secondary-light, -secondary-dark,
  -tertiary , -tertiary-light, -tertiary-dark
  -black
  -white
  -neutral
  ]
   */
  /* Text Link Button -
  	cta -text */
}
.cta.-plain.-primary {
  color: #ffffff;
  background-color: #0046F1;
  border: 1px solid #0046F1;
}
.cta.-plain.-primary:hover {
  color: #0046F1;
  border: 1px solid #E6EEFF;
  background-color: #E6EEFF;
}
.cta.-plain.-primary:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid #0046F1;
}
.cta.-plain.-primary:hover.-clear {
  background-color: transparent;
  border: 1px solid #0046F1;
}
.cta.-plain.-primary-light {
  color: #0046F1;
  background-color: #E6EEFF;
}
.cta.-plain.-primary-light:hover {
  color: #E6EEFF;
  background-color: #0046F1;
  border: 1px solid #0046F1;
}
.cta.-plain.-primary-light:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid #E6EEFF;
}
.cta.-plain.-primary-light:hover.-clear {
  background-color: transparent;
  border: 1px solid #E6EEFF;
}
.cta.-plain.-primary-dark {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-primary-dark:hover {
  color: transparent;
  background-color: #ffffff;
  border: 2px solid transparent;
}
.cta.-plain.-primary-dark:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid transparent;
}
.cta.-plain.-primary-dark:hover.-clear {
  background-color: transparent;
  border: 2px solid transparent;
}
.cta.-plain.-secondary {
  color: #ffffff;
  background-color: #6C4DFF;
}
.cta.-plain.-secondary:hover {
  color: #6C4DFF;
  background-color: #F2EBFF;
  border: 1px solid #F2EBFF;
}
.cta.-plain.-secondary:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid #6C4DFF;
}
.cta.-plain.-secondary:hover.-clear {
  background-color: transparent;
  border: 1px solid #6C4DFF;
}
.cta.-plain.-secondary-light {
  color: #6C4DFF;
  background-color: #F2EBFF;
}
.cta.-plain.-secondary-light:hover {
  color: #F2EBFF;
  background-color: #6C4DFF;
  border: 1px solid #6C4DFF;
}
.cta.-plain.-secondary-light:hover.-on-bg_white {
  background-color: #ffffff;
  border: 1px solid #F2EBFF;
}
.cta.-plain.-secondary-light:hover.-clear {
  background-color: transparent;
  border: 1px solid #F2EBFF;
}
.cta.-plain.-secondary-dark {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-secondary-dark:hover {
  color: transparent;
  background-color: #ffffff;
  border: 2px solid transparent;
}
.cta.-plain.-secondary-dark:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid transparent;
}
.cta.-plain.-secondary-dark:hover.-clear {
  background-color: transparent;
  border: 2px solid transparent;
}
.cta.-plain.-tertiary {
  color: #ffffff;
  background-color: #f1696a;
}
.cta.-plain.-tertiary:hover {
  color: #f1696a;
  background-color: #ffffff;
  border: 2px solid #f1696a;
}
.cta.-plain.-tertiary:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid #f1696a;
}
.cta.-plain.-tertiary:hover.-clear {
  background-color: transparent;
  border: 2px solid #f1696a;
}
.cta.-plain.-tertiary-light {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-tertiary-light:hover {
  color: transparent;
  background-color: #ffffff;
  border: 2px solid transparent;
}
.cta.-plain.-tertiary-light:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid transparent;
}
.cta.-plain.-tertiary-light:hover.-clear {
  background-color: transparent;
  border: 2px solid transparent;
}
.cta.-plain.-tertiary-dark {
  color: #ffffff;
  background-color: transparent;
}
.cta.-plain.-tertiary-dark:hover {
  color: transparent;
  background-color: #ffffff;
  border: 2px solid transparent;
}
.cta.-plain.-tertiary-dark:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid transparent;
}
.cta.-plain.-tertiary-dark:hover.-clear {
  background-color: transparent;
  border: 2px solid transparent;
}
.cta.-plain.-weed {
  color: #ffffff;
  background-color: #939c46;
}
.cta.-plain.-weed:hover {
  color: #939c46;
  background-color: #ffffff;
  border: 2px solid #939c46;
}
.cta.-plain.-weed:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid #939c46;
}
.cta.-plain.-weed:hover.-clear {
  background-color: transparent;
  border: 2px solid #939c46;
}
.cta.-plain.-mustard {
  color: #ffffff;
  background-color: #f29102;
}
.cta.-plain.-mustard:hover {
  color: #f29102;
  background-color: #ffffff;
  border: 2px solid #f29102;
}
.cta.-plain.-mustard:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid #f29102;
}
.cta.-plain.-mustard:hover.-clear {
  background-color: transparent;
  border: 2px solid #f29102;
}
.cta.-plain.-tropic {
  color: #ffffff;
  background-color: #33afa6;
}
.cta.-plain.-tropic:hover {
  color: #33afa6;
  background-color: #ffffff;
  border: 2px solid #33afa6;
}
.cta.-plain.-tropic:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid #33afa6;
}
.cta.-plain.-tropic:hover.-clear {
  background-color: transparent;
  border: 2px solid #33afa6;
}
.cta.-plain.-jelly {
  color: #ffffff;
  background-color: #9e62a4;
}
.cta.-plain.-jelly:hover {
  color: #9e62a4;
  background-color: #ffffff;
  border: 2px solid #9e62a4;
}
.cta.-plain.-jelly:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid #9e62a4;
}
.cta.-plain.-jelly:hover.-clear {
  background-color: transparent;
  border: 2px solid #9e62a4;
}
.cta.-plain.-navy {
  color: #ffffff;
  background-color: pink;
}
.cta.-plain.-navy:hover {
  color: pink;
  background-color: #ffffff;
  border: 2px solid pink;
}
.cta.-plain.-navy:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid pink;
}
.cta.-plain.-navy:hover.-clear {
  background-color: transparent;
  border: 2px solid pink;
}
.cta.-plain.-shore {
  color: #ffffff;
  background-color: red;
}
.cta.-plain.-shore:hover {
  color: red;
  background-color: #ffffff;
  border: 2px solid red;
}
.cta.-plain.-shore:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid red;
}
.cta.-plain.-shore:hover.-clear {
  background-color: transparent;
  border: 2px solid red;
}
.cta.-plain.-rust {
  color: #ffffff;
  background-color: #e8325a;
}
.cta.-plain.-rust:hover {
  color: #e8325a;
  background-color: #ffffff;
  border: 2px solid #e8325a;
}
.cta.-plain.-rust:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid #e8325a;
}
.cta.-plain.-rust:hover.-clear {
  background-color: transparent;
  border: 2px solid #e8325a;
}
.cta.-plain.-yellow {
  color: #ffffff;
  background-color: #f7c537;
}
.cta.-plain.-yellow:hover {
  color: #f7c537;
  background-color: #ffffff;
  border: 2px solid #f7c537;
}
.cta.-plain.-yellow:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid #f7c537;
}
.cta.-plain.-yellow:hover.-clear {
  background-color: transparent;
  border: 2px solid #f7c537;
}
.cta.-plain.-black {
  color: #ffffff;
  background-color: #2c2c2c;
}
.cta.-plain.-black:hover {
  color: #2c2c2c;
  background-color: #ffffff;
  border: 2px solid #2c2c2c;
}
.cta.-plain.-black:hover.-on-bg_white {
  background-color: #ffffff;
  border: 2px solid #2c2c2c;
}
.cta.-plain.-black:hover.-clear {
  background-color: transparent;
  border: 2px solid #2c2c2c;
}
.cta.-plain.-white {
  color: #f29102;
  background-color: #ffffff;
}
.cta.-plain.-white.-on-bg_white {
  background-color: #ffffff;
}
.cta.-plain.-white:hover {
  color: #ffffff;
  background-color: #f29102;
}
.cta.-plain.-neutral {
  color: #0046F1;
  background-color: #ffffff;
}
.cta.-plain.-neutral:hover {
  color: #efeeea;
  background-color: #0046F1;
}
.cta.-outline.-primary {
  color: #0046F1;
  border: 2px solid #0046F1;
}
.cta.-outline.-primary:hover {
  color: #ffffff;
  background-color: #0046F1;
}
.cta.-outline.-primary-light {
  color: #E6EEFF;
  border: 2px solid #E6EEFF;
}
.cta.-outline.-primary-light:hover {
  color: #ffffff;
  background-color: #E6EEFF;
}
.cta.-outline.-primary-dark {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-primary-dark:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-secondary {
  color: #6C4DFF;
  border: 2px solid #6C4DFF;
}
.cta.-outline.-secondary:hover {
  color: #ffffff;
  background-color: #6C4DFF;
}
.cta.-outline.-secondary-light {
  color: #F2EBFF;
  border: 2px solid #F2EBFF;
}
.cta.-outline.-secondary-light:hover {
  color: #ffffff;
  background-color: #F2EBFF;
}
.cta.-outline.-secondary-dark {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-secondary-dark:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-tertiary {
  color: #f1696a;
  border: 2px solid #f1696a;
}
.cta.-outline.-tertiary:hover {
  color: #ffffff;
  background-color: #f1696a;
}
.cta.-outline.-tertiary-light {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-tertiary-light:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-tertiary-dark {
  color: transparent;
  border: 2px solid transparent;
}
.cta.-outline.-tertiary-dark:hover {
  color: #ffffff;
  background-color: transparent;
}
.cta.-outline.-tropic {
  color: #33afa6;
  border: 2px solid #33afa6;
}
.cta.-outline.-tropic:hover {
  color: #ffffff !important;
  background-color: #33afa6;
}
.cta.-outline.-weed {
  color: #939c46;
  border: 2px solid #939c46;
}
.cta.-outline.-weed:hover {
  color: #ffffff !important;
  background-color: #939c46;
}
.cta.-outline.-jelly {
  color: #9e62a4;
  border: 2px solid #9e62a4;
}
.cta.-outline.-jelly:hover {
  color: #ffffff !important;
  background-color: #9e62a4;
}
.cta.-outline.-black {
  color: #2c2c2c;
  border: 2px solid #2c2c2c;
}
.cta.-outline.-black:hover {
  color: #ffffff !important;
  background-color: #2c2c2c;
}
.cta.-outline.-white {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.cta.-outline.-white:hover {
  color: #2c2c2c;
  background-color: #ffffff;
}
.cta.-outline.-neutral {
  color: #efeeea;
  border: 2px solid #efeeea;
}
.cta.-outline.-neutral:hover {
  color: #0046F1;
  background-color: #ffffff;
}
.cta.-outline.-purple {
  color: #6C4DFF;
  border: 2px solid #6C4DFF;
}
.cta.-outline.-purple:hover {
  color: #ffffff;
  background-color: #6C4DFF;
}
.cta.-white {
  background: #ffffff;
  border: 2px solid transparent;
}
.cta.-white.-tropic {
  color: #33afa6;
}
.cta.-white.-tropic:hover {
  color: #ffffff !important;
  background-color: #33afa6;
  border-color: #ffffff;
}
.cta.-white.-weed {
  color: #939c46;
  border: 2px solid #939c46;
}
.cta.-white.-weed:hover {
  color: #ffffff !important;
  background-color: #939c46;
  border-color: #ffffff;
}
.cta.-white.-jelly {
  color: #9e62a4;
  border: 2px solid #9e62a4;
}
.cta.-white.-jelly:hover {
  color: #ffffff !important;
  background-color: #9e62a4;
  border-color: #ffffff;
}
.cta.-white.-coral {
  color: #f1696a;
  border: 2px solid #f1696a;
}
.cta.-white.-coral:hover {
  color: #ffffff !important;
  background-color: #f1696a;
  border-color: #ffffff;
}
.cta.-white.-shore {
  color: red;
  border: 2px solid red;
}
.cta.-white.-shore:hover {
  color: #ffffff !important;
  background-color: red;
  border-color: #ffffff;
}
.cta.-text {
  color: #0046F1;
  margin-top: 1rem;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.cta.-text:hover:after {
  margin-left: 1rem;
}
.cta.-text.-primary {
  color: #0046F1;
}
.cta.-text.-secondary {
  color: #6C4DFF;
}
.cta.-text.-tertiary {
  color: #f1696a;
}
.cta.-small {
  min-width: 15.2rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cta .-inherit {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

.cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

/**
*
* Headings & titles
*
*/
.bm__home-banner {
  font-family: "Inter", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .bm__home-banner {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .bm__home-banner {
    font-size: 8rem;
  }
}
@media all and (min-width: 1200px) {
  .bm__home-banner {
    font-size: 9rem;
  }
}
@media all and (min-width: 1440px) {
  .bm__home-banner {
    font-size: 11.2rem;
  }
}
@media all and (min-width: 1920px) {
  .bm__home-banner {
    font-size: 13.6rem;
  }
}

.bm__banner {
  font-family: "Inter", sans-serif;
  font-size: 4.7rem;
  line-height: 1;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .bm__banner {
    font-size: 5.6rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .bm__banner {
    font-size: 6.4rem;
  }
}
@media all and (min-width: 1200px) {
  .bm__banner {
    font-size: 7.2rem;
  }
}
@media all and (min-width: 1440px) {
  .bm__banner {
    font-size: 8rem;
  }
}
@media all and (min-width: 1920px) {
  .bm__banner {
    font-size: 9.6rem;
  }
}

.bm__h1 {
  color: #2c2c2c;
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.64px;
}
@media all and (min-width: 768px) {
  .bm__h1 {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: -1.22px;
  }
}
@media all and (min-width: 1200px) {
  .bm__h1 {
    font-size: 6.1rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1920px) {
  .bm__h1 {
    font-size: 7.5rem;
    line-height: 1.2;
  }
}

.bm__h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .bm__h2 {
    font-size: 3.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1200px) {
  .bm__h2 {
    font-size: 4.9rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1920px) {
  .bm__h2 {
    font-size: 6.6rem;
    line-height: 1.2;
  }
}

.bm__h3 {
  font-family: "Inter", sans-serif;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .bm__h3 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
@media all and (min-width: 1200px) {
  .bm__h3 {
    font-size: 3.3rem;
    line-height: 1.3;
  }
}
@media all and (min-width: 1920px) {
  .bm__h3 {
    font-size: 3.8rem;
    line-height: 1.3;
  }
}

.bm__h4 {
  font-family: "Inter", sans-serif;
  font-size: 2.1rem;
  line-height: 1.25;
  letter-spacing: -0.42px;
  font-weight: 600;
  padding: 0;
}
@media all and (min-width: 768px) {
  .bm__h4 {
    font-size: 2.1rem;
    line-height: 1.3;
  }
}
@media all and (min-width: 1200px) {
  .bm__h4 {
    font-size: 3.1rem;
    line-height: 1.3;
    letter-spacing: -0.62px;
  }
}
@media all and (min-width: 1440px) {
  .bm__h4 {
    font-size: 3.1rem;
    line-height: 1.3;
  }
}
@media all and (min-width: 1920px) {
  .bm__h4 {
    font-size: 3.1rem;
    line-height: 1.3;
  }
}

.bm__h5 {
  font-family: "Inter", sans-serif;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .bm__h5 {
    font-size: 2.1rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1200px) {
  .bm__h5 {
    font-size: 2.3rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1920px) {
  .bm__h5 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

h6, .bm__h6 {
  font-family: "Inter", sans-serif;
  font-size: 1.7rem;
  line-height: 1.35;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  h6, .bm__h6 {
    font-size: 1.8rem;
    line-height: 1.35;
  }
}
@media all and (min-width: 1200px) {
  h6, .bm__h6 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 1920px) {
  h6, .bm__h6 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

/**
*
* Markup types
*
*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
}
html.sr .load-hidden {
  visibility: hidden;
}

body {
  font-family: "inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2c2c2c;
  background: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  body {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 1920px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  color: #ffffff;
}
a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}

p {
  font-family: "inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
@media all and (min-width: 1920px) {
  p {
    font-size: 1.8rem;
  }
}

#site-wrapper {
  position: relative;
}

svg.top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
}

svg.top-bg.is_image.hero_small_height {
  height: 45.5rem;
}
@media (min-width: 768px) {
  svg.top-bg.is_image.hero_small_height {
    height: 52.4rem;
  }
}
@media (min-width: 992px) {
  svg.top-bg.is_image.hero_small_height {
    height: 56.5rem;
  }
}
@media (min-width: 1200px) {
  svg.top-bg.is_image.hero_small_height {
    height: 62.2rem;
  }
}
@media (min-width: 1440px) {
  svg.top-bg.is_image.hero_small_height {
    height: 64.6rem;
  }
}
@media (min-width: 1920px) {
  svg.top-bg.is_image.hero_small_height {
    height: 75rem;
  }
}
@media (min-width: 2560px) {
  svg.top-bg.is_image.hero_small_height {
    height: 78.2rem;
  }
}

svg.top-bg.is_image.hero_medium_height {
  height: 55.5rem;
}
@media (min-width: 768px) {
  svg.top-bg.is_image.hero_medium_height {
    height: 56.4rem;
  }
}
@media (min-width: 992px) {
  svg.top-bg.is_image.hero_medium_height {
    height: 66.4rem;
  }
}
@media (min-width: 1200px) {
  svg.top-bg.is_image.hero_medium_height {
    height: 71.2rem;
  }
}
@media (min-width: 1440px) {
  svg.top-bg.is_image.hero_medium_height {
    height: 78.8rem;
  }
}
@media (min-width: 1920px) {
  svg.top-bg.is_image.hero_medium_height {
    height: 97.5rem;
  }
}
@media (min-width: 2560px) {
  svg.top-bg.is_image.hero_medium_height {
    height: 100.7rem;
  }
}

svg.top-bg.is_image.hero_full_height svg.top-bg.is_video {
  height: 61.2rem;
}
@media (min-width: 768px) {
  svg.top-bg.is_image.hero_full_height svg.top-bg.is_video {
    height: 56.8rem;
  }
}
@media (min-width: 992px) {
  svg.top-bg.is_image.hero_full_height svg.top-bg.is_video {
    height: 68rem;
  }
}
@media (min-width: 1200px) {
  svg.top-bg.is_image.hero_full_height svg.top-bg.is_video {
    height: 73rem;
  }
}
@media (min-width: 1440px) {
  svg.top-bg.is_image.hero_full_height svg.top-bg.is_video {
    height: 82.5rem;
  }
}
@media (min-width: 1920px) {
  svg.top-bg.is_image.hero_full_height svg.top-bg.is_video {
    height: 100.1rem;
  }
}
@media (min-width: 2560px) {
  svg.top-bg.is_image.hero_full_height svg.top-bg.is_video {
    height: 100.43rem;
  }
}

svg.top-bg--mb {
  display: block;
}
@media (min-width: 768px) {
  svg.top-bg--mb {
    display: none;
  }
}

@media (min-width: 768px) {
  svg.top-bg--md {
    display: block;
  }
}
@media (min-width: 992px) {
  svg.top-bg--md {
    display: none;
  }
}

@media (min-width: 992px) {
  svg.top-bg--lg {
    display: block;
  }
}
@media (min-width: 1200px) {
  svg.top-bg--lg {
    display: none;
  }
}

@media (min-width: 1200px) {
  svg.top-bg--xl {
    display: block;
  }
}
@media (min-width: 1440px) {
  svg.top-bg--xl {
    display: none;
  }
}

@media (min-width: 1440px) {
  svg.top-bg--xxl {
    display: block;
  }
}
@media (min-width: 1920px) {
  svg.top-bg--xxl {
    display: none;
  }
}

@media (min-width: 1920px) {
  svg.top-bg--xxl {
    display: block;
  }
}
@media (min-width: 2560px) {
  svg.top-bg--xxl {
    display: block;
  }
}

#site-main {
  background-color: #ffffff;
}

.bm__container {
  position: relative;
  z-index: 2;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.wp-block-video {
  max-width: 100%;
  padding-inline: 2.4rem;
  border-radius: 1.6rem;
}
@media (min-width: 768px) {
  .wp-block-video {
    height: 396px;
  }
}
@media (min-width: 992px) {
  .wp-block-video {
    padding-inline: 4.8rem;
    height: 522px;
  }
}
@media (min-width: 1440px) {
  .wp-block-video {
    padding-inline: 8rem;
    height: 720px;
  }
}
@media (min-width: 1920px) {
  .wp-block-video {
    padding-inline: 0;
    margin-inline: auto;
    height: 901px;
  }
}
.wp-block-video video {
  border-radius: 1.6rem;
  height: 100%;
  object-fit: cover;
}

.content-wrapper {
  position: relative;
  z-index: 4;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border: 1px solid #2c2c2c;
  padding: 0.6rem;
}
thead h6,
tbody h6,
tfoot h6,
tr h6,
td h6,
th h6 {
  font-size: 1.6rem;
  color: #6C4DFF;
  padding-bottom: 0;
  margin-bottom: 0;
}

/**
*
* SOCIAL ICONS
*
*/
.social-menu {
  width: 100%;
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
  gap: 1.6rem;
}
@media all and (min-width: 768px) {
  .social-menu {
    gap: 2.4rem;
  }
}
@media all and (min-width: 1200px) {
  .social-menu {
    gap: 1.6rem;
  }
}
@media all and (min-width: 1440px) {
  .social-menu {
    gap: 0.8rem;
  }
}
@media all and (min-width: 1920px) {
  .social-menu {
    gap: 1.6rem;
  }
}
.social-menu li {
  border-radius: 4px;
  width: 40px;
}
.social-menu li:last-child {
  margin-right: 0;
}
@media all and (min-width: 1200px) {
  .social-menu li {
    width: 32px;
  }
}
@media all and (min-width: 1920px) {
  .social-menu li {
    width: 40px;
  }
}
.social-menu a {
  text-decoration: none;
  color: #2c2c2c;
  transition: ease-in-out 0.2s;
  display: flex;
}
.social-menu a:hover {
  color: #0046F1;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}

@media all and (min-width: 992px) {
  .social-menu__container {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .social-menu__container {
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 1440px) {
  .social-menu__container {
    display: none;
  }
}
.social-menu__container .social-menu {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .social-menu__container .social-menu {
    margin-bottom: 5.6rem;
  }
}
.social-menu__container .bm__h5 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 22.4px;
  margin-bottom: 1.6rem;
}
@media (min-width: 1200px) {
  .social-menu__container .bm__h5 {
    font-size: 1.6rem;
  }
}

.social-menu__tablet {
  display: none;
}
@media all and (min-width: 992px) {
  .social-menu__tablet {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media all and (min-width: 1200px) {
  .social-menu__tablet {
    display: none;
  }
}
@media all and (min-width: 1440px) {
  .social-menu__tablet {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (min-width: 992px) {
  .social-menu__tablet .bm__h5 {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media all and (min-width: 1200px) {
  .social-menu__tablet .bm__h5 {
    font-size: 1.6rem;
  }
}

.block-spacer {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .block-spacer {
    margin-bottom: 9.6rem;
  }
}
@media (min-width: 992px) {
  .block-spacer {
    margin-bottom: 10.4rem;
  }
}
@media (min-width: 1200px) {
  .block-spacer {
    margin-bottom: 11.2rem;
  }
}
@media (min-width: 1440px) {
  .block-spacer {
    margin-bottom: 12.8rem;
  }
}
@media (min-width: 1920px) {
  .block-spacer {
    margin-bottom: 14.4rem;
  }
}

.banner-spacer {
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .banner-spacer {
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 992px) {
  .banner-spacer {
    margin-bottom: 7.2rem;
  }
}
@media (min-width: 1200px) {
  .banner-spacer {
    margin-bottom: 8.8rem;
  }
}
@media (min-width: 1440px) {
  .banner-spacer {
    margin-bottom: 10.4rem;
  }
}
@media (min-width: 1920px) {
  .banner-spacer {
    margin-bottom: 14.4rem;
  }
}

.block-spacer-small {
  margin-bottom: 5.6rem;
}

@media (min-width: 1920px) {
  .max-w-2k {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}

@keyframes heroBannerFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hero-banner {
  animation: heroBannerFade 300ms 600ms ease-in-out forwards;
  opacity: 0;
  overflow: hidden;
  /* @media (min-width: 778px) {
    padding-bottom: 43%;
  } */
}
#hero-banner .hero-banner-heading {
  color: white;
  font-size: 5.5vw;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#hero-banner .hero-banner-heading b {
  display: block;
}
#hero-banner.hero-banner-active #hero-banner-image {
  display: none;
}

#hero-banner-video,
#hero-banner-image {
  left: 0;
  object-fit: cover;
  opacity: 0.8;
  position: absolute;
  top: 0;
  transition: all 150ms ease-in-out;
  width: 100%;
  height: 100%;
}
.paused #hero-banner-video,
.paused #hero-banner-image {
  opacity: 0.6;
}

#hero-banner-button {
  background-color: black;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAABQAQMAAACDEa/aAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABFJREFUKM9j+P//xygexQOFAVmQ2dAaCQcwAAAAAElFTkSuQmCC");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
  border-radius: 5px;
  height: 30px;
  opacity: 0.5;
  position: absolute;
  transition: all 350ms ease-in-out;
  width: 30px;
  z-index: 4;
}
#hero-banner:hover #hero-banner-button, #hero-banner-button:focus {
  opacity: 1;
}
.paused #hero-banner-button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABgAQMAAACJwtYYAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAMdJREFUOMtF06FxxEAMhWGVkBJcimDK2hJUwpUSuPBKMFhgmNEYnG/2VpkYvF/oI/8IPfsy3QETTrhcrIAHTDibWA4DHjDhbGI5DDhgwtnEchhwwDecTSyDAQd8w9nE2uATDvi6SVd0RVd0RVd0pU58wgEvuJpYG/yBO3xBWDsM6OLkRfJ4hyEuF6eJCQ8Y4nLxY2LCDkNcLn5MTNhhu0llVDcTdtjE5eJl4i/s8CFqUP+VeMIOHyIzpLI6YYebuCS74Am/IdUfqsf2gxHDS4AAAAAASUVORK5CYII=");
}

.accordion-content {
  display: none;
  overflow: hidden;
}

.accordion-content.active {
  display: block;
  transition: all ease-in-out 0.8s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.accreditations-block__intro {
  text-align: center;
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.accreditations-block .accreditations-general.scrolling-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.accreditations-block .accreditations-general.scrolling-container.-small:before {
  content: "";
  width: 5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0.2) 100%);
}
@media screen and (min-width: 992px) {
  .accreditations-block .accreditations-general.scrolling-container.-small:before {
    width: 30rem;
  }
}
.accreditations-block .accreditations-general.scrolling-container.-small:after {
  content: "";
  width: 5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0.2) 100%);
}
@media screen and (min-width: 992px) {
  .accreditations-block .accreditations-general.scrolling-container.-small:after {
    width: 30rem;
  }
}
.accreditations-block .accreditations-general.scrolling-container .scrolling-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 9s linear infinite;
  position: relative;
  animation-play-state: running;
}
.accreditations-block .accreditations-general.scrolling-container .scrolling-content:hover {
  animation-play-state: paused;
}
.accreditations-block .accreditations-general.scrolling-container .scrolling-content:before, .accreditations-block .accreditations-general.scrolling-container .scrolling-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: inherit;
}
.accreditations-block .accreditations-general.scrolling-container .scrolling-content img {
  max-height: 100px;
  margin-right: 3rem;
}
@media screen and (min-width: 992px) {
  .accreditations-block .accreditations-general.scrolling-container .scrolling-content img {
    margin-right: 10rem;
  }
}
.accreditations-block .accreditations-general.-small {
  margin-bottom: 2.6rem;
}
.accreditations-block .static-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.accreditations-block .static-content img {
  max-height: 100px;
}
.accreditations-block .static-content .static-content__hide {
  display: none;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .cards-block .bm__container {
    padding-right: 0;
  }
}
.cards-block__heading {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .cards-block__heading {
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 768px) {
  .cards-block #sm-cards {
    display: grid;
    gap: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .cards-block #sm-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.cards-block #sm-cards .sm-card {
  background: #E6EEFF;
  padding: 2.4rem 3.2rem 3.2rem 3.2rem;
  border-radius: 1.6rem;
}
@media (min-width: 1200px) {
  .cards-block #sm-cards .sm-card {
    padding: 4.5rem 3.2rem 4rem 3.2rem;
  }
}
.cards-block #sm-cards .sm-card__header {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media (min-width: 1200px) {
  .cards-block #sm-cards .sm-card__header {
    margin-bottom: 2.9rem;
  }
}
.cards-block #sm-cards .sm-card__header .sm-card-number {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.28px;
  color: #6C4DFF;
}
@media (min-width: 1200px) {
  .cards-block #sm-cards .sm-card__header .sm-card-number {
    font-size: 8.8rem;
    letter-spacing: -1.76px;
  }
}
.cards-block #sm-cards .sm-card__header .sm-card-title {
  max-width: 20.4rem;
}
.cards-block #sm-cards .sm-card:nth-child(2) .sm-card-title {
  max-width: 15rem;
}

@media (min-width: 1200px) {
  .contact-block .contact-block-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .contact-block .contact-block-container {
    grid-template-columns: 1fr 2fr;
    gap: 5.5rem;
  }
}
@media (min-width: 1920px) {
  .contact-block .contact-block-container {
    gap: 10rem;
  }
}
.contact-block__content {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .contact-block__content {
    text-align: left;
    margin-bottom: 0;
  }
}
.contact-block__content .contact-block-subtitle {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 1.6rem;
}
@media (min-width: 768px) {
  .contact-block__content .contact-block-subtitle {
    margin-bottom: 2.4rem;
  }
}
.contact-block__content .contact-block-title {
  margin: 0 0 1.6rem;
}
@media (min-width: 768px) {
  .contact-block__content .contact-block-title {
    margin-bottom: 2.4rem;
  }
}
.contact-block__content .contact-block-intro {
  margin: 0;
  padding: 0;
}
.contact-block__form {
  background-color: #F3F3F3;
  color: #2c2c2c;
  border-radius: 1.6rem;
  padding: 3.2rem 2.4rem 4rem 2.4rem;
}
@media (min-width: 992px) {
  .contact-block__form {
    padding: 5.6rem 8rem 5.6rem 8rem;
  }
}
.contact-block__form h5 {
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-block__form h5 {
    font-size: 1.8rem;
  }
}
.contact-block__form .contact-block-info {
  margin-top: 2.4rem;
}

.hs-form fieldset {
  border: 0;
}
.hs-form fieldset.form-columns-2 {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .hs-form fieldset.form-columns-2 {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .hs-form fieldset.form-columns-2 {
    gap: 2.4rem;
  }
}
.hs-form fieldset.form-columns-2 .hs-form-field {
  flex: 1 1 calc((100% - 1.6rem) / 2);
  min-width: 0;
}
@media (min-width: 1200px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    flex: 1 1 calc((100% - 2.4rem) / 2);
  }
}
.hs-form .hs-form-field > label {
  display: block !important;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.03rem;
  margin-bottom: 0.6rem;
  color: #2c2c2c;
}
.hs-form .hs-form-field > label .hs-form-required {
  color: #6C4DFF;
  margin-left: 0.2rem;
}
.hs-form .hs-input {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 10rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  font-size: 1.6rem;
  background-color: #ffffff;
  color: #2c2c2c;
  border: 1px solid #C2C4C8;
  transition: border-color 0.2s ease;
  appearance: none;
}
.hs-form .hs-input:focus {
  border-color: #6C4DFF;
}
.hs-form .hs-input.error {
  border-color: red;
}
.hs-form textarea.hs-input {
  border-radius: 1.2rem;
  resize: vertical;
  min-height: 12rem;
}
.hs-form .hs-error-msgs {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
}
.hs-form .hs-error-msgs .hs-error-msg {
  font-size: 1.2rem;
  color: red;
}
.hs-form .inputs-list.multi-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .hs-form .inputs-list.multi-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .hs-form .inputs-list.multi-container {
    gap: 2.4rem;
  }
}
.hs-form .inputs-list.multi-container .hs-form-radio {
  flex: 1;
}
.hs-form .inputs-list.multi-container .hs-form-radio .hs-form-radio-display {
  display: flex;
  width: 100%;
  cursor: pointer;
}
.hs-form .inputs-list.multi-container .hs-form-radio:nth-child(1) input[type=radio] + span {
  background-color: #E6EEFF;
  color: #0046F1;
  border-color: #0046F1;
}
.hs-form .inputs-list.multi-container .hs-form-radio:nth-child(1) input[type=radio] + span:hover,
.hs-form .inputs-list.multi-container .hs-form-radio:nth-child(1) input[type=radio]:checked + span {
  background-color: #0046F1;
  color: #E6EEFF;
  border-color: #E6EEFF;
}
.hs-form .inputs-list.multi-container .hs-form-radio:nth-child(2) input[type=radio] + span {
  background-color: #F2EBFF;
  color: #6C4DFF;
  border-color: #6C4DFF;
}
.hs-form .inputs-list.multi-container .hs-form-radio:nth-child(2) input[type=radio] + span:hover,
.hs-form .inputs-list.multi-container .hs-form-radio:nth-child(2) input[type=radio]:checked + span {
  background-color: #6C4DFF;
  color: #F2EBFF;
  border-color: #F2EBFF;
}
.hs-form .inputs-list.multi-container .hs-form-radio:nth-child(3) input[type=radio] + span {
  background-color: #E7E7E7;
  color: #5C5C5C;
  border-color: #5C5C5C;
}
.hs-form .inputs-list.multi-container .hs-form-radio:nth-child(3) input[type=radio] + span:hover,
.hs-form .inputs-list.multi-container .hs-form-radio:nth-child(3) input[type=radio]:checked + span {
  border-color: #E7E7E7;
  color: #E7E7E7;
  background: #5C5C5C;
}
.hs-form .inputs-list.multi-container .hs-form-radio input[type=radio] {
  display: none;
}
.hs-form .inputs-list.multi-container .hs-form-radio input[type=radio] + span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.4rem 0 1.5rem 0;
  border-radius: 4rem;
  line-height: 120%;
  border: 1px solid transparent;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.hs-form .inputs-list.multi-container .hs-form-radio input[type=radio] + span:hover {
  opacity: 0.85;
}
.hs-form .hs-form-radio input[type=radio] {
  display: none;
}
.hs-form .hs-form-radio input[type=radio] + span {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 4rem;
  border: 1px solid #6C4DFF;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6C4DFF;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.hs-form .hs-form-radio input[type=radio]:checked + span {
  background-color: #6C4DFF;
  color: #ffffff;
}
.hs-form .legal-consent-container .hs-richtext {
  font-size: 1.2rem;
  color: #929292;
}
.hs-form .hs-submit .actions {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .hs-form .hs-submit .actions {
    margin-top: 2.4rem;
  }
}
.hs-form .hs-button {
  display: inline-block;
  border-radius: 4rem;
  background-color: #0046F1;
  border: 1px solid #0046F1;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  height: 40px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 768px) {
  .hs-form .hs-button {
    width: auto;
    max-width: 260px;
  }
}
.hs-form .hs-button:hover {
  background: #E6EEFF;
  color: #0046F1;
  border: 1px solid #E6EEFF;
}
.hs-form .grecaptcha-badge {
  display: none;
}
.hs-form .hs-error-msgs li {
  background: none !important;
}

form input {
  padding: 0 1.3rem;
  height: 4rem;
  width: 100% !important;
  font-size: 1.6rem !important;
}
form input::placeholder {
  color: #E6EEFF !important;
}
form select {
  appearance: none;
  cursor: pointer;
  height: 4rem;
  width: 100% !important;
  padding: 0 1.3rem;
  color: #E6EEFF;
  position: relative;
  font-size: 1.6rem !important;
}
form textarea {
  padding: 1.3rem;
  width: 100%;
  font-size: 1.6rem !important;
}
form textarea::placeholder {
  color: #E6EEFF !important;
}
form ul,
form li {
  list-style-type: none;
  padding: 0;
  font-size: 1.4rem;
}
form input[type=submit] {
  background-color: #0046F1;
  color: #ffffff;
  border: 2px solid #ffffff;
}
form input[type=submit]:hover {
  background-color: #ffffff;
  color: #0046F1;
  border: 2px solid #ffffff;
}

.hbspt-form .hs-dependent-field {
  width: 100%;
  font-size: 1.6rem !important;
}
.hbspt-form .hs-dependent-field div:nth-of-type(2) {
  margin-top: 1.6rem;
}
.hbspt-form .hs-fieldtype-select .input {
  position: relative;
}
.hbspt-form .hs-fieldtype-select .input:has(select):after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath d='M3 3l6 5 6-5' stroke='%23ffffff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  left: auto;
  right: 0;
  bottom: 6px;
  top: auto;
  width: 12px;
  height: 8px;
}
.hbspt-form .hs-form-field:not(.hs_cv_upload) > label {
  display: none;
}
.hbspt-form .hs-error-msgs {
  margin-bottom: 0;
}
.hbspt-form .hs-error-msgs .hs-error-msg {
  display: inline-block;
  line-height: 1.5rem;
  font-size: 1.2rem;
}
.hbspt-form .hs-error-msgs li {
  color: #ffffff;
  background: #222626;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.hbspt-form .hs-error-msgs li:before {
  width: 5px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.hbspt-form .hs-input-invalid li {
  color: #ffffff;
  background: #222626;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.hbspt-form .hs-input-invalid li:before {
  width: 5px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.hbspt-form .hs-warning-msg li {
  color: #ffffff;
  background: #222626;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.hbspt-form .hs-warning-msg li:before {
  width: 5px;
  background: #e6a700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.hbspt-form .submitted-message {
  color: #ffffff;
  background: #222626;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.hbspt-form .submitted-message:before {
  width: 5px;
  background: #4bb453;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox .hs-form-booleancheckbox-display input {
  width: 20px !important;
  height: 20px;
  margin-top: 2px;
}
.hbspt-form .legal-consent-container .hs-form-booleancheckbox .hs-form-booleancheckbox-display > span {
  margin-left: 30px;
}
.hbspt-form .legal-consent-container .hs-richtext p {
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.hbspt-form .legal-consent-container a {
  color: #ffffff;
  font-size: 1.2rem;
}

.contact_form .hs-form,
.custom_form .hs-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 1.6rem;
}
.contact_form .hs-form .hs_firstname,
.custom_form .hs-form .hs_firstname {
  grid-area: firstname;
}
.contact_form .hs-form .hs_lastname,
.custom_form .hs-form .hs_lastname {
  grid-area: lastname;
}
.contact_form .hs-form .hs_email,
.custom_form .hs-form .hs_email {
  grid-area: email;
}
.contact_form .hs-form .hs_phone,
.custom_form .hs-form .hs_phone {
  grid-area: phone;
}
.contact_form .hs-form .hs-dependent-field,
.custom_form .hs-form .hs-dependent-field {
  grid-area: enquiry;
}
.contact_form .hs-form .legal-consent-container,
.custom_form .hs-form .legal-consent-container {
  grid-area: consent;
}
.contact_form .hs-form .hs_submit,
.custom_form .hs-form .hs_submit {
  grid-area: submit;
}
.contact_form .hs-form .hs_role_applying_for,
.custom_form .hs-form .hs_role_applying_for {
  grid-area: apply;
}
.contact_form .hs-form .hs_cv_upload,
.custom_form .hs-form .hs_cv_upload {
  grid-area: cv_upload;
}

.contact_form .hs-form {
  grid-template-areas: "firstname" "lastname" "email" "phone" "enquiry" "submit" "consent";
}
@media (min-width: 768px) {
  .contact_form .hs-form {
    grid-template-columns: 1fr 1fr;
    column-gap: 3.2rem;
    grid-template-areas: "firstname lastname" "email phone" "enquiry enquiry" "submit submit" "consent consent";
  }
}

.custom_form .hs-form {
  grid-template-areas: "firstname" "lastname" "email" "apply" "cv_upload" "submit" "consent";
}
.custom_form .sign-up .hs-form {
  grid-template-areas: "firstname" "lastname" "email" "submit" "consent";
}
.custom_form .hs_cv_upload .input {
  background: #ffffff;
  position: relative;
  height: 12.9rem;
  margin-top: 1rem;
}
.custom_form .hs_cv_upload .input input {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 5%;
  color: #2c2c2c;
  height: 100%;
}
.custom_form .hs_cv_upload .input input:hover {
  cursor: pointer;
}
.custom_form .hs_cv_upload .input ::file-selector-button {
  display: none;
}
.custom_form .hs_cv_upload .input:after {
  content: "Choose a file";
  color: #0046F1;
  text-decoration: underline;
  text-align: center;
  display: block;
  pointer-events: none;
  padding-top: 7rem;
}
.custom_form .hs_cv_upload .input:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  display: block;
  pointer-events: none;
  width: 3.2rem;
  height: 2.8rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHsSURBVHgB7ZbPLwNBFMffvJ0d7UppSCREOJBqLy4SN4l/Yq8ODm7+B/+Dm4MIF9F/wN8gaSJ7kRVCkG4r8aNW0ep27ENTNtR0aETie3q7M/O+n5m8+cFAU0NDC1ZPT3WM4u5ucZjLrdyBhgzQ0Pj4YpcQ92lEaVKOer3eNzIyfeN5uUdoU20DkDnnfurV/FlSAupCtAXQMA8tRbRNF0IZoJV5FKK3d+bq8nIngJ8C+Mg8CFiACBiNCQKxmkwmZ0oqEF8CfGQuZcVD5LTMFn0jsispjRJjMtHIqwqBOuauu5mP9nXd1XwI4TX/SEFjKQfoAsRitwMq5l9ADIIuAGKtomr+GYQQwZ02gONsnMdi7DBMuK9i/haiMY5ytOrLZ2eXuO/nRanUFRwcLFeiHXZ3165BQ63GkafnncRDUB/Pzo5Gy+VKhgrGtre0juZ2ZNu2USgcZxgLUun0XAo5h+RLkxSOs21Bh+U4CatZ2CyB8Mv6B/i7AFJitRFzzpRuvh8FmJz0i5zjOZ16mcyt8iEVFQdNZbNZmvUpxa4L2vovwl8HeFcDpnlvTUzMQydVqz3GTbM5b07vOcOQxkujGGb6O0pJb83Du6CK8XigvYW+KykfLoxi0Sn3908xxoDebh2/jkm06kKY+b299cITBVQBMfNY9T0AAAAASUVORK5CYII=);
  background-size: contain;
}
.custom_form .hbspt-form .hs-error-msgs li {
  color: red;
}

.wpcf7 form .wpcf7-not-valid-tip {
  color: #ffffff;
  background: #222626;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.wpcf7 form .wpcf7-not-valid-tip:before {
  width: 5px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.wpcf7 form label {
  font-size: 1.2rem;
}
.wpcf7 form input {
  margin-top: 0.5rem;
}
.wpcf7 form.invalid {
  padding-top: 4rem;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #ffffff;
  background: #222626;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
  position: absolute;
  top: 0;
  font-size: 1.2rem;
  border: none;
  padding-right: 3rem;
}
.wpcf7 form.invalid .wpcf7-response-output:before {
  width: 5px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}

.gform-theme--framework.gform-theme--framework form .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #ffffff;
  background: #222626;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.gform-theme--framework.gform-theme--framework form .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
  width: 5px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.gform-theme--framework.gform-theme--framework .gform_validation_errors {
  background-color: #ffffff;
}
.gform-theme--framework.gform-theme--framework .gform_confirmation_message {
  color: #ffffff;
  background: #222626;
  padding: 3px 0 3px 10px;
  margin: 5px 0 10px;
  position: relative;
}
.gform-theme--framework.gform-theme--framework .gform_confirmation_message:before {
  width: 5px;
  background: #4bb453;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
}
.gform-theme--framework.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #ffffff;
}
.gform-theme--framework.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #ffffff;
}
.gform-theme--framework.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):where(:not([type=text])):where(:not([type=email])):where(:not([type=radio])):where(:not([type=checkbox]))) {
  color: #ffffff;
  background-color: #0046F1 !important;
  height: 2rem !important;
  min-width: 100px !important;
  border: 2px solid #ffffff !important;
}
.gform-theme--framework.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *):where(:not([type=text])):where(:not([type=email])):where(:not([type=radio])):where(:not([type=checkbox]))):hover {
  color: #0046F1 !important;
  background-color: #ffffff !important;
}
.gform-theme--framework.gform-theme--framework .gfield_required {
  display: none;
}
.gform-theme--framework.gform-theme--framework label.gfield_label::after {
  content: " *";
  color: #ffffff;
  font-weight: bold;
}
.gform-theme--framework.gform-theme--framework .gform-field-label--type-sub {
  display: none;
}
.gform-theme--framework.gform-theme--framework .gform-field-label:not(.gfield_consent_label) {
  display: none;
}
.gform-theme--framework.gform-theme--framework .gfield_radio .gform-field-label {
  display: block;
}
.gform-theme--framework.gform-theme--framework .gform_title {
  font-size: 2rem;
}
.gform-theme--framework.gform-theme--framework.gform-theme--foundation .gform_fields {
  display: block !important;
}
.gform-theme--framework.gform-theme--framework .gfield {
  margin-bottom: 2rem;
}

.newsletter-form {
  padding: 8rem 0 0;
  background-color: #4f4f4f;
  border-radius: 1.5rem;
  padding: 4rem 2.4rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .newsletter-form {
    padding: 4rem 4.8rem;
  }
}
@media (min-width: 768px) {
  .newsletter-form .content {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .newsletter-form .content .button-wrapper {
    margin-left: 2rem;
  }
}
.newsletter-form .content .-text {
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .newsletter-form .content .-text {
    flex-basis: 30%;
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .newsletter-form .content .-text h3 {
    font-size: 3.5rem;
  }
}
.newsletter-form .content .-form .privacy {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #bdbdbd;
}
@media (min-width: 768px) {
  .newsletter-form .content .-form {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .newsletter-form form {
    display: flex;
  }
}
@media (min-width: 768px) {
  .newsletter-form form .gform-body {
    width: 100%;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .newsletter-form form .gform-body {
    width: 75%;
  }
}
.newsletter-form form .gform-footer {
  margin-top: 2.6rem;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .newsletter-form form .gform_fields {
    display: flex;
  }
}
@media (min-width: 768px) {
  .newsletter-form form .gfield {
    width: 100%;
  }
}
.newsletter-form .gform-theme--foundation .gform_fields {
  gap: 2rem;
}
.newsletter-form .wpcf7 form {
  gap: 2rem;
  position: relative;
}
.newsletter-form .wpcf7 form input[type=submit] {
  margin-top: 2.7rem;
}
.newsletter-form .wpcf7 form .wpcf7-spinner {
  position: absolute;
  bottom: 26%;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .newsletter-form .hbspt-form .input {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .newsletter-form .hbspt-form .hs-fieldtype-text {
    flex: 1 1 50%;
  }
}
@media (min-width: 768px) {
  .newsletter-form .hbspt-form .hs-submit {
    width: 250px;
  }
}

.header-block.small {
  padding-top: 6.4rem;
}
.header-block.medium {
  padding-top: 6.4rem;
}
@media (min-width: 768px) {
  .header-block.medium {
    padding-top: 8.8rem;
  }
}
.header-block.large {
  padding-top: 12.8rem;
}
@media (min-width: 768px) {
  .header-block.large {
    padding-top: 17.6rem;
  }
}
.header-block.center {
  text-align: center;
}
.header-block.center h2 {
  max-width: 100%;
}
@media (min-width: 768px) {
  .header-block.center .header-block-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .header-block.center .header-block__cta {
    justify-content: center;
  }
}
.header-block.center .header-block__heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .header-block.center .header-block__heading {
    margin-right: auto;
    margin-left: auto;
  }
}
.header-block.background-white {
  background: #ffffff;
}
@media (min-width: 768px) {
  .header-block .header-block-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .header-block__heading {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .header-block__heading p {
    margin: 0;
  }
}
.header-block .ctas {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 768px) {
  .header-block .ctas {
    align-items: center;
    justify-content: center;
  }
}
.header-block .ctas a {
  width: 100%;
}

.dual-section {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.dual-section.left_to_right {
  flex-direction: column;
}
.dual-section.right_to_left {
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .dual-section.right_to_left .dual-section__image {
    order: 1;
  }
}
@media (min-width: 768px) {
  .dual-section {
    flex-direction: row;
    align-items: flex-start;
    column-gap: 4rem;
  }
  .dual-section.left_to_right {
    flex-direction: row;
  }
  .dual-section.right_to_left {
    flex-direction: row-reverse;
  }
  .dual-section.align-middle {
    align-items: center;
  }
  .dual-section.align-top {
    align-items: flex-start;
  }
  .dual-section.align-bottom {
    align-items: flex-end;
  }
  .dual-section .dual-section__content,
  .dual-section .dual-section__image {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .dual-section {
    column-gap: 6.4rem;
  }
}
.dual-section__list-item {
  margin-bottom: 2rem;
  list-style-type: none;
}
.dual-section__list-item:last-child {
  margin-bottom: 0;
}
.dual-section__content {
  display: flex;
  flex-direction: column;
}
.dual-section__content h2,
.dual-section__content .bm__h2 {
  margin-bottom: 2.4rem;
  color: #6C4DFF;
}
.dual-section__image {
  display: block;
  order: -1;
}
@media (min-width: 768px) {
  .dual-section__image {
    height: 400px;
    order: 0;
  }
}
@media (min-width: 992px) {
  .dual-section__image {
    height: 360px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .dual-section__image {
    height: 465px;
  }
}
@media (min-width: 1920px) {
  .dual-section__image {
    height: 555px;
  }
}
.dual-section__image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 1.6rem;
}

@media (min-width: 992px) {
  .faqs-page-template-container .faqs_content {
    display: flex;
    flex-direction: row;
  }
}
.faqs-page-template-container ul,
.faqs-page-template-container li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faqs-page-template-container li + li {
  margin-top: 1.6rem;
}
.faqs-page-template-container a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.faqs-page-template-container a:hover {
  text-decoration: underline;
}
.faqs-page-template-container h1,
.faqs-page-template-container .bm__h1 {
  color: #ffffff;
}
.faqs-page-template-container h6,
.faqs-page-template-container .bm__h6 {
  padding-bottom: 2.4rem;
}
.faqs-page-template-container .cta {
  width: 240px;
  margin: auto;
}
.faqs-page-template-container .cta:hover {
  text-decoration: none;
}
.faqs-page-template-container .general_excerpt.bm__h6 {
  padding-bottom: 0;
  padding-top: 2.4rem;
  font-family: "inter", sans-serif;
}
@media (min-width: 768px) {
  .faqs-page-template-container .general_excerpt.bm__h6 {
    padding-top: 3.2rem;
  }
}
@media (min-width: 992px) {
  .faqs-page-template-container .general_excerpt.bm__h6 {
    padding-bottom: 8rem;
  }
}
.faqs-page-template-container .faqs_content .sidebar {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 2.4rem 0;
  margin: 5.6rem 0 4.8rem;
}
@media (min-width: 768px) {
  .faqs-page-template-container .faqs_content .sidebar {
    padding: 3.2rem 0;
  }
}
@media (min-width: 992px) {
  .faqs-page-template-container .faqs_content .sidebar {
    padding: 0 4rem 0 0;
    margin: 0;
    border-right: 1px solid red;
    border-top: none;
    border-bottom: none;
  }
}
.faqs-page-template-container .faqs_content .faqs-items {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (min-width: 992px) {
  .faqs-page-template-container .faqs_content .faqs-items {
    padding-left: 3.2rem;
    gap: 5.6rem;
  }
}
.faqs-page-template-container .faqs_content .faqs-item .faqs-header {
  padding-bottom: 2.4rem;
}
.faqs-page-template-container .opening-times-block.block-spacer {
  margin-bottom: 0;
}
.faqs-page-template-container .opening-times-block h4,
.faqs-page-template-container .opening-times-block .bm__h4 {
  display: none;
}
.faqs-page-template-container .opening-times-block h6,
.faqs-page-template-container .opening-times-block .bm__h6 {
  display: block;
  padding-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .faqs-page-template-container .opening-times-block h6,
  .faqs-page-template-container .opening-times-block .bm__h6 {
    padding-bottom: 2.4rem;
  }
}
@media (min-width: 1920px) {
  .faqs-page-template-container .opening-times-block h6,
  .faqs-page-template-container .opening-times-block .bm__h6 {
    padding-bottom: 3.2rem;
  }
}

@media (min-width: 1200px) {
  .faqs-block .faqs-block-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .faqs-block .faqs-block-container {
    grid-template-columns: 1fr 2fr;
    gap: 5.5rem;
  }
}
@media (min-width: 1920px) {
  .faqs-block .faqs-block-container {
    gap: 10rem;
  }
}
.faqs-block .title-intro__wrapper {
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .faqs-block .title-intro__wrapper {
    text-align: left;
  }
}
.faqs-block .accordion-item {
  border-bottom: 1px solid #2c2c2c;
  padding: 2.4rem 0;
}
@media (min-width: 992px) {
  .faqs-block .accordion-item {
    height: fit-content;
  }
}
.faqs-block .accordion-item .accordion-header .accordion-button {
  background: none;
  box-shadow: none;
  position: relative;
  color: #2c2c2c;
  width: 100%;
  text-align: left;
}
.faqs-block .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 0C13.1046 0 14 0.895431 14 2V10H22C23.1046 10 24 10.8954 24 12C24 13.1046 23.1046 14 22 14H14V22C14 23.1046 13.1046 24 12 24C10.8954 24 10 23.1046 10 22V14H2C0.895431 14 2.60982e-07 13.1046 0 12C4.82823e-08 10.8954 0.895431 10 2 10H10V2C10 0.895431 10.8954 0 12 0Z' fill='%232C2C2C'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
}
.faqs-block .accordion-item .accordion-header .accordion-button.active::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='4' viewBox='0 0 24 4' fill='black'%3E%3Cpath d='M22 0C23.1046 4.82822e-08 24 0.895431 24 2C24 3.10457 23.1046 4 22 4H2C0.895431 4 -4.82823e-08 3.10457 0 2C3.05984e-07 0.895431 0.895431 -1.60689e-08 2 0H22Z' fill='%232C2C2C'/%3E%3C/svg%3E") !important;
  top: 63%;
  transition: all 0.2s ease-in;
}
@media (max-width: 430px) {
  .faqs-block .accordion-item .accordion-header .accordion-button .accordion-button-title {
    max-width: 300px;
  }
}
.faqs-block .accordion-item .accordion-content {
  overflow: hidden;
  transition: height 0.4s ease;
  color: #2c2c2c;
  margin-top: 1.6rem;
}
.faqs-block .accordion-item .accordion-content .accordion-content__wrapper > p + p {
  padding-top: 2rem;
  color: #2c2c2c;
}
.faqs-block .accordion-item .accordion-content.active {
  transition: height 0.4s ease;
}
.faqs-block .accordion-item .accordion-content .faq__excerpt {
  color: #2c2c2c;
}
.faqs-block .accordion-item p,
.faqs-block .accordion-item .bm__h4,
.faqs-block .accordion-item .bm__h6 {
  color: #2c2c2c;
}
.faqs-block .accordion-item a {
  color: #ffffff;
}
.faqs-block .accordion-item a:hover {
  text-decoration: underline;
  color: #0046F1;
}
@media (min-width: 768px) {
  .faqs-block .accordion.two-columns .opening-times-block .opening-times__container {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .faqs-block .accordion.two-columns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.4rem;
    row-gap: 1.6rem;
  }
  .faqs-block .accordion.two-columns .accordion-item {
    flex-basis: calc((100% - 2.4rem) / 2);
  }
  .faqs-block .accordion.two-columns .accordion-item .accordion-header .accordion-button {
    padding-left: 2.4rem;
  }
}
.faqs-block .accordion.bg-transparent .accordion-item {
  background: transparent !important;
  border: 1px solid red;
}
.faqs-block .accordion.bg-transparent a:hover {
  color: #f7c537;
}

.team {
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
  .team {
    padding-top: 5.5rem;
  }
}
.team .team-members .team-member {
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.65);
  height: 100%;
}
.team .team-members .team-member__image {
  height: 32.6rem;
}
.team .team-members .team-member__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team .team-members .team-member__content {
  padding: 2.4rem 2rem 1.7rem 1.6rem;
}
.team .team-members .team-member__content .team-member-header {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .team .team-members .team-member__content .team-member-header {
    margin-bottom: 1.2rem;
  }
}
.team .team-members .team-member__content .team-member-header h6 {
  margin: 0;
  font-weight: 500;
  padding: 0;
}
.team .team-members .team-member__content .team-member-header .team-member-name {
  margin-bottom: 0.8rem;
}
.team #team-slider {
  position: relative;
}
.team #team-slider .splide__list {
  margin-bottom: 2rem !important;
}
.team #team-slider .splide__track {
  margin-bottom: 4.8rem;
}
.team #team-slider .custom-arrows {
  margin-top: 2.4rem;
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .team #team-slider .custom-arrows:not([style*="display: none"]) ~ .splide__track .splide__list {
    justify-content: initial;
  }
}

.text-block {
  text-align: center;
}
.text-block.align-centre {
  text-align: center;
}
.text-block.align-centre .ctas {
  justify-content: center;
}
@media (min-width: 768px) {
  .text-block.align-centre .text-block__content {
    width: 80%;
    margin: auto;
    max-width: 84.6rem;
  }
}
@media (min-width: 1920px) {
  .text-block.align-centre .text-block__content {
    max-width: 120rem;
  }
}
@media (min-width: 2560px) {
  .text-block.align-centre .text-block__content {
    max-width: 180rem;
  }
}
.text-block.align-right {
  text-align: right;
}
.text-block.align-right .ctas {
  justify-content: flex-end;
}
.text-block.align-left {
  text-align: left;
}
.text-block.align-left .ctas {
  justify-content: flex-start;
}
.text-block p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.34rem;
}
@media (min-width: 768px) {
  .text-block p {
    font-weight: 400;
  }
}
.text-block .ctas {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-top: 2rem;
}

.feature-block {
  margin-bottom: 8.8rem;
}
.feature-block .bm__h1,
.feature-block .bm__h4,
.feature-block .bm__h3 {
  margin-bottom: 1.6rem;
}
@media (min-width: 1200px) {
  .feature-block .bm__h1,
  .feature-block .bm__h4,
  .feature-block .bm__h3 {
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1920px) {
  .feature-block .bm__h1,
  .feature-block .bm__h4,
  .feature-block .bm__h3 {
    margin-bottom: 2.4rem;
  }
}
.feature-block .feature {
  display: flex;
  flex-direction: column;
}
.feature-block .feature .ctas {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3.2rem;
}
.feature-block .feature .feature__image {
  display: flex;
  border-radius: 1.6rem 1.6rem 0 0;
  width: 100%;
}
.feature-block .feature .feature__image img {
  max-height: 400px;
  border-radius: 1.6rem 1.6rem 0 0;
  display: flex;
}
@media (min-width: 768px) {
  .feature-block .feature .feature__image img {
    max-height: unset;
  }
}
.feature-block .feature .feature__content {
  flex-grow: 1;
  border-radius: 0 0 1.6rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-block .feature .feature__content .feature-excerpt p + p {
  margin-top: 2rem;
}
.feature-block .feature .feature__content .feature-excerpt h4 {
  font-size: 1.7rem;
  color: #f7c537;
  padding-top: 1.6rem;
  line-height: inherit;
}
@media (min-width: 768px) {
  .feature-block .feature .feature__content .feature-excerpt h4 {
    font-size: 1.9rem;
  }
}
.feature-block .feature .feature__content.white {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.feature-block .feature .feature__content.white .bm__h1,
.feature-block .feature .feature__content.white .bm__h2,
.feature-block .feature .feature__content.white .bm__h4,
.feature-block .feature .feature__content.white .bm__h3,
.feature-block .feature .feature__content.white .bm__h5 {
  color: #0046F1;
}
.feature-block .feature .feature__content.white .feature-excerpt p {
  color: #0046F1;
}
.feature-block .feature .feature__content.rust {
  background: #e8325a;
  border: 1px solid #e8325a;
}
.feature-block .feature .feature__content.scuba {
  background: #f7c537;
  border: 1px solid #f7c537;
}
.feature-block .feature .feature__content.scuba .bm__h1,
.feature-block .feature .feature__content.scuba .bm__h4,
.feature-block .feature .feature__content.scuba .bm__h3,
.feature-block .feature .feature__content.scuba .bm__h5 {
  color: #0046F1;
}
.feature-block .feature .feature__content.scuba .feature-excerpt p {
  color: #0046F1;
}
.feature-block .feature .feature__content.dark {
  background: #001829;
  border: 1px solid #001829;
}
.feature-block .feature .feature__content.jelly {
  background: #9e62a4;
  border: 1px solid #9e62a4;
}
.feature-block .feature .feature__content.tropic {
  background: #33afa6;
  border: 1px solid #33afa6;
}
.feature-block .feature .feature__content.weed {
  background: #939c46;
  border: 1px solid #939c46;
}
.feature-block .feature .feature__content.driftwood {
  background: #c99662;
  border: 1px solid #c99662;
}
.feature-block .feature .feature__content.coral {
  background: #f1696a;
  border: 1px solid #f1696a;
}
.feature-block .feature .feature__content.mustard {
  background: #f29102;
  border: 1px solid #f29102;
}
.feature-block .feature .feature__content.purple {
  background: #6C4DFF;
  border: 1px solid #6C4DFF;
}
.feature-block .feature .feature__content.shore, .feature-block .feature .feature__content.light-shore {
  background: red;
  border: 1px solid red;
  color: #ffffff;
}
.feature-block .feature .feature__content .feature-heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.feature-block .feature .feature__content .feature-subheading {
  padding-bottom: 0;
}
.feature-block .feature .feature__content .feature-cta {
  margin-top: 2.4rem;
}
@media (min-width: 992px) {
  .feature-block .feature .feature__content .feature-cta {
    align-self: flex-start;
    flex: 0 0 auto;
  }
}
.feature-block a.cta {
  font-size: 1.6rem;
}
.feature-block a.cta.dark, .feature-block a.cta.jelly, .feature-block a.cta.tropic, .feature-block a.cta.weed, .feature-block a.cta.coral, .feature-block a.cta.mustard, .feature-block a.cta.rust, .feature-block a.cta.shore, .feature-block a.cta.light-shore, .feature-block a.cta.driftwood, .feature-block a.cta.scuba, .feature-block a.cta.purple {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.feature-block a.cta.dark:hover, .feature-block a.cta.jelly:hover, .feature-block a.cta.tropic:hover, .feature-block a.cta.weed:hover, .feature-block a.cta.coral:hover, .feature-block a.cta.mustard:hover, .feature-block a.cta.rust:hover, .feature-block a.cta.shore:hover, .feature-block a.cta.light-shore:hover, .feature-block a.cta.driftwood:hover, .feature-block a.cta.scuba:hover, .feature-block a.cta.purple:hover {
  background-color: #ffffff;
}
.feature-block a.cta.white {
  background-color: transparent;
  border: 2px solid #0046F1;
  color: #0046F1;
}
.feature-block a.cta.white:hover {
  color: #ffffff;
  background-color: #0046F1;
}
.feature-block a.cta.shore:hover, .feature-block a.cta.light-shore:hover {
  color: red;
}
.feature-block a.cta:hover {
  cursor: pointer;
}
.feature-block a.cta.dark:hover {
  color: #001829 !important;
}
.feature-block a.cta.rust:hover {
  color: #e8325a;
}
.feature-block a.cta.jelly:hover {
  color: #9e62a4;
}
.feature-block a.cta.tropic:hover {
  color: #33afa6;
}
.feature-block a.cta.weed:hover {
  color: #939c46;
}
.feature-block a.cta.coral:hover {
  color: #f1696a;
}
.feature-block a.cta.mustard:hover {
  color: #f29102;
}
.feature-block a.cta.scuba:hover {
  color: #f7c537;
}
.feature-block a.cta.driftwood:hover {
  color: #c99662;
}
.feature-block a.cta.purple:hover {
  color: #6C4DFF;
}

@media (min-width: 768px) {
  .feature-block.full-width .feature {
    flex-direction: row;
  }
}
.feature-block.full-width .feature .feature__image {
  height: 300px;
}
@media (min-width: 768px) {
  .feature-block.full-width .feature .feature__image {
    height: auto;
    flex-basis: 50%;
  }
}
.feature-block.full-width .feature .feature-heading {
  margin-bottom: 1.6rem;
}
.feature-block.full-width .feature .feature__content {
  padding: 2.4rem 1.6rem;
}
@media (min-width: 768px) {
  .feature-block.full-width .feature .feature__content {
    padding: 3.2rem;
    flex-basis: 50%;
  }
}
@media (min-width: 1440px) {
  .feature-block.full-width .feature .feature__content {
    padding: 4.8rem 5.6rem;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .feature-block.full-width .feature .feature__content {
    padding-right: 8.8rem;
    padding-left: 8.8rem;
  }
}
.feature-block.full-width .feature .feature__content a.cta.dark.mustard-button {
  background: #f29102;
  color: #ffffff;
  border-color: #f29102;
}
.feature-block.full-width .feature .feature__content a.cta.dark.mustard-button:hover {
  border-color: #f29102;
  background: #ffffff;
  color: #f29102 !important;
}
@media (min-width: 768px) {
  .feature-block.full-width .feature.two-three .feature__image {
    flex-basis: 40%;
  }
}
@media (min-width: 768px) {
  .feature-block.full-width .feature.two-three .feature__content {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .feature-block.full-width .feature.right_to_left {
    flex-direction: row-reverse;
  }
  .feature-block.full-width .feature.right_to_left .feature__image {
    border-radius: 0 1.6rem 1.6rem 0;
  }
  .feature-block.full-width .feature.right_to_left .feature__image img {
    border-radius: 0 1.6rem 1.6rem 0;
  }
  .feature-block.full-width .feature.right_to_left .feature__content {
    border-radius: 1.6rem 0 0 1.6rem;
  }
}
@media (min-width: 768px) {
  .feature-block.full-width .feature.left_to_right {
    flex-direction: row;
    justify-content: center;
  }
  .feature-block.full-width .feature.left_to_right .feature__image {
    border-radius: 1.6rem 0 0 1.6rem;
  }
  .feature-block.full-width .feature.left_to_right .feature__image img {
    border-radius: 1.6rem 0 0 1.6rem;
  }
  .feature-block.full-width .feature.left_to_right .feature__content {
    border-radius: 0 1.6rem 1.6rem 0;
  }
}
.feature-block.full-width .feature.half-half .feature__content.shore a.cta {
  background: #f1696a;
  color: #ffffff;
  border-color: #f1696a;
  width: 100%;
}
@media (min-width: 492px) {
  .feature-block.full-width .feature.half-half .feature__content.shore a.cta {
    width: 160px;
  }
}
.feature-block.full-width .feature.half-half .feature__content.shore a.cta:hover {
  border-color: #f1696a;
  background: #ffffff;
  color: #f1696a !important;
}

@media (min-width: 768px) {
  .feature-block.two-columns .feature {
    flex-basis: 50%;
  }
}
.feature-block.two-columns .feature .bm__h4 {
  margin: 0;
  padding-bottom: 0;
}
.feature-block.two-columns .feature .feature__image {
  height: 300px;
}
@media (min-width: 768px) {
  .feature-block.two-columns .feature .feature__image {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .feature-block.two-columns .feature .feature__image {
    height: 230px;
  }
}
@media (min-width: 1440px) {
  .feature-block.two-columns .feature .feature__image {
    height: 100%;
    flex-basis: 50%;
  }
}
.feature-block.two-columns .feature .feature__content {
  padding: 2.4rem 2.4rem 4.8rem;
}
@media (min-width: 1440px) {
  .feature-block.two-columns .feature .feature__content {
    padding: 4rem;
    flex-basis: 50%;
  }
}
@media (min-width: 1920px) {
  .feature-block.two-columns .feature .feature__content {
    padding: 4.8rem;
  }
}
.feature-block.two-columns .feature .feature-heading-wrapper {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .feature-block.two-columns .feature.left_to_right {
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .feature-block.two-columns .feature.left_to_right {
    flex-direction: row-reverse;
  }
  .feature-block.two-columns .feature.left_to_right .feature__image {
    border-radius: 0 1.6rem 1.6rem 0;
  }
  .feature-block.two-columns .feature.left_to_right .feature__image img {
    border-radius: 0 1.6rem 1.6rem 0;
  }
  .feature-block.two-columns .feature.left_to_right .feature__content {
    border-radius: 1.6rem 0 0 1.6rem;
  }
}
@media (min-width: 1440px) {
  .feature-block.two-columns .feature.right_to_left {
    flex-direction: row;
  }
  .feature-block.two-columns .feature.right_to_left .feature__image {
    border-radius: 1.6rem 0 0 1.6rem;
  }
  .feature-block.two-columns .feature.right_to_left .feature__image img {
    border-radius: 1.6rem 0 0 1.6rem;
  }
  .feature-block.two-columns .feature.right_to_left .feature__content {
    border-radius: 0 1.6rem 1.6rem 0;
  }
}
.feature-block.two-columns .feature__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .feature-block.two-columns .feature__wrapper {
    flex-direction: row;
  }
}

.info-block {
  position: relative;
}
.info-block__title {
  text-align: center;
}
.info-block__title--desktop {
  display: none;
}
@media (min-width: 768px) {
  .info-block__title--desktop {
    display: block;
    margin-bottom: 5.2rem;
  }
}
.info-block__title--mobile {
  margin-bottom: 7.2rem;
}
@media (min-width: 768px) {
  .info-block__title--mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .info-block .info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .info-block .info {
    gap: 8rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .info-block .info {
    gap: 14.9rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1920px) {
  .info-block .info {
    grid-template-columns: 1fr 1fr;
    gap: 6.9rem;
  }
}
.info-block .info__image {
  text-align: center;
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .info-block .info__image {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .info-block .info__image {
    display: flex;
    justify-content: center;
  }
}
.info-block .info__image img {
  width: 32.7rem;
  height: 45.6rem;
}
@media (min-width: 768px) {
  .info-block .info__image img {
    width: unset;
    height: unset;
  }
}
@media (min-width: 768px) {
  .info-block .info__content {
    margin-top: 2.8rem;
  }
}
.info-block .info__content .info-box {
  background: #E6EEFF;
  margin-bottom: 4.8rem;
  border-radius: 1.6rem;
  position: relative;
}
@media (min-width: 1200px) {
  .info-block .info__content .info-box {
    margin-bottom: 2.4rem;
  }
}
.info-block .info__content .info-box:last-child {
  margin-bottom: 0;
}
.info-block .info__content .info-box__sphere {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .info-block .info__content .info-box__sphere {
    left: 0;
    top: 50%;
  }
}
.info-block .info__content .info-box__text {
  text-align: center;
  padding: 4rem 2.4rem 2.4rem 2.4rem;
}
@media (min-width: 992px) {
  .info-block .info__content .info-box__text {
    text-align: left;
    padding: 4.4rem 4.8rem 4.4rem 8rem;
  }
}
.info-block .info__content .info-box__text .info-box-heading {
  margin-bottom: 0.8rem;
  color: #0046F1;
}
@media (min-width: 992px) {
  .info-block .info__content .info-box__text .info-box-heading {
    margin-bottom: 1.6rem;
  }
}
.info-block .info__content .info-box.lighter-blue svg circle {
  fill: #B2C7FB;
}
.info-block .info__content .info-box.medium-blue svg circle {
  fill: #6690F7;
}
.info-block .info__content .info-box.blue svg circle {
  fill: #0046F1;
}

@media (max-width: 768px) {
  .testimonials-block .bm__container {
    padding-right: 0;
    padding-left: 0;
  }
}
.testimonials-block__title {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .testimonials-block__title {
    margin-bottom: 6.4rem;
  }
}
.testimonials-block .testimonials {
  background: #F3F3F3;
  border-radius: 1.6rem;
  padding: 4rem 0 5.6rem 0;
}
@media (min-width: 992px) {
  .testimonials-block .testimonials {
    padding: 4rem 0 11.3rem 0;
  }
}
.testimonials-block .testimonials-slider {
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  .testimonials-block .testimonials-slider {
    padding: 0;
  }
}
.testimonials-block .testimonials-tabs {
  display: flex;
  gap: 4.8rem;
  overflow-x: auto;
  margin-bottom: 4.8rem;
  scrollbar-width: none;
  padding-left: 50%;
  padding-right: 50%;
}
.testimonials-block .testimonials-tabs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .testimonials-block .testimonials-tabs {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .testimonials-block .testimonials-tabs {
    gap: 6.4rem;
    margin-bottom: 8rem;
    overflow-x: visible;
  }
}
.testimonials-block .testimonials-tab {
  flex: 0 0 auto;
  background: none;
  border: none;
  padding: 0 0 0.8rem 0;
  font-weight: 600;
  color: #B1B1B1;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.testimonials-block .testimonials-tab.is-active {
  color: #0046F1;
  border-bottom-color: #0046F1;
}
.testimonials-block .testimonials-slider .splide__track {
  overflow: hidden;
}
.testimonials-block .testimonials-slider .splide__slide {
  opacity: 0.25;
  transition: opacity 0.4s ease;
}
.testimonials-block .testimonials-slider .splide__slide.is-active {
  opacity: 1;
}
.testimonials-block .testimonial-quote {
  margin: 0 0 3.2rem 0;
}
.testimonials-block .testimonial-author {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: #6C4DFF;
}

@media (min-width: 1440px) {
  .subscription-block__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5.5rem;
  }
}
@media (min-width: 1920px) {
  .subscription-block__container {
    gap: 10rem;
  }
}
.subscription-block__intro {
  text-align: center;
}
@media (min-width: 1440px) {
  .subscription-block__intro {
    text-align: left;
  }
}
.subscription-block__title {
  margin-bottom: 1.6rem;
}
.subscription-block__excerpt {
  margin-bottom: 4rem;
}
.subscription-block__tabs .tablist {
  margin-bottom: 2.4rem;
  display: flex;
  gap: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(44, 44, 44, 0.8);
  border-radius: 4rem;
  font-size: 1.6rem;
  letter-spacing: -0.48px;
  font-weight: 600;
  justify-content: center;
  padding: 0.4rem;
}
.subscription-block__tabs .tablist .tab {
  font-size: 1.6rem;
  letter-spacing: -0.48px;
  font-weight: 600;
  color: #fff;
  padding: 1rem 5.1rem;
  border-radius: 4rem;
}
.subscription-block__tabs .tablist .tab:hover, .subscription-block__tabs .tablist .tab:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}
.subscription-block__tabs .tablist .tab[aria-selected=true] {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}
@media (min-width: 768px) {
  .subscription-block__tabs .tablist {
    display: none;
  }
}
@media (min-width: 768px) {
  .subscription-block .subscriptions {
    display: flex;
    gap: 1.4rem;
  }
}
@media (min-width: 992px) {
  .subscription-block .subscriptions {
    gap: 2.4rem;
  }
}
@media (min-width: 1920px) {
  .subscription-block .subscriptions {
    gap: 3rem;
  }
}
.subscription-block .subscription {
  border-radius: 1.6rem;
  padding: 2.8rem 2.4rem 3.2rem 2.4rem;
}
@media (min-width: 768px) {
  .subscription-block .subscription {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .subscription-block .subscription {
    padding: 4.8rem;
  }
}
@media (min-width: 1920px) {
  .subscription-block .subscription {
    padding: 6.8rem;
  }
}
.subscription-block .subscription__label {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.8rem 1.6rem;
  margin-bottom: 1.6rem;
  border-radius: 1.7rem;
  display: inline-block;
  width: fit-content;
}
@media (min-width: 768px) {
  .subscription-block .subscription__label {
    padding: 0.8rem 2.4rem;
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
}
.subscription-block .subscription__title {
  margin-bottom: 0.8rem;
}
.subscription-block .subscription__excerpt {
  margin-bottom: 3.2rem;
}
.subscription-block .subscription__features {
  padding-left: 2rem;
  margin-bottom: 4rem;
}
.subscription-block .subscription__features .subscription-feature {
  margin-bottom: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.subscription-block .subscription__features .subscription-feature:last-child {
  margin-bottom: 0;
}
.subscription-block .subscription__cta {
  width: 100%;
  margin-top: auto;
}
.subscription-block .subscription-licence {
  background: #E6EEFF;
}
.subscription-block .subscription-licence .subscription__label {
  background: #6791F9;
}
.subscription-block .subscription-integration {
  background: #F2EBFF;
}
.subscription-block .subscription-integration .subscription__label {
  background: #9992FE;
}

.video-block .wistia_responsive_padding {
  padding-top: 56.25%;
  position: relative;
}
.video-block .wistia_responsive_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block #wistia_chrome_23 {
  border-radius: 1.6rem !important;
}

@media (max-width: 768px) {
  .feature-slider-block .bm__container {
    padding-right: 0;
    padding-left: 0;
  }
}
.feature-slider-block__title {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .feature-slider-block__title {
    margin-bottom: 6.4rem;
  }
}
.feature-slider-block .feature-slider {
  background: #E6EEFF;
  padding: 4rem 0 5.6rem 0;
  border-radius: 1.6rem;
}
@media (min-width: 768px) {
  .feature-slider-block .feature-slider {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .feature-slider-block .feature-slide {
    padding: 4rem 10rem;
  }
}
@media (min-width: 1200px) {
  .feature-slider-block .feature-slide {
    padding: 7.5rem 21.7rem 8rem 21.7rem;
  }
}
@media (min-width: 1920px) {
  .feature-slider-block .feature-slide {
    padding: 10rem 30rem;
  }
}
.feature-slider-block .feature-slider-tabs {
  display: flex;
  gap: 4.8rem;
  overflow-x: auto;
  margin-bottom: 4.8rem;
  scrollbar-width: none;
  padding-left: 50%;
  padding-right: 50%;
}
.feature-slider-block .feature-slider-tabs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .feature-slider-block .feature-slider-tabs {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .feature-slider-block .feature-slider-tabs {
    gap: 6.4rem;
    overflow-x: visible;
  }
}
@media (min-width: 1920px) {
  .feature-slider-block .feature-slider-tabs {
    gap: 8rem;
    overflow-x: visible;
  }
}
.feature-slider-block .feature-slider-tab {
  flex: 0 0 auto;
  background: none;
  border: none;
  padding: 0 0 0.8rem 0;
  font-weight: 600;
  color: #B1B1B1;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.feature-slider-block .feature-slider-tab.is-active {
  color: #0046F1;
  border-bottom-color: #0046F1;
}
.feature-slider-block .feature-slider-slider {
  padding: 0 2.4rem 0 2.4rem;
}
@media (min-width: 768px) {
  .feature-slider-block .feature-slider-slider {
    padding: 0;
  }
}
.feature-slider-block .feature-slide {
  display: grid;
  gap: 5rem;
}
@media (min-width: 768px) {
  .feature-slider-block .feature-slide {
    grid-template-columns: 3fr 2fr;
    gap: 3.9rem;
    align-items: center;
  }
}
.feature-slider-block .feature-slide__excerpt {
  margin-bottom: 3.2rem;
}
@media (min-width: 1200px) {
  .feature-slider-block .feature-slide__excerpt {
    margin-bottom: 4rem;
  }
}
.feature-slider-block .feature-slide__media img {
  width: 100%;
  height: 45.6rem;
  object-fit: contain;
  display: block;
}
@media (min-width: 992px) {
  .feature-slider-block .feature-slide__media img {
    width: 32.7rem;
  }
}

@media (min-width: 768px) {
  .feature-slider-block.full-width .feature-slide {
    display: flex;
    align-items: center;
    padding: 4.5rem 0 4.5rem 5.4rem;
  }
}
@media (min-width: 992px) {
  .feature-slider-block.full-width .feature-slide {
    padding: 9.6rem 0 9rem 10.9rem;
    gap: 2.8rem;
  }
}
@media (min-width: 1920px) {
  .feature-slider-block.full-width .feature-slide {
    padding: 9.6rem 0 9rem 20rem;
    gap: 11rem;
  }
}
@media (min-width: 2560px) {
  .feature-slider-block.full-width .feature-slide {
    padding: 9.6rem 0 9rem 35rem;
  }
}
.feature-slider-block.full-width .feature-slide .feature-slide__excerpt--full-width ul {
  list-style: disc;
  margin: 3rem 0;
  padding-left: 3rem;
}
.feature-slider-block.full-width .feature-slide .feature-slide__excerpt--full-width ul li {
  color: #001829;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.34px;
}
@media all and (min-width: 768px) {
  .feature-slider-block.full-width .feature-slide .feature-slide__excerpt--full-width ul li {
    font-size: 1.8rem;
    line-height: 1.35;
  }
}
@media all and (min-width: 1200px) {
  .feature-slider-block.full-width .feature-slide .feature-slide__excerpt--full-width ul li {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 1920px) {
  .feature-slider-block.full-width .feature-slide .feature-slide__excerpt--full-width ul li {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.feature-slider-block.full-width .feature-slide .feature-slide__excerpt--full-width p {
  margin-bottom: 1.5rem;
}
.feature-slider-block.full-width .feature-slide__content {
  padding: 0;
  flex: 0 0 50%;
}
.feature-slider-block.full-width .feature-slide__media {
  flex: 1;
  min-width: 0;
}
.feature-slider-block.full-width .feature-slide__media img {
  width: 100%;
  object-fit: contain;
  display: block;
}

.text-image-block .text-image {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.text-image-block .text-image-panel {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .text-image-block .text-image-panel {
    flex-direction: row;
    align-items: center;
    column-gap: 12.1rem;
    row-gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .text-image-block .text-image-panel {
    column-gap: 12.1rem;
  }
}
.text-image-block .text-image-panel.left_to_right {
  flex-direction: column;
}
@media (min-width: 768px) {
  .text-image-block .text-image-panel.left_to_right {
    flex-direction: row;
  }
}
.text-image-block .text-image-panel.left_to_right .text-image-panel__image {
  order: -1;
}
@media (min-width: 768px) {
  .text-image-block .text-image-panel.left_to_right .text-image-panel__image {
    order: 0;
  }
}
.text-image-block .text-image-panel.right_to_left {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .text-image-block .text-image-panel.right_to_left {
    flex-direction: row-reverse;
  }
}
.text-image-block .text-image-panel__content, .text-image-block .text-image-panel__image {
  flex: 1 1 0;
  min-width: 0;
}
.text-image-block .text-image-panel__content {
  display: flex;
  flex-direction: column;
}
.text-image-block .text-image-panel__title {
  margin-bottom: 1.2rem;
  color: #0046F1;
}
@media (min-width: 992px) {
  .text-image-block .text-image-panel__title {
    margin-bottom: 1.6rem;
  }
}
.text-image-block .text-image-panel__excerpt {
  margin: 0;
}
.text-image-block .text-image-panel__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.text-image-block .text-image-panel__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 30rem;
}
@media (min-width: 768px) {
  .text-image-block .text-image-panel__image img {
    max-height: unset;
  }
}
.text-image-block .text-image-panel__sphere {
  position: absolute;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 768px) {
  .text-image-block .text-image-panel__sphere {
    width: 35rem;
    height: 35rem;
  }
}
@media (min-width: 1200px) {
  .text-image-block .text-image-panel__sphere {
    width: 50rem;
    height: 50rem;
  }
}
.text-image-block .text-image-panel__sphere.light-blue {
  background: #E6EEFF;
}
.text-image-block .text-image-panel__sphere.lighter-blue {
  background: #B2C7FB;
}
.text-image-block .text-image-panel__sphere.medium-blue {
  background: #6690F7;
}

@media (min-width: 1200px) {
  .video-library-block .video-library {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .video-library-block .video-library {
    grid-template-columns: 1fr 2fr;
    gap: 5.5rem;
  }
}
@media (min-width: 1920px) {
  .video-library-block .video-library {
    gap: 10rem;
  }
}
.video-library-block .video-library__header {
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .video-library-block .video-library__header {
    text-align: left;
  }
}
.video-library-block .video-library__title {
  margin-bottom: 4rem;
}
.video-library-block .video-library__cta {
  display: none;
}
@media (min-width: 1200px) {
  .video-library-block .video-library__cta {
    display: inline-block;
  }
}
.video-library-block .video-library__footer {
  text-align: center;
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .video-library-block .video-library__footer {
    display: none;
  }
}
.video-library-block .video-library__grid {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .video-library-block .video-library__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.video-library-block .video-library__item .wistia_embed,
.video-library-block .video-library__item .w-chrome {
  border-radius: 1.6rem !important;
}
.video-library-block .video-library__description {
  margin-top: 1.6rem;
}
.video-library-block .video-library.full-width {
  display: block;
}
@media (min-width: 992px) {
  .video-library-block .video-library.full-width .video-library__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.main-nav {
  position: sticky;
  inset: 0;
  z-index: 10000;
  top: 0;
  background: #ffffff;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .main-nav {
    position: unset;
  }
}
.main-nav .logo-container img {
  max-height: 40px;
}
@media (min-width: 768px) {
  .main-nav .logo-container img {
    object-fit: contain;
    height: 100%;
  }
}
@media (min-width: 1920px) {
  .main-nav .logo-container img {
    max-height: 55px;
  }
}
.main-nav .logo-container .logo {
  display: inline-flex;
}
@media screen and (min-width: 1200px) {
  .main-nav .logo-container .logo {
    height: 40px;
  }
}
.main-nav .nav-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .main-nav .nav-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}
.main-nav .nav-container .nav-top {
  z-index: 1000;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 2.2rem;
  position: relative;
}
@media (min-width: 1200px) {
  .main-nav .nav-container .nav-top {
    width: unset;
    grid-column: 2;
  }
}
.main-nav .nav-container .nav-top .menu-logo__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  border-bottom-right-radius: 32px;
}
.main-nav .nav-container .nav-top .mobile-toggle {
  display: flex;
  cursor: pointer;
  border: none;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .main-nav .nav-container .nav-top .mobile-toggle {
    display: none;
  }
}
.main-nav .nav-container .nav-top .mobile-toggle .mobile-menu {
  display: inline-flex;
}
.main-nav .nav-container .nav-top .mobile-toggle .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background: #ffffff;
}
.main-nav .nav-container .nav-top .mobile-toggle .close-cross {
  display: none;
}
.main-nav .nav-container .nav-top .mobile-toggle[aria-expanded=true] .close-cross {
  display: flex;
}
.main-nav .nav-container .nav-top .mobile-toggle[aria-expanded=true] .mobile-menu {
  display: none;
}
.main-nav .nav-container .nav-menu {
  width: 100%;
  display: none;
  flex-flow: column;
  margin: 16px 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .main-nav .nav-container .nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column: 3;
    flex-flow: unset;
  }
}
.main-nav .nav-container .nav-menu.active {
  display: flex;
}
@media (max-width: 1201px) {
  .main-nav .nav-container .nav-menu.active {
    height: 100vh;
    background: #2c2c2c;
    position: absolute;
    top: 0;
    width: 100vw;
    margin: 0;
    left: 0;
    overflow: scroll;
  }
  .main-nav .nav-container .nav-menu.active .nav-links {
    padding-top: 64px;
    align-items: flex-start;
  }
  .main-nav .nav-container .nav-menu.active .nav-links ul.nav-items {
    margin: 0;
    display: flex;
    flex-flow: column;
    gap: 0;
    width: 100%;
    align-items: center;
  }
  .main-nav .nav-container .nav-menu.active .nav-links .dropdown-toggle {
    padding: 0;
    font-size: 1.6rem;
    color: #ffffff;
    width: 100%;
    text-align: left;
  }
  .main-nav .nav-container .nav-menu.active .nav-links ul.nav-items li {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }
  .main-nav .nav-container .nav-menu.active .nav-links ul.nav-items li a {
    display: flex;
    width: 100%;
    padding: 12px 24px;
  }
  .main-nav .nav-container .nav-menu.active .nav-links ul.nav-items li a:hover, .main-nav .nav-container .nav-menu.active .nav-links ul.nav-items li a:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 999px;
  }
  .main-nav .nav-container .nav-menu.active .nav-links ul.nav-items > .menu-item:has(.dropdown-menu):after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath d='M3 3l6 5 6-5' stroke='%23ffffff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: contain;
    left: auto;
    right: 2.4rem;
    bottom: 6px;
    top: 50%;
    width: 30px;
    height: 12px;
  }
  .main-nav .nav-container .nav-menu.active .nav-links ul.nav-items > .menu-item:has(.dropdown-menu):after {
    transform: translateY(-50%);
  }
  .main-nav .nav-container .nav-menu.active .nav-links ul.nav-items > .menu-item:has(.dropdown-menu.active) .dropdown-toggle {
    font-weight: 700;
  }
  .main-nav .nav-container .nav-menu.active .nav-links ul.nav-items > .menu-item:has(.dropdown-menu.active):after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath d='M15 7L9 2 3 7' stroke='%23ffffff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: contain;
    left: auto;
    right: 2.4rem;
    bottom: 6px;
    top: 28px;
    width: 30px;
    height: 12px;
  }
  .main-nav .nav-container .nav-menu.active .dropdown-menu.active {
    padding: 0 1.6rem;
  }
}
.main-nav .nav-container .nav-menu .nav-links {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .main-nav .nav-container .nav-menu .nav-links {
    display: none;
  }
}
.main-nav .nav-container .nav-menu .nav-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav .nav-container .nav-menu .nav-links ul.nav-items {
  margin: 0 1rem;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .main-nav .nav-container .nav-menu .nav-links ul.nav-items {
    flex-flow: row;
    width: 100%;
    justify-content: var(--nav-pos);
    align-items: center;
    text-align: center;
  }
}
.main-nav .nav-container .nav-menu .nav-links ul li {
  position: relative;
}
.main-nav .nav-container .nav-menu .nav-links ul li.dropdown {
  display: block;
}
.main-nav .nav-container .nav-menu .nav-links ul li a {
  padding: 1rem;
  text-decoration: none;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .main-nav .nav-container .nav-menu .nav-links ul li a {
    padding: 0;
    height: unset;
  }
}
.main-nav .nav-container .nav-menu .nav-links ul.nav-items .menu-item {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
@media (min-width: 1200px) {
  .main-nav .nav-container .nav-menu .nav-links ul.nav-items .menu-item:has(.dropdown-menu):after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath d='M3 3l6 5 6-5' stroke='%23ffffff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: contain;
    left: auto;
    right: 0;
    bottom: 6px;
    top: auto;
    width: 12px;
    height: 8px;
  }
  .main-nav .nav-container .nav-menu .nav-links ul.nav-items .menu-item:has(.dropdown-menu.active):after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAAtCAYAAAAAyl3pAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAINSURBVHgB5do9UsJAGMbxN6sWWnkEjqDY2IlHSMnY4AnwKHADGqXMEZTOiskNzBEYC8dRyJpgHmYYRZPNfry7/Bt2SDaT/Ip8TBIRo3pJcvpK78OoGBLJXvV3KkmO5/HNhBgVEZMuk2nnk+RjMezsWCU7ouj6Oe5nxCAWcDXQEBs853AN0BALPKdwCmjIOZ4zuBZoyCmeEzgNaMgZnnU4jWjICZ5VOANoyDqeNTiDaMgqnhU4C2jIGp5xOItoyAqeUTgHaMg4njE4h2jIKJ4ROE1oWfXbIfWM4WmH04W2Kg64HBxo2JYJPK1wOtHS6kDPim1yxNMGZwINccTTAmcSDXHDaw1nAw1xwmsFZxMNccFThnOBhjjgKcG5REOu8RrDcUBDLvEawXFCQ67wasNxREMu8GrBcUZDtvH+hfMBDdnE+xPOJzRkC28nnI9oyAber3A+oyHTeD/gQkBDJvG24EJCQ6bwNnAhoiETeGu4kNGQbrw13EXy8EIBoyFdeCs6Phfd5H5Ae4BWVu5j9RIoI/U6h/nbnRBEQ1LPGzSkA08KcSUkRWeklndoqD2e7AlSy1s01BavgIueqFneoyFVvOKKmoqI8lmDOcGgIRW8nKKxWNLHqOak4NBQQ7xsHvcnIo1vFzUmBYuGauJtvmnZelbtJtOBIDmUxb3i98Ly/JfPlnQySuN4QXtSHYcv3a49IgYcQmMAAAAASUVORK5CYII=) no-repeat;
    background-size: contain;
    left: auto;
    right: 0;
    bottom: 6px;
    top: auto;
    width: 12px;
    height: 8px;
  }
  .main-nav .nav-container .nav-menu .nav-links ul.nav-items .menu-item .dropdown-menu.active {
    left: -40% !important;
    right: auto;
    top: 47px;
    width: 220px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding: 2.4rem 3.2rem;
    align-items: flex-start;
  }
  .main-nav .nav-container .nav-menu .nav-links ul.nav-items .menu-item .dropdown-menu.active li {
    text-align: left;
  }
}
.main-nav .nav-container .nav-menu .nav-links .dropdown-toggle {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  border: none;
  background: none;
  cursor: pointer;
  padding: 1rem;
}
.main-nav .nav-container .nav-menu .nav-links .dropdown-toggle:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .main-nav .nav-container .nav-menu .nav-links .dropdown-toggle {
    padding: 0 2rem 0 0;
    color: #0046F1;
  }
}
.main-nav .nav-container .nav-menu .nav-links .dropdown-menu {
  display: none;
  position: relative;
  min-width: 160px;
  width: 100%;
  z-index: 1;
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  .main-nav .nav-container .nav-menu .nav-links .dropdown-menu {
    position: absolute;
    width: auto;
  }
}
.main-nav .nav-container .nav-menu .nav-links .dropdown-menu.active {
  display: block;
}
.main-nav .nav-container .nav-menu .nav-links .dropdown-menu a,
.main-nav .nav-container .nav-menu .nav-links .dropdown-menu button {
  display: block;
}
.main-nav .nav-container .nav-menu .nav-cta {
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .main-nav .nav-container .nav-menu .nav-cta {
    margin-top: 0;
    margin-inline: initial;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav .nav-container .dropdown:hover > .dropdown-menu, .main-nav .nav-container .dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}
.main-nav .nav-container .dropdown-menu {
  display: none;
}
.main-nav .nav-container .close-cross {
  background-color: #2c2c2c;
}
.main-nav .nav-container .nav-top .logo-mobile__active {
  display: none;
}
.main-nav .nav-container .menu-logo__container:has(.mobile-toggle[aria-expanded=true]) {
  background-color: #2c2c2c;
}
.main-nav .nav-container .menu-logo__container:has(.mobile-toggle[aria-expanded=true]) .logo-mobile__active {
  display: none;
}
.main-nav .nav-container .menu-logo__container:has(.mobile-toggle[aria-expanded=true]) .navbar-brand {
  display: none;
}

.contact_address {
  display: none;
}

.contact-title {
  display: none;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .contact-title {
    display: block;
  }
}

.contact-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #f1696a;
  width: 48px;
  height: 48px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .contact-phone {
    display: none;
  }
}

.contact-text {
  display: none;
}
@media (min-width: 1200px) {
  .contact-text {
    display: inline-block;
  }
}

.contact-toggle {
  margin-right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (min-width: 992px) {
  .contact-toggle {
    margin-right: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .contact-toggle {
    display: none;
  }
}
.contact-toggle .close-cross {
  display: none;
}
.contact-toggle[aria-expanded=true] .close-cross {
  display: block;
}
.contact-toggle[aria-expanded=true] .contact-phone {
  display: none;
}

/* --- Navigation CTA Accordion --- */
/* Hide the sub-navigation CTAs container by default */
.button-container {
  padding: 3.2rem 0;
  width: 327px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .button-container {
    width: 156px;
  }
}
@media (min-width: 1200px) {
  .button-container {
    padding: 0;
    flex-direction: row;
    display: flex;
    margin: 0;
  }
}
.button-container .-cta {
  text-align: center;
  width: 100%;
}
.button-container .cta {
  width: 100%;
  font-size: 1.5rem;
}

/* Style when the accordion is open (JS will add aria-expanded="true" to the button) */
.nav-cta-toggle[aria-expanded=true] + .ctas {
  display: block; /* Or flex, grid, etc., depending on your layout */
  position: absolute;
}

/* Style the individual sub-CTAs if needed */
.button-container .ctas .-cta:last-child .cta {
  padding-top: 1rem;
  width: 100%;
}

.nav-menu-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .nav-menu-desktop {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    margin-top: 2rem;
  }
  .nav-menu-desktop.is-fixed {
    position: fixed;
    top: 0;
  }
}
.nav-menu-desktop .nav-items {
  display: flex;
  gap: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(44, 44, 44, 0.8);
  border-radius: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.48px;
  padding: 0.4rem;
}
.nav-menu-desktop .nav-items .nav-item {
  list-style-type: none;
  position: relative;
}
.nav-menu-desktop .nav-items .nav-item a {
  white-space: nowrap;
  display: block;
  padding: 1.1rem 3.2rem;
  border-radius: 4rem;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
.nav-menu-desktop .nav-items .nav-item a:hover, .nav-menu-desktop .nav-items .nav-item a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nav-menu-desktop .nav-items .nav-item.current-menu-item > a, .nav-menu-desktop .nav-items .nav-item.current_page_item > a, .nav-menu-desktop .nav-items .nav-item.current-menu-ancestor > a {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nav-menu-desktop .nav-items .nav-item.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.6rem;
  margin-left: 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.nav-menu-desktop .nav-items .nav-item.menu-item-has-children.is-open > a {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nav-menu-desktop .nav-items .nav-item.menu-item-has-children.is-open > a::after {
  transform: rotate(180deg);
}
.nav-menu-desktop .nav-items .nav-item.menu-item-has-children.is-open .dropdown-menu {
  display: flex;
}
.nav-menu-desktop .nav-items .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 1.2rem);
  left: 0 !important;
  right: auto !important;
  min-width: 20rem;
  background: rgba(44, 44, 44, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1.6rem;
  padding: 1.2rem;
  z-index: 999;
  flex-direction: column;
  gap: 0.4rem;
}
.nav-menu-desktop .nav-items .dropdown-menu li {
  list-style: none;
}
.nav-menu-desktop .nav-items .dropdown-menu li a {
  display: block;
  padding: 1rem 1.6rem;
  border-radius: 1.6rem;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
  box-shadow: none;
  transition: background 0.2s ease;
}
.nav-menu-desktop .nav-items .dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.main-nav.menu-open .logo-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.home .banner {
  margin-bottom: 6.4rem;
}
@media (min-width: 1200px) {
  body.home .banner {
    margin-bottom: 10.4rem;
  }
}

.banner {
  margin-bottom: 6.4rem;
}
@media (min-width: 1200px) {
  .banner {
    margin-bottom: 10.4rem;
  }
}

.hero .content {
  min-height: 30rem;
}
@media all and (min-width: 768px) {
  .hero .content {
    min-height: 50rem;
  }
}
.hero .content .excerpt {
  color: #ffffff;
}
@media all and (min-width: 992px) {
  .hero.hero_full_height .content {
    height: calc(100vh - 72px);
  }
}
.hero.hero_medium_height .content {
  height: 360px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .hero.hero_medium_height .content {
    height: 460px;
  }
}
@media all and (min-width: 992px) {
  .hero.hero_medium_height .content {
    height: 520px;
  }
}
@media all and (min-width: 1200px) {
  .hero.hero_medium_height .content {
    height: 620px;
  }
}
@media all and (min-width: 1440px) {
  .hero.hero_medium_height .content {
    height: 620px;
  }
}
@media all and (min-width: 1920px) {
  .hero.hero_medium_height .content {
    height: 720px;
  }
}
.hero.hero_medium_height .content .intro-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .hero.hero_medium_height .content .intro-container {
    padding-bottom: 12rem;
    padding-left: 6.4rem;
  }
}
@media all and (min-width: 992px) {
  .hero.hero_small_height .content {
    height: calc(50vh - 72px);
  }
}
.hero.hero_overlay_on .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.hero .content {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero .hero_cta_container {
  margin: 3rem 0;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
.hero .hero_cta_container .hero_cta {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .hero .hero_cta_container {
    flex-direction: row;
  }
}
.hero .sub-heading p,
.hero .bm__h1 {
  margin: 0;
  padding: 0;
}
.hero .sub-heading {
  margin-bottom: 1.6rem;
}
.hero .sub-heading p {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 900;
  color: #0046F1;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .hero .sub-heading p {
    font-size: 4.9rem;
    line-height: 4.9rem;
  }
}
@media (min-width: 1920px) {
  .hero .sub-heading p {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.hero button.cta,
.hero #hero-banner-button {
  pointer-events: all;
}

#goto {
  margin-top: -3rem;
  padding-top: 4rem;
}

#hero_full_width {
  display: flex;
  pointer-events: none;
}
#hero_full_width .content {
  max-width: 100%;
}
#hero_full_width .intro-container {
  max-width: 22rem;
}
@media (min-width: 768px) {
  #hero_full_width .intro-container {
    max-width: 40rem;
  }
}
@media (min-width: 1200px) {
  #hero_full_width .intro-container {
    max-width: 52.1rem;
  }
}
@media (min-width: 1200px) {
  #hero_full_width .intro-container {
    max-width: 65.1rem;
  }
}
#hero_full_width .intro-container .bm__h1 {
  color: #ffffff;
}

#hero_columns .wrapper {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  #hero_columns .wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
#hero_columns .wrapper .image {
  order: 1;
}
#hero_columns .wrapper .content {
  order: 2;
}
@media (min-width: 768px) {
  #hero_columns .wrapper.hero_ltr .content {
    order: 1;
  }
  #hero_columns .wrapper.hero_ltr .image {
    order: 2;
  }
}
@media (min-width: 768px) {
  #hero_columns .wrapper.hero_rtl .content {
    order: 2;
  }
  #hero_columns .wrapper.hero_rtl .image {
    order: 1;
  }
}
#hero_columns .wrapper .sphere {
  --sphere-color: transparent;
}
#hero_columns .wrapper .sphere--lilac {
  --sphere-color: #F2EBFF;
}
#hero_columns .wrapper .sphere--light-blue {
  --sphere-color: #E6EEFF;
}
#hero_columns .wrapper .sphere--egg-shell {
  --sphere-color: #F3F3F3;
}
#hero_columns .wrapper .sphere .sphere-bg svg circle {
  fill: var(--sphere-color);
}
#hero_columns .wrapper .content {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #hero_columns .wrapper .content {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }
}
#hero_columns .wrapper .content .-excerpt {
  padding-block: 2rem;
}
#hero_columns .wrapper .content .-excerpt p {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.5px;
}
@media (min-width: 1200px) {
  #hero_columns .wrapper .content .-excerpt p {
    font-size: 2.5rem;
  }
}
#hero_columns .wrapper .content .sphere-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  width: 241px;
  height: 241px;
}
@media all and (min-width: 768px) {
  #hero_columns .wrapper .content .sphere-bg {
    width: 360px;
    height: 360px;
  }
}
@media all and (min-width: 1200px) {
  #hero_columns .wrapper .content .sphere-bg {
    width: 500px;
    height: 500px;
  }
}
@media all and (min-width: 1920px) {
  #hero_columns .wrapper .content .sphere-bg {
    width: 650px;
    height: 650px;
  }
}
@media all and (min-width: 2560px) {
  #hero_columns .wrapper .content .sphere-bg {
    width: 800px;
    height: 800px;
  }
}
#hero_columns .wrapper .content .sphere-bg svg {
  display: block;
  width: 100%;
  height: auto;
}
#hero_columns .wrapper .content > * {
  position: relative;
  z-index: 1;
}
#hero_columns .wrapper .image {
  width: 100%;
}
#hero_columns .wrapper .image img {
  width: 100%;
  border-radius: 1.6rem;
}
#hero_columns .wrapper .image picture {
  display: flex;
  align-items: stretch;
  height: 100%;
}

#main_hero_slider {
  z-index: 0;
  display: flex;
  min-width: 100vw;
  width: 100%;
}
#main_hero_slider.hero_dots_on .splide__pagination {
  bottom: 1%;
}
@media screen and (min-width: 768px) {
  #main_hero_slider.hero_dots_on .splide__pagination {
    bottom: 5.5rem;
  }
}
#main_hero_slider .splide__track {
  width: 100%;
}
#main_hero_slider .splide__arrows svg {
  fill: #0046F1;
}

#hero_text .wrapper .sphere {
  --sphere-color: transparent;
}
#hero_text .wrapper .sphere--lilac {
  --sphere-color: #F2EBFF;
}
#hero_text .wrapper .sphere--light-blue {
  --sphere-color: #E6EEFF;
}
#hero_text .wrapper .sphere--egg-shell {
  --sphere-color: #F3F3F3;
}
#hero_text .wrapper .sphere .sphere-bg svg circle {
  fill: var(--sphere-color);
}
#hero_text .wrapper .content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#hero_text .wrapper .content .content-container {
  max-width: 106.2rem;
}
@media (min-width: 1920px) {
  #hero_text .wrapper .content .content-container {
    max-width: 120rem;
  }
}
#hero_text .wrapper .content .-excerpt {
  padding-block: 2rem;
}
#hero_text .wrapper .content .-excerpt p {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.5px;
}
@media (min-width: 1200px) {
  #hero_text .wrapper .content .-excerpt p {
    font-size: 2.5rem;
  }
}
#hero_text .wrapper .content .sphere-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  width: 241px;
  height: 241px;
}
@media all and (min-width: 768px) {
  #hero_text .wrapper .content .sphere-bg {
    width: 360px;
    height: 360px;
  }
}
@media all and (min-width: 1200px) {
  #hero_text .wrapper .content .sphere-bg {
    width: 500px;
    height: 500px;
  }
}
@media all and (min-width: 1920px) {
  #hero_text .wrapper .content .sphere-bg {
    width: 650px;
    height: 650px;
  }
}
@media all and (min-width: 2560px) {
  #hero_text .wrapper .content .sphere-bg {
    width: 800px;
    height: 800px;
  }
}
#hero_text .wrapper .content .sphere-bg svg {
  display: block;
  width: 100%;
  height: auto;
}
#hero_text .wrapper .content > * {
  position: relative;
  z-index: 1;
}

.footer {
  background: #ffffff;
  padding-top: 0;
}
.footer a {
  text-decoration: none;
}
.footer .footer-content__container {
  padding: 56px 0;
}
@media (min-width: 1200px) {
  .footer .footer-content__container {
    padding: 64px 0;
  }
}
.footer .footer-content__container .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-content__container .footer-content .footer-info-container {
  display: flex;
  flex-direction: column;
}
.footer .footer-content__container .footer-content .footer-logo {
  width: 19.6rem;
  height: auto;
}
.footer .footer-content__container .footer-content .footer-logo .logo {
  max-width: 100%;
  height: auto;
  width: 19.6rem;
}
.footer .footer-content__container .footer-content .social-menu {
  max-width: unset;
}
.footer .footer-content__container .footer-content .footer-buttons {
  margin-bottom: 2.4rem;
}
.footer .footer-content__container .footer-content .footer-buttons a:last-child {
  margin-left: 0;
}
.footer .footer-content__container .footer-content .footer-buttons a:nth-child(2) {
  margin-top: 2rem;
}
.footer .footer-content__container .divider--coral {
  border: 1px solid #0046F1;
}
@media (min-width: 992px) {
  .footer .footer-content__container .divider--coral {
    display: none;
  }
}
.footer .footer-content__container .footer-column-wrapper {
  display: block;
}
@media (min-width: 992px) {
  .footer .footer-content__container .footer-column-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.footer .footer-content__container .footer-column-wrapper .footer-buttons {
  order: -1;
  margin-bottom: 2.4rem;
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container {
  display: block;
  font-weight: 200;
}
@media (min-width: 768px) {
  .footer .footer-content__container .footer-column-wrapper .footer-columns-container {
    display: flex;
    justify-content: center;
  }
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column h5 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 22.4px;
  color: #0046F1;
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column p {
  font-size: 1.6rem;
  line-height: 2.24rem;
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column .addresses p,
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column .addresses a {
  line-height: 2.24rem;
  font-weight: 200;
  text-decoration: none;
  color: #0046F1;
  margin: 0;
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column .addresses .contact_email {
  padding-bottom: 3rem;
  display: inline-block;
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column .addresses .contact_address,
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column .addresses .contact_country {
  color: #0046F1;
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column ul.footer-menu {
  padding: 0;
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column ul.footer-menu li {
  list-style-type: none;
  margin-bottom: 0.8rem;
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column ul.footer-menu li a {
  font-weight: 200;
  line-height: 2.24rem;
  display: inline-block;
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column:nth-child(2) {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column:nth-child(2) {
    margin: 0 0 0 5rem;
  }
}
@media (min-width: 992px) {
  .footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column:nth-child(2) {
    margin-left: 3.9rem;
  }
}
.footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column:nth-child(3) {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column:nth-child(3) {
    margin-left: 5rem;
    max-width: 281px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-column:nth-child(3) {
    margin-left: 6.7rem;
  }
}
@media (min-width: 1440px) {
  .footer .footer-content__container .footer-column-wrapper .footer-columns-container .footer-text-column {
    display: flex;
    flex-direction: column;
    margin-left: auto;
  }
}
.footer .footer-column.hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .footer .footer-column.hide-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.footer .footer-content.hide-mobile {
  display: none;
}
@media (min-width: 992px) {
  .footer .footer-content.hide-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .footer .footer-content.hide-desktop,
  .footer .divider--red.hide-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer .footer-info .footer-buttons.hide-tablet {
    display: none;
  }
}

.copyright-container {
  background: #2c2c2c;
  padding: 3.2rem 0 2.4rem 0;
}
@media (min-width: 1200px) {
  .copyright-container {
    padding: 3.2rem 0 4rem 0;
  }
}
@media (min-width: 1200px) {
  .copyright-container .copyright-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.copyright-container .copyright-footer__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .copyright-container .copyright-footer__info {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    margin-bottom: 0;
  }
}
.copyright-container .copyright-footer__info .footer-logo img {
  width: 15.6rem;
  height: 3.5rem;
}
@media (min-width: 1200px) {
  .copyright-container .copyright-footer__info .footer-logo {
    margin-bottom: 1rem;
  }
}
.copyright-container .copyright-footer__info .banc-logo img {
  width: 12rem;
  height: 1.9rem;
}
@media (min-width: 1200px) {
  .copyright-container .copyright-footer__info .footer-logo,
  .copyright-container .copyright-footer__info .banc-logo {
    margin-left: auto;
  }
}
.copyright-container .copyright-footer__info .copyright-label--desktop p {
  font-size: 1.4rem;
  letter-spacing: -0.28px;
}
.copyright-container .copyright-footer__desktop {
  display: none;
}
@media (min-width: 1200px) {
  .copyright-container .copyright-footer__desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .copyright-container .copyright-footer__mobile {
    display: none;
  }
}
.copyright-container .copyright-footer__mobile .social-menu,
.copyright-container .copyright-footer__mobile .copyright-links {
  justify-content: flex-start !important;
}
.copyright-container .copyright-footer__address {
  max-width: 31.2rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 1200px) {
  .copyright-container .copyright-footer__address {
    margin-bottom: 0;
  }
}
.copyright-container .copyright-footer__address p {
  font-size: 1.4rem;
  letter-spacing: -0.28px;
}
.copyright-container .copyright-footer .copyright-label--mobile {
  margin-top: 4rem;
  display: block;
}
@media (min-width: 1200px) {
  .copyright-container .copyright-footer .copyright-label--mobile {
    display: none;
  }
}
.copyright-container .copyright-footer .copyright-label--mobile p {
  font-size: 1.4rem;
  letter-spacing: -0.28px;
}
.copyright-container .social-menu {
  gap: 0;
  justify-content: flex-end;
  margin-bottom: 2.5rem;
}
.copyright-container .copyright-links {
  justify-content: flex-end !important;
}
.copyright-container .copyright-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .copyright-container .copyright-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .copyright-container .copyright-content {
    padding: 0.5rem 0;
    font-size: 1.4rem;
  }
}
.copyright-container .copyright-links {
  display: flex;
  column-gap: 1.6rem;
  row-gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
}
.copyright-container .copyright-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: underline;
  align-items: center;
}
@media (min-width: 1200px) {
  .copyright-container .copyright-links a {
    font-size: 1.4rem;
  }
}
.copyright-container .bm__container {
  margin: auto;
  width: 100%;
}

@media all and (min-width: 1200px) {
  .sidebar .sidebar_el {
    background: #f2f2f2;
  }
}
.sidebar .sidebar_el h3.sidebar_el_title {
  text-transform: uppercase;
}
@media all and (min-width: 992px) {
  .sidebar.blog-list .sidebar_el {
    background: #f2f2f2;
  }
}

@media (min-width: 1200px) {
  .page-template-page-contact #hero_columns .wrapper {
    padding: 4rem 8rem;
    margin: auto;
  }
}

.contact-heading.bm-h2 {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .contact-heading.bm-h2 {
    margin-bottom: 4rem;
  }
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.contact-container p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 3.3rem;
  }
}
.contact-container .contact-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  color: #ffffff;
}
.contact-container .contact-info a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.contact-container .contact-info a.contact-email, .contact-container .contact-info a.contact-telephone {
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .contact-container .contact-info a.contact-email, .contact-container .contact-info a.contact-telephone {
    font-size: 1.8rem;
  }
}
.contact-container .contact-info > div {
  flex: 1 1 0;
  padding: 2.4rem 1.6rem;
  background-color: #6C4DFF;
}
@media (min-width: 992px) {
  .contact-container .contact-info > div {
    padding: 2.4rem 3.2rem;
  }
}
@media (min-width: 768px) {
  .contact-container .contact-info:nth-last-of-type(-n + 2) {
    flex-direction: column-reverse;
  }
}
.contact-container .contact-info .contact-info__phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.contact-container .contact-info .contact-info__phone::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #0046F1;
  left: 0;
  bottom: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .contact-container .contact-info .contact-info__phone::after {
    width: 40vw;
    height: 8px;
  }
}
.contact-container .contact-info .contact-info__phone:after {
  background-color: #ffffff;
  height: 1px;
  left: 1.6rem;
  width: calc(100% - 3.2rem);
}
@media (min-width: 992px) {
  .contact-container .contact-info .contact-info__phone:after {
    left: 3.2rem;
    width: calc(100% - 6.4rem);
  }
}
.contact-container .contact-info .contact-info__email {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .contact-container .contact-info .contact-info__address {
    min-height: 163px;
  }
}
@media (min-width: 1440px) {
  .contact-container .contact-info .contact-info__address {
    min-height: 175px;
  }
}
.contact-container .contact-info .contact-info__map {
  background-color: unset;
  min-height: 237px;
  padding: 0;
  filter: grayscale(1);
}
@media (min-width: 992px) {
  .contact-container .contact-info .contact-info__map {
    min-height: 290px;
  }
}
.contact-container .contact-info .contact-info__map iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .page-template-page_legal main {
    padding-top: 10rem;
  }
}
.page-template-page_legal .legal-content p {
  margin: 0 0 1.6rem;
}
.page-template-page_legal .legal-content p:last-child {
  margin-bottom: 0;
}
.page-template-page_legal .legal-content ul, .page-template-page_legal .legal-content ol {
  margin: 0 0 1.6rem;
  padding-left: 2rem;
}
.page-template-page_legal .legal-content h2, .page-template-page_legal .legal-content h3, .page-template-page_legal .legal-content h4 {
  margin: 2.4rem 0 1.2rem;
}
.page-template-page_legal .legal-content .button-container {
  margin: 5rem auto 6rem;
  text-align: center;
}

.-posts-list .news {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
}
@media (min-width: 1440px) {
  .-posts-list .news {
    grid-template-columns: repeat(4, minmax(30rem, 1fr));
  }
}
.-posts-list .news .post-preview {
  grid-column: span 1;
  grid-row: span 1;
  background-color: #6C4DFF;
  box-sizing: border-box;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .-posts-list .news .post-preview {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .-posts-list .news .post-preview {
    grid-column: span 1;
  }
}
.-posts-list .news .post-preview .-image {
  overflow: hidden;
  height: 207px;
}
.-posts-list .news .post-preview .-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}
.-posts-list .news .post-preview .-image img:hover {
  transform: scale(1.1);
}
.-posts-list .news .post-preview .-content {
  padding: 1.6rem;
  color: #ffffff;
}
.-posts-list .news .post-preview .-content .bm__h5 {
  color: #ffffff;
}
.-posts-list .news .post-preview a:hover {
  opacity: 0.8;
}
.-posts-list .news .post-preview > * {
  flex-grow: 1;
}
.-posts-list .news .post-preview.-featured_2, .-posts-list .news .post-preview.-featured_4 {
  display: flex;
  background-color: #6C4DFF;
}
.-posts-list .news .post-preview.-featured_2 .-image, .-posts-list .news .post-preview.-featured_4 .-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.-posts-list .news .post-preview.-featured_2 .-content, .-posts-list .news .post-preview.-featured_4 .-content {
  color: #0046F1;
}
.-posts-list .news .post-preview.-featured_2 .-content .bm__h4, .-posts-list .news .post-preview.-featured_4 .-content .bm__h4 {
  color: #0046F1;
  font-weight: 700;
}
.-posts-list .news .post-preview.-featured_2 .-content .-excerpt, .-posts-list .news .post-preview.-featured_4 .-content .-excerpt {
  margin-bottom: 2.4rem;
}
.-posts-list .news .post-preview.-featured_2 .-content a, .-posts-list .news .post-preview.-featured_4 .-content a {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0046F1;
}
.-posts-list .news .post-preview.-featured_2 {
  grid-column: span 1;
  flex-direction: column;
}
@media (min-width: 576px) {
  .-posts-list .news .post-preview.-featured_2 {
    grid-column: span 2;
  }
}
.-posts-list .news .post-preview.-featured_2 .-image {
  width: 100%;
  height: auto;
}
.-posts-list .news .post-preview.-featured_2 .-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.-posts-list .news .post-preview.-featured_2 .-content {
  width: 100%;
  padding-block: 1.2rem;
  padding-inline: 3.2rem;
  background-color: #ffffff;
  color: #0046F1;
}
@media (min-width: 768px) {
  .-posts-list .news .post-preview.-featured_2 .-content {
    height: 25%;
  }
}
.-posts-list .news .post-preview.-featured_2 .-content .bm__h4 {
  padding-bottom: 0;
}
.-posts-list .news .post-preview.-featured_2 .-content .-excerpt {
  margin-bottom: 0.5rem;
}
.-posts-list .news .post-preview.-featured_2 .-content a {
  color: #0046F1;
}
.-posts-list .news .post-preview.-featured_4 {
  grid-column: span 1;
  grid-row: span 2;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .-posts-list .news .post-preview.-featured_4 {
    grid-column: span 2;
  }
}
.-posts-list .news .post-preview.-featured_4 .-content {
  height: 100%;
  padding-block: 2.4rem;
  padding-inline: 4rem;
  background-color: #ffffff;
  color: #0046F1;
}
.-posts-list .case-studies {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
}
@media (min-width: 1440px) {
  .-posts-list .case-studies {
    grid-template-columns: repeat(4, minmax(30rem, 1fr));
  }
}
.-posts-list .case-studies .post-preview {
  grid-column: span 1;
  grid-row: span 1;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .-posts-list .case-studies .post-preview {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .-posts-list .case-studies .post-preview {
    grid-column: span 1;
  }
}
.-posts-list .case-studies .post-preview .-image {
  overflow: hidden;
  height: 20rem;
}
@media (min-width: 1200px) {
  .-posts-list .case-studies .post-preview .-image {
    height: 25rem;
  }
}
.-posts-list .case-studies .post-preview .-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}
.-posts-list .case-studies .post-preview .-image img:hover {
  transform: scale(1.1);
}
.-posts-list .case-studies .post-preview .-content {
  padding: 1.6rem;
  color: #0046F1;
}
.-posts-list .case-studies .post-preview .-content .bm__h5 {
  color: #0046F1;
}
.-posts-list .case-studies .post-preview a:hover {
  opacity: 0.8;
}
.-posts-list .case-studies .post-preview > * {
  flex-grow: 1;
}
.-posts-list .case-studies .post-preview:first-child {
  background-color: #f1696a;
}
.-posts-list .blog {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  background-color: rgba(38, 42, 95, 0.05);
  padding-block: 8rem;
}
@media (min-width: 1440px) {
  .-posts-list .blog {
    grid-template-columns: repeat(4, minmax(30rem, 1fr));
  }
}
@media (min-width: 1200px) {
  .-posts-list .blog .heading {
    padding-right: 2rem;
  }
}
.-posts-list .blog .heading .bm__h2 {
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 2rem;
}
.-posts-list .blog .heading .bm__h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #0046F1;
  left: 0;
  bottom: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .-posts-list .blog .heading .bm__h2::after {
    width: 100%;
    height: 8px;
  }
}
.-posts-list .blog .heading .-excerpt {
  margin-bottom: 2rem;
}
.-posts-list .blog .heading .-link {
  margin-block: 4rem;
}
.-posts-list .blog .heading .-link a {
  text-decoration: none;
}
.-posts-list .blog .post-preview {
  grid-column: span 1;
  grid-row: span 1;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .-posts-list .blog .post-preview {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .-posts-list .blog .post-preview {
    grid-column: span 1;
  }
}
.-posts-list .blog .post-preview .-image {
  overflow: hidden;
  height: 20rem;
}
@media (min-width: 1200px) {
  .-posts-list .blog .post-preview .-image {
    height: 25rem;
  }
}
.-posts-list .blog .post-preview .-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}
.-posts-list .blog .post-preview .-image img:hover {
  transform: scale(1.1);
}
.-posts-list .blog .post-preview .-content {
  padding: 1.6rem;
  color: #0046F1;
}
.-posts-list .blog .post-preview .-content .bm__h5 {
  color: #0046F1;
}
.-posts-list .blog .post-preview a:hover {
  opacity: 0.8;
}
.-posts-list .blog .post-preview > * {
  flex-grow: 1;
}
.-posts-list .blog .post-preview:nth-child(2) {
  background-color: #efeeea;
}
.-posts-list .blog .post-preview:nth-child(2) .-content {
  color: #ffffff;
}
.-posts-list .blog .post-preview:nth-child(2) .-content .bm__h5 {
  color: #ffffff;
}
.-posts-list .download {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
}
.-posts-list .download .heading {
  position: relative;
  background-color: rgba(38, 42, 95, 0.05);
  padding-block: 4.8rem;
  padding-inline: 8rem;
}
.-posts-list .download .heading .bm__h2 {
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 2rem;
}
.-posts-list .download .heading .bm__h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #0046F1;
  left: 0;
  bottom: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .-posts-list .download .heading .bm__h2::after {
    width: 100%;
    height: 8px;
  }
}
.-posts-list .download .heading .-excerpt {
  margin-bottom: 2rem;
}
.-posts-list .download .heading .-link {
  margin-block: 4rem;
}
.-posts-list .download .heading .-link a {
  text-decoration: none;
}
.-posts-list .download .heading:before {
  content: "";
  width: 20rem;
  height: 100%;
  position: absolute;
  left: -20rem;
  top: 0;
  overflow-x: hidden;
  background-color: rgba(38, 42, 95, 0.05);
}
.-posts-list .download .post-preview {
  box-sizing: border-box;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
.-posts-list .download .post-preview .-image {
  overflow: hidden;
  height: 20rem;
}
@media (min-width: 1200px) {
  .-posts-list .download .post-preview .-image {
    height: 25rem;
  }
}
.-posts-list .download .post-preview .-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}
.-posts-list .download .post-preview .-image img:hover {
  transform: scale(1.1);
}
.-posts-list .download .post-preview .-content {
  padding: 1.6rem;
  color: #0046F1;
}
.-posts-list .download .post-preview .-content .bm__h5 {
  color: #0046F1;
}
.-posts-list .download .post-preview a:hover {
  opacity: 0.8;
}
.-posts-list .download .post-preview > * {
  flex-grow: 1;
}

.archive {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
}
@media (min-width: 1440px) {
  .archive {
    grid-template-columns: repeat(4, minmax(30rem, 1fr));
  }
}
.archive .post-preview {
  grid-column: span 1;
  grid-row: span 1;
  box-sizing: border-box;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .archive .post-preview {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .archive .post-preview {
    grid-column: span 1;
  }
}
.archive .post-preview .-image {
  overflow: hidden;
}
.archive .post-preview .-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}
.archive .post-preview .-image img:hover {
  transform: scale(1.1);
}
.archive .post-preview .-content {
  padding: 1.6rem;
}
.archive .post-preview a:hover {
  opacity: 0.8;
}
.archive .post-preview > * {
  flex-grow: 1;
}
.archive .post-preview.-featured_2, .archive .post-preview.-featured_4 {
  display: flex;
}
.archive .post-preview.-featured_2 .-image, .archive .post-preview.-featured_4 .-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.archive .post-preview.-featured_2 .-content, .archive .post-preview.-featured_4 .-content {
  background-color: #6C4DFF;
  color: #ffffff;
}
.archive .post-preview.-featured_2 .-content .-excerpt, .archive .post-preview.-featured_4 .-content .-excerpt {
  margin-bottom: 2.4rem;
}
.archive .post-preview.-featured_2 .-content a, .archive .post-preview.-featured_4 .-content a {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}
.archive .post-preview.-featured_2 {
  grid-column: span 1;
  flex-direction: column;
}
@media (min-width: 576px) {
  .archive .post-preview.-featured_2 {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .archive .post-preview.-featured_2 {
    flex-direction: row;
  }
}
.archive .post-preview.-featured_2 .-image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .archive .post-preview.-featured_2 .-image {
    width: 40%;
  }
}
.archive .post-preview.-featured_2 .-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive .post-preview.-featured_2 .-content {
  width: 100%;
  padding-block: 5.6rem;
  padding-inline: 3.2rem;
  background-color: #6C4DFF;
  color: #ffffff;
}
@media (min-width: 768px) {
  .archive .post-preview.-featured_2 .-content {
    width: 60%;
  }
}
.archive .post-preview.-featured_2 .-content a {
  color: #ffffff;
}
.archive .post-preview.-featured_4 {
  grid-column: span 1;
  grid-row: span 2;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .archive .post-preview.-featured_4 {
    grid-column: span 2;
  }
}
.archive .post-preview.-featured_4 .-content {
  height: 100%;
  padding-block: 2.4rem;
  padding-inline: 4rem;
}

/**
*
* wp posts : single post 
*
**/
.post-banner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .post-banner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.4rem;
    padding-top: 6.4rem;
  }
}
.post-banner .post-image {
  height: 300px;
  width: auto;
}
@media (min-width: 768px) {
  .post-banner .post-image {
    height: 400px;
  }
}
.post-banner .post-image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-banner .post-title h1,
.post-banner .post-title .bm__h1 {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media all and (min-width: 768px) {
  .post-banner .post-title h1,
  .post-banner .post-title .bm__h1 {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
@media all and (min-width: 1200px) {
  .post-banner .post-title h1,
  .post-banner .post-title .bm__h1 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.post-banner .post-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.4rem;
  padding-top: 2.4rem;
}
.post-banner .post-author,
.post-banner .post-date {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .post-banner .post-author,
  .post-banner .post-date {
    padding: 2.4rem 0;
  }
}
.post-banner .post-author label,
.post-banner .post-date label {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2.09rem;
  padding-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .post-banner .post-author label,
  .post-banner .post-date label {
    font-size: 2.2rem;
    padding-bottom: 1.4rem;
  }
}
.post-banner .post-author p,
.post-banner .post-date p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.34rem;
  margin: 0;
}
.post-banner .post-author {
  border-right: 0.05rem solid #0046F1;
}

.single-post article p {
  margin-bottom: 2rem;
}

.subscribe .wrapper {
  background-color: #6C4DFF;
  position: relative;
  min-height: 35rem;
  padding: 4.8rem 1.6rem;
  display: flex;
  gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .subscribe .wrapper {
    padding: 7rem 11rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: normal;
  }
}
.subscribe .wrapper .-content {
  color: #ffffff;
  z-index: 1;
  max-width: 40rem;
}
@media (min-width: 1200px) {
  .subscribe .wrapper .-content {
    max-width: 55rem;
  }
}
.subscribe .wrapper .-content .bm__h2,
.subscribe .wrapper .-content .bm__h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .subscribe .wrapper .-content .bm__h2,
  .subscribe .wrapper .-content .bm__h5 {
    margin-bottom: 2.4rem;
  }
}
.subscribe .wrapper .-hbspt {
  min-width: 30rem;
  max-width: 41rem;
  min-height: 20rem;
  z-index: 1;
  color: #ffffff;
}
@media (min-width: 992px) {
  .subscribe .wrapper .-hbspt {
    margin-top: 0.6rem;
  }
}
.subscribe .wrapper .-hbspt .hs-form {
  display: flex;
  flex-direction: column;
}
.subscribe .wrapper .-hbspt .hs-form .legal-consent-container {
  order: 2;
}
.subscribe .wrapper .-hbspt .hs-form .hs-form-field,
.subscribe .wrapper .-hbspt .hs-form .hs_submit {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.subscribe .wrapper .strips-subscribe {
  display: none;
}
@media screen and (min-width: 992px) {
  .subscribe .wrapper .strips-subscribe {
    display: block;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}

.wiki-container {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .wiki-container {
    flex-flow: row;
  }
}
.wiki-container + .footer {
  margin-top: 0;
}

.wiki-sidebar {
  width: 100%;
  padding: 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .wiki-sidebar {
    width: 25%;
    height: 100vh;
    overflow-y: auto;
    position: sticky;
    top: 0;
    padding: 4rem;
  }
}
.wiki-sidebar .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.wiki-sidebar nav {
  margin-block: 2rem;
  max-height: 100px;
  overflow-y: scroll;
}
.wiki-sidebar nav ul {
  list-style: none;
  padding: 0;
}
.wiki-sidebar nav ul li {
  margin-bottom: 1rem;
}
.wiki-sidebar nav ul li a {
  text-decoration: none;
  color: #333;
}
.wiki-sidebar nav ul li a:hover {
  text-decoration: underline;
  color: #ff7b5f;
}
@media (min-width: 768px) {
  .wiki-sidebar nav {
    max-height: unset;
    overflow-y: unset;
  }
}

.wiki-content {
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  min-height: 50rem;
}
@media (min-width: 992px) {
  .wiki-content {
    width: 75%;
    padding: 4rem;
  }
}
.wiki-content h1 {
  font-size: 5rem;
  margin-top: 0;
}
.wiki-content h2 {
  font-size: 3.2rem;
  margin-top: 2rem;
}
.wiki-content h3 {
  font-size: 2.6rem;
  margin-top: 1.5rem;
}
.wiki-content p {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.wiki-content a {
  color: #ff7b5f;
  text-decoration: none;
}
.wiki-content a:hover {
  text-decoration: underline;
}
.wiki-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 2rem;
}
.wiki-content hr {
  margin-top: 3rem;
}

/*# sourceMappingURL=style.css.map*/