/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/tailwind.css ***!
  \*************************************************************************************************************************************************/
/*
! tailwindcss v3.4.11 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-5 {
  bottom: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.top-\[2px\] {
  top: 2px;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[425px\] {
  height: 425px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-3 {
  width: 0.75rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[425px\] {
  width: 425px;
}
.w-full {
  width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[434px\] {
  max-width: 434px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.flex-1 {
  flex: 1 1 0%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#dcdcdc\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.bg-\[\#F1F2F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 241 / var(--tw-bg-opacity));
}
.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(2 145 110 / var(--tw-bg-opacity));
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(196 210 225 / var(--tw-bg-opacity));
}
.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-2 {
  padding: 0.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.text-\[\#515151\] {
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity));
}
.text-\[\#707070\] {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-\[\#858585\] {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}
.text-\[\#8FCEAB\] {
  --tw-text-opacity: 1;
  color: rgb(143 206 171 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(113 114 114 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(2 145 110 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.blur {
  --tw-blur: blur(8px);
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


  @font-face {
    font-family: 'clarimo-bold';
    src: url('../fonts/ClarimoUDPE-DemiBold.ttf');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
  }
  @font-face {
    font-family: 'clarimo-medium';
    src: url('../fonts/ClarimoUDPE-Medium.ttf');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
  }
  @font-face {
    font-family: 'clarimo-regular';
    src: url('../fonts/ClarimoUDPE-Regular.ttf');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
  }
  @font-face {
    font-family: 'clarimo-light';
    src: url('../fonts/ClarimoUDPE-Light.otf');
    font-style: normal;
    font-display: swap;
  }

  h3, p {
    font-family: 'clarimo-regular';
  }
  label {
    font-family: 'clarimo-bold';
    font-size:16px;
  }

html {
  scroll-behavior: smooth;
}

.hero-bg {
  background: rgb(113,197,170);
  background: linear-gradient(90deg, rgba(113,197,170,1) 51%, #2E77AC 51%);
}
.radial-hero-bg {
  background: transparent url('../images/radial-bg.png') center center no-repeat;
}
.hero-text {
  position: absolute;
  right: 140px;
  top: 50%;
  transform: translateY(-50%);
  text-align:center;
  font-family: 'clarimo-regular';
}

.hero {
  background: transparent url('../images/hero-bg.png') bottom center no-repeat;
}
.clarimo-bold {
  font-family: 'clarimo-bold';
}
.clarimo-medium {
  font-family: 'clarimo-medium';
}
.clarimo-regular {
  font-family: 'clarimo-regular';
}
.clarimo-light {
  font-family: 'clarimo-light';
}

.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 145 110 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  font-family: 'clarimo-bold';
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 80 / var(--tw-bg-opacity));
}
.video-label {
  position: absolute;
  bottom: 10px;
  left: -20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 64 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cta {
  background: transparent url('../images/cta-bg.jpg') center no-repeat;
  background-size: cover;
  filter: brightness(0.8); /* Adjust the value to make it darker */
}
.label-form {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 19px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.input-form {
  margin-bottom: 0.75rem;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 145 110 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* intro section */
#trial .header, 
#trial .context, 
#trial .video, 
#trial .btn,
#demo .header,
#demo .group-1,
#demo .group-2,
#demo .group-3,
#features .logo,
#features .line-container,
#features #graph-container,
#features #info,
#features .btn-container,
.toggle-container .video-btn,
.toggle-container .video-label,
.toggle-container .video-context,
.toggle-container .play-btn
{
  visibility: hidden;
} 
.toggle-container {
  background: #fff url('../images/bg-section.png') center no-repeat;
  background-size: cover;
}

#trial .video-container:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.2) !important;
}

/* Accordion */
.toggle-group.active p[title] {
  font-family: 'clarimo-bold';
}
.btn-expand {
  background: transparent url('../images/down-gray.svg') center no-repeat;
  height: 20px;
  width: 20px;
}
.btn-expand:hover {
  background: transparent url('../images/down-green.svg') center no-repeat;
}

.toggle-group.active .btn-expand {
  background: transparent url('../images/up-green.svg') center no-repeat;
  transform: rotate(180deg);
}
.toggle-container .video-container {
  cursor:pointer;
}
.toggle-container .video-container:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.2) !important;
}
.play-btn {
  position: absolute;
  z-index: 2;
  font-size: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  color: #F79C7D;
  transition: all 0.2s linear;
  pointer-events: none;
}

