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

/*
! tailwindcss v3.4.13 | 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: #F1F5FF;
  /* 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: Manrope, sans-serif;
  /* 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: #C1C8D7;
  /* 2 */
}

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

.pointer-events-none {
  pointer-events: none !important;
}

.relative {
  position: relative !important;
}

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

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.row-start-1 {
  grid-row-start: 1 !important;
}

.row-start-2 {
  grid-row-start: 2 !important;
}

.row-start-3 {
  grid-row-start: 3 !important;
}

.row-start-4 {
  grid-row-start: 4 !important;
}

.row-start-5 {
  grid-row-start: 5 !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.row-end-3 {
  grid-row-end: 3 !important;
}

.row-end-4 {
  grid-row-end: 4 !important;
}

.row-end-5 {
  grid-row-end: 5 !important;
}

.row-end-6 {
  grid-row-end: 6 !important;
}

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

.-mt-3 {
  margin-top: -0.75rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

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

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

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

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

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

.mt-6 {
  margin-top: 1.5rem !important;
}

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

.mt-\[120px\] {
  margin-top: 120px !important;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.h-\[17px\] {
  height: 17px !important;
}

.h-\[192px\] {
  height: 192px !important;
}

.h-\[1px\] {
  height: 1px !important;
}

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

.h-\[52px\] {
  height: 52px !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-\[100px\] {
  width: 100px !important;
}

.w-\[203px\] {
  width: 203px !important;
}

.w-\[250px\] {
  width: 250px !important;
}

.w-\[343px\] {
  width: 343px !important;
}

.w-\[86px\] {
  width: 86px !important;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-full {
  width: 100% !important;
}

.max-w-\[532px\] {
  max-width: 532px !important;
}

.max-w-\[755px\] {
  max-width: 755px !important;
}

.max-w-\[948px\] {
  max-width: 948px !important;
}

.max-w-full {
  max-width: 100% !important;
}

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-btn-pulse {
  animation: pulse 1.5s infinite !important;
}

.list-disc {
  list-style-type: disc !important;
}

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

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

.grid-rows-\[repeat\(2\2c max-content\)\] {
  grid-template-rows: repeat(2,max-content) !important;
}

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

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

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

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

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

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

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

.justify-items-center {
  justify-items: center !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-2\.5 {
  gap: 0.625rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-y-4 {
  row-gap: 1rem !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-center {
  align-self: center !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

.rounded-2xl {
  border-radius: 1rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.bg-\[\#1A67D2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 103 210 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#2A80C2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 128 194 / var(--tw-bg-opacity)) !important;
}

.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 242 247 / var(--tw-bg-opacity)) !important;
}

.bg-blue-150 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 239 249 / var(--tw-bg-opacity)) !important;
}

.bg-blue-350 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 122 207 / var(--tw-bg-opacity)) !important;
}

.bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 89 195 / var(--tw-bg-opacity)) !important;
}

.bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 71 156 / var(--tw-bg-opacity)) !important;
}

.bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 200 77 / var(--tw-bg-opacity)) !important;
}

.bg-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(213 0 0 / var(--tw-bg-opacity)) !important;
}

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

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.from-\[\#22479C00\] {
  --tw-gradient-from: #22479C00 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(34 71 156 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-65\% {
  --tw-gradient-from-position: 65% !important;
}

.to-\[\#22479C59\] {
  --tw-gradient-to: #22479C59 var(--tw-gradient-to-position) !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

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

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

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

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

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

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

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

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

.pr-4 {
  padding-right: 1rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

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

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

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

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

.text-start {
  text-align: start !important;
}

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

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

.text-md-1 {
  font-size: 18px !important;
  line-height: 24px !important;
}

.text-md-2 {
  font-size: 21px !important;
  line-height: 28px !important;
}

.text-sm-1 {
  font-size: 16px !important;
  line-height: 24px !important;
}

.text-xl-1\.5 {
  font-size: 31px !important;
  line-height: 40px !important;
}

.text-xl-2 {
  font-size: 34px !important;
  line-height: 40px !important;
}

.text-xl-3 {
  font-size: 36px !important;
  line-height: 44px !important;
}

.text-xs-1 {
  font-size: 13px !important;
  line-height: 20px !important;
}

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

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

.uppercase {
  text-transform: uppercase !important;
}

.leading-\[24px\] {
  line-height: 24px !important;
}

.leading-\[32px\] {
  line-height: 32px !important;
}

.leading-\[44px\] {
  line-height: 44px !important;
}

.tracking-\[0\.2px\] {
  letter-spacing: 0.2px !important;
}

.text-\[\#717E99\] {
  --tw-text-opacity: 1 !important;
  color: rgb(113 126 153 / var(--tw-text-opacity)) !important;
}

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

.text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(43 89 195 / var(--tw-text-opacity)) !important;
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(113 126 153 / var(--tw-text-opacity)) !important;
}

.text-green {
  --tw-text-opacity: 1 !important;
  color: rgb(44 200 77 / var(--tw-text-opacity)) !important;
}

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

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

.opacity-100 {
  opacity: 1 !important;
}

.delay-700 {
  transition-delay: 700ms !important;
}

.delay-\[1\.2s\] {
  transition-delay: 1.2s !important;
}

/* components */

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #2cc84d;
  }

  100% {
    box-shadow: 0 0 0 8px #2cc84d00;
  }
}

