/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* 
~~~ COLORS ~~~~
dark blue: #1F3E75
lightblue: #36B0C9
span text: #1B6BB4
grey text: #53565A

~~~ FONTS ~~~~
'Roboto', sans-serif;

*/

@font-face {
    src: url(https://dokumfe7mps0i.cloudfront.net/oms/5583/font/2025/5/SAJN8_built-titling-bd/built-titling-bd.woff);
    font-family: built;
}

@font-face {
    src: url(https://dokumfe7mps0i.cloudfront.net/oms/5583/font/2025/5/J2MHH_built-titling-rg/built-titling-rg.woff);
    font-family: built-semibold;
}

* {
    margin: 0;

}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden !important;
}

main {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 6rem;
}

/* .container-fluid {
    margin: 0;
    padding: 0;
} */

.container-fluid.padding {
    padding: 0 65px;
}

/* .row{
    margin-left: 15px;
    margin-right: 15px;
} */
.row.vertical-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


a {
    text-decoration: none;
    display: inline-block;
}


.primary {
    font-family: built, sans-serif;
    font-size: 2.7rem;
}

.secondary-sub-title {
    font-family: built, san-serif;
    font-size: 2rem;


}

.secondary {
    font-size: 2.7rem;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #53565A;
    line-height: 1.2;
    margin-bottom: 1rem;

}

.tertiary {
    font-size: 1.5rem;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #53565A;

    margin-bottom: 1.3rem;
}

.paragraph {
    font-family: 'Roboto', sans-serif;
    line-height: 1.33rem;
}

.p-margin {
    margin-bottom: 1rem;
}

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

.white-bg {
    background-color: #fff;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.span-blue {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #1B6BB4;
}

h3 {
    margin-top: 0;
}

.btn {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 14px 21px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #36B0C9;
    display: inline-block;
    /* question */
    font-size: 1.1rem;
    -webkit-transition: ease .2s all;
    -o-transition: ease .2s all;
    transition: ease .2s all;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #1b6bb4;
}

.mt-1 {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .md-mt1 {
        margin-top: 2rem;
    }
}

/* section{
    padding-top: 2rem ;
} */
.s-margin-bottom {
    margin-bottom: 2rem;
}


/* .float-r {
    float: right;
} */

.blue-bg {
    background-color: #1B6BB4;
}

.white-text {
    color: #ffffff;
}

.italic {
    font-style: italic;
}

.cap {
    text-transform: uppercase;
}

/* header */


.c-header-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: auto;

}


/* @media (min-width: 1000px) {
    .c-header-navigation {
        top: 2.1rem;
    }
} */

/* .c-header-navigation__content {
    left: 0;
    right: 0;
    position: relative;
    height: 6rem;
    color: #000;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack:justify;
    justify-content: space-between;
} */

@media (min-width: 1000px) {
    .has-nav .c-header-navigation__content {
        position: absolute;
        width: 9rem;
        top: -9rem;
        right: 0;
        left: auto
    }
}

.c-header-navigation__content {
    height: 6rem;
}

@media (min-width: 500px) {
    .c-header-navigation__content::before {
        content: "";
        opacity: 0.5;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(182, 184, 185, 0.29);
        height: 1px
    }
}

@media (min-width: 1000px) {
    .c-header-navigation__content {

        width: calc(100% - 9rem);
        margin: 0 auto;
        /* border-radius: 10px; */
        padding: 0 2rem
    }
}

@media (max-width: 499px) {
    .c-header-navigation__content {
        -webkit-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        background-color: #fff
    }

    .has-scrolled .c-header-navigation__content {
        background-color: transparent
    }
}

.c-header-navigation__logo {
    position: relative;
    width: 65.33333%;
    display: inline-block;
    height: 100%;
    text-align: center;
    font-size: 0;
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: left;
    align-items: center;
}

@media (min-width: 700px) {
    .c-header-navigation__logo {
        width: 216px;
    }
}

/* 
@media (min-width: 1000px) {
    .c-header-navigation__logo {
        width: 22%
    }
} */

/* .c-header-navigation__logo::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
} */

.c-header-navigation__logo--desktop {
    fill: #fff;
    max-width: 200px;
    max-height: 90%;
    display: none
}

@media (min-width: 500px) {
    .c-header-navigation__logo--desktop {
        display: inline-block
    }
}

