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

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 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

[hidden] {
  display: none;
}

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

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

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-x-0 {
  left: -0px;
  right: -0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.top-1\.5 {
  top: .6rem;
}

.bottom-0 {
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.order-first {
  order: -9999;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.-m-2 {
  margin: -.8rem;
}

.m-auto {
  margin: auto;
}

.-m-4 {
  margin: -1.6rem;
}

.-m-3 {
  margin: -1.2rem;
}

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

.-mx-3 {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.-mx-2 {
  margin-left: -.8rem;
  margin-right: -.8rem;
}

.my-3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.-mx-5 {
  margin-left: -2.0rem;
  margin-right: -2.0rem;
}

.mb-2\.5 {
  margin-bottom: 1.0rem;
}

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

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

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

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

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

.mb-10 {
  margin-bottom: 4.0rem;
}

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

.mt-5 {
  margin-top: 2.0rem;
}

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 2.8rem;
}

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

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

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

.mr-1\.5 {
  margin-right: .6rem;
}

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

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

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

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

.mt-14 {
  margin-top: 5.6rem;
}

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-12 {
  height: 4.8rem;
}

.h-full {
  height: 100%;
}

.h-5 {
  height: 2.0rem;
}

.h-7 {
  height: 2.8rem;
}

.h-3 {
  height: 1.2rem;
}

.h-11 {
  height: 4.4rem;
}

.h-8 {
  height: 3.2rem;
}

.h-4 {
  height: 1.6rem;
}

.h-6 {
  height: 2.4rem;
}

.h-10 {
  height: 4.0rem;
}

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

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

.w-12 {
  width: 4.8rem;
}

.w-full {
  width: 100%;
}

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

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

.w-5 {
  width: 2.0rem;
}

.w-7 {
  width: 2.8rem;
}

.w-3 {
  width: 1.2rem;
}

.w-11 {
  width: 4.4rem;
}

.w-8 {
  width: 3.2rem;
}

.w-4 {
  width: 1.6rem;
}

.w-16 {
  width: 6.4rem;
}

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

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

.w-11\/12 {
  width: 91.666667%;
}

.w-4\/5 {
  width: 80%;
}

.w-9 {
  width: 3.6rem;
}

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 4.0rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-3\/5 {
  width: 60%;
}

.max-w-\[90rem\] {
  max-width: 90rem;
}

.max-w-\[88\.0rem\] {
  max-width: 88.0rem;
}

.max-w-\[10rem\] {
  max-width: 10rem;
}

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

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

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.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;
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

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

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

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

.rounded-3xl {
  border-radius: 2.4rem;
}

.rounded {
  border-radius: .4rem;
}

.rounded-2xl {
  border-radius: 1.6rem;
}

.rounded-tl-lg {
  border-top-left-radius: .8rem;
}

.rounded-tr-lg {
  border-top-right-radius: .8rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: .8rem;
}

.rounded-br-lg {
  border-bottom-right-radius: .8rem;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

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

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

.border-theme_color {
  --tw-border-opacity: 1;
  border-color: rgb(7 97 50 / var(--tw-border-opacity));
}

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.bg-theme_color {
  --tw-bg-opacity: 1;
  background-color: rgb(7 97 50 / var(--tw-bg-opacity));
}

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

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

.bg-theme_color_300 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 242 230 / var(--tw-bg-opacity));
}

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.p-2 {
  padding: .8rem;
}

.p-\[0\.2rem\] {
  padding: 0.2rem;
}

.p-6 {
  padding: 2.4rem;
}

.p-3 {
  padding: 1.2rem;
}

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

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

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

.px-2\.5 {
  padding-left: 1.0rem;
  padding-right: 1.0rem;
}

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

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

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

.py-5 {
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}

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

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

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

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

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

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

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

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

.pb-2\.5 {
  padding-bottom: 1.0rem;
}

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

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

.pt-10 {
  padding-top: 4.0rem;
}

.pb-5 {
  padding-bottom: 2.0rem;
}

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

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

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

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

.pb-10 {
  padding-bottom: 4.0rem;
}

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

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

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

.pt-5 {
  padding-top: 2.0rem;
}

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

.pl-2 {
  padding-left: .8rem;
}

.pr-5 {
  padding-right: 2.0rem;
}

.pl-7 {
  padding-left: 2.8rem;
}

.pb-20 {
  padding-bottom: 8.0rem;
}

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

.pb-7 {
  padding-bottom: 2.8rem;
}

.pl-1 {
  padding-left: .4rem;
}

.pl-3 {
  padding-left: 1.2rem;
}

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

.pl-4 {
  padding-left: 1.6rem;
}

.pr-2 {
  padding-right: .8rem;
}

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

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

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

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

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

.text-base {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.text-sm {
  font-size: 1.4rem;
  line-height: 2.0rem;
}

.text-xl {
  font-size: 2.0rem;
  line-height: 2.8rem;
}

.text-\[2\.6rem\] {
  font-size: 2.6rem;
}

.text-lg {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.text-xs {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.text-3xl {
  font-size: 3.0rem;
  line-height: 3.6rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.leading-none {
  line-height: 1;
}

.leading-\[2\.4rem\] {
  line-height: 2.4rem;
}

.leading-\[2\.1rem\] {
  line-height: 2.1rem;
}

.leading-8 {
  line-height: 3.2rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-7 {
  line-height: 2.8rem;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

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

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

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

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

.text-theme_color {
  --tw-text-opacity: 1;
  color: rgb(7 97 50 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-theme_color_700 {
  --tw-text-opacity: 1;
  color: rgb(20 118 68 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-25 {
  opacity: 0.25;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

html{
  font-size:62.5%
}

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-wrap:break-word;
}

body{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  font-weight: normal;
  overflow-x: hidden;
}

img{
  vertical-align:middle;
  max-width:100%;
}

a img{
  border:none;
}

a{
  text-decoration:none;
  color:#000;
}

ul{
  list-style:none;
  margin-left: 0;
}

:focus{
  outline:none
}

.clr{
  clear:both;
  float:none;
  display:block;
}

.clr:after, .afclr:after{
  clear:both;
  float:none;
  display:block;
  content:""
}

input[type="submit"], button{
  -webkit-appearance:none
}

select{
  word-wrap:normal
}

::-webkit-input-placeholder {
  color: #8d8c8c;
}

:-moz-placeholder {
  color: #8d8c8c;
}

::-moz-placeholder {
  color: #8d8c8c;
}

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

/*Responsive Css*/

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

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

@media not all and (min-width: 1536px){
}

@media not all and (min-width: 1280px){
}

@media not all and (min-width: 1024px){
}

@media not all and (min-width: 768px){
}

@media not all and (min-width: 640px){
}

.hover\:bg-theme_color_700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 118 68 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.hover\:text-theme_color_700:hover {
  --tw-text-opacity: 1;
  color: rgb(20 118 68 / var(--tw-text-opacity));
}

.group:hover .group-hover\:bg-theme_color_700 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 118 68 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-theme_color {
  fill: #076132;
}

@media (min-width: 640px) {
  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:-mx-5 {
    margin-left: -2.0rem;
    margin-right: -2.0rem;
  }

  .sm\:-mx-4 {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .sm\:-mx-2 {
    margin-left: -.8rem;
    margin-right: -.8rem;
  }

  .sm\:mb-5 {
    margin-bottom: 2.0rem;
  }

  .sm\:mt-5 {
    margin-top: 2.0rem;
  }

  .sm\:mb-8 {
    margin-bottom: 3.2rem;
  }

  .sm\:mb-3 {
    margin-bottom: 1.2rem;
  }

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

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

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

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

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

  .sm\:mt-4 {
    margin-top: 1.6rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1.6rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-16 {
    height: 6.4rem;
  }

  .sm\:h-7 {
    height: 2.8rem;
  }

  .sm\:h-6 {
    height: 2.4rem;
  }

  .sm\:w-16 {
    width: 6.4rem;
  }

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

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

  .sm\:w-7 {
    width: 2.8rem;
  }

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

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-5 {
    width: 2.0rem;
  }

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

  .sm\:max-w-\[25rem\] {
    max-width: 25rem;
  }

  .sm\:max-w-\[28rem\] {
    max-width: 28rem;
  }

  .sm\:-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));
  }

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

  .sm\:p-3 {
    padding: 1.2rem;
  }

  .sm\:p-1\.5 {
    padding: .6rem;
  }

  .sm\:p-1 {
    padding: .4rem;
  }

  .sm\:py-11 {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }

  .sm\:px-5 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }

  .sm\:px-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .sm\:px-9 {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

  .sm\:py-14 {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .sm\:py-10 {
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
  }

  .sm\:px-6 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .sm\:px-8 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .sm\:py-4 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .sm\:py-5 {
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
  }

  .sm\:pb-7 {
    padding-bottom: 2.8rem;
  }

  .sm\:pt-14 {
    padding-top: 5.6rem;
  }

  .sm\:pb-11 {
    padding-bottom: 4.4rem;
  }

  .sm\:pb-10 {
    padding-bottom: 4.0rem;
  }

  .sm\:pb-14 {
    padding-bottom: 5.6rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1.6rem;
  }

  .sm\:pt-2 {
    padding-top: .8rem;
  }

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

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

  .sm\:text-3xl {
    font-size: 3.0rem;
    line-height: 3.6rem;
  }

  .sm\:text-lg {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .sm\:text-base {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .sm\:text-xl {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }

  .sm\:text-sm {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }

  .sm\:text-2xl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .sm\:leading-\[3\.2rem\] {
    line-height: 3.2rem;
  }

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

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-3 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .md\:my-5 {
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
  }

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

  .md\:mt-3 {
    margin-top: 1.2rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 1.0rem;
  }

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

  .md\:mt-4 {
    margin-top: 1.6rem;
  }

  .md\:mb-8 {
    margin-bottom: 3.2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:w-64 {
    width: 25.6rem;
  }

  .md\:w-11 {
    width: 4.4rem;
  }

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

  .md\:flex-grow {
    flex-grow: 1;
  }

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:rounded-l-lg {
    border-top-left-radius: .8rem;
    border-bottom-left-radius: .8rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .8rem;
    border-bottom-right-radius: .8rem;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

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

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

  .md\:py-24 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .md\:px-3 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .md\:px-9 {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

  .md\:py-5 {
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
  }

  .md\:py-4 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .md\:px-5 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }

  .md\:px-6 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

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

  .md\:pb-5 {
    padding-bottom: 2.0rem;
  }

  .md\:pt-24 {
    padding-top: 9.6rem;
  }

  .md\:pb-12 {
    padding-bottom: 4.8rem;
  }

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

  .md\:pb-20 {
    padding-bottom: 8.0rem;
  }

  .md\:pt-9 {
    padding-top: 3.6rem;
  }

  .md\:pb-2 {
    padding-bottom: .8rem;
  }

  .md\:pt-5 {
    padding-top: 2.0rem;
  }

  .md\:pt-2 {
    padding-top: .8rem;
  }

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

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

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

  .md\:text-3xl {
    font-size: 3.0rem;
    line-height: 3.6rem;
  }

  .md\:text-xl {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }

  .md\:text-xs {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

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

  .lg\:-mx-5 {
    margin-left: -2.0rem;
    margin-right: -2.0rem;
  }

  .lg\:-mx-6 {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }

  .lg\:my-2 {
    margin-top: .8rem;
    margin-bottom: .8rem;
  }

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

  .lg\:my-5 {
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
  }

  .lg\:mt-14 {
    margin-top: 5.6rem;
  }

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

  .lg\:mb-4 {
    margin-bottom: 1.6rem;
  }

  .lg\:mb-20 {
    margin-bottom: 8.0rem;
  }

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

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

  .lg\:mb-8 {
    margin-bottom: 3.2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-9 {
    height: 3.6rem;
  }

  .lg\:h-7 {
    height: 2.8rem;
  }

  .lg\:h-3 {
    height: 1.2rem;
  }

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

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

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

  .lg\:w-9 {
    width: 3.6rem;
  }

  .lg\:w-7 {
    width: 2.8rem;
  }

  .lg\:w-3 {
    width: 1.2rem;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

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

  .lg\:w-11 {
    width: 4.4rem;
  }

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

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

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

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:p-2 {
    padding: .8rem;
  }

  .lg\:px-7 {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

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

  .lg\:px-5 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }

  .lg\:py-8 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

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

  .lg\:px-10 {
    padding-left: 4.0rem;
    padding-right: 4.0rem;
  }

  .lg\:py-20 {
    padding-top: 8.0rem;
    padding-bottom: 8.0rem;
  }

  .lg\:py-28 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

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

  .lg\:py-4 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .lg\:pt-28 {
    padding-top: 11.2rem;
  }

  .lg\:pb-\[6rem\] {
    padding-bottom: 6rem;
  }

  .lg\:pb-14 {
    padding-bottom: 5.6rem;
  }

  .lg\:pb-\[5\.2rem\] {
    padding-bottom: 5.2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 3.2rem;
  }

  .lg\:pt-4 {
    padding-top: 1.6rem;
  }

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

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

  .lg\:pl-11 {
    padding-left: 4.4rem;
  }

  .lg\:pr-11 {
    padding-right: 4.4rem;
  }

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

  .lg\:pt-11 {
    padding-top: 4.4rem;
  }

  .lg\:pl-5 {
    padding-left: 2.0rem;
  }

  .lg\:pr-8 {
    padding-right: 3.2rem;
  }

  .lg\:pl-10 {
    padding-left: 4.0rem;
  }

  .lg\:pb-12 {
    padding-bottom: 4.8rem;
  }

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

  .lg\:pb-24 {
    padding-bottom: 9.6rem;
  }

  .lg\:pb-3 {
    padding-bottom: 1.2rem;
  }

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

  .lg\:pt-14 {
    padding-top: 5.6rem;
  }

  .lg\:pr-5 {
    padding-right: 2.0rem;
  }

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

  .lg\:text-lg {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .lg\:text-xl {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }

  .lg\:text-\[2\.2rem\] {
    font-size: 2.2rem;
  }

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

  .lg\:text-base {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

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

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

  .lg\:leading-7 {
    line-height: 2.8rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-1 {
    margin-top: .4rem;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-20 {
    height: 8.0rem;
  }

  .xl\:h-9 {
    height: 3.6rem;
  }

  .xl\:h-4 {
    height: 1.6rem;
  }

  .xl\:w-20 {
    width: 8.0rem;
  }

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

  .xl\:w-9 {
    width: 3.6rem;
  }

  .xl\:w-4 {
    width: 1.6rem;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

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

  .xl\:max-w-\[25rem\] {
    max-width: 25rem;
  }

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

  .xl\:py-14 {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .xl\:py-4 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .xl\:py-24 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .xl\:pb-24 {
    padding-bottom: 9.6rem;
  }

  .xl\:pl-14 {
    padding-left: 5.6rem;
  }

  .xl\:pr-14 {
    padding-right: 5.6rem;
  }

  .xl\:pt-6 {
    padding-top: 2.4rem;
  }

  .xl\:pl-16 {
    padding-left: 6.4rem;
  }

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

  .xl\:pt-24 {
    padding-top: 9.6rem;
  }

  .xl\:pb-36 {
    padding-bottom: 14.4rem;
  }

  .xl\:pb-6 {
    padding-bottom: 2.4rem;
  }

  .xl\:text-sm {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }

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

  .xl\:text-xl {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }

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

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-6 {
    line-height: 2.4rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-12 {
    top: 4.8rem;
  }

  .\32xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .\32xl\:leading-7 {
    line-height: 2.8rem;
  }
}






