@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&display=swap");
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  font-optical-sizing: auto;
  font-family: 'Sansation', sans-serif;
  font-weight: 400;
  font-style: normal; }

:root {
  --bg-min-h: 6000px; }

body {
  opacity: 0;
  color: #35343B;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  font-size: 17px;
  position: relative;
  overflow-x: hidden !important;
  background-color: #fff; }
  body.overlay-active {
    overflow: hidden !important; }
    body.overlay-active .overlay {
      opacity: 1;
      visibility: visible; }
  @media screen and (max-width: 1024px) {
    body {
      padding-top: 100px; } }
  body.single-laureaten {
    --bg-min-h: 3000px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 0,100 100,100' fill='%23FAF5EB'/%3E%3C/svg%3E"); }

/* Fallback voor browsers zonder CSS max() */
@supports not (background-size: 100vw max(1px, 100%)) {
  body {
    background-size: 100vw var(--bg-min-h); } }

body.admin-bar header {
  top: 32px; }

p {
  line-height: 28px;
  font-size: 17px; }

ol, ol li, ul, ul li {
  line-height: 28px;
  font-size: 17px; }

::selection {
  /* Code for Chrome */
  color: white;
  background: #D2A13C; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #D2A13C; }

a {
  -webkit-tap-highlight-color: transparent !important; }

h1 {
  font-size: 44px;
  line-height: 58px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 34px;
      line-height: 48px; } }

h5 {
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  line-height: 26px; }

h1, h2, h3 {
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1295A7; }

h2 {
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 46px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: white;
  width: fit-content;
  background: #C89A2B;
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  transition: all 300ms;
  padding: 0 50px;
  height: 50px; }
  .button:hover {
    background: #b38a26; }

.split-line {
  overflow: hidden;
  will-change: transform; }

[data-split-words] .single-word {
  overflow: hidden;
  padding: 0.11em;
  margin: -0.11em -0.11em -0.22em -0.11em; }
  @media screen and (max-width: 1024px) {
    [data-split-words] .single-word {
      margin: -0.22em -0.11em -0.22em -0.11em; } }

[data-split-words] {
  padding-bottom: 0.11em;
  will-change: transform; }

[data-split-words] .single-word-inner {
  position: relative;
  will-change: transform; }

.container {
  width: 100%;
  max-width: 1120px;
  display: flex;
  align-self: center;
  margin: 0 90px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .container {
      margin: 0 20px; } }

.block:not(.block-hero) {
  z-index: 20; }

.block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .block {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .block {
      margin-bottom: 50px; } }
  .block.no-mb {
    margin-bottom: 0; }
  .block.no-mt {
    margin-top: 0; }

.underline-link {
  color: #FF9900;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  position: relative; }

@media screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none; } }

.underline-link::before,
.underline-link.is--alt::before,
.underline-link.is--alt::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF9900;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg); }

.underline-link:hover::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg); }

/* Alt */
.underline-link.is--alt::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.underline-link.is--alt:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

p {
  line-height: 28px;
  font-size: 17px; }

footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: white;
  flex-direction: column;
  gap: 60px;
  width: 100vw;
  color: #10385A;
  padding: 80px 0;
  font-family: 'Sansation', sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    footer {
      padding: 60px 20px; } }
  footer h5 {
    color: #1295A7;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 0; }
  footer .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 60px; }
  footer .upper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      footer .upper {
        flex-direction: column; } }
  footer .copy {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      footer .copy {
        flex-direction: column;
        gap: 10px; } }
    footer .copy .left-side {
      font-size: 12px; }
      footer .copy .left-side a {
        color: #10385A;
        text-decoration: none;
        transition: all 300ms; }
        footer .copy .left-side a:hover {
          color: #C89A2B; }
    footer .copy .right-side a {
      font-size: 12px;
      color: #10385A;
      text-decoration: none;
      opacity: 0.3;
      transition: all 300ms; }
      footer .copy .right-side a:hover {
        opacity: 0.5; }
  footer .column-left-side {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 50px; }
    @media screen and (max-width: 1024px) {
      footer .column-left-side {
        max-width: 100%; } }
  footer .right-side-columns {
    display: flex;
    flex-direction: row;
    padding-top: 100px;
    gap: 120px; }
    @media screen and (max-width: 1024px) {
      footer .right-side-columns {
        padding-top: 50px; } }
  footer .column {
    display: flex;
    flex-direction: column; }
    footer .column p {
      padding: 0;
      margin: 0; }
      footer .column p a {
        color: white;
        text-decoration: none;
        transition: all 300ms; }
        footer .column p a:hover {
          color: #C89A2B; }
    footer .column .page-links {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      footer .column .page-links a {
        color: #10385A;
        transition: all 300ms;
        text-decoration: none; }
        footer .column .page-links a:hover {
          color: #C89A2B; }
    footer .column .socials {
      display: flex;
      flex-direction: column;
      gap: 20px;
      color: white;
      text-decoration: none; }
      footer .column .socials a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        color: white;
        text-decoration: none;
        transition: all 300ms; }
        footer .column .socials a:hover {
          color: #C89A2B; }
    footer .column .logo {
      position: relative; }
      footer .column .logo img {
        height: 55px; }
  footer .copy-bar {
    border: 1px solid red;
    width: 100%; }
    footer .copy-bar .container {
      width: 100%; }

body.admin-bar header {
  top: 0 !important; }

.home header {
  background: #062641;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 20%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 20%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#062641", endColorstr="#FFFFFF", GradientType=0); }

.home header .container .navigation .nav-item a {
  color: white; }

header {
  display: flex;
  padding: 36px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 21;
  height: 100px; }
  @media screen and (max-width: 1024px) {
    header {
      background: white;
      position: fixed;
      width: 100%;
      top: 0;
      height: 100px;
      padding: 0;
      z-index: 50; } }
  header .container {
    max-width: 1320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    header .container .logo {
      position: relative;
      top: -5px; }
      header .container .logo img {
        height: 65px; }
        @media screen and (max-width: 1200px) {
          header .container .logo img {
            height: 65px; } }
        @media screen and (max-width: 1024px) {
          header .container .logo img {
            height: 50px; } }
    header .container .navigation {
      display: flex;
      gap: 30px;
      align-items: center; }
      @media screen and (max-width: 1100px) {
        header .container .navigation {
          display: none; } }
      header .container .navigation .nav-item {
        position: relative;
        height: 40px;
        display: flex;
        align-items: center; }
        header .container .navigation .nav-item a {
          display: flex;
          align-items: center;
          color: #10385A;
          text-decoration: none;
          font-size: 16px;
          font-family: 'Sansation', sans-serif;
          font-weight: 700;
          font-style: normal;
          transition: all 300ms; }
          header .container .navigation .nav-item a:hover, header .container .navigation .nav-item a.is-active {
            color: #C89A2B !important; }
            header .container .navigation .nav-item a:hover svg polygon, header .container .navigation .nav-item a.is-active svg polygon {
              fill: #C89A2B; }
          header .container .navigation .nav-item a svg {
            margin-left: 10px;
            transition: all 300ms;
            position: relative;
            top: 2px; }
            header .container .navigation .nav-item a svg polygon {
              fill: #C89A2B;
              transition: all 300ms; }
        header .container .navigation .nav-item .submenu {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          background: white;
          border: 1px solid #C89A2B;
          list-style: none;
          padding: 20px 0;
          margin: 0;
          min-width: max-content;
          z-index: 100; }
          header .container .navigation .nav-item .submenu li a {
            display: block;
            padding: 8px 20px;
            color: #10385A;
            font-size: 16px;
            font-family: 'Sansation', sans-serif;
            font-weight: 700;
            font-style: normal;
            transition: color 200ms; }
            header .container .navigation .nav-item .submenu li a:hover {
              color: #C89A2B; }
        header .container .navigation .nav-item:hover .submenu {
          display: block; }
    header .container .trp-language-switcher {
      width: 40px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden !important;
      /* Belangrijkste regel */
      scrollbar-width: none !important;
      /* Firefox */
      -ms-overflow-style: none !important;
      /* Internet Explorer en Edge Legacy */ }
      header .container .trp-language-switcher::-webkit-scrollbar {
        display: none !important; }
    header .container .trp-language-switcher > div {
      height: 40px !important;
      width: 40px !important;
      border: none !important;
      overflow: hidden !important;
      /* Belangrijkste regel */
      scrollbar-width: none !important;
      /* Firefox */
      -ms-overflow-style: none !important;
      /* Internet Explorer en Edge Legacy */ }
      header .container .trp-language-switcher > div::-webkit-scrollbar {
        display: none !important; }
    header .container .trp-language-switcher > div {
      padding: 0 !important; }
    header .container .trp-language-switcher > div > a {
      padding: 0;
      overflow: hidden !important;
      /* Belangrijkste regel */
      scrollbar-width: none !important;
      /* Firefox */
      -ms-overflow-style: none !important;
      /* Internet Explorer en Edge Legacy */
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px; }
      header .container .trp-language-switcher > div > a::-webkit-scrollbar {
        display: none !important; }
    header .container .trp-language-switcher > div > a > img {
      width: 28px;
      position: relative;
      height: 20px; }
    header .container .trp-language-switcher > div > a:hover {
      background: transparent !important;
      position: relative;
      top: 1px; }
      header .container .trp-language-switcher > div > a:hover::-webkit-scrollbar {
        display: none !important; }
  header .hamburger {
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: none;
    background: #1295A7;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    @media (max-width: 1100px) {
      header .hamburger {
        display: flex; } }
    header .hamburger svg path {
      fill: white !important; }

.mobile-menu {
  position: fixed;
  bottom: -100vh;
  transition: all 500ms ease-in-out;
  max-height: 80vh;
  overflow-y: auto;
  background: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  z-index: 999999;
  width: 100%; }
  .mobile-menu .trp-language-switcher {
    width: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important; }
  .mobile-menu .trp-language-switcher > div {
    height: 40px !important;
    width: 40px !important;
    overflow: hidden !important;
    border: none !important; }
  .mobile-menu .trp-language-switcher > div {
    padding: 0 !important; }
  .mobile-menu .trp-language-switcher > div > a {
    overflow: hidden !important;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px; }
  .mobile-menu .trp-language-switcher > div > a > img {
    width: 28px;
    position: relative;
    height: 20px; }
  .mobile-menu .trp-language-switcher > div > a:hover {
    background: transparent !important;
    position: relative;
    top: 1px; }
  .mobile-menu .contact-area {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: space-between; }
  .mobile-menu .button {
    flex: 1; }
  .mobile-menu .contact {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: white;
    background: #1295A7;
    transition: all 300ms; }
    .mobile-menu .contact:hover {
      background: #1295A7;
      cursor: pointer; }
  .mobile-menu.is-active {
    bottom: 0; }
  .mobile-menu .mobile-navigation {
    display: flex;
    flex-direction: column;
    margin-top: 10px; }
    .mobile-menu .mobile-navigation a {
      padding: 10px 0;
      font-weight: 300;
      font-size: 20px;
      text-decoration: none;
      transition: all 300ms;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      font-family: 'Sansation', sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #10385A; }
      .mobile-menu .mobile-navigation a:hover {
        color: #C89A2B; }
      .mobile-menu .mobile-navigation a svg {
        transition: all 300ms;
        height: 16px;
        width: 16px;
        position: relative;
        top: 2px;
        padding-right: 16px; }
      .mobile-menu .mobile-navigation a.is-active {
        color: #C89A2B !important; }
    .mobile-menu .mobile-navigation .submenu {
      list-style-type: none;
      padding: 0;
      margin: 0;
      margin-bottom: 0px !important;
      padding-left: 15px !important;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.7s; }
      .mobile-menu .mobile-navigation .submenu.is-active {
        max-height: 1000px;
        opacity: 1; }
      .mobile-menu .mobile-navigation .submenu a {
        font-size: 16px; }
        .mobile-menu .mobile-navigation .submenu a:last-child {
          padding-bottom: 20px; }
  .mobile-menu .menu-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
    .mobile-menu .menu-header span {
      color: #8B99A6;
      font-weight: 300; }
    .mobile-menu .menu-header .close-menu {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      border: 1px solid #1295A7;
      cursor: pointer;
      transition: all 500ms;
      -webkit-tap-highlight-color: transparent; }
      .mobile-menu .menu-header .close-menu svg {
        transition: all 500ms; }
      .mobile-menu .menu-header .close-menu:hover svg {
        transform: rotate(-180deg); }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes slideBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1000% 0; } }

.overlay {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  position: fixed;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 60;
  opacity: 0;
  transition: all 500ms; }

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  font-optical-sizing: auto;
  font-family: 'Sansation', sans-serif;
  font-weight: 400;
  font-style: normal; }

:root {
  --bg-min-h: 6000px; }

body {
  opacity: 0;
  color: #35343B;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  font-size: 17px;
  position: relative;
  overflow-x: hidden !important;
  background-color: #fff; }
  body.overlay-active {
    overflow: hidden !important; }
    body.overlay-active .overlay {
      opacity: 1;
      visibility: visible; }
  @media screen and (max-width: 1024px) {
    body {
      padding-top: 100px; } }
  body.single-laureaten {
    --bg-min-h: 3000px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 0,100 100,100' fill='%23FAF5EB'/%3E%3C/svg%3E"); }

/* Fallback voor browsers zonder CSS max() */
@supports not (background-size: 100vw max(1px, 100%)) {
  body {
    background-size: 100vw var(--bg-min-h); } }

body.admin-bar header {
  top: 32px; }

p {
  line-height: 28px;
  font-size: 17px; }

ol, ol li, ul, ul li {
  line-height: 28px;
  font-size: 17px; }

::selection {
  /* Code for Chrome */
  color: white;
  background: #D2A13C; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #D2A13C; }

a {
  -webkit-tap-highlight-color: transparent !important; }

h1 {
  font-size: 44px;
  line-height: 58px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 34px;
      line-height: 48px; } }

h5 {
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  line-height: 26px; }

h1, h2, h3 {
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1295A7; }

h2 {
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 46px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: white;
  width: fit-content;
  background: #C89A2B;
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  transition: all 300ms;
  padding: 0 50px;
  height: 50px; }
  .button:hover {
    background: #b38a26; }

.split-line {
  overflow: hidden;
  will-change: transform; }

[data-split-words] .single-word {
  overflow: hidden;
  padding: 0.11em;
  margin: -0.11em -0.11em -0.22em -0.11em; }
  @media screen and (max-width: 1024px) {
    [data-split-words] .single-word {
      margin: -0.22em -0.11em -0.22em -0.11em; } }

[data-split-words] {
  padding-bottom: 0.11em;
  will-change: transform; }

[data-split-words] .single-word-inner {
  position: relative;
  will-change: transform; }

.container {
  width: 100%;
  max-width: 1120px;
  display: flex;
  align-self: center;
  margin: 0 90px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .container {
      margin: 0 20px; } }

.block:not(.block-hero) {
  z-index: 20; }

.block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .block {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .block {
      margin-bottom: 50px; } }
  .block.no-mb {
    margin-bottom: 0; }
  .block.no-mt {
    margin-top: 0; }

.underline-link {
  color: #FF9900;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  position: relative; }

@media screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none; } }

.underline-link::before,
.underline-link.is--alt::before,
.underline-link.is--alt::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF9900;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg); }

.underline-link:hover::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg); }

/* Alt */
.underline-link.is--alt::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.underline-link.is--alt:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

p {
  line-height: 28px;
  font-size: 17px; }

@media screen and (max-width: 1024px) {
  .block-mission-vision {
    min-height: unset !important; } }

.block-mission-vision h2 {
  margin: 0;
  padding: 0; }

.block-mission-vision .container {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 100px; }
  @media screen and (max-width: 1024px) {
    .block-mission-vision .container {
      gap: 50px; } }
  .block-mission-vision .container .two-columns {
    display: flex;
    flex-direction: row;
    gap: 30px; }
    @media screen and (max-width: 1024px) {
      .block-mission-vision .container .two-columns {
        flex-direction: column; } }
    .block-mission-vision .container .two-columns .column {
      flex: 1;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      padding: 30px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      border-radius: 50px;
      min-height: 300px;
      gap: 10px; }
      .block-mission-vision .container .two-columns .column p {
        margin: 0;
        padding: 0; }
      @media screen and (max-width: 1024px) {
        .block-mission-vision .container .two-columns .column {
          border-radius: 30px; } }
      .block-mission-vision .container .two-columns .column span.label {
        background: #1295A7;
        font-size: 16px;
        max-width: fit-content;
        font-family: 'Sansation', sans-serif;
        font-weight: 400;
        font-style: normal;
        border-radius: 100px;
        padding: 0px 15px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white; }
      .block-mission-vision .container .two-columns .column p {
        color: white; }
  .block-mission-vision .container .two-columns-after {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media screen and (max-width: 1024px) {
      .block-mission-vision .container .two-columns-after {
        flex-direction: column;
        gap: 50px; } }
    .block-mission-vision .container .two-columns-after .column-wrapper {
      display: flex;
      flex-direction: row;
      gap: 60px; }
      .block-mission-vision .container .two-columns-after .column-wrapper p {
        margin: 0; }
      @media screen and (max-width: 1024px) {
        .block-mission-vision .container .two-columns-after .column-wrapper {
          flex-direction: column;
          gap: 50px; } }
    .block-mission-vision .container .two-columns-after h2 {
      font-family: 'Sansation', sans-serif;
      font-weight: 400;
      font-style: normal; }
    .block-mission-vision .container .two-columns-after .column {
      width: 100%; }
      .block-mission-vision .container .two-columns-after .column ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column; }
        .block-mission-vision .container .two-columns-after .column ul li {
          display: flex;
          flex-direction: row;
          align-items: center;
          box-sizing: border-box;
          gap: 15px;
          position: relative;
          left: 40px;
          width: calc(100% - 40px);
          list-style-type: none;
          padding: 20px 0;
          margin: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
          @media screen and (max-width: 1024px) {
            .block-mission-vision .container .two-columns-after .column ul li {
              left: 50px;
              width: calc(100% - 50px); } }
          .block-mission-vision .container .two-columns-after .column ul li:before {
            left: -60px;
            position: absolute;
            content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIconCircle/Check%3C/title%3E%3Cg id='IconCircle/Check' stroke='none' fill='none'%3E%3Ccircle id='Oval' fill='%231295A7' fill-rule='evenodd' cx='20' cy='20' r='20'%3E%3C/circle%3E%3Cpolygon id='Path' fill='%23FFFFFF' fill-rule='nonzero' points='16.8571429 28 10 21.1914894 12.4 18.8085106 16.8571429 23.2340426 28.1714286 12 30.5714286 14.3829787'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E"); }
            @media screen and (max-width: 1024px) {
              .block-mission-vision .container .two-columns-after .column ul li:before {
                left: -50px; } }
          .block-mission-vision .container .two-columns-after .column ul li:first-of-type {
            border-top: 1px solid rgba(255, 255, 255, 0.3); }

.block-solution {
  color: white; }
  @media screen and (max-width: 1024px) {
    .block-solution {
      min-height: unset !important; } }
  .block-solution .container {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 150px; }
    @media screen and (max-width: 1024px) {
      .block-solution .container {
        gap: 50px; } }
    .block-solution .container .two-columns-after {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      .block-solution .container .two-columns-after.align-centered {
        flex-direction: row !important; }
        .block-solution .container .two-columns-after.align-centered p {
          margin: 0 !important; }
        @media screen and (max-width: 1024px) {
          .block-solution .container .two-columns-after.align-centered {
            flex-direction: column !important; } }
      .block-solution .container .two-columns-after .column-wrapper {
        display: flex;
        flex-direction: row;
        gap: 60px; }
        .block-solution .container .two-columns-after .column-wrapper p {
          margin: 0; }
        @media screen and (max-width: 1024px) {
          .block-solution .container .two-columns-after .column-wrapper {
            flex-direction: column;
            gap: 50px; } }
      .block-solution .container .two-columns-after .big-text {
        font-size: 20px;
        line-height: 30px; }
      .block-solution .container .two-columns-after h3 {
        color: white;
        font-size: 30px;
        line-height: 40px;
        font-family: 'Sansation', sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0;
        padding: 0; }
      @media screen and (max-width: 1024px) {
        .block-solution .container .two-columns-after {
          flex-direction: column;
          gap: 50px; } }
      .block-solution .container .two-columns-after h2 {
        font-family: 'Sansation', sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0;
        padding: 0; }
      .block-solution .container .two-columns-after .column {
        width: 100%; }
        .block-solution .container .two-columns-after .column ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          display: flex;
          flex-direction: column; }
          .block-solution .container .two-columns-after .column ul li {
            display: flex;
            flex-direction: row;
            align-items: center;
            box-sizing: border-box;
            gap: 15px;
            position: relative;
            left: 40px;
            width: calc(100% - 40px);
            list-style-type: none;
            padding: 20px 0;
            margin: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            @media screen and (max-width: 1024px) {
              .block-solution .container .two-columns-after .column ul li {
                left: 50px;
                width: calc(100% - 50px); } }
            .block-solution .container .two-columns-after .column ul li:before {
              left: -60px;
              position: absolute;
              content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIconCircle/Warning/Dark%3C/title%3E%3Cg id='Webdesign_01' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='HOME' transform='translate(-735, -1495)'%3E%3Cg id='TEXT-+-BULLET/Light' transform='translate(165, 1128)'%3E%3Cg id='IconCircle/Warning/Dark' transform='translate(570, 367)'%3E%3Crect id='Button-pill' stroke='%23CC3300' stroke-width='1' x='0.5' y='0.5' width='39' height='39' rx='19.5'%3E%3C/rect%3E%3Cpath d='M20,29 C20.5666667,29 21.0416667,28.8083333 21.425,28.425 C21.8083333,28.0416667 22,27.5666667 22,27 C22,26.4333333 21.8083333,25.9583333 21.425,25.575 C21.0416667,25.1916667 20.5666667,25 20,25 C19.4333333,25 18.9583333,25.1916667 18.575,25.575 C18.1916667,25.9583333 18,26.4333333 18,27 C18,27.5666667 18.1916667,28.0416667 18.575,28.425 C18.9583333,28.8083333 19.4333333,29 20,29 Z' id='Path' fill='%23FFFFFF' fill-rule='evenodd'%3E%3C/path%3E%3Cpolygon id='Path' fill='%23FFFFFF' fill-rule='evenodd' points='19 22 21 22 22 11 18 11'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
              @media screen and (max-width: 1024px) {
                .block-solution .container .two-columns-after .column ul li:before {
                  left: -50px; } }
            .block-solution .container .two-columns-after .column ul li:first-of-type {
              border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .block-solution .container .white-container {
      background: white;
      border-radius: 50px;
      padding: 80px;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      gap: 30px;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 1024px) {
        .block-solution .container .white-container {
          flex-direction: column;
          padding: 30px;
          border-radius: 30px; } }
      .block-solution .container .white-container p {
        margin: 0px 0 !important; }
      .block-solution .container .white-container a {
        margin-top: 10px; }
      .block-solution .container .white-container .column {
        display: flex;
        flex-direction: column;
        gap: 15px;
        flex: 1; }
        .block-solution .container .white-container .column h2 {
          padding: 0;
          margin: 0;
          font-family: 'Sansation', sans-serif;
          font-weight: 400;
          font-style: normal; }
        .block-solution .container .white-container .column p {
          color: #001C33; }
        .block-solution .container .white-container .column img {
          max-width: 100%;
          object-fit: cover;
          min-width: 400px; }
          @media screen and (max-width: 1024px) {
            .block-solution .container .white-container .column img {
              min-width: 100%; } }
    .block-solution .container .solution-cards h2 {
      font-family: 'Sansation', sans-serif;
      font-weight: 400;
      font-style: normal;
      margin: 0;
      padding: 0; }
    .block-solution .container .solution-cards .cards-row {
      display: flex;
      flex-direction: row;
      gap: 30px;
      max-width: 100%;
      margin-top: 50px; }
      @media screen and (max-width: 1024px) {
        .block-solution .container .solution-cards .cards-row {
          flex-direction: column;
          gap: 20px; } }
      .block-solution .container .solution-cards .cards-row .card-item {
        flex: 1;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        padding: 20px;
        box-sizing: border-box;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px; }
        .block-solution .container .solution-cards .cards-row .card-item h3 {
          font-family: 'Sansation', sans-serif;
          font-weight: 700;
          font-style: normal;
          margin: 0;
          padding: 0;
          font-size: 26px;
          line-height: 34px; }
        .block-solution .container .solution-cards .cards-row .card-item p {
          margin: 0;
          padding: 0; }
        .block-solution .container .solution-cards .cards-row .card-item .image {
          height: 200px;
          max-width: 100%;
          object-fit: cover;
          border-radius: 5px;
          overflow: hidden; }
          .block-solution .container .solution-cards .cards-row .card-item .image img {
            object-fit: cover;
            max-width: inherit; }

a.secundary-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #C89A2B;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 300ms; }
  a.secundary-button:hover {
    color: #9e7a22; }
    a.secundary-button:hover:after {
      left: 15px; }
  a.secundary-button:after {
    position: relative;
    transition: all 300ms;
    left: 10px;
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='13px' viewBox='0 0 14 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ActionLinkLarge/Inactive' transform='translate(-91, -8)' fill='%231295A7'%3E%3Cg id='' transform='translate(89, 0)' fill-rule='nonzero'%3E%3Cpolygon id='Path' points='9 8.688 15.012 14.7 9 20.712 7.938 19.65 12.132 15.438 2.988 15.438 2.988 13.962 12.132 13.962 7.938 9.75'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.block-content-variable .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  color: #001C33; }
  .block-content-variable .container .column {
    width: 100%; }
  .block-content-variable .container .fc-title-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .block-content-variable .container .fc-title-block h1, .block-content-variable .container .fc-title-block h2, .block-content-variable .container .fc-title-block h3, .block-content-variable .container .fc-title-block h4 {
      font-family: 'Sansation', sans-serif;
      font-weight: 400;
      font-style: normal;
      max-width: 900px;
      margin-bottom: 0; }
  .block-content-variable .container .inner-container-wysiwyg {
    display: flex;
    flex-direction: row;
    gap: 20px; }
  .block-content-variable .container .column-left-note, .block-content-variable .container .column-right-note {
    display: flex;
    flex-direction: column;
    max-width: 80px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .block-content-variable .container .column-left-note, .block-content-variable .container .column-right-note {
        max-width: 0; } }
    .block-content-variable .container .column-left-note .sticky-note, .block-content-variable .container .column-right-note .sticky-note {
      position: sticky;
      top: 50px;
      font-size: 14px;
      font-family: 'Sansation', sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 24px; }
      @media screen and (max-width: 1024px) {
        .block-content-variable .container .column-left-note .sticky-note, .block-content-variable .container .column-right-note .sticky-note {
          font-size: 0;
          height: 40px;
          top: 150px;
          margin-top: 150px; } }
      .block-content-variable .container .column-left-note .sticky-note svg, .block-content-variable .container .column-right-note .sticky-note svg {
        display: none; }
        @media screen and (max-width: 1024px) {
          .block-content-variable .container .column-left-note .sticky-note svg, .block-content-variable .container .column-right-note .sticky-note svg {
            display: block;
            height: 40px; } }
  .block-content-variable .container .column-center {
    min-width: 730px; }
    @media screen and (max-width: 1024px) {
      .block-content-variable .container .column-center {
        min-width: unset;
        width: auto; } }

.block-content-variable h2, .block-content-variable h3, .block-content-variable h4, .block-content-variable h5 {
  margin-top: 0;
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none; }

.block-content-variable h3 {
  font-size: 26px;
  line-height: 34px; }

.block-content-variable h4 {
  font-family: 'Sansation', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px; }

.block-content-variable ul {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px; }
  .block-content-variable ul li {
    color: #10385A;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px; }
    .block-content-variable ul li p {
      margin: 0;
      padding: 0; }
    .block-content-variable ul li:before {
      display: flex;
      width: 20px;
      height: 20px;
      min-width: 20px;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIconCircle/Check%3C/title%3E%3Cg id='IconCircle/Check' stroke='none' fill='none'%3E%3Ccircle id='Oval' fill='%231295A7' fill-rule='evenodd' cx='20' cy='20' r='20'%3E%3C/circle%3E%3Cpolygon id='Path' fill='%23FFFFFF' fill-rule='nonzero' points='16.8571429 28 10 21.1914894 12.4 18.8085106 16.8571429 23.2340426 28.1714286 12 30.5714286 14.3829787'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
      content: '';
      position: relative;
      top: 3px;
      background-size: 20px; }

.block-content-variable .accordion {
  margin-left: -25px;
  border-top: 1px solid #ddd;
  max-width: 730px;
  -webkit-tap-highlight-color: transparent; }
  @media screen and (max-width: 1024px) {
    .block-content-variable .accordion {
      margin-left: 0; } }
  .block-content-variable .accordion svg {
    transition: all 300ms; }

.block-content-variable .accordion-item {
  border-bottom: 1px solid #ddd;
  max-width: 730px;
  background: white; }

.block-content-variable .accordion-header {
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  line-height: 26px;
  transition: color 0.5s cubic-bezier(0.65, 0.05, 0, 1); }
  @media screen and (max-width: 767px) {
    .block-content-variable .accordion-header {
      font-size: 16px;
      line-height: 26px; } }
  .block-content-variable .accordion-header .accordion-title {
    padding-right: 20px;
    box-sizing: border-box; }

.block-content-variable .accordion-icon {
  font-size: 1.25rem;
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0, 1); }

.block-content-variable .accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.5s cubic-bezier(0.65, 0.05, 0, 1); }
  .block-content-variable .accordion-body p {
    margin-top: 0; }

.block-content-variable .accordion-item.active .accordion-header {
  color: #D2A13C; }

.block-content-variable .accordion-item.active .accordion-icon {
  transform: rotate(45deg); }
  .block-content-variable .accordion-item.active .accordion-icon svg g {
    fill: #C89A2B; }

.block-content-variable a {
  color: #C89A2B;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.5s cubic-bezier(0.65, 0.05, 0, 1); }
  .block-content-variable a:hover {
    color: #9e7a22; }

.block-content-variable strong {
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #10385A; }

.block-content-variable img {
  margin: 20px 0;
  max-width: 100%; }

.accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.additional-info {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 15px;
  padding: 20px;
  gap: 20px;
  box-sizing: border-box;
  position: fixed;
  margin: 20px;
  bottom: -100vw;
  z-index: 110;
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0, 1);
  font-family: 'Sansation', sans-serif;
  font-weight: 400;
  font-style: normal; }
  .additional-info.is-active {
    bottom: 0; }

.two-images {
  max-width: 760px;
  display: flex;
  flex-direction: row;
  gap: 30px; }
  .two-images img {
    margin: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover; }
  @media screen and (max-width: 1024px) {
    .two-images {
      flex-direction: column; } }
  .two-images .image-description {
    margin-top: 20px; }
    .two-images .image-description p {
      font-size: 14px;
      line-height: 24px;
      font-family: 'Sansation', sans-serif;
      font-weight: 400;
      font-style: normal; }

.container-big-image {
  margin: 50px 0; }
  @media screen and (max-width: 1024px) {
    .container-big-image .column-right-note svg {
      position: relative;
      right: 40px; } }
  @media screen and (max-width: 1024px) {
    .container-big-image {
      margin: 0 !important; } }

.container-big-image + .container-big-image {
  margin-top: 0 !important; }

.container-big-image + .two-images-wrapper {
  margin-top: -50px !important; }
  @media screen and (max-width: 1024px) {
    .container-big-image + .two-images-wrapper {
      margin-top: 50px !important; } }

.fc-founder-block {
  width: 100%;
  background: #10385A;
  padding: 70px 80px;
  box-sizing: border-box;
  border-radius: 50px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 50px; }
  .fc-founder-block ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0 !important; }
    .fc-founder-block ul li {
      color: white;
      display: flex;
      flex-direction: row;
      align-items: center;
      list-style-type: none;
      gap: 15px; }
      .fc-founder-block ul li p {
        margin: 0; }
      .fc-founder-block ul li:before {
        display: flex;
        content: '';
        min-width: 8px;
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background: #1295A7; }
  @media screen and (max-width: 768px) {
    .fc-founder-block {
      padding: 30px; } }
  .fc-founder-block .upper {
    width: 100%; }
    .fc-founder-block .upper h2 {
      text-align: center;
      width: 100%;
      font-family: 'Sansation', sans-serif;
      font-weight: 400;
      font-style: normal;
      margin: 0; }
  .fc-founder-block .two-columns {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 100px; }
    .fc-founder-block .two-columns h2, .fc-founder-block .two-columns h3, .fc-founder-block .two-columns h4, .fc-founder-block .two-columns h5 {
      color: #1295A7; }
    .fc-founder-block .two-columns h4 {
      margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .fc-founder-block .two-columns {
        flex-direction: column;
        gap: 50px; } }
    .fc-founder-block .two-columns .column .image-wrapper {
      margin-top: 30px;
      background: rgba(18, 149, 167, 0.4);
      padding: 30px;
      box-sizing: border-box;
      border-radius: 10px;
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px); }
    .fc-founder-block .two-columns .column img {
      border-radius: 7px;
      overflow: hidden;
      margin: 0;
      padding: 0; }

.best-services {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px; }
  .best-services .upper {
    text-align: center; }
    .best-services .upper h2 {
      font-family: 'Sansation', sans-serif;
      font-weight: 400;
      font-style: normal;
      margin: 0; }
  .best-services .two-columns {
    display: flex;
    flex-direction: row;
    gap: 30px; }
    @media screen and (max-width: 1100px) {
      .best-services .two-columns {
        flex-direction: column; } }
    .best-services .two-columns h5 {
      color: #1295A7;
      font-size: 26px;
      line-height: 34px;
      text-align: center;
      width: 100%;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .best-services .two-columns h5 {
          font-size: 20px;
          line-height: 26px; } }
    .best-services .two-columns .service {
      background: rgba(16, 56, 90, 0.1);
      border-radius: 8px;
      padding: 30px;
      box-sizing: border-box;
      min-height: 180px;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      gap: 10px; }
      .best-services .two-columns .service:nth-child(3) {
        background: rgba(18, 149, 176, 0.1); }
      .best-services .two-columns .service:nth-child(4) {
        background: rgba(200, 153, 43, 0.1); }
      .best-services .two-columns .service h3, .best-services .two-columns .service h4, .best-services .two-columns .service h5 {
        margin: 0;
        color: #1295A7; }
      .best-services .two-columns .service p {
        margin: 0; }
    .best-services .two-columns .column {
      display: flex;
      flex-direction: column;
      gap: 30px; }

.big-blue-quote {
  padding: 100px 135px;
  display: flex;
  margin: 30px 0;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .big-blue-quote {
      padding: 20px;
      margin: 0; } }
  .big-blue-quote h1, .big-blue-quote h2, .big-blue-quote h3, .big-blue-quote h4 {
    color: #10385A;
    text-align: center;
    font-family: 'Sansation', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    line-height: 44px;
    margin: 0;
    font-weight: 400 !important; }
    @media screen and (max-width: 1024px) {
      .big-blue-quote h1, .big-blue-quote h2, .big-blue-quote h3, .big-blue-quote h4 {
        font-size: 30px;
        line-height: 40px; } }
  .big-blue-quote .button {
    color: white !important;
    text-decoration: none !important;
    transition: all 300ms; }
    .big-blue-quote .button:hover {
      background: #b38a26; }

.archive-number .container {
  gap: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 730px !important; }
  .archive-number .container .archive-bar {
    margin-top: 10px;
    width: 100%;
    background: white;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .archive-number .container .archive-bar {
        flex-direction: column;
        padding: 20px 20px;
        height: auto !important; } }
    .archive-number .container .archive-bar a {
      text-decoration: none;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px; }
      .archive-number .container .archive-bar a svg {
        margin-left: 0;
        transition: all 300ms; }
      .archive-number .container .archive-bar a:hover svg {
        margin-left: 5px; }

.price-specifications {
  margin-bottom: 50px !important;
  margin-top: -50px !important; }
  @media screen and (max-width: 1024px) {
    .price-specifications {
      margin-top: 0 !important; } }
  .price-specifications .container {
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 730px !important; }
  .price-specifications .table-specifications {
    border-top: 1px solid #C2C2C4;
    border-bottom: 1px solid #C2C2C4;
    background: white;
    width: 100%; }
    .price-specifications .table-specifications .row {
      display: flex;
      flex-direction: row;
      align-items: center;
      box-sizing: border-box;
      gap: 50px;
      justify-content: flex-start;
      width: 100%;
      border-bottom: 1px solid #C2C2C4;
      padding: 20px; }
      .price-specifications .table-specifications .row a {
        text-decoration: none; }
      @media screen and (max-width: 768px) {
        .price-specifications .table-specifications .row {
          flex-direction: column;
          align-items: flex-start;
          gap: 10px; } }
      .price-specifications .table-specifications .row:first-child {
        border-top: 0 !important; }
      .price-specifications .table-specifications .row:last-child {
        border-bottom: none; }
      .price-specifications .table-specifications .row .column {
        width: 50%; }
      .price-specifications .table-specifications .row .spec {
        width: 100%;
        max-width: 150px;
        font-family: 'Sansation', sans-serif;
        font-weight: 700;
        font-style: normal; }
      .price-specifications .table-specifications .row .value {
        font-family: 'Sansation', sans-serif;
        font-weight: 400;
        font-style: normal; }
      .price-specifications .table-specifications .row ul {
        padding: 0;
        margin: 0; }
        .price-specifications .table-specifications .row ul li {
          padding: 0;
          list-style-type: none;
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 10px; }
          .price-specifications .table-specifications .row ul li p {
            margin: 0;
            padding: 0; }
          .price-specifications .table-specifications .row ul li:before {
            background: #1295A7;
            width: 8px;
            height: 8px;
            min-width: 8px !important;
            min-height: 8px;
            border-radius: 100px;
            content: '';
            display: inline-block; }

.big-image-wrapper {
  position: relative; }

.quote-shadow {
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.5)); }

.person-quote {
  background: white;
  position: absolute;
  right: -190px;
  bottom: 150px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 400px;
  padding: 30px 80px 30px 30px;
  clip-path: polygon(0 1%, 100% 0%, 80% 100%, 0% 100%);
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 34px; }
  @media screen and (max-width: 1150px) {
    .person-quote {
      right: -100px; } }
  @media screen and (max-width: 1020px) {
    .person-quote {
      right: auto !important;
      left: 50px;
      bottom: -50px; } }
  @media screen and (max-width: 768px) {
    .person-quote {
      display: none; } }
  .person-quote .person-name {
    font-family: 'Sansation', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px; }
    .person-quote .person-name:before {
      display: flex;
      content: '';
      width: 65px;
      height: 4px;
      background: #1295A7;
      margin: 15px 0; }

.block-first-intro {
  margin-bottom: 50px !important;
  margin-top: 50px;
  box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 1150px) {
    .block-first-intro .container {
      padding: 0 20px !important; } }
  @media screen and (max-width: 1150px) {
    .block-first-intro .inner-container-wysiwyg {
      padding: 0 30px;
      flex-direction: column !important; }
      .block-first-intro .inner-container-wysiwyg svg {
        display: flex !important; }
      .block-first-intro .inner-container-wysiwyg .column-left-note {
        min-width: 100% !important; } }
  @media screen and (max-width: 1150px) and (max-width: 1150px) {
    .block-first-intro .inner-container-wysiwyg .column-center {
      flex-direction: column !important;
      justify-content: flex-start;
      align-items: flex-start; } }
  .block-first-intro a {
    color: #10385A;
    text-decoration: none;
    font-family: 'Sansation', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center; }
  .block-first-intro .column-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px; }
    .block-first-intro .column-center img {
      width: 100% !important;
      min-width: 140px;
      min-height: 170px;
      aspect-ratio: 9 / 16;
      margin: 0;
      object-fit: cover; }
    .block-first-intro .column-center .details {
      display: flex;
      gap: 10px;
      flex-direction: column; }
      .block-first-intro .column-center .details p {
        margin: 0;
        padding: 0; }
  .block-first-intro h2 {
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0 !important;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #10385A;
    text-underline-offset: 5px; }
  .block-first-intro .inner-container-wysiwyg {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px; }

.block-content-variable h2 {
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal; }

.block-cta {
  background: rgba(16, 56, 90, 0.1);
  padding: 100px 0; }
  @media screen and (max-width: 1024px) {
    .block-cta {
      padding: 50px; } }
  @media screen and (max-width: 768px) {
    .block-cta {
      padding: 50px 0; } }
  .block-cta .container {
    background: white;
    padding: 100px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .block-cta .container {
        padding: 50px; } }
    .block-cta .container .cta-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      max-width: 730px;
      gap: 20px; }
      .block-cta .container .cta-inner h3 {
        margin: 0; }
      .block-cta .container .cta-inner ul {
        margin: 0 !important;
        padding: 0 !important; }
      .block-cta .container .cta-inner h2 {
        font-family: 'Sansation', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        line-height: 44px;
        text-align: center;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 1024px) {
          .block-cta .container .cta-inner h2 {
            font-size: 25px;
            line-height: 34px; } }

.block-experiences {
  background: rgba(16, 56, 90, 0.1);
  padding: 100px 0;
  padding-bottom: 0 !important; }
  @media screen and (max-width: 768px) {
    .block-experiences {
      padding: 50px 0; } }
  .block-experiences .upper {
    text-align: center;
    width: 100%; }
    .block-experiences .upper h1, .block-experiences .upper h2 {
      font-family: 'Sansation', sans-serif;
      font-weight: 400;
      font-style: normal; }
  .block-experiences .slider {
    overflow: visible !important; }
  .block-experiences .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1110px !important;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .block-experiences .container {
        width: calc(100vw - 40px); } }
  .block-experiences .splide-nav-button {
    width: 50px !important;
    height: 50px !important; }

.block-form {
  background: rgba(16, 56, 90, 0.1);
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .block-form {
      padding: 50px 0; } }
  .block-form .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 730px; }
    .block-form .container h2 {
      width: fit-content;
      display: inline-flex; }
  .block-form .upper-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .block-form .upper-content h1 {
      color: #1295A7;
      margin: 0;
      font-size: 44px;
      line-height: 58px;
      text-decoration: none; }
    .block-form .upper-content p {
      text-align: left;
      color: #10385A; }
    .block-form .upper-content ul {
      color: white;
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin: 0;
      padding: 0;
      margin-bottom: 15px; }
      .block-form .upper-content ul li {
        color: #10385A;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 15px; }
        .block-form .upper-content ul li p {
          margin: 0;
          padding: 0; }
        .block-form .upper-content ul li:before {
          display: flex;
          width: 20px;
          height: 20px;
          min-width: 20px;
          background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIconCircle/Check%3C/title%3E%3Cg id='IconCircle/Check' stroke='none' fill='none'%3E%3Ccircle id='Oval' fill='%231295A7' fill-rule='evenodd' cx='20' cy='20' r='20'%3E%3C/circle%3E%3Cpolygon id='Path' fill='%23FFFFFF' fill-rule='nonzero' points='16.8571429 28 10 21.1914894 12.4 18.8085106 16.8571429 23.2340426 28.1714286 12 30.5714286 14.3829787'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
          content: '';
          position: relative;
          top: 3px;
          background-size: 20px; }
  .block-form .form {
    margin-top: 50px;
    width: 100%;
    min-width: 100%; }

.gfield_label {
  font-family: 'Sansation', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
  color: #10385A;
  font-weight: 400 !important; }

.gform_wrapper.gravity-theme .gfield_required {
  font-size: 0 !important; }

.gfield_required_text:after {
  content: '*';
  font-size: 17px;
  color: #10385A;
  margin-left: 5px; }

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  font-family: 'Sansation', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  border-radius: 8px;
  min-height: 50px;
  border: 1px solid #B3BABF;
  outline: none !important; }
  .gform_wrapper.gravity-theme input[type=color]:focus, .gform_wrapper.gravity-theme input[type=date]:focus, .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .gform_wrapper.gravity-theme input[type=datetime]:focus, .gform_wrapper.gravity-theme input[type=email]:focus, .gform_wrapper.gravity-theme input[type=month]:focus, .gform_wrapper.gravity-theme input[type=number]:focus, .gform_wrapper.gravity-theme input[type=password]:focus, .gform_wrapper.gravity-theme input[type=search]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus, .gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=time]:focus, .gform_wrapper.gravity-theme input[type=url]:focus, .gform_wrapper.gravity-theme input[type=week]:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus {
    border: 1px solid #C89A2B; }

/* Verberg de standaard checkbox */
body .gform_wrapper .custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0; }

/* Container label: relatieve positionering en extra ruimte */
body .gform_wrapper .custom-checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.4; }

/* Custom checkbox-box */
body .gform_wrapper .custom-checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #B3BABF;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-top: -2px; }

/* Checkmark als hij is aangevinkt */
body .gform_wrapper .custom-checkbox input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 7px;
  border: solid #C89A2B;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  pointer-events: none; }

/* Hover effect (optioneel) */
body .gform_wrapper .custom-checkbox label:hover::before {
  border-color: #C89A2B; }

.gfield_consent_label {
  position: relative !important;
  top: 2px !important; }

.gform_button {
  margin-top: 20px;
  font-family: 'Sansation', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  cursor: pointer;
  line-height: 28px;
  color: white;
  background: #C89A2B;
  border-radius: 100px;
  border: none;
  transition: all 300ms;
  outline: none;
  padding: 0 50px;
  height: 50px; }
  .gform_button:hover {
    background: #9e7a22; }

body img.gform_ajax_spinner {
  display: none !important; }

.gform_validation_errors {
  display: none !important; }

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #C89A2B !important; }

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  border-radius: 8px;
  background: #C89A2B !important;
  color: white !important;
  border: none !important;
  margin-top: 10px !important; }

.gform_wrapper.gravity-theme .gfield_error, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true] + label, .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: white !important; }

body .gform_wrapper .custom-checkbox label {
  color: #10385A !important; }

.block-hero {
  min-height: 680px;
  margin-top: -170px !important;
  max-width: 100vw;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .block-hero {
      margin-top: 100px;
      min-height: 750px !important; } }
  .block-hero .container {
    color: white;
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 1024px) {
      .block-hero .container {
        flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .block-hero .container {
        width: calc(100vw - 40px);
        margin: 0;
        padding: 0; } }
    .block-hero .container .column-content {
      margin-top: 100px; }
      @media screen and (max-width: 1300px) {
        .block-hero .container .column-content {
          max-width: 40%; } }
    .block-hero .container .column {
      max-width: 50%; }
      @media screen and (max-width: 1024px) {
        .block-hero .container .column {
          max-width: 100%; } }
      .block-hero .container .column h1 {
        font-family: 'Sansation', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 44px;
        line-height: 50px; }
        @media screen and (max-width: 1300px) {
          .block-hero .container .column h1 {
            font-size: 44px;
            line-height: 50px;
            padding-right: 100px;
            box-sizing: border-box; } }
        @media screen and (max-width: 768px) {
          .block-hero .container .column h1 {
            font-size: 40px;
            line-height: 50px;
            padding-right: 0 !important;
            margin: 0;
            padding: 0; } }
      .block-hero .container .column p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px; }
    .block-hero .container .column-image {
      position: absolute;
      right: 0px;
      top: -50px; }
      @media screen and (max-width: 1500px) {
        .block-hero .container .column-image {
          right: 0; } }
      @media screen and (max-width: 1300px) {
        .block-hero .container .column-image {
          right: 50px; } }
      @media screen and (max-width: 1024px) {
        .block-hero .container .column-image {
          position: relative;
          right: auto;
          top: auto; } }
      @media screen and (max-width: 1024px) {
        .block-hero .container .column-image #desktop-visual {
          display: none; } }

.block-news-archive {
  display: flex;
  justify-content: center;
  align-items: center; }
  .block-news-archive .container {
    max-width: 1110px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center; }
    .block-news-archive .container .news-articles {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px; }
      @media screen and (max-width: 767px) {
        .block-news-archive .container .news-articles {
          grid-template-columns: repeat(1, 1fr); } }
  .block-news-archive .gsap-slider__item {
    width: calc(((100% - 1px)  - (var(--slider-spv)  - 1) * var(--slider-gap)) / var(--slider-spv));
    margin-right: var(--slider-gap);
    flex: none;
    transition: all 300ms; }
  .block-news-archive .demo-card {
    background-color: lightgrey;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    max-height: 370px;
    transition: all 300ms; }
  .block-news-archive .before__125 {
    padding-top: 125%; }
  .block-news-archive .osmo-icon-svg {
    opacity: .1;
    width: 40%;
    position: absolute; }
  .block-news-archive .demo-card__tag {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000;
    background: -webkit-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    width: 100%;
    box-sizing: border-box;
    color: white; }
  .block-news-archive .demo-card__tag-p {
    margin-bottom: 0;
    font-size: 22px;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
    padding: 30px 25px; }

.custom-dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Sansation', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  width: 100%;
  max-width: 455px;
  height: 50px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: box-shadow 300ms; }
  .custom-dropdown.open {
    background: white;
    border: 1px solid #B3BABF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.19); }

.dropdown-toggle {
  background: transparent;
  border: none;
  padding: 20px 15px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 50px; }

.dropdown-label {
  color: #35343B;
  font-family: 'Sansation', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px; }

.dropdown-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 0.75rem;
  color: #35343B; }

/* lijn onder de tekst */
.dropdown-toggle::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: #D2A13C;
  margin: 0 15px; }

/* menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1000;
  padding: 0.5rem 0; }

.dropdown-item {
  list-style: none; }

.dropdown-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: #35343B;
  text-decoration: none;
  transition: color 0.2s ease; }

.dropdown-item a:hover {
  color: #D2A13C; }

/* open state */
.custom-dropdown.open .dropdown-menu {
  display: block;
  border: 1px solid #B3BABF;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.19);
  width: calc(100% + 2px);
  margin-top: -10px;
  margin-left: -1px;
  border-top: none;
  border-radius: 0 !important; }
  .custom-dropdown.open .dropdown-menu:before {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    margin-left: 15px;
    background: #D2A13C;
    display: flex;
    margin-bottom: 10px; }

.custom-dropdown.open .dropdown-icon {
  transform: rotate(180deg);
  color: #35343B; }

.block-news {
  /* Setup */
  /* Controls */ }
  .block-news .upper-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-bottom: 20px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .block-news .upper-content {
        margin-bottom: 0; } }
    .block-news .upper-content a {
      color: #C89A2B;
      font-family: 'Sansation', sans-serif;
      font-weight: 700;
      font-style: normal;
      text-decoration: none;
      transition: all 300ms;
      position: relative;
      top: 5px; }
      .block-news .upper-content a:hover {
        color: #b38a26; }
  .block-news .gsap-slider {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: relative;
    overflow: hidden; }
  .block-news .gsap-slider__collection {
    width: 100%;
    max-width: 66em; }
  .block-news .gsap-slider__list {
    -webkit-user-select: none;
    user-select: none;
    will-change: transform;
    touch-action: pan-y;
    backface-visibility: hidden;
    display: flex; }
  .block-news .gsap-slider__item {
    width: calc(((100% - 1px)  - (var(--slider-spv)  - 1) * var(--slider-gap)) / var(--slider-spv));
    margin-right: var(--slider-gap);
    flex: none;
    transition: all 300ms; }
  .block-news .demo-card {
    background-color: lightgrey;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    max-height: 370px;
    transition: all 300ms; }
  .block-news .before__125 {
    padding-top: 125%; }
  .block-news .osmo-icon-svg {
    opacity: .1;
    width: 40%;
    position: absolute; }
  .block-news .demo-card__tag {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000;
    background: -webkit-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    width: 100%;
    box-sizing: border-box;
    color: white; }
  .block-news .demo-card__tag-p {
    margin-bottom: 0;
    font-size: 22px;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
    padding: 30px 25px; }
  .block-news [data-gsap-slider-init] {
    --slider-status: on;
    /* Turn slider on/off */
    --slider-spv: 2;
    /* Slides per view */
    --slider-gap: 1.5em;
    /* Slides Gap */ }
  @media screen and (max-width: 991px) {
    .block-news [data-gsap-slider-init] {
      --slider-status: on;
      /* Turn slider on/off */
      --slider-spv: 2.25;
      /* Slides per view */
      --slider-gap: 1.5em;
      /* Slides Gap */ } }
  @media screen and (max-width: 767px) {
    .block-news [data-gsap-slider-init] {
      --slider-status: on;
      /* Turn slider on/off */
      --slider-spv: 1.15;
      /* Slides per view */
      --slider-gap: 1em;
      /* Gap */ } }
  .block-news [data-gsap-slider-item]:last-child {
    margin-right: 0; }
  .block-news .gsap-slider__controls {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    gap: 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .block-news .gsap-slider__controls {
        justify-content: center;
        gap: 30px;
        padding-right: 0; } }
  .block-news .gsap-slider__control {
    color: #10385A;
    background: none;
    border: none;
    font-size: 17px;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
    gap: 10px; }
    .block-news .gsap-slider__control.control__next {
      position: relative;
      transition: all 300ms; }
      .block-news .gsap-slider__control.control__next:after {
        left: 0;
        position: relative;
        transition: all 300ms;
        content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23304659'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      .block-news .gsap-slider__control.control__next:hover {
        color: #C89A2B; }
        .block-news .gsap-slider__control.control__next:hover:after {
          content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23D2A13C'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          left: 5px; }
    .block-news .gsap-slider__control.control__prev {
      position: relative;
      transition: all 300ms; }
      .block-news .gsap-slider__control.control__prev:before {
        right: 0;
        position: relative;
        transition: all 300ms;
        content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23304659'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        transform: rotate(-180deg); }
      .block-news .gsap-slider__control.control__prev:hover {
        color: #C89A2B; }
        .block-news .gsap-slider__control.control__prev:hover:before {
          content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23D2A13C'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          right: 5px; }
  .block-news [data-gsap-slider-status="not-active"] [data-gsap-slider-controls] {
    display: none; }
  .block-news [data-gsap-slider-item-status="not-active"] {
    opacity: 0.4; }
  .block-news [data-gsap-slider-control-status="not-active"] {
    opacity: 0.2;
    pointer-events: none; }

.block-prices-archive {
  display: flex;
  justify-content: center;
  align-items: center; }
  .block-prices-archive .container {
    max-width: 1110px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center; }
    .block-prices-archive .container h3 {
      font-size: 26px;
      line-height: 34px;
      font-family: 'Sansation', sans-serif;
      font-weight: 700;
      font-style: normal;
      text-decoration: none;
      margin-bottom: 50px; }
    .block-prices-archive .container .prices-wrapper-total {
      width: 100%; }
    .block-prices-archive .container .prices-articles {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px; }
      @media screen and (max-width: 1200px) {
        .block-prices-archive .container .prices-articles {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (max-width: 1024px) {
        .block-prices-archive .container .prices-articles {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (max-width: 520px) {
        .block-prices-archive .container .prices-articles {
          grid-template-columns: repeat(1, 1fr); } }
      .block-prices-archive .container .prices-articles.is-special-24 {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 0 !important; }
      .block-prices-archive .container .prices-articles .laureaat-legend {
        opacity: 1;
        height: 50px;
        background: #35343B;
        color: white;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px; }
        @media screen and (max-width: 520px) {
          .block-prices-archive .container .prices-articles .laureaat-legend {
            font-size: 14px;
            padding: 0 10px; } }
      .block-prices-archive .container .prices-articles .laureaat-simple {
        color: inherit;
        text-decoration: none;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 0 20px;
        height: 50px;
        flex-direction: row;
        justify-content: space-between;
        transition: all 300ms;
        cursor: pointer;
        font-family: 'Sansation', sans-serif;
        font-weight: 700;
        font-style: normal; }
        @media screen and (max-width: 520px) {
          .block-prices-archive .container .prices-articles .laureaat-simple {
            font-size: 14px;
            padding: 0 10px; } }
        .block-prices-archive .container .prices-articles .laureaat-simple .discipline, .block-prices-archive .container .prices-articles .laureaat-simple .year {
          font-family: 'Sansation', sans-serif;
          font-weight: 400;
          font-style: normal; }
        .block-prices-archive .container .prices-articles .laureaat-simple:nth-of-type(odd) {
          background: #D6EDF1 !important; }
          .block-prices-archive .container .prices-articles .laureaat-simple:nth-of-type(odd):hover {
            background: #FFF5E6 !important;
            color: #C89A2B; }
        .block-prices-archive .container .prices-articles .laureaat-simple:hover {
          background: #FFF5E6 !important;
          color: #C89A2B; }
      .block-prices-archive .container .prices-articles .gsap-slider__item {
        height: 365px !important;
        padding: 0;
        margin: 0;
        position: relative;
        overflow: hidden; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:hover:before {
          opacity: 0.6; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:hover h4 {
          color: #1295A7 !important; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:hover .bottom-bar {
          padding: 12px 15px; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:hover .laureaat-details {
          bottom: 70px; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:before {
          position: absolute;
          height: 100%;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #C89A2B;
          opacity: 0;
          transition: all 0.5s;
          content: ""; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:after {
          position: absolute;
          height: 70%;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #001F25;
          background: -webkit-linear-gradient(0deg, #001f25 20%, rgba(0, 31, 37, 0) 100%);
          background: -moz-linear-gradient(0deg, #001f25 20%, rgba(0, 31, 37, 0) 100%);
          background: linear-gradient(0deg, #001f25 20%, rgba(0, 31, 37, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001F25", endColorstr="#001F25", GradientType=0);
          content: ""; }
        .block-prices-archive .container .prices-articles .gsap-slider__item .bottom-bar {
          position: absolute;
          bottom: 0;
          width: 100%;
          color: white;
          text-decoration: none;
          color: white;
          background: #C89A2B;
          font-family: 'Sansation', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 12px;
          line-height: 24px;
          padding: 8px 15px;
          transition: all 300ms;
          box-sizing: border-box;
          z-index: 10;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .block-prices-archive .container .prices-articles .gsap-slider__item .laureaat-details {
          height: 200px;
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          z-index: 10;
          position: absolute;
          bottom: 60px;
          padding: 0 20px;
          box-sizing: border-box;
          color: white;
          text-decoration: none;
          gap: 5px;
          transition: all 300ms; }
          .block-prices-archive .container .prices-articles .gsap-slider__item .laureaat-details h4 {
            transition: all 300ms;
            font-size: 22px;
            line-height: 28px;
            font-family: 'Sansation', sans-serif;
            font-weight: 700;
            font-style: normal;
            margin-bottom: 5px;
            color: white; }

.block-prices {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 20px;
  /* Setup */
  /* Controls */ }
  .block-prices h2 {
    margin-bottom: 50px; }
  .block-prices .gsap-slider {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: relative;
    overflow: hidden; }
  .block-prices .gsap-slider__collection {
    width: 100%;
    max-width: 60em; }
  .block-prices .gsap-slider__list {
    -webkit-user-select: none;
    user-select: none;
    will-change: transform;
    touch-action: pan-y;
    backface-visibility: hidden;
    display: flex; }
  .block-prices .gsap-slider__item {
    width: calc(((100% - 1px)  - (var(--slider-spv)  - 1) * var(--slider-gap)) / var(--slider-spv));
    margin-right: var(--slider-gap);
    flex: none;
    max-height: 350px;
    transition: all 300ms;
    color: #10385A !important; }
  .block-prices .demo-card {
    max-height: 350px;
    border-radius: 0;
    width: 100%;
    position: relative;
    overflow: visible;
    transition: all 300ms; }
  .block-prices .before__125 {
    padding-top: 125%; }
  .block-prices .osmo-icon-svg {
    opacity: .1;
    width: 40%;
    position: absolute; }
  .block-prices .demo-card__tag {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 600px) {
      .block-prices .demo-card__tag {
        flex-direction: column-reverse;
        gap: 20px; }
        .block-prices .demo-card__tag .active-description {
          max-width: 100% !important; }
        .block-prices .demo-card__tag .price-name {
          right: -50px !important; }
        .block-prices .demo-card__tag img {
          right: auto !important;
          left: 0 !important;
          margin-left: 0 !important; } }
    .block-prices .demo-card__tag .active-description {
      max-width: 200px;
      color: #10385A !important;
      position: absolute;
      left: -50px;
      top: -20px;
      visibility: hidden;
      opacity: 0;
      transition: all 300ms; }
      @media screen and (max-width: 1150px) {
        .block-prices .demo-card__tag .active-description {
          position: relative;
          flex-direction: column;
          left: 0; } }
    .block-prices .demo-card__tag .price-name {
      color: #C89A2B;
      text-decoration: none;
      position: absolute;
      right: -90px;
      top: 210px;
      margin-left: -50px;
      font-size: 30px; }
      @media screen and (max-width: 1150px) {
        .block-prices .demo-card__tag .price-name {
          top: 130px;
          right: -50px; } }
      @media screen and (max-width: 600px) {
        .block-prices .demo-card__tag .price-name {
          right: 10px !important; } }
    .block-prices .demo-card__tag img {
      position: absolute;
      right: 50px;
      top: 0;
      height: 350px; }
      @media screen and (max-width: 1150px) {
        .block-prices .demo-card__tag img {
          position: relative;
          height: 250px;
          right: 0;
          margin-left: 50px; } }
  .block-prices .demo-card__tag-p {
    margin-bottom: 0;
    font-size: 2em;
    line-height: 1; }
  .block-prices [data-gsap-slider-init] {
    --slider-status: on;
    /* Turn slider on/off */
    --slider-spv: 2;
    /* Slides per view */
    --slider-gap: 1.5em;
    /* Slides Gap */ }
  @media screen and (max-width: 1150px) {
    .block-prices [data-gsap-slider-init] {
      --slider-status: on;
      /* Turn slider on/off */
      --slider-spv: 2;
      /* Slides per view */
      --slider-gap: 1.5em;
      /* Slides Gap */ } }
  @media screen and (max-width: 767px) {
    .block-prices [data-gsap-slider-init] {
      --slider-status: on;
      /* Turn slider on/off */
      --slider-spv: 1.15;
      /* Slides per view */
      --slider-gap: 1em;
      /* Gap */ } }
  .block-prices [data-gsap-slider-item]:last-child {
    margin-right: 0; }
  .block-prices .gsap-slider__controls {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    gap: 40px;
    box-sizing: border-box;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .block-prices .gsap-slider__controls {
        justify-content: center;
        gap: 30px;
        padding-right: 0; } }
  .block-prices .gsap-slider__control {
    color: #10385A;
    background: none;
    border: none;
    font-size: 17px;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
    gap: 10px; }
    .block-prices .gsap-slider__control.control__next {
      transition: all 300ms;
      position: relative; }
      .block-prices .gsap-slider__control.control__next:after {
        left: 0;
        position: relative;
        transition: all 300ms;
        content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23304659'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      .block-prices .gsap-slider__control.control__next:hover {
        color: #C89A2B; }
        .block-prices .gsap-slider__control.control__next:hover:after {
          content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23D2A13C'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          left: 5px; }
    .block-prices .gsap-slider__control.control__prev {
      position: relative;
      transition: all 300ms; }
      .block-prices .gsap-slider__control.control__prev:before {
        right: 0;
        position: relative;
        transition: all 300ms;
        content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23304659'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        transform: rotate(-180deg); }
      .block-prices .gsap-slider__control.control__prev:hover {
        color: #C89A2B; }
        .block-prices .gsap-slider__control.control__prev:hover:before {
          content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23D2A13C'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          right: 5px; }
  .block-prices [data-gsap-slider-status="not-active"] [data-gsap-slider-controls] {
    display: none; }
  .block-prices [data-gsap-slider-item-status="active"] .active-description {
    visibility: visible;
    opacity: 1; }
  .block-prices [data-gsap-slider-item-status="not-active"] {
    opacity: 0.3; }
  .block-prices [data-gsap-slider-control-status="not-active"] {
    opacity: 0.2;
    pointer-events: none; }

.block-quote-image {
  padding: 100px 0;
  color: white;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 450px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .block-quote-image {
      padding: 50px 0; } }
  .block-quote-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #76b9c3;
    opacity: 1;
    mix-blend-mode: color;
    z-index: 1; }
  .block-quote-image .quote-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    inset: 0;
    opacity: 0.2;
    z-index: 0; }
  .block-quote-image .container {
    max-width: 840px;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center; }
    .block-quote-image .container h2, .block-quote-image .container h3, .block-quote-image .container h4 {
      text-decoration-color: white; }
    .block-quote-image .container .button {
      max-width: fit-content; }

.block-steps .steps-header {
  display: flex;
  flex-direction: column;
  gap: 50px; }
  @media screen and (max-width: 1024px) {
    .block-steps .steps-header .steps-subtitle {
      display: none; } }
  @media screen and (max-height: 1024px) {
    .block-steps .steps-header .steps-subtitle {
      display: none !important; } }
  @media screen and (max-width: 1024px) {
    .block-steps .steps-header {
      top: 150px !important; } }
  .block-steps .steps-header h2 {
    font-size: 42px;
    line-height: 44px;
    color: #1295A7;
    font-family: 'Sansation', sans-serif;
    font-weight: 400;
    font-style: normal; }
    @media screen and (max-width: 768px) {
      .block-steps .steps-header h2 {
        font-size: 28px;
        line-height: 36px;
        min-width: 80vw; } }

.block-steps .step-content {
  position: relative;
  border-radius: 50px;
  color: white;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(18, 149, 167, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.1); }
  @media screen and (max-width: 768px) {
    .block-steps .step-content {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .block-steps .step-content p {
      font-size: 14px !important; } }
  .block-steps .step-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%), rgba(18, 149, 167, 0.3);
    border-radius: 50px;
    z-index: -1; }
  .block-steps .step-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.02) 2px, rgba(255, 255, 255, 0.02) 4px);
    border-radius: 50px;
    z-index: -1; }
  .block-steps .step-content h3, .block-steps .step-content p {
    color: white; }
  .block-steps .step-content h3 {
    font-size: 26px;
    line-height: 34px;
    background: rgba(18, 149, 167, 0.4);
    padding: 10px;
    padding-right: 30px;
    border-radius: 100px;
    max-width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px; }
    @media screen and (max-width: 768px) {
      .block-steps .step-content h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 5px;
        padding-right: 20px; } }
    .block-steps .step-content h3 .step-number {
      min-width: 40px;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #10385A;
      border: 5px solid #1295A7; }
      @media screen and (max-width: 768px) {
        .block-steps .step-content h3 .step-number {
          width: 30px;
          height: 30px;
          min-width: 30px; } }
  .block-steps .step-content .step-text {
    text-align: left;
    font-family: 'Sansation', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 28px; }
    .block-steps .step-content .step-text > * {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.4s ease-out, transform 0.4s ease-out; }
    .block-steps .step-content .step-text.step-text-active > * {
      opacity: 1;
      transform: translateY(0); }
    .block-steps .step-content .step-text.step-text-active ol li {
      opacity: 1;
      transform: translateY(0); }
    .block-steps .step-content .step-text ol {
      color: white !important;
      margin: 0;
      padding-left: 35px;
      list-style-type: none; }
      .block-steps .step-content .step-text ol li {
        color: white !important;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.4s ease-out, transform 0.4s ease-out; }
        @media screen and (max-width: 768px) {
          .block-steps .step-content .step-text ol li {
            font-size: 14px !important; } }
      .block-steps .step-content .step-text ol li:before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z' fill='white'/%3E%3C/svg%3E");
        margin-right: 0.5em; }
    .block-steps .step-content .step-text strong {
      color: white;
      font-family: 'Sansation', sans-serif;
      font-weight: 700;
      font-style: normal; }
    .block-steps .step-content .step-text ul {
      color: white;
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin: 0;
      padding: 0;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .block-steps .step-content .step-text ul {
          gap: 5px;
          margin-bottom: 5px !important; } }
      .block-steps .step-content .step-text ul li {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 15px; }
        .block-steps .step-content .step-text ul li p {
          margin: 0;
          padding: 0; }
          @media screen and (max-width: 768px) {
            .block-steps .step-content .step-text ul li p {
              font-size: 14px !important; } }
        .block-steps .step-content .step-text ul li:before {
          display: flex;
          width: 20px;
          height: 20px;
          min-width: 20px;
          background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIconCircle/Check%3C/title%3E%3Cg id='IconCircle/Check' stroke='none' fill='none'%3E%3Ccircle id='Oval' fill='%231295A7' fill-rule='evenodd' cx='20' cy='20' r='20'%3E%3C/circle%3E%3Cpolygon id='Path' fill='%23FFFFFF' fill-rule='nonzero' points='16.8571429 28 10 21.1914894 12.4 18.8085106 16.8571429 23.2340426 28.1714286 12 30.5714286 14.3829787'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
          content: '';
          position: relative;
          top: 5px;
          background-size: 20px; }

.step-background[data-step="3"]:after {
  content: '';
  width: 100vw;
  height: 40px;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  cursor: pointer;
  pointer-events: auto;
  z-index: 999;
  background: rgba(255, 0, 0, 0.1);
  border: 2px solid red; }
