.vis {
    margin: 0;
    position: relative;
    background: #333;
    color: #FFFFFFDD;
    overflow: hidden;
    height: 100vh;
}

.card {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.6);
}

#btn {
    position: absolute;
    top: 690px;
    left: 16px;
    z-index: 99;
}

.card-content {
    position: absolute;
    left: 0;
    top: 0;
    color: #FFFFFFDD;
    padding-left: 16px;
}

.content-place {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
}

.content-place {
    font-weight: 500;
}

.content-title-1,
.content-title-2 {
    font-weight: 600;
    font-size: 20px;
    display: none;
}

.content-start {
    width: 30px;
    height: 5px;
    border-radius: 99px;
    background-color: #FFFFFFDD;
}

.details {
    z-index: 22;
    position: absolute;
    top: 240px;
    left: 60px;
}



.details .place-box {
    height: 46px;
    overflow: hidden;
}

.details .place-box .text {
    padding-top: 16px;
    font-size: 20px;
}

.details .place-box .text:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 99px;
    background-color: white;
}

.details .title-1,
.details .title-2 {
    font-weight: 600;
    font-size: 60px;
    text-shadow: 2px 2px 2px #000;
}

.details .title-box-1,
.details .title-box-2 {
    margin-top: 2px;
    height: 86px;
    letter-spacing: -1px;
    overflow: hidden;
}

.details>.desc {
    margin-top: 30px;
    width: 580px;
    font-size: 18px;
    line-height: 165%;
    text-shadow: 2px 2px 2px #000;
}

.details>.cta {
    width: 530px;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.details>.cta>.bookmark {
    border: none;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #25CBD6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 203 214 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #00EE8A var(--tw-gradient-to-position);
    width: 36px;
    height: 36px;
    border-radius: 99px;
    color: white;
    display: grid;
    place-items: center;
}

.details>.cta>.bookmark svg {
    width: 20px;
    height: 20px;
}






.details>.cta>.discover {
    border: 1px solid #ffffff;
    background-color: transparent;
    height: 36px;
    border-radius: 99px;
    color: #ffffff;
    padding: 4px 24px;
    font-size: 14px;
    margin-left: 16px;
    text-transform: uppercase;
    display: flex;
        align-items: center;
}

.details>.cta>.discover:hover{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #25CBD6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 203 214 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #00EE8A var(--tw-gradient-to-position);
    outline-width: 2px;
    border-color: transparent;
    outline-color: transparent;
    display: flex ;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
        outline-style: solid;
}


nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px;
    font-weight: 500;
}

nav svg {
    width: 20px;
    height: 20px;
}

nav .svg-container {
    width: 20px;
    height: 20px;
}

nav>div {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
}

nav>div:first-child {
    gap: 10px;
}

nav>div:last-child {
    gap: 24px;
}

nav>div:last-child>.active {
    position: relative;
}

nav>div:last-child>.active:after {
    bottom: -8px;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    height: 3px;
    border-radius: 99px;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #25CBD6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 203 214 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #00EE8A var(--tw-gradient-to-position);
}

.indicator {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    z-index: 60;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #25CBD6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 203 214 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #00EE8A var(--tw-gradient-to-position);
}

.pagination {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-flex;
}

.pagination>.arrow {
    z-index: 60;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 2px solid #ffffff55;
    display: grid;
    place-items: center;
}

.pagination>.arrow:nth-child(2) {
    margin-left: 20px;
}

.pagination>.arrow svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
    color: #ffffff99;
}

.pagination .progress-sub-container {
    margin-left: 24px;
    z-index: 60;
    width: 530px;
    height: 50px;
    display: flex;
    align-items: center;
}

.pagination .progress-sub-container .progress-sub-background {
    width: 530px;
    height: 3px;
    background-color: #ffffff33;
}

.pagination .progress-sub-container .progress-sub-background .progress-sub-foreground {
    height: 3px;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #25CBD6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 203 214 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #00EE8A var(--tw-gradient-to-position);
}

.pagination .slide-numbers {
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 60;
    position: relative;
}

.pagination .slide-numbers .item {
    width: 50px;
    height: 50px;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    font-size: 32px;
    font-weight: bold;
}

.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
}


*,
:before,
:after {
    --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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(8 173 228 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000
}

::backdrop {
    --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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(8 173 228 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #b0c1c5
}

:before,
:after {}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

h1,
h2,
h3,
h4,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

strong {
    font-weight: bolder
}

code {
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

button,
input {
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

blockquote,
h1,
h2,
h3,
h4,
h6,
hr,
figure,
p {
    margin: 0
}

ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

input::-moz-placeholder {
    opacity: 1;

}

input::placeholder {
    opacity: 1;
}

button,
[role=button] {
    cursor: pointer
}

img,
svg,
object {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

[type=text],
[type=email],
[type=url],
[type=number],
[type=date],
[type=search],
[multiple] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #0b3947;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000
}

[type=text]:focus,
[type=email]:focus,
[type=url]:focus,
[type=number]:focus,
[type=date]:focus,
[type=search]:focus,
[multiple]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb
}

input::-moz-placeholder {
    opacity: 1
}

input::placeholder {
    opacity: 1
}

input[type="date"] {
    color: #0b3947;
  }

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit
}

::-webkit-datetime-edit {
    display: inline-flex
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: .75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset
}

[type=file] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit
}

[type=file]:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color
}

html {
    scroll-padding-top: 6rem;
    font-size: 16px
}

a,
a:visited,
a:active {
    text-decoration: none
}

.tdz::-webkit-scrollbar {
    display: none
}

