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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
}

p {
  font-family: DM Sans, sans-serif;
}

.entry-content h1 {
  margin-bottom: 35px;
  padding-top: 70px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.entry-content h2 {
  margin-bottom: 35px;
  padding-top: 70px;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.2;
}

.entry-content h3 {
  margin-bottom: 15px;
  padding-top: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.entry-content h4 {
  margin-bottom: 15px;
  padding-top: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.entry-content h5 {
  margin-bottom: 15px;
  padding-top: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.entry-content h6 {
  margin-bottom: 15px;
  padding-top: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.entry-content p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.65;
}

.entry-content ul {
  margin-bottom: 35px;
  list-style-type: disc;
  padding-left: 25px;
  font-size: 22px;
}

.entry-content ol {
  margin-bottom: 35px;
  list-style-type: decimal;
  padding-left: 25px;
  font-size: 22px;
}

.entry-content a {
  --tw-text-opacity: 1;
  color: rgb(17 66 50 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.entry-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(8 46 33 / var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

.button-with-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(142 151 148 / var(--tw-border-opacity));
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 156%;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(8 46 33 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.button-with-arrow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 46 33 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 46 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .button-with-arrow {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.button-with-arrow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M15.2071 8.70711C15.5976 8.31658 15.5976 7.68342 15.2071 7.29289L8.84315 0.928932C8.45262 0.538408 7.81946 0.538408 7.42893 0.928932C7.03841 1.31946 7.03841 1.95262 7.42893 2.34315L13.0858 8L7.42893 13.6569C7.03841 14.0474 7.03841 14.6805 7.42893 15.0711C7.81946 15.4616 8.45262 15.4616 8.84315 15.0711L15.2071 8.70711ZM0.5 9H14.5V7H0.5V9Z' fill='%23091F18'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
}

.button-with-arrow:hover::after {
  background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M15.2071 8.70711C15.5976 8.31658 15.5976 7.68342 15.2071 7.29289L8.84315 0.928932C8.45262 0.538408 7.81946 0.538408 7.42893 0.928932C7.03841 1.31946 7.03841 1.95262 7.42893 2.34315L13.0858 8L7.42893 13.6569C7.03841 14.0474 7.03841 14.6805 7.42893 15.0711C7.81946 15.4616 8.45262 15.4616 8.84315 15.0711L15.2071 8.70711ZM0.5 9H14.5V7H0.5V9Z' fill='white'/></svg>");
}

.button-with-arrow-cs {
  position: relative;
  display: inline-flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  min-width: 250px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(142 151 148 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 156%;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(8 46 33 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.button-with-arrow-cs:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 46 33 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 46 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .button-with-arrow-cs {
    margin-left: 20px;
    width: 250px;
  }
}

.button-with-arrow-cs::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M15.2071 8.70711C15.5976 8.31658 15.5976 7.68342 15.2071 7.29289L8.84315 0.928932C8.45262 0.538408 7.81946 0.538408 7.42893 0.928932C7.03841 1.31946 7.03841 1.95262 7.42893 2.34315L13.0858 8L7.42893 13.6569C7.03841 14.0474 7.03841 14.6805 7.42893 15.0711C7.81946 15.4616 8.45262 15.4616 8.84315 15.0711L15.2071 8.70711ZM0.5 9H14.5V7H0.5V9Z' fill='%23091F18'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
}

.button-with-arrow-cs:hover::after {
  background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M15.2071 8.70711C15.5976 8.31658 15.5976 7.68342 15.2071 7.29289L8.84315 0.928932C8.45262 0.538408 7.81946 0.538408 7.42893 0.928932C7.03841 1.31946 7.03841 1.95262 7.42893 2.34315L13.0858 8L7.42893 13.6569C7.03841 14.0474 7.03841 14.6805 7.42893 15.0711C7.81946 15.4616 8.45262 15.4616 8.84315 15.0711L15.2071 8.70711ZM0.5 9H14.5V7H0.5V9Z' fill='white'/></svg>");
}

.custom-range {
  height: 35px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 47px;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .custom-range {
    height: 45px;
  }
}

.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-webkit-slider-runnable-track {
  height: 35px;
  background: transparent;
  border-radius: 47px;
}

.custom-range::-moz-range-track {
  height: 35px;
  background: transparent;
  border-radius: 47px;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 35px;
  top: 0px;
  position: relative;
  width: 35px;
  background-color: #082E21;
  border-radius: 47px;
  border: 5px solid #F0D01C;
  box-shadow: -417px 0 0 400px #F0D01C;
}

.custom-range::-moz-range-thumb {
  height: 35px;
  top: 2px;
  position: relative;
  width: 35px;
  background-color: #082E21;
  border-radius: 47px;
  border: 5px solid #F0D01C;
  box-shadow: -417px 0 0 400px #F0D01C;
}

@media (min-width: 640px) {
  .custom-range::-webkit-slider-thumb {
    top:0px;
    height: 45px;
    width: 45px;
  }

  .custom-range::-moz-range-thumb {
    height: 45px;
    width: 45px;
  }

  .custom-range::-webkit-slider-runnable-track {
    height: 45px;
    background: transparent;
    border-radius: 47px;
  }

  .custom-range::-moz-range-track {
    height: 45px;
    background: transparent;
    border-radius: 47px;
  }

  .custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 45px;
    top: 0px;
    position: relative;
    width: 45px;
    background-color: #082E21;
    border-radius: 47px;
    border: 5px solid #F0D01C;
    box-shadow: -422px 0 0 400px #F0D01C;
  }

  .custom-range::-moz-range-thumb {
    height: 45px;
    top: 2px;
    position: relative;
    width: 45px;
    background-color: #082E21;
    border-radius: 47px;
    border: 5px solid #F0D01C;
    box-shadow: -422px 0 0 400px #F0D01C;
  }
}

.form span {
  display: block;
  width: 100%;
}

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

.form span input {
  width: 100%;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 213 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(9 31 24 / var(--tw-text-opacity));
}

.form span input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.form span input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.form span input {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form span input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 66 50 / var(--tw-ring-opacity));
}

.form span textarea {
  height: 140px;
  width: 100%;
  resize: none;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 213 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(9 31 24 / var(--tw-text-opacity));
}

.form span textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.form span textarea::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.form span textarea {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form span textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 66 50 / var(--tw-ring-opacity));
}

.form .cf-submit {
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(8 46 33 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(17 66 50 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(240 243 242 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form .cf-submit:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(8 46 33 / var(--tw-text-opacity));
}

.form .wpcf7-spinner {
  display: none;
}

.swiper-cs-class {
  opacity: 0.2;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper-cs-class.swiper-slide-active {
  opacity: 1;
}

.cs-layer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50%;
  width: 100%;
  background: linear-gradient(0deg, #091F18 0%, rgba(9, 31, 24, 0) 100%);
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.left-0 {
  left: 0px;
}

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

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

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

.top-0 {
  top: 0px;
}

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

.top-4 {
  top: 1rem;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.size-230 {
  width: 230px;
  height: 230px;
}

.h-0 {
  height: 0px;
}

.h-100 {
  height: 100px;
}

.h-12 {
  height: 3rem;
}

.h-230 {
  height: 230px;
}

.h-30 {
  height: 30px;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 40px;
}

.h-50 {
  height: 50px;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-0 {
  max-height: 0px;
}

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

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

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

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

.min-h-full {
  min-height: 100%;
}

.w-100 {
  width: 100px;
}

.w-12 {
  width: 3rem;
}

.w-230 {
  width: 230px;
}

.w-280 {
  width: 280px;
}

.w-30 {
  width: 30px;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 40px;
}

.w-50 {
  width: 50px;
}

.w-6 {
  width: 1.5rem;
}

.w-90 {
  width: 90px;
}

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 10px;
}

.gap-100 {
  gap: 100px;
}

.gap-140 {
  gap: 140px;
}

.gap-15 {
  gap: 15px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

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

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

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(25px * var(--tw-space-x-reverse));
  margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-bl-\[16px\] {
  border-bottom-left-radius: 16px;
}

.rounded-br-\[110px\] {
  border-bottom-right-radius: 110px;
}

.rounded-br-\[66px\] {
  border-bottom-right-radius: 66px;
}

.rounded-tl-\[146px\] {
  border-top-left-radius: 146px;
}

.rounded-tl-\[66px\] {
  border-top-left-radius: 66px;
}

.rounded-tr-\[16px\] {
  border-top-right-radius: 16px;
}

.border {
  border-width: 1px;
}

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

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

.border-\[\#219671\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 150 113 / var(--tw-border-opacity));
}

.border-\[\#2E2E27\] {
  --tw-border-opacity: 1;
  border-color: rgb(46 46 39 / var(--tw-border-opacity));
}

.border-\[\#4D796A\] {
  --tw-border-opacity: 1;
  border-color: rgb(77 121 106 / var(--tw-border-opacity));
}

.border-\[\#A9BBB5\] {
  --tw-border-opacity: 1;
  border-color: rgb(169 187 181 / var(--tw-border-opacity));
}

.border-\[\#D8CEE0\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 206 224 / var(--tw-border-opacity));
}

.border-catios-green-borders {
  --tw-border-opacity: 1;
  border-color: rgb(210 213 212 / var(--tw-border-opacity));
}

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

.border-catios-yellow-primary {
  --tw-border-opacity: 1;
  border-color: rgb(240 208 28 / var(--tw-border-opacity));
}

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

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.bg-\[\#174437\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 68 55 / var(--tw-bg-opacity));
}

.bg-\[\#205745\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 87 69 / var(--tw-bg-opacity));
}

.bg-\[\#4F8D79\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 141 121 / var(--tw-bg-opacity));
}

.bg-\[\#D8CEE0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 206 224 / var(--tw-bg-opacity));
}

.bg-\[\#F4F6F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 245 / var(--tw-bg-opacity));
}

.bg-\[\#F7F9F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 248 / var(--tw-bg-opacity));
}

.bg-\[\#FDFDFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}

.bg-catios-green-borders {
  --tw-bg-opacity: 1;
  background-color: rgb(210 213 212 / var(--tw-bg-opacity));
}

.bg-catios-green-dimmed {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 242 / var(--tw-bg-opacity));
}

.bg-catios-green-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(8 46 33 / var(--tw-bg-opacity));
}

.bg-catios-green-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(17 66 50 / var(--tw-bg-opacity));
}

.bg-catios-yellow-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(240 208 28 / var(--tw-bg-opacity));
}

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

.bg-opacity-\[15\%\] {
  --tw-bg-opacity: 15%;
}

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

.from-\[\#FDFDFD\] {
  --tw-gradient-from: #FDFDFD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 253 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[rgba\(213\2c 216\2c 215\2c 1\)\] {
  --tw-gradient-to: rgba(213, 216, 215, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(213,216,215,1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#FDFDFD\] {
  --tw-gradient-to: #FDFDFD var(--tw-gradient-to-position);
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-10 {
  padding: 10px;
}

.p-30 {
  padding: 30px;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[23px\] {
  padding: 23px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[18px\] {
  padding-bottom: 18px;
}

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

.pl-\[18px\] {
  padding-left: 18px;
}

.pl-\[24px\] {
  padding-left: 24px;
}

.pl-\[76px\] {
  padding-left: 76px;
}

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

.pr-\[18px\] {
  padding-right: 18px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

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

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-\[18px\] {
  padding-top: 18px;
}

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

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

.font-dmsans {
  font-family: DM Sans, sans-serif;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[30px\]\/\[125\%\] {
  font-size: 30px;
  line-height: 125%;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[44px\] {
  font-size: 44px;
}

.text-\[61px\] {
  font-size: 61px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-bodyL {
  font-size: 18px;
  line-height: 156%;
}

.text-h1 {
  font-size: 48px;
  line-height: 111%;
}

.text-h2 {
  font-size: 44px;
  line-height: 128%;
}

.text-h2\/\[115\%\] {
  font-size: 44px;
  line-height: 115%;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-title {
  font-size: 22px;
  line-height: 128%;
}

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

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[105\%\] {
  line-height: 105%;
}

.leading-\[133\%\] {
  line-height: 133%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[146\%\] {
  line-height: 146%;
}

.leading-\[84\%\] {
  line-height: 84%;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#03150F\] {
  --tw-text-opacity: 1;
  color: rgb(3 21 15 / var(--tw-text-opacity));
}

.text-\[\#828282\] {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}

.text-\[\#B4B4B4\] {
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity));
}

.text-\[\#F0D01C\] {
  --tw-text-opacity: 1;
  color: rgb(240 208 28 / var(--tw-text-opacity));
}

.text-\[\#F9F8F7\] {
  --tw-text-opacity: 1;
  color: rgb(249 248 247 / var(--tw-text-opacity));
}

.text-\[\#FCC000\] {
  --tw-text-opacity: 1;
  color: rgb(252 192 0 / var(--tw-text-opacity));
}

.text-\[\#FDFDFD\] {
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / var(--tw-text-opacity));
}

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

.text-catios-green-dark {
  --tw-text-opacity: 1;
  color: rgb(9 31 24 / var(--tw-text-opacity));
}

.text-catios-green-dimmed {
  --tw-text-opacity: 1;
  color: rgb(240 243 242 / var(--tw-text-opacity));
}

.text-catios-green-faded {
  --tw-text-opacity: 1;
  color: rgb(142 151 148 / var(--tw-text-opacity));
}

.text-catios-green-medium {
  --tw-text-opacity: 1;
  color: rgb(8 46 33 / var(--tw-text-opacity));
}

.text-catios-green-primary {
  --tw-text-opacity: 1;
  color: rgb(17 66 50 / var(--tw-text-opacity));
}

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

.text-catios-yellow-primary {
  --tw-text-opacity: 1;
  color: rgb(240 208 28 / var(--tw-text-opacity));
}

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

.accent-catios-yellow-primary {
  accent-color: #F0D01C;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[24px\]::after {
  content: var(--tw-content);
  left: 24px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:bg-white\/20::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.2);
}

.after\:\[width\:calc\(100\%-48px\)\]::after {
  content: var(--tw-content);
  width: calc(100% - 48px);
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.last\:pr-0:last-child {
  padding-right: 0px;
}

.hover\:border-catios-green-medium:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 46 33 / var(--tw-border-opacity));
}

.hover\:border-catios-green-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 66 50 / var(--tw-border-opacity));
}

.hover\:bg-catios-green-borders:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(210 213 212 / var(--tw-bg-opacity));
}

.hover\:bg-catios-green-dimmed:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 242 / var(--tw-bg-opacity));
}

.hover\:bg-catios-green-medium:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 46 33 / var(--tw-bg-opacity));
}

.hover\:bg-catios-green-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 66 50 / var(--tw-bg-opacity));
}

.hover\:bg-catios-yellow-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 208 28 / var(--tw-bg-opacity));
}

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

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.hover\:text-catios-green-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(9 31 24 / var(--tw-text-opacity));
}

.hover\:text-catios-yellow-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(240 208 28 / var(--tw-text-opacity));
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

@media (min-width: 640px) {
  .sm\:mb-10 {
    margin-bottom: 10px;
  }

  .sm\:mb-100 {
    margin-bottom: 100px;
  }

  .sm\:mb-120 {
    margin-bottom: 120px;
  }

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

  .sm\:mb-150 {
    margin-bottom: 150px;
  }

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

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

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

  .sm\:mb-45 {
    margin-bottom: 45px;
  }

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

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

  .sm\:mb-65 {
    margin-bottom: 65px;
  }

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

  .sm\:mb-75 {
    margin-bottom: 75px;
  }

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

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

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

  .sm\:mt-85 {
    margin-top: 85px;
  }

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:size-280 {
    width: 280px;
    height: 280px;
  }

  .sm\:h-280 {
    height: 280px;
  }

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

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

  .sm\:w-280 {
    width: 280px;
  }

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

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

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

  .sm\:gap-60 {
    gap: 60px;
  }

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

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

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

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

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

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

  .sm\:pb-110 {
    padding-bottom: 110px;
  }

  .sm\:pb-130 {
    padding-bottom: 130px;
  }

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

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

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

  .sm\:pb-75 {
    padding-bottom: 75px;
  }

  .sm\:pb-90 {
    padding-bottom: 90px;
  }

  .sm\:pb-95 {
    padding-bottom: 95px;
  }

  .sm\:pt-100 {
    padding-top: 100px;
  }

  .sm\:pt-110 {
    padding-top: 110px;
  }

  .sm\:pt-120 {
    padding-top: 120px;
  }

  .sm\:pt-150 {
    padding-top: 150px;
  }

  .sm\:pt-20 {
    padding-top: 20px;
  }

  .sm\:pt-25 {
    padding-top: 25px;
  }

  .sm\:pt-30 {
    padding-top: 30px;
  }

  .sm\:pt-65 {
    padding-top: 65px;
  }

  .sm\:pt-85 {
    padding-top: 85px;
  }

  .sm\:pt-90 {
    padding-top: 90px;
  }

  .sm\:text-\[15px\] {
    font-size: 15px;
  }

  .sm\:text-\[18px\] {
    font-size: 18px;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:text-\[28px\] {
    font-size: 28px;
  }

  .sm\:text-\[36px\] {
    font-size: 36px;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-h2 {
    font-size: 44px;
    line-height: 128%;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

  .md\:mb-35 {
    margin-bottom: 35px;
  }

  .md\:mb-45 {
    margin-bottom: 45px;
  }

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

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

  .md\:mr-25 {
    margin-right: 25px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

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

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

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

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

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

  .md\:gap-y-0 {
    row-gap: 0px;
  }

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

  .md\:rounded-bl-\[16px\] {
    border-bottom-left-radius: 16px;
  }

  .md\:rounded-br-\[66px\] {
    border-bottom-right-radius: 66px;
  }

  .md\:rounded-tl-\[146px\] {
    border-top-left-radius: 146px;
  }

  .md\:rounded-tr-\[16px\] {
    border-top-right-radius: 16px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

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

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

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

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

  .md\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .md\:pb-25 {
    padding-bottom: 25px;
  }

  .md\:pr-25 {
    padding-right: 25px;
  }

  .md\:pt-30 {
    padding-top: 30px;
  }

  .md\:pt-80 {
    padding-top: 80px;
  }

  .md\:pt-95 {
    padding-top: 95px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[46px\] {
    font-size: 46px;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-0 {
    left: 0px;
  }

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

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-\[-95px\] {
    right: -95px;
  }

  .lg\:top-0 {
    top: 0px;
  }

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .lg\:mb-110 {
    margin-bottom: 110px;
  }

  .lg\:mb-130 {
    margin-bottom: 130px;
  }

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

  .lg\:mb-150 {
    margin-bottom: 150px;
  }

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

  .lg\:mb-35 {
    margin-bottom: 35px;
  }

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

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

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

  .lg\:mb-55 {
    margin-bottom: 55px;
  }

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

  .lg\:mb-85 {
    margin-bottom: 85px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

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

  .lg\:mt-130 {
    margin-top: 130px;
  }

  .lg\:mt-140 {
    margin-top: 140px;
  }

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

  .lg\:mt-55 {
    margin-top: 55px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:min-h-430 {
    min-height: 430px;
  }

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

  .lg\:w-430 {
    width: 430px;
  }

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:max-w-300 {
    max-width: 300px;
  }

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

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

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

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

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

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 10px;
  }

  .lg\:gap-40 {
    gap: 40px;
  }

  .lg\:gap-50 {
    gap: 50px;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

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

  .lg\:rounded-br-\[110px\] {
    border-bottom-right-radius: 110px;
  }

  .lg\:rounded-tl-\[146px\] {
    border-top-left-radius: 146px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:bg-catios-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgb(8 46 33 / var(--tw-bg-opacity));
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

  .lg\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

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

  .lg\:pb-110 {
    padding-bottom: 110px;
  }

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

  .lg\:pb-130 {
    padding-bottom: 130px;
  }

  .lg\:pb-140 {
    padding-bottom: 140px;
  }

  .lg\:pb-190 {
    padding-bottom: 190px;
  }

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

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

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

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

  .lg\:pb-95 {
    padding-bottom: 95px;
  }

  .lg\:pl-\[calc\(\(100\%-1272px\)\/2\)\] {
    padding-left: calc((100% - 1272px) / 2);
  }

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

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-110 {
    padding-top: 110px;
  }

  .lg\:pt-150 {
    padding-top: 150px;
  }

  .lg\:pt-160 {
    padding-top: 160px;
  }

  .lg\:pt-180 {
    padding-top: 180px;
  }

  .lg\:pt-20 {
    padding-top: 20px;
  }

  .lg\:pt-40 {
    padding-top: 40px;
  }

  .lg\:pt-65 {
    padding-top: 65px;
  }

  .lg\:pt-75 {
    padding-top: 75px;
  }

  .lg\:pt-90 {
    padding-top: 90px;
  }

  .lg\:pt-95 {
    padding-top: 95px;
  }

  .lg\:text-left {
    text-align: left;
  }

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

@media (min-width: 1280px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .xl\:mr-0 {
    margin-right: 0px;
  }

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

  .xl\:size-500 {
    width: 500px;
    height: 500px;
  }

  .xl\:h-500 {
    height: 500px;
  }

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

  .xl\:w-500 {
    width: 500px;
  }

  .xl\:basis-\[23\%\] {
    flex-basis: 23%;
  }

  .xl\:basis-\[31\%\] {
    flex-basis: 31%;
  }

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

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

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

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

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

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