.container {
  width: 948px;
  max-width: 100%;
  margin: 0 auto;
}

.container-xl {
  width: 1078px;
}

h2 {
  letter-spacing: normal;
}

.btn {
  z-index: 999;
  display: flex;
  cursor: pointer;
  justify-content: center;
  border-radius: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px !important;
  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);
}

.btn.btn-green {
  --tw-bg-opacity: 1;
  background-color: rgb(44 200 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(43 89 195 / var(--tw-text-opacity));
}

.bg-with-gradient {
  background: linear-gradient(180deg, #2b59c3 0%, #2b59c3 40%, #22479c 100%);
}

/* header section */

.investesc-page#main-header {
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .investesc-page#main-header {
    display: grid;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .investesc-page#main-header {
    justify-content: center;
  }
}

.investesc-page#main-header .logo {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .investesc-page#main-header .logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

@media (min-width: 1024px) {
  .investesc-page#main-header .logo {
    margin-right: 74px;
  }
}

.investesc-page > .container {
  position: relative;
}

@media (min-width: 768px) {
  .investesc-page > .container {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    width: calc(100vw - 32px);
  }
}

@media (min-width: 1280px) {
  .investesc-page > .container {
    width: 1240px;
  }
}

.countdown-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .countdown-container {
    gap: 9rem;
  }
}

.countdown-col {
  display: grid;
  min-width: 85%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
}

