.container-max-md.page-section.p-4.p-md-5.px-lg-6.px-xl-8 {
    padding: 0 !important;
    width: 100%;
    max-width: 100% !important;
}

.mobile.container {
    width: 100%;
}

.oom-img-desktop {
    display: none;
}

.oom-page {
    color: #00324F;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
}

.oom-sec-inner {
    padding: 25px 25px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.oom-hero-inner {
    padding-top: 45px;
}

.oh-headline {
    font-size: 32px;
    line-height: 45px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.oom-hero {
    text-align: center;
}

.sec-content {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}

.oom-hero .sec-content {
    margin-bottom: 30px;
}

.oom-btn {
    display: block;
    background: #007CC0;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 204px;
    box-sizing: border-box;
    padding: 11px 5px;
    font-size: 16px;
    font-weight: 800;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    transition: all .2s;
}

.oom-btn:hover {
    background: #066498;
}

a.oh-link {
    font-size: 16px;
    font-weight: 800;
    margin-top: 20px;
    display: block;
}

.oom-sec.one {
    background: #F6F9FC;
}

.oom-sec.two {
    background: #F6F9FC;
    margin-top: 30px;
}

.sec-headline {
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.sec-sub-headline {
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;
}

.oso-cols,
.ost-cols {
    margin-top: 30px;
}

.oso-col,
.ost-col {
    margin-top: 30px;
}

.oso-headline {
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 10px;
}

.oom-list {
    padding-left: 20px;
    font-size: 16px;
}

.oom-list li {
    margin-top: 10px;
}

.oso-sub-headline {
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    margin-top: -8px;
}

.sec-box {
    background: #DEE5ED;
    border-radius: 10px;
    text-align: center;
    margin-top: 25px;
}

.sec-box-inner {
    padding: 20px 30px 30px 30px;
}

.sec-box .sec-content {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.sec-btn-col {
    margin-top: 20px;
}

.oom-sec.three {
    text-align: center;
}

.oom-sec.three .oom-btn {
    margin-top: 30px;
}

.oom-form-overlay {
    display: none;
    position: fixed;
    background: #000000de;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.oom-form {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    width: 90%;
    max-width: 600px;
    z-index: 99999;
    height: 440px;
    overflow-y: scroll;
}

.oom-form-inner {
    padding: 47px 20px 30px 20px;
}

.oom-form-headline {
    font-weight: 800;
    text-align: center;
    font-size: 22px;
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.input-wrapper {
    margin-bottom: 15px;
}

.input-label {
    font-size: 16px;
}

.form-input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}

.oom-submit-btn {
    position: relative;
}

.oom-submit-btn {
    position: relative;
    background: #4A97D6;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    padding-top: 12px;
    padding-bottom: 8px;
    width: 180px;
    border-radius: 24px;
    margin: auto;
    cursor: pointer;
    transition: all .2s;
}

.oom-submit-btn:hover {
    background: #3d7caf;
}

.close-oom-form {
    position: absolute;
    font-size: 73px;
    line-height: 41px;
    right: 6px;
    top: 11px;
    transition: .2s;
    cursor: pointer;
}

.close-oom-form:hover {
    color: #3d7caf;
}

.oom-submit-btn-loading-gif {
    display: none;
    position: absolute;
    width: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (min-width: 768px) {
    .oom-sec-inner {
        max-width: 700px;
        padding: 40px 25px;
    }

    .oom-sec.one .sec-headline,
    .oom-sec.one .sec-sub-headline,
    .oom-sec.one .sec-content,
    .oom-sec.two .sec-headline,
    .oom-sec.two .sec-content {
        text-align: center;
    }

    .oso-cols,
    .ost-cols {
        font-size: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .oso-col,
    .ost-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 50%;
        margin-top: 10px;
    }

    .ost-col {
        vertical-align: middle;
    }

    .oso-col-inner,
    .ost-col-inner {
        padding: 0 10px;
    }

    .oom-form-inner {
        padding: 47px 40px 30px 40px;
    }
}

@media (min-width: 1200px) {
    .oom-sec-inner {
        max-width: 1250px;
        padding: 45px 60px;
    }

    .oom-hero-inner {
        padding-top: 55px;
    }

    .oh-headline {
        font-size: 47px;
        line-height: 66px;
        width: 1030px;
        margin-left: auto;
        margin-right: auto;
    }

    .sec-content {
        font-size: 18px;
        line-height: 28px;
    }

    .oom-hero .sec-content {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .oom-btn {
        font-size: 18px;
        width: 215px;
    }

    a.oh-link {
        font-size: 18px;
    }    

    .sec-headline {
        font-size: 32px;
        line-height: 50px;
    }

    .sec-sub-headline {
        font-size: 21px;
        margin-top: 25px;
    }

    .oom-sec.one .sec-content {
        max-width: 906px;
        margin-left: auto;
        margin-right: auto;
    }

    .oom-img-mobile {
        display: none;
    }

    .oom-img-desktop {
        display: block;
    }

    .oso-headline {
        font-size: 21px;
        line-height: 32px;
        margin-top: 20px;
    }

    .oso-cols, 
    .ost-cols {
        font-size: 0;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .oso-col-inner, 
    .ost-col-inner {
        padding: 0 20px;
    }

    .oom-list {
        font-size: 18px;
    }

    .oom-list li {
        margin-top: 15px;
    }

    .sec-box {
        margin-top: 35px;
    }

    .sec-box-inner {
        padding: 40px 30px 50px 30px;
    }

    .sec-box .sec-content {
        margin-bottom: 30px;
    }

    .oom-sec.two .sec-content {
        max-width: 886px;
        margin-left: auto;
        margin-right: auto;
    }

    .sec-btns-cols {
        font-size: 0;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .sec-btn-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 50%;
    }

    .oom-sec.three .sec-content {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .oom-sec.one,
    .oom-sec.two {
        max-width: 1480px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }
}



















