/*
! tailwindcss v3.0.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: currentColor;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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 */
  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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
  border-color: currentColor;
  --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: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-48 {
  bottom: -12rem;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.-bottom-96 {
  bottom: -24rem;
}

.right-0 {
  right: 0px;
}

.-bottom-60 {
  bottom: -15rem;
}

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

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

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

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

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

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

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

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

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

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

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

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

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

.mb-48 {
  margin-bottom: 12rem;
}

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

.mt-4 {
  margin-top: 1rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mt-12 {
  margin-top: 3rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

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

.mr-4 {
  margin-right: 1rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

.ml-9 {
  margin-left: 2.25rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

.-mt-48 {
  margin-top: -12rem;
}

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

.-mt-16 {
  margin-top: -4rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

.h-12 {
  height: 3rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.w-px {
  width: 1px;
}

.w-8 {
  width: 2rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-6 {
  width: 1.5rem;
}

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

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

.max-w-xl {
  max-width: 36rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

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

.grid-cols-2 {
  grid-template-columns: repeat(2, 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;
}

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-light-gray {
  --tw-border-opacity: 1;
  border-color: rgb(248 245 245 / var(--tw-border-opacity));
}

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

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(43 44 69 / var(--tw-border-opacity));
}

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

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(2 137 116 / var(--tw-bg-opacity));
}

.bg-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(3 62 60 / var(--tw-bg-opacity));
}

.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 245 / var(--tw-bg-opacity));
}

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(43 44 69 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

.p-6 {
  padding: 1.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-12 {
  padding-top: 3rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-32 {
  padding-top: 8rem;
}

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

.pt-36 {
  padding-top: 9rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pr-24 {
  padding-right: 6rem;
}

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.font-light {
  font-weight: 300;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

.text-dark-green {
  --tw-text-opacity: 1;
  color: rgb(3 62 60 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(2 137 116 / var(--tw-text-opacity));
}

.text-b-dark-green {
  --tw-text-opacity: 1;
  color: rgb(17 78 76 / var(--tw-text-opacity));
}

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

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

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(254 124 4 / var(--tw-text-opacity));
}

.opacity-50 {
  opacity: 0.5;
}

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

.shadow-md {
  --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);
}

.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 {
  outline-style: solid;
}

.outline-offset-\[-12px\] {
  outline-offset: -12px;
}

.outline-white {
  outline-color: white;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-filter);
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --c-btn-main: #FCE4DB;
  --c-green: #028974;
  --c-dark-green: #033E3C;
  --light-gray: #f8f5f5;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: Poppins, sans-serif;
  background: var(--light-gray);
}

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

.work-sans {
  font-family: 'Work Sans', sans-serif;
}

.bg-dark-green {
  background-color: var(--c-dark-green);
}

.section-shadow {
  box-shadow: 3px 15px 44px rgba(203, 203, 203, 0.19);
}

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

h1 {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 500;
}

.btn-main {
  background: var(--c-btn-main);
  color: var(--c-dark-green);
  transition: .3s ease-in-out;
}

.btn-main:hover {
  background: white;
}

.btn-header {
  -webkit-animation-name: bounceBtn;
          animation-name: bounceBtn;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.btn-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(43 44 69 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-hero-outline {
  color: var(--c-btn-main);
  border: 1px solid var(--c-btn-main);
  transition: .3s ease-in-out;
}

.btn-hero-outline:hover {
  color: var(--c-dark-green);
  background: white;
  border-color: white;
}

.btn-text {
  position: relative;
}

.btn-text::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid var(--c-green);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: .3s ease-in-out;
}

.btn-text:hover::after {
  transform: scaleX(1);
}

.btn-link {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(2 137 116 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.btn-link-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-link-sm:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.btn-cat {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 137 116 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-cat:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 44 69 / var(--tw-bg-opacity));
}

header {
  transition: all .3s ease-in-out;
}

.main-menu #menu-main-menu {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-menu-white #menu-main-menu {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
  --tw-text-opacity: 1;
  color: rgb(3 62 60 / var(--tw-text-opacity));
}

.menu-mobile-menu-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 24px 0;
}

#menu-mobile-menu li {
  width: 100%;
  padding: 12px 24px;
  position: relative;
}

#menu-mobile-menu li.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 24px;
}

@media (min-width: 1024px) {
  #menu-mobile-menu li.menu-item-has-children::after {
    right: 0px;
  }
}

#menu-mobile-menu li.menu-item-has-children::after {
  width: 8px;
  height: 8px;
  background: transparent;
  border-right: 2px solid var(--c-dark-green);
  border-bottom: 2px solid var(--c-dark-green);
  transform: translate(0, -50%) rotate(45deg);
  transition: .3s ease-in-out;
}

.menu li.menu-item-has-children:hover::after {
  transform: translate(0, -50%) rotate(45deg);
}

/*#menu-mobile-menu li.menu-item-has-children:hover .sub-menu {*/

/*    display: block;*/

/*    width: 100%;*/

/*    position: relative;*/

/*    margin-top: 12px;*/

/*}*/

#menu-mobile-menu li .sub-menu {
  display: none;
  background: #f9f9f9;
  color: var(--c-dark-green);
  z-index: 999;
  margin-top: 12px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.menu-main-menu-container .sub-menu {
  display: none;
  position: absolute;
  top: 150%;
  left: 0;
  background: white;
  color: var(--c-dark-green);
  z-index: -1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  padding: 20px;
  transition: all .3s ease-in-out, z-index .2s ease-in-out;
  --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);
}

.sub-menu li {
  padding: 4px 0;
}

.menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 999;
  display: block;
}

.menu li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu-item {
  transition: .3s ease-in-out;
  position: relative;
}

.menu-item:hover .sub-menu {
  display: block;
}

#menu-main-menu .menu-item::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid white;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: .3s ease-in-out;
}

#menu-main-menu .menu-item:hover::after {
  transform: scaleX(1);
}

