@font-face {
    font-family: 'Poppins';
    src: url('Fonts/Poppins/Poppins-SemiBoldItalic.woff') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('Fonts/Open-Sans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.paragraph-section-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.paragraph-titles-container {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.paragraph-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.paragraph-container {
    width: calc(50% - 10px);
    height: 100%;
    margin: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-left: 20px;
}

.paragraph-section {
    background: #f0f3f9;
}

@media (max-width: 768px) {
    .paragraph-title {
        font-size: 18px;
        line-height: 27px;
    }

    .paragraph-subtitle {
        font-size: 24px;
        line-height: 36px;
    }

    .paragraph-container {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .paragraph-section-container {
        flex-direction: column;
    }

    .paragraph-titles-container {
        width: 100%;
    }

    .paragraph-title {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .paragraph-subtitle {
        font-size: 26px;
        line-height: 39px;
        text-align: center;
    }

    .paragraph-container {
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        margin-left: 0;
    }
}

/* CTA */

.cta-title {
    max-width: 60%;
    text-align: center;
}

.cta-subtitle {
    max-width: 42%;
    text-align: center;
}

@media (max-width: 768px) {
    .cta-title {
        font-size: 26px;
        line-height: 39px;
        max-width: 70%;
    }

    .cta-subtitle {
        max-width: 80%;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .cta-subtitle {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 375px) {
    .cta-title {
        max-width: 85%;
    }

    .cta-subtitle {
        max-width: 90%;
    }
}

/* TESTIMONIALS */

.testimonials-section {
    padding-top: 0;
    position: relative;
    background-size: cover;
}

.testimonials-overlay {
    padding-top: 0;
}

.testimonials-overlay.with-quote {
    padding-top: 75px;
}

.testimonials-overlay.with-image {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.testimonials-section-inner {
    align-items: flex-start;
    height: 475px;
}

.testimonials-container {
    display: flex;
    flex-direction: row;
    width: fit-content;
    position: absolute;
    align-items: center;
    transition: all 0.3s ease-out;
}

.testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100vw - 100px);
    max-width: calc(1280px - 100px);
    box-sizing: border-box;
    margin-left: 25px;
    margin-right: 25px;
}

.testimonial-content {
    text-align: center;
    max-width: 800px;
    font-size: 26px;
    line-height: 39px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    padding: 0 20px;
}

.testimonial-content.with-image {
    color: white;
}

.testimonial-author {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #03a3de;
    font-style: normal;
    margin: 10px 0;
}

.testimonial-author.with-quote {

    margin: 50px 0;
}

.testimonials-quote {
    position: absolute;
    font-style: normal;
    font-weight: 600;
    font-size: 200px;
    line-height: 300px;
    text-align: center;
    font-style: italic;
    color: #018AC9;
    width: 100px;
    left: calc(50% - 65px);
}

.testimonial-arrow {
    position: absolute;
    top: calc(50% - 30px);
    cursor: pointer;
}

.testimonial-arrow.left {
    left: 100px;
}

.testimonial-arrow.right {
    right: 100px;
}

.testimonials-pagination {
    position: absolute;
    bottom: 70px;
    display: flex;
}

.testimonials-pagination-button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9e9c9c;
    cursor: pointer;
    margin: 5px;
}

.testimonials-pagination-button.selected {
    background: #0092d5;
}

@media (max-width: 768px) {
    .testimonials-section-inner {
        height: 390px;
    }

    .testimonial-content {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonial-arrow {
        height: 36px;
    }

    .testimonial-arrow.left {
        left: 15px;
    }

    .testimonial-arrow.right {
        right: 15px;
    }

    .testimonials-pagination {
        bottom: 60px;
    }
}

@media (max-width: 480px) {
    .testimonials-section-inner {
        height: 470px;
    }

    .testimonial-content {
        font-size: 18px;
        line-height: 27px;
        line-clamp: 9;
        -webkit-line-clamp: 9;
    }

    .testimonial-author {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0;
    }

    .testimonial-arrow {
        height: 30px;
    }

    .testimonial-arrow.left {
        left: 10px;
    }

    .testimonial-arrow.right {
        right: 10px;
    }
}

@media (max-width: 375px) {
    .testimonial {
        width: calc(100vw - 60px);
        margin-left: 5px;
        margin-right: 5px;
    }

    .testimonials-section-inner {
        height: 550px;
    }

    .testimonial-content {
        line-clamp: 11;
        -webkit-line-clamp: 11;
    }
}

/* IMAGE-SECTION */

.section.image-section {
    padding: 0;
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
}

.image-section-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 1920px;
}

.section.image-section.about-us {
    margin-bottom: -10px;
}

.section.image-section.about-us>picture>img {
    object-position: center 70%;
}

@media (max-width: 768px) {
    .section.image-section {
        height: 340px;
    }

    .section.image-section.about-us {
        height: unset;
        /* max-height: 550px; */
    }
}

@media (max-width: 480px) {
    .section.image-section {
        height: 550px;
    }

    .section.image-section.about-us {
        height: unset;
    }
}

@media (max-width: 375px) {
    .section.image-section {
        height: 460px;
    }

    .section.image-section.about-us {
        height: unset;
    }
}

/* VIDEO-SECTION */

.section.video-section {
    padding: 0;
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
}

.video-section-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 1920px;
}

@media (max-width: 768px) {
    .section.video-section {
        height: 340px;
    }
}

@media (max-width: 480px) {
    .section.video-section {
        height: 550px;
    }
}

@media (max-width: 375px) {
    .section.video-section {
        height: 460px;
    }
}

/* VIDEO COMPONENT */

.section.video-section.component {
    height: 100%;
    padding: 0 0;
    box-sizing: border-box;
}

.embedded-video-container {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.embedded-video-iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .section.video-section.component {
        padding: 0 0;
    }
}

@media (max-width: 480px) {
    .section.video-section.component {
        padding: 0 0;
    }
}

/* STATISTICS-SECTION */

.section.statistics-section {
    padding: 0;
    color: white;
    display: grid;
}

.section.statistics-section>* {
    overflow: hidden;
}

.statistics-image {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    grid-area: 1/1;
    contain: size;
}

.statistics-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 57.29%, #000000 100%);
    mix-blend-mode: normal;
    grid-area: 1/1;
}

@media (max-width: 375px) {
    .statistics-overlay>.section-inner {
        padding: 50px 0;
    }
}

.statistics-title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 40px;
}