/* hero circle */
.hero-circle-1 {
  position: absolute;
  width:60px;
  height:60px;
  border: solid 4px #F79C7D;
  border-radius: 50%;
  bottom:20px;
  right:20px;
}
.hero-circle-2 {
  position: absolute;
  width:35px;
  height:35px;
  background-color: #71CAC7;
  border-radius: 50%;
  bottom: -20px;
  right: 100px;
}
.hero-circle-3 {
  position: absolute;
  width:185px;
  height:185px;
  background-color: #71CAC7;
  border-radius: 50%;
  bottom: -110px;
  right: -110px;
  opacity: 0.15;
}
.hero-circle-4 {
  position: absolute;
  width:245px;
  height:245px;
  border: solid 35px #71CAC7;
  border-radius: 50%;
  bottom: -196px;
  right: -77px;
  opacity: 0.15;
}

/* how to circle */

.orange-solid-circle {
  border-radius: 50%;
  background-color: #F79C7D;
  position:absolute;
}
.cyan-border-circle {
  position: absolute;
  border: solid 35px #EBF7F7;
  border-radius: 50%;
  opacity: 1;
}
.cyan-border-circle-2 {
  position: absolute;
  border: solid 33px #71CAC7;
  border-radius: 50%;
  opacity: 0.15;
}
.cyan-solid-circle {
  position: absolute;
  background-color: #71CAC7;
  border-radius: 50%;
  opacity: 1;
}
.orange-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #F79C7D;
}
.cyan-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #71CAC7;
}
.gray-solid-circle {
  position: absolute;
  background-color: #DCE6ED;
  border-radius: 50%;
  opacity: 1;
}
.cyan-border-light-circle {
  position: absolute;
  border: solid 1px #71CAC7;
  border-radius: 50%;
  opacity: 1;
}

.intro-1 {
  right:10px;
  top: 10px;
  z-index: -1;
}

.howto-1 {
  top: 180px;
  left: 0;
}
.howto-2 {
  top: -30px;
  left: -170px;
}
.howto-3 {
  top: 50px;
  right: -110px;
}
.howto-4 {
  top: 120px;
    right: -20px;
}
.howto-5 {
  bottom: 300px;
  left: -20px;
  transform: rotate(73deg);
}
.howto-6 {
  bottom: 340px;
  left: 10px;
}
.howto-7 {
  bottom: 390px;
  right: 40px;
}
.howto-8 {
  bottom: 250px;
  right: -70px;
}
.howto-9 {
  bottom: 160px;
  right: -180px;
}

/* feature circle */
.feature-1 {
  top: -120px;
  left: -60px;
}
.feature-2 {
  top: -76px;
  left: 50px;
}
.feature-3 {
  top: -96px;
  left: -10px;
}
.feature-4 {
  top: 24px;
  right: 60px;
}
.feature-5 {
  top: 44px;
  right: 0px;
}
.feature-6 {
  top: 174px;
  right: -8px;
  transform: rotate(273deg);
}
.feature-7 {
  top: 114px;
  right: -140px;
}
.feature-8 {
  top: 194px;
  left: 180px;
}
.feature-9 {
  bottom: 154px;
    left: 150px;
}
.feature-10 {
  bottom: 104px;
  left: 30px;
  transform: rotate(94deg);
}
.feature-11 {
  bottom: -276px;
  left: -130px;
}
.feature-12 {
  bottom: -46px;
  left: 100px;
}
.feature-13 {
  bottom: -46px;
  left: 150px;
}
.feature-14 {
  bottom: 144px;
  right: 90px;
  transform: rotate(274deg);
}
.feature-15 {
  bottom: 74px;
    right: 50px;
}

/* Slick slider */

