body {
    font-family: "Rubik","Arial",sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #5e5e5e;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.site-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
}

.site-header__inner {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    max-width: 1700px;
}

.site-header__section--logo {
    flex-shrink: 0;
}

.site-header__section--menu {
    margin-left: auto;
}

.site-banner {
    padding-top: 151px;
    border-bottom: none;
    background: #191a1d;
}

.site-logo {
    display: block;
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
}

.site-logo:after {
    margin-top: 12px;
    max-width: 30%;
}

.icon-list__item, .site-banner__tagline, .site-logo, .section-title, label {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .063em;
}

.service__icon:after, .site-logo:after {
    width: 100%;
    max-width: 30px;
    height: 6px;
    display: block;
    content: "";
    border-radius: 1000px;
    background: #4b6cc1;
}

.site-header__section--menu {
    margin-left: auto;
}

.toggle-menu {
    width: 30px;
    height: 22px;
    display: block;
    position: relative;
}

a {
    text-decoration: none;
    color: #4b6cc1;
}

.site-menu__inner {
    display: flex;
}

.toggle-menu__line {
    width: 30px;
    height: 4px;
    position: absolute;
    left: 0;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-radius: 1000px;
    background: #191a1d;
}

.toggle-menu__line {
    background: #fff
}

.toggle-menu__line:nth-child(1) {
    top: 0px;
}

.toggle-menu__line:nth-child(2) {
    top: 9px;
}

.toggle-menu__line:nth-child(3) {
    top: 18px;
}

.section--medium, .site-cta__inner, .site-banner--alt .site-banner__inner {
    max-width: 1406px;
}

.site-banner--alt .site-banner__inner {
    display: flex;
    align-items: center;
}

.spacing-huge, .site-banner__inner {
    padding-top: 250px;
    padding-bottom: 250px;
}

.site-banner--alt .site-banner__content {
    text-align: left;
}

.site-menu__item {
    list-style: none;
}

.site-menu__link {
    position: relative;
    display: block;
    color: #ababab;
}

.site-menu__item:not(:last-child) {
    margin-right: 60px;
}

.site-menu__link:before {
    transform: translateX(-50%);
    width: 20%;
    height: 6px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    border-radius: 6px;
    background: #4b6cc1;
}

.site-menu__link:hover:before, .site-menu__link.active:before {
    width: 70%;
    opacity: 1;
}

.site-logo, .site-menu__link:before, .btn, input[type=submit], button {
    transition: all ease .3s;
}

.site-scroll--inactive .site-menu__link:hover, .site-scroll--inactive .site-menu__link.active {
    color: #fff;
}

.site-menu__link, .icon-list--light .icon-list__item a {
    transition: color ease .3s;
}

.site-banner__title {
    color: #fff;
    font-weight: 300;
    line-height: 140%;
}

.site-banner__subtitle {
    color: #ababab;
}

.site-banner--alt .site-banner__content {
    text-align: left;
}

*+.site-banner__tagline, *+.site-banner__title, *+.site-banner__subtitle, *+.site-banner__btn {
    margin-top: 50px;
}

.btn, input[type=submit], button {
    display: inline-block;
    cursor: pointer;
    border-radius: 1000px;
    background: #4b6cc1;
    font-family: "Rubik","Arial",sans-serif;
    font-weight: 400;
    color: #fff;
}

.btn--large {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 28px 56px;
}

.site-banner--alt .overlap-img {
    max-width: 524px;
}
.site-banner--alt .overlap-img {
    flex-shrink: 0;
}

.overlap-img {
    width: 100%;
    border-radius: 6px;
    padding: 60px;
    margin-bottom: 60px;
    background: #121316;
}

.overlap-img img {
    margin-bottom: -120px;
}
.overlap-img img {
    position: relative;
    box-shadow: 0 1px 5px rgba(0,0,0,.05), 0 5px 30px rgba(0,0,0,.2);
    border-radius: 3px;
}

.img-full, .overlap-img img {
    width: 100%;
    display: block;
}

img {
    max-width: 100%;
}

.site-footer__inner {
    text-align: center;
}

.site-footer__inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 670px) {
    .slanted-bottom, .site-banner {
        padding-bottom: 50px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
    }
    .spacing-huge, .site-cta__inner, .site-banner__inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .overlap-img img {
        margin-bottom: -30px;
    }
}


@media screen and (min-width: 671px){
    .slanted-bottom, .site-banner {
        padding-bottom: 100px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
    }
}

@media screen and (max-width: 900px) {
    .site-header__section--menu .site-menu {
        width: 100%;
        height: 100%;
        padding: 126px 4% 4%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
    }
    .site-banner--alt .site-banner__inner {
        flex-direction: column;
    }

    .site-banner--alt .overlap-img {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 901px) {
    .site-banner--alt .site-banner__content {
        padding-right: 80px;
    }
    
}

@media screen and (min-width: 901px) {
    .site-header__section--menu .toggle-menu {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .site-banner--alt .site-banner__content {
        padding-right: 147px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 671px) {
    .spacing-huge, .site-cta__inner, .site-banner__inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}


@media screen and (max-width: 1920px) {
    .section--medium, .site-cta__inner, .site-banner--alt .site-banner__inner {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1920px) and (min-width: 901px) {
    .site-banner {
        padding-top: 111px;
    }
}


@media screen and (max-width: 1920px) and (min-width: 1281px) {
    .spacing-huge, .site-cta__inner, .site-banner__inner {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}


.section, .site-footer__inner, .site-cta__inner, .site-banner__inner, .site-header__inner {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
}



@media screen and (min-width: 671px) {
    .slanted,.bg-slanted {
        padding-top:100px;
        padding-bottom: 100px;
        -webkit-clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 calc(100% - 100px));
        clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 calc(100% - 100px))
    }

    .slanted-top,.site-cta {
        padding-top: 100px;
        background-color: #191a1d;
        -webkit-clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%)
    }

    .slanted-bottom,.site-banner--dark {
        padding-bottom: 100px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px))
    }
}

