/* HubspotLandingPage Start */

.landing_hero_section {
    position: relative;
    padding-top: 130px;
    padding-bottom: 60px;
}

.landing_hero_section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 11, 13, 0.9);
}

.content_box *,
.form_box p {
    color: #fff;
}

.landing_hero_section h1 {
    font-size: 48px;
    font-weight: 300 !important;
    font-family: "GeogtqLg", Helvetica, sans-serif;
}

.landing_hero_section h1 strong {
    font-family: "GeogtqSb", Helvetica, sans-serif;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}

.landing_hero_section ul {
    margin-bottom: 30px;
}

.col-sm-6.content_box {
    display: flex;
    flex-direction: column;
}

.eyebrow-text {
    position: relative;
    font-family: "GeogtqLg", Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 15px 10px;
    padding: 10px 20px 7px 20px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: flex-start;
}

.eyebrow-text p {
    position: relative;
    margin: 0;
    font-size: 16px;
}

.eyebrow-text::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #527482;
    transform: skewX(-20deg);
    transform-origin: left;
    z-index: 0;
    border-radius: 7px;
}

.col-sm-6.content_box p:last-child {
    margin-bottom: 0px;
}

.form_box h2 {
    color: #fff;
}

.form_box h2 strong {
    display: block;
    font-weight: 500;
    font-family: "GeogtqLg", Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.col-sm-6.form_box {
    padding-top: 20px;
}

.form_temp {
    display: flex;
    justify-content: center;
    border: 3px solid #303030;
    min-height: 300px;
    border-radius: 20px;
    align-items: center;
    color: #bbb;
    font-size: 32px;
}

.hubspotlanding_section {
    padding-top: 60px;
    padding-bottom: 90px;
}

@media (min-width: 992px) {
    .col-sm-6.content_box {
        padding-right: 50px;
    }
}

@media (max-width: 1023px) {
    .landing_hero_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .col-sm-6.form_box{
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .landing_hero_section .row {
        display: flex;
        flex-direction: column;
    }

    .landing_hero_section .row .col-sm-6 {
        width: 100%;
    }

}

@media (max-width: 767px) {

}
/* HubspotLandingPage End */