#graph-container{
  margin-bottom: 50px;
}
#graph-container .slick-prev{
  left: 10px;
}
#graph-container .slick-prev:before{
  content: "";
  color: #6DC5C9;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjUuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwODU2MDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjQsMjMzLjRjLTEyLjUsMTIuNS0xMi41LDMyLjgsMCw0NS4zbDE5MiwxOTJjMTIuNSwxMi41LDMyLjgsMTIuNSw0NS4zLDBjMTIuNS0xMi41LDEyLjUtMzIuOCwwLTQ1LjMKCUw3Ny4zLDI1NkwyNDYuNiw4Ni42YzEyLjUtMTIuNSwxMi41LTMyLjgsMC00NS4zcy0zMi44LTEyLjUtNDUuMywwTDkuNCwyMzMuNEw5LjQsMjMzLjR6Ii8+Cjwvc3ZnPgo=") no-repeat center;
  width: 30px;
  height: 30px;
  display: block;
  opacity:0.5;
}


#graph-container .slick-next{
  right: 10px;
}
#graph-container .slick-next:before{
  content: "";
  color: #6DC5C9;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjUuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwODU2MDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMTAuNiwyMzMuNGMxMi41LDEyLjUsMTIuNSwzMi44LDAsNDUuM2wtMTkyLDE5MmMtMTIuNSwxMi41LTMyLjgsMTIuNS00NS4zLDBzLTEyLjUtMzIuOCwwLTQ1LjNMMjQyLjcsMjU2CglMNzMuNCw4Ni42Yy0xMi41LTEyLjUtMTIuNS0zMi44LDAtNDUuM3MzMi44LTEyLjUsNDUuMywwbDE5MiwxOTJMMzEwLjYsMjMzLjR6Ii8+Cjwvc3ZnPgo=") no-repeat center;
  width: 30px;
  height: 30px;
  display: block;
  opacity:0.5;
}

@media (min-widh:992px) {
  #graph-container .slick-prev, #graph-container .slick-next{
    display: none;
  }

}

#graph-container .slick-slide{
  
  cursor: pointer;
  position: relative;
  margin: 0 10px;
}
@media (min-width: 768px) {
  #graph-container .slick-track{
    max-width: 1150px !important;
  }
  #graph-container .slick-slide{
    margin: 0;
    max-width: 230px !important;
  }
}
#graph-container .slick-slide img{
  transition: all 0.2s linear;
  transform: scale(0.8);
  padding: 20px 0px 30px;
}
#graph-container .slick-slide img:hover{
  transform: scale(0.9);
}
#graph-container .slick-slide.slick-current img{
  transform: scale(1);
}
#graph-container .slick-slide:before{
  content: '';
  background: #6DC5C9;
  opacity: 0.15;
  width: 80%;
  height: 60px;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: all 0.2s linear;
}
#graph-container .slick-slide.slick-current:before{

  transform: translateX(-50%) scale(1);
}



@media (min-width: 768px) {
  #graph-container .slick-slide:before{
    width: 110%;
  }
  #graph-container .slick-slide img{
    transition: all 0.2s linear;
    transform: scale(1);
    padding: 20px 0px 30px;
  }
  #graph-container .slick-slide img:hover{
    transform: scale(1.05);
  }
  #graph-container .slick-slide.slick-current img{
    transform: scale(1.15);
  }
}

.scroll-down-indicator {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color:#fff;
  font-size: 16px;
  visibility: hidden;
}

.scroll-down-indicator::before {
  border-style: solid;
  border-width: 0.35em 0.35em 0 0;
  content: '';
  display: inline-block;
  height: 1.35em;
  left: 50%;
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%) rotate(135deg);
  vertical-align: top;
  width: 1.35em;
  border-color: #fff;
}

/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.show-modal {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 40px 20px 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  position: relative;
  border-radius: 10px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 10px;
  line-height: 100%;
  font-size: 40px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.menu-btn {
  background-color: #fff;
  border:solid 1px #c36;
  border-radius:3px;
  padding:5px 15px;
  color:#c36;
  cursor:pointer;
}
.menu-btn.open {
  background-color: #c36;
  border:solid 1px #c36;
  border-radius:3px;
  padding:5px 15px;
  color:#fff;
}
.main-nav {
  left: 0;
  transition: all 0.3s ease;
  height:0px;
  overflow:hidden;
  position:absolute;
  background-color: #fff;
  width:100%;
  z-index: 100;
}
.main-nav ul{
  padding:20px;
}
.main-nav li{
  display:block;
  text-align:center;
}
.main-nav li:last-child{
  text-align:right;
}
.main-nav li a{
  display:inline-block;
  border-bottom:5px solid transparent;
  padding:10px 0px;
}
.main-nav li a:hover{
  border-bottom:5px solid #01916d;
  
}
.open.main-nav {
  height:420px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.20);
}

