@font-face {
    font-family: 'Beatrice-Regular';
    src: url('../fonts/Beatrice-Regular.woff2') format('woff2');
    src: url('../fonts/Beatrice-Regular.eot'); /* IE9 Compatibility Modes */
    src: url('../fonts/Beatrice-Regular.eot?') format('eot'),  /* IE6-IE8 */
    url('../fonts/Beatrice-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Beatrice-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Beatrice-Bold';
    src: url('../fonts/Beatrice-Bold.woff2') format('woff2');
    src: url('../fonts/Beatrice-Bold.eot'); /* IE9 Compatibility Modes */
    src: url('../fonts/Beatrice-Bold.eot?') format('eot'),  /* IE6-IE8 */
    url('../fonts/Beatrice-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Beatrice-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
* {
    color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
}
body {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}
/**
 * buttons, links, text, title - default settings
 */
body, h1, h2, h3, h4, h5, li, p, span, a, a:hover {
    color: #55504C;
    font: normal normal normal 18px/35px 'Beatrice-Regular', Helvetica;
    hyphens: auto;
}
a,
a:hover {
    color: #FFF;
    display: inline-block;
}
svg {
    display: block;
    fill: #FFF;
}
h1 {
    color: #FFF;
    font: normal normal bold 35px/49px 'Beatrice-Bold', Helvetica;
    padding: 0 0 15px;
}
h2 {
    color: #E4416D;
    font: normal normal bold 30px/54px 'Beatrice-Bold', Helvetica;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}
h3 {
    color: #FFF;
    font: normal normal bold 30px/54px 'Beatrice-Bold', Helvetica;
}
strong {
    font: normal normal bold 20px/35px 'Beatrice-Bold', Helvetica;
}
ul {
    margin: 0 0 0 30px;
    padding: 0;
}
ul li:before {
    color: #E4416D;
    content: '\2014';
    margin-left: -30px;
    position: absolute;
}
li {
    line-height: initial;
    list-style: none;
    margin: 0;
    padding-bottom: 20px;
}
li:last-child {
    padding-bottom: 0;
}
.parsley-errors-list {
    margin-bottom: 20px;
}
.parsley-errors-list li {
    color: #7A000E;
}
img {
    vertical-align: top;
}
.buttonWrapper,
.buttonWrapperSecondary {
    border: none;
    color: #E4416D;
    cursor: pointer;
    display: inline-block;
    font: normal normal bold 35px/52px 'Beatrice-Bold', Helvetica;
}
.buttonWrapperSecondary {
    background-color: #E4416D;
    color: #FFF;
    font: normal normal bold 30px/45px 'Beatrice-Bold', Helvetica;
    padding: 0 48px 5px;
}
.displayPrint,
.displayMobile,
.grecaptcha-badge {
    display: none;
    visibility: hidden;
}
/**
 * fixedHeader
 */
#fixedHeader {
    background-color: #FFF;
    max-width: 1024px;
    padding: 19px 39px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.logoWrapper a {
    display: block;
    width: 293px;
}
.logoWrapper a img {
    height: auto;
    width: 100%;
}
/**
 * header
 */
header {
    margin-top: 90px;
    width: 100%;
}
header img {
    width: 100%;
}
header p {
    color: #FFF;
    font: normal normal normal 30px/45px 'Beatrice-Regular', Helvetica;
}
#headerWrapper {
    background-color: #E4416D;
    padding: 20px 60px;
}
#headerWrapper p {
    font-size: 18px;
    line-height: 28px;
}
.jobMetaInfos {
    display: flex;
    gap: 10px 40px;
    margin-bottom: 20px;
}
.jobMetaInfosWrapper {
    display: grid;
    gap: 0 12px;
    grid-template-columns: 45px auto;
}
.jobMetaInfosWrapper svg {
    height: 20px;
    width: auto;
}
.jobMetaInfosWrapper p {
    font: normal normal bold 18px/28px 'Beatrice-Regular', Helvetica;
    grid-column: 2;
    margin: 0;
}
/**
 * main
 */
#mainWrapper {
    padding: 35px 0 50px;
    width: 100%;
}
section {
    padding: 0 60px 0;
}
#intro a, #intro a:hover {
    color: #000000;
}
.ui.grid {
    margin: 0;
}
.ui.grid > * {
    padding: 0 !important;
}
.image img {
    display: block;
    height: auto;
    width: 100%;
}
/**
** Optional Video
 */
.introVideoArea {
    display: grid;
    grid-template-columns: 60% 40%;
    gap:40px;
}
/**
 * benefits
 */
.slick-slider {
    margin-top: 0;
}
.slick-list {
    background: #E4416D !important;
}
.ui.items {
    margin: 1em 0;
}
.ui.items>.item {
    align-items: center;
}
.slick-slide {
    margin: 0;
    padding: 25px !important;
    text-align: left;
}
.ui.items>.item>.content h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 35px;
 }