.tdz {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.a {
    display: grid;
    max-width: 1312px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 16px;
    column-gap: 16px
}

@media (min-width: 768px) {
    .a {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (min-width: 1200px) {
    .a {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

.t {
    margin-left: 24px;
    margin-right: 24px;
    max-width: 1312px
}

@media (min-width: 768px) {
    .t {
        margin-left: 48px;
        margin-right: 48px
    }
}

@media (min-width: 1200px) {
    .t {
        margin-left: 120px;
        margin-right: 120px
    }
}

@media (min-width: 1536px) {
    .t {
        margin-left: auto;
        margin-right: auto
    }
}

.u {
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transform: translate(200%);
    max-height: 1000px;
    z-index: 10000
}

.v {
    margin-left: 24px;
    margin-right: 24px
}

@media (min-width: 768px) {
    .v {
        margin-left: 48px;
        margin-right: 48px
    }
}

@media (min-width: 1200px) {
    .v {
        margin-left: 120px;
        margin-right: 120px
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: grid
}

[role=tablist]>button.active{
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(11 57 71 / var(--tw-border-opacity, 1));
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px
}

.w {
    display: none;
    border-radius: 24px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0px 2px 20px 0px rgba(68, 68, 68, .12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    z-index: 30;
    min-width: 10rem
}

.w.show {
    display: block
}

.w {
    top: 0
}

@media (min-width: 768px) {
    .x {
        max-height: 336px
    }
}

.y {
    --tw-bg-opacity: 1;
    background-color: rgb(213 225 226 / var(--tw-bg-opacity, 1))
}

.collapse:not(.show) {
    display: none
}

.collapse.show {
    visibility: visible
}

.z,
.a,
.b,
.c,
.d,
.e,
.f,
.g,
.h,
.i {
    min-width: 0
}

.j {
    max-width: 100%;
    --tw-text-opacity: 1;
    color: rgb(11 57 71 / var(--tw-text-opacity, 1));
    font-size: 1rem;
    line-height: 28px
}

.j a:not(.m) {
    font-size: 1rem;
    line-height: 28px;
    cursor: pointer;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(11 57 71 / var(--tw-text-opacity, 1));
    text-decoration-line: underline
}

.j a:not(.m):hover {
    --tw-text-opacity: 1;
    color: rgb(66 102 113 / var(--tw-text-opacity, 1))
}

.j a:not(.m).v2-link-blue {
    --tw-text-opacity: 1;
    color: rgb(37 56 184 / var(--tw-text-opacity, 1))
}

.j a:not(.m).v2-link-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(57 79 225 / var(--tw-text-opacity, 1))
}

.j .markdown-no-underline a {
    text-decoration-line: none
}

.j h1 {
    margin-bottom: 32px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 40px
}

@media (min-width: 1200px) {
    .j h1 {
        font-size: 2.75rem;
        font-weight: 600;
        line-height: 52px
    }
}

.j p+h1 {
    margin-top: 32px
}

.j h1+p {
    margin-top: 24px
}

.j h2 {
    margin-bottom: 32px;
    margin-top: 40px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px
}

.j h3 {
    margin-bottom: 16px;
    margin-top: 32px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px
}

.j p {
    text-align: justify
}

.j p+p {
    margin-top: 24px
}

.j ul,
.j ol {
    margin-left: 20px
}

.j ul>li {
    margin-top: 16px;
    margin-bottom: 16px;
    list-style-type: disc
}

.j ol>li {
    margin-top: 16px;
    margin-bottom: 16px;
    list-style-type: decimal
}

.j li.cross::marker {
    content: url(/vendor/icons-ivisa/solid/bullet-cross.svg) " "
}

.j li.check::marker {
    content: url(/vendor/icons-ivisa/solid/bullet-check.svg) " "
}

.j hr {
    margin-top: 16px;
    margin-bottom: 16px
}

.m {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 212 116 / var(--tw-bg-opacity, 1));
    padding: 16px 40px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    outline-width: 2px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 24px
}

.m:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    outline-style: solid;
    outline-color: #000
}

.m:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(213 225 226 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(121 148 155 / var(--tw-text-opacity, 1));
    outline-width: 0px
}

.j table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: scroll;
    --tw-text-opacity: 1;
    color: rgb(11 57 71 / var(--tw-text-opacity, 1))
}

.j table td:first-child,
.j table th:first-child {
    position: sticky;
    left: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.j table td:first-child {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.j table thead,
.j table th:first-child {
    --tw-bg-opacity: 1;
    background-color: rgb(221 241 247 / var(--tw-bg-opacity, 1))
}

.j table tr:nth-child(2n),
.j table tr:nth-child(2n) td:first-child {
    --tw-bg-opacity: 1;
    background-color: rgb(248 249 249 / var(--tw-bg-opacity, 1))
}

.j table tr {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(213 225 226 / var(--tw-border-opacity, 1))
}

.j table td,
.j table th {
    padding: 10px;
    min-width: 140px
}

.j table th {
    text-align: left
}

.j blockquote:before {
    content: url(/images/open-quote.svg)
}

.j blockquote {
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px
}

.j blockquote p {
    --tw-text-opacity: 1;
    color: rgb(11 57 71 / var(--tw-text-opacity, 1));
    font-size: 1.5rem;
    line-height: 32px
}

.j.destination-cta-wrapper {
    margin-top: 24px;
    margin-bottom: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

@media (min-width: 768px) {
    .j.destination-cta-wrapper {
        gap: 24px
    }
}

@media (min-width: 1200px) {
    .j.destination-cta-wrapper {
        justify-content: flex-start
    }
}

.j.destination-cta-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    outline-style: solid
}

.j.destination-cta-wrapper a: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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(57 79 225 / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px
}

.j.destination-cta-wrapper a:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(213 225 226 / var(--tw-bg-opacity, 1));
    background-image: none;
    --tw-text-opacity: 1;
    color: rgb(121 148 155 / var(--tw-text-opacity, 1))
}

@media (min-width: 1200px) {
    .j.destination-cta-wrapper a:hover {
        background-image: none
    }

    .j.destination-cta-wrapper a:hover:disabled {
        --tw-bg-opacity: 1;
        background-color: rgb(213 225 226 / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(121 148 155 / var(--tw-text-opacity, 1));
        outline-color: transparent
    }
}

.j.destination-cta-wrapper a {
    padding: 12px 24px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 16px;
    width: 100%
}

@media (min-width: 1200px) {
    .j.destination-cta-wrapper a {
        width: auto
    }
}

.j.destination-cta-wrapper a {
    margin: 2px;
    text-wrap: nowrap;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    font-size: 1rem;
    font-weight: 700;
    line-height: 16px
}

@media (min-width: 768px) {
    .j.destination-cta-wrapper a {
        padding: 16px 32px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 16px
    }
}

.j p>img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px
}

.j.markdown-blue-links a {
    --tw-text-opacity: 1;
    color: rgb(37 56 184 / var(--tw-text-opacity, 1))
}

.j.markdown-blue-links a:hover {
    --tw-text-opacity: 1;
    color: rgb(57 79 225 / var(--tw-text-opacity, 1))
}

.j .markdown-table {
    margin-top: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(176 193 197 / var(--tw-border-opacity, 1))
}

.j .markdown-table>div {
    position: relative;
    overflow-x: scroll
}

input.uus,
.uus:has(input[type=file]) {
    display: block;
    width: 100%;
    cursor: pointer;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(213 225 226 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(11 57 71 / var(--tw-text-opacity, 1))
}

input.uus:focus,
.uus:has(input[type=file]):focus {
    --tw-border-opacity: 1;
    border-color: rgb(11 57 71 / var(--tw-border-opacity, 1));
    --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(0px + 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)
}

input.uus:enabled:hover,
.uus:has(input[type=file]):enabled:hover {
    --tw-border-opacity: 1;
    border-color: rgb(11 57 71 / var(--tw-border-opacity, 1))
}

input.uus:disabled,
.uus:has(input[type=file]):disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(231 238 239 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(121 148 155 / var(--tw-text-opacity, 1))
}

.uus::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(176 193 197 / var(--tw-text-opacity, 1))
}

.uus::placeholder {
    --tw-text-opacity: 1;
    color: rgb(176 193 197 / var(--tw-text-opacity, 1))
}

input.uus.error {
    --tw-border-opacity: 1;
    border-color: rgb(255 107 96 / var(--tw-border-opacity, 1))
}

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

input.uus {
    border-radius: 16px;
    padding: 20px 16px;
    font-size: 1rem;
    line-height: 16px
}

input.uus.v2-small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    line-height: 20px
}

.uus[type=date] {
    position: relative;
    padding-right: 28px
}



.o {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 16px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(213 225 226 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 28px;
    font-size: 1rem;
    line-height: 16px
}

.o:hover {
    --tw-border-opacity: 1;
    border-color: rgb(11 57 71 / var(--tw-border-opacity, 1))
}

.o:focus {
    --tw-border-opacity: 1;
    border-color: rgb(11 57 71 / var(--tw-border-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(11 57 71 / var(--tw-ring-opacity, 1))
}

.o.v2-small {
    padding: 10px 16px;
    line-height: 22px
}

.p {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 16px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(213 225 226 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 18px 16px;
    line-height: 20px
}

.p:hover {
    --tw-border-opacity: 1;
    border-color: rgb(11 57 71 / var(--tw-border-opacity, 1))
}

.p:focus {
    --tw-border-opacity: 1;
    border-color: rgb(11 57 71 / var(--tw-border-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(11 57 71 / var(--tw-ring-opacity, 1))
}

.q {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-width: 0;
    padding: 20px 24px;
    outline-width: 0px;
    font-size: 1rem;
    line-height: 16px
}

.q:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(0px + 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)
}

.r {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    outline-style: solid
}

.r: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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(57 79 225 / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px
}

.r:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(213 225 226 / var(--tw-bg-opacity, 1));
    background-image: none;
    --tw-text-opacity: 1;
    color: rgb(121 148 155 / var(--tw-text-opacity, 1))
}

@media (min-width: 1200px) {
    .r:hover {
        background-image: none
    }

    .r:hover:disabled {
        --tw-bg-opacity: 1;
        background-color: rgb(213 225 226 / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(121 148 155 / var(--tw-text-opacity, 1));
        outline-color: transparent
    }
}

.ts {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #25CBD6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 203 214 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #00EE8A var(--tw-gradient-to-position);
    outline-width: 2px;
    outline-color: transparent
}

@media (min-width: 1200px) {
    .ts:hover {
        outline-color: #000
    }
}

.tt {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    outline-width: 1px;
    outline-color: #000
}

.tt:hover {
    outline-width: 2px;
    outline-color: #000
}

.tt:disabled {
    outline-color: transparent
}

.tu {
    --tw-bg-opacity: 1;
    background-color: rgb(205 219 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(57 79 225 / var(--tw-text-opacity, 1));
    outline-width: 0px
}

.tu:hover {
    --tw-text-opacity: 1;
    color: rgb(37 56 184 / var(--tw-text-opacity, 1))
}

.tv {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    outline-width: 0px
}

.tv:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(11 57 71 / var(--tw-bg-opacity, 1));
    outline-width: 0px
}

.tw {
    padding: 16px 40px;
    font-size: 1.225rem;
    font-weight: 700;
    line-height: 24px
}

.tx {
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 16px
}

.ty {
    padding: 12px 24px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 16px
}

.tz {
    border-radius: 8px;
    padding: 8px 20px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 16px
}

.ta {
    border-radius: 8px;
    padding: 6px 20px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 16px
}

.tb,
.tc {
    width: 100%
}

@media (min-width: 1536px) {
    .tc {
        width: auto
    }
}

.td {
    width: 100%
}

@media (min-width: 1200px) {
    .td {
        width: auto
    }
}

.te {
    width: 100%
}

@media (min-width: 768px) {
    .te {
        width: auto
    }
}

.tf:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    outline-color: #fff
}

@media (min-width: 1200px) {
    .tg:hover {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
        outline-color: #000
    }
}

.th {
    padding: 0;
    --tw-text-opacity: 1;
    color: rgb(57 79 225 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px
}

.th:hover {
    --tw-text-opacity: 1;
    color: rgb(37 56 184 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px
}

.th:disabled {
    --tw-text-opacity: 1;
    color: rgb(121 148 155 / var(--tw-text-opacity, 1))
}

.ti {
    padding: 0;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px
}

.ti:hover {
    --tw-text-opacity: 1;
    color: rgb(11 57 71 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px
}

.ti:disabled {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(121 148 155 / var(--tw-text-opacity, 1))
}

.ti:hover:disabled {
    background-color: transparent
}

.popup {
    background-color: #000c !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.status .step:before {
    position: absolute;
    width: 75%;
    --tw-bg-opacity: 1;
    background-color: rgb(213 225 226 / var(--tw-bg-opacity, 1));
    content: "";
    height: 2px;
    top: 56px;
    left: -25%;
    z-index: 1
}

.status .step:after {
    position: absolute;
    width: 75%;
    --tw-bg-opacity: 1;
    background-color: rgb(213 225 226 / var(--tw-bg-opacity, 1));
    content: "";
    height: 2px;
    top: 56px;
    left: 50%;
    z-index: 1
}

.status .step.error:before {
    --tw-bg-opacity: 1;
    background-color: rgb(8 173 228 / var(--tw-bg-opacity, 1))
}

.status .step.process:before {
    --tw-bg-opacity: 1;
    background-color: rgb(8 173 228 / var(--tw-bg-opacity, 1))
}

.status .step:first-child:before {
    content: none
}

.status .step:last-child:after {
    content: none
}

@media (max-width: 1200px) {
    .status .step {
        width: 100%
    }

    .status .step:before {
        content: "";
        width: 2px;
        height: 100%;
        left: 31px;
        top: -60px
    }

    .status .step:after {
        content: "";
        width: 2px;
        height: 100%;
        left: 31px;
        top: 20px
    }

    .status .step .image {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

.tj,
.tj:after {
    height: 56px;
    width: 56px;
    border-radius: 9999px
}

.tj {
    position: relative;
    display: inline-block;
    color: transparent;
    border-top: 5px solid #00D474;
    border-right: 5px solid #00D474;
    border-bottom: 5px solid #00D474;
    border-left: 5px solid #0B3947;
    animation: load8 1.5s infinite linear
}

@keyframes load8 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.tat {
    animation: v2-pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    background: linear-gradient(90deg, #d5e1e2, #f8f9f9 9%, #d5e1e2 40%, #f8f9f9 80%, #d5e1e2 86%)
}

.tl {
    pointer-events: none
}

.tm {
    position: fixed
}

.tn {
    position: absolute
}

.to {
    position: relative
}

.tp {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.tq {
    right: -2px
}

.tr {
    bottom: 0
}

.us {
    bottom: 14px
}

.ut {
    bottom: 40px
}

.uu {
    bottom: 80px
}

.uv {
    left: 0
}

.uw {
    left: 50%
}

.ux {
    left: 100%
}

.uy {
    right: 0
}

.uz {
    right: 16px
}

.ua {
    right: 24px
}

.ub {
    right: 100%
}

.uc {
    top: 0
}

.tce {
    top: 33.333333%
}

.ud {
    top: 16px
}

.ue {
    top: 24px
}

.uf {
    top: 40px
}

.tda {
    top: 56px
}

.tsm {
    z-index: 0
}

.qj {
    z-index: 10
}

.ug {
    z-index: 20
}

.uh {
    z-index: 30
}

.ui {
    z-index: 50
}

.tax {
    order: 2
}

.tay {
    order: 3
}

.taz {
    order: 4
}

.taa {
    order: 5
}

.tab {
    order: -9999
}

.uj {
    grid-column: span 4 / span 4
}

.uk {
    grid-column: 1 / -1
}

.tzi {
    grid-column-start: 8
}

.qy {
    float: right
}

.ul {
    margin: 0
}

.um {
    margin-left: 24px;
    margin-right: 24px
}

.un {
    margin-left: 4px;
    margin-right: 4px
}

.uo {
    margin-left: 8px;
    margin-right: 8px
}

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

.tyn {
    margin-top: 0;
    margin-bottom: 0
}

.tac {
    margin-top: 12px;
    margin-bottom: 12px
}

.qz {
    margin-top: 20px;
    margin-bottom: 20px
}

.uq {
    margin-top: 56px;
    margin-bottom: 56px
}

.ur {
    margin-top: 8px;
    margin-bottom: 8px
}

.tdb {
    margin-top: -24px
}

.vs {
    margin-bottom: 0
}

.vt {
    margin-bottom: 12px
}

.vu {
    margin-bottom: 16px
}

.tsa {
    margin-bottom: 2px
}

.vv {
    margin-bottom: 20px
}

.vw {
    margin-bottom: 24px
}

.vx {
    margin-bottom: 32px
}

.vy {
    margin-bottom: 4px
}

.vz {
    margin-bottom: 40px
}

.va {
    margin-bottom: 48px
}

.vb {
    margin-bottom: 56px
}

.op {
    margin-bottom: 64px
}

.vc {
    margin-bottom: 8px
}

.vd {
    margin-bottom: 80px
}

.ve {
    margin-left: 16px
}

.vf {
    margin-left: 32px
}

.vg {
    margin-left: 4px
}

.vh {
    margin-left: 8px
}

.vi {
    margin-left: auto
}

.vj {
    margin-right: 0
}

.tad {
    margin-right: 1px
}

.vk {
    margin-right: 12px
}

.vl {
    margin-right: 16px
}

.vm {
    margin-right: 4px
}

.vn {
    margin-right: 6px
}

.vo {
    margin-right: 8px
}

.vp {
    margin-top: 12px
}

.vq {
    margin-top: 16px
}

.vr {
    margin-top: 20px
}

.ws {
    margin-top: 24px
}

.wt {
    margin-top: 32px
}

.or {
    margin-top: 40px
}

.wu {
    margin-top: 56px
}

.wv {
    margin-top: 6px
}

.wx {
    margin-top: 8px
}

.wz {
    display: inline-block
}

.wa {
    display: inline
}

.wb {
    display: flex;
    gap: 10px;
}

.wc {
    display: inline-flex
}

.wd {
    display: grid
}

.tae {
    display: inline-grid
}

.we {
    display: none
}

.wf {
    height: 10px
}

.wg {
    height: 12px
}

.wh {
    height: 14px
}

.wi {
    height: 16px
}

.wj {
    height: 18px
}

.wk {
    height: 2px
}

.wl {
    height: 20px
}

.wm {
    height: 24px
}

.wn {
    height: 28px
}

.wo {
    height: 32px
}

.wp {
    height: 40px
}

.wq {
    height: 48px
}

.wr {
    height: 56px
}

.xs {
    height: 6px
}

.xt {
    height: 64px
}

.twh {
    height: 80px
}

.tdc {
    height: 234px
}

.tdd {
    height: 432px
}

.xu {
    height: 100%
}

.xv {
    height: 100vh
}

.xw {
    min-height: 100%
}

.xx {
    min-height: 100vh
}

.xy {
    width: 1px
}



.xz {
    width: 33.333333%
}

.xa {
    width: 25%
}

.xb {
    width: 10px
}

.xc {
    width: 12px
}

.xd {
    width: 120px
}

.xe {
    width: 14px
}

.xf {
    width: 16px
}

.xg {
    width: 18px
}

.xh {
    width: 66.666667%
}

.xi {
    width: 20px
}

.xj {
    width: 24px
}

.xk {
    width: 28px
}

.xl {
    width: 80%
}

.xm {
    width: 32px
}

.xn {
    width: 80%
}

.xo {
    width: 40px
}

.xp {
    width: 48px
}

.xq {
    width: 56px
}

.xr {
    width: 64px
}

.twi {
    width: 80px
}

.ys {
    width: auto
}

.yt {
    width: 100%
}

.yu {
    width: -moz-max-content;
    width: max-content
}

.yv {
    width: 100vw
}

.tde {
    max-width: 1920px
}

.yw {
    max-width: 300px
}

.yx {
    max-width: 320px
}

.yy {
    max-width: 530px
}

.yz {
    max-width: 100%
}

.ya {
    flex: 1 1 0%
}

.yb,
.yc {
    flex-shrink: 0
}

.yd {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.ye {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.yf {
    --tw-translate-y: 2px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.yg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes v2-pulse {
    50% {
        opacity: .5
    }
}

@keyframes v2-spin {
    to {
        transform: rotate(360deg)
    }
}

.yh {
    animation: v2-spin 1s linear infinite
}

.yi {
    cursor: pointer
}

.yl {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.ym {
    flex-direction: row
}

.yn {
    flex-direction: column
}

.yo {
    flex-wrap: nowrap
}

.yp {
    align-items: flex-start
}

.txg {
    align-items: flex-end
}

.yq {
    align-items: center
}

.yr {
    align-items: baseline
}

.zs {
    justify-content: flex-start
}

.zt {
    justify-content: flex-end
}

.zu {
    justify-content: center
}

.zv {
    justify-content: space-between
}

.twj {
    justify-items: center
}

.tux {
    gap: 12px
}

.zw {
    gap: 16px
}

.zx {
    gap: 2px
}

.zy {
    gap: 24px
}

.zz {
    gap: 32px
}

.za {
    gap: 4px
}

.twk {
    gap: 40px
}

.zb {
    gap: 8px
}

.qo {
    -moz-column-gap: 16px;
    column-gap: 16px
}

.zc {
    -moz-column-gap: 20px;
    column-gap: 20px
}

.tyo {
    -moz-column-gap: 32px;
    column-gap: 32px
}

.qp {
    -moz-column-gap: 8px;
    column-gap: 8px
}

.zd {
    row-gap: 12px
}

.px {
    row-gap: 24px
}

.twl {
    row-gap: 40px
}

.v2-space-x-12>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px * var(--tw-space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)))
}

.v2-space-x-16>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)))
}

.v2-space-x-20>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)))
}

.v2-space-x-24>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px * var(--tw-space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)))
}

.v2-space-x-8>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)))
}

