/* @import url("https://use.typekit.net/fqh8djs.css"); */
@font-face {
  font-family: "The Nautigal Regular";
  font-style: normal;
  font-weight: 400;
  src: local("The Nautigal Regular"), url("../fonts/TheNautigal-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "The Nautigal Bold";
  font-style: normal;
  font-weight: 600;
  src: local("The Nautigal Bold"), url("../fonts/TheNautigal-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/GothamLight.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/GothamLightItalic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GothamRegular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/GothamRegularItalic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GothamMedium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/GothamMediumItalic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/GothamBold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/GothamBoldItalic.otf") format("opentype");
  font-display: swap;
}
@tailwind components;
.breadcrumbs {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .breadcrumbs {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.breadcrumbs a {
  margin-right: 0.375rem;
  text-decoration-line: underline;
}
.breadcrumbs a:hover {
  text-decoration-line: none;
}
.breadcrumbs span > span:not(:first-of-type) a {
  margin-left: 0.375rem;
}
.breadcrumbs .breadcrumb_last {
  margin-left: 0.375rem;
  min-width: 100px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

#form .gform_wrapper .gform_button {
  position: relative;
  display: inline-flex;
  height: 2.25rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Gotham, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  #form .gform_wrapper .gform_button {
    width: fit-content;
  }
}

#form .gform_wrapper .gform_button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#form .gform_wrapper .gform_button > svg,#form .gform_wrapper .gform_button > span > svg {
  pointer-events: none;
  flex-shrink: 0;
}

#form .gform_wrapper .gform_button:disabled {
  pointer-events: none;
}

#form .gform_wrapper .gform_button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 100 18 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(219 100 18 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#form .gform_wrapper .gform_button:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(219 100 18 / var(--tw-text-opacity, 1));
}
#form input:not(.gform_button), #form textarea {
  border: none;
  box-shadow: none;
}
#form legend, #form label {
  font-size: 1.25rem;
}
#form label.gform-field-label, #form .gfield_description {
  font-size: 1rem;
}
#form legend.gfield_label, #form label.gfield_label {
  font-size: 1.25rem;
}
#form[data-background=bg-neutral-50] input, #form[data-background=bg-neutral-50] textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 231 / var(--tw-bg-opacity, 1));
}

/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}

.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

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

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

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

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

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  > canvas, > img, > svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

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

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

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}

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

.swiper.swiper-cards {
  overflow: visible;
}

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

*, ::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:  ;
}

::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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 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 */ /* 3 */
  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 */
  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 */
  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 */
  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::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="search"]::-webkit-search-decoration {
  display: none;
}

[type="search"]::-webkit-search-cancel-button {
  display: none;
}

[type="search"]::-webkit-search-results-button {
  display: none;
}

[type="search"]::-webkit-search-results-decoration {
  display: none;
}

