@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: content-box;
  transition-property: transform;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition-property: transform;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2) );
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: 100%;
  bottom: 10px;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  border-radius: 50%;
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
  background: #00000040;
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  background: #0000001a;
  border-radius: 10px;
  position: relative;
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 50;
  height: 5px;
  width: 98%;
  position: absolute;
  bottom: 3px;
  left: 1%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  z-index: 50;
  width: 5px;
  height: 98%;
  position: absolute;
  top: 1%;
  right: 3px;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: #00000080;
  border-radius: 10px;
  position: relative;
  top: 0;
  left: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  filter: blur(50px);
  background: #000;
  position: absolute;
  inset: 0;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  transition-property: transform, opacity, height;
  overflow: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

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

:before, :after {
  --tw-content: "";
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.top-2 {
  top: .5rem;
}

.left-0 {
  left: 0;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0;
}

.-top-14 {
  top: -3.5rem;
}

.top-full {
  top: 100%;
}

.-top-10 {
  top: -2.5rem;
}

.left-1\/2 {
  left: 50%;
}

.top-20 {
  top: 5rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

.bottom-0 {
  bottom: 0;
}

.top-1\/4 {
  top: 25%;
}

.-top-2 {
  top: -.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.top-1 {
  top: .25rem;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[2\] {
  z-index: 2;
}

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

.z-\[3\] {
  z-index: 3;
}

.z-\[1\] {
  z-index: 1;
}

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

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

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

.-mx-3 {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.-mx-\[8px\] {
  margin-left: -8px;
  margin-right: -8px;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.-mt-\[1px\] {
  margin-top: -1px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-1 {
  margin-top: .25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.ml-3 {
  margin-left: .75rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mr-3 {
  margin-right: .75rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-8 {
  margin-right: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-2 {
  margin-right: .5rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-36 {
  height: 9rem;
}

.h-14 {
  height: 3.5rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-0 {
  height: 0;
}

.h-2\/4 {
  height: 50%;
}

.h-48 {
  height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.w-screen {
  width: 100vw;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-36 {
  width: 9rem;
}

.w-14 {
  width: 3.5rem;
}

.w-0 {
  width: 0;
}

.w-60 {
  width: 15rem;
}

.w-4 {
  width: 1rem;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-full {
  min-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.flex-auto {
  flex: auto;
}

.flex-1 {
  flex: 1;
}

.flex-grow {
  flex-grow: 1;
}

.origin-center {
  transform-origin: center;
}

.-translate-x-\[30px\] {
  --tw-translate-x: -30px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1 {
  --tw-translate-y: .25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.appearance-none {
  appearance: none;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.gap-7 {
  gap: 1.75rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-t-footer {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#EAEAE633\] {
  border-color: #eaeae633;
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(28 20 99 / var(--tw-border-opacity));
}

.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 129 169 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(28 20 99 / var(--tw-bg-opacity));
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 230 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 230 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-darkGrey {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 222 / var(--tw-bg-opacity));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-to: #0000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-3 {
  padding: .75rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pt-3 {
  padding-top: .75rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pl-2 {
  padding-left: .5rem;
}

.pt-1 {
  padding-top: .25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-none {
  line-height: 1;
}

.tracking-wider {
  letter-spacing: .05em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(28 20 99 / var(--tw-text-opacity));
}

.text-pink {
  --tw-text-opacity: 1;
  color: rgb(255 129 169 / var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(234 234 230 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: .6;
}

.opacity-30 {
  opacity: .3;
}

.opacity-50 {
  opacity: .5;
}

.opacity-40 {
  opacity: .4;
}

.opacity-70 {
  opacity: .7;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

.duration-700 {
  transition-duration: .7s;
}

.will-change-transform {
  will-change: transform;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1760px;
  }
}

.container--wide {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 576px) {
  .container--wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.flex-col-1, .flex-col-2, .flex-col-3, .flex-col-4, .flex-col-5, .flex-col-6, .flex-col-7, .flex-col-8, .flex-col-9, .flex-col-10, .flex-col-11, .flex-col-12, .flex-col, .flex-col-auto {
  min-height: 1px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.flex-col {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}

.flex-col-auto {
  width: auto;
  max-width: none;
  flex: none;
}

.flex-col-4 {
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
}

.flex-col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.flex-col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

.u-object-fit {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flex-column {
  flex-direction: column;
}

.u-abs-center {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  position: absolute;
  top: 50%;
  left: 50%;
}

.u-abs-fill {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.-translate-x-50-percent {
  transform: translateX(-50%);
}

.-translate-xy-50-percent {
  transform: translate(-50%, -50%);
}

:root {
  --header-height: 75px;
  --hamburger-top: 14px;
  --hamburger-top-fixed: 14px;
}

@media screen and (min-width: 576px) {
  :root {
    --header-height: 80px;
  }
}

@media screen and (min-width: 768px) {
  :root {
    --hamburger-top: 18px;
    --hamburger-top-fixed: 16px;
    --header-height: 89px;
  }
}

@media screen and (min-width: 992px) {
  :root {
    --header-height: 103px;
  }
}

@media screen and (min-width: 1200px) {
  :root {
    --header-height: 116px;
  }
}

@media screen and (min-width: 1400px) {
  :root {
    --header-height: 121px;
  }
}

.cta-multi-images {
  --circle-width: 125px;
  --circle-height: 125px;
  --circle-top: 55px;
  --circle-left: 50px;
}

@media screen and (min-width: 576px) {
  .cta-multi-images {
    --circle-width: 143px;
    --circle-height: 143px;
    --circle-top: 75px;
  }
}

@media screen and (min-width: 768px) {
  .cta-multi-images {
    --circle-width: 161px;
    --circle-height: 161px;
    --circle-top: 60px;
    --circle-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .cta-multi-images {
    --circle-width: 197px;
    --circle-height: 197px;
    --circle-top: 65px;
    --circle-left: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .cta-multi-images {
    --circle-width: 233px;
    --circle-height: 233px;
    --circle-left: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .cta-multi-images {
    --circle-width: 269px;
    --circle-height: 269px;
  }
}

@media screen and (min-width: 1600px) {
  .cta-multi-images {
    --circle-width: 305px;
    --circle-height: 305px;
    --circle-top: 90px;
  }
}

@media screen and (min-width: 1920px) {
  .cta-multi-images {
    --circle-width: 341px;
    --circle-height: 341px;
    --circle-top: 110px;
  }
}

@font-face {
  font-family: GT Super;
  src: url("GTSuperDsTrial-Su.f6d46f9b.eot");
  src: url("GTSuperDsTrial-Su.f6d46f9b.eot#iefix") format("embedded-opentype"), url("GTSuperDsTrial-Su.ead25cca.woff") format("woff"), url("GTSuperDsTrial-Su.4b36d92a.ttf") format("truetype"), url("GTSuperDsTrial-Su.ba5ab46d.svg#GTSuperDsTrial-Su") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Calibre;
  src: url("Calibre-Regular.fc19cae0.eot");
  src: url("Calibre-Regular.fc19cae0.eot#iefix") format("embedded-opentype"), url("Calibre-Regular.1bc7a36b.woff") format("woff"), url("Calibre-Regular.41476700.ttf") format("truetype"), url("Calibre-Regular.8cba5235.svg#Calibre-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Calibre;
  src: url("Calibre-Medium.9d89d8d3.eot");
  src: url("Calibre-Medium.9d89d8d3.eot#iefix") format("embedded-opentype"), url("Calibre-Medium.6b4926b4.woff") format("woff"), url("Calibre-Medium.4e5ae596.ttf") format("truetype"), url("Calibre-Medium.7acff8b6.svg#Calibre-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Calibre;
  src: url("Calibre-Semibold.6dcfa904.eot");
  src: url("Calibre-Semibold.6dcfa904.eot#iefix") format("embedded-opentype"), url("Calibre-Semibold.8696949b.woff") format("woff"), url("Calibre-Semibold.2d07e771.ttf") format("truetype"), url("Calibre-Semibold.183fc1fa.svg#Calibre-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

* {
  letter-spacing: -.02em;
  text-rendering: geometricprecision;
  font-family: Calibre;
  font-style: normal;
  font-weight: 400;
}

.t-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media screen and (min-width: 992px) {
  .t-body {
    font-size: 18px;
    line-height: 1.56;
  }
}

.t-body-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

@media screen and (min-width: 992px) {
  .t-body-medium {
    line-height: 1.6;
  }
}

.t-body-large {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.28;
}

@media screen and (min-width: 576px) {
  .t-body-large {
    font-size: 24px;
    line-height: 1.26;
  }
}

@media screen and (min-width: 768px) {
  .t-body-large {
    font-size: 26px;
    line-height: 1.24;
  }
}

@media screen and (min-width: 992px) {
  .t-body-large {
    font-size: 28px;
    line-height: 1.22;
  }
}

@media screen and (min-width: 1200px) {
  .t-body-large {
    font-size: 30px;
    line-height: 1.2;
  }
}

.t-body-xl, .t-body-extra-large {
  font-size: 28px;
  line-height: 1.28;
}

@media screen and (min-width: 576px) {
  .t-body-xl, .t-body-extra-large {
    font-size: 29px;
    line-height: 1.26;
  }
}

@media screen and (min-width: 768px) {
  .t-body-xl, .t-body-extra-large {
    font-size: 30px;
    line-height: 1.24;
  }
}

@media screen and (min-width: 992px) {
  .t-body-xl, .t-body-extra-large {
    font-size: 31px;
    line-height: 1.22;
  }
}

@media screen and (min-width: 1200px) {
  .t-body-xl, .t-body-extra-large {
    font-size: 32px;
    line-height: 1.2;
  }
}

h1, h2, h3, h4, h5, h6, .t-h1, .t-h2, .t-h3, .t-h4, .t-h5, .t-h6, .t-subheading {
  margin-bottom: 0;
}

h1, .t-h1 {
  font-family: GT Super;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

@media screen and (min-width: 576px) {
  h1, .t-h1 {
    font-size: 60px;
  }
}

@media screen and (min-width: 768px) {
  h1, .t-h1 {
    font-size: 70px;
  }
}

@media screen and (min-width: 992px) {
  h1, .t-h1 {
    font-size: 80px;
  }
}

@media screen and (min-width: 1200px) {
  h1, .t-h1 {
    font-size: 95px;
  }
}

@media screen and (min-width: 1400px) {
  h1, .t-h1 {
    font-size: 110px;
  }
}

h2, .t-h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 576px) {
  h2, .t-h2 {
    font-size: 52px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  h2, .t-h2 {
    font-size: 59px;
    line-height: 1.18;
  }
}

@media screen and (min-width: 992px) {
  h2, .t-h2 {
    font-size: 66px;
    line-height: 1.14;
  }
}

@media screen and (min-width: 1200px) {
  h2, .t-h2 {
    font-size: 73px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 1400px) {
  h2, .t-h2 {
    font-size: 80px;
    line-height: 1.06;
  }
}

h3, .t-h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 576px) {
  h3, .t-h3 {
    font-size: 43px;
  }
}

@media screen and (min-width: 768px) {
  h3, .t-h3 {
    font-size: 46px;
  }
}

@media screen and (min-width: 992px) {
  h3, .t-h3 {
    font-size: 49px;
  }
}

@media screen and (min-width: 1200px) {
  h3, .t-h3 {
    font-size: 52px;
  }
}

@media screen and (min-width: 1400px) {
  h3, .t-h3 {
    font-size: 55px;
  }
}

h4, .t-h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 576px) {
  h4, .t-h4 {
    font-size: 27px;
    line-height: 1.15;
  }
}

@media screen and (min-width: 768px) {
  h4, .t-h4 {
    font-size: 28px;
  }
}

@media screen and (min-width: 992px) {
  h4, .t-h4 {
    font-size: 29px;
  }
}

@media screen and (min-width: 1200px) {
  h4, .t-h4 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  h4, .t-h4 {
    font-size: 32px;
  }
}

h5, .t-h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}

@media screen and (min-width: 768px) {
  h5, .t-h5 {
    font-size: 25px;
  }
}

@media screen and (min-width: 992px) {
  h5, .t-h5 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
  h5, .t-h5 {
    font-size: 27px;
  }
}

@media screen and (min-width: 1400px) {
  h5, .t-h5 {
    font-size: 28px;
  }
}

h6, .t-h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

@media screen and (min-width: 768px) {
  h6, .t-h6 {
    font-size: 21px;
  }
}

@media screen and (min-width: 992px) {
  h6, .t-h6 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1200px) {
  h6, .t-h6 {
    font-size: 23px;
  }
}

@media screen and (min-width: 1400px) {
  h6, .t-h6 {
    font-size: 24px;
  }
}

.t-subheading {
  font-family: GT Super;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.12;
}

@media screen and (min-width: 576px) {
  .t-subheading {
    font-size: 45px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px) {
  .t-subheading {
    font-size: 50px;
    line-height: 1.09;
  }
}

@media screen and (min-width: 992px) {
  .t-subheading {
    font-size: 60px;
    line-height: 1.08;
  }
}

@media screen and (min-width: 1200px) {
  .t-subheading {
    font-size: 70px;
    line-height: 1.07;
  }
}

@media screen and (min-width: 1400px) {
  .t-subheading {
    font-size: 80px;
    line-height: 1.06;
  }
}

p {
  margin-bottom: 1rem;
}

.t-super {
  font-family: GT Super;
}

.t-calibre {
  font-family: Calibre;
}

.text-justify {
  text-align: justify;
}

.u-wysiwyg p:last-child {
  margin-bottom: 0;
}

.u-wysiwyg--large p {
  font-size: 22px;
  line-height: 28px;
}

@media only screen and (min-width: 1200px) {
  .u-wysiwyg--large p {
    font-size: 30px;
    line-height: 36px;
  }
}

.u-wysiwyg #cmplz-datarequest-form input[type="text"], .u-wysiwyg #cmplz-datarequest-form input[type="email"], .u-wysiwyg #cmplz-datarequest-form input[type="tel"], .u-wysiwyg #cmplz-datarequest-form input[type="url"], .u-wysiwyg #cmplz-datarequest-form input[type="search"], .u-wysiwyg #cmplz-datarequest-form input[type="number"], .u-wysiwyg #cmplz-datarequest-form textarea {
  color: #fff;
  font-size: inherit;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  margin: 0 0 10px 10px;
  padding: 7px 10px;
  line-height: 1;
}

.u-wysiwyg #cmplz-datarequest-form input[type="button"] {
  background-color: #ff81a9;
  border-radius: 30px;
  align-items: center;
  padding: 12px 30px;
  transition: background-color .3s ease-in-out;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .u-wysiwyg #cmplz-datarequest-form input[type="button"]:hover .c-btn__text {
    color: #1c1463;
  }

  .u-wysiwyg #cmplz-datarequest-form input[type="button"]:hover .c-btn__circle {
    right: calc(50% - 8px);
    transform: scale(22);
  }

  .u-wysiwyg #cmplz-datarequest-form input[type="button"]:hover .c-btn__arrow-container .e-svg {
    opacity: 1;
  }
}

body.bg-is-pink .u-wysiwyg #cmplz-datarequest-form input[type="button"] {
  background-color: #1c1463;
}

body.bg-is-pink .u-wysiwyg #cmplz-datarequest-form input[type="button"] .c-btn__text {
  color: #eaeae6;
}

body.bg-is-pink .u-wysiwyg #cmplz-datarequest-form input[type="button"] .c-btn__circle {
  background-color: #ff81a9;
}

@media (hover: hover) and (pointer: fine) {
  body.bg-is-pink .u-wysiwyg #cmplz-datarequest-form input[type="button"]:hover .c-btn__text {
    color: #1c1463;
  }

  body.bg-is-pink .u-wysiwyg #cmplz-datarequest-form input[type="button"]:hover .c-btn__arrow-container .e-svg {
    opacity: 1;
  }
}

body.bg-is-orange .u-wysiwyg #cmplz-datarequest-form input[type="button"] {
  background-color: #03342f;
}

body.bg-is-orange .u-wysiwyg #cmplz-datarequest-form input[type="button"] .c-btn__text {
  color: #eaeae6;
}

body.bg-is-orange .u-wysiwyg #cmplz-datarequest-form input[type="button"] .c-btn__circle {
  background-color: #f49848;
}

@media (hover: hover) and (pointer: fine) {
  body.bg-is-orange .u-wysiwyg #cmplz-datarequest-form input[type="button"]:hover .c-btn__text {
    color: #03342f;
  }

  body.bg-is-orange .u-wysiwyg #cmplz-datarequest-form input[type="button"]:hover .c-btn__arrow-container .e-svg {
    opacity: 1;
  }
}

body.bg-is-green .u-wysiwyg #cmplz-datarequest-form input[type="button"] {
  background-color: #f49848;
}

body.bg-is-green .u-wysiwyg #cmplz-datarequest-form input[type="button"] .c-btn__text {
  color: #03342f;
}

body.bg-is-green .u-wysiwyg #cmplz-datarequest-form input[type="button"] .c-btn__circle {
  background-color: #eaeae6;
}

@media (hover: hover) and (pointer: fine) {
  body.bg-is-green .u-wysiwyg #cmplz-datarequest-form input[type="button"]:hover .c-btn__text {
    color: #f49848;
  }

  body.bg-is-green .u-wysiwyg #cmplz-datarequest-form input[type="button"]:hover .c-btn__arrow-container .e-svg {
    opacity: 1;
  }
}

.list.theme-blue .u-wysiwyg #cmplz-datarequest-form input[type="button"] {
  background: #ff81a9;
}

.list.theme-orange .u-wysiwyg #cmplz-datarequest-form input[type="button"] {
  background: #03342f;
}

.list.theme-pink .u-wysiwyg #cmplz-datarequest-form input[type="button"] {
  background: #1c1463;
}

.list.theme-green .u-wysiwyg #cmplz-datarequest-form input[type="button"] {
  background: #f49848;
}

@media only screen and (max-width: 991px) {
  .clients-partners__list-item-button .u-wysiwyg #cmplz-datarequest-form input[type="button"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .clients-partners__list-item-button .u-wysiwyg #cmplz-datarequest-form input[type="button"] .e-svg-container {
    width: 13px;
    height: 13px;
    margin-left: 10px;
  }
}

.u-wysiwyg #cmplz-datarequest-form input[type="button"] {
  color: #1c1463;
  background-color: #eaeae6;
  line-height: 1;
}

.u-wysiwyg .cookies-per-purpose {
  color: #000;
}

.u-wysiwyg .cmplz-category-title, .u-wysiwyg .cmplz-always-active, .u-wysiwyg .cmplz-service-header {
  color: #000 !important;
}

.u-wysiwyg .cmplz-banner-checkbox input {
  margin: 10px;
}

.u-wysiwyg #cmplz-document a[target="_blank"]:after {
  background-color: #fff;
  padding: 3px;
}

html, body {
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

body.has-full-embed-popup .c-header, body.has-full-embed-popup .c-sticky-btn, body.has-full-embed-popup .js-article-slider-pagination, body.has-full-embed-popup .js-article-slider-next, body.has-full-embed-popup .js-article-slider-prev {
  opacity: 0;
  visibility: hidden;
}

@media (hover: hover) and (pointer: fine) {
  body:not(.show-cursor) * {
    cursor: none !important;
  }
}

[data-lenis-prevent] {
  overscroll-behavior: contain;
}

.js-split-text div, .js-split-text span {
  font-family: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

main .content-wrapper section.module-1 + .module-2:not(.no-extra-padding) {
  padding-top: 54px;
}

@media screen and (min-width: 576px) {
  main .content-wrapper section.module-1 + .module-2:not(.no-extra-padding) {
    padding-top: 73px;
  }
}

@media screen and (min-width: 768px) {
  main .content-wrapper section.module-1 + .module-2:not(.no-extra-padding) {
    padding-top: 92px;
  }
}

@media screen and (min-width: 992px) {
  main .content-wrapper section.module-1 + .module-2:not(.no-extra-padding) {
    padding-top: 100px;
  }
}

main .content-wrapper section.has-border {
  margin-top: -4.33333vw;
}

main .content-wrapper section.has-border + .rotating-heading, main .content-wrapper section.has-border + .fwm {
  margin-top: -105px;
}

@media screen and (min-width: 576px) {
  main .content-wrapper section.has-border + .rotating-heading, main .content-wrapper section.has-border + .fwm {
    margin-top: -130px;
  }
}

@media screen and (min-width: 768px) {
  main .content-wrapper section.has-border + .rotating-heading, main .content-wrapper section.has-border + .fwm {
    margin-top: -160px;
  }
}

@media screen and (min-width: 992px) {
  main .content-wrapper section.has-border + .rotating-heading, main .content-wrapper section.has-border + .fwm {
    margin-top: -190px;
  }
}

@media screen and (min-width: 1200px) {
  main .content-wrapper section.has-border + .rotating-heading, main .content-wrapper section.has-border + .fwm {
    margin-top: -220px;
  }
}

@media screen and (min-width: 1400px) {
  main .content-wrapper section.has-border + .rotating-heading, main .content-wrapper section.has-border + .fwm {
    margin-top: -225px;
  }
}

@media screen and (min-width: 1600px) {
  main .content-wrapper section.has-border + .rotating-heading, main .content-wrapper section.has-border + .fwm {
    margin-top: -235px;
  }
}

@media screen and (min-width: 1920px) {
  main .content-wrapper section.has-border + .rotating-heading, main .content-wrapper section.has-border + .fwm {
    margin-top: -245px;
  }
}

main .content-wrapper section.has-top-border {
  margin-top: -4.33333vw;
}

main .content-wrapper section.has-top-border + .rotating-heading, main .content-wrapper section.has-top-border + .fwm {
  margin-top: -90px;
}

@media only screen and (min-width: 576px) {
  main .content-wrapper section.has-top-border + .rotating-heading, main .content-wrapper section.has-top-border + .fwm {
    margin-top: -110px;
  }
}

@media only screen and (min-width: 768px) {
  main .content-wrapper section.has-top-border + .rotating-heading, main .content-wrapper section.has-top-border + .fwm {
    margin-top: -130px;
  }
}

@media only screen and (min-width: 992px) {
  main .content-wrapper section.has-top-border + .rotating-heading, main .content-wrapper section.has-top-border + .fwm {
    margin-top: -350px;
  }
}

@media only screen and (min-width: 1200px) {
  main .content-wrapper section.has-top-border + .rotating-heading, main .content-wrapper section.has-top-border + .fwm {
    margin-top: -370px;
  }
}

main .content-wrapper section + .fwm {
  z-index: 1;
  position: relative;
}

main .content-wrapper .fwm + section.has-border {
  z-index: 2;
  margin-top: calc(-54px - 4.33333vw);
  position: relative;
}

@media screen and (min-width: 576px) {
  main .content-wrapper .fwm + section.has-border {
    margin-top: calc(-73px - 4.33333vw);
  }
}

@media screen and (min-width: 768px) {
  main .content-wrapper .fwm + section.has-border {
    margin-top: calc(-92px - 4.33333vw);
  }
}

@media screen and (min-width: 992px) {
  main .content-wrapper .fwm + section.has-border {
    margin-top: calc(-111px - 4.33333vw);
  }
}

@media screen and (min-width: 1200px) {
  main .content-wrapper .fwm + section.has-border {
    margin-top: calc(-130px - 4.33333vw);
  }
}

main .content-wrapper .fwc + .rotating-heading {
  margin-top: -5px;
}

main .content-wrapper .rotating-heading + .logos-grid {
  z-index: 10;
  margin-top: -50px;
  position: relative;
}

@media screen and (min-width: 576px) {
  main .content-wrapper .rotating-heading + .logos-grid {
    z-index: 2;
    margin-top: 0;
  }
}

main .content-wrapper .rotating-heading + .grid-items.bg-gray {
  margin-top: -65px;
}

@media screen and (min-width: 576px) {
  main .content-wrapper .rotating-heading + .grid-items.bg-gray {
    margin-top: -70px;
  }
}

@media screen and (min-width: 768px) {
  main .content-wrapper .rotating-heading + .grid-items.bg-gray {
    margin-top: -75px;
  }
}

@media screen and (min-width: 992px) {
  main .content-wrapper .rotating-heading + .grid-items.bg-gray {
    margin-top: -85px;
  }
}

@media screen and (min-width: 1200px) {
  main .content-wrapper .rotating-heading + .grid-items.bg-gray {
    margin-top: -90px;
  }
}

@media screen and (min-width: 1400px) {
  main .content-wrapper .rotating-heading + .grid-items.bg-gray {
    margin-top: -95px;
  }
}

@media screen and (min-width: 1920px) {
  main .content-wrapper .rotating-heading + .grid-items.bg-gray {
    margin-top: -105px;
  }
}

main .content-wrapper .list + .fwc.bg-gray {
  padding-top: 60px;
}

@media screen and (min-width: 576px) {
  main .content-wrapper .list + .fwc.bg-gray {
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  main .content-wrapper .list + .fwc.bg-gray {
    padding-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  main .content-wrapper .list + .fwc.bg-gray {
    padding-top: 90px;
  }
}

@media screen and (min-width: 1200px) {
  main .content-wrapper .list + .fwc.bg-gray {
    padding-top: 100px;
  }
}

main .content-wrapper .list + .grid-items.bg-gray {
  padding-top: 30px;
}

@media screen and (min-width: 992px) {
  main .content-wrapper .list.theme-blue + .slider {
    padding-top: 50px;
  }
}

main .content-wrapper .list.theme-orange + .slider .slider__heading {
  color: #03342f;
}

main .content-wrapper .list.theme-orange + .rotating-heading .rotating-heading__container--first {
  background-color: #f49848;
}

main .content-wrapper .list.theme-orange + .rotating-heading .rotating-heading__container--first .rotating-heading__text {
  color: #03342f;
  background-color: #f49848;
}

main .content-wrapper .list.theme-orange + .rotating-heading .rotating-heading__container--first .e-svg-container .e-svg__fill {
  fill: #03342f;
}

main .content-wrapper .list.theme-orange + .rotating-heading .rotating-heading__container--first .e-svg-container .e-svg__stroke {
  stroke: #03342f;
}

main .content-wrapper .list.theme-orange + .grid-items:not(.bg-gray) .grid-items__heading, main .content-wrapper .list.theme-orange + .cta-multi-images .cta-multi-images__heading {
  color: #03342f;
}

main .content-wrapper .list.theme-pink + .slider .slider__heading {
  color: #1c1463;
}

main .content-wrapper .list.theme-pink + .rotating-heading .rotating-heading__container--first {
  background-color: #ff81a9;
}

main .content-wrapper .list.theme-pink + .rotating-heading .rotating-heading__container--first .rotating-heading__text {
  color: #1c1463;
  background-color: #ff81a9;
}

main .content-wrapper .list.theme-pink + .rotating-heading .rotating-heading__container--first .e-svg-container .e-svg__fill {
  fill: #1c1463;
}

main .content-wrapper .list.theme-pink + .rotating-heading .rotating-heading__container--first .e-svg-container .e-svg__stroke {
  stroke: #1c1463;
}

main .content-wrapper .list.theme-pink + .grid-items:not(.bg-gray) .grid-items__heading, main .content-wrapper .list.theme-pink + .cta-multi-images .cta-multi-images__heading {
  color: #1c1463;
}

main .content-wrapper .list.theme-green + .slider .slider__heading {
  color: #f49848;
}

main .content-wrapper .list.theme-green + .rotating-heading .rotating-heading__container--first {
  background-color: #03342f;
}

main .content-wrapper .list.theme-green + .rotating-heading .rotating-heading__container--first .rotating-heading__text {
  color: #f49848;
  background-color: #03342f;
}

main .content-wrapper .list.theme-green + .rotating-heading .rotating-heading__container--first .e-svg-container .e-svg__fill {
  fill: #f49848;
}

main .content-wrapper .list.theme-green + .rotating-heading .rotating-heading__container--first .e-svg-container .e-svg__stroke {
  stroke: #f49848;
}

main .content-wrapper .list.theme-green + .grid-items:not(.bg-gray) .grid-items__heading, main .content-wrapper .list.theme-green + .cta-multi-images .cta-multi-images__heading {
  color: #f49848;
}

main .content-wrapper .grid-items.bg-gray + .fwc.bg-gray {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (min-width: 576px) {
  main .content-wrapper .grid-items.bg-gray + .fwc.bg-gray {
    margin-top: -110px;
    padding-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  main .content-wrapper .grid-items.bg-gray + .fwc.bg-gray {
    margin-top: -130px;
    padding-top: 130px;
  }
}

@media screen and (min-width: 992px) {
  main .content-wrapper .grid-items.bg-gray + .fwc.bg-gray {
    margin-top: -150px;
    padding-top: 150px;
  }
}

@media screen and (min-width: 1200px) {
  main .content-wrapper .grid-items.bg-gray + .fwc.bg-gray {
    margin-top: -180px;
    padding-top: 180px;
  }
}

input:focus, textarea:focus, select:focus {
  outline: 2px solid #0000 !important;
  box-shadow: 0 0 0 2px #f9f9d1, 0 0 0 4px #396196 !important;
}

.c-header {
  z-index: 10000;
  width: 100%;
  background-color: #0000;
  padding: 22px 0 0;
  transition: all .3s ease-in-out;
  position: fixed;
}

@media screen and (min-width: 576px) {
  .c-header {
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .c-header {
    padding: 35px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .c-header {
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .c-header {
    padding: 45px 0 0;
  }
}

@media screen and (min-width: 1400px) {
  .c-header {
    padding: 50px 0 0;
  }
}

.c-header__logo-container .e-svg {
  width: 66px;
  height: 37px;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 576px) {
  .c-header__logo-container .e-svg {
    width: 81px;
    height: 45px;
  }
}

@media screen and (min-width: 768px) {
  .c-header__logo-container .e-svg {
    width: 96px;
    height: 54px;
  }
}

@media screen and (min-width: 992px) {
  .c-header__logo-container .e-svg {
    width: 111px;
    height: 63px;
  }
}

.c-header__logo-container .e-svg path {
  transition: all .7s;
}

.c-header__contact-btn {
  opacity: 1;
  visibility: visible;
  border-radius: 30px;
  padding: 13px 20px;
  font-size: 18px;
  line-height: 1;
  transition: all .3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .c-header__contact-btn {
    padding: 16px 20px;
  }
}

.c-header__contact-btn span {
  transform: translateY(3px);
}

.c-header__contact-arrow-container {
  margin-right: 8px;
  transform: scaleY(-1);
}

.c-header__hamburger {
  width: 38px;
}

.c-header__hamburger:focus {
  outline: 1px auto -webkit-focus-ring-color;
  outline: 1px auto -moz-focusring;
  outline: 1px auto Highlight;
  outline: 1px auto focus-ring;
  outline-offset: 1px;
}

@media screen and (min-width: 576px) {
  .c-header__hamburger {
    width: 43px;
  }
}

@media screen and (min-width: 768px) {
  .c-header__hamburger {
    width: 48px;
  }
}

.c-header__hamburger span {
  width: 100%;
  height: 7px;
  background-color: #fff;
  transition: all .3s;
  display: block;
  position: relative;
  left: 0;
}

@media screen and (min-width: 768px) {
  .c-header__hamburger span {
    height: 10px;
  }
}

.c-header__hamburger span + span {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .c-header__hamburger span + span {
    margin-top: 8px;
  }
}

.c-header__hamburger.active.blue span {
  background-color: #1c1463;
}

.c-header__hamburger.active span:nth-child(1) {
  animation: .4s forwards top;
}

.c-header__hamburger.active span:nth-child(2) {
  animation: .4s forwards scaled;
}

.c-header__hamburger.active span:nth-child(3) {
  animation: .4s forwards bottom;
}

.c-header__hamburger.not-active span:nth-child(1) {
  animation: .4s forwards top-2;
}

.c-header__hamburger.not-active span:nth-child(2) {
  animation: .4s forwards scaled-2;
}

.c-header__hamburger.not-active span:nth-child(3) {
  animation: .4s forwards bottom-2;
}

@media only screen and (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .c-header__hamburger:not(.active):hover span:nth-child(1), .c-header__hamburger:not(.active):hover span:nth-child(3) {
    width: 75%;
    left: 12.5%;
  }
}

.c-header.nav-open .c-header__logo-container .e-svg__fill {
  fill: #1c1463;
}

.c-header.nav-open .c-header__contact-btn {
  opacity: 0;
  visibility: hidden;
}

.bg-is-green .c-header:not(.is-fixed) .c-header__logo-container svg path {
  fill: #f49848;
}

.bg-is-orange .c-header:not(.is-fixed) .c-header__logo-container svg path {
  fill: #03342f;
}

.bg-is-pink .c-header:not(.is-fixed) .c-header__logo-container svg path {
  fill: #1c1463;
}

.bg-is-blue .c-header:not(.is-fixed) .c-header__logo-container svg path {
  fill: #ff81a9;
}

.bg-is-green .c-header:not(.is-fixed) .c-header__hamburger span {
  background-color: #f49848;
}

.bg-is-orange .c-header:not(.is-fixed) .c-header__hamburger span {
  background-color: #03342f;
}

.bg-is-pink .c-header:not(.is-fixed) .c-header__hamburger span {
  background-color: #1c1463;
}

.bg-is-blue .c-header:not(.is-fixed) .c-header__hamburger span {
  background-color: #ff81a9;
}

.c-header.is-fixed {
  padding: 20px 0 15px;
}

@media only screen and (min-width: 768px) {
  .c-header.is-fixed {
    padding: 18px 0;
  }
}

.c-header.is-fixed:not(.nav-open) {
  background-color: #1c1463;
}

.c-header.is-fixed-border {
  border-bottom: 1px solid #eaeae633;
}

.c-header.is-fixed-border.nav-open {
  border-bottom-color: #eaeae600;
}

.c-header.is-fixed-transparent {
  background-color: #0000 !important;
}

@media screen and (min-width: 768px) {
  .c-header.is-fixed .c-header__logo-container .e-svg {
    width: 96px;
    height: 54px;
  }

  .c-header.is-fixed .c-header__hamburger {
    width: 48px;
  }
}

.c-header.is-fixed .c-header__hamburger span {
  height: 7px;
}

@media screen and (min-width: 768px) {
  .c-header.is-fixed .c-header__hamburger span {
    height: 8px;
    width: 44px;
  }
}

.c-header.is-fixed .c-header__hamburger.active.blue span {
  background-color: #1c1463;
}

.c-header.is-fixed .c-header__hamburger.active span:nth-child(1) {
  animation: .4s forwards top-fixed;
}

.c-header.is-fixed .c-header__hamburger.active span:nth-child(2) {
  animation: .4s forwards scaled;
}

.c-header.is-fixed .c-header__hamburger.active span:nth-child(3) {
  animation: .4s forwards bottom-fixed;
}

.c-header.is-fixed .c-header__hamburger.not-active span:nth-child(1) {
  animation: .4s forwards top-2-fixed;
}

.c-header.is-fixed .c-header__hamburger.not-active span:nth-child(2) {
  animation: .4s forwards scaled-2;
}

.c-header.is-fixed .c-header__hamburger.not-active span:nth-child(3) {
  animation: .4s forwards bottom-2-fixed;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: var(--hamburger-top);
    transform: rotate(0);
  }

  100% {
    top: var(--hamburger-top);
    transform: rotate(45deg);
  }
}

@keyframes top-fixed {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: var(--hamburger-top-fixed);
    transform: rotate(0);
  }

  100% {
    top: var(--hamburger-top-fixed);
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: var(--hamburger-top);
    transform: rotate(45deg);
  }

  50% {
    top: var(--hamburger-top);
    transform: rotate(0);
  }

  100% {
    top: 0;
    transform: rotate(0);
  }
}

@keyframes top-2-fixed {
  0% {
    top: var(--hamburger-top-fixed);
    transform: rotate(45deg);
  }

  50% {
    top: var(--hamburger-top-fixed);
    transform: rotate(0);
  }

  100% {
    top: 0;
    transform: rotate(0);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: var(--hamburger-top);
    transform: rotate(0);
  }

  100% {
    bottom: var(--hamburger-top);
    transform: rotate(135deg);
  }
}

@keyframes bottom-fixed {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: var(--hamburger-top-fixed);
    transform: rotate(0);
  }

  100% {
    bottom: var(--hamburger-top-fixed);
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: var(--hamburger-top);
    transform: rotate(135deg);
  }

  50% {
    bottom: var(--hamburger-top);
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes bottom-2-fixed {
  0% {
    bottom: var(--hamburger-top-fixed);
    transform: rotate(135deg);
  }

  50% {
    bottom: var(--hamburger-top-fixed);
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

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

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

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

body .footer-top-elem {
  padding: 70px 0;
}

@media screen and (min-width: 576px) {
  body .footer-top-elem {
    padding: 82px 0;
  }
}

@media screen and (min-width: 1200px) {
  body .footer-inquiry .c-content-block {
    max-width: 465px;
    width: 100%;
    margin-left: auto;
    margin-right: 40px;
  }
}

@media screen and (min-width: 1400px) {
  body .footer-inquiry .c-content-block {
    margin-right: 60px;
  }
}

body .footer-inquiry .c-content-block__heading, body .footer-inquiry .c-content-block__subheading, body .footer-inquiry .c-content-block__content {
  text-align: left;
}

@media screen and (min-width: 1200px) {
  body .footer-inquiry .c-content-block__heading, body .footer-inquiry .c-content-block__subheading, body .footer-inquiry .c-content-block__content {
    text-align: right;
  }

  body .footer-inquiry__row {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (min-width: 1400px) {
  body .footer-inquiry__row {
    margin-left: -58px;
    margin-right: -58px;
  }
}

@media screen and (min-width: 1200px) {
  body .footer-inquiry__col {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1400px) {
  body .footer-inquiry__col {
    padding-left: 58px;
    padding-right: 58px;
  }
}

body .footer-inquiry__col--form {
  margin-top: 45px;
}

@media screen and (min-width: 1200px) {
  body .footer-inquiry__col--form {
    border-left: 1px solid #1c1463;
    margin-top: 0;
  }
}

body .footer-signup {
  width: 100vw;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  body .footer-signup__inner {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

body .footer-signup__image-container {
  height: 48vw;
  width: calc(100% + 50px);
  margin: 0 auto;
  position: relative;
  left: -25px;
}

@media screen and (min-width: 992px) {
  body .footer-signup__image-container {
    height: 45vw;
  }
}

@media screen and (min-width: 1400px) {
  body .footer-signup__image-container {
    width: calc(100% + 90px);
    left: -45px;
  }
}

body .footer-signup__heading-container {
  margin-top: -110px;
  position: relative;
}

@media screen and (min-width: 576px) {
  body .footer-signup__heading-container {
    margin-top: -130px;
  }
}

@media screen and (min-width: 768px) {
  body .footer-signup__heading-container {
    margin-top: -150px;
  }
}

@media screen and (min-width: 992px) {
  body .footer-signup__heading-container {
    max-width: 800px;
    margin-top: -180px;
  }
}

@media screen and (min-width: 1200px) {
  body .footer-signup__heading-container {
    max-width: 975px;
    width: 100%;
    margin-top: -220px;
  }
}

@media screen and (min-width: 1400px) {
  body .footer-signup__heading-container {
    margin-top: -260px;
  }
}

body .footer-signup .c-signup-form {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  body .footer-signup .c-signup-form {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  body .footer-signup .c-signup-form {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  body .footer-signup .c-signup-form {
    margin-top: 45px;
  }
}

@media screen and (min-width: 1200px) {
  body .footer-signup .c-signup-form {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1400px) {
  body .footer-signup .c-signup-form {
    margin-top: 70px;
  }
}

body .footer-signup .c-signup-form__content {
  margin-bottom: 30px;
}

body .c-footer {
  padding: 44px 0 60px;
}

@media screen and (min-width: 576px) {
  body .c-footer {
    padding: 44px 0 70px;
  }
}

@media screen and (min-width: 768px) {
  body .c-footer {
    padding: 42px 0 80px;
  }
}

@media screen and (min-width: 992px) {
  body .c-footer {
    padding: 40px 0 90px;
  }
}

@media screen and (min-width: 1200px) {
  body .c-footer {
    padding: 38px 0 100px;
  }
}

body .c-footer__top {
  margin-bottom: 30px;
}

body .c-footer__logo-container .e-svg {
  width: 81px;
  height: 45px;
}

@media screen and (min-width: 768px) {
  body .c-footer__logo-container .e-svg {
    width: 96px;
    height: 54px;
  }
}

@media screen and (min-width: 992px) {
  body .c-footer__logo-container .e-svg {
    width: 111px;
    height: 63px;
  }
}

@media screen and (min-width: 1200px) {
  body .c-footer__logo-container .e-svg {
    width: 126px;
    height: 71px;
  }
}

body .c-footer__scroll-top {
  width: 88px;
  height: 88px;
}

@media screen and (min-width: 576px) {
  body .c-footer__scroll-top {
    width: 102px;
    height: 102px;
  }
}

@media screen and (min-width: 768px) {
  body .c-footer__scroll-top {
    width: 116px;
    height: 116px;
  }
}

@media screen and (min-width: 992px) {
  body .c-footer__scroll-top {
    width: 130px;
    height: 130px;
  }
}

@media screen and (min-width: 1200px) {
  body .c-footer__scroll-top {
    width: 144px;
    height: 144px;
  }
}

@media screen and (min-width: 992px) {
  body .c-footer__scroll-top-arrow .e-svg {
    width: 17px;
    height: 17px;
    transform: translateY(-3px);
  }
}

body .c-footer__scroll-top-text {
  margin-left: 6px;
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 576px) {
  body .c-footer__scroll-top-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  body .c-footer__scroll-top-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  body .c-footer__scroll-top-text {
    margin-left: 10px;
    font-size: 22px;
  }
}

@media screen and (min-width: 1200px) {
  body .c-footer__scroll-top-text {
    font-size: 24px;
  }

  body .c-footer__middle {
    margin-top: -35px;
  }
}

body .c-footer__narrow-container {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1600px) {
  body .c-footer__narrow-container {
    max-width: 1177px;
  }
}

@media screen and (min-width: 1920px) {
  body .c-footer__narrow-container {
    max-width: 1380px;
  }
}

body .c-footer__signup-form {
  margin-bottom: 46px;
}

@media screen and (min-width: 992px) {
  body .c-footer__signup-form {
    max-width: 345px;
    width: 100%;
  }
}

body .c-footer__signup-form-heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
}

body.list-graphic__item-index .c-footer__signup-form-heading {
  border: 1px solid #fff;
}

body .c-footer__signup-form-heading {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.12;
}

body .c-footer__signup-form-elem {
  margin-top: 30px;
}

body .c-footer__signup-form-input {
  width: 100%;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: 0;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

body .c-footer__signup-form-input::-webkit-input-placeholder {
  color: #fff;
}

body .c-footer__signup-form-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

body .c-footer__signup-form-input:-ms-input-placeholder {
  color: #fff;
}

body .c-footer__signup-form-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

body .c-footer .c-social-icons {
  margin-bottom: 50px;
}

body .c-footer .c-social-icons__icon {
  background: #ff81a9;
}

@media (hover: hover) and (pointer: fine) {
  body .c-footer .c-social-icons__icon:hover {
    background: #fff;
  }
}

body .c-footer__nav-items {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body .c-footer__nav-items .menu-item {
  margin-bottom: 20px;
  display: inline-block;
}

body .c-footer__nav-items .menu-item:last-child {
  margin-bottom: 0;
}

body .c-footer__nav-items .menu-item a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
  position: relative;
}

body.list-graphic__item-index .c-footer__nav-items .menu-item a {
  border: 1px solid #fff;
}

body .c-footer__nav-items .menu-item a {
  font-size: 32px;
  line-height: 1.12;
}

body .c-footer__nav-items .menu-item a:after {
  content: "";
  height: 1px;
  width: 0;
  background: #fff;
  transition: width .3s;
  display: block;
  transform: translateY(2px);
}

body .c-footer__nav-items .menu-item a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  body .c-footer__nav-items .menu-item a:hover:after {
    width: 98%;
  }
}

body .c-footer__nav-items--locations {
  margin-bottom: 45px;
}

body .c-footer__nav-items--menu {
  margin-bottom: 60px;
}

body .c-footer__legal-nav-items .menu-item {
  padding-left: .75rem;
  padding-right: .75rem;
  position: relative;
}

body .c-footer__legal-nav-items .menu-item:after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #fff9;
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 576px) {
  body .c-footer__legal-nav-items .menu-item:after {
    height: 15px;
    top: 35%;
  }
}

body .c-footer__legal-nav-items .menu-item:last-child:after {
  content: none;
}

body .c-footer__legal-nav-items .menu-item a {
  color: #fff9;
  font-size: 18px;
  line-height: 1.33;
}

@media only screen and (max-width: 576px) {
  body .c-footer__legal-nav-items .menu-item a {
    font-size: 16px;
  }
}

@media (hover: hover) and (pointer: fine) {
  body .c-footer__legal-nav-items .menu-item a:hover {
    text-decoration: underline;
  }
}

body .c-footer__copyright {
  color: #fff9;
  font-size: 18px;
  line-height: 1.33;
}

@media only screen and (max-width: 576px) {
  body .c-footer__copyright {
    font-size: 16px;
  }
}

body .c-footer__copyright span:after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #fff9;
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 576px) {
  body .c-footer__copyright span:after {
    height: 15px;
    top: 35%;
  }
}

body .c-footer__copyright span:last-child:after {
  content: none;
}

body .c-footer__copyright a {
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  body .c-footer__copyright a:hover {
    text-decoration: underline;
  }
}

.js-skew-image {
  overflow: hidden;
  transform: skewX(3deg);
}

@media only screen and (min-width: 992px) {
  .js-fade-in {
    opacity: 0;
    transition: all .9s;
  }

  .js-fade-in.is-intersecting {
    opacity: 1;
  }

  .js-fade-up {
    opacity: 0;
    transition: all .9s;
    transform: translateY(30px);
  }

  .js-fade-up.is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-start-halfway {
  from {
    transform: rotate(-180deg);
  }

  to {
    transform: rotate(180deg);
  }
}

.spin {
  animation: 6s linear infinite spin;
}

.spin-start-halfway {
  animation: 6s linear infinite spin-start-halfway;
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee-inverted {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

body.reduced-motion .hero-section__heading-elem:not(:first-of-type), body.reduced-motion .hero-section__heading-elem .hero-section__heading-inner:not(:first-of-type), body.reduced-motion .rotating-heading__elem:not(:first-of-type), body.reduced-motion .rotating-heading__elem .rotating-heading__inner:not(:first-of-type), body.reduced-motion .rotating-heading__container--last {
  visibility: hidden !important;
  display: none !important;
}

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

.skip-link {
  z-index: 999999;
  color: #fff;
  background-color: #000;
  border-radius: 0 0 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: -9999px;
}

.skip-link:focus {
  top: 7px;
  left: 6px;
}

.js-close-filter-option {
  z-index: 999999;
  color: #fff;
  background-color: #000;
  border-radius: 0 0 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: -9999px;
}

.js-close-filter-option:focus {
  top: 7px;
  left: 6px;
}

.image-list {
  padding-top: 30px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) {
  .image-list {
    padding-top: 330px;
  }
}

@media screen and (min-width: 1200px) {
  .image-list {
    padding-top: 350px;
  }
}

@media screen and (min-width: 1400px) {
  .image-list {
    padding-top: 370px;
  }
}

.image-list.is-faded {
  opacity: 0;
}

.image-list__titles {
  opacity: .85;
  padding-top: 112px;
}

@media only screen and (min-width: 992px) {
  .image-list__titles {
    padding-top: 160px;
    position: fixed;
  }
}

.image-list__titles.has-submenu {
  padding-top: 130px;
}

@media only screen and (min-width: 992px) {
  .image-list__titles.has-submenu {
    padding-top: 180px;
  }
}

.image-list__item h2 svg {
  width: 32px;
}

@media only screen and (max-width: 991px) {
  .image-list__item h2 {
    font-size: 25px;
    line-height: 1;
  }

  .image-list__item h2 svg {
    width: 16px;
  }
}

.image-list__item:nth-child(3n-2) {
  aspect-ratio: 273 / 319;
  width: 273px;
  min-height: 319px;
  margin-bottom: 25px;
  transform: translateX(8vw);
}

@media only screen and (min-width: 992px) {
  .image-list__item:nth-child(3n-2) {
    max-height: 400px;
    width: 34vw;
    max-width: 586px;
    transform: translateX(19vw);
  }
}

@media only screen and (min-width: 1500px) {
  .image-list__item:nth-child(3n-2) {
    width: 38vw;
    transform: translateX(20vw);
  }
}

@media only screen and (min-width: 1600px) {
  .image-list__item:nth-child(3n-2) {
    width: 40vw;
  }
}

@media only screen and (min-width: 1800px) {
  .image-list__item:nth-child(3n-2) {
    transform: translateX(17.5vw);
  }
}

.image-list__item:nth-child(3n-1) {
  aspect-ratio: 273 / 319;
  width: 273px;
  min-height: 319px;
  margin-bottom: 42px;
  transform: translateX(-8vw);
}

@media only screen and (min-width: 992px) {
  .image-list__item:nth-child(3n-1) {
    max-height: 400px;
    width: 34vw;
    max-width: 586px;
    margin-top: -250px;
    margin-bottom: 84px;
    transform: translateX(-18vw);
  }
}

@media only screen and (min-width: 1200px) {
  .image-list__item:nth-child(3n-1) {
    margin-top: -300px;
  }
}

@media only screen and (min-width: 1500px) {
  .image-list__item:nth-child(3n-1) {
    width: 38vw;
    transform: translateX(-19vw);
  }
}

@media only screen and (min-width: 1600px) {
  .image-list__item:nth-child(3n-1) {
    width: 40vw;
  }
}

@media only screen and (min-width: 1800px) {
  .image-list__item:nth-child(3n-1) {
    transform: translateX(-17.5vw);
  }
}

.image-list__item:nth-child(3n) {
  aspect-ratio: 308 / 171;
  width: 308px;
  min-height: 171px;
  margin-bottom: 42px;
}

@media only screen and (min-width: 992px) {
  .image-list__item:nth-child(3n) {
    max-height: 400px;
    width: 60vw;
    max-width: 1050px;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1500px) {
  .image-list__item:nth-child(3n) {
    width: 65vw;
  }
}

@media only screen and (min-width: 1600px) {
  .image-list__item:nth-child(3n) {
    width: 70vw;
  }
}

@media only screen and (min-width: 992px) {
  .page-template-case-studies .footer-wrapper, body.single:not(.single-divisions) .footer-wrapper {
    display: none;
  }
}

body.single:not(.single-divisions) .js-article-slider .swiper-wrapper {
  display: block !important;
}

@media screen and (min-width: 992px) {
  body.single:not(.single-divisions) .js-article-slider .swiper-wrapper {
    display: flex !important;
  }
}

body.single:not(.single-divisions) .swiper-pagination-bullets {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 13vh;
}

body.single:not(.single-divisions) .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 3px;
  width: 60px;
  opacity: .3;
  background: none;
  border-radius: 0;
  margin: 0 8px;
  transition: opacity .3s;
}

@media only screen and (min-width: 992px) {
  body.single:not(.single-divisions) .swiper-pagination-bullets .swiper-pagination-bullet {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

body.single:not(.single-divisions) .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  height: 3px;
  width: 100%;
  background: #fff;
  display: block;
  position: relative;
  top: -1px;
}

body.single:not(.single-divisions) .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

body.single:not(.single-divisions) .js-article-slider-next, body.single:not(.single-divisions) .js-article-slider-prev {
  z-index: 2;
  bottom: 40%;
  left: 4%;
  right: auto;
}

body.single:not(.single-divisions) .js-article-slider-next svg path, body.single:not(.single-divisions) .js-article-slider-prev svg path {
  transition: all .8s;
}

body.single:not(.single-divisions) .js-article-slider-next {
  left: auto;
  right: 4%;
}

body.single:not(.single-divisions).bg-is-green .js-article-slider-next svg path, body.single:not(.single-divisions).bg-is-green .js-article-slider-prev svg path {
  stroke: #f49848;
}

body.single:not(.single-divisions).bg-is-green .swiper-pagination-bullet:after {
  background: #f49848;
}

body.single:not(.single-divisions).bg-is-orange .js-article-slider-next svg path, body.single:not(.single-divisions).bg-is-orange .js-article-slider-prev svg path {
  stroke: #03342f;
}

body.single:not(.single-divisions).bg-is-orange .swiper-pagination-bullet:after {
  background: #03342f;
}

body.single:not(.single-divisions).bg-is-pink .js-article-slider-next svg path, body.single:not(.single-divisions).bg-is-pink .js-article-slider-prev svg path {
  stroke: #1c1463;
}

body.single:not(.single-divisions).bg-is-pink .swiper-pagination-bullet:after {
  background: #1c1463;
}

body.single:not(.single-divisions).bg-is-blue .js-article-slider-next svg path, body.single:not(.single-divisions).bg-is-blue .js-article-slider-prev svg path {
  stroke: #ff81a9;
}

body.single:not(.single-divisions).bg-is-blue .swiper-pagination-bullet:after {
  background: #ff81a9;
}

.plain-text h2 {
  text-align: left;
  margin: 20px 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 576px) {
  .plain-text h2 {
    font-size: 27px;
    line-height: 1.15;
  }
}

@media screen and (min-width: 768px) {
  .plain-text h2 {
    font-size: 28px;
  }
}

@media screen and (min-width: 992px) {
  .plain-text h2 {
    margin: 30px 0;
    font-size: 29px;
  }
}

@media screen and (min-width: 1200px) {
  .plain-text h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .plain-text h2 {
    font-size: 32px;
  }
}

.plain-text h3 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

@media screen and (min-width: 768px) {
  .plain-text h3 {
    font-size: 21px;
  }
}

@media screen and (min-width: 992px) {
  .plain-text h3 {
    margin: 15px 0;
    font-size: 22px;
  }
}

@media screen and (min-width: 1200px) {
  .plain-text h3 {
    font-size: 23px;
  }
}

@media screen and (min-width: 1400px) {
  .plain-text h3 {
    font-size: 24px;
  }
}

.plain-text a {
  text-decoration: underline;
}

.c-btn {
  background-color: #ff81a9;
  border-radius: 30px;
  align-items: center;
  padding: 12px 30px;
  transition: background-color .3s ease-in-out;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.c-btn__text {
  color: #1c1463;
  margin-right: 37px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: color .3s ease-in-out;
  transform: translateY(3px);
}

.c-btn__circle, .c-btn__arrow-container {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
}

.c-btn__circle .e-svg, .c-btn__arrow-container .e-svg {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.c-btn__circle {
  background-color: #eaeae6;
  transition: all .4s ease-in-out;
  transform: scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__text {
    color: #1c1463;
  }

  .c-btn:hover .c-btn__circle {
    right: calc(50% - 8px);
    transform: scale(22);
  }

  .c-btn:hover .c-btn__arrow-container .e-svg {
    opacity: 1;
  }
}

.c-btn--blue, body.bg-is-pink .c-btn {
  background-color: #1c1463;
}

.c-btn--blue .c-btn__text, body.bg-is-pink .c-btn .c-btn__text {
  color: #eaeae6;
}

.c-btn--blue .c-btn__circle, body.bg-is-pink .c-btn .c-btn__circle {
  background-color: #ff81a9;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn--blue:hover .c-btn__text, body.bg-is-pink .c-btn:hover .c-btn__text {
    color: #1c1463;
  }

  .c-btn--blue:hover .c-btn__arrow-container .e-svg, body.bg-is-pink .c-btn:hover .c-btn__arrow-container .e-svg {
    opacity: 1;
  }
}

.c-btn--blue-white {
  background-color: #1c1463;
}

.c-btn--blue-white .c-btn__text {
  color: #eaeae6;
}

.c-btn--blue-white .c-btn__circle {
  background-color: #ff81a9;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn--blue-white:hover .c-btn__text {
    color: #1c1463;
  }

  .c-btn--blue-white:hover .c-btn__circle {
    background-color: #eaeae6;
  }

  .c-btn--blue-white:hover .c-btn__arrow-container .e-svg {
    opacity: 1;
  }
}

.c-btn--white {
  background-color: #fff;
}

.c-btn--white .c-btn__text {
  color: #1c1463;
}

.c-btn--white .c-btn__circle {
  background-color: #ff81a9;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn--white:hover {
    background-color: #ff81a9;
  }

  .c-btn--white:hover .c-btn__text {
    color: #1c1463;
  }

  .c-btn--white:hover .c-btn__circle {
    background-color: #ff81a9;
  }

  .c-btn--white:hover .c-btn__arrow-container .e-svg {
    opacity: 1;
  }
}

.c-btn--green, body.bg-is-orange .c-btn {
  background-color: #03342f;
}

.c-btn--green .c-btn__text, body.bg-is-orange .c-btn .c-btn__text {
  color: #eaeae6;
}

.c-btn--green .c-btn__circle, body.bg-is-orange .c-btn .c-btn__circle {
  background-color: #f49848;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn--green:hover .c-btn__text, body.bg-is-orange .c-btn:hover .c-btn__text {
    color: #03342f;
  }

  .c-btn--green:hover .c-btn__arrow-container .e-svg, body.bg-is-orange .c-btn:hover .c-btn__arrow-container .e-svg {
    opacity: 1;
  }
}

.c-btn--orange, body.bg-is-green .c-btn {
  background-color: #f49848;
}

.c-btn--orange .c-btn__text, body.bg-is-green .c-btn .c-btn__text {
  color: #03342f;
}

.c-btn--orange .c-btn__circle, body.bg-is-green .c-btn .c-btn__circle {
  background-color: #eaeae6;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn--orange:hover .c-btn__text, body.bg-is-green .c-btn:hover .c-btn__text {
    color: #f49848;
  }

  .c-btn--orange:hover .c-btn__arrow-container .e-svg, body.bg-is-green .c-btn:hover .c-btn__arrow-container .e-svg {
    opacity: 1;
  }
}

.c-sticky-btn {
  z-index: 999;
  width: 100px;
  height: 100px;
  font-size: 18px;
  line-height: 1;
  position: fixed;
  bottom: 4%;
  right: 4%;
}

@media screen and (min-width: 1200px) {
  .c-sticky-btn {
    width: 130px;
    height: 130px;
    bottom: 5%;
    right: 6%;
  }
}

.c-sticky-btn__arrow-container {
  margin-right: 8px;
  transform: scaleY(-1)translateY(3px);
}

@media only screen and (min-width: 1200px) {
  .c-sticky-btn__arrow-container {
    transform: scaleY(-1)translateY(5px);
  }

  .c-sticky-btn__arrow-container svg {
    width: 17px;
    height: 17px;
  }
}

.bg-is-orange .c-sticky-btn {
  background-color: #03342f;
}

.bg-is-orange .c-sticky-btn span {
  color: #f49848;
}

.bg-is-orange .c-sticky-btn svg path {
  fill: #f49848;
  stroke: #f49848;
}

.bg-is-pink .c-sticky-btn {
  background-color: #1c1463;
}

.bg-is-pink .c-sticky-btn span {
  color: #ff81a9;
}

.bg-is-pink .c-sticky-btn svg path {
  fill: #ff81a9;
  stroke: #ff81a9;
}

.bg-is-green .c-sticky-btn {
  background-color: #f49848;
}

.bg-is-green .c-sticky-btn span {
  color: #03342f;
}

.bg-is-green .c-sticky-btn svg path {
  fill: #03342f;
  stroke: #03342f;
}

@media screen and (min-width: 1200px) {
  .error404 .c-sticky-btn {
    top: 350px;
    bottom: auto;
  }
}

.c-nav-overlay {
  z-index: 9999;
  height: 100vh;
  min-height: -webkit-fill-available;
  min-height: 100vh;
  overflow: auto;
}

.c-nav-overlay__inner {
  height: 100%;
  padding-top: 75px;
  overflow-x: hidden;
}

@media screen and (min-width: 576px) {
  .c-nav-overlay__inner {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .c-nav-overlay__inner {
    padding-top: 89px;
  }
}

@media screen and (min-width: 992px) {
  .c-nav-overlay__inner {
    padding-top: 103px;
  }
}

@media screen and (min-width: 1200px) {
  .c-nav-overlay__inner {
    padding-top: 116px;
  }
}

@media screen and (min-width: 1400px) {
  .c-nav-overlay__inner {
    padding-top: 121px;
  }
}

.c-nav-overlay__nav {
  z-index: 10;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .c-nav-overlay__nav {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .c-nav-overlay__nav {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .c-nav-overlay__nav {
    margin-top: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-nav-overlay__nav {
    pointer-events: none;
  }

  .c-nav-overlay__nav:hover .menu-item:not(:hover) {
    opacity: 0 !important;
  }
}

.c-nav-overlay__nav .menu-item {
  opacity: 0;
  align-self: flex-start;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-nav-overlay__nav .menu-item {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 992px) {
  .c-nav-overlay__nav .menu-item {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .c-nav-overlay__nav .menu-item {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .c-nav-overlay__nav .menu-item {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 992px) and (max-height: 1000px) {
  .c-nav-overlay__nav .menu-item {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1400px) {
  .c-nav-overlay__nav .menu-item {
    margin-bottom: 8px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-nav-overlay__nav .menu-item {
    pointer-events: none;
  }
}

@media screen and (min-width: 992px) {
  .c-nav-overlay__nav .menu-item:first-child {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .c-nav-overlay__nav .menu-item:first-child {
    padding-left: 45px;
  }
}

@media screen and (min-width: 1400px) {
  .c-nav-overlay__nav .menu-item:first-child {
    padding-left: 65px;
  }
}

.c-nav-overlay__nav .menu-item:last-child {
  margin-bottom: 0;
}

.c-nav-overlay__nav .menu-item:nth-child(2n) {
  align-self: flex-end;
}

@media only screen and (min-width: 992px) {
  .c-nav-overlay__nav .menu-item:nth-child(2n) {
    transform: translateX(30px);
  }
}

@media only screen and (min-width: 768px) {
  .c-nav-overlay__nav .menu-item:nth-child(2n) a {
    padding-left: 50px;
  }
}

.c-nav-overlay__nav .menu-item:nth-child(2n) .menu-item__hover-img {
  right: 100%;
}

.c-nav-overlay__nav .menu-item:nth-child(2n+1) {
  align-self: flex-start;
}

@media only screen and (min-width: 992px) {
  .c-nav-overlay__nav .menu-item:nth-child(2n+1) {
    transform: translateX(-30px);
  }
}

@media only screen and (min-width: 768px) {
  .c-nav-overlay__nav .menu-item:nth-child(2n+1) a {
    padding-right: 50px;
  }
}

.c-nav-overlay__nav .menu-item:nth-child(2n+1) .menu-item__hover-img {
  left: 100%;
}

.c-nav-overlay__nav .menu-item a {
  color: #1c1463;
  font-family: GT Super;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.1;
}

@media screen and (min-width: 576px) {
  .c-nav-overlay__nav .menu-item a {
    font-size: 64px;
    line-height: 1.12;
  }
}

@media screen and (min-width: 768px) {
  .c-nav-overlay__nav .menu-item a {
    font-size: 78px;
    line-height: 1.13;
  }
}

@media screen and (min-width: 992px) {
  .c-nav-overlay__nav .menu-item a {
    font-size: 92px;
    line-height: 1.14;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .c-nav-overlay__nav .menu-item a {
    font-size: 68px;
  }
}

@media screen and (min-width: 1200px) {
  .c-nav-overlay__nav .menu-item a {
    font-size: 106px;
    line-height: 1.16;
  }
}

@media screen and (min-width: 1200px) and (max-height: 700px) {
  .c-nav-overlay__nav .menu-item a {
    font-size: 68px;
  }
}

@media screen and (min-width: 1200px) and (min-height: 701px) and (max-height: 899px) {
  .c-nav-overlay__nav .menu-item a {
    font-size: 68px;
  }
}

@media screen and (min-width: 1400px) {
  .c-nav-overlay__nav .menu-item a {
    font-size: 120px;
    line-height: 1.17;
  }
}

@media screen and (min-width: 1400px) and (max-height: 700px) {
  .c-nav-overlay__nav .menu-item a {
    font-size: 68px;
  }
}

@media screen and (min-width: 1400px) and (min-height: 701px) and (max-height: 899px) {
  .c-nav-overlay__nav .menu-item a {
    font-size: 80px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-nav-overlay__nav .menu-item a {
    pointer-events: auto;
  }
}

.c-nav-overlay__secondary-nav {
  margin-top: 40px;
  padding-left: 8px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-nav-overlay__secondary-nav {
    margin-top: 0;
    top: -15px;
  }
}

@media screen and (min-width: 992px) {
  .c-nav-overlay__secondary-nav {
    top: -20px;
  }
}

@media screen and (min-width: 1400px) {
  .c-nav-overlay__secondary-nav {
    margin-top: -45px;
  }
}

.c-nav-overlay__secondary-nav .menu-item {
  opacity: 0;
  margin-bottom: 4px;
  transform: translateY(10px);
}

.c-nav-overlay__secondary-nav .menu-item:last-child {
  margin-bottom: 0;
}

.c-nav-overlay__secondary-nav .menu-item a {
  text-transform: uppercase;
  color: #1c1463;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.61;
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .c-nav-overlay__secondary-nav .menu-item a {
    font-size: 22px;
  }
}

@media screen and (min-width: 1400px) and (max-height: 899px) {
  .c-nav-overlay__secondary-nav .menu-item a {
    font-size: 26px;
  }
}

.c-content-block--pink {
  --tw-text-opacity: 1;
  color: rgb(255 129 169 / var(--tw-text-opacity));
}

.c-content-block--blue {
  --tw-text-opacity: 1;
  color: rgb(28 20 99 / var(--tw-text-opacity));
}

.c-grid-item__text.c-content-block--blue svg path {
  fill: #1c1463;
}

.c-content-block__subheading {
  margin-top: 40px;
}

@media screen and (min-width: 576px) {
  .c-content-block__subheading {
    margin-top: 43px;
  }
}

@media screen and (min-width: 768px) {
  .c-content-block__subheading {
    margin-top: 46px;
  }
}

@media screen and (min-width: 992px) {
  .c-content-block__subheading {
    margin-top: 49px;
  }
}

@media screen and (min-width: 1200px) {
  .c-content-block__subheading {
    margin-top: 52px;
  }
}

.c-content-block__content {
  margin-top: 34px;
}

.c-content-block__buttons {
  padding-top: 25px;
}

@media screen and (min-width: 576px) {
  .c-content-block__buttons {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .c-content-block__buttons {
    padding-top: 35px;
  }
}

@media screen and (min-width: 992px) {
  .c-content-block__buttons {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .c-content-block__buttons {
    padding-top: 45px;
  }
}

.c-content-block__buttons .c-btn-container {
  margin-top: 15px;
}

.c-social-icons__icon {
  width: 48px;
  height: 48px;
}

@media (hover: hover) and (pointer: fine) {
  .c-social-icons__icon:hover {
    background: #fff;
  }
}

.c-inquiry-form {
  transition: opacity .3s;
}

.c-inquiry-form.is-faded {
  opacity: .2;
}

.c-inquiry-form .flex-col-6 {
  padding-left: 15px;
  padding-right: 7px;
}

.c-inquiry-form .flex-col-6:nth-child(2n) {
  padding-left: 7px;
  padding-right: 15px;
}

.c-inquiry-form__elem {
  margin-bottom: 30px;
}

.c-inquiry-form__elem.focused .c-inquiry-form__label {
  top: -7px;
  transform: none;
}

.c-inquiry-form__label {
  padding: 0 4px;
  font-size: 18px;
  line-height: 1;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-inquiry-form__label {
    left: 16px;
  }
}

@media screen and (min-width: 992px) {
  .c-inquiry-form__label {
    left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .c-inquiry-form__label {
    left: 24px;
  }
}

.c-inquiry-form__label--textarea {
  top: 14px;
  transform: none;
}

@media screen and (min-width: 992px) {
  .c-inquiry-form__label--textarea {
    top: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .c-inquiry-form__label--textarea {
    top: 22px;
  }
}

.c-inquiry-form__input, .c-inquiry-form__select {
  width: 100%;
  color: #1c1463;
  background: none;
  border: 1px solid #1c1463;
  border-radius: 0;
  outline: 0;
  padding: 14px 16px 10px;
  font-size: 18px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .c-inquiry-form__input, .c-inquiry-form__select {
    padding: 14px 20px;
  }
}

@media screen and (min-width: 992px) {
  .c-inquiry-form__input, .c-inquiry-form__select {
    padding: 18px 24px;
  }
}

@media screen and (min-width: 1200px) {
  .c-inquiry-form__input, .c-inquiry-form__select {
    padding: 22px 28px;
  }
}

.c-inquiry-form__input::-webkit-input-placeholder {
  color: #1c1463;
}

.c-inquiry-form__input::-moz-placeholder {
  color: #1c1463;
  opacity: 1;
}

.c-inquiry-form__input:-ms-input-placeholder {
  color: #1c1463;
}

.c-inquiry-form__input:-moz-placeholder {
  color: #1c1463;
  opacity: 1;
}

.c-inquiry-form__select {
  appearance: none;
  background-image: url("select-arrow.39948c9b.svg");
  background-position: calc(100% - 25px);
  background-repeat: no-repeat;
}

.c-inquiry-form__select::-webkit-input-placeholder {
  color: #1c1463;
}

.c-inquiry-form__select::-moz-placeholder {
  color: #1c1463;
  opacity: 1;
}

.c-inquiry-form__select:-ms-input-placeholder {
  color: #1c1463;
}

.c-inquiry-form__select:-moz-placeholder {
  color: #1c1463;
  opacity: 1;
}

.c-inquiry-form textarea {
  padding-top: 20px;
}

.c-grid-item {
  z-index: 10;
  position: relative;
}

.c-grid-item__image-container {
  height: 105vw;
}

@media screen and (min-width: 768px) {
  .c-grid-item__image-container {
    height: 414px;
  }
}

@media screen and (min-width: 992px) {
  .c-grid-item__image-container {
    height: 565px;
  }
}

@media screen and (min-width: 1200px) {
  .c-grid-item__image-container {
    width: 518px;
    height: 651px;
  }
}

@media screen and (min-width: 1600px) {
  .c-grid-item__image-container {
    width: 575px;
    height: 722px;
  }
}

.c-grid-item__image {
  transform: scale(1);
  transition: opacity .4s, transform .4s ease-in-out !important;
}

@media (hover: hover) and (pointer: fine) {
  .c-grid-item:hover .c-grid-item__image {
    transform: scale(1.08);
  }
}

.c-grid-item__text {
  margin-top: 30px;
  position: relative;
}

.c-grid-item__text.text-blue svg path {
  fill: #1c1463;
}

.media__image-gallery.swiper {
  z-index: -1;
  height: 100%;
}

.media__vimeo-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.media__vimeo-container iframe {
  height: calc(100vh + 230px);
  width: calc(177.778vh + 408.889px);
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media__youtube-container {
  height: calc(100vh + 125px);
  width: calc(177.778vh + 222.222px);
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media__video-controls {
  width: 50px;
  height: 50px;
  background: #ff81a9;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.media__video-controls:focus {
  outline: 1px auto -webkit-focus-ring-color;
  outline: 1px auto -moz-focusring;
  outline: 1px auto Highlight;
  outline: 1px auto focus-ring;
  outline-offset: 1px;
}

@media screen and (min-width: 576px) {
  .media__video-controls {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .media__video-controls {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 992px) {
  .media__video-controls {
    width: 80px;
    height: 80px;
    bottom: 15px;
    left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .media__video-controls {
    width: 90px;
    height: 90px;
  }
}

@media screen and (min-width: 1400px) {
  .media__video-controls {
    width: 100px;
    height: 100px;
  }
}

.media__video-controls.paused .media__video-control-image {
  display: none;
}

.media__video-controls.paused .media__video-control-image--play {
  display: block;
}

.media__video-control-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media__video-control-image {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 576px) {
  .media__video-control-image {
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 768px) {
  .media__video-control-image {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 992px) {
  .media__video-control-image {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .media__video-control-image {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1400px) {
  .media__video-control-image {
    width: 55px;
    height: 55px;
  }
}

.media__video-control-image--play {
  display: none;
}

.c-border {
  position: relative;
}

.c-border--top {
  top: 1px;
}

.c-border--bottom {
  top: -1px;
}

.c-border .e-svg {
  width: 100vw;
  height: 10.8333vw;
}

.c-border--blue .e-svg__fill {
  fill: #1c1463;
}

.c-border--blue .e-svg__stroke {
  stroke: #1c1463;
}

.c-team-member {
  margin-bottom: 25px;
}

@media screen and (min-width: 576px) {
  .c-team-member {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 768px) {
  .c-team-member {
    margin-bottom: 51px;
  }
}

@media screen and (min-width: 1200px) {
  .c-team-member {
    max-width: 340px;
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .c-team-member {
    max-width: 380px;
  }
}

@media screen and (min-width: 1920px) {
  .c-team-member {
    max-width: 420px;
  }
}

.c-team-member__image-container {
  width: calc(100% + 30px);
  height: 54vw;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 576px) {
  .c-team-member__image-container {
    height: 302px;
  }
}

@media screen and (min-width: 768px) {
  .c-team-member__image-container {
    height: 263px;
  }
}

@media screen and (min-width: 992px) {
  .c-team-member__image-container {
    height: 365px;
  }
}

@media screen and (min-width: 1200px) {
  .c-team-member__image-container {
    height: 427px;
  }
}

@media screen and (min-width: 1600px) {
  .c-team-member__image-container {
    height: 528px;
  }
}

.c-team-member .media__video-controls {
  left: unset;
  width: 30px;
  height: 30px;
  bottom: 60px;
  right: 8px;
}

.c-team-member__name-container {
  margin-top: -40px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .c-team-member__name-container {
    margin-top: -45px;
  }
}

@media screen and (min-width: 768px) {
  .c-team-member__name-container {
    margin-top: -50px;
  }
}

@media screen and (min-width: 992px) {
  .c-team-member__name-container {
    margin-top: -55px;
  }
}

@media screen and (min-width: 1200px) {
  .c-team-member__name-container {
    margin-top: -60px;
  }
}

@media screen and (min-width: 1400px) {
  .c-team-member__name-container {
    margin-top: -65px;
  }
}

.c-team-member__name {
  padding: 8px 12px;
  font-family: GT Super;
  font-size: 16px;
  line-height: 1.12;
  position: relative;
}

@media screen and (min-width: 576px) {
  .c-team-member__name {
    min-width: 150px;
    text-align: center;
    padding: 10px 12px;
  }
}

@media screen and (min-width: 768px) {
  .c-team-member__name {
    min-width: 175px;
    padding: 12px;
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .c-team-member__name {
    min-width: 200px;
    padding: 14px 12px;
    font-size: 18px;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  .c-team-member__name {
    padding: 16px 12px;
    font-size: 20px;
  }
}

.c-team-member__arrow {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-65%, -70%);
}

@media screen and (min-width: 992px) {
  .c-team-member__arrow {
    transform: translate(-75%, -80%);
  }
}

@media screen and (min-width: 1200px) {
  .c-team-member__arrow {
    transform: translate(-85%, -90%);
  }
}

.c-team-member__arrow .e-svg {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 576px) {
  .c-team-member__arrow .e-svg {
    width: 23px;
    height: 23px;
  }
}

@media screen and (min-width: 768px) {
  .c-team-member__arrow .e-svg {
    width: 28px;
    height: 28px;
  }
}

@media screen and (min-width: 992px) {
  .c-team-member__arrow .e-svg {
    width: 33px;
    height: 33px;
  }
}

@media screen and (min-width: 1200px) {
  .c-team-member__arrow .e-svg {
    width: 38px;
    height: 38px;
  }
}

.c-team-member__job-title {
  margin: 19px 0;
}

@media screen and (min-width: 768px) {
  .c-team-member__job-title {
    margin: 23px 0;
  }
}

@media screen and (min-width: 1200px) {
  .c-team-member__job-title {
    margin: 25px 0;
  }
}

.c-filter__option:first-child {
  min-width: 200px;
}

.c-filter__select {
  height: 82px;
  appearance: none;
  border-radius: 0;
}

.c-filter__select-arrow {
  position: absolute;
  top: calc(50% - 9px);
  right: 30px;
}

.is-active .c-filter__select-arrow {
  transform: rotate(180deg);
}

.c-filter__dropdown-input {
  height: 82px;
}

.c-filter__reset {
  height: 54px;
}

@media only screen and (min-width: 992px) {
  .c-filter__reset {
    height: 82px;
  }
}

.c-filter__dropdown-panel {
  display: none;
  top: 100%;
}

@media only screen and (min-width: 992px) {
  .c-filter__dropdown-panel.is-active {
    display: flex;
  }
}

.c-filter__change-view-btn.is-active {
  opacity: 1;
}

.c-submenu__toggle {
  z-index: 10;
  position: relative;
  top: 115px;
}

.nav-open .c-submenu__toggle {
  z-index: 9998;
}

@media only screen and (min-width: 992px) {
  .c-submenu__toggle {
    z-index: 10000;
    position: fixed;
    top: 55px;
  }
}

.c-submenu__dropdown {
  width: 233px;
  z-index: 10000;
  height: auto;
  opacity: 0;
  visibility: hidden;
  top: 90px;
}

@media only screen and (min-width: 992px) {
  .c-submenu__dropdown {
    top: 30px;
  }
}

.c-submenu__dropdown.is-active {
  opacity: 1;
  visibility: visible;
}

.c-submenu__two-lines span {
  font-size: 34px;
  line-height: .8;
}

@media only screen and (min-width: 992px) {
  .c-submenu__two-lines span {
    font-size: 45px;
  }
}

.c-cursor {
  z-index: 100002;
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .c-cursor {
    display: block;
  }
}

.c-cursor__dot {
  background: #ff81a9;
}

.bg-is-pink .c-cursor__dot {
  background: #1c1463;
}

.c-preloader {
  z-index: 10001;
}

.c-preloader__mask {
  aspect-ratio: 126 / 71;
  min-height: 71px;
  clip-path: url("#preloader-clip-path");
}

.c-animated-logo {
  width: 66px;
  height: 37px;
}

@media screen and (min-width: 576px) {
  .c-animated-logo {
    width: 81px;
    height: 45px;
  }
}

@media screen and (min-width: 768px) {
  .c-animated-logo {
    width: 96px;
    height: 54px;
  }
}

@media screen and (min-width: 992px) {
  .c-animated-logo {
    width: 111px;
    height: 63px;
  }
}

.c-animated-logo > img {
  width: 100%;
  height: 100%;
  transition: none !important;
}

.c-popup {
  opacity: 0;
  z-index: 10001;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  transition: opacity .3s, visibility .3s;
  position: fixed;
}

.c-popup.is-active {
  opacity: 1;
  visibility: visible;
}

.c-popup__inner {
  width: 992px;
  max-width: 90vw;
  max-height: 90vh;
}

@media only screen and (max-width: 576px) {
  .c-popup__close {
    width: 23px;
  }
}

.c-popup__heading {
  font-size: 40px;
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .c-popup__heading {
    font-size: 50px;
  }
}

.c-popup .c-inquiry-form {
  transition: opacity .3s;
}

.c-popup .c-inquiry-form.is-faded {
  opacity: .2;
}

.c-popup .c-inquiry-form .flex-col-6 {
  padding-left: 15px;
  padding-right: 7px;
}

.c-popup .c-inquiry-form .flex-col-6:nth-child(2n) {
  padding-left: 7px;
  padding-right: 15px;
}

.c-popup .c-inquiry-form__elem {
  margin-bottom: 30px;
}

.c-popup .c-inquiry-form__elem.focused .c-inquiry-form__label {
  top: -7px;
  transform: none;
}

.c-popup .c-inquiry-form__label {
  background-color: #eaeae6;
}

.ci-row {
  padding-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .ci-row {
    padding-bottom: 8rem;
  }
}

.ci-row__img {
  aspect-ratio: 586 / 521;
}

.ci-row__content {
  font-size: 26px;
  line-height: 32px;
}

@media only screen and (min-width: 992px) {
  .ci-row__content {
    font-size: 32px;
    line-height: 36px;
  }
}

.ci-row__buttons {
  padding-top: 25px;
}

@media screen and (min-width: 576px) {
  .ci-row__buttons {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .ci-row__buttons {
    padding-top: 35px;
  }
}

@media screen and (min-width: 992px) {
  .ci-row__buttons {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .ci-row__buttons {
    padding-top: 45px;
  }
}

.ci-row__buttons .c-btn-container {
  margin-top: 15px;
}

.c-tm-overlay {
  z-index: 10001;
  overflow-y: scroll;
}

.c-tm-overlay__header {
  width: 100%;
  background-color: #0000;
  padding: 20px 0 15px;
}

@media only screen and (min-width: 768px) {
  .c-tm-overlay__header {
    padding: 23px 0;
  }
}

.c-tm-overlay__header__logo-container .e-svg {
  width: 66px;
  height: 37px;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 576px) {
  .c-tm-overlay__header__logo-container .e-svg {
    width: 81px;
    height: 45px;
  }
}

@media screen and (min-width: 768px) {
  .c-tm-overlay__header__logo-container .e-svg {
    width: 96px;
    height: 54px;
    margin-left: 11px;
  }
}

.c-tm-overlay__header__logo-container .e-svg path {
  fill: #1c1463;
}

.c-tm-overlay__header__hamburger {
  width: 38px;
}

@media screen and (min-width: 576px) {
  .c-tm-overlay__header__hamburger {
    width: 43px;
  }
}

@media screen and (min-width: 768px) {
  .c-tm-overlay__header__hamburger {
    width: 48px;
  }
}

.c-tm-overlay__header__hamburger span {
  width: 100%;
  height: 7px;
  background-color: #fff;
  transition: all .3s;
  display: block;
  position: relative;
  left: 0;
}

@media screen and (min-width: 768px) {
  .c-tm-overlay__header__hamburger span {
    height: 10px;
  }
}

.c-tm-overlay__header__hamburger span + span {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .c-tm-overlay__header__hamburger span + span {
    margin-top: 8px;
  }
}

.c-tm-overlay__header__hamburger.active span {
  background-color: #1c1463;
}

.c-tm-overlay__header__hamburger.active span:nth-child(1) {
  animation: .4s forwards top;
}

.c-tm-overlay__header__hamburger.active span:nth-child(2) {
  animation: .4s forwards scaled;
}

.c-tm-overlay__header__hamburger.active span:nth-child(3) {
  animation: .4s forwards bottom;
}

.c-tm-overlay__header__hamburger.not-active span:nth-child(1) {
  animation: .4s forwards top-2;
}

.c-tm-overlay__header__hamburger.not-active span:nth-child(2) {
  animation: .4s forwards scaled-2;
}

.c-tm-overlay__header__hamburger.not-active span:nth-child(3) {
  animation: .4s forwards bottom-2;
}

@media only screen and (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .c-tm-overlay__header__hamburger:not(.active):hover span:nth-child(1), .c-tm-overlay__header__hamburger:not(.active):hover span:nth-child(3) {
    width: 75%;
    left: 12.5%;
  }
}

.c-tm-overlay__inner__content {
  height: 75vh;
  padding-top: 50px;
  display: none;
  position: relative;
}

.c-tm-overlay__inner__content.active {
  display: block;
}

.c-tm-overlay__inner__content img {
  height: 300px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .c-tm-overlay__inner__content img {
    height: 100%;
    margin-bottom: 0;
  }
}

.c-tm-overlay__inner__content h4 {
  margin-bottom: 28px;
}

.c-tm-overlay__inner__content h5 {
  margin-bottom: 25px;
}

.c-tm-overlay__inner__content p {
  color: #1c1463;
  font-size: 20px;
}

.c-tm-overlay__heading-container {
  width: 100%;
  z-index: 0;
  align-items: center;
  display: none;
  position: absolute;
  top: 100px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-tm-overlay__heading-container {
    display: flex;
  }
}

.c-tm-overlay__heading-elem {
  white-space: nowrap;
  will-change: transform;
  padding: 0;
  animation: 30s linear infinite marquee;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .c-tm-overlay__heading-elem {
    animation: none;
  }
}

.c-tm-overlay__heading-inner {
  margin-right: 15px;
  padding: 0;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .c-tm-overlay__heading-inner {
    margin-right: 30px;
  }
}

.c-tm-overlay__heading-circle {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .c-tm-overlay__heading-circle {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 992px) {
  .c-tm-overlay__heading-circle {
    width: 28px;
    height: 28px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .c-tm-overlay__heading-circle {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .c-tm-overlay .about-content {
    margin-top: 250px;
  }
}

.hero-section {
  height: 100vh;
  position: relative;
}

.hero-section--layout-default {
  height: 136vw;
  max-height: calc(100vh - 10.8333vw);
}

@media screen and (min-width: 992px) {
  .hero-section--layout-default {
    max-height: 100vh;
  }
}

.hero-section__media-container {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.hero-section__media-container:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0006;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-section__media-container .media__image-gallery {
  z-index: 0;
}

.hero-section__overlay {
  width: 100%;
  padding: var(--header-height) 0;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .hero-section__overlay--simple .c-content-block {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .hero-section__overlay--simple .c-content-block__content {
    max-width: 624px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-section__overlay--default {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section__overlay--default .c-content-block__content {
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  .hero-section__overlay--default .c-content-block__content {
    font-size: 34px;
  }
}

.hero-section__overlay-container {
  margin-top: 50px;
}

@media screen and (min-width: 576px) {
  .hero-section__overlay-container {
    margin-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  .hero-section__overlay-container {
    margin-top: 86px;
  }
}

@media screen and (min-width: 992px) {
  .hero-section__overlay-container {
    margin-top: 104px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section__overlay-container {
    margin-top: 122px;
  }
}

@media screen and (min-width: 1400px) {
  .hero-section__overlay-container {
    margin-top: 140px;
  }
}

@media screen and (min-width: 992px) and (max-height: 634px) {
  .hero-section__heading {
    font-size: 60px;
  }
}

@media screen and (min-width: 1200px) and (max-height: 764px) {
  .hero-section__heading {
    font-size: 75px;
  }
}

@media screen and (min-width: 1400px) and (max-height: 749px) {
  .hero-section__heading {
    font-size: 80px;
  }
}

.hero-section__heading-lines {
  flex-direction: column;
}

.hero-section__heading-lines span {
  font-family: inherit;
}

.hero-section__heading-lines span:nth-child(3n+1) {
  padding-left: 40px;
}

@media screen and (min-width: 992px) {
  .hero-section__heading-lines span:nth-child(3n+1) {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section__heading-lines span:nth-child(3n+1) {
    padding-left: 80px;
  }
}

.hero-section__heading-lines span:nth-child(3n+3) {
  padding-left: 70px;
}

@media screen and (min-width: 768px) {
  .hero-section__heading-lines span:nth-child(3n+3) {
    padding-left: 100px;
  }
}

@media screen and (min-width: 992px) {
  .hero-section__heading-lines span:nth-child(3n+3) {
    padding-left: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section__heading-lines span:nth-child(3n+3) {
    padding-left: 140px;
  }
}

@media screen and (min-width: 1400px) {
  .hero-section__heading-lines span:nth-child(3n+3) {
    padding-left: 160px;
  }
}

.hero-section__heading-container {
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section__heading-elem {
  white-space: nowrap;
  will-change: transform;
  padding: 0;
  animation: 30s linear infinite marquee;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .hero-section__heading-elem {
    animation: none;
  }
}

.hero-section__heading-inner {
  margin-right: 15px;
  padding: 0;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .hero-section__heading-inner {
    margin-right: 30px;
  }
}

.hero-section__heading-circle {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .hero-section__heading-circle {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 992px) {
  .hero-section__heading-circle {
    width: 28px;
    height: 28px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section__heading-circle {
    width: 32px;
    height: 32px;
  }
}

.hero-section__scroll-container {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 576px) {
  .hero-section__scroll-container {
    bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .hero-section__scroll-container {
    bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .hero-section__scroll-container {
    bottom: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section__scroll-container {
    bottom: 40px;
  }
}

.hero-section__scroll .hero-section__scroll-chevron {
  opacity: 0;
  margin-top: -15px;
  animation: 2s infinite animateScrollArrow;
}

@media screen and (min-width: 576px) {
  .hero-section__scroll .hero-section__scroll-chevron {
    margin-top: -21px;
  }
}

@media screen and (min-width: 768px) {
  .hero-section__scroll .hero-section__scroll-chevron {
    margin-top: -24px;
  }
}

@media screen and (min-width: 992px) {
  .hero-section__scroll .hero-section__scroll-chevron {
    margin-top: -30px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section__scroll .hero-section__scroll-chevron {
    margin-top: -34px;
  }
}

.hero-section__scroll .hero-section__scroll-chevron:first-child {
  margin-top: 0;
}

.hero-section__scroll .hero-section__scroll-chevron:nth-child(2) {
  animation-delay: .5s;
}

.hero-section__scroll .hero-section__scroll-chevron:last-child {
  animation-delay: .8s;
}

.hero-section__scroll .hero-section__scroll-chevron .e-svg {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 576px) {
  .hero-section__scroll .hero-section__scroll-chevron .e-svg {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .hero-section__scroll .hero-section__scroll-chevron .e-svg {
    width: 36px;
    height: 36px;
  }
}

@media screen and (min-width: 992px) {
  .hero-section__scroll .hero-section__scroll-chevron .e-svg {
    width: 42px;
    height: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section__scroll .hero-section__scroll-chevron .e-svg {
    width: 48px;
    height: 48px;
  }
}

.hero-section__scroll .hero-section__scroll-arrow .e-svg {
  width: 32px;
  height: 36px;
}

@media screen and (min-width: 768px) {
  .hero-section__scroll .hero-section__scroll-arrow .e-svg {
    width: 39px;
    height: 44px;
  }
}

@media screen and (min-width: 992px) {
  .hero-section__scroll .hero-section__scroll-arrow .e-svg {
    width: 47px;
    height: 53px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-section__scroll .hero-section__scroll-arrow .e-svg {
    width: 54px;
    height: 62px;
  }
}

.hero-section__scroll--arrow {
  position: absolute;
  bottom: 60px;
  left: 30px;
}

@media screen and (min-width: 576px) {
  .hero-section__scroll--arrow {
    left: calc(50vw - 255px);
  }
}

@media screen and (min-width: 768px) {
  .hero-section__scroll--arrow {
    left: calc(50vw - 345px);
  }
}

@media screen and (min-width: 992px) {
  .hero-section__scroll--arrow {
    bottom: unset;
    left: unset;
    position: relative;
  }
}

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

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.fwm {
  min-height: 100vh;
  margin-bottom: 54px;
  padding: 60px 0;
  position: relative;
}

@media screen and (min-width: 576px) {
  .fwm {
    margin-bottom: 73px;
    padding: 70px 0;
  }
}

@media screen and (min-width: 768px) {
  .fwm {
    margin-bottom: 92px;
    padding: 80px 0;
  }
}

@media screen and (min-width: 992px) {
  .fwm {
    margin-bottom: 111px;
    padding: 90px 0;
  }
}

@media screen and (min-width: 1200px) {
  .fwm {
    margin-bottom: 130px;
    padding: 100px 0;
  }
}

.fwm__canvas-container, .fwm__media-container {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.fwm__media-container:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0003;
  position: absolute;
  top: 0;
  left: 0;
}

.fwm__overlay {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .fwm__overlay .c-content-block {
    max-width: 954px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fwm .media__video-controls {
  bottom: 30px;
}

@media screen and (min-width: 768px) {
  .fwm .media__video-controls {
    bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .fwm .media__video-controls {
    bottom: 60px;
  }
}

@media screen and (min-width: 1400px) {
  .fwm .media__video-controls {
    bottom: 80px;
  }
}

@media screen and (min-width: 1600px) {
  .fwm .media__video-controls {
    bottom: 100px;
  }
}

.fwc {
  padding-bottom: 90px;
}

@media screen and (min-width: 576px) {
  .fwc {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .fwc {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 992px) {
  .fwc {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .fwc {
    padding-bottom: 130px;
  }

  .fwc__heading {
    max-width: 1112px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  .fwc__heading .t-h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.fwc__component--image {
  width: 118px;
  height: 50px;
  display: inline-block;
  position: relative;
  top: -2px;
}

@media screen and (min-width: 576px) {
  .fwc__component--image {
    width: 136px;
    height: 60px;
    top: -6px;
  }
}

@media screen and (min-width: 768px) {
  .fwc__component--image {
    width: 154px;
    height: 70px;
    top: -7px;
  }
}

@media screen and (min-width: 992px) {
  .fwc__component--image {
    width: 172px;
    height: 80px;
    top: -8px;
  }
}

@media screen and (min-width: 1200px) {
  .fwc__component--image {
    width: 190px;
    height: 90px;
    top: -9px;
  }
}

@media screen and (min-width: 992px) {
  .fwc .c-content-block {
    max-width: 954px;
    width: 100%;
  }
}

.fwc .c-content-block__content {
  margin-top: 42px;
}

.fwc .c-content-block.full-width {
  max-width: none;
}

.fwc .c-content-block.full-width .c-content-block__buttons {
  padding-top: 45px;
}

@media screen and (min-width: 992px) {
  .fwc .c-content-block.full-width .c-content-block__buttons {
    padding-top: 0;
  }

  .fwc--content-center .c-content-block {
    margin-left: auto;
    margin-right: auto;
  }

  .fwc--content-right .c-content-block {
    margin-left: auto;
  }
}

.fwc__extra-section {
  margin-top: 55px;
}

@media screen and (min-width: 576px) {
  .fwc__extra-section {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .fwc__extra-section {
    margin-top: 65px;
  }
}

@media screen and (min-width: 992px) {
  .fwc__extra-section {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .fwc__extra-section {
    margin-top: 75px;
  }
}

.fwc__extra-section-arrow {
  transition: transform .5s;
}

.fwc__extra-section-arrow .e-svg {
  width: 25px;
  height: 29px;
}

@media screen and (min-width: 576px) {
  .fwc__extra-section-arrow .e-svg {
    width: 36px;
    height: 42px;
  }
}

@media screen and (min-width: 768px) {
  .fwc__extra-section-arrow .e-svg {
    width: 47px;
    height: 55px;
  }
}

@media screen and (min-width: 992px) {
  .fwc__extra-section-arrow .e-svg {
    width: 59px;
    height: 68px;
  }
}

@media screen and (min-width: 1200px) {
  .fwc__extra-section-arrow .e-svg {
    width: 70px;
    height: 81px;
  }
}

.fwc__extra-section-arrow .e-svg__fill {
  fill: #1c1463;
}

.fwc__extra-section-arrow--white .e-svg__fill {
  fill: #fff;
}

.fwc__extra-section-arrow--gray .e-svg__fill {
  fill: #eaeae6;
}

.fwc__extra-section-arrow--pink .e-svg__fill {
  fill: #ff81a9;
}

.is-open .fwc__extra-section-arrow {
  transform: rotate(180deg);
}

.fwc__extra-section-row {
  overflow: hidden;
}

.fwc__extra-section-row .fwc__extra-section-col .fwc__extra-section-title {
  background-color: #eaeae6;
  border-bottom: 1px solid #1c146333;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.fwc__extra-section-row .fwc__extra-section-col .fwc__extra-section-title--white {
  border-color: #fff3;
}

.fwc__extra-section-row .fwc__extra-section-col .fwc__extra-section-title--gray {
  border-color: #eaeae633;
}

.fwc__extra-section-row .fwc__extra-section-col .fwc__extra-section-title--pink {
  border-color: #ff81a933;
}

.fwc__extra-section-row .fwc__extra-section-col:last-child .fwc__extra-section-title {
  margin-bottom: 0;
}

.fwc__extra-section-row .fwc__events-container {
  transition: transform 1s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  transform: translateY(-100%);
}

.fwc__extra-section-row .fwc__events-container.is-active {
  position: relative;
  transform: translateY(0%);
}

.fwc__extra-section-row .fwc__events-container.is-sliding-up {
  transform: translateY(-100%);
}

.list {
  margin-bottom: 100px;
}

.list-border-top {
  margin-top: -4.3333vw;
}

.list__heading.split div:nth-child(3n+1) {
  padding-left: 30px;
}

@media screen and (min-width: 576px) {
  .list__heading.split div:nth-child(3n+1) {
    padding-left: 50px;
  }
}

@media screen and (min-width: 768px) {
  .list__heading.split div:nth-child(3n+1) {
    padding-left: 70px;
  }
}

@media screen and (min-width: 992px) {
  .list__heading.split div:nth-child(3n+1) {
    padding-left: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .list__heading.split div:nth-child(3n+1) {
    padding-left: 110px;
  }
}

.list__heading.split div:nth-child(3n+3) {
  padding-left: 50px;
}

@media screen and (min-width: 576px) {
  .list__heading.split div:nth-child(3n+3) {
    padding-left: 70px;
  }
}

@media screen and (min-width: 768px) {
  .list__heading.split div:nth-child(3n+3) {
    padding-left: 90px;
  }
}

@media screen and (min-width: 992px) {
  .list__heading.split div:nth-child(3n+3) {
    padding-left: 110px;
  }
}

@media screen and (min-width: 1200px) {
  .list__heading.split div:nth-child(3n+3) {
    padding-left: 130px;
  }
}

@media screen and (min-width: 1400px) {
  .list__heading.split div:nth-child(3n+3) {
    padding-left: 135px;
  }
}

.list__items-container {
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .list__items-container {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .list__items-container {
    margin-top: 55px;
  }
}

@media screen and (min-width: 1200px) {
  .list__items-container {
    margin-top: 60px;
  }
}

.list__items .list__item-col:last-child {
  margin-bottom: 0;
}

.list__item-text {
  color: #fff;
  font-size: 38px;
  line-height: 1;
}

@media screen and (min-width: 576px) {
  .list__item-text {
    font-size: 48px;
  }
}

@media screen and (min-width: 768px) {
  .list__item-text {
    font-size: 58px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 992px) {
  .list__item-text {
    font-size: 68px;
  }
}

@media screen and (min-width: 1200px) {
  .list__item-text {
    font-size: 78px;
  }
}

@media screen and (min-width: 1400px) {
  .list__item-text {
    font-size: 80px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .list__item-text {
    color: #ffffff40;
  }

  .list__item-text:after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: opacity .3s;
    display: none;
    position: absolute;
    bottom: 15px;
    left: 0;
  }
}

@media only screen and (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .list__item-text:after {
    display: block;
  }
}

.list__item-arrow {
  margin-top: 8px;
  padding-left: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .list__item-arrow {
    opacity: 0;
  }
}

.list__item-arrow .e-svg {
  width: 20px;
  height: 23px;
}

@media screen and (min-width: 576px) {
  .list__item-arrow .e-svg {
    width: 30px;
    height: 37px;
  }
}

@media screen and (min-width: 768px) {
  .list__item-arrow .e-svg {
    width: 37px;
    height: 45px;
  }
}

@media screen and (min-width: 992px) {
  .list__item-arrow .e-svg {
    width: 40px;
    height: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .list__item-arrow .e-svg {
    width: 50px;
    height: 57px;
  }
}

.list__item-arrow .e-svg__fill {
  fill: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .list__item-arrow .e-svg__fill {
    fill: #ffffff40;
  }
}

.list__item-hover-image {
  width: 180px;
  height: 180px;
  opacity: 0;
  transition: all .45s;
  right: -220px;
  transform: skewX(-5deg);
}

.list__item-hover-image img {
  transition: all .45s;
  transform: scale(1.2);
}

.list__buttons {
  padding-top: 35px;
}

@media screen and (min-width: 576px) {
  .list__buttons {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .list__buttons {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .list__buttons {
    padding-top: 0;
  }
}

.list__buttons .c-btn-container {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .list__item {
    display: inline-flex;
  }
}

.list__item {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .list__item {
    flex-wrap: nowrap;
    padding-bottom: 33px;
  }
}

@media screen and (min-width: 992px) {
  .list__item {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .list__item {
    padding-bottom: 40px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .list__item:hover .list__item-text {
    color: #fff;
  }

  .list__item:hover .list__item-text:after, .list__item:hover .list__item-arrow {
    opacity: 1;
  }

  .list__item:hover .list__item-arrow .e-svg__fill {
    fill: #fff;
  }
}

.list__item:hover .list__item-hover-image {
  opacity: 1;
  transform: skewX(10deg);
}

.list__item:hover .list__item-hover-image img {
  transform: scale(1);
}

.list.theme-blue .list__heading {
  color: #ff81a9;
}

.list.theme-blue .c-btn {
  background: #ff81a9;
}

.list.theme-blue .c-btn__text {
  color: #1c1463;
}

.list.theme-blue .list__item-text {
  color: #fff;
}

.list.theme-blue .list__item-arrow .e-svg path {
  fill: #fff;
}

.list.theme-orange .list__heading {
  color: #03342f;
}

.list.theme-orange .c-btn {
  background: #03342f;
}

.list.theme-orange .c-btn__text {
  color: #fff;
}

.list.theme-orange .list__item-text {
  color: #03342f;
}

.list.theme-orange .list__item-text:after {
  background-color: #03342f;
}

.list.theme-orange .list__item-arrow .e-svg path, .list.theme-orange .list__item:hover .e-svg path {
  fill: #03342f;
}

.list.theme-pink .list__heading {
  color: #1c1463;
}

.list.theme-pink .c-btn {
  background: #1c1463;
}

.list.theme-pink .c-btn__text {
  color: #fff;
}

.list.theme-pink .list__item-text {
  color: #1c1463;
}

.list.theme-pink .list__item-text:after {
  background-color: #1c1463;
}

.list.theme-pink .list__item-arrow .e-svg path, .list.theme-pink .list__item:hover .e-svg path {
  fill: #1c1463;
}

.list.theme-green .list__heading {
  color: #f49848;
}

.list.theme-green .c-btn {
  background: #f49848;
}

.list.theme-green .c-btn__text {
  color: #fff;
}

.list.theme-green .list__item-text {
  color: #f49848;
}

.list.theme-green .list__item-text:after {
  background-color: #f49848;
}

.list.theme-green .list__item-arrow .e-svg path, .list.theme-green .list__item:hover .e-svg path {
  fill: #f49848;
}

.slider {
  margin-bottom: 70px;
}

@media screen and (min-width: 576px) {
  .slider {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .slider {
    margin-bottom: 130px;
  }
}

.slider__buttons {
  padding-top: 15px;
}

@media screen and (min-width: 576px) {
  .slider__buttons {
    padding-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .slider__buttons {
    padding-top: 35px;
  }
}

@media screen and (min-width: 992px) {
  .slider__buttons {
    padding-top: 0;
  }
}

.slider__buttons .c-btn-container {
  margin-top: 15px;
}

.slider__items {
  height: 42vw;
  margin-top: 55px;
}

@media screen and (min-width: 576px) {
  .slider__items {
    height: 40vw;
    margin-top: 75px;
  }
}

@media screen and (min-width: 768px) {
  .slider__items {
    height: 38vw;
    margin-top: 70px;
  }
}

@media screen and (min-width: 992px) {
  .slider__items {
    height: 37vw;
    margin-top: 65px;
  }
}

@media screen and (min-width: 1200px) {
  .slider__items {
    height: 35vw;
    margin-top: 60px;
  }
}

.slider__items .swiper-wrapper {
  align-items: flex-end;
}

.slider__item.swiper-slide {
  width: 55vw;
  transform-origin: bottom;
  opacity: .4;
  transition: opacity .3s, transform .3s;
  transform: scaleY(.5);
}

.slider__item.swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scaleY(1);
}

.slider__img-wrapper {
  transition: all .5s;
  transform: scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .swiper-slide-active .slider__img-wrapper:hover {
    transform: scale(1.1);
  }
}

.slider__arrow {
  z-index: 10;
  position: absolute;
  top: 60%;
}

.slider__arrow--prev {
  left: 22.5vw;
  transform: translateY(-50%)translateX(-50px);
}

@media screen and (min-width: 576px) {
  .slider__arrow--prev {
    transform: translateY(-50%)translateX(-77px);
  }
}

@media screen and (min-width: 768px) {
  .slider__arrow--prev {
    transform: translateY(-50%)translateX(-104px);
  }
}

@media screen and (min-width: 992px) {
  .slider__arrow--prev {
    transform: translateY(-50%)translateX(-131px);
  }
}

@media screen and (min-width: 1200px) {
  .slider__arrow--prev {
    transform: translateY(-50%)translateX(-173px);
  }
}

.slider__arrow--next {
  right: 22.5vw;
  transform: translateY(-50%)translateX(50px);
}

@media screen and (min-width: 576px) {
  .slider__arrow--next {
    transform: translateY(-50%)translateX(77px);
  }
}

@media screen and (min-width: 768px) {
  .slider__arrow--next {
    transform: translateY(-50%)translateX(104px);
  }
}

@media screen and (min-width: 992px) {
  .slider__arrow--next {
    transform: translateY(-50%)translateX(131px);
  }
}

@media screen and (min-width: 1200px) {
  .slider__arrow--next {
    transform: translateY(-50%)translateX(173px);
  }
}

.slider__arrow .e-svg-container .e-svg {
  width: 35px;
  height: 36px;
}

@media screen and (min-width: 576px) {
  .slider__arrow .e-svg-container .e-svg {
    width: 62px;
    height: 63px;
  }
}

@media screen and (min-width: 768px) {
  .slider__arrow .e-svg-container .e-svg {
    width: 89px;
    height: 90px;
  }
}

@media screen and (min-width: 992px) {
  .slider__arrow .e-svg-container .e-svg {
    width: 116px;
    height: 117vw;
  }
}

@media screen and (min-width: 1200px) {
  .slider__arrow .e-svg-container .e-svg {
    width: 143px;
    height: 144px;
  }
}

.slider__captions {
  width: 100vw;
  margin-top: 30px;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .slider__captions {
    width: 85vw;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .slider__captions {
    width: 75vw;
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .slider__captions {
    width: 65vw;
    margin-top: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .slider__captions {
    width: 55vw;
    margin-top: 50px;
  }
}

.slider__pagination {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .slider__pagination {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .slider__pagination {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .slider__pagination {
    margin-top: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .slider__pagination {
    margin-top: 50px;
  }
}

.slider__pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  height: 2px;
  background: #ffffff8c;
  border-radius: 0;
  transition: background-color .3s ease-in-out;
  margin: 0 15px !important;
}

@media screen and (min-width: 576px) {
  .slider__pagination .swiper-pagination-bullet {
    width: 61px;
  }
}

@media screen and (min-width: 768px) {
  .slider__pagination .swiper-pagination-bullet {
    width: 82px;
  }
}

@media screen and (min-width: 992px) {
  .slider__pagination .swiper-pagination-bullet {
    width: 103px;
    height: 3px;
    margin: 0 17px !important;
  }
}

@media screen and (min-width: 1200px) {
  .slider__pagination .swiper-pagination-bullet {
    width: 124px;
  }
}

@media screen and (min-width: 1400px) {
  .slider__pagination .swiper-pagination-bullet {
    width: 145px;
  }
}

.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.list-graphic {
  z-index: 2;
  margin-bottom: 85px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .list-graphic {
    margin-bottom: 105px;
  }
}

@media screen and (min-width: 768px) {
  .list-graphic {
    margin-bottom: 125px;
  }
}

@media screen and (min-width: 992px) {
  .list-graphic {
    margin-bottom: 145px;
  }
}

@media screen and (min-width: 1200px) {
  .list-graphic {
    margin-bottom: 165px;
  }
}

.list-graphic__wrapper {
  margin-top: -50px;
  padding: 27px 0;
}

@media screen and (min-width: 992px) {
  .list-graphic__wrapper {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .list-graphic__wrapper.bg-blue .list-graphic__item {
    border-top: 1px solid #fff3;
  }
}

.list-graphic__wrapper.bg-blue .list-graphic__items-container:before {
  background: #fff3;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .list-graphic--right-align canvas {
    width: 75vw !important;
    height: 450px !important;
  }
}

@media screen and (min-width: 992px) {
  .list-graphic--right-align canvas {
    transform: translateX(-25%);
  }
}

.list-graphic__canvas {
  z-index: 3;
  transition: transform .3s;
  display: none;
  transform: scale(1);
}

@media only screen and (min-width: 992px) {
  .list-graphic__canvas {
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%)scale(1)rotate(0);
  }
}

@media screen and (min-width: 992px) {
  .list-graphic--right-align .list-graphic__canvas {
    width: calc(930px - 50vw);
    left: calc(50vw - 465px);
  }
}

@media screen and (min-width: 1200px) {
  .list-graphic--right-align .list-graphic__canvas {
    width: calc(110px - 50vw);
    left: calc(50vw - 55px);
  }
}

@media screen and (min-width: 1400px) {
  .list-graphic--right-align .list-graphic__canvas {
    width: calc(1270px - 50vw);
    left: calc(50vw - 635px);
  }
}

@media screen and (min-width: 1600px) {
  .list-graphic--right-align .list-graphic__canvas {
    width: calc(1470px - 50vw);
    left: calc(50vw - 735px);
  }
}

@media screen and (min-width: 1920px) {
  .list-graphic--right-align .list-graphic__canvas {
    width: calc(1730px - 50vw);
    left: calc(50vw - 865px);
  }
}

.list-graphic__canvas.is-scaled-down {
  transform: translateY(-50%)scale(0)rotate(-15deg);
}

.list-graphic__intro-text {
  font-size: 22px;
  line-height: 28px;
}

@media only screen and (min-width: 992px) {
  .list-graphic__intro-text {
    font-size: 32px;
    line-height: 36px;
  }
}

.list-graphic__items-container {
  margin-top: 45px;
  position: relative;
}

.list-graphic__items-container:before {
  content: "";
  width: calc(100vw - 60px);
  height: 1px;
  background: #1c146333;
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
}

.list-graphic--right-align .list-graphic__items-container:before {
  width: 100%;
  left: 0;
}

@media screen and (min-width: 768px) {
  .list-graphic__items-container {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .list-graphic__items-container:before {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .list-graphic__items-container {
    margin-top: 55px;
  }
}

@media screen and (min-width: 992px) {
  .list-graphic__items-container .swiper-wrapper {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .list-graphic__item {
    border-top: 1px solid #1c146333;
  }
}

.list-graphic__item-index {
  width: 32px;
  height: 32px;
  border: 1px solid #1c1463;
  margin-top: 5px;
  margin-right: 15px;
  padding-top: 4px;
  font-size: 13px;
  line-height: 1;
}

.list-graphic__item-index.text-white {
  border: 1px solid #fff;
}

@media screen and (min-width: 576px) {
  .list-graphic__item-index {
    width: 37px;
    height: 37px;
  }
}

@media screen and (min-width: 768px) {
  .list-graphic__item-index {
    width: 42px;
    height: 42px;
    margin-top: 8px;
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) {
  .list-graphic__item-index {
    width: 47px;
    height: 47px;
    margin-top: 10px;
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px) {
  .list-graphic__item-index {
    width: 52px;
    height: 52px;
    font-size: 19px;
  }
}

@media screen and (min-width: 1400px) {
  .list-graphic__item-index {
    font-size: 20px;
  }
}

.list-graphic__item-heading {
  margin-bottom: 7px;
}

@media screen and (min-width: 992px) {
  .list-graphic__item-heading {
    width: 100%;
    max-width: 350px;
    margin-top: 0;
    margin-bottom: 14px;
  }
}

.list-graphic__item-content {
  text-align: justify;
  margin-top: 14px;
}

@media screen and (min-width: 576px) {
  .list-graphic__item-content {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .list-graphic__item-content {
    margin-top: 22px;
  }
}

@media screen and (min-width: 992px) {
  .list-graphic__item-content {
    width: 100%;
    max-width: 400px;
    margin-top: 0;
  }
}

.list-graphic__buttons {
  padding-bottom: 35px;
}

@media screen and (min-width: 992px) {
  .list-graphic__buttons {
    padding-bottom: 0;
  }
}

.list-graphic__buttons .c-btn-container {
  margin-top: 15px;
}

.rotating-heading {
  z-index: 5;
  position: relative;
}

.rotating-heading--add-pb {
  padding-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .rotating-heading--add-pb {
    padding-bottom: 96px;
  }
}

.rotating-heading__container {
  width: 100%;
  width: calc(100% + 2.2em);
  align-items: center;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.rotating-heading__container--first {
  margin-top: -5px;
  transform: translate(-1.1em, -1.6em)rotate(2.28deg);
}

@media screen and (min-width: 1600px) {
  .rotating-heading__container--first {
    margin-top: -10px;
  }
}

.rotating-heading__container--first .rotating-heading__elem {
  padding-top: 15px;
  padding-bottom: 55px;
  animation: 18s linear infinite marquee;
}

@media screen and (min-width: 576px) {
  .rotating-heading__container--first .rotating-heading__elem {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .rotating-heading__container--first .rotating-heading__elem {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 992px) {
  .rotating-heading__container--first .rotating-heading__elem {
    padding-bottom: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rotating-heading__container--first .rotating-heading__elem {
    animation: none;
  }
}

.rotating-heading__container--last {
  margin-top: -15px;
  padding-bottom: 10px;
  transform: translate(-1.1em, -3.8em)rotate(2.3deg);
}

@media screen and (min-width: 576px) {
  .rotating-heading__container--last {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1700px) {
  .rotating-heading__container--last {
    padding-bottom: 20px;
  }
}

.rotating-heading__container--last .rotating-heading__elem {
  padding-top: 15px;
  animation: 18s linear infinite marquee-inverted;
}

@media (prefers-reduced-motion: reduce) {
  .rotating-heading__container--last .rotating-heading__elem {
    animation: none;
  }
}

.rotating-heading__container .e-svg-container {
  margin-top: -15px;
  margin-left: 20px;
}

.rotating-heading__container .e-svg-container .e-svg {
  width: 26px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rotating-heading__container .e-svg-container .e-svg {
    width: 38px;
    height: 34px;
  }
}

@media screen and (min-width: 992px) {
  .rotating-heading__container .e-svg-container .e-svg {
    width: 50px;
    height: 44px;
  }
}

@media screen and (min-width: 1200px) {
  .rotating-heading__container .e-svg-container .e-svg {
    width: 62px;
    height: 54px;
  }
}

.rotating-heading__arrow--blue .e-svg__fill {
  fill: #1c1463;
}

.rotating-heading__arrow--blue .e-svg__stroke {
  stroke: #1c1463;
}

.rotating-heading__arrow--grey .e-svg__fill {
  fill: #eaeae6;
}

.rotating-heading__arrow--grey .e-svg__stroke {
  stroke: #eaeae6;
}

.rotating-heading__elem {
  white-space: nowrap;
  will-change: transform;
  padding: 0;
  position: relative;
}

.rotating-heading__elem__inner:first-child {
  padding-left: 15px;
}

.rotating-heading__inner {
  margin-right: 15px;
  padding: 0;
  display: inline-block;
}

.rotating-heading__inner .rotating-heading__text.text-grey {
  background-color: #1c1463;
}

.rotating-heading .c-content-block {
  margin-top: -40px;
}

@media screen and (min-width: 576px) {
  .rotating-heading .c-content-block {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .rotating-heading .c-content-block {
    max-width: 954px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.logos-grid {
  margin-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .logos-grid {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .logos-grid__items {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .logos-grid__items .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 992px) {
  .logos-grid__items .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media screen and (min-width: 1200px) {
  .logos-grid__items .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.logos-grid__item-col {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .logos-grid__item-col {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .logos-grid__item-col {
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .logos-grid__item-col {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.logos-grid__item a {
  opacity: 1;
  transition: opacity .3s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .logos-grid__item a:hover {
    opacity: .4;
  }
}

.logos-grid__image {
  max-height: 50px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .logos-grid__image {
    max-height: 55px;
  }
}

@media screen and (min-width: 992px) {
  .logos-grid__image {
    max-height: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .logos-grid__image {
    max-height: 65px;
  }
}

@media screen and (min-width: 576px) {
  .logos-grid__buttons {
    padding-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .logos-grid__buttons {
    padding-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .logos-grid__buttons {
    padding-top: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .logos-grid__buttons {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1400px) {
  .logos-grid__buttons {
    padding-top: 25px;
  }
}

.logos-grid__buttons .c-btn-container {
  margin-top: 15px;
}

.grid-items {
  margin-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .grid-items {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 1400px) {
  .grid-items__inner {
    max-width: 1180px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1600px) {
  .grid-items__inner {
    max-width: 1280px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-items__inner {
    max-width: 1380px;
  }
}

.grid-items__buttons {
  padding-top: 0;
}

@media screen and (min-width: 576px) {
  .grid-items__buttons {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .grid-items__buttons {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .grid-items__buttons {
    padding-top: 0;
  }
}

.grid-items__buttons .c-btn-container {
  margin-top: 15px;
}

.grid-items__items {
  margin-top: 64px;
}

@media screen and (min-width: 992px) {
  .grid-items__items {
    margin-top: 60px;
  }
}

.grid-items__items .grid-items__item-col {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .grid-items .c-grid-item {
    width: 518px;
  }
}

@media screen and (min-width: 1600px) {
  .grid-items .c-grid-item {
    width: 575px;
  }
}

.cta-multi-images {
  margin-bottom: 120px;
}

@media screen and (min-width: 576px) {
  .cta-multi-images {
    margin-bottom: 145px;
  }
}

.cta-multi-images__heading {
  font-family: GT Super;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.08;
}

@media screen and (min-width: 576px) {
  .cta-multi-images__heading {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) {
  .cta-multi-images__heading {
    font-size: 65px;
    line-height: 1.06;
  }
}

@media screen and (min-width: 992px) {
  .cta-multi-images__heading {
    font-size: 80px;
    line-height: 1.04;
  }
}

@media screen and (min-width: 1200px) {
  .cta-multi-images__heading {
    font-size: 95px;
    line-height: 1.02;
  }
}

@media screen and (min-width: 1400px) {
  .cta-multi-images__heading {
    font-size: 110px;
    line-height: 1;
  }
}

@media only screen and (min-width: 992px) {
  .cta-multi-images__heading.js-multi-image-scroll-1 {
    transform: translateX(-15%);
  }
}

.cta-multi-images__heading.js-multi-image-scroll-2 {
  transform: translateX(15%);
}

@media only screen and (min-width: 992px) {
  .cta-multi-images__heading.js-multi-image-scroll-2 {
    transform: translateX(0%);
  }
}

@media screen and (min-width: 992px) {
  .cta-multi-images__heading--line-4 {
    padding-right: 100px;
  }
}

@media screen and (min-width: 1400px) {
  .cta-multi-images__heading--line-4 {
    padding-right: 200px;
  }
}

@media screen and (min-width: 1600px) {
  .cta-multi-images__heading--line-4 {
    padding-right: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .cta-multi-images__heading--line-4 {
    padding-right: 300px;
  }
}

.cta-multi-images__heading--clip {
  top: calc(0px - var(--circle-top));
  left: var(--circle-left);
  width: var(--circle-width);
  height: var(--circle-height);
  clip-path: circle();
  z-index: 1;
  position: absolute;
}

.cta-multi-images__heading--clip .cta-multi-images__heading {
  white-space: nowrap;
  top: var(--circle-top);
  left: unset;
  position: relative;
}

@media screen and (min-width: 992px) {
  .cta-multi-images__heading--clip .cta-multi-images__heading {
    left: -21px;
  }
}

@media screen and (min-width: 1200px) {
  .cta-multi-images__heading--clip .cta-multi-images__heading {
    left: -25px;
  }
}

.cta-multi-images__image-container {
  height: 13vw;
}

@media screen and (min-width: 576px) {
  .cta-multi-images__image-container {
    height: 75px;
  }
}

@media screen and (min-width: 768px) {
  .cta-multi-images__image-container {
    height: 85px;
  }
}

@media screen and (min-width: 992px) {
  .cta-multi-images__image-container {
    width: 135px;
    height: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .cta-multi-images__image-container {
    width: 147px;
    height: 99px;
  }
}

@media screen and (min-width: 992px) {
  .cta-multi-images__row .cta-multi-images__col:last-child .cta-multi-images__image-container {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1400px) {
  .cta-multi-images__row .cta-multi-images__col:last-child .cta-multi-images__image-container {
    margin-left: 100px;
  }
}

@media screen and (min-width: 1600px) {
  .cta-multi-images__row .cta-multi-images__col:last-child .cta-multi-images__image-container {
    margin-left: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .cta-multi-images__row .cta-multi-images__col:last-child .cta-multi-images__image-container {
    margin-left: 200px;
  }
}

.cta-multi-images__images-row {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .cta-multi-images__images-row {
    margin: 25px 0;
  }
}

@media screen and (min-width: 992px) {
  .cta-multi-images__images-row {
    margin: 30px 0;
  }
}

@media screen and (min-width: 1200px) {
  .cta-multi-images__images-row {
    margin: 35px 0;
  }
}

@media screen and (min-width: 1400px) {
  .cta-multi-images__images-row {
    margin: 40px 0;
  }
}

@media screen and (min-width: 992px) {
  .cta-multi-images__images-row .row .cta-multi-images__images-row-col:first-child .cta-multi-images__image-container {
    margin-left: 80px;
    margin-right: 120px;
  }
}

@media screen and (min-width: 1400px) {
  .cta-multi-images__images-row .row .cta-multi-images__images-row-col:first-child .cta-multi-images__image-container {
    margin-left: 160px;
    margin-right: 130px;
  }
}

@media screen and (min-width: 1600px) {
  .cta-multi-images__images-row .row .cta-multi-images__images-row-col:first-child .cta-multi-images__image-container {
    margin-left: 240px;
    margin-right: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .cta-multi-images__images-row .row .cta-multi-images__images-row-col:first-child .cta-multi-images__image-container {
    margin-left: 320px;
    margin-right: 170px;
  }
}

.cta-multi-images__circle {
  z-index: 0;
  top: calc(0px - var(--circle-top));
  left: var(--circle-left);
  width: var(--circle-width);
  height: var(--circle-height);
  clip-path: circle();
  position: absolute;
}

@media screen and (max-width: 576px) {
  .cta-multi-images .c-btn-container {
    margin-top: 60px;
  }
}

.team-members {
  margin-bottom: 85px;
}

@media screen and (min-width: 576px) {
  .team-members {
    margin-bottom: 105px;
  }
}

@media screen and (min-width: 768px) {
  .team-members {
    margin-bottom: 125px;
  }
}

@media screen and (min-width: 992px) {
  .team-members {
    margin-bottom: 145px;
  }
}

@media screen and (min-width: 1200px) {
  .team-members {
    margin-bottom: 165px;
  }
}

.team-members__wrapper {
  padding: 27px 0;
}

@media screen and (min-width: 992px) {
  .team-members__wrapper {
    padding: 0;
  }
}

.team-members__items {
  margin-top: 50px;
}

@media screen and (min-width: 576px) {
  .team-members__items {
    margin-top: 65px;
  }
}

@media screen and (min-width: 768px) {
  .team-members__items {
    margin-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  .team-members__items {
    margin-top: 95px;
  }
}

@media screen and (min-width: 1200px) {
  .team-members__items {
    margin-top: 110px;
  }
}

.team-members__buttons {
  padding-top: 35px;
}

@media screen and (min-width: 576px) {
  .team-members__buttons {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .team-members__buttons {
    padding-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .team-members__buttons {
    padding-top: 0;
  }
}

.team-members__buttons .c-btn-container {
  margin-top: 15px;
}

.contact-details {
  margin-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .contact-details {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  .contact-details {
    margin-bottom: 140px;
  }
}

.contact-details__buttons {
  padding-top: 25px;
}

@media screen and (min-width: 576px) {
  .contact-details__buttons {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .contact-details__buttons {
    padding-top: 35px;
  }
}

@media screen and (min-width: 992px) {
  .contact-details__buttons {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .contact-details__buttons {
    padding-top: 45px;
  }
}

.contact-details__buttons .c-btn-container {
  margin-top: 15px;
}

.contact-details__details-inner {
  margin-top: 34px;
}

.contact-details .c-social-icons {
  margin-top: 25px;
}

@media screen and (min-width: 992px) {
  .contact-details .c-social-icons {
    margin-top: 32px;
  }
}

.contact-details .c-social-icons__icon {
  background: #ff81a9;
}

@media (hover: hover) and (pointer: fine) {
  .contact-details .c-social-icons__icon:hover {
    background: #fff;
  }
}

@media screen and (min-width: 992px) {
  .contact-details__details {
    height: 100%;
    padding-right: 30px;
    position: relative;
  }
}

@media screen and (min-width: 1400px) {
  .contact-details__details {
    padding-right: 40px;
  }
}

.contact-details__details:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ffffff4d;
  display: none;
  position: absolute;
  top: 0;
  right: -15px;
}

@media only screen and (min-width: 992px) {
  .contact-details__details:after {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .contact-details__details-col--email {
    padding-right: 0 !important;
  }
}

.contact-details .c-content-block {
  border-top: 1px solid #ffffff4d;
  margin-top: 50px;
  padding-top: 50px;
}

@media screen and (min-width: 576px) {
  .contact-details .c-content-block {
    margin-top: 55px;
    padding-top: 55px;
  }
}

@media screen and (min-width: 768px) {
  .contact-details .c-content-block {
    margin-top: 60px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .contact-details .c-content-block {
    height: 100%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .contact-details .c-content-block {
    padding-left: 40px;
  }
}

.contact-details .c-content-block__subheading {
  margin-top: 0;
}

.events {
  margin-bottom: 85px;
}

@media screen and (min-width: 576px) {
  .events {
    margin-bottom: 105px;
  }
}

@media screen and (min-width: 768px) {
  .events {
    margin-bottom: 125px;
  }
}

@media screen and (min-width: 992px) {
  .events {
    margin-bottom: 145px;
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .events {
    margin-bottom: 165px;
  }
}

.events__wrapper {
  padding: 27px 0 140px;
}

@media screen and (min-width: 992px) {
  .events__wrapper {
    padding: 0 0 200px;
  }
}

.events__list-heading.is-hidden {
  display: none !important;
}

.events__list-item {
  margin-bottom: 35px;
}

@media screen and (min-width: 576px) {
  .events__list-item {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .events__list-item {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 992px) {
  .events__list-item {
    border-bottom: 1px solid #1c146333;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

.events__list-item-buttons .c-btn-container {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .events__list-item-buttons .c-btn-container {
    margin-top: 0;
  }
}

.events__list {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .events__list {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .events__list {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .events__list {
    margin-top: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .events__list {
    margin-top: 50px;
  }
}

.events__list .events__list-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .events__list .events__list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.events__list .events__gallery-item__summary {
  font-size: 26px;
  line-height: 30px;
}

@media only screen and (min-width: 992px) {
  .events__list .events__gallery-item__summary {
    font-size: 32px;
    line-height: 36px;
  }
}

.events__list .events__gallery-item__statistic {
  font-size: 40px;
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .events__list .events__gallery-item__statistic {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .events__list .events__gallery-item__statistic {
    font-size: 80px;
  }
}

.events__list .events__gallery-item__img-1 {
  aspect-ratio: 320 / 285;
}

@media only screen and (min-width: 992px) {
  .events__list .events__gallery-item__img-2, .events__list .events__gallery-item__img-3 {
    aspect-ratio: 588 / 714;
  }
}

.events__list.is-faded {
  opacity: 0;
}

.events__list-load-more-container {
  text-align: center;
  margin-top: 65px;
}

.clients-partners {
  margin-bottom: 85px;
}

@media screen and (min-width: 576px) {
  .clients-partners {
    margin-bottom: 105px;
  }
}

.clients-partners__wrapper {
  margin-top: -50px;
  padding: 27px 0;
}

@media screen and (min-width: 992px) {
  .clients-partners__wrapper {
    padding: 0;
  }
}

.clients-partners__wrapper .hide-links .c-btn-container {
  display: none;
}

@media only screen and (min-width: 992px) {
  .clients-partners__wrapper .hide-links .clients-partners__gallery-item__content {
    justify-content: space-evenly;
  }
}

@media only screen and (min-width: 1400px) {
  .clients-partners .container {
    max-width: 1300px !important;
  }
}

.clients-partners__list-heading.is-hidden {
  display: none !important;
}

.clients-partners__list {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .clients-partners__list {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .clients-partners__list {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .clients-partners__list {
    margin-top: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .clients-partners__list {
    margin-top: 50px;
  }
}

.clients-partners__list.is-faded {
  opacity: 0;
}

.clients-partners__list-item-wrapper {
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: relative;
}

@media (pointer: coarse) {
  .clients-partners__list-item-wrapper .js-fill-on-mousemove-circle {
    display: none;
  }
}

@media (pointer: fine) and (hover: hover) and (pointer: fine) {
  .clients-partners__list-item-wrapper:hover .clients-partners__list-item-container img {
    filter: invert(99%) sepia(4%) saturate(2884%) hue-rotate(303deg) brightness(117%) contrast(84%);
  }

  .clients-partners__list-item-wrapper:hover .clients-partners__list-item-button {
    opacity: 1;
  }
}

.clients-partners__list-item-container {
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 120px;
  justify-content: center;
  align-items: center;
  transition: background-color .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .clients-partners__list-item-container {
    min-height: 140px;
  }
}

@media screen and (min-width: 992px) {
  .clients-partners__list-item-container {
    min-height: 160px;
  }
}

@media screen and (min-width: 1200px) {
  .clients-partners__list-item-container {
    min-height: 180px;
  }
}

.clients-partners__list-item-container img {
  filter: invert(7%) sepia(65%) saturate(5054%) hue-rotate(247deg) brightness(99%) contrast(101%);
  max-height: 80px;
  width: auto;
  max-width: 80%;
}

@media screen and (min-width: 992px) {
  .clients-partners__list-item-container img {
    max-height: 100px;
  }
}

.clients-partners__list-item-button {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .clients-partners__list-item-button {
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .clients-partners__list-item-button .c-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .clients-partners__list-item-button .c-btn .e-svg-container {
    width: 13px;
    height: 13px;
    margin-left: 10px;
  }
}

.clients-partners__gallery-item {
  padding-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .clients-partners__gallery-item {
    padding-bottom: 8rem;
  }
}

.clients-partners__gallery-item h2 {
  margin-bottom: 25px;
}

.clients-partners__gallery-item__img {
  aspect-ratio: 586 / 521;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .clients-partners__gallery-item__img {
    margin-bottom: 0;
  }
}

.clients-partners__gallery-item__summary {
  font-size: 26px;
  line-height: 32px;
}

@media only screen and (min-width: 992px) {
  .clients-partners__gallery-item__summary {
    font-size: 32px;
    line-height: 36px;
  }
}

@media screen and (max-width: 991px) {
  .case-studies__inner {
    width: 375px;
    padding-top: 207px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 992px) {
  .case-studies__inner {
    width: 180vw;
    height: 180vh;
    top: -40vh;
    left: -40vw;
  }
}

.case-studies__inner.is-faded {
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  .case-studies__item {
    transform: scale(.875);
  }
}

@media only screen and (max-width: 991px) {
  .case-studies__item h3 {
    font-size: 25px;
    line-height: 1;
  }
}

.case-studies__item:nth-child(7n-6) {
  aspect-ratio: 176 / 119;
  width: 176px;
  min-height: 119px;
  left: 56px;
}

@media only screen and (min-width: 992px) {
  .case-studies__item:nth-child(7n-6) {
    width: 45vw;
    top: 35%;
    left: 39%;
  }
}

.case-studies__item:nth-child(7n-5) {
  aspect-ratio: 275 / 150;
  width: 275px;
  min-height: 150px;
  left: 50px;
}

@media only screen and (min-width: 992px) {
  .case-studies__item:nth-child(7n-5) {
    width: 31vw;
    top: 16%;
    left: 33%;
  }
}

.case-studies__item:nth-child(7n-4) {
  aspect-ratio: 176 / 119;
  width: 176px;
  min-height: 119px;
  left: 10px;
}

@media only screen and (min-width: 992px) {
  .case-studies__item:nth-child(7n-4) {
    aspect-ratio: 275 / 152;
    width: 43vw;
    top: 66%;
    left: 57%;
    right: auto;
  }
}

.case-studies__item:nth-child(7n-3) {
  aspect-ratio: 240 / 119;
  width: 240px;
  min-height: 119px;
  left: 140px;
}

@media only screen and (min-width: 992px) {
  .case-studies__item:nth-child(7n-3) {
    width: 33vw;
    top: 45%;
    left: 65%;
  }
}

.case-studies__item:nth-child(7n-2) {
  aspect-ratio: 275 / 152;
  width: 275px;
  min-height: 119px;
  left: -20px;
}

@media only screen and (min-width: 992px) {
  .case-studies__item:nth-child(7n-2) {
    aspect-ratio: 275 / 180;
    width: 35vw;
    top: 36%;
    left: 16%;
  }
}

.case-studies__item:nth-child(7n-1) {
  aspect-ratio: 275 / 157;
  width: 275px;
  min-height: 117px;
  left: 90px;
}

@media only screen and (min-width: 992px) {
  .case-studies__item:nth-child(7n-1) {
    width: 43vw;
    top: 62%;
    left: 18%;
    right: auto;
  }
}

.case-studies__item:nth-child(7n) {
  aspect-ratio: 275 / 180;
  width: 275px;
  min-height: 150px;
  left: 50px;
}

@media only screen and (min-width: 992px) {
  .case-studies__item:nth-child(7n) {
    aspect-ratio: 176 / 119;
    width: 31vw;
    top: 18%;
    left: 62%;
  }
}

.content-image-rows {
  margin-bottom: 85px;
}

@media screen and (min-width: 576px) {
  .content-image-rows {
    margin-bottom: 105px;
  }
}

@media screen and (min-width: 768px) {
  .content-image-rows {
    margin-bottom: 125px;
  }
}

@media screen and (min-width: 992px) {
  .content-image-rows {
    margin-bottom: 145px;
  }
}

@media screen and (min-width: 1200px) {
  .content-image-rows {
    margin-bottom: 165px;
  }
}

.content-image-rows__wrapper {
  padding: 27px 0;
}

@media screen and (min-width: 992px) {
  .content-image-rows__wrapper {
    padding: 0;
  }
}

.content-image-rows__wrapper h2, .content-image-rows__wrapper img {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .content-image-rows__wrapper img {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .content-image-rows .container {
    max-width: 1300px !important;
  }
}

@media only screen and (max-width: 991px) {
  .title-section__bg-img {
    height: calc(100vh - 148px);
    top: 148px;
  }
}

@media only screen and (max-width: 767px) {
  .title-section__bg-img {
    height: calc(100vh - 132px);
    top: 132px;
  }
}

@media only screen and (max-width: 575px) {
  .title-section__bg-img {
    height: calc(100vh - 119px);
    top: 119px;
  }
}

.title-section__heading-container {
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-section__heading-container.slow-marquee .title-section__heading-elem {
  animation: 90s linear infinite marquee;
}

@media (prefers-reduced-motion: reduce) {
  .title-section__heading-container.slow-marquee .title-section__heading-elem {
    animation: none;
  }
}

.title-section__heading-container.medium-marquee .title-section__heading-elem {
  animation: 60s linear infinite marquee;
}

@media (prefers-reduced-motion: reduce) {
  .title-section__heading-container.medium-marquee .title-section__heading-elem {
    animation: none;
  }
}

.title-section__heading-container.fast-marquee .title-section__heading-elem {
  animation: 30s linear infinite marquee;
}

@media (prefers-reduced-motion: reduce) {
  .title-section__heading-container.fast-marquee .title-section__heading-elem {
    animation: none;
  }
}

.title-section__heading-elem {
  white-space: nowrap;
  will-change: transform;
  padding: 0;
  position: relative;
}

.title-section__heading-inner {
  margin-right: 15px;
  padding: 0;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .title-section__heading-inner {
    margin-right: 30px;
  }
}

.title-section__heading-circle {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .title-section__heading-circle {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 992px) {
  .title-section__heading-circle {
    width: 28px;
    height: 28px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .title-section__heading-circle {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 1200px) and (max-height: 799px) {
  .title-section__content {
    padding-bottom: 8rem !important;
  }

  .title-section__text-col {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}

.title-section__subtitle {
  font-size: 26px;
  line-height: 36px;
}

@media only screen and (min-width: 992px) {
  .title-section__subtitle {
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 1200px) {
  .title-section__subtitle {
    font-size: 45px;
    line-height: 55px;
  }
}

.title-section__text {
  font-size: 22px;
  line-height: 28px;
}

@media only screen and (min-width: 1200px) {
  .title-section__text {
    font-size: 30px;
    line-height: 36px;
  }
}

.large-text-and-image:before {
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  width: 100vw;
  height: 20px;
  background-color: #eaeae6;
  display: block;
  position: absolute;
  top: -19px;
}

@media only screen and (min-width: 576px) {
  .large-text-and-image:before {
    height: 45px;
    top: -44px;
  }
}

@media only screen and (min-width: 992px) {
  .large-text-and-image:before {
    display: none;
  }
}

.large-text-and-image__img {
  aspect-ratio: 466 / 206;
  min-height: 206px;
}

.large-text-and-image__text-container p:last-child, .large-text-and-image__text-container ul:last-child, .large-text-and-image__text-container ol:last-child {
  margin-bottom: 0;
}

.large-text-and-image__text-container p {
  font-size: 32px;
  line-height: 1.125;
}

@media screen and (min-width: 992px) {
  .large-text-and-image__text-container p {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .large-text-and-image__text-container p {
    font-size: 26px;
  }
}

@media screen and (min-width: 1400px) {
  .large-text-and-image__text-container p {
    font-size: 30px;
  }
}

@media screen and (min-width: 1600px) {
  .large-text-and-image__text-container p {
    font-size: 32px;
  }
}

.two-images__inner {
  max-width: 894px;
}

.two-images__img {
  width: 324px;
  height: 344px;
}

@media only screen and (min-width: 992px) {
  .two-images__img {
    width: 414px;
    height: 440px;
  }
}

.story-video__control-icon {
  width: 47px;
  height: 47px;
}

.story-video__control-icon .pause svg path, .story-video__control-icon .play svg path {
  fill: #1c1463;
  stroke: #1c1463;
}

@media only screen and (min-width: 992px) {
  .story-video__control-icon .pause svg path, .story-video__control-icon .play svg path {
    fill: #f49848;
    stroke: #f49848;
  }
}

.story-video__control-icon .pause {
  display: none;
}

.story-video__control-icon .play svg path, .story-video__control-icon .audio svg path {
  stroke: #1c1463;
  fill: #0000;
}

@media only screen and (min-width: 992px) {
  .story-video__control-icon .play svg path, .story-video__control-icon .audio svg path {
    stroke: #f49848;
    fill: #0000;
  }
}

.story-video__control-icon.js-story-video-playback.is-playing .play {
  display: none;
}

.story-video__control-icon.js-story-video-playback.is-playing .pause {
  display: block;
}

.story-video__control-icon.js-story-video-mute:not(.is-muted) svg path {
  fill: #1c1463;
}

@media only screen and (min-width: 992px) {
  .story-video__control-icon.js-story-video-mute:not(.is-muted) svg path {
    fill: #f49848;
  }
}

.story-video__text {
  font-size: 22px;
  line-height: 28px;
}

@media only screen and (min-width: 1200px) {
  .story-video__text {
    font-size: 30px;
    line-height: 36px;
  }
}

.full-embed-video__thumbnail-container {
  width: 630px;
  max-width: 90vw;
}

.full-embed-video__thumbnail-image {
  aspect-ratio: 2 / 1;
  transition: all .5s !important;
}

.full-embed-video__text {
  font-size: 22px;
  line-height: 28px;
}

@media only screen and (min-width: 992px) {
  .full-embed-video__text {
    font-size: 30px;
    line-height: 36px;
  }
}

.full-embed-video__popup {
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.full-embed-video__popup.is-active {
  opacity: 1;
  visibility: visible;
}

.full-embed-video__popup-close {
  width: 31px;
  height: 31px;
  top: 8vw;
  right: 12vw;
}

@media only screen and (min-width: 768px) {
  .full-embed-video__popup-close {
    top: 4vw;
    right: 6vw;
  }
}

.full-embed-video__popup-close span {
  height: 2px;
  width: 31px;
  transform-origin: center;
}

.full-embed-video__popup-close span:first-child {
  transform: rotate(-45deg);
}

.full-embed-video__popup-close span:last-child {
  transform: rotate(45deg);
}

.full-embed-video__control-icon {
  width: 47px;
  height: 47px;
}

.full-embed-video__control-icon .pause svg path, .full-embed-video__control-icon .play svg path {
  fill: #1c1463;
  stroke: #1c1463;
}

.full-embed-video__control-icon .play svg path, .full-embed-video__control-icon .audio svg path {
  stroke: #1c1463;
  fill: #0000;
}

.full-embed-video__control-icon.js-full-embed-playback .pause {
  display: none;
}

.full-embed-video__control-icon.js-full-embed-playback .play {
  display: block;
}

.full-embed-video__control-icon.js-full-embed-playback.is-playing .play {
  display: none;
}

.full-embed-video__control-icon.js-full-embed-playback.is-playing .pause {
  display: block;
}

.full-embed-video__control-icon.js-full-embed-mute svg path {
  fill: #1c1463;
}

.full-embed-video__control-icon.js-full-embed-mute.is-muted svg path {
  fill: #0000;
}

.full-embed-video__elapsed-time {
  min-width: 55px;
}

.full-embed-video__timeline {
  height: 10px;
}

.full-embed-video__timeline progress {
  height: 3px;
}

.full-embed-video__timeline progress[value] {
  appearance: none;
}

.full-embed-video__timeline progress[value]::-webkit-progress-bar {
  background-color: #ffffff4d;
}

.full-embed-video__timeline progress[value]::-webkit-progress-value {
  background-color: #ff81a9;
}

.full-embed-video__timeline input[type="range"] {
  appearance: none;
  opacity: 0;
  height: 3px;
  background-color: #0000;
}

.related-article {
  max-width: 960px;
}

.related-article__img {
  aspect-ratio: 368 / 504;
  transition: all .5s !important;
}

.related-article__title {
  font-size: 26px;
  line-height: 32px;
}

@media only screen and (min-width: 992px) {
  .related-article__title {
    font-size: 32px;
    line-height: 36px;
  }
}

.related-article__share-title {
  font-size: 26px;
}

@media only screen and (min-width: 992px) {
  .related-article__share-title {
    font-size: 55px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .hover\:opacity-100:hover {
    opacity: 1;
  }

  .hover\:opacity-90:hover {
    opacity: .9;
  }

  .group:hover .group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .group-hover\:block {
    display: block;
  }

  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }

  .group:hover .group-hover\:duration-700 {
    transition-duration: .7s;
  }
}

.group.nav-open .group-\[\.nav-open\]\:pointer-events-none {
  pointer-events: none;
}

.group.nav-open .group-\[\.nav-open\]\:invisible {
  visibility: hidden;
}

.group.nav-open .group-\[\.nav-open\]\:opacity-0 {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  @media (prefers-reduced-motion: reduce) {
    .group:hover .group-hover\:motion-reduce\:hidden {
      display: none;
    }
  }
}

@media not all and (min-width: 576px) {
  .max-sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem;
  }

  .sm\:flex-col-6, .sm\:flex-col, .sm\:flex-col-auto {
    min-height: 1px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .sm\:flex-col {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .sm\:flex-col-auto {
    width: auto;
    max-width: none;
    flex: none;
  }

  .sm\:flex-col-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:-mx-\[10px\] {
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:flex-col-3, .md\:flex-col-4, .md\:flex-col-5, .md\:flex-col-6, .md\:flex-col, .md\:flex-col-auto {
    min-height: 1px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .md\:flex-col {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .md\:flex-col-auto {
    width: auto;
    max-width: none;
    flex: none;
  }

  .md\:flex-col-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .md\:flex-col-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .md\:flex-col-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .md\:flex-col-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:bottom-20 {
    bottom: 5rem;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:ml-3 {
    margin-left: .75rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 8rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

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

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

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

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

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

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

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(3 52 47 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 129 169 / var(--tw-bg-opacity));
  }

  .lg\:bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(244 152 72 / var(--tw-bg-opacity));
  }

  .lg\:object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:text-green {
    --tw-text-opacity: 1;
    color: rgb(3 52 47 / var(--tw-text-opacity));
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:flex-col-3, .lg\:flex-col-4, .lg\:flex-col-5, .lg\:flex-col-6, .lg\:flex-col-10, .lg\:flex-col, .lg\:flex-col-auto {
    min-height: 1px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .lg\:flex-col {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }

  .lg\:flex-col-auto {
    width: auto;
    max-width: none;
    flex: none;
  }

  .lg\:flex-col-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .lg\:flex-col-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .lg\:flex-col-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .lg\:flex-col-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .lg\:flex-col-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
  }

  .lg\:flex-column {
    flex-direction: column;
  }

  .lg\:u-abs-center {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .lg\:u-abs-fill {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  @media (hover: hover) and (pointer: fine) {
    .lg\:hover\:scale-105:hover {
      --tw-scale-x: 1.05;
      --tw-scale-y: 1.05;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .group:hover .lg\:group-hover\:-translate-x-2 {
      --tw-translate-x: -.5rem;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .group:hover .lg\:group-hover\:translate-x-2 {
      --tw-translate-x: .5rem;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .group:hover .lg\:group-hover\:scale-105 {
      --tw-scale-x: 1.05;
      --tw-scale-y: 1.05;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }
}

@media (min-width: 1200px) {
  .xl\:bottom-11 {
    bottom: 2.75rem;
  }

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

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:flex-col-4, .xl\:flex-col-5, .xl\:flex-col-6, .xl\:flex-col-7 {
    min-height: 1px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .xl\:flex-col-auto {
    min-height: 1px;
    width: 100%;
    width: auto;
    max-width: none;
    flex: none;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .xl\:flex-col-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .xl\:flex-col-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
  }

  .xl\:flex-col-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .xl\:flex-col-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
  }
}

@media (min-width: 1400px) {
  .\32 xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32 xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32 xl\:pb-44 {
    padding-bottom: 11rem;
  }
}

@media (min-width: 1600px) {
  .\33 xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .\33 xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\33 xl\:pb-56 {
    padding-bottom: 14rem;
  }
}

@media (min-width: 1920px) {
  .\34 xl\:pb-72 {
    padding-bottom: 18rem;
  }
}

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