@media screen and (max-width: 670px) {
    .slanted,.bg-slanted {
        padding-top:50px;
        padding-bottom: 100px;
        -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
        clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px))
    }

    .slanted-top,.site-cta {
        padding-top: 50px;
        background-color: #191a1d;
        -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%)
    }

    .slanted-bottom,.site-banner--dark {
        padding-bottom: 50px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px))
    }
    .site-banner--alt .overlap-img {
        margin-top: 40px;
    }
    .overlap-img {
        padding: 15px;
        margin-bottom: 15px;
    }
    .spacing-huge, .site-cta__inner, .site-banner__inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a {
    font-weight: 400;
    color: #191a1d
}

strong {
    font-weight: 500
}

a {
    text-decoration: none;
    color: #4b6cc1
}

.txt-dark {
    color: #191a1d
}

.txt-fade {
    color: #ababab
}

.txt-fade-2,.content-styles figcaption {
    color: #919191
}

.txt-highlight {
    color: #4b6cc1
}

.txt-left {
    text-align: left
}

.txt-center {
    text-align: center
}

.txt-right {
    text-align: right
}

@media screen and (min-width: 1921px) {
    h1,.h1 {
        font-size:82px;
        font-size: 5.125rem
    }

    h2,.h2 {
        font-size: 62px;
        font-size: 3.875rem
    }

    h3,.h3,.quote__txt {
        font-size: 52px;
        font-size: 3.25rem
    }

    h4,.h4,.site-banner__subtitle {
        font-size: 46px;
        font-size: 2.875rem
    }

    h5,.h5,.site-banner__tagline {
        font-size: 34px;
        font-size: 2.125rem
    }

    h6,.h6 {
        font-size: 28px;
        font-size: 1.75rem
    }

    p,li {
        font-size: 24px;
        font-size: 1.5rem
    }

    .txt-small,.content-styles figcaption,.site-footer__inner p {
        font-size: 20px;
        font-size: 1.25rem
    }

    .txt-medium {
        font-size: 26px;
        font-size: 1.625rem
    }

    .txt-large,.quote__meta,.site-cta__txt {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media screen and (max-width: 1920px)and (min-width: 1281px) {
    h1,.h1 {
        font-size:72px;
        font-size: 4.5rem
    }

    h2,.h2 {
        font-size: 52px;
        font-size: 3.25rem
    }

    h3,.h3,.quote__txt {
        font-size: 46px;
        font-size: 2.875rem
    }

    h4,.h4,.site-banner__subtitle {
        font-size: 34px;
        font-size: 2.125rem
    }

    h5,.h5,.site-banner__tagline {
        font-size: 28px;
        font-size: 1.75rem
    }

    h6,.h6 {
        font-size: 22px;
        font-size: 1.375rem
    }

    p,li {
        font-size: 22px;
        font-size: 1.375rem
    }

    .txt-small,.content-styles figcaption,.site-footer__inner p {
        font-size: 18px;
        font-size: 1.125rem
    }

    .txt-medium {
        font-size: 24px;
        font-size: 1.5rem
    }

    .txt-large,.quote__meta,.site-cta__txt {
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media screen and (max-width: 1280px)and (min-width: 671px) {
    h1,.h1 {
        font-size:56px;
        font-size: 3.5rem
    }

    h2,.h2 {
        font-size: 42px;
        font-size: 2.625rem
    }

    h3,.h3,.quote__txt {
        font-size: 36px;
        font-size: 2.25rem
    }

    h4,.h4,.site-banner__subtitle {
        font-size: 28px;
        font-size: 1.75rem
    }

    h5,.h5,.site-banner__tagline {
        font-size: 24px;
        font-size: 1.5rem
    }

    h6,.h6 {
        font-size: 20px;
        font-size: 1.25rem
    }

    p,li {
        font-size: 20px;
        font-size: 1.25rem
    }

    .txt-small,.content-styles figcaption,.site-footer__inner p {
        font-size: 16px;
        font-size: 1rem
    }

    .txt-medium {
        font-size: 20px;
        font-size: 1.25rem
    }

    .txt-large,.quote__meta,.site-cta__txt {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 670px) {
    h1,.h1 {
        font-size:34px;
        font-size: 2.125rem
    }

    h2,.h2 {
        font-size: 26px;
        font-size: 1.625rem
    }

    h3,.h3,.quote__txt {
        font-size: 22px;
        font-size: 1.375rem
    }

    h4,.h4,.site-banner__subtitle {
        font-size: 20px;
        font-size: 1.25rem
    }

    h5,.h5,.site-banner__tagline {
        font-size: 18px;
        font-size: 1.125rem
    }

    h6,.h6 {
        font-size: 16px;
        font-size: 1rem
    }

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

    .txt-small,.content-styles figcaption,.site-footer__inner p {
        font-size: 14px;
        font-size: 0.875rem
    }

    .txt-medium {
        font-size: 16px;
        font-size: 1rem
    }

    .txt-large,.quote__meta,.site-cta__txt {
        font-size: 18px;
        font-size: 1.125rem
    }

    .m-txt-left {
        text-align: left
    }

    .m-txt-center {
        text-align: center
    }

    .m-txt-right {
        text-align: right
    }
}