@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

html,
body, form {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    float: left;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: auto;
    padding: 0;
    margin: 0;
    color: #111;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    user-select: none;
    -webkit-user-select: none;
    scroll-behavior: smooth;
}


/* --whatsapp style */

.whatsapp-container {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    text-align: right;
}

.whatsapp-chat-notification {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e0e0e0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

    .whatsapp-chat-notification:hover {
        transform: translateY(-5px);
    }

a#whatsapp-link {
    background: #25D366; /* WhatsApp green */
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s;
}

    a#whatsapp-link:hover {
        background: #1ebea5; /* Darker green on hover */
        transform: scale(1.05);
    }

.whatsapp-button {
    background: none;
    border: none;
    cursor: pointer;
}

    .whatsapp-button img {
        width: 70px; /* Adjust the size as needed */
        height: auto;
        transition: transform 0.3s;
    }

    .whatsapp-button:hover img {
        transform: scale(1.1); /* Slightly enlarge the icon on hover */
    }

/* When solar_top_icon is visible, move the button */
.show-whatsapp {
    right: 200px; /* Move the button to the left */
}

/* Hide the notification by default */
#whatsapp-notification {
    display: none;
}



.main-menu-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info-ads-nav {
    min-height: 30px;
    background: orange;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 10px 30px;
}

.left-ads {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width:50%;
}

    .left-ads a {
        color: white;
        text-decoration: none
    }

.right-ads {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 30px;
    width: 50%;
    /* color: white; */
}

    .right-ads a {
        color: #3b3bd1;
        text-decoration: none
    }


*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.overlay {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 666;
    background: rgba(0,0,0,0.5);
}

.modal {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 500px;
    height: auto;
    padding: 40px;
    gap: 40px;
    background: #fff;
    transition: all .3s ease;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 888;
}

.bar {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 10px;
    background: #eee;
    border-radius: 10px;
}

    .bar span {
        width: 50%;
        height: 10px;
        border-radius: 10px;
        background: orange;
    }

.form {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

.step {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 260px;
    height: auto;
    gap: 20px;
}

.menu label.control-label {
    font-size: 15px;
    margin: 10px 0;
}

.menu .select label.disclosure {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
    display: block;
}

.menu .select label.label-checkbox {
    font-weight: normal;
    font-size: 12px;
}

.txt-left {
    text-align: left !important;
}

.menu button {
    margin-top: 15px;
}

.menu .form-control {
    width: 100%;
    padding-right: 0;
}

    .menu .form-control::placeholder {
        color: #6eb7c2;
    }

.menu .control-wrap {
    width: 100%;
    flex-direction: initial;
    margin-top: 10px;
}

.menu .form-container {
    width: 50%;
}

.menu .container-1-col {
    width: 100%;
}

.step label {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.step p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.control {
    width: 100%;
    height: 50px;
    color: #6eb7c2;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    background: #fff;
    padding: 0 20px;
    outline: 0;
    border: 1px solid #6eb7c2;
    transition: all .3s ease;
    text-align: center;
}

.controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 20px;
}

    .controls button {
        display: flex;
        align-items: center;
        justify-content: center;
        outline: 0;
        text-decoration: none;
        border-width: 2px;
        border-style: solid;
        cursor: pointer;
        transition: all .3s ease;
    }

.back {
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 50%;
    color: #bab9ba;
    background: #fff;
    border-color: #bab9ba;
}

    .back:hover {
        background: #eee;
    }

.next {
    gap: 5px;
    border-radius: 30px;
    height: 50px;
    padding: 0 35px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    background: orange;
    border-color: orange;
    text-transform: uppercase;
}

    .next:hover {
        background: #b56607;
        border-color: #b56607;
    }

.selection {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

    .selection .card {
        width: 100px;
        height: 100px;
    }

        .selection .card img {
            width: 60px;
            height: auto;
        }

        .selection .card span {
            color: #6eb7c2;
            font-size: 24px;
            font-weight: 700;
            line-height: 1;
        }

.info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

    .info input {
        width: calc(50% - 5px);
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 500;
        outline: 0;
        border-radius: 10px;
        border: 1px solid #ddd;
    }

    .info button {
        width: calc(50% - 5px);
        height: 40px;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        cursor: pointer;
        border-radius: 10px;
        border: 1px solid orange;
        text-transform: uppercase;
        background: orange;
    }

nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    height: 45px;
    z-index: 10;
}

.logo {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #999;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    white-space: nowrap;
}

    .logo span {
        color: orange;
    }

    .logo i {
        font-size: 26px;
    }

.menu-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

    .menu-nav a {
        color: inherit;
        /*font-weight: 600;*/
        font-size: 14px;
        line-height: 1;
        outline: 0;
        text-decoration: none;
        cursor: pointer;
    }

.burger {
    display: none;
}

.bull-container span {
    display: block;
    text-align: justify;
    margin-top: 20px;
}

.bull-container .bull-link {
    width: 100%;
}

.links a:first-child:after {
    content: "Find Local Pros";
}

.links a:last-child:after {
    content: "Join As A Pro";
}

.links a:last-child {
    color: #fff;
    background: orange;
    border-radius: 30px;
    padding: 12px 15px;
}

header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
    width: 80%;
    height: auto;
    padding: 60px 0;
    z-index: 1;
}

    header:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        z-index: -1;
        background: #f0f8f9;
        transform: translateX(-50%);
    }

    header img {
        width: 50%;
        height: auto;
        border-radius: 20px;
        vertical-align: middle;
        filter: drop-shadow(5px 5px 10px rgba(125, 125, 125, 0.5));
    }

