@charset "UTF-8";

.pop_up_wrap.popup-sizl {
    --pop-sizl-purple: #971bfd;
    --pop-sizl-purple-deep: #6427d2;
    --pop-sizl-mint: #7ce7d5;
    --pop-sizl-ink: #131928;
    --pop-sizl-text: #242c3d;
    --pop-sizl-muted: #626d82;
    --pop-sizl-line: rgba(151, 27, 253, 0.16);
    --pop-sizl-shadow: 0 2.4rem 5.5rem rgba(79, 30, 114, 0.18);
    color: var(--pop-sizl-text);
}

.pop_up_wrap.popup-sizl,
.pop_up_wrap.popup-sizl * {
    box-sizing: border-box;
}

.pop_up_wrap.popup-sizl .bg.pop-sizl-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    background: rgba(13, 17, 29, 0.46);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.pop_up_wrap.popup-sizl .pop_up_form.pop-sizl-form {
    width: min(96rem, calc(100% - 4.8rem));
    max-height: calc(100vh - 6rem);
    padding: clamp(2.8rem, 4vw, 4.8rem);
    border: 1px solid transparent;
    border-radius: clamp(2.4rem, 3vw, 3.6rem);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    display: none;
    overflow: auto;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(151, 27, 253, 0.38) rgba(247, 242, 255, 0.78);
    transform: translate(-50%, -50%);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 255, 0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(125, 45, 191, 0.3) 0%, rgba(151, 27, 253, 0.16) 44%, rgba(124, 231, 213, 0.32) 100%) border-box;
    box-shadow: var(--pop-sizl-shadow);
}

.pop_up_wrap.popup-sizl .pop_up_form.pop-sizl-form::-webkit-scrollbar {
    width: 1.2rem;
}

.pop_up_wrap.popup-sizl .pop_up_form.pop-sizl-form::-webkit-scrollbar-track {
    margin: 2.2rem 0;
    border-radius: 999px;
    background: rgba(247, 242, 255, 0.78);
}

.pop_up_wrap.popup-sizl .pop_up_form.pop-sizl-form::-webkit-scrollbar-thumb {
    border: 0.3rem solid rgba(247, 242, 255, 0.78);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(151, 27, 253, 0.72) 0%, rgba(124, 231, 213, 0.58) 100%);
}

.pop_up_wrap.popup-sizl .pop_up_form.pop-sizl-form::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(151, 27, 253, 0.9) 0%, rgba(124, 231, 213, 0.76) 100%);
}

.pop_up_wrap.popup-sizl .pop_up_form.pop-sizl-form::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 88% 12%, rgba(216, 180, 254, 0.18), rgba(216, 180, 254, 0) 26%),
        radial-gradient(circle at 10% 90%, rgba(124, 231, 213, 0.12), rgba(124, 231, 213, 0) 24%);
    pointer-events: none;
}

