*, ::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.14 | 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 */
  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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-11 {
  left: 2.75rem;
}

.left-\[346px\] {
  left: 346px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

.mb-chooseBigBoxTitle {
  margin-bottom: clamp(0.75rem, 0.635rem + 0.51vw, 1.25rem);
}

.mb-chooseBox {
  margin-bottom: clamp(3.75rem, 2.942rem + 3.59vw, 7.25rem);
}

.mb-chooseTitle {
  margin-bottom: clamp(1.25rem, 0.817rem + 1.92vw, 3.125rem);
}

.mb-guaranteengListTitle {
  margin-bottom: clamp(0.563rem, 0.462rem + 0.45vw, 1rem);
}

.mb-guaranteengTitle {
  margin-bottom: clamp(1.25rem, 0.63rem + 2.76vw, 3.938rem);
}

.mb-header {
  margin-bottom: clamp(5.438rem, 3.577rem + 8.27vw, 13.5rem);
}

.mb-headerNav {
  margin-bottom: clamp(1.875rem, 1.442rem + 1.92vw, 3.75rem);
}

.mb-headerSubtitle {
  margin-bottom: clamp(1.25rem, 0.933rem + 1.41vw, 2.625rem);
}

.mb-questionsTitle {
  margin-bottom: clamp(1.875rem, 1.529rem + 1.54vw, 3.375rem);
}

.mb-versatileList {
  margin-bottom: clamp(3.75rem, 3.606rem + 0.64vw, 4.375rem);
}

.mb-versatileTitle {
  margin-bottom: clamp(0.875rem, 0.067rem + 3.59vw, 4.375rem);
}

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

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

.mt-\[104px\] {
  margin-top: 104px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[107px\] {
  height: 107px;
}

.h-\[220px\] {
  height: 220px;
}

.h-full {
  height: 100%;
}

.h-questionsArrowWrapper {
  height: clamp(1.125rem, 0.764rem + 1.6vw, 2.688rem);
}

.h-questionsItem {
  height: clamp(3.438rem, 2.99rem + 1.99vw, 5.375rem);
}

.h-questionsItemWrapper {
  height: clamp(3.438rem, 2.99rem + 1.99vw, 5.375rem);
}

.h-choosingBox {
  height: clamp(3.125rem, 2.447rem + 3.01vw, 6.063rem);
}

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

.min-h-header {
  min-height: clamp(51.813rem, 47.803rem + 17.82vw, 69.188rem);
}

.w-12 {
  width: 3rem;
}

.w-7 {
  width: 1.75rem;
}

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

.w-chooseBigBoxImg {
  width: clamp(16rem, 12.712rem + 14.62vw, 30.25rem);
}

.w-full {
  width: 100%;
}

.w-guaranteengListItemDecor {
  width: clamp(0.813rem, 0.654rem + 0.71vw, 1.5rem);
}

.w-questionsArrowWrapper {
  width: clamp(1.125rem, 0.764rem + 1.6vw, 2.688rem);
}

.w-questionsItemWrapper {
  width: clamp(3.438rem, 2.99rem + 1.99vw, 5.375rem);
}

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

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

.flex-1 {
  flex: 1 1 0%;
}

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

.-translate-y-2 {
  --tw-translate-y: -0.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));
}

