/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
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 */
  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;
}

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

::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:  ;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-top-\[70\%\] {
  top: -70%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-\[-33px\] {
  bottom: -33px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-16 {
  left: 4rem;
}
.left-\[-20px\] {
  left: -20px;
}
.left-\[-240px\] {
  left: -240px;
}
.right-0 {
  right: 0px;
}
.right-16 {
  right: 4rem;
}
.right-\[-3px\] {
  right: -3px;
}
.right-\[-50px\] {
  right: -50px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[150px\] {
  right: 150px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-100px\] {
  top: -100px;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[-61px\] {
  top: -61px;
}
.top-\[-80px\] {
  top: -80px;
}
.top-\[200px\] {
  top: 200px;
}
.right-\[200px\] {
  right: 200px;
}
.right-\[400px\] {
  right: 400px;
}
.bottom-\[\] {
  bottom: ;
}
.bottom-\[200px\] {
  bottom: 200px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[52px\] {
  margin-bottom: 52px;
}
.mb-\[57px\] {
  margin-bottom: 57px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[65px\] {
  margin-bottom: 65px;
}
.mb-\[73px\] {
  margin-bottom: 73px;
}
.ml-auto {
  margin-left: auto;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[404px\] {
  height: 404px;
}
.h-\[491px\] {
  height: 491px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[88px\] {
  height: 88px;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.min-h-\[233px\] {
  min-height: 233px;
}
.min-h-\[257px\] {
  min-height: 257px;
}
.min-h-\[491px\] {
  min-height: 491px;
}
.w-0 {
  width: 0px;
}
.w-10 {
  width: 2.5rem;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[19\.2px\] {
  width: 19.2px;
}
.w-\[49px\] {
  width: 49px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[86px\] {
  width: 86px;
}
.w-\[88px\] {
  width: 88px;
}
.w-full {
  width: 100%;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.max-w-\[1152px\] {
  max-width: 1152px;
}
.max-w-\[1172px\] {
  max-width: 1172px;
}
.max-w-\[1211px\] {
  max-width: 1211px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[334px\] {
  max-width: 334px;
}
.max-w-\[381px\] {
  max-width: 381px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[407px\] {
  max-width: 407px;
}
.max-w-\[418px\] {
  max-width: 418px;
}
.max-w-\[422px\] {
  max-width: 422px;
}
.max-w-\[423px\] {
  max-width: 423px;
}
.max-w-\[438px\] {
  max-width: 438px;
}
.max-w-\[448px\] {
  max-width: 448px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[876px\] {
  max-width: 876px;
}
.max-w-\[904px\] {
  max-width: 904px;
}
.max-w-\[924px\] {
  max-width: 924px;
}
.max-w-\[944px\] {
  max-width: 944px;
}
.max-w-\[965px\] {
  max-width: 965px;
}
.max-w-\[984px\] {
  max-width: 984px;
}
.max-w-\[985px\] {
  max-width: 985px;
}
.-translate-x-\[2px\] {
  --tw-translate-x: -2px;
  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));
}
.translate-x-\[-150px\] {
  --tw-translate-x: -150px;
  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));
}
.translate-y-\[1px\] {
  --tw-translate-y: 1px;
  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));
}
.translate-y-\[50px\] {
  --tw-translate-y: 50px;
  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));
}
.rotate-45 {
  --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));
}
.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;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[60px\] {
  gap: 60px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[4px\] {
  border-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#006AFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 106 255 / var(--tw-border-opacity));
}
.border-\[\#007AFF0D\] {
  border-color: #007AFF0D;
}
.border-\[\#007AFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 122 255 / var(--tw-border-opacity));
}
.border-\[\#D1DCFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 220 255 / var(--tw-border-opacity));
}
.border-\[\#E1E4ED\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 228 237 / var(--tw-border-opacity));
}
.border-\[\#F1F3F7\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 243 247 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-\[\#CFDAE6\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(207 218 230 / var(--tw-border-opacity));
}
.bg-\[\#202038\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 56 / var(--tw-bg-opacity));
}
.bg-\[\#42B846\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 184 70 / var(--tw-bg-opacity));
}
.bg-\[\#444A5C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 74 92 / var(--tw-bg-opacity));
}
.bg-\[\#6D758F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 117 143 / var(--tw-bg-opacity));
}
.bg-\[\#EFF6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-\[\#F1F3F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 247 / var(--tw-bg-opacity));
}
.bg-\[\#F8FAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 255 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\]\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#29B52F\] {
  --tw-gradient-from: #29B52F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 181 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#35A33A\] {
  --tw-gradient-to: rgb(53 163 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #35A33A var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#418C44\] {
  --tw-gradient-to: #418C44 var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[22px\] {
  padding: 22px;
}
.p-\[30px\] {
  padding: 30px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[51px\] {
  padding-top: 51px;
  padding-bottom: 51px;
}
.py-\[57px\] {
  padding-top: 57px;
  padding-bottom: 57px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[63px\] {
  padding-top: 63px;
  padding-bottom: 63px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[75px\] {
  padding-bottom: 75px;
}
.pb-\[94px\] {
  padding-bottom: 94px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-\[46px\] {
  padding-top: 46px;
}
.pt-\[54px\] {
  padding-top: 54px;
}
.pt-\[62px\] {
  padding-top: 62px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.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-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[44px\] {
  font-size: 44px;
}
.text-\[49\.93px\] {
  font-size: 49.93px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[32\.23px\] {
  line-height: 32.23px;
}
.leading-\[41\.02px\] {
  line-height: 41.02px;
}
.leading-\[49\.93px\] {
  line-height: 49.93px;
}
.leading-\[56px\] {
  line-height: 56px;
}
.text-\[\#006AFF\] {
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity));
}
.text-\[\#202038\] {
  --tw-text-opacity: 1;
  color: rgb(32 32 56 / var(--tw-text-opacity));
}
.text-\[\#43438A\] {
  --tw-text-opacity: 1;
  color: rgb(67 67 138 / var(--tw-text-opacity));
}
.text-\[\#44495C\] {
  --tw-text-opacity: 1;
  color: rgb(68 73 92 / var(--tw-text-opacity));
}
.text-\[\#444A5C\] {
  --tw-text-opacity: 1;
  color: rgb(68 74 92 / var(--tw-text-opacity));
}
.text-\[\#6D758F66\] {
  color: #6D758F66;
}
.text-\[\#6D758F\] {
  --tw-text-opacity: 1;
  color: rgb(109 117 143 / var(--tw-text-opacity));
}
.text-\[\#6D758F\]\/40 {
  color: rgb(109 117 143 / 0.4);
}
.text-\[\#8E98BC\] {
  --tw-text-opacity: 1;
  color: rgb(142 152 188 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow {
  --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);
}
.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);
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@font-face {
    font-family: "Inter";
    src: "../fonts/Inter-VariableFont_opsz,wght.ttf";
    font-weight: normal !important;
}

body {
    font-family: 'Inter';
}


@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 4px rgba(66, 184, 70, 0.3);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(66, 184, 70, 0.15);
    }

    100% {
        box-shadow: 0 0 0 4px rgba(66, 184, 70, 0.3);
    }
}

.pulse-ring {
    animation: pulse-ring 2s infinite;
}

.menu-link {
    color: #6D758F;
    font-weight: 400;
}

.menu-link:hover {
    color: #444A5C;
    font-weight: 590;
}

.group::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.3px;
    background-color: #444A5C;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.group:hover::before {
    transform: scaleX(1);
}

.group.from-left::before {
    transform-origin: left;
}

.group.from-right::before {
    transform-origin: right;
}

.group.active::before {
    transform: scaleX(1);
    transform-origin: left;
}

.group.active .menu-link {
    color: #444A5C;
}

.footer-link {
    color: #6D758F;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    padding-bottom: 4px;
}

.footer-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.3px;
    background-color: #444A5C;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.footer-link:hover::before {
    transform: scaleX(1);
}

.footer-link.from-left::before {
    transform-origin: left;
}

.footer-link.from-right::before {
    transform-origin: right;
}

.footer-link.active::before {
    transform: scaleX(1);
    transform-origin: left;
}

.footer-link.active {
    color: #444A5C;
}

.footer-link:hover {
    color: #444A5C;
}

.hover\:bg-\[\#006AFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#6D758F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 117 143 / var(--tw-bg-opacity));
}

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

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

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

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

.active\:opacity-70:active {
  opacity: 0.7;
}

.active\:opacity-80:active {
  opacity: 0.8;
}

header.open {
  height: 100%;
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 10;
}



header.open .mx-auto.flex.items-center.justify-between {
  display: inline-block;
  width: 100%;
}

header.open .items-center a.logo svg {
  margin-bottom: 44px;
}

header.open .items-center a.pulse-ring {
  display: flex;
}
header.open .button-wrapper {
      flex-direction: column;
}

header.open ul#menu {
  display: inline-block;
  margin-bottom: 42px;
    width: 100%;
    text-align: center;
}

header.open #hamburger__btn {
  position: absolute;
  top: 34px;
  right: 30px;
}

@media (min-width: 768px) {

  .md\:left-\[47\%\] {
    left: 47%;
  }

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

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:right-\[400px\] {
    right: 400px;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

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

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

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

  .lg\:pl-\[150px\] {
    padding-left: 150px;
  }

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

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

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

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

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

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

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

  .lg\:leading-\[69\.67px\] {
    line-height: 69.67px;
  }
}