html {
    scroll-behavior: smooth;
}

.grecaptcha-badge {
    display: none !important;
}

a {
    text-decoration: none;
}


/* :root {
    --primary_color: red;
    --secondary_color: blue;
} */



body {
    margin: 0;
}
        
        .labelws__content {
            word-break: break-word;
        }

        .website__container {
            max-width: 1940px;
            margin: 0 auto;
            overflow-x: clip;
            align-items: center;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .link-item {
            cursor: pointer !important;
        }

        /* Templates 01*/
        .templatews-01__container {
            position: relative !important;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            background: white;
            height: calc(100vh - 185px);
            overflow-y: auto;
        }

        /* Templates 01*/

        /*GENERAL STYLES*/
        .background-image-ws__container {
            width: 100%;
            height: 100vw;
            max-height: 850px;
            object-fit: cover;
            background-position: 85%;
            background-repeat: no-repeat;
        }

        .background-section__change-color {
            display: flex;
            -moz-column-gap: 40px;
            column-gap: 40px;
            width: 100%;
            justify-content: center;
        }

        /*GENERAL STYLES*/
        /*
        Banner component
        */
        .tc01__container {
            width: 100%;
            object-fit: cover;
            background-position: 75%;
            background-repeat: no-repeat;
        }

        .tc01__terms-condition-content {
            display: flex;
            column-gap: 40px;
            width: 100%;
            justify-content: center;
            margin-top: 155px;
            padding: 45.5668px 65px;
            box-sizing: border-box;
        }

        .tc01__terms-details {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: #ffffff;
            border-radius: 24px;
            width: 100%;
            z-index: 1;
            padding: 35px 49px;
            box-sizing: border-box;
            row-gap: 15px;
        }

        .tc01__terms-title {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 500;
            font-size: 72.9069px;
            line-height: 80px;
            text-align: center;
            letter-spacing: 0.182267px;
            color: #2B2B2B;
        }

        .tc01__terms-points-content {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: #2B2B2B;
            display: flex;
            flex-direction: column;
            row-gap: 30px;
        }

        .tc01__terms-points-title {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: #2B2B2B;
        }

        .tc01__terms-points-detail {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 400;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: #2B2B2B;
            margin: 0px;
        }

        .tc01__terms-points-list {
            margin: 0px;
            padding-left: 25px;
        }


        .tc01__asset-image {
            max-width: 640px;
        }

        .tc01__asset-image-content {
            display: flex;
            width: 30%;
            /* background-color: yellowgreen; */
            position: relative;
            margin: auto 0;
            z-index: 20;
        }

        .tc01__label-container {
            display: flex;
            flex-direction: column;
            width: 47%;
            align-items: flex-start;
            justify-content: center;
            row-gap: 10px;
        }

        .tc01__asset-image-container {
            margin-top: 20%;
        }

        .tc01__label-subtitle {
            font-family: "Inter" !important;
            font-style: normal !important;
            font-weight: 400 !important;
            font-size: 18px !important;
            line-height: 28px !important;
            font-feature-settings: "liga" off !important;
            color: #374151 !important;
        }

        .tc01__label-title {
            width: 100%;
            height: auto;
            font-style: normal;
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 60px;
            line-height: 72px;
            letter-spacing: -0.025em;
            font-feature-settings: "liga" off;
            color: rgba(0, 0, 0, 0.87);
            position: relative;
            box-sizing: border-box;
            max-width: 640px;
        }

        .tc01__terms-condition-content-subtitle {
            margin-right: auto;
        }

        .tc01__container-image {
            position: absolute;
            top: 0;
            width: 100%;
            max-width: 1940px;
        }

        .tc01__circle {
            position: absolute;
            top: 0;
            right: 0;
            filter: blur(30px);
        }

        .tc01__primary-bar {
            position: absolute;
            top: 0;
        }

        .tc01__objects-content {
            width: 100%;
            position: absolute;
            min-width: 1440px;
            right: 0;
            overflow-x: auto;
        }

        /*
Banner component
*/

        /*
Label component
*/
        .labelws__content {
            position: relative;
        }

        .labelws__component[contenteditable="true"] {
            cursor: inherit;
        }

        /*
Label component
*/

        /*
Button component
*/

        .buttonws__component {
            min-width: 170px;
            min-height: 56px;
            background: #7c3aed;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Inter";
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            font-feature-settings: "liga" off;
            color: #ffffff;
        }

        /*
Button component
*/

        /*
Image component
*/




        .tc01__facebook-button {
            padding: 19px 25px;
            border-radius: 8px;
            color: white;
            font-weight: bold;
            box-sizing: border-box;
            z-index: 10;
            height: auto;
            width: auto;
            margin-top: 25px;
        }

        .tc01__label-btn {
            font-family: "Inter";
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            font-feature-settings: "liga" off;
            color: #ffffff;
        }

        #adcentral-template__container {
            overflow-y: auto;
            height: 100vh;
        }

        .tc01__asset-image01 {
            width: 100%;
        }

        /*Styles new logo shape*/
        .change-shape-btn {
            position: fixed;
            z-index: 1;
            top: 46px;
            right: 58px;
        }

        /*Styles new logo shape*/

        .tc01__point-detail-content {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .tc01__points-title {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: bold;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: black;
            margin: 0px;
            text-transform: uppercase;
        }

        .tc01__points-subtitle {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 300;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: black;
            margin: 0px;
            overflow-wrap: break-word;
        }

        .tc01__points-title-underline {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 300;
            font-size: 18.2267px;
            line-height: 27px;
            letter-spacing: 0.182267px;
            color: black;
            margin: 0px;
            text-decoration: underline;
            text-transform: uppercase;
        }
        
        /*Solution banner generate overflow*/
        @media (max-width: 1940px) {
            .tc01__container-image {
                position: absolute;
                top: 0;
                right: 0;
                width: 1940px;
            }
        }

        /*Solution banner generate overflow*/
        @media only screen and (min-width: 1001px) and (max-width: 1500px) {
            .tc01__terms-details {
                border-radius: 24px 24px 0 0;
            }

            .tc01__terms-title {
                font-family: 'Inter';
                font-style: normal;
                font-weight: 500;
                font-size: 48px;
                line-height: 80px;
                text-align: center;
                letter-spacing: 0.182267px;
                color: #2B2B2B;
            }

            .tc01__terms-points-title {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 18.2267px;
                line-height: 27px;
                letter-spacing: 0.182267px;
                color: #2B2B2B;
            }

            .tc01__terms-points-detail {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 18.2267px;
                line-height: 27px;
                letter-spacing: 0.182267px;
                color: #2B2B2B;
            }

            .tc01__terms-condition-content {
                margin-top: 130px;
                padding-bottom: 0;
            }

            .tc01__container-image {
                width: 1741px;
                position: absolute;
                right: 0;
                /* width: 100%;*/
            }


            .tc01__container {
                width: 100%;
                /*height: auto;*/
                max-height: inherit;
                object-fit: cover;
                background-position: 75%;
                background-repeat: no-repeat;
            }



            .tc01__label-title {
                max-width: none;
                font-weight: 700;
                font-size: 48px;
                line-height: 60px;
                letter-spacing: -0.025em;
            }

            .tc01__asset-image-content {
                margin: 0;
            }

            .tc01__objects-content {
                width: 100%;
                position: absolute;
                min-width: 1200px;
                right: 0px;
            }
        }

        @media only screen and (min-width: 1px) and (max-width: 1000px) {
            .tc01__points-title {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 27px;
                letter-spacing: 0.182267px;
                color: black;
                margin: 0px;
            }
    
            .tc01__points-subtitle {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 300;
                font-size: 16px;
                line-height: 27px;
                letter-spacing: 0.182267px;
                color: black;
                margin: 0px;
                overflow-wrap: break-word;
            }

            .tc01__terms-details {
                border-radius: 24px 24px 0 0;
            }

            .tc01__terms-title {
                font-family: 'Inter';
                font-style: normal;
                font-weight: 500;
                font-size: 32px;
                line-height: 40px;
                /* or 125% */

                text-align: center;
                letter-spacing: 0.182267px;

                /* Dark Gray */

                color: #2B2B2B;
            }

            .tc01__terms-points-title {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                /* or 150% */

                letter-spacing: 0.182267px;

                /* Dark Gray */

                color: #2B2B2B;

            }

            .tc01__terms-points-detail {
                font-family: 'Montserrat';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                /* or 150% */

                letter-spacing: 0.182267px;

                /* Dark Gray */

                color: #2B2B2B;

            }

            .tc01__terms-condition-content {
                display: flex;
                column-gap: 40px;
                width: 100%;
                justify-content: center;
                margin-top: 248px;
                padding: 25.5668px 25px;
                box-sizing: border-box;
            }

            .tc01__terms-details {
                padding: 35px 25px;
                box-sizing: border-box;
            }

            .tc01__container-image {
                width: 100%;
            }

            .tc01__container {
                width: 100%;
                height: auto;
                max-height: inherit;
                object-fit: cover;
                background-position: 75%;
                background-repeat: no-repeat;
            }

            .tc01__label-container {
                display: flex;
                flex-direction: column;
                width: 100%;
                padding: 0 30px;
                box-sizing: border-box;
                margin-top: 0px !important;
            }

            .tc01__terms-condition-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                height: auto;
                /*padding-top: 131px;*/
                max-height: none;
                margin-top: 80px;
                padding-bottom: 0;
            }

            .tc01__asset-image-content {
                margin: 0px;
                min-width: 370px;
            }

            .tc01__label-title {
                max-width: none;
                font-weight: 700;
                font-size: 30px;
                line-height: 45px;
                letter-spacing: -0.025em;
            }

            .tc01__objects-content {
                min-width: 1943px;
            }

            .partners01__middle-content {
                padding: 23px 32px;
            }

            .tc01__label-container {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;
                row-gap: 10px;
                margin-bottom: 80px;
            }
        }