/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/style.css ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/animate.css ***!
  \*****************************************************************************************************************/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/style.css (1) ***!
  \*******************************************************************************************************************/
/*
! 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: 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 */
  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:-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;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
}

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

.a {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 540px) {
  .a {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .a {
    max-width: 992px;
  }
}

@media (min-width: 1140px) {
  .a {
    max-width: 1140px;
  }
}

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

.sticky .menu-scroll.active {
  --tw-text-opacity: 1;
  color: #3bb54a;
}

input#checkboxLabel:checked ~ .box span {
  opacity: 1;
}

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

.c {
  position: fixed;
}

.d {
  position: absolute;
}

.e {
  position: relative;
}

.f {
  top: 0px;
}

.g {
  right: 1rem;
}

.h\/2 {
  top: 50%;
}

.i {
  top: 7px;
}

.j {
  top: -8px;
}

.k {
  top: 100%;
}

.l {
  left: 0px;
}

.m {
  right: 0px;
}

.n {
  bottom: 0px;
}

.o {
  right: 10px;
}

.p {
  bottom: 2rem;
}

.q {
  right: 2rem;
}

.r {
  left: auto;
}

.s {
  top: -100%;
}

.t\/2 {
  left: 50%;
}

.u {
  bottom: -0.25rem;
}

.v {
  top: -8rem;
}

.w {
  left: 0.5rem;
}

.x {
  right: -0.25rem;
}

.y {
  left: -0.25rem;
}

.z {
  bottom: -9rem;
}

._ {
  top: -9rem;
}

.aa {
  top: -140%;
}

.ba {
  z-index: 50;
}

.ca {
  z-index: 10;
}

.da {
  z-index: -1;
}

.ea {
  z-index: -10;
}

.fa {
  z-index: 999;
}

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

.ga {
  z-index: 20;
}

.ha {
  margin-left: -1rem;
  margin-right: -1rem;
}

.ia {
  margin-top: 6px;
  margin-bottom: 6px;
}

.ja {
  margin-left: -16px;
  margin-right: -16px;
}

.ka {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

.ma {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.na {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.oa {
  margin-right: 1rem;
}

.pa {
  margin-bottom: 1rem;
}

.qa {
  margin-top: 3rem;
}

.qa6 {
  margin-top: 6rem;
}

.ra {
  margin-bottom: 2.5rem;
}

.sa {
  margin-right: 1.25rem;
}

.ta {
  margin-bottom: 1.5rem;
}

.ua {
  margin-bottom: 6px;
}

.va {
  margin-bottom: 0.75rem;
}

.wa {
  margin-right: 0.75rem;
}

.xa {
  margin-bottom: 2rem;
}

.ya {
  margin-bottom: 0.5rem;
}

.za {
  margin-bottom: 1.25rem;
}

._a {
  margin-left: 0.75rem;
}

.ab {
  margin-top: 1.25rem;
}

.bb {
  margin-bottom: 3.5rem;
}

.cb {
  margin-top: 6px;
}

.db {
  margin-top: 1rem;
}

.eb {
  margin-top: 0.5rem;
}

.fb {
  margin-bottom: 4rem;
}

.gb {
  margin-bottom: 1.75rem;
}

.hb {
  margin-bottom: 3rem;
}

.ib {
  margin-bottom: 2.25rem;
}

.jb {
  margin-bottom: 0.25rem;
}

.kb {
  margin-right: 0.5rem;
}

.lb {
  margin-bottom: 2.75rem;
}

.mb {
  margin-top: 0.25rem;
}

.nb {
  margin-bottom: 6rem;
}

.ob {
  display: block;
}

.pb {
  display: inline-block;
}

.qb {
  display: flex;
}

.rb {
  display: inline-flex;
}

.sb {
  display: none;
}

.tb {
  height: 2px;
}

.ub {
  height: 2.75rem;
}

.vb {
  height: 2rem;
}

.wb {
  height: 50px;
}

.xb {
  height: 75px;
}

.yb {
  height: 100%;
}

.zb {
  height: 2.25rem;
}

._b {
  height: 3rem;
}

.ac {
  height: 2.5rem;
}

.bc {
  height: 0.75rem;
}

.cc {
  height: 5rem;
}

.dc {
  height: 10px;
}

.ec {
  height: 30px;
}

.fc {
  height: 320px;
}

.gc {
  height: 1.25rem;
}

.hc {
  height: 120px;
}

.ic {
  height: 1px;
}

.jc {
  width: 100%;
}

.kc {
  width: 15rem;
}

.lc {
  width: 30px;
}

.mc {
  width: 5rem;
}

.mc6 {
  width: 6rem;
}

.nc {
  width: 2rem;
}

.oc {
  width: 2.25rem;
}

.pc {
  width: 2.5rem;
}

.qc {
  width: 0.75rem;
}

.rc {
  width: 10px;
}

.sc {
  width: 2px;
}

.tc {
  width: 30px;
}

.uc {
  width: 320px;
}

.vc {
  width: 1.25rem;
}

.wc {
  width: 75%;
}

.xc\/3 {
  width: 33.333333%;
}

.yc {
  min-width: 36px;
}

.zc {
  max-width: 100%;
}

._c {
  max-width: 250px;
}

.ad {
  max-width: 50px;
}

.bd {
  max-width: 85px;
}

.cd {
  max-width: 500px;
}

.dd {
  max-width: 330px;
}

.ed {
  max-width: 75px;
}

.fd {
  max-width: 760px;
}

.gd {
  max-width: 620px;
}

.hd {
  max-width: 170px;
}

.id {
  max-width: 590px;
}

.jd {
  max-width: 370px;
}

.kd {
  max-width: 80px;
}

.ld {
  max-width: 630px;
}

.md {
  max-width: 20px;
}

.nd {
  max-width: 350px;
}

.od {
  max-width: 70px;
}

.pd {
  max-width: 60px;
}

.qd\/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));
}

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

