    @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400&family=Lexend:wght@500;600&display=swap');

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Lexend', sans-serif;
    }

    h1 {
        font-size: 60px;
        font-weight: 600;
    }

    .hero h1 {
        color: #23C9FF;
    }

    h2 {
        font-size: 47px;
    }

    .global-wrapper {
        max-width: 2500px;
        margin: 0 auto;
    }

    p,
    li {
        font-size: 18px;
        font-family: 'Be Vietnam Pro', sans-serif;
        font-weight: 300;
    }

    .after_submit {
        display: none;
        padding: 20px 15px;
        background-color: #e6e6e6;
    }

    .after_submit .popup_title {
        margin-bottom: 0 !important;
    }

    .header-p {
        font-size: 24px;
        color: #fff;
        font-weight: 400;
    }

    .header-logo-image {
        width: 100%;
        height: auto;
        max-width: 78px;
    }

    .header-contact-ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        min-width: 1px;
    }

    .header-contact-btn {
        font-family: 'Be Vietnam Pro';
        font-size: 16px;
        text-decoration: none;
        border-radius: 20px;
        min-width: 125px;
        padding: 10px 25px;
        padding-left: 47.5px;
        background-clip: padding-box;
        display: inline-block;
        color: #101820 !important;
        position: relative;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        font-weight: 600;
        transition: all .5s ease;
        display: block;
        margin: 8px 0 8px 15px;
    }

    .header-contact-btn:hover {
        color: #101820 !important;
        background-color: #a6e9ff;
    }

    .header-contact-btn::before {
        font-family: "Font Awesome 5 Free";
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        transition: width .5s ease;
        z-index: -1;
        border-radius: 20px;
        left: calc(-100% + 38px);
        background-color: #23c9ff;
    }

    .header-contact-btn:hover::before {
        width: 200%;
    }

    .header-contact-btn::after {
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        content: "\f105";
        line-height: 38px;
        left: 13px;
        font-size: 22px;
    }

    .header-contact-btn:hover::after {
        font-family: "Font Awesome 5 Free";
        content: "\f061";
    }

    .hero {
        background-color: #fff;
        position: relative;
    }

    .hero__media {
        width: 100%;
    }

    .hero__content {
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        text-align: left;
        width: 630px;
        max-width: 100%;
    }

    .container-footer {
        background-color: #101820;
    }

    .footer-socials {
        list-style: none;
    }

    .footer-socials li {
        display: inline-block;
        font-size: 25px;
        transition-duration: 0.2s;
        position: relative;
    }

    .footer-socials li:not(:last-child) {
        padding-right: 20px;
    }

    .footer-socials li:hover {
        transform: translateY(-3px);
        transition-duration: 0.2s;
    }

    .footer-socials li > a {
        display: block;
        width: 25px;
    }

    .footer-socials .fa-twitter:before {
        content: '';
        background-image: url('../images/x-twitter.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        fill: #fff;
    }

    .terms-column ul li {
        display: inline-block;
        padding: 0 20px;
        border-left: 1px solid #ccc;
    }

    .terms-column ul li:first-child {
        border-left: none;
        padding-left: 0;
    }

    .terms-column ul li a {
        color: #ccc;
        text-decoration: none;
        font-size: 14px;
    }

    .terms-column ul li a:hover {
        color: #fff;
        text-decoration: underline;
    }

    @media only screen and (max-width: 1400px) {
        h1 {
            font-size: 46px;
        }

        h2 {
            font-size: 30px;
        }

        .header-p {
            font-size: 22px;
        }

        .hero__content {
            width: 550px;
        }

        p,
        li {
            font-size: 18px;
        }
    }

    @media only screen and (max-width: 1200px) {
        h1 {
            font-size: 41px;
        }

        h2 {
            font-size: 38px;
        }

        .header-p {
            font-size: 20px;
        }

        .hero__content {
            width: 500px;
        }

        p,
        li {
            font-size: 18px;
        }
    }

    @media only screen and (max-width: 768px) {
        .header-contact-btn::before {
            content: "";
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
            transition: width .5s ease;
            z-index: -1;
            border-radius: 25px;
            left: calc(-100% + 50px);
            background-color: #23c9ff;
            width: 200%;
        }

        .header-contact-btn::after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            content: "\f061";
            line-height: 50px;
            left: 5x;
            font-size: 22px;
        }

        .header-contact-btn {
            padding: 7px 39px;
        }

        .hero__content {
            left: 30px;
            width: 400px;
        }
    }



    @media only screen and (max-width: 576px) {
        h1 {
            font-size: 24px;
        }

        h2 {
            font-size: 22px;
        }

        .header-p {
            font-size: 17px;
        }

        p,
        li {
            font-size: 16px;
        }

        .terms-column ul li {
            padding: 0 8px;
        }

        .header-contact-btn {
            font-size: 15px;
        }

        .terms-column ul li a {
            font-size: 12px;
        }

        .header-logo-image {
            max-width: 60px;
        }

        .hero__content {
            left: 30px;
            width: 330px;
        }
    }

    /* Form style */
    .form-wrapper {
        width: 100%;
    }

    label {
        color: #101820 !important;
        font-weight: normal !important;
    }

    .mktoForm {
        max-width: 100% !important;
    }

    .mktoLabel {
        width: 100% !important;
        float: none !important;
        padding-bottom: 5px !important;
        font-size: 14px !important;
        font-family: 'Be Vietnam Pro', sans-serif !important;
        font-weight: 400 !important;
    }

    #form-wrapper #LblPhone strong {
        font-weight: 300 !important;
    }

    .mktoForm .mktoGutter,
    .mktoOffset {
        height: 0 !important;
    }

    .mktoField {
        color: #384852;
        background-color: #E6E6E6;
        border: 1px solid rgba(32, 29, 36, 0.12);
        border-radius: 3px;
        margin-top: 3px;
        display: block;
        min-width: 100% !important;
        height: 34px;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 1.375;
        font-family: 'Be Vietnam Pro', sans-serif !important;
    }

    .mktoField:focus {
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        outline: #5CBAFA auto 1px;
        outline-color: #5CBAFA;
        outline-style: auto;
        outline-width: 1px;
    }

    .mktoAsterix {
        display: none !important;
    }

    .mktoButton {
        width: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 80px !important;
        gap: 10px;
        margin-bottom: 0;
        font-size: 14px !important;
        line-height: 1.375;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #3CC6F4 !important;
        color: #FFFFFF;
        border: 1px solid transparent !important;
        border-radius: 100px;
        font-family: 'Lexend', sans-serif !important;
        font-weight: 500 !important;
        transition: all 0.2s ease !important;
    }

    .mktoButton:hover {
        background-color: #101820 !important;
        color: #3CC6F4 !important;
        ;
        transition: all 0.2s ease;
    }




    .mktoForm input[type=text],
    .mktoForm input[type=url],
    .mktoForm input[type=email],
    .mktoForm input[type=tel],
    .mktoForm input[type=number],
    .mktoForm input[type=date],
    .mktoForm textarea.mktoField,
    .mktoForm select.mktoField {
        padding: 2px 3px;
    }



    .mktoErrorMsg {
        padding: 1em !important;
        font-size: 12px !important;
        background: #fff !important;
        color: #0C1830 !important;
        border: 2px solid #0C1830 !important;
        width: 100% !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        font-family: 'Be Vietnam Pro', sans-serif !important;
    }


    .mktoErrorArrowWrap {
        display: none;
    }

    .mktoFormCol,
    .mktoFieldWrap {
        width: 100% !important;
    }

    .mktoButtonWrap {
        margin-left: 0 !important;
    }

    .mktoButtonRow {
        width: 100% !important;
        text-align: left;
    }

    .mktoCheckboxList {
        padding-right: 10px !important;
        width: 28px !important;
    }

    .mktoForm .mktoRadioList>input,
    .mktoForm .mktoCheckboxList>input {
        padding: 0;
        height: 20px;
    }

    ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: transparent;
    }

    :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }

    ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: transparent;
    }

    :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: transparent;
    }

    input::placeholder {
        color: transparent;
    }

    textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        color: transparent;
    }

    textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: transparent;
    }

    textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: transparent;
    }

    textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: transparent;
    }

    textarea::placeholder {
        color: transparent;
    }

    label#LblSingle_Opt_In__c {
        float: right !important;
        width: 93% !important;
    }

    .mktoFieldWrap a {
        color: #3CC6F4 !important;
    }

    @media only screen and (max-width: 1200px) {
        label#LblSingle_Opt_In__c {
            width: 91% !important;
        }
    }

    @media only screen and (max-width: 992px) {
        label#LblSingle_Opt_In__c {
            width: 89% !important;
        }
    }

    @media only screen and (max-width: 768px) {
        label#LblSingle_Opt_In__c {
            width: 92% !important;
        }
    }

    *:focus{
        outline: 1px solid #5e5e5e !important;
    }