.sticky .page-header__content h1 {
    margin-bottom: -120px;
  }
  
  .page-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 40px, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
  }
  @media only screen and (max-width: 900px) {
    .page-header::before {
      height: 90px;
      background: linear-gradient(180deg, rgb(0, 0, 0) 0, rgba(255, 255, 255, 0) 100%);
      opacity: 0.7;
    }
  }
  .page-header_logo {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 21.25%;
    padding-bottom: 21.25%;
    margin: -7.5% 0 0 -5.2%;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
  }
  .page-header_logo img {
    position: absolute;
    top: 56%;
    left: 41%;
    width: 37%;
  }
  @media only screen and (max-width: 1200px) {
    .page-header_logo img {
      top: 60%;
      left: 34%;
      width: 37%;
    }
  }
  @media only screen and (max-width: 900px) {
    .page-header_logo {
      width: 249px;
      height: 249px;
      padding-bottom: 0;
      margin: -120px 0 0 -60px;
    }
    .page-header_logo img {
      top: 57%;
      left: 36%;
    }
  }
  .page-header__navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-header__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 93%;
    margin-left: 3.5%;
  }
  .page-header__content .leaf {
    position: absolute;
    z-index: 88;
    display: inline-block;
    width: 57.13%;
    padding-bottom: 40%;
  }
  .page-header__content .leaf .lazy-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
  }
  .page-header__content .leaf_lazy-content {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .page-header__content .leaf_lazy-content--left {
    opacity: 0;
    top: -100px;
    left: -20px;
    transform: rotate(10deg);
  }
  .page-header__content .leaf_lazy-content--right {
    opacity: 0;
    top: -100px;
    right: -20px;
    transform: rotate(-10deg);
  }
  .page-header__content .leaf--left {
    top: 110px;
    left: 15px;
  }
  .page-header__content .leaf--right {
    top: -60px;
    right: 15px;
    mix-blend-mode: multiply;
  }
  @media only screen and (orientation: portrait) and (max-width: 900px) {
    .page-header__content .leaf--left {
      top: 280px;
    }
    .page-header__content .leaf--right {
      top: 100px;
    }
  }
  @media only screen and (orientation: portrait) and (max-width: 760px) {
    .page-header__content .leaf {
      width: 100%;
      padding-bottom: 70%;
    }
    .page-header__content .leaf--left {
      top: auto;
      bottom: 0;
      left: auto;
      right: 40%;
    }
    .page-header__content .leaf--right {
      top: auto;
      bottom: 150px;
      right: auto;
      left: 45%;
    }
  }
  @media only screen and (orientation: portrait) and (max-width: 475px) {
    .page-header__content .leaf {
      width: 407px;
      height: 307px;
      padding-bottom: 0;
    }
    .page-header__content .leaf--left {
      bottom: 30px;
      right: 32%;
    }
    .page-header__content .leaf--right {
      bottom: 175px;
      left: 38%;
    }
  }
  @media only screen and (orientation: landscape) and (max-width: 900px) {
    .page-header__content .leaf--left {
      top: auto;
      bottom: 0;
    }
    .page-header__content .leaf--right {
      top: auto;
      bottom: 175px;
    }
  }
  .page-header__content h1 {
    position: relative;
    z-index: 99;
    color: rgb(255, 255, 255);
    text-align: center;
  }
  .page-header__content h1 div p {
    display: block;
    padding: 15px 20px 0;
    color: #fff;
  }
  @media only screen and (max-width: 700px) {
    .page-header__content h1 {
      width: 420px;
      padding-top: 50px;
      color: rgb(255, 255, 255);
    }
    .page-header__content h1 span {
      padding: 35px 0 0;
    }
  }
  @media only screen and (max-width: 500px) {
    .page-header__content h1 {
      width: 90%;
      margin-left: 0;
      color: rgb(255, 255, 255);
    }
    .page-header__content h1 span {
      text-align: center;
    }
  }
  @media only screen and (max-width: 400px) {
    .page-header__content h1 {
      padding-top: 0;
      color: rgb(255, 255, 255);
    }
  }
  .page-header__content .button {
    z-index: 99;
    margin-top: 35px;
  }
  .page-header--main {
    height: 0;
    padding-bottom: 37.5%;
  }
  @media only screen and (max-width: 900px) {
    .page-header--main {
      padding-bottom: 40%;
    }
  }
  @media only screen and (max-width: 800px) {
    .page-header--main {
      padding-bottom: 45%;
    }
  }
  @media only screen and (max-width: 700px) {
    .page-header--main {
      padding-bottom: 50%;
    }
  }
  @media only screen and (max-width: 500px) {
    .page-header--main {
      padding-bottom: 70%;
    }
  }
  @media only screen and (max-width: 400px) {
    .page-header--main {
      padding-bottom: 85%;
    }
  }
  .page-header--main .bg,
  .page-header--main .bg::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .page-header--main .bg::after {
    content: "";
    background-image: url("assets/images/main-header-mask.svg");
  }
  .page-header--main .page-header__content {
    padding: 7% 0 0;
  }
  @media only screen and (min-width: 1500px) {
    .page-header--main .page-header__content {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 12vw;
    }
  }
  @media only screen and (max-width: 900px) {
    .page-header--main .page-header__content {
      padding: 13% 0 0;
    }
  }
  @media only screen and (max-width: 800px) {
    .page-header--main .page-header__content {
      padding: 15% 0 0;
    }
  }
  @media only screen and (max-width: 700px) {
    .page-header--main .page-header__content {
      padding: 20% 0 0;
    }
  }
  @media only screen and (max-width: 500px) {
    .page-header--main .page-header__content {
      padding: 25% 0 0;
    }
  }
  @media only screen and (max-width: 500px) {
    .page-header--main .page-header__content {
      padding: 34% 0 0;
    }
  }
  .page-header--main .page-header__content h1 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
  @media only screen and (max-width: 700px) {
    .page-header--main .page-header__content h1 {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-header--main .page-header__content h1 {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 900px) {
    .page-header--main .page-header_logo {
      width: 180px;
      height: 180px;
      margin: -86px 0 0 -43px;
    }
  }
  @media only screen and (max-width: 400px) {
    .page-header--main .page-header_logo {
      width: 140px;
      height: 140px;
      margin: -67px 0 0 -34px;
    }
  }
  .page-header--home {
    height: 100%;
    background-image: url("assets/images/bg-header.svg");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: rgb(83, 165, 220);
  }
  @media only screen and (max-width: 900px) {
    .page-header--home {
      height: 91vh;
    }
  }
  .page-header--home .bg {
    display: none;
  }
  .page-header--home .page-header__content {
    height: 0;
    padding: 120px 0 45%;
  }
  @media only screen and (max-width: 900px) {
    .page-header--home .page-header__content {
      width: 100%;
      height: 70vh;
      padding: 145px 0 0;
      margin: 0;
      overflow: hidden;
    }
  }
  .page-header--home .page-header__content h1 {
    width: 548px;
  }
  @media only screen and (max-width: 600px) {
    .page-header--home .page-header__content h1 {
      width: 100%;
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  @media only screen and (max-width: 500px) {
    .page-header--home .page-header__content h1 {
      text-align: left;
    }
    .page-header--home .page-header__content h1 .text p {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  .contact-page .page-header {
    padding-bottom: 20px;
  }
  .contact-page .page-header .page-header__content {
    padding-top: 80px;
  }
  .contact-page .page-header .page-header__content h1 {
    color: rgb(103, 44, 145);
  }
  .contact-page .page-header::before {
    display: none;
  }
  
  .button {
    position: relative;
    display: inline-block;
    padding: 22px 42px 22px 23px;
    border-radius: 12px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: rgb(54, 50, 51);
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s !important;
    transition: background-position 0.2s !important;
    border: none;
    appearance: none;
    cursor: pointer;
    background-size: auto 20px;
    background-position: right 15px center;
    background-repeat: no-repeat;
  }
  .button--arrow {
    background-image: url("assets/images/button-arrow-white.svg");
  }
  .button--arrow:hover {
    background-position: right 10px center;
  }
  .button--plus {
    background-image: url("assets/images/button-plus-yellow.svg");
  }
  .button--full {
    width: 100%;
  }
  .button--small {
    padding: 16px 36px 16px 17px;
  }
  @media only screen and (max-width: 900px) {
    .button {
      font-family: "Montserrat", sans-serif !important;
      font-size: 11px;
      font-weight: 700;
      line-height: 16px;
      color: rgb(54, 50, 51);
    }
    .button--small {
      font-family: "Montserrat", sans-serif !important;
      font-size: 10px;
      font-weight: 700;
      line-height: 16px;
      color: rgb(54, 50, 51);
      padding: 12px 35px 12px 26px;
    }
  }
  .button--transparent {
    background-color: none;
  }
  .button--transparent.button--arrow {
    background-image: url("assets/images/button-arrow-yellow.svg");
  }
  .button--transparent:hover {
    background-color: rgb(243, 243, 243);
  }
  .button--white {
    background-color: rgb(255, 255, 255);
  }
  .button--white.button--arrow {
    background-image: url("assets/images/button-arrow-yellow.svg");
  }
  .button--white:hover {
    background-color: rgb(243, 243, 243);
  }
  .button--black {
    background-color: rgb(30, 25, 26);
    color: rgb(255, 255, 255);
  }
  .button--black.button--arrow {
    background-image: url("assets/images/button-arrow-yellow.svg");
  }
  .button--black:hover {
    background-color: rgb(54, 50, 51);
  }
  .button--blue {
    background-color: rgb(83, 165, 220);
  }
  .button--blue:hover {
    background-color: rgb(136, 192, 230);
  }
  .button--purple {
    background-color: rgb(103, 44, 145);
  }
  .button--purple:hover {
    background-color: rgb(149, 110, 179);
  }
  .button--yellow {
    background-color: rgb(249, 186, 49);
	  transition: all 300ms !important;
  }
  .button--yellow:hover {
    background-color: rgb(250, 202, 97);
  }
  .button--red {
    background-color: rgb(229, 32, 34);
  }
  .button--red:hover {
    background-color: rgb(237, 102, 104);
  }
  .button--green {
    background-color: rgb(1, 154, 71);
  }
  .button--green:hover {
    background-color: rgb(81, 184, 128);
  }
  .button.inactive, .button:disabled {
    cursor: default;
    background-color: rgb(212, 211, 211) !important;
    color: rgb(146, 144, 144) !important;
  }
  .button.inactive:hover, .button:disabled:hover {
    background-color: rgb(212, 211, 211) !important;
    background-position: right 15px center !important;
  }
  
  @media only screen and (max-width: 700px) {
    .page-content_customers {
      padding: 50px 0;
    }
  }
  .page-content_customers_title {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    color: rgb(103, 44, 145) !important;
  }
  @media only screen and (max-width: 700px) {
    .page-content_customers_title {
      padding-top: 0;
      padding-bottom: 21px;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_customers_title {
      padding-top: 0;
      padding-bottom: 15px;
    }
  }
  .page-content_customers_text {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
  @media only screen and (max-width: 700px) {
    .page-content_customers_text {
      padding-top: 0;
      padding-bottom: 14px;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_customers_text {
      padding-top: 0;
      padding-bottom: 10px;
    }
  }
  .page-content_customers_container {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  @media only screen and (max-width: 1200px) {
    .page-content_customers_container {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 700px) {
    .page-content_customers_container {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 360px) {
    .page-content_customers_container {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  .page-content_customers_container .logo {
    position: relative;
    display: flex;
    width: 200px;
    height: 100px;
    margin: 26px 13px 0;
  }
  .page-content_customers_container .logo:nth-child(1) {
    margin-left: 0;
  }
  .page-content_customers_container .logo:nth-child(5) {
    margin-right: 0;
  }
  @media only screen and (max-width: 1200px) {
    .page-content_customers_container .logo {
      margin: 26px 13px 0 !important;
    }
  }
  @media only screen and (max-width: 900px) {
    .page-content_customers_container .logo {
      width: 150px;
      height: 75px;
      margin: 20px 10px 0;
    }
  }
  @media only screen and (max-width: 400px) {
    .page-content_customers_container .logo {
      width: 47.5%;
      height: 0;
      padding-bottom: 23.75%;
      margin: 20px 0 0;
    }
  }
  .page-content_customers_container .lazy-content {
    opacity: 0;
    bottom: -40px;
  }
  .page-content_customers_container .img {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(190, 189, 189);
    border-radius: 4px;
  }
  .page-content_customers .button {
    margin-top: 20px;
  }
  
  .page-content_banners {
    padding: 50px 0;
  }
  @media only screen and (max-width: 1200px) {
    .page-content_banners {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 700px) {
    .page-content_banners {
      padding-top: 35px;
      padding-bottom: 35px;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 360px) {
    .page-content_banners {
      padding-top: 25px;
      padding-bottom: 25px;
    }
  }
  .page-content_banners_title {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    color: rgb(103, 44, 145) !important;
    text-align: center;
  }
  @media only screen and (max-width: 700px) {
    .page-content_banners_title {
      padding-top: 0;
      padding-bottom: 21px;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_banners_title {
      padding-top: 0;
      padding-bottom: 15px;
    }
  }
  .page-content_banners_text {
    width: 70%;
    text-align: center;
    padding-bottom: 30px;
  }
  @media only screen and (max-width: 900px) {
    .page-content_banners_text {
      padding-top: 0;
      padding-bottom: 30px;
      padding-left: 5%;
      padding-right: 5%;
      width: 100%;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 700px) {
    .page-content_banners_text {
      padding-top: 0;
      padding-bottom: 21px;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 360px) {
    .page-content_banners_text {
      padding-top: 0;
      padding-bottom: 15px;
    }
  }
  .page-content_banners .banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 42.5%;
    border-radius: 24px;
    box-shadow: 0px 20px 40px rgba(84, 164, 219, 0.3);
    background-color: rgb(255, 255, 255);
    background-position: right center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  @media only screen and (max-width: 1000px) and (min-width: 601px) {
    .page-content_banners .banner {
      width: 50%;
      align-self: flex-end;
      height: auto;
      padding-bottom: 0;
      background-size: auto 100%;
    }
  }
  @media only screen and (max-width: 600px) {
    .page-content_banners .banner {
      height: auto;
      padding-bottom: 0;
      background-image: none !important;
    }
  }
  .page-content_banners .banner:not(:last-child) {
    margin-bottom: 13%;
  }
  .page-content_banners .banner_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 41.4%;
    padding: 3.5%;
  }
  .page-content_banners .banner_content_category {
    padding-bottom: 3.5%;
    font-weight: 700 !important;
  }
  .page-content_banners .banner_content_title {
    padding-bottom: 3.5%;
    color: rgb(30, 25, 26);
  }
  .page-content_banners .banner_content_text {
    padding-bottom: 3.5%;
  }
  .page-content_banners .banner_content .button {
    margin-top: auto;
  }
  @media only screen and (max-width: 1200px) {
    .page-content_banners .banner_content {
      width: 49%;
    }
  }
  @media only screen and (max-width: 1000px) and (min-width: 601px) {
    .page-content_banners .banner_content {
      position: relative;
      top: auto;
      left: -100%;
      bottom: auto;
      width: 100%;
      padding: 0 5% 0 0;
    }
  }
  @media only screen and (max-width: 600px) {
    .page-content_banners .banner_content {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      width: 100%;
      padding: 7.5%;
      overflow: hidden;
    }
    .page-content_banners .banner_content_category {
      padding-bottom: 5%;
    }
    .page-content_banners .banner_content_title {
      padding-bottom: 5%;
    }
    .page-content_banners .banner_content_text {
      padding-bottom: 5%;
    }
    .page-content_banners .banner_content .button {
      margin-top: 0;
      padding-top: 16px;
      padding-bottom: 16px;
      white-space: normal;
      line-height: 16px;
    }
  }
  .page-content_banners .banner_01 {
    background-image: url("assets/images/bg-banner-01.png");
  }
  .page-content_banners .banner_02 {
    background-image: url("assets/images/bg-banner-02.png");
  }
  .page-content_banners .banner_03 {
    background-image: url("assets/images/bg-banner-03.png");
  }
  .page-content_banners .banner--yellow {
    background-color: rgb(249, 179, 23) !important;
  }
  @media only screen and (max-width: 1000px) and (min-width: 601px) {
    .page-content_banners .banner--yellow .button {
      border: 1px solid rgb(249, 179, 23);
    }
  }
  .page-content_banners .banner--green {
    background-color: rgb(1, 154, 71) !important;
  }
  .page-content_banners .banner--red {
    background-color: rgb(229, 32, 34) !important;
  }
  .page-content_banners .banner--blue {
    background-color: rgb(83, 165, 220) !important;
  }
  .page-content_banners .banner--purple {
    background-color: rgb(103, 44, 145) !important;
  }
  .page-content_banners .banner.title--white .banner_content_title,
  .page-content_banners .banner.title--white .banner_content_category {
    color: rgb(255, 255, 255);
  }
  @media only screen and (max-width: 1000px) and (min-width: 601px) {
    .page-content_banners .banner.title--white .banner_content_title,
    .page-content_banners .banner.title--white .banner_content_category {
      color: rgb(249, 179, 23);
    }
  }
  .page-content_banners .banner.title--yellow .banner_content_title,
  .page-content_banners .banner.title--yellow .banner_content_category {
    color: rgb(249, 179, 23);
  }
  .page-content_banners .banner.title--green .banner_content_title,
  .page-content_banners .banner.title--green .banner_content_category {
    color: rgb(1, 154, 71);
  }
  .page-content_banners .banner.title--red .banner_content_title,
  .page-content_banners .banner.title--red .banner_content_category {
    color: rgb(229, 32, 34);
  }
  .page-content_banners .banner.title--blue .banner_content_title,
  .page-content_banners .banner.title--blue .banner_content_category {
    color: rgb(83, 165, 220);
  }
  .page-content_banners .banner.title--purple .banner_content_title {
    color: rgb(103, 44, 145);
  }
  
  .specialist_container {
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 920px;
  }
  @media only screen and (max-width: 1000px) {
    .specialist_container {
      width: 100%;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (max-width: 1000px) and (max-width: 700px) {
    .specialist_container {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 1000px) and (max-width: 360px) {
    .specialist_container {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 700px) {
    .specialist_container {
      justify-content: center;
    }
  }
  .specialist_row {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
  }
  .specialist_row:nth-of-type(even) {
    flex-direction: row-reverse !important;
  }
  @media only screen and (max-width: 700px) {
    .specialist_row {
      align-items: center;
      flex-direction: column !important;
    }
    .specialist_row:nth-of-type(even) {
      flex-direction: column !important;
    }
    .specialist_row .specialist_link {
      margin-bottom: 0 !important;
    }
  }
  .specialist_row .paragraph {
    position: relative;
    display: flex;
    align-items: center;
    width: 48.4%;
    margin-bottom: 3.4%;
  }
  @media only screen and (max-width: 700px) {
    .specialist_row .paragraph {
      width: 90%;
      margin-bottom: 10%;
      padding: 30px 0 15px;
    }
  }
  .specialist_link {
    position: relative;
    width: 48.4%;
    height: 0;
    padding-bottom: 31.6%;
    margin-bottom: 3.4%;
    border-radius: 16px;
  }
  .specialist_link .lazy-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
  }
  .specialist_link .link-paragraph {
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: rgb(30, 25, 26);
    color: rgb(54, 50, 51);
    font-weight: 500;
    padding: 10px;
  }
  @media only screen and (max-width: 700px) {
    .specialist_link {
      width: 90%;
      padding-bottom: 58.7%;
      margin-bottom: 10%;
    }
  }
  @media only screen and (max-width: 500px) {
    .specialist_link {
      width: 100%;
      padding-bottom: 65.8%;
    }
  }
  .specialist_link .data {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0px 20px 40px rgba(84, 164, 219, 0.3);
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
  }
  .specialist_link .data.lazy-content {
    opacity: 0;
    bottom: -50px;
    left: 0;
  }
  @media only screen and (max-width: 900px) {
    .specialist_link .data.lazy-content {
      opacity: 1;
      bottom: -50px;
      left: 0;
      transform: none;
    }
  }
  .specialist_link .data::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.2s;
  }
  .specialist_link .data .label {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    color: rgb(103, 44, 145);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  @media only screen and (max-width: 360px) {
    .specialist_link .data .label {
      height: 45px;
      padding: 0;
      justify-content: center;
    }
  }
  .specialist_link .data:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .specialist_link .data:hover .label {
    color: rgb(249, 179, 23);
  }
  .specialist_link_label {
    display: inline-block;
  }
  
  .zoho-one {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 0;
    padding-top: 0;
    padding-bottom: 81%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 2.5%;
    background-image: url("assets/images/bg-zoho-one.svg");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  @media only screen and (max-width: 700px) {
    .zoho-one {
      padding-top: 0;
      padding-bottom: 56.7%;
    }
  }
  @media only screen and (max-width: 360px) {
    .zoho-one {
      padding-top: 0;
      padding-bottom: 40.5%;
    }
  }
  @media only screen and (max-width: 1200px) {
    .zoho-one {
      background-size: 120% auto;
      padding-top: 0;
      padding-bottom: 100%;
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 700px) {
    .zoho-one {
      padding-top: 0;
      padding-bottom: 70%;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 360px) {
    .zoho-one {
      padding-top: 0;
      padding-bottom: 50%;
    }
  }
  @media only screen and (max-width: 900px) {
    .zoho-one {
      background-size: 160% auto;
      padding-top: 0;
      padding-bottom: 150%;
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 700px) {
    .zoho-one {
      padding-top: 0;
      padding-bottom: 105%;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 360px) {
    .zoho-one {
      padding-top: 0;
      padding-bottom: 75%;
    }
  }
  @media only screen and (max-width: 700px) {
    .zoho-one {
      height: auto;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (max-width: 700px) and (max-width: 700px) {
    .zoho-one {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 700px) and (max-width: 360px) {
    .zoho-one {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  .zoho-one_container {
    position: relative;
    width: 100%;
    max-width: 1110px;
    margin-top: 20vw;
    padding: 40px 0 30px;
    border-radius: 16px;
    background-color: rgb(0, 27, 92);
    overflow: hidden;
  }
  @media only screen and (max-width: 900px) {
    .zoho-one_container {
      margin-top: 25vw;
    }
  }
  .zoho-one_container_label {
    position: absolute;
    top: -113px;
    left: -93px;
    width: 240px;
    height: 0;
    padding-bottom: 240px;
    border-radius: 50%;
    background-color: rgb(103, 44, 145);
  }
  @media only screen and (max-width: 800px) {
    .zoho-one_container_label {
      top: -85px;
      left: -70px;
      width: 180px;
      padding-bottom: 180px;
    }
  }
  .zoho-one_container_label_content {
    position: absolute;
    right: 50px;
    bottom: 35px;
    width: 80px;
    height: 80px;
    background-image: url("assets/images/logo-zoho-one.svg");
    background-size: 60px auto;
    background-position: right -4px bottom;
    background-repeat: no-repeat;
  }
  .zoho-one_container_label_content .text {
    position: absolute;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
  }
  .zoho-one_container_label_content .text--alles-in {
    left: 1px;
    bottom: 23px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: rgb(255, 255, 255);
    text-align: right;
  }
  .zoho-one_container_label_content .text--een {
    right: 16px;
    bottom: 18px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    color: rgb(255, 255, 255);
  }
  @media only screen and (max-width: 800px) {
    .zoho-one_container_label_content {
      right: 37.5px;
      bottom: 26px;
      width: 60px;
      height: 60px;
      background-size: 45px auto;
      background-position: right -3px bottom;
    }
    .zoho-one_container_label_content .text--alles-in {
      left: 0;
      bottom: 17.25px;
      font-family: "Montserrat", sans-serif !important;
      font-size: 9px;
      font-weight: 500;
      line-height: 12px;
      color: rgb(255, 255, 255);
    }
    .zoho-one_container_label_content .text--een {
      right: 12px;
      bottom: 13.5px;
      font-family: "Montserrat", sans-serif !important;
      font-size: 48px;
      font-weight: 500;
      line-height: 48px;
      color: rgb(255, 255, 255);
    }
  }
  .zoho-one_title {
    padding: 0;
    color: rgb(255, 255, 255) !important;
    text-align: center;
  }
  @media only screen and (max-width: 800px) {
    .zoho-one_title {
      padding: 10px 0;
    }
  }
  @media only screen and (max-width: 700px) {
    .zoho-one_title {
      padding: 10px 30%;
    }
  }
  @media only screen and (max-width: 600px) {
    .zoho-one_title {
      padding: 30px 30% 0;
    }
  }
  .zoho-one_text p {
    padding: 30px 15% 50px;
    color: rgb(255, 255, 255);
    text-align: center;
  }
  @media only screen and (max-width: 800px) {
    .zoho-one_text p {
      padding: 50px 5% 50px;
    }
  }
  .zoho-one_solutions-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 30px;
  }
  .zoho-one_solutions-list .solution {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 23.33%;
    padding: 20px;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    text-align: left;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s;
  }
  @media only screen and (max-width: 900px) {
    .zoho-one_solutions-list .solution {
      width: 48%;
    }
    .zoho-one_solutions-list .solution:nth-child(3), .zoho-one_solutions-list .solution:nth-child(4) {
      margin-top: 4%;
    }
  }
  @media only screen and (max-width: 700px) {
    .zoho-one_solutions-list .solution {
      width: 100%;
    }
    .zoho-one_solutions-list .solution:not(:first-child) {
      margin-top: 10% !important;
    }
    .zoho-one_solutions-list .solution .button {
      align-self: flex-end;
    }
  }
  .zoho-one_solutions-list .solution--hover {
    box-shadow: 0px 20px 40px rgb(84, 164, 219);
  }
  .zoho-one_solutions-list .solution_title {
    color: rgb(103, 44, 145);
  }
  .zoho-one_solutions-list .solution_text {
    padding: 20px 0;
  }
  
  .customer-logos {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  @media only screen and (max-width: 1200px) {
    .customer-logos {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 700px) {
    .customer-logos {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 360px) {
    .customer-logos {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  .customer-logos_container {
    width: 100%;
    max-width: 1110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .customer-logos_container .logo {
    position: relative;
    display: flex;
    width: 200px;
    height: 100px;
    margin: 0 13px 26px;
  }
  .customer-logos_container .logo:nth-child(1) {
    margin-left: 0;
  }
  .customer-logos_container .logo:nth-child(5) {
    margin-right: 0;
  }
  @media only screen and (max-width: 1200px) {
    .customer-logos_container .logo {
      margin: 26px 13px 0 !important;
    }
  }
  @media only screen and (max-width: 900px) {
    .customer-logos_container .logo {
      width: 150px;
      height: 75px;
      margin: 20px 10px 0;
    }
  }
  @media only screen and (max-width: 400px) {
    .customer-logos_container .logo {
      width: 70%;
      height: 0;
      padding-bottom: 35%;
      margin: 20px 0 0;
    }
  }
  .customer-logos_container .lazy-content {
    opacity: 0;
    bottom: -40px;
  }
  .customer-logos_container .img {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(190, 189, 189);
    border-radius: 4px;
  }
  .customer-logos_button-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 100px;
  }
  .customer-logos_button-container .button {
    margin-top: 20px;
  }
  
  .banner_feedback {
    background-color: purple;
  }
  .banner_feedback-banner {
    background-color: #DDEDF8;
    justify-content: center;
    min-height: 500px;
  }
  @media screen and (max-width: 600px) {
    .banner_feedback-banner {
      margin-top: 75px;
    }
  }
  .banner_feedback-banner_feedback-container {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
  }
  @media screen and (min-width: 1111px) {
    .banner_feedback-banner_feedback-container {
      width: 1111px;
      padding-right: 90px;
    }
  }
  .banner_feedback-banner_feedback-container_feedback {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px;
  }
  .banner_feedback-banner_feedback-container_feedback div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px;
    height: 100%;
  }
  .banner_feedback-banner_feedback-container_feedback span {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    color: #54A4DB;
    position: relative;
  }
  .banner_feedback-banner_feedback-container_feedback span i {
    position: absolute;
    top: 60%;
    left: 25%;
    font-size: 100px;
  }
  .banner_feedback-banner_feedback-container_feedback strong {
    color: #673090;
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    font-size: 32px;
  }
  .banner_feedback-banner_feedback-container_feedback p {
    text-align: left;
    font-size: 15px;
    margin-left: 40px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  @media screen and (max-width: 600px) {
    .banner_feedback-banner_feedback-container_feedback span {
      height: 75px;
      width: 75px;
    }
    .banner_feedback-banner_feedback-container_feedback i {
      font-size: 80px !important;
    }
    .banner_feedback-banner_feedback-container_feedback strong {
      font-size: 22px;
    }
    .banner_feedback-banner_feedback-container_feedback p {
      font-size: 12px;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 700px) {
    .banner_feedback-banner_feedback-container_feedback span {
      width: 75px;
      height: 75px;
    }
    .banner_feedback-banner_feedback-container_feedback span i {
      font-size: 75px;
    }
    .banner_feedback-banner_feedback-container_feedback strong {
      font-size: 24px;
    }
    .banner_feedback-banner_feedback-container_feedback p {
      font-size: 12px;
    }
  }
  .banner_feedback-banner_feedback-container_feedback-info {
    width: 75%;
    display: flex;
    flex-direction: column;
    min-height: 120px;
  }
  .banner_feedback-banner_feedback-container_feedback-info div:first-child {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
  }
  .banner_feedback-banner_feedback-container_feedback-info div:last-child {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 20px;
    font-size: 12px;
  }
  .banner_feedback-banner_feedback-container_feedback-info div:last-child span:first-child {
    max-height: 25%;
  }
  .banner_feedback-banner_feedback-container_feedback-info img {
    height: 70px;
    width: 75px;
    border-radius: 50%;
    margin-top: 10px;
  }
  .banner_feedback-banner_feedback-container_feedback-info a {
    font-size: 12px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin-top: -40px;
    margin-right: 35px;
    color: #54A4DB;
    margin-left: 80%;
    width: 130px;
  }
  .banner_feedback-banner_feedback-container_feedback-info a:hover {
    text-decoration: underline;
  }
  .banner_feedback-banner_feedback-container_feedback-info i {
    margin-left: 10px;
    color: #F1CB66;
    font-size: 18px;
  }
  @media screen and (max-width: 600px) {
    .banner_feedback-banner_feedback-container_feedback-info a {
      width: 150px;
      font-size: 10px;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 700px) {
    .banner_feedback-banner_feedback-container_feedback-info a {
      width: 130px;
      font-size: 10px;
      margin-left: 70%;
    }
    .banner_feedback-banner_feedback-container_feedback-info div:last-child > span:first-child {
      max-height: 25%;
    }
  }
  @media screen and (max-width: 576px) {
    .banner_feedback-banner_feedback-container_feedback-info a {
      font-size: 8px;
      width: 100px;
      margin-top: -29px;
    }
    .banner_feedback-banner_feedback-container_feedback-info i {
      margin-left: 5px;
      font-size: 16px;
    }
    .banner_feedback-banner_feedback-container_feedback-info div:last-child {
      font-size: 12px;
    }
    .banner_feedback-banner_feedback-container_feedback-info div:last-child > span {
      margin-top: 15px;
    }
    .banner_feedback-banner_feedback-container_feedback-info div:last-child > span:last-child {
      margin-top: -5px;
    }
    .banner_feedback-banner_feedback-container_feedback-info div:last-child > span:first-child {
      max-height: 35%;
    }
    .banner_feedback-banner_feedback-container_feedback-info img {
      height: 50px;
      width: 55px;
      margin-top: 15px;
    }
  }
  .banner_support-banner {
    height: 400px;
    justify-content: center;
    padding: 100px;
    background-color: #FAFAFA;
    margin-top: 100px;
  }
  @media screen and (max-width: 600px) {
    .banner_support-banner {
      margin-top: 25px;
      height: 600px;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 950px) {
    .banner_support-banner {
      margin-top: 25px;
      height: 100%;
    }
  }
  .banner_support-banner_support-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 600px) {
    .banner_support-banner_support-container {
      margin-top: 25px;
      width: 250px;
    }
  }
  @media screen and (min-width: 1111px) {
    .banner_support-banner_support-container {
      width: 1111px;
    }
  }
  .banner_support-banner_support-container_support-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
  }
  .banner_support-banner_support-container_support-header h1 {
    color: #673090;
    margin: 20px;
  }
  .banner_support-banner_support-container_support-header p {
    text-align: center;
    font-size: 14px;
    width: 50%;
    font-weight: 500;
  }
  @media screen and (max-width: 600px) {
    .banner_support-banner_support-container_support-header h1 {
      margin: 10px;
      font-size: 20px;
    }
    .banner_support-banner_support-container_support-header p {
      font-size: 12px;
      width: 100%;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 950px) {
    .banner_support-banner_support-container_support-header {
      height: 100%;
    }
    .banner_support-banner_support-container_support-header h1 {
      margin-top: 0;
    }
    .banner_support-banner_support-container_support-header p {
      width: 80%;
      margin-bottom: 10px;
    }
  }
  .banner_support-banner_support-container_support-body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 25px;
  }
  .banner_support-banner_support-container_support-body div {
    height: 125px;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    transition: box-shadow 0.3s ease;
    margin: 25px;
  }
  .banner_support-banner_support-container_support-body div i {
    height: 40px;
    width: 35px;
    background-color: #F1CB66;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .banner_support-banner_support-container_support-body div span {
    font-weight: 600;
    color: #673090;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .banner_support-banner_support-container_support-body div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    background-color: #FFFFFF;
  }
  @media screen and (max-width: 600px) {
    .banner_support-banner_support-container_support-body {
      justify-content: space-evenly;
      flex-direction: column;
    }
    .banner_support-banner_support-container_support-body div {
      height: 75px;
      width: 100%;
      margin: 15px;
    }
    .banner_support-banner_support-container_support-body div i {
      height: 20px;
      width: 17.5px;
    }
    .banner_support-banner_support-container_support-body div span {
      font-size: 0.6rem;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 800px) {
    .banner_support-banner_support-container_support-body {
      flex-direction: column;
    }
    .banner_support-banner_support-container_support-body div {
      width: 100%;
    }
  }
  @media screen and (min-width: 800px) and (max-width: 985px) {
    .banner_support-banner_support-container_support-body div {
      width: 200px;
      margin: 15px;
    }
    .banner_support-banner_support-container_support-body span {
      font-size: 0.75rem !important;
    }
  }
  .banner_full-width {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 100px 0;
  }
  .banner_full-width_content {
    position: relative;
    width: 920px;
    min-height: 150px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    box-shadow: 0px 20px 40px rgba(84, 164, 219, 0.3);
    background-color: rgb(255, 255, 255);
  }
  .banner_full-width_content_image {
    width: 30%;
    margin: 0 !important;
  }
  .banner_full-width_content_image img {
    width: 100%;
    height: auto;
  }
  .banner_full-width_content_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    padding-left: 50px;
  }
  .banner_full-width_content_text h3 {
    color: rgb(103, 44, 145) !important;
  }
  .banner_full-width_content_text h3,
  .banner_full-width_content_text div {
    margin-bottom: 30px;
  }
  @media only screen and (max-width: 1000px) {
    .banner_full-width_content {
      width: 90%;
      min-height: 0;
      padding: 25px;
    }
    .banner_full-width_content_text {
      padding-left: 5%;
    }
  }
  @media only screen and (max-width: 500px) {
    .banner_full-width_content_image {
      display: none;
    }
    .banner_full-width_content_text {
      width: 100%;
      padding-left: 0;
    }
  }
  .banner_full-width::before {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 50px;
    left: 0;
    display: inline-block;
    background-color: rgb(221, 237, 247);
    z-index: -1;
  }
  .banner_background-image {
    position: relative;
    width: 1110px;
    height: 472px;
    border-radius: 24px;
    box-shadow: 0px 20px 40px rgba(84, 164, 219, 0.3);
    background-color: rgb(255, 255, 255);
    background-position: right center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .banner_background-image_container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }
  @media only screen and (max-width: 700px) {
    .banner_background-image_container {
      padding-top: 21px;
      padding-bottom: 70px;
    }
  }
  @media only screen and (max-width: 360px) {
    .banner_background-image_container {
      padding-top: 15px;
      padding-bottom: 50px;
    }
  }
  @media only screen and (max-width: 1250px) and (min-width: 1001px) {
    .banner_background-image {
      width: 100%;
      height: 0;
      padding-bottom: 42.5%;
    }
  }
  @media only screen and (max-width: 1000px) and (min-width: 601px) {
    .banner_background-image {
      width: 50%;
      margin-right: -50%;
      align-self: flex-end;
      height: auto;
      padding-bottom: 0;
      background-size: auto 100%;
    }
  }
  @media only screen and (max-width: 600px) {
    .banner_background-image {
      height: auto;
      padding-bottom: 0;
      background-image: none !important;
    }
  }
  .banner_background-image:not(:last-child) {
    margin-bottom: 13%;
  }
  .banner_background-image_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 41.4%;
    padding: 3.5%;
  }
  .banner_background-image_content_category {
    padding-bottom: 3.5%;
    font-weight: 700 !important;
  }
  .banner_background-image_content_title {
    padding-bottom: 3.5%;
    color: rgb(30, 25, 26);
  }
  .banner_background-image_content_text {
    padding-bottom: 3.5%;
  }
  .banner_background-image_content .button,
  .banner_background-image_content .wp-block-buttons {
    margin-top: auto;
  }
  @media only screen and (max-width: 1200px) {
    .banner_background-image_content {
      width: 49%;
    }
  }
  @media only screen and (max-width: 1000px) and (min-width: 601px) {
    .banner_background-image_content {
      position: relative;
      top: auto;
      left: -100%;
      bottom: auto;
      width: 100%;
      padding: 0 5% 0 0;
    }
  }
  @media only screen and (max-width: 600px) {
    .banner_background-image_content {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      width: 100%;
      padding: 7.5%;
      overflow: hidden;
    }
    .banner_background-image_content_category {
      padding-bottom: 5%;
    }
    .banner_background-image_content_title {
      padding-bottom: 5%;
    }
    .banner_background-image_content_text {
      padding-bottom: 5%;
    }
    .banner_background-image_content .button {
      margin-top: 0;
      padding-top: 16px;
      padding-bottom: 16px;
      white-space: normal;
      line-height: 16px;
    }
  }
  .banner_background-image--yellow {
    background-color: rgb(249, 179, 23) !important;
  }
  @media only screen and (max-width: 1000px) and (min-width: 601px) {
    .banner_background-image--yellow .button {
      border: 1px solid rgb(249, 179, 23);
    }
  }
  .banner_background-image--green {
    background-color: rgb(1, 154, 71) !important;
  }
  .banner_background-image--red {
    background-color: rgb(229, 32, 34) !important;
  }
  .banner_background-image--blue {
    background-color: rgb(83, 165, 220) !important;
  }
  .banner_background-image--purple {
    background-color: rgb(103, 44, 145) !important;
  }
  .banner_background-image.title--white .banner_background-image_content_title,
  .banner_background-image.title--white .banner_background-image_content_category {
    color: rgb(255, 255, 255);
  }
  @media only screen and (max-width: 1000px) and (min-width: 601px) {
    .banner_background-image.title--white .banner_background-image_content_title,
    .banner_background-image.title--white .banner_background-image_content_category {
      color: rgb(249, 179, 23);
    }
  }
  .banner_background-image.title--yellow .banner_background-image_content_title,
  .banner_background-image.title--yellow .banner_background-image_content_category {
    color: rgb(249, 179, 23);
  }
  .banner_background-image.title--green .banner_background-image_content_title,
  .banner_background-image.title--green .banner_background-image_content_category {
    color: rgb(1, 154, 71);
  }
  .banner_background-image.title--red .banner_background-image_content_title,
  .banner_background-image.title--red .banner_background-image_content_category {
    color: rgb(229, 32, 34);
  }
  .banner_background-image.title--blue .banner_background-image_content_title,
  .banner_background-image.title--blue .banner_background-image_content_category {
    color: rgb(83, 165, 220);
  }
  .banner_background-image.title--purple .banner_background-image_content_title,
  .banner_background-image.title--purple .banner_background-image_content_category {
    color: rgb(103, 44, 145);
  }
  
  .exactCase {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .exactCase_exactCase-container {
    display: flex;
    padding: 20px;
    padding-left: 50px;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  @media screen and (min-width: 1111px) {
    .exactCase_exactCase-container {
      width: 1111px !important;
    }
  }
  .exactCase_exactCase-container_case-container {
    display: flex;
    flex-direction: column;
    width: 250px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 30px;
  }
  @media screen and (min-width: 500px) and (max-width: 700px) {
    .exactCase_exactCase-container_case-container {
      width: 190px;
    }
  }
  .exactCase_exactCase-container_case-container img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .exactCase_exactCase-container_case-container_case-body {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: space-evenly;
    padding: 10px;
  }
  .exactCase_exactCase-container_case-container_case-body strong {
    font-size: 1.2rem;
    color: #673090;
    font-weight: 600;
  }
  .exactCase_exactCase-container_case-container_case-body p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .exactCase_exactCase-container_case-container_case-body a {
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    color: #54A4DB;
    margin-right: 10px;
  }
  .exactCase_exactCase-container_case-container_case-body i {
    margin-left: 5px;
    color: #F1CB66;
    font-size: 12px;
  }
  .exactCase_exactCase-container_case-container_case-body a:hover {
    text-decoration: underline;
  }
  @media screen and (min-width: 500px) and (max-width: 700px) {
    .exactCase_exactCase-container_case-container_case-body strong {
      font-size: 0.75rem;
    }
    .exactCase_exactCase-container_case-container_case-body p, .exactCase_exactCase-container_case-container_case-body a, .exactCase_exactCase-container_case-container_case-body i {
      font-size: 10px;
    }
  }
  
  .partner_container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 920px;
    padding-bottom: 30px;
  }
  @media only screen and (max-width: 1000px) {
    .partner_container {
      width: 90%;
    }
  }
  .partner_link {
    position: relative;
    width: 30%;
  }
  .partner_link a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid rgb(190, 189, 189);
    text-align: center;
    color: rgb(30, 25, 26) !important;
  }
  .partner_link a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0px 20px 40px rgba(84, 164, 219, 0.3);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .partner_link a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
  }
  .partner_link a span img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 25px;
  }
  .partner_link a:hover {
    border: 1px solid rgb(249, 179, 23);
  }
  .partner_link a:hover::after {
    content: "";
    opacity: 1;
  }
  .partner_link .lazy-frame {
    width: 100%;
    height: 100%;
  }
  .partner_link .lazy-content {
    opacity: 0;
  }
  @media only screen and (max-width: 800px) and (min-width: 651px) {
    .partner_link {
      width: 100%;
      margin-bottom: 25px;
    }
    .partner_link a {
      flex-direction: row;
    }
    .partner_link a span {
      width: 45%;
      margin-right: 5%;
    }
    .partner_link a span img {
      margin: 0;
    }
  }
  @media only screen and (max-width: 650px) {
    .partner_link {
      width: 100%;
      margin-bottom: 25px;
    }
  }
  
  body.overflow-hidden {
    overflow: hidden;
  }
  
  .employee-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 27, 92, 0.7);
    z-index: 9999999;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
    justify-content: center;
    align-items: center;
  }
  
  .employee-popup.is-active {
    visibility: visible;
    opacity: 1;
    transition: all 300ms;
  }
  
  .employee-popup .container {
    width: 100%;
    min-height: 320px;
    max-width: 960px;
    margin: 0 50px;
    background: white;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 24px;
    display: flex;
    gap: 30px;
    flex-direction: row;
  }
  
  .employee-popup .container .left-side-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 285px;
    width: 100%;
    min-width: 285px;
  }
  
  .employee-popup .container .right-side-content {
    position: relative;
    width: 100%;
  }
  
  .employee-popup .container .right-side-content #close-popup {
    position: absolute;
    right: -20px;
    top: 10px;
    transition: all 500ms;
    cursor: pointer;
  }
  
  .employee-popup .container .right-side-content #close-popup:hover {
    transform: rotate(180deg);
  }
  
  .employee-popup .container .right-side-content h3 {
    font-weight: 600;
    font-size: 27px;
    line-height: 34px;
    color: #673090;
    margin-right: 50px;
  }
  
  .employee-popup .container .right-side-content .name-function-wrapper {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .employee-popup .container .right-side-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #1A303F;
  }
  
  .employee-popup .container .left-side-content .popup-image {
    width: 100%;
    min-height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
  }
  
  .hide-on-desktop {
    display: none;
  }
  
  @media only screen and (max-width: 1024px) {
  
    .employee-popup .container {
      margin: 0 20px;
    }
  
      .hide-on-desktop {
      display: flex !important;
      flex-direction: column;
    }
  
    .employee-popup .container .left-side-content h3 {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #673090;
      margin-right: 40px;
    }
  
    .employee-popup .container .left-side-content .name-function-wrapper {
      margin-bottom: 0px;
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
  
    .employee-popup .container .left-side-content p {
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      color: #1A303F;
    }
  
      .employee-popup .container .left-side-content {
      width: 100%;
      max-width: 100%;
      display: flex;
      align-items: center;
      flex-direction: row;
    }
    .employee-popup .container {
      flex-direction: column;
      max-height: 90dvh;
      overflow: scroll;
    }
  
    .employee-popup .container .right-side-content #close-popup {
      right: 0 !important;
      top: -110px !important;
      -webkit-tap-highlight-color: transparent;
    }
  
    .employee-popup .container .left-side-content .popup-image {
      min-width: 80px !important;
      min-height: 80px !important;
      max-width: 80px !important;
      width: 80px !important;
      max-height: 80px !important;
      height: 80px !important;
      border-radius: 100%;
      min-height: unset !important;
    }
  
    .employee-popup .container .right-side-content p {
      font-size: 16px;
    }
  
    .hide-on-mobile {
      display: none !important;
    }
    }
  
  .employee_container {
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 920px;
  }
  @media only screen and (max-width: 1000px) {
    .employee_container {
      width: 100%;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (max-width: 1000px) and (max-width: 700px) {
    .employee_container {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 1000px) and (max-width: 360px) {
    .employee_container {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 400px) {
    .employee_container {
      justify-content: center;
    }
  }
  .employee_link {
    position: relative;
    width: 30%;
    height: 0;
    padding-bottom: 35%;
    margin-bottom: 3.4%;
    border-radius: 16px;
  }
  .employee_link .lazy-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
  }
  
  @media only screen and (max-width: 700px) {
    .employee_link {
      width: 48%;
      padding-bottom: 56%;
      margin-bottom: 10%;
    }
  }
  @media only screen and (max-width: 400px) {
    .employee_link {
      width: 100%;
      padding-bottom: 116.7%;
    }
  }
  
  .employee_link .data:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-radius: 20px;
    z-index: 5;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 84%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 84%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
  
  .employee_link .name {
    z-index: 7;
  }
  
  .employee_link .functionTitle {
    z-index: 7;
  }
  
  .employee_link br {
    display: none !important;
    visibility: hidden !important;
    overflow: hidden !important;
    max-height: 0 !important;
  }
  
  .employee_link .data {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 16px;
    box-shadow: 0px 20px 40px rgba(84, 164, 219, 0.3);
    transition: transform 0.5s ease;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
  }
  .employee_link .data .name,
  .employee_link .data .functionTitle {
    display: block;
    color: white !important;
    text-shadow: 0 0 1px rgba(30, 25, 26, 0.8);
  }
  
  .employee_link .data .functionTitle {
    color: #5aa4d5 !important;
  }
  
  .employee_link .data .name {
    font-family: "Montserrat", sans-serif !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 800px) {
    .employee_link .data .name {
      font-family: "Montserrat", sans-serif !important;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .employee_link .data .name {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 700;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .employee_link .data .name {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .employee_link .data .functionTitle {
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 1200px) {
    .employee_link .data .functionTitle {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .employee_link .data .functionTitle {
      font-family: "Montserrat", sans-serif !important;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .employee_link .data .functionTitle {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .employee_link .data.lazy-content {
    opacity: 0;
    bottom: -50px;
    left: 0;
  }
  @media only screen and (max-width: 900px) {
    .employee_link .data.lazy-content {
      opacity: 1;
      bottom: -20px;
      left: 0;
      transform: none;
    }
  }
  .employee_link .data::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.2s;
  }
  .employee_link .data:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .employee_link .data:hover .label {
    color: rgb(249, 179, 23);
  }
  .employee_link_label {
    display: inline-block;
  }
  
  .steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 100px 0 0;
    padding: 140px 0;
    background-color: rgb(0, 27, 92);
  }
  .steps_title {
    display: block;
    padding-bottom: 90px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: rgb(54, 50, 51);
    color: rgb(255, 255, 255) !important;
  }
  @media only screen and (max-width: 800px) {
    .steps_title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 28px;
      font-weight: 700;
      line-height: 32px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .steps_title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: 700;
      line-height: 28px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .steps_title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  .steps_list {
    width: 620px;
    list-style: none;
  }
  @media only screen and (max-width: 800px) {
    .steps_list {
      width: 90% !important;
    }
  }
  .steps_item {
    position: relative;
    min-height: 65px;
    padding-top: 17px;
    padding-left: 95px !important;
  }
  .steps_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .steps_item::before {
    display: none !important;
  }
  .steps_item_title {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
    color: rgb(54, 50, 51);
    color: rgb(255, 255, 255) !important;
  }
  @media only screen and (max-width: 800px) {
    .steps_item_title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: 700;
      line-height: 28px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .steps_item_title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 700;
      line-height: 23px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .steps_item_title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  .steps_item_text {
    color: rgb(255, 255, 255);
  }
  .steps_item_counter {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, rgb(83, 165, 220) 0%, rgb(38, 111, 161) 100%);
    background-color: rgb(83, 165, 220);
    font-family: "Montserrat", sans-serif !important;
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
    color: rgb(54, 50, 51);
    color: rgb(255, 255, 255) !important;
  }
  @media only screen and (max-width: 800px) {
    .steps_item_counter {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: 700;
      line-height: 28px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .steps_item_counter {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 700;
      line-height: 23px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .steps_item_counter {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  .steps_item:not(:first-child) .steps_item_counter .path {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 30px;
    display: none;
    width: 5px;
    background-image: linear-gradient(90deg, rgb(38, 111, 161) 0%, rgb(83, 165, 220) 100%);
    background-color: rgb(83, 165, 220);
  }
  
  :-moz-placeholder,
  ::-moz-placeholder {
    color: rgb(212, 211, 211) !important;
  }
  
  .mxl2-form_container {
    position: relative;
    width: 100%;
    display: flex !important;
    justify-content: center;
  }
  .mxl2-form_container--fields {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .mxl2-form_container--buttons {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .mxl2-form_container--buttons .button:not(:last-child) {
    margin-right: 15px;
  }
  @media only screen and (max-width: 600px) {
    .mxl2-form_container--buttons {
      flex-direction: column;
    }
    .mxl2-form_container--buttons .ff-wachten {
      position: absolute;
      bottom: 0;
    }
    .mxl2-form_container--buttons .button:not(:last-child) {
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 400px) {
    .mxl2-form_container--buttons .button {
      width: 100%;
    }
  }
  .mxl2-form_zoho-title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mxl2-form_zoho-title_text {
    display: flex;
    align-items: center;
    padding-left: 110px;
    margin-bottom: 30px;
    height: 40px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: rgb(54, 50, 51);
    font-weight: 400 !important;
    background-image: url("assets/images/zoho-logo.png");
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: left center;
  }
  @media only screen and (max-width: 800px) {
    .mxl2-form_zoho-title_text {
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .mxl2-form_zoho-title_text {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 700;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .mxl2-form_zoho-title_text {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      color: rgb(54, 50, 51);
    }
  }
  .mxl2-form_form {
    position: relative;
    width: 600px;
    flex-direction: column;
    padding: 35px;
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
  }
  .mxl2-form_form .field {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .mxl2-form_form .field > * {
    width: 100%;
  }
  .mxl2-form_form .field_label {
    display: inline-block;
    padding-bottom: 5px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(54, 50, 51);
    font-weight: 700 !important;
    color: rgb(103, 44, 145) !important;
  }
  @media only screen and (max-width: 1200px) {
    .mxl2-form_form .field_label {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .mxl2-form_form .field_label {
      font-family: "Montserrat", sans-serif !important;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .mxl2-form_form .field_label {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .mxl2-form_form .field_input::-webkit-input-placeholder {
    color: rgb(212, 211, 211);
  }
  .mxl2-form_form .field_input--text, .mxl2-form_form .field_input--textarea, .mxl2-form_form .field_input--date {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid rgb(212, 211, 211);
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 1200px) {
    .mxl2-form_form .field_input--text, .mxl2-form_form .field_input--textarea, .mxl2-form_form .field_input--date {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .mxl2-form_form .field_input--text, .mxl2-form_form .field_input--textarea, .mxl2-form_form .field_input--date {
      font-family: "Montserrat", sans-serif !important;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .mxl2-form_form .field_input--text, .mxl2-form_form .field_input--textarea, .mxl2-form_form .field_input--date {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .mxl2-form_form .field_input--text:focus, .mxl2-form_form .field_input--text:active, .mxl2-form_form .field_input--textarea:focus, .mxl2-form_form .field_input--textarea:active, .mxl2-form_form .field_input--date:focus, .mxl2-form_form .field_input--date:active {
    outline: none;
    border: 1px solid rgb(83, 165, 220);
  }
  .mxl2-form_form .field_input--text {
    height: 48px;
    line-height: 48px !important;
    padding: 0 20px;
  }
  .mxl2-form_form .field_input--textarea {
    min-height: 160px;
    padding: 10px 20px;
    resize: none;
  }
  .mxl2-form_form .field_input--textarea ::placeholder {
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 1200px) {
    .mxl2-form_form .field_input--textarea ::placeholder {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .mxl2-form_form .field_input--textarea ::placeholder {
      font-family: "Montserrat", sans-serif !important;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .mxl2-form_form .field_input--textarea ::placeholder {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .mxl2-form_form .field_input--checkbox, .mxl2-form_form .field_input--boolean, .mxl2-form_form .field_input--radio {
    position: absolute;
    z-index: 99;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .mxl2-form_form .field_input--checkbox_container, .mxl2-form_form .field_input--boolean_container, .mxl2-form_form .field_input--radio_container {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 20px;
  }
  .mxl2-form_form .field_input--checkbox_container:not(:last-child), .mxl2-form_form .field_input--boolean_container:not(:last-child), .mxl2-form_form .field_input--radio_container:not(:last-child) {
    margin-bottom: 10px;
  }
  .mxl2-form_form .field_input--checkbox_label, .mxl2-form_form .field_input--boolean_label, .mxl2-form_form .field_input--radio_label {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgb(54, 50, 51);
    line-height: 20px !important;
  }
  .mxl2-form_form .field_input--checkbox_mark, .mxl2-form_form .field_input--boolean_mark, .mxl2-form_form .field_input--radio_mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid rgb(212, 211, 211);
  }
  .mxl2-form_form .field_input--checkbox_mark::after, .mxl2-form_form .field_input--boolean_mark::after, .mxl2-form_form .field_input--radio_mark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    display: none;
    width: 5px;
    height: 10px;
    border: solid rgb(83, 165, 220);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mxl2-form_form .field_input--checkbox:checked ~ .field_input--checkbox_mark, .mxl2-form_form .field_input--boolean:checked ~ .field_input--checkbox_mark, .mxl2-form_form .field_input--radio:checked ~ .field_input--checkbox_mark {
    border: 1px solid rgb(83, 165, 220);
  }
  .mxl2-form_form .field_input--checkbox:checked ~ .field_input--checkbox_mark::after, .mxl2-form_form .field_input--boolean:checked ~ .field_input--checkbox_mark::after, .mxl2-form_form .field_input--radio:checked ~ .field_input--checkbox_mark::after {
    display: block;
  }
  .mxl2-form_form .field_input--checkbox:checked ~ .field_input--radio_mark, .mxl2-form_form .field_input--boolean:checked ~ .field_input--radio_mark, .mxl2-form_form .field_input--radio:checked ~ .field_input--radio_mark {
    border: 1px solid rgb(83, 165, 220);
  }
  .mxl2-form_form .field_input--checkbox:checked ~ .field_input--radio_mark::after, .mxl2-form_form .field_input--boolean:checked ~ .field_input--radio_mark::after, .mxl2-form_form .field_input--radio:checked ~ .field_input--radio_mark::after {
    display: block;
  }
  .mxl2-form_form .field_input--boolean_label {
    z-index: 999;
  }
  .mxl2-form_form .field_input--radio_mark {
    border-radius: 50%;
  }
  .mxl2-form_form .field_input--radio_mark::after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: rgb(83, 165, 220);
    transform: none;
  }
  .mxl2-form_form .field_radio-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    margin-top: 10px;
  }
  .mxl2-form_form .field_radio-container > div > label {
    font-size: 16px;
    margin-right: 15px;
    width: 100px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 1200px) {
    .mxl2-form_form .field_radio-container > div > label {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .mxl2-form_form .field_radio-container > div > label {
      font-family: "Montserrat", sans-serif !important;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .mxl2-form_form .field_radio-container > div > label {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .mxl2-form_form .field_info-text {
    display: block;
    padding-top: 10px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgb(54, 50, 51);
  }
  .mxl2-form_form .field--error ::placeholder {
    color: rgb(229, 32, 34);
    opacity: 1;
  }
  .mxl2-form_form .field--error .field_input {
    border: 1px solid rgb(229, 32, 34);
  }
  .mxl2-form_form .field--error .field_input--text {
    color: rgb(229, 32, 34) !important;
  }
  .mxl2-form_form .field--error .field_info-text {
    color: rgb(229, 32, 34) !important;
  }
  .mxl2-form_form .services-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid rgb(212, 211, 211);
    padding: 5px;
  }
  .mxl2-form_form .services-container_service-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px;
    overflow-y: hidden;
    width: 100%;
    height: 75px;
  }
  .mxl2-form_form .services-container_service-content > input {
    margin: 10px;
    padding: 5px;
    width: 195px;
    height: 60px;
    text-align: center;
    white-space: break-spaces;
    word-spacing: 4px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #a29f9f;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgb(54, 50, 51);
    font-weight: 500;
  }
  .mxl2-form_form .services-container_service-content > input:hover {
    color: #fff;
    cursor: pointer;
    background-color: #f8b218;
    border-color: #d79506;
  }
  .mxl2-form_form .services-container_service-content > input:focus:hover {
    box-shadow: 0 0 4px #f9ba31;
  }
  .mxl2-form_form .services-container_service-content > input.active-service {
    background-color: #fff;
    border-color: #F9BA31;
    color: #f0a707 !important;
    font-size: 16px;
  }
  .mxl2-form_form #time-slot-selection {
    display: flex;
    justify-content: center;
    margin-top: -25px;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(212, 211, 211);
  }
  .mxl2-form_form #time-slot-selection #time-slot-container {
    display: flex;
    width: 100%;
    height: 50px;
    overflow-y: hidden;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 5px;
  }
  .mxl2-form_form #time-slot-selection #time-slot-container > input {
    background-color: transparent;
    color: black !important;
    width: 70px;
    height: 35px;
    border-radius: 8px;
    border: 1px solid rgb(212, 211, 211);
    text-align: center;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgb(54, 50, 51);
    font-weight: 500;
    margin: 5px;
  }
  .mxl2-form_form #time-slot-selection #time-slot-container > input:hover {
    cursor: pointer;
    background-color: #f8ae0c;
    border-color: #f0a707;
  }
  .mxl2-form_form #time-slot-selection #time-slot-container > input.active-service {
    background-color: #fff;
    border-color: #F9BA31;
    color: #f0a707 !important;
    font-size: 13px;
  }
  .mxl2-form_form #scroll-up-service, .mxl2-form_form #scroll-down-service, .mxl2-form_form #scroll-up-time, .mxl2-form_form #scroll-down-time {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid rgb(212, 211, 211);
  }
  .mxl2-form_form #scroll-up-service:hover, .mxl2-form_form #scroll-down-service:hover, .mxl2-form_form #scroll-up-time:hover, .mxl2-form_form #scroll-down-time:hover {
    cursor: pointer;
    background-color: #FBCA5C;
    color: #fff;
  }
  .mxl2-form_form .required::after {
    content: "*";
    position: absolute;
    top: -10px;
    left: -15px;
    color: rgb(83, 165, 220);
    font-size: 20px;
  }
  .mxl2-form_form .required.field--error::after {
    color: rgb(229, 32, 34);
  }
  .mxl2-form_feedback-message {
    position: relative;
    display: inline-block;
    padding: 10px 15px 10px 32px;
    margin-left: auto;
    border-radius: 999px;
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  @media only screen and (max-width: 600px) {
    .mxl2-form_feedback-message {
      margin-top: 15px;
      margin-left: 0;
    }
  }
  .mxl2-form_feedback-message.success {
    background-color: rgb(81, 184, 128);
  }
  .mxl2-form_feedback-message.error {
    background-color: rgb(237, 102, 104);
  }
  .mxl2-form_feedback-message.show {
    opacity: 1;
  }
  .mxl2-form_feedback-message::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: 5px;
    height: 10px;
    border: solid rgb(255, 255, 255);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }
  
  #dienst-note {
    font-size: 12px;
  }
  
  .ui-datepicker {
    width: 48%;
    border-radius: 5px;
  }
  @media screen and (min-width: 590px) {
    .ui-datepicker {
      width: 530px !important;
    }
  }
  
  .ui-datepicker-header {
    color: #672C91 !important;
    background-color: #fff;
  }
  
  #ui-datepicker-div {
    z-index: 999 !important;
  }
  
  #ui-datepicker-div > table > tbody > tr > td > a {
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
  }
  
  #ui-datepicker-div > table > tbody > tr > td > a:hover {
    background-color: #8E67AD !important;
  }
  
  #ui-datepicker-div > div > a:hover {
    background-color: #8E67AD !important;
    cursor: pointer;
  }
  
  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-state-highlight {
    background-color: #FBCA5C !important;
    font-weight: 600 !important;
    color: solid black !important;
  }
  
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #8E67AD !important;
  }
  
  .page-content_blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-content_blocks figure {
    margin-bottom: 15px;
  }
  .page-content_blocks .wp-block-embed.is-type-video {
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
  }
  .page-content_blocks .wp-block-embed.is-type-video div {
    width: 730px;
    height: 412px;
    display: inline-block;
  }
  .page-content_blocks .wp-block-embed.is-type-video div iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 100% !important;
    height: 100% !important;
  }
  @media only screen and (max-width: 800px) {
    .page-content_blocks .wp-block-embed.is-type-video div {
      width: 90%;
      height: 0;
      padding-bottom: 51.5%;
    }
  }
  .page-content_blocks ul {
    width: 100%;
    max-width: 730px;
    list-style: none;
    margin-bottom: 30px;
  }
  .page-content_blocks ul li {
    position: relative;
  }
  .page-content_blocks ul:not(.benefits) li {
    padding-left: 20px;
  }
  .page-content_blocks ul:not(.benefits) li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgb(83, 165, 220);
  }
  .page-content_blocks ul.benefits {
    padding-top: 15px;
  }
  .page-content_blocks ul.benefits li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 3px;
    padding-left: 60px;
    min-height: 40px;
  }
  .page-content_blocks ul.benefits li:not(:last-child) {
    margin-bottom: 30px;
  }
  .page-content_blocks ul.benefits li strong {
    color: rgb(103, 44, 145);
  }
  .page-content_blocks ul.benefits li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url("assets/images/check.svg");
    background-size: 24px 28px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(83, 165, 220);
  }
  .page-content_blocks .faq {
    list-style: none;
    width: auto;
    max-width: none;
    margin-bottom: 30px;
    background: none;
  }
  .page-content_blocks .faq li {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 25px 50px 25px 25px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  .page-content_blocks .faq li:hover {
    border-color: rgb(83, 165, 220);
    box-shadow: 0 4px 16px rgba(83, 165, 220, 0.15);
    transform: translateY(-2px);
  }
  .page-content_blocks .faq li::before {
    display: none !important;
  }
  .page-content_blocks .faq li::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 20px;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    background-image: url("assets/images/button-plus-yellow.svg");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }

.page-content_blocks .faq li .faq_question {
margin-left: 20px;
}
  .page-content_blocks .faq li.open {
    z-index: 2;
    border-color: rgb(249, 179, 23);
    background: linear-gradient(to right, #fff 0%, #fffbf0 100%);
    box-shadow: 0 6px 20px rgba(249, 179, 23, 0.2);
  }
  .page-content_blocks .faq li.open::after {
    transform: rotate(45deg);
  }
  .page-content_blocks .faq li:not(:first-child) {
    margin-top: 0;
  }
  .page-content_blocks .faq li strong,
  .page-content_blocks .faq li .faq_question {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;
    color: rgb(54, 50, 51);
	  
  }
  @media only screen and (max-width: 800px) {
    .page-content_blocks .faq li strong,
    .page-content_blocks .faq li .faq_question {
      font-size: 20px;
      line-height: 30px;
    }
  }
  @media only screen and (max-width: 500px) {
    .page-content_blocks .faq li strong,
    .page-content_blocks .faq li .faq_question {
      font-size: 17px;
      line-height: 26px;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_blocks .faq li strong,
    .page-content_blocks .faq li .faq_question {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .page-content_blocks .faq li .faq_answer {
    display: none;
	  padding-left: 20px;
	  box-siziing: border-box;
  }
  .page-content_blocks .faq li .faq_answer p {
    padding-top: 15px;
    padding-right: 20px;
    color: rgb(80, 80, 80);
    line-height: 1.6;
	  
  }
  .page-content_blocks .faq.fancy li strong,
  .page-content_blocks .faq.fancy li .faq_question {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(103, 44, 145);
  }
  @media only screen and (max-width: 800px) {
    .page-content_blocks .faq.fancy li strong,
    .page-content_blocks .faq.fancy li .faq_question {
      font-size: 18px;
      line-height: 24px;
    }
  }
  @media only screen and (max-width: 500px) {
    .page-content_blocks .faq.fancy li strong,
    .page-content_blocks .faq.fancy li .faq_question {
      font-size: 17px;
      line-height: 22px;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_blocks .faq.fancy li strong,
    .page-content_blocks .faq.fancy li .faq_question {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .page-content_blocks .faq.fancy li::after {
    transition: transform 0.3s ease;
  }
  .page-content_blocks .faq.fancy li.open {
    border-color: rgb(83, 165, 220);
  }
  .page-content_blocks .faq.fancy li.open strong,
  .page-content_blocks .faq.fancy li.open .faq_question {
    color: rgb(83, 165, 220) !important;
  }
  .page-content_blocks .faq.fancy li.open::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    z-index: -1;
    display: inline-block !important;
    width: calc(100% + 60px);
    height: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px rgba(38, 111, 161, 0.4);
    border-radius: 12px;
  }
  .page-content_blocks h1,
  .page-content_blocks h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 800px) {
    .page-content_blocks h1,
    .page-content_blocks h2 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 28px;
      font-weight: 700;
      line-height: 32px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .page-content_blocks h1,
    .page-content_blocks h2 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: 700;
      line-height: 28px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_blocks h1,
    .page-content_blocks h2 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  .page-content_blocks h3 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 800px) {
    .page-content_blocks h3 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: 700;
      line-height: 28px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .page-content_blocks h3 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 700;
      line-height: 23px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_blocks h3 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  .page-content_blocks h4 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 800px) {
    .page-content_blocks h4 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .page-content_blocks h4 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 700;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_blocks h4 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      color: rgb(54, 50, 51);
    }
  }
  .page-content_blocks h5,
  .page-content_blocks h6 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    color: rgb(54, 50, 51);
    font-weight: 700 !important;
  }
  @media only screen and (max-width: 800px) {
    .page-content_blocks h5,
    .page-content_blocks h6 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .page-content_blocks h5,
    .page-content_blocks h6 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_blocks h5,
    .page-content_blocks h6 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .page-content_blocks .center {
    text-align: center;
  }
  .page-content_blocks a:not(.button) {
    text-decoration: none;
    color: rgb(249, 179, 23);
    transition: color 0.2s;
  }
  .page-content_blocks a:not(.button):hover {
    color: rgb(83, 165, 220);
  }
  
  .page-content_blocks--homepage > p {
    text-align: center;
    margin-left: calc((100vw - 797px) / 2);
    margin-right: calc((100vw - 797px) / 2);
    margin-bottom: 30px;
  }
  @media only screen and (max-width: 900px) {
    .page-content_blocks--homepage > p {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5%;
      padding-right: 5%;
      width: 100%;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 700px) {
    .page-content_blocks--homepage > p {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 360px) {
    .page-content_blocks--homepage > p {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  .page-content_blocks--homepage > .wp-block-heading {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    color: rgb(103, 44, 145) !important;
  }
  @media only screen and (max-width: 700px) {
    .page-content_blocks--homepage > .wp-block-heading {
      padding-top: 0;
      padding-bottom: 21px;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_blocks--homepage > .wp-block-heading {
      padding-top: 0;
      padding-bottom: 15px;
    }
  }
  .page-content_blocks--homepage > .wp-block-heading:not(:first-child) {
    padding-top: 100px;
  }
  .page-content_blocks--homepage > .wp-block-heading:not(:first-child).padding-top-70 {
    padding-top: 70px;
  }
  .page-content_blocks--homepage .wp-block-heading {
    text-align: center;
  }
  
  .page-content_blocks--main > p,
  .page-content_blocks--main > .wp-block-heading,
  .page-content_blocks--main > .wp-block-image,
  .page-content_blocks--main > .wp-block-columns,
  .page-content_blocks--main > .faq {
    width: 730px;
    padding-bottom: 30px;
    margin-left: calc((100vw - 747px) / 2);
    margin-right: calc((100vw - 747px) / 2);
  }
  @media only screen and (max-width: 900px) {
    .page-content_blocks--main > p,
    .page-content_blocks--main > .wp-block-heading,
    .page-content_blocks--main > .wp-block-image,
    .page-content_blocks--main > .wp-block-columns,
    .page-content_blocks--main > .faq {
      width: 90% !important;
    }
  }
  .page-content_blocks--main > p.first {
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    color: rgb(54, 50, 51);
    text-align: center;
    width: 780px !important;
    margin-left: calc((100vw - 797px) / 2);
    margin-right: calc((100vw - 797px) / 2);
  }
  @media only screen and (max-width: 800px) {
    .page-content_blocks--main > p.first {
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .page-content_blocks--main > p.first {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_blocks--main > p.first {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 900px) {
    .page-content_blocks--main > p.first {
      width: 90% !important;
    }
  }
  .page-content_blocks--main > .wp-block-heading:not(:first-child) {
    margin-top: 30px;
  }
  .page-content_blocks--main > *:not(.first):not(.wp-block-heading) {
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 1200px) {
    .page-content_blocks--main > *:not(.first):not(.wp-block-heading) {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .page-content_blocks--main > *:not(.first):not(.wp-block-heading) {
      font-family: "Montserrat", sans-serif !important;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_blocks--main > *:not(.first):not(.wp-block-heading) {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .page-content_blocks--main .wp-block-heading {
    width: 730px;
    color: rgb(103, 44, 145) !important;
  }
  @media only screen and (max-width: 900px) {
    .page-content_blocks--main .wp-block-heading {
      width: 90% !important;
    }
  }
  .page-content_blocks--main .wp-block-heading.first {
    text-align: center;
    width: 780px !important;
    margin-left: calc((100vw - 797px) / 2);
    margin-right: calc((100vw - 797px) / 2);
  }
  @media only screen and (max-width: 900px) {
    .page-content_blocks--main .wp-block-heading.first {
      width: 90% !important;
    }
  }
  .page-content_blocks--main.contact-page > p {
    text-align: center;
  }
  
  .page-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .page-content section {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .page-content_intro {
    padding: 0 0 100px;
  }
  .page-content_intro_title {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    color: rgb(103, 44, 145) !important;
    text-align: center;
  }
  @media only screen and (max-width: 700px) {
    .page-content_intro_title {
      padding-top: 0;
      padding-bottom: 21px;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-content_intro_title {
      padding-top: 0;
      padding-bottom: 15px;
    }
  }
  .page-content_intro_text {
    width: 70%;
    text-align: center;
  }
  @media only screen and (max-width: 900px) {
    .page-content_intro_text {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5%;
      padding-right: 5%;
      width: 100%;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 700px) {
    .page-content_intro_text {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 360px) {
    .page-content_intro_text {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  
  .sticky .menu-main {
    position: fixed;
    padding: 10px 0;
    background-color: rgb(83, 165, 220);
    -webkit-box-shadow: 0px 2px 20px rgb(146, 144, 144);
    -moz-box-shadow: 0px 2px 20px rgb(146, 144, 144);
    box-shadow: 0px 2px 20px rgb(146, 144, 144);
  }
  .sticky .menu-main.hide {
    margin-top: -50px;
  }
  
  .menu {
    width: 100%;
    display: flex;
  }
  .menu_button {
    position: fixed;
    z-index: 999999;
    top: 45px;
    right: 5vw;
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: none;
    appearance: none;
    background: none;
  }
  .menu_button--bg::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: -35%;
    left: -35%;
    width: 170%;
    height: 170%;
    background-color: rgb(83, 165, 220);
    border-radius: 50%;
  }
  .menu_button span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
  }
  .menu_button span::before, .menu_button span::after {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
  }
  .menu_button span::before {
    bottom: 7px;
  }
  .menu_button span::after {
    top: 7px;
  }
  .menu_button:hover span {
    background-color: rgb(249, 179, 23);
  }
  .menu_button:hover span::before, .menu_button:hover span::after {
    background-color: rgb(249, 179, 23);
  }
  .menu ul {
    display: flex;
  }
  .menu ul li {
    list-style-type: none;
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(249, 179, 23);
  }
  @media only screen and (max-width: 1200px) {
    .menu ul li {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 500;
      line-height: 21px;
      color: rgb(249, 179, 23);
    }
  }
  .menu-top {
    position: fixed;
    z-index: 99999;
    display: flex;
    justify-content: center;
    width: 100%;
    -webkit-box-shadow: 0px 2px 20px rgb(146, 144, 144);
    -moz-box-shadow: 0px 2px 20px rgb(146, 144, 144);
    box-shadow: 0px 2px 20px rgb(146, 144, 144);
    background-color: rgb(255, 255, 255);
  }
  .menu-top-content {
    width: 100%;
    max-width: 1440px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-top li a {
    color: rgb(83, 165, 220);
    text-decoration: none;
    transition: color 0.2s;
  }
  .menu-top li a:hover, .menu-top li a.active {
    color: rgb(249, 179, 23);
  }
  .menu-top li.active a {
    color: rgb(249, 179, 23);
  }
  .menu-top--left {
    margin-left: 3.5%;
  }
  .menu-top--left li:not(:last-child) {
    margin-right: 28px;
  }
  @media only screen and (max-width: 1200px) {
    .menu-top--left {
      margin-left: 20px;
    }
    .menu-top--left li:not(:last-child) {
      margin-right: 20px;
    }
  }
  .menu-top--right {
    margin-right: 3.5%;
  }
  .menu-top--right li:not(:first-child) {
    margin-left: 28px;
  }
  @media only screen and (max-width: 1200px) {
    .menu-top--right {
      margin-right: 20px;
    }
    .menu-top--right li:not(:first-child) {
      margin-left: 20px;
    }
  }
  .menu-main {
    z-index: 100;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    padding: 55px 0 0 0;
  }
  .menu-main ul:not(.sub-menu) {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin-right: 3.5%;
    display: flex;
    justify-content: flex-end;
  }
  .menu-main ul:not(.sub-menu) > li:not(:first-child) {
    margin-left: 40px;
  }
  .menu-main ul:not(.sub-menu) > li > a {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
  }
  .menu-main ul:not(.sub-menu) > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 4px;
    background-color: rgb(249, 179, 23);
    transition: width 0.3s;
  }
  .menu-main ul:not(.sub-menu) > li > a:hover, .menu-main ul:not(.sub-menu) > li > a.active {
    color: rgb(249, 179, 23);
  }
  .menu-main ul:not(.sub-menu) > li > a:hover::after, .menu-main ul:not(.sub-menu) > li > a.active::after {
    width: 100%;
  }
  @media only screen and (min-width: 901px) {
    .menu-main ul li {
      position: relative;
    }
    .menu-main .sub-menu {
      position: absolute;
      z-index: 1;
      top: 40px;
      display: none;
      flex-direction: column;
      background-color: rgba(0, 27, 92, 0.9);
      outline: 1px solid rgba(83, 165, 220, 0.2);
    }
    .menu-main .sub-menu li:not(:last-child) {
      border-bottom: 1px solid rgba(83, 165, 220, 0.5);
    }
    .menu-main .sub-menu li a {
      display: block;
      padding-top: 5px;
      padding-bottom: 5px;
      color: rgb(255, 255, 255);
      text-decoration: none;
      white-space: nowrap;
    }
    .menu-main .sub-menu li a:hover, .menu-main .sub-menu li a.active {
      background-color: rgba(83, 165, 220, 0.5);
      color: rgb(249, 179, 23);
    }
    .menu-main .sub-menu li .sub-menu {
      top: 0;
    }
    .menu-main .left .menu-item-has-children::before {
      content: "";
      position: absolute;
      top: 13px;
      left: 5px;
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 5px solid rgba(83, 165, 220, 0.5);
    }
    .menu-main .left .sub-menu {
      right: -10px;
    }
    .menu-main .left .sub-menu li a {
      text-align: right;
      padding-left: 20px;
      padding-right: 10px;
    }
    .menu-main .left .sub-menu li .sub-menu {
      right: 100%;
    }
    .menu-main .left .sub-menu li .sub-menu li a {
      text-align: left;
    }
    .menu-main .right .menu-item-has-children::before {
      content: "";
      position: absolute;
      top: 13px;
      right: 5px;
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid rgba(83, 165, 220, 0.5);
    }
    .menu-main .right .sub-menu {
      left: -10px;
    }
    .menu-main .right .sub-menu li a {
      text-align: left;
      padding-right: 20px;
      padding-left: 10px;
    }
    .menu-main .right .sub-menu li .sub-menu {
      left: 100%;
    }
    .menu-main .right .sub-menu li .sub-menu li a {
      text-align: right;
    }
    .menu-main .show-children > .sub-menu {
      display: flex;
    }
  }
  .menu-icon {
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
  }
  .menu-icon.appointment {
    background-image: url("assets/images/menu-icons/appointment.svg");
  }
  .menu-icon.knowledge-base {
    background-image: url("assets/images/menu-icons/knowledge-base.svg");
  }
  .menu-icon.support-portal {
    background-image: url("assets/images/menu-icons/support-portal.svg");
  }
  .menu-icon.job-offers {
    background-image: url("assets/images/menu-icons/job-offers.svg");
  }
  .menu-icon.whatsapp {
    background-image: url("assets/images/menu-icons/whatsapp.svg");
  }
  
  .contact-page .menu-main ul li a {
    color: rgb(30, 25, 26);
  }
  .contact-page .menu-main ul li a:hover, .contact-page .menu-main ul li a.active {
    color: rgb(249, 179, 23);
  }
  .contact-page .menu-main ul li.active a {
    color: rgb(249, 179, 23);
  }
  
  @media only screen and (max-width: 900px) {
    .page-header__navigation {
      position: fixed;
      z-index: 99999;
      top: 0;
      left: calc(100vw + 20px);
      display: block;
      width: 50vw;
      height: 100vh;
      padding-top: 40px;
      background-color: rgb(255, 255, 255);
      box-shadow: 0px 2px 20px rgb(146, 144, 144);
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 700px) {
    .page-header__navigation {
      width: 60vw;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 560px) {
    .page-header__navigation {
      width: 70vw;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 420px) {
    .page-header__navigation {
      width: 75vw;
    }
  }
  @media only screen and (max-width: 900px) {
    .menu_button {
      display: flex;
    }
    .menu ul {
      flex-direction: column;
      margin: 0 0 0 5vw;
    }
    .menu ul li {
      margin: 0 !important;
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px;
      font-weight: 500;
      line-height: 36px;
      color: rgb(249, 179, 23);
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 700px) {
    .menu ul li {
      font-family: "Montserrat", sans-serif !important;
      font-size: 18px;
      font-weight: 500;
      line-height: 33px;
      color: rgb(249, 179, 23);
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 560px) {
    .menu ul li {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 29px;
      color: rgb(249, 179, 23);
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 420px) {
    .menu ul li {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 25px;
      color: rgb(249, 179, 23);
    }
  }
  @media only screen and (max-width: 900px) {
    .menu ul li a {
      display: inline-block;
      padding-left: 28px;
      color: rgb(83, 165, 220) !important;
      text-decoration: none;
    }
    .menu ul li a::after {
      display: none;
    }
    .menu-top {
      position: relative;
      box-shadow: none;
      background: none;
      height: 190px;
    }
    .menu-top-content {
      height: auto;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .menu-main {
      z-index: 99999;
      margin-top: 0;
      padding-top: 10px;
      border-top: 1px solid rgba(83, 165, 220, 0.3);
      height: calc(100vh - 230px);
      overflow: scroll;
    }
    .menu-main .sub-menu {
      display: none;
      margin: 0;
    }
    .menu-main ul:not(.sub-menu) {
      justify-content: flex-start !important;
    }
    .menu-main ul:not(.sub-menu) li:last-child {
      padding-bottom: 30px;
    }
    .menu-main li.menu-item {
      padding-left: 30px;
    }
    .menu-main li.menu-item a {
      padding-left: 0 !important;
    }
    .menu-main li.menu-item-has-children {
      position: relative;
    }
    .menu-main li.menu-item-has-children .toggle-menu-item {
      position: absolute;
      top: 7px;
      left: 0;
      width: 20px;
      height: 20px;
    }
    .menu-main li.menu-item-has-children .toggle-menu-item::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 4px;
      transform: rotate(-45deg);
      left: 6px;
      width: 7px;
      height: 7px;
      border-left: 2px solid rgb(83, 165, 220);
      border-bottom: 2px solid rgb(83, 165, 220);
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 700px) {
    .menu-main li.menu-item-has-children .toggle-menu-item::after {
      width: 5px;
      height: 5px;
      top: 3px;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 560px) {
    .menu-main li.menu-item-has-children .toggle-menu-item::after {
      top: 2px;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 420px) {
    .menu-main li.menu-item-has-children .toggle-menu-item::after {
      top: 0;
    }
  }
  @media only screen and (max-width: 900px) {
    .menu-main li.show-children > a {
      font-weight: bold;
    }
    .menu-main li.show-children > .sub-menu {
      display: flex;
    }
    .menu-main li.show-children > .toggle-menu-item::after {
      top: 8px;
      transform: rotate(135deg);
    }
    .menu-main li.show-children::before {
      content: "";
      position: absolute;
      top: 35px;
      left: 10px;
      width: 1px;
      height: calc(100% - 47px);
      border-left: 1px dotted rgb(83, 165, 220);
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 700px) {
    .menu-main li.show-children::before {
      left: 9px;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 560px) {
    .menu-main li.show-children::before {
      left: 9px;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 420px) {
    .menu-main li.show-children::before {
      left: 9px;
    }
  }
  @media only screen and (max-width: 900px) {
    .menu-open .menu_button {
      right: 5vw;
    }
    .menu-open .menu_button--bg::after {
      display: none;
    }
    .menu-open .menu_button span {
      background-color: rgba(255, 255, 255, 0);
    }
    .menu-open .menu_button span::before, .menu-open .menu_button span::after {
      background-color: rgb(83, 165, 220);
      bottom: auto;
      top: auto;
    }
    .menu-open .menu_button span::before {
      transform: rotate(45deg);
    }
    .menu-open .menu_button span::after {
      transform: rotate(-45deg);
    }
    .menu-open .page--align {
      margin-left: -5vw;
      margin-top: -1vw;
    }
    .menu-open .page-header__navigation {
      left: 50vw;
      width: 50vw;
      padding-top: 40px;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 700px) {
    .menu-open .page-header__navigation {
      left: 40vw;
      width: 60vw;
      padding-top: 43px;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 560px) {
    .menu-open .page-header__navigation {
      left: 30vw;
      width: 70vw;
      padding-top: 45px;
    }
  }
  @media only screen and (max-width: 900px) and (max-width: 420px) {
    .menu-open .page-header__navigation {
      left: 25vw;
      width: 75vw;
      padding-top: 48px;
    }
  }
  .page-footer {
    margin-top: 50px;
  }
  .page-footer a:not(.button) {
    text-decoration: none;
    transition: color 0.2s;
  }
  .page-footer a:not(.button):hover {
    color: rgb(83, 165, 220);
  }
  .page-footer_bg {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-footer_bg-image {
    position: relative;
    margin-bottom: -1px;
  }
  @media only screen and (max-width: 1200px) {
    .page-footer_bg-image_content {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 700px) {
    .page-footer_bg-image_content {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 360px) {
    .page-footer_bg-image_content {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  .page-footer_bg-image::after {
    content: "";
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 15%;
    margin-top: -32px;
    z-index: -999;
    background-image: url("assets/images/bg-footer.svg");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .page-footer_bg-image::before {
    content: "";
    position: absolute;
    z-index: -999;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(220, 240, 255) 100%);
  }
  .page-footer_bg-image--dark {
    margin-top: -51px;
  }
  .page-footer_bg-image--dark::before {
    background-image: linear-gradient(180deg, rgb(0, 27, 92) 0%, rgb(85, 101, 128) 100%) !important;
  }
  .page-footer_bg-image--dark *:not(.button) {
    color: rgb(255, 255, 255) !important;
  }
  .page-footer_bg-color {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: rgb(30, 25, 26);
  }
  @media only screen and (max-width: 1200px) {
    .page-footer_bg-color {
      padding-top: 0;
      padding-bottom: 30px;
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 700px) {
    .page-footer_bg-color {
      padding-top: 0;
      padding-bottom: 21px;
    }
  }
  @media only screen and (max-width: 1200px) and (max-width: 360px) {
    .page-footer_bg-color {
      padding-top: 0;
      padding-bottom: 15px;
    }
  }
  .page-footer_intro {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-footer_intro_title {
    color: rgb(103, 44, 145) !important;
    text-align: center;
  }
  .page-footer_intro_text p {
    width: 640px;
    padding: 20px 0 42px;
    text-align: center;
  }
  @media only screen and (max-width: 800px) {
    .page-footer_intro_text p {
      width: auto;
    }
  }
  .page-footer_content_row {
    display: flex;
  }
  .page-footer_content_row--top {
    align-items: flex-end;
    padding: 10px 0 65px;
  }
  @media only screen and (max-width: 420px) {
    .page-footer_content_row--top {
      flex-wrap: wrap;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-footer_content_row--top {
      padding: 10px 0 30px;
    }
  }
  .page-footer_content_row--middle {
    position: relative;
    flex-wrap: wrap-reverse;
  }
  @media only screen and (min-width: 360px) {
    .page-footer_content--left {
      min-width: 210px;
    }
  }
  @media only screen and (min-width: 360px) {
    .page-footer_content--right {
      width: calc(100% - 210px);
    }
  }
  .page-footer_sub-title {
    display: block;
    color: rgb(168, 167, 167) !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(54, 50, 51);
    font-weight: 700 !important;
  }
  @media only screen and (max-width: 1200px) {
    .page-footer_sub-title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .page-footer_sub-title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .page-footer_sub-title {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .page-footer_logo_image {
    width: 160px;
    height: auto;
  }
  @media only screen and (max-width: 420px) {
    .page-footer_logo {
      width: 100% !important;
      text-align: center;
    }
  }
  @media only screen and (max-width: 240px) {
    .page-footer_logo {
      position: relative;
    }
    .page-footer_logo_image {
      width: 80%;
      height: auto;
    }
  }
  .page-footer_tagline {
    padding-bottom: 2px;
    color: rgb(255, 255, 255) !important;
  }
  @media only screen and (max-width: 1100px) {
    .page-footer_tagline {
      text-align: right;
    }
  }
  @media only screen and (max-width: 900px) and (min-width: 601px) {
    .page-footer_tagline {
      width: 50% !important;
      margin-left: auto;
    }
  }
  @media only screen and (max-width: 420px) {
    .page-footer_tagline {
      width: 100% !important;
      padding-top: 20px;
      text-align: center;
    }
  }
  .page-footer_address {
    font-style: normal;
    color: rgb(255, 255, 255) !important;
  }
  .page-footer_address a {
    color: rgb(255, 255, 255);
  }
  .page-footer_address b {
    padding-bottom: 10px;
  }
  .page-footer_address span {
    display: block;
  }
  @media only screen and (max-width: 900px) {
    .page-footer_address {
      width: 100%;
      padding: 40px 0;
    }
    .page-footer_address span {
      display: inline-block;
      margin-right: 10px;
    }
    .page-footer_address span::before {
      content: "";
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      background-color: rgb(249, 179, 23);
      margin-right: 10px;
    }
  }
  .page-footer_form_buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .page-footer_form_buttons .button {
    width: 23%;
    border: 1px solid rgb(249, 179, 23);
  }
  @media only screen and (max-width: 1100px) {
    .page-footer_form_buttons .button {
      width: 49%;
    }
    .page-footer_form_buttons .button:first-child, .page-footer_form_buttons .button:nth-child(2) {
      margin-bottom: 2.5%;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-footer_form_buttons .button {
      width: 100%;
      margin-bottom: 10px;
    }
    .page-footer_form_buttons .button:first-child, .page-footer_form_buttons .button:nth-child(2) {
      margin-bottom: 10px;
    }
  }
  .page-footer_form_newsletter {
    width: 100%;
    padding-top: 30px;
  }
  .page-footer_form_newsletter .form {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 12px;
  }
  .page-footer_form_newsletter .form .field {
    position: relative;
    width: calc((100% - 145px - 60px) / 2);
    height: 48px;
  }
  @media only screen and (max-width: 1100px) {
    .page-footer_form_newsletter .form .field {
      width: calc((100% - 145px - 30px) / 2);
    }
  }
  @media only screen and (max-width: 700px) {
    .page-footer_form_newsletter .form .field {
      width: 49%;
    }
  }
  @media only screen and (max-width: 500px) {
    .page-footer_form_newsletter .form .field {
      width: 100%;
    }
    .page-footer_form_newsletter .form .field:first-of-type {
      margin-bottom: 15px;
    }
  }
  .page-footer_form_newsletter .form .field_info-text {
    display: block;
    padding-top: 10px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgb(54, 50, 51);
  }
  .page-footer_form_newsletter .form .field .form_input {
    border: none;
    appearance: none;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(54, 50, 51);
    line-height: 48px !important;
    background-color: rgb(255, 255, 255);
  }
  @media only screen and (max-width: 1200px) {
    .page-footer_form_newsletter .form .field .form_input {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .page-footer_form_newsletter .form .field .form_input {
      font-family: "Montserrat", sans-serif !important;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .page-footer_form_newsletter .form .field .form_input {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .page-footer_form_newsletter .form .field--error ::placeholder {
    color: rgb(83, 165, 220);
    opacity: 1;
  }
  .page-footer_form_newsletter .form .field--error .form_input {
    border: 1px solid rgb(83, 165, 220);
    color: rgb(83, 165, 220) !important;
  }
  .page-footer_form_newsletter .form .field--error .field_info-text {
    color: rgb(83, 165, 220) !important;
  }
  .page-footer_form_newsletter .form .button {
    width: 145px;
  }
  @media only screen and (max-width: 700px) {
    .page-footer_form_newsletter .form .button {
      width: auto;
      margin-top: 15px;
    }
  }
  .page-footer_form_newsletter .form .mxl2-form_feedback-message {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 5px 10px 5px 30px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgb(54, 50, 51);
    color: rgb(255, 255, 255) !important;
  }
  .page-footer_form_newsletter .form .mxl2-form_feedback-message::after {
    top: 6px;
    height: 8px;
    border-width: 0 2px 2px 0;
  }
  .page-footer_form_newsletter .form .ff-wachten {
    position: absolute;
    left: calc(100% + 10px);
    bottom: 12px;
  }
  .page-footer_form_newsletter .form ::placeholder {
    color: rgb(168, 167, 167);
    opacity: 1;
  }
  @media only screen and (max-width: 900px) {
    .page-footer_form {
      width: 100%;
    }
  }
  .page-footer_bottom {
    display: flex !important;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 30px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgb(54, 50, 51);
    color: rgb(168, 167, 167);
  }
  @media only screen and (max-width: 480px) {
    .page-footer_bottom {
      justify-content: center;
    }
  }
  @media only screen and (max-width: 480px) {
    .page-footer_bottom_social {
      min-width: 0 !important;
    }
  }
  .page-footer_bottom_social .social-button {
    display: inline-block;
    width: 18px;
    height: 20px;
    border-radius: 4px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .page-footer_bottom_social .social-button:not(:last-child) {
    margin-right: 18px;
  }
  .page-footer_bottom_social .social-button.linkedin {
    background-image: url("assets/images/social-icons/linkedin.svg");
  }
  .page-footer_bottom_social .social-button.facebook {
    background-image: url("assets/images/social-icons/facebook.svg");
  }
  .page-footer_bottom_social .social-button.youtube {
    background-image: url("assets/images/social-icons/youtube.svg");
  }
  .page-footer_bottom_social .social-button.instagram {
    background-image: url("assets/images/social-icons/instagram.svg");
  }
  .page-footer_bottom_social .social-button.twitter {
    background-image: url("assets/images/social-icons/twitter.svg");
  }
  .page-footer_bottom_outro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  @media only screen and (max-width: 900px) {
    .page-footer_bottom_outro {
      width: 100% !important;
      padding-top: 15px;
    }
  }
  @media only screen and (max-width: 700px) {
    .page-footer_bottom_outro {
      padding-top: 30px;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-footer_bottom_outro {
      justify-content: center;
    }
  }
  .page-footer_bottom_links a {
    color: rgb(168, 167, 167);
    white-space: nowrap;
  }
  .page-footer_bottom_links a::before {
    content: "-";
    display: inline-block;
    margin: 0 5px 0 2px;
  }
  @media only screen and (max-width: 700px) {
    .page-footer_bottom_links a {
      display: block;
      margin-top: 5px;
    }
    .page-footer_bottom_links a::before {
      display: none;
    }
  }
  @media only screen and (max-width: 360px) {
    .page-footer_bottom_links a {
      text-align: center;
    }
  }
  .page-footer_bottom_stoerebinken {
    margin-left: auto;
    color: rgb(168, 167, 167);
  }
  @media only screen and (max-width: 360px) {
    .page-footer_bottom_stoerebinken {
      width: 100%;
      margin: 30px 0 0 0;
      text-align: center;
    }
  }
  
  body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
  }
  body * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body *.hide {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    display: none !important;
  }
  @media only screen and (max-width: 500px) {
    body {
      overflow-x: hidden;
    }
  }
  body.contact-page {
    background-color: rgb(239, 246, 251);
  }
  
  .page {
    position: relative;
    width: 100%;
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 800px) {
    .page {
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .page {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .page {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  .page--align {
    position: relative;
    width: 100%;
  }
  .page--align.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1440px;
  }
  .page--align.header {
    max-width: 1440px;
  }
  .page--align.content {
    max-width: 1110px;
  }
  .page--align.footer {
    max-width: 1110px;
  }
  
  .mini {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgb(54, 50, 51);
  }
  
  .text-small {
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 1200px) {
    .text-small {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .text-small {
      font-family: "Montserrat", sans-serif !important;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .text-small {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  
  .text {
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 800px) {
    .text {
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .text {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .text {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  
  .h1 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 800px) {
    .h1 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 35px;
      font-weight: 700;
      line-height: 40px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 700px) {
    .h1 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 28px;
      font-weight: 700;
      line-height: 32px;
      color: rgb(54, 50, 51);
      color: #fff;
    }
  }
  @media only screen and (max-width: 500px) {
    .h1 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 24px;
      font-weight: 700;
      line-height: 28px;
      color: rgb(54, 50, 51);
      color: #fff;
    }
  }
  @media only screen and (max-width: 360px) {
    .h1 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      color: rgb(54, 50, 51);
      color: #fff;
    }
  }
  
  .h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 800px) {
    .h2 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 28px;
      font-weight: 700;
      line-height: 32px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .h2 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: 700;
      line-height: 28px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .h2 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  
  .h3 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 800px) {
    .h3 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .h3 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 700;
      line-height: 20px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .h3 {
      font-family: "Montserrat", sans-serif !important;
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      color: rgb(54, 50, 51);
    }
  }
  
  .tagline {
    font-family: "Montserrat", sans-serif !important;
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
    color: rgb(54, 50, 51);
  }
  @media only screen and (max-width: 800px) {
    .tagline {
      font-family: "Montserrat", sans-serif !important;
      font-size: 22px;
      font-weight: 700;
      line-height: 28px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 500px) {
    .tagline {
      font-family: "Montserrat", sans-serif !important;
      font-size: 17px;
      font-weight: 700;
      line-height: 23px;
      color: rgb(54, 50, 51);
    }
  }
  @media only screen and (max-width: 360px) {
    .tagline {
      font-family: "Montserrat", sans-serif !important;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: rgb(54, 50, 51);
    }
  }
  
  .wp-block-button__link {
    display: none;
  }
  
  .ff-wachten {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .ff-wachten::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgb(249, 179, 23);
    border-color: rgb(249, 179, 23) transparent rgb(249, 179, 23) transparent;
    animation: backward 1.2s linear infinite;
  }
  .ff-wachten::after {
    content: " ";
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgb(83, 165, 220);
    border-color: rgb(83, 165, 220) transparent rgb(83, 165, 220) transparent;
    animation: forward 1.5s linear infinite;
  }
  
  @keyframes forward {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes backward {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }/*# sourceMappingURL=main.css.map */
  
  .menu-main {
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 40px;
    text-decoration: none;
    margin-right: 100px;
  }
  
  @media only screen and (max-width: 950px) {
    .menu-main a.menu-item {
      display: none !important;
    }
  
    header.sticky .menu-main {
      padding: 0 !important;
      background-color: transparent !important;
    }
  
    .hamburger {
      display: flex !important;
    }
  
    .page-header__navigation {
      display: none !important;
    }
  
    .hamburger {
      width: 60px !important;
      height: 60px !important;
    }
    }
  
  header.sticky .menu-main {
    padding-right: 100px !important;
    margin-right: 0 !important;
  }
  
  @media screen and (max-width: 1200px) {
    .menu-main {
      margin-right: 50px;
    }
  }
  
  .menu-main a {
    font-size: 17px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    padding-bottom: 0px;
    position: relative;
    transition: all 300ms;
    cursor: pointer;
  }
  
  .menu-main a:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    border-bottom: 3px solid #F8C035;
    width: 0;
    transition: all 300ms ease-in-out;
    cursor: pointer;
  }
  
  .menu-main a:hover:after {
    width: 100%;
  }
  
  
  .menu-main a svg {
    position: relative;
    top: -2px;
    transition: all 300ms;
    margin-left: 10px;
    cursor: pointer;
  
  }
  
  .menu-main a:hover svg {
    transform: rotate(180deg);
  }
  
  .menu-main a.is-active svg {
    transform: rotate(180deg);
  }
  
  .menu-main a.is-active:after {
    width: 100%;
  }
  
  .submenu {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .submenu[submenu="oplossingen"] .submenu-inner a {
    max-width: 100%;
  }
  
  .submenu[submenu="services"] .submenu-inner a {
    max-width: 100%;
  }
  
  header.sticky .submenu {
    top: 50px !important;
  }
  
  .submenu .submenu-inner {
    width: 100%;
    min-width: 600px;
    box-sizing: border-box;
    max-width: 900px;
    background: white;
    border-radius: 20px;
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: row;
    -webkit-box-shadow: 0px 20px 30px -6px rgba(84,164,219,0.56);
    -moz-box-shadow: 0px 20px 30px -6px rgba(84,164,219,0.56);
    box-shadow: 0px 20px 30px -6px rgba(84,164,219,0.56);
  }
  
  .menu-item.is-active + .submenu .submenu-inner {
      max-height: 500px !important;
      margin-top: 30px;
      height: 100%;
      overflow: hidden;
      transition: all 300ms ease-in-out;
      visibility: visible;
      opacity: 1;
      display: flex;
      flex-direction: row;
    justify-content: space-between;
  }
  
  .submenu-wrapper {
    display: flex;
    flex-direction: row;
    padding: 30px;
    position: relative;
    min-width: 560px !important;
  }
  
  .cases-section {
    background: #E0ECF7;
    padding: 30px;
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .submenu .submenu-inner .submenu-items {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    gap: 2px;
  }
  
  .submenu .submenu-inner a {
    color: black;
    font-weight: 400;
    font-size: 17px;
    transition: all 300ms;
    max-width: 100%;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  
  .submenu .submenu-inner a:hover {
    color: #F8C035;
  }
  
  .submenu .submenu-inner a:after {
    display: none !important;
  }
  
  .submenu .submenu-inner a svg {
    top: 0px;
    position: relative;
  }
  
  .submenu .submenu-inner a:hover svg {
    transform: rotate(0deg) !important
  }
  
  .submenu .submenu-inner .submenu-items {
    margin-right: 50px;
  }
  
  .submenu .subsubmenu {
    display: none;
    flex-direction: column;
  }
  
  .submenu .subsubmenu:first-of-type {
    display: flex;
  }
  
  .submenu .cases-item {
    width: 100%;
    border-bottom: 1px solid white;
    padding: 5px 0;
    max-width: unset !important;
  }
  
  .submenu .cases-title {
    font-weight: 700 !important;
    color: #60338B !important;
    border-bottom: 1px solid white;
    padding: 5px 0;
    max-width: unset !important;
    justify-content: flex-start !important;
    transition: all 300ms;
  }
  
  .submenu .cases-title:hover svg {
    margin-left: 15px !important;
  }
  
  .hamburger {
    -webkit-tap-highlight-color: transparent; /* for removing the highlight */
    padding: 15px 15px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
    background: rgb(249, 186, 49);
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 20;
  }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: black; }
  
  .hamburger-box {
    width: 32px;
    height: 24px;
    display: inline-block;
    position: relative; }
  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: black;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
  
  .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  
  .mobile-menu {
    display: flex;
    z-index: 99999;
    position: fixed;
    top: 20px;
    right: 20px;
  }
  
  .mobile-menu-fullscreen {
    width: calc(100vw - 130px);
    height: 100%;
    top: 0;
    left: -110vw;
    position: fixed;
    z-index: 10;
    background: white;
    padding: 30px;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    flex-direction: column;
    overflow: auto;
  }
  
  .mobile-menu-fullscreen.is-active {
    left: 0;
    display: flex;
  }
  
  .mobile-overlay {
    width: 100vw;
    height: 100vh;
    content: '';
    top: 0;
    left: 0;
    z-index: 9;
    position: fixed;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    transition: all 0.5s ease-in-out;
  }
  
  .mobile-overlay.is-active {
    visibility: visible;
    opacity: 1;
  }
  
  @media only screen and (max-width: 950px) {
    .mobile-menu-fullscreen {
      width: calc(100vw - 50px);
    }
  
    .menu ul {
      margin-left: 0 !important;
    }
  
    .menu ul li a {
      padding-left: 0 !important;
    }
  
    .menu-top {
      height: auto !important;
      margin-bottom: 30px !important;
    }
  
  }
  .menu_button {
    display: none !important;
  }
  
  .mobile-navigation .menu-item {
    color: black;
    text-decoration: none;
  }
  
  .menu-item-wrapper {
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-direction: column;
  }
  
  .mobile-navigation .menu-item-wrapper:last-child {
    border-bottom: none;
  }
  
  .mobile-navigation .submenu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .mobile-navigation .subsubmenu {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 5px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }
  
  .mobile-navigation .submenu-item[data-open="true"] + .subsubmenu {
    max-height: unset;
    opacity: 1;
    padding: 15px;
  }
  
  .mobile-navigation .submenu-item svg {
    position: relative;
    transform: rotate(90deg);
    transition: all 300ms;
  }
  
  .mobile-navigation .submenu-item[data-open="true"] svg {
    transform: rotate(270deg);
  
  }
  
  
  .mobile-navigation {
    display: flex;
    flex-direction: column;
  }
  
  .submenu-mobile .submenu-items {
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .submenu-mobile .submenu-items a {
    color: black;
    text-decoration: none;
  }
  
  .no-header-image a.menu-item {
    color: black !important;
  }
  
  .no-header-image a.menu-item svg {
    fill: black !important;
  }
  
  .small-banner-background {
    max-width: 790px;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0px 20px 40px rgba(84, 164, 219, 0.3);
    background-color: rgb(255, 255, 255);
    background-position: right center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    max-height: 200px;
    margin: 100px 0;
    justify-content: space-between;
  }
  
  .small-banner-background .column {
    width: 45%;
    max-width: 45%;
    overflow: hidden;
  }
  
  .small-banner-background .column.column-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden !important;
    border-radius: 24px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 60%;
    max-width: 395px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .small-banner-background .column.column-content {
    box-sizing: border-box;
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  
  .small-banner-background .h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #673090;
  }
  
  .wp-block-button.small-button {
    padding: 17px 42px 17px 23px !important;
  }
  
  .small-banner-background .wp-block-button .button {
    padding: 17px 42px 17px 23px !important;
  }
  
  @media only screen and (max-width: 950px) {
    .small-banner-background {
      max-width: calc(100% - 40px);
      margin: 50px 0;
    }
  }
  
  @media only screen and (max-width: 750px) {
    .small-banner-background {
      flex-direction: column;
      max-height: unset;
    }
  
    .small-banner-background .column.column-image {
      min-height: 200px;
      width: 100% !important;
      max-width: 100% !important;
      border-radius: 24px;
      background-position: center right;
      background-size: contain;
    }
  
    .small-banner-background .column {
      max-width: 100%;
      width: 100%;
    }
    }
  
  @media only screen and (max-width: 390px) {
    .small-banner-background .column.column-image {
      background-size: cover;
    }
  
    .small-banner-background .column.column-content {
      align-items: center;
      justify-content: center;
    }
    }
  
  .small-banner-background + .small-banner-background {
    margin-top: 0 !important;
  }
  
  
  .small-button {
    padding: 17px 42px 17px 23px !important;
  }
  
  .custom-button-transparent:hover {
    background-color: transparent !important;
  }
  
  .employee_container p {
    display: none !important;
  }
  
  .employee_vacancy .data {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: white;
    background-position: center;
  }
  
  .employee_vacancy {
    position: relative;
    overflow: hidden;
  }
  
  .employee_vacancy .data:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 27, 92, 0.5);
  }
  
  .employee_link br {
    display: none !important;
  }
  
  .employee_vacancy .subtitle {
    color: white;
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    z-index: 3;
    margin-top: 25px;
  }
  
  .employee_vacancy.full_width {
    width: 100%;
    min-width: 100%;
  }
  
  .employee_vacancy .title {
    color: white;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 5px 0;
    position: relative;
    z-index: 3;
  }
  
  .employee_vacancy br {
    display: none !important;
  }
  
  .employee_vacancy .wp-block-button a {
    color: white !important;
    background-color: transparent !important;
    position: relative;
    z-index: 3;
    margin-top: -20px;
  }
  
  .wp-block-embed.is-type-rich.is-provider-embed-handler.wp-block-embed-embed-handler {
    max-width: 100vw !important;
  }
  
  .contact-page .page-header .page-header__content {
    padding-top: 150px !important;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* ======================== */
  /*      GLOBAL SETTINGS     */
  /* ======================== */
  .page-content_blocks--main {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
  }
  
  /* ======================== */
  /*      PADDING SYSTEM      */
  /* ======================== */
  .breadcrumb, .article-title,
  .article-header, .author-meta,
  .content-wrapper, .related-posts-header {
      padding: 0 0 20px 0 !important;
  }
  
  /* ======================== */
  /*       BLOG LAYOUT        */
  /* ======================== */
  /* Blog Grid Container */
  .blog-grid-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 20px;
  }
  
	.archive-header h2 {
		font-size: 2rem;
		color: #001B5C;
		margin-bottom: 15px;
	}

  .archive-subheading {
      font-size: 1.1rem;
      color: #666;
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.6;
  }
  
  .archive-intro {
      padding: 20px 20px 50px 20px; 
  }
  
  /* ======================== */
  /*      CARD COMPONENTS     */
  /* ======================== */
  .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 40px;
  }
  
  .blog-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      
      &:hover {
          transform: translateY(-5px);
      }
  }
  
  .card-image {
      height: 220px;
      overflow: hidden;
      position: relative;
      
      img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease;
      }
      
	  .blog-card:hover .card-image img {
		  transform: scale(1.05);
	  }

  }
  
  .card-content {
      padding: 25px;
  }
  
  .card-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      color: #001B5C;
      margin: 0 0 15px 0;
      line-height: 1.4;
  }
  
  .card-excerpt {
      font-size: 1rem;
      line-height: 1.6;
      color: #666;
      margin-bottom: 20px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 6.4em;
  }
  
  .card-footer {
      padding-top: 15px;
      border-top: 1px solid #eee;
  }
  
  /* ======================== */
  /*       PAGINATION         */
  /* ======================== */
  .blog-pagination {
      text-align: center;
      margin: 40px 0;
  }
  
  .nav-links {
      display: inline-flex;
      gap: 10px;
  }
  
  .page-numbers {
      padding: 8px 15px;
      border: 1px solid #ddd;
      border-radius: 4px;
      color: #007BFF;
      text-decoration: none;
      transition: all 0.2s ease;
      
      &.current {
          background: #007BFF;
          color: #fff;
          border-color: #007BFF;
      }
      
      &:hover:not(.current) {
          background: #f8f9fa;
      }
  }
  
  /* ======================== */
  /*    SINGLE POST LAYOUT    */
  /* ======================== */
  .single-post.blog-single {
      padding: 0 5% !important;
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      box-sizing: border-box;
  }
  
  .content-wrapper {
      display: grid;
      grid-template-columns: 50% 10% 40%;
      margin: 40px 0;
      position: relative;
  }
  
  /* Hero Image Container */
  .blog-hero {
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40vh;
      width: 100%;
      position: relative;
  }
  
  /* Hero Image Itself */
  .blog-hero img {
      width: 100%;
      height: 100%;
      object-fit: cover; 
      object-position: center center; 
      min-height: 100%;
      min-width: 100%;
      display: block;
	  margin-top: 40px;
  }
  
  /* ======================== */
  /*     RELATED POSTS        */
  /* ======================== */
  .related-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      padding: 20px 0;
  }
  
  .related-posts {
		padding: 50px 0 !important;
	}

      .blog-card {
          background: #fff;
          border-radius: 10px;
          overflow: hidden;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          transition: transform 0.3s ease;
          height: 100%;
          display: flex;
          flex-direction: column;
          
          &:hover {
              transform: translateY(-5px);
          }
      }
      
      .card-image {
          height: 220px;
          
          img {
              transform: scale(1.05);
          }
      }
      
      .card-content {
          padding: 25px;
          flex-grow: 1;
          display: flex;
          flex-direction: column;
      }
      
      .card-excerpt {
          flex-grow: 1;
      }
      
      .card-footer {
          margin-top: auto;
      }
  
  /* ======================== */
  /*      AUTHOR META         */
  /* ======================== */
  .author-meta img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: cover;
      transition: transform 0.3s ease;
      
      &:hover {
          transform: scale(1.05);
      }
  }
  
  /* ======================== */
  /*    TYPOGRAPHY & TEXT     */
  /* ======================== */
  .page-content_blocks .article-title {
      font-size: 52px !important;
      font-weight: 400;
      line-height: 1.2;
      margin: 0 0 20px 0;
  }
  
  .read-more {
      color: #007BFF;
      text-decoration: none;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      /*margin-bottom: 10px;*/
      
      &:hover {
          text-decoration: underline;
          
          .arrow {
              transform: translateX(3px);
          }
      }
  }
  
  .reading-time {
      font-size: 0.9rem;
      color: #666;
  }
  
  /* ======================== */
  /*   RESPONSIVE BREAKPOINTS */
  /* ======================== */
  @media (max-width: 1200px) {
      .blog-grid,
      .related-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }
  
  @media (max-width: 1024px) {
      .content-wrapper {
          grid-template-columns: 1fr;
      }
  }
  
  @media (max-width: 768px) {
      .blog-grid,
      .related-grid {
          grid-template-columns: 1fr;
          gap: 25px;
      }
      
      .card-image {
          height: 200px;
      }
      
      .archive-header h2 {
          font-size: 1.75rem;
      }
      
      .author-meta img {
          width: 100px;
          height: 100px;
      }
      
      .page-content_blocks .article-title {
          font-size: 36px;
      }
  }
  
  @media (max-width: 480px) {
      .card-content {
          padding: 20px;
      }
      
      .card-excerpt {
          -webkit-line-clamp: 3;
          min-height: 4.8em;
      }
      
      .author-meta img {
          width: 80px;
          height: 80px;
      }
      
      .page-content_blocks .article-title {
          font-size: 24px;
          line-height: 1.3;
      }
      
      .single-post.blog-single {
          padding: 0 15px !important;
      }
  }
  
  /* ========================== */
  /* WRAP AUTHOR AND POST META */
  /* ========================= */
  .author-post-meta {
      display: flex;
      align-items: center;
      gap: 20px;
      margin: 50px 0;
  }
  
  .author-post-meta img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
  }
  
  .meta-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      padding: 5px 0;
      box-sizing: border-box;
  }
  
  .author-name {
      font-weight: 600;
      font-size: 1.1rem;
      color: #001B5C;
      line-height: 1.2;
      margin: 0;
  }
  
  .post-meta {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.9rem;
      color: #666;
      margin: 0;
  }
  
  
  /* ========================== */
  /*   RESPONSIVE ADJUSTMENTS   */
  /* ========================== */
  @media (max-width: 768px) {
      .author-post-meta {
          height: 60px; /* Match reduced avatar size */
          gap: 15px;
      }
      
      .author-post-meta img {
          width: 60px;
          height: 60px;
      }
      
      .author-name {
          font-size: 1rem;
      }
      
      .post-meta {
          font-size: 0.85rem;
      }
  }
  
  @media (max-width: 480px) {
      .author-post-meta {
          height: 50px;
      }
      
      .author-post-meta img {
          width: 50px;
          height: 50px;
      }
      
      .author-name {
          font-size: 0.95rem;
      }
      
      .post-meta {
          flex-wrap: wrap;
          gap: 4px;
      }
  }
  
  
  /* ======================== */
  /* Article Content Spacing  */
  /* ======================== */
  .article-content {
      > * {
          margin-top: 0;
          margin-bottom: 20px;
      }
  
      h1, h2, h3, h4, h5, h6 {
          margin-bottom: 25px;
      }
  
      img {
          margin-top: 20px;
          margin-bottom: 30px;
      }
  
      > *:last-child {
          margin-bottom: 0;
      }
  
      ul, ol {
          margin-top: 15px;
          margin-bottom: 25px;
          padding-left: 30px;
          
          li {
              margin-bottom: 10px;
          }
      }
  
      blockquote {
          margin-top: 25px;
          margin-bottom: 25px;
      }
  
      .wp-block-image,
      .wp-block-gallery,
      .wp-block-table {
          margin-top: 25px;
          margin-bottom: 35px;
      }
  }
  
  /* ======================== */
  /*  RESPONSIVE ADJUSTMENTS  */
  /* ======================== */
  @media (max-width: 768px) {
      .article-content {
          > * {
              margin-bottom: 15px;
          }
          
          h1, h2, h3, h4, h5, h6 {
              margin-bottom: 20px;
          }
          
          img {
              margin-top: 15px;
              margin-bottom: 25px;
          }
      }
  }
  
  /* ====================*/
  /*  Table of Contents */
  /* ================== */
  
  /* Shared TOC Styles */
  .toc-container {
      background: #f4f4f4;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }
  
  .toc-container h3 {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 1.1rem;
      color: #222;
  }
  
  .toc-content,
  .toc-content-mobile {
      font-size: 0.9rem;
      max-height: calc(100vh - 180px);
      overflow-y: auto;
      scrollbar-width: thin;
  }
  
  .toc-item {
      display: block;
      margin: 8px 0;
      color: #333;
      text-decoration: none;
      transition: all 0.2s ease;
      line-height: 1.4;
  }
  
  .toc-item:hover,
  .toc-item.active {
      color: #0066cc;
      font-weight: 500;
  }
  
  .toc-level-2 { 
      padding-left: 12px;
      font-size: 0.95em;
  }
  .toc-level-3 { 
      padding-left: 24px;
      font-size: 0.9em;
  }
  
  /* Desktop TOC */
  .toc-sidebar {
      grid-column: 3;
      position: sticky;
      top: 150px;
      align-self: start;
      margin-left: 20px;
      transition: top 0.3s ease;
  }
  
  /* Mobile TOC */
  .mobile-toc-container {
      display: none;
      margin: 20px 0;
      background: #f8f9fa;
      border-radius: 8px;
  }
  
  .toc-sidebar-mobile .toc-container {
      max-height: none;
  }
  
  
  /* ===================== */
  /* RESPONSIVE BEHAVIOR  */
  /* ==================== */
  @media (max-width: 1024px) {
      /* Show mobile TOC and hide desktop */
      .mobile-toc-container {
          display: block;
      }
      
      .toc-sidebar {
          display: none;
      }
      
      /* Adjust TOC positioning */
      .toc-container {
          max-height: none;
      }
      
      /* Improve mobile scrolling */
      .toc-content-mobile {
          max-height: 300px;
          padding-right: 5px;
      }
      
      /* Scrollbar styling for mobile */
      .toc-content-mobile::-webkit-scrollbar {
          width: 4px;
      }
      
      .toc-content-mobile::-webkit-scrollbar-thumb {
          background: #ccc;
          border-radius: 2px;
      }
  }
  
  /* Smooth scrolling behavior */
  @media (prefers-reduced-motion: no-preference) {
      html {
          scroll-behavior: smooth;
      }
  }
  
  
  /* ========================= */
  /* CATEGORIES & SOC SHARING  */
  /* ========================= */
  .categories-social-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      margin: 30px 0;
      padding: 15px 0;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
  }
  
  /* Categories */
  .post-categories {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
	  margin: 20px 0 !important;
  }
  
  .category-pill {
      display: inline-block;
      padding: 6px 12px;
      background-color: #f0f0f0;
      color: #333;
      border-radius: 20px;
      font-size: 0.85rem;
      text-decoration: none;
      transition: all 0.2s ease;
  }
  
  .category-pill:hover {
      background-color: #6A1B9A;
      color: white !important;
  }
  
  /* Social Sharing */
  .social-sharing {
      display: flex;
      align-items: center;
      gap: 15px;
  }
  
  .share-label {
      font-size: 0.9rem;
      color: #666;
  }
  
  .social-icons {
      display: flex;
      gap: 12px;
  }
  
  .social-icon, .copy-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      text-decoration: none;
      transition: transform 0.2s ease;
      background: transparent;
      color: rgb(249, 179, 23);
      border: none;
  }
  
  .social-icon, .copy-link:hover {
      color: rgb(83, 165, 220);
      cursor: pointer;
  }
  
  .social-icon:hover, .copy-link:hover {
      transform: scale(1.1);
  }
  
  /* ====================== */
  /* RESPONSIVE ADJUSTMENTS */
  /* ====================== */
  @media (max-width: 768px) {
      .categories-social-wrapper {
          flex-direction: column;
          align-items: flex-start;
          gap: 15px;
          overflow: hidden !important;
      }
      
      .social-sharing {
          width: 100%;
          justify-content: space-between;
      }
  }
  
  /* ================= */
  /* COPY LINK STYLES */
  /* ================ */
  .copy-link {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: none;
      border: none;
      cursor: pointer;
      padding: 5px;
      margin: 0;
  }
  
  /* Tooltip (using pseudo-element) */
  .copy-link::after {
      content: 'Copied!';
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%) translateY(5px);
      background: #333;
      color: white;
      padding: 5px 10px;
      border-radius: 4px;
      font-size: 12px;
      white-space: nowrap;
      opacity: 0;
      transition: all 0.3s ease;
      pointer-events: none;
      margin-bottom: 5px;
      z-index: 9999;
  }
  
  /* Tooltip arrow */
  .copy-link::before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%) translateY(5px);
      border-width: 5px 5px 0;
      border-style: solid;
      border-color: #333 transparent transparent;
      opacity: 0;
      transition: all 0.3s ease;
      margin-bottom: -1px;
  }
  
  /* Show tooltip when copied class is added */
  .copy-link.copied::after,
  .copy-link.copied::before {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
  }
  
  
  
  /* ================== */
  /* RELATED POST GRID */
  /* ================= */
  .related-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin: 40px 0;
  }
  
  .blog-card {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
  }
  
  .blog-card:hover {
      transform: translateY(-5px);
  }
  
  .card-image {
      height: 200px;
      overflow: hidden;
      position: relative;
  }
  
  .card-featured-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
  }
  
  .blog-card:hover .card-featured-image {
      transform: scale(1.05);
  }
  
  .card-content {
      padding: 25px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
  }
  
  .card-title {
      font-size: 1.25rem;
      margin: 0 0 15px 0;
      line-height: 1.4;
  }
  
  .card-excerpt {
      font-size: 1rem;
      line-height: 1.6;
      color: #666;
      margin-bottom: 20px;
      flex-grow: 1;
  }
  
  .card-footer {
      padding-top: 15px;
      border-top: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .read-more {
      color: #007BFF;
      text-decoration: none;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 5px;
  }
  
  .read-more:hover {
      text-decoration: underline;
  }
  
  .read-more .arrow {
      transition: transform 0.2s ease;
  }
  
  .read-more:hover .arrow {
      transform: translateX(3px);
  }
  
  .reading-time {
      font-size: 0.9rem;
      color: #666;
  }
  
  /* ================ */
  /* RESPONSIVE GRID */
  /* =============== */
  @media (max-width: 1200px) {
      .related-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }
  
  @media (max-width: 768px) {
      .related-grid {
          grid-template-columns: 1fr;
          gap: 25px;
      }
      
      .card-image {
          height: 180px;
      }
  }
  
  @media (max-width: 480px) {
      .card-image {
          height: 160px;
      }
      
      .card-content {
          padding: 20px;
      }
  }
  
  /* Related posts section header */
  .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
      width: 100%;
  }
  
  .section-header h2 {
      margin: 0;
      font-size: 1.5rem;
      color: #333;
  }
  
  /* Button styles */
  .section-header .explore-all {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 20px;
      background-color: rgb(249, 179, 23);
      color: #1e1e1e !important;
      text-decoration: none;
      font-weight: 500;
      border-radius: 4px;
      transition: all 0.2s ease;
  }
  
  .section-header .explore-all:hover {
      color: #fff !important;
      background-color: rgb(83, 165, 220);
      transform: translateY(-1px);
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  .section-header .explore-all:active {
      transform: translateY(0);
      box-shadow: none;
  }
  
  .section-header .explore-all .arrow {
      transition: transform 0.2s ease;
  }
  
  .section-header .explore-all:hover .arrow {
      transform: translateX(3px);
  }
  
  /* Mobile responsiveness */
  @media (max-width: 767px) {
      .section-header {
          flex-direction: column;
          gap: 15px;
      }
      
      .section-header .explore-all {
          margin-top: 10px;
          width: 100%;
          justify-content: center;
      }
  }
  
  /* Clickable blog articles*/
  .blog-card {
      position: relative;
      transition: transform 0.2s ease;
  }
  
  .blog-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  
  
  /* Breadcrumbs */
  
  .breadcrumbs {
    font-size: 14px;
    padding-top: 8px;
    width: 100%;
    max-width: 1200px;
  }
  
  .breadcrumbs ul {
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
  }
  
  /* Bullet cleanup: ::marker and ::before */
  .breadcrumbs li::marker,
  .breadcrumbs li::before {
    content: none !important;
    display: none !important;
    color: transparent !important;
  }
  
  .breadcrumbs li {
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  
  /* Arrow separator */
  .breadcrumbs li::after {
    content: "›";
    margin: 0 8px;
    color: #999;
  }
  
  .breadcrumbs li:last-child::after {
    content: none;
  }
  
  .breadcrumbs a {
    color: #0073aa;
    text-decoration: none;
  }
  
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  
  .page-content_blocks ul:not(.benefits) li {
     padding-left: 0 !important;
  }
  
  /* Breadcrumb Mobile*/
  @media (max-width: 767px) {
      .breadcrumbs ul {
      padding: 0;
      }
  }
  
  /* Main styling for the "Gratis consult" button */
  .menu-icon.appointment {
      padding-left: 0 !important;
  }
  
  .menu-icon.appointment > a {
    display: inline-flex;
    align-items: center;
    gap: 10px; /* Space between icon and text */
    background-color: #6A1B9A;
    color: #fff !important;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none !important;
    white-space: nowrap;
    background-image: none !important; /* Remove old background icon if applied to <a> */
    transition: background-color 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s ease;
	transform-origin: center center;
  }
  
  .menu-icon.appointment > a:hover {
    background-color: #5c1686;
	transform: scale(1.02)
  }
  
  /* Insert the icon inside the button */
  .menu-icon.appointment > a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('assets/images/menu-icons/appointment.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  /* Clean up icon accidentally applied to the <li> */
  .menu-icon.appointment {
    background-image: none !important;
  }
  
  /* Mobile and tablet responsiveness */
  @media (max-width: 860px) {
    .menu-top--right,
    .menu-top--left {
      padding: 0 !important;
      margin: 0 !important;
      width: 100% !important;
    }
  
    .menu-top--right li.menu-icon.appointment,
    .menu-top--left li.menu-icon.appointment {
      width: 100% !important;
      padding: 0 !important;
      margin: 0 auto 16px auto !important;
      display: block;
    }
  
    .menu-top--right li.menu-icon.appointment > a,
    .menu-top--left li.menu-icon.appointment > a {
      width: 100% !important;
      max-width: 100% !important;
      height: 50px;
      border-radius: 10px;
      padding: 0 20px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
    }
  }
  
  
  /* FORM STYLE */
  .quick-contact-form {
    background: #f4f4f4;
    padding: 24px;
    border-radius: 8px;
    margin-top: 32px;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .quick-contact-form h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  
  .quick-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .quick-form input[type="text"] {
    padding: 18px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
  }
  
  .quick-form button {
    background-color: #6A1B9A;
    color: #fff;
    padding: 18px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
	transition: transform 0.3s ease, background-color 0.3s ease;
	transform-origin: center center;
  }
  
  .quick-form button:hover {
	background-color: #480e6b;
  	transform: scale(1.03);
  }
  
  .form-success {
    color: green;
    font-weight: bold;
    margin-top: 12px;
  }
  
  
  /* Floating Test Button */
  /* Desktop: Sticky label rotated */
  .floating-test-button {
    position: fixed;
    right: 0;
    top: 40%;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    z-index: 999;
    max-width: 240px;
    display: none; /* Hidden by default to prevent layout shift */
    will-change: transform;
  }
  
  /* Desktop button styles */
  .floating-test-button .wp-block-button__width-100 a.button {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding: 14px;
    border-radius: 12px 12px 0 0;
    font-size: 14px;
    text-decoration: none;
    background: rgb(249, 186, 49);
  }
  
  /* Arrow inside button */
  .floating-test-button .button--arrow {
    position: relative;
    padding-right: 30px !important; /* Space for arrow */
  }
  
  .floating-test-button .button--arrow::after {
    content: "›";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: inherit;
    pointer-events: none;
  }

  /* Tablet: not rotated, placed lower right */
	@media (max-width: 860px) {
	.page-content_blocks--main > *:not(.first):not(.wp-block-heading) .floating-test-button {
        margin: 0 !important;
    	}
	}
  
  /* Mobile: not rotated, placed lower right */
  @media (max-width: 480px) {
    .floating-test-button {
      transform: none;
      right: 12px;
      bottom: 20px;
      top: auto;
      max-width: 90%;
      left: 5%;
      text-align: center;
      display: block; /* Visible on mobile */
    }
  
    .floating-test-button .wp-block-button__width-100 a.button {
      font-size: 14px;
      padding: 12px 18px;
      border-radius: 12px 12px 0 0;
    }
  }
  
  /* Default: no space unless sticky */
  .sticky-space-fix {
    display: none;
  }
  
  /* When sticky is active, preserve space for .menu-main */
  .page-header.sticky-is-active .sticky-space-fix {
    display: block;
    height: 80px; /* match your .menu-main sticky height */
  }
  
  
  @media (max-width: 768px) {
    .floating-test-button {
      position: fixed;
      left: 0;
      bottom: 0;
      top: auto;
      right: auto;
      transform: none;
      max-width: fit-content;
      width: auto;
      z-index: 9999;
      text-align: center;
    }
  
    .floating-test-button .wp-block-button__width-100 {
      width: auto;
    }
  
    .floating-test-button .wp-block-button__width-100 a.button {
      font-size: 13px;
      padding: 10px 16px;
      border-radius: 0;
      line-height: 1.2;
      white-space: nowrap;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
  }
  
  .sticky-space-fix {
    display: block;
    height: 80px; /* adjust this to match your sticky header height */
  }
  
  @media (max-width: 900px) {
    .sticky-space-fix {
      height: 60px;
    }
  }
  
  .sticky-space-fix {
    display: none;
  }
  
  .page-header.sticky-is-active .sticky-space-fix {
    display: block;
    height: 80px; /* Match your sticky menu height */
  }
 

/* Hero button for Gratis Testen */
.hero-gratis-testen-btn {
  position: absolute;
  bottom: 350px; /* Default: ultra-wide screen */
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  border-radius: 12px;
}

/* Gradual adjustments */
@media (max-width: 3839px) {
  .hero-gratis-testen-btn { bottom: 220px; }
}
@media (max-width: 2559px) {
  .hero-gratis-testen-btn { bottom: 160px; }
}
@media (max-width: 1919px) {
  .hero-gratis-testen-btn { bottom: 130px; }
}
@media (max-width: 1599px) {
  .hero-gratis-testen-btn { bottom: 100px; }
}
@media (max-width: 1365px) {
  .hero-gratis-testen-btn { bottom: 130px; }
}
@media (max-width: 1024px) {
  .hero-gratis-testen-btn { bottom: 50px; }
}

/* Hover animation */
.button--yellow.button--arrow:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* Hide button on homepage */
body.home .hero-gratis-testen-btn {
  display: none;
}

.page-content_blocks ul {
	    width: -webkit-fill-available !important;
}

.page-content_blocks ul:not(.benefits):not(.faq):not(.feature-checklist) li::before {
    content: "" !important;
    position: relative !important;
    top: 1px !important;
    left: 0;
    display: inline-block !important;
    width: 10px !important;
    margin-right: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: rgb(83, 165, 220);
}

.page-content_blocks .faq li::before
	visiblity: hidden !important;
	display: none !important;
height: 0 !important;
overflow: hidden !important;
}

.page-content_blocks .faq li:before {
		visiblity: hidden !important;
	display: none !important;
}
.mxl-popup__close,
.mxl-popup__close * {
  pointer-events: all;
  cursor: pointer;
}
.mxl-popup__close svg,
.mxl-popup__close path,
.mxl-popup__close span {
  pointer-events: none;
}

.page-content_blocks--main > p, .page-content_blocks--main > .wp-block-heading, .page-content_blocks--main > .wp-block-image, .page-content_blocks--main > .wp-block-columns, .page-content_blocks--main > .faq {
  width: 730px !important;
  max-width: calc(100% - 40px) !important;
}

.logo-wall .upper-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-checklist {
  list-style-type: none !important;
  li {
    &:before {
      display: none !important;
    }
  }
}

.showcase-title {
  color: white !important;
}

.showcase-label {
  color: #f9ba31 !important;
}