
:root {
    --color-primary: #0E50A3;
    --color-secondary: #E0EEFA;
    --color-bg-default: #EFF7FF;
    --color-t-default: #1A1311;
    --color-white: #fff;
    --color-b-default : #F0F0F0;
    --color-b-input : #969696;
    --color-b-acordion : #C1C1C1;
    --scroll-gap: -80px;
  }
*, ::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: #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] {
  display: none;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    inset: 0px;
}
.bottom-0 {
    bottom: 0px;
}
.bottom-\[160px\] {
    bottom: 160px;
}
.bottom-\[82px\] {
    bottom: 82px;
}
.left-0 {
    left: 0px;
}
.left-5 {
    left: 1.25rem;
}
.left-6 {
    left: 1.5rem;
}
.right-0 {
    right: 0px;
}
.right-14 {
    right: 3.5rem;
}
.right-2 {
    right: 0.5rem;
}
.right-4 {
    right: 1rem;
}
.right-5 {
    right: 1.25rem;
}
.right-6 {
    right: 1.5rem;
}
.top-0 {
    top: 0px;
}
.top-4 {
    top: 1rem;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-\[100\] {
    z-index: 100;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.m-auto {
    margin: auto;
}
.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-20 {
    margin-bottom: 5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-\[115px\] {
    margin-bottom: 115px;
}
.ml-\[210px\] {
    margin-left: 210px;
}
.ml-auto {
    margin-left: auto;
}
.mr-4 {
    margin-right: 1rem;
}
.mr-auto {
    margin-right: auto;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-16 {
    margin-top: 4rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-9 {
    margin-top: 2.25rem;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.aspect-\[1328\/679\] {
    aspect-ratio: 1328/679;
}
.aspect-\[155\/96\] {
    aspect-ratio: 155/96;
}
.aspect-\[280\/180\] {
    aspect-ratio: 280/180;
}
.aspect-\[375\/141\] {
    aspect-ratio: 375/141;
}
.aspect-\[443\/274\] {
    aspect-ratio: 443/274;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.h-0 {
    height: 0px;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-8 {
    height: 2rem;
}
.h-\[126px\] {
    height: 126px;
}
.h-\[146px\] {
    height: 146px;
}
.h-\[14px\] {
    height: 14px;
}
.h-\[374px\] {
    height: 374px;
}
.h-\[529px\] {
    height: 529px;
}
.h-\[55px\] {
    height: 55px;
}
.h-\[60px\] {
    height: 60px;
}
.h-\[679px\] {
    height: 679px;
}
.h-\[72px\] {
    height: 72px;
}
.h-\[90\%\] {
    height: 90%;
}
.h-\[96px\] {
    height: 96px;
}
.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.h-full {
    height: 100%;
}
.max-h-\[679px\] {
    max-height: 679px;
}
.w-0 {
    width: 0px;
}
.w-32 {
    width: 8rem;
}
.w-36 {
    width: 9rem;
}
.w-4 {
    width: 1rem;
}
.w-48 {
    width: 12rem;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-\[117px\] {
    width: 117px;
}
.w-\[125px\] {
    width: 125px;
}
.w-\[131px\] {
    width: 131px;
}
.w-\[149px\] {
    width: 149px;
}
.w-\[14px\] {
    width: 14px;
}
.w-\[19\.082302vw\] {
    width: 19.082302vw;
}
.w-\[60px\] {
    width: 60px;
}
.w-\[72px\] {
    width: 72px;
}
.w-\[77px\] {
    width: 77px;
}
.w-\[80vw\] {
    width: 80vw;
}
.w-\[84\.04042553vw\] {
    width: 84.04042553vw;
}
.w-\[87\.2vw\] {
    width: 87.2vw;
}
.w-\[92px\] {
    width: 92px;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-full {
    width: 100%;
}
.min-w-10 {
    min-width: 2.5rem;
}
.min-w-full {
    min-width: 100%;
}
.max-w-\[237px\] {
    max-width: 237px;
}
.max-w-\[325px\] {
    max-width: 325px;
}
.max-w-\[557px\] {
    max-width: 557px;
}
.max-w-\[87\.234043vw\] {
    max-width: 87.234043vw;
}
.max-w-\[89\.3333vw\] {
    max-width: 89.3333vw;
}
.max-w-\[890px\] {
    max-width: 890px;
}
.flex-1 {
    flex: 1 1 0%;
}
.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));
}
.translate-y-full {
    --tw-translate-y: 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));
}
.cursor-pointer {
    cursor: pointer;
}
.resize-none {
    resize: none;
}
.auto-cols-auto {
    grid-auto-columns: auto;
}
.grid-flow-col {
    grid-auto-flow: column;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-1\.5 {
    gap: 0.375rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-16 {
    gap: 4rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-\[14px\] {
    gap: 14px;
}
.overflow-hidden {
    overflow: hidden;
}
.scroll-smooth {
    scroll-behavior: smooth;
}
.rounded-\[20px\] {
    border-radius: 20px;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-\[1px\] {
    border-bottom-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-t-2 {
    border-top-width: 2px;
}
.border-solid {
    border-style: solid;
}
.border-\[\#C1C1C1\] {
    --tw-border-opacity: 1;
    border-color: rgb(193 193 193 / var(--tw-border-opacity));
}
.border-b-acordion {
    --tw-border-opacity: 1;
    border-color: rgb(193 193 193 / var(--tw-border-opacity));
}
.border-b-default {
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.border-b-input {
    --tw-border-opacity: 1;
    border-color: rgb(150 150 150 / var(--tw-border-opacity));
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-bg-default {
    --tw-bg-opacity: 1;
    background-color: rgb(239 247 255 / var(--tw-bg-opacity));
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(14 80 163 / var(--tw-bg-opacity));
}
.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(224 238 250 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.object-center {
    -o-object-position: center;
       object-position: center;
}
.p-6 {
    padding: 1.5rem;
}
.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-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pb-14 {
    padding-bottom: 3.5rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pb-\[104px\] {
    padding-bottom: 104px;
}
.pb-\[62px\] {
    padding-bottom: 62px;
}
.pb-\[68px\] {
    padding-bottom: 68px;
}
.pb-\[72px\] {
    padding-bottom: 72px;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pr-16 {
    padding-right: 4rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-12 {
    padding-top: 3rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pt-\[42px\] {
    padding-top: 42px;
}
.pt-\[80px\] {
    padding-top: 80px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-roboto {
    font-family: Roboto, sans-serif;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-\[13px\] {
    font-size: 13px;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-6 {
    line-height: 1.5rem;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-8 {
    line-height: 2rem;
}
.leading-9 {
    line-height: 2.25rem;
}
.leading-\[26px\] {
    line-height: 26px;
}
.leading-\[30px\] {
    line-height: 30px;
}
.leading-\[64px\] {
    line-height: 64px;
}
.leading-none {
    line-height: 1;
}
.text-b-input {
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(14 80 163 / var(--tw-text-opacity));
}
.text-t-default {
    --tw-text-opacity: 1;
    color: rgb(26 19 17 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
    text-decoration-line: underline;
}
.opacity-0 {
    opacity: 0;
}
.shadow-3xl {
    --tw-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
    --tw-shadow-colored: 0px 3px 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);
}
.blur-md {
    --tw-blur: blur(12px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-1000 {
    transition-duration: 1000ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-500 {
    transition-duration: 500ms;
}
.duration-700 {
    transition-duration: 700ms;
}

.button {
    position: relative;
    display: flex;
    height: 72px;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 57px;
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(14 80 163 / var(--tw-text-opacity));
}

@media (min-width: 500px) {
    .button {
        width: 279px;
    }
}

@media (min-width: 751px) {
    .button {
        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: 300ms;
    }
}

@media (min-width: 1157px) {
    .button {
        height: 5rem;
        width: 325px;
    }
}
.button--disabled {
    --tw-border-opacity: 1;
    border-color: rgb(150 150 150 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
    transition-property: none;
}
@media (min-width: 751px) {
    .button-wrap:hover .button, .button-wrap:hover .button-mini {
        --tw-bg-opacity: 1;
        background-color: rgb(14 80 163 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}
.button-icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button-middle {
    position: relative;
    display: flex;
    height: 72px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 57px;
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(14 80 163 / var(--tw-text-opacity));
    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: 300ms;
}
@media (min-width: 500px) {
    .button-middle {
        width: 327px;
    }
}
@media (min-width: 751px) {
    .button-middle:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(14 80 163 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}
@media (min-width: 1157px) {
    .button-middle {
        height: 80px;
        width: 336px;
    }
}
.button-mini {
    position: relative;
    display: flex;
    height: 2.25rem;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 57px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    font-size: 13px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(14 80 163 / var(--tw-text-opacity));
    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: 300ms;
}
@media (min-width: 751px) {
    .button-mini:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(14 80 163 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}
.button-cookie {
    position: relative;
    display: flex;
    height: 2.25rem;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 57px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
    padding-left: 60px;
    padding-right: 60px;
    font-size: 13px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(14 80 163 / var(--tw-text-opacity));
    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: 300ms;
}
@media (min-width: 751px) {
    .button-cookie:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(14 80 163 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}
.button-mini-icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.passing-sub-title {
    font-size: 1rem;
    line-height: 1rem;
}
.passing-title {
    font-family: Roboto, sans-serif;
    font-size: 38px;
    line-height: 1;
}
@media (min-width: 1157px) {
    .passing-title {
        font-size: 47px;
    }
}
.custom-container {
    margin-left: auto;
    margin-right: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
}
@media (min-width: 751px) {
    .custom-container {
        width: 71.742313vw;
        max-width: 980px;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 38px;
        padding-bottom: 5rem;
    }
}
.custom-container-md {
    margin-left: auto;
    margin-right: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 751px) {
    .custom-container-md {
        width: 58.565154vw;
        max-width: 800px;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 38px;
        padding-bottom: 5rem;
    }
}
@media (min-width: 1157px) {
    .input-group {
        display: flex;
        align-items: flex-start;
        gap: 2.5rem;
    }
    .input-group.inputgroup-textarea {
        display: block;
    }
}
.input-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
}
@media (min-width: 1157px) {
    .input-label {
        min-width: 200px;
        justify-content: space-between;
    }
    [data-progress='confirm'] .input-label {
        min-width: 138px;
    }
}
.input-content {
    margin-top: 0.75rem;
}
@media (min-width: 1157px) {
    .input-content {
        margin-top: 0px;
        flex: 1 1 0%;
    }
}
.input-field {
    min-height: 54px;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(150 150 150 / var(--tw-border-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 54px;
}
.input-field::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}
.input-field::placeholder {
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}
.input-field:focus-visible {
    outline-color: #0E50A3;
}
.input-textarea {
    height: 200px;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(150 150 150 / var(--tw-border-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.input-textarea::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}
.input-textarea::placeholder {
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}
.input-textarea:focus-visible {
    outline-color: #0E50A3;
}
.input-field.is-error, .input-textarea.is-error {
    --tw-border-opacity: 1;
    border-color: rgb(217 18 18 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 242 242 / var(--tw-bg-opacity));
}
.input-field.is-error:focus-visible, .input-textarea.is-error:focus-visible {
    outline-color: #D91212;
}
.input-error {
    margin-top: 0.75rem;
    display: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(217 18 18 / var(--tw-text-opacity));
}
.input-file {
    position: relative;
    display: flex;
    height: 3rem;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(150 150 150 / var(--tw-border-opacity));
    text-align: center;
}
.input-file.is-selected {
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(14 80 163 / var(--tw-bg-opacity));
}
.input-file .status {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}
.input-file.is-selected .status {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.input-file-delete {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    margin-left: auto;
    display: none;
    height: 2.25rem;
    width: 179px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border-radius: 57px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
}
.input-check__text {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.progress-container {
    position: relative;
    margin: auto;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.progress {
    position: relative;
    z-index: 10;
    display: inline-block;
    border-radius: 20px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(150 150 150 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}
[data-progress='input'] .progress-container .progress:nth-of-type(1) {
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(14 80 163 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
[data-progress='confirm'] .progress-container .progress:nth-of-type(2) {
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(14 80 163 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.progress.current {
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(14 80 163 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.reception-list li {
    display: flex;
    justify-content: flex-start;
    gap: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.heading-chip {
    position: relative;
    z-index: 10;
    display: inline-block;
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.breadcrumb {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.breadcrumb-inner {
    margin: auto;
    max-width: 890px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}
@media (min-width: 751px) {
    .breadcrumb-inner {
        width: 65vw;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.breadcrumb-inner >span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}
.count-list {
    counter-reset: count;
}
.count-list > * {
    counter-increment: count;
}
.count-list li {
    position: relative;
    padding-left: 1.25rem;
}
.count-list li:before {
    position: absolute;
    top: 0px;
    left: 0px;
}
.count-brackets-list {
    counter-reset: countbrackets;
}
.count-brackets-list > * {
    counter-increment: countbrackets;
}
.count-brackets-list li {
    display: flex;
    gap: 0.5rem;
}
.privacy-title {
    margin-top: 2.5rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(14 80 163 / var(--tw-border-opacity));
    padding-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(14 80 163 / var(--tw-text-opacity));
}
@media (min-width: 751px) {
    .privacy-title {
        margin-top: 4rem;
        padding-bottom: 1.5rem;
        font-size: 28px;
    }
}
.tab {
    display: flex;
    flex: 1 1 0%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(225 237 250 / var(--tw-bg-opacity));
    line-height: 64px;
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}
@media (min-width: 1157px) {
    .tab {
        line-height: 96px;
    }
}
.tab.is-active {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(14 80 163 / var(--tw-text-opacity));
}
.tab.is-active:after{
    content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    display: block;
    height: 0.25rem;
    width: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(14 80 163 / var(--tw-bg-opacity));
}
@media (min-width: 1157px) {
    .tab.is-active:after {
        bottom: 1rem;
    }
}
.slide-arrow {
    position: relative;
    height: 0.75rem;
    width: 0.375rem;
}
.address-number-box p {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.wpcf7-not-valid-tip {
    display: none;
}

.kv-1 {
    top: 172px;
    left: 907px;
    width: 151px;
}

@media (min-width: 751px) {
    .kv-1 {
        top: 83px;
        left: 0px;
        width: 314px;
    }
}
.kv-clone-1 {
    top: 115px;
    left: 1024px;
    width: 151px;
}
@media (min-width: 751px) {
    .kv-clone-1 {
        top: 43px;
        left: 174px;
        width: 265px;
    }
}
.kv-2 {
    top: 69px;
    left: 1px;
    width: 214px;
}
@media (min-width: 751px) {
    .kv-2 {
        top: 156px;
        left: 455px;
        width: 443px;
    }
}
.kv-clone-2 {
    top: 69px;
    left: 94px;
    width: 133px;
}
@media (min-width: 751px) {
    .kv-clone-2 {
        top: 101px;
        left: 872px;
        width: 278px;
    }
}
.kv-3 {
    top: 87px;
    left: 294px;
    width: 156px;
}
@media (min-width: 751px) {
    .kv-3 {
        top: 96px;
        left: 1466px;
        width: 314px;
    }
}
.kv-clone-3 {
    top: 138px;
    left: 263px;
    width: 131px;
}
@media (min-width: 751px) {
    .kv-clone-3 {
        top: 197px;
        left: 1353px;
        width: 230px;
    }
}
.kv-4 {
    top: 109px;
    left: 529px;
    width: 214px;
}
@media (min-width: 751px) {
    .kv-4 {
        top: 96px;
        left: 2313px;
        width: 443px;
    }
}
.kv-clone-4 {
    top: 167px;
    left: 476px;
    width: 250px;
}
@media (min-width: 751px) {
    .kv-clone-4 {
        top: 228px;
        left: 2168px;
        width: 315px;
    }
}
.kv-5 {
    top: 57px;
    left: 803px;
    width: 151px;
}
@media (min-width: 751px) {
    .kv-5 {
        top: 136px;
        left: 2993px;
        width: 314px;
    }
}
.kv-clone-5 {
    top: 115px;
    left: 823px;
    width: 151px;
}
@media (min-width: 751px) {
    .kv-clone-5 {
        top: 76px;
        left: 3154px;
        width: 248px;
    }
}
.kv-6 {
    top: 372px;
    left: 1082px;
    width: 218px;
}
@media (min-width: 751px) {
    .kv-6 {
        top: 506px;
        left: 161px;
        width: 314px;
    }
}
.kv-clone-6 {
    top: 479px;
    left: 1151px;
    width: 177px;
}
@media (min-width: 751px) {
    .kv-clone-6 {
        top: 400px;
        left: 310px;
        width: 264px;
    }
}
.kv-7 {
    top: 447px;
    left: 105px;
    width: 153px;
}
@media (min-width: 751px) {
    .kv-7 {
        top: 487px;
        left: 1003px;
        width: 314px;
    }
}
.kv-clone-7 {
    top: 451px;
    left: 118px;
    width: 185px;
}
@media (min-width: 751px) {
    .kv-clone-7 {
        top: 479px;
        left: 680px;
        width: 235px;
    }
}
.kv-8 {
    top: 403px;
    left: 335px;
    width: 224px;
}
@media (min-width: 751px) {
    .kv-8 {
        top: 350px;
        left: 1622px;
        width: 443px;
    }
}
.kv-clone-8 {
    top: 353px;
    left: 325px;
    width: 185px;
}
@media (min-width: 751px) {
    .kv-clone-8 {
        top: 425px;
        left: 1508px;
        width: 289px;
    }
}
.kv-9 {
    top: 509px;
    left: 605px;
    width: 150px;
}
@media (min-width: 751px) {
    .kv-9 {
        top: 490px;
        left: 2556px;
        width: 314px;
    }
}
.kv-clone-9 {
    top: 398px;
    left: 620px;
    width: 203px;
}
@media (min-width: 751px) {
    .kv-clone-9 {
        top: 418px;
        left: 2735px;
        width: 223px;
    }
}
.kv-10 {
    top: 438px;
    left: 816px;
    width: 214px;
}
@media (min-width: 751px) {
    .kv-10 {
        top: 373px;
        left: 3181px;
        width: 443px;
    }
}
.kv-clone-10 {
    top: 384px;
    left: 918px;
    width: 153px;
}
@media (min-width: 751px) {
    .kv-clone-10 {
        top: 408px;
        left: 3426px;
        width: 350px;
    }
}

.kv-copy {
    position: relative;
    margin: auto;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
}

@media (min-width: 751px) {
    .kv-copy {
        margin: 0px;
    }
}
.kv-copy-main {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
}
.kv-copy:after{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    height: 1.25rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 751px) {
    .kv-copy:after {
        height: 1.75rem;
    }
}
.sp-header-menu {
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    line-height: 48px;
}
.top-company {
    margin-top: 2.5rem;
}
@media (min-width: 751px) {
    .top-company {
        margin-top: 3.5rem;
    }
}
@media (min-width: 1157px) {
    .top-company {
        margin-top: 3.5rem;
        display: flex;
        justify-content: space-between;
        gap: 14px;
    }
}
.top-company__information {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2.5rem;
}
@media (min-width: 751px) {
    .top-company__information {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media (min-width: 1157px) {
    .top-company__information {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
}
.top-company__map {
    aspect-ratio: 375/232;
    --tw-bg-opacity: 1;
    background-color: rgb(14 80 163 / var(--tw-bg-opacity));
}
@media (min-width: 751px) {
    .top-company__map {
        aspect-ratio: 754/283;
    }
}
@media (min-width: 1157px) {
    .top-company__map {
        aspect-ratio: 1 / 1;
        height: 357px;
        width: 357px;
    }
}
.top-company__information-label {
    min-width: 88px;
    font-size: 13px;
    font-weight: 700;
}
@media (min-width: 751px) {
    .top-company__information-label {
        width: 104px;
    }
}

.grecaptcha-badge {
    z-index: 30;
}

.hover\:bg-transparent:hover {
    background-color: transparent;
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(14 80 163 / var(--tw-text-opacity));
}

.disabled\:border-b-input:disabled {
    --tw-border-opacity: 1;
    border-color: rgb(150 150 150 / var(--tw-border-opacity));
}

.disabled\:text-b-input:disabled {
    --tw-text-opacity: 1;
    color: rgb(150 150 150 / var(--tw-text-opacity));
}

.disabled\:opacity-50:disabled {
    opacity: 0.5;
}

.disabled\:transition-none:disabled {
    transition-property: none;
}

@media (min-width: 751px) {
    .tablet\:relative {
        position: relative;
    }
    .tablet\:bottom-\[152px\] {
        bottom: 152px;
    }
    .tablet\:bottom-\[72px\] {
        bottom: 72px;
    }
    .tablet\:left-16 {
        left: 4rem;
    }
    .tablet\:top-auto {
        top: auto;
    }
    .tablet\:z-10 {
        z-index: 10;
    }
    .tablet\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .tablet\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .tablet\:-mt-\[232px\] {
        margin-top: -232px;
    }
    .tablet\:-mt-\[50px\] {
        margin-top: -50px;
    }
    .tablet\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .tablet\:mb-\[120px\] {
        margin-bottom: 120px;
    }
    .tablet\:ml-0 {
        margin-left: 0px;
    }
    .tablet\:mr-auto {
        margin-right: auto;
    }
    .tablet\:mt-0 {
        margin-top: 0px;
    }
    .tablet\:mt-10 {
        margin-top: 2.5rem;
    }
    .tablet\:mt-14 {
        margin-top: 3.5rem;
    }
    .tablet\:mt-16 {
        margin-top: 4rem;
    }
    .tablet\:mt-2 {
        margin-top: 0.5rem;
    }
    .tablet\:mt-20 {
        margin-top: 5rem;
    }
    .tablet\:mt-5 {
        margin-top: 1.25rem;
    }
    .tablet\:mt-6 {
        margin-top: 1.5rem;
    }
    .tablet\:mt-9 {
        margin-top: 2.25rem;
    }
    .tablet\:mt-\[56px\] {
        margin-top: 56px;
    }
    .tablet\:mt-\[60px\] {
        margin-top: 60px;
    }
    .tablet\:mt-\[76px\] {
        margin-top: 76px;
    }
    .tablet\:mt-\[80px\] {
        margin-top: 80px;
    }
    .tablet\:block {
        display: block;
    }
    .tablet\:flex {
        display: flex;
    }
    .tablet\:grid {
        display: grid;
    }
    .tablet\:hidden {
        display: none;
    }
    .tablet\:aspect-\[3776\/741\] {
        aspect-ratio: 3776/741;
    }
    .tablet\:aspect-auto {
        aspect-ratio: auto;
    }
    .tablet\:aspect-square {
        aspect-ratio: 1 / 1;
    }
    .tablet\:h-16 {
        height: 4rem;
    }
    .tablet\:h-\[130px\] {
        height: 130px;
    }
    .tablet\:h-\[218px\] {
        height: 218px;
    }
    .tablet\:h-\[313px\] {
        height: 313px;
    }
    .tablet\:h-\[333px\] {
        height: 333px;
    }
    .tablet\:h-\[653px\] {
        height: 653px;
    }
    .tablet\:h-\[728px\] {
        height: 728px;
    }
    .tablet\:h-\[741px\] {
        height: 741px;
    }
    .tablet\:h-auto {
        height: auto;
    }
    .tablet\:h-full {
        height: 100%;
    }
    .tablet\:max-h-\[741px\] {
        max-height: 741px;
    }
    .tablet\:w-16 {
        width: 4rem;
    }
    .tablet\:w-28 {
        width: 7rem;
    }
    .tablet\:w-\[200\%\] {
        width: 200%;
    }
    .tablet\:w-\[210px\] {
        width: 210px;
    }
    .tablet\:w-\[26px\] {
        width: 26px;
    }
    .tablet\:w-\[30vw\] {
        width: 30vw;
    }
    .tablet\:w-\[313px\] {
        width: 313px;
    }
    .tablet\:w-\[337px\] {
        width: 337px;
    }
    .tablet\:w-\[40\.775988vw\] {
        width: 40.775988vw;
    }
    .tablet\:w-\[60\.175695vw\] {
        width: 60.175695vw;
    }
    .tablet\:w-\[662px\] {
        width: 662px;
    }
    .tablet\:w-\[71\.742313vw\] {
        width: 71.742313vw;
    }
    .tablet\:w-\[71\.74231vw\] {
        width: 71.74231vw;
    }
    .tablet\:w-\[75\.059952vw\] {
        width: 75.059952vw;
    }
    .tablet\:w-\[78\.297362vw\] {
        width: 78.297362vw;
    }
    .tablet\:w-\[800px\] {
        width: 800px;
    }
    .tablet\:w-\[84\.77306vw\] {
        width: 84.77306vw;
    }
    .tablet\:w-\[90\.407674vw\] {
        width: 90.407674vw;
    }
    .tablet\:w-auto {
        width: auto;
    }
    .tablet\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }
    .tablet\:min-w-16 {
        min-width: 4rem;
    }
    .tablet\:max-w-\[1158px\] {
        max-width: 1158px;
    }
    .tablet\:max-w-\[626px\] {
        max-width: 626px;
    }
    .tablet\:max-w-\[75\.059952vw\] {
        max-width: 75.059952vw;
    }
    .tablet\:max-w-\[754px\] {
        max-width: 754px;
    }
    .tablet\:max-w-\[822px\] {
        max-width: 822px;
    }
    .tablet\:max-w-\[980px\] {
        max-width: 980px;
    }
    .tablet\:flex-1 {
        flex: 1 1 0%;
    }
    .tablet\:-translate-x-1\/2 {
        --tw-translate-x: -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));
    }
    .tablet\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .tablet\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .tablet\:flex-row {
        flex-direction: row;
    }
    .tablet\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .tablet\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .tablet\:items-center {
        align-items: center;
    }
    .tablet\:items-stretch {
        align-items: stretch;
    }
    .tablet\:justify-between {
        justify-content: space-between;
    }
    .tablet\:gap-0 {
        gap: 0px;
    }
    .tablet\:gap-10 {
        gap: 2.5rem;
    }
    .tablet\:gap-5 {
        gap: 1.25rem;
    }
    .tablet\:gap-6 {
        gap: 1.5rem;
    }
    .tablet\:border-r {
        border-right-width: 1px;
    }
    .tablet\:border-b-acordion {
        --tw-border-opacity: 1;
        border-color: rgb(193 193 193 / var(--tw-border-opacity));
    }
    .tablet\:p-16 {
        padding: 4rem;
    }
    .tablet\:p-\[80px\] {
        padding: 80px;
    }
    .tablet\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .tablet\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .tablet\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .tablet\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .tablet\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .tablet\:px-\[60px\] {
        padding-left: 60px;
        padding-right: 60px;
    }
    .tablet\:px-\[90px\] {
        padding-left: 90px;
        padding-right: 90px;
    }
    .tablet\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .tablet\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .tablet\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .tablet\:pb-0 {
        padding-bottom: 0px;
    }
    .tablet\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .tablet\:pb-20 {
        padding-bottom: 5rem;
    }
    .tablet\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .tablet\:pb-\[120px\] {
        padding-bottom: 120px;
    }
    .tablet\:pb-\[130px\] {
        padding-bottom: 130px;
    }
    .tablet\:pb-\[240px\] {
        padding-bottom: 240px;
    }
    .tablet\:pl-5 {
        padding-left: 1.25rem;
    }
    .tablet\:pt-10 {
        padding-top: 2.5rem;
    }
    .tablet\:pt-16 {
        padding-top: 4rem;
    }
    .tablet\:pt-20 {
        padding-top: 5rem;
    }
    .tablet\:pt-\[34px\] {
        padding-top: 34px;
    }
    .tablet\:pt-\[72px\] {
        padding-top: 72px;
    }
    .tablet\:text-center {
        text-align: center;
    }
    .tablet\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .tablet\:text-\[13px\] {
        font-size: 13px;
    }
    .tablet\:text-\[28px\] {
        font-size: 28px;
    }
    .tablet\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .tablet\:leading-7 {
        line-height: 1.75rem;
    }
    .tablet\:leading-9 {
        line-height: 2.25rem;
    }
    .tablet\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(224 238 250 / var(--tw-bg-opacity));
    }
}

@media (min-width: 1157px) {
    .laptop\:bottom-\[178px\] {
        bottom: 178px;
    }
    .laptop\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .laptop\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .laptop\:-mt-20 {
        margin-top: -5rem;
    }
    .laptop\:-mt-\[162px\] {
        margin-top: -162px;
    }
    .laptop\:-mt-\[74px\] {
        margin-top: -74px;
    }
    .laptop\:ml-auto {
        margin-left: auto;
    }
    .laptop\:mr-auto {
        margin-right: auto;
    }
    .laptop\:mt-0 {
        margin-top: 0px;
    }
    .laptop\:mt-10 {
        margin-top: 2.5rem;
    }
    .laptop\:mt-4 {
        margin-top: 1rem;
    }
    .laptop\:mt-\[90px\] {
        margin-top: 90px;
    }
    .laptop\:block {
        display: block;
    }
    .laptop\:flex {
        display: flex;
    }
    .laptop\:hidden {
        display: none;
    }
    .laptop\:aspect-square {
        aspect-ratio: 1 / 1;
    }
    .laptop\:h-\[240px\] {
        height: 240px;
    }
    .laptop\:h-\[400px\] {
        height: 400px;
    }
    .laptop\:h-\[667px\] {
        height: 667px;
    }
    .laptop\:h-\[768px\] {
        height: 768px;
    }
    .laptop\:h-\[80\%\] {
        height: 80%;
    }
    .laptop\:w-\[132px\] {
        width: 132px;
    }
    .laptop\:w-\[200px\] {
        width: 200px;
    }
    .laptop\:w-\[210px\] {
        width: 210px;
    }
    .laptop\:w-\[23\.792094vw\] {
        width: 23.792094vw;
    }
    .laptop\:w-\[240px\] {
        width: 240px;
    }
    .laptop\:w-\[400px\] {
        width: 400px;
    }
    .laptop\:w-\[410px\] {
        width: 410px;
    }
    .laptop\:w-\[48\.462665vw\] {
        width: 48.462665vw;
    }
    .laptop\:w-\[490px\] {
        width: 490px;
    }
    .laptop\:w-\[60\.02928vw\] {
        width: 60.02928vw;
    }
    .laptop\:w-\[60\.175695vw\] {
        width: 60.175695vw;
    }
    .laptop\:w-\[65vw\] {
        width: 65vw;
    }
    .laptop\:w-\[662px\] {
        width: 662px;
    }
    .laptop\:w-\[71\.742313vw\] {
        width: 71.742313vw;
    }
    .laptop\:w-\[84\.626647vw\] {
        width: 84.626647vw;
    }
    .laptop\:w-\[85\.871157vw\] {
        width: 85.871157vw;
    }
    .laptop\:max-w-\[1173px\] {
        max-width: 1173px;
    }
    .laptop\:max-w-\[662px\] {
        max-width: 662px;
    }
    .laptop\:max-w-\[800px\] {
        max-width: 800px;
    }
    .laptop\:max-w-\[820px\] {
        max-width: 820px;
    }
    .laptop\:max-w-\[822px\] {
        max-width: 822px;
    }
    .laptop\:max-w-\[980px\] {
        max-width: 980px;
    }
    .laptop\:flex-1 {
        flex: 1 1 0%;
    }
    .laptop\:-translate-y-\[60px\] {
        --tw-translate-y: -60px;
        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));
    }
    .laptop\:translate-x-\[42px\] {
        --tw-translate-x: 42px;
        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));
    }
    .laptop\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .laptop\:flex-row {
        flex-direction: row;
    }
    .laptop\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .laptop\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .laptop\:justify-end {
        justify-content: flex-end;
    }
    .laptop\:justify-between {
        justify-content: space-between;
    }
    .laptop\:gap-0 {
        gap: 0px;
    }
    .laptop\:gap-10 {
        gap: 2.5rem;
    }
    .laptop\:gap-2 {
        gap: 0.5rem;
    }
    .laptop\:gap-8 {
        gap: 2rem;
    }
    .laptop\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .laptop\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .laptop\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .laptop\:py-\[120px\] {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .laptop\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .laptop\:pb-\[120px\] {
        padding-bottom: 120px;
    }
    .laptop\:pb-\[210px\] {
        padding-bottom: 210px;
    }
    .laptop\:pb-\[400px\] {
        padding-bottom: 400px;
    }
    .laptop\:pl-0 {
        padding-left: 0px;
    }
    .laptop\:pl-10 {
        padding-left: 2.5rem;
    }
    .laptop\:pl-\[160px\] {
        padding-left: 160px;
    }
    .laptop\:pr-0 {
        padding-right: 0px;
    }
    .laptop\:pr-\[160px\] {
        padding-right: 160px;
    }
    .laptop\:pt-10 {
        padding-top: 2.5rem;
    }
    .laptop\:pt-20 {
        padding-top: 5rem;
    }
    .laptop\:pt-\[120px\] {
        padding-top: 120px;
    }
    .laptop\:text-left {
        text-align: left;
    }
    .laptop\:text-right {
        text-align: right;
    }
    .laptop\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .laptop\:duration-300 {
        transition-duration: 300ms;
    }
    .laptop\:hover\:opacity-80:hover {
        opacity: 0.8;
    }
}