/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
/*!
Theme Name: CargoPress
Theme URI: https://underscoretw.com/
Author: Cargo Creative
Author URI: https://www.cargocreative.co.uk/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cargopress
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CargoPress is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-900: oklch(21% 0.034 264.665);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --radius-lg: 0.5rem;
  --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --aspect-video: 16 / 9;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-primary: var(--wp--preset--color--primary);
}
[data-pt='small'] {
  padding-top: clamp(25px, 10vw, 50px);
}
[data-pt='medium'] {
  padding-top: clamp(50px, 10vw, 100px);
}
[data-pt='large'] {
  padding-top: clamp(100px, 10vw, 150px);
}
[data-pb='small'] {
  padding-bottom: clamp(25px, 10vw, 50px);
}
[data-pb='medium'] {
  padding-bottom: clamp(50px, 10vw, 100px);
}
[data-pb='large'] {
  padding-bottom: clamp(100px, 10vw, 150px);
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
* {
  box-sizing: border-box;
  font-family: "Helvetica", sans-serif;
}
html :where(.editor-styles-wrapper) {
  font-family: var(--font-sans);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.block-editor-block-list__block {
  margin-block: 40px !important;
}
.cwrap {
  margin-top: calc(var(--spacing) * 0);
  margin-right: auto;
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: auto;
  max-width: 1510px;
  padding-top: calc(var(--spacing) * 0);
  padding-right: 20px;
  padding-bottom: calc(var(--spacing) * 0);
  padding-left: 20px;
}
.cwrap-alt {
  margin-top: calc(var(--spacing) * 0);
  margin-right: auto;
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: auto;
  max-width: 1630px;
  padding-inline: 9px;
  padding-top: calc(var(--spacing) * 0);
  padding-bottom: calc(var(--spacing) * 0);
  @media (width >= 40rem) {
    padding-inline: 20px;
  }
}
.cwrap-listing {
  margin-top: calc(var(--spacing) * 0);
  margin-right: auto;
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: auto;
  max-width: 1048px;
  padding-top: calc(var(--spacing) * 0);
  padding-right: 20px;
  padding-bottom: calc(var(--spacing) * 0);
  padding-left: 20px;
}
.swiper-pagination-bullet {
  border-radius: 2px !important;
  background-color: var(--color-white) !important;
  opacity: 50%;
  @media (width >= 64rem) {
    opacity: 100% !important;
  }
}
.swiper-pagination-bullet-active {
  background-color: var(--color-white) !important;
  @media (width >= 64rem) {
    background-color: #169B62 !important;
  }
}
.timeline__image [data-svg=true] {
  object-fit: contain;
}
.timeline__image:has(> [data-svg=true]) {
  padding-inline: 20px;
}
.burger-menu.active {
  &::before {
    content: var(--tw-content);
    --tw-translate-y: 9px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::before {
    content: var(--tw-content);
    rotate: 135deg;
  }
  &::after {
    content: var(--tw-content);
    --tw-translate-y: calc(9px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  &::after {
    content: var(--tw-content);
    rotate: calc(135deg * -1);
  }
}
.burger-menu.active div {
  --tw-scale-x: 0%;
  --tw-scale-y: 0%;
  --tw-scale-z: 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.mobile-menu-item__wrapper {
  transition: min-height 0.4s ease-in-out;
}
.breadcrumbs a {
  text-decoration-line: none;
  &:hover {
    color: #169B62;
  }
}
.wysiwyg {
  * {
    &:not(:last-child) {
      margin-bottom: 22px;
    }
    @media (width >= 64rem) {
      &:not(:last-child) {
        margin-bottom: 24px;
      }
    }
  }
  h3 {
    font-size: 24px;
    --tw-leading: 1.16em;
    line-height: 1.16em;
    color: #169B62;
  }
  h4 {
    font-size: 18px;
    --tw-leading: 1.33em;
    line-height: 1.33em;
    color: #169B62;
  }
  p {
    font-size: 16px;
    --tw-leading: 22px;
    line-height: 22px;
    color: #333F48;
    @media (width >= 64rem) {
      font-size: 18px;
    }
    @media (width >= 64rem) {
      --tw-leading: 25px;
      line-height: 25px;
    }
    strong {
      --tw-font-weight: var(--font-weight-medium) !important;
      font-weight: var(--font-weight-medium) !important;
    }
  }
  a {
    color: #169B62;
    &:hover {
      text-decoration-line: none;
    }
  }
  ul {
    margin-left: 20px;
    list-style-position: outside;
    list-style-type: disc;
    li {
      margin-bottom: 10px !important;
      padding-left: 5px;
      &::marker {
        color: #169B62;
      }
    }
  }
  ol {
    list-style-position: outside;
    list-style-type: none;
    li {
      margin-bottom: 10px !important;
      counter-increment: custom;
      &::before {
        content: counter(custom) " ";
        margin-right: 10px;
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
      }
      &:first-child {
        counter-reset: custom;
      }
    }
  }
}
.loader {
  margin-block: 30px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.loader__dot {
  margin-inline: 2px;
  display: block;
  height: 8px;
  width: 8px;
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  animation: bounce-fade 1s infinite ease-in-out;
  border-radius: 8px;
  background-color: #169B62;
  opacity: 100%;
}
.loader__dot:nth-child(1) {
  animation-delay: 0.25s;
}
.loader__dot:nth-child(2) {
  animation-delay: 0.5s;
}
.loader__dot:nth-child(3) {
  animation-delay: 0.75s;
}
.contact-form [data-theme='dark'] label {
  color: var(--color-white);
}
.wpcf7-form p {
  margin-block: calc(var(--spacing) * 0) !important;
  label {
    color: #333F48;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.wpcf7-form {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  .required-fields-legend {
    color: #717C7D;
  }
}
.wpcf7-form .full {
  grid-column: span 2 / span 2;
}
.wpcf7-form .half {
  @media (width < 40rem) {
    grid-column: span 2 / span 2;
  }
}
.wpcf7-form-control {
  width: 100%;
  border-radius: 2px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #DEDEDE;
  background-color: var(--color-white);
  padding-inline: 15px;
  padding-block: 11px;
}
.wpcf7-form-control.wpcf7-textarea {
  max-height: 135px;
}
.wpcf7-form.spam .wpcf7-response-output, .wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.aborted .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output {
  border-color: #dc3232 !important;
  color: #dc3232;
}
.wpcf7-form.sent .wpcf7-response-output {
  border-color: #169B62 !important;
  color: #169B62;
}
.wpcf7-response-output {
  grid-column: span 2 / span 2;
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  padding-block: 11px !important;
  text-align: center;
}
.wpcf7-submit {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  border-radius: 2px;
  background-color: #169B62;
  color: var(--color-white);
  --tw-duration: 500ms;
  transition-duration: 500ms;
  &:hover {
    @media (hover: hover) {
      background-color: #248B5F;
    }
  }
  .icon {
    height: 100%;
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #248B5F;
    padding: 5px;
    svg {
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
  &:hover {
    .icon svg {
      rotate: calc(45deg * -1);
    }
  }
  .text {
    padding-inline: 20px;
    padding-block: 5px;
  }
}
.projects form, .updates form {
  scrollbar-width: thin;
  scrollbar-color: #248B5F #FFF;
  scroll-padding-bottom: 200px;
}
@keyframes bounce-fade {
  0%,	100% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.4;
    transform: translateY(-10px);
  }
  90% {
    opacity: 0.2;
    transform: translateY(-5px);
  }
}
@keyframes progress-bar-grow {
  0% {
    height: 0%;
    opacity: 1;
  }
  75% {
    height: 100%;
  }
  80% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes progress-bar-grow-single {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
h1 {
  font-size: 70px;
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
  transform: translate3d(0px,0,0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.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 {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset,10px);
  right: auto;
}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto;
}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0px,-50%,0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0;
}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset,1%);
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size,4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left,auto);
  right: var(--swiper-scrollbar-right,4px);
  top: var(--swiper-scrollbar-sides-offset,1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size,4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius: var(--swiper-scrollbar-border-radius,10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.\!fixed {
  position: fixed !important;
}
.\!relative {
  position: relative !important;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-\[-38px\] {
  top: -38px;
}
.top-\[45px\] {
  top: 45px;
}
.top-\[50\%\] {
  top: 50%;
}
.\!right-\[11px\] {
  right: 11px !important;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[10px\] {
  right: 10px;
}
.\!bottom-\[16px\] {
  bottom: 16px !important;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-\[10px\] {
  bottom: 10px;
}
.-left-\[800px\] {
  left: calc(800px * -1);
}
.left-\[20px\] {
  left: 20px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[clamp\(15px\,2\.5vw\,62px\)\] {
  left: clamp(15px, 2.5vw, 62px);
}
.left-\[unset_\!important\] {
  left: unset !important;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-10 {
  z-index: 10;
}
.z-100 {
  z-index: 100;
}
.z-101 {
  z-index: 101;
}
.z-1000 {
  z-index: 1000;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.-mx-\[44px\] {
  margin-inline: calc(44px * -1);
}
.mx-\[5px\] {
  margin-inline: 5px;
}
.mx-auto {
  margin-inline: auto;
}
.\!my-0 {
  margin-block: calc(var(--spacing) * 0) !important;
}
.my-0 {
  margin-block: calc(var(--spacing) * 0);
}
.my-\[7px\] {
  margin-block: 7px;
}
.my-\[12px\] {
  margin-block: 12px;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
  :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
  }
  :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }
  :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1;
    margin-top: 3em;
    margin-bottom: 3em;
    border-bottom: none;
  }
  :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
    border-left-style: solid;
  }
  :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
  }
  :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
  }
  :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }
  :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }
  :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
  }
  :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
  }
  :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
  }
  :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
  }
  :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
  }
  :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
  :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-body);
    font-style: normal;
    font-weight: 400;
  }
  :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "\2014";
  }
  :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    table-layout: fixed;
    width: 100%;
  }
}
.\!mt-0 {
  margin-top: calc(var(--spacing) * 0) !important;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[55px\] {
  margin-top: 55px;
}
.mt-auto {
  margin-top: auto;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[clamp\(10px\,1vw\,20px\)\] {
  margin-right: clamp(10px, 1vw, 20px);
}
.\!mb-\[10px\] {
  margin-bottom: 10px !important;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[clamp\(10px\,1vw\,20px\)\] {
  margin-bottom: clamp(10px, 1vw, 20px);
}
.mb-\[clamp\(50px\,5vw\,75px\)\] {
  margin-bottom: clamp(50px, 5vw, 75px);
}
.-ml-\[1px\] {
  margin-left: calc(1px * -1);
}
.-ml-\[140px\] {
  margin-left: calc(140px * -1);
}
.\!flex {
  display: flex !important;
}
.\!grid {
  display: grid !important;
}
.\!hidden {
  display: none !important;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.aspect-\[494\/335\] {
  aspect-ratio: 494/335;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.\!h-\[3px\] {
  height: 3px !important;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: calc(var(--spacing) * 0);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[125px\] {
  height: 125px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[469px\] {
  height: 469px;
}
.h-\[clamp\(190px\,30vw\,335px\)\] {
  height: clamp(190px, 30vw, 335px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[490px\] {
  max-height: 490px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.\!w-fit {
  width: fit-content !important;
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-\[3px\] {
  width: 3px;
}
.w-\[12\.5rem\] {
  width: 12.5rem;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[auto_\!important\] {
  width: auto !important;
}
.w-\[calc\(100\%-30px\)\] {
  width: calc(100% - 30px);
}
.w-\[clamp\(80\%\,5vw\,100\%\)\] {
  width: clamp(80%, 5vw, 100%);
}
.w-\[clamp\(80\%\,10vw\,20\%\)\] {
  width: clamp(80%, 10vw, 20%);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.\!max-w-\[clamp\(130px\,7\.5vw\,194px\)\] {
  max-width: clamp(130px, 7.5vw, 194px) !important;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[1640px\] {
  max-width: 1640px;
}
.max-w-none {
  max-width: none;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.shrink-0 {
  flex-shrink: 0;
}
.translate-\[-50\%\] {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-\[35px\] {
  --tw-translate-x: calc(35px * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-\[350px\] {
  --tw-translate-x: calc(350px * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[calc\(-50\%-4px\)\] {
  --tw-translate-x: calc(-50% - 4px);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-0 {
  --tw-scale-x: 0%;
  --tw-scale-y: 0%;
  --tw-scale-z: 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-125 {
  --tw-scale-x: 125%;
  --tw-scale-y: 125%;
  --tw-scale-z: 125%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-45 {
  rotate: 45deg;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.columns-1 {
  columns: 1;
}
.columns-2 {
  columns: 2;
}
.\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-\[\.625rem\] {
  gap: .625rem;
}
.gap-\[\.3125rem\] {
  gap: .3125rem;
}
.gap-\[1\.5625rem\] {
  gap: 1.5625rem;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[clamp\(10px\,1vw\,25px\)\] {
  gap: clamp(10px, 1vw, 25px);
}
.gap-\[clamp\(20px\,2vw\,40px\)\] {
  gap: clamp(20px, 2vw, 40px);
}
.gap-\[clamp\(20px\,3vw\,42px\)\] {
  gap: clamp(20px, 3vw, 42px);
}
.gap-\[clamp\(20px\,10vw\,40px\)\] {
  gap: clamp(20px, 10vw, 40px);
}
.gap-x-\[20px\] {
  column-gap: 20px;
}
.gap-x-\[40px\] {
  column-gap: 40px;
}
.gap-y-\[60px\] {
  row-gap: 60px;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.\!rounded-none {
  border-radius: 0 !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[\.3125rem\] {
  border-radius: .3125rem;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-l-\[\.3125rem\] {
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}
.rounded-l-\[5px\] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-r-\[5px\] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rounded-tr-\[2px\] {
  border-top-right-radius: 2px;
}
.rounded-br-\[2px\] {
  border-bottom-right-radius: 2px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-1 {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[1px\] {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t-\[1px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-r-\[1px\] {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-\[\#333F48\] {
  border-color: #333F48;
}
.border-\[\#DEDEDE\] {
  border-color: #DEDEDE;
}
.border-white {
  border-color: var(--color-white);
}
.border-b-\[\#DEDEDE\] {
  border-bottom-color: #DEDEDE;
}
.bg-\[\#1E9160\] {
  background-color: #1E9160;
}
.bg-\[\#169B62\] {
  background-color: #169B62;
}
.bg-\[\#248B5F\] {
  background-color: #248B5F;
}
.bg-\[\#333F48\] {
  background-color: #333F48;
}
.bg-\[\#333F4833\] {
  background-color: #333F4833;
}
.bg-\[\#717C7D\] {
  background-color: #717C7D;
}
.bg-\[\#101820\] {
  background-color: #101820;
}
.bg-\[\#DEDEDE\] {
  background-color: #DEDEDE;
}
.bg-\[\#F9F9F9\] {
  background-color: #F9F9F9;
}
.bg-black {
  background-color: var(--color-black);
}
.bg-gray-900 {
  background-color: var(--color-gray-900);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-\[linear-gradient\(180deg\,transparent_55\.34\%\,rgba\(0\,0\,0\,0\.50\)_100\%\)\] {
  background-image: linear-gradient(180deg,transparent 55.34%,rgba(0,0,0,0.50) 100%);
}
.bg-\[url\(\/wp-content\/themes\/cargopress\/theme\/images\/svgs\/background-arrow\.svg\)\] {
  background-image: url(/wp-content/themes/cargopress/theme/images/svgs/background-arrow.svg);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[9px\] {
  padding: 9px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-\[8px\] {
  padding-inline: 8px;
}
.px-\[9px\] {
  padding-inline: 9px;
}
.px-\[10px\] {
  padding-inline: 10px;
}
.px-\[15px\] {
  padding-inline: 15px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[23px\] {
  padding-inline: 23px;
}
.px-\[26px\] {
  padding-inline: 26px;
}
.px-\[50px\] {
  padding-inline: 50px;
}
.px-\[clamp\(9px\,2vw\,50px\)\] {
  padding-inline: clamp(9px, 2vw, 50px);
}
.px-\[clamp\(15px\,5vw\,50px\)\] {
  padding-inline: clamp(15px, 5vw, 50px);
}
.px-\[clamp\(20px\,2\.5vw\,50px\)\] {
  padding-inline: clamp(20px, 2.5vw, 50px);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-\[5px\] {
  padding-block: 5px;
}
.py-\[10px\] {
  padding-block: 10px;
}
.py-\[15px\] {
  padding-block: 15px;
}
.py-\[22px\] {
  padding-block: 22px;
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[50px\] {
  padding-block: 50px;
}
.py-\[clamp\(3\.125rem\,5vw\,5\.3125rem\)\] {
  padding-block: clamp(3.125rem, 5vw, 5.3125rem);
}
.py-\[clamp\(17px\,2vw\,35px\)\] {
  padding-block: clamp(17px, 2vw, 35px);
}
.py-\[clamp\(30px\,5vw\,50px\)\] {
  padding-block: clamp(30px, 5vw, 50px);
}
.py-\[clamp\(50px\,5vw\,85px\)\] {
  padding-block: clamp(50px, 5vw, 85px);
}
.py-\[clamp\(50px\,5vw\,100px\)\] {
  padding-block: clamp(50px, 5vw, 100px);
}
.py-\[clamp\(50px\,10vw\,80px\)\] {
  padding-block: clamp(50px, 10vw, 80px);
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[61px\] {
  padding-top: 61px;
}
.pt-\[127px\] {
  padding-top: 127px;
}
.pt-\[130px\] {
  padding-top: 130px;
}
.pt-\[150px\] {
  padding-top: 150px;
}
.pt-\[clamp\(30px\,4vw\,100px\)\] {
  padding-top: clamp(30px, 4vw, 100px);
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[21px\] {
  padding-right: 21px;
}
.pr-\[80px\] {
  padding-right: 80px;
}
.pb-0 {
  padding-bottom: calc(var(--spacing) * 0);
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[55px\] {
  padding-bottom: 55px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[clamp\(20px\,4vw\,80px\)\] {
  padding-bottom: clamp(20px, 4vw, 80px);
}
.pb-\[clamp\(30px\,7vw\,120px\)\] {
  padding-bottom: clamp(30px, 7vw, 120px);
}
.pb-\[clamp\(50px\,10vw\,100px\)\] {
  padding-bottom: clamp(50px, 10vw, 100px);
}
.pl-0 {
  padding-left: calc(var(--spacing) * 0);
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-\[clamp\(1\.875rem\,2\.5vw\,3\.25rem\)\] {
  font-size: clamp(1.875rem, 2.5vw, 3.25rem);
}
.text-\[clamp\(18px\,1vw\,24px\)\] {
  font-size: clamp(18px, 1vw, 24px);
}
.text-\[clamp\(18px\,5vw\,24px\)\] {
  font-size: clamp(18px, 5vw, 24px);
}
.text-\[clamp\(22px\,2\.5vw\,32px\)\] {
  font-size: clamp(22px, 2.5vw, 32px);
}
.text-\[clamp\(22px\,2vw\,32px\)\] {
  font-size: clamp(22px, 2vw, 32px);
}
.text-\[clamp\(28px\,4vw\,64px\)\] {
  font-size: clamp(28px, 4vw, 64px);
}
.text-\[clamp\(30px\,2\.5vw\,52px\)\] {
  font-size: clamp(30px, 2.5vw, 52px);
}
.text-\[clamp\(70px\,10vw\,104px\)\] {
  font-size: clamp(70px, 10vw, 104px);
}
.leading-\[1\.1em\] {
  --tw-leading: 1.1em;
  line-height: 1.1em;
}
.leading-\[1\.03em\] {
  --tw-leading: 1.03em;
  line-height: 1.03em;
}
.leading-\[1\.17em\] {
  --tw-leading: 1.17em;
  line-height: 1.17em;
}
.leading-\[1\.5625rem\] {
  --tw-leading: 1.5625rem;
  line-height: 1.5625rem;
}
.leading-\[1em\] {
  --tw-leading: 1em;
  line-height: 1em;
}
.leading-\[2\.1875rem\] {
  --tw-leading: 2.1875rem;
  line-height: 2.1875rem;
}
.leading-\[24px\] {
  --tw-leading: 24px;
  line-height: 24px;
}
.leading-\[25px\] {
  --tw-leading: 25px;
  line-height: 25px;
}
.leading-\[28px\] {
  --tw-leading: 28px;
  line-height: 28px;
}
.leading-\[36px\] {
  --tw-leading: 36px;
  line-height: 36px;
}
.leading-\[37\.5px\] {
  --tw-leading: 37.5px;
  line-height: 37.5px;
}
.leading-\[clamp\(24px\,5vw\,28px\)\] {
  --tw-leading: clamp(24px, 5vw, 28px);
  line-height: clamp(24px, 5vw, 28px);
}
.leading-\[clamp\(26px\,2vw\,37\.5px\)\] {
  --tw-leading: clamp(26px, 2vw, 37.5px);
  line-height: clamp(26px, 2vw, 37.5px);
}
.leading-\[clamp\(28px\,5vw\,37\.5px\)\] {
  --tw-leading: clamp(28px, 5vw, 37.5px);
  line-height: clamp(28px, 5vw, 37.5px);
}
.leading-\[clamp\(36px\,4vw\,58px\)\] {
  --tw-leading: clamp(36px, 4vw, 58px);
  line-height: clamp(36px, 4vw, 58px);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.tracking-\[-0\.015em\] {
  --tw-tracking: -0.015em;
  letter-spacing: -0.015em;
}
.tracking-\[-0\.22px\] {
  --tw-tracking: -0.22px;
  letter-spacing: -0.22px;
}
.tracking-\[-0\.45px\] {
  --tw-tracking: -0.45px;
  letter-spacing: -0.45px;
}
.tracking-\[-0\.52px\] {
  --tw-tracking: -0.52px;
  letter-spacing: -0.52px;
}
.tracking-\[clamp\(-0\.22px\,5vw\.-0\.32px\)\] {
  --tw-tracking: clamp(-0.22px, 5vw. - 0.32px);
  letter-spacing: clamp(-0.22px, 5vw. - 0.32px);
}
.text-nowrap {
  text-wrap: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#169B62\] {
  color: #169B62;
}
.text-\[\#333F48\] {
  color: #333F48;
}
.text-\[\#717C7D\] {
  color: #717C7D;
}
.text-\[\#101820\] {
  color: #101820;
}
.text-\[\#FEDD00\] {
  color: #FEDD00;
}
.text-black {
  color: var(--color-black);
}
.text-white {
  color: var(--color-white);
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xs {
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.drop-shadow {
  --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.drop-shadow-lg {
  --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
  --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.duration-700 {
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.\!ease-linear {
  --tw-ease: linear !important;
  transition-timing-function: linear !important;
}
.ease-in {
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
.backface-hidden {
  backface-visibility: hidden;
}
.group-hover\:visible {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\:z-1000 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      z-index: 1000;
    }
  }
}
.group-hover\:-translate-x-\[250px\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-translate-x: calc(250px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.group-hover\:scale-110 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:-rotate-45 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      rotate: calc(45deg * -1);
    }
  }
}
.group-hover\:rotate-0 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      rotate: 0deg;
    }
  }
}
.group-hover\:rotate-45 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      rotate: 45deg;
    }
  }
}
.group-hover\:rotate-x-180 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-rotate-x: rotateX(180deg);
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
}
.group-hover\:bg-\[\#169B62\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      background-color: #169B62;
    }
  }
}
.group-hover\:text-\[\#169B62\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: #169B62;
    }
  }
}
.group-hover\:text-white {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/btn\:-rotate-90 {
  &:is(:where(.group\/btn):hover *) {
    @media (hover: hover) {
      rotate: calc(90deg * -1);
    }
  }
}
.group-hover\/slide\:text-\[\#205C40\] {
  &:is(:where(.group\/slide):hover *) {
    @media (hover: hover) {
      color: #205C40;
    }
  }
}
.group-data-\[active\=true\]\:visible {
  &:is(:where(.group)[data-active="true"] *) {
    visibility: visible;
  }
}
.group-data-\[active\=true\]\:z-1000 {
  &:is(:where(.group)[data-active="true"] *) {
    z-index: 1000;
  }
}
.group-data-\[active\=true\]\:rotate-x-180 {
  &:is(:where(.group)[data-active="true"] *) {
    --tw-rotate-x: rotateX(180deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
.group-data-\[active\=true\]\:py-\[15px\] {
  &:is(:where(.group)[data-active="true"] *) {
    padding-block: 15px;
  }
}
.group-data-\[active\=true\]\:opacity-100 {
  &:is(:where(.group)[data-active="true"] *) {
    opacity: 100%;
  }
}
.group-data-\[active\=true\]\/item\:-rotate-90 {
  &:is(:where(.group\/item)[data-active="true"] *) {
    rotate: calc(90deg * -1);
  }
}
.group-data-\[homepage\=false\]\/nav-container\:opacity-100 {
  &:is(:where(.group\/nav-container)[data-homepage="false"] *) {
    opacity: 100%;
  }
}
.group-data-\[open\=false\]\:invisible {
  &:is(:where(.group)[data-open="false"] *) {
    visibility: hidden;
  }
}
.group-data-\[open\=false\]\:max-h-0 {
  &:is(:where(.group)[data-open="false"] *) {
    max-height: calc(var(--spacing) * 0);
  }
}
.group-data-\[open\=false\]\:py-0 {
  &:is(:where(.group)[data-open="false"] *) {
    padding-block: calc(var(--spacing) * 0);
  }
}
.group-data-\[open\=false\]\:opacity-0 {
  &:is(:where(.group)[data-open="false"] *) {
    opacity: 0%;
  }
}
.group-data-\[open\=true\]\:-rotate-180 {
  &:is(:where(.group)[data-open="true"] *) {
    rotate: calc(180deg * -1);
  }
}
.group-data-\[open\=true\]\:bg-\[\#169B62_\!important\] {
  &:is(:where(.group)[data-open="true"] *) {
    background-color: #169B62 !important;
  }
}
.group-data-\[open\=true\]\:text-\[white_\!important\] {
  &:is(:where(.group)[data-open="true"] *) {
    color: white !important;
  }
}
.group-data-\[theme\=dark\]\:text-\[\#fff\] {
  &:is(:where(.group)[data-theme="dark"] *) {
    color: #fff;
  }
}
.group-data-\[theme\=dark\]\:text-white {
  &:is(:where(.group)[data-theme="dark"] *) {
    color: var(--color-white);
  }
}
.group-data-\[theme\=light\]\:text-\[\#333F48\] {
  &:is(:where(.group)[data-theme="light"] *) {
    color: #333F48;
  }
}
.group-data-\[theme\=light\]\:text-\[\#101820\] {
  &:is(:where(.group)[data-theme="light"] *) {
    color: #101820;
  }
}
.group-\[\.link\:hover\]\:rotate-0 {
  &:is(:where(.group):is(.link:hover) *) {
    rotate: 0deg;
  }
}
.group-\[\.subnav-link\:hover\]\:opacity-100 {
  &:is(:where(.group):is(.subnav-link:hover) *) {
    opacity: 100%;
  }
}
.group-\[\.swiper-slide-thumb-active\]\:translate-x-0 {
  &:is(:where(.group):is(.swiper-slide-thumb-active) *) {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-\[\.swiper-slide-thumb-active\]\:opacity-100 {
  &:is(:where(.group):is(.swiper-slide-thumb-active) *) {
    opacity: 100%;
  }
}
.group-\[\.swiper-slide-thumb-active\]\/slide\:scale-100 {
  &:is(:where(.group\/slide):is(.swiper-slide-thumb-active) *) {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.group-\[\.swiper-slide-thumb-active\]\/slide\:text-\[\#205C40\] {
  &:is(:where(.group\/slide):is(.swiper-slide-thumb-active) *) {
    color: #205C40;
  }
}
.peer-checked\:border-\[\#169B62\] {
  &:is(:where(.peer):checked ~ *) {
    border-color: #169B62;
  }
}
.peer-checked\:bg-\[\#169B62\] {
  &:is(:where(.peer):checked ~ *) {
    background-color: #169B62;
  }
}
.peer-checked\:text-white {
  &:is(:where(.peer):checked ~ *) {
    color: var(--color-white);
  }
}
.before\:my-\[7px\] {
  &::before {
    content: var(--tw-content);
    margin-block: 7px;
  }
}
.before\:block {
  &::before {
    content: var(--tw-content);
    display: block;
  }
}
.before\:h-\[2px\] {
  &::before {
    content: var(--tw-content);
    height: 2px;
  }
}
.before\:bg-white {
  &::before {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
}
.before\:duration-500 {
  &::before {
    content: var(--tw-content);
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
}
.before\:content-\[\'\'\] {
  &::before {
    content: var(--tw-content);
    --tw-content: '';
    content: var(--tw-content);
  }
}
.after\:my-\[7px\] {
  &::after {
    content: var(--tw-content);
    margin-block: 7px;
  }
}
.after\:block {
  &::after {
    content: var(--tw-content);
    display: block;
  }
}
.after\:h-\[2px\] {
  &::after {
    content: var(--tw-content);
    height: 2px;
  }
}
.after\:bg-white {
  &::after {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
}
.after\:duration-500 {
  &::after {
    content: var(--tw-content);
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
}
.after\:content-\[\'\'\] {
  &::after {
    content: var(--tw-content);
    --tw-content: '';
    content: var(--tw-content);
  }
}
.last\:mb-\[30px\] {
  &:last-child {
    margin-bottom: 30px;
  }
}
.hover\:cursor-pointer {
  &:hover {
    @media (hover: hover) {
      cursor: pointer;
    }
  }
}
.hover\:bg-\[\#169B62\] {
  &:hover {
    @media (hover: hover) {
      background-color: #169B62;
    }
  }
}
.hover\:bg-\[\#169B62_\!important\] {
  &:hover {
    @media (hover: hover) {
      background-color: #169B62 !important;
    }
  }
}
.hover\:bg-\[\#248B5F\] {
  &:hover {
    @media (hover: hover) {
      background-color: #248B5F;
    }
  }
}
.hover\:text-\[\#169B62\] {
  &:hover {
    @media (hover: hover) {
      color: #169B62;
    }
  }
}
.hover\:text-\[\#FEDD00\] {
  &:hover {
    @media (hover: hover) {
      color: #FEDD00;
    }
  }
}
.hover\:text-white {
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.aria-\[disabled\=true\]\:bg-\[\#DEDEDE\] {
  &[aria-disabled="true"] {
    background-color: #DEDEDE;
  }
}
.data-\[active\=false\]\:invisible {
  &[data-active="false"] {
    visibility: hidden;
  }
}
.data-\[active\=false\]\:opacity-0 {
  &[data-active="false"] {
    opacity: 0%;
  }
}
.data-\[animation\=infinite\]\:animate-\[progress-bar-grow_4s_ease-in-out_infinite\] {
  &[data-animation="infinite"] {
    animation: progress-bar-grow 4s ease-in-out infinite;
  }
}
.data-\[animation\=single\]\:animate-\[progress-bar-grow-single_4s_ease-in-out\] {
  &[data-animation="single"] {
    animation: progress-bar-grow-single 4s ease-in-out;
  }
}
.data-\[bg-offwhite\=true\]\:bg-\[\#F9F9F9\] {
  &[data-bg-offwhite="true"] {
    background-color: #F9F9F9;
  }
}
.data-\[bg\=black\]\:bg-\[\#333F48\] {
  &[data-bg="black"] {
    background-color: #333F48;
  }
}
.data-\[bg\=green\]\:bg-\[\#169B62\] {
  &[data-bg="green"] {
    background-color: #169B62;
  }
}
.data-\[hidden\=true\]\:hidden {
  &[data-hidden="true"] {
    display: none;
  }
}
.data-\[size\=lg\]\:leading-\[clamp\(28px\,5vw\,37\.5px\)\] {
  &[data-size="lg"] {
    --tw-leading: clamp(28px, 5vw, 37.5px);
    line-height: clamp(28px, 5vw, 37.5px);
  }
}
.data-\[size\=lg\]\:tracking-\[clamp\(-0\.22px\,5vw\.-0\.32px\)\] {
  &[data-size="lg"] {
    --tw-tracking: clamp(-0.22px, 5vw. - 0.32px);
    letter-spacing: clamp(-0.22px, 5vw. - 0.32px);
  }
}
.data-\[theme\=dark\]\:bg-\[\#333F48\] {
  &[data-theme="dark"] {
    background-color: #333F48;
  }
}
.data-\[theme\=dark\]\:bg-\[\#101820\] {
  &[data-theme="dark"] {
    background-color: #101820;
  }
}
.data-\[theme\=light\]\:bg-\[\#F9F9F9\] {
  &[data-theme="light"] {
    background-color: #F9F9F9;
  }
}
.data-\[theme\=light\]\:text-\[\#fff\] {
  &[data-theme="light"] {
    color: #fff;
  }
}
.max-lg\:mb-\[20px\] {
  @media (width < 64rem) {
    margin-bottom: 20px;
  }
}
.max-lg\:hidden {
  @media (width < 64rem) {
    display: none;
  }
}
.max-lg\:aspect-\[345\/223\] {
  @media (width < 64rem) {
    aspect-ratio: 345/223;
  }
}
.max-lg\:aspect-\[494\/335\] {
  @media (width < 64rem) {
    aspect-ratio: 494/335;
  }
}
.max-lg\:h-\[50vh\] {
  @media (width < 64rem) {
    height: 50vh;
  }
}
.max-lg\:flex-col {
  @media (width < 64rem) {
    flex-direction: column;
  }
}
.max-lg\:justify-center {
  @media (width < 64rem) {
    justify-content: center;
  }
}
.max-lg\:\!gap-\[25px\] {
  @media (width < 64rem) {
    gap: 25px !important;
  }
}
.max-lg\:gap-\[40px\] {
  @media (width < 64rem) {
    gap: 40px;
  }
}
.max-lg\:gap-y-\[40px\] {
  @media (width < 64rem) {
    row-gap: 40px;
  }
}
.max-lg\:border-b-\[1px\] {
  @media (width < 64rem) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
}
.max-lg\:bg-\[\#1E9160\] {
  @media (width < 64rem) {
    background-color: #1E9160;
  }
}
.max-lg\:px-\[5px\] {
  @media (width < 64rem) {
    padding-inline: 5px;
  }
}
.max-lg\:\!pb-\[25px\] {
  @media (width < 64rem) {
    padding-bottom: 25px !important;
  }
}
.max-lg\:text-center {
  @media (width < 64rem) {
    text-align: center;
  }
}
.max-lg\:tracking-\[-0\.22px\] {
  @media (width < 64rem) {
    --tw-tracking: -0.22px;
    letter-spacing: -0.22px;
  }
}
.data-\[image\=false\]\:max-lg\:hidden {
  &[data-image="false"] {
    @media (width < 64rem) {
      display: none;
    }
  }
}
.max-sm\:h-\[237px\] {
  @media (width < 40rem) {
    height: 237px;
  }
}
.max-sm\:flex-col {
  @media (width < 40rem) {
    flex-direction: column;
  }
}
.max-sm\:gap-\[50px\] {
  @media (width < 40rem) {
    gap: 50px;
  }
}
.min-\[1536px\]\:data-\[editor\=false\]\:\!bg-\[linear-gradient\(90deg\,\#1E9160_0\%\,\#1E9160_33\%\,\#169B62_40\%\)\] {
  @media (width >= 1536px) {
    &[data-editor="false"] {
      background-image: linear-gradient(90deg,#1E9160 0%,#1E9160 33%,#169B62 40%) !important;
    }
  }
}
.min-\[1536px\]\:data-\[editor\=true\]\:\!bg-\[linear-gradient\(90deg\,\#1E9160_0\%\,\#169B62_80\%\)\] {
  @media (width >= 1536px) {
    &[data-editor="true"] {
      background-image: linear-gradient(90deg,#1E9160 0%,#169B62 80%) !important;
    }
  }
}
.sm\:\!grid-cols-2 {
  @media (width >= 40rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.md\:block {
  @media (width >= 48rem) {
    display: block;
  }
}
.md\:max-w-\[350px\] {
  @media (width >= 48rem) {
    max-width: 350px;
  }
}
.md\:px-\[95px\] {
  @media (width >= 48rem) {
    padding-inline: 95px;
  }
}
.md\:py-\[45px\] {
  @media (width >= 48rem) {
    padding-block: 45px;
  }
}
.lg\:invisible {
  @media (width >= 64rem) {
    visibility: hidden;
  }
}
.lg\:absolute {
  @media (width >= 64rem) {
    position: absolute;
  }
}
.lg\:\!top-\[unset\] {
  @media (width >= 64rem) {
    top: unset !important;
  }
}
.lg\:top-0 {
  @media (width >= 64rem) {
    top: calc(var(--spacing) * 0);
  }
}
.lg\:top-auto {
  @media (width >= 64rem) {
    top: auto;
  }
}
.lg\:right-0 {
  @media (width >= 64rem) {
    right: calc(var(--spacing) * 0);
  }
}
.lg\:right-\[20px\] {
  @media (width >= 64rem) {
    right: 20px;
  }
}
.lg\:bottom-0 {
  @media (width >= 64rem) {
    bottom: calc(var(--spacing) * 0);
  }
}
.lg\:left-0 {
  @media (width >= 64rem) {
    left: calc(var(--spacing) * 0);
  }
}
.lg\:mx-0 {
  @media (width >= 64rem) {
    margin-inline: calc(var(--spacing) * 0);
  }
}
.lg\:mt-0 {
  @media (width >= 64rem) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.lg\:mt-\[50px\] {
  @media (width >= 64rem) {
    margin-top: 50px;
  }
}
.lg\:mb-0 {
  @media (width >= 64rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.lg\:mb-\[50px\] {
  @media (width >= 64rem) {
    margin-bottom: 50px;
  }
}
.lg\:mb-\[clamp\(10px\,5vw\,100px\)\] {
  @media (width >= 64rem) {
    margin-bottom: clamp(10px, 5vw, 100px);
  }
}
.lg\:ml-0 {
  @media (width >= 64rem) {
    margin-left: calc(var(--spacing) * 0);
  }
}
.lg\:block {
  @media (width >= 64rem) {
    display: block;
  }
}
.lg\:flex {
  @media (width >= 64rem) {
    display: flex;
  }
}
.lg\:hidden {
  @media (width >= 64rem) {
    display: none;
  }
}
.lg\:h-\[200px\] {
  @media (width >= 64rem) {
    height: 200px;
  }
}
.lg\:h-\[500px\] {
  @media (width >= 64rem) {
    height: 500px;
  }
}
.lg\:h-\[calc\(100vh-40px\)\] {
  @media (width >= 64rem) {
    height: calc(100vh - 40px);
  }
}
.lg\:h-full {
  @media (width >= 64rem) {
    height: 100%;
  }
}
.lg\:max-h-\[900px\] {
  @media (width >= 64rem) {
    max-height: 900px;
  }
}
.lg\:min-h-\[245px\] {
  @media (width >= 64rem) {
    min-height: 245px;
  }
}
.lg\:w-1\/2 {
  @media (width >= 64rem) {
    width: calc(1/2 * 100%);
  }
}
.lg\:w-\[30\%\] {
  @media (width >= 64rem) {
    width: 30%;
  }
}
.lg\:w-\[50\%\] {
  @media (width >= 64rem) {
    width: 50%;
  }
}
.lg\:w-\[70\%\] {
  @media (width >= 64rem) {
    width: 70%;
  }
}
.lg\:w-\[340px\] {
  @media (width >= 64rem) {
    width: 340px;
  }
}
.lg\:w-\[calc\(50\%-47\.5px\)\] {
  @media (width >= 64rem) {
    width: calc(50% - 47.5px);
  }
}
.lg\:w-full {
  @media (width >= 64rem) {
    width: 100%;
  }
}
.lg\:max-w-\[345px\] {
  @media (width >= 64rem) {
    max-width: 345px;
  }
}
.lg\:max-w-\[400px\] {
  @media (width >= 64rem) {
    max-width: 400px;
  }
}
.lg\:max-w-\[500px\] {
  @media (width >= 64rem) {
    max-width: 500px;
  }
}
.lg\:max-w-\[515px\] {
  @media (width >= 64rem) {
    max-width: 515px;
  }
}
.lg\:max-w-\[690px\] {
  @media (width >= 64rem) {
    max-width: 690px;
  }
}
.lg\:max-w-\[calc\(400\%\/1400\*100\)\] {
  @media (width >= 64rem) {
    max-width: calc(400% / 1400 * 100);
  }
}
.lg\:max-w-\[calc\(600\%\/1400\*100\)\] {
  @media (width >= 64rem) {
    max-width: calc(600% / 1400 * 100);
  }
}
.lg\:flex-col {
  @media (width >= 64rem) {
    flex-direction: column;
  }
}
.lg\:flex-row {
  @media (width >= 64rem) {
    flex-direction: row;
  }
}
.lg\:\!items-end {
  @media (width >= 64rem) {
    align-items: flex-end !important;
  }
}
.lg\:justify-between {
  @media (width >= 64rem) {
    justify-content: space-between;
  }
}
.lg\:justify-end {
  @media (width >= 64rem) {
    justify-content: flex-end;
  }
}
.lg\:justify-normal {
  @media (width >= 64rem) {
    justify-content: normal;
  }
}
.lg\:\!gap-\[clamp\(50px\,7\.5vw\,196px\)\] {
  @media (width >= 64rem) {
    gap: clamp(50px, 7.5vw, 196px) !important;
  }
}
.lg\:gap-\[3\.75rem\] {
  @media (width >= 64rem) {
    gap: 3.75rem;
  }
}
.lg\:gap-\[19px\] {
  @media (width >= 64rem) {
    gap: 19px;
  }
}
.lg\:gap-\[20px\] {
  @media (width >= 64rem) {
    gap: 20px;
  }
}
.lg\:gap-\[40px\] {
  @media (width >= 64rem) {
    gap: 40px;
  }
}
.lg\:gap-\[50px\] {
  @media (width >= 64rem) {
    gap: 50px;
  }
}
.lg\:gap-\[clamp\(60px\,7vw\,135px\)\] {
  @media (width >= 64rem) {
    gap: clamp(60px, 7vw, 135px);
  }
}
.lg\:gap-\[clamp\(100px\,12\.5vw\,200px\)\] {
  @media (width >= 64rem) {
    gap: clamp(100px, 12.5vw, 200px);
  }
}
.lg\:gap-\[unset\] {
  @media (width >= 64rem) {
    gap: unset;
  }
}
.lg\:rounded-\[2px\] {
  @media (width >= 64rem) {
    border-radius: 2px;
  }
}
.lg\:rounded-\[5px\] {
  @media (width >= 64rem) {
    border-radius: 5px;
  }
}
.lg\:rounded-l-\[10px\] {
  @media (width >= 64rem) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.lg\:rounded-r-\[10px\] {
  @media (width >= 64rem) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.lg\:border-r-\[1px\] {
  @media (width >= 64rem) {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
.lg\:bg-\[\#F9F9F9\] {
  @media (width >= 64rem) {
    background-color: #F9F9F9;
  }
}
.lg\:bg-\[rgba\(255\,255\,255\,\.3\)\] {
  @media (width >= 64rem) {
    background-color: rgba(255,255,255,.3);
  }
}
.lg\:bg-\[linear-gradient\(90deg\,\#1E9160_0\%\,\#169B62_10\%\)\] {
  @media (width >= 64rem) {
    background-image: linear-gradient(90deg,#1E9160 0%,#169B62 10%);
  }
}
.lg\:bg-\[linear-gradient\(180deg\,rgba\(0\,0\,0\,0\.65\)_0\%\,transparent_30\%\,rgba\(0\,0\,0\,0\.65\)_85\%\)\] {
  @media (width >= 64rem) {
    background-image: linear-gradient(180deg,rgba(0,0,0,0.65) 0%,transparent 30%,rgba(0,0,0,0.65) 85%);
  }
}
.lg\:bg-\[url\(\/wp-content\/themes\/cargopress\/theme\/images\/svgs\/background-arrow-alt\.svg\)\] {
  @media (width >= 64rem) {
    background-image: url(/wp-content/themes/cargopress/theme/images/svgs/background-arrow-alt.svg);
  }
}
.lg\:p-5 {
  @media (width >= 64rem) {
    padding: calc(var(--spacing) * 5);
  }
}
.lg\:p-\[1\.25rem\] {
  @media (width >= 64rem) {
    padding: 1.25rem;
  }
}
.lg\:p-\[20px\] {
  @media (width >= 64rem) {
    padding: 20px;
  }
}
.lg\:px-0 {
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.lg\:px-\[20px\] {
  @media (width >= 64rem) {
    padding-inline: 20px;
  }
}
.lg\:px-\[clamp\(20px\,2\.5vw\,50px\)\] {
  @media (width >= 64rem) {
    padding-inline: clamp(20px, 2.5vw, 50px);
  }
}
.lg\:py-\[30px\] {
  @media (width >= 64rem) {
    padding-block: 30px;
  }
}
.lg\:py-\[clamp\(3\.125rem\,5vw\,5\.3125rem\)\] {
  @media (width >= 64rem) {
    padding-block: clamp(3.125rem, 5vw, 5.3125rem);
  }
}
.lg\:pr-\[20px\] {
  @media (width >= 64rem) {
    padding-right: 20px;
  }
}
.lg\:pl-\[40px\] {
  @media (width >= 64rem) {
    padding-left: 40px;
  }
}
.lg\:pl-\[60px\] {
  @media (width >= 64rem) {
    padding-left: 60px;
  }
}
.lg\:pl-\[62px\] {
  @media (width >= 64rem) {
    padding-left: 62px;
  }
}
.lg\:text-\[22px\] {
  @media (width >= 64rem) {
    font-size: 22px;
  }
}
.lg\:text-\[24px\] {
  @media (width >= 64rem) {
    font-size: 24px;
  }
}
.lg\:tracking-\[-0\.52px\] {
  @media (width >= 64rem) {
    --tw-tracking: -0.52px;
    letter-spacing: -0.52px;
  }
}
.lg\:text-black {
  @media (width >= 64rem) {
    color: var(--color-black);
  }
}
.lg\:text-white {
  @media (width >= 64rem) {
    color: var(--color-white);
  }
}
.lg\:opacity-0 {
  @media (width >= 64rem) {
    opacity: 0%;
  }
}
.lg\:group-hover\:border-\[\#DEDEDE\] {
  @media (width >= 64rem) {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #DEDEDE;
      }
    }
  }
}
.lg\:group-hover\:text-\[\#717C7D\] {
  @media (width >= 64rem) {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #717C7D;
      }
    }
  }
}
.hover\:lg\:bg-\[rgba\(255\,255\,255\,1\)\] {
  &:hover {
    @media (hover: hover) {
      @media (width >= 64rem) {
        background-color: rgba(255,255,255,1);
      }
    }
  }
}
.hover\:lg\:text-black {
  &:hover {
    @media (hover: hover) {
      @media (width >= 64rem) {
        color: var(--color-black);
      }
    }
  }
}
.lg\:data-\[2-col\=true\]\:w-\[calc\(50\%-40px\)\] {
  @media (width >= 64rem) {
    &[data-2-col="true"] {
      width: calc(50% - 40px);
    }
  }
}
.lg\:data-\[has-hero\=true\]\:pt-0 {
  @media (width >= 64rem) {
    &[data-has-hero="true"] {
      padding-top: calc(var(--spacing) * 0);
    }
  }
}
.lg\:data-\[homepage\=true\]\:bg-transparent {
  @media (width >= 64rem) {
    &[data-homepage="true"] {
      background-color: transparent;
    }
  }
}
.data-\[image\=true\]\:lg\:max-w-\[515px\] {
  &[data-image="true"] {
    @media (width >= 64rem) {
      max-width: 515px;
    }
  }
}
.lg\:data-\[pos\=left\]\:order-1 {
  @media (width >= 64rem) {
    &[data-pos="left"] {
      order: 1;
    }
  }
}
.lg\:data-\[pos\=left\]\:order-2 {
  @media (width >= 64rem) {
    &[data-pos="left"] {
      order: 2;
    }
  }
}
.lg\:data-\[size\=lg\]\:max-h-\[468px\] {
  @media (width >= 64rem) {
    &[data-size="lg"] {
      max-height: 468px;
    }
  }
}
.lg\:data-\[size\=lg\]\:text-\[clamp\(22px\,2\.5vw\,32px\)\] {
  @media (width >= 64rem) {
    &[data-size="lg"] {
      font-size: clamp(22px, 2.5vw, 32px);
    }
  }
}
.lg\:data-\[size\=sm\]\:h-\[235px\] {
  @media (width >= 64rem) {
    &[data-size="sm"] {
      height: 235px;
    }
  }
}
.lg\:data-\[size\=sm\]\:text-\[22px\] {
  @media (width >= 64rem) {
    &[data-size="sm"] {
      font-size: 22px;
    }
  }
}
.lg\:max-2xl\:px-\[40px\] {
  @media (width >= 64rem) {
    @media (width < 96rem) {
      padding-inline: 40px;
    }
  }
}
.lg\:max-xl\:w-\[90\%\] {
  @media (width >= 64rem) {
    @media (width < 80rem) {
      width: 90%;
    }
  }
}
.xl\:max-w-\[595px\] {
  @media (width >= 80rem) {
    max-width: 595px;
  }
}
.xl\:max-w-\[690px\] {
  @media (width >= 80rem) {
    max-width: 690px;
  }
}
.xl\:max-w-\[870px\] {
  @media (width >= 80rem) {
    max-width: 870px;
  }
}
.xl\:duration-500 {
  @media (width >= 80rem) {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
}
.dark\:bg-gray-700 {
  @media (prefers-color-scheme: dark) {
    background-color: var(--color-gray-700);
  }
}
.prose-a\:text-primary {
  & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    color: var(--color-primary);
  }
}
.\[\&_\*\]\:\!my-0 {
  & * {
    margin-block: calc(var(--spacing) * 0) !important;
  }
}
.\[\&_\*\]\:my-0 {
  & * {
    margin-block: calc(var(--spacing) * 0);
  }
}
.\[\&_\*\]\:\!mt-0 {
  & * {
    margin-top: calc(var(--spacing) * 0) !important;
  }
}
.\[\&_\*\]\:mt-0 {
  & * {
    margin-top: calc(var(--spacing) * 0);
  }
}
.\[\&_\*\]\:\!mb-\[20px\] {
  & * {
    margin-bottom: 20px !important;
  }
}
.group-data-\[theme\=dark\]\:\[\&_\*\]\:text-\[\#fff\] {
  &:is(:where(.group)[data-theme="dark"] *) {
    & * {
      color: #fff;
    }
  }
}
.group-data-\[theme\=light\]\:\[\&_\*\]\:text-\[\#101820\] {
  &:is(:where(.group)[data-theme="light"] *) {
    & * {
      color: #101820;
    }
  }
}
.\[\&_\*\:not\(\:last-child\)\]\:\!mb-\[20px\] {
  & *:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!m-0 {
  & .swiper-pagination-bullet {
    margin: calc(var(--spacing) * 0) !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!rounded-none {
  & .swiper-pagination-bullet {
    border-radius: 0 !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!bg-white\/50 {
  & .swiper-pagination-bullet {
    background-color: color-mix(in srgb, #fff 50%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent) !important;
    }
  }
}
.\[\&_\.swiper-pagination-bullet-active\]\:scale-125 {
  & .swiper-pagination-bullet-active {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.\[\&_\.swiper-pagination-bullet-active\]\:\!bg-white {
  & .swiper-pagination-bullet-active {
    background-color: var(--color-white) !important;
  }
}
.\[\&_span\]\:\!bg-\[\#169B62\] {
  & span {
    background-color: #169B62 !important;
  }
}
.\[\:not\(\.swiper-slide-thumb-active\)\]\:text-\[\#717C7D\] {
  &:is(:not(.swiper-slide-thumb-active)) {
    color: #717C7D;
  }
}
.\[\:not\(\:first-child\)\]\:pt-\[15px\] {
  &:is(:not(:first-child)) {
    padding-top: 15px;
  }
}
.lg\:\[\:not\(\:first-child\)\]\:w-\[25\%\] {
  @media (width >= 64rem) {
    &:is(:not(:first-child)) {
      width: 25%;
    }
  }
}
.\[\:not\(\:last-child\)\]\:mr-\[15px\] {
  &:is(:not(:last-child)) {
    margin-right: 15px;
  }
}
.\[\:not\(\:last-child\)\]\:pb-\[15px\] {
  &:is(:not(:last-child)) {
    padding-bottom: 15px;
  }
}
.lg\:\[body\.admin-bar_\&\]\:h-\[calc\(100vh-72px\)\] {
  @media (width >= 64rem) {
    body.admin-bar & {
      height: calc(100vh - 72px);
    }
  }
}
[data-pt='small'] {
  padding-top: clamp(25px, 10vw, 50px);
}
[data-pt='medium'] {
  padding-top: clamp(50px, 10vw, 100px);
}
[data-pt='large'] {
  padding-top: clamp(100px, 10vw, 150px);
}
[data-pb='small'] {
  padding-bottom: clamp(25px, 10vw, 50px);
}
[data-pb='medium'] {
  padding-bottom: clamp(50px, 10vw, 100px);
}
[data-pb='large'] {
  padding-bottom: clamp(100px, 10vw, 150px);
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-leading: initial;
      --tw-border-style: solid;
      --tw-duration: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
