.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

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

@media screen and (min-width: 2000px) {
    html {
        font-size: 75%
    }
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden
}

::-moz-selection {
    background: #E67E22;
    color: #fff
}

::selection {
    background: #E67E22;
    color: #fff
}

::-moz-selection {
    background: #E67E22;
    color: #fff
}

::-webkit-selection {
    background: #E67E22;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

body,
.paragraph {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000
}

.paragraph-small {
    font-size: 1.4rem
}

.paragraph-xsmall {
    font-size: 1.2rem
}

.paragraph-max {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.8rem
}

.header-primary {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 7.2rem;
    color: #fff
}

.header-eyebrow {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    font-size: 3rem
}

.header-caption {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 2rem
}

.header-secondary {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.8rem;
    color: #000;
    margin-bottom: 3.4rem
}

.header-secondary::after {
    content: '';
    display: block;
    background-color: #049372;
    height: .2rem;
    width: 10rem;
    margin-top: 1rem
}

.header-secondary--centered {
    text-align: center
}

.header-secondary--centered::after {
    margin-left: auto;
    margin-right: auto
}

.header-secondary--white {
    color: #fff
}

.header-secondary--white::after {
    background-color: #fff
}

.header-secondary--no-underline::after {
    display: none
}

.header-tertiary {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 2rem
}

.header-quaternary {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.4rem;
    color: #049372;
    line-height: 1.2;
    margin-bottom: 2rem
}

.header-max {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 4.2rem;
    margin-bottom: 2rem
}

@media screen and (max-width: 767px) {
    .header-max {
        font-size: 3.4rem
    }
}

.u-img-fluid {
    width: 100%;
    height: auto
}

.u-text-blue {
    color: #3A539B !important
}

.u-text-green {
    color: #049372 !important
}

.u-text-orange {
    color: #E67E22 !important
}

.u-text-black {
    color: #000 !important
}

.u-text-white {
    color: #fff !important
}

.u-bg-orange {
    background-color: #E67E22 !important
}

.u-mb-xlarge {
    margin-bottom: 6rem !important
}

.u-mb-large {
    margin-bottom: 5rem !important
}

.u-mb-medium {
    margin-bottom: 3rem !important
}

.u-mb-small {
    margin-bottom: 2rem !important
}

.u-mb-xsmall {
    margin-bottom: 1rem !important
}

.u-mt-xlarge {
    margin-top: 6rem !important
}

.u-mt-large {
    margin-top: 5rem !important
}

.u-mt-medium {
    margin-top: 3rem !important
}

.u-mt-small {
    margin-top: 2rem !important
}

.u-mt-xsmall {
    margin-top: 1rem !important
}

.u-mx-auto {
    margin-left: auto;
    margin-right: auto
}

.u-m-none {
    margin: 0 !important
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-text-italic {
    font-style: italic
}

.u-text-regular {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal
}

.u-text-semi-bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal
}

.u-text-bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal
}

.u-text-extra-bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: normal
}

.u-list {
    margin: 0
}

.u-list-item:not(:last-child) {
    padding-bottom: 1.2rem
}

a,
.link {
    text-decoration: underline
}

a-blue,
.link-blue {
    color: #3A539B
}

a:hover,
a:focus,
.link:hover,
.link:focus {
    text-decoration: none
}

button {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0
}

.btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    min-width: 20rem;
    padding: 1rem 3rem;
    transition: ease all .2s
}

.btn-white-ghost {
    background-color: transparent;
    color: #fff;
    border: solid #fff 0.2rem
}

.btn-white-ghost:hover,
.btn-white-ghost:focus {
    background-color: #fff;
    color: #E67E22
}

.btn-orange-ghost {
    background-color: transparent;
    color: #E67E22;
    border: solid #E67E22 0.2rem
}

.btn-orange-ghost:hover,
.btn-orange-ghost:focus {
    background-color: #FBE6D4;
    color: #E67E22;
    border: solid #FBE6D4 0.2rem
}

.btn-orange {
    color: #fff;
    background-color: #E67E22;
    border: solid #E67E22 0.2rem
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: transparent;
    color: #E67E22
}

@media screen and (min-width: 992px) {
    .inline-btns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .inline-btns .btn:not(:last-child) {
        margin-right: 1rem
    }
}

@media screen and (max-width: 991px) {
    .inline-btns .btn {
        width: 100%
    }

    .inline-btns .btn:not(:last-child) {
        margin-bottom: 1rem
    }
}