.c-header-navigation__logo--mobile {
    fill: #fff;
    display: inline-block;
    /* width: 100%; */
    height: auto
}

@media (min-width: 500px) {
    .c-header-navigation__logo--mobile {
        display: none
    }
}

.c-header-navigation__nav {
    display: none
}

@media (min-width: 1115px) {
    .c-header-navigation__logo {
        position: absolute;
        top: 0;
    }

    .c-header-navigation__nav {
        display: inline-block;
        position: absolute;
        color: #fff;
        top: 0;
        right: 0;
        height: 6rem;
        width: calc(100% - 310px);
    }
}

.c-header-navigation__list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: space-evenly;
    -webkit-box-pack: space-evenly;
    justify-content: space-between
}

.c-header-navigation__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.2);
    top: 3rem
}

.c-header-navigation__list ul {
    width: 100%;
    opacity: 0;
    padding: 0;
    left: 0;
    list-style: none;
    position: absolute;
    top: 160%;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease
}

.c-header-navigation__list .full-list ul {
    width: 33rem;
    left: 0;
    overflow: hidden
}

.c-header-navigation__item {
    margin: 10px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    height: auto;
    height: 100%
}

.c-header-navigation__item.-last {
    padding-right: 1.2vw;
}

.c-header-navigation__item-submenu ul {
    top: 0%;
    left: 160%
}

.c-header-navigation__item-submenu li {
    display: inline-block;
    position: relative;
    width: 100%
}

.c-header-navigation__item-submenu li:hover>ul {
    top: 0%;
    left: 100%;
    opacity: 1;
    visibility: visible
}

.c-header-navigation__item-submenu a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    text-align: left;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.c-header-navigation__item-submenu a:hover {
    background-color: #1b6bb4
}

.c-header-navigation__item-submenu a span {
    float: right
}

.c-header-navigation__link {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 1.2vw;
    font-size: 0.9375rem;
    line-height: 1;
    text-align: center;
}

.menu-item {
    display: block;
    color: #fff;
    padding: .5rem 15px;
    text-decoration: none;
}

.c-header-navigation__link:focus {
    color: #fff;
}

.c-header-navigation__link.active:not(.-cta-btn)::after {
    border-bottom: 3px solid #1b6bb4;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.c-header-navigation__link.has-drop {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.c-header-navigation__link.has-drop .c-header-navigation__item-drop {
    width: 1rem;
    height: auto;
    display: inline-block;
    margin-left: 0.5rem
}

.c-header-navigation__link.has-drop .c-header-navigation__item-drop svg {
    width: 1rem;
    height: 1rem
}

.c-header-navigation__link:not(.-cta-btn)::after {
    content: "";
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -.625rem;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    border-bottom: 3px solid #1b6bb4
}

.c-header-navigation__link:not(.-cta-btn):hover {
    color: #fff;
}

.c-header-navigation__link:not(.-cta-btn):hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.c-header-navigation__link.-cta-btn {
    border-radius: 1.875rem;
    border: solid 2px transparent;
    height: auto;
    padding: .625rem 1.25rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background-color: #1b6bb4;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1);
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1)
}

.c-header-navigation__link.-cta-btn:hover {
    background-color: #1b6bb4
}

.c-header-navigation__link.-cta-btn:hover .o-button__icon {
    background-color: #020133
}

.c-header-navigation__link-icon svg {
    stroke: #fff;
    stroke-width: .125rem;
    width: 1.875rem;
    height: 1.875rem
}

.c-header-navigation__phone {
    position: relative;
    display: inline-block;
    margin-right: 0.5rem;
    width: 1.645rem;
    height: 1.645rem
}

.c-header-navigation__menu {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 0;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1), visibility 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1), visibility 0s;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1), visibility 0s;
    /* float: right; */
    width: 33.333%
}

@media (min-width: 1115px) {
    .c-header-navigation__menu {
        display: none
    }
}

/* @media (min-width: 700px) {} */
.c-header-navigation__menu {
    width: 5rem
}


@media (max-width: 499px) {
    .has-scrolled .c-header-navigation__menu {
        background: #1b6bb4;
        border-radius: 0 0 0 10px
    }
}

.c-header-navigation__menu-wrap {
    height: 100%
}