.sd {
  --tw-rotate: 45deg;
  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));
}

.td {
  --tw-rotate: 135deg;
  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));
}

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

.vd {
  cursor: pointer;
}

.wd {
  cursor: not-allowed;
}

.xd {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.yd {
  list-style-position: inside;
}

.zd {
  list-style-type: disc;
}

._d {
  flex-wrap: wrap;
}

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

.be {
  align-items: center;
}

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

.de {
  justify-content: center;
}

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

.fe {
  justify-content: space-around;
}

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

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

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

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

.ke {
  overflow: hidden;
}

.le {
  white-space: nowrap;
}

.me {
  border-radius: 0.5rem;
}

.ne {
  border-radius: 0.25rem;
}

.oe {
  border-radius: 9999px;
}

.pe {
  border-radius: 0.375rem;
}

.qe {
  border-radius: 10px;
}

.re {
  border-width: 1px;
}

.se {
  border-width: 0.5px;
}

.te {
  border-width: 4px;
}

.ue {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

.xe {
  border-left-width: 1px;
}

.ye {
  border-bottom-width: 4px;
}

.ze {
  --tw-border-opacity: 1;
  border-color: rgb(99 115 129 / var(--tw-border-opacity));
}

._e {
  border-color: transparent;
}

.af {
  --tw-border-opacity: 1;
  border-color: rgb(181 179 188 / var(--tw-border-opacity));
}

.bf {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 244 / var(--tw-border-opacity));
}

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

.df {
  --tw-border-opacity: 1;
  border-color: #3bb54a;
}

.ef {
  --tw-border-opacity: 1;
  border-color: rgb(45 41 71 / var(--tw-border-opacity));
}

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

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

.hf {
  --tw-border-opacity: 0.1;
}

.if {
  --tw-border-opacity: 0.5;
}

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

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

.lf {
  background-color: transparent;
}

.mf {
  --tw-bg-opacity: 1;
  background-color: rgb(8 3 33 / var(--tw-bg-opacity));
}

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

.of {
  --tw-bg-opacity: 1;
  background-color: #3bb54a;
}

.pf {
  --tw-bg-opacity: 1;
  background-color: rgb(181 179 188 / var(--tw-bg-opacity));
}

.qf {
  --tw-bg-opacity: 1;
  background-color: rgb(19 27 77 / var(--tw-bg-opacity));
}

.rf {
  --tw-bg-opacity: 1;
  background-color: rgb(45 44 74 / var(--tw-bg-opacity));
}

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

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

.uf {
  --tw-bg-opacity: 1;
  background-color: rgb(134 150 202 / var(--tw-bg-opacity));
}

.vf {
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 71 / var(--tw-bg-opacity));
}

.wf {
  --tw-bg-opacity: 1;
  background-color: rgb(99 115 129 / var(--tw-bg-opacity));
}

.xf {
  --tw-bg-opacity: 1;
  background-color: rgb(81 90 149 / var(--tw-bg-opacity));
}

.yf {
  --tw-bg-opacity: 1;
  background-color: rgb(56 66 128 / var(--tw-bg-opacity));
}

.zf {
  --tw-bg-opacity: 0.8;
}

._f {
  --tw-bg-opacity: 0.1;
}

.ag {
  --tw-bg-opacity: 25%;
}

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

.cg {
  fill: currentColor;
}

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

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