@media (min-width:992px) {
  .main-nav {
    padding: 0px;
    position:relative;
    height:auto;
  }
  .open.main-nav {
    height:auto;
    box-shadow: none;
  }
  .main-nav ul{
    padding:0px;
  }
}



/*line style*/
.line-container {
  max-width: 900px;
  margin: 0 auto;
  width: 80%;
}
.top-line {
  width:2px;
  height:80px;
  background-color:#008560;
  margin:0 auto;
}
.v-line {
  border-radius: 10px 10px 0 0;
  border: solid 2px #008560;
  border-bottom: none;
  height: 20px;
  width:100%;
  margin:0 auto;
}
.item-line {
  width:2px;
  height:100px;
  background-color:#008560;
  position:relative;
  top:-20px;
}
.line-container .item-line:first-child,
.line-container .item-line:last-child {
  top: 0px;
  height:80px;
}
.outer-circle {
  background-color: #C1DEA5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom:-10px;
  left: 50%;
  transform:translateX(-50%);
  transition: all 0.2s linear;
}
.inner-circle {
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
}
.outer-circle.active {
  width: 35px;
  height: 35px;
}
.outer-circle.active .inner-circle {
  width: 23px;
  height: 23px;
}

.toggle-card {
  z-index:1;
  padding:40px;
  position:relative;
  background-color: #EAF7FD;
  transition: all 0.2s linear;
  height: 450px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow:hidden;
  @media (min-width: 512px) {
    height: 400px;
  }
}
.toggle-card img{
  width: auto;
  margin-bottom: 40px;
  transition: all 0.2s linear;
  opacity:1;
  height:180px;
  @media (min-width: 512px) {
    height:160px;
  }
}
/* .toggle-card img.w170{
  width: 220px;
}
.toggle-card img.w190{
  width: 210px;
} */

.toggle-card .text-container{
  overflow:hidden;
  position: absolute;
  top: 220px;
  left:0;
  right:0;
  padding: 20px;
  height:405px;
  transition: all 0.2s linear;
  @media (min-width: 512px) {
    padding: 40px;
    top: 220px;
    height: 400px;
  }
}
.toggle-card h3{
  font-size: 18px;
  @media (min-width: 512px) {
    font-size: 20px;
  }
}
.toggle-card p{
  height: 0px;
  transition: all 0.2s linear;
  font-size: 16px;
  opacity:0;
  @media (min-width: 512px) {
    font-size: 16px;
  }
}
.toggle-card i{
  opacity:1;
  transition: all 0.2s linear;
  
}

.toggle-card:hover {
  padding-top: 40px;
  /* background-color: RGBA(146,216,242,0.2); */
  background-color: #B3E2D2;
}

.toggle-card:hover .text-container{
  overflow:hidden;
  position: absolute;
  top: 0px;
  left:0;
  right:0;
  padding: 20px;
  height:405px;
  @media (min-width: 512px) {
    padding: 40px;
    top: 0px;
    height: 400px;
  }
}

.toggle-card:hover img{
  /* w-[160px] absolute top-10 mb-10 */
  opacity:0;
}
.toggle-card:hover p{
  height: 250px;
  opacity:1;
  @media (min-width: 512px) {
    height: 190px;
  }
}
.toggle-card:hover i{
  opacity:0;
}

.slide-text {
  display: inline-block;
  border-radius: 0.5rem;
  background-color: rgba(109,197,201,0.15);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {

  .slide-text {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.footer-links a{
  border-right: 1px solid #8A8A8A;
}
.footer-links a:last-child{
  border-right: none;
}
body.th {
  font-size: 110%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background-color: #fff;
  color: #333;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #f1f1f1;
}

@media (min-width: 768px) {

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