.main-menu-white #menu-main-menu .menu-item::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid var(--c-dark-green);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: .3s ease-in-out;
}

.main-menu-white #menu-main-menu .menu-item:hover::after {
  transform: scaleX(1);
}

#menu-main-menu .sub-menu .menu-item::after {
  display: none;
}

.sub-menu li {
  padding: 8px 0;
}

.sub-menu li a {
  padding: 0;
}

.nav-btn > div {
  transition: all .5s ease-in-out;
  opacity: 1;
}

.nav-btn.active #nav-line-1 {
  transform: translateY(8px) rotate(45deg);
}

.nav-btn.active #nav-line-2 {
  transform: translateY(0) rotate(-45deg);
}

.nav-btn.active #nav-line-3 {
  width: 0;
  transform: translateX(-8px);
  opacity: 0;
}

.video-popup, .landing-popup {
  background-color: rgba(0,0,0, .5);
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.video-popup.active, .landing-popup.active {
  display: flex;
  position: fixed;
}

.video-popup-content {
  position: relative;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
}

.landing-popup-content {
  position: relative;
  display: flex;
  height: 80vh;
  width: 100%;
  flex-direction: column;
	overflow-y: scroll;
	overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
	.landing-popup-content {
		width: 80%;
	}
}

@media (min-width: 1024px) {
  .landing-popup-content {
    width: 50%;
	  overflow-y: unset;
	  overflow-x: unset;
  }
}

@media (min-width: 1280px and max-height: 784px) {
	.landing-popup-content {
		width: 50%;
		height: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}


.close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
	color: #057765;
}

@media (min-width: 768px) {
  .close-popup {
    top: 12px;
  }

  .close-popup {
    right: 12px;
  }

  .close-popup {
    font-size: 3rem;
    line-height: 1;
	  color: #023E3D;
  }
}

.nav-solutions {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .nav-solutions {
    margin-top: 0px;
  }
}

.nav-solutions.active {
  position: fixed;
  top: 80px;
  left: 0;
  flex-direction: column;
  background-color: white;
  gap: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 10px -6px rgba(0,0,0, .2);
}

.nav-solutions.active li {
  padding: 8px 16px;
  width: 100%;
  transition: .3s ease-in-out;
}

.nav-solutions.active li:hover {
  background-color: #2B2C45;
  color: white;
}

.section-hero, .section-hero-about, .section-hero-archive, .section-hero-resources {
  background-image: linear-gradient(359.25deg, #002F27 -195.88%, #01836E 134.35%);
  border-bottom-right-radius: 380px;
}

.section-hero-solutions {
  border-bottom-right-radius: 380px;
}

.section-hero-features, .section-hero-solutions {
  border-bottom-right-radius: 380px;
}

.section-name-features {
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(254 124 4 / var(--tw-text-opacity));
}

.industry-page section:nth-child(2) {
  box-shadow: 3px 15px 44px rgba(203, 203, 203, 0.19);
}

.page-content ul {
  list-style: inside;
  padding-left: 24px;
}

.looking-list li {
  font-weight: 500;
  margin-bottom: 12px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 8px;
}

.check-list li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: 20px;
  margin-right: 16px;
}

.faq-list-items li {
	color: #555 !important; 
	box-shadow: none !important;
}

.faq-video iframe {
  width: 100%;
  height: auto;
}

.YouTubePopUp-Close {
  left: unset;
  right: -36px;
}

.features-hero-video iframe {
  z-index: 10;
}

@media (min-width: 768px) {
  .features-hero-video iframe {
    margin-left: 6rem;
  }
}

.tabs li a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tabs li {
  position: relative;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 245 245 / var(--tw-border-opacity));
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(2 137 116 / var(--tw-text-opacity));
  opacity: 0.5;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tabs li.active {
  --tw-border-opacity: 1;
  border-color: rgb(2 137 116 / var(--tw-border-opacity));
  opacity: 1;
}

.tabs li::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid var(--c-green);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: .3s ease-in-out;
}