.translate-x-full {
  --tw-translate-x: 100%;
  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-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-choose {
  gap: clamp(0.375rem, 0.26rem + 0.51vw, 0.875rem);
}

.gap-chooseBigBox {
  gap: clamp(1.25rem, 1.077rem + 0.77vw, 2rem);
}

.gap-footerNav {
  gap: clamp(2rem, 1.308rem + 3.08vw, 5rem);
}

.gap-guaranteengList {
  gap: clamp(0.625rem, 0.308rem + 1.41vw, 2rem);
}

.gap-guaranteengListTitle {
  gap: clamp(0.438rem, 0.365rem + 0.32vw, 0.75rem);
}

.gap-guaranteengRow {
  gap: clamp(0.625rem, 0.308rem + 1.41vw, 2rem);
}

.gap-headerSectionLink {
  gap: clamp(0.25rem, 0.221rem + 0.13vw, 0.375rem);
}

.gap-headerSectionLinks {
  gap: clamp(0.625rem, 0.596rem + 0.13vw, 0.75rem);
}

.gap-versatileList {
  gap: clamp(0.375rem, 0.115rem + 1.15vw, 1.5rem);
}

.gap-versatileListItem {
  gap: clamp(0.313rem, 0.24rem + 0.32vw, 0.625rem);
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-\[1000px\] {
  border-radius: 1000px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-chooseBox {
  border-radius: clamp(0.5rem, 0.385rem + 0.51vw, 1rem);
}

.rounded-headerSectionLink {
  border-radius: clamp(40.5rem, 35.423rem + 22.56vw, 62.5rem);
}

.rounded-questionsItem {
  border-radius: clamp(0.625rem, 0.538rem + 0.38vw, 1rem);
}

.rounded-versatileListItem {
  border-radius: clamp(1.875rem, 1.702rem + 0.77vw, 2.625rem);
}

.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-b-questionsContent {
  border-bottom-right-radius: clamp(0.625rem, 0.538rem + 0.38vw, 1rem);
  border-bottom-left-radius: clamp(0.625rem, 0.538rem + 0.38vw, 1rem);
}

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-bl-guaranteengListItemBl {
  border-bottom-left-radius: clamp(1.188rem, 0.942rem + 1.09vw, 2.25rem);
}

.rounded-br-guaranteengListItemBr {
  border-bottom-right-radius: clamp(1.25rem, 1.005rem + 1.09vw, 2.313rem);
}

.rounded-tl-guaranteengListItemTl {
  border-top-left-radius: clamp(1.125rem, 0.894rem + 1.03vw, 2.125rem);
}

.rounded-tr-guaranteengListItemTr {
  border-top-right-radius: clamp(1.125rem, 0.894rem + 1.03vw, 2.125rem);
}

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

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

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

.bg-\[\#00b2ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 178 255 / var(--tw-bg-opacity));
}

.bg-\[\#433a52\] {
  --tw-bg-opacity: 1;
  background-color: rgb(67 58 82 / var(--tw-bg-opacity));
}

.bg-\[\#8156c1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(129 86 193 / var(--tw-bg-opacity));
}

.bg-\[\#d24f00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(210 79 0 / var(--tw-bg-opacity));
}

.bg-\[\#ede8f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 232 243 / var(--tw-bg-opacity));
}

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

.bg-\[\#f77d34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 125 52 / var(--tw-bg-opacity));
}

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

.bg-\[\#faf7fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 252 / var(--tw-bg-opacity));
}

.bg-\[\#fff8f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 244 / var(--tw-bg-opacity));
}

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

.bg-headerContactLink {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.bg-headerIconWrapper {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.bg-headerNav {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.fill-current {
  fill: currentColor;
}

.p-4 {
  padding: 1rem;
}

.p-chooseSmallBox {
  padding: clamp(0.938rem, 0.692rem + 1.09vw, 2rem);
}

.p-headerSectionLink {
  padding: clamp(0.5rem, 0.442rem + 0.26vw, 0.75rem);
}

.p-questionsContent {
  padding: clamp(1.25rem, 1.106rem + 0.64vw, 1.875rem);
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-guaranteengListItemX {
  padding-left: clamp(1.188rem, 0.942rem + 1.09vw, 2.25rem);
  padding-right: clamp(1.188rem, 0.942rem + 1.09vw, 2.25rem);
}

.px-headerTextBoxX {
  padding-left: clamp(0.875rem, 0.659rem + 0.96vw, 1.813rem);
  padding-right: clamp(0.875rem, 0.659rem + 0.96vw, 1.813rem);
}

.px-questionsButtonX {
  padding-left: clamp(1.188rem, 1.043rem + 0.64vw, 1.813rem);
  padding-right: clamp(1.188rem, 1.043rem + 0.64vw, 1.813rem);
}

.px-versatileListItemX {
  padding-left: clamp(0.813rem, 0.625rem + 0.83vw, 1.625rem);
  padding-right: clamp(0.813rem, 0.625rem + 0.83vw, 1.625rem);
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-footerY {
  padding-top: clamp(1.25rem, 0.385rem + 3.85vw, 5rem);
  padding-bottom: clamp(1.25rem, 0.385rem + 3.85vw, 5rem);
}

.py-guaranteengListItemY {
  padding-top: clamp(1.125rem, 0.894rem + 1.03vw, 2.125rem);
  padding-bottom: clamp(1.125rem, 0.894rem + 1.03vw, 2.125rem);
}

.py-guaranteengY {
  padding-top: clamp(3.75rem, 3.087rem + 2.95vw, 6.625rem);
  padding-bottom: clamp(3.75rem, 3.087rem + 2.95vw, 6.625rem);
}

.py-header {
  padding-top: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
  padding-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}

.py-headerTextBoxY {
  padding-top: clamp(0.625rem, 0.481rem + 0.64vw, 1.25rem);
  padding-bottom: clamp(0.625rem, 0.481rem + 0.64vw, 1.25rem);
}

.py-questions {
  padding-top: clamp(3.75rem, 0.909rem + 12.63vw, 16.063rem);
  padding-bottom: clamp(3.75rem, 0.909rem + 12.63vw, 16.063rem);
}

.py-questionsButtonY {
  padding-top: clamp(0.625rem, 0.538rem + 0.38vw, 1rem);
  padding-bottom: clamp(0.625rem, 0.538rem + 0.38vw, 1rem);
}

.py-versatileListItemY {
  padding-top: clamp(0.313rem, 0.24rem + 0.32vw, 0.625rem);
  padding-bottom: clamp(0.313rem, 0.24rem + 0.32vw, 0.625rem);
}

.py-versatileSection {
  padding-top: clamp(3.75rem, 1.904rem + 8.21vw, 11.75rem);
  padding-bottom: clamp(3.75rem, 1.904rem + 8.21vw, 11.75rem);
}

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

.pb-schemaBoxBottom {
  padding-bottom: clamp(1.75rem, -0.846rem + 11.54vw, 13rem);
}

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

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

.pl-chooseBigBoxLeft {
  padding-left: clamp(2rem, 1.856rem + 0.64vw, 2.625rem);
}

.pr-\[38px\] {
  padding-right: 38px;
}

.pr-chooseBigBoxRight {
  padding-right: clamp(2rem, 1.25rem + 3.33vw, 5.25rem);
}

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

.pt-schemaBoxTop {
  padding-top: clamp(1.75rem, -0.846rem + 11.54vw, 13rem);
}

.font-sfPro {
  font-family: "SF Pro Display", sans-serif;
}

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

.text-chooseBigBoxText {
  font-size: clamp(0.875rem, 0.702rem + 0.77vw, 1.625rem);
}

.text-chooseBigBoxTitle {
  font-size: clamp(1.75rem, 1.231rem + 2.31vw, 4rem);
}

.text-chooseSmallBox {
  font-size: clamp(1.125rem, 0.952rem + 0.77vw, 1.875rem);
}

.text-chooseTitle {
  font-size: clamp(2rem, 1.452rem + 2.44vw, 4.375rem);
}

.text-copyright {
  font-size: clamp(0.75rem, 0.635rem + 0.51vw, 1.25rem);
}

.text-footerNavLink {
  font-size: clamp(0.875rem, 0.788rem + 0.38vw, 1.25rem);
}

.text-footerNavTitle {
  font-size: clamp(1rem, 0.856rem + 0.64vw, 1.625rem);
}

.text-guaranteengListText {
  font-size: clamp(0.75rem, 0.635rem + 0.51vw, 1.25rem);
}

.text-guaranteengListTitle {
  font-size: clamp(0.875rem, 0.702rem + 0.77vw, 1.625rem);
}

.text-guaranteengTitle {
  font-size: clamp(1.75rem, 1.087rem + 2.95vw, 4.625rem);
}

.text-headerLink {
  font-size: clamp(1rem, 0.913rem + 0.38vw, 1.375rem);
}

.text-headerSubtitle {
  font-size: clamp(1rem, 0.74rem + 1.15vw, 2.125rem);
}

.text-headerText {
  font-size: clamp(0.875rem, 0.673rem + 0.9vw, 1.75rem);
}

.text-headerTitle {
  font-size: clamp(3rem, 2.25rem + 3.33vw, 6.25rem);
}

.text-heaerTextBox {
  font-size: clamp(0.75rem, 0.563rem + 0.83vw, 1.563rem);
}

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

.text-questionContent {
  font-size: clamp(0.875rem, 0.846rem + 0.13vw, 1rem);
}

.text-questionsBtn {
  font-size: clamp(0.875rem, 0.76rem + 0.51vw, 1.375rem);
}

.text-questionsTitle {
  font-size: clamp(1.75rem, 1.087rem + 2.95vw, 4.625rem);
}

.text-versatileListItem {
  font-size: clamp(0.875rem, 0.731rem + 0.64vw, 1.5rem);
}

.text-versatileTitle {
  font-size: clamp(2rem, 1.452rem + 2.44vw, 4.375rem);
}

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

.font-black {
  font-weight: 900;
}

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

.font-extrabold {
  font-weight: 800;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[103\%\] {
  line-height: 103%;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[139\%\] {
  line-height: 139%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-\[89\%\] {
  line-height: 89%;
}

.-tracking-\[0\.01em\] {
  letter-spacing: -0.01em;
}

.text-\[\#0e111a\] {
  --tw-text-opacity: 1;
  color: rgb(14 17 26 / var(--tw-text-opacity));
}

.text-\[\#67459a\] {
  --tw-text-opacity: 1;
  color: rgb(103 69 154 / var(--tw-text-opacity));
}

.text-\[\#8156C1\] {
  --tw-text-opacity: 1;
  color: rgb(129 86 193 / var(--tw-text-opacity));
}

.text-\[\#8156c1\] {
  --tw-text-opacity: 1;
  color: rgb(129 86 193 / var(--tw-text-opacity));
}

.text-\[\#bf95ff\] {
  --tw-text-opacity: 1;
  color: rgb(191 149 255 / var(--tw-text-opacity));
}

.text-\[\#f77d34\] {
  --tw-text-opacity: 1;
  color: rgb(247 125 52 / var(--tw-text-opacity));
}

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

.text-copyright {
  color: rgba(255, 255, 255, 0.58);
}

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

.opacity-0 {
  opacity: 0;
}

.shadow-versatileListItem {
  --tw-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color), 0 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  font-family: "Jost", serif;
  font-weight: 400;
}

.main {
  flex-grow: 1;
}

.container {
  max-width: 1559px;
  padding-inline: 20px;
  margin-inline: auto;
}

svg {
  height: auto;
}

.accordion-btn.active {
  background-color: #f77d34;
}

.hover\:bg-\[\#8156c1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 86 193 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f77d34\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 125 52 / var(--tw-bg-opacity));
}

.hover\:text-\[\#f77d34\]:hover {
  --tw-text-opacity: 1;
  color: rgb(247 125 52 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:bg-\[\#f77d34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 125 52 / var(--tw-bg-opacity));
}

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

.group:focus .group-focus\:bg-\[\#f77d34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 125 52 / var(--tw-bg-opacity));
}

@media (max-width: 600px) {
  .\36 00\:flex {
    display: flex;
  }

  .\36 00\:flex-col {
    flex-direction: column;
  }

  .\36 00\:gap-10 {
    gap: 2.5rem;
  }

  .\36 00\:text-\[32px\] {
    font-size: 32px;
  }

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

@media (max-width: 985px) {
  .\39 85\:flex {
    display: flex;
  }

  .\39 85\:hidden {
    display: none;
  }

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

  .\39 85\:border-none {
    border-style: none;
  }

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

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

@media (max-width: 1350px) {
  .\31 350\:static {
    position: static;
  }

  .\31 350\:block {
    display: block;
  }

  .\31 350\:flex {
    display: flex;
  }

  .\31 350\:hidden {
    display: none;
  }

  .\31 350\:min-h-\[unset\] {
    min-height: unset;
  }

  .\31 350\:w-\[12px\] {
    width: 12px;
  }

  .\31 350\:w-\[15px\] {
    width: 15px;
  }

  .\31 350\:w-\[27px\] {
    width: 27px;
  }

  .\31 350\:w-\[9px\] {
    width: 9px;
  }

  .\31 350\:w-auto {
    width: auto;
  }

  .\31 350\:\!max-w-\[unset\] {
    max-width: unset !important;
  }

  .\31 350\:max-w-\[unset\] {
    max-width: unset;
  }

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

  .\31 350\:flex-col {
    flex-direction: column;
  }

  .\31 350\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .\31 350\:bg-\[url\(\'\'\)\] {
    background-image: url('');
  }

  .\31 350\:p-0 {
    padding: 0px;
  }

  .\31 350\:pr-2\.5 {
    padding-right: 0.625rem;
  }

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

  .\31 350\:pt-\[22px\] {
    padding-top: 22px;
  }
}

@media (max-width: 1470px) {
  .\31 470\:gap-5 {
    gap: 1.25rem;
  }

  .\31 470\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 1510px) {
  .\31 510\:max-w-\[870px\] {
    max-width: 870px;
  }
}