body.warranty-registration, body.warranty-registration .main-content { background: #141414; }
body.warranty-registration .globo-form-app { background: #141414; }
body.warranty-registration.warranty-ready .globo-form-app { background: var(--gfb-bg-color); }

.warranty-registration-wrapper {
    padding-top: 60px;
    padding-bottom: 0;

    @media (max-width: 850px) {
        padding-top: 40px;
    }


    .grey-divider hr {
        border-color: #2D2D2D !important;
    }

    h2 {
        letter-spacing: 1px !important;
        font-weight: 400 !important;
        line-height: 1.1 !important;
    }

    .heading-caption {
        letter-spacing: 0;
    }

    .grey-text,
    .grey-text * {
        color: #818181;
    }

    >div {
        margin-top: 0;
        margin-bottom: 0;
    }

    .globo-form-app .header {
        margin: 0;
    }

    form.g-container {
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 8px;
    }

    .globo-form-control {
        padding: 0 12px;
    }

    .globo-form-control input,
    .globo-form-control textarea,
    .globo-form-control select {
        border-radius: 4px;
    }

    p,
    .label,
    label:not(.variant__button-label):not(.text-label) {
        text-transform: none;
    }

    .globo-form-control.layout-1-column {
        margin: 0 0 24px 0;

        &[data-element-id="html-15"] {
            padding: 32px 32px 10px;
            background-color: #373737;
            border-radius: 12px;

            @media (max-width: 850px) {
                padding: 20px 8px 8px;
            }
        }

        &[data-element-id="html-2"] {
            position: relative;

            .heading-caption {
                color: #DDDDDD;
            }

            .globo-paragraph p {
                text-transform: uppercase !important;
                font-weight: 700;
                font-size: 12px;
            }

            .grey-text * {
                font-weight: 700;
            }

            span {
                color: white !important;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 13px;

                &.text-danger {
                    color: #FFCD2E !important;
                }
            }

            &::after {
                content: '';
                position: absolute;
                background: #141414;
                left: -100%;
                right: -100%;
                z-index: -5;
                top: -60px;
                height: 100%;

                @media (max-width: 850px) {
                    top: -40px;
                }
            }

            .globo-form-control input,
            .globo-form-control textarea,
            .globo-form-control select {
                background-color: #222;
                color: #ffffff;
                -webkit-text-fill-color: white !important;

                &::placeholder {
                    color: #818181;
                }

                &:autofill,
                &:focus,
                &:focus-visible,
                &:-webkit-autofill,
                &:-webkit-autofill:hover,
                &:-webkit-autofill:focus,
                &:-webkit-autofill:active {
                    -webkit-text-fill-color: #fff !important;
                    background-color: #222 !important;
                    color: #fff !important;
                }
            }
        }

        &[data-element-id="html-9"] {
            padding-bottom: 100px;

            @media (max-width: 850px) {
                padding-bottom: 50px;
            }

            &::after {
                content: '';
                position: absolute;
                background: #141414;
                left: -100%;
                right: -100%;
                bottom: 0px;
                z-index: -5;
                top: -180px;
            }

            * {
                color: white;
            }
        }

        &[data-type="html"] {
            margin: 0 0;
        }

        &[data-element-id="html-3"],
        &[data-element-id="html-1"] {
            padding: 100px 0 0;

            @media (max-width: 850px) {
                padding: 50px 12px 0;
            }

            .heading-caption {
                color: #818181;
            }
        }

        &[data-element-id="html-17"],
        &[data-element-id="html-19"],
        &[data-element-id="html-21"],
        &[data-element-id="html-23"] {
            padding: 32px 32px 10px;
            background-color: #F6F6F6;
            border-radius: 12px;

            @media (max-width: 850px) {
                padding: 20px 12px 8px;
            }

            span {
                color: #141414 !important;
                text-transform: uppercase;
                font-weight: 600;
                letter-spacing: 0.5px;
                font-size: 13px;

                &.text-danger {
                    color: #FFCD2E !important;
                }
            }

            .globo-form-control input,
            .globo-form-control textarea,
            .globo-form-control select {
                background-color: #DDDDDD;
                color: #818181;
            }

            .checkbox-wrapper {
                .checkbox-input~.checkbox-label:before {
                    border-color: #818181;
                    border-width: 2px;
                    background-color: #dddddd;
                }

                .checkbox-input:checked~.checkbox-label:before {
                    border-color: #141414;
                    background-color: #141414;
                }

                p {
                    font-size: 14px;
                    color: #515151;
                    font-weight: 400;
                    line-height: 1.4;
                    letter-spacing: 0;
                }
            }

            hr {
                border-color: #818181 !important;
            }

            .small-caps * {
                text-transform: none !important;
            }

            .grey-bold-label>label span {
                font-size: 14px;
                font-weight: 700;
                color: #818181 !important;
            }

            .globo-form-row-item {
                display: flex;
                align-items: end;
            }

            .radio-wrapper {
                label {
                    color: #515151;
                    font-size: 15px;
                    letter-spacing: 0 !important;
                    font-weight: 400;
                }

                .radio-input:checked~label.radio-label {
                    color: #141414;
                    font-weight: 500;
                }

                .radio-input~.radio-label:after {
                    border-color: #818181;
                    border-width: 2px;
                    background: #dddddd;
                }

                .radio-input:checked~.radio-label:after {
                    border-color: #141414;
                    background: radial-gradient(#141414 40%, #fff 45%);
                }

                .radio-input:checked~.radio-label:before {
                    border-color: #141414;
                }
            }

            .globo-paragraph strong {
                color: #818181;
                font-size: 13px;
                font-weight: 700;
                font-style: italic;
                letter-spacing: 0;
                display: block;
                margin-bottom: -12px;
            }

        }

        &[data-element-id="html-14"] {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
            padding: 100px 0 76px;

            @media (max-width: 850px) {
                padding: 50px 12px 66px;
                gap: 0px;
            }

            [data-element-id="html-6"] {
                width: calc(46.563% - 12px);

                @media (max-width: 850px) {
                    width: 100%;
                }
            }

            [data-element-id="html-12"] {
                width: calc(53.437% - 12px);

                @media (max-width: 850px) {
                    width: 100%;
                    margin-top: 50px !important;
                }
            }
        }


        &[data-element-id="html-6"],
        &[data-element-id="html-12"] {
            order: -1;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 0;

            span {
                text-transform: none;
                letter-spacing: 0;
                font-size: 14px;
            }

            >* {
                flex-grow: 1;
            }

            .globo-paragraph p {
                color: #818181;
                font-size: 12px;
                letter-spacing: 0;
                line-height: 16px;
            }
        }

        &[data-element-id="html-25"] {
            padding: 32px 32px 6px;
            border-radius: 12px;
            border: 1px solid #2D2D2D;
            background: #373737;

            @media (max-width: 850px) {
                padding: 20px 11px 85px;
            }

            .checkbox-wrapper .checkbox-input~.checkbox-label:before {
                border-radius: 4px;
                border: 2px solid var(--Grey-500, #818181);
                background: #222;
            }

            .checkbox-input:checked~.checkbox-label:after {
                background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%209%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M7.666%201L3.08312%204.6664L1%202.99985%22%20stroke%3D%22%23141414%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
            }

            span.label-content {
                color: #DDDDDD;
                letter-spacing: 0;

                @media (max-width: 850px) {
                    line-height: 18px;
                }
            }

            .heading-title {
                letter-spacing: 0;
                font-weight: 700;
                font-size: 14px !important;
            }

            .heading-caption {
                font-size: 13px;
            }

            .icon-union-wrap {
                position: absolute;
                right: 32px;

                @media (max-width: 850px) {
                    display: none;
                }
            }
        }

        .globo-form-control[data-type=radio] {
            ul {
                gap: 12px 0;

                @media (max-width: 850px) {
                    >li.globo-list-control.option-4-column {
                        width: 100%;
                    }
                }
            }

            &.list-auto {
                ul {
                    gap: 24px;

                    li.globo-list-control.option-2-column {
                        width: auto;
                    }
                }

            }
        }

        .yellow-text p,
        .yellow-heading h2.globo-heading {
            color: #FFCD2E;
        }

        .gfb__dropzone {
            background-color: #DDDDDD;
            border-color: #818181;

            .gfb__dropzone--content {
                gap: 0px;
            }

            .gfb__dropzone--placeholder--title {
                font-weight: 600;
                color: #141414;
                letter-spacing: 0;
            }

            .gfb__dropzone--placeholder--button {
                order: -1;
                background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2226%22%20viewBox%3D%220%200%2029%2026%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M14.3287%2014.3298V24.9968M19.6617%2019.6633L14.3287%2014.3298L8.99564%2019.6633M3.66306%2016.8622C2.67251%2015.8501%201.92525%2014.6258%201.4779%2013.2821C1.03055%2011.9383%200.894827%2010.5104%201.08102%209.10642C1.26722%207.70245%201.77044%206.35927%202.55258%205.17862C3.33473%203.99796%204.37527%203.01079%205.5954%202.29189C6.81553%201.57298%208.18324%201.14119%209.59495%201.02922C11.0067%200.917247%2012.4253%201.12803%2013.7435%201.64561C15.0617%202.16319%2016.2448%202.97399%2017.2033%204.01658C18.1617%205.05918%2018.8704%206.30624%2019.2755%207.66331H21.6621C22.9493%207.66316%2024.2025%208.07708%2025.2365%208.84393C26.2705%209.61078%2027.0304%2010.6899%2027.4041%2011.9218C27.7777%2013.1538%2027.7453%2014.4733%2027.3115%2015.6854C26.8777%2016.8975%2026.0656%2017.9379%2024.9952%2018.653%22%20stroke%3D%22%23141414%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
                background-size: 29px 26px;
                width: 32px;
                height: 32px;
                border: 0;
                background-color: transparent;
                background-repeat: no-repeat;
            }

            .gfb__dropzone--placeholder--description {
                color: #818181;
                letter-spacing: 0;
                margin-top: -7px;
                font-weight: 400;
            }

            &[data-area-previewing="true"] {
                .gfb__dropzone--placeholder {
                    display: none;
                }
            }
        }

    }

    .gfb__footer {
        z-index: 999;
        height: 0;

        button {
            margin-top: -330px;
            margin-right: 32px;
            color: #141414;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 800;
            padding: 19px 45px;
            letter-spacing: 3px;
            text-transform: uppercase;

            @media (max-width: 850px) {
                margin-top: -230px;
            }
        }

        .description {
            margin: 0;
        }
    }
}