.c-header-navigation__button {
    width: 2rem;
    position: relative;
    margin-top: 0;
    z-index: 1001;
    padding: 0;
    font-size: 0 !important
}

.c-header-navigation__button::before {
    opacity: 0;
    content: "menu";
    display: block;
    position: absolute;
    top: -1.3rem;
    width: 100%;
    color: #fff;
    height: 100%;
    left: 0;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    -o-transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s
}

.c-header-navigation__button-line {
    display: inline-block;
    width: 33px;
    height: 2px;
    -webkit-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
    -o-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
    transform: translateY(-3%);
    background-color: #fff;
}

.has-nav .c-header-navigation__button-line {
    background-color: #fff
}

.c-header-navigation__button-line:nth-of-type(3):nth-last-of-type(1) {
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.c-header-navigation__button-line:nth-child(2) {
    margin: 7px 0px
}

.c-header-navigation__button:hover .c-header-navigation__button-line:nth-of-type(3):nth-last-of-type(1) {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(1) {
    -webkit-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: rotate(45deg) translate(10px, 10px);
    -ms-transform: rotate(45deg) translate(10px, 10px);
    transform: rotate(45deg) translate(10px, 10px)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(3) {
    opacity: 0;
    -webkit-transition-delay: 0s, 0.1s;
    -o-transition-delay: 0s, 0.1s;
    transition-delay: 0s, 0.1s;
    -webkit-transform: translateY(-0.59375rem);
    -ms-transform: translateY(-0.59375rem);
    transform: translateY(-0.59375rem)
}

.c-header-navigation.has-nav-open .o-overlay {
    opacity: 1;
    visibility: visible
}

.c-header-navigation.has-nav-open .c-mega-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (min-width: 700px) {
    .c-header-navigation.has-nav-open .c-mega-menu {
        right: 0
    }
}

.o-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: background-color 0.3s linear, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: background-color 0.3s linear, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    -o-transition: background-color 0.3s linear, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: background-color 0.3s linear, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: background-color 0.3s linear, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s
}

.c-mega-menu {
    position: fixed;
    right: 0;
    width: 100%;
    background: #1F3E75;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1)
}

@media (min-width: 700px) {
    .c-mega-menu {
        width: 30rem;
        right: -30rem
    }
}

.c-mega-menu__wrap {
    position: absolute;
    top: 6.5em;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%
}

.c-mega-menu__level {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;
    overflow-y: scroll;
    width: calc(100% + 50px);
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.c-mega-menu__level:focus {
    outline: none
}

.c-mega-menu__level--current {
    visibility: visible
}

.c-mega-menu__item {
    display: block;
    width: calc(100% - 9rem);
    text-align: center;
}

.c-mega-menu__item-link {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 2rem 1.2vw;
    font-size: 0.9375rem;
    line-height: 1;
    text-align: left;
    font-size: 18px;
}

.c-mega-menu__item-link:hover,
.c-mega-menu__item-link:focus {
    color: #36B0C9;
}

.c-mega-menu__item-link[data-submenu]::after {
    content: '\e904';
    font-family: "custom-icons";
    position: absolute;
    right: 0;
    padding: 0.25em 1.25em;
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
}

.c-mega-menu__item-link.-curent::before {
    content: '\00B7';
    font-size: 1.5em;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0.5em;
    height: 4px;
    color: #1b6bb4
}

.mobile-menu-btn {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 14px 21px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #36B0C9;
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.1rem;
    -webkit-transition: ease .2s all;
    -o-transition: ease .2s all;
    transition: ease .2s all;
}

.mobile-menu-btn:hover,
.mobile-menu-btn:focus {
    color: #36B0C9;
    background-color: #fff;
}

.animate-outToRight .c-mega-menu__item {
    -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-outToLeft .c-mega-menu__item {
    -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-inFromLeft .c-mega-menu__item {
    -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-inFromRight .c-mega-menu__item {
    -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.c-mega-menu__breadcrumbs {
    font-size: 0.65em;
    line-height: 1;
    position: relative;
    padding: 6.5em 3.75em 1.5em 2.5em
}

.c-mega-menu__breadcrumbs a {
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1b6bb4
}

.c-mega-menu__breadcrumbs a::hover {
    color: #1b6bb4
}

.c-mega-menu__breadcrumbs a:last-child {
    pointer-events: none
}

.c-mega-menu__breadcrumbs a:not(:last-child)::after {
    content: '\e902';
    font-family: "custom-icons";
    display: inline-block;
    padding: 0 0.5em;
    color: #33353e
}

.c-mega-menu__breadcrumbs a:not(:last-child):hover::after {
    color: #33353e
}

.c-mega-menu__back {
    position: absolute;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
    right: 2.25em;
    margin: 0;
    padding: 2.5em 0.65em 0 0;
    cursor: pointer;
    color: #1b6bb4;
    border: none;
    background: none;
    bottom: 20%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

@media (min-width: 700px) {
    .c-mega-menu__back {
        bottom: 3rem
    }
}

.c-mega-menu__back:hover {
    color: #fff;
    outline: none
}

.c-mega-menu__back--hidden {
    pointer-events: none;
    opacity: 0
}

[class^='animate-'],
[class*=' animate-'] {
    visibility: visible
}

@-webkit-keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

ul {
    list-style-type: none;

}

#main-menu ul li {
    display: inline-block;

}

#main-menu {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 99;
}

.c-header-navigation__content {
    width: 100%;
    background-color: #1F3E75;
    margin: 0 auto;
    padding: 1rem;
    /* border-radius: 5px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: distribute;
    justify-content: space-between;

}




/* header end */

/*hero section */
.video-background {
    background: #000;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: center;
    z-index: -99;
    width: 100%;
    height: 870px;
    pointer-events: none;
}

#hero-section {
    height: 725px;
    background-color: #bdbdbd;
    position: relative;
    overflow: hidden;
}

#hero-section>div:nth-of-type(1) {
    position: relative;
    z-index: 1;
}

#hero-section .overlay {
    height: 875px;
    background-color: rgb(0, 0, 0, 0.25);
}

#hero-content {
    padding-top: 360px;

}

#hero-content .primary {

    margin-bottom: 1rem;

}

.white-bg {
    background-color: #fff;
    color: #1F3E75;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem;
    border-radius: 5px;
}

.span-inline {
    font-size: inherit;
    display: block;
}

/* hero section end*/

/* Olivia section */
.olivia-section_wrapper {
    margin: 2rem 0;
    position: relative;
}

.pic-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 31rem;
}

.flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.caption-sqr {
    background-color: #1F3E75;
    width: 16rem;
    height: 304px;
    padding: 2.5rem 4rem 1rem 2rem;
    position: absolute;
    border-radius: 5px;
    left: 1rem;
}

.img-sq1 {
    position: absolute;
    left: 18rem;
}

.img-sq1 img {
    width: 270px;
    border-radius: 5px;
}

.img-sq2 {
    position: absolute;
    top: 20rem;
    left: 3rem;
}

.img-sq2 img {
    width: 224px;
    border-radius: 5px;
}

.img-sq3 {
    position: absolute;
    left: 18rem;
    top: 13.5rem;
}

.img-sq3 img {
    width: 320px;
    border-radius: 5px;
}

.caption-p {
    font-family: built-semibold, sans-serif;
    font-size: 3rem;
    color: #fff;
}

.span-smaller-text {
    font-size: 1.25rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pic-gallery-div {
        position: absolute;
        left: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .caption-sqr {
        background-color: #1F3E75;
        width: 14rem;
        height: 304px;
        padding: 2.5rem 4rem 1rem 2rem;
        position: absolute;
        border-radius: 5px;
    }

    .img-sq1 {
        position: absolute;
        left: 16rem;
    }

    .img-sq1 img {
        width: 238px;
        border-radius: 5px;
    }

    .img-sq2 {
        position: absolute;
        top: 20rem;
        left: 3rem;
    }

    .img-sq2 img {
        width: 192px;
        border-radius: 5px;
    }

    .img-sq3 {
        position: absolute;
        left: 16rem;
        top: 12rem;
    }

    .img-sq3 img {
        width: 282px;
        border-radius: 5px;
    }

}

@media (max-width: 991px) {
    .m-flex-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .m-margin-bottom {
        margin-bottom: 2rem;
    }

    .container-fluid.padding {
        padding: 0 30px;
    }
}

@media (max-width:440px) {
    .pic-gallery {
        max-height: 20rem;
    }
}

@media (min-width:441px) and (max-width: 550px) {
    .pic-gallery {
        max-height: 25rem;
    }
}

@media (max-width:375px) {
    .pic-gallery {
        max-height: 17rem;
    }
}

@media (max-width: 550px) {
    #hero-content {
        padding-top: 250px;
    }

    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .container-fluid.padding {
        padding: 0 15px;
    }


    .pic-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;

    }

    .img-sq2 {
        position: absolute;
        margin: 0 auto;
        left: 0;
        top: 0;
        width: 100%;
    }

    .img-sq2 img {
        width: 100%;
        border-radius: 0;
    }



    .img-sq1,
    .img-sq3,
    .caption-sqr {
        display: none;
    }

    .job-search_wrapper {
        margin: -3rem 0 0 0;
        height: auto !important;
    }

    .job-search-bg {
        background-image: none !important;
        height: auto !important;
    }

    .jobsearch-sq {
        width: 90%;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
    }

}