.ui.items>.item>.content>.description p {
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.slick-dots li button {
    color: #E4416D;
    font-size: 25px;
    line-height: 28px;
}
.benefits .slick-dots li button {
    background: transparent;
    height: auto;
    hyphens: initial;
    margin: 0 auto;
    width: auto;
}
.slick-dots {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
}
.slick-dots li {
    display: block;
    margin: 0;
    text-align: center;
    width: 25%;
}
/**
 * contact
 */
.contactWrapper {
    display: flex;
    gap: 20px;
}
.contactSection {
    padding: 0;
}
.contact {
    background: #E4416D;
    color: #FFF;
    margin-top: 50px;
    padding: 25px 60px;
}
.ui.items > .item {
    gap: 25px;
}
.ui.items > .item > .image + .content {
    padding: 0;
}
.contact h2 {
    margin-top: 0 !important;
}
.contact h2, .contact p, .contact a {
    color: #FFF;
}
.contact .content p, .contact .content a {
    font-size: 16px;
    margin: 0 !important;
}
.contact .email {
    background-image: url("../images/svg/e-mail.svg");
    background-position: left top 5px;
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
    padding-left: 30px;
    word-break: break-word;
}
.contact .phone {
    background-image: url("../images/svg/phone.svg");
    background-position: left top 5px;
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
    padding-left: 30px;
}
.displayPrint .contact .email {
    background-image: url("../images/svg/e-mail_print.svg");
}
.displayPrint .contact .phone {
    background-image: url("../images/svg/phone_print.svg");
}
.contact .ui.items > .item > .image:not(.ui) {
    width: 140px;
}
/**
 * apply
 */
.apply {
    margin-top:30px;
    text-align: center;
}
.apply a, .apply a:hover {
    color: #E4416D;
    font: normal normal bold 25px/37px 'Beatrice-Bold', Helvetica;
    position: relative;
}
.apply a:after {
    background: #E4416D;
    border-radius: 50%;
    color: #FFF;
    content: "→";
    display: block;
    float: right;
    margin-left: 20px;
    padding: 0 6px;
}
/**
 * map
 */
#map {
    height: 0;
    margin-top: 25px;
    overflow: hidden;
    padding-bottom: 57.8%;
    padding-top: 0;
    position: relative;
}
#map iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/**
 * fixedFooter
 */
footer {
    height: 80px;
}
#fixedFooter {
    background-color: #F6F5F5;
    bottom: 0;
    display: flex;
    gap: 20px;
    max-width: 1024px;
    padding: 14px 60px 7px;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.fixedFooterTile:nth-child(2) {
    margin: 0 auto;
}
.fixedFooterTile:last-child {
    justify-self: flex-end;
}
.shareUsWrapper {
    display: flex;
    gap: 30px;
    margin-top: 7px;
}
#shareUsButton {
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    width: auto;
}
.shareUsWrapper img {
    height: auto;
    width: 40px;
}
#shareUsButton:hover #shareUsContainer {
    opacity: 1;
    top: -190px;
    transition-delay: 0s;
    visibility: visible;
}
#shareUsContainer {
    background-color: #E4416D;
    left: -100%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: -240px;
    transition: 0.25s all ease;
    transition-delay: 0.25s;
    visibility: hidden;
    z-index: 2;
}
#shareUsContainer:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #E4416D;
    content: "";
    left: 42%;
    position: absolute;
    top: 100%;
}
#shareUsContainer a {
    display: flex;
    gap: 10px;
}
.shareUsItem a p {
    color: #FFF;
    font: normal normal normal 15px/18px 'Beatrice-Regular', Helvetica;
    hyphens: initial;
}
.shareUsItem {
    padding-bottom: 10px;
    vertical-align: top;
}
.shareUsItem:last-child {
    padding-bottom: 0;
}
.followUsWrapper {
    display: flex;
    gap: 15px;
}
.followUsItem {
    display: inline-block;
    vertical-align: top;
}
.followUsWrapper p {
    color: #E4416D;
    line-height: 20px;
    margin: 0;
    position: relative;
    top: 15px;
}

/*
** Cookie layer
 */
 .cookieLayer {
    width: 100%;
    background: rgba(0,0,0,0.8);
    box-shadow: 0 10px 15px 5px rgba(0,0,0,0.5);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    padding:40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cookieLayer p, .cookieLayer h2, .cookieLayer span {
    color:#fff !important;
    font-size: 16px;
    line-height: 26px;
}
.cookieLayer h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 26px;
}
.cookieLayer span {
    text-decoration: underline;
    cursor: pointer;
}
.cookieLayer svg {
    width: 28px;
    height: 28px;
}
.cookieLayer.clYtVideo svg {
    width: 108px;
    height: 78px;
}
.cookieLayer svg path {
    fill:white;
}
div#cookieBanner {
    z-index: 999999;
    position: fixed;
    width:100%;
    bottom: 0;
    left:0;
    background: rgba(0,0,0,0.8);
    box-shadow: 0 10px 15px 5px rgba(0,0,0,0.5);
    padding:40px 32px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
