body{
    color: #383938;
    overflow-x: hidden;
}

*{
    font-display: swap;
}

header nav.navbar-default, nav.navbar.bootsnav{padding-top: 10px !important; padding-bottom: 10px !important;}

header a.logo img{
    max-height: 64px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #383938;
}

ul{
    padding-left: 1rem;
}

a{
    color: #383938;
}

.text-left{text-align: left;}
.text-right{text-align: right;}
.overflow-visible{overflow: visible;}

h1 {font-size:46px; line-height: 49px;}
h2 {font-size:32px; line-height:36px}
h3 {font-size:28px; line-height:32px}
h4 {font-size:24px; line-height:28px}
h5 {font-size:20px; line-height:24px}
h6 {font-size:16px; line-height:20px}

.feature-box-1 .char-value{
    font-size: 48px;
    line-height: 54px;
}

.text-paragraph{
    font-size: 14px;
    line-height: 14px;
}

.intercom-name{
    position: absolute;
    bottom: 80%;
    right: 7%;
    width: 50%;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
}

@media screen and (max-width:992px) {
    .intercom-name{
        width: 70%;
    }
}

@media screen and (max-width:768px) {
    .intercom-name{
        bottom: 80%;
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width:500px) {
    .intercom-name{
        bottom: 70%;
        width: 85%;
    }
}

.wifi-5g-name{
    position: absolute;
    top: 11%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 90%;
    padding: 0 15px;
}

.wifi-image{
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
}

.intercom2-image{
    margin-bottom: -50px;
    max-width: 180px;
}

@media screen and (max-width:768px) {
    .intercom2-image{
        margin-bottom: 30px;
        max-width: 140px;
    }
}

.intercom3-image{
    margin-top: -130px;
    max-width: 380px;
}

@media screen and (max-width:768px) {
    .intercom3-image{
        margin-top: 0;
    }
}

input[type="checkbox"]{
    display: inline-block;
    width: auto;
    margin: 0;
}

label{
    font-weight: normal;
    margin: 0;
}

.footer-logo{
    max-height: 64px;
}

.gif-image{
    position: absolute;
    bottom: 0;
    transform: translateY(25%);
    right: 1%;
}

.gif-image img{
    max-width: 250px;
}

.title-cta{
    font-size: 40px;
    line-height: 48px;
    /* margin-bottom: -200px; */
}

@media only screen and (max-width:1200px){
    .wifi-image{
        width: 315px;
    }
}

@media only screen and (max-width:992px){
    .wifi-image{
        width: 230px;
    }

    .gif-image{
        bottom: 50%;
        transform: translateY(50%);
        right: 10%;
    }
}

@media only screen and (max-width:768px){
    .wifi-image{
        width: 400px;
        bottom: 0%;
        right: 50%;
    }

    .wifi2-image{
        margin-bottom: 0;
    }

    .gif-image{
        bottom: 0%;
        transform: translateY(0%);
        right: 0%;
        left: auto;
    }

    .gif-image img{
        max-width: 125px;
    }

    .title-cta{
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width:575.99999px){
    .wifi-image{
        width: 70%;
    }
}

.scroll-form, .scroll-form:focus {
    display: none;
    position: fixed;
    left: 45px;
    top: 91%;
}