/* #olivia-text{
    padding-top: 4rem;
    /* padding-right: 5rem; */

/* olivia section end */

/* social section */
.blue-sq {
    width: 195px;
    height: 577px;
    background-color: #1F3E75;
    border-radius: 5px;
    position: absolute;
    z-index: -99;
    right: -80px;
    top: -20px;
}

.social-text .h2 {
    padding-right: 80px;

}

.social-text {
    padding-right: 3rem;
}

.job-box {
    background-color: #1F3E75;
    width: 50%;
    padding: 80px;
    position: relative;
    top: -9rem;
    border-radius: 3px;
}


.job-box-links {
    font-size: 1.5rem;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
}

#current-job-opp {
    margin-top: 10rem;
}

/* Why choose BMS Section */
.why-img {
    min-height: 530px;
}

.img-class {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.icon-class {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;

}

/* .img-class.right-edge{
    background

} */
/* .why-img-block::before {
    content: "";
    background-color: #4e8abe;
    position: absolute;
    display: block;
    top: -99;
    width: calc(100% - 9rem);
    height: calc(39.13621vw + 10rem);
} */

/* social section end */

/* job search */
/* #job-search {} */
.jobsearch-sq {
    background: -o-radial-gradient(40px -85px, 500px, #1B6BB4, #1F3E75);
    background: radial-gradient(500px at 40px -85px, #1B6BB4, #1F3E75);
    border-radius: 3px;
}

@media (min-width:556px) {
    .job-search_wrapper {
        margin: 12rem 0 0 0;

    }

    .jobsearch-sq {
        background: -o-radial-gradient(40px -85px, 500px, #1B6BB4, #1F3E75);
        background: radial-gradient(500px at 40px -85px, #1B6BB4, #1F3E75);
        width: 23.8rem;
        position: relative;
        top: -9rem;
        left: 7.5rem;

    }
}

@media (min-width: 1024px) {
    .job-search-bg {
        background-position: center;
    }
}

@media (max-width: 1023px) {
    .job-search-bg {
        background-position-x: -32rem;
    }
}

@media (max-width: 768px) {
    .job-search-bg {
        background-position-x: -38rem;
    }

    .jobsearch-sq {
        left: 2.5rem;
    }
}

@media (max-width: 550px) {

    .jobsearch-sq {
        left: 0;
    }
}

.job-box__wrapper {
    padding: 3rem 3.4rem;
}


.container-btn {
    border-top: #ffffff85 1px solid;

    padding: 1rem 3.4rem;

}

.c-header-navigation__button {
    background-color: #1F3E75;
}

job-box__search__button-search {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 14px 21px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #36B0C9;
    display: inline-block;
    /* question */
    font-size: 1.1rem;
    -webkit-transition: ease .2s all;
    -o-transition: ease .2s all;
    transition: ease .2s all;
}

/* Find your fit section */
.find-fit {
    position: relative;
}

.find-fit_wrapper .col-lg-9 {
    position: relative;
}

/* .arrow-icon-wrapper{
    height: 3rem;
    background-color: #1B6BB4;
    width: 3rem;
    position: absolute;
    bottom: 2rem;
    border-radius: 50%;
} 
.arrow-icon{}*/





@media(min-width:1000px) {
    .find-fit .container-fluid {
        padding-right: 0;
    }

    .find-fit_wrapper .col-lg-9:before {
        content: '';
        display: block;
        background-color: #1f3f76;
        width: 100%;
        height: calc(50% + 0.5rem);
        position: absolute;
        left: 0;
        margin-top: -5rem;
        border-radius: 5px;
        bottom: 0;
        z-index: 1;
    }
}

.jt-icon-wrapper {
    height: 200px;
    width: 200px;
    background-color: #DDDDDE;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-class {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100px;
    height: 100px;
}

.job-type-card {
    margin: 0 1rem;
    /* border: 1px solid #999; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 6px 13px #00000012;
    box-shadow: 5px 6px 13px #00000012;
}

.job-type__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.job-type__nav {
    position: relative;
    height: 3rem;
    margin-bottom: 4rem;
}

.jt-card-header {
    margin-top: 1.5rem;
}

.swiper.job-type-swiper .swiper-wrapper .swiper-slide {
    width: 18rem;
}

.swiper-button-next.job-type-nav::after,
.swiper-button-prev.job-type-nav::after {
    font-size: 2.1rem;

}

.swiper-button-next.job-type-nav,
.swiper-button-prev.job-type-nav {
    padding: 2rem;
    border: 1px solid #1F3E75;
    color: #1F3E75;

}

.swiper-button-prev.job-type-nav {
    left: 0;
}

.swiper-button-next.job-type-nav {
    right: 0;
}

.swiper-button-next.job-type-nav:hover,
.swiper-button-prev.job-type-nav:hover {
    background-color: #1F3E75;
    color: #fff;
}


.job-type-nav {
    width: 50%;
}

.swiper-button-next.job-type-nav {
    border-left: none;
}


.find-fit_wrapper {
    margin: 3rem 0;
}

.swiper.job-type-swiper {
    height: 24rem;
    top: 0;
    /* left: calc(100vw - 72rem); */
}

/* Culture Section */
.culture-section_wrapper {
    margin-top: 3rem;
    margin-bottom: 15rem;
}

.culture-img {
    height: 24rem;
    position: relative;
    right: -80px;

}

#culture-section {
    position: relative;
}

.blue-sq2 {
    width: 48rem;
    height: 15rem;
    background-color: #1F3E75;
    border-radius: 5px;
    position: relative;
    z-index: -99;
    left: -2rem;
    top: 11rem;
}

@media (max-width: 768px) {
    #admin-team .container-fluid .row {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width:1000px) {

    .job-box {
        width: 75%;
    }
}

@media (max-width:550px) {
    .culture-img {
        height: 16rem;
        right: 0;
    }

    .blue-sq2 {
        top: 3rem;
    }

    .job-box {
        background-color: #1F3E75;
        width: 90%;
        padding: 30px 40px;
        position: relative;
        top: -3rem;
        border-radius: 3px;
        margin: 0 auto;
        text-align: center;
    }

    .current-job-bg {
        height: 350px !important;
    }

    .culture-section_wrapper {
        margin-bottom: -3rem;
    }
}

@media (min-width:551px) and (max-width:1000px) {
    .current-job-bg {
        background-position-x: -20rem;
    }
}


/* Featured Jobs */
.row.featured-jobs-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jobs-card {
    width: 30%;
    min-height: 320px;
    background-color: #1b6bb4;
    padding: .5rem 1rem;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
}

@media (max-width: 769px) {
    .jobs-card {
        width: 100%;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        background-color: #1b6bb4;
        padding: 1rem 1rem;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 1rem auto;
    }

}

@media (min-width: 770px) {
    .jobs-card div .tertiary {
        height: 4rem;
    }

    .jobs-card {
        padding: 2rem 1rem;
    }
}

@media (min-width: 1215px) {
    .jobs-card div .tertiary {
        height: 2rem;
    }
}

/*  */
/* Why work section */
.photo-grid {
    margin-top: 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    #social {
        margin-top: 35rem
    }

}

.photo-grid-blurb {
    padding: 67px 60px;
    min-height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .pg-photo {
        height: 40vh;
    }

    #why-work .row:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 1200px) {
    .photo-grid-blurb {
        padding: 27px 145px;
    }
}


/* .photo-grid-blurb .secondary {
    max-width: 15rem;
} */
/* Testimonials */
.testimonial-intro {
    width: 40%;
    margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .testimonial-intro {
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .testimonial-intro {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .testimonial-intro {
        width: 80%;
    }
}

.testim {
    width: 80%;

}

@media (max-width: 1200px) {
    .testim {
        width: 95%;
    }
}

.testimonial-slide {
    width: 80%;
    margin: 3rem auto;
}

.swiper-button-next.testim-nav:after,
.swiper-button-prev.testim-nav:after {
    font-size: 2.1rem;
    background-color: #1B6BB4;
    color: #fff;
    border-radius: 15px;

    font-weight: 900;
}

.swiper-button-next.testim-nav:after {
    padding: 1.5rem 1.9rem 1.5rem 2rem;
}

.swiper-button-prev.testim-nav:after {
    padding: 1.5rem 2rem 1.5rem 1.9rem;
}

.swiper-button-next.testim-nav,
.swiper-button-prev.testim-nav {
    padding: 0 2rem;
}

@media (max-width: 768px) {

    .swiper-button-next.testim-nav:after,
    .swiper-button-prev.testim-nav:after {
        font-size: 1.5rem;



        font-weight: 900;
    }

    .swiper-button-next.testim-nav:after {
        padding: 1rem 1.3rem 1rem 1.4rem;
    }

    .swiper-button-prev.testim-nav:after {
        padding: 1rem 1.4rem 1rem 1.3rem;
    }

    .swiper-button-next.testim-nav,
    .swiper-button-prev.testim-nav {
        padding: 0 2rem;
    }

    .testim {
        width: 100%;
    }
}

@media (max-width: 600px) {

    .swiper-button-next,
    .swiper-button-prev {
        top: 80%;
    }

    .testimonial-slide {
        width: 95%;
    }
}



/* .swiper-button-next1,
.swiper-rtl .swiper-button-prev1 {
    right: 10px;
    left: auto;
} */

/* .swiper-button-prev1,
.swiper-rtl .swiper-button-next1 {
    left: 10px;
    right: auto;
} */

/* color: #fff;
    font-size: 1rem;
    background-color: #1B6BB4;
    border-radius: 15px;
    padding: 1.5rem; */
/* } */



.cite {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: 50%;
    margin: 0 auto;
    margin-top: 2rem;
}

/* job search banner */
.job-search-banner__wrapper {
    background-color: #292929;
    /* display: flex; */
    padding: 50px 30px 100px 30px;
}

/* .job-search-banner div {
    width: 45%;
    margin: 0 auto;
    text-align: center;
} */
/* Hero img adjustments */
#sales_marketing #hero-section {
    background-position: center top;
}

#construction #hero-section {
    background-position: center top;
}

@media (min-width: 2000px) {
    #sales_marketing #hero-section {
        background-position-x: center;
        background-position-y: -6rem;
    }

    #construction #hero-section {
        background-position: center -5rem;
    }
}


/* footer */
#footer {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #1F3E75;
    color: #fff;
    margin-bottom: 0;
}