.icon-card {
    text-align: center;
    width: 50%
}

.icon-card__icon-wrapper {
    width: 4rem;
    margin: 0 auto;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .icon-card {
        width: 28%
    }
}

.img-info__content-wrapper,
.img-info__img-wrapper {
    width: 100%
}

.img-info__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5rem
}

.img-info__content {
    width: 100%
}

.img-info__content,
.img-info__img-wrapper {
    transform: skewY(2deg)
}

.img-info__content--reverse,
.img-info__img-wrapper--reverse {
    transform: skewY(-2deg)
}

.img-info__img-wrapper {
    height: 25rem
}

.img-info__img {
    height: 120%;
    width: 100%;
    background-size: cover;
    position: absolute;
    top: -40px
}

@media screen and (min-width: 768px) {
    .img-info__content-wrapper {
        padding: 8rem;
        width: 60%
    }

    .img-info__img-wrapper {
        height: 52rem;
        width: 40%
    }
}

@media screen and (max-width: 767px) {
    .img-info__content-wrapper {
        padding-bottom: 8rem
    }
}

.white-triangle {
    position: relative
}

.white-triangle::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8rem;
    border-right: 100vw solid transparent;
    border-bottom: 8rem solid #fff;
    bottom: 0;
    left: 0;
    z-index: 99
}

.tab-slider {
    position: relative
}

.tab-slider::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8rem;
    border-right: 100vw solid transparent;
    border-top: 8rem solid #fff;
    top: 0;
    left: 0;
    z-index: 99
}

.tab-slider__item {
    display: -ms-flexbox;
    display: flex
}

.tab-slider__content-wrapper,
.tab-slider__img {
    width: 100%
}

.tab-slider__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8rem 5rem;
    padding-top: 16rem;
    background-color: #049372;
    color: #fff
}

.tab-slider__content {
    width: 100%
}

.tab-slider__img {
    display: none;
    background-repeat: no-repeat;
    background-size: cover
}

.tab-slider__nav {
    position: absolute;
    bottom: 0;
    right: -2px;
    z-index: 9
}

.tab-slider__nav-button {
    background-color: #3A539B;
    padding: 1rem;
    margin: 0 .2rem;
    width: 8rem;
    height: 8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease all .2s
}

.tab-slider__nav-button:hover,
.tab-slider__nav-button:focus {
    background-color: #4d6dc7
}

@media screen and (min-width: 768px) {

    .tab-slider__content-wrapper,
    .tab-slider__img {
        width: 50%
    }

    .tab-slider__img {
        display: block;
        height: 55rem
    }
}

@media screen and (max-width: 767px) {
    .tab-slider__item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tab-slider__content-wrapper {
        min-height: 54rem
    }
}

.tab-slider__tab-container.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden
}

.tab-slider__tab-container.owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin: 0 auto;
    padding: 3rem 0
}

.tab-slider__tab-container.owl-carousel .owl-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent
}

.owl-item.current .tab-slider__tab {
    background-color: #FBE6D4;
    color: #E67E22;
    border: solid #FBE6D4 0.2rem
}

.owl-dots {
    display: none
}

.testimonial-slider {
    color: #fff;
    text-align: center
}

.testimonial-slider__icon {
    fill: #fff;
    opacity: .08;
    position: absolute;
    bottom: -1rem;
    right: 5rem
}

.testimonial-slider__item {
    padding: 3rem;
    width: 100%
}

.testimonial-slider__cite {
    margin-top: 3rem;
    display: block;
    font-style: normal;
    font-size: 2rem;
    font-weight: 700
}

.testimonial-slider__title {
    display: block;
    margin-top: .7rem;
    font-weight: 400;
    font-size: 1.6rem
}

.testimonial-slider__counter {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin-top: 3rem
}

.testimonial-slider__counter-line {
    display: inline-block;
    height: 2px;
    width: 4rem;
    background-color: #049372;
    margin: 0 4rem
}

.testimonial-slider__nav {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 90%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 99;
    right: 0;
    left: 0
}

.testimonial-slider__nav-button {
    display: inline-block;
    margin: 0 3rem
}

@media screen and (min-width: 768px) {
    .testimonial-slider__item {
        padding: 5rem;
        width: 80%;
        margin: 0 auto
    }

    .testimonial-slider__nav {
        top: 50%
    }
}