.statistics-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.stat {
    display: flex;
    align-items: center;
    width: fit-content;
}

.stat-value {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 82px;
    margin-right: 10px;
}

.stat-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    width: 200px;
}

@media (max-width: 834px) {
    .statistics-title {
        font-size: 18px;
        line-height: 27px;
        margin-top: 50px;
    }

    .stat {
        flex-direction: column;
        align-items: flex-start;
    }

    .stat-value {
        font-size: 50px;
        line-height: 68px;
        margin: 0;
        text-align: center;
    }

    .stat-title {
        font-size: 18px;
        line-height: 22px;
        width: 175px;
    }
}

@media (max-width: 480px) {
    .statistics-container {
        flex-direction: column;
        align-items: center;
    }

    .statistics-title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }

    .stat {
        flex-direction: row;
        margin-bottom: 20px;
    }

    .stat-value {
        margin-right: 10px;
        width: 175px;
        text-align: right;
    }

    .stat-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 375px) {
    .stat {
        margin-left: unset !important;
        margin-right: unset !important;
    }
}

/* SOLUTIONS */

.solutions-row>.wrp {
    justify-content: center !important;
}

.section.solutions-section.sc>.section-inner {
    margin-bottom: 50px;
}

.sc-solution-arrow {
    margin-bottom: -15px;
    width: 48px;
    height: 48px;
}

.solution-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}



@media (max-width: 860px) {
    .section.solutions-section.sc>.section-inner {
        margin-bottom: 10px;
    }
}

.case-study-image {
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) {
    .single-case-study>div {
        color: black;
    }
}

@media (max-width: 1269px) {
    .members-row>.wrp {
        justify-content: center !important;
    }
}

.section-inner.members {
    padding: 50px 25px 0 25px;
}

.section-subtitle.members {
    margin-bottom: 50px;
}

.section.values {

    background: #f0f3f9;
}

.values-icon {
    width: 30px;
}

.member-image {
    height: 100%;
}

/* FORM */

.form-text-input {
    width: 100%;
    border: none;
    height: 35px;
    border-bottom: 1px solid #03A3DE;
    font-weight: 300;
    font-size: inherit;
    line-height: 27px;
    padding-left: 12px;
    margin-top: 35px;
    box-sizing: border-box;
    font-family: "Poppins";
    color: black;
}

