/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/

@charset "UTF-8";

/*** LTR websites ***/

/*** RTL websites ***/

/**
 * CSS Syntax: flex-start|flex-end|center|space-between|space-around|initial|inherit
 */

@font-face {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../.././assets/fonts/MagistralRegular.woff2) format("woff2");
}

@font-face {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../.././assets/fonts/MagistralBold.woff2) format("woff2");
}

@font-face {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../.././assets/fonts/MagistralBlack.woff2) format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(../.././assets/fonts/fa-brands-400.eot);
  src: url(../.././assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../.././assets/fonts/fa-brands-400.woff2) format("woff2"), url(../.././assets/fonts/fa-brands-400.woff) format("woff"), url(../.././assets/fonts/fa-brands-400.ttf) format("truetype"), url(../.././assets/images/fa-brands-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../.././assets/fonts/fa-light-300.eot);
  src: url(../.././assets/fonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../.././assets/fonts/fa-light-300.woff2) format("woff2"), url(../.././assets/fonts/fa-light-300.woff) format("woff"), url(../.././assets/fonts/fa-light-300.ttf) format("truetype"), url(../.././assets/images/fa-light-300.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../.././assets/fonts/fa-regular-400.eot);
  src: url(../.././assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../.././assets/fonts/fa-regular-400.woff2) format("woff2"), url(../.././assets/fonts/fa-regular-400.woff) format("woff"), url(../.././assets/fonts/fa-regular-400.ttf) format("truetype"), url(../.././assets/images/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../.././assets/fonts/fa-solid-900.eot);
  src: url(../.././assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../.././assets/fonts/fa-solid-900.woff2) format("woff2"), url(../.././assets/fonts/fa-solid-900.woff) format("woff"), url(../.././assets/fonts/fa-solid-900.ttf) format("truetype"), url(../.././assets/images/fa-solid-900.svg#fontawesome) format("svg");
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 24, 2016 */

.reveal-block {
  position: relative;
  overflow: hidden;
}

.reveal-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 0 0;
  transform: scaleX(1);
}

.reveal-block.active::before {
  transform: scaleX(0);
}

.reveal-block > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block.active > * {
  opacity: 1;
}

.reveal-block--rl {
  position: relative;
  overflow: hidden;
}

.reveal-block--rl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 100% 0;
  transform: scaleX(1);
}

.reveal-block--rl.active::before {
  transform: scaleX(0);
}

.reveal-block--rl > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block--rl.active > * {
  opacity: 1;
}

.reveal-block--tb {
  position: relative;
  overflow: hidden;
}

.reveal-block--tb::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 0 0;
  transform: scaleY(1);
}

.reveal-block--tb.active::before {
  transform: scaleY(0);
}

.reveal-block--tb > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block--tb.active > * {
  opacity: 1;
}

.reveal-block--bt {
  position: relative;
  overflow: hidden;
}

.reveal-block--bt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009cda;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transform-origin: 0 100%;
  transform: scaleY(1);
}

.reveal-block--bt.active::before {
  transform: scaleY(0);
}

.reveal-block--bt > * {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0.24s;
}