.hero {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.hero-lg {
    max-height: 72rem;
    height: 75vh;
    min-height: 63rem;
    margin-top: 5rem
}

.hero-lg__content {
    width: 90%;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff
}

.hero-md {
    max-height: 63rem;
    height: 65vh;
    min-height: 60rem;
    margin-top: 5rem
}

.hero-md__content {
    width: 90%;
    position: absolute;
    top: 55%;
    left: 5rem;
    color: #fff
}

.hero-md::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8rem;
    left: 0;
    border-right: 100vw solid transparent;
    border-bottom: 8rem solid #fff;
    bottom: 0;
    z-index: 99
}

.hero-sm {
    background-color: #fff;
    text-align: center;
    margin-top: 8.4rem;
    padding: 9rem 3rem;
    padding-bottom: 15rem
}

.hero-sm__content .header-primary {
    color: #000
}

@media screen and (max-width: 767px) {
    .hero-lg__content {
        top: 35%
    }

    .hero-md__content {
        top: 30%
    }
}

.row {
    position: relative
}

.row__icon-card {
    margin-top: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.row__img-info {
    display: -ms-flexbox;
    display: flex;
    background-color: #049372;
    transform: skewY(-2deg);
    overflow: hidden
}

.row__img-info--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: #3A539B;
    transform: skewY(2deg)
}

.row__img-info:not(:first-child) {
    margin-top: -10rem
}

.row__img-info:not(:last-child) {
    padding-bottom: 10rem
}

@media screen and (max-width: 767px) {
    .row__img-info {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width: 768px) {
    .col__banner-btns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width: 767px) {
    .col__banner-btns {
        margin-top: 3rem
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 0;
    padding-right: 0
}

.section {
    position: relative;
    padding: 8rem 3rem
}

.section__overview-culture {
    padding-bottom: 0
}

.section__overview-culture,
.section__roles {
    padding-left: 0;
    padding-right: 0
}

.section__banner {
    padding: 5rem
}

.section__testimonial-slider {
    background-color: #3A539B;
    padding: 10rem 0
}

.section__testimonial-slider::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8rem;
    border-right: 100vw solid transparent;
    border-top: 8rem solid #3A539B;
    bottom: -8rem;
    left: 0;
    z-index: 99
}

.section__img-banner {
    height: 50rem;
    display: block;
    background-size: cover;
    background-repeat: no-repeat
}

.section__overview-benefits {
    background-color: #049372
}

.section__overview-benefits::before,
.section__overview-benefits::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8rem;
    left: 0
}

.section__overview-benefits::before {
    border-right: 100vw solid transparent;
    border-bottom: 8rem solid #049372;
    top: -8rem;
    z-index: 99
}

.section__overview-benefits::after {
    border-right: 100vw solid transparent;
    border-top: 8rem solid #049372;
    bottom: -8rem;
    z-index: 99
}

.section__roles {
    padding-bottom: 0
}

.section__job-list-header {
    padding-top: 16rem
}

.footer__talent-community,
.footer__footer {
    position: relative;
    padding: 5rem 3rem
}

.footer__talent-community {
    background-color: #E67E22;
    margin: 5rem 0
}

.footer__talent-community::before,
.footer__talent-community::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8rem;
    left: 0
}

.footer__talent-community::before {
    border-right: 100vw solid transparent;
    border-bottom: 8rem solid #E67E22;
    top: -8rem
}

.footer__talent-community::after {
    border-right: 100vw solid transparent;
    border-top: 8rem solid #E67E22;
    bottom: -8rem
}

.footer__footer {
    background-color: #ECF0F1;
    margin-top: 5rem
}

.footer__footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8rem;
    left: 0;
    border-left: 100vw solid transparent;
    border-bottom: 8rem solid #ECF0F1;
    top: -8rem
}

.footer__logo-wrapper {
    display: inline-block;
    width: 18rem;
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {

    .footer__talent-community,
    .footer__footer {
        padding: 8rem 5rem
    }

    .footer__talent-community {
        margin: 8rem 0
    }

    .footer__footer {
        margin-top: 8rem
    }
}

@media screen and (max-width: 767px) {
    .footer__social-nav {
        margin-bottom: 2rem
    }
}

.talent-community__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem
}

.talent-community__content {
    width: 100%
}

@media screen and (min-width: 768px) {
    .talent-community__content-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 3rem
    }

    .talent-community__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: auto;
        width: 75%;
        padding-right: 1.8rem
    }
}

@media screen and (max-width: 767px) {
    .talent-community__content-wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .talent-community__content {
        margin-bottom: 3rem
    }
}

.social-nav__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.social-nav__item {
    display: inline-block
}