@media (min-width: 768px) {
  .countdown-col {
    min-width: 500px;
    gap: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .countdown-col {
    min-width: 652px;
  }
}

.cta-out-of-view .countdown-col {
  min-width: 85%;
}

@media (min-width: 768px) {
  .cta-out-of-view .countdown-col {
    width: 400px;
    min-width: 300px;
  }
}

@media (min-width: 1024px) {
  .cta-out-of-view .countdown-col {
    width: 500px;
    min-width: 400px;
  }
}

.cta-header {
  display: none;
}

.cta-out-of-view .cta-header {
  display: none;
}

@media (min-width: 768px) {
  .cta-out-of-view .cta-header {
    display: block;
  }
}

.current-value {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 89 195 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .current-value {
    font-size: 20px;
    line-height: 20px;
  }
}

.final-value {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px !important;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(113 126 153 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .final-value {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
}

.time-left {
  font-size: 11px;
  line-height: 13px;
}

@media (min-width: 768px) {
  .time-left {
    font-size: 13px;
    line-height: 20px;
  }
}

.range-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  padding-bottom: 2.25rem;
}

@media (min-width: 1024px) {
  .range-wrapper {
    padding-bottom: 0px;
  }
}

.range-wrapper > * {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.range-full {
  height: 0.125rem;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(193 200 215 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .range-full {
    height: 0.25rem;
  }
}

.range-dynamic {
  transition: width 2s cubic-bezier(0.42, 0, 1, 1);
  height: 0.125rem;
  width: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(43 89 195 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .range-dynamic {
    height: 0.25rem;
  }
}

.milestone-check {
  transition: transform 0.2s ease-in;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
  justify-self: center;
}

@media (min-width: 768px) {
  .milestone-check {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.milestone {
  transition: transform 0.2s ease-in;
  position: absolute;
  left: -0.75rem;
  top: 18px;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
  justify-self: center;
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  --tw-text-opacity: 1;
  color: rgb(113 126 153 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .milestone {
    left: -1.25rem;
    top: -1.25rem;
    font-size: 13px;
    line-height: 20px;
  }
}

.scale-transition {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

/* counter animation */

@property --num {
  syntax: "<integer>";

  initial-value: 0;

  inherits: false;
}

.current-value {
  transition: --num 2s;
  counter-set: num var(--num);
  display: grid;
}

.current-value::before {
  content: counter(num);
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  opacity: 0;
}

.current-value.loaded::before {
  opacity: 1;
}

.formatted-number {
  /* animation: fadeIn 2.2s ease-in forwards; */
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  --tw-bg-opacity: 1;
  background-color: rgb(233 238 249 / var(--tw-bg-opacity));
  opacity: 0;
}

@media (min-width: 768px) {
  .formatted-number {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  /* we need to wait 2s and after that apply the animation for 0.2s */

  /* (delay time = 2s / total animation time = 0.2s) * 100 = 90.91% */

  90.91% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.skeleton {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

/* counter animation END */

.investesc-page .language-switcher {
  margin-right: 0px !important;
  min-width: 34px;
}

@media (min-width: 768px) {
  .investesc-page .language-switcher {
    position: absolute;
    right: 0px;
  }
}

@media (max-width: 767px) {
  .investesc-page#main-header .logo img {
    height: 28px;
    margin-left: -7px;
  }

  .investesc-page#main-header {
    grid-template-columns: max-content 1fr max-content;
    grid-template-rows: 44px max-content;
    display: grid;
    padding-bottom: 0px;
  }

  .investesc-page .logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: center;
  }

  .investesc-page .container {
    grid-template-columns: max-content 1fr max-content;
    grid-template-rows: 44px max-content;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    display: grid !important;
    width: 100% !important;
  }

  .investesc-page .countdown-container {
    width: calc(100% + 32px);
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    --tw-translate-x: -1rem;
    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));
  }

  .investesc-page .countdown-col {
    grid-template-columns: 1fr;
    width: 100%;
    align-content: flex-start;
    justify-items: start;
    --tw-bg-opacity: 1;
    background-color: rgb(233 238 249 / var(--tw-bg-opacity));
  }

  .investesc-page .range-wrapper {
    height: 26px;
    align-content: flex-start;
  }

  .investesc-page .language-switcher {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: flex-start;
  }

  .cta-out-of-view .cta-btn {
    box-shadow: 0px 5px 30px 0px rgba(22, 31, 40, 0.15);
    position: fixed;
    bottom: 1.5rem;
  }
}

/* header section END */

/* section 1 */

.box-with-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .box-with-icon {
    gap: 0.5rem;
  }
}

.box-with-icon.reverse {
  justify-content: center;
}

@media (min-width: 768px) {
  .box-with-icon.reverse {
    flex-direction: row-reverse;
  }
}

.invest-card-content .box-with-icon.reverse {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .invest-card-content .box-with-icon.reverse {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .invest-card-content .box-with-icon.reverse {
    flex-direction: row-reverse;
    justify-content: center;
  }
}

/* section 1 END */

/* section 2 */

.triangle {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(34 71 156 / var(--tw-border-opacity));
}

.card {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-content: flex-start;
  border-radius: 1rem;
}

.card-header {
  display: flex;
  gap: 0.5rem;
  border-radius: 1rem;
  padding: 1rem;
  padding-bottom: 2.5rem;
}

.card-header-title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.card-list {
  display: grid;
  --tw-translate-y: -1.5rem;
  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));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-content: flex-start;
  gap: 1.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .card-list {
    height: 300px;
  }
}

.card-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

/* cards animations */

.second-card {
  animation: enter-card-2 linear;
  animation-timeline: view();
}

@keyframes enter-card-2 {
  0%,
  10% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }
}

.third-card {
  animation: enter-card-3 linear;
  animation-timeline: view();
}

@keyframes enter-card-3 {
  0%,
  20% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  @keyframes enter-card-2 {
    0%,
    5% {
      opacity: 0;
    }

    30% {
      opacity: 1;
    }
  }

  @keyframes enter-card-3 {
    0%,
    5% {
      opacity: 0;
    }

    30% {
      opacity: 1;
    }
  }
}

/* cards animations END */

/* section 2 END */

/* section 3 - financial */

.financial-details {
  pointer-events: auto;
}

@media (min-width: 1024px) {
  .financial-details {
    pointer-events: none;
  }
}

.financial-summary {
  display: block;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 242 247 / var(--tw-border-opacity));
  padding: 1rem;
}

@media (min-width: 768px) {
  .financial-summary {
    border-style: none;
    padding: 0.25rem;
  }
}

.question-mark {
  position: absolute;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 230 246 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.question-mark.open,
.question-mark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 89 195 / var(--tw-bg-opacity));
}

.question-mark.open svg path,
.question-mark:hover svg path {
  fill: #ffffff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tooltip {
  pointer-events: none;
  position: absolute;
  top: 2.5rem;
  z-index: -10;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(43 89 195 / var(--tw-bg-opacity));
  padding: 1.5rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.question-mark.open ~ .tooltip,
.question-mark:hover ~ .tooltip {
  opacity: 1;
}

.financial-details .financial-summary .arrow {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transform: rotateX(180deg);
}

.financial-details[open] .question-mark {
  pointer-events: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .financial-details[open] .question-mark {
    pointer-events: auto;
    opacity: 1;
  }
}

.financial-details[open] .tooltip {
  z-index: 50;
}

.financial-details[open] .financial-summary .arrow {
  transform: rotateX(0deg);
}

.accordion-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .accordion-container {
    gap: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.financial-content {
  grid-template-rows: 0fr;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.financial-details[open] ~ .financial-content {
  grid-template-rows: 1fr;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .financial-details[open] ~ .financial-content {
    margin-bottom: 0px;
  }
}

.financial-content-wrapper {
  overflow: hidden;
}

@media (min-width: 768px) {
  .financial-content-wrapper {
    padding: 5px;
  }
}

/* section 3 - financial END */

/* section 4 - investeste acum */

.dotted-line {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  display: none;
  height: 100%;
  width: 0px;
  justify-self: center;
  border-left-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(43 89 195 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .dotted-line {
    display: block;
  }
}

.time-box {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-self: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(43 89 195 / var(--tw-bg-opacity));
  padding: 1rem;
}

.time-grid {
  grid-template-columns: 1fr max-content 1fr max-content 1fr;
  display: grid;
  gap: 1rem;
}

.steps-grid {
  grid-template-columns: max-content max-content 1fr;
  grid-template-rows: repeat(5, max-content);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 500px;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  text-align: left;
}

@media (min-width: 768px) {
  .steps-grid {
    gap: 1.5rem;
  }
}

.gradient {
  background: linear-gradient(180deg, #2b59c3 0%, #2b59c3 40%, #22479c 100%);
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 6;
  height: 100%;
  width: 2rem;
  border-radius: 9999px;
}

.invest-card-header {
  border-radius: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .invest-card-header {
    border-radius: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.invest-card-content {
  display: grid;
  --tw-translate-y: -2rem;
  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));
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .invest-card-content {
    --tw-translate-y: 0px;
    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));
    justify-items: end;
    border-radius: 0px;
    --tw-bg-opacity: 0;
    padding: 0px;
    --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);
  }
}

/* steps animation */

.fade-in-row-2,
.fade-in-row-3,
.fade-in-row-4,
.fade-in-row-5 {
  animation: enter-row linear;
  animation-timeline: view();
}

@keyframes enter-row {
  0%,
  10% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }
}

/* steps animation END */

/* section 4 - investeste acum END */

/* section 5 */

.white-button {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(43 89 195 / var(--tw-text-opacity));
}

.white-button:hover {
  --tw-text-opacity: 1;
  color: rgb(43 89 195 / var(--tw-text-opacity));
}

/* section 6 - map  */

.map-container {
  grid-template-columns: max-content 1fr;
  display: grid;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .map-container {
    gap: 1.5rem;
  }
}

@media (max-width: 1023px) {
  .map-container {
    grid-template-columns: 1fr;
  }
}

/* section 6 - map END */

/* section 5 END */

/* section faq  */

.summary {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(231 239 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}

@media (min-width: 768px) {
  .summary {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.faq-details .summary img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.faq-details[open] .summary img {
  transform: rotateX(180deg);
}

.details-content {
  grid-template-rows: 0fr;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  text-align: left;
}

.faq-details[open] ~ .details-content {
  grid-template-rows: 1fr;
}

/* section faq END */

/* charts */

.chart {
  height: 240px;
  width: 300px;
  margin: 0 auto;
}

.chart .amount {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 10px;
  text-align: center;
  position: relative;
  padding-bottom: 26px;
}

.chart .amount .info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-100% - 10px));
  padding: 4px 8px;
  font-weight: bold;
  background-color: #717e99;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.chart .amount .info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateY(90%) translateX(-50%);
  border-left: 8px solid transparent;
  border-left-color: transparent;
  border-right: 8px solid transparent;
  border-right-color: transparent;
  border-top: 8px solid;
  border-top-color: currentcolor;
  border-color: transparent;
  border-top-color: transparent;
  border-top-color: #717e99;
}

/* .chart .amount:first-of-type .disc .info, */

.chart .amount:last-of-type .disc .info,
.chart .amount .disc:hover .info {
  opacity: 1;
}

.chart .amount.current .disc .info {
  background-color: #2b59c3;
  opacity: 1;
}

.chart .amount.current .disc .info:after {
  border-top-color: #2b59c3;
}

.chart .amount.future .disc .info {
  background-color: #2cc84d;
}

.chart .amount.future .disc .info:after {
  border-top-color: #2cc84d;
}

.chart .graphic:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: #98a5be;
  bottom: 26px;
  left: 0;
}

.chart .amount:after {
  content: attr(data-year);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* font-family: Inter, sans-serif; */
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #717e99;
  padding: 0 5px;
}

.chart .amount.current:after {
  background-color: #717e99;
  border-radius: 4px;
  color: #fff;
}

.chart .graphic {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-evenly;
  padding-top: 1rem;
}

.chart .bar {
  width: 16px;
  background-color: #717e9980;
}

.chart .disc {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #717e99;
  transform: translateY(50%);
  cursor: pointer;
}

.chart .amount.current .bar {
  background-color: #2b59c380;
}

.chart .amount.current .disc {
  background-color: #2b59c3;
}

.chart .amount.future .bar {
  background-color: #2cc84d80;
}

.chart .amount.future .disc {
  background-color: #2cc84d;
}

/* charts END */

/* parteneri */

.partener {
  box-shadow: 0px 4.07px 24.41px 0px #161f2826;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partener img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.parteneri-swiper .swiper-slide {
  width: 66.666667%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .parteneri-swiper .swiper-slide {
    width: 33.333333%;
  }
}

/* parteneri END */

#lottieMap {
  min-width: 340px;
}

@media (min-width: 1024px) {
  #lottieMap {
    min-width: 680px;
  }
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 640px) {
  .sm\:col-end-3 {
    grid-column-end: 3 !important;
  }

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

  .sm\:block {
    display: block !important;
  }

  .sm\:h-\[320px\] {
    height: 320px !important;
  }

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

  .sm\:gap-8 {
    gap: 2rem !important;
  }
}