#footer p {
    font-size: 1.12rem;
}

.vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-link {
    color: #fff;
    text-decoration: underline;
}

.footer-link:hover {
    color: #36B0C9;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .social-links {
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
    }
}

@media (max-width: 1000px) {
    .footer-p {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    #footer .container .row div:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .footer-address,
    .footer-p {
        margin-top: 1.5rem;
        text-align: center;
    }

    .footer-link {
        text-align: center;
        display: block;
    }
}

@media (max-height: 991px) {
    #footer {
        padding-left: 30px;
        padding-right: 30px;
    }
}

ul#footerpowered {
    background-color: #222222;
    margin: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.PowerdBy li {
    text-align: center;
    color: #fff;

}

.PoweredBy a {
    color: #fff;
}


/* JOB DESCRIPTION */
.job-discription .content p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.33rem;
}

.job-discription .content .main-content .job-body .job-description-content p strong {
    font-size: 1.5rem;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
}

@media (min-width: 1024px) {
    .job-description .content {
        margin-top: 7rem;
    }
}

@media (min-width: 768px) {
    .job-description .content {
        margin-top: 4rem;
    }
}

@media (max-width: 767px) {
    #job-detail .job-description .content {
        margin-top: 4rem;
    }
}

.lazyload {
    -webkit-animation: transition 1.5s;
    animation: transition 1.5s;
}

@-webkit-keyframes transition {
    from {
        opacity: 0;
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);

    }
}

@keyframes transition {
    from {
        opacity: 0;
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);

    }
}

.browserIE .find-fit,
.browserIE #testimonials {
    display: none;
}