html {
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Gotham, sans-serif;
  font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

body a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

body .container {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1352px) {
  body .container {
    max-width: 1352px;
  }
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-weight: 600;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 360px) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 460px) {
  .container {
    max-width: 460px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1352px) {
  .container {
    max-width: 1352px;
  }
}
.material-symbols-rounded {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
    font-family: "Material Symbols Rounded";
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* preferred icon size */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-user-select: none;
            user-select: none;
    position: relative;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.material-symbols-o {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  }
.material-symbols-s {
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  }
.icon-24px {
  max-width: 1.5rem;
  font-size: 1.5rem;
}
.icon-40px {
  max-width: 2.5rem;
  font-size: 2.5rem;
}
/**
  * Buttons
  */
.btn {
  position: relative;
  display: inline-flex;
  height: 2.25rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Gotham, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  .btn {
    width: fit-content;
  }
}
.btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn > svg,
  .btn > span > svg {
  pointer-events: none;
  flex-shrink: 0;
}
.btn:disabled {
  pointer-events: none;
}
.btn-primary {
  position: relative;
  display: inline-flex;
  height: 2.25rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Gotham, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  .btn-primary {
    width: fit-content;
  }
}
.btn-primary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary > svg,.btn-primary > span > svg {
  pointer-events: none;
  flex-shrink: 0;
}
.btn-primary:disabled {
  pointer-events: none;
}
.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 100 18 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(219 100 18 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(219 100 18 / var(--tw-text-opacity, 1));
}
.btn-secondary {
  position: relative;
  display: inline-flex;
  height: 2.25rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Gotham, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  .btn-secondary {
    width: fit-content;
  }
}
.btn-secondary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary > svg,.btn-secondary > span > svg {
  pointer-events: none;
  flex-shrink: 0;
}
.btn-secondary:disabled {
  pointer-events: none;
}
.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(43 66 77 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(43 66 77 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
/**
   * Links
   */
.link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.link > svg {
  pointer-events: none;
  flex-shrink: 0;
}
.link > span {
  pointer-events: none;
}
/**
  * Notices
  */
.notice {
  margin-bottom: 1.5rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.notice:last-child {
  margin-bottom: 0px;
}
.notice code {
  border-radius: 0.125rem;
  --tw-bg-opacity: 0.1;
  padding: 0.25rem;
}
.notice a {
  text-decoration-line: underline;
}
.notice a:hover {
  text-decoration-line: underline;
}
/**
   * Images
   */
.image-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/**
   * Positions
   */
.position-top-left {
  align-self: flex-start;
}
.position-bottom-left {
  align-self: flex-end;
}
.position-top-right {
  margin-left: auto;
  align-self: flex-start;
}
.position-bottom-right {
  margin-left: auto;
  align-self: flex-end;
}
/**
   * Prose
   */
.prose {
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose:first-child h1:first-child,
  .prose:first-child h2:first-child,
  .prose:first-child h3:first-child,
  .prose:first-child h4:first-child,
  .prose:first-child h5:first-child,
  .prose:first-child h6:first-child {
  margin-top: 0px;
}
.prose h1,
  .prose h2,
  .prose h3,
  .prose h4,
  .prose h5,
  .prose h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose h1,
  .prose h2,
  .prose h3,
  .prose h4,
  .prose h5,
  .prose h6 {
    margin-top: 2.5rem;
  }
}
.prose h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .prose h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px) {
  .prose h1 {
    font-size: 4rem;
  }
}
.prose h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .prose h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1352px) {
  .prose h2 {
    font-size: 2.5rem;
  }
}
.prose h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .prose h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1352px) {
  .prose h3 {
    font-size: 2.5rem;
  }
}
.prose h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .prose h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px) {
  .prose h4 {
    font-size: 2rem;
  }
}
.prose h5 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .prose h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px) {
  .prose h5 {
    font-size: 1.5rem;
  }
}
.prose h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .prose h6 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px) {
  .prose h6 {
    font-size: 1.25rem;
  }
}
.prose h1 + p,
  .prose h2 + p,
  .prose h3 + p,
  .prose h4 + p,
  .prose h5 + p,
  .prose h6 + p {
  margin-top: 0px;
}
.prose p {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose p:first-child {
  margin-top: 0px;
}
.prose p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .prose p {
    font-size: 1.25rem;
  }
}
.prose p a {
  --tw-text-opacity: 1;
  color: rgb(219 100 18 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.prose p a:hover {
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
.prose ol {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose ol {
    font-size: 1.25rem;
  }
}
.prose ul {
  margin-bottom: 0.75rem;
  list-style-type: disc;
  padding-left: 1rem;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose ul {
    font-size: 1.25rem;
  }
}
.prose ol {
  padding-left: 1.125rem;
}
.prose li {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
.prose img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose blockquote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(43 66 77 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose blockquote > *:first-child {
  margin-top: 0px;
}
.prose blockquote > *:last-child {
  margin-bottom: 0px;
}
.prose blockquote h1,
  .prose blockquote h2,
  .prose blockquote h3,
  .prose blockquote h4,
  .prose blockquote h5,
  .prose blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose blockquote h1:first-child,
  .prose blockquote h2:first-child,
  .prose blockquote h3:first-child,
  .prose blockquote h4:first-child,
  .prose blockquote h5:first-child,
  .prose blockquote h6:first-child {
  margin-top: 0px;
}
.prose blockquote p {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .prose blockquote p {
    font-size: 1.125rem;
  }
}
.prose .wp-video {
    width: 100% !important;
  }
.prose-white {
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose-white:first-child h1:first-child,.prose-white:first-child h2:first-child,.prose-white:first-child h3:first-child,.prose-white:first-child h4:first-child,.prose-white:first-child h5:first-child,.prose-white:first-child h6:first-child {
  margin-top: 0px;
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6 {
    margin-top: 2.5rem;
  }
}
.prose-white h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .prose-white h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px) {
  .prose-white h1 {
    font-size: 4rem;
  }
}
.prose-white h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .prose-white h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1352px) {
  .prose-white h2 {
    font-size: 2.5rem;
  }
}
.prose-white h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .prose-white h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1352px) {
  .prose-white h3 {
    font-size: 2.5rem;
  }
}
.prose-white h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .prose-white h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px) {
  .prose-white h4 {
    font-size: 2rem;
  }
}
.prose-white h5 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .prose-white h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px) {
  .prose-white h5 {
    font-size: 1.5rem;
  }
}
.prose-white h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .prose-white h6 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px) {
  .prose-white h6 {
    font-size: 1.25rem;
  }
}
.prose-white h1 + p,.prose-white h2 + p,.prose-white h3 + p,.prose-white h4 + p,.prose-white h5 + p,.prose-white h6 + p {
  margin-top: 0px;
}
.prose-white p {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white p:first-child {
  margin-top: 0px;
}
.prose-white p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .prose-white p {
    font-size: 1.25rem;
  }
}
.prose-white p a {
  --tw-text-opacity: 1;
  color: rgb(219 100 18 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.prose-white p a:hover {
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
.prose-white ol {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-white ol {
    font-size: 1.25rem;
  }
}
.prose-white ul {
  margin-bottom: 0.75rem;
  list-style-type: disc;
  padding-left: 1rem;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-white ul {
    font-size: 1.25rem;
  }
}
.prose-white ol {
  padding-left: 1.125rem;
}
.prose-white li {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
.prose-white img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose-white blockquote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(43 66 77 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose-white blockquote > *:first-child {
  margin-top: 0px;
}
.prose-white blockquote > *:last-child {
  margin-bottom: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child {
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child {
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child {
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child {
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child {
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child {
  margin-top: 0px;
}
.prose-white blockquote p {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .prose-white blockquote p {
    font-size: 1.125rem;
  }
}
.prose-white .wp-video {
    width: 100%;
  }
.prose-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-white h1, .prose-white h2, .prose-white h3, .prose-white h4, .prose-white h5, .prose-white h6, .prose-white a, .prose-white strong, .prose-white ul, .prose-white ol, .prose-white li, .prose-white p, .prose-white blockquote {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-white p a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.prose-white ul li::marker, .prose-white ol li::marker {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-md {
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose-md:first-child h1:first-child,.prose-md:first-child h2:first-child,.prose-md:first-child h3:first-child,.prose-md:first-child h4:first-child,.prose-md:first-child h5:first-child,.prose-md:first-child h6:first-child {
  margin-top: 0px;
}
.prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
    margin-top: 2.5rem;
  }
}
.prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
    margin-top: 2.5rem;
  }
}
.prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
    margin-top: 2.5rem;
  }
}
.prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
    margin-top: 2.5rem;
  }
}
.prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
    margin-top: 2.5rem;
  }
}
.prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-md h1,.prose-md h2,.prose-md h3,.prose-md h4,.prose-md h5,.prose-md h6 {
    margin-top: 2.5rem;
  }
}
.prose-md h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .prose-md h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px) {
  .prose-md h1 {
    font-size: 4rem;
  }
}
.prose-md h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .prose-md h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1352px) {
  .prose-md h2 {
    font-size: 2.5rem;
  }
}
.prose-md h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .prose-md h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1352px) {
  .prose-md h3 {
    font-size: 2.5rem;
  }
}
.prose-md h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .prose-md h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px) {
  .prose-md h4 {
    font-size: 2rem;
  }
}
.prose-md h5 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .prose-md h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px) {
  .prose-md h5 {
    font-size: 1.5rem;
  }
}
.prose-md h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .prose-md h6 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px) {
  .prose-md h6 {
    font-size: 1.25rem;
  }
}
.prose-md h1 + p,.prose-md h2 + p,.prose-md h3 + p,.prose-md h4 + p,.prose-md h5 + p,.prose-md h6 + p {
  margin-top: 0px;
}
.prose-md p {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-md p:first-child {
  margin-top: 0px;
}
.prose-md p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .prose-md p {
    font-size: 1.25rem;
  }
}
.prose-md p a {
  --tw-text-opacity: 1;
  color: rgb(219 100 18 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.prose-md p a:hover {
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
.prose-md ol {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-md ol {
    font-size: 1.25rem;
  }
}
.prose-md ul {
  margin-bottom: 0.75rem;
  list-style-type: disc;
  padding-left: 1rem;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-md ul {
    font-size: 1.25rem;
  }
}
.prose-md ol {
  padding-left: 1.125rem;
}
.prose-md li {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-md li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
.prose-md img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose-md blockquote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(43 66 77 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose-md blockquote > *:first-child {
  margin-top: 0px;
}
.prose-md blockquote > *:last-child {
  margin-bottom: 0px;
}
.prose-md blockquote h1,.prose-md blockquote h2,.prose-md blockquote h3,.prose-md blockquote h4,.prose-md blockquote h5,.prose-md blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-md blockquote h1:first-child,.prose-md blockquote h2:first-child,.prose-md blockquote h3:first-child,.prose-md blockquote h4:first-child,.prose-md blockquote h5:first-child,.prose-md blockquote h6:first-child {
  margin-top: 0px;
}
.prose-md blockquote h1,.prose-md blockquote h2,.prose-md blockquote h3,.prose-md blockquote h4,.prose-md blockquote h5,.prose-md blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-md blockquote h1:first-child,.prose-md blockquote h2:first-child,.prose-md blockquote h3:first-child,.prose-md blockquote h4:first-child,.prose-md blockquote h5:first-child,.prose-md blockquote h6:first-child {
  margin-top: 0px;
}
.prose-md blockquote h1,.prose-md blockquote h2,.prose-md blockquote h3,.prose-md blockquote h4,.prose-md blockquote h5,.prose-md blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-md blockquote h1:first-child,.prose-md blockquote h2:first-child,.prose-md blockquote h3:first-child,.prose-md blockquote h4:first-child,.prose-md blockquote h5:first-child,.prose-md blockquote h6:first-child {
  margin-top: 0px;
}
.prose-md blockquote h1,.prose-md blockquote h2,.prose-md blockquote h3,.prose-md blockquote h4,.prose-md blockquote h5,.prose-md blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-md blockquote h1:first-child,.prose-md blockquote h2:first-child,.prose-md blockquote h3:first-child,.prose-md blockquote h4:first-child,.prose-md blockquote h5:first-child,.prose-md blockquote h6:first-child {
  margin-top: 0px;
}
.prose-md blockquote h1,.prose-md blockquote h2,.prose-md blockquote h3,.prose-md blockquote h4,.prose-md blockquote h5,.prose-md blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-md blockquote h1:first-child,.prose-md blockquote h2:first-child,.prose-md blockquote h3:first-child,.prose-md blockquote h4:first-child,.prose-md blockquote h5:first-child,.prose-md blockquote h6:first-child {
  margin-top: 0px;
}
.prose-md blockquote h1,.prose-md blockquote h2,.prose-md blockquote h3,.prose-md blockquote h4,.prose-md blockquote h5,.prose-md blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-md blockquote h1:first-child,.prose-md blockquote h2:first-child,.prose-md blockquote h3:first-child,.prose-md blockquote h4:first-child,.prose-md blockquote h5:first-child,.prose-md blockquote h6:first-child {
  margin-top: 0px;
}
.prose-md blockquote p {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .prose-md blockquote p {
    font-size: 1.125rem;
  }
}
.prose-md .wp-video {
    width: 100%;
  }
.prose-md {
  font-size: 1.125rem;
}
.prose-md p,
  .prose-md ol,
  .prose-md ul,
  .prose-md a,
  .prose-md strong {
  font-size: 1.125rem;
}
.prose-md ul {
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm {
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose-sm:first-child h1:first-child,.prose-sm:first-child h2:first-child,.prose-sm:first-child h3:first-child,.prose-sm:first-child h4:first-child,.prose-sm:first-child h5:first-child,.prose-sm:first-child h6:first-child {
  margin-top: 0px;
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    margin-top: 2.5rem;
  }
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    margin-top: 2.5rem;
  }
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    margin-top: 2.5rem;
  }
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    margin-top: 2.5rem;
  }
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    margin-top: 2.5rem;
  }
}
.prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-sm h1,.prose-sm h2,.prose-sm h3,.prose-sm h4,.prose-sm h5,.prose-sm h6 {
    margin-top: 2.5rem;
  }
}
.prose-sm h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .prose-sm h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px) {
  .prose-sm h1 {
    font-size: 4rem;
  }
}
.prose-sm h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .prose-sm h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1352px) {
  .prose-sm h2 {
    font-size: 2.5rem;
  }
}
.prose-sm h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .prose-sm h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1352px) {
  .prose-sm h3 {
    font-size: 2.5rem;
  }
}
.prose-sm h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .prose-sm h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px) {
  .prose-sm h4 {
    font-size: 2rem;
  }
}
.prose-sm h5 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .prose-sm h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px) {
  .prose-sm h5 {
    font-size: 1.5rem;
  }
}
.prose-sm h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .prose-sm h6 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px) {
  .prose-sm h6 {
    font-size: 1.25rem;
  }
}
.prose-sm h1 + p,.prose-sm h2 + p,.prose-sm h3 + p,.prose-sm h4 + p,.prose-sm h5 + p,.prose-sm h6 + p {
  margin-top: 0px;
}
.prose-sm p {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm p:first-child {
  margin-top: 0px;
}
.prose-sm p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .prose-sm p {
    font-size: 1.25rem;
  }
}
.prose-sm p a {
  --tw-text-opacity: 1;
  color: rgb(219 100 18 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.prose-sm p a:hover {
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
.prose-sm ol {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-sm ol {
    font-size: 1.25rem;
  }
}
.prose-sm ul {
  margin-bottom: 0.75rem;
  list-style-type: disc;
  padding-left: 1rem;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .prose-sm ul {
    font-size: 1.25rem;
  }
}
.prose-sm ol {
  padding-left: 1.125rem;
}
.prose-sm li {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
.prose-sm img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose-sm blockquote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(43 66 77 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose-sm blockquote > *:first-child {
  margin-top: 0px;
}
.prose-sm blockquote > *:last-child {
  margin-bottom: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child {
  margin-top: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child {
  margin-top: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child {
  margin-top: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child {
  margin-top: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child {
  margin-top: 0px;
}
.prose-sm blockquote h1,.prose-sm blockquote h2,.prose-sm blockquote h3,.prose-sm blockquote h4,.prose-sm blockquote h5,.prose-sm blockquote h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-sm blockquote h1:first-child,.prose-sm blockquote h2:first-child,.prose-sm blockquote h3:first-child,.prose-sm blockquote h4:first-child,.prose-sm blockquote h5:first-child,.prose-sm blockquote h6:first-child {
  margin-top: 0px;
}
.prose-sm blockquote p {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .prose-sm blockquote p {
    font-size: 1.125rem;
  }
}
.prose-sm .wp-video {
    width: 100%;
  }
.prose-sm {
  font-size: 1rem;
}
.prose-sm p,
  .prose-sm ol,
  .prose-sm ul,
  .prose-sm a,
  .prose-sm strong {
  font-size: 1rem;
}
.prose-sm ul {
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-center ul, .prose-center ol {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.prose-center ul li, .prose-center ol li {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.prose-center p > img {
  margin-left: auto;
  margin-right: auto;
}
/**
   * Nav items
   */
.selected {
  --tw-text-opacity: 1;
  color: rgb(219 100 18 / var(--tw-text-opacity, 1));
}
/**
   * Forms
   */
.form-field-error {
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  margin-top: -1rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group-errorable[data-group-error] .form-field-error {
  display: block;
}
.form-field-error code {
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  padding: 0.25rem;
}
.form-input {
  height: 3rem;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .form-input {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-left-0 {
  left: -0px;
}
.-top-10 {
  top: -2.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-100 {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[560px\] {
  height: 560px;
}
.h-\[5px\] {
  height: 5px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[280px\] {
  max-height: 280px;
}
.max-h-\[640px\] {
  max-height: 640px;
}
.min-h-\[40vh\] {
  min-height: 40vh;
}
.w-24 {
  width: 6rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[calc\(100\%\+100px\)\] {
  width: calc(100% + 100px);
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-xl {
  max-width: 1352px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-\[left_center\] {
  transform-origin: left center;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-16 {
  column-gap: 4rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border-2 {
  border-width: 2px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-creme-400 {
  --tw-border-opacity: 1;
  border-color: rgb(227 212 178 / var(--tw-border-opacity, 1));
}
.border-superblue {
  --tw-border-opacity: 1;
  border-color: rgb(43 66 77 / var(--tw-border-opacity, 1));
}
.bg-\[\#fc4e03\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 78 3 / var(--tw-bg-opacity, 1));
}
.bg-\[255\2c 255\2c 255\2c \.35\] {
  background-color: 255,255,255,.35;
}
.bg-creme-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 231 / var(--tw-bg-opacity, 1));
}
.bg-creme-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 212 178 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-superblue {
  --tw-bg-opacity: 1;
  background-color: rgb(43 66 77 / var(--tw-bg-opacity, 1));
}
.bg-superorange {
  --tw-bg-opacity: 1;
  background-color: rgb(219 100 18 / var(--tw-bg-opacity, 1));
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.fill-creme-400 {
  fill: #e3d4b2;
}
.fill-superorange {
  fill: #db6412;
}
.p-16 {
  padding: 4rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.font-nautigal {
  font-family: The Nautigal Regular, sans-serif;
}
.text-16px {
  font-size: 1rem;
}
.text-18px {
  font-size: 1.125rem;
}
.text-24px {
  font-size: 1.5rem;
}
.text-32px {
  font-size: 2rem;
}
.text-40px {
  font-size: 2.5rem;
}
.text-48px {
  font-size: 3rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.text-creme-300 {
  --tw-text-opacity: 1;
  color: rgb(246 241 231 / var(--tw-text-opacity, 1));
}
.text-creme-400 {
  --tw-text-opacity: 1;
  color: rgb(227 212 178 / var(--tw-text-opacity, 1));
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-superblue {
  --tw-text-opacity: 1;
  color: rgb(43 66 77 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md-center {
  --tw-shadow: 0 0 8px 1px rgb(0 0 0 / 0.1), 0 0 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0 8px 1px var(--tw-shadow-color), 0 0 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (aspect-ratio: 1 / 1) {
  .aspect-\[5\/3\] {
    aspect-ratio: 5/3;
  }
}
@supports not (aspect-ratio: 1 / 1) {
  .aspect-\[5\/3\]::before {
    content: "";
    float: left;
    padding-top: calc(100% / (5/3));
  }
  .aspect-\[5\/3\]::after {
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1) {
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
}
@supports not (aspect-ratio: 1 / 1) {
  .aspect-square::before {
    content: "";
    float: left;
    padding-top: calc(100% / (1 / 1));
  }
  .aspect-square::after {
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1) {
  .aspect-video {
    aspect-ratio: 16 / 9;
  }
}
@supports not (aspect-ratio: 1 / 1) {
  .aspect-video::before {
    content: "";
    float: left;
    padding-top: calc(100% / (16 / 9));
  }
  .aspect-video::after {
    clear: left;
    content: "";
    display: block;
  }
}
.hover\:fill-superblue:hover {
  fill: #2b424d;
}
.hover\:fill-superorange:hover {
  fill: #db6412;
}
.hover\:text-superorange:hover {
  --tw-text-opacity: 1;
  color: rgb(219 100 18 / var(--tw-text-opacity, 1));
}
.activated\:pointer-events-auto[activated] {
  pointer-events: auto;
}
.activated\:opacity-100[activated] {
  opacity: 1;
}
[group-activated] .group-activated\:pointer-events-auto {
  pointer-events: auto;
}
[group-activated] .group-activated\:max-h-96 {
  max-height: 24rem;
}
[group-activated] .group-activated\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
[group-activated] .group-activated\:py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
[group-activated] .group-activated\:text-superorange {
  --tw-text-opacity: 1;
  color: rgb(219 100 18 / var(--tw-text-opacity, 1));
}
[group-activated] .group-activated\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {
  .sm\:-ml-32 {
    margin-left: -8rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:w-\[80\%\] {
    width: 80%;
  }
  .sm\:max-w-2xl {
    max-width: 42rem;
  }
  .sm\:max-w-3xl {
    max-width: 48rem;
  }
  .sm\:max-w-4xl {
    max-width: 56rem;
  }
  .sm\:max-w-5xl {
    max-width: 64rem;
  }
  .sm\:max-w-6xl {
    max-width: 72rem;
  }
  .sm\:max-w-7xl {
    max-width: 80rem;
  }
  .sm\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .sm\:max-w-lg {
    max-width: 32rem;
  }
  .sm\:max-w-md {
    max-width: 28rem;
  }
  .sm\:max-w-sm {
    max-width: 24rem;
  }
  .sm\:max-w-xl {
    max-width: 36rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-\[1fr_1fr_2fr\] {
    grid-template-columns: 1fr 1fr 2fr;
  }
  .sm\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }
  .sm\:grid-cols-\[1fr_2fr_1fr\] {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .sm\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }
  .sm\:grid-cols-\[2fr_1fr_1fr\] {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:text-16px {
    font-size: 1rem;
  }
  @supports (aspect-ratio: 1 / 1) {
    .sm\:aspect-auto {
      aspect-ratio: auto;
    }
  }
  @supports not (aspect-ratio: 1 / 1) {
    .sm\:aspect-auto::before {
      content: "";
      float: left;
      padding-top: calc(100% / (auto));
    }
    .sm\:aspect-auto::after {
      clear: left;
      content: "";
      display: block;
    }
  }
  @supports (aspect-ratio: 1 / 1) {
    .sm\:aspect-square {
      aspect-ratio: 1 / 1;
    }
  }
  @supports not (aspect-ratio: 1 / 1) {
    .sm\:aspect-square::before {
      content: "";
      float: left;
      padding-top: calc(100% / (1 / 1));
    }
    .sm\:aspect-square::after {
      clear: left;
      content: "";
      display: block;
    }
  }
}
@media (min-width: 768px) {
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:mb-40 {
    margin-bottom: 10rem;
  }
  .md\:mt-32 {
    margin-top: 8rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:max-h-none {
    max-height: none;
  }
  .md\:min-h-\[360px\] {
    min-height: 360px;
  }
  .md\:w-72 {
    width: 18rem;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:w-fit {
    width: fit-content;
  }
  .md\:max-w-2xl {
    max-width: 42rem;
  }
  .md\:max-w-3xl {
    max-width: 48rem;
  }
  .md\:max-w-4xl {
    max-width: 56rem;
  }
  .md\:max-w-5xl {
    max-width: 64rem;
  }
  .md\:max-w-6xl {
    max-width: 72rem;
  }
  .md\:max-w-7xl {
    max-width: 80rem;
  }
  .md\:max-w-\[400px\] {
    max-width: 400px;
  }
  .md\:max-w-\[540px\] {
    max-width: 540px;
  }
  .md\:max-w-lg {
    max-width: 32rem;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:max-w-sm {
    max-width: 24rem;
  }
  .md\:max-w-xl {
    max-width: 36rem;
  }
  .md\:columns-2 {
    columns: 2;
  }
  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-\[1fr_420px\] {
    grid-template-columns: 1fr 420px;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:pb-36 {
    padding-bottom: 9rem;
  }
  .md\:pt-28 {
    padding-top: 7rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-32px {
    font-size: 2rem;
  }
  .md\:text-48px {
    font-size: 3rem;
  }
  .md\:text-64px {
    font-size: 4rem;
  }
  @supports (aspect-ratio: 1 / 1) {
    .md\:aspect-auto {
      aspect-ratio: auto;
    }
  }
  @supports not (aspect-ratio: 1 / 1) {
    .md\:aspect-auto::before {
      content: "";
      float: left;
      padding-top: calc(100% / (auto));
    }
    .md\:aspect-auto::after {
      clear: left;
      content: "";
      display: block;
    }
  }
}
@media (min-width: 1024px) {
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:max-h-\[540px\] {
    max-height: 540px;
  }
  .lg\:min-h-\[60vh\] {
    min-height: 60vh;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:max-w-2xl {
    max-width: 42rem;
  }
  .lg\:max-w-3xl {
    max-width: 48rem;
  }
  .lg\:max-w-4xl {
    max-width: 56rem;
  }
  .lg\:max-w-5xl {
    max-width: 64rem;
  }
  .lg\:max-w-6xl {
    max-width: 72rem;
  }
  .lg\:max-w-7xl {
    max-width: 80rem;
  }
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:max-w-md {
    max-width: 28rem;
  }
  .lg\:max-w-sm {
    max-width: 24rem;
  }
  .lg\:max-w-xl {
    max-width: 36rem;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:text-32px {
    font-size: 2rem;
  }
  .lg\:text-40px {
    font-size: 2.5rem;
  }
  .lg\:text-64px {
    font-size: 4rem;
  }
  .lg\:text-80px {
    font-size: 5rem;
  }
  @supports (aspect-ratio: 1 / 1) {
    .lg\:aspect-auto {
      aspect-ratio: auto;
    }
  }
  @supports not (aspect-ratio: 1 / 1) {
    .lg\:aspect-auto::before {
      content: "";
      float: left;
      padding-top: calc(100% / (auto));
    }
    .lg\:aspect-auto::after {
      clear: left;
      content: "";
      display: block;
    }
  }
}
@media (min-width: 1352px) {
  .xl\:-ml-40 {
    margin-left: -10rem;
  }
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:w-\[85\%\] {
    width: 85%;
  }
  .xl\:max-w-2xl {
    max-width: 42rem;
  }
  .xl\:max-w-3xl {
    max-width: 48rem;
  }
  .xl\:max-w-4xl {
    max-width: 56rem;
  }
  .xl\:max-w-5xl {
    max-width: 64rem;
  }
  .xl\:max-w-6xl {
    max-width: 72rem;
  }
  .xl\:max-w-7xl {
    max-width: 80rem;
  }
  .xl\:max-w-\[960px\] {
    max-width: 960px;
  }
  .xl\:max-w-lg {
    max-width: 32rem;
  }
  .xl\:max-w-md {
    max-width: 28rem;
  }
  .xl\:max-w-sm {
    max-width: 24rem;
  }
  .xl\:max-w-xl {
    max-width: 36rem;
  }
  .xl\:text-40px {
    font-size: 2.5rem;
  }
  .xl\:text-80px {
    font-size: 5rem;
  }
  .xl\:text-\[110px\] {
    font-size: 110px;
  }
}