.form-text-input.error {
    border-bottom-color: red;
}

.form-text-input:focus {
    outline: none;
}

.form-tab-button {
    cursor: pointer !important;
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    text-align: center !important;
}

.form-text-area {
    width: 100%;
    height: 265px;
    min-height: 265px;
    border: 1px solid #03A3DE;
    font-weight: 300;
    font-size: inherit;
    line-height: 27px;
    padding: 12px;
    margin-top: 35px;
    box-sizing: border-box;
    font-family: "Poppins";
    color: black;
}

.form-text-area.error {
    border: 1px solid red;
}

.form-text-area:focus {
    outline: none;
}

.form-submit-button {
    width: 175px;
    height: 50px;
    background-color: #03A3DE;
    color: white;
    border: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 27px;
    text-align: center;
    /* margin-top: 40px; */
    cursor: pointer;
}

.form-submit-button:disabled {
    background-color: gray;
    cursor: default;
}

.form-checkbox-item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 50px;
    padding-left: 12px;
    box-sizing: border-box;
}

.form-checkbox-item.privacy-policy {
    padding: 0;
    margin: 0;
    margin-right: 50px;
}

.form-checkbox-label {
    font-family: "Poppins";
    font-weight: 300;
    font-size: inherit;
    line-height: 27px;
    margin-left: 15px;
}

.form-checkbox {
    width: 25px;
    height: 25px;
    border: 2px solid #03A3DE;
    outline: none;
    cursor: pointer;
    min-width: 25px;
}

@media (max-width: 910px) {
    .form-submit-button {
        width: 143px;
        height: 41px;
    }
}

@media (max-width: 800px) {

    .form-checkbox-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .form-submit-button {
        width: 109px;
        height: 31px;
    }
}

@media (max-width: 480px) {
    .form-checkbox {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .form-checkbox-item {
        padding-left: 0;
    }
}

@media (max-width: 433px) {
    .form-checkbox-item.privacy-policy {
        margin: 0 50px;
    }
}

.section-inner.benefits {
    align-items: flex-start;
}

@media (max-width: 628px) {
    .section-inner.benefits {
        align-items: center;
    }
}

.benefit-description {
    line-height: 27px !important;
}

.benefits-row>.wrp {
    /* justify-content: center !important; */
}

.benefit-separator {
    border-bottom: 2px solid #03A3DE !important;
}

.pagination-item {
    cursor: pointer;
}

.gallery-image {
    height: 100%;
    width: 100%;
}

.gallery-image-thumbnail {
    cursor: pointer;
}

.gallery-thumbnails-container {
    position: relative;
    overflow: hidden;
}

.gallery-image-slider {
    position: absolute;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    transition: all 0.3s ease-out;
}

.gallery-main-image {
    width: 100%;
    padding-top: 100%;
}

.gallery-main-image img {
    object-fit: contain;
}

.gallery-thumbnail-image {
    border: 1px solid white;
    width: calc(100% - 8px);
    margin-bottom: 5.5px;
    padding-top: calc(100% - 8px);
    position: relative;
    cursor: pointer;
}

.gallery-thumbnail-image img {
    object-fit: contain;
}

.gallery-thumbnail-image.selected {
    border: 1px solid #0092D5;
}

.gallery-thumbnail-image-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.section-inner.gallery-section {
    max-width: 900px;
}

.gallery-arrow {
    position: absolute;
    cursor: pointer;
    width: 20px;
    left: 6.5%;
}

.gallery-arrow.top {
    transform: rotate(-90deg);
    top: -50px;
}

.gallery-arrow.bottom {
    bottom: -40px;
    transform: rotate(90deg);
}

.gallery-container {
    position: relative;
}

@media (max-width: 480px) {
    .gallery-main-image {
        width: 90% !important;
    }

    .gallery-image-slider {
        flex-direction: row;
        top: 0;
    }

    .gallery-thumbnail-image {
        height: calc(100% - 7px);
        width: calc(20% - 7px);
        margin: 0;
        margin-right: 5px;
        padding: 0;
        min-width: calc(20% - 7px);
    }

    .gallery-thumbnails-container {
        height: calc(100vw/6);
    }

    .gallery-arrow {
        left: unset;
        height: 25px;
    }

    .gallery-arrow.top {
        transform: rotate(180deg);
        top: unset;
        bottom: 4%;
        left: -22px;
    }

    .gallery-arrow.bottom {
        transform: rotate(0deg);
        top: unset;
        right: -22px;
        bottom: 4%;
    }

}

.hero-subtitle.sc.centered.cs {
    margin-bottom: 20px;
}

.hero-paragraph {
    width: 100%;
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    line-height: 30px;
    padding: 0 50px;
    box-sizing: border-box;
}

.cs-hero-badge-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 40px;
    justify-content: center;
}