.tabs li:hover::after {
  transform: scaleX(1);
}

.tab-content {
  transition: .3s ease-in-out;
}

.tab-content a {
  transition: .3s ease-in-out;
}

.tab-content a:hover {
  transform: translateY(-12px);
}

.video-item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: left;
  opacity: 0.5;
}

.video-item.active {
  border-left-width: 4px;
  opacity: 1;
  box-shadow: 8px 10px 13px rgba(122, 122, 122, 0.15);
  z-index: 1;
}

.video-content iframe {
  min-height: 400px;
}

.main-feature {
  transition: .3s ease-in-out;
}

.main-feature:hover {
  transform: translateY(-12px);
}

.rotate-ellipse-360 {
  -webkit-animation-name: rotation360;
          animation-name: rotation360;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.home-circle {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 260px;
}

@media (min-width: 1280px) {
  .home-circle {
    top: 27px;
  }

  .home-circle {
    left: 27px;
  }

  .home-circle {
    width: 67%;
  }
}

.industry-circle {
  position: absolute;
  top: 18px;
  left: 32px;
  width: 217px;
}

@media (min-width: 1280px) {
  .industry-circle {
    top: 2rem;
  }

  .industry-circle {
    left: 50px;
  }

  .industry-circle {
    width: 57%;
  }
}

#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}

.customer-story-info-box > div:nth-child(even) {
  background-color: #f9f9f9;
}

.brand-logo img {
  transition: transform .3s ease-in-out;
}

.brand-logo:hover img {
  transform: scale(1.05);
}

/*
* Contact form
 */

.wpcf7-text, .wpcf7-textarea {
  background-color: #fafafa;
  padding: 12px 16px;
  color: var(--c-dark-green);
}

.wpcf7-submit {
  width: 100% !important;
  background-color: var(--c-dark-green) !important;
  color: white !important;
  padding: 12px 16px;
}

.wpcf7-form-control-wrap, .wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  margin: 8px 0;
}

.wpcf7-form-control-wrap {
  margin: 8px 0;
}

.wpcf7-form p {
  margin-bottom: 20px !important;
}

.wpcf7-form label {
  font-size: 14px;
  color: var(--c-dark-green);
}

