html, body {
    overflow-x: hidden;
}

@font-face {
    font-family: "Azo Sans Uber W01 Regular";
    src: url("https://db.onlinewebfonts.com/t/d03165bd677535fe8da7479e26b13180.eot");
    src: url("https://db.onlinewebfonts.com/t/d03165bd677535fe8da7479e26b13180.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/d03165bd677535fe8da7479e26b13180.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/d03165bd677535fe8da7479e26b13180.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/d03165bd677535fe8da7479e26b13180.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/d03165bd677535fe8da7479e26b13180.svg#Azo Sans Uber W01 Regular")format("svg");
}

@font-face {
    font-family: "Minion Pro Regular";
    src: url("../fonts/MinionPro-Regular.otf")format("opentype");
}

@font-face {
    font-family: "Samsung SSHead Regular";
    src: url("../fonts/SamsungSSHead-Regular.otf")format("opentype");
}

@font-face {
    font-family: "Samsung SSHead Bold";
    src: url("../fonts/SamsungSSHead-Bold.otf")format("opentype");
}

.font-azo-sans-uber {
    font-family: "Azo Sans Uber W01 Regular";
}

.font-minion {
    font-family: "Minion Pro Regular";
}

.font-samsung-regular {
    font-family: "Samsung SSHead Regular";
}

.font-samsung-bold {
    font-family: "Samsung SSHead Bold";
}


* {
    box-sizing: border-box;
}

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

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

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

.h-fc {
    height: fit-content;
}

.errField {
    border-width: 3px !important;
}

.white-bg {
    background-color: white;
}

.white-text {
    color: white;
}

.orange-bg {
    background-color: #ea5b0b;
}

.orange-gradient {
    background: linear-gradient(to bottom, #ea5b0b 0%, #ea5b0b 50%, #f08300 100%);
}

.orange-text {
    color: #ea5b0b;
}


/* header */

header {
    display: grid;
}

header > div.header-top-row {
    height: 120px;
}

header > div.header-bottom-row {
    height: 120px;
}

header img.logo-img {
    width: 320px;
    grid-row: 1/span 1;
    grid-column: 1/span 1;
}

@media (max-width: 799px) {
    header img.logo-img {
        width: 192px;
    }
}

header h1 {
    font-size: 32px;
    line-height: 34px;
    max-width: calc(100% - 360px); /* gift card width */
}
@media (max-width: 1024px) {
    header h1 {
        font-size: 26px;
        line-height: 28px;
    }
}
@media (max-width: 799px) {
    header h1 {
        font-size: 20px;
        line-height: 24px;
        max-width: calc(100% - 120px);
        max-width: unset;
    }
}

header hr {
    border-width: 7px;
    border-color: white;
    opacity: 1;
}

header img.gift-card-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
}
@media (max-width: 767px) {
    header img.gift-card-img {
        width: 120px;
    }
}


/* index */

