/* Vendor */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-wrap {
  position: fixed!important;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1300px;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */

.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */

@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;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

/* Slide styles start */

/* 3D Shadows */

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

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

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

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

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

/* Slide styles end */

.swiper.free-mode-styles {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  /* only vertical scrolling allowed by browser default */
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  /* don’t “bounce” the page when you pull past edges */
}

/* force the wrapper onto its own compositing layer */

.swiper.free-mode-styles .swiper-wrapper {
  will-change: transform;
  /* hint that transform is going to animate */
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  /* keep 3D context */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* avoid flicker/artifacts */
  -webkit-overflow-scrolling: touch;
  /* smoother momentum on iOS */
}

/* same for each slide */

.swiper.free-mode-styles .swiper-slide {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* Tailwind */

*, ::before, ::after {
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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: rgb(59 130 246 / 0.5);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::-ms-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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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: rgb(59 130 246 / 0.5);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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: rgb(59 130 246 / 0.5);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root {
  --twcb-scrollbar-width: 0px;
}

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

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

@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  -webkit-box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
          box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  -webkit-padding-end: 0.375em;
          padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  -webkit-padding-end: 1.1428571em;
          padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  -webkit-padding-start: 1.1428571em;
          padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child {
  margin-top: 0;
}

.prose :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child:not(img):not(picture) {
  margin-bottom: 0;
}

.prose :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child:not(img):not(picture) img {
  margin-bottom: 0;
}

.debug-screens::before {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  right: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}

@media (min-width: 340px) {
  .debug-screens::before {
    content: 'screen: xs';
  }
}

@media (min-width: 576px) {
  .debug-screens::before {
    content: 'screen: sm';
  }
}

@media (min-width: 768px) {
  .debug-screens::before {
    content: 'screen: md';
  }
}

@media (min-width: 1024px) {
  .debug-screens::before {
    content: 'screen: md2';
  }
}

@media (min-width: 1180px) {
  .debug-screens::before {
    content: 'screen: lg';
  }
}

@media (min-width: 1240px) {
  .debug-screens::before {
    content: 'screen: xl';
  }
}

@media (min-width: 1536px) {
  .debug-screens::before {
    content: 'screen: 2xl';
  }
}

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-bottom-40 {
  bottom: -40px;
}

.-bottom-70 {
  bottom: -70px;
}

.-bottom-\[100px\] {
  bottom: -100px;
}

.-bottom-\[10px\] {
  bottom: -10px;
}

.-bottom-\[11px\] {
  bottom: -11px;
}

.-bottom-\[120px\] {
  bottom: -120px;
}

.-bottom-\[12px\] {
  bottom: -12px;
}

.-bottom-\[13px\] {
  bottom: -13px;
}

.-bottom-\[160px\] {
  bottom: -160px;
}

.-bottom-\[16px\] {
  bottom: -16px;
}

.-bottom-\[210px\] {
  bottom: -210px;
}

.-bottom-\[30px\] {
  bottom: -30px;
}

.-bottom-\[50px\] {
  bottom: -50px;
}

.-bottom-\[60px\] {
  bottom: -60px;
}

.-bottom-\[68px\] {
  bottom: -68px;
}

.-bottom-\[6px\] {
  bottom: -6px;
}

.-bottom-\[80px\] {
  bottom: -80px;
}

.-bottom-\[8px\] {
  bottom: -8px;
}

.-left-30 {
  left: -30px;
}

.-left-\[140px\] {
  left: -140px;
}

.-left-\[20px\] {
  left: -20px;
}

.-left-\[2px\] {
  left: -2px;
}

.-left-\[300px\] {
  left: -300px;
}

.-left-\[40px\] {
  left: -40px;
}

.-left-\[70px\] {
  left: -70px;
}

.-right-10 {
  right: -10px;
}

.-right-30 {
  right: -30px;
}

.-right-\[10px\] {
  right: -10px;
}

.-right-\[11px\] {
  right: -11px;
}

.-right-\[120px\] {
  right: -120px;
}

.-right-\[12px\] {
  right: -12px;
}

.-right-\[15px\] {
  right: -15px;
}

.-right-\[20px\] {
  right: -20px;
}

.-right-\[50px\] {
  right: -50px;
}

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

.-top-\[140px\] {
  top: -140px;
}

.-top-\[80px\] {
  top: -80px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 10px;
}

.bottom-20 {
  bottom: 20px;
}

.bottom-25 {
  bottom: 25px;
}

.bottom-30 {
  bottom: 30px;
}

.bottom-40 {
  bottom: 40px;
}

.bottom-50 {
  bottom: 50px;
}

.bottom-60 {
  bottom: 60px;
}

.bottom-80 {
  bottom: 80px;
}

.bottom-90 {
  bottom: 90px;
}

.bottom-\[-20px\] {
  bottom: -20px;
}

.bottom-\[-30px\] {
  bottom: -30px;
}

.bottom-\[-50px\] {
  bottom: -50px;
}

.bottom-\[-60px\] {
  bottom: -60px;
}

.bottom-\[0px\] {
  bottom: 0px;
}

.bottom-\[19px\] {
  bottom: 19px;
}

.bottom-\[200px\] {
  bottom: 200px;
}

.bottom-\[220px\] {
  bottom: 220px;
}

.bottom-\[24px\] {
  bottom: 24px;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.bottom-\[60px\] {
  bottom: 60px;
}

.bottom-\[80px\] {
  bottom: 80px;
}

.bottom-\[85px\] {
  bottom: 85px;
}

.left-0 {
  left: 0px;
}

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

.left-30 {
  left: 30px;
}

.left-40 {
  left: 40px;
}

.left-50 {
  left: 50px;
}

.left-\[12px\] {
  left: 12px;
}

.left-\[175px\] {
  left: 175px;
}

.left-\[25px\] {
  left: 25px;
}

.left-\[35px\] {
  left: 35px;
}

.left-\[50\%\] {
  left: 50%;
}

.left-\[60px\] {
  left: 60px;
}

.left-\[calc\(0\%\+60px\)\] {
  left: calc(0% + 60px);
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 10px;
}

.right-105 {
  right: 105px;
}

.right-25 {
  right: 25px;
}

.right-30 {
  right: 30px;
}

.right-40 {
  right: 40px;
}

.right-65 {
  right: 65px;
}

.right-70 {
  right: 70px;
}

.right-\[-20px\] {
  right: -20px;
}

.right-\[-30px\] {
  right: -30px;
}

.right-\[100px\] {
  right: 100px;
}

.right-\[12px\] {
  right: 12px;
}

.right-\[19px\] {
  right: 19px;
}

.right-\[250px\] {
  right: 250px;
}

.right-\[30px\] {
  right: 30px;
}

.right-\[35px\] {
  right: 35px;
}

.right-\[60px\] {
  right: 60px;
}

.right-\[70px\] {
  right: 70px;
}

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 10px;
}

.top-100 {
  top: 100px;
}

.top-150 {
  top: 150px;
}

.top-60 {
  top: 60px;
}

.top-\[-3px\] {
  top: -3px;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[10dvh\] {
  top: 10dvh;
}

.top-\[12px\] {
  top: 12px;
}

.top-\[14px\] {
  top: 14px;
}

.top-\[15px\] {
  top: 15px;
}

.top-\[250px\] {
  top: 250px;
}

.top-\[26px\] {
  top: 26px;
}

.top-\[2px\] {
  top: 2px;
}

.top-\[3px\] {
  top: 3px;
}

.top-\[40px\] {
  top: 40px;
}

.top-\[5px\] {
  top: 5px;
}

.top-\[67px\] {
  top: 67px;
}

.top-\[6px\] {
  top: 6px;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-start-2 {
  grid-column-start: 2;
}

.m-0 {
  margin: 0px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

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

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.-mb-\[50px\] {
  margin-bottom: -50px;
}

.-ml-\[33px\] {
  margin-left: -33px;
}

.-ml-\[3px\] {
  margin-left: -3px;
}

.-ml-\[45px\] {
  margin-left: -45px;
}

.-ml-\[50px\] {
  margin-left: -50px;
}

.-ml-\[70px\] {
  margin-left: -70px;
}

.-mr-30 {
  margin-right: -30px;
}

.-mt-20 {
  margin-top: -20px;
}

.-mt-25 {
  margin-top: -25px;
}

.-mt-40 {
  margin-top: -40px;
}

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

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

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

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

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

.ml-2 {
  margin-left: 2px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-\[24px\] {
  margin-left: 24px;
}

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

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-8 {
  margin-right: 8px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-80 {
  margin-top: 80px;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[10\/10\] {
  aspect-ratio: 10/10;
}

.aspect-\[10\/12\] {
  aspect-ratio: 10/12;
}

.aspect-\[10\/14\] {
  aspect-ratio: 10/14;
}

.aspect-\[10\/4\] {
  aspect-ratio: 10/4;
}

.aspect-\[10\/6\] {
  aspect-ratio: 10/6;
}

.aspect-\[10\/7\] {
  aspect-ratio: 10/7;
}

.aspect-\[10\/8\] {
  aspect-ratio: 10/8;
}

.aspect-\[136\/179\] {
  aspect-ratio: 136/179;
}

.aspect-\[14\/12\] {
  aspect-ratio: 14/12;
}

.aspect-\[180\/160\] {
  aspect-ratio: 180/160;
}

.aspect-\[192\/253\] {
  aspect-ratio: 192/253;
}

.aspect-\[193\/239\] {
  aspect-ratio: 193/239;
}

.aspect-\[208\/262\] {
  aspect-ratio: 208/262;
}

.aspect-\[302\/421\] {
  aspect-ratio: 302/421;
}

.aspect-\[330\/224\] {
  aspect-ratio: 330/224;
}

.aspect-\[400\/280\] {
  aspect-ratio: 400/280;
}

.aspect-\[406\/287\] {
  aspect-ratio: 406/287;
}

.aspect-\[410\/300\] {
  aspect-ratio: 410/300;
}

.aspect-\[410\/490\] {
  aspect-ratio: 410/490;
}

.aspect-\[412\/290\] {
  aspect-ratio: 412/290;
}

.aspect-\[412\/325\] {
  aspect-ratio: 412/325;
}

.aspect-\[412\/460\] {
  aspect-ratio: 412/460;
}

.aspect-\[412\/550\] {
  aspect-ratio: 412/550;
}

.aspect-\[445\/566\] {
  aspect-ratio: 445/566;
}

.aspect-\[490\/445\] {
  aspect-ratio: 490/445;
}

.aspect-\[500\/360\] {
  aspect-ratio: 500/360;
}

.aspect-\[8\/10\] {
  aspect-ratio: 8/10;
}

.aspect-\[8\/7\] {
  aspect-ratio: 8/7;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 1px;
}

.h-18 {
  height: 18px;
}

.h-2 {
  height: 2px;
}

.h-20 {
  height: 20px;
}

.h-24 {
  height: 24px;
}

.h-40 {
  height: 40px;
}

.h-60 {
  height: 60px;
}

.h-\[11px\] {
  height: 11px;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[186px\] {
  height: 186px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[202px\] {
  height: 202px;
}

.h-\[224px\] {
  height: 224px;
}

.h-\[225px\] {
  height: 225px;
}

.h-\[242px\] {
  height: 242px;
}

.h-\[262px\] {
  height: 262px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[32px\] {
  height: 32px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[380px\] {
  height: 380px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[490px\] {
  height: 490px;
}

.h-\[540px\] {
  height: 540px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[66px\] {
  height: 66px;
}

.h-\[calc\(100\%\+70px\)\] {
  height: calc(100% + 70px);
}

.h-\[calc\(100vh-302px\)\] {
  height: calc(100vh - 302px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[200px\] {
  max-height: 200px;
}

.max-h-\[41px\] {
  max-height: 41px;
}

.max-h-\[70vh\] {
  max-height: 70vh;
}

.max-h-\[80dvh\] {
  max-height: 80dvh;
}

.max-h-\[85\%\] {
  max-height: 85%;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.min-h-40 {
  min-height: 40px;
}

.min-h-\[194px\] {
  min-height: 194px;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.min-h-\[34px\] {
  min-height: 34px;
}

.min-h-\[360px\] {
  min-height: 360px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[41px\] {
  min-height: 41px;
}

.min-h-\[500px\] {
  min-height: 500px;
}

.min-h-\[600px\] {
  min-height: 600px;
}

.min-h-\[60vh\] {
  min-height: 60vh;
}

.min-h-\[70px\] {
  min-height: 70px;
}

.min-h-\[72px\] {
  min-height: 72px;
}

.min-h-\[750px\] {
  min-height: 750px;
}

.min-h-\[800px\] {
  min-height: 800px;
}

.min-h-\[80vh\] {
  min-height: 80vh;
}

.min-h-\[9000px\] {
  min-height: 9000px;
}

.min-h-\[900px\] {
  min-height: 900px;
}

.min-h-\[90px\] {
  min-height: 90px;
}

.w-0 {
  width: 0px;
}

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

.w-16 {
  width: 16px;
}

.w-18 {
  width: 18px;
}

.w-2 {
  width: 2px;
}

.w-20 {
  width: 20px;
}

.w-24 {
  width: 24px;
}

.w-4\/5 {
  width: 80%;
}

.w-40 {
  width: 40px;
}

.w-60 {
  width: 60px;
}

.w-8 {
  width: 8px;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[11px\] {
  width: 11px;
}

.w-\[186px\] {
  width: 186px;
}

.w-\[193px\] {
  width: 193px;
}

.w-\[202px\] {
  width: 202px;
}

.w-\[208px\] {
  width: 208px;
}

.w-\[234px\] {
  width: 234px;
}

.w-\[242px\] {
  width: 242px;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[330px\] {
  width: 330px;
}

.w-\[410px\] {
  width: 410px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[85px\] {
  width: 85px;
}

.w-\[90vw\] {
  width: 90vw;
}

.w-\[calc\(100\%\+30px\)\] {
  width: calc(100% + 30px);
}

.w-\[calc\(100\%\+5px\)\] {
  width: calc(100% + 5px);
}

.w-\[calc\(100\%-0px\)\] {
  width: calc(100% - 0px);
}

.w-\[calc\(100\%-10px\)\] {
  width: calc(100% - 10px);
}

.w-\[calc\(100\%-50px\)\] {
  width: calc(100% - 50px);
}

.w-\[calc\(100\%-60px\)\] {
  width: calc(100% - 60px);
}

.w-\[calc\(100\%-70px\)\] {
  width: calc(100% - 70px);
}

.w-\[calc\(50\%-100px\)\] {
  width: calc(50% - 100px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[240px\] {
  min-width: 240px;
}

.min-w-\[60vw\] {
  min-width: 60vw;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[1110px\] {
  max-width: 1110px;
}

.max-w-\[1140px\] {
  max-width: 1140px;
}

.max-w-\[1180px\] {
  max-width: 1180px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[120px\] {
  max-width: 120px;
}

.max-w-\[1240px\] {
  max-width: 1240px;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[136px\] {
  max-width: 136px;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-\[144px\] {
  max-width: 144px;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-\[186px\] {
  max-width: 186px;
}

.max-w-\[192px\] {
  max-width: 192px;
}

.max-w-\[193px\] {
  max-width: 193px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[208px\] {
  max-width: 208px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[290px\] {
  max-width: 290px;
}

.max-w-\[302px\] {
  max-width: 302px;
}

.max-w-\[330px\] {
  max-width: 330px;
}

.max-w-\[354px\] {
  max-width: 354px;
}

.max-w-\[380px\] {
  max-width: 380px;
}

.max-w-\[40\%\] {
  max-width: 40%;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[408px\] {
  max-width: 408px;
}

.max-w-\[410px\] {
  max-width: 410px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[458px\] {
  max-width: 458px;
}

.max-w-\[56\%\] {
  max-width: 56%;
}

.max-w-\[590px\] {
  max-width: 590px;
}

.max-w-\[606px\] {
  max-width: 606px;
}

.max-w-\[670px\] {
  max-width: 670px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[70px\] {
  max-width: 70px;
}

.max-w-\[720px\] {
  max-width: 720px;
}

.max-w-\[844px\] {
  max-width: 844px;
}

.max-w-\[860px\] {
  max-width: 860px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-\[940px\] {
  max-width: 940px;
}

.max-w-\[960px\] {
  max-width: 960px;
}

.max-w-\[calc\(100\%-100px\)\] {
  max-width: calc(100% - 100px);
}

.max-w-\[calc\(100\%-10px\)\] {
  max-width: calc(100% - 10px);
}

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

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.origin-\[calc\(100\%-18px\)_0px\] {
  -webkit-transform-origin: calc(100% - 18px) 0px;
      -ms-transform-origin: calc(100% - 18px) 0px;
          transform-origin: calc(100% - 18px) 0px;
}

.origin-\[calc\(100\%-18px\)_2px\] {
  -webkit-transform-origin: calc(100% - 18px) 2px;
      -ms-transform-origin: calc(100% - 18px) 2px;
          transform-origin: calc(100% - 18px) 2px;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  -webkit-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));
      -ms-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: 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\/2 {
  --tw-translate-y: -50%;
  -webkit-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));
      -ms-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: 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-\[100vw\] {
  --tw-translate-x: 100vw;
  -webkit-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));
      -ms-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: 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-0 {
  --tw-translate-y: 0px;
  -webkit-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));
      -ms-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: 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-\[-10px\] {
  --tw-translate-y: -10px;
  -webkit-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));
      -ms-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: 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;
  -webkit-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));
      -ms-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: 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-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  -webkit-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));
      -ms-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: 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 {
  -webkit-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));
      -ms-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: 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));
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 10px;
}

.gap-100 {
  gap: 100px;
}

.gap-15 {
  gap: 15px;
}

.gap-2 {
  gap: 2px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-4 {
  gap: 4px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-6 {
  gap: 6px;
}

.gap-80 {
  gap: 80px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-x-24 {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.gap-x-25 {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.gap-x-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.gap-x-8 {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.gap-y-30 {
  row-gap: 30px;
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.overflow-y-scroll {
  overflow-y: scroll;
}

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

.rounded-50 {
  border-radius: 50px;
}

.rounded-6 {
  border-radius: 6px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

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

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

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

.border-aubergine {
  --tw-border-opacity: 1;
  border-color: rgb(25 4 52 / var(--tw-border-opacity, 1));
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-brown {
  --tw-border-opacity: 1;
  border-color: rgb(164 152 160 / var(--tw-border-opacity, 1));
}

.border-grayline {
  --tw-border-opacity: 1;
  border-color: rgb(146 138 147 / var(--tw-border-opacity, 1));
}

.border-grayline2 {
  --tw-border-opacity: 1;
  border-color: rgb(241 237 232 / var(--tw-border-opacity, 1));
}

.border-grayline3 {
  --tw-border-opacity: 1;
  border-color: rgb(242 239 234 / var(--tw-border-opacity, 1));
}

.border-warmgrey {
  --tw-border-opacity: 1;
  border-color: rgb(234 227 220 / var(--tw-border-opacity, 1));
}

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

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.bg-\[\#928A93\] {
  --tw-bg-opacity: 1;
  background-color: rgb(146 138 147 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F1EDE8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 237 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFE9E91A\]\/10 {
  background-color: rgb(255 233 233 / 0.1);
}

.bg-\[\#ef4444\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-aubergine {
  --tw-bg-opacity: 1;
  background-color: rgb(25 4 52 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-grayline {
  --tw-bg-opacity: 1;
  background-color: rgb(146 138 147 / var(--tw-bg-opacity, 1));
}

.bg-grayline2 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 237 232 / var(--tw-bg-opacity, 1));
}

.bg-lightteal {
  --tw-bg-opacity: 1;
  background-color: rgb(97 167 174 / var(--tw-bg-opacity, 1));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(25 4 52 / var(--tw-bg-opacity, 1));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(205 77 71 / var(--tw-bg-opacity, 1));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-warmgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(234 227 220 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

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

.from-black\/40 {
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/85 {
  --tw-gradient-from: rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-25\% {
  --tw-gradient-via-position: 25%;
}

.to-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.to-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}

.stroke-red {
  stroke: #CD4D47;
}

.stroke-teal {
  stroke: #297F7A;
}

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

.p-30 {
  padding: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-\[100\%\] {
  padding-bottom: 100%;
}

.pb-\[120px\] {
  padding-bottom: 120px;
}

.pb-\[27px\] {
  padding-bottom: 27px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[70px\] {
  padding-bottom: 70px;
}

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

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-\[22px\] {
  padding-left: 22px;
}

.pl-\[32px\] {
  padding-left: 32px;
}

.pl-\[45px\] {
  padding-left: 45px;
}

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

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-\[75px\] {
  padding-right: 75px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-\[130px\] {
  padding-top: 130px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[220px\] {
  padding-top: 220px;
}

.pt-\[260px\] {
  padding-top: 260px;
}

.pt-\[270px\] {
  padding-top: 270px;
}

.pt-\[28px\] {
  padding-top: 28px;
}

.pt-\[300px\] {
  padding-top: 300px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[32px\] {
  padding-top: 32px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[41px\] {
  padding-top: 41px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[55px\] {
  padding-top: 55px;
}

.pt-\[5px\] {
  padding-top: 5px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

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

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

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

.font-matter {
  font-family: Matter, sans-serif;
}

.font-saol-text {
  font-family: SaolText, serif;
}

.text-\[100px\] {
  font-size: 100px;
}

.text-\[102px\] {
  font-size: 102px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[23px\] {
  font-size: 23px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[27px\] {
  font-size: 27px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[52px\] {
  font-size: 52px;
}

.text-\[54px\] {
  font-size: 54px;
}

.text-\[60px\] {
  font-size: 60px;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-\[0\.91\] {
  line-height: 0.91;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-1\.02px\] {
  letter-spacing: -1.02px;
}

.tracking-\[-3px\] {
  letter-spacing: -3px;
}

.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}

.text-aubergine {
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
}

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

.text-darkgrey {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.text-lightteal {
  --tw-text-opacity: 1;
  color: rgb(97 167 174 / var(--tw-text-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
}

.text-warmgrey {
  --tw-text-opacity: 1;
  color: rgb(234 227 220 / var(--tw-text-opacity, 1));
}

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

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-\[0\.07\] {
  opacity: 0.07;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter {
  -webkit-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);
          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 {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-colors {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-opacity {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.delay-\[200ms\] {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.duration-1000 {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.duration-\[1000ms\] {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.duration-\[600ms\] {
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}

.duration-\[800ms\] {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

/* "Lock" the screen */

.scroll-lock {
  height: 100vh;
  overflow: hidden;
  width: calc((100% - var(--twcb-scrollbar-width)));
}

/* Images */

.fill-image {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fill-image > * {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fill-image * {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.prep-site .ac-central-image img {
  width: calc(100% - 10px) !important;
}

.parallax-image-effect img {
  @media (min-width: 768px) {
    -webkit-transform: scale(1.10);
        -ms-transform: scale(1.10);
            transform: scale(1.10);

    margin-top: 40px;
  }
}

.parallax-image-effect-xl img {
  @media (min-width: 768px) {
    -webkit-transform: scale(1.10);
        -ms-transform: scale(1.10);
            transform: scale(1.10);

    margin-top: 70px;
  }
}

/* Misc */

/* Custom cursor */

/*
	body .cursor-carousel,
	body .cursor-carousel * {
		cursor: url('../img/icons/cursor-teal-carousel.svg'), auto !important;
	}
	*/

/*
	body.prep-site .cursor-carousel,
	body.prep-site .cursor-carousel * {
		cursor: url('../img/icons/cursor-red-carousel.svg'), auto !important;
	}
	/*
	body .staff-popup,
	body .staff-popup * {
		cursor: url('../img/icons/cursor-teal-read-more.svg'), auto !important;
	}
	*/

/*
	body.prep-site .staff-popup,
	body.prep-site .staff-popup * {
		cursor: url('../img/icons/cursor-red-read-more.svg'), auto !important;
	}
	*/

/* Custom smooth cursor */

.staff-teaser {
  cursor: none;
}

/*
	.staff-teaser,
	.staff-teaser * {
		cursor: url('../img/icons/cursor-teal-read-more.svg'), auto !important;
	}
	*/

.cursor-carousel {
  cursor: none;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 9999;
}

.custom-cursor[data-cursor="related-news"] {
  background: url('../img/icons/cursor-teal-carousel.svg') center/contain no-repeat;
}

body.prep-site .custom-cursor[data-cursor="related-news"] {
  background: url('../img/icons/cursor-red-carousel.svg') center/contain no-repeat;
}

.custom-cursor[data-cursor="read-more"] {
  background: url('../img/icons/cursor-teal-read-more.svg') center/contain no-repeat;
}

body.prep-site .custom-cursor[data-cursor="read-more"] {
  background: url('../img/icons/cursor-red-read-more.svg') center/contain no-repeat;
}

/* Overlay - gradient */

.overlay {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.overlay--full {
  inset: 0px;
  background-color: rgb(0 0 0 / 0.3);
}

.overlay--top {
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-via-position: 25%;
}

.overlay--bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-via-position: 25%;
}

/* Classes coming from the Dev handover spreadsheet */

.text-154ml {
  font-family: Matter, sans-serif;
  font-size: 47px;
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .text-154ml {
    font-size: 93px;
  }
}

@media (min-width: 1240px) {
  .text-154ml {
    font-size: 108px;
  }
}

@media (min-width: 1536px) {
  .text-154ml {
    font-size: 154px;
  }
}

.text-150sr {
  font-family: SaolText, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .text-150sr {
    font-size: 90px;
  }
}

@media (min-width: 1240px) {
  .text-150sr {
    font-size: 105px;
  }
}

@media (min-width: 1536px) {
  .text-150sr {
    font-size: 150px;
  }
}

.text-90sr {
  font-family: SaolText, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .text-90sr {
    font-size: 63px;
  }
}

@media (min-width: 1240px) {
  .text-90sr {
    font-size: 81px;
  }
}

@media (min-width: 1536px) {
  .text-90sr {
    font-size: 90px;
  }
}

.text-88ml {
  font-family: Matter, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .text-88ml {
    font-size: 62px;
  }
}

@media (min-width: 1240px) {
  .text-88ml {
    font-size: 80px;
  }
}

@media (min-width: 1536px) {
  .text-88ml {
    font-size: 88px;
  }
}

.text-66sr {
  font-family: SaolText, serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .text-66sr {
    font-size: 53px;
  }
}

@media (min-width: 1240px) {
  .text-66sr {
    font-size: 60px;
  }
}

@media (min-width: 1536px) {
  .text-66sr {
    font-size: 66px;
  }
}

.text-64ml {
  font-family: Matter, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .text-64ml {
    font-size: 52px;
  }
}

@media (min-width: 1240px) {
  .text-64ml {
    font-size: 58px;
  }
}

@media (min-width: 1536px) {
  .text-64ml {
    font-size: 64px;
  }
}

.text-60sr {
  font-family: SaolText, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .text-60sr {
    font-size: 48px;
  }
}

@media (min-width: 1240px) {
  .text-60sr {
    font-size: 54px;
  }
}

@media (min-width: 1536px) {
  .text-60sr {
    font-size: 60px;
  }
}

.text-50sr {
  font-family: SaolText, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .text-50sr {
    font-size: 45px;
  }
}

@media (min-width: 1240px) {
  .text-50sr {
    font-size: 45px;
  }
}

@media (min-width: 1536px) {
  .text-50sr {
    font-size: 50px;
  }
}

.text-48ml {
  font-family: Matter, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 0.91;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .text-48ml {
    font-size: 44px;
  }
}

@media (min-width: 1240px) {
  .text-48ml {
    font-size: 44px;
  }
}

@media (min-width: 1536px) {
  .text-48ml {
    font-size: 48px;
  }
}

.text-40ml {
  font-family: Matter, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

@media (min-width: 576px) {
  .text-40ml {
    font-size: 36px;
  }
}

@media (min-width: 1240px) {
  .text-40ml {
    font-size: 36px;
  }
}

@media (min-width: 1536px) {
  .text-40ml {
    font-size: 40px;
  }
}

.text-32ml {
  font-family: Matter, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .text-32ml {
    font-size: 29px;
  }
}

@media (min-width: 1240px) {
  .text-32ml {
    font-size: 29px;
  }
}

@media (min-width: 1536px) {
  .text-32ml {
    font-size: 32px;
  }
}

.text-24ml {
  font-family: Matter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .text-24ml {
    font-size: 22px;
  }
}

@media (min-width: 1240px) {
  .text-24ml {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  .text-24ml {
    font-size: 24px;
  }
}

.text-24sr {
  font-family: SaolText, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .text-24sr {
    font-size: 22px;
  }
}

@media (min-width: 1240px) {
  .text-24sr {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  .text-24sr {
    font-size: 24px;
  }
}

.text-19ml {
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .text-19ml {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  .text-19ml {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  .text-19ml {
    font-size: 19px;
  }
}

.text-18ml {
  font-family: Matter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.39;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .text-18ml {
    font-size: 18px;
  }
}

@media (min-width: 1240px) {
  .text-18ml {
    font-size: 18px;
  }
}

@media (min-width: 1536px) {
  .text-18ml {
    font-size: 18px;
  }
}

.text-16mr {
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .text-16mr {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .text-16mr {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .text-16mr {
    font-size: 16px;
  }
}

.text-16mr--tight {
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .text-16mr--tight {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .text-16mr--tight {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .text-16mr--tight {
    font-size: 16px;
  }
}

.text-15ml {
  font-family: Matter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .text-15ml {
    font-size: 15px;
  }
}

@media (min-width: 1240px) {
  .text-15ml {
    font-size: 15px;
  }
}

@media (min-width: 1536px) {
  .text-15ml {
    font-size: 15px;
  }
}

.text-13mm {
  font-family: Matter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}

@media (min-width: 576px) {
  .text-13mm {
    font-size: 13px;
  }
}

@media (min-width: 1240px) {
  .text-13mm {
    font-size: 13px;
  }
}

@media (min-width: 1536px) {
  .text-13mm {
    font-size: 13px;
  }
}

/* Partials */

/* ------------------- */

/* Matter Font-Family  */

/* ------------------- */

/* Matter Regular (weight 400) */

@font-face {
  font-family: "Matter";

  src: url("../fonts/MatterRegular.woff2") format("woff2"),
         url("../fonts/MatterRegular.woff") format("woff");

  font-weight: 400;

  font-style: normal;
}

/* Matter Light (weight 300) */

@font-face {
  font-family: "Matter";

  src: url("../fonts/MatterLight.woff2") format("woff2"),
         url("../fonts/MatterLight.woff") format("woff");

  font-weight: 300;

  font-style: normal;
}

/* Matter Medium (weight 500) */

@font-face {
  font-family: "Matter";

  src: url("../fonts/MatterMedium.woff2") format("woff2"),
         url("../fonts/MatterMedium.woff") format("woff");

  font-weight: 500;

  font-style: normal;
}

/* ---------------------- */

/* SaolText Font-Family   */

/* ---------------------- */

/* SaolText Light (weight 300) */

@font-face {
  font-family: "SaolText";

  src: url("../fonts/SaolText-Light.otf") format("opentype");

  font-weight: 300;

  font-style: normal;
}

/* SaolText Light Italic (weight 300) */

@font-face {
  font-family: "SaolText";

  src: url("../fonts/SaolText-LightItalic.otf") format("opentype");

  font-weight: 300;

  font-style: italic;
}

/* SaolText Regular (weight 400) */

@font-face {
  font-family: "SaolText";

  src: url("../fonts/SaolText-Regular.otf") format("opentype");

  font-weight: 400;

  font-style: normal;
}

/* SaolText Regular Italic (weight 400) */

@font-face {
  font-family: "SaolText";

  src: url("../fonts/SaolText-RegularItalic.otf") format("opentype");

  font-weight: 400;

  font-style: italic;
}

body {
  font-family: Matter, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.prose {
  max-width: none;
}

/* Override default prose heading styles */

.prose :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: inherit;
}

/* Override default prose link styles */

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-decoration: none;
  font-weight: inherit;
}

/* Senior site link color */

.editor-content p a:not(.button) {
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
}

/* Prep site link color */

body.prep-site .editor-content p a:not(.button) {
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
}

/*.main h1, .main  h2, .main  h3, .main  h4, .main  h5, .main  h6,*/

.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
  font-family: Matter, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
}

.editor-content h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Matter, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 0.91;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .editor-content h2 {
    font-size: 44px;
  }
}

@media (min-width: 1240px) {
  .editor-content h2 {
    font-size: 44px;
  }
}

@media (min-width: 1536px) {
  .editor-content h2 {
    font-size: 48px;
  }
}

.editor-content h2:nth-of-type(2) {
  margin-top: 40px;
}

.editor-content h3 {
  margin-top: 10px;
  font-family: Matter, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .editor-content h3 {
    font-size: 29px;
  }
}

@media (min-width: 1240px) {
  .editor-content h3 {
    font-size: 29px;
  }
}

@media (min-width: 1536px) {
  .editor-content h3 {
    font-size: 32px;
  }
}

.editor-content p:not(.custom):not(.intro):not(blockquote p) {
  margin-top: 0px;
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .editor-content p:not(.custom):not(.intro):not(blockquote p) {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  .editor-content p:not(.custom):not(.intro):not(blockquote p) {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  .editor-content p:not(.custom):not(.intro):not(blockquote p) {
    font-size: 19px;
  }
}

.block--text .editor-content p:last-child {
  margin-bottom: 0px !important;
}

.block--text .editor-content p:first-child {
  margin-bottom: 30px !important;
}

.editor-content p:has(> a.button.buttonpdf:only-child) {
  margin-bottom: 20px !important;
}

.editor-content p {
  display: block;
  min-height: 30px;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  [data-element="animate_title"] span.editor-content p {
    display: block;
  }
}

p.intro {
  margin-bottom: 30px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1)) !important;
  font-family: Matter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  p.intro {
    font-size: 22px;
  }
}

@media (min-width: 1240px) {
  p.intro {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  p.intro {
    font-size: 24px;
  }
}

.editor-content cite {
  margin-bottom: 5px;
  display: block;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
  font-family: SaolText, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .editor-content cite {
    font-size: 22px;
  }
}

@media (min-width: 1240px) {
  .editor-content cite {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  .editor-content cite {
    font-size: 24px;
  }
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  [data-element="animate_title"] span.editor-content cite {
    display: block;
  }
}

body.prep-site .editor-content p cite {
  --tw-text-opacity: 1 !important;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1)) !important;
}

.editor-content p cite.role {
  margin-top: -10px;
  display: block;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  [data-element="animate_title"] span.editor-content p cite.role {
    display: block;
  }
}

.editor-content blockquote {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 30px;
}

.editor-content blockquote::before {
  position: absolute;
  left: 1px;
  top: 0px;
  height: 100%;
  width: 1px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(146 138 147 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1180px) {
  .editor-content blockquote {
    padding-left: 50px;
  }
}

.editor-content blockquote p:first-child::before {
  content: '"';
  position: relative;
}

.editor-content blockquote p:first-child::after {
  content: '"';
  position: relative;
}

/* Disable default Tailwind prose blockquote styles */

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  border-inline-start-width: 0;
  border-inline-start-color: transparent;
  quotes: none;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.editor-content blockquote p {
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .editor-content blockquote p {
    font-size: 29px;
  }
}

@media (min-width: 1240px) {
  .editor-content blockquote p {
    font-size: 29px;
  }
}

@media (min-width: 1536px) {
  .editor-content blockquote p {
    font-size: 32px;
  }
}

.editor-content blockquote p:nth-child(2) {
  margin-bottom: 5px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
  font-family: SaolText, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .editor-content blockquote p:nth-child(2) {
    font-size: 22px;
  }
}

@media (min-width: 1240px) {
  .editor-content blockquote p:nth-child(2) {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  .editor-content blockquote p:nth-child(2) {
    font-size: 24px;
  }
}

.editor-content blockquote p:nth-child(3) {
  margin-top: 10px;
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .editor-content blockquote p:nth-child(3) {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .editor-content blockquote p:nth-child(3) {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .editor-content blockquote p:nth-child(3) {
    font-size: 16px;
  }
}

.main .text-white p,
.main .text-white p a,
.text-white p:not(.custom) {
  color: white!important;
}

.editor-content ul,
.editor-content ol {
  margin: 0px;
  margin-bottom: 30px;
  padding: 0px;
}

.editor-content ol {
  list-style-type: decimal;
  padding-left: 27px;
}

.editor-content ol li {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .editor-content ol li {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  .editor-content ol li {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  .editor-content ol li {
    font-size: 19px;
  }
}

.editor-content ol li *::marker {
  color: rgb(41 127 122 );
}

.editor-content ol li::marker {
  color: rgb(41 127 122 );
}

.editor-content ul li {
  position: relative;
  margin-left: 24px;
  list-style-type: none;
  padding-left: 8px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .editor-content ul li {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  .editor-content ul li {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  .editor-content ul li {
    font-size: 19px;
  }
}

.editor-content ul li::before {
  position: absolute;
  left: -15px;
  top: 10px;
  height: 7px;
  width: 7px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

body.prep-site .editor-content ul li::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(205 77 71 / var(--tw-bg-opacity, 1));
}

body.prep-site .block--text table tr:first-child td {
  --tw-bg-opacity: 1;
  background-color: rgb(205 77 71 / var(--tw-bg-opacity, 1));
}

.where-next-teaser.loading:after {
  position: absolute;
  inset: 0px;
  background-color: rgb(255 255 255 / 0.5);
}

.where-next-teaser .teaser-video-preview {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.where-next-teaser .teaser-video-preview.visible {
  opacity: 1;
}

.button {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(205 77 71 / var(--tw-border-opacity, 1));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .button {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .button {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .button {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .editor-content .button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.button .span-bg {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
          transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.button .span-text {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.reports-button {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 6px;
}

@media (min-width: 1180px) {
  .reports-button {
    position: relative;
  }
}

@media (min-width: 1240px) {
  .reports-button {
    position: absolute;
  }
}

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

.main .button:hover p,
.main .button:hover p a,.button:hover p:not(.custom) {
  color: white;
}

.editor-content .button {
  margin-right: 15px;
}

.button .span-bg {
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: -1;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(205 77 71 / var(--tw-bg-opacity, 1));
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
          transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.social-icon .span-bg {
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  z-index: 20;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
          transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.social-icon svg {
  position: relative;
  z-index: 50;
}

.social-icon:hover .span-bg {
  height: 170%;
  width: 170%;
}

.social-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
}

.social-icon:hover svg path {
  fill: #190434;
}

.social-icon.red-style:hover {
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
}

.social-icon.red-style:hover svg path {
  fill: #CD4D47;
}

.button-white {
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .button-white {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .button-white {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .button-white {
    font-size: 16px;
  }
}

.main .button-white p,
.main .button-white p a,.button-white p:not(.custom) {
  color: white;
}

.button-white {
  /*transition-duration: 1.1s;*/
}

.button-white .span-bg {
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: -1;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.button.button-white:hover,
.button.button-white.current {
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
}

body.prep-site .button.button-white:hover, 
body.prep-site .button.button-white.current {
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
}

.button.button-white.red-text:hover {
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
}

.button.button-white.current {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
}

body.prep-site .button-white.current {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1)) !important;
}

.button-teal {
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .button-teal {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .button-teal {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .button-teal {
    font-size: 16px;
  }
}

.main .button-teal p,
.main .button-teal p a,.button-teal p:not(.custom) {
  color: white;
}

.button-teal:hover {
  border-color: transparent !important;
}

.button-red-full {
  --tw-border-opacity: 1;
  border-color: rgb(205 77 71 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(205 77 71 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main .button-red-full p,
.main .button-red-full p a,.button-red-full p:not(.custom) {
  color: white;
}

.button.button-red-full .span-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.button.button-red-full:hover .span-text {
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
}

.button-teal .span-bg {
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: -1;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.button.button-teal:hover,
.button.button-teal.current {
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
}

body.senior-site .mt-gform-button-wrap {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body.senior-site .mt-gform-button-wrap {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  body.senior-site .mt-gform-button-wrap {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  body.senior-site .mt-gform-button-wrap {
    font-size: 16px;
  }
}

.main body.senior-site .mt-gform-button-wrap p,
.main body.senior-site .mt-gform-button-wrap p a,body.senior-site .mt-gform-button-wrap p:not(.custom) {
  color: white;
}

body.prep-site .mt-gform-button-wrap {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(205 77 71 / var(--tw-bg-opacity, 1));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body.prep-site .mt-gform-button-wrap {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  body.prep-site .mt-gform-button-wrap {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  body.prep-site .mt-gform-button-wrap {
    font-size: 16px;
  }
}

.main body.prep-site .mt-gform-button-wrap p,
.main body.prep-site .mt-gform-button-wrap p a,body.prep-site .mt-gform-button-wrap p:not(.custom) {
  color: white;
}

body.senior-site .mt-gform-button-wrap .gform_button,
body.prep-site .mt-gform-button-wrap .gform_button {
  margin: 0!important;
  padding: 0!important;
  border: none!important;
  background: transparent!important;
}

body.senior-site .mt-gform-button-wrap .gform_button .span-bg,
body.prep-site .mt-gform-button-wrap .gform_button .span-bg {
  display: none!important;
}

body.senior-site .mt-gform-button-wrap .gform_button,
body.prep-site .mt-gform-button-wrap .gform_button {
  color: transparent!important;
}

body.senior-site .mt-gform-button-wrap .span-bg,
body.prep-site .mt-gform-button-wrap .span-bg {
  position: absolute;
  left: 25%;
  bottom: -50px;
  z-index: -1;
  height: 1px;
  width: 50px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
          transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

body.senior-site .mt-gform-button-wrap .span-text,
body.prep-site .mt-gform-button-wrap .span-text {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

body.senior-site .mt-gform-button-wrap input,
body.senior-site .mt-gform-button-wrap input:hover {
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
}

body.senior-site .mt-gform-button-wrap:hover,
body.senior-site .mt-gform-button-wrap .span-text:hover {
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
  background: transparent!important;
}

body.prep-site .mt-gform-button-wrap:hover,
body.prep-site .mt-gform-button-wrap .span-text:hover {
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
  background: transparent!important;
}

body.prep-site .mt-gform-button-wrap input,
body.prep-site .mt-gform-button-wrap input:hover {
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
}

body.senior-site .mt-gform-button-wrap:hover .span-bg,
body.prep-site .mt-gform-button-wrap:hover .span-bg {
  left: -70px;
  height: 300px;
  width: 300px;
}

/* Header PHP not working */

body.single-post [data-button="header-button"],
body.page-template-admissions-process [data-button="header-button"],
body.page-template-parents-hub [data-button="header-button"] {
  border: 1px solid white!important;
}

.button-warmgrey {
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 227 220 / var(--tw-border-opacity, 1));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  --tw-text-opacity: 1;
  color: rgb(234 227 220 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .button-warmgrey {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .button-warmgrey {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .button-warmgrey {
    font-size: 16px;
  }
}

.button-warmgrey {
  /*transition-duration: 1.1s;*/
}

.button-warmgrey .span-bg {
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: -1;
  height: 0px;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 227 220 / var(--tw-bg-opacity, 1));
}

.button:hover .span-bg {
  height: 310%;
  width: 120%;
}

@media (min-width: 768px) {
  .md-button-absolute {
    position: absolute !important;
  }
}

@media (max-width: 767px) {
  .mob-hidden {
    display: none !important;
  }
}

/* PDF Button with icon transitions */

.buttonpdf {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  overflow: hidden;
  border-radius: 10rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 77 71 / var(--tw-border-opacity, 1));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 32px;
  padding-right: 62px;
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .buttonpdf {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .buttonpdf {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .buttonpdf {
    font-size: 16px;
  }
}

.buttonpdf {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.buttonpdf:before,
.buttonpdf:after {
  position: absolute;
  height: 15px;
  width: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buttonpdf:before {
  opacity: 1;
  background-image: url('../../assets/img/icons/download-icon.svg');
}

.buttonpdf:after {
  opacity: 0;
  background-image: url('../../assets/img/icons/white-download-icon.svg');
}

.button.buttonpdf:hover {
  color: #FFFFFF;
}

.buttonpdf:hover:before {
  opacity: 0;
}

.buttonpdf:hover:after {
  opacity: 1;
}

/* Scroll Down Button with icon transitions */

.buttonscrolldown {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  overflow: hidden;
  border-radius: 10rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 77 71 / var(--tw-border-opacity, 1));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 32px;
  padding-right: 62px;
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .buttonscrolldown {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .buttonscrolldown {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .buttonscrolldown {
    font-size: 16px;
  }
}

.buttonscrolldown {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.buttonscrolldown:before,
.buttonscrolldown:after {
  position: absolute;
  height: 15px;
  width: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buttonscrolldown:before {
  opacity: 1;
  background-image: url('../../assets/img/icons/scroll-down-icon.svg');
}

.buttonscrolldown:after {
  opacity: 0;
  background-image: url('../../assets/img/icons/white-scroll-down-icon.svg');
}

.button.buttonscrolldown:hover {
  color: #FFFFFF;
}

.buttonscrolldown:hover:before {
  opacity: 0;
}

.buttonscrolldown:hover:after {
  opacity: 1;
}

/* External Link Button with icon transitions */

.buttonext {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  overflow: hidden;
  border-radius: 10rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(205 77 71 / var(--tw-border-opacity, 1));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 32px;
  padding-right: 62px;
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .buttonext {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .buttonext {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .buttonext {
    font-size: 16px;
  }
}

.buttonext {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.buttonext:before,
.buttonext:after {
  position: absolute;
  height: 15px;
  width: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buttonext:before {
  opacity: 1;
  background-image: url('../../assets/img/icons/open-external-icon.svg');
}

.buttonext:after {
  opacity: 0;
  background-image: url('../../assets/img/icons/white-open-external-icon.svg');
}

.button.buttonext:hover {
  color: #FFFFFF;
}

.buttonext:hover:before {
  opacity: 0;
}

.buttonext:hover:after {
  opacity: 1;
}

.buttonback {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  overflow: hidden;
  border-radius: 10rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(205 77 71 / var(--tw-border-opacity, 1));
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 52px;
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .buttonback {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  .buttonback {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .buttonback {
    font-size: 16px;
  }
}

.buttonback {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.buttonback:before,
.buttonback:after {
  position: absolute;
  height: 15px;
  width: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
  left: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buttonback:before {
  opacity: 1;
  background-image: url('../../assets/img/icons/red-arrow-back.svg');
}

.buttonback:after {
  opacity: 0;
  background-image: url('../../assets/img/icons/white-arrow-back.svg');
}

.buttonback:hover:before {
  opacity: 0;
}

.buttonback:hover:after {
  opacity: 1;
}

[data-button="cta"] {
  cursor: pointer;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

[data-button="cta"] span {
  -webkit-transition: .4s cubic-bezier(.32,.94,.6,1);
  transition: .4s cubic-bezier(.32,.94,.6,1);
  display: block;
  cursor: pointer;
}

[data-button="cta"] span.second {
  position: absolute;
  right: 75px;
  top: 150%;
  --tw-translate-y: -50%;
  -webkit-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));
  -ms-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: 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));
  text-align: center;
}

[data-button="cta"]:hover span.main {
  position: relative;
  --tw-translate-y: -50px;
  -webkit-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));
  -ms-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: 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));
  opacity: 0;
}

[data-button="cta"]:hover span.second {
  top: 50%;
}

/*
.text-white .button {
    border-color: #fff!important;
}

.text-white .button .span-bg {
    background-color: #fff!important;
}

.text-white .button:hover .span-bg {
    background-color: #fff!important;
}

.text-white .button:hover {
    color: #297F7A!important;
}
*/

/* issues with compiling
.text-white .button {
    border-color: #fff!important;
}

.text-white .button .span-bg {
    background-color: #fff!important;
}

.text-white .button:hover .span-bg {
    background-color: #fff!important;
}

.text-white .button:hover {
    color: #297F7A!important;
}
*/

html, body {
  -ms-touch-action: pan-y pinch-zoom;
      touch-action: pan-y pinch-zoom;
  overscroll-behavior-y: contain;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Force admin bar to show */

#wpadminbar {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999999 !important;
}

body.admin-bar {
  margin-top: 32px !important;
  position: relative !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px !important;
  }
}

#page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

/* Scroll Animations - starting point */

/* JS available and motion OK */

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  [twk-aos] {
    opacity: 0;
  }
}

/* Title animation - starting point */

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  [data-element="animate_title"] span {
    opacity: 0;
    -webkit-transform: translateY(60px) skewY(1.5deg);
        -ms-transform: translateY(60px) skewY(1.5deg);
            transform: translateY(60px) skewY(1.5deg);
    display: inline-block;
  }

  [data-element="animate_title"] span.block {
    display: block;
  }

  [data-element="animate_line"] {
    width: 0;
  }
}

/* JS disabled or reduced motion enabled */

/* @media (scripting: none), (prefers-reduced-motion) {} */

/* END - Scroll Animations - starting point */

.main-menu > .menu-item {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  [data-element="animate_title"] span.main-menu > .menu-item {
    display: block;
  }
}

@media (min-width: 768px) {
  .main-menu > .menu-item {
    max-width: calc(60% - 40px);
  }
}

.main-menu > .menu-item > a {
  position: relative;
  margin-bottom: 10px;
  display: table;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  font-family: Matter, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  .main-menu > .menu-item > a {
    font-size: 29px;
  }
}

@media (min-width: 1240px) {
  .main-menu > .menu-item > a {
    font-size: 29px;
  }
}

@media (min-width: 1536px) {
  .main-menu > .menu-item > a {
    font-size: 32px;
  }
}

.main-menu > .menu-item > a::after {
  content: var(--tw-content);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.main-menu > .menu-item > a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1)) !important;
}

.main-menu > .menu-item > a:hover::after {
  content: var(--tw-content);
  opacity: 1;
}

/* Hover color classes based on submenu background using data attributes */

.main-menu > .menu-item[data-submenu-color="teal"] > a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1)) !important;
}

.main-menu > .menu-item[data-submenu-color="lightteal"] > a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(97 167 174 / var(--tw-text-opacity, 1)) !important;
}

.main-menu > .menu-item[data-submenu-color="red"] > a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1)) !important;
}

.main-menu > .menu-item[data-submenu-color="warmgrey"] > a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(234 227 220 / var(--tw-text-opacity, 1)) !important;
}

#hamburger-toggle.main-menu-opened {
  background-color: transparent!important;
}

.main-menu > .menu-item.menu-item-has-children.menu-item-active > a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.main-menu > .menu-item.menu-item-has-children.menu-item-active > a::after {
  content: var(--tw-content);
  opacity: 1;
}

.sub-menu-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 440px;
  --tw-translate-x: 200%;
  -webkit-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));
      -ms-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: 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));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: auto;
  border-left-width: 1px;
  border-color: rgb(0 0 0 / 0.2);
  padding-left: 50px;
  padding-top: 152px;
  padding-bottom: 130px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .sub-menu-wrap {
    width: 55%;
  }
}

@media (max-width: 767px) {
  body.menu-opened [data-name="useful-links-nav"] {
    opacity: 0;
  }
}

.sub-menu-wrap li, .sub-menu-wrap .sub-menu-title {
  margin-bottom: 13px;
}

.sub-menu-wrap .sub-menu-title {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main .sub-menu-wrap .sub-menu-title p,
.main .sub-menu-wrap .sub-menu-title p a,.sub-menu-wrap .sub-menu-title p:not(.custom) {
  color: white;
}

.sub-menu-wrap .sub-menu-title:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1180px) {
  .sub-menu-wrap .sub-menu-title {
    font-size: 22px;
  }
}

.sub-menu-wrap li a {
  display: inline-block;
  max-width: 220px;
  font-size: 20px;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.75;
}

.main .sub-menu-wrap li a p,
.main .sub-menu-wrap li a p a,.sub-menu-wrap li a p:not(.custom) {
  color: white;
}

.sub-menu-wrap li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}

@media (min-width: 1180px) {
  .sub-menu-wrap li a {
    font-size: 22px;
  }
}

.sub-menu-wrap li.current-menu-item > a {
  opacity: 1;
}

.sub-menu-wrap .accordion-menu {
  height: 0px;
  overflow: hidden;
}

.accordion-menu .menu-item {
  margin-top: 5px;
  margin-bottom: 0px;
}

.accordion-menu .menu-item:last-of-type {
  margin-bottom: 10px;
}

.accordion-menu .menu-item > a {
  font-family: Matter, sans-serif;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.accordion-menu .menu-item > a::before {
  content: var(--tw-content);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.accordion-menu .menu-item > a::after {
  content: var(--tw-content);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.sub-menu .menu-item.menu-accordion-open > a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.sub-menu .menu-item.menu-accordion-open > a::after {
  content: var(--tw-content);
  --tw-rotate: 180deg;
  -webkit-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));
      -ms-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: 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));
}

[data-name="bottom-nav-buttons"].actv a {
  --tw-bg-opacity: 1;
  background-color: rgb(230 234 236 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

[data-name="main-menu"] {
  width: 100%;
}

@media (min-width: 768px) {
  [data-name="main-menu"] {
    width: 700px;
  }
}

@media (min-width: 800px) {
  [data-name="main-menu"] {
    width: 790px;
  }
}

@media (min-width: 900px) {
  [data-name="main-menu"] {
    width: 870px;
  }
}

@media (min-width: 1024px) {
  [data-name="main-menu"] {
    width: 1014px;
  }
}

body.menu-opened #site-footer {
  z-index: 10!important;
}

select {
  background-image: url('../../assets/img/icons/filter-by-arrow.svg')!important;
  background-position: right 20px center !important;
}

/* Gravity forms */

body .gform_wrapper {
  margin-top: 100px;
  margin-bottom: 50px;
}

body .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 20px;
}

body .gform_wrapper.gravity-theme .gfield {
  margin-top: 20px;
}

body .gform_wrapper .ginput_container_consent {
  position: relative;
  display: block;
  padding-left: 20px;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  [data-element="animate_title"] spanbody .gform_wrapper .ginput_container_consent {
    display: block;
  }
}

body .gform_wrapper .gfield_consent_label {
  position: relative;
  margin-left: 10px;
  display: block;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  [data-element="animate_title"] spanbody .gform_wrapper .gfield_consent_label {
    display: block;
  }
}

body .gform_wrapper .ginput_container_consent input {
  position: absolute;
  top: 3px;
  left: 0px;
}

body .gform_wrapper .gfield_consent_label a {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

body .gform_title {
  margin-bottom: 55px;
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
  font-family: SaolText, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body .gform_title {
    font-size: 48px;
  }
}

@media (min-width: 1240px) {
  body .gform_title {
    font-size: 54px;
  }
}

@media (min-width: 1536px) {
  body .gform_title {
    font-size: 60px;
  }
}

.gform_required_legend {
  display: none;
}

.gfield_label {
  margin-bottom: 10px !important;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
  font-family: SaolText, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .gfield_label {
    font-size: 22px;
  }
}

@media (min-width: 1240px) {
  .gfield_label {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  .gfield_label {
    font-size: 24px;
  }
}

.gfield_label {
  font-size: 24px !important;
  font-weight: 300 !important;
}

body .gfield_description {
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body .gfield_description {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  body .gfield_description {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  body .gfield_description {
    font-size: 19px;
  }
}

body legend.gfield_label.gform-field-label {
  margin-bottom: 20px !important;
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(146 138 147 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
  font-family: SaolText, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body legend.gfield_label.gform-field-label {
    font-size: 22px;
  }
}

@media (min-width: 1240px) {
  body legend.gfield_label.gform-field-label {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  body legend.gfield_label.gform-field-label {
    font-size: 24px;
  }
}

body .gform_wrapper.gravity-theme .gform_footer {
  display: block;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  [data-element="animate_title"] spanbody .gform_wrapper.gravity-theme .gform_footer {
    display: block;
  }
}

body .gform_wrapper.gravity-theme .gform_body input:not([type=radio]):not([type=checkbox]),
body .gform_wrapper.gravity-theme .gform_body select,
body .gform_wrapper.gravity-theme .gform_body textarea {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Matter, sans-serif;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
}

body .gform_wrapper.gravity-theme .gform_body input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .gform_body select::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .gform_body textarea::-webkit-input-placeholder {
  font-family: Matter, sans-serif;
  font-size: 20px;
  color: rgb(146 138 147 / 0.3);
}

body .gform_wrapper.gravity-theme .gform_body input:not([type=radio]):not([type=checkbox])::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body select::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body textarea::-moz-placeholder {
  font-family: Matter, sans-serif;
  font-size: 20px;
  color: rgb(146 138 147 / 0.3);
}

body .gform_wrapper.gravity-theme .gform_body input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder, body .gform_wrapper.gravity-theme .gform_body select:-ms-input-placeholder, body .gform_wrapper.gravity-theme .gform_body textarea:-ms-input-placeholder {
  font-family: Matter, sans-serif;
  font-size: 20px;
  color: rgb(146 138 147 / 0.3);
}

body .gform_wrapper.gravity-theme .gform_body input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder, body .gform_wrapper.gravity-theme .gform_body select::-ms-input-placeholder, body .gform_wrapper.gravity-theme .gform_body textarea::-ms-input-placeholder {
  font-family: Matter, sans-serif;
  font-size: 20px;
  color: rgb(146 138 147 / 0.3);
}

body .gform_wrapper.gravity-theme .gform_body input:not([type=radio]):not([type=checkbox])::placeholder,
body .gform_wrapper.gravity-theme .gform_body select::placeholder,
body .gform_wrapper.gravity-theme .gform_body textarea::placeholder {
  font-family: Matter, sans-serif;
  font-size: 20px;
  color: rgb(146 138 147 / 0.3);
}

body .gform_wrapper.gravity-theme .gfield_required {
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
}

body .gform_wrapper.gravity-theme .gfield.gfield--type-html {
  margin-top: 50px;
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body .gform_wrapper.gravity-theme .gfield.gfield--type-html {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  body .gform_wrapper.gravity-theme .gfield.gfield--type-html {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  body .gform_wrapper.gravity-theme .gfield.gfield--type-html {
    font-size: 19px;
  }
}

body .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label,
body .gform_wrapper.gravity-theme .gfield--type-radio legend.gfield_label {
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label,
body .gform_wrapper.gravity-theme .gfield--type-radio legend.gfield_label {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  body .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label,
body .gform_wrapper.gravity-theme .gfield--type-radio legend.gfield_label {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  body .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label,
body .gform_wrapper.gravity-theme .gfield--type-radio legend.gfield_label {
    font-size: 19px;
  }
}

body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
    font-size: 19px;
  }
}

body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice .gfield-choice-input,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input {
  margin-top: 6px;
  margin-right: 2px;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px;
}

body .gform_footer.top_label .button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 0px;
}

body .gform_footer.top_label .button .button-text {
  margin: 0px;
  text-transform: uppercase;
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body .gform_footer.top_label .button .button-text {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  body .gform_footer.top_label .button .button-text {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  body .gform_footer.top_label .button .button-text {
    font-size: 19px;
  }
}

body .gform_footer .button {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

body .gform_footer .button .span-bg {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

body .gform_footer .button:hover .span-bg {
  background-color: transparent !important;
}

body .gform_footer .button:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1)) !important;
}

.gfield--type-captcha label {
  --tw-translate-y: -6px;
  -webkit-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));
      -ms-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: 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));
}

/* Gravity forms: Validation */

body .gform_wrapper.gravity-theme .gform_validation_errors {
  margin: 0px;
  margin-bottom: 30px;
  border-radius: 12px;
  border-width: 0px;
  background-color: rgb(205 77 71 / 0.3);
  padding: 15px;
}

body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 19px;
  }
}

.main body .gform_wrapper.gravity-theme .gform_validation_errors>h2 p,
.main body .gform_wrapper.gravity-theme .gform_validation_errors>h2 p a,body .gform_wrapper.gravity-theme .gform_validation_errors>h2 p:not(.custom) {
  color: white;
}

body .gform_wrapper.gravity-theme .gform_validation_errors>ul a,
body .gform_wrapper.gravity-theme .gform_validation_errors>ol a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body .gform_wrapper.gravity-theme .gform_validation_errors>ul a,
body .gform_wrapper.gravity-theme .gform_validation_errors>ol a {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  body .gform_wrapper.gravity-theme .gform_validation_errors>ul a,
body .gform_wrapper.gravity-theme .gform_validation_errors>ol a {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  body .gform_wrapper.gravity-theme .gform_validation_errors>ul a,
body .gform_wrapper.gravity-theme .gform_validation_errors>ol a {
    font-size: 19px;
  }
}

.main body .gform_wrapper.gravity-theme .gform_validation_errors>ul a p,
.main body .gform_wrapper.gravity-theme .gform_validation_errors>ul a p a,body .gform_wrapper.gravity-theme .gform_validation_errors>ul a p:not(.custom),.main 
body .gform_wrapper.gravity-theme .gform_validation_errors>ol a p,
.main 
body .gform_wrapper.gravity-theme .gform_validation_errors>ol a p a,
body .gform_wrapper.gravity-theme .gform_validation_errors>ol a p:not(.custom) {
  color: white;
}

body .gform_wrapper.gravity-theme .gform_validation_errors>ul li::marker,
body .gform_wrapper.gravity-theme .gform_validation_errors>ol li::marker {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main body .gform_wrapper.gravity-theme .gform_validation_errors>ul li p::marker,
.main body .gform_wrapper.gravity-theme .gform_validation_errors>ul li p a::marker,body .gform_wrapper.gravity-theme .gform_validation_errors>ul li p:not(.custom)::marker,.main 
body .gform_wrapper.gravity-theme .gform_validation_errors>ol li p::marker,
.main 
body .gform_wrapper.gravity-theme .gform_validation_errors>ol li p a::marker,
body .gform_wrapper.gravity-theme .gform_validation_errors>ol li p:not(.custom)::marker {
  color: white;
}

body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme label+[aria-invalid=true] {
  border-width: 0px;
  background-color: rgb(205 77 71 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme label+[aria-invalid=true] {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme label+[aria-invalid=true] {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme label+[aria-invalid=true] {
    font-size: 19px;
  }
}

.main body .gform_wrapper.gravity-theme .gfield_validation_message p,
.main body .gform_wrapper.gravity-theme .gfield_validation_message p a,body .gform_wrapper.gravity-theme .gfield_validation_message p:not(.custom),.main 
body .gform_wrapper.gravity-theme .validation_message p,
.main 
body .gform_wrapper.gravity-theme .validation_message p a,
body .gform_wrapper.gravity-theme .validation_message p:not(.custom),.main 
body .gform_wrapper.gravity-theme label+[aria-invalid=true] p,
.main 
body .gform_wrapper.gravity-theme label+[aria-invalid=true] p a,
body .gform_wrapper.gravity-theme label+[aria-invalid=true] p:not(.custom) {
  color: white;
}

body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme [aria-invalid=true]+label {
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme [aria-invalid=true]+label {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme [aria-invalid=true]+label {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme [aria-invalid=true]+label {
    font-size: 19px;
  }
}

.main body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label p,
.main body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label p a,body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label p:not(.custom),.main 
body .gform_wrapper.gravity-theme .gfield_error label p,
.main 
body .gform_wrapper.gravity-theme .gfield_error label p a,
body .gform_wrapper.gravity-theme .gfield_error label p:not(.custom),.main 
body .gform_wrapper.gravity-theme .gfield_error legend p,
.main 
body .gform_wrapper.gravity-theme .gfield_error legend p a,
body .gform_wrapper.gravity-theme .gfield_error legend p:not(.custom),.main 
body .gform_wrapper.gravity-theme [aria-invalid=true]+label p,
.main 
body .gform_wrapper.gravity-theme [aria-invalid=true]+label p a,
body .gform_wrapper.gravity-theme [aria-invalid=true]+label p:not(.custom) {
  color: white;
}

/*
@media (min-width: 641px) {
    .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
        padding-right: 18px!important;
    }
}
*/

/* Gravity form custom class */

@media (min-width: 768px) {
  body .gform_wrapper.gravity-theme .gf_w5 {
    grid-column: span 4 / span 4 !important;
  }
}

@media (min-width: 1536px) {
  body .gform_wrapper.gravity-theme .gf_w5 {
    grid-column: span 2 / span 2 !important;
  }
}

/* From in a dark background */

body .form-dark-bg .gform_wrapper {
  margin: 0px;
}

body .form-dark-bg .gform_title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main body .form-dark-bg .gform_title p,
.main body .form-dark-bg .gform_title p a,body .form-dark-bg .gform_title p:not(.custom) {
  color: white;
}

body .form-dark-bg label.gform-field-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main body .form-dark-bg label.gform-field-label p,
.main body .form-dark-bg label.gform-field-label p a,body .form-dark-bg label.gform-field-label p:not(.custom) {
  color: white;
}

body .form-dark-bg legend.gfield_label.gform-field-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main body .form-dark-bg legend.gfield_label.gform-field-label p,
.main body .form-dark-bg legend.gfield_label.gform-field-label p a,body .form-dark-bg legend.gfield_label.gform-field-label p:not(.custom) {
  color: white;
}

body .form-dark-bg .gform_wrapper.gravity-theme .gfield_required {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main body .form-dark-bg .gform_wrapper.gravity-theme .gfield_required p,
.main body .form-dark-bg .gform_wrapper.gravity-theme .gfield_required p a,body .form-dark-bg .gform_wrapper.gravity-theme .gfield_required p:not(.custom) {
  color: white;
}

body .form-dark-bg .gform_wrapper.gravity-theme .gfield.gfield--type-html {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main body .form-dark-bg .gform_wrapper.gravity-theme .gfield.gfield--type-html p,
.main body .form-dark-bg .gform_wrapper.gravity-theme .gfield.gfield--type-html p a,body .form-dark-bg .gform_wrapper.gravity-theme .gfield.gfield--type-html p:not(.custom) {
  color: white;
}

body .form-dark-bg .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label,
body .form-dark-bg .gform_wrapper.gravity-theme .gfield--type-radio legend.gfield_label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main body .form-dark-bg .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label p,
.main body .form-dark-bg .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label p a,body .form-dark-bg .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label p:not(.custom),.main 
body .form-dark-bg .gform_wrapper.gravity-theme .gfield--type-radio legend.gfield_label p,
.main 
body .form-dark-bg .gform_wrapper.gravity-theme .gfield--type-radio legend.gfield_label p a,
body .form-dark-bg .gform_wrapper.gravity-theme .gfield--type-radio legend.gfield_label p:not(.custom) {
  color: white;
}

body .form-dark-bg .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
body .form-dark-bg .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main body .form-dark-bg .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label p,
.main body .form-dark-bg .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label p a,body .form-dark-bg .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label p:not(.custom),.main 
body .form-dark-bg .gform_wrapper.gravity-theme .gfield_radio .gchoice label p,
.main 
body .form-dark-bg .gform_wrapper.gravity-theme .gfield_radio .gchoice label p a,
body .form-dark-bg .gform_wrapper.gravity-theme .gfield_radio .gchoice label p:not(.custom) {
  color: white;
}

body .form-dark-bg label.gform-field-label {
  color: #fff!important;
}

/* Custom toggle */

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: black;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
          transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.responsive-table {
  overflow: auto;
}

/* Override TablePress default header styles */

.tablepress > :where(thead, tfoot) > tr > * {
  font-weight: 300 !important;
  vertical-align: inherit !important;
  word-break: inherit !important;
}

[data-target="accordionDIS"] .tablepress > :where(thead, tfoot) > tr > * {
  font-size: 18px !important;
}

[data-target="accordionDIS"] .tablepress>:where(thead)+tbody>:where(:not(.child))>*, .tablepress>tbody>*~:where(:not(.child))>*, .tablepress>tfoot>:where(:first-child)>* {
  border-top: 1px solid #fff !important;
}

/* [data-target="accordionDIS"] table */

table:not([data-target="accordionDIS"] table) {
  margin-bottom: 30px !important;
  margin-top: 20px !important;
  width: 100% !important;
  border-collapse: collapse !important;
}

table:not([data-target="accordionDIS"] table) thead tr th {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  font-family: Matter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: -0.02em;
}

@media (min-width: 576px) {
  table:not([data-target="accordionDIS"] table) thead tr th {
    font-size: 22px;
  }
}

@media (min-width: 1240px) {
  table:not([data-target="accordionDIS"] table) thead tr th {
    font-size: 24px;
  }
}

@media (min-width: 1536px) {
  table:not([data-target="accordionDIS"] table) thead tr th {
    font-size: 24px;
  }
}

.main table:not([data-target="accordionDIS"] table) thead tr th p,
.main table:not([data-target="accordionDIS"] table) thead tr th p a,table:not([data-target="accordionDIS"] table) thead tr th p:not(.custom) {
  color: white!important;
}

body.prep-site table:not([data-target="accordionDIS"] table) thead tr th {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(205 77 71 / var(--tw-bg-opacity, 1)) !important;
}

table:not([data-target="accordionDIS"] table) tr:not(:first-child) td,
table:not([data-target="accordionDIS"] table) tbody td {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 227 220 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1)) !important;
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  table:not([data-target="accordionDIS"] table) tr:not(:first-child) td,
table:not([data-target="accordionDIS"] table) tbody td {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  table:not([data-target="accordionDIS"] table) tr:not(:first-child) td,
table:not([data-target="accordionDIS"] table) tbody td {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  table:not([data-target="accordionDIS"] table) tr:not(:first-child) td,
table:not([data-target="accordionDIS"] table) tbody td {
    font-size: 19px;
  }
}

table:not([data-target="accordionDIS"] table) th,
table:not([data-target="accordionDIS"] table) td {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

table:not([data-target="accordionDIS"] table) tr:not(:last-child) td {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

table:not([data-target="accordionDIS"] table) td {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

/* Add border-right to table cells */

table:not([data-target="accordionDIS"] table) td {
  border-right: solid 1px white !important;
}

/* Ensure the last cell in each row doesn't have a right border */

table:not([data-target="accordionDIS"] table) tr td:last-child {
  border-right: none !important;
}

table:is([data-target="accordionDIS"] table) tr:hover .column-2,
table:is([data-target="accordionDIS"] table) td.column-2:hover {
  background-color: transparent !important;
}

table:is([data-target="accordion"] table) thead tr th {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  table:is([data-target="accordion"] table) thead tr th {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  table:is([data-target="accordion"] table) thead tr th {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  table:is([data-target="accordion"] table) thead tr th {
    font-size: 19px;
  }
}

.main table:is([data-target="accordion"] table) thead tr th p,
.main table:is([data-target="accordion"] table) thead tr th p a,table:is([data-target="accordion"] table) thead tr th p:not(.custom) {
  color: white!important;
}

table:is([data-target="accordion"] table) th,
table:is([data-target="accordion"] table) td {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

table:is([data-target="accordion"] table) tr:not(:first-child) td,
table:is([data-target="accordion"] table) tbody td {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 227 220 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1)) !important;
  font-family: Matter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  table:is([data-target="accordion"] table) tr:not(:first-child) td,
table:is([data-target="accordion"] table) tbody td {
    font-size: 16px;
  }
}

@media (min-width: 1240px) {
  table:is([data-target="accordion"] table) tr:not(:first-child) td,
table:is([data-target="accordion"] table) tbody td {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  table:is([data-target="accordion"] table) tr:not(:first-child) td,
table:is([data-target="accordion"] table) tbody td {
    font-size: 16px;
  }
}

.gallery[class*='gallery-columns-'] {
  display: grid;
  gap: 20px;
}

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

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

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

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

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

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

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

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

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

#page-wrap .gallery .gallery-item {
  position: relative;
  float: none;
  aspect-ratio: 20/15;
  height: auto;
  width: 100%;
}

#page-wrap .gallery .gallery-item picture,
#page-wrap .gallery .gallery-item img {
  border-style: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-wrap .gallery .gallery-item picture > *,
#page-wrap .gallery .gallery-item img > * {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-wrap .gallery .gallery-item picture *,
#page-wrap .gallery .gallery-item img * {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.where-next-teaser #page-wrap .gallery .gallery-item picture,.where-next-teaser 
#page-wrap .gallery .gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.prep-site main#main section:not(.block--animated-carousel) #page-wrap .gallery .gallery-item picture,body.prep-site main#main section:not(.block--animated-carousel) 
#page-wrap .gallery .gallery-item img {
  border-radius: 6px;
}

.search-filter-component-combobox-base {
  border: none!important;
  border-bottom: 1px solid #190434!important;
  border-radius: 0!important;
  padding-left: 0!important;
}

.search-filter-component-combobox-base input::-webkit-input-placeholder {
  color: #190434!important;
}

.search-filter-component-combobox-base input::-moz-placeholder {
  color: #190434!important;
}

.search-filter-component-combobox-base input:-ms-input-placeholder {
  color: #190434!important;
}

.search-filter-component-combobox-base input::-ms-input-placeholder {
  color: #190434!important;
}

.search-filter-component-combobox-base input::placeholder {
  color: #190434!important;
}

.search-filter-component-combobox__listbox-toggle:before {
  display: none!important;
}

.search-filter-component-combobox__listbox-toggle .search-filter-icon {
  opacity: 0;
}

.search-filter-component-combobox:not(.search-filter-component-combobox--focused).search-filter-component-combobox--mode-single .search-filter-component-combobox__selection span {
  color: #190434!important;
}

.search-filter-component-combobox__listbox-toggle {
  background-image: url('../../assets/img/icons/filter-by-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 25px;
}

.search-filter-component-combobox-base__listbox-option--selected {
  background-color: #297F7A!important;
}

.search-filter-component-combobox-base__listbox {
  border-color: #297F7A!important;
}

.where-next-item {
  -webkit-transition: -webkit-box-flex 0.5s ease-in-out;
  transition: -webkit-box-flex 0.5s ease-in-out;
  transition: flex 0.5s ease-in-out;
  transition: flex 0.5s ease-in-out, -webkit-box-flex 0.5s ease-in-out, -ms-flex 0.5s ease-in-out;
  min-width: 0;
  height: auto !important;
}

.where-next-teaser .teaser-video-preview {
  display: none;
}

@media (min-width: 1180px) {
  .where-next-teaser .teaser-video-preview {
    display: block;
  }

  .where-next-item:hover {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    height: auto !important;
  }
}

.where-next-item .where-next-teaser {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

@media (min-width: 1180px) {
  .where-next-item:hover .where-next-teaser {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .where-next-item .where-next-teaser {
    height: 510px !important;
  }
}

@media (max-width: 767px) {
  .where-next-item .where-next-teaser {
    height: 240px !important;
  }
}

.where-next-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1180px) {
  .where-next-item:hover {
    /* reveals the pre-sized .inner-content */
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

/* inner-content: ALWAYS at the “expanded” size */

.inner-content {
  height: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/* optional: make sure the image fills the inner-content */

.where-next-teaser .fill-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.senior-site.page-id-431 .block--media .container {
  max-width: 1400px;
}

/* Senior site menu item 390 specific style */

.menu-item-390 > a {
  color: white !important;
}

/* Prep site menu item 134 specific style */

.menu-item-134 > a {
  color: white !important;
}

body.prep-site main#main section:not(.block--animated-carousel) .fill-image,
body.prep-site .block--animated-carousel .ac-central-image img {
  border-radius: 6px;
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  @media (min-width: 576px) {
    .md\:container {
      max-width: 576px;
      padding-right: 40px;
      padding-left: 40px;
    }
  }

  @media (min-width: 1000px) {
    .md\:container {
      max-width: 1000px;
      padding-right: 40px;
      padding-left: 40px;
    }
  }

  @media (min-width: 1200px) {
    .md\:container {
      max-width: 1200px;
      padding-right: 40px;
      padding-left: 40px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
      padding-right: 40px;
      padding-left: 40px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
      padding-right: 40px;
      padding-left: 40px;
    }
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:-bottom-15::before {
  content: var(--tw-content);
  bottom: -15px;
}

.before\:-left-30::before {
  content: var(--tw-content);
  left: -30px;
}

.before\:-right-30::before {
  content: var(--tw-content);
  right: -30px;
}

.before\:-top-30::before {
  content: var(--tw-content);
  top: -30px;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:left-\[2px\]::before {
  content: var(--tw-content);
  left: 2px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:top-\[-15px\]::before {
  content: var(--tw-content);
  top: -15px;
}

.before\:top-\[1px\]::before {
  content: var(--tw-content);
  top: 1px;
}

.before\:top-\[3px\]::before {
  content: var(--tw-content);
  top: 3px;
}

.before\:-z-\[1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:z-20::before {
  content: var(--tw-content);
  z-index: 20;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}

.before\:h-20::before {
  content: var(--tw-content);
  height: 20px;
}

.before\:h-40::before {
  content: var(--tw-content);
  height: 40px;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:h-\[calc\(100\%\+45px\)\]::before {
  content: var(--tw-content);
  height: calc(100% + 45px);
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:max-h-\[41px\]::before {
  content: var(--tw-content);
  max-height: 41px;
}

.before\:w-40::before {
  content: var(--tw-content);
  width: 40px;
}

.before\:w-\[14px\]::before {
  content: var(--tw-content);
  width: 14px;
}

.before\:w-\[1500px\]::before {
  content: var(--tw-content);
  width: 1500px;
}

.before\:w-\[1px\]::before {
  content: var(--tw-content);
  width: 1px;
}

.before\:w-\[800px\]::before {
  content: var(--tw-content);
  width: 800px;
}

.before\:w-\[calc\(100\%\+10px\)\]::before {
  content: var(--tw-content);
  width: calc(100% + 10px);
}

.before\:w-\[calc\(100\%\+60px\)\]::before {
  content: var(--tw-content);
  width: calc(100% + 60px);
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:max-w-\[410px\]::before {
  content: var(--tw-content);
  max-width: 410px;
}

.before\:max-w-\[520px\]::before {
  content: var(--tw-content);
  max-width: 520px;
}

.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  -webkit-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));
      -ms-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: 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));
}

.before\:transform::before {
  content: var(--tw-content);
  -webkit-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));
      -ms-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: 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));
}

.before\:bg-\[\#928A93\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(146 138 147 / var(--tw-bg-opacity, 1));
}

.before\:bg-aubergine::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(25 4 52 / var(--tw-bg-opacity, 1));
}

.before\:bg-black\/35::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.35);
}

.before\:bg-grayline::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(146 138 147 / var(--tw-bg-opacity, 1));
}

.before\:bg-red::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(205 77 71 / var(--tw-bg-opacity, 1));
}

.before\:bg-teal::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1));
}

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

.before\:bg-\[url\(\'\.\.\/img\/icons\/download-icon2\.svg\'\)\]::before {
  content: var(--tw-content);
  background-image: url('../img/icons/download-icon2.svg');
}

.before\:bg-contain::before {
  content: var(--tw-content);
  background-size: contain;
}

.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}

.before\:bg-center::before {
  content: var(--tw-content);
  background-position: center;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:opacity-50::before {
  content: var(--tw-content);
  opacity: 0.5;
}

.before\:backdrop-blur-\[6px\]::before {
  content: var(--tw-content);
  --tw-backdrop-blur: blur(6px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\\\'\\\'\]::before {
  --tw-content: \'\';
  content: var(--tw-content);
}

.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:bottom-25::after {
  content: var(--tw-content);
  bottom: 25px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-30::after {
  content: var(--tw-content);
  top: 30px;
}

.after\:top-\[8px\]::after {
  content: var(--tw-content);
  top: 8px;
}

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-1\/2::after {
  content: var(--tw-content);
  width: 50%;
}

.after\:w-\[calc\(100\%-26px\)\]::after {
  content: var(--tw-content);
  width: calc(100% - 26px);
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:min-w-\[200px\]::after {
  content: var(--tw-content);
  min-width: 200px;
}

.after\:max-w-\[50\%\]::after {
  content: var(--tw-content);
  max-width: 50%;
}

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

.after\:bg-grayline2::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(241 237 232 / var(--tw-bg-opacity, 1));
}

.after\:bg-teal::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1));
}

.after\:opacity-20::after {
  content: var(--tw-content);
  opacity: 0.2;
}

.after\:opacity-30::after {
  content: var(--tw-content);
  opacity: 0.3;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.checked\:bg-teal:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1));
}

.hover\:flex-\[2\]:hover {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
}

.hover\:text-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
}

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

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

.group:hover .group-hover\:translate-y-\[-100px\] {
  --tw-translate-y: -100px;
  -webkit-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));
      -ms-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: 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 .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  -webkit-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));
      -ms-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: 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 .group-hover\:opacity-100 {
  opacity: 1;
}

.aria-selected\:bg-black[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.aria-selected\:text-white[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.data-\[state\=open\]\:bg-warmgrey[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 227 220 / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:bg-white[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group[data-state="open"] .group-data-\[state\=open\]\:stroke-white {
  stroke: #FFF;
}

.children\:mx-5 > * {
  margin-left: 5px;
  margin-right: 5px;
}

.children\:mb-10 > * {
  margin-bottom: 10px;
}

.children\:inline-block > * {
  display: inline-block;
}

.children\:h-auto > * {
  height: auto;
}

.children\:w-\[40px\] > * {
  width: 40px;
}

.children\:min-w-\[34px\] > * {
  min-width: 34px;
}

.children\:rounded-full > * {
  border-radius: 9999px;
}

.children\:border > * {
  border-width: 1px;
}

.children\:border-teal > * {
  --tw-border-opacity: 1;
  border-color: rgb(41 127 122 / var(--tw-border-opacity, 1));
}

.children\:px-0 > * {
  padding-left: 0px;
  padding-right: 0px;
}

.children\:px-\[11px\] > * {
  padding-left: 11px;
  padding-right: 11px;
}

.children\:py-4 > * {
  padding-top: 4px;
  padding-bottom: 4px;
}

.children\:text-center > * {
  text-align: center;
}

.children\:uppercase > * {
  text-transform: uppercase;
}

.children\:text-aubergine > * {
  --tw-text-opacity: 1;
  color: rgb(25 4 52 / var(--tw-text-opacity, 1));
}

.children\:text-teal > * {
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
}

.children\:transition-all > * {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.children\:duration-300 > * {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.children\:duration-500 > * {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.children\:text-19ml > * {
  font-family: Matter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.47;
  letter-spacing: -0.01em;
}

@media (min-width: 576px) {
  .children\:text-19ml > * {
    font-size: 19px;
  }
}

@media (min-width: 1240px) {
  .children\:text-19ml > * {
    font-size: 19px;
  }
}

@media (min-width: 1536px) {
  .children\:text-19ml > * {
    font-size: 19px;
  }
}

.children\:text-11mm > * {
  font-family: Matter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}

@media (min-width: 576px) {
  .children\:text-11mm > * {
    font-size: 11px;
  }
}

@media (min-width: 1240px) {
  .children\:text-11mm > * {
    font-size: 11px;
  }
}

@media (min-width: 1536px) {
  .children\:text-11mm > * {
    font-size: 11px;
  }
}

@media (min-width: 576px) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:block {
    display: block;
  }

  .sm\:max-w-\[408px\] {
    max-width: 408px;
  }

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

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-bottom-\[120px\] {
    bottom: -120px;
  }

  .md\:-bottom-\[25px\] {
    bottom: -25px;
  }

  .md\:-bottom-\[30px\] {
    bottom: -30px;
  }

  .md\:-bottom-\[50px\] {
    bottom: -50px;
  }

  .md\:-bottom-\[60px\] {
    bottom: -60px;
  }

  .md\:-left-\[180px\] {
    left: -180px;
  }

  .md\:-right-\[220px\] {
    right: -220px;
  }

  .md\:-top-\[50px\] {
    top: -50px;
  }

  .md\:bottom-10 {
    bottom: 10px;
  }

  .md\:bottom-20 {
    bottom: 20px;
  }

  .md\:bottom-40 {
    bottom: 40px;
  }

  .md\:bottom-50 {
    bottom: 50px;
  }

  .md\:bottom-60 {
    bottom: 60px;
  }

  .md\:bottom-\[-121px\] {
    bottom: -121px;
  }

  .md\:bottom-\[-50px\] {
    bottom: -50px;
  }

  .md\:bottom-\[0px\] {
    bottom: 0px;
  }

  .md\:bottom-\[40px\] {
    bottom: 40px;
  }

  .md\:bottom-\[50px\] {
    bottom: 50px;
  }

  .md\:bottom-\[70px\] {
    bottom: 70px;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-30 {
    left: 30px;
  }

  .md\:left-\[160px\] {
    left: 160px;
  }

  .md\:left-\[175px\] {
    left: 175px;
  }

  .md\:left-\[20px\] {
    left: 20px;
  }

  .md\:left-\[35px\] {
    left: 35px;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-160 {
    right: 160px;
  }

  .md\:right-20 {
    right: 20px;
  }

  .md\:right-30 {
    right: 30px;
  }

  .md\:right-\[-50px\] {
    right: -50px;
  }

  .md\:right-\[35px\] {
    right: 35px;
  }

  .md\:right-\[40px\] {
    right: 40px;
  }

  .md\:right-\[70px\] {
    right: 70px;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:top-2 {
    top: 2px;
  }

  .md\:top-5 {
    top: 5px;
  }

  .md\:top-8 {
    top: 8px;
  }

  .md\:top-85 {
    top: 85px;
  }

  .md\:top-90 {
    top: 90px;
  }

  .md\:top-\[-27px\] {
    top: -27px;
  }

  .md\:top-\[26px\] {
    top: 26px;
  }

  .md\:top-\[380px\] {
    top: 380px;
  }

  .md\:top-\[84px\] {
    top: 84px;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:z-\[200\] {
    z-index: 200;
  }

  .md\:z-\[300\] {
    z-index: 300;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .md\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:-ml-0 {
    margin-left: -0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-100 {
    margin-bottom: 100px;
  }

  .md\:mb-30 {
    margin-bottom: 30px;
  }

  .md\:mb-40 {
    margin-bottom: 40px;
  }

  .md\:mb-50 {
    margin-bottom: 50px;
  }

  .md\:mb-70 {
    margin-bottom: 70px;
  }

  .md\:mb-80 {
    margin-bottom: 80px;
  }

  .md\:mb-\[-70px\] {
    margin-bottom: -70px;
  }

  .md\:mb-\[0\] {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-40 {
    margin-left: 40px;
  }

  .md\:ml-60 {
    margin-left: 60px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-30 {
    margin-right: 30px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-100 {
    margin-top: 100px;
  }

  .md\:mt-15 {
    margin-top: 15px;
  }

  .md\:mt-30 {
    margin-top: 30px;
  }

  .md\:mt-40 {
    margin-top: 40px;
  }

  .md\:mt-50 {
    margin-top: 50px;
  }

  .md\:mt-60 {
    margin-top: 60px;
  }

  .md\:mt-75 {
    margin-top: 75px;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[10\/7\] {
    aspect-ratio: 10/7;
  }

  .md\:aspect-\[193\/239\] {
    aspect-ratio: 193/239;
  }

  .md\:aspect-\[406\/287\] {
    aspect-ratio: 406/287;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:h-\[180px\] {
    height: 180px;
  }

  .md\:h-\[242px\] {
    height: 242px;
  }

  .md\:h-\[510px\] {
    height: 510px;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-none {
    max-height: none;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-500 {
    min-height: 500px;
  }

  .md\:min-h-\[100\%\] {
    min-height: 100%;
  }

  .md\:min-h-\[180px\] {
    min-height: 180px;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-\[242px\] {
    width: 242px;
  }

  .md\:w-\[270px\] {
    width: 270px;
  }

  .md\:w-\[280px\] {
    width: 280px;
  }

  .md\:w-\[324px\] {
    width: 324px;
  }

  .md\:w-\[330px\] {
    width: 330px;
  }

  .md\:w-\[calc\(100\%-70px\)\] {
    width: calc(100% - 70px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-\[320px\] {
    min-width: 320px;
  }

  .md\:min-w-\[380px\] {
    min-width: 380px;
  }

  .md\:max-w-\[150px\] {
    max-width: 150px;
  }

  .md\:max-w-\[190px\] {
    max-width: 190px;
  }

  .md\:max-w-\[193px\] {
    max-width: 193px;
  }

  .md\:max-w-\[290px\] {
    max-width: 290px;
  }

  .md\:max-w-\[340px\] {
    max-width: 340px;
  }

  .md\:max-w-\[350px\] {
    max-width: 350px;
  }

  .md\:max-w-\[380px\] {
    max-width: 380px;
  }

  .md\:max-w-\[410px\] {
    max-width: 410px;
  }

  .md\:max-w-\[420px\] {
    max-width: 420px;
  }

  .md\:max-w-\[calc\(100\%-30px\)\] {
    max-width: calc(100% - 30px);
  }

  .md\:max-w-\[calc\(50\%-30px\)\] {
    max-width: calc(50% - 30px);
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:-translate-x-0 {
    --tw-translate-x: -0px;
    -webkit-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));
        -ms-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: 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));
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    -webkit-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));
        -ms-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: 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));
  }

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

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

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

  .md\:grid-cols-\[240px_1fr\] {
    grid-template-columns: 240px 1fr;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:justify-normal {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }

  .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-15 {
    gap: 15px;
  }

  .md\:gap-2 {
    gap: 2px;
  }

  .md\:gap-30 {
    gap: 30px;
  }

  .md\:gap-50 {
    gap: 50px;
  }

  .md\:gap-80 {
    gap: 80px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-x-30 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .md\:gap-x-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }

  .md\:gap-x-60 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }

  .md\:gap-x-\[20px\] {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .md\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

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

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .md\:bg-red {
    --tw-bg-opacity: 1;
    background-color: rgb(205 77 71 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

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

  .md\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-100 {
    padding-bottom: 100px;
  }

  .md\:pb-120 {
    padding-bottom: 120px;
  }

  .md\:pb-20 {
    padding-bottom: 20px;
  }

  .md\:pb-30 {
    padding-bottom: 30px;
  }

  .md\:pb-40 {
    padding-bottom: 40px;
  }

  .md\:pb-50 {
    padding-bottom: 50px;
  }

  .md\:pb-60 {
    padding-bottom: 60px;
  }

  .md\:pb-70 {
    padding-bottom: 70px;
  }

  .md\:pb-80 {
    padding-bottom: 80px;
  }

  .md\:pb-90 {
    padding-bottom: 90px;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pb-\[6px\] {
    padding-bottom: 6px;
  }

  .md\:pl-15 {
    padding-left: 15px;
  }

  .md\:pl-40 {
    padding-left: 40px;
  }

  .md\:pl-70 {
    padding-left: 70px;
  }

  .md\:pl-80 {
    padding-left: 80px;
  }

  .md\:pr-180 {
    padding-right: 180px;
  }

  .md\:pr-30 {
    padding-right: 30px;
  }

  .md\:pr-40 {
    padding-right: 40px;
  }

  .md\:pr-50 {
    padding-right: 50px;
  }

  .md\:pr-60 {
    padding-right: 60px;
  }

  .md\:pr-70 {
    padding-right: 70px;
  }

  .md\:pr-\[270px\] {
    padding-right: 270px;
  }

  .md\:pt-100 {
    padding-top: 100px;
  }

  .md\:pt-170 {
    padding-top: 170px;
  }

  .md\:pt-30 {
    padding-top: 30px;
  }

  .md\:pt-50 {
    padding-top: 50px;
  }

  .md\:pt-80 {
    padding-top: 80px;
  }

  .md\:pt-\[160px\] {
    padding-top: 160px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[100px\] {
    font-size: 100px;
  }

  .md\:text-\[102px\] {
    font-size: 102px;
  }

  .md\:text-aubergine {
    --tw-text-opacity: 1;
    color: rgb(25 4 52 / var(--tw-text-opacity, 1));
  }

  .md\:text-19ml {
    font-family: Matter, sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.47;
    letter-spacing: -0.01em;
  }

  @media (min-width: 576px) {
    .md\:text-19ml {
      font-size: 19px;
    }
  }

  @media (min-width: 1240px) {
    .md\:text-19ml {
      font-size: 19px;
    }
  }

  @media (min-width: 1536px) {
    .md\:text-19ml {
      font-size: 19px;
    }
  }

  .md\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .md\:before\:left-\[-15px\]::before {
    content: var(--tw-content);
    left: -15px;
  }

  .md\:before\:top-1\/2::before {
    content: var(--tw-content);
    top: 50%;
  }

  .md\:before\:h-5::before {
    content: var(--tw-content);
    height: 5px;
  }

  .md\:before\:w-5::before {
    content: var(--tw-content);
    width: 5px;
  }

  .md\:before\:-translate-y-1\/2::before {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    -webkit-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));
        -ms-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: 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));
  }

  .md\:before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: 9999px;
  }

  .md\:before\:bg-lightblue::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(97 167 174 / var(--tw-bg-opacity, 1));
  }

  .md\:before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
  }

  .md\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .md\:after\:right-0::after {
    content: var(--tw-content);
    right: 0px;
  }

  .md\:after\:top-\[calc\(50\%-5px\)\]::after {
    content: var(--tw-content);
    top: calc(50% - 5px);
  }

  .md\:after\:h-\[90px\]::after {
    content: var(--tw-content);
    height: 90px;
  }

  .md\:after\:w-\[1px\]::after {
    content: var(--tw-content);
    width: 1px;
  }

  .md\:after\:-translate-y-1\/2::after {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    -webkit-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));
        -ms-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: 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));
  }

  .md\:after\:bg-white::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .md\:after\:opacity-50::after {
    content: var(--tw-content);
    opacity: 0.5;
  }

  .md\:after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 1024px) {
  .md2\:fixed {
    position: fixed;
  }

  .md2\:mt-screen {
    margin-top: 100vh;
  }
}

@media (min-width: 1180px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:-bottom-\[210px\] {
    bottom: -210px;
  }

  .lg\:-right-\[120px\] {
    right: -120px;
  }

  .lg\:bottom-\[60px\] {
    bottom: 60px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-30 {
    right: 30px;
  }

  .lg\:right-70 {
    right: 70px;
  }

  .lg\:right-\[65px\] {
    right: 65px;
  }

  .lg\:right-\[80px\] {
    right: 80px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 10px;
  }

  .lg\:mb-100 {
    margin-bottom: 100px;
  }

  .lg\:mb-20 {
    margin-bottom: 20px;
  }

  .lg\:mb-30 {
    margin-bottom: 30px;
  }

  .lg\:mb-50 {
    margin-bottom: 50px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-100 {
    margin-top: 100px;
  }

  .lg\:mt-30 {
    margin-top: 30px;
  }

  .lg\:mt-40 {
    margin-top: 40px;
  }

  .lg\:mt-50 {
    margin-top: 50px;
  }

  .lg\:mt-55 {
    margin-top: 55px;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:aspect-\[1440\/450\] {
    aspect-ratio: 1440/450;
  }

  .lg\:aspect-\[1440\/600\] {
    aspect-ratio: 1440/600;
  }

  .lg\:aspect-\[1440\/680\] {
    aspect-ratio: 1440/680;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-\[670px\] {
    width: 670px;
  }

  .lg\:max-w-\[370px\] {
    max-width: 370px;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[760px\] {
    max-width: 760px;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:max-w-\[800px\] {
    max-width: 800px;
  }

  .lg\:max-w-\[90\%\] {
    max-width: 90%;
  }

  .lg\:max-w-\[calc\(80\%-60px\)\] {
    max-width: calc(80% - 60px);
  }

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

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

  .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg\:gap-80 {
    gap: 80px;
  }

  .lg\:gap-x-40 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .lg\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-100 {
    padding-bottom: 100px;
  }

  .lg\:pb-50 {
    padding-bottom: 50px;
  }

  .lg\:pb-60 {
    padding-bottom: 60px;
  }

  .lg\:pb-80 {
    padding-bottom: 80px;
  }

  .lg\:pb-90 {
    padding-bottom: 90px;
  }

  .lg\:pl-50 {
    padding-left: 50px;
  }

  .lg\:pr-40 {
    padding-right: 40px;
  }

  .lg\:pr-50 {
    padding-right: 50px;
  }

  .lg\:pr-80 {
    padding-right: 80px;
  }

  .lg\:pr-\[0\] {
    padding-right: 0;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-120 {
    padding-top: 120px;
  }

  .lg\:pt-150 {
    padding-top: 150px;
  }

  .lg\:pt-30 {
    padding-top: 30px;
  }

  .lg\:pt-50 {
    padding-top: 50px;
  }

  .lg\:pt-60 {
    padding-top: 60px;
  }

  .lg\:pt-70 {
    padding-top: 70px;
  }

  .lg\:\!text-\[22px\] {
    font-size: 22px !important;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:before\:w-\[60\%\]::before {
    content: var(--tw-content);
    width: 60%;
  }

  .lg\:hover\:flex-\[2\]:hover {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media (min-width: 1240px) {
  .xl\:bottom-30 {
    bottom: 30px;
  }

  .xl\:left-30 {
    left: 30px;
  }

  .xl\:left-40 {
    left: 40px;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xl\:mb-180 {
    margin-bottom: 180px;
  }

  .xl\:mb-50 {
    margin-bottom: 50px;
  }

  .xl\:mt-50 {
    margin-top: 50px;
  }

  .xl\:mt-90 {
    margin-top: 90px;
  }

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

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:gap-100 {
    gap: 100px;
  }

  .xl\:gap-40 {
    gap: 40px;
  }

  .xl\:gap-60 {
    gap: 60px;
  }

  .xl\:gap-x-70 {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }

  .xl\:gap-x-80 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }

  .xl\:gap-x-90 {
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }

  .xl\:gap-x-\[20px\] {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }

  .xl\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:pb-80 {
    padding-bottom: 80px;
  }

  .xl\:pl-100 {
    padding-left: 100px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-100 {
    padding-right: 100px;
  }

  .xl\:pt-110 {
    padding-top: 110px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mt-45 {
    margin-top: 45px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:max-w-\[420px\] {
    max-width: 420px;
  }

  .\32xl\:max-w-\[calc\(100\%-30px\)\] {
    max-width: calc(100% - 30px);
  }

  .\32xl\:gap-100 {
    gap: 100px;
  }

  .\32xl\:pr-130 {
    padding-right: 130px;
  }
}

.\[\&\:\:-webkit-search-cancel-button\]\:appearance-none::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-search-decoration\]\:appearance-none::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-search-results-button\]\:appearance-none::-webkit-search-results-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-search-results-decoration\]\:appearance-none::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\>li\]\:ml-20>li {
  margin-left: 20px;
}

.\[\&\>li\]\:mr-20>li {
  margin-right: 20px;
}

.\[\&\[data-state\=open\]_\.icon\]\:bg-red[data-state=open] .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(205 77 71 / var(--tw-bg-opacity, 1));
}

.\[\&\[data-state\=open\]_\.icon\]\:bg-teal[data-state=open] .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1));
}

.\[\&_\.current\]\:bg-teal .current {
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1));
}

.\[\&_\.current\]\:text-white .current {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_\.icon\]\:bg-warmgrey .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(234 227 220 / var(--tw-bg-opacity, 1));
}

.\[\&_\.icon\]\:bg-white .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_\.mfp-close\]\:right-\[30px\] .mfp-close {
  right: 30px;
}

.\[\&_\.mfp-close\]\:top-\[50px\] .mfp-close {
  top: 50px;
}

.\[\&_\.mfp-close\]\:bg-\[url\(\'\.\.\/img\/icons\/close-icon\.svg\'\)\] .mfp-close {
  background-image: url('../img/icons/close-icon.svg');
}

.\[\&_\.mfp-close\]\:bg-center .mfp-close {
  background-position: center;
}

.\[\&_\.mfp-close\]\:bg-no-repeat .mfp-close {
  background-repeat: no-repeat;
}

.\[\&_\.mfp-close\]\:text-transparent .mfp-close {
  color: transparent;
}

@media (min-width: 768px) {
  .md\:\[\&_\.mfp-close\]\:right-\[50px\] .mfp-close {
    right: 50px;
  }
}

.\[\&_\.screen-reader-text\]\:hidden .screen-reader-text {
  display: none;
}

.\[\&_\.search-field\]\:w-full .search-field {
  width: 100%;
}

.\[\&_\.search-field\]\:bg-\[transparent\] .search-field {
  background-color: transparent;
}

.\[\&_\.search-field\]\:py-20 .search-field {
  padding-top: 20px;
  padding-bottom: 20px;
}

.\[\&_\.search-field\]\:pl-25 .search-field {
  padding-left: 25px;
}

.\[\&_\.search-field\]\:pr-100 .search-field {
  padding-right: 100px;
}

.\[\&_\.search-field\]\:placeholder-black .search-field::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.search-field\]\:placeholder-black .search-field::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.search-field\]\:placeholder-black .search-field:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.search-field\]\:placeholder-black .search-field::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.search-field\]\:placeholder-black .search-field::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.search-field\]\:outline-none .search-field {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.search-submit\]\:absolute .search-submit {
  position: absolute;
}

.\[\&_\.search-submit\]\:right-0 .search-submit {
  right: 0px;
}

.\[\&_\.search-submit\]\:top-0 .search-submit {
  top: 0px;
}

.\[\&_\.search-submit\]\:block .search-submit {
  display: block;
}

.\[\&_\.search-submit\]\:h-full .search-submit {
  height: 100%;
}

.\[\&_\.search-submit\]\:w-100 .search-submit {
  width: 100px;
}

.\[\&_\.search-submit\]\:cursor-pointer .search-submit {
  cursor: pointer;
}

.\[\&_\.search-submit\]\:bg-search-dark .search-submit {
  background-image: url('../img/icons/search--dark.svg');
}

.\[\&_\.search-submit\]\:bg-center .search-submit {
  background-position: center;
}

.\[\&_\.search-submit\]\:bg-no-repeat .search-submit {
  background-repeat: no-repeat;
}

.\[\&_\.search-submit\]\:indent-\[9999px\] .search-submit {
  text-indent: 9999px;
}

.\[\&_a\:hover\]\:text-red a:hover {
  --tw-text-opacity: 1;
  color: rgb(205 77 71 / var(--tw-text-opacity, 1));
}

.\[\&_a\:hover\]\:text-teal a:hover {
  --tw-text-opacity: 1;
  color: rgb(41 127 122 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:transition-colors a {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.hover\:\[\&_a\]\:bg-teal a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 122 / var(--tw-bg-opacity, 1));
}

.hover\:\[\&_a\]\:text-white a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_form\]\:relative form {
  position: relative;
}

.\[\&_h2\]\:text-white h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-white h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_h4\]\:text-white h4 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_img\]\:h-\[66px\] img {
  height: 66px;
}

.\[\&_img\]\:w-auto img {
  width: auto;
}

.\[\&_p\]\:text-white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_textarea\]\:min-h-\[344px\] textarea {
  min-height: 344px;
}