.reveal-block--bt.active > * {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes ZoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@-moz-keyframes ZoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@-ms-keyframes ZoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ZoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.ZoomInOut {
  -webkit-animation-name: ZoomInOut;
  animation-name: ZoomInOut;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.fade-in {
  animation: fadeIn 0.3s ease forwards;
}

.fade-out {
  animation: fadeOut 0.3s ease forwards;
}

@keyframes revealFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealFadeDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes revealFadeRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes revealFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes revealZoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes revealZoomOut {
  from {
    opacity: 0;
    transform: scale(1.15);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes revealBlur {
  from {
    opacity: 0;
    filter: blur(10px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes revealBlurUp {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.reveal-fade {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-fade.active {
  opacity: 1;
}

.reveal-fade-up {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-fade-up.active {
  opacity: 1;
  transform: translate(0, 0);
}

.reveal-fade-down {
  opacity: 0;
  transform: translate(0, -40px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-fade-down.active {
  opacity: 1;
  transform: translate(0, 0);
}

.reveal-fade-left {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-fade-left.active {
  opacity: 1;
  transform: translate(0, 0);
}

.reveal-fade-right {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-fade-right.active {
  opacity: 1;
  transform: translate(0, 0);
}

.reveal-zoom-in {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-zoom-in.active {
  opacity: 1;
  transform: scale(1);
}

.reveal-zoom-out {
  opacity: 0;
  transform: scale(1.15);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-zoom-out.active {
  opacity: 1;
  transform: scale(1);
}

.reveal-slide-up {
  transform: translate(0, 40px);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-slide-up.active {
  transform: translate(0, 0);
}

.reveal-slide-down {
  transform: translate(0, -40px);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-slide-down.active {
  transform: translate(0, 0);
}

.reveal-slide-left {
  transform: translate(-40px, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-slide-left.active {
  transform: translate(0, 0);
}

.reveal-slide-right {
  transform: translate(40px, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-slide-right.active {
  transform: translate(0, 0);
}

.reveal-flip-up {
  opacity: 0;
  transform: perspective(1000px) rotateX(45deg);
  transform-origin: bottom;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-flip-up.active {
  opacity: 1;
  transform: perspective(1000px) rotateX(0);
}

.reveal-flip-down {
  opacity: 0;
  transform: perspective(1000px) rotateX(-45deg);
  transform-origin: top;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-flip-down.active {
  opacity: 1;
  transform: perspective(1000px) rotateX(0);
}

.reveal-blur {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, filter 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-blur.active {
  opacity: 1;
  filter: blur(0);
}

.reveal-blur-up {
  opacity: 0;
  filter: blur(10px);
  transform: translate(0, 40px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, filter 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-blur-up.active {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0);
}

.reveal-clip-up {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-clip-up.active {
  clip-path: inset(0 0 0 0);
}

.reveal-clip-down {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-clip-down.active {
  clip-path: inset(0 0 0 0);
}

.reveal-clip-left {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-clip-left.active {
  clip-path: inset(0 0 0 0);
}

.reveal-clip-right {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-clip-right.active {
  clip-path: inset(0 0 0 0);
}

.reveal-stagger > * {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-stagger > *:nth-child(1) {
  transition-delay: 0s;
}

.reveal-stagger > *:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal-stagger > *:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal-stagger > *:nth-child(4) {
  transition-delay: 0.3s;
}

.reveal-stagger > *:nth-child(5) {
  transition-delay: 0.4s;
}

.reveal-stagger > *:nth-child(6) {
  transition-delay: 0.5s;
}

.reveal-stagger > *:nth-child(7) {
  transition-delay: 0.6s;
}

.reveal-stagger > *:nth-child(8) {
  transition-delay: 0.7s;
}

.reveal-stagger > *:nth-child(9) {
  transition-delay: 0.8s;
}

.reveal-stagger > *:nth-child(10) {
  transition-delay: 0.9s;
}

.reveal-stagger > *:nth-child(11) {
  transition-delay: 1s;
}

.reveal-stagger > *:nth-child(12) {
  transition-delay: 1.1s;
}

.reveal-stagger.active > * {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.reveal-stagger-fade > * {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-stagger-fade > *:nth-child(1) {
  transition-delay: 0s;
}

.reveal-stagger-fade > *:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal-stagger-fade > *:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal-stagger-fade > *:nth-child(4) {
  transition-delay: 0.3s;
}

.reveal-stagger-fade > *:nth-child(5) {
  transition-delay: 0.4s;
}

.reveal-stagger-fade > *:nth-child(6) {
  transition-delay: 0.5s;
}

.reveal-stagger-fade > *:nth-child(7) {
  transition-delay: 0.6s;
}

.reveal-stagger-fade > *:nth-child(8) {
  transition-delay: 0.7s;
}

.reveal-stagger-fade > *:nth-child(9) {
  transition-delay: 0.8s;
}

.reveal-stagger-fade > *:nth-child(10) {
  transition-delay: 0.9s;
}

.reveal-stagger-fade > *:nth-child(11) {
  transition-delay: 1s;
}

.reveal-stagger-fade > *:nth-child(12) {
  transition-delay: 1.1s;
}

.reveal-stagger-fade.active > * {
  opacity: 1;
}

.reveal-stagger-scale > * {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-stagger-scale > *:nth-child(1) {
  transition-delay: 0s;
}

.reveal-stagger-scale > *:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal-stagger-scale > *:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal-stagger-scale > *:nth-child(4) {
  transition-delay: 0.3s;
}

.reveal-stagger-scale > *:nth-child(5) {
  transition-delay: 0.4s;
}

.reveal-stagger-scale > *:nth-child(6) {
  transition-delay: 0.5s;
}

.reveal-stagger-scale > *:nth-child(7) {
  transition-delay: 0.6s;
}

.reveal-stagger-scale > *:nth-child(8) {
  transition-delay: 0.7s;
}

.reveal-stagger-scale > *:nth-child(9) {
  transition-delay: 0.8s;
}

.reveal-stagger-scale > *:nth-child(10) {
  transition-delay: 0.9s;
}

.reveal-stagger-scale > *:nth-child(11) {
  transition-delay: 1s;
}

.reveal-stagger-scale > *:nth-child(12) {
  transition-delay: 1.1s;
}

.reveal-stagger-scale.active > * {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.reveal-stagger-left > * {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-stagger-left > *:nth-child(1) {
  transition-delay: 0s;
}

.reveal-stagger-left > *:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal-stagger-left > *:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal-stagger-left > *:nth-child(4) {
  transition-delay: 0.3s;
}

.reveal-stagger-left > *:nth-child(5) {
  transition-delay: 0.4s;
}

.reveal-stagger-left > *:nth-child(6) {
  transition-delay: 0.5s;
}

.reveal-stagger-left > *:nth-child(7) {
  transition-delay: 0.6s;
}

.reveal-stagger-left > *:nth-child(8) {
  transition-delay: 0.7s;
}

.reveal-stagger-left > *:nth-child(9) {
  transition-delay: 0.8s;
}

.reveal-stagger-left > *:nth-child(10) {
  transition-delay: 0.9s;
}

.reveal-stagger-left > *:nth-child(11) {
  transition-delay: 1s;
}

.reveal-stagger-left > *:nth-child(12) {
  transition-delay: 1.1s;
}

.reveal-stagger-left.active > * {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.reveal-stagger-right > * {
  opacity: 0;
  transform: translate(40px, 0);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.reveal-stagger-right > *:nth-child(1) {
  transition-delay: 0s;
}

.reveal-stagger-right > *:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal-stagger-right > *:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal-stagger-right > *:nth-child(4) {
  transition-delay: 0.3s;
}

.reveal-stagger-right > *:nth-child(5) {
  transition-delay: 0.4s;
}

.reveal-stagger-right > *:nth-child(6) {
  transition-delay: 0.5s;
}

.reveal-stagger-right > *:nth-child(7) {
  transition-delay: 0.6s;
}

.reveal-stagger-right > *:nth-child(8) {
  transition-delay: 0.7s;
}

.reveal-stagger-right > *:nth-child(9) {
  transition-delay: 0.8s;
}

.reveal-stagger-right > *:nth-child(10) {
  transition-delay: 0.9s;
}

.reveal-stagger-right > *:nth-child(11) {
  transition-delay: 1s;
}

.reveal-stagger-right > *:nth-child(12) {
  transition-delay: 1.1s;
}

.reveal-stagger-right.active > * {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.reveal-instant-fade {
  animation: revealFade 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s both;
}

.reveal-instant-fade-up {
  animation: revealFadeUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s both;
}

.reveal-instant-fade-down {
  animation: revealFadeDown 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s both;
}

.reveal-instant-fade-left {
  animation: revealFadeLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s both;
}

.reveal-instant-fade-right {
  animation: revealFadeRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s both;
}

.reveal-instant-zoom-in {
  animation: revealZoomIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s both;
}

.reveal-instant-zoom-out {
  animation: revealZoomOut 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s both;
}

.reveal-instant-blur {
  animation: revealBlur 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s both;
}

.reveal-instant-blur-up {
  animation: revealBlurUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s both;
}

.reveal-instant-stagger > * {
  animation: revealFadeUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.reveal-instant-stagger > *:nth-child(1) {
  animation-delay: 0s;
}

.reveal-instant-stagger > *:nth-child(2) {
  animation-delay: 0.15s;
}

.reveal-instant-stagger > *:nth-child(3) {
  animation-delay: 0.3s;
}

.reveal-instant-stagger > *:nth-child(4) {
  animation-delay: 0.45s;
}

.reveal-instant-stagger > *:nth-child(5) {
  animation-delay: 0.6s;
}

.reveal-instant-stagger > *:nth-child(6) {
  animation-delay: 0.75s;
}

.reveal-instant-stagger > *:nth-child(7) {
  animation-delay: 0.9s;
}

.reveal-instant-stagger > *:nth-child(8) {
  animation-delay: 1.05s;
}

.reveal-instant-stagger > *:nth-child(9) {
  animation-delay: 1.2s;
}

.reveal-instant-stagger > *:nth-child(10) {
  animation-delay: 1.35s;
}

.reveal-instant-stagger > *:nth-child(11) {
  animation-delay: 1.5s;
}

.reveal-instant-stagger > *:nth-child(12) {
  animation-delay: 1.65s;
}

.reveal-instant-stagger-scale > * {
  animation: revealZoomIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.reveal-instant-stagger-scale > *:nth-child(1) {
  animation-delay: 0s;
}

.reveal-instant-stagger-scale > *:nth-child(2) {
  animation-delay: 0.15s;
}

.reveal-instant-stagger-scale > *:nth-child(3) {
  animation-delay: 0.3s;
}

.reveal-instant-stagger-scale > *:nth-child(4) {
  animation-delay: 0.45s;
}

.reveal-instant-stagger-scale > *:nth-child(5) {
  animation-delay: 0.6s;
}

.reveal-instant-stagger-scale > *:nth-child(6) {
  animation-delay: 0.75s;
}

.reveal-instant-stagger-scale > *:nth-child(7) {
  animation-delay: 0.9s;
}

.reveal-instant-stagger-scale > *:nth-child(8) {
  animation-delay: 1.05s;
}

.reveal-instant-stagger-scale > *:nth-child(9) {
  animation-delay: 1.2s;
}

.reveal-instant-stagger-scale > *:nth-child(10) {
  animation-delay: 1.35s;
}

.reveal-instant-stagger-scale > *:nth-child(11) {
  animation-delay: 1.5s;
}

.reveal-instant-stagger-scale > *:nth-child(12) {
  animation-delay: 1.65s;
}

.reveal-instant-stagger-left > * {
  animation: revealFadeLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.reveal-instant-stagger-left > *:nth-child(1) {
  animation-delay: 0s;
}

.reveal-instant-stagger-left > *:nth-child(2) {
  animation-delay: 0.15s;
}

.reveal-instant-stagger-left > *:nth-child(3) {
  animation-delay: 0.3s;
}

.reveal-instant-stagger-left > *:nth-child(4) {
  animation-delay: 0.45s;
}

.reveal-instant-stagger-left > *:nth-child(5) {
  animation-delay: 0.6s;
}

.reveal-instant-stagger-left > *:nth-child(6) {
  animation-delay: 0.75s;
}

.reveal-instant-stagger-left > *:nth-child(7) {
  animation-delay: 0.9s;
}

.reveal-instant-stagger-left > *:nth-child(8) {
  animation-delay: 1.05s;
}

.reveal-instant-stagger-left > *:nth-child(9) {
  animation-delay: 1.2s;
}

.reveal-instant-stagger-left > *:nth-child(10) {
  animation-delay: 1.35s;
}

.reveal-instant-stagger-left > *:nth-child(11) {
  animation-delay: 1.5s;
}

.reveal-instant-stagger-left > *:nth-child(12) {
  animation-delay: 1.65s;
}

.reveal-instant-stagger-right > * {
  animation: revealFadeRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.reveal-instant-stagger-right > *:nth-child(1) {
  animation-delay: 0s;
}

.reveal-instant-stagger-right > *:nth-child(2) {
  animation-delay: 0.15s;
}

.reveal-instant-stagger-right > *:nth-child(3) {
  animation-delay: 0.3s;
}

.reveal-instant-stagger-right > *:nth-child(4) {
  animation-delay: 0.45s;
}

.reveal-instant-stagger-right > *:nth-child(5) {
  animation-delay: 0.6s;
}

.reveal-instant-stagger-right > *:nth-child(6) {
  animation-delay: 0.75s;
}

.reveal-instant-stagger-right > *:nth-child(7) {
  animation-delay: 0.9s;
}

.reveal-instant-stagger-right > *:nth-child(8) {
  animation-delay: 1.05s;
}

.reveal-instant-stagger-right > *:nth-child(9) {
  animation-delay: 1.2s;
}

.reveal-instant-stagger-right > *:nth-child(10) {
  animation-delay: 1.35s;
}

.reveal-instant-stagger-right > *:nth-child(11) {
  animation-delay: 1.5s;
}

.reveal-instant-stagger-right > *:nth-child(12) {
  animation-delay: 1.65s;
}

.reveal-fast,
.reveal-fast > * {
  transition-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}

.reveal-slow,
.reveal-slow > * {
  transition-duration: 1s !important;
  animation-duration: 1s !important;
}

.reveal-delay-100 {
  transition-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.reveal-delay-200 {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.reveal-delay-300 {
  transition-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.reveal-delay-400 {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.reveal-delay-500 {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.reveal-delay-600 {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.reveal-delay-700 {
  transition-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.reveal-delay-800 {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.reveal-delay-900 {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.reveal-delay-1000 {
  transition-delay: 1s !important;
  animation-delay: 1s !important;
}

.reveal-distance-sm {
  --reveal-distance: 20px;
}

.reveal-distance-lg {
  --reveal-distance: 60px;
}

.reveal-ease-bounce,
.reveal-ease-bounce > * {
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.reveal-ease-smooth,
.reveal-ease-smooth > * {
  transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1) !important;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1) !important;
}

#breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 8px;
}

#breadcrumbs a {
  text-decoration: none;
}

#breadcrumbs .breadcrumb-separator {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#breadcrumbs .breadcrumb-separator img {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
}

.open-modal {
  background: #404041;
  border-radius: 8px;
  box-shadow: 0 75px 21px 0 transparent, 0 48px 19px 0 rgba(0, 0, 0, 0.01), 0 27px 16px 0 rgba(0, 0, 0, 0.02), 0 12px 12px 0 rgba(0, 0, 0, 0.03), 0 3px 7px 0 rgba(0, 0, 0, 0.04);
  color: #fff;
  padding: 16px;
}

.button-primary,
.gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper input[type=submit] {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  border-radius: 8px;
  background: #009cda;
  width: 100%;
  padding: 21px 20px;
  max-height: 56px;
  color: #fff !important;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
}

.button-secondary {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  padding: 21px 20px;
  max-height: 56px;
  color: #009cda !important;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
}

.button-ebook-download {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 12px;
  border-radius: 8px;
  border: 1.143px solid #009cda;
  background: #fff;
  width: 100%;
  padding: 21px 20px;
  max-height: 56px;
  margin-top: 20px;
  color: #009cda !important;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
}

.button-ebook-download__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.gfield_required {
  display: none !important;
}

.gform_wrapper.gform_wrapper .gform_fields.gform_fields {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.gform_wrapper.gform_wrapper .gform_fields > .gfield {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  min-width: 0 !important;
}

.gform_wrapper.gform_wrapper .gform_fields > .gfield.gfield--width-half,
.gform_wrapper.gform_wrapper .gform_fields > .gfield.gf_left_half,
.gform_wrapper.gform_wrapper .gform_fields > .gfield.gf_right_half {
  width: auto !important;
  flex: 1 1 calc(50% - 10px) !important;
}

@media (max-width: 767px) {
  .gform_wrapper.gform_wrapper .gform_fields > .gfield.gfield--width-half,
  .gform_wrapper.gform_wrapper .gform_fields > .gfield.gf_left_half,
  .gform_wrapper.gform_wrapper .gform_fields > .gfield.gf_right_half {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}

.gform_wrapper.gform_wrapper .ginput_container--name.gform-grid-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  row-gap: 16px !important;
  column-gap: 20px !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .gform_wrapper.gform_wrapper .ginput_container--name.gform-grid-row {
    grid-template-columns: 1fr !important;
  }
}

.gform_wrapper.gform_wrapper .ginput_container_address.gform-grid-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .gform_wrapper.gform_wrapper .ginput_container_address.gform-grid-row {
    grid-template-columns: 1fr !important;
  }
}

.gform_wrapper.gform_wrapper .gform-grid-col,
.gform_wrapper.gform_wrapper .gform-grid-col--size-auto {
  width: 100% !important;
  min-width: 0 !important;
}

.gform_wrapper.gform_wrapper.gravity-theme .ginput_container_address {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gform_wrapper.gform_wrapper .address_country {
  grid-column: 1/-1 !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.gform_wrapper.gform_wrapper .address_country select {
  width: 100% !important;
  max-width: 100% !important;
  height: 56px !important;
  padding: 10px 24px !important;
  padding-right: 56px !important;
  border-radius: 8px !important;
  border: 1px solid #404041 !important;
  background-color: #fff !important;
  background-image: url(../.././assets/images/country-search.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  background-position: right 24px center !important;
  font-family: "Open Sans" !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #808080 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

@media (max-width: 767px) {
  .gform_wrapper.gform_wrapper .address_country select {
    height: 48px !important;
    padding: 10px 16px !important;
    padding-right: 48px !important;
    font-size: 16px !important;
    background-position: right 16px center !important;
  }
}

.gform_wrapper.gform_wrapper input[type=text],
.gform_wrapper.gform_wrapper input[type=email],
.gform_wrapper.gform_wrapper input[type=tel],
.gform_wrapper.gform_wrapper input[type=number],
.gform_wrapper.gform_wrapper input[type=url],
.gform_wrapper.gform_wrapper input[type=password],
.gform_wrapper.gform_wrapper input[type=search],
.gform_wrapper.gform_wrapper input[type=date],
.gform_wrapper.gform_wrapper input[type=time],
.gform_wrapper.gform_wrapper input[type=datetime-local],
.gform_wrapper.gform_wrapper input[type=month],
.gform_wrapper.gform_wrapper input[type=week],
.gform_wrapper.gform_wrapper select,
.gform_wrapper.gform_wrapper textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  height: 56px !important;
  padding: 10px 24px !important;
  border-radius: 8px !important;
  border: 1px solid #404041 !important;
  background-color: #fff !important;
  font-family: "Open Sans" !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #808080 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.gform_wrapper.gform_wrapper select {
  padding-right: 24px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M1.63654 5.29279C1.82406 5.10532 2.07837 5 2.34354 5C2.6087 5 2.86301 5.10532 3.05054 5.29279L8.00054 10.2428L12.9505 5.29279C13.1391 5.11063 13.3917 5.00983 13.6539 5.01211C13.9161 5.01439 14.1669 5.11956 14.3524 5.30497C14.5378 5.49038 14.6429 5.74119 14.6452 6.00339C14.6475 6.26558 14.5467 6.51818 14.3645 6.70679L8.70754 12.3638C8.52001 12.5513 8.2657 12.6566 8.00054 12.6566C7.73537 12.6566 7.48106 12.5513 7.29354 12.3638L1.63654 6.70679C1.44907 6.51926 1.34375 6.26495 1.34375 5.99979C1.34375 5.73462 1.44907 5.48031 1.63654 5.29279Z%27 fill=%27%23404041%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 24px center !important;
  background-size: 16px 16px !important;
}

@media (max-width: 767px) {
  .gform_wrapper.gform_wrapper input[type=text],
  .gform_wrapper.gform_wrapper input[type=email],
  .gform_wrapper.gform_wrapper input[type=tel],
  .gform_wrapper.gform_wrapper input[type=number],
  .gform_wrapper.gform_wrapper input[type=url],
  .gform_wrapper.gform_wrapper input[type=password],
  .gform_wrapper.gform_wrapper input[type=search],
  .gform_wrapper.gform_wrapper input[type=date],
  .gform_wrapper.gform_wrapper input[type=time],
  .gform_wrapper.gform_wrapper input[type=datetime-local],
  .gform_wrapper.gform_wrapper input[type=month],
  .gform_wrapper.gform_wrapper input[type=week],
  .gform_wrapper.gform_wrapper select,
  .gform_wrapper.gform_wrapper textarea {
    height: 48px !important;
    padding: 10px 16px !important;
    font-size: 16px !important;
  }

  .gform_wrapper.gform_wrapper select {
    padding-right: 24px !important;
    background-position: right 16px center !important;
  }
}

.gform_wrapper.gform_wrapper input::placeholder,
.gform_wrapper.gform_wrapper textarea::placeholder {
  font-size: 18px !important;
  font-family: "Open Sans" !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #808080 !important;
  opacity: 1 !important;
}

.gform_wrapper.gform_wrapper textarea {
  height: 120px !important;
  min-height: 120px !important;
  max-height: 120px !important;
  resize: vertical !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .gform_fileupload_rules,
.gform_wrapper.gform_wrapper .gfield_type_file .gfield_description.gform_fileupload_rules,
.gform_wrapper.gform_wrapper .gfield--type-file .gform_fileupload_rules,
.gform_wrapper.gform_wrapper .gfield--type-file .gfield_description.gform_fileupload_rules,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .gform_fileupload_rules,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .gfield_description.gform_fileupload_rules,
.gform_wrapper.gform_wrapper .gfield_type_file .gform_drop_area,
.gform_wrapper.gform_wrapper .gfield_type_file .gform_drop_zone,
.gform_wrapper.gform_wrapper .gfield--type-file .gform_drop_area,
.gform_wrapper.gform_wrapper .gfield--type-file .gform_drop_zone,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .gform_drop_area,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .gform_drop_zone {
  display: none !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]),
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]),
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload,
.gform_wrapper.gform_wrapper .ginput_container_fileupload {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) input[type=file],
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) input[type=file],
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload input[type=file],
.gform_wrapper.gform_wrapper .ginput_container_fileupload input[type=file] {
  position: absolute !important;
  opacity: 0 !important;
  width: 100% !important;
  height: 56px !important;
  cursor: pointer !important;
  z-index: 3 !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) > label,
.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) > button,
.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) .gform_fileupload_multifile > label,
.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) .gform_fileupload_single > label,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) > label,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) > button,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) .gform_fileupload_multifile > label,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) .gform_fileupload_single > label,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload > label,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload > button,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile > label,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_single > label,
.gform_wrapper.gform_wrapper .ginput_container_fileupload > label,
.gform_wrapper.gform_wrapper .ginput_container_fileupload > button,
.gform_wrapper.gform_wrapper .ginput_container_fileupload .gform_fileupload_multifile > label,
.gform_wrapper.gform_wrapper .ginput_container_fileupload .gform_fileupload_single > label {
  display: none !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file])::before,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file])::before,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload::before,
.gform_wrapper.gform_wrapper .ginput_container_fileupload::before {
  content: "Upload your CV" !important;
  display: block !important;
  height: 56px !important;
  padding: 10px 24px !important;
  padding-right: 52px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 8px !important;
  border: 1px solid #404041 !important;
  background-color: #fff !important;
  background-image: url(../.././assets/images/attach.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: right 24px center !important;
  font-family: "Open Sans" !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
  color: #808080 !important;
  pointer-events: none !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]).has-file::before,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]).has-file::before,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload.has-file::before,
.gform_wrapper.gform_wrapper .ginput_container_fileupload.has-file::before {
  content: attr(data-file-name) !important;
  color: #404041 !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]):hover::before,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]):hover::before,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload:hover::before,
.gform_wrapper.gform_wrapper .ginput_container_fileupload:hover::before {
  border-color: rgb(38.6976744186, 38.6976744186, 39.3023255814) !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]):has(input[type=file]:focus)::before,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]):has(input[type=file]:focus)::before,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload:has(input[type=file]:focus)::before,
.gform_wrapper.gform_wrapper .ginput_container_fileupload:has(input[type=file]:focus)::before {
  box-shadow: 0 0 0 2px rgba(64, 64, 65, 0.18) !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]):has(.gform_fileupload_file_name)::before,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]):has(.gform_fileupload_file_name)::before,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload:has(.gform_fileupload_file_name)::before,
.gform_wrapper.gform_wrapper .ginput_container_fileupload:has(.gform_fileupload_file_name)::before {
  display: none !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) .gform_fileupload_files,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) .gform_fileupload_files,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_files,
.gform_wrapper.gform_wrapper .ginput_container_fileupload .gform_fileupload_files {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 56px !important;
  padding: 10px 24px !important;
  padding-right: 52px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  pointer-events: none !important;
  z-index: 2 !important;
  color: #404041 !important;
  font-size: 18px !important;
  font-family: "Open Sans" !important;
  font-weight: 400 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  background-image: url(../.././assets/images/attach.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: right 24px center !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) .gform_fileupload_files .gform_fileupload_file_size,
.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) .gform_fileupload_files .gform_fileupload_file_icon,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) .gform_fileupload_files .gform_fileupload_file_size,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) .gform_fileupload_files .gform_fileupload_file_icon,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_files .gform_fileupload_file_size,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_files .gform_fileupload_file_icon,
.gform_wrapper.gform_wrapper .ginput_container_fileupload .gform_fileupload_files .gform_fileupload_file_size,
.gform_wrapper.gform_wrapper .ginput_container_fileupload .gform_fileupload_files .gform_fileupload_file_icon {
  display: none !important;
}

.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) .gform_fileupload_files .gform_fileupload_file_name,
.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) .gform_fileupload_files span,
.gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) .gform_fileupload_files div,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) .gform_fileupload_files .gform_fileupload_file_name,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) .gform_fileupload_files span,
.gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) .gform_fileupload_files div,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_files .gform_fileupload_file_name,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_files span,
.gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_files div,
.gform_wrapper.gform_wrapper .ginput_container_fileupload .gform_fileupload_files .gform_fileupload_file_name,
.gform_wrapper.gform_wrapper .ginput_container_fileupload .gform_fileupload_files span,
.gform_wrapper.gform_wrapper .ginput_container_fileupload .gform_fileupload_files div {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file])::before,
  .gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file])::before,
  .gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload::before,
  .gform_wrapper.gform_wrapper .ginput_container_fileupload::before {
    height: 48px !important;
    padding: 10px 16px !important;
    padding-right: 52px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    background-position: right 16px center !important;
  }

  .gform_wrapper.gform_wrapper .gfield_type_file .ginput_container:has(input[type=file]) .gform_fileupload_files,
  .gform_wrapper.gform_wrapper .gfield--type-file .ginput_container:has(input[type=file]) .gform_fileupload_files,
  .gform_wrapper.gform_wrapper .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_files,
  .gform_wrapper.gform_wrapper .ginput_container_fileupload .gform_fileupload_files {
    height: 48px !important;
    padding: 10px 16px !important;
    padding-right: 52px !important;
    font-size: 16px !important;
    background-position: right 16px center !important;
  }
}

.gform_wrapper.gform_wrapper .ginput_container_consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.gform_wrapper.gform_wrapper .ginput_container_consent label,
.gform_wrapper.gform_wrapper .ginput_container_consent .gfield_consent_label {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  color: #404041 !important;
}

.gform_wrapper.gform_wrapper .ginput_container_consent input[type=checkbox] {
  width: 24px !important;
  height: 24px !important;
  margin-top: 0 !important;
  flex: 0 0 auto !important;
  border-radius: 4px !important;
  border: 1px solid #404041 !important;
  background: #fff !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}

.gform_wrapper.gform_wrapper .ginput_container_consent input[type=checkbox]:checked {
  background-color: #404041 !important;
  border-color: #404041 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2710%27 viewBox=%270 0 14 10%27 fill=%27none%27%3E%3Cpath d=%27M4.75 9.25L0.75 5.25L1.81 4.19L4.75 7.13L12.19 0.69L13.25 1.75L4.75 9.25Z%27 fill=%27%23FFFFFF%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px 10px !important;
}

.gform_wrapper.gform_wrapper .gform_footer,
.gform_wrapper.gform_wrapper .gform_page_footer {
  margin: 16px 0 0 !important;
  padding: 0 !important;
}

.gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper input[type=submit] {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  line-height: 0 !important;
  height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gform_wrapper.gform_wrapper .gfield_error input[type=text],
.gform_wrapper.gform_wrapper .gfield_error input[type=email],
.gform_wrapper.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper.gform_wrapper .gfield_error input[type=number],
.gform_wrapper.gform_wrapper .gfield_error input[type=url],
.gform_wrapper.gform_wrapper .gfield_error input[type=password],
.gform_wrapper.gform_wrapper .gfield_error input[type=search],
.gform_wrapper.gform_wrapper .gfield_error input[type=date],
.gform_wrapper.gform_wrapper .gfield_error input[type=time],
.gform_wrapper.gform_wrapper .gfield_error input[type=datetime-local],
.gform_wrapper.gform_wrapper .gfield_error input[type=month],
.gform_wrapper.gform_wrapper .gfield_error input[type=week],
.gform_wrapper.gform_wrapper .gfield_error select,
.gform_wrapper.gform_wrapper .gfield_error textarea {
  border-color: #e74c3c !important;
  background-color: rgba(231, 76, 60, 0.03) !important;
}

.gform_wrapper.gform_wrapper .gfield_error .ginput_container_fileupload::before,
.gform_wrapper.gform_wrapper .gfield_error .ginput_container:has(input[type=file])::before {
  border-color: #e74c3c !important;
  background-color: rgba(231, 76, 60, 0.03) !important;
}

.gform_wrapper.gform_wrapper .gfield_error .ginput_container_consent input[type=checkbox] {
  border-color: #e74c3c !important;
}

.gform_wrapper.gform_wrapper .gfield .gfield_description.instruction {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper.gform_wrapper .gfield.gfield_error .gfield_description.instruction {
  display: block !important;
  margin-top: 6px !important;
}

.gform_wrapper.gform_wrapper .gfield_validation_message,
.gform_wrapper.gform_wrapper .validation_message,
.gform_wrapper.gform_wrapper .gfield_description.validation_message {
  display: block !important;
  margin-top: 6px !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #e74c3c !important;
  background: none !important;
  border: none !important;
  line-height: 1.4 !important;
}

.gform_wrapper.gform_wrapper .gform_validation_errors {
  display: none !important;
}

#gform_confirmation_message_1,
.gform_confirmation_message {
  color: #404041 !important;
}

#gform_confirmation_message_1 p,
#gform_confirmation_message_1 li,
#gform_confirmation_message_1 span,
#gform_confirmation_message_1 div,
.gform_confirmation_message p,
.gform_confirmation_message li,
.gform_confirmation_message span,
.gform_confirmation_message div {
  color: #404041 !important;
}

#gform_confirmation_message_1 a,
.gform_confirmation_message a {
  color: #404041 !important;
  text-decoration: underline;
}

.inline-block {
  display: inline-block;
}

.none {
  display: none;
  overflow: hidden;
  position: relative;
}

.desktop {
  display: none !important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.menu {
  padding: 0;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1050;
  box-shadow: 0 2px 52px 0 rgba(0, 0, 0, 0.5);
  width: calc(100% - 30px);
  transform: translateY(-50%);
  text-align: left;
  max-width: 526px;
  margin: auto;
  background-color: #fff;
  transition: 0.5s ease-in-out;
  margin-top: -50px;
  opacity: 0;
  outline: 0;
}

.active .modal {
  margin-top: 0;
  opacity: 1;
}

.modal > * {
  text-align: center;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal__intro {
  background-position: center;
  background-size: cover;
  height: 188px;
}

.modal__body {
  padding: 10px 30px 40px;
}

.modal__exit-button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  padding: 20px;
}

.modal__exit-button svg {
  height: 28px;
  width: 28px;
}

.modal__exit-button svg g,
.modal__exit-button svg path {
  fill: rgba(64, 64, 65, 0.24);
}

.modal__exit-image {
  width: 15px;
}

.modal__header {
  font-weight: 600;
  margin-bottom: 22.5px;
  font-size: 25px;
}

.modal__label {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.modal__input {
  margin-bottom: 24px;
  width: 100%;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  font-size: 18px;
  padding: 6px 13px;
}

.modal__submit {
  padding: 6px 13px;
  width: 100% !important;
}

.active-modal {
  background-color: rgba(64, 64, 65, 0.8);
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 30;
  overflow-y: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 1;
}

.modal .modal-dialog {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%) !important;
}

.modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ebook-modal .modal {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.ebook-modal .modal-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 20px;
  position: relative;
  padding: 0;
  z-index: 1;
  background: transparent;
}

.ebook-modal__title {
  color: #009cda;
  margin: 0;
  text-align: center;
}

.ebook-modal__separator {
  display: block;
  background-color: #fbaf1a;
  width: 120px;
  height: 4px;
  flex: 0 0 auto;
}

.ebook-modal__text {
  margin: 0;
  text-align: center;
}

.ebook-modal .modal__body {
  padding: 0;
  width: 100%;
}

.ebook-modal .gform_wrapper {
  background: transparent !important;
}

.video-modal.active-modal {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
}

.video-modal .modal {
  width: 90vw;
  max-width: 90vw;
  height: 90vh;
  max-height: 90vh;
  background-color: #000;
}

.video-modal .modal-content {
  height: 100%;
  padding: 0;
  position: relative;
}

.video-modal .modal__exit-button {
  top: 8px;
  right: 8px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  z-index: 2;
}

.video-modal__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background-color: #000;
}

.video-modal__youtube-wrapper {
  display: none;
  position: absolute;
  inset: 0;
  background-color: #000;
}

.video-modal__youtube-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-yt-play-button {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-yt-play-button img {
  width: 56px;
  height: 56px;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  transition: transform 0.2s ease;
}

.hero-yt-play-button:hover img,
.hero-yt-play-button:focus img {
  transform: scale(1.1);
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.text-wrapper {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.3px;
}

.text-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -0.3px;
}

.absolute-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
    max-width: 100%;
  }
}

.body--menu {
  overflow-y: hidden;
}

.single-text-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body {
  position: relative;
  width: 100%;
  height: auto;
  color: #404041;
  background-color: #fff;
  direction: ltr;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  overflow: visible;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 82px;
  }
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  body {
    font-variant-ligatures: none;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 0;
  background: none;
}

a {
  color: inherit;
  transition: color 0.2s;
  text-decoration: none;
  cursor: none;
}

a:hover,
a:focus {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role=button] {
  cursor: pointer;
}

b,
strong {
  font-weight: 700;
}

picture {
  display: block;
}

p {
  line-height: 1.4;
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1760px;
  padding-left: 17px;
  padding-right: 17px;
  transition: 0.5s ease;
}

html:not([lang^=en]) body {
  font-family: "Open Sans", "Arial", sans-serif;
}

html:not([lang^=en]) h1,
html:not([lang^=en]) h2,
html:not([lang^=en]) h3,
html:not([lang^=en]) h4,
html:not([lang^=en]) h5,
html:not([lang^=en]) h6 {
  font-family: "Open Sans", "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.button-primary,
.button-secondary,
.button-ebook-download,
.gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper input[type=submit],
.h5,
.h6 {
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: inherit;
  margin: 0;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.button-primary small,
.button-secondary small,
.button-ebook-download small,
.gform_wrapper.gform_wrapper .gform_button small,
.gform_wrapper.gform_wrapper input[type=submit] small,
.h4 .small,
.button-primary .small,
.button-secondary .small,
.button-ebook-download .small,
.gform_wrapper.gform_wrapper .gform_button .small,
.gform_wrapper.gform_wrapper input[type=submit] .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
}

h2,
.h2,
.quote-text p {
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.64px;
}

h3,
.h3 {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.4px;
}

h4,
.h4,
.button-primary,
.button-secondary,
.button-ebook-download,
.gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper input[type=submit] {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  display: block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  white-space: normal;
}

p.small,
p small {
  font-size: 16px;
  line-height: 1.1;
}

.tag-text,
#breadcrumbs,
p.tag-text {
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
}

.quote-text,
.quote-text p {
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.84px;
}

.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 80%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

ul,
ol,
li {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  white-space: normal;
}

ul,
ol {
  margin-block: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

ul > li {
  position: relative;
  display: block;
  padding-left: 18px;
}

ul > li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background-color: #fbaf1a;
  transform: translateY(-50%);
}

.list-unstyled {
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
}

.list-inline {
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted currentColor;
}

blockquote {
  margin: 0 0 25px;
  font-size: inherit;
  border-left: 5px solid;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  color: inherit;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.4;
}

.yt-bg-wrapper {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.yt-bg-wrapper .yt-bg-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 177.78vh;
  min-height: 56.25vw;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.yt-bg-wrapper .yt-bg-cover {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.yt-bg-wrapper .yt-bg-cover--hidden {
  opacity: 0;
}

.footer-form {
  margin-top: 120px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .footer-form {
    margin-top: 270px;
  }
}

.footer-form h2 {
  color: #009cda;
}

.footer-form p {
  color: #404041;
}

.footer-form--long {
  padding: 20px 0;
  margin-top: 0 !important;
}

.footer-form .footer__form.footer__form--long {
  padding: 20px 0;
}

.footer-form .footer__form--long {
  width: 100%;
  border-radius: 12px;
  background-color: #f1f1f2;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.footer-form .footer__form--long::before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: -143px;
  bottom: 0;
  width: 505px;
  height: 222px;
  background-color: #fbaf1a;
  border-radius: 2000px;
}

.footer-form .footer__form--long::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 392px;
  bottom: 0;
  width: 222px;
  height: 222px;
  background-color: #fbaf1a;
  border-radius: 50%;
}

.footer-form .footer__form--long .footer__form__inner {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 40px;
}

.footer-form .footer__form--long .footer__form__inner__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  gap: auto;
}

.footer-form .footer__form--long .footer__form__inner__form {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
  padding: 24px;
  width: 100%;
  height: auto;
}

.footer-form .footer__form--long .footer__form__inner__content,
.footer-form .footer__form--long .footer__form__inner__form {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .footer-form .footer__form--long::before {
    left: -220px;
    width: 360px;
    height: 160px;
  }

  .footer-form .footer__form--long::after {
    left: 200px;
    width: 180px;
    height: 180px;
  }
}

.footer-form .footer__form--short {
  position: absolute;
  width: 310px;
  margin: 0 auto;
  top: -270px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
  z-index: 5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 40px;
}

.footer-form .footer__form--short__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: auto;
}

.footer-form .footer__form--short__btn {
  width: 100%;
}

.footer-form .footer__form--short__btn .button-primary,
.footer-form .footer__form--short__btn .gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper .footer-form .footer__form--short__btn .gform_button,
.footer-form .footer__form--short__btn .gform_wrapper.gform_wrapper input[type=submit],
.gform_wrapper.gform_wrapper .footer-form .footer__form--short__btn input[type=submit] {
  width: 100%;
}

@media (max-width: 767px) {
  .footer-form .footer__form--short::after {
    content: "";
    position: absolute;
    pointer-events: none;
    bottom: -54px;
    right: -106px;
    width: 212px;
    height: 212px;
    background-color: #fbaf1a;
    border-radius: 50%;
    z-index: -1;
  }
}

.footer {
  background-color: #009cda;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 40px;
  position: relative;
  color: #fff;
  padding: 120px 20px;
  border-radius: 12px 12px 0 0;
}

@media (max-width: 767px) {
  .footer--no-newsletter .footer__column--newsletter {
    display: none;
  }
}

.footer__main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0;
}

.footer__column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 16px;
  padding: 40px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.footer__column:first-child {
  padding-top: 0;
}

.footer__column:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.footer__column--menu .footer__menu-container {
  width: 100%;
}

.footer__column--menu .footer__menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 40px;
  list-style: none;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
  margin: 0;
  text-align: center;
}

.footer__column--menu .footer__menu-list li {
  margin: 0;
}

.footer__column--menu .footer__menu-list li::before {
  display: none !important;
  content: none !important;
}

.footer__column--menu .footer__menu-list a {
  color: #fff;
  text-decoration: none;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
}

@media (max-width: 991px) {
  .footer__column--menu .footer__menu-list .footer__menu-link__wrap::before {
    display: none;
  }
}

.footer__column--newsletter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.footer__column--contact {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 24px;
}

.footer__separator {
  display: none;
}

.footer__newsletter {
  width: 100%;
}

.footer__newsletter-title {
  color: #fff;
  margin: 0 0 20px 0;
  text-align: center;
}

.footer__newsletter-form .gform_wrapper.gravity-theme,
.footer__newsletter-form .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme form#gform_4,
.footer__newsletter-form .gform_wrapper.gravity-theme form,
.footer__newsletter-form .gform_wrapper form#gform_4,
.footer__newsletter-form .gform_wrapper form {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme .gform-body,
.footer__newsletter-form .gform_wrapper.gravity-theme .gform_body,
.footer__newsletter-form .gform_wrapper .gform-body,
.footer__newsletter-form .gform_wrapper .gform_body {
  display: contents !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme .gform_fields,
.footer__newsletter-form .gform_wrapper .gform_fields {
  display: contents !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_1,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-email,
.footer__newsletter-form .gform_wrapper #field_4_1,
.footer__newsletter-form .gform_wrapper .gfield--type-email {
  margin: 0 !important;
  padding: 0 !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_1 .gfield_label,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-email .gfield_label,
.footer__newsletter-form .gform_wrapper #field_4_1 .gfield_label,
.footer__newsletter-form .gform_wrapper .gfield--type-email .gfield_label {
  display: none !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_1 input,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-email input,
.footer__newsletter-form .gform_wrapper #field_4_1 input,
.footer__newsletter-form .gform_wrapper .gfield--type-email input {
  border: none !important;
  border-radius: 8px !important;
  height: 56px !important;
  width: 100% !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_2,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-consent,
.footer__newsletter-form .gform_wrapper #field_4_2,
.footer__newsletter-form .gform_wrapper .gfield--type-consent {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  border: none !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_2 legend,
.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_2 .gfield_label,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-consent legend,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-consent .gfield_label,
.footer__newsletter-form .gform_wrapper #field_4_2 legend,
.footer__newsletter-form .gform_wrapper #field_4_2 .gfield_label,
.footer__newsletter-form .gform_wrapper .gfield--type-consent legend,
.footer__newsletter-form .gform_wrapper .gfield--type-consent .gfield_label {
  display: none !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_2 .ginput_container_consent,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-consent .ginput_container_consent,
.footer__newsletter-form .gform_wrapper #field_4_2 .ginput_container_consent,
.footer__newsletter-form .gform_wrapper .gfield--type-consent .ginput_container_consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_2 input[type=checkbox],
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-consent input[type=checkbox],
.footer__newsletter-form .gform_wrapper #field_4_2 input[type=checkbox],
.footer__newsletter-form .gform_wrapper .gfield--type-consent input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin-top: 2px !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_2 label,
.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_2 .gfield_consent_label,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-consent label,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-consent .gfield_consent_label,
.footer__newsletter-form .gform_wrapper #field_4_2 label,
.footer__newsletter-form .gform_wrapper #field_4_2 .gfield_consent_label,
.footer__newsletter-form .gform_wrapper .gfield--type-consent label,
.footer__newsletter-form .gform_wrapper .gfield--type-consent .gfield_consent_label {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme #field_4_2 .gfield_required,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield--type-consent .gfield_required,
.footer__newsletter-form .gform_wrapper #field_4_2 .gfield_required,
.footer__newsletter-form .gform_wrapper .gfield--type-consent .gfield_required {
  display: none !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme .gform-footer,
.footer__newsletter-form .gform_wrapper.gravity-theme .gform_footer,
.footer__newsletter-form .gform_wrapper .gform-footer,
.footer__newsletter-form .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme #gform_submit_button_4,
.footer__newsletter-form .gform_wrapper.gravity-theme .gform_button,
.footer__newsletter-form .gform_wrapper.gravity-theme input[type=submit],
.footer__newsletter-form .gform_wrapper #gform_submit_button_4,
.footer__newsletter-form .gform_wrapper .gform_button,
.footer__newsletter-form .gform_wrapper input[type=submit] {
  width: 100% !important;
  height: 56px !important;
  background-color: #009cda !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 8px !important;
  margin: 0 !important;
  font-size: 16px !important;
  cursor: pointer !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme .gform_validation_errors,
.footer__newsletter-form .gform_wrapper .gform_validation_errors {
  display: none !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme .gfield_error .ginput_container input,
.footer__newsletter-form .gform_wrapper .gfield_error .ginput_container input {
  border: 2px solid #e74c3c !important;
  background-color: #fff !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme .gfield_validation_message,
.footer__newsletter-form .gform_wrapper.gravity-theme .validation_message,
.footer__newsletter-form .gform_wrapper.gravity-theme .gfield_description.validation_message,
.footer__newsletter-form .gform_wrapper .gfield_validation_message,
.footer__newsletter-form .gform_wrapper .validation_message,
.footer__newsletter-form .gform_wrapper .gfield_description.validation_message {
  display: none !important;
}

.footer__newsletter-form .gform_wrapper.gravity-theme::after,
.footer__newsletter-form .gform_wrapper::after {
  content: none;
  position: absolute;
  bottom: -24px;
  left: 0;
  color: #e74c3c;
  font-size: 12px;
  line-height: 1.4;
}

.footer__newsletter-form .gform_wrapper.gravity-theme:has(.gfield_error)::after,
.footer__newsletter-form .gform_wrapper:has(.gfield_error)::after {
  content: "Please fill in all required fields correctly" !important;
}

.footer__contact-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 12px;
}

.footer__contact-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.footer__social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 100%;
}

.footer__social-link {
  display: block;
  width: 34px;
  height: 34px;
  aspect-ratio: 1/1;
  text-decoration: none;
}

.footer__social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 24px;
  padding-top: 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.footer__bottom-left,
.footer__bottom-center,
.footer__bottom-right {
  text-align: center;
}

.footer__bottom-left {
  flex: 0 1 auto;
  order: 2;
}

.footer__bottom-center {
  flex: 0 1 auto;
  order: 1;
}

.footer__bottom-right {
  flex: 0 1 auto;
  order: 3;
}

.footer__credit-bar {
  background-color: #009cda;
  margin: 0 20px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer__copyrights {
  font-weight: 300;
  font-size: 16px;
  opacity: 0.8;
}

.footer__crafted {
  font-weight: 300;
  font-size: 11px;
  opacity: 0.8;
  text-align: center;
}

.footer__crafted .footer__crafted-link {
  color: #fff;
  text-decoration: underline;
}

.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__logo img {
  width: 286px;
  height: auto;
}

@media (max-width: 767px) {
  .footer__logo img {
    width: 195px;
  }
}

.footer__terms-container .footer__terms-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  row-gap: 8px;
  column-gap: 24px;
  list-style: none;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
  margin: 0;
}

@media (max-width: 767px) {
  .footer__terms-container .footer__terms-menu {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 6px 16px;
  }
}

.footer__terms-container .footer__terms-menu li {
  margin: 0;
}

.footer__terms-container .footer__terms-menu li::before {
  display: none !important;
  content: none !important;
}

.footer__terms-container .footer__terms-menu a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer__terms-container .footer__terms-menu a {
    font-size: 11px;
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .footer__terms-container .footer__terms-menu .footer__terms-link__wrap::before {
    display: none;
  }
}

.dropdown {
  overflow: hidden;
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #404041;
  color: #fff;
}

.dropdown__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  width: 100%;
}

.header .menu {
  display: flex;
  gap: 1rem;
}

.header .sub-menu {
  display: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 0 0;
}

.header .sub-menu .menu-item {
  width: 260px;
  text-transform: capitalize;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 2px;
  font-size: 14px;
  position: relative;
  background-color: #404041;
}

.header .sub-menu .menu-item.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
  opacity: 0.5;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
}

.header .menu-item-has-children {
  position: relative;
}

.header__lang-switcher {
  display: none !important;
}

.header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #009cda;
  z-index: 15;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(40, 41, 61, 0.08), -15px 22px 54px 0 rgba(96, 97, 112, 0.07);
  transition: border-radius 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 767px) {
  .header {
    background-color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
    backdrop-filter: none;
  }
}

@media (max-width: 767px) {
  .header--mobile-open {
    height: 100vh;
    max-height: none;
    border-radius: 20px 0 0 20px;
    align-items: stretch;
  }
}

.header__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  width: 100%;
  max-width: 1792px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .header__inner {
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
    height: 60px;
    flex: 0 0 60px;
  }
}

.header__column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.header__column:first-child {
  flex: 0 0 40%;
  justify-content: flex-start;
}

.header__column:nth-child(2) {
  flex: 0 0 10%;
  justify-content: center;
}

.header__column:last-child {
  flex: 0 0 40%;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .header__column:first-child {
    flex: 1;
  }

  .header__column:nth-child(2) {
    display: none;
  }

  .header__column:last-child {
    flex: 0 0 auto;
  }
}

.header__logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  text-decoration: none;
}

.header__logo img {
  height: auto;
  max-height: 40px;
  width: auto;
}

.header__logo--mobile {
  display: none;
}

@media (max-width: 767px) {
  .header__logo--mobile {
    display: flex;
  }
}

.header__right-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 30px;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .header__right-content {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__secondary-menu {
    display: none;
  }
}

.header__secondary-menu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__secondary-menu .menu-item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  list-style: none;
  padding: 0;
}

.header__secondary-menu .menu-item::before {
  display: none !important;
  content: none !important;
}

.header__secondary-menu .menu-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #fbaf1a;
  margin-left: 20px;
  margin-right: 20px;
}

.header__secondary-menu .menu-item a {
  color: #fff;
  text-decoration: none;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  transition: opacity 0.2s ease;
}

.header__secondary-menu .menu-item a:hover {
  opacity: 0.8;
}

.header__lang-switcher {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .header__lang-switcher {
    display: none;
  }
}

.header__lang-switcher--mobile {
  display: none;
}

@media (max-width: 767px) {
  .header__lang-switcher--mobile {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .header--mobile-open .header__lang-switcher--mobile {
    opacity: 1;
    visibility: visible;
  }
}

.header__lang-switcher--mobile .header__lang-switcher-toggle {
  border: none;
  border-radius: 8px;
  background: rgba(199, 199, 199, 0.27);
  height: 42px;
  padding: 8px 12px;
  gap: 4px;
  color: #404041;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.header__lang-switcher--mobile .header__lang-switcher-toggle:hover {
  background-color: rgba(199, 199, 199, 0.4);
}

.header__lang-switcher--mobile .header__lang-switcher-dropdown {
  background-color: #fff;
  border-color: #c3c3c3;
  box-shadow: 0 2px 8px 0 rgba(40, 41, 61, 0.08), -15px 22px 54px 0 rgba(96, 97, 112, 0.07);
}

.header__lang-switcher--mobile .header__lang-switcher-dropdown a {
  color: #404041;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.header__lang-switcher--mobile .header__lang-switcher-dropdown a:hover {
  background-color: rgba(0, 156, 218, 0.1);
  color: #009cda;
}

.header__lang-switcher--mobile .header__lang-switcher-dropdown .is-active a {
  background-color: rgba(0, 156, 218, 0.1);
  color: #009cda;
}

.header__lang-switcher-toggle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 8px;
  height: 43px;
  padding: 8px 12px;
  background: transparent;
  border: 1.3px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.header__lang-switcher-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__lang-switcher-toggle[aria-expanded=true] {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__lang-switcher-toggle[aria-expanded=true] .header__lang-switcher-arrow {
  transform: rotate(180deg);
}

.header__lang-switcher-arrow {
  transition: transform 0.2s ease;
}

.header__lang-switcher-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background-color: #009cda;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
}

.header__lang-switcher-dropdown li {
  margin: 0;
  padding: 0;
}

.header__lang-switcher-dropdown li::before {
  display: none !important;
  content: none !important;
}

.header__lang-switcher-dropdown a {
  display: block;
  padding: 8px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.2s ease;
}

.header__lang-switcher-dropdown a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__lang-switcher-dropdown .is-active a {
  background-color: rgba(255, 255, 255, 0.15);
}

.header__lang-switcher.is-open .header__lang-switcher-dropdown {
  opacity: 1;
  visibility: visible;
}

.header__mobile-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 12px;
  display: none;
}

@media (max-width: 767px) {
  .header__mobile-controls {
    display: flex;
  }
}

.header__mobile-lang-switcher {
  display: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.header__mobile-lang-switcher .header__lang-switcher {
  display: flex !important;
  margin-left: 0;
}

.header__mobile-lang-switcher .wpml-ls-link {
  color: #404041;
  padding: 6px 10px;
}

@media (max-width: 767px) {
  .header--mobile-open .header__mobile-lang-switcher {
    display: flex;
  }
}

.header__mobile-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.header__mobile-toggle-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.header__mobile-toggle-icon svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.header__mobile-toggle-icon--close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.9);
}

.header--mobile-open .header__mobile-toggle-icon--open {
  opacity: 0;
  transform: rotate(90deg) scale(0.9);
}

.header--mobile-open .header__mobile-toggle-icon--close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.header__mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  .header__mobile-menu {
    display: block;
    width: 100%;
    background: #fff;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
}

@media (max-width: 767px) {
  .header--mobile-open .header__mobile-menu {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
}

.header__mobile-menu-nav {
  padding: 24px 0 32px;
}

.header__mobile-cta {
  padding: 0 17px 130px;
}

.header__mobile-cta .button-primary,
.header__mobile-cta .gform_wrapper.gform_wrapper .gform_button,
.gform_wrapper.gform_wrapper .header__mobile-cta .gform_button,
.header__mobile-cta .gform_wrapper.gform_wrapper input[type=submit],
.gform_wrapper.gform_wrapper .header__mobile-cta input[type=submit] {
  width: 100%;
  max-height: unset !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 32px;
}

.header__mobile-menu-list ul,
.header__mobile-menu-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__mobile-menu-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__mobile-menu-list li::before {
  display: none !important;
  content: none !important;
}

.header__mobile-menu-list > li > a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  width: 100%;
  color: #404041;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  height: 40px;
  max-height: 40px;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
}

.header__mobile-menu-list .menu-item-has-children > a::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-image: url(../.././assets/images/mobile-submenu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease;
}

.header__mobile-menu-list .menu-item-has-children.is-open > a::after {
  transform: rotate(180deg);
}

.header__mobile-menu-list .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 32px;
  position: static !important;
  opacity: 1 !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu {
  display: flex !important;
  border-top: 1px solid #009cda;
  border-bottom: 1px solid #009cda;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
  animation: submenuFadeIn 0.25s ease-out;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item {
  animation: submenuItemFadeIn 0.3s ease-out both;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item:nth-child(1) {
  animation-delay: 0s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item:nth-child(2) {
  animation-delay: 0.05s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item:nth-child(3) {
  animation-delay: 0.1s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item:nth-child(4) {
  animation-delay: 0.15s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item:nth-child(5) {
  animation-delay: 0.2s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item:nth-child(6) {
  animation-delay: 0.25s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item:nth-child(7) {
  animation-delay: 0.3s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item:nth-child(8) {
  animation-delay: 0.35s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item:nth-child(9) {
  animation-delay: 0.4s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu > .menu-item:nth-child(10) {
  animation-delay: 0.45s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu:has(.menu-item-has-children.is-open) {
  border-bottom: none;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu:not(:has(.menu-item-has-children)) {
  border-top: none;
  border-bottom: none;
  padding: 0;
  gap: 0;
}

@keyframes submenuFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes submenuItemFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header__mobile-menu-list .sub-menu a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  width: 100%;
  color: #009cda;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  height: 40px;
  text-decoration: none;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
}

.header__mobile-menu-list .sub-menu a::after {
  content: "";
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-image: url(../.././assets/images/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header__mobile-menu-list .sub-menu .menu-item {
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
}

.header__mobile-menu-list .sub-menu > .menu-item-no-children {
  border-bottom: 1px solid #c3c3c3;
  padding-block: 0;
}

.header__mobile-menu-list .sub-menu > .menu-item-no-children:first-child {
  border-top: 1px solid #c3c3c3;
}

.header__mobile-menu-list .sub-menu > .menu-item-no-children .menu-item__link-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #404041 !important;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: normal !important;
  text-decoration: none;
  height: auto !important;
  padding-left: 17px;
  padding-right: 17px;
}

.header__mobile-menu-list .sub-menu > .menu-item-no-children .menu-item__link-block::after {
  display: none !important;
}

.header__mobile-menu-list .sub-menu > .menu-item-no-children .menu-item__link-text {
  margin-bottom: 8px;
}

.header__mobile-menu-list .sub-menu > .menu-item-no-children .mobile-menu__grandchild-description {
  color: #404041;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu:has(.menu-item-has-children):not(:has(.menu-item-has-children.is-open)) > .menu-item-no-children:last-child {
  border-bottom: none;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu:not(:has(.menu-item-has-children)) > .menu-item-no-children {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__mobile-menu-list .sub-menu--grandchildren {
  gap: 0;
  border: none !important;
  padding: 0 !important;
  margin-top: 16px !important;
  display: none !important;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren {
  display: flex !important;
  animation: submenuFadeIn 0.25s ease-out;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item {
  border-bottom: 1px solid #c3c3c3;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  animation: submenuItemFadeIn 0.3s ease-out both;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:nth-child(1) {
  animation-delay: 0s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:nth-child(2) {
  animation-delay: 0.05s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:nth-child(3) {
  animation-delay: 0.1s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:nth-child(4) {
  animation-delay: 0.15s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:nth-child(5) {
  animation-delay: 0.2s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:nth-child(6) {
  animation-delay: 0.25s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:nth-child(7) {
  animation-delay: 0.3s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:nth-child(8) {
  animation-delay: 0.35s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:nth-child(9) {
  animation-delay: 0.4s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:nth-child(10) {
  animation-delay: 0.45s;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:first-child {
  border-top: 1px solid #c3c3c3;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item:last-child {
  border-bottom: none;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item .menu-item__link-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #404041;
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none;
  height: auto;
  padding-left: 17px;
  padding-right: 17px;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item .menu-item__link-block::after {
  display: none;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .menu-item .menu-item__link-text {
  margin-bottom: 8px;
}

.header__mobile-menu-list .menu-item-has-children.is-open > .sub-menu--grandchildren .mobile-menu__grandchild-description {
  color: #404041;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 991px) {
  .header {
    background-color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05), 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.04), 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.04), 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.03), 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.02);
    backdrop-filter: none;
  }

  .header--mobile-open {
    height: 100vh;
    max-height: none;
    border-radius: 20px 0 0 20px;
    align-items: stretch;
  }

  .header__inner {
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
    height: 60px;
    flex: 0 0 60px;
  }

  .header__column:first-child {
    flex: 1;
  }

  .header__column:nth-child(2) {
    display: none;
  }

  .header__column:last-child {
    flex: 0 0 auto;
  }

  .header__logo--mobile {
    display: flex;
  }

  .header__right-content,
  .header__secondary-menu,
  .header__lang-switcher {
    display: none;
  }

  .header__mobile-controls {
    display: flex;
  }

  .header__mobile-menu {
    display: block;
    width: 100%;
    background: #fff;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .header--mobile-open .header__mobile-menu {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
}

html[dir=rtl] .header__column:first-child {
  justify-content: flex-end;
}

html[dir=rtl] .header__column:last-child {
  justify-content: flex-start;
}

html[dir=rtl] .header__right-content {
  justify-content: flex-start;
}

html[dir=rtl] .header__secondary-menu .menu-item:not(:last-child)::after {
  margin-left: 20px;
  margin-right: 20px;
}

.mega-menu {
  position: relative;
}

.mega-menu__top-level {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .mega-menu__top-level {
    display: none;
  }
}

.mega-menu__item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  list-style: none;
  padding: 0;
}

.mega-menu__item::before {
  display: none !important;
  content: none !important;
}

.mega-menu__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #fbaf1a;
  margin-left: 20px;
  margin-right: 20px;
}

.mega-menu__link {
  color: #fff;
  text-decoration: none;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  transition: opacity 0.2s ease;
  position: relative;
}

.mega-menu__link:hover {
  opacity: 0.8;
}

.mega-menu__item--has-children .mega-menu__link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 50px;
  background: transparent;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
}

.mega-menu__item--has-children .mega-menu__link::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url(../.././assets/images/submenu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
  display: inline-block;
}

.mega-menu__item--has-children.is-open .mega-menu__link::before {
  pointer-events: auto;
  opacity: 1;
}

.mega-menu__item--has-children:hover .mega-menu__link::after {
  background-image: url(../.././assets/images/submenu-active.svg);
}

.mega-menu__item--has-children:hover .mega-menu__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
  animation: megaMenuFadeIn 0.3s ease-out;
}

.mega-menu__item--has-children:hover .mega-menu__column {
  animation: megaMenuColumnFadeIn 0.35s ease-out both;
}

.mega-menu__item--has-children:hover .mega-menu__column:nth-child(1) {
  animation-delay: 0s;
}

.mega-menu__item--has-children:hover .mega-menu__column:nth-child(2) {
  animation-delay: 0.08s;
}

.mega-menu__item--has-children:hover .mega-menu__column:nth-child(3) {
  animation-delay: 0.16s;
}

.mega-menu__item--has-children:hover .mega-menu__column:nth-child(4) {
  animation-delay: 0.24s;
}

.mega-menu__item--has-children:hover .mega-menu__column:nth-child(5) {
  animation-delay: 0.32s;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item {
  animation: megaMenuItemFadeIn 0.3s ease-out both;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item:nth-child(1) {
  animation-delay: 0.1s;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item:nth-child(2) {
  animation-delay: 0.15s;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item:nth-child(3) {
  animation-delay: 0.2s;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item:nth-child(4) {
  animation-delay: 0.25s;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item:nth-child(5) {
  animation-delay: 0.3s;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item:nth-child(6) {
  animation-delay: 0.35s;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item:nth-child(7) {
  animation-delay: 0.4s;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item:nth-child(8) {
  animation-delay: 0.45s;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item:nth-child(9) {
  animation-delay: 0.5s;
}

.mega-menu__item--has-children:hover .mega-menu__sub-item:nth-child(10) {
  animation-delay: 0.55s;
}

@keyframes megaMenuFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes megaMenuColumnFadeIn {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes megaMenuItemFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu__dropdown {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 1840px;
  max-width: calc(100vw - 120px);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  padding: 60px;
  margin-left: auto;
  margin-right: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

@media (max-width: 767px) {
  .mega-menu__dropdown {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    padding: 40px 20px;
  }
}

.mega-menu__dropdown-inner {
  padding: 0;
}

.mega-menu__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .mega-menu__columns {
    grid-template-columns: 1fr;
  }
}

.mega-menu__column {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 0;
}

.mega-menu__column-title {
  margin: 0 0 20px 0;
  font-family: "Magistral", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #009cda;
}

.mega-menu__column-title a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.mega-menu__column-title a:hover {
  opacity: 0.8;
}

.mega-menu__sub-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 16px;
}

.mega-menu__sub-item {
  margin: 0;
  position: relative;
  padding-left: 18px;
}

.mega-menu__sub-item::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background-color: #009cda;
  transform: translateY(-50%);
}

.mega-menu__sub-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  text-decoration: none;
  color: #404041;
  transition: color 0.2s ease;
  padding-top: 4px;
  padding-bottom: 4px;
}

.mega-menu__sub-link:hover {
  color: #009cda;
}

.mega-menu__sub-link:hover .mega-menu__sub-title {
  color: #009cda;
}

.mega-menu__sub-dot {
  display: none;
}

.mega-menu__sub-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 4px;
  flex: 1;
}

.mega-menu__sub-title {
  font-family: "Magistral", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #404041;
  margin: 0;
}

.mega-menu__sub-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #404041;
  margin: 0;
  display: block;
}

.mega-menu__sub-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #404041;
  margin: 0;
}

.mega-menu__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  padding-top: 40px;
}

.mega-menu__footer-link {
  width: auto;
}

html[dir=rtl] .mega-menu__dropdown {
  /*rtl:ignore*/
  left: 50%;
  /*rtl:ignore*/
  right: auto;
  /*rtl:ignore*/
  transform: translateX(-50%);
}

html[dir=rtl] .mega-menu__footer {
  /*rtl:ignore*/
  justify-content: flex-start;
}

.accordion-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.accordion-item .accordion {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%;
  /* 24.32px */
  width: 100%;
  position: relative;
  text-align: start;
  border-radius: 8px;
  background: #0E1510;
  box-shadow: 0px 75px 21px 0px rgba(0, 0, 0, 0), 0px 48px 19px 0px rgba(0, 0, 0, 0.01), 0px 27px 16px 0px rgba(0, 0, 0, 0.02), 0px 12px 12px 0px rgba(0, 0, 0, 0.03), 0px 3px 7px 0px rgba(0, 0, 0, 0.04);
  color: #fff;
  padding: 20px 44px 20px 20px;
}

.accordion-item .accordion .active-text {
  display: none;
}

.accordion-item .accordion.active:after {
  transform: rotate(0deg);
  opacity: 0;
}

.accordion-item .accordion.active .active-text {
  display: block;
}

.accordion-item .accordion.active svg {
  transform: rotate(270deg);
}

.accordion-item .accordion.has-active-text.active > span:first-of-type {
  display: none;
}

.accordion-item .accordion svg {
  position: absolute;
  inset-block: 0;
  right: 16px;
  margin-block: auto;
  transform: rotate(90deg);
  transition: 0.3s transform ease-in-out;
}

.accordion-item .accordion-content {
  padding: 0 20px 20px;
  background: #f4f4f4;
  border-radius: 8px;
}

.swiper-button-next,
.swiper-button-prev {
  background: transparent;
  border: 0;
  position: static;
  display: inline-block;
  z-index: 1;
  padding: 0;
  height: auto;
  margin: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 29px;
}

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

.section-arrows {
  text-align: center;
  z-index: 2;
  margin-top: 25px;
}

.section-arrows .swiper-button-next,
.section-arrows .swiper-button-prev {
  color: #000000;
}

.section-arrows .swiper-button-next:after,
.section-arrows .swiper-button-prev:after {
  font-size: 25px;
}

.swiper .swiper-pagination {
  position: static;
  margin-block: 16px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  margin-inline: 4px;
  width: 12px;
  height: 12px;
}