@font-face {
    font-family: "extrabold";
    src: url("../fonts/FSAlbertWeb-ExtraBold.woff") format("woff")
}

@font-face {
    font-family: "bold";
    src: url("../fonts/FSAlbertWeb-Bold.woff") format("woff")
}

@font-face {
    font-family: "regular";
    src: url("../fonts/FSAlbertWeb-Regular.woff") format("woff")
}

body {
    background-color: #F3F3F3
}

h1 {
    font-family: "bold";
    font-size: 50px;
    line-height: 60px;
    color: #20419A
}

@media (max-width: 1440px) {
    h1 {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px;
        line-height: 40px
    }
}

h2 {
    font-family: "bold";
    font-size: 50px;
    line-height: 60px;
    color: #20419A
}

@media (max-width: 1200px) {
    h2 {
        font-size: 30px;
        line-height: 40px
    }
}

h3 {
    font-family: "bold";
    font-size: 30px;
    line-height: 40px;
    color: #20419A
}

@media (max-width: 1200px) {
    h3 {
        font-size: 22px;
        line-height: 32px
    }
}

h4 {
    font-family: "regular";
    font-size: 28px;
    line-height: 36px;
    color: #20419A
}

@media (max-width: 1200px) {
    h4 {
        font-size: 22px;
        line-height: 30px
    }
}

p {
    font-family: "regular";
    font-size: 18px;
    line-height: 26px;
    color: #4D4D4D;
    margin-bottom: 0
}

@media (max-width: 1200px) {
    p {
        font-size: 16px;
        line-height: 24px
    }
}

b {
    font-family: "bold";
}

ul {
    padding-left: 0.2rem;
    margin-bottom: 0
}

ul li {
    font-family: "regular";
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    align-items: center
}

@media (max-width: 1200px) {
    ul li {
        font-size: 16px;
        line-height: 24px
    }
}

ul li::marker {
    content: none
}

ul li::before {
    content: url("../img/icon_checkmark.png");
    margin-right: 15px
}

a {
    font-family: "regular";
    font-size: 18px;
    line-height: 26px;
    color: #4D4D4D;
    text-decoration: underline
}

@media (max-width: 1200px) {
    a {
        font-size: 16px;
        line-height: 24px
    }
}

a:hover,
a:focus,
a:active {
    color: #20419A;
    transition: all 0.2s ease
}

span.red {
    color: #CC0C00;
    font-family: "extrabold"
}

span.blue {
    color: #20419A;
    font-family: "bold"
}

.text-blue {
    color: #20419A
}

.text-red {
    color: #CC0C00
}

.text-white {
    color: #fff
}

.bg-blue {
    background-color: #20419A
}

.wrapper {
    overflow: hidden
}

.container {
    max-width: 1400px
}

@media (min-width: 1400px) {
    .mx-xl-6 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
}

.hero {
    margin-top: 100px
}

@media (max-width: 768px) {
    .hero {
        margin-top: 70px
    }
}

.hero .container {
    position: relative
}

.hero .container .head-1 {
    position: absolute;
    left: 6%;
    bottom: 200px;
    background-color: #fff;
    padding: 20px 30px
}

@media (max-width: 1440px) {
    .hero .container .head-1 {
        bottom: 140px
    }
}

.hero .container .head-2 {
    position: absolute;
    right: 6%;
    bottom: 100px;
    background-color: #fff;
    padding: 20px 30px
}

@media (max-width: 1440px) {
    .hero .container .head-2 {
        bottom: 50px
    }
}

.hero .container .head-3 {
    display: none
}

@media (max-width: 1200px) {

    .hero .container .head-1,
    .hero .container .head-2 {
        display: none
    }

    .hero .container .head-3 {
        display: block;
        margin-top: -60px;
        background-color: #fff;
        padding: 30px 40px
    }
}

.boxes .row {
    background-image: url("../img/bg_red.png");
    background-size: cover;
    background-position: center;
    border-radius: 50px 0;
    padding: 100px 70px
}

@media (max-width: 1200px) {
    .boxes .row {
        margin: 0;
        padding: 70px 40px
    }
}

@media (max-width: 992px) {
    .boxes .row {
        padding: 70px 20px
    }
}

@media (max-width: 768px) {
    .boxes .row {
        background-image: url("../img/bg_red_mobile.png");
        border-radius: 0;
        padding: 50px 20px
    }
}

.boxes .row .cta {
    font-family: "regular";
    font-size: 23px;
    line-height: 23px;
    color: #20419A;
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 30px 15px 40px;
    display: inline-block;
    text-decoration: none
}

.boxes .row .cta:hover,
.boxes .row .cta:active,
.boxes .row .cta:focus {
    background-color: #eee;
    transition: all 0.2s ease
}

.boxes .row .cta:after {
    content: url("../img/right-blue.png");
    float: right;
    margin-left: 25px;
    margin-top: 3px
}

@media (max-width: 768px) {
    .boxes .row .cta {
        font-size: 16px;
        line-height: 16px;
        padding: 12px 25px 12px 30px
    }

    .boxes .row .cta:after {
        content: url("../img/right-blue-mobile.png");
        margin-left: 15px;
        margin-top: 2px
    }
}