.social-nav__link {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #E67E22;
    width: 3.4rem;
    height: 3.4rem;
    padding: .5rem;
    font-size: 2rem;
    text-decoration: none;
    transition: ease all .2s
}

.social-nav__link--facebook {
    background-color: #3B5998
}

.social-nav__link--facebook:hover,
.social-nav__link--facebookfocus {
    background-color: #5f7ec1
}

.social-nav__link--twitter {
    background-color: #2DA9E1
}

.social-nav__link--twitter:hover,
.social-nav__link--twitterfocus {
    background-color: #70c4eb
}

.social-nav__link--linkedin {
    background-color: #4875B4
}

.social-nav__link--linkedin:hover,
.social-nav__link--linkedinfocus {
    background-color: #5b93e0
}

#talent-community {
    background: #efefef;
    padding: 2rem 3rem;
    max-width: 55rem;
    margin: 4rem auto;
    position: relative
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 99999
}

.nav__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2rem
}

.nav__logo-wrapper {
    display: inline-block;
    width: 18rem;
    margin-right: auto;
    transition: ease all .2s
}

.nav__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav__link {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
    padding: 3rem 2.5rem;
    transition: ease all .2s
}

.nav__link:hover,
.nav__link:focus {
    color: #fff !important;
    background-color: #3A539B
}

.nav__link--btn {
    color: #fff;
    background-color: #049372
}

.nav__link--btn:hover,
.nav__link--btnfocus {
    background-color: #05b189
}

@media screen and (min-width: 768px) {
    .nav__brger {
        display: none
    }

    .nav__item {
        display: inline-block
    }
}

@media screen and (min-width: 992px) {
    .nav__nav {
        padding-left: 5rem
    }

    .nav__link {
        padding: 4rem 5rem
    }
}

.nav__link.active {
    color: #3A539B
}

.nav__link--btn.active {
    color: #fff;
    background-color: #05b189
}

@media screen and (max-width: 767px) {
    #navWrapper {
        width: 100%;
        position: fixed;
        left: 0;
        top: 9.6rem;
        background-color: #ECF0F1;
        overflow-x: hidden;
        transition: 0.5s;
        z-index: 99
    }

    .nav__brger {
        text-decoration: none;
        text-align: center;
        color: #fff;
        background-color: #049372;
        padding: 2rem 3rem;
        z-index: 999;
        transition: ease .3s
    }

    .nav__brger:hover {
        background-color: #05b189
    }

    .nav__brger-text {
        line-height: 1;
        display: block;
        margin-bottom: .8rem
    }

    .nav__brger-bar {
        display: block;
        width: 4.2rem;
        height: .6rem;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        transition: .3s
    }

    .nav__brger-bar:not(:last-child) {
        margin-bottom: .7rem
    }

    .nav__list {
        display: none;
        position: relative
    }

    .nav__item {
        text-align: center
    }

    .nav__link {
        font-size: 2.2rem
    }
}

.nav__brger.active .nav__brger-bar--1 {
    transform: translateY(1.3rem) rotate(45deg)
}

.nav__brger.active .nav__brger-bar--2 {
    opacity: 0
}

.nav__brger.active .nav__brger-bar--3 {
    transform: translateY(-1.3rem) rotate(-45deg)
}

.nav-interior {
    width: 100%;
    background-color: #ECF0F1;
    padding: 2rem;
    transition: ease all .3s
}

.nav-interior__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 95%;
    margin: 0 auto
}

.nav-interior__item {
    display: inline-block;
    width: 20%;
    text-align: center
}

.nav-interior__link {
    display: block;
    text-decoration: none;
    color: #000;
    transition: ease all .2s
}

.nav-interior__link:hover,
.nav-interior__link:focus {
    color: #3A539B
}

@media screen and (max-width: 767px) {
    .nav-interior__list {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media screen and (max-width: 650px) {
    .nav-interior {
        display: none
    }
}

.nav-interior.sticky {
    position: fixed;
    top: 7.4rem;
    z-index: 9999;
    padding: 1.5rem 2rem
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .nav-interior.sticky {
        top: 8.4rem
    }
}

@media screen and (max-width: 767px) {
    .nav-interior.sticky {
        top: 9.6rem;
        padding: 1.5rem 0
    }
}

@media screen and (min-width: 992px) {
    .has-scrolled .nav__link {
        padding: 2.5rem 5rem
    }

    .has-scrolled .nav__logo-wrapper {
        width: 15rem
    }
}
.salary-comment {
    display: none;
}