@media (min-width: 768px) {
  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:mr-0 {
    margin-right: 0px !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\:mt-18 {
    margin-top: 4.5rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mt-\[88px\] {
    margin-top: 88px !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:h-\[20px\] {
    height: 20px !important;
  }

  .md\:w-\[345px\] {
    width: 345px !important;
  }

  .md\:w-\[569px\] {
    width: 569px !important;
  }

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

  .md\:min-w-\[700px\] {
    min-width: 700px !important;
  }

  .md\:max-w-\[120px\] {
    max-width: 120px !important;
  }

  .md\:max-w-\[680px\] {
    max-width: 680px !important;
  }

  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
    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)) !important;
  }

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

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

  .md\:grid-cols-\[repeat\(3\2c max-content\)\] {
    grid-template-columns: repeat(3,max-content) !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:gap-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-4 {
    gap: 1rem !important;
  }

  .md\:gap-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:justify-self-center {
    justify-self: center !important;
  }

  .md\:p-2 {
    padding: 0.5rem !important;
  }

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

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

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

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-13 {
    padding-top: 3.123rem !important;
    padding-bottom: 3.123rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

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

  .md\:pr-0 {
    padding-right: 0px !important;
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

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

  .md\:text-md-2 {
    font-size: 21px !important;
    line-height: 28px !important;
  }

  .md\:text-sm-1 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .md\:text-xl-1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .md\:text-xl-1\.5 {
    font-size: 31px !important;
    line-height: 40px !important;
  }

  .md\:text-xl-3 {
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .md\:text-xl-5 {
    font-size: 50px !important;
    line-height: 56px !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:delay-\[1\.5s\] {
    transition-delay: 1.5s !important;
  }
}

@media (min-width: 1024px) {
  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

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

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

  .lg\:grid-cols-\[repeat\(3\2c max-content\)\] {
    grid-template-columns: repeat(3,max-content) !important;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:justify-between {
    justify-content: space-between !important;
  }

  .lg\:justify-items-start {
    justify-items: start !important;
  }

  .lg\:gap-4 {
    gap: 1rem !important;
  }

  .lg\:justify-self-start {
    justify-self: start !important;
  }

  .lg\:justify-self-end {
    justify-self: end !important;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap !important;
  }

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

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:py-\[52px\] {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .lg\:pl-0 {
    padding-left: 0px !important;
  }

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

  .lg\:pr-0 {
    padding-right: 0px !important;
  }

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

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-xl-1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .lg\:text-xl-1\.5 {
    font-size: 31px !important;
    line-height: 40px !important;
  }
}

@media (min-width: 1280px) {
  .xl\:w-\[516px\] {
    width: 516px !important;
  }
}
