body {
    font-family: 'Noto Sans Thai', Arial, Helvetica, sans-serif;
}
#backdrop {
    position: fixed;
    height: 100%; width: 100%;
    background-color: #8B8B8B;
    /* background-image: linear-gradient(#8B8B8B);
    background-image: linear-gradient(white, white 8%, #8B8B8B 25%); */
    opacity: 60%;
    /* backdrop-filter: blur(10px); */
    z-index: 1;
    display: none;
}
#backdrop.show {
    display: block;
}
.logo-link {
    z-index: 20;
}
.logo-direct-call {
    width: 130px;
}
#link-quotes {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    z-index: 10;
}
.footer {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.scale-mirror {
    transform: scaleX(-1);
}
button {
    border: 0;
}
.footer a {
    text-decoration: none;
    color: black;
}
.wa-link {
    color: black;
    text-decoration: none;
}
.wa-link img {
    position: relative;
    top: 2px;
}
.quote-name {
    font-style: italic;
    font-weight: bold;
    padding: 10px 5px 0px;
    align-self: end;
    text-align: right;
}
.btn-video img {
    cursor: pointer;
    animation: video-btn-anim 1.5s ease infinite;
}

@keyframes video-btn-anim {
    0% {
    }
    25% {
        transform: scale(1.3);
    }
    100% {}
}



.video-container {
    /* backface-visibility: hidden;
    -webkit-backface-visibility: hidden; */
    will-change: transform;
    position: relative;
    transition: padding 0.4s ease-in-out;
    overflow: hidden;
}
.video-container video {
    display: none;
}
.quote.video-container.playing {
    padding: 10px;
}
.quote.video-container.playing .quote-text-container {
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}
.video-container.playing .quote-text, .video-container.playing .quote-name {
    display: none;
}
.video-container.playing video {
    display: inline;
}
.quote.video-container.playing .employee {
    bottom: -400px;
}
.quote.video-container.playing .employee-mask {
    top: -200px;
}
.quote.video-container.playing .btn-video {
    bottom: -200px;
}
.video-container.playing {
    /* animation-name: example;
    animation-duration: 0.5s;
    animation-fill-mode: forwards; */
    
    /* transform: rotateX(180deg); */
    /* outline: 10px solid red; */
}
.quote {
    background-color: #fdd75a;
    padding: 80px 60px 85px;
    /* padding-right: 30px; */
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
}
.quotes .quote {
    margin: 50px 0;
}
.quote-text-container {
    position: relative;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* align-items: end; */
    justify-content: center;
    outline: 8px solid #fdd75a;
    min-height: 100px;
    text-align: justify;
}
.quotes-icon {
    position: absolute;
    top: 0; left: 50%; top: -30px;
    /* outline: 1px solid red; */
    width: 21px; height: 21px;
    background-color: white;
    
}
.upper-quotes {
    position: absolute;
    top: 0px; right: 50%;
}
.quote.mirror .upper-quotes {
    left: auto; right: 70%;
}
.lower-quotes {
    transform: rotateZ(180deg);
    position: absolute;
    bottom: -10px; left: 30%;
}
.quote.mirror .lower-quotes {
    left: auto; right: 15%;
}
.quotes-icon:before {
    content: "";
    position: absolute;
    top: -20px; left: -20px;
    width: 60px; height: 40px;
    background-color: #fdd75a;
    z-index: -1;
}
.quotes-icon:after {
    content: "";
    position: absolute;
    top: -22px; left: 0;
    width: 30px; height: 30px;
    border: 10px solid white;
    border-radius: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotateZ(30deg)
}
.quotes-icon > .quotes-icon {
    top: 0; left: 30px;
}
.speech-bubble {
    position: relative;
    position: absolute;
    z-index: -1;
    left: 0px; right: 0px; top: 0px; bottom: 0px;
}
.quote-text-container .outline {
    position: absolute;
    left: -30px; right: -30px; top: -30px; bottom: -40px;
    border: 3px solid white;
    border-bottom: 0;
    border-radius: 20px;
    z-index: -2;
    /* outline: 2px solid red; */
}
.quote-text-container .outline-bottom {
    position: absolute;
    left: -30px; right: -30px; top: 100%; bottom: -40px;
    border-bottom: 3px solid white;
    border-radius: 20px;
    transform-origin: left bottom;
    /* outline: 2px solid red; */
    z-index: -2;
    transform: rotateZ(-4deg);
}
.quote.mirror .quote-text-container .outline-bottom {
    transform-origin: right bottom;
    transform: rotateZ(4deg);
}
.speech-bubble .mask-top {
    position: absolute;
    left: 50%; right: -40px; top: -60px; height: 40px;
    /* outline: 2px solid red; */
    background-color: #fdd75a;
}
.quote.mirror .speech-bubble .mask-top {
    right: 50%; left: -40px;
}

.outline-bottom .mask-bottom {
    position: absolute;
    left: 75%; right: -20px; bottom: -25px; height: 40px;
    /* outline: 2px solid red; */
    background-color: #fdd75a;
}
.quote.mirror .outline-bottom .mask-bottom {
    right: 75%; left: -20px; bottom: -25px; height: 40px;
}

.speech-bubble .mask-right {
    position: absolute;
    right: -50px; top: -60px; bottom: -60px; width: 40px;
    /* outline: 2px solid red; */
    background-color: #fdd75a;
}
.quote.mirror .speech-bubble .mask-right {
    left: -50px; right: auto;
}

.outline-bottom .arrow {
    display: none;
    position: absolute;
    left:50%; bottom:0px; transform: translateY(100%);
}
/* .quote.mirror .outline-bottom .arrow {

} */
.quote .employee {
    display: none;
    transition: top 0.4s ease-in-out, bottom 0.4s ease-in-out;
    /* -webkit-filter: drop-shadow(2px 2px 0 white)
                  drop-shadow(-2px -2px 0 white);
  filter: drop-shadow(2px 2px 0 white) 
          drop-shadow(-2px -2px 0 white); */
}

.btn-video img {
    cursor: pointer;
}
.btn-video {
    position: absolute;
    transition: bottom 0.4s ease-in-out;
    right: 10px; bottom: -0px;
    /* width: 100%; */
}
.quote.mirror .btn-video {
    right: auto; left: 10px;
}
.employee-mask {
    position: absolute;
    top:10px;
    right: 10px;
    width:80px;
    height:80px;
    border-radius:50%;
    outline: 3px solid white;
    transition: top 0.4s ease-in-out, bottom 0.4s ease-in-out;
}
.quote.mirror .employee-mask {
    left: 10px;
}
@keyframes example {
    0%   {
        /* transform: rotateX(180deg); */
    }
    /* 25%  {
        transform: rotateX(180deg);
    }
    50%  {
        transform: rotateX(180deg);
    } */
    100% {
        transform: perspective(1000px) rotateX(90deg);
    }
}



.bg-quote {
    width: 100%;
}
.content-training .item {
    display: flex;
    align-items: center;
    gap: 35px;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.content-training .item .text {
    flex-grow: 1;
}
.content-training .item img {
    width: 112px;
    display: none;
}
.joy-to-meet {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.joy-to-meet img {
    z-index: 10;
    transform: rotateZ(-4.27deg);
}
.joy-to-meet img {
    border-radius: 10px;
    border: 4px solid #009fe4;
}
.joy-to-meet .text {
    padding: 20px;
    transform: translate(-10px, -5px);
    background-color: #FDC300;
}
.training-steps {
    display: flex;
    flex-wrap: wrap;
}
.training-steps > .steps {
    display: flex;
    /* font-size: 14px; */
    align-items: center;
    justify-content: center;
    align-items: start;
    /* flex-direction: row; */
}
.training-steps .arrow-right {
    width: 25px; /* 65px */
    transform: translateY(-10px);
}
.steps.first {
    margin-top: 30px;
}
.steps.last {
    margin-top: 30px;
}
/* training-steps mobile */
.img-step {
    position: relative;
    margin: 0 30px;
}
.img-step {
    display: inline-block;
}
.img-step:after {
    content: "";
    position: absolute;
    right:-40px;
    top: 44px;
    width: 25px;
    height: 25px;
    background-image: url("../img/pfeil-rechts.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.img-step.last:after {
    transform: rotateZ(180deg);
}
@media screen and (max-width: 767.9px) {
    .img-step.second:after {
        top: 145px;
        right: 35px;
        transform: rotateZ(90deg);
    }
    .steps.last {
        margin-top: 60px;
    }
    .steps.last .order-2 span:after {
        display: none;
    }
}


.arrow-right.rotate {
    margin-left: auto;
    transform:rotateZ(90deg);
}

svg .cls-5 {
    /* fill: #d6d061; */
    fill: #c8c28e;
    fill: black;
}
a {
    color: #2463ab;
}
.color-black {
    color: black;
}
.text-deco-none {
    text-decoration: none;
}
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    /* box-shadow: 0px 4px 5px -3px #b0b0b0; */
}
.section.header {
    padding: calc(1% + 11px);
    padding-top: 25px;
    padding-bottom: 15px;
}
.menu-bar {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 1.4;
}
.menu-bar > div {
    /* margin-left: 15px; */
}
#menu {
    position: relative;
    z-index: 20;
    cursor: pointer;
    background-color: white;
}
/* form */
#form-contact {
    margin: 0 auto;
    flex-grow: 1;
}
.contact-person {
    max-width: 192px;
}
#form-contact input.text {
    width: 100%;
    display: block;
    margin-top: 5px;
    line-height: 25px;
    padding: 5px 10px;
}
#form-contact input.text, #form-contact textarea {
    border: 1px solid #B1B1B1;
    background-color: #F5F5F5;
    box-sizing: border-box;
}
#form-contact textarea {
    width: 100%;
    resize: none;
    padding: 10px;
}
#form-contact label {
    margin-top: 5px;
    display: block;
    font-size: 14px;
}
#form-contact #btn-submit {
    /* color: white;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 0;
    font-weight: bold;
    background-color: #0399D6;
    max-width: 300px; */
}
.error {
    color: red;
    margin-top: 5px;
    display: inline-block;
}
/* form end */
#menu-icon,
#menu-icon:before,
#menu-icon:after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    right: 0;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
    background-color: #004166;
}
#menu-icon {
    top: 12px;
    transform-origin: left;
}
#menu-icon:before {
    top: -12px;
    /* transform-origin: left center; */
}
#menu-icon:after {
    top: 12px;
    /* transform-origin: right center; */
}
#menu-icon.open:before {
    top: 0px;
    transform: rotateZ(-90deg);
}
#menu-icon.open {
    top: 0px;
    transform: rotateZ(45deg);
}
#menu-icon.open:after {
    transform: rotateZ(0deg);
    top: 0;
    opacity: 0;
}
#menu-container {
    font-family: 'Noto Sans Thai', Arial, Helvetica, sans-serif;
    padding-top: 45px;
    cursor: auto;
    /* display: none; */
    position: absolute;
    background-color: white;
    top: 20px;left:0%;right: 0%;
    margin: 0 auto;
    /* outline: 2px solid red; */
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    user-select: none;
    overflow: hidden;
    width: 98%;
    border-radius: 5px;
    text-align: center;
    transform: translateY(calc(-100% - 20px));
    z-index: 15;
    transition: all 0.3s ease-in-out;
}
#menu-container a {
    color: #004166;
    text-decoration: none;
    border-bottom: 1px dashed #E6E6E6;
    padding: 7px 15px;
    display: block;
    border-radius: 3px;
    margin: 10px;
}
#menu-container a:hover {
    background-color: #f4f4f4;
}
#menu-container a:last-child {
    border: 0;
}
#menu-container.show {
    /* transform: scaleY(1); */
    transform: translateY(0);
}
.horizontal-menu {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
    margin: 0 -20px;
    gap: 2px;
}
.horizontal-menu a {
    color: black;
    text-decoration: none;
    height: 15px;
}
.horizontal-menu > a {
    background-color: #2463AB;
    color: white;
    padding: 10px 15px 8px;
    flex-grow: 1;
}
.horizontal-menu > a:hover, .horizontal-menu > a.active {
    background-color: #009EE3;
}
.apply-now-header {
    text-align: center;
    background-color: #F5C910;
    border-radius: 0px 5px 5px 0px;
    padding: 4px 10px 4px 20px;
    margin-left: -12px;
    line-height: 1;
}
a.apply-now-menu {
    color: black;
    background: #F5C910;
    padding: 10px 15px 8px 8px;
}
a.apply-now-menu:hover {
    background: #fed11d!important;
}
.section {
    max-width: 710px;
    padding: 10px;
    margin: 0 auto;
    background-color: #FFF;
}
.details-heading {
    color: white;
    background-color: #00A2E5;
    border-radius: 4px;
}
.apply-now {
    padding: 15px 0;
    border-radius: 15px;
    transform: perspective(400px) rotateY(-15deg);
    font-size: 20px;
    margin: 0 auto;
    max-width: 280px;
    background-color: #FDC300;
    cursor: pointer;
    position: relative;
    left: -10px;
}
.apply-now.invert {
    background-color: #00A2E5;
}
.apply-now.invert {
    color: white;
}
.apply-now.invert .rocket {
    background-color: #FDC300;
}
.apply-now a {
    color: black;
    text-decoration: none;
}
 .rocket {
    position: absolute;
    top:-100%;right:0;
    width: 65px;
    height: 65px;
    background-color: #00A2E5;
    border-radius: 50%;
    border: 3px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.rocket:after {
    content: "";
    width: 62px; height: 60px;
    background-image: url("../img/rakete.svg");
    background-repeat: no-repeat;
    transform:rotateZ(25deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.rocket-plain {
    position: static;
    width: 28px; height: 28px;
    z-index: 10;
}
.rocket-plain:after {
    width: 28px; height: 28px;
}
.rocket:after {
    animation: rocket-anim 3s ease infinite;
}
.rocket-no-bg {
    background-color: transparent;
    border: 0;
}
.rocket-no-bg::after {
   
}
@keyframes rocket-anim {
    0% {
    }
    18.75% {
        transform: rotateZ(-20deg);
    }
    36% {
        transform: translateY(-80px) rotateZ(-20deg);
    }
    37% {
        transform: translate(-100px, -80px) rotateZ(-20deg);
    }
    38% {
        transform: translate(-100px, 80px) rotateZ(-20deg);
    }
    39% {
        transform: translateY(80px) rotateZ(-20deg);
    }
    56.25% {
        transform: rotateZ(-20deg);
    }
    75% {
        transform: rotateZ(25deg);
    }
    100% {}
}
.job-details-icon {
    margin-right: 20px;
    margin-left: 100px;
    display: none;
}
.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-child-wrap {
    flex: 1 0 100%;
}
.bg-dark {
    background-color: #EEE;
}
.section.dark {
    background-color: #F5F5F5;
}
.section.cream {
    background-color: #f6f2e4;
}
.full-page-width {
    margin-left: -10px;
    margin-right: -10px;
}
.banner-top {
    margin: 5px -10px 0px;
    width: calc(100% + 20px);
}
.banner-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B557FF;
    padding: 20px 0;
}
.banner-privacy img {
    
}
.heading {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.sub-heading {
    font-size: 18px;
}
.text {
    color: #000;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    /* text-align: justify; */
}
p {
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.align-items-start {
    align-items: start;
}
.align-items-between {
    align-items: space-between;
}
.flex-column {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.w-100 {
    width: 100%!important;
}
.w-300px {
    width: 300px!important;
}
.lh-1 {
    line-height: 1;
}
.lh-12 {
    line-height: 1.2;
}
.lh-13 {
    line-height: 1.3;
}
.lh-15 {
    line-height: 1.5;
}
.outline-white-5 {
    outline: 5px solid white;
}
.outline-aaa-4 {
    outline: 4px solid #efefef;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.gap-10 {
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}
.gap-30 {
    gap: 30px;
}
.gap-40 {
    gap: 40px;
}
.gap-50 {
    gap: 50px;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mt-0 {
    margin-top: 0!important;
}
.mx-10 {
    margin-left: 10px!important;
    margin-right: 10px!important;
}
.mx-15 {
    margin-left: 15px!important;
    margin-right: 15px!important;
}
.mx-20 {
    margin-left: 20px!important;
    margin-right: 20px!important;
}
.mx-30 {
    margin-left: 30px!important;
    margin-right: 30px!important;
}
.mx-40 {
    margin-left: 40px!important;
    margin-right: 40px!important;
}
.mx-50 {
    margin-left: 50px!important;
    margin-right: 50px!important;
}
.my-0 {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.px-0 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.py-0 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.py-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.py-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.py-40 {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
.py-50 {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.pb-0 {
    padding-bottom: 0!important;
}
.ml-auto {
    margin-left: auto!important;
}
.ml-5 {
    margin-left: 5px!important;
}
.ml-10 {
    margin-left: 10px!important;
}
.ml-20 {
    margin-left: 20px!important;
}
.ml-30 {
    margin-left: 30px!important;
}
.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}
.my-5 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}
.my-10 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.my-20 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
.my-30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}
.my-40 {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
}
.my-50 {
    margin-top: 50px!important;
    margin-bottom: 50px!important;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.mb-15 {
    margin-bottom: 15px!important;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.mb-50 {
    margin-bottom: 50px!important;
}
.ml-30 {
    margin-left: 30px!important;
}
.ml-40 {
    margin-left: 40px!important;
}
.ml-50 {
    margin-left: 50px!important;
}
.mt-5 {
    margin-top: 5px!important;
}
.mt-10 {
    margin-top: 10px!important;
}
.mt-15 {
    margin-top: 15px!important;
}
.mt-20 {
    margin-top: 20px!important;
}
.mt-30 {
    margin-top: 30px!important;
}
.mt-40 {
    margin-top: 40px!important;
}
.mt-50 {
    margin-top: 50px!important;
}
.mt-70 {
    margin-top: 70px!important;
}
.mt-80 {
    margin-top: 80px!important;
}
.mt-100 {
    margin-top: 100px!important;
}
.mr-5 {
    margin-right: 5px!important;
}
.mr-10 {
    margin-right: 10px!important;
}
.mr-15 {
    margin-right: 15px!important;
}
.mr-20 {
    margin-right: 20px!important;
}
.mr-30 {
    margin-right: 30px!important;
}
.mr-40 {
    margin-right: 40px!important;
}
.mr-50 {
    margin-right: 50px!important;
}
.pr-10 {
    padding-right: 10px!important;
}
.pr-15 {
    padding-right: 15px!important;
}
.pr-20 {
    padding-right: 20px!important;
}
.pr-30 {
    padding-right: 30px!important;
}
.pt-10 {
    padding-top: 10px!important;
}
.pt-15 {
    padding-top: 15px!important;
}
.pt-20 {
    padding-top: 20px!important;
}
.pt-30 {
    padding-top: 30px!important;
}
.d-none {
    display: none;
}
.sticky-note {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    background-color: #00A2E5;
    padding: 16px 25px;
    /* position: sticky; */
    /* top: calc(100% - 88px); */
    top: 100%;
    max-width: 710px;
    margin: 0 auto;
    /* transform:translateY(-50%); */
}
/* .sticky-placeholder {
    height: 88px;
} */

.job-offer-container {
    position: relative;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    background-color: #00A2E5;
    margin: 20px 0;
    text-align: center;
}

.job-offer-container img {
    position: absolute;
    top: -55px; right: 0px;
}

.job-offer-container > * {
    margin: 0 10px;
}

.p-5 {
    padding: 5px!important;
}
.p-10 {
    padding: 10px!important;
}
.p-20 {
    padding: 20px!important;
}
.pt-0 {
    padding-top: 0!important;
}

/* slider */
.slider .content > *{
    margin: 10px;
}
.slider .content {
    padding: 0 15px;
}
.slider-container {
    overflow: hidden;
    background-color: white;
    /* box-shadow: -1px 5px 15px black; */
}

/* slider images*/
.slider-wrapper{
    width: 100%;
    display: flex;
    animation: slide 32s infinite;
    animation-play-state: running;
}

.slider-wrapper:hover {
    /* animation-play-state: paused; */
}

.slider .content {
    flex-wrap: wrap;
    justify-content: center;
}

.slider-img {
    flex-grow: 100;
    max-width: 325px;
}

.slider .text {
    width: 325px;
}

.slider-slide {
    width: 100%;
    flex-shrink: 0;
}

/* benefits */
.benefit-wrapper {
    padding: 0 20px;
}
.benefit {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 40px;

    grid-template-areas: "image" "text";
}
.benefit .text {
    grid-area: text;
}
.benefit .image {
    grid-area: image;
    position: relative;

}
.benefit .image img {
    width: 100%;
}
.benefit .image .benefit-icon {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 100px;
}
.benefit:nth-child(even) .image .benefit-icon  {
    left: -32px;
}
.benefit > div {

}
.benefit .text {
    margin-top: 20px;
}
.d-block {
    display: block;
}
@media screen and (min-width: 576px) {
    .logo-direct-call {
        width: 168px;
    }
    .mb-sm-20 {
        margin-bottom: 10px!important;
    }
    .my-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .d-sm-block {
        display: block;
    }
    .d-sm-flex {
        display: flex;
    }
    .flex-sm-column {
        flex-direction: column;
    }
    .flex-sm-row {
        flex-direction: row;
    }
    .banner-top {
        margin: 0 -20px 0;
        width: calc(100% + 40px);
    }
    .heading {
        font-size: 22px;
    }
    .job-offer-container {
        font-size: 24px;
    }
    .job-offer-container img {
        /* display: block; */
    }

    .job-offer-container > * {
        margin: 0 25px;
    }
    .section {
        padding: 20px;
    }
    .section.header {
        padding: 20px;
    }
    .full-page-width {
        margin-left: -20px;
        margin-right: -20px;
    }
    .job-details-icon {
        display: inline;
    }
    .d-sm-none {
        display: none;
    }
    .content-training .item img {
        display: block;
    }
    /* .sticky-note {
        top: calc(100% - 60px);
    } */
    /* .sticky-placeholder {
        height: 60px;
    } */
    .slider .content {
        padding: 0 50px;
    }

    /* benefits */
    .benefit-wrapper {
        padding: 0 40px;
    }
    .quote {
        padding-top: 60px;
    }
    .quote {
        padding-right: 150px;
    }
    .quote.mirror {
        padding-right: 60px;
        padding-left: 150px;
    }
    .quote .employee {
        display: inline;
        position: absolute;
        bottom: 0; right: -30px;
        height: 90%; max-height: 270px;
        /* left: -4%; height: 80%; */
    }
    .quote.mirror .employee {
        left: 0%; right: auto;
    }
    .quote-text-container {
        padding-right: 50px;
    }
    .quote.mirror .quote-text-container {
        padding-right: 10px;
        padding-left: 50px;
    }
    .quote.playing:nth-child(even) .quote-text-container {
        padding-left: 0;
    }
    .outline-bottom .arrow {
        display: inline;
    }
    .btn-video {
        right: auto; left: 0;
    }
    .quote.mirror .btn-video {
        left: auto; right: 5px;
    }
    .employee-mask {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .heading {
        font-size: 24px;
    }
    .my-md-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .mx-md-45 {
        margin-left: 45px!important;
        margin-right: 45px!important;
    }
    .mb-md-50 {
        margin-bottom: 50px!important;
    }
    .job-offer-container {
        font-size: 30px;
    }
    .d-md-block {
        display: block;
    }
    .d-md-flex {
        display: flex;
    }
    .d-md-inline {
        display: inline;
    }
    .d-md-none {
        display: none;
    }
    .d-md-flex {
        display: flex;
    }
    .w-md-70 {
        width: 70px;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .benefit {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "image text";
        margin-bottom: 40px;
        position: relative;
    }
    .benefit:nth-child(even) {
        grid-template-areas: "text image";
    }
    .benefit:last-child {
        margin-bottom: 0;
    }
    .benefit .text{
        margin-top: 0;
    }
    .benefit:nth-child(odd) .text {
        padding-left: 20px;
        /* padding-right: 20px; */
    }
    .benefit:nth-child(even) .text {
        padding-right: 0px;
    }
    .benefit:nth-child(odd) .image {
        padding-right: 20px;
    }
    .benefit:nth-child(even) .image {
        padding-left: 20px;
    }
    .benefit-wrapper {
        padding: 0;
    }
    .benefit .image .benefit-icon {
        right: -12px;
    }
    .benefit:nth-child(even) .image .benefit-icon  {
        left: -12px;
    }
    .img-step.last:after {
        display: none;
    }
}

.quote.col-57abcd {
    background-color: #57abcd;
}
.quote.col-57abcd .mask-right, .quote.col-57abcd .mask-bottom, .quote.col-57abcd .mask-top {
    background-color: #57abcd;
}
.quote.col-57abcd .quote-text-container {
    outline-color: #57abcd;
}
.quote.col-57abcd .quotes-icon:before {
    background-color: #57abcd;
}
.quote.col-aa8694 {
    background-color: #aa8694;
}
.quote.col-aa8694 .mask-right, .quote.col-aa8694 .mask-bottom, .quote.col-aa8694 .mask-top {
    background-color: #aa8694;
}
.quote.col-aa8694 .quote-text-container {
    outline-color: #aa8694;
}
.quote.col-aa8694 .quotes-icon:before {
    background-color: #aa8694;
}

.quote.col-82b7ad {
    background-color: #82b7ad;
}
.quote.col-82b7ad .mask-right, .quote.col-82b7ad .mask-bottom, .quote.col-82b7ad .mask-top {
    background-color: #82b7ad;
}
.quote.col-82b7ad .quote-text-container {
    outline-color: #82b7ad;
}
.quote.col-82b7ad .quotes-icon:before {
    background-color: #82b7ad;
}

.quote.col-d7be7e {
    background-color: #d7be7e;
}
.quote.col-d7be7e .mask-right, .quote.col-d7be7e .mask-bottom, .quote.col-d7be7e .mask-top {
    background-color: #d7be7e;
}
.quote.col-d7be7e .quote-text-container {
    outline-color: #d7be7e;
}
.quote.col-d7be7e .quotes-icon:before {
    background-color: #d7be7e;
}
.quote.col-98d1ef {
    background-color: #98d1ef;
}
.quote.col-98d1ef .mask-right, .quote.col-98d1ef .mask-bottom, .quote.col-98d1ef .mask-top {
    background-color: #98d1ef;
}
.quote.col-98d1ef .quote-text-container {
    outline-color: #98d1ef;
}
.quote.col-98d1ef .quotes-icon:before {
    background-color: #98d1ef;
}
.quote.col-d6d061 {
    background-color: #d6d061;
}
.quote.col-d6d061 .mask-right, .quote.col-d6d061 .mask-bottom, .quote.col-d6d061 .mask-top {
    background-color: #d6d061;
}
.quote.col-d6d061 .quote-text-container {
    outline-color: #d6d061;
}
.quote.col-d6d061 .quotes-icon:before {
    background-color: #d6d061;
}
.quote.col-c8c28e {
    background-color: #c8c28e;
}
.quote.col-c8c28e .mask-right, .quote.col-c8c28e .mask-bottom, .quote.col-c8c28e .mask-top {
    background-color: #c8c28e;
}
.quote.col-c8c28e .quote-text-container {
    outline-color: #c8c28e;
}
.quote.col-c8c28e .quotes-icon:before {
    background-color: #c8c28e;
}
.quote.col-a4a5d5 {
    background-color: #a4a5d5;
}
.quote.col-a4a5d5 .mask-right, .quote.col-a4a5d5 .mask-bottom, .quote.col-a4a5d5 .mask-top {
    background-color: #a4a5d5;
}
.quote.col-a4a5d5 .quote-text-container {
    outline-color: #a4a5d5;
}
.quote.col-a4a5d5 .quotes-icon:before {
    background-color: #a4a5d5;
}

/* cookies */
#cookie-consent {
    background-color:  rgb(230,230,230);
    position: sticky; bottom: 0; left:0;right:0;
    z-index: 1000;
    padding: 10px;
    margin: 0 auto;
}

.consent-container {
    max-width: 730px;
    margin: 0 auto;
}

.consent-heading {
    color: black;
    font-weight: 600;
}

#cookie-accept {
}

.consent-text {
    color: #000;
    font-size: 14px;
}

#cookie-edit {
    margin: auto;
    max-width: 520px;
}

input[type=checkbox] {
    transform: scale(1.8);
    will-change: transform;
}

.btn-cookie-consent {
    font-size: 16px;
    background-color: white;
    padding: 10px 8px;
    text-decoration: none;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
}

.btn-primary {
    background: #19c28c;
    color: #fafafa;
}

.btn-cookie-consent.cookie-edit {
    /* font-size: 14px; */
    /* text-decoration: underline;
    padding: 0;
    margin-top: 15px; */
}

/* checkbox align */
.session-cookie-label {
    /* line-height: 1.2; */
    /* margin: 4px 0; */
}
.session-cookie-label:before {
    vertical-align: top;
}

#cookie-edit .settings-apply {
    font-size: 14px;
    background: #19c28c;
    color: #fafafa;
    align-self: center;
}

@media screen and (min-width: 768px) {
    /* #cookie-edit .settings-apply {
            height: 16px;
    } */
    .btn-cookie-consent.cookie-edit {
        /* background-color: #767676;;
        color: #fafafa;
        text-decoration: none;
        padding: 10px 8px;
        margin-top: 0; */
    }
}
#cookie-edit .consent-text {
    line-height: 1.3;
}
@media screen and (max-width: 575.98px) {
    #cookie-edit .consent-text {
        font-size: 12px;
    }
}

#cookie-edit input[type=checkbox]:disabled + label:before {
    background-color: red;
}

.consent-hint {
    line-height: 1.3;
    text-align: justify;
}

/* slide animation */
@keyframes slide {
    0%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(0);
    }
    30%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    55%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-200%);
    }
    80%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(0%);
    }
}