.v2-space-y-16>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse))
}

.v2-space-y-24>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse))
}

.v2-space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4px * var(--tw-space-y-reverse))
}

.v2-space-y-80>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse))
}

.v2-divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.v2-divide-gray-200>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(176 193 197 / var(--tw-divide-opacity, 1))
}

.ze {
    align-self: flex-start
}

.zf {
    align-self: center
}

.zg {
    overflow: hidden
}

.tzc {
    overflow: clip
}

.tcf {
    overflow-x: hidden
}

.pz {
    overflow-x: scroll
}

.zh {
    overflow-y: scroll
}

.zi {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zj {
    white-space: nowrap
}

.zk {
    border-radius: 8px
}

.zl {
    border-radius: 16px
}

.zm {
    border-radius: 8px
}

.zn {
    border-radius: 0
}

.zo {
    border-radius: 9999px
}

.zp {
    border-radius: 24px
}

.zq {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px
}

.zr {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.as {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.at {
    border-width: 1px
}

.au {
    border-width: 1px
}

.av {
    border-width: 2px
}

.tak {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.aw {
    border-bottom-width: 1px
}

.tal {
    border-bottom-width: 0
}

.ax {
    border-bottom-width: 1px
}

.ay {
    border-top-width: 1px
}

.az {
    border-style: none
}

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

.ab {
    --tw-border-opacity: 1;
    border-color: rgb(213 225 226 / var(--tw-border-opacity, 1))
}

.ac {
    --tw-border-opacity: 1;
    border-color: rgb(176 193 197 / var(--tw-border-opacity, 1))
}

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

.ae {
    border-color: transparent
}

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

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

.ah {
    background-color: #000000bf
}

.ai {
    --tw-bg-opacity: 1;
    background-color: rgb(241 249 252 / var(--tw-bg-opacity, 1))
}

.tvq {
    --tw-bg-opacity: 1;
    background-color: rgb(0 57 143 / var(--tw-bg-opacity, 1))
}

.tvr {
    --tw-bg-opacity: 1;
    background-color: rgb(37 56 184 / var(--tw-bg-opacity, 1))
}

.aj {
    --tw-bg-opacity: 1;
    background-color: rgb(0 71 82 / var(--tw-bg-opacity, 1))
}

.ak {
    --tw-bg-opacity: 1;
    background-color: rgb(213 225 226 / var(--tw-bg-opacity, 1))
}

.al {
    --tw-bg-opacity: 1;
    background-color: rgb(176 193 197 / var(--tw-bg-opacity, 1))
}

.am {
    --tw-bg-opacity: 1;
    background-color: rgb(248 249 249 / var(--tw-bg-opacity, 1))
}

.an {
    --tw-bg-opacity: 1;
    background-color: rgb(66 102 113 / var(--tw-bg-opacity, 1))
}

.ao {
    --tw-bg-opacity: 1;
    background-color: rgb(231 238 239 / var(--tw-bg-opacity, 1))
}

.ap {
    --tw-bg-opacity: 1;
    background-color: rgb(11 57 71 / var(--tw-bg-opacity, 1))
}

.aq {
    --tw-bg-opacity: 1;
    background-color: rgb(204 246 227 / var(--tw-bg-opacity, 1))
}

.ar {
    --tw-bg-opacity: 1;
    background-color: rgb(0 212 116 / var(--tw-bg-opacity, 1))
}

.tws {
    --tw-bg-opacity: 1;
    background-color: rgb(38 124 105 / var(--tw-bg-opacity, 1))
}

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

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

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

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

.bv {
    background-color: transparent
}

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

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

.by {
    --tw-gradient-from: #25CBD6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 203 214 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.twn {
    --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.two {
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.bz {
    --tw-gradient-via-position: 50%
}

.ba {
    --tw-gradient-to: #00EE8A var(--tw-gradient-to-position)
}

.twp {
    --tw-gradient-to: #ffffff var(--tw-gradient-to-position)
}

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

.bb {
    padding: 1px
}

.bc {
    padding: 16px
}

.bd {
    padding: 24px
}

.be {
    padding: 32px
}

.bf {
    padding: 4px
}

.tdf {
    padding-left: 0;
    padding-right: 0
}

.bg {
    padding-left: 16px;
    padding-right: 16px
}

.bh {
    padding-left: 20px;
    padding-right: 20px
}

.bi {
    padding-left: 24px;
    padding-right: 24px
}

.bj {
    padding-left: 28px;
    padding-right: 28px
}

.bk {
    padding-left: 4px;
    padding-right: 4px
}

.bl {
    padding-left: 40px;
    padding-right: 40px
}

.tbs {
    padding-left: 6px;
    padding-right: 6px
}

.twq {
    padding-left: 64px;
    padding-right: 64px
}

.bm {
    padding-top: 12px;
    padding-bottom: 12px
}

.bn {
    padding-top: 14px;
    padding-bottom: 14px
}

.bo {
    padding-top: 16px;
    padding-bottom: 16px
}

.bp {
    padding-top: 18px;
    padding-bottom: 18px
}

.bq {
    padding-top: 2px;
    padding-bottom: 2px
}

.br {
    padding-top: 20px;
    padding-bottom: 20px
}

.cs {
    padding-top: 24px;
    padding-bottom: 24px
}

.ct {
    padding-top: 32px;
    padding-bottom: 32px
}

.cu {
    padding-top: 4px;
    padding-bottom: 4px
}

.cv {
    padding-top: 40px;
    padding-bottom: 40px
}

.cw {
    padding-top: 48px;
    padding-bottom: 48px
}

.cx {
    padding-top: 64px;
    padding-bottom: 64px
}

.cy {
    padding-top: 8px;
    padding-bottom: 8px
}

.ca {
    padding-bottom: 120px
}

.cb {
    padding-bottom: 16px
}

.cc {
    padding-bottom: 20px
}

.cd {
    padding-bottom: 24px
}

.tdg {
    padding-bottom: 56px
}

.tdh {
    padding-bottom: 96px
}

.cg {
    padding-left: 24px
}

.ch {
    padding-left: 8px
}

.ci {
    padding-right: 16px
}

.ck {
    padding-right: 32px
}

.cl {
    padding-right: 6px
}

.cm {
    padding-right: 80px
}

.cn {
    padding-top: 16px
}

.co {
    padding-top: 24px
}

.tdi {
    padding-top: 48px
}

.cq {
    padding-top: 56px
}

.cr {
    text-align: left
}

.ds {
    text-align: center
}

.dt {
    text-align: right
}

.du {
    font-size: 2.75rem
}

.dw {
    text-transform: uppercase
}

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

.dz {
    --tw-text-opacity: 1;
    color: rgb(8 173 228 / var(--tw-text-opacity, 1))
}

.da {
    color: inherit
}

.db {
    --tw-text-opacity: 1;
    color: rgb(57 79 225 / var(--tw-text-opacity, 1))
}

.tcg {
    --tw-text-opacity: 1;
    color: rgb(176 193 197 / var(--tw-text-opacity, 1))
}

.dd {
    --tw-text-opacity: 1;
    color: rgb(121 148 155 / var(--tw-text-opacity, 1))
}

.de {
    --tw-text-opacity: 1;
    color: rgb(66 102 113 / var(--tw-text-opacity, 1))
}

.df {
    --tw-text-opacity: 1;
    color: rgb(11 57 71 / var(--tw-text-opacity, 1))
}

.dg {
    --tw-text-opacity: 1;
    color: rgb(0 212 116 / var(--tw-text-opacity, 1))
}

.dh {
    --tw-text-opacity: 1;
    color: rgb(38 124 105 / var(--tw-text-opacity, 1))
}

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

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

.dk {
    --tw-text-opacity: 1;
    color: rgb(197 17 3 / var(--tw-text-opacity, 1))
}

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

.dm {
    text-decoration-line: underline
}

.dn {
    opacity: 0
}

.do {
    opacity: 1
}

.txu {
    opacity: .6
}

.dp {
    --tw-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.dq {
    --tw-shadow: 0px 2px 20px 0px rgba(68, 68, 68, .12);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.dr {
    outline-style: solid
}

.es {
    outline-width: 1px
}

.et {
    outline-color: transparent
}

.eu {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.ev {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.ew {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.ex {
    transition-duration: .1s
}

.ey {
    transition-duration: .2s
}

.ez {
    transition-duration: .7s
}

.ea {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.pf {
    font-size: 3rem;
    font-weight: 600;
    line-height: 56px
}

.txv {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 52px
}

.eb {
    font-size: 2rem;
    font-weight: 600;
    line-height: 40px
}

.ec {
    font-size: 2rem;
    font-weight: 700;
    line-height: 40px
}

.ed {
    font-size: 2rem;
    font-weight: 800;
    line-height: 40px
}

.ee {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px
}

.ef {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 32px
}

.tvh {
    font-size: 1.25rem;
    line-height: 28px
}

.eg {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px
}

.eh {
    font-size: 1rem;
    line-height: 24px
}

.ei {
    font-size: 1rem;
    font-weight: 600;
    line-height: 24px
}

.el {
    font-size: .875rem;
    font-weight: 700;
    line-height: 22px
}

.em {
    font-size: .875rem;
    line-height: 16px
}

.eo {
    font-size: .875rem;
    font-weight: 700;
    line-height: 16px
}

.ep {
    font-size: .75rem;
    line-height: 16px
}

.eq {
    font-size: .75rem;
    font-weight: 700;
    line-height: 16px
}

.er {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 36px
}

.fs {
    font-size: 1.25rem;
    line-height: 34px
}

.ft {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 34px
}

.fv {
    font-size: 1rem;
    line-height: 28px
}

.fw {
    font-size: 1rem;
    font-weight: 600;
    line-height: 28px
}

.fx {
    font-size: .975rem;
    line-height: 24px
}

.fy {
    font-size: .875rem;
    font-weight: 600;
    line-height: 24px
}

.fz {
    font-size: .875rem;
    font-weight: 700;
    line-height: 24px
}

.fa {
    font-size: .75rem;
    line-height: 20px
}

.fb {
    font-size: .75rem;
    font-weight: 600;
    line-height: 20px
}

.fd {
    font-size: .75rem;
    line-height: 20px
}

.fd {
    cursor: pointer;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(11 57 71 / var(--tw-text-opacity, 1));
    text-decoration-line: underline
}

.fd:hover {
    --tw-text-opacity: 1;
    color: rgb(66 102 113 / var(--tw-text-opacity, 1))
}

.\[zaraz\:ecommerce\] {
    zaraz: ecommerce
}

.\[zaraz\:set\] {
    zaraz: set
}

.\[zaraz\:track\] {
    zaraz: track
}

@media (min-width: 768px) {}

@media (min-width: 1200px) {
    .typ {
        display: grid;
        max-width: 1312px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        -moz-column-gap: 16px;
        column-gap: 16px
    }

    @media (min-width: 768px) {
        .typ {
            grid-template-columns: repeat(8, minmax(0, 1fr));
            -moz-column-gap: 20px;
            column-gap: 20px
        }
    }

    .typ {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .tdj {
        margin-left: 24px;
        margin-right: 24px;
        max-width: 1312px
    }

    @media (min-width: 768px) {
        .tdj {
            margin-left: 48px;
            margin-right: 48px
        }
    }

    .tdj {
        margin-left: 120px;
        margin-right: 120px
    }

    @media (min-width: 1536px) {
        .tdj {
            margin-left: auto;
            margin-right: auto
        }
    }
}

@media (min-width: 1536px) {
    .tbz {
        margin-left: 24px;
        margin-right: 24px;
        max-width: 1312px
    }

    @media (min-width: 768px) {
        .tbz {
            margin-left: 48px;
            margin-right: 48px
        }
    }

    @media (min-width: 1200px) {
        .tbz {
            margin-left: 120px;
            margin-right: 120px
        }
    }

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

@media (min-width: 1200px) {
    input.lg\:v2-medium.uus {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .lg\:v2-medium.o {
        padding: 14px 16px;
        line-height: 22px
    }
}

.fe:hover {
    border-width: 2px
}

.ff:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
}

.fg:hover {
    --tw-border-opacity: 1;
    border-color: rgb(121 148 155 / var(--tw-border-opacity, 1))
}

.fh:hover {
    --tw-border-opacity: 1;
    border-color: rgb(197 17 3 / var(--tw-border-opacity, 1))
}

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

.fj:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(231 238 239 / var(--tw-bg-opacity, 1))
}

.fk:hover {
    background-color: transparent
}

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

.fn:hover {
    --tw-text-opacity: 1;
    color: rgb(197 17 3 / var(--tw-text-opacity, 1))
}

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

.fp:hover {
    text-decoration-line: underline
}

.fq:hover {
    outline-color: #000
}

.fr:focus {
    pointer-events: auto
}

.gs:focus {
    opacity: 1
}

.gt:focus {
    outline-color: #00d474
}

.gu: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(0px + 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)
}

.gv:disabled {
    border-color: transparent
}

.gw:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(213 225 226 / var(--tw-bg-opacity, 1))
}

.gx:disabled {
    --tw-text-opacity: 1;
    color: rgb(121 148 155 / var(--tw-text-opacity, 1))
}

.disabled\:hover\:v2-border-1:hover:disabled {
    border-width: 1px
}

.disabled\:hover\:v2-border-transparent:hover:disabled {
    border-color: transparent
}

.disabled\:hover\:v2-text-gray-300:hover:disabled {
    --tw-text-opacity: 1;
    color: rgb(121 148 155 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
    .gb {
        position: fixed
    }

    .tch {
        top: 25%
    }

    .gc {
        top: 64px
    }

    .gd {
        order: 1
    }

    .ge {
        order: 2
    }

    .gf {
        order: 3
    }

    .gg {
        order: 4
    }

    .gj {
        margin-left: 4px;
        margin-right: 4px
    }

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

    .gk {
        margin-bottom: -24px
    }

    .gl {
        margin-bottom: -64px
    }

    .gm {
        margin-bottom: 0
    }

    .tdl {
        margin-bottom: 40px
    }

    .tdm {
        margin-bottom: 64px
    }

    .gn {
        margin-bottom: 8px
    }

    .gp {
        margin-left: 0
    }

    .gq {
        margin-top: 0
    }

    .tdn {
        margin-top: 32px
    }

    .gr {
        margin-top: 56px
    }

    .hs {
        margin-top: 64px
    }

    .ht {
        margin-top: 96px
    }

    .hu {
        display: block
    }

    .hv {
        display: inline
    }

    .hw {
        display: flex
    }

    .hx {
        display: grid
    }

    .hy {
        display: none
    }

    .hz {
        height: 10px
    }

    .ha {
        height: 12px
    }

    .hb {
        height: 14px
    }

    .hc {
        height: 16px
    }

    .hd {
        height: 18px
    }

    .he {
        height: 20px
    }

    .hf {
        height: 24px
    }

    .hg {
        height: 28px
    }

    .hh {
        height: 32px
    }

    .hi {
        height: 40px
    }

    .hj {
        height: 48px
    }

    .hk {
        height: 64px
    }

    .hl {
        height: auto
    }

    .tyr {
        width: 50%
    }

    .hn {
        width: 10px
    }

    .ho {
        width: 12px
    }

    .hp {
        width: 14px
    }

    .hq {
        width: 16px
    }

    .hr {
        width: 18px
    }

    .is {
        width: 66.666667%
    }

    .tdo {
        width: 40%
    }

    .it {
        width: 20px
    }

    .iu {
        width: 24px
    }

    .iv {
        width: 28px
    }

    .iw {
        width: 32px
    }

    .ix {
        width: 40px
    }

    .iy {
        width: 48px
    }

    .iz {
        width: 41.666667%
    }

    .ia {
        width: 64px
    }

    .ib {
        width: 153px
    }

    .ic {
        width: auto
    }

    .ie {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .if {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .tbe {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .ig {
        grid-template-rows: repeat(2, minmax(0, 1fr))
    }

    .ih {
        flex-direction: row
    }

    .ii {
        flex-direction: column
    }

    .tcj {
        align-items: flex-start
    }

    .ij {
        align-items: center
    }

    .ik {
        justify-content: flex-start
    }

    .il {
        justify-content: flex-end
    }

    .im {
        justify-content: space-between
    }

    .tbf {
        gap: 20px
    }

    .in {
        gap: 32px
    }

    .tck {
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .md\:v2-space-x-24>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24px * var(--tw-space-x-reverse));
        margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)))
    }

    .md\:v2-space-x-32>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(32px * var(--tw-space-x-reverse));
        margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)))
    }

    .md\:v2-space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .md\:v2-space-y-120>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse))
    }

    .md\:v2-space-y-48>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48px * var(--tw-space-y-reverse))
    }

    .md\:v2-divide-y-0>:not([hidden])~:not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse))
    }

    .tdp {
        overflow-x: auto
    }

    .ir {
        border-radius: 0
    }

    .js {
        border-radius: 24px
    }

    .tbg {
        border-bottom-width: 1px
    }

    .jt {
        background-color: transparent
    }

    .jw {
        padding-left: 0;
        padding-right: 0
    }

    .tdq {
        padding-left: 24px;
        padding-right: 24px
    }

    .jx {
        padding-left: 32px;
        padding-right: 32px
    }

    .jy {
        padding-left: 40px;
        padding-right: 40px
    }

    .tdr {
        padding-left: 48px;
        padding-right: 48px
    }

    .jz {
        padding-top: 0;
        padding-bottom: 0
    }

    .ja {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .tbh {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .jb {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .jc {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .jd {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .je {
        padding-bottom: 24px
    }

    .tes {
        padding-bottom: 28px
    }

    .jf {
        padding-bottom: 48px
    }

    .jg {
        padding-bottom: 56px
    }

    .tet {
        padding-top: 0
    }

    .ji {
        padding-top: 56px
    }

    .teu {
        padding-top: 64px
    }

    .tcl {
        text-align: left
    }

    .jj {
        text-align: center
    }

    .tbi {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .jk {
        font-size: 3rem;
        font-weight: 600;
        line-height: 56px
    }

    .jl {
        font-size: 2.75rem;
        font-weight: 800;
        line-height: 52px
    }

    .jm {
        font-size: 2rem;
        font-weight: 700;
        line-height: 40px
    }

    .jn {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 32px
    }

    .tcm {
        font-size: 1.25rem;
        line-height: 28px
    }

    .tev {
        font-size: 1.25rem;
        line-height: 34px
    }

    .jo {
        font-size: .875rem;
        line-height: 24px
    }
}

@media (min-width: 1200px) {
    .jr {
        bottom: 14px
    }

    .tbl {
        top: 0
    }

    .ks {
        z-index: 50
    }

    .ku {
        grid-column: span 2 / span 2
    }

    .kv {
        grid-column: span 3 / span 3
    }

    .kw {
        grid-column: span 4 / span 4
    }

    .kx {
        grid-column: span 5 / span 5
    }

    .ky {
        grid-column: span 6 / span 6
    }

    .kz {
        grid-column: span 7 / span 7
    }

    .tbm {
        grid-column: span 9 / span 9
    }

    .kb {
        grid-column-start: 11
    }

    .kc {
        grid-column-start: 2
    }

    .kd {
        grid-column-start: 5
    }

    .ke {
        grid-column-start: 7
    }

    .pl {
        grid-column-start: 8
    }

    .twc {
        grid-column-end: 13
    }

    .tew {
        grid-column-end: 8
    }

    .pm {
        grid-row-start: 1
    }

    .kf {
        margin-left: 32px;
        margin-right: 32px
    }

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

    .kg {
        margin-top: 0;
        margin-bottom: 0
    }

    .kh {
        margin-bottom: 0
    }

    .tvt {
        margin-bottom: 16px
    }

    .ki {
        margin-bottom: 24px
    }

    .qh {
        margin-bottom: 32px
    }

    .tvi {
        margin-bottom: 40px
    }

    .kl {
        margin-bottom: 80px
    }

    .tex {
        margin-bottom: 96px
    }

    .km {
        margin-right: 16px
    }

    .ko {
        margin-top: 0
    }

    .tey {
        margin-top: 16px
    }

    .kp {
        margin-top: 48px
    }

    .kq {
        margin-top: 64px
    }

    .ls {
        display: block
    }

    .lt {
        display: inline
    }

    .lu {
        display: flex
    }

    .lv {
        display: grid
    }

    .lw {
        display: none
    }

    .lx {
        height: 10px
    }

    .ly {
        height: 12px
    }

    .lz {
        height: 14px
    }

    .la {
        height: 16px
    }

    .lb {
        height: 18px
    }

    .lc {
        height: 20px
    }

    .ld {
        height: 24px
    }

    .le {
        height: 28px
    }

    .lf {
        height: 32px
    }

    .lg {
        height: 40px
    }

    .lh {
        height: 48px
    }

    .li {
        height: 64px
    }

    .ll {
        width: 33.333333%
    }

    .lm {
        width: 10px
    }

    .lo {
        width: 12px
    }

    .lp {
        width: 14px
    }

    .lq {
        width: 16px
    }

    .lr {
        width: 18px
    }



    .ms {
        width: 20px
    }

    .mt {
        width: 24px
    }

    .mu {
        width: 28px
    }

    .tcp {
        width: 60%
    }

    .mv {
        width: 32px
    }

    .mw {
        width: 40px
    }

    .mx {
        width: 48px
    }

    .my {
        width: 41.666667%
    }

    .mz {
        width: 64px
    }

    .ma {
        width: 547px
    }

    .tzu {
        width: auto
    }

    .tez {
        width: -moz-fit-content;
        width: fit-content
    }

    .mb {
        max-width: 450px
    }

    .tea {
        flex-shrink: 1
    }

    .mc {
        cursor: default
    }

    .txa {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .me {
        flex-direction: row
    }

    .tsh {
        flex-direction: column
    }

    .mg {
        align-items: center
    }

    .tvk {
        justify-content: center
    }

    .mh {
        justify-content: space-between
    }

    .mi {
        gap: 24px
    }

    .mj {
        gap: 32px
    }

    .tcs {
        gap: 64px
    }

    .mk {
        -moz-column-gap: 0;
        column-gap: 0
    }

    .ml {
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .mm {
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .lg\:v2-space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .mn {
        justify-self: end
    }

    .txb {
        overflow-x: auto
    }


    .mo {
        padding: 40px
    }

    .txc {
        padding-left: 0;
        padding-right: 0
    }

    .twd {
        padding-left: 32px;
        padding-right: 32px
    }

    .mq {
        padding-left: 48px;
        padding-right: 48px
    }

    .mr {
        padding-top: 0;
        padding-bottom: 0
    }

    .ns {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .tct {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .nu {
        padding-bottom: 0
    }

    .nv {
        padding-bottom: 16px
    }

    .tec {
        padding-bottom: 32px
    }

    .nw {
        padding-bottom: 56px
    }

    .nx {
        padding-bottom: 6px
    }

    .ted {
        padding-bottom: 64px
    }

    .tvz {
        padding-top: 32px
    }

    .na {
        text-align: left
    }

    .nd {
        font-size: 3rem;
        font-weight: 600;
        line-height: 56px
    }

    .tcb {
        font-size: 2rem;
        font-weight: 600;
        line-height: 40px
    }

    .nf {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 32px
    }

    .ng {
        font-size: 1rem;
        line-height: 24px
    }

    .nh {
        font-size: 1rem;
        font-weight: 700;
        line-height: 24px
    }

    .tsz {
        font-size: 1.375rem;
        line-height: 36px
    }

    .nj {
        font-size: 1rem;
        line-height: 28px
    }
}

@media (min-width: 1536px) {
    .tee {
        right: 50%
    }

    .tcq {
        top: 25%
    }

    .tef {
        grid-column-end: 7
    }

    .teg {
        margin-left: 0;
        margin-right: 0
    }

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

    .nk {
        margin-top: 48px
    }

    .teh {
        margin-top: 80px
    }

    .nl {
        height: 10px
    }

    .nm {
        height: 12px
    }

    .nn {
        height: 14px
    }

    .no {
        height: 16px
    }

    .np {
        height: 18px
    }

    .nq {
        height: 20px
    }

    .nr {
        height: 24px
    }

    .os {
        height: 28px
    }

    .ot {
        height: 32px
    }

    .ou {
        height: 40px
    }

    .ov {
        height: 48px
    }

    .ow {
        height: 64px
    }

    .ox {
        width: 25%
    }

    .oy {
        width: 10px
    }

    .oz {
        width: 12px
    }

    .oa {
        width: 14px
    }

    .ob {
        width: 16px
    }

    .oc {
        width: 18px
    }

    .od {
        width: 20px
    }

    .oe {
        width: 24px
    }

    .of {
        width: 28px
    }

    .og {
        width: 32px
    }

    .oh {
        width: 40px
    }

    .oi {
        width: 48px
    }

    .oj {
        width: 64px
    }

    .tds {
        width: auto
    }

    .ok {
        max-width: none
    }

    .tei {
        --tw-translate-x: 50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .ol {
        padding-top: 0;
        padding-bottom: 0
    }

    .tej {
        padding-bottom: 80px
    }

    .tek {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 120%
    }
}

.swal-modal {
    padding: 40px;
    border-radius: 24px;
}

.swal-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.swal-title:not(:last-child) {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #0B3947;
    margin-bottom: 8px;
}

.swal-text {
    font-size: 14px;
    color: #0B3947;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
}

.swal-icon:first-child {
    margin: 0 auto;
}

.swal-icon {
    border: none;
    height: 56px;
    width: 56px;
}

/* success */
.swal-icon--success {
    border-width: 2px;
    background-color: #DDF1F7;
}

.swal-icon--success::after,
.swal-icon--success::before {
    display: none;
}

.swal-icon--success__hide-corners {
    display: none;
}

.swal-icon--success__ring {
    background-color: #08ADE4 !important;
    border: 2px solid #08ADE4;
    height: 30px;
    width: 30px;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swal-icon--success__line {
    background-color: #DDF1F7;
    height: 4px;
    z-index: 4;
    animation: none;
}

.swal-icon--success__line--long {
    width: 18px;
    right: 16px;
    top: 27px;
    animation: none;
}

.swal-icon--success__line--tip {
    width: 12px;
    left: 17px;
    top: 29px;
}

/* Warning */
.swal-icon--warning {
    border: 2px solid #FF9F31;
    height: 80px;
    width: 80px;
}

.swal-icon:first-child.swal-icon--warning {
    margin-bottom: 32px;
}

.swal-icon--error__line--right {
    right: 10px;
}

.swal-icon--error__line--left {
    left: 0;
}

.swal-footer {
    padding: 0;
}

.swal-button-container {
    width: 100%;
}

.swal-button--cancel:not(:disabled),
.swal-button--confirm:not(:disabled) {
    width: 100%;
    padding: 16px 32px;
    border-radius: 8px;
    margin-top: 16px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.swal-button--cancel:not(:disabled) {
    color: #000;
    background-color: transparent;
}

.swal-button--confirm:not(:disabled) {
    background: linear-gradient(to right, #25CBD6, #00EE8A);
}

.swal-button--confirm:not(:disabled):hover,
.swal-button--cancel:not(:disabled) {
    background-color: #fff !important;
}

.swal-button:focus {
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .swal-icon--warning {
        height: 50px;
        width: 50px;
    }

    .swal-icon:first-child.swal-icon--warning {
        margin-bottom: 12px;
    }

    .swal-icon:first-child.swal-icon--warning .swal-icon--warning__body {
        transform: scale(.6) translateY(-20px);
    }

    .swal-button--cancel:not(:disabled),
    .swal-button--confirm:not(:disabled) {
        margin-top: 12px;
        padding: 12px 24px;
    }
}


.hp-email {
    z-index: -1000;
    position: absolute;
    max-width: 200px;
}


.travel-form-section {
  padding: 2rem;
  background-color: #f9f9f9;
  font-family: 'Noto Sans KR', sans-serif;
}

.form-container {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.form-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.form-subtitle {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #555;
}

form label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 500;
  margin-top: 1rem;
}

form input,
form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

form button {
  margin-top: 1.5rem;
  width: 100%;
  background-color: #02b9ad;
  color: white;
  border: none;
  padding: 0.9rem;
  font-size: 1.1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form button:hover {
  background-color: #004c99;
}

.form-success {
  margin-top: 2rem;
  font-size: 1rem;
  color: #007a00;
  background-color: #e9f7e9;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
}

/* 반응형 */
@media (max-width: 480px) {
  .form-container {
    padding: 1rem;
  }
  .form-title {
    font-size: 1.5rem;
  }
}


/*----------------------------------------------------------------*/



.flex_controls{display: flex; width: 100%; max-width: 1400px; margin: 0 auto;}

.stay-in-touch{width: 30%;}
.newsletter-form{width: 70%;}

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

.box_all{width: 100%; display: flex; flex-wrap: wrap; gap: 10px;}


.form_inpit{width: calc(100%/2 - 5px)}
.form_inpit input{width: 100%;}
.form_inpit textarea{width: 100%;}

.btn_matin_cls{margin-top: 50px;}


.travel-service-box {
    background-color: #f7f9fc;
    border: 1px solid #dce3ea;
    border-radius: 10px;
    padding: 2rem;
    max-width: 720px;
    margin: 2rem auto;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
  }
  
  .travel-service-box h2 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    color: #0b3947;
  }
  
  .travel-service-box p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 1.2rem;
  }
  
  .product-detail ul {
    list-style: disc;
    text-align: left;
    margin: 0 auto 1rem;
    padding: 0 1.2rem;
    color: #444;
  }
  
  .product-price {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #0b3947;
    font-weight: bold;
  }
  
  .product-button {
    display: inline-block;
    padding: 0.8rem 1.6rem;
    margin-top: 1rem;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
  }
  
  .product-button:hover {
    background-color: #005c99;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .logo img {
    width: 354px;
  }
  
  .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
  }
  
  .menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
  }
  
  /* 모바일 메뉴 토글 버튼 */
  .menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
  }
  
  .menu-toggle[aria-expanded="true"] {
    color: #007bff;
  }
  
  .container{width: 100%;}

  header{width: 100%; background: transparent; height: 95px; display: flex; align-items: center; position: fixed; top: 0; z-index: 99999;
    transition: background-color 0.5s ease, background-image 0.5s ease;
}
  nav{width: 100%; max-width: 1800px; margin: 0 auto;}
  
  .logo{display: flex; align-items: center; gap: 15px;}
  .container{display: flex; align-items: center; justify-content: space-between;}
  .visa-nav-menu{display: flex; gap: 30px;}
  .visa-nav-menu li a{color: #fff; font-size: 18px;}
  
  
  .logo-top-txt{color: #fff; font-size: 16px; font-weight: 400;}
  .logo-bottom-txt{color: #fff; font-size: 16px; font-weight: 400; margin-top: 5px;}
  
  .wrap{width: 100%; max-width: 1080px; box-sizing: border-box; margin: 0 auto;}





/* 반응형 디자인 */
@media (max-width: 1380px) {
    .menu {
        display: none;
        flex-direction: column;
        background-color: #ffffff;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        padding: 1rem 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        gap: 0.5rem;
    }
  
    .menu li {
        text-align: center;
    }
  
    .menu li a {
        display: block;
        padding: 0.5rem;
    }
  
    .menu[aria-expanded="true"] {
        display: flex;
    }
  
    .menu-toggle {
        display: block;
    }
  
  
  
    /* visa-nav-menu 스타일 */
    .visa-nav-menu {
      position: fixed;
      top: 0;
      right: 0;
      transform: translateX(300px);
      width: 250px;
      height: 100vh;
      background-color: #0056b3;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 20px;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease-in-out;
    }
  
  
    .visa-nav-menu.open {
      transform: translateX(0); /* 화면 안으로 슬라이드 */
    }
  
    .menu-toggle {
      display: block;
      position: absolute;
      top: 48%;
      transform: translateY(-50%);
      right: 50px;
      background: none;
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      color: #fff;
      z-index: 1001;
    }
    .menu {
      display: none;
    }
  
    .menu-toggle {
        display: block;
    }
  
    .menu-toggle[aria-expanded="true"] {
      color: #ffcc00; /* 버튼 활성화 시 색상 */
    }
  }



  .sr-only{display: none !important;}


  header.scrolled {
      background: #25CBD6;
      transition: all 0.5s;
  }




@media (max-width: 1500px) {
    .details .place-box .text{font-size: 15px;}
    .details .title-box-1, .details .title-box-2{height: auto;}
    .details .title-1, .details .title-2{font-size: 40px;}
    .details>.desc{font-size: 16px;}
    .details{left: 0; width: 100%; box-sizing: border-box; padding: 0 30px;}
    .details>.desc{width: 100%;}
    .details>.cta{width: 100%;}
    .flex_controls{flex-direction: column;}
    .form_inpit{width: 100%; max-width: 400px;}
    .newsletter-form{width: 100%;}
    .box_all{margin: 0 auto; margin-top: 50px; justify-content: center}
    .stay-in-touch{width: 100%; text-align: center;}
    .btn_matin_cls button{margin: 0 auto;}
    .pagination{display: none !important;}
    .card {
        width: 100vw !important;
        height: 100vh !important;
        transform: none !important
      }
    .card-content {
    transform: none !important;
    top: auto !important;
    bottom: auto !important;
    }

    .title-box-1 {
    white-space: normal !important;      /* 줄바꿈 허용 */
    overflow-wrap: break-word;           /* 단어 단위로 줄바꿈 */
    word-break: break-word;              /* 단어 너무 길면 강제 줄바꿈 */
    }
    .title-box-2 {
    white-space: normal !important;      /* 줄바꿈 허용 */
    overflow-wrap: break-word;           /* 단어 단위로 줄바꿈 */
    word-break: break-word;              /* 단어 너무 길면 강제 줄바꿈 */
    }

    .details .title-1, .details .title-2{
        white-space: normal !important;      /* 줄바꿈 허용 */
        overflow-wrap: break-word;           /* 단어 단위로 줄바꿈 */
        word-break: break-word; 
    }
    .details .place-box .text:before{display: none;}
    .details .place-box .text {
        color: #10deab;
    }
}

@media (max-width: 800px) {
    .details .title-1, .details .title-2{font-size: 24px;}
    .card{background-position: left !important;}
    .bookmark{display: none !important;}
    nav{padding: 20px 15px;}
    .menu-toggle{right: 15px;}
    .logo img{max-width: 230px;}
    header{height: 70px;}
    .vu{margin-bottom: 0;}
}

@media (max-width: 500px) {
    .details{padding: 0 15px;}
    .details .title-1, .details .title-2{font-size: 18px;}
    .details>.desc{font-size: 14px;}
    .details>.cta {
        flex-direction: column;
        gap: 10px;
    }
    .details>.cta>.discover{margin-left: 0; width: 100%; text-align: center; justify-content: center}
    .eb {
        font-size: 1.2rem;
    }
    .txv {
        font-size: 1.45rem;
    }
    .twi {
        width: 50px;
    }
    .twh {
        height: 50px;
    }
    .form_inpit{padding: 0 15px;}
    .btn_matin_cls{margin-top: 24px;}
}






.pagination{display: none !important;}
.btn_matin_cls{display: block !important; padding: 0 15px;}



.container{display: flex; align-items: center; justify-content: space-between;}
.visa-nav-menu{display: flex; gap: 30px;}
.visa-nav-menu li a{color: #fff; font-size: 18px;}


.logo-top-txt{color: #fff; font-size: 16px; font-weight: 400;}
.logo-bottom-txt{color: #fff; font-size: 16px; font-weight: 400; margin-top: 5px;}

.main-banner{width: 100%; background: url(../../images/vis2.webp) no-repeat center; height: 615px; text-align: center;
  display: flex; align-items: center; margin-top: 36px; background-size: cover; position: relative; overflow: hidden;
}

.main-banner_title{color: #fff;}
.main-banner_title h1{font-size: 45px; font-weight: 800;}
.main-banner_title h2{font-size: 30px; margin-top: 20px; line-height: 145%;}
.main-banner_title p{font-size: 20px; margin-top: 20px;}

.main_service_info{border: 2px solid #fff; background: rgba(255, 255, 255, 0.5); border-radius: 15px; color: #11375c; padding: 30px; box-sizing: border-box; margin-top: 50px;}
.main_service_info h2{font-size: 32px; font-weight: 600; margin-bottom: 30px;}

.cus_flex_z > ul{display: flex; gap: 21px;}
.cus_flex_z > ul li{width: calc(100% / 3 - 14px); background: #fff; padding: 25px; border-radius: 10px;  font-weight: 600;}
.cus_flex_z > ul li span{font-weight: 600; font-size: 18px; }


.contact_btn{margin-top: 30px;}
.contact_btn a{font-size: 18px; background: #127487; color: #fff; display: inline-block; vertical-align: middle; padding: 10px 25px; border-radius: 50px;}
.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #11375c;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 400;
  margin-right: 10px;
}

.sr-only{display: none;}





.visa-page-header{background:url(../../images/page-header-bg.avif) no-repeat center; min-height: 200px; box-sizing: border-box;
    padding-top: 95px; color: #fff; background-size: cover;
  }
  
  .visa-page-header .breadcrumb a{color: #fff; text-decoration: underline; font-size: 14px;}
  .visa-page-header .breadcrumb span{font-size: 14px;}
  
  .breadcrumb{margin-bottom: 34px;}
  
  .main-overview h2{font-size: 42px; font-weight: 600; line-height: 135%; color: #333;}
  .visa-page-content-area p{font-size: 18px; line-height: 160%; margin-top: 20px; color: #435d87;}
  
  .visa_over_view_zone{margin-top: 40px;}
  
  .visa-page-content-area p b{color: #4574a1; text-decoration: underline; font-weight: 600;}
  
  .overview ul{margin-top: 30px;}
  .overview ul li{line-height: 145%; font-size: 18px; position: relative; padding-left: 25px;}
  
  .visa-page-content-area h3{font-size: 32px; padding-left: 50px; position: relative; font-weight: 600;  line-height: 135%; position: relative;}
  
  .main-overview h2{
    font-size: 32px; position: relative; font-weight: 600;  line-height: 135%; position: relative;
  }

  
  .overview h2{
    font-size: 29px; position: relative; font-weight: 600;  line-height: 135%; position: relative;
  }
  .overview h2::after{
    position: absolute;
    width: 19px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -40px;
    content: "";
    background: url(../../images/pointer_zeo2.png) no-repeat center;
  }
  
  
  .overview .form-title h2::after{display: none !important;}
  
  
  .visa-page-content-area .faq-item h3{font-size: 22px;}
  
  
  .confirmation-section  .details-summary h3{font-size: 25px;}
  
  
  .overview{margin-top: 50px; }
  
  .b_bolck_zone b{display: block;}
  
  
  .visa-page-content-area h3::after {
    position: absolute;
    width: 19px;
    height: 12px;
    left: 0; top: 50%; transform: translateY(-50%);
    content: "";
    padding-left: 30px;
    background: url(../../images/pointer_zeo2.png) no-repeat center;
  }
  
  
  
  .overview > ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #0b3974;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  
  .form-section .inquiry-select-cus {
    width: 100%;
    max-width: 550px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #ebebeb;
    padding: 0 20px;
    background: #f4f4f6;
    font-size: 16px;
  }
  
  
  
  
  
  .main-overview .lnb_tit{background: url(../../images/pointer_zeo.png) no-repeat center; width: 280px; height: 6px; margin-top: 10px;}
  
  .page-title{padding-left: 60px; box-sizing: border-box; position: relative; height: auto; padding-bottom: 20px;
    width: 100%; max-width: 1080px; margin: 0 auto;
  }
  .page-title::after{position: absolute; left: 0; background: #c1a783; width: 1px; height: 100%; content: ""; top: 0;}
  .page-title h1{font-size: 45px; font-weight: 800; line-height: 135%;}
  
  
  .visa-page-content-area{width: 100%; max-width: 960px; margin: 0 auto; box-sizing: border-box; padding:60px 0; color: #333;}
  
  
  .star_point{
    background: url(../../images/star.svg) 0 0 repeat;
    content: "";
    display: block;
    font-size: 12px;
    height: 18px;
    left: 0;
    line-height: 1;
    max-width: 53px;
    width: 53px;
  }
  
  .zero_after h2::after{display: none !important;}
  
  .cus_flex_z ul li .cus_flex_z2{display: flex; align-items: center; justify-content: center}
  
  .txt_indent{padding-left: 30px; position: relative;}
  .txt_indent::before{position: absolute; left: 10px; width: 7px; height: 2px; background: #0c3975; top: 13px; content: "";}
  
  
  .visa-nav-menu li:last-of-type img{margin-left: 10px;}
  
  
  .input_box{display: flex; flex-direction: column; width: 100%; max-width: 550px;}
  
  .form-section{padding: 0; display: flex; justify-content: space-between; }
  .form-section.width_cotrols label{width: 70%; box-sizing: border-box; padding-right: 30px;}
  .form-section.width_cotrols .input_box{width: 30%;}
  
  .input_box .cus_flex_z{display: flex; justify-content: space-between; align-items: center; gap: 20px; position: relative;}
  .cus_flex_z{justify-content: space-between; align-items: center; gap: 20px;}
  
  .form-section label{width: 36%;}
  
  .form-section input{width: 100%; max-width: 550px; border-radius: 10px; height: 50px; border: 1px solid #ebebeb; padding: 0 20px;
    background: #f4f4f6; font-size: 16px;
  }
  
  .form-section .upload-btn{width: 100%; max-width: 550px; border-radius: 10px; height: 50px; border: 1px solid #ebebeb; padding: 0 20px;
    background: #f4f4f6; font-size: 16px; color: #5A5A5A; text-align: left;
  }
  
  .popup{position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; max-width: 550px; height: auto; border: 15px;
  background: #f0f6fd;  padding: 30px; z-index: 10; padding-top: 15px;
  }
  .popup p{font-size: 18px; text-align: center; margin-top: 0; margin-bottom: 15px;}
  
  
  .flex_pop{display: flex; flex-direction: column; gap: 15px;}
  .flex_pop button{width:100%; box-sizing: border-box; padding: 20px; font-size: 18px; border: 1px solid #ddd;}
  #passport-photo-preview{max-height: 600px; overflow: hidden;}
  
  
  .form-section input:focus{border-color: #d3ebfd; background-color: #e7f4fe;}
  .form-section input.valid{border-color: #d8eedd; 
    background: #eaf6ec url(../../images/chek_suss.svg) no-repeat; background-size: contain; background-position: 95% 50%; background-size: 23px 23px;}
  .form-section input.error{border-color: #fcdfd9;
    background: #fdefec url(../../images/faile_omg.svg) no-repeat;  background-size: contain; background-position: 95% 50%; background-size: 23px 23px;
  }
  input.error + .error-message {
    display: block; /* 오류 상태에서 표시 */
  }
  
  #passport-info-section .form-section{margin-bottom: 15px;}
  #employer-section .form-section{margin-bottom: 15px;}
  #transit-section .form-section{margin-bottom: 15px;}
  #us-address-section .form-section{margin-bottom: 15px;}
  
  #us-address-section .form-section:last-of-type{margin-bottom: 0;}
  #transit-section .form-section:last-of-type{margin-bottom: 0;}
  #passport-info-section .form-section:last-of-type{margin-bottom: 0;}
  #employer-section .form-section:last-of-type{margin-bottom: 0;}
  
  #other-citizenship-section .form-section:first-of-type,
  #alias-name-section .form-section:first-of-type{margin-bottom: 15px;}
  .make-known {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
    min-height: 10px;
  }
  .error-message{font-size: 14px; font-weight: 400; color: #de3412; margin-bottom: 5px; margin-top: 5px;}
  .make-known p{font-size: 14px;  font-weight: 400; margin-top: 0;}
  
  .form-help a{width: 25px; height: 25px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #0b3974; color: #fff;}
  
  
  .form-title{width: 100%; padding: 16px;  background: #1b3b6f; border-radius: 10px;
    background-size: cover; margin-top: 20px; box-sizing: border-box;
  }
  .form-title h2{font-size: 20px; font-weight: 400; color: #fff;}
  
  .form_contents{padding: 20px; display: flex; flex-direction: column; gap: 20px; box-sizing: border-box;}
  .required{color: #ff1100;}
  .form_contents label{font-size: 18px; font-weight: 400; margin-top: 0; line-height: 145%;}
  
  
  .help-text-close-btn{position: absolute; right: 15px; top: 15px;}
  .help-text-gu{background: #fff; border-radius: 15px; box-shadow: 2px 2px 2px #222; padding: 20px; font-size: 14px; font-weight: 400;
    box-shadow: 1px 2px 6px 1px #10182830; line-height: 145%; padding-right: 50px; position: relative; margin-top: 15px; display: none; word-wrap: break-word
  }
  
  .btn-close{background: url(../../images/close-btn.svg) no-repeat center; width: 18px; height: 18px; background-size: contain;}
  
  .cus_flex_z.flex_zone_left{ justify-content: flex-end;margin-top: 0;}
  
  
  .pop_up{position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; max-width: 550px; height: auto; background: #00588f; box-sizing: border-box; 
    box-shadow: 1px 2px 7px #222; border-radius: 15px; color: #fff;
  }
  
  .pop_up_content{position: relative;}
  .pop_up_content p{margin-top: 0; padding: 40px 30px; box-sizing: border-box; color: #fff;}
  
  
  .close-pop-up{position: absolute; top: 10px; right: 10px; 
      background: url(../../images/close-btn.svg) no-repeat center;
      width: 18px;
      height: 18px;
      background-size: contain;
  }
  
  
  .description{margin-bottom: 15px;}
  
  .form-section.down_flex_zone{flex-direction: column;}
  .form-section.down_flex_zone .input_box{max-width: 100%;}
  .form-section.down_flex_zone label{width: 100%;}
  
  .overview ul.disease-list{margin-top: 0;
    display: flex; gap: 20px; flex-direction: column;
  }
  
  .overview ul.disease-list li{color: #435d87;}
  
  .overview ul.disease-list li{position: relative; font-size: 16px;}
  .overview ul.disease-list li::after{position: absolute; width: 8px; height: 8px; background: #1b3b6f; border-radius: 100%; left: 0; content: ""; top: 9px;}
  
  
  .submit-section button{width: 250px; height: 55px; margin: 0 auto; background: #0F6E80; color: #fff; border-radius: 15px;
    font-size: 20px;
  }
  
  .submit-section a{width: 250px; height: 55px; margin: 0 auto; background: #0F6E80; color: #fff; border-radius: 15px;
    font-size: 20px; display: flex; align-items: center; justify-content: center; margin-top: 50px;
  }
  
  .submit-section button:hover{background: #1590A3;}
  .submit-section a:hover{background: #1590A3;}
  #passport-photo-preview{padding-top: 15px;}
  
  
  
  .form-section label.radio-label{display: flex; align-items: center;gap: 5px; width: auto; margin-top: 0;}
  .radio-label input{ height: 21px; width: 21px;}
  
  #issuing-country-input {
    width: 100%;
    border-radius: 5px;
  }
  
  .custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 180px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    z-index: 10;
  }
  
  .custom-dropdown .dropdown-list {
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  
  .custom-dropdown .dropdown-list li {
    padding: 10px 20px;
    cursor: pointer;
    width: 100% !important;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  }
  .custom-dropdown .dropdown-list li:last-of-type{border-bottom: 0;}
  
  
  
  .custom-dropdown .dropdown-list li span img{border: 1px solid #ddd; margin-right: 20px;}
  
  
  .custom-dropdown .dropdown-list li.hover{
    background: #f9f9f9 url(../../images/check-red.svg) no-repeat;
    background-position: 95% 50%;
    color: #0b3974;
  }
  
  
  
  input:disabled, select:disabled, textarea:disabled {
    opacity: 0.4;
  }
  
  .form_contents label.no-focus-label {
    pointer-events: none;
    margin-top: 10px;
  }
  
  .form-section.width_cotrols .no-focus-label{
    margin-top: 0;
  }
  
  .visually-hidden{display: none;}
  
  .top_cont_zone{display: flex; justify-content: space-between; gap: 20px;}
  
  
  .top_cont_zone .form-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% / 2 - 10px)
  }
  
  .bottom_cont_zone .form-section {
    display: flex;
    flex-direction: column;
  }
  
  
  .daterangepicker .calendar-table th font, .daterangepicker .calendar-table td font{pointer-events: none;}
  
  .details-summary{margin-bottom: 20px;}
  .details-summary h3{margin-bottom: 20px;}
  .check_info_box {
    background-color: #f7f8f9;
    border: 1px solid #dfdfdf;
    padding: 30px 35px;
    box-sizing: border-box;
  }
  
  .water_box2 ul li span{font-size: 18px; font-weight: 400;}
  .water_box2 ul li p:first-of-type{font-size: 16px;}
  .water_box2 ul li p:last-of-type{font-size: 16px; text-align: right; color: tomato;}
  
  
  .check_info_box .li_width_100{
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 160%;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .check_info_box .li_width_100 p{margin-top: 0;}
  
  .title_details_cof{display: flex; align-items: center; justify-content: space-between;}
  
  .title_details_cof a{background: #0c3975; color: #fff; display: flex; align-items: center; justify-content: center; padding: 10px 20px;}
  
  
  .share_three_box ul{display: flex; gap: 21px; flex-wrap: wrap;}
  .share_three_box ul li{width: calc(100% / 3 - 14px);}
  .share_three_box ul li span{font-size: 14px; font-weight: 400; line-height: 145%;}
  .share_three_box ul li.li_width_100{width: 100%; display: flex; gap: 15px; border-bottom: 1px solid #ddd;}
  .share_three_box ul li.li_width_100 span{font-size: 17px;}
  .share_three_box ul li.li_width_100 p{margin-top: 0;}
  
  
  .confirm-checkbox{display: flex; align-items: center; gap: 10px; margin-top: 10px !important;}
  .confirm-checkbox label{font-size: 20px;}
  .confirm-checkbox input{width: 20px; height: 20px;}
  
  .form-submit.submit-section{margin: 0 auto;text-align: center;}
  .share_two_box ul{display: flex; gap: 21px; flex-wrap: wrap;}
  .share_two_box ul li{width: calc(100% / 2 - 10.5px);}
  .share_two_box ul li span{font-size: 14px; font-weight: 400; line-height: 145%;}
  .share_two_box ul li.li_width_100{width: 100%; display: flex; gap: 15px; border-bottom: 1px solid #ddd;}
  .share_two_box ul li.li_width_100 span{font-size: 18px;}
  .share_two_box ul li.li_width_100 p{margin-top: 0;}
  
  .bottom_cont_zone{display: flex; justify-content: space-between;}
  
  .top_cont_zone .form-section label,
  .bottom_cont_zone .form-section label{width: 100%;}
  
  .bottom_cont_zone{gap: 20px;}
  .bottom_cont_zone > .form-section {
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% / 2 - 10px);
  }
  
  .card_img_zone {box-sizing: border-box; padding: 20px;}
  
  .confirmation-section{margin-top: 30px;}
  
  .paysong.submit-section{text-align: center;}
  
  
  .left_zibe{ color: #a3a3a3; margin-bottom: 10px;}
  
  
  .height-xus{min-height: 191px; height: auto !important; display: flex; align-items: flex-start;
  width: 100%; background: #f4f4f6; border: 1px solid #ebebeb; box-sizing: border-box; padding: 20px;
  border-radius: 10px;
  }
  
  
  
  .visa_info_step_key_txtbox ul{display: flex; flex-direction: column; gap: 15px;}
  .visa-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
  }
  
  .visa-table tr:hover{background: #2f417a;}
  
  
  .visa-table th,
  .visa-table td {
    padding: 10px;
    text-align: left;
    line-height: 145%;
    box-sizing: border-box;
    border-bottom: 1px solid #213164;
  }
  
  .visa-table td:first-of-type{text-align: center;}
  
  .visa-table thead {
    background-color: #213164;
    border-top: 2px solid #6276b6;
  }
  
  #mobile_submit{display: none !important;}
  #pc_none{display: block !important;}
  
  @media screen and (max-width: 1660px) {
    .wrap2{width: 100%; box-sizing: border-box; padding: 0 50px;}
  }
  
  @media screen and (max-width: 1050px) {
    .visa-page-content-area{width: 100%; max-width: 100%; box-sizing: border-box; padding: 60px 50px;}
  }
  @media screen and (max-width: 1500px) {
    #pc_none{display: none !important;}
    #mobile_submit{display: inline-block !important;}
    #mobile_submit a{margin: 0 auto;}
}
  
  @media screen and (max-width: 1340px) {
    .main-banner_title h1{font-size: 30px; line-height: 135%;}
    .main-banner_title h2{font-size: 24px;}
    .main-banner_title p{font-size: 16px; line-height: 135%;}
    .main_service_info h2{font-size: 28px;}
    .cus_flex_z ul li span{font-size: 18px;}
    .circle{font-size: 16px; width: 20px; height: 20px; min-width: 20px}
    .cus_flex_z ul li{padding: 15px;}
    .visa-nav-menu li a{line-height: 145%;}
    .visa_step_zone h2{font-size: 30px;}
    .visa_step_zone .logo-icon{max-height: 45px;}
    .visa_step_zone_title{margin-bottom: 38px;}
    .visa_step_zone ul li p{font-size: 18px;}
    .visa_step_zone ul li span{font-size: 18px;}
    .visa_step_zone ul li img{max-height: 50px;}
    .visa_step_zone ul li{height: 280px;}
    .visa_info_step_key_img_box{width: 340px;}
    .visa_info_step_key .wrap{gap: 30px;}
    .visa_info_step_key_txtbox{width:100%; margin: 0 auto; text-align: center;}
  
    .visa_info_step_key2 .visa_info_step_key_txtbox ul,
    .visa_step_zone ul{flex-wrap: wrap;}
    .visa_info_step_key2 .visa_info_step_key_txtbox ul li{width: calc(100%/3 - 10px);}
    .visa_info_step_key_img_box{display: none;}
    .visa_step_zone.visa_step_zone2 p{text-align: center; line-height: 135%;}
  }
  
  
  @media screen and (max-width: 1040px) {
    .breadcrumb{display: none;}
    .top_cont_zone {
      flex-direction: column;
    }
    .bottom_cont_zone {
      flex-direction: column;
      width: calc(100%);
    }
    .top_cont_zone .form-section{
      width: calc(100%);
    }
    .bottom_cont_zone .form-section{
      width: calc(100%);
    }
  }
  @media screen and (max-width: 900px) {
    .bottom_cont_zone{gap: 10px;}
    .form-section {
      padding: 0;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: 15px;
    }
    .form-section label{width: 100%;}
  
    .form-section.width_cotrols label{width: 100%; box-sizing: border-box; padding-right: 0;}
    .form-section.width_cotrols .input_box{width: 100%;}
  
  
    .pop_up{width: 95%;}
  
    .popup{width: 90%;}
    .flex_pop button{padding: 10px; font-size: 15px;}
  }
  
  
  @media screen and (max-width: 800px) {
    .visa_info_step_key2 .visa_info_step_key_txtbox ul li{width: calc(100%);}
    .visa_step_zone_title > p{font-size: 16px;}
    .visa_over_view_zone{margin-top: 30px;}
    .visa-page-content-area h3{font-size: 20px; padding-left: 25px;}
    .visa-page-content-area h3::after{padding-left: 0;}
    .visa-page-content-area p{font-size: 16px;}
    .visa-main-overview h2{font-size: 28px;}
    .visa-page-content-area{padding: 20px;}
    .page-title{padding-left: 20px;}
    .page-title h1{font-size: 25px;}
    br{display: none !important;}
  
    .share_three_box ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    .share_two_box ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    .share_three_box ul li,
    .share_two_box ul li{width: calc(100%);}
  
  
    
    .footer-nav ul {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
        box-sizing: border-box;
    }
  
    .title_details_cof {
        align-items: normal;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-nav ul li{padding: 0 10px; box-sizing: border-box; margin-bottom: 10px;}
    .footer-nav ul li:nth-of-type(2){border-right: 0;}
    .footer-nav ul li:nth-of-type(4){border-right: 0;}
    .footer-nav ul li{width: 50%;}
    .contents_travel_authorization{padding: 50px 0;}
    .contents_travel_authorization .wrap2{padding: 0 30px;}
    .contents_travel_authorization h2{font-size: 30px;}
    .contents_travel_authorization p{font-size: 16px;}
    .visa_info_step_key h2{font-size: 30px;}
    .visa_info_step_key p{font-size: 16px;}
    .visa_info_step_key .wrap {flex-direction: column;}
    .visa_info_step_key_img_box{width: 100%; text-align: center; padding: 20px; box-sizing: border-box;}
    .visa_info_step_key_img_box img{width: 100%; height: auto;}
    .visa_info_step_key{padding: 50px 0;}
    .visa_info_step_key_txtbox{width: calc(100%);}
    header{height: 75px;}
    .contact_btn a,
    .main_service_info h2,
    .main-banner_title h1{line-height: 135%;}
    .wrap{padding: 0 30px;}
    .menu-toggle{right: 30px;}
    .cus_flex_z > ul {
      display: flex;
      gap: 21px;
      flex-direction: column;
    }
    .cus_flex_z ul li{width: 100%; text-align: left; box-sizing: border-box;}
    .main-banner_title h2{font-size: 17px;}
    .main-banner{background-size: cover;}
    .visa_step_zone h2{font-size: 20px; letter-spacing: -0.5px;}
    .visa_step_zone ul{flex-direction: column;}
    .visa_step_zone ul li{width: calc(100%); height: 220px;}
    .visa_step_zone_title {margin-bottom: 30px;}
    .visa_step_zone .logo-icon{height: 38px;}
    .visa_step_zone {padding: 50px 0;}
    .visa_info_step_key h2,
    .visa_our_service h2{font-size: 22px;}
    .visa_our_service p{font-size: 16px;}
    .visa-page-content-area{padding-bottom: 50px;}
    .check_info_box{padding: 15px;}
    .confirmation-section .title_details_cof h3{font-size: 20px; padding-left: 35px;}
    .share_three_box ul{gap: 11px;}
    .check_info_box ul li p{margin-top: 2px;}
    .confirm-checkbox label{font-size: 15px; line-height: 135%;}
    .confirm-checkbox input{width: 27px; height: 27px;}
    .share_two_box ul{gap: 10px;}
    .share_two_box ul li.li_width_100 {
      flex-direction: column;
      align-items: flex-start;
      gap: 3px;
    }
    .share_two_box ul li.li_width_100 span{font-size: 15px;}
  
    .check_info_box .li_width_100{
      flex-direction: column;
      align-items: flex-start;
      gap: 3px;
    }
    .check_info_box .li_width_100 span{font-size: 14px;}
    .share_three_box ul{gap: 10px;}
    .share_three_box ul li.li_width_100 {
      flex-direction: column;
      align-items: flex-start;
      gap: 3px;
    }
    .share_three_box ul li.li_width_100 span{font-size: 15px;}
    .mo_rit li p{margin-left: auto;}
    .water_box2 ul li span{font-size: 16px; margin-bottom: 10px; display: block;}
    .water_box2 ul li p:first-of-type{font-size: 14px;}
    .water_box2 ul li p:last-of-type{margin-bottom: 20px;}
    .breadcrumb.breadcrumb33{display: none;}
    .breadcrumb{display: none;}
  }
  
  @media screen and (max-width: 500px) {
    .form-section input{font-size: 15px; padding: 0 12px;}
    .form-section input.valid,
    .form-section input.error{background-size: 18px;}
    .help-text-gu{padding: 15px; font-size: 13px; padding-right: 35px;}
    .form_contents label{font-size: 15px;}
    .overview ul.disease-list li{font-size: 14px;}
    .visa-page-content-area p{font-size: 14px;}
    .form_contents label{margin-top: 0;}
    .form_contents{padding: 20px 0;}
    .form-title h2{font-size: 16px; line-height: 145%;}
    .input_box .cus_flex_z{gap: 10px;}
    .overview ul.disease-list li::after{width: 5px; height: 5px; top: 8px;}
  
  
    .mo_mini_size{margin-top: 25px;}
    .contents_travel_authorization{background-position: 40%;}
    .contents_travel_authorization .wrap2{padding: 0 15px;}
    .contents_travel_authorization h2{font-size: 24px;}
    .visa_our_service{padding: 50px 0;}
    .mobile_block{display: block;}
    .main-banner{height: auto; padding: 100px  0; margin-top: 0;}
    .wrap{padding: 0 9px;}
    .menu-toggle{right: 15px;}
    .main_service_info{padding: 15px;}
    .logo-top-txt{font-size: 14px;}
    .logo-bottom-txt{font-size: 14px;}
    .logo{gap: 10px;}
  
    .main-banner_title h1{font-size: 23px;}
    .main-banner_title h2{font-size: 16px;}
    .main-banner_title p{font-size: 14px; line-height: 135%;}
    .main_service_info{margin-top: 30px;}
    .main_service_info h2{font-size: 18px;}
    .cus_flex_z ul li span{font-size: 14px;}
    .main_service_info h2{margin-bottom: 15px;}
    .cus_flex_z > ul{gap: 15px;}
    .contact_btn a{font-size: 14px; }
    .contact_btn{margin-top: 15px;}
    .visa-nav-menu li a{font-size: 16px;}
    .cus_flex_z2{width: 238px; text-align: left;}
    .cus_flex_z ul li .cus_flex_z2{    justify-content: flex-start; }
  
    .cus_flex_z ul li{display: flex; justify-content: center;}
    .cus_flex_z ul li span {letter-spacing: -0.4px;}
    .visa_step_zone h2{text-align: left; line-height: 135%;}
    .visa_step_zone ul li{height: 180px; padding: 15px;}
    .visa_step_zone ul li p{font-size: 16px;}
    .visa_step_zone ul li span{font-size: 16px; margin-top: 0;}
    .visa_step_zone ul li img {max-height: 40px;}
    .visa_step_zone_title{margin-bottom: 20px;}
    .visa_step_zone{padding: 30px 0;}
    .radio-label input {
        height: 19px;
        width: 19px;
    }
    .form-section label.radio-label{gap: 3px;}
  }
  
  .contact_btn a:hover {
    background: #1590A3;
  }
  
  .more a{display: flex; align-items: center; justify-content: center; padding: 15px 25px; background: #127487; border-radius: 50px; text-align: center; color: #fff; font-size: 18px;}
  .more{display:flex; margin: 0 auto; margin-top: 20px;     justify-content: center;}
  
  .more a:nth-of-type(2){background: #0D2E3F ; margin-left: 10px;}
  
  
  .visa_faq{padding: 80px 0;}
  .visa_faq h2{text-align: center; font-size: 32px; color: #333; font-weight: 800; margin-bottom: 60px;
    position: relative;padding: 30px 0;
  }
  
  .more a:hover{background: #1590A3;}
  
  .visa_faq h2::before {
    content: "★ ★ ★";
    letter-spacing: 4px;
    color: #c1a783;
    display: block;
    font-size: 16px;
    padding-bottom: 14px;
  }
  
  .visa_faq h2::after {
    background: #c1a783;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 200px;
  }
  
  
  .visa_faq .wrap{max-width: 1400px;}
  .visa_faq {
    padding: 50px 20px;
    background: url(../../images/faq-background.webp) repeat;
    filter: brightness(1.03);
  }
  .faq_list {
    max-width: 1400px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
  }
  .visa_faq_item {
    border-bottom: 1px solid #ccc; box-sizing: border-box;
    padding: 30px; border-radius: 15px; padding-bottom: 50px; cursor: pointer; transition: all 0.5s;
  }
  
  .visa_faq_item:hover{background: #FFF; transition: all 0.5s;}
  
  
  .visa_faq_item span{
    color: #666;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5833333333;
    padding-left: 49px;
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
  }
  
  
  .visa_faq_item span:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px solid #c1a783;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
  }
  
  
  .faq_question {
    width: 100%;
    text-align: left;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    border-bottom-color: rgba(69, 116, 161, 0);
    color: #0e2855;
    transition: all .2s;
    text-decoration: underline;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    line-height: 145%;
  }
  
  .faq_question font{text-decoration: none !important;     vertical-align: super !important;}
  
  
  
  
  .visa_faq_answer{color: #222; font-size: 18px;}
  .visa_faq_answer p,.visa_faq_answer li{line-height: 190%; font-weight: 400;}
  
  .visa_faq_item.active .visa_faq_answer {
    opacity: 1;
  }
  
  
  
  .flex_down_sa{display: flex; flex-direction: column; gap: 15px; font-size: 16px;}
  .visa_step_zone.visa_step_zone_flus ul li{align-items: flex-start}
  .visa_step_zone.visa_step_zone_flus  ul li p{line-height: 145%; font-size: 18px;}
  
  
  
  
  
  .margin_tops{margin-top: 50px;}
  
  .Responsibility-overview {
    min-height: 200px;
    overflow: hidden;
  }
  
  .Responsibility-overview .visa_over_view_zone ul{display: flex; flex-direction: column; gap: 30px;}
  .visa_over_view_zone ul li{padding-left: 0;}
  
  
  .flex_p_on{display: flex;}
  
  .sub_faq .overview ul li{padding-left: 0; }
  
  
  .overview h3{font-size: 20px; font-weight: 600;}
  
  
  .overview h4{font-size: 20px; font-weight: 600;}
  
  .main-overview h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 135%;
    margin-top: 30px;
  }
  
  
  .overview h4{margin-top: 20px;}
  
  .faq-item{padding: 30px 0;}
  
  
  .visa_faq_item{
    width: calc(100% / 3 - 16px);
    display: flex;
    box-sizing: border-box;
    height: 260px;
    flex-direction: column;
  }
  
  .passport_info_tit.passport_info_tit3{margin-top: 50px; margin-bottom: 15px;}
  
  .passport_info_tit h2{font-size: 20px; position: relative; padding-left: 30px; font-weight: 400;}
  .passport_info_tit_top{margin-top: 15px;}
  .passport_info_tit_top p{padding-left: 30px; font-size: 16px;}
  
  .passport_info_tit_bottom h4{font-size: 20px; position: relative; padding-left: 30px; font-weight: 400;}
  .passport_info_tit_bottom{margin-top: 15px;}
  .passport_info_tit_bottom p{padding-left: 30px; font-size: 16px;}
  
  .passport_info_tit_bottom h4::after {
    position: absolute;
    width: 19px;
    height: 12px;
    left: 0; top: 50%; transform: translateY(-50%);
    content: "";
    padding-left: 0;
    background: url(../../images/icon_tit_md.png) no-repeat center;
  }
  
  #passport-photo-preview img{max-width: 550px; width: 100%;}
  .flex_center_cus{align-items: center;}
  
  .passport_info_tit_bottom.passport_info_tit_bottom2 p{padding-left: 0;}
  
  .passport_info_tit h2::after{display: none !important;}
  
  .passport_img_txt{margin-top: 15px;}
  
  
  #face-photo-preview{text-align: right;}
  #face-photo-preview img{max-width: 550px; width: 100%;}
  
  .passport_img_list ul li img{width: 100%;}
  
  .passport_img_list ul{display: flex; gap: 24px; flex-wrap: wrap}
  .passport_img_list ul li{width: calc(100% / 3 - 16px); padding-left: 0; text-align: center;}
  .passport_img_list ul li p{font-size: 16px; }
  .passport_img_list ul li p.txt_pas_ing_list{font-weight: 400; font-size: 18px; color: #333;}
  
  .passport_img_list{margin-bottom: 30px;}
  
  
  
  .visa_table{
    width: 100%;
    border-top: 2px solid #222;
    table-layout: fixed;
    line-height: 1.375;
    /* color: #222; */
  }
  
  .visa_table th {
    font-size: 16px;
    word-break: keep-all;
    font-weight: 400;
    background-color: #f1f2f4;
    border-bottom: 1px solid #dfdfdf;
  }
  
  .visa_table td:first-of-type {
    border-left: 0;
    border-right: 1px solid #dfdfdf;
  }
  .visa_table td {
    border-left: 1px solid #dfdfdf;
    padding: 13px 20px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
  }
  
  
  .visa_table th:first-of-type {
    border-left: 0;
    border-right: 1px solid #dfdfdf;
  }
  .visa_table th{
    border-left: 1px solid #dfdfdf;
    padding: 13px 20px;
    border-bottom: 1px solid #dfdfdf;
  }
  
  .visa_table td span{display: inline-block; padding: 5px 15px; border: 1px solid #ddd; background: #fff; border-radius: 5px;}
  
  .visa_table td span.sus{
    color: #367511;
    background: #e2f6d6;
    border-color:#d5efc5;
  }
  .visa_table td span.arr{
    background-color: #ffebe5;
    color: #ff5b32;
    border-color:#ffdcd2;
  }
  .visa_table td span.bos{
    color: #1c95ad;
    background: #d3f4fa;
    border-color:#c4f0f7;
  }
  
  .visa_table th:nth-child(6),
  .visa_table td:nth-child(6) {
      width: 120px;
      text-align: center;
  }
  
  .visa_table td:nth-child(5) {
  font-size: 14px;
  padding: 10px;
  }
  
  
  
  
  
  
  
  
  
  @media screen and (max-width: 1350px) {
    .faq_list {
      flex-direction: column;
    }
    .visa_faq_item{width: calc(100%);}
    .visa_faq{background: #f9f9f9;}
    .faq_question{min-height: auto;}
    .visa_faq_item{height: auto; padding-bottom: 50px;}
  
    .visa_step_zone.visa_step_zone_flus ul li{height: auto;}
    .visa_step_zone.visa_step_zone_flus ul li p{ font-size: 16px;}
    .visa_step_zone.visa_step_zone_flus ul li img{max-height: 68px !important; }
  }
  
  
  @media screen and (max-width: 1020px) {
  .table_wraps{overflow-x: auto;}
  .visa_table{min-width: 960px; border-collapse: collapse;}
  }
  



.form-section select {
    width: 100%;
    max-width: 550px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #ebebeb;
    padding: 0 20px;
    background: #f4f4f6;
    font-size: 16px;
}

.btn_matin_cls a:hover{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #25CBD6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(37 203 214 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #00EE8A var(--tw-gradient-to-position);
    outline-width: 2px;
    outline-color: transparent;
}


.msg_sound_only, .sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

.cit_opt_wr{font-size: 14px;}

#cit_ov_btnlst{cursor: pointer; font-size: 16px; padding: 20px 0;}
#cit_ov_btnlst #sit_btn_buy{background: #006fce; border-radius: 10px; font-weight: 400;}





@media screen and (max-width: 1240px) {
    .flex_inner {
        flex-direction: column;
        margin: 0 auto;
        align-items: center
    }

    .left_ing{width: 100%;}
    .right_ing{width: 100%;}
}

@media screen and (max-width: 800px) {
#cod_frm{padding: 0 10px; box-sizing: border-box;}
#sod_bsk_tot{margin-top: 45px;}
#cod_frm{width: 100% !important;}
}

@media screen and (max-width: 500px) {
    #cod_frm section table{width: 100%;}
    .inner.flex_inner{padding-top: 59px !important;margin-bottom: 30px !important;}
    .right_ing{padding: 8px;}
    .inner_sub span{width: 135px;}
    .inner_sub{font-size: 16px;}
    .inner_sub p{font-size: 16px;}
    .cit_opt_wr table,
    .cit_opt_wr table td,
    .cit_opt_wr table p{font-size: 14px; font-weight: 500; padding: 3px; }

    #cod_frm h2{font-size: 14px;text-align: center; height: auto; line-height: normal; padding: 10px 0;}
    #cod_frm .ag_privacy .ag_input, #cod_frm .ag_txt .ag_chk{position: relative;}
    .ag_input{display: flex; align-items: center;}
    #cod_frm .agpr_con{width: 300px; margin-left: -150px;}
    #cod_frm .ag_privacy .item-license-wrap .item_image{display: none;}
    #cod_frm .ag_privacy .item-license-wrap .item-license-content{margin-left: 0;}
    .item-license-content p{font-size: 14px;}
    .item-license-content p strong{font-size: 14px;}
    #cod_frm section table .frm_input{width: 100%;}
    #cod_frm section table th{width: 70px; font-size: 12px;}
    #sod_frm_paysel h3{font-size: 14px;}
    #cod_frm #display_pay_button{gap: 0;}
    .tip-box.tax-individual label{display: block !important; font-size: 14px;}
    .tip-box.no-tax-tip{font-size: 14px;}
    #sod_frm_paysel .popbill-box-f label{display: block; width: 100%;}
    #sod_frm_paysel .input-number{width: 65px;}
    .tip-box.next-time-use{display: flex !important;}
    #sod_frm_paysel .tip-box label{font-size: 16px !important;}
}


.flex_refund{display: flex; flex-direction: column; text-align: left; max-width: 900px; margin:  0 auto; align-items: flex-start;
margin-bottom: 50px;
}

.flex_refund p{padding-left: 30px; line-height: 145%; font-size: 18px;}

.flex_refund ul{display: flex; flex-direction: column; gap: 15px; width: 100%;}
.flex_refund ul li{padding-left: 30px; line-height: 145%; font-size: 18px;}

.flex_refund li a{color: #0056b3;}

.flex_refund h1,.flex_refund h2{text-align: left; margin: 30px 0; border-bottom: 2px solid #007bff; width: 100%; font-weight: 500; font-family: var(--family-regular); color: #0056b3; padding-bottom: 10px;}


.flex_refund h1{margin-top: 100px;

  color: #007bff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  border: 0;
}

@media screen and (max-width: 1050px) {
  .flex_refund{width: 100%; max-width: 100%; padding: 0 50px; box-sizing: border-box;}
}

@media screen and (max-width: 500px) {
  .flex_refund{width: 100%; max-width: 100%; padding: 0 15px; box-sizing: border-box;}
  .flex_refund h2{margin: 10px 0; font-size: 20px;}
  .flex_refund h1{font-size: 20px; margin-bottom: 0;}
  .flex_refund p{font-size: 14px; color: #333;}
  .flex_refund ul li{font-size: 14px; color: #333;}
  .details{top: 20%}
}

.navbar__menu__item a{color: #fff;}




.customLanguageDropdown{position: absolute; left: 0;}

.language-selector {
  position: relative;
  display: inline-block;
}

.language-toggle {
  cursor: pointer;
  padding: 5px;
  color: #fff;
  display: flex;

}

.language-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #004baf;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 5px 0 0 0;
  width: 120px;
  z-index: 1000;
}

.language-options li {
  padding: 8px 12px;
  cursor: pointer;
  text-align: center;
}

.language-options li:hover {
  background-color: #051d45;
  border-radius: 5px;
  color: #fff;
}

.non_box_all,
#payment-form {
    transition: all 0.4s ease;
}

/* 사라질 때 부드럽게 */
.hidden-fade {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.form_detial input{border-color: #ddd;}


.inner_sub input{width: 100%;}


.d-none {
    display: none !important;
}

.payment-form-container {
    display: none;
    padding: 20px;
    background: #f9f9f9;
    margin-top: 20px;
    border-radius: 15px;
}

.payment-methods {
    margin-bottom: 20px;
}

.section-title {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

#payment-method-select {
    width: 100%;
    padding: 8px;
    font-size: 1rem;
    border: 1px solid #ccc;
}


.payment-methods select{
    font-family: 'Noto Sans KR', sans-serif;
    width: 100%;
    background-color: #fff;
    border-color: #0b3947;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    min-height: 42px;
}

.left_ing{margin-top: 100px;}
.card_img{display: flex; gap: 10px; justify-content: flex-end; min-width: 200px;}
.card_img img{max-width: 60px; padding: 10px 0;}



  .payment-method-container {
    display: flex;
    justify-content: center;
    padding: 30px;
    font-family: sans-serif;
  }

  .payment-option {
    width: 360px;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;
    padding: 25px 20px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease;
  }

  .payment-option:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .payment-icon {
    font-size: 38px;

    color: #0052cc;
  }

  .btn-payletter {
    display: inline-block;
    width: 100%;
    padding: 14px 0;
    background-color: #02b9ad;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background-color 0.2s;
  }

  .btn-payletter:hover {
    background-color: #003f99;
  }

  .pay-desc {
    font-size: 14px;
    color: #666;
  }

  .flex_zonesq{display: flex; justify-content: space-between; align-items: center}

  #cit_opt_prc2{display: flex; align-items: center; justify-content: space-between; width: 100%; font-size: 18px; margin-top: 20px;}
  #cit_opt_prc2 span{display: inline-block;}


@media screen and (max-width: 600px) {
    .payment-method-container{padding: 0; width: 100%;}
.flex_zonesq {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
    .card_img img {
        max-width: 50px;
    }
    .btn-payletter{font-size: 15px;}
    .card_img{width: 36px; min-width: 36px}
    #payment-form{padding: 5px !important;}
}

.flex_res p{display: flex; align-items: center; justify-content: space-between;}