section.index-section {
    background: url(../img/bg-index5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 center;
}

section.index-section .index-section-title {
    font-size: 41px;
    line-height: 48px;
}
@media (max-width: 1023px) {
    section.index-section .index-section-title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1439px) {
    section.index-section .index-ss-box-container {
        display: none !important;
    }
}
section.index-section .index-ss-box-container img {
    width: 480px;
}

section.index-section .info-container {
    background-color: white;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

section.index-section .info-container .info-container-text {
    font-size: 48px;
    line-height: 54px;
}
@media (max-width: 1023px) {
    section.index-section .info-container .info-container-text {
        font-size: 30px;
        line-height: 34px;
    }
}

section.index-section .info-container .info-container-title {
    font-size: 72px;
    line-height: 76px;
}
@media (max-width: 1023px) {
    section.index-section .info-container .info-container-title {
        font-size: 42px;
        line-height: 46px;
    }
}

section.index-section .info-container .info-steps {
    column-gap: 40px;
}
@media (max-width: 1023px) {
    section.index-section .info-container .info-steps {
        flex-direction: column;
        justify-content: center;
        row-gap: 24px;
    }   
}

section.index-section .info-container .info-steps .info-step-item {

}

section.index-section .info-container .info-steps .info-step-item img {
    width: 240px;
    max-width: 100%;
}

section.index-section .info-container .info-steps .info-step-item h4 {
    font-size: 30px;
}

section.index-section .info-container .info-steps .info-step-item h6 {
    font-size: 22px;
}

section.index-section .info-container .info-steps .info-step-item p {
    font-size: 16px;
    line-height: 20px;
}

section.index-section .info-container .info-steps .info-step-item.info-step-item-3 h4 {
    font-size: 36px;
}

section.index-section .info-container .info-steps .info-step-item.info-step-item-3 p {
    font-size: 24px;
    line-height: 30px;
}

section.index-section .info-container .info-link {
    color: black;
    text-decoration: none;
    font-size: 28px;
    line-height: 36px;
}
@media (max-width: 767px) {
    section.index-section .info-container .info-link {
        font-size: 18px;
        line-height: 22px;
    }    
}

section.index-section .info-container .info-legal {
    font-size: 14px;
    line-height: 18px;
}

section.index-section button#index-btn {
    border: none;
    border-radius: 16px;
    width: 288px;
    height: 80px;
    font-size: 48px;
    line-height: 64px;
    filter: drop-shadow(0.087px 4.999px 8.953937007874014px rgba(0,0,0,0.57));
}

/* form */

section.form-section {
    background: url(../img/bg-lite.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

section.form-section .form-content {
    background-color: white;
    border-radius: 32px;
}

section.form-section .form-cta h3 {
    font-size: 36px;
    line-height: 40px;   
}
@media (max-width: 767px) {
section.form-section .form-cta h3 {
    font-size: 26px;
    line-height: 30px;   
}
}

section.form-section .form-data {
    row-gap: 24px;
}

section.form-section .form-row {
    flex-direction: row;
    row-gap: 16px;
    column-gap: 84px;
}

section.form-section .form-row .form-item label {
    font-size: 20px;
    line-height: 24px;
}

section.form-section .form-row .form-item input, section.form-section .form-row .form-item select {
    border: 1px solid #ea5b0b;
    border-radius: 16px;
    font-size: 24px;
    line-height: 28px;
    text-indent: 12px;
    width: 480px;
    max-width: 100%;
    height: 64px;
    filter: drop-shadow(0.087px 4.999px 8.953937007874014px rgba(0,0,0,0.57));
}
@media (max-width: 767px) {
    section.form-section .form-row .form-item input, section.form-section .form-row .form-item select {
        width: 320px;
        font-size: 18px;
        line-height: 22px;
        text-indent: 8px;
        height: 64px;
    }
}

.docphoto {
    box-shadow: 0.087px 4.999px 8.953937007874014px rgba(0,0,0,0.57);
}
.docphoto {
    filter: none !important;
}

section.form-section .form-row .form-item-consenso {
    column-gap: 16px;
}
@media (min-width: 1400px) {
    section.form-section .form-row .form-item-consenso {
        flex-shrink: 0;
    }   
}

section.form-section .form-row .form-item-consenso label {
    font-size: 12px;
    line-height: 16px;
}

section.form-section .form-row .form-item-consenso a {
    color: black;
}

section.form-section .form-row label span.imei-link a {
    font-size: 13px;
    line-height: 13px;
    color: black;
}


/* checkbox begin */

section.form-section .form-row.form-row-consenso .form-item-consenso .form-item-checkbox {
    --size: 40px;
    position: relative;
    background: transparent;
    line-height: 0;
    perspective: 400px;
    font-size: var(--size);
    filter: drop-shadow(0.087px 4.999px 8.953937007874014px rgba(0,0,0,0.57));
}

section.form-section .form-row.form-row-consenso .form-item-consenso .form-item-checkbox input[type="checkbox"],
section.form-section .form-row.form-row-consenso .form-item-consenso .form-item-checkbox span,
section.form-section .form-row.form-row-consenso .form-item-consenso .form-item-checkbox span::before,
section.form-section .form-row.form-row-consenso .form-item-consenso .form-item-checkbox span::after,
section.form-section .form-row.form-row-consenso .form-item-consenso .form-item-checkbox {
    appearance: none;
    display: inline-block;
    border-radius: calc(.5 * var(--size));
    border: 0;
    transition: .35s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

section.form-section .form-row.form-row-consenso .form-item-consenso .form-item-checkbox span {
    width: calc(2.2 * var(--size));
    height: var(--size);
    background: #f08300;
    overflow: hidden;
}

section.form-section .form-row.form-row-consenso .form-item-consenso .form-item-checkbox input[type="checkbox"] {
    position: absolute;
    z-index: 1;
    width: calc(.9 * var(--size));
    height: calc(.8 * var(--size));
    top: calc(.1 * var(--size));
    left: calc(.1 * var(--size));
    background: white;
    box-shadow: 0 6px 7px rgba(0,0,0,0.3);
    outline: none;
    margin: 0;
}

section.form-section .form-row.form-row-consenso .form-item-consenso .form-item-checkbox input[type="checkbox"]:checked {
    left: calc(1.3 * var(--size));
}

section.form-section .form-row.form-row-consenso .form-item-consenso .form-item-checkbox input[type="checkbox"]:checked + span {
    background: #ea5b0b;
}

/* checkbox end */

section.form-section .form-row .form-item input::file-selector-button {
    height: 100%;
    background-color: #ea5b0b;
    color: white;
    font-family: "Azo Sans Uber W01 Regular";
    border: 2px solid transparent;
    font-size: 20px;
}

section.form-section .form-row .form-item input[type="file"] {
    text-indent: 0;
    font-size: 14px;
}

section.form-section .form-row .form-item-button button {
    border: none;
    border-radius: 16px;
    width: 288px;
    height: 80px;
    font-size: 48px;
    line-height: 64px;
    filter: drop-shadow(0.087px 4.999px 8.953937007874014px rgba(0,0,0,0.57));
}

section.form-section form#scontrino-form {
    min-height: 320px;
}

/* scontrino */

section.form-section.scontrino-section {
    min-height: calc(100vh - 120px);
    background-size: cover;
}

/* switch tipo negozio begin */

section.form-section .form-row.form-row-switch .form-item {
    position: relative;
    width: 480px;
    height: 64px;
}

section.form-section .form-row.form-row-switch .form-item label,
section.form-section .form-row.form-row-switch .form-item input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    width: 100% !important;
    height: 100% !important;
    border-radius: 16px;
    box-shadow: 0.087px 4.999px 8.953937007874014px rgba(0,0,0,0.57);
}
@media (max-width: 767px) {
    section.form-section .form-row.form-row-switch .form-item label,
    section.form-section .form-row.form-row-switch .form-item input {
        width: 320px !important;
        height: 64px !important;
        left: calc(50% - 160px);
    }
}

section.form-section .form-row.form-row-switch .form-item input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

section.form-section .form-row.form-row-switch .form-item input[type="radio"]:checked+label,
.Checked+label {
    background: #ea5b0b;
    color: black;
}

section.form-section .form-row.form-row-switch .form-item label {
    border: 1px solid #ea5b0b;
    cursor: pointer;
    z-index: 90;
    font-size: 32px;
    line-height: 64px;
}

section.form-section .form-row.form-row-switch .form-item label:hover {
    background: #f08300;
}

/* switch tipo negozio end */

/* thank you */

section.thankyou-section {
    background: url(../img/bg-lite.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 120px);
}

section.thankyou-section h2 {
    font-size: 56px;
    line-height: 64px;   
}
@media (max-width: 767px) {
    section.thankyou-section h2 {
        font-size: 42px;
        line-height: 46px;   
    }
}

section.thankyou-section p {
    font-size: 36px;
    line-height: 40px;
}
@media (max-width: 767px) {
    section.thankyou-section p {
        font-size: 24px;
        line-height: 30px;
    }
}

section.thankyou-section .info-link {
    color: black;
    text-decoration: none;
    font-size: 28px;
    line-height: 36px;
}
@media (max-width: 767px) {
        section.thankyou-section .info-link {
        font-size: 18px;
        line-height: 22px;
    }    
}