.menu {
    display: flex;
    align-items: normal;
    flex-direction: column;
    width: auto;
    height: auto;
}

    .menu .logo {
        color: #6eb7c2;
        justify-content: center;
    }

    .menu label {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 15px 30px 0;
        text-align: center;
    }

.select {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: auto;
    gap: 15px;
}

.option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: auto;
    height: 50px;
    color: #6eb7c2;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    background: #fff;
    padding-right: 20px;
    cursor: pointer;
    border: 1px solid #6eb7c2;
    transition: all .3s ease;
}

    .option:hover {
        box-shadow: 0 2px 7px rgba(0,0,0,.15);
    }

    .option i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-right: 1px solid #6eb7c2;
    }

    .option:after {
        font-family: "Font Awesome 6 Pro";
        content: "\f061";
        margin-left: 5px;
    }

main {
    display: block;
    float: left;
    width: 1000px;
    width: 80%;
    height: auto;
}

section {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-height: 500px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    height: auto;
    padding: 0 40px;
}

    .content label {
        font-size: 29px;
        font-weight: 700;
        line-height: 1.5;
        padding-top: 20px
    }

    .content p {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.7;
    }

    .content button, .menu button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 50px;
        line-height: 1;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        background: orange;
        padding: 0 35px;
        border: 0;
        border-radius: 30px;
        cursor: pointer;
        text-transform: uppercase;
        transition: all .3s ease;
        margin-bottom:15px;
    }

    .content .menu button:hover {
        background: red;
    }



.btn-quote:hover {
    background: #dc9615 !important;
    box-shadow: 2.75px 2.75px #0000004a;
    transition: all .5s ease;
}

.bg-1, .bg-2, .bg-4 {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 500px;
}

    .bg-1:after,
    .bg-2:after,
    .bg-4:after {
        content: "";
        position: absolute;
        top: 0;
        width: 50vw;
        height: 100%;
        background-position: center center !important;
        background-size: cover !important;
    }

    .bg-1:after {
        right: 0;
        background: url("worker2.jpg");
    }

    .bg-2:after {
        left: 0;
        background: url("bg-2.jpg");
    }

    .bg-4:after {
        right: 0;
        background: url("worker.jpg");
    }

.additional {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

    .additional a {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        outline: 0;
        color: #6eb7c2;
        text-decoration: none;
        transition: all .3s ease;
    }

        .additional a:hover {
            color: #3c838e;
        }

        .additional a:after {
            font-family: "Font Awesome 6 Pro";
            content: "\f105";
            font-size: 10px;
            margin-left: 5px;
            font-weight: bold;
        }

.types {
    /*display: block;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 50%;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 50%;
    align-content: center;
}

.card {
    /*margin-left: 50px;*/
    margin-top: 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    /*width: 165px;
    height: 165px;*/

    width: calc((100% - 20px) / 2);
    height: 225px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #dcdcdc, 0 5px 7px 0 rgba(0,0,0,.1);
    color: #545253;
    cursor: pointer;
    transition: all .3s ease;
}

    .card:hover {
        background: #f3f9fa;
        border-color: #a8d3da;
        box-shadow: 0 3px 0 #a8d3da, 0 5px 7px rgba(50,49,49,.1);
    }

footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    padding: 40px 0;
    gap: 20px;
}

.brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .brand p {
        margin: 0;
        color: dimgray;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
    }

.legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

    .legal a {
        color: inherit;
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        outline: 0;
        text-decoration: none;
    }

.disclaimer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

    .disclaimer p {
        margin: 0;
        font-size: 10.8px;
        font-weight: 400;
        line-height: 1.5;
        text-align: justify;
    }

/*.box-data {
    margin: 0;
    border: 1px solid #6eb7c273;
    padding: 10px;
    margin-bottom: 10px;
}*/

.box-data {
    margin: 0;
    border: 1px solid #6eb7c273;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
    /*background:#ffa5000d;*/
    -webkit-box-shadow: 3px 1px 15px -4px rgba(0, 0, 0, 0.86);
    box-shadow: 3px 1px 15px -4px rgb(0 0 0 / 10%)
}

.disclaimer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0;
    gap: 4px;
    cursor: pointer;
    text-align: left;
}

    .check input {
        margin-right: 8px;
        transform: translateY(-8px);
        height: 40px;
        min-width: 20px;
    }

.content-opt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 25px 0;
    margin-top: 10px;
    background-color:lightgray
}

.modal-opt {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-opt .modal-content {
        background-color: #fefefe;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 600px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .modal-opt .close-opt {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.solar_btn {
    color: #ffffff;
    background: linear-gradient(to right, #1982C4, #67add9);
    height: 35px;
    display: inline-block;
    padding: 0 45px;
    font-weight: 700;
    border-radius: 20px;
    margin: 0 1.25px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    border: 1px solid;
}

.form-optout.ng-scope {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 25px;
}

.float-right {
    float:right;
}




/* General nav styles */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0px 20px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    flex-direction: column;
}

.logo img {
    height: 50px;
}

.menu-nav {
    display: flex;
    align-items: center;
}

/* Style for the dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}


/* Style for the dropdown button */
.dropbtn {
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 245px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    /* Show the dropdown when the button is clicked */
    .dropdown-content.show {
        display: block;
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Opt-out link style */
.menu-nav a {
    margin-left: 20px;
    font-size: 16px;
    text-decoration: none;
}

    .menu-nav a:hover {
        text-decoration: underline;
    }

/* Burger button */
.burger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 30px;
    display: none; /* Hidden by default, shown only in mobile */
}

.drop-gutter {
    color: rgb(117 167 175);
}

    .drop-gutter::after {
        content: "\f078";
        font-family: "Font Awesome 6 Pro";
    }


.footer-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 50px 0;
    z-index: 1;
    background: #e79c121f;
}

.footer-top, .footer-bottom {
    width: 1280px;
}

    .footer-top span {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
    }

    .footer-top p {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
    }

    .footer-top a:hover {
        background: rgba(25 130 196 / .1);
    }

    .footer-top a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        color: orange;
        background: #fff;
        outline: 0;
        height: 44px;
        padding: 0 22px;
        border: 2px solid #1982C4;
        border-radius: 9999px;
        text-decoration: none;
        transition: all .3s ease;
    }



.contact-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}


    .contact-box span {
        color: gray;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        text-align: center;
    }


    .contact-box a {
        border: none;
        background: initial;
        display: inline;
        font-weight: 500;
    }