.cs-hero-badge {
    border: 1px solid #0092D5;
    padding: 10px;
    text-decoration: none;
    color: white;
    margin: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.hero-breadcrumbs.cs {
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .hero-paragraph {
        font-size: 18px;
        line-height: 30px;
    }

    .cs-hero-badge {
        font-size: 10px;
        line-height: 15px;
    }

    .cs-hero-badge-container {
        margin-bottom: 0;
        flex-direction: column;
    }
}

.all-solutions-card-inner {
    padding: 50px !important;
    color: white !important;
}

@media (max-width: 480px) {
    .hero-paragraph {
        font-size: 14px;
        line-height: 25px;
        padding: 0;
    }

    .all-solutions-card-inner {
        padding: 20px !important;
    }
}

.all-solutions-card-image {
    height: 100%;
}

.all-solutions-card .hf {
    height: 100%;
}

.section-title.vacancies {
    margin-bottom: 0;
}

.vacancies-subtitle {
    margin-bottom: 100px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.section-inner.vacancies {
    max-width: 900px;
}

.country-selector {
    cursor: pointer;
}

.countries-row>.wrp {
    justify-content: center !important;
}

@media (min-width: 481px) {
    .cta-button.all-vacancies {
        margin: 0;
    }
}

.insight-card-image {
    height: 100%;
}

.insight-type-selector {
    cursor: pointer !important;
}

.section-inner.markdown {
    flex-direction: row;
    align-items: flex-start;
}

.markdown-content {
    width: 67%;
}

.markdown-content img {
    width: 100%;
}

.markdown-content h3 {
    font-weight: 600;
}

.table-of-contents {
    width: 33%;
    padding-right: 20px;
}

@media (max-width: 480px) {
    .section-inner.markdown {
        flex-direction: column;
    }

    .markdown-content {
        width: 100%;
    }

    .table-of-contents {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .section-inner.markdown {
        padding-top: 0px;
    }
}

blockquote {
    background-color: #F0F3F9;
    padding: 20px;
    margin: 0;
}

blockquote>p {
    border-left: 2px solid black;
    padding-left: 20px;
}

.toc-title {
    font-size: 35px;
    line-height: 52px;
}

.table-of-contents-inner {
    display: flex;
    flex-direction: column;
}

.toc-heading {
    text-decoration: none;
    color: black;
    margin: 5px 0;
    font-weight: 600;
}

.level-1 {
    padding-left: 5px;
    padding-top: 12px;
}

.level-1::before {
    content: "◦ "
}

.level-2 {
    padding-left: 10px;
    padding-top: 10px;
}

.level-2::before {
    content: "• "
}

.level-3 {
    padding-left: 15px;
    padding-top: 8px;
}

.level-3::before {
    content: "◦ "
}

.level-4 {
    padding-left: 20px;
    padding-top: 6px;
}

.level-4::before {
    content: "• "
}

.level-5 {
    padding-left: 25px;
    padding-top: 4px;
}

.level-5::before {
    content: "◦ "
}

.level-6 {
    padding-left: 30px;
    padding-top: 2px;
}

.level-6::before {
    content: "• "
}

@media (max-width: 768px) {
    .toc-title {
        font-size: 25px;
        line-height: 38px;
    }
}

.section-inner.ebook-form {
    max-width: 770px;
}

.related-blogs-separator {
    width: calc(100% - 50px);
    max-width: 1280px;
    border-top: 1px solid #0092D5;
    margin: 0 auto;
    box-sizing: border-box;
}

.section.copyright {
    padding: 0;
}

.header-background {
    width: 100%;
    height: 115px;
    background-color: #1C1B1B;
}

.section-inner.copyright {
    align-items: flex-start;
}

.sol {
    color: white !important;
}