.pop_up_wrap.popup-sizl .pop_up_form.pop-sizl-form > fieldset {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

.pop_up_wrap.popup-sizl .pop_up_form.pop-sizl-form legend {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pop_up_wrap.popup-sizl .close.pop-sizl-close {
    width: 4.8rem;
    height: 4.8rem;
    border: 0;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(100, 39, 210, 0.95) 0%, rgba(151, 27, 253, 0.95) 100%);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 1.4rem 2.6rem rgba(100, 39, 210, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pop_up_wrap.popup-sizl .close.pop-sizl-close:hover,
.pop_up_wrap.popup-sizl .close.pop-sizl-close:focus-visible {
    transform: translateY(-0.2rem);
    box-shadow: 0 1.8rem 3rem rgba(100, 39, 210, 0.3);
}

.pop_up_wrap.popup-sizl .pop-sizl-close-icon {
    width: 2.2rem;
    height: 2.2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pop_up_wrap.popup-sizl .pop-sizl-head {
    padding-right: 6.2rem;
    padding-bottom: 3.2rem;
    border-bottom: 1px solid var(--pop-sizl-line);
}

.pop_up_wrap.popup-sizl .pop-sizl-kicker {
    display: inline-flex;
    margin-bottom: 1.6rem;
    color: var(--pop-sizl-purple);
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pop_up_wrap.popup-sizl .pop-sizl-title {
    margin: 0;
    color: var(--pop-sizl-ink);
    font-size: clamp(3.6rem, 4vw, 5.2rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.05em;
    text-align: left;
}

.pop_up_wrap.popup-sizl .pop-sizl-lead {
    max-width: 70rem;
    margin: 1.4rem 0 0;
    color: var(--pop-sizl-muted);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -0.03em;
    text-align: left;
    word-break: keep-all;
}

.pop_up_wrap.popup-sizl .pop-sizl-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.2rem 2.4rem;
    margin-top: 3.2rem;
}

.pop_up_wrap.popup-sizl .pop-sizl-row {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pop_up_wrap.popup-sizl .pop-sizl-row--full {
    grid-column: 1 / -1;
}

.pop_up_wrap.popup-sizl .pop-sizl-row label,
.pop_up_wrap.popup-sizl .pop-sizl-phone-row > label {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--pop-sizl-ink);
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.pop_up_wrap.popup-sizl .pop-sizl-row label span,
.pop_up_wrap.popup-sizl .pop-sizl-phone-row > label span {
    color: var(--pop-sizl-purple);
    font-size: 1.7rem;
    font-weight: 900;
}

.pop_up_wrap.popup-sizl .pop-sizl-row input,
.pop_up_wrap.popup-sizl .pop-sizl-row textarea {
    width: 100%;
    border: 1px solid rgba(151, 27, 253, 0.14);
    border-radius: 2.2rem;
    background: rgba(255, 255, 255, 0.9);
    color: var(--pop-sizl-text);
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.03em;
    cursor: text;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pop_up_wrap.popup-sizl .pop-sizl-row input {
    min-height: 5.6rem;
    padding: 0 1.8rem;
}

.pop_up_wrap.popup-sizl .pop-sizl-row textarea {
    min-height: 16rem;
    padding: 1.6rem 1.8rem;
    resize: vertical;
}

.pop_up_wrap.popup-sizl .pop-sizl-row input::placeholder,
.pop_up_wrap.popup-sizl .pop-sizl-row textarea::placeholder {
    color: rgba(98, 109, 130, 0.78);
    font-weight: 500;
}

.pop_up_wrap.popup-sizl .pop-sizl-row input:focus,
.pop_up_wrap.popup-sizl .pop-sizl-row textarea:focus {
    border-color: rgba(151, 27, 253, 0.5);
    background: #fff;
    box-shadow: 0 0 0 0.4rem rgba(151, 27, 253, 0.08);
}

.pop_up_wrap.popup-sizl .pop-sizl-phone-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
}

.pop_up_wrap.popup-sizl .pop-sizl-phone-dash {
    color: var(--pop-sizl-muted);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

.pop_up_wrap.popup-sizl .pop-sizl-privacy {
    margin-top: 3rem;
}

.pop_up_wrap.popup-sizl .pop-sizl-privacy-box {
    padding: 2.4rem;
    border: 1px solid rgba(151, 27, 253, 0.14);
    border-radius: 2.4rem;
    background:
        linear-gradient(90deg, rgba(151, 27, 253, 0.16) 0, rgba(151, 27, 253, 0.16) 0.4rem, transparent 0.4rem),
        linear-gradient(180deg, rgba(151, 27, 253, 0.045) 0%, rgba(124, 231, 213, 0.055) 100%);
}

.pop_up_wrap.popup-sizl .pop-sizl-privacy-box strong {
    display: block;
    color: var(--pop-sizl-ink);
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.pop_up_wrap.popup-sizl .pop-sizl-privacy-box > p {
    margin: 0.8rem 0 0;
    color: var(--pop-sizl-muted);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.pop_up_wrap.popup-sizl .pop-sizl-privacy-box ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

.pop_up_wrap.popup-sizl .pop-sizl-privacy-box li {
    min-width: 0;
    padding: 1.5rem;
    border: 0;
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.78);
    text-align: left;
}

.pop_up_wrap.popup-sizl .pop-sizl-privacy-box li em {
    display: block;
    height: auto;
    border: 0;
    color: var(--pop-sizl-purple-deep);
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.pop_up_wrap.popup-sizl .pop-sizl-privacy-box li p {
    display: block;
    margin: 0.7rem 0 0;
    padding: 0;
    color: var(--pop-sizl-text);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.pop_up_wrap.popup-sizl .pop-sizl-check-row {
    margin-top: 1.8rem;
}

.pop_up_wrap.popup-sizl .pop-sizl-check-row input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pop_up_wrap.popup-sizl .pop-sizl-check-row label {
    position: static;
    height: auto;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--pop-sizl-text);
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: -0.03em;
    cursor: pointer;
    word-break: keep-all;
}

.pop_up_wrap.popup-sizl .pop-sizl-check-row label::before {
    display: none;
}

.pop_up_wrap.popup-sizl .pop-sizl-check-icon {
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(151, 27, 253, 0.28);
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.88);
    color: transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pop_up_wrap.popup-sizl .pop-sizl-check-svg {
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pop_up_wrap.popup-sizl .pop-sizl-check-row input[type="checkbox"]:checked + label .pop-sizl-check-icon {
    border-color: transparent;
    background: linear-gradient(135deg, var(--pop-sizl-purple-deep) 0%, var(--pop-sizl-purple) 100%);
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(100, 39, 210, 0.18);
}

.pop_up_wrap.popup-sizl .pop-sizl-check-row input[type="checkbox"]:focus-visible + label .pop-sizl-check-icon {
    box-shadow: 0 0 0 0.4rem rgba(151, 27, 253, 0.14);
}

.pop_up_wrap.popup-sizl .pop-sizl-submit-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 3rem;
}

.pop_up_wrap.popup-sizl .pop-sizl-submit-button {
    min-width: 22rem;
    min-height: 5.8rem;
    border: 0;
    border-radius: 999px;
    padding: 0 2.6rem;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    background: linear-gradient(135deg, var(--pop-sizl-purple-deep) 0%, var(--pop-sizl-purple) 100%);
    color: #fff;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    cursor: pointer;
    box-shadow: 0 1.8rem 3.2rem rgba(100, 39, 210, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pop_up_wrap.popup-sizl .pop-sizl-submit-button::before {
    content: "";
    position: absolute;
    inset: -45% auto -45% -65%;
    width: 42%;
    transform: skewX(-24deg) translateX(0);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.pop_up_wrap.popup-sizl .pop-sizl-submit-button span,
.pop_up_wrap.popup-sizl .pop-sizl-submit-icon {
    position: relative;
    z-index: 1;
}

.pop_up_wrap.popup-sizl .pop-sizl-submit-button:hover,
.pop_up_wrap.popup-sizl .pop-sizl-submit-button:focus-visible {
    transform: translateY(-0.3rem);
    box-shadow: 0 2.2rem 3.8rem rgba(100, 39, 210, 0.28);
}

.pop_up_wrap.popup-sizl .pop-sizl-submit-button:hover::before,
.pop_up_wrap.popup-sizl .pop-sizl-submit-button:focus-visible::before {
    animation: popSbtSubmitShine 0.8s ease forwards;
}

.pop_up_wrap.popup-sizl .pop-sizl-submit-icon {
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@keyframes popSbtSubmitShine {
    0% {
        transform: skewX(-24deg) translateX(0);
    }

    100% {
        transform: skewX(-24deg) translateX(460%);
    }
}

@media all and (max-width:820px) {
    .pop_up_wrap.popup-sizl .pop_up_form.pop-sizl-form {
        width: calc(100% - 2.4rem);
        max-height: calc(100vh - 2.4rem);
        padding: 3rem 2.4rem;
        border-radius: 2.8rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-head {
        padding-right: 5.6rem;
        padding-bottom: 2.6rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 2.8rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-privacy-box ul {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width:480px) {
    .pop_up_wrap.popup-sizl .pop_up_form.pop-sizl-form {
        width: calc(100% - 1.6rem);
        max-height: calc(100vh - 1.6rem);
        padding: 2.6rem 2rem;
        border-radius: 2.4rem;
    }

    .pop_up_wrap.popup-sizl .close.pop-sizl-close {
        width: 4.2rem;
        height: 4.2rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-head {
        padding-right: 4.8rem;
        padding-bottom: 2.4rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-title {
        font-size: clamp(3.2rem, 11vw, 4.4rem);
    }

    .pop_up_wrap.popup-sizl .pop-sizl-lead {
        font-size: 1.6rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-row label,
    .pop_up_wrap.popup-sizl .pop-sizl-phone-row > label {
        font-size: 1.6rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-row input {
        min-height: 5.2rem;
        padding: 0 1.5rem;
        font-size: 1.6rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-row textarea {
        min-height: 15rem;
        padding: 1.5rem;
        font-size: 1.6rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-phone-group {
        gap: 0.6rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-privacy-box {
        padding: 2rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-check-row label {
        align-items: flex-start;
        font-size: 1.5rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-submit-row {
        margin-top: 2.6rem;
    }

    .pop_up_wrap.popup-sizl .pop-sizl-submit-button {
        width: 100%;
        min-width: 0;
    }
}