@media only screen and (max-width: 1000px) {

    @media (max-width: 768px) {
        .dropdown-content {
            position: relative;
        }
    }

    a#face-ads {
        padding: 10px;
        border-radius: 150px;
        background: white;
    
    }

    .info-ads-nav {
        padding: 5px 10px;
    }

    .right-ads {
        padding: 0 10px;
    }

    .modal-opt .modal-content {
        width: 95%;
    }

    .box-data {
        width:100%;
    }
    

    .header-modal .close {
        position: relative;
    }

    .header-modal h2 {
        font-size: 1.25rem;
    }

    .bull-container span {
        margin-top: 40px;
    }

    .menu-nav {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: normal;
        justify-content: center;
        width: 100%;
        height: auto;
        gap: 0;
        top: 30px;
        left: 0;
        z-index: -1;
        transform: translateY(-150%);
        transition: all 0.3s ease;
        background: #fff;
    }

    .burger {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
        appearance: none;
        border: 0;
        width: auto;
        height: 40px;
        color: #000;
        font-size: 32px;
        font-weight: normal;
        transition: all 0.3s ease;
        background: transparent;
    }

    .menu-nav a {
        display: flex;
        align-items: center;
        color: #000;
        font-size: 14px;
        line-height: 1;
        height: 100%;
        margin: 0;
        font-weight: 400;
        transition: all .3s ease;
        padding: 15px;
        width: 100%;
        border-top: 1px solid #ddd;
        text-decoration: none;
        cursor: pointer;
    }

    .open .menu-nav {
        transform: translateY(0);
    }

    .burger:after {
        content: "\f0c9";
        font-family: "Font Awesome 6 Pro";
    }

    .modal {
        width: 100%;
        height: 100%;
        padding: 40px 5%;
        gap: 40px;
        justify-content: flex-start;
    }

    .selection .card {
        width: 90px;
        height: 90px;
        font-size: 12px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        padding: 0;
        background: #fff;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        box-shadow: 0 3px 0 0 #dcdcdc, 0 5px 7px 0 rgba(0,0,0,.1);
        color: #545253;
        cursor: pointer;
    }

    .menu-nav {
        position: absolute;
    }

    .selection .card img {
        width: 50px;
        padding: 0;
        border: 0;
        height: auto;
    }

    .step label {
        font-size: 16px;
        line-height: 1.5;
    }

    .controls {
        position: absolute;
        width: auto;
        bottom: 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .info input {
        width: 100%;
        text-align: center;
    }

    .info button {
        width: 100%;
    }

    .close {
        display: none;
    }

    nav {
        width: 100%;
        padding: 0 5%;
    }

    .logo {
        font-size: 16px;
    }

        .logo i {
            font-size: 22px;
        }

    .links {
        gap: 15px;
    }

        .links a {
            font-size: 12px;
        }

            .links a:first-child:after {
                content: "Find Pros";
            }

            .links a:last-child:after {
                content: "Join Now";
            }

    header {
        width: 100%;
        flex-direction: column;
        padding: 40px 5%;
        gap: 30px;
    }

        header img {
            width: 65%;
            border-radius: 10px;
        }

    .menu {
        align-items: center;
        text-align: center;
        width: 100%;
    }

        .menu label {
            font-size: 20px;
            margin: 0 0 20px 0;
        }

    .select {
        width: 100%;
    }

    .option {
        gap: 10px;
        font-size: 14px;
        padding-right: 10px;
    }

    main {
        width: 100%;
        padding: 0 5%;
    }

    section {
        flex-direction: column;
        min-height: auto;
        margin-top: 60px;
    }

        section:nth-child(2),
        section:last-child {
            flex-direction: column-reverse;
        }

    .content {
        width: 100%;
        padding: 0;
        align-items: center;
    }

        .content label {
            font-size: 18px;
        }

        .content p {
            font-size: 14px;
        }

        .content button {
            height: 40px;
            font-size: 12px;
            padding: 0 20px;
            margin-bottom: 20px;
        }

    .additional {
        width: 100%;
        margin: 30px 0;
    }

    .types {
        width: 100%;
        gap: 20px;
        margin-top: 40px;
    }

    .card {
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
        width: calc(50% - 10px);
        height: auto;
        color: #6eb7c2;
        font-size: 12px;
        font-weight: 600;
        box-shadow: none;
        border-radius: 10px;
        padding-right: 10px;
        background: #f0f8f9;
        border: 2px solid #6eb7c2;
    }

        .card img {
            padding: 5px;
            width: 60px;
            height: 60px;
            border-right: 2px solid #6eb7c2;
        }

    .bg-1,
    .bg-2,
    .bg-4 {
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 20px;
    }

        .bg-1:after,
        .bg-2:after,
        .bg-4:after {
            width: 100%;
        }

    footer {
        width: 100%;
        padding: 40px 5%;
    }

    .brand p {
        font-size: 12px;
    }

    .legal {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .disclaimer p {
        font-size: 10px;
        line-height: 1.7;
    }
}