#cookieBanner .cookieBannerInner {
    max-width: 1024px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:20px;
}
#cookieBanner p {
    font-size:12px;
    line-height: 15px;
    color:#fff;
    hyphens: none;
}
#cookieBanner p a {
    color:fff !important;
    text-decoration: underline;
    font-size:12px;
    line-height: 15px;
}
.cookieButton {
    width:46px;
    height:24px;
    background-color:#fff;
    color:#88817A;
    font-size: 12px;
    line-height: 22px;
    border:1px solid #fff;
    cursor: pointer;
    text-align: center;
}

/**
 * media queries
 */
@media only screen and (max-width: 1024px) {
    .introVideoArea {
        grid-template-columns: 40% 60%;
    }
}
@media (max-width: 789px) {
    .displayMobile {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        visibility: initial;
    }
    .hiddenMobile {
        display: none !important;
        visibility: hidden;
    }
    .ui.grid>.stackable.stackable.row>.column, .ui.stackable.grid>.column.grid>.column, .ui.stackable.grid>.column.row>.column, .ui.stackable.grid>.column:not(.row), .ui.stackable.grid>.row>.column, .ui.stackable.grid>.row>.wide.column, .ui.stackable.grid>.wide.column {
        padding: 1rem 0!important;
    }
    body, h1, h2, h3, h4, h5, li, p, span, a, a:hover, .jobMetaInfosWrapper p, .ui.items>.item>.content h3, .slick-dots li button, .ui.items>.item>.content>.description p {
        font: normal normal normal 18px/28px 'Beatrice-Regular', Helvetica;
    }
    h1 {
        font: normal normal bold 30px/45px 'Beatrice-Bold', Helvetica;
        padding-bottom: 20px;
    }
    h2, h3 {
        font: normal normal bold 20px/35px 'Beatrice-Bold', Helvetica!important;
        margin-top: 25px !important;
    }
    .ui.items>.item>.content h3 {
        margin-bottom: 15px;
    }
    .benefits .slick-dots li button {
        font-size: 16px;
    }
    .ui.items:not(.unstackable)>.item>.image+.content {
        padding: 0;
    }
    li {
        padding-bottom: 0;
    }
    .jobMetaInfos {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .jobMetaInfosWrapper svg {
        height: auto;
        width: 18px;
    }
    .jobMetaInfosWrapper p {
        font: normal normal bold 18px/28px 'Beatrice-Bold', Helvetica;
    }
    #headerWrapper, #fixedHeader, section, #fixedFooter {
        padding-left: 20px;
        padding-right: 20px;
    }
    #fixedHeader {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .logoWrapper a {
        width: 180px;
    }
    header {
        margin-top: 62px;
    }
    .slick-slider {
        margin-top: 0;
    }
    .ui.items:not(.unstackable)>.item>.image, .ui.items:not(.unstackable)>.item>.image>img {
        width: 300px!important;
    }
    .slick-slide {
        padding: 20px!important;
    }
    .ui.items:not(.unstackable)>.item {
        margin: 0!important;
    }
    .ui.grid > * {
        padding-left: 0;
        padding-right: 0;
    }
    .contact {
        padding: 25px 20px;
    }
    .contactWrapper {
        display: block;
    }
    .contactWrapper .column {
        margin-bottom: 50px;
    }
    .contact .email, .contact .phone {
        background-size: 18px;
        padding-left: 30px;
    }
    .apply {
        display: none;
        margin-top: 30px;
    }
    .apply a {
        font: normal normal bold 20px/30px 'Beatrice-Bold', Helvetica!important;
    }
    .fixedFooterTile:last-of-type {
        display: none;
    }
    .fixedFooterTile img {
        height: auto;
        width: 30px;
    }
    .shareUsWrapper {
        gap: 20px;
        padding: 0;
    }
    .buttonWrapperSecondary {
        font: normal normal bold 30px/30px 'Beatrice-Bold', Helvetica;
        padding: 5px 48px;
    }
    .fixedFooterTile:nth-child(2) {
        margin: 0;
        position: absolute;
        right: 20px;
    }
    .benefits ul {
        margin-left: 0;
    }
    #fixedFooter {
        padding-bottom: 15px;
    }
    #shareUsContainer {
        left: initial;
    }
    #shareUsContainer:after {
        display: none;
        visibility: hidden;
    }
    .introVideoArea {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .jobMetaInfos {
        grid-template-columns: 1fr;
    }
    .buttonWrapperSecondary {
        padding: 5px 15px;
    }
    .slick-dots button {
        display: none !important;
        visibility: hidden;
    }
    section .slick-dots li:before {
        content: '\2022';
        font-size: 65px;
        margin-left: 0;
        opacity: 0.4;
        position: relative;
    }
    section .slick-dots li.slick-active:before {
        opacity: 1;
    }
}



/*
** seora styles
 */

 .seora #headerWrapper {
    background-color: #006b62;
 }

 .seora #intro h2,
 .seora .team-title {
    color: #006b62;
 }

 .seora ul li:before {
    color: #006b62;
 }

 .seora .benefitsSection h2 {
    margin-top:60px!important;
 }