.fg {
  padding: 1.5rem;
}

.gg {
  padding: 2rem;
}

.hg {
  padding: 1.75rem;
}

.ig {
  padding: 0.5rem;
}

.jg {
  padding: 1rem;
}

.kg {
  padding: 10px;
}

.lg {
  padding: 0.75rem;
}

.mg {
  padding: 3rem;
}

.ng {
  padding-left: 1rem;
  padding-right: 1rem;
}

.og {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pg {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.qg {
  padding-top: 6px;
  padding-bottom: 6px;
}

.rg {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.vg {
  padding-top: 9px;
  padding-bottom: 9px;
}

.wg {
  padding-left: 2rem;
  padding-right: 2rem;
}

.xg {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.zg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

._g {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.ah {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.bh {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.ch {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.dh {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.eh {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.fh {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.gh {
  padding-top: 120px;
  padding-bottom: 120px;
}

.hh {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ih {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.jh {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.kh {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.lh {
  padding-right: 4rem;
}

.mh {
  padding-top: 140px;
}

.nh {
  padding-bottom: 6rem;
}

.oh {
  padding-bottom: 5rem;
}

.ph {
  padding-bottom: 1.5rem;
}

.qh {
  padding-bottom: 1rem;
}

.rh {
  padding-right: 0.5rem;
}

.sh {
  padding-left: 0.25rem;
}

.th {
  padding-top: 120px;
}

.uh {
  padding-right: 0.25rem;
}

.vh {
  padding-top: 2rem;
}

.wh {
  padding-top: 12rem;
}

.xh {
  padding-bottom: 7rem;
}

.yh {
  padding-top: 2.5rem;
}

.zh {
  padding-bottom: 4rem;
}

._h {
  padding-right: 0.75rem;
}

.ai {
  padding-right: 1.25rem;
}

.bi {
  padding-top: 1.5rem;
}

.ci {
  padding-top: 180px;
}

.di {
  padding-bottom: 120px;
}

.ei {
  text-align: left;
}

.fi {
  text-align: center;
}

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

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

.hi-17 {
  font-size: 17px;
  line-height: 1.25rem;
}

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

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

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

.li {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.ni {
  font-size: 8px;
}

.oi {
  font-weight: 600;
}

.pi {
  font-weight: 700;
}

.qi {
  font-weight: 500;
}

.ri {
  text-transform: uppercase;
}

.si {
  font-style: italic;
}

.ti {
  line-height: 1.375;
}

.ui {
  line-height: 1.25;
}

.vi {
  line-height: 1.625;
}

.wi {
  line-height: 2;
}

.xi {
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
}

.yi {
  --tw-text-opacity: 1;
  color: rgb(8 3 33 / var(--tw-text-opacity));
}

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

._i {
  --tw-text-opacity: 1;
  color: rgb(181 179 188 / var(--tw-text-opacity));
}

.aj {
  --tw-text-opacity: 1;
  color: rgb(19 27 77 / var(--tw-text-opacity));
}

.bj {
  --tw-text-opacity: 1;
  color: #3bb54a;
}

.cj {
  --tw-text-opacity: 1;
  color: rgb(182 191 201 / var(--tw-text-opacity));
}

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

.ej::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(181 179 188 / var(--tw-placeholder-opacity));
}

.ej:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(181 179 188 / var(--tw-placeholder-opacity));
}

.ej::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(181 179 188 / var(--tw-placeholder-opacity));
}

.fj {
  opacity: 0;
}

.gj {
  opacity: 0.2;
}

.hj {
  opacity: 0.7;
}

.ij {
  --tw-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: inset 0 -1px 0 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);
}

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

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

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

.mj {
  --tw-ring-opacity: 1;
  --tw-ring-color: #3bb54a;
}

.nj {
  --tw-grayscale: grayscale(100%);
  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);
}

.oj {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

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

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

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

.sj {
  transition-duration: 300ms;
}

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

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

.vj::after {
  content: var(--tw-content);
  right: 0.25rem;
}

.wj\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.xj::after {
  content: var(--tw-content);
  margin-top: -2px;
}

.yj::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.zj::after {
  content: var(--tw-content);
  width: 0.5rem;
}

._j::after {
  content: var(--tw-content);
  --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));
}

.ak::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.bk::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.ck::after {
  content: var(--tw-content);
  border-right-width: 2px;
}

.dk::after {
  content: var(--tw-content);
  border-color: currentColor;
}

.ek:hover {
  --tw-border-opacity: 1;
  border-color: #3bb54a;
}

.fk:hover {
  --tw-bg-opacity: 1;
  /* background-color: #3bb54a; */
  background-color: #a7ffb2;
}

.gk:hover {
  background-color: #2d294710;
}

.hk:hover {
  --tw-bg-opacity: 0.9;
}

.ik:hover {
  --tw-bg-opacity: 1;
}

.jk:hover {
  --tw-bg-opacity: 0.8;
}

.kk:hover {
  --tw-text-opacity: 1;
  color: #3bb54a;
}

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

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

.nk:hover {
  opacity: 1;
}

.ok:hover {
  --tw-grayscale: grayscale(0);
  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);
}

.pk:focus {
  --tw-border-opacity: 1;
  border-color: #3bb54a;
}

.qk:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.rk:focus-visible {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sk:hover .tk {
  --tw-text-opacity: 1;
  color: #3bb54a;
}

.sk:hover .uk {
  opacity: 1;
}

.vk .wk {
  display: block;
}

.vk .xk {
  display: none;
}

.vk .yk {
  border-width: 0px;
}

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

.vk ._k {
  --tw-border-opacity: 1;
  border-color: rgb(54 61 104 / var(--tw-border-opacity));
}

.vk .al {
  --tw-border-opacity: 1;
  border-color: rgb(45 44 74 / var(--tw-border-opacity));
}

.vk .bl {
  --tw-border-opacity: 1;
  border-color: rgb(181 179 188 / var(--tw-border-opacity));
}

.vk .cl {
  --tw-border-opacity: 0.1;
}

.vk .dl {
  --tw-border-opacity: 0.2;
}

.vk .el {
  --tw-border-opacity: 0.3;
}

.vk .fl {
  --tw-bg-opacity: 1;
  background-color: rgb(8 3 33 / var(--tw-bg-opacity));
}

.vk .gl {
  --tw-bg-opacity: 1;
  background-color: rgb(19 27 77 / var(--tw-bg-opacity));
}

.vk .hl {
  background-color: transparent;
}

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

.vk .jl {
  --tw-bg-opacity: 1;
  background-color: rgb(30 39 99 / var(--tw-bg-opacity));
}

.vk .kl {
  --tw-bg-opacity: 1;
  background-color: #3bb54a;
}

.vk .ll {
  --tw-bg-opacity: 1;
  background-color: rgb(39 46 92 / var(--tw-bg-opacity));
}

.vk .ml {
  --tw-bg-opacity: 1;
  background-color: rgb(20 16 44 / var(--tw-bg-opacity));
}

.vk .nl {
  --tw-bg-opacity: 1;
  background-color: rgb(45 44 74 / var(--tw-bg-opacity));
}

.vk .ol {
  --tw-bg-opacity: 1;
  background-color: rgb(19 27 77 / var(--tw-bg-opacity));
}

.vk .pl {
  --tw-bg-opacity: 1;
  background-color: rgb(181 179 188 / var(--tw-bg-opacity));
}

.vk .ql {
  --tw-bg-opacity: 1;
  background-color: rgb(31 38 86 / var(--tw-bg-opacity));
}

.vk .rl {
  --tw-bg-opacity: 0.8;
}

.vk .sl {
  --tw-bg-opacity: 0.1;
}

.vk .tl {
  --tw-bg-opacity: 0.05;
}

.vk .ul {
  --tw-text-opacity: 1;
  color: rgb(181 179 188 / var(--tw-text-opacity));
}

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

.vk .wl {
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity));
}

.vk .xl {
  --tw-text-opacity: 1;
  color: rgb(19 27 77 / var(--tw-text-opacity));
}

.vk .yl {
  --tw-text-opacity: 1;
  color: rgb(8 3 33 / var(--tw-text-opacity));
}

.vk .zl {
  --tw-grayscale: grayscale(0);
  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);
}

.vk ._l:hover {
  --tw-border-opacity: 1;
  border-color: #3bb54a;
}

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

.vk .bm:hover {
  --tw-bg-opacity: 1;
  background-color: #3bb54a;
}

.vk .cm:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 71 / var(--tw-bg-opacity));
}

.vk .dm:hover {
  --tw-bg-opacity: 0.9;
}

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

.vk .fm:hover {
  --tw-text-opacity: 1;
  color: #3bb54a;
}

.vk .gm:hover {
  opacity: 1;
}

.vk .sk:hover .hm {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 540px) {
  .im {
    position: absolute;
  }

  .jm {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .km {
    margin-bottom: 0px;
  }

  .lm {
    margin-left: 0.75rem;
  }

  .mm {
    margin-top: 0px;
  }

  .nm {
    display: block;
  }

  .om {
    display: inline-block;
  }

  .pm {
    display: flex;
  }

  .qm\/2 {
    width: 50%;
  }

  .rm\/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 {
    justify-content: flex-end;
  }

  .tm {
    padding: 3rem;
  }

  .um {
    padding: 2.5rem;
  }

  .vm {
    padding: 60px;
  }

  .wm {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xm {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .ym {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .zm {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  ._m {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .an {
    padding-right: 6rem;
  }

  .bn {
    text-align: right;
  }

  .cn {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

  .gn {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .hn {
    font-size: 34px;
  }

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

  .jn {
    line-height: 1.25;
  }

  .kn {
    line-height: 1.625;
  }
}

@media (min-width: 768px) {
  .ln\/2 {
    left: 50%;
  }

  .mn {
    left: auto;
  }

  .nn {
    right: -2.25rem;
  }

  .on {
    right: auto;
  }

  .pn {
    left: -2.25rem;
  }

  .qn {
    margin-bottom: 4rem;
  }

  .rn {
    margin-right: 0.75rem;
  }

  .sn {
    margin-bottom: 0px;
  }

  .tn {
    margin-left: 0.75rem;
  }

  .un {
    display: block;
  }

  .vn\/2 {
    width: 50%;
  }

  .wn {
    padding: 2.25rem;
  }

  .xn {
    padding: 2rem;
  }

  .yn {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .zn {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  ._n {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .ao {
    text-align: right;
  }

  .bo {
    font-size: 45px;
  }

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

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

@media (min-width: 992px) {
  .eo {
    visibility: hidden;
  }

  .fo {
    position: static;
  }

  .go {
    position: absolute;
  }

  .ho {
    top: 115%;
  }

  .io {
    right: -3.2rem;
  }

  .jo {
    left: -3.2rem;
  }

  .ko {
    margin-left: 1.75rem;
  }

  .ko3 {
    margin-left: 3.75rem;
  }

  .lo {
    margin-top: 0px;
  }

  .mo {
    margin-bottom: 0.75rem;
  }

  .no {
    margin-bottom: 0px;
  }

  .oo {
    margin-right: 1.25rem;
  }

  .po {
    margin-left: 1.25rem;
  }

  .qo {
    display: block;
  }

  .ro {
    display: flex;
  }

  .so {
    display: inline-flex;
  }

  .to {
    display: none;
  }

  .uo {
    width: 100%;
  }

  .vo {
    width: 250px;
  }

  .wo\/12 {
    width: 33.333333%;
  }

  .xo\/12 {
    width: 66.666667%;
  }

  .yo\/2 {
    width: 50%;
  }

  .yo\/3 {
    width: 33.333333%;
  }

  .zo\/12 {
    width: 83.333333%;
  }

  .yo\/4 {
    width: 25%;
  }

  .yt\/4 {
    width: 32%;
  }

  .zp\/5 {
    width: 20%;
  }

  ._o\/12 {
    width: 75%;
  }

  .ap\/12 {
    width: 58.333333%;
  }

  .bp\/12 {
    width: 41.666667%;
  }

  .cp {
    max-width: 100%;
  }

  .dp {
    background-color: transparent;
  }

  .ep {
    padding: 1rem;
  }

  .fp {
    padding: 2rem;
  }

  .gp {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

  .ip {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .jp {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .kp {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mp {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .np {
    padding-left: 0px;
  }

  .op {
    padding-right: 1rem;
  }

  .pp {
    padding-right: 0px;
  }

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

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

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

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

  .up {
    line-height: 1.625;
  }

  .vp {
    line-height: 1.25;
  }

  .wp {
    opacity: 0;
  }

  .xp {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .zp::after {
    content: var(--tw-content);
    right: 0px;
  }

  .sk:hover ._p {
    visibility: visible;
  }

  .sk:hover .aq {
    top: 100%;
  }

  .vk .bq {
    background-color: transparent;
  }
}

@media (min-width: 1140px) {
  .cq {
    margin-left: 2.5rem;
  }

  .dq {
    margin-bottom: 0px;
  }

  .eq {
    margin-bottom: 5rem;
  }

  .fq {
    display: flex;
  }

  .gq\/12 {
    width: 33.333333%;
  }

  .hq\/12 {
    width: 16.666667%;
  }

  .f1 {
    width: 30%;
  }

  .f2 {
    width: 20%;
  }

  .f3 {
    width: 20%;
  }

  .f4 {
    width: 30%;
  }

  .iq\/12 {
    width: 75%;
  }

  .jq\/12 {
    width: 66.666667%;
  }

  .kq {
    padding: 2.25rem;
  }

  .lq {
    padding: 2rem;
  }

  .mq {
    padding: 2.5rem;
  }

  .nq {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .oq {
    padding-left: 3rem;
  }

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

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

  .rq {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }

  .sq {
    font-size: 34px;
  }

  .tq {
    line-height: 1.625;
  }

  .uq {
    line-height: 1.25;
  }

  .prev {
    left: -5rem !important;
  }

  .next {
    right: -5rem !important;
  }
}

@media (min-width: 1320px) {
  .\32xl\:ud-ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:ud-pl-20 {
    padding-left: 5rem;
  }
}

@media (min-width: 320px) {
  .w-10re {
    width: 20rem !important;
  }
}

@media (max-width: 768px) {
  section h2 {
    font-size: 1.5rem;
  }
  .comparison {
    padding: 10px !important;
  }

  .footer {
    flex-direction: column;
  }
  .th {
    padding-top: 30px;
  }
  .comparison .cta-btn {
    margin-bottom: 30px;
  }
  .left h1 {
    font-size: 1.3rem !important;
  }

  .left p {
    font-size: 0.8remrem !important;
  }

  .left p {
    width: 100%;
    text-align: justify;
  }

  .monitor-screen {
    /* width: 85% !important; */
  }

  .monitor-img {
    /* width: 90% !important; */
  }
  .about-sec {
    width: 100% !important;
  }
}

.display-inline {
  display: inline-table;
  margin-top: 1rem;
}

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 30px 50px;
}

.counter {
  font-size: 60px;
  margin-top: 10px;
}

.text-color {
  color: #3bb54a;
}

.timeline-text-1 {
  margin: 0px 9px 0px 0px;
  font-size: 15px;
  font-weight: 600;
}

.timeline-text-2 {
  margin: 0px 9px 0px 6px;
  font-size: 15px;
  font-weight: 600;
}

.timeline-text-3 {
  margin: 0px 7px 0px 0px;
  font-size: 15px;
  font-weight: 600;
}

.timeline-text-4 {
  margin: 0px 9px 0px 6px;
  font-size: 15px;
  font-weight: 600;
}

.w-10re {
  width: 10rem;
}

.ja {
  margin-top: 6px;
  margin-bottom: 6px;
}

.lrb {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.text-wrap-pretty {
  text-wrap: pretty;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 95%;
  margin: auto;
  flex-wrap: wrap;
}

.left {
  flex: 1;
  min-width: 300px;
}

.left h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.left h1 span {
  color: #04c023;
}

.left p {
  margin-bottom: 25px;
  color: #212020;
  line-height: 1.6;
}

.features {
  list-style: none;
  margin-bottom: 30px;
}

.features li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.features li::before {
  content: "✓";
  background: -webkit-linear-gradient(
    rgba(1, 66, 39, 0.87),
    rgba(4, 192, 35, 0.83)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn {
  background: linear-gradient(90deg, #00f5a0, #00d9f5);
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn:hover {
  opacity: 0.9;
}

.right {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.monitor-frame {
  /* position: relative; */
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}

.monitor-screen {
  position: absolute;
  top: 12%;
  left: 3%;
  width: 94%;
  height: 60%;
  object-fit: cover;
  z-index: 1;
}
.monitor-carousel {
  display: flex;
  /* width: 300%; */
  height: 100%;
  animation: monitorslide 9s infinite;
}

.monitor-carousel-image {
  width: 100%;
  height: 60%;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
}

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

  33% {
    transform: translateX(0);
  }

  34% {
    transform: translateX(-100%);
  }

  66% {
    transform: translateX(-100%);
  }

  67% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(-200%);
  }
}
.monitor-img {
  width: 101%;
  max-width: 110% !important;
  display: block;
  z-index: 2;
  position: relative;
}

.comparison {
  position: relative;
  padding: 60px 60px;
  text-align: center;
  overflow: hidden;
}

.comparison::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, #d4fcdc 0%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

h2 {
  font-size: 36px;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cards {
    flex-direction: row;
  }
}

.card {
  flex: 1;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  text-align: left;
}

.card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.tag {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 9999px;
  margin-bottom: 16px;
}

.tag.red {
  background-color: #ffe5e5;
  color: #d60000;
}

.tag.green {
  background-color: #e5fbe5;
  color: #007a00;
}

.card h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card ul li {
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.card ul li span {
  /* content: "✔️"; */
  display: inline-block;
  margin-right: 20px;
}

.card.red ul li span {
  /* content: "❌"; */
  display: inline-block;
  margin-right: 20px;
}

.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 20px;
  gap: 20px;
}

.feature-box {
  background: radial-gradient(circle, #d4fcdc7c 0%, transparent 70%);
  border-radius: 15px;
  width: 300px;
  padding: 50px 20px;
  text-align: center;
  /* box-shadow: 0 0 15px rgba(0, 255, 0, 0.1); */
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: #00ff00;
}

.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.desc {
  font-size: 14px;
  color: black;
}

/* Road Map */

.cd-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  /* background: #e8ebec; */
  background: radial-gradient(circle, #d4fcdc7c 0%, transparent 70%);
  /* background-image:
    radial-gradient(circle, #d4fcdc7c 40%, transparent 70%),
    linear-gradient(to bottom, #e8ebec, #e8ebec); */
  padding: 0 10%;
  border-radius: 2px;
  border-radius: 30px;
}

.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  /* margin-bottom: 2em; */
}

#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: rgb(34 191 39);
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    /* margin-bottom: 3em; */
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 2em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(34 191 39), inset 0 2px 0 rgba(0, 0, 0, 0.08),
    0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img {
  background: rgb(255 255 255);
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

.cd-timeline-content {
  background: radial-gradient(circle, #d4fcdc7c 0%, transparent 70%);
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.cd-timeline-content:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5);
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: radial-gradient(120% 100% at 50% 0, #004d2e 0%, #021407 100%);
  border-radius: 15px;
  padding: 1em;
}

.cd-timeline-content .timeline-content-info {
  background: #2b343a;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.cd-timeline-content .timeline-content-info i {
  margin-right: 5px;
}

.cd-timeline-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-content .timeline-content-info .timeline-content-info-date {
  width: calc(50% - 2px);
  display: inline-block;
}

@media (max-width: 500px) {
  .cd-timeline-content .timeline-content-info .timeline-content-info-title,
  .cd-timeline-content .timeline-content-info .timeline-content-info-date {
    display: block;
    width: 100%;
  }
}

.cd-timeline-content .content-skills {
  font-size: 12px;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cd-timeline-content .content-skills li {
  background: #40484d;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 10px;
  color: rgba(255, 255, 255, 0.7);
  margin: 3px 2px;
  text-align: center;
  flex-grow: 1;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}

.cd-timeline-content p,
.cd-timeline-content .cd-date {
  color: rgb(214, 214, 214);
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-date {
  display: inline-block;
  color: black;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #333c42;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.cd-timeline-content .cd-date {
  position: absolute;
  width: 100%;
  left: -38px;
  top: 11px;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    color: white;
    margin-left: 0;
    padding: 1.6em;
    width: 36%;
    margin: 0 5%;
    border-radius: 15px;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #333c42;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 482px;
    top: 26px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #333c42;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 481px;
    top: 26px;
    text-align: right;
  }
}

/* Caurosal */

/* ——— Scene ——— */
.scene {
  width: 100%;
  max-width: 1100px;
  padding: 3rem 1rem;
  background: radial-gradient(120% 100% at 50% 0, #004d2e 0%, #021407 100%);
  border: 2px solid #04431e;
  border-radius: 16px;
  box-shadow: 0 0 45px rgba(0, 255, 120, 0.15);
  position: relative;
  /* overflow: hidden; */
  margin: auto;
}

/* grid-like subtle pattern */
.scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

/* ——— Heading ——— */
h2 {
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

h2 .accent {
  color: #11e47c;
  text-shadow: 0 0 6px rgba(17, 228, 124, 0.6);
}

/* ——— Carousel Wrapper ——— */
.carousel {
  display: flex;
  gap: 2rem;
  transition: transform 0.6s cubic-bezier(0.7, 0.01, 0.28, 1);
  will-change: transform;
}

.frame {
  flex: 0 0 220px;
  position: relative;
  transition: transform 0.4s, filter 0.4s;
  filter: grayscale(0.4);
  border-radius: 26px;
}

.frame .testimonial-card {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  padding: 10px;
  display: block;
  background-color: rgb(255, 255, 255);
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.testimonial-header {
  width: 100%;
  height: 58px;
  margin-top: 10px;
}
.testimonial-header .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.frame img {
  width: 100%;
  border-radius: 26px;
  display: block;
}

/* highlighted center slide */
.frame.active {
  transform: scale(1.1);
  filter: none;
  box-shadow: 0 0 0 4px #11e47c, 0 12px 26px rgba(17, 228, 124, 0.35);
  margin-right: 10px;
}

/* ——— Dots ——— */
.dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2e5d46;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: #11e47c;
}

/* ——— Arrows ——— */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #022413;
  border: 2px solid #11e47c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.nav-btn:hover {
  background: #03391c;
}

.nav-btn svg {
  width: 22px;
  height: 22px;
  fill: #11e47c;
}

.prev {
  left: 0rem;
}

.next {
  right: 0rem;
}

/* —— Responsive tweak —— */
@media (max-width: 600px) {
  .frame {
    flex: 0 0 70vw;
  }
}

/* FAQ */
.faq-container {
  max-width: 700px;
  text-align: center;
  margin: auto;
}

.badge {
  display: inline-block;
  background: white;
  color: #333;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.subtext {
  color: #333;
  margin-bottom: 30px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion .active {
  /* background-color: #007a00; */
}

.accordion-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
}

.accordion-header {
  width: 100%;
  padding: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: white;
}

.accordion-header {
  position: relative;
  cursor: pointer;
  padding-right: 40px;
  /* space for the icon */
}

.accordion-header .arrow-icon {
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

/* Optional: rotate icon when active */
.accordion-header.active .arrow-icon {
  transform: rotate(180deg);
}

.accordion-item.active .accordion-header::after {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  /* background: #fff; */
  font-size: 14px;
  color: #333;
  text-align: left;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 300px;
  padding: 0 18px 18px;
}

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

/* stats */
.stats-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 60px 40px;
}

.stats-left {
  flex: 1 1 300px;
}

.stats-left h5 {
  color: #232323;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
}

.stats-left h1 {
  font-size: 32px;
  font-weight: bold;
  color: #111;
  line-height: 1.3;
}

.stats-right {
  flex: 1 1 400px;
  display: flex;
  /* flex-direction: column; */
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f1fdf3;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5cbf2a;
  font-size: 24px;
  font-weight: bold;
}

.stat-item p {
  font-size: 18px;
  color: #111;
  margin: 0;
  line-height: 1.4;
}

.cta-btn {
  margin-top: 10px;
  padding: 12px 28px;
  /* background: #04C023;
    background: linear-gradient(90deg, rgba(4, 192, 35, 1) 0%, rgba(4, 192, 35, 0.78) 100%); */
  background: #014227;
  background: linear-gradient(
    90deg,
    rgba(1, 66, 39, 0.87) 0%,
    rgba(4, 192, 35, 0.83) 100%
  );
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1000px) {
  .head-2 {
    margin-right: 70px !important;
  }
  .head-2 {
    margin-left: 0px;
  }
}
/* Responsive for small screens */
@media screen and (max-width: 768px) {
  .stats-section {
    /* flex-direction: column; */
    align-items: flex-start;
    padding: 40px 20px;
  }

  .stats-right {
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stats-left h1 {
    font-size: 26px;
  }

  .stats-right {
    gap: 20px;
  }

  .circle {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }

  .stat-item p {
    font-size: 16px;
  }

  .cta-btn {
    font-size: 14px;
    padding: 10px 24px;
  }

  .prev {
    top: 60%;
    left: 0;
  }

  .next {
    top: 60%;
    right: 0;
  }

  .h-1 {
    font-size: 28px !important;
  }

  .scrolling-words-box {
    /* height: auto !important; */
  }

  .scrolling-words-container {
    font-size: 1rem !important;
    justify-content: center !important;
    margin-top: 0px !important;
  }

  .scrolling-words-box {
    height: 1.5rem !important;
  }

  .scrolling-words-box ul {
    /* display: none; */
  }

  .head-2 {
    font-size: 1rem !important;
    margin-right: 0px !important;
  }
  .dash {
    display: none !important;
  }

  .scrolling-words-box span {
    color: #5f6368d6 !important;
    font-size: 0.8rem !important;
    width: 100%;
    text-align: left !important;
  }

  .scrolling-words-box ul {
    width: 100% !important;
  }
  .scrolling-words-box ul li {
    text-align: center !important;
  }
}

/* header slider */

.scrolling-words-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 2rem;
  font-weight: 600;
}

.scrolling-words-box {
  height: 3rem;
  /* margin: auto; */
  overflow: hidden;
}

.scrolling-words-box ul {
  margin: 0px;
  /* margin: 0 0.625rem; */
  padding: 0;
  animation: scrollUp 5s infinite;
}

/* .scrolling-words-box ul li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 3rem;
  list-style: none;
} */

@keyframes scrollUp {
  0%,
  5% {
    transform: translateY(0%);
  }

  20%,
  25% {
    transform: translateY(-20%);
  }

  45%,
  50% {
    transform: translateY(-40%);
  }

  70%,
  75% {
    transform: translateY(-60%);
  }

  95%,
  100% {
    transform: translateY(-80%);
  }
}

/* footer-block */
.footer-block {
  background: radial-gradient(circle, #d4fcdc7c 40%, transparent 70%);
}

.word-gradient-color {
  background: -webkit-linear-gradient(
    rgba(1, 66, 39, 0.87),
    rgba(4, 192, 35, 0.83)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

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