.winter-bander-block {
    padding: 60px 50px 0;
}

.winter-bander-block .block-content {
    padding: 30px 36px;
    border-radius: 8px;
    background: #485B71;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

.winter-bander-block .light-bg {
    width: 263px;
    height: 227px;
    border-radius: 263px;
    background: #74869C;
    filter: blur(62px);
    position: absolute;
    left: -110px;
    top: -46px;
}

.winter-bander-block .title-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    z-index: 1;
}

.winter-bander-block .title-container h2 {
    width: 366px;
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 41.8px */
}

.winter-bander-block .title-container p {
    width: 407.206px;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    opacity: 0.8;
}

.winter-bander-block form {
    display: flex;
    width: 323px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    z-index: 1;
}

.winter-bander-block form .input-container {
    display: flex;
    max-width: 334px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.winter-bander-block form .input-container input[type="tel"] {
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 6px 8px 0 rgba(255, 255, 255, 0.35) inset, 0 -4px 11px 0 rgba(0, 0, 0, 0.30) inset;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.winter-bander-block form .input-container input[type=tel]::placeholder {
    color: #ABABAB;
}

.winter-bander-block form .input-container input[type="tel"].error::placeholder {
    color: #D51313;
}

.winter-bander-block form .input-container button {
    display: flex;
    padding: 15px 46px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    background: #EA8F13;
    box-shadow: 0 6px 8px 0 rgba(255, 255, 255, 0.35) inset, 0 -4px 11px 0 rgba(0, 0, 0, 0.30) inset;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
}

.winter-bander-block form .input-container button:hover {
    background: #FFA326;
}

.winter-bander-block form .policy {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
}

.winter-bander-block form .policy a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.winter-bander-block form .policy a:hover {
    opacity: 0.8;
}

.winter-bander-block form .policy span {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    border-radius: 4px;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.winter-bander-block form .policy span svg {
    display: none;
}

.winter-bander-block form .policy.error span {
    border: 1px solid #D51313;
}

.winter-bander-block form .policy.active span svg {
    display: unset;
}

.winter-bander-block .bg-1 {
    width: 738px;
    height: 597px;
    aspect-ratio: 246/199;
    background-image: url("image/winter-bander/bg-1.webp");
    position: absolute;
    top: -104px;
    right: -84px;
    background-size: cover;
    background-position: center;
}

.winter-bander-block .bg-2 {
    width: 726px;
    height: 484px;
    aspect-ratio: 3/2;
    background-image: url("image/winter-bander/bg-2.webp");
    position: absolute;
    top: -38px;
    right: 0;
    background-size: cover;
    background-position: center;
}

.winter-bander-block .bg-3 {
    width: 321.494px;
    height: 173.379px;
    background-image: url("image/winter-bander/bg-3.webp");
    position: absolute;
    top: 88px;
    right: 470px;
    background-size: cover;
    background-position: center;
}

.winter-bander-button {
    position: relative;
    font-size: 17px !important;
    overflow: hidden;
}

.winter-bander-button .bg-1 {
    position: absolute;
    width: 35px;
    height: 54px;
    aspect-ratio: 35/54;
    left: -4px;
    top: -26px;
    background-image: url("image/winter-bander/button-bg-1.webp");
    background-size: cover;
    background-position: center;
}

.winter-bander-button .bg-2 {
    position: absolute;
    width: 35px;
    height: 54px;
    aspect-ratio: 35/54;
    right: 0;
    top: -26px;
    background-image: url("image/winter-bander/button-bg-2.webp");
    background-size: cover;
    background-position: center;
}

.winter-bander-button .bg-3 {
    position: absolute;
    width: 350.121px;
    height: 179.587px;
    right: -195px;
    top: -116px;
    background-image: url("image/winter-bander/button-bg-3.webp");
}

.winter-bander-button .bg-4 {
    position: absolute;
    width: 350.121px;
    height: 179.587px;
    right: 0;
    top: -116px;
    background-image: url("image/winter-bander/button-bg-3.webp");
}

@media (min-width: 990px) and (max-width: 1208px) {
    .winter-bander-block {
        padding: 40px 30px 0;
    }

    .winter-bander-block .bg-1 {
        right: -184px;
    }

    .winter-bander-block .bg-2 {
        width: 626px;
        height: 306px;
        aspect-ratio: 313/153;
        right: -92px;
        background-position: top;
    }

    .winter-bander-block .bg-3 {
        right: 370px;
    }

    .winter-bander-button {
        font-size: 14px !important;
    }
}

@media (max-width: 989px) {
    .winter-bander-block {
        padding: 25px 20px 0;
    }

    .winter-bander-block .block-content {
        padding: 20px 20px  263px;
        gap: 16px;
    }

    .winter-bander-block .title-container h2 {
        width: 293px;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
    }

    .winter-bander-block .title-container p {
        width: 302.851px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .winter-bander-block form {
        width: 100%;
    }

    .winter-bander-block .bg-1 {
        width: 444px;
        height: 360px;
        aspect-ratio: 37/30;
        bottom: -61px;
        right: -64px;
        top: unset;
    }

    .winter-bander-block .bg-2 {
        width: 361px;
        height: 176px;
        aspect-ratio: 361/176;
        background-position: top;
        bottom: 52px;
        right: -17px;
        top: unset;
    }

    .winter-bander-block .bg-3 {
        display: none;
    }

    .winter-bander-button {
        font-size: 14px !important;
    }
}