.privacy-policy label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.wpcf7-list-item {
  width: 100%;
  margin: unset;
}

.wpcf7-list-item input {
  width: 20px;
  height: 40px;
}

.policy-accept {
  margin-bottom: 12px;
}

.company-size-container {
  margin-bottom: 20px;
}

.company-size {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .company-size {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.company-size .wpcf7-list-item-label {
  width: 100% !important;
  text-align: center;
  border: 1px solid rgba(3, 62, 60, .2);
  padding: 12px 16px;
  transition: .3s ease-in-out;
  background-color: #fafafa;
  cursor: pointer;
}

.company-size .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
}

.company-size input:checked + .wpcf7-list-item-label {
  border: 1px solid var(--c-green);
}

.company-size input {
  display: none;
}

/* New Form */

.role-item {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.role-item label {
  display: inline-block;
  margin-bottom: 8px;
}

.role-item select {
  padding: 4px 24px;
  width: 100%;
  background: #f9f9f9;
}

.trouble-list .wpcf7-checkbox {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .trouble-list .wpcf7-checkbox {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.trouble-list .wpcf7-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.trouble-list input {
  height: 12px !important;
}

.trouble-list .wpcf7-list-item.first {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .trouble-list .wpcf7-list-item.first {
    margin-left: 2px;
  }
}

.system-item {
  margin: 12px 0;
}

.system-item .wpcf7-radio {
  display: flex;
  align-items: center;
  width: 100%;
}

.system-item .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}

/*Newsletter*/

.newsletter {
  position: relative;
  cursor: pointer;
}

.newsletter input[type="submit"] {
  display: none;
}

#news-send {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 12px;
}

/*
    Slider
*/

.swiper-wrapper {
  height: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: white;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-green .swiper-pagination-bullet {
  color: var(--c-green);
  background: var(--c-green);
}

.swiper-pagination .swiper-pagination-bullet {
  color: white;
  background: white;
}

.swiper-pagination-green .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  bottom: -48px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  transform: translateX(0);
}

.swiper-pagination-green span {
  display: inline-block;
}

/*
    Slider Industry
 */

.testimonial-box {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border: 1px solid var(--light-gray);
}

/*
    Logo Slider
 */

.logo-box {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
	box-shadow: 0 8px 20px -10px rgba(0,0,0, .1);
}


.form-template-video iframe {
  width: 100%;
}

@-webkit-keyframes rotation360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotation360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bounceBtn {
  0% {
    transform: translateX(0);
  }

  5% {
    transform: translateX(20px);
  }

  10% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  55% {
    transform: translateX(20px);
  }

  60% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes bounceBtn {
  0% {
    transform: translateX(0);
  }

  5% {
    transform: translateX(20px);
  }

  10% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  55% {
    transform: translateX(20px);
  }

  60% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1280px !important;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1600px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .section-hero-archive {
    border-bottom-right-radius: 140px;
  }
}

@media (max-width: 768px) {
  .section-hero, .section-hero-about, .section-hero-features, .section-hero-solutions {
    border-bottom-right-radius: 240px;
  }

  .swiper-button-next, .swiper-button-prev {
    display: none;
  }

  .video-popup {
    padding: 24px;
  }

  .video-popup-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }

  .industry-cta-video iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
}

@media (max-width: 492px) {
  .nav-solutions {
    flex-direction: column !important;
  }
}

@media (max-width: 412px) {
  .home-circle {
    top: 16px;
    left: 8px;
    width: 70%;
  }
}

.hover\:border-dark-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 62 60 / var(--tw-border-opacity));
}

.hover\:bg-dark-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 62 60 / var(--tw-bg-opacity));
}

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

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

@media (min-width: 640px) {
  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-48 {
    width: 12rem;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:block {
    display: block;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

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

  .md\:max-w-2xl {
    max-width: 42rem;
  }

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

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

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

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

  .md\:p-12 {
    padding: 3rem;
  }

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

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

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

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

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

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

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

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:max-w-none {
    max-width: none;
  }

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

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

@media (min-width: 1536px) {
  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}