.boxes h4 {
    color: #fff;
}

.text-box img {
    position: relative;
    z-index: 1
}

.text-box .bg-blue {
    background-image: url("../img/bg_blue.png");
    background-size: cover;
    background-position: center;
    border-radius: 50px 0;
    margin-top: -100px;
    position: relative;
    z-index: 1
}

@media (max-width: 992px) {
    .text-box .bg-blue {
        margin-top: -70px
    }
}

@media (max-width: 768px) {
    .text-box .bg-blue {
        margin-top: 0;
        border-radius: 0
    }
}

.text-box .bg-blue hr {
    height: 100%;
    width: 1px;
    opacity: 1;
    border-width: 0;
    background-color: #fff;
    margin: 0 auto
}

.text-box .bg-white {
    background-color: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 2
}

@media (max-width: 992px) {
    .text-box .bg-white {
        margin-top: -70px
    }
}

@media (max-width: 768px) {
    .text-box .bg-white {
        margin-top: 0
    }
}

.text-box .bg-grey {
    background-color: #F3F3F3;
    margin-top: -100px;
    position: relative;
    z-index: 2
}

@media (max-width: 992px) {
    .text-box .bg-grey {
        margin-top: -70px
    }
}

@media (max-width: 768px) {
    .text-box .bg-grey {
        margin-top: 0
    }
}

.text-box .quote {
    margin-top: -40px
}

@media (max-width: 992px) {
    .text-box .quote {
        margin-top: 40px
    }
}

.text-box .quote h4 {
    font-size: 22px;
    line-height: 32px
}

.text-box .white-box {
    background-color: #fff;
    display: flex;
    align-items: center
}

.text-box .white-box p {
    font-size: 16px;
    line-height: 24px
}

.text-box .white-box span.number {
    font-family: "bold";
    font-size: 50px;
    color: #20419A;
    margin-right: 20px;
    margin-left: 10px
}

@media (max-width: 1200px) {
    .text-box .white-box span.number {
        margin-left: 0
    }
}

@media (max-width: 1200px) {
    .quote .icon {
        width: 71px
    }
}

.topbar {
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 31px rgba(0, 0, 0, 0.12)
}

.topbar .logo {
    width: 115px;
    transition: all 0.2s ease
}

@media (max-width: 768px) {
    .topbar {
        height: 70px
    }

    .topbar .logo {
        width: 70px
    }
}

.topbar ul li:before {
    display: none
}

.topbar-scroll {
    height: 80px;
    transition: all 0.2s ease
}

@media (max-width: 768px) {
    .topbar-scroll {
        height: 55px
    }
}

.jobad-element-company-profile,
.jobad-element-company-follow,
.jobad-element-share {
    display: none
}

.topbar ul {
    margin: 0;
    padding: 0
}

.jobad-element-myjob {
    display: block;
    margin-right: 15px;
    margin-bottom: 0
}

.jobad-element-myjob a {
    display: flex;
    font-family: "bold";
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #20419A;
    background: none;
    border: none;
    padding: 10px 23px;
    text-decoration: none;
    transition: all 0.2s ease
}

.jobad-element-myjob a:hover {
    color: #294EB2;
    transition: all 0.2s ease
}

.jobad-element-myjob a svg {
    margin-right: 8px
}

@media (max-width: 768px) {
    .jobad-element-myjob {
        margin-right: 10px
    }

    .jobad-element-myjob a {
        font-size: 14px;
        line-height: 14px;
        padding: 8px 18px
    }
}

.jix_onlineapplication_button .button {
    position: relative;
    font-family: "regular";
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #20419A;
    border-radius: 50px;
    border: none;
    padding: 10px 23px 10px 30px;
    transition: all 0.2s ease
}

.jix_onlineapplication_button .button:after {
    content: url("../img/right-white.png");
    float: right;
    margin-left: 20px;
    margin-top: 2px
}

@media (max-width: 768px) {
    .jix_onlineapplication_button .button {
        font-size: 14px;
        line-height: 14px;
        padding: 8px 15px 8px 20px
    }

    .jix_onlineapplication_button .button:after {
        content: url("../img/right-white-mobile.png");
        margin-left: 15px;
        margin-top: 1px
    }
}

.cta:hover,
.jix_onlineapplication_button .button:hover,
.jix_onlineapplication_button .button:focus,
.jix_onlineapplication_button .button:active {
    background-color: #294EB2;
    transition: all 0.2s ease
}

.fade-in {
    opacity: 0
}

.fade-down {
    opacity: 0;
    transform: translate(0, -30px)
}

.fade-delay-one,
.fade-delay-two,
.fade-delay-three,
.fade-delay-four,
.fade-delay-five,
.fade-delay-six {
    opacity: 0;
    transform: translate(0, 10px)
}

.right-to-left {
    transform: translate(250px, 0);
    opacity: 0
}

@media (max-width: 768px) {
    .right-to-left {
        transform: translate(0px, 0px) !important;
        opacity: 1 !important
    }
}

.left-to-right {
    transform: translate(-200px, 0);
    opacity: 0
}

@media (max-width: 768px) {
    .left-to-right {
        transform: translate(0px, 0px) !important;
        opacity: 1 !important
    }
}
