/*
! tailwindcss v3.1.8 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}

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

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

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

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

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

.order-2 {
  order: 2;
}

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

.float-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[1\.526em\] {
  margin-bottom: 1.526em;
}

.mr-\[1em\] {
  margin-right: 1em;
}

.mb-\[0\.625em\] {
  margin-bottom: 0.625em;
}

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

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.max-w-\[18ch\] {
  max-width: 18ch;
}

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

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

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

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

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

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

.max-w-\[88\.4375em\] {
  max-width: 88.4375em;
}

.max-w-\[49em\] {
  max-width: 49em;
}

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

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

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

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

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

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

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

.grow-\[999\] {
  flex-grow: 999;
}

.grow-\[1\] {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.border-\[1\.8px\] {
  border-width: 1.8px;
}

.border-\[2px\] {
  border-width: 2px;
}

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

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

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-\[rgba\(210\2c 213\2c 217\2c 0\.1\)\] {
  border-color: rgba(210,213,217,0.1);
}

.border-\[\#002e25\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 46 37 / var(--tw-border-opacity));
}

.bg-\[\#fbf7ed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 237 / var(--tw-bg-opacity));
}

.bg-s-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 96 / var(--tw-bg-opacity));
}

.bg-s-green-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 63 / var(--tw-bg-opacity));
}

.bg-\[\#f3fcf4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 252 244 / var(--tw-bg-opacity));
}

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

.bg-\[\#002e25\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 37 / var(--tw-bg-opacity));
}

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

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

.px-\[calc\(5\%-18px\)\] {
  padding-left: calc(5% - 18px);
  padding-right: calc(5% - 18px);
}

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

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

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

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

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

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

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

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

.py-\[4em\] {
  padding-top: 4em;
  padding-bottom: 4em;
}

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

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

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

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

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

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

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

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

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

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

.py-\[2\.2em\] {
  padding-top: 2.2em;
  padding-bottom: 2.2em;
}

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

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

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

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

.pb-\[3em\] {
  padding-bottom: 3em;
}

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

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

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

.pt-\[6em\] {
  padding-top: 6em;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-\[6\%\] {
  padding-left: 6%;
}

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

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

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

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

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

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

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

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

.text-\[2em\] {
  font-size: 2em;
}

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

.text-\[1\.75em\] {
  font-size: 1.75em;
}

.text-\[1em\] {
  font-size: 1em;
}

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

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

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

.text-\[1\.875rem\] {
  font-size: 1.875rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

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

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

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

.font-\[500\] {
  font-weight: 500;
}

.font-\[900\] {
  font-weight: 900;
}

.font-\[200\] {
  font-weight: 200;
}

.font-\[700\] {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[44px\] {
  line-height: 44px;
}

.leading-\[24px\] {
  line-height: 24px;
}

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

.leading-\[70xp\] {
  line-height: 70xp;
}

.text-\[\#42474c\] {
  --tw-text-opacity: 1;
  color: rgb(66 71 76 / var(--tw-text-opacity));
}

.text-\[\#767f88\] {
  --tw-text-opacity: 1;
  color: rgb(118 127 136 / var(--tw-text-opacity));
}

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

.text-\[\#004c3f\] {
  --tw-text-opacity: 1;
  color: rgb(0 76 63 / var(--tw-text-opacity));
}

.text-\[\#6b7177\] {
  --tw-text-opacity: 1;
  color: rgb(107 113 119 / var(--tw-text-opacity));
}

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

.text-\[\#75748a\] {
  --tw-text-opacity: 1;
  color: rgb(117 116 138 / var(--tw-text-opacity));
}

.text-\[\#008060\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 96 / var(--tw-text-opacity));
}

.text-\[\#004c5c\] {
  --tw-text-opacity: 1;
  color: rgb(0 76 92 / var(--tw-text-opacity));
}

.text-\[\#b6babf\] {
  --tw-text-opacity: 1;
  color: rgb(182 186 191 / var(--tw-text-opacity));
}

.text-\[\#B6BABF\] {
  --tw-text-opacity: 1;
  color: rgb(182 186 191 / var(--tw-text-opacity));
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition-\[background-color\] {
  transition-property: background-color;
  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;
}

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

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

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

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

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

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:from-\[rgba\(0\2c 0\2c 0\2c 0\)\]::before {
  content: var(--tw-content);
  --tw-gradient-from: rgba(0,0,0,0);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:via-\[rgba\(0\2c 0\2c 0\2c 0\)\]::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0), var(--tw-gradient-to);
}

.before\:to-\[rgba\(0\2c 0\2c 0\2c \.08\)\]::before {
  content: var(--tw-content);
  --tw-gradient-to: rgba(0,0,0,.08);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:border-b-\[\#FFFFFF\]:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-s-green-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 63 / var(--tw-bg-opacity));
}

.hover\:text-\[\#393a3b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(57 58 59 / var(--tw-text-opacity));
}

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

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-\[2\.5px\]:focus {
  border-width: 2.5px;
}

.focus\:border-\[\#038d76\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 141 118 / var(--tw-border-opacity));
}

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

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

.group:hover .group-hover\:underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 1440px) {
  .\31 440\:w-\[75\%\] {
    width: 75%;
  }

  .\31 440\:w-\[25\%\] {
    width: 25%;
  }

  .\31 440\:justify-end {
    justify-content: flex-end;
  }

  .\31 440\:text-right {
    text-align: right;
  }
}

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

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

@media (min-width: 750px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:top-\[70px\] {
    top: 70px;
  }

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

  .md\:mr-\[2\.4rem\] {
    margin-right: 2.4rem;
  }

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

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

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

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

  .md\:w-\[50\%\] {
    width: 50%;
  }

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

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

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

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

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-\[16\%\] {
    width: 16%;
  }

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

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

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

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

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

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

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

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

  .md\:py-\[6em\] {
    padding-top: 6em;
    padding-bottom: 6em;
  }

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

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

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

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

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

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

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

  .md\:text-\[1\.879rem\] {
    font-size: 1.879rem;
  }

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

@media (min-width: 1080px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

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

  .lg\:mb-\[0\.5em\] {
    margin-bottom: 0.5em;
  }

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-\[25\%\] {
    width: 25%;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

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

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

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

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

  .lg\:text-\[3em\] {
    font-size: 3em;
  }

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

  .lg\:text-\[2\.5em\] {
    font-size: 2.5em;
  }

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

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

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

  .lg\:leading-\[60px\] {
    line-height: 60px;
  }
}

.\[\&\>div\:nth-child\(5\)\]\:hidden>div:nth-child(5) {
  display: none;
}

@media (min-width: 1080px) {
  .lg\:\[\&\>div\:nth-child\(5\)\]\:block>div:nth-child(5) {
    display: block;
  }
}