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

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.z-0 {
  z-index: 0;
}

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

.z-20 {
  z-index: 20;
}

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

.mx-\[30px\] {
  margin-left: 30px;
  margin-right: 30px;
}

.-ml-24 {
  margin-left: -6rem;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.aspect-\[57\/32\] {
  aspect-ratio: 57/32;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-7 {
  width: 1.75rem;
}

.w-\[120\%\] {
  width: 120%;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

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

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

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

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

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

.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-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[5\.25px\] {
  gap: 5.25px;
}

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

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-solid {
  border-style: solid;
}

.\!border-color2 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#2872E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(40 114 226 / var(--tw-border-opacity, 1));
}

.border-color2 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#012F7388\] {
  background-color: #012F7388;
}

.bg-\[\#1052B1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 82 177 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3540C3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(53 64 195 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blur-gray {
  background-color: rgba(252, 253, 255, 0.66);
}

.bg-blur-gray-light {
  background-color: rgba(252, 253, 255, 0.37);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-surface-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(1 43 105 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[linear-gradient\(180deg\2c _\#16A34A_0\%\2c _\#158E42_78\%\2c _\#15803D_100\%\)\] {
  background-image: linear-gradient(180deg, #16A34A 0%, #158E42 78%, #15803D 100%);
}

.bg-\[url\(\'\.\.\/imgs\/bg-third-section\.svg\'\)\] {
  background-image: url('../imgs/bg-third-section.svg');
}

.bg-firstSection {
  background-image: linear-gradient(124deg, #F2F3FB 43.53%, #E6E8F9 92.3%);
}

.bg-fourthSection {
  background-image: radial-gradient(152.06% 177.05% at 54.17% 184.7%, #7CB0FF 0%, #3641C5 49.59%, #3540C3 64.94%, #222B94 86.06%, #192073 100%);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradientBlue {
  background-image: linear-gradient(180deg, #0B115C 0%, #012F73 100%);
}

.bg-thirdSection {
  background-image: radial-gradient(36.2% 69.48% at 50% 50%, #D7E3F4 0%, #A3C5F5 100%);
}

.bg-whiteToTransparent {
  background-image: linear-gradient(156deg, #FFFDFD -2.04%, #E1E6F6 116.39%);
}

.from-\[\#2F558C\] {
  --tw-gradient-from: #2F558C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 85 140 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#538EE8\] {
  --tw-gradient-from: #538EE8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(83 142 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#1052B1\] {
  --tw-gradient-to: #1052B1 var(--tw-gradient-to-position);
}

.to-\[\#2468CE\] {
  --tw-gradient-to: #2468CE var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-size-200 {
  background-size: 200% 200%;
}

.bg-pos-0 {
  background-position: 0% 0%;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1;
}

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

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.\!leading-6 {
  line-height: 1.5rem !important;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-\[\#012F73\] {
  --tw-text-opacity: 1;
  color: rgb(1 47 115 / var(--tw-text-opacity, 1));
}

.text-\[\#FCFDFF\] {
  --tw-text-opacity: 1;
  color: rgb(252 253 255 / var(--tw-text-opacity, 1));
}

.text-color1 {
  --tw-text-opacity: 1;
  color: rgb(10 13 49 / var(--tw-text-opacity, 1));
}

.text-color2 {
  --tw-text-opacity: 1;
  color: rgb(1 43 105 / var(--tw-text-opacity, 1));
}

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

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

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

.shadow-Small {
  --tw-shadow: 0 2px 6px 0 rgba(16, 24, 40, 0.06);
  --tw-shadow-colored: 0 2px 6px 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);
}

.shadow-custom {
  --tw-shadow: 2px 2px 4px 0 rgba(9, 9, 12, 0.15), 4px 10px 6px 0 rgba(9, 9, 12, 0.05);;
  --tw-shadow-colored: 2px 2px 4px 0 var(--tw-shadow-color), 4px 10px 6px 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);
}

.shadow-custom2 {
  --tw-shadow: 2px 2px 4px 0 rgba(9, 9, 12, 0.15), 4px 10px 6px 0 rgba(9, 9, 12, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 2px 2px 4px 0 var(--tw-shadow-color), 4px 10px 6px 0 var(--tw-shadow-color), 0 4px 4px 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);
}

.shadow-insetShadow {
  --tw-shadow: 2px 2px 4px 0 rgba(9, 9, 12, 0.15) inset, 4px 10px 6px 0 rgba(9, 9, 12, 0.05) inset;
  --tw-shadow-colored: inset 2px 2px 4px 0 var(--tw-shadow-color), inset 4px 10px 6px 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);
}

.backdrop-blur-banner {
  --tw-backdrop-blur: blur(5.550000190734863px);
  -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-secondWrapper {
  --tw-backdrop-blur: blur(11.800000190734863px);
  -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);
}

.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;
}

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

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

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

.hover\:border-\[\#538EE8\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(83 142 232 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[linear-gradient\(180deg\2c _\#158E42_0\%\2c _\#17773c_100\%\)\]:hover {
  background-image: linear-gradient(180deg, #158E42 0%, #17773c 100%);
}

.hover\:from-\[\#2468CE\]:hover {
  --tw-gradient-from: #2468CE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 104 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#1C51A0\]:hover {
  --tw-gradient-to: #1C51A0 var(--tw-gradient-to-position);
}

.hover\:bg-pos-100:hover {
  background-position: 100% 98%;
}

.hover\:\!text-\[\#FCFDFF\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(252 253 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-link:hover {
  --tw-text-opacity: 1;
  color: rgb(40 114 226 / var(--tw-text-opacity, 1));
}

.focus\:\!border-color3:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-\[\#2872E2\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(40 114 226 / var(--tw-border-opacity, 1));
}

.focus\:border-color3:focus {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.focus\:from-\[\#538EE8\]:focus {
  --tw-gradient-from: #538EE8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(83 142 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:to-\[\#2468CE\]:focus {
  --tw-gradient-to: #2468CE var(--tw-gradient-to-position);
}

.focus\:shadow-success:focus {
  --tw-shadow: 0 0 0 2px #DCFCE7;
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.focus\:ring-\[\#4ADE80\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}

.active\:\!border-color3:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1)) !important;
}

.active\:border-\[\#163F7C\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(22 63 124 / var(--tw-border-opacity, 1));
}

.active\:border-color3:active {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.active\:bg-\[linear-gradient\(180deg\2c _\#158E42_0\%\2c _\#166534_100\%\)\]:active {
  background-image: linear-gradient(180deg, #158E42 0%, #166534 100%);
}

.active\:from-\[\#1C51A0\]:active {
  --tw-gradient-from: #1C51A0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 81 160 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:to-\[\#1C51A0\]:active {
  --tw-gradient-to: #1C51A0 var(--tw-gradient-to-position);
}

.active\:ring-\[\#4ADE80\]:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:text-success-light {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.group:focus .group-focus\:text-success-light {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

@media (min-width: 390px) {
  .xs\:hidden {
    display: none;
  }

  .xs\:aspect-\[104\.69\/20\.32\] {
    aspect-ratio: 104.69/20.32;
  }

  .xs\:aspect-\[121\.48\/20\.32\] {
    aspect-ratio: 121.48/20.32;
  }

  .xs\:aspect-\[20\/13\] {
    aspect-ratio: 20/13;
  }

  .xs\:aspect-\[62\.87\/24\.74\] {
    aspect-ratio: 62.87/24.74;
  }

  .xs\:aspect-\[76\.76\/20\.32\] {
    aspect-ratio: 76.76/20.32;
  }

  .xs\:aspect-\[85\.68\/20\.32\] {
    aspect-ratio: 85.68/20.32;
  }

  .xs\:aspect-\[87\.91\/20\.32\] {
    aspect-ratio: 87.91/20.32;
  }

  .xs\:aspect-\[91\.00\/26\.50\] {
    aspect-ratio: 91.00/26.50;
  }

  .xs\:aspect-\[96\.21\/26\.50\] {
    aspect-ratio: 96.21/26.50;
  }

  .xs\:aspect-\[99\.39\/24\.74\] {
    aspect-ratio: 99.39/24.74;
  }

  .xs\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-14 {
    height: 3.5rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-\[20\.32px\] {
    height: 20.32px;
  }

  .xs\:h-\[24\.737px\] {
    height: 24.737px;
  }

  .xs\:h-\[26\.504px\] {
    height: 26.504px;
  }

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

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

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

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-14 {
    width: 3.5rem;
  }

  .xs\:w-\[104\.691px\] {
    width: 104.691px;
  }

  .xs\:w-\[121\.477px\] {
    width: 121.477px;
  }

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

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

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

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

  .xs\:w-\[62\.874px\] {
    width: 62.874px;
  }

  .xs\:w-\[76\.764px\] {
    width: 76.764px;
  }

  .xs\:w-\[85\.682px\] {
    width: 85.682px;
  }

  .xs\:w-\[87\.905px\] {
    width: 87.905px;
  }

  .xs\:w-\[90\.997px\] {
    width: 90.997px;
  }

  .xs\:w-\[96\.213px\] {
    width: 96.213px;
  }

  .xs\:w-\[99\.39px\] {
    width: 99.39px;
  }

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

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

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

  .xs\:content-center {
    align-content: center;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

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

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

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

  .xs\:gap-1\.5 {
    gap: 0.375rem;
  }

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

  .xs\:gap-2 {
    gap: 0.5rem;
  }

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

  .xs\:gap-4 {
    gap: 1rem;
  }

  .xs\:gap-6 {
    gap: 1.5rem;
  }

  .xs\:gap-8 {
    gap: 2rem;
  }

  .xs\:gap-y-\[10\.602px\] {
    row-gap: 10.602px;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:bg-secondSectionXs {
    background-image: radial-gradient(687.05% 236.27% at 185.94% 2.65%, #7CB0FF 0%, #3641C5 55.77%, #3540C3 69.71%, #222B94 86.06%, #192073 100%);
  }

  .xs\:bg-section-nd-xs {
    background-image: url("../imgs/xs/bg-second-section.svg");
  }

  .xs\:bg-section-st-xs {
    background-image: url("../imgs/xs/bg-first-section.svg");
  }

  .xs\:bg-section-th-xs {
    background-image: url("../imgs/xs/bg-fourth-section.svg");
  }

  .xs\:bg-size-100 {
    background-size: 100% 100%;
  }

  .xs\:p-2 {
    padding: 0.5rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

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

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

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xs\:pt-\[72px\] {
    padding-top: 72px;
  }

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

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

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

  .xs\:text-4xl {
    font-size: 2rem;
    line-height: 1;
  }

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

  .xs\:text-\[18px\] {
    font-size: 18px;
  }

  .xs\:text-base {
    font-size: 1rem;
    line-height: 1;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
    line-height: 1;
  }

  .xs\:text-sm {
    font-size: 0.875rem;
    line-height: 1;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
    line-height: 1;
  }

  .xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1;
  }

  .xs\:leading-10 {
    line-height: 2.5rem;
  }

  .xs\:leading-3 {
    line-height: .75rem;
  }

  .xs\:leading-4 {
    line-height: 1rem;
  }

  .xs\:leading-6 {
    line-height: 1.5rem;
  }

  .xs\:leading-7 {
    line-height: 1.75rem;
  }

  .xs\:leading-8 {
    line-height: 2rem;
  }

  .xs\:leading-9 {
    line-height: 2.25rem;
  }

  .xs\:leading-\[18px\] {
    line-height: 18px;
  }

  .xs\:leading-lg {
    line-height: 2.75rem;
  }

  .xs\:tracking-neg-04 {
    letter-spacing: -0.4px;
  }

  .xs\:tracking-neg-056 {
    letter-spacing: -0.56px;
  }

  .xs\:tracking-neg-064 {
    letter-spacing: -0.64px;
  }

  .xs\:tracking-neg-072 {
    letter-spacing: -0.72px;
  }
}

@media (min-width: 640px) {
  .sm\:aspect-\[105\.71\/41\.59\] {
    aspect-ratio: 105.71/41.59;
  }

  .sm\:aspect-\[129\.07\/34\.17\] {
    aspect-ratio: 129.07/34.17;
  }

  .sm\:aspect-\[144\.06\/34\.17\] {
    aspect-ratio: 144.06/34.17;
  }

  .sm\:aspect-\[147\.80\/34\.17\] {
    aspect-ratio: 147.80/34.17;
  }

  .sm\:aspect-\[153\.00\/44\.56\] {
    aspect-ratio: 153.00/44.56;
  }

  .sm\:aspect-\[161\.77\/44\.56\] {
    aspect-ratio: 161.77/44.56;
  }

  .sm\:aspect-\[167\.11\/41\.59\] {
    aspect-ratio: 167.11/41.59;
  }

  .sm\:aspect-\[176\.03\/34\.17\] {
    aspect-ratio: 176.03/34.17;
  }

  .sm\:aspect-\[204\.25\/34\.17\] {
    aspect-ratio: 204.25/34.17;
  }

  .sm\:aspect-\[36\/23\] {
    aspect-ratio: 36/23;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

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

  .sm\:h-\[34\.165px\] {
    height: 34.165px;
  }

  .sm\:h-\[41\.593px\] {
    height: 41.593px;
  }

  .sm\:h-\[44\.564px\] {
    height: 44.564px;
  }

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

  .sm\:w-\[105\.715px\] {
    width: 105.715px;
  }

  .sm\:w-\[129\.07px\] {
    width: 129.07px;
  }

  .sm\:w-\[144\.064px\] {
    width: 144.064px;
  }

  .sm\:w-\[147\.803px\] {
    width: 147.803px;
  }

  .sm\:w-\[153\.002px\] {
    width: 153.002px;
  }

  .sm\:w-\[161\.772px\] {
    width: 161.772px;
  }

  .sm\:w-\[167\.114px\] {
    width: 167.114px;
  }

  .sm\:w-\[176\.026px\] {
    width: 176.026px;
  }

  .sm\:w-\[204\.25px\] {
    width: 204.25px;
  }

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

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

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

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

  .sm\:w-\[548\.133px\] {
    width: 548.133px;
  }

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

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

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

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

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:flex-none {
    flex: none;
  }

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

  .sm\:basis-12 {
    flex-basis: 3rem;
  }

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

  .sm\:items-end {
    align-items: flex-end;
  }

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-y-\[17\.825px\] {
    row-gap: 17.825px;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:bg-section-nd-sm {
    background-image: url("../imgs/sm/bg-second-section.svg");
  }

  .sm\:bg-section-st-sm {
    background-image: url("../imgs/sm/bg-first-section.svg");
  }

  .sm\:bg-section-th-sm {
    background-image: url("../imgs/sm/bg-fourth-section.svg");
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pt-\[88px\] {
    padding-top: 88px;
  }

  .sm\:text-right {
    text-align: right;
  }

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

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

  .sm\:text-4xl {
    font-size: 2rem;
    line-height: 1;
  }

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-lg {
    line-height: 2.75rem;
  }

  .sm\:tracking-neg-04 {
    letter-spacing: -0.4px;
  }

  .sm\:tracking-neg-056 {
    letter-spacing: -0.56px;
  }

  .sm\:tracking-neg-064 {
    letter-spacing: -0.64px;
  }

  .sm\:tracking-neg-072 {
    letter-spacing: -0.72px;
  }
}

@media (min-width: 1024px) {
  .md\:flex {
    display: flex;
  }

  .md\:aspect-\[137\.94\/36\.51\] {
    aspect-ratio: 137.94/36.51;
  }

  .md\:aspect-\[141\.81\/55\.79\] {
    aspect-ratio: 141.81/55.79;
  }

  .md\:aspect-\[153\.97\/36\.51\] {
    aspect-ratio: 153.97/36.51;
  }

  .md\:aspect-\[157\.96\/36\.51\] {
    aspect-ratio: 157.96/36.51;
  }

  .md\:aspect-\[163\.52\/47\.63\] {
    aspect-ratio: 163.52/47.63;
  }

  .md\:aspect-\[172\.89\/47\.63\] {
    aspect-ratio: 172.89/47.63;
  }

  .md\:aspect-\[178\.60\/44\.45\] {
    aspect-ratio: 178.60/44.45;
  }

  .md\:aspect-\[188\.12\/36\.51\] {
    aspect-ratio: 188.12/36.51;
  }

  .md\:aspect-\[218\.29\/36\.51\] {
    aspect-ratio: 218.29/36.51;
  }

  .md\:h-\[129\.333px\] {
    height: 129.333px;
  }

  .md\:h-\[36\.514px\] {
    height: 36.514px;
  }

  .md\:h-\[44\.451px\] {
    height: 44.451px;
  }

  .md\:h-\[47\.626px\] {
    height: 47.626px;
  }

  .md\:h-\[58rem\] {
    height: 58rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:min-h-16 {
    min-height: 4rem;
  }

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

  .md\:w-\[112\.981px\] {
    width: 112.981px;
  }

  .md\:w-\[137\.94px\] {
    width: 137.94px;
  }

  .md\:w-\[153\.966px\] {
    width: 153.966px;
  }

  .md\:w-\[157\.961px\] {
    width: 157.961px;
  }

  .md\:w-\[163\.518px\] {
    width: 163.518px;
  }

  .md\:w-\[172\.891px\] {
    width: 172.891px;
  }

  .md\:w-\[178\.599px\] {
    width: 178.599px;
  }

  .md\:w-\[188\.125px\] {
    width: 188.125px;
  }

  .md\:w-\[218\.288px\] {
    width: 218.288px;
  }

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

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

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

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

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

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

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

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

  .md\:w-full {
    width: 100%;
  }

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

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

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

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

  .md\:items-start {
    align-items: flex-start;
  }

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

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

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

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

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

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

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

  .md\:gap-\[68px\] {
    gap: 68px;
  }

  .md\:gap-y-\[19\.051px\] {
    row-gap: 19.051px;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:bg-secondSectionMd {
    background-image: radial-gradient(132.32% 124.21% at 97.33% 90.73%, #7CB0FF 0%, #3641C5 55.77%, #3540C3 69.71%, #222B94 86.06%, #192073 100%);
  }

  .md\:bg-section-nd-md {
    background-image: url("../imgs/md/bg-second-section.svg");
  }

  .md\:bg-section-st-md {
    background-image: url("../imgs/md/bg-first-section.svg");
  }

  .md\:bg-section-th-md {
    background-image: url("../imgs/md/bg-fourth-section.svg");
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .md\:px-\[84px\] {
    padding-left: 84px;
    padding-right: 84px;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1;
  }

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

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-lg {
    line-height: 2.75rem;
  }

  .md\:leading-xl {
    line-height: 3rem;
  }

  .md\:tracking-neg-056 {
    letter-spacing: -0.56px;
  }

  .md\:tracking-neg-064 {
    letter-spacing: -0.64px;
  }

  .md\:tracking-neg-072 {
    letter-spacing: -0.72px;
  }

  .md\:tracking-neg-080 {
    letter-spacing: -0.8px;
  }
}

@media (min-width: 1280px) {
  .lg\:mx-\[0px\] {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:aspect-\[111\.53\/72\.00\] {
    aspect-ratio: 111.53/72.00;
  }

  .lg\:aspect-\[132\.27\/52\.04\] {
    aspect-ratio: 132.27/52.04;
  }

  .lg\:aspect-\[161\.49\/42\.75\] {
    aspect-ratio: 161.49/42.75;
  }

  .lg\:aspect-\[180\.25\/42\.75\] {
    aspect-ratio: 180.25/42.75;
  }

  .lg\:aspect-\[184\.93\/42\.75\] {
    aspect-ratio: 184.93/42.75;
  }

  .lg\:aspect-\[191\.44\/55\.76\] {
    aspect-ratio: 191.44/55.76;
  }

  .lg\:aspect-\[202\.41\/55\.76\] {
    aspect-ratio: 202.41/55.76;
  }

  .lg\:aspect-\[209\.09\/52\.04\] {
    aspect-ratio: 209.09/52.04;
  }

  .lg\:aspect-\[220\.24\/42\.75\] {
    aspect-ratio: 220.24/42.75;
  }

  .lg\:aspect-\[255\.56\/42\.75\] {
    aspect-ratio: 255.56/42.75;
  }

  .lg\:h-20 {
    height: 5rem;
  }

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

  .lg\:h-\[16\.5rem\] {
    height: 16.5rem;
  }

  .lg\:h-\[42\.748px\] {
    height: 42.748px;
  }

  .lg\:h-\[52\.041px\] {
    height: 52.041px;
  }

  .lg\:h-\[55\.758px\] {
    height: 55.758px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

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

  .lg\:w-\[123\.029px\] {
    width: 123.029px;
  }

  .lg\:w-\[132\.27px\] {
    width: 132.27px;
  }

  .lg\:w-\[161\.491px\] {
    width: 161.491px;
  }

  .lg\:w-\[180\.253px\] {
    width: 180.253px;
  }

  .lg\:w-\[184\.93px\] {
    width: 184.93px;
  }

  .lg\:w-\[191\.435px\] {
    width: 191.435px;
  }

  .lg\:w-\[202\.409px\] {
    width: 202.409px;
  }

  .lg\:w-\[209\.092px\] {
    width: 209.092px;
  }

  .lg\:w-\[220\.244px\] {
    width: 220.244px;
  }

  .lg\:w-\[255\.557px\] {
    width: 255.557px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[159px\] {
    gap: 159px;
  }

  .lg\:gap-y-\[22\.303px\] {
    row-gap: 22.303px;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:bg-section-nd-lg {
    background-image: url("../imgs/lg/bg-second-section.svg");
  }

  .lg\:bg-section-st-lg {
    background-image: url("../imgs/lg/bg-first-section.svg");
  }

  .lg\:bg-section-th-lg {
    background-image: url("../imgs/lg/bg-fourth-section.svg");
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-lg {
    line-height: 2.75rem;
  }

  .lg\:tracking-neg-048 {
    letter-spacing: -0.48px;
  }

  .lg\:gap-inherit {
    gap: inherit;
  }
}

@media (min-width: 1440px) {
  .xl\:h-\[186px\] {
    height: 186px;
  }

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

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

  .xl\:grow {
    flex-grow: 1;
  }

  .xl\:gap-19 {
    gap: 4.75rem;
  }

  .xl\:gap-\[42px\] {
    gap: 42px;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:bg-section-nd-xl {
    background-image: url("../imgs/xl/bg-second-section.svg");
  }

  .xl\:bg-section-st-xl {
    background-image: url("../imgs/xl/bg-first-section.svg");
  }

  .xl\:bg-section-th-xl {
    background-image: url("../imgs/xl/bg-fourth-section.svg");
  }

  .xl\:\!px-\[42px\] {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

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

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

  .xl\:px-\[84px\] {
    padding-left: 84px;
    padding-right: 84px;
  }

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