/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: "Neue Plak Regular";
    weight: 400;
    src: url('fonts/Neue Plak Regular.ttf');
}

@font-face {
    font-family: "Neue Plak SemiBold";
    weight: 600;
    src: url('fonts/Neue Plak SemiBold.ttf');
}

@font-face {
    font-family: "Neue Plak Text Italic";
    src: url('fonts/Neue Plak Text Italic.ttf');
    weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Neue Plak Text Bold";
    weight: 700;
    src: url('fonts/Neue Plak Text Bold.ttf');
}

:root {
    --text-gigantic: 75px;
    --text-huge: 64px;
    --text-big: 32px;
    --text-normal: 24px;
    --text-small: 20px;
    --text-tiny: 16px;
    --text-extra-tiny: 12px;
}

.slider-container {
    position: relative;
}

.slider-columns {
    display: flex;
    justify-content: space-between;
}

.slider-left {
    width: 65%;
}

.slider-right {
    width: 32%;
}

.slider-header > h2 {
    font-size: var(--text-huge);
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.middle-paragraph {
    font-family: "Neue Plak SemiBold", Sans-serif;
    font-size: var(--text-huge);
    font-weight: 600;
    line-height: normal;
    color: var(--e-global-color-primary);
}

.lower-paragraph {
    font-size: var(--text-normal);
    font-weight: 500;
    color: var(--e-global-color-primary);
    width: 66%;
    font-family: 'Montserrat', Sans-serif;
}

.slider-quote {
    text-align: center;
    margin: auto;
    position: relative;
}

.slider-quote svg {
    z-index: -1;
    width: 100%;
    height: 100%;
}

.slider-image-wrapper {
    text-align: center;
    /* width: 25vw;
    height: 100vh; */
    margin: auto;
    display: block;
}

.slider-quote-content {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 20px 20px 145px 20px;
}

.slider-quote p:first-child {
    font-family: "Neue Plak Text Italic", Sans-serif;
    font-size: var(--text-big);
    font-style: italic;
    font-weight: 400;
    color: var(--e-global-color-72af5bc);
    line-height: 118.75%;
    letter-spacing: 0.8px;
}

.slider-quote p:nth-child(2) {
    font-family: 'Montserrat', Sans-serif;
    font-size: var(--text-normal);
    font-weight: 400;
    color: var(--e-global-color-72af5bc);
    opacity: 0.8;
    line-height: 150%;
    letter-spacing: 0.35px;
}

.slider-left > * {
    margin-bottom: 40px;
}

.slider-pagination {
    height: unset !important;
}

.custom-button {
    padding: 16px 24px;
    font-family: "Neue Plak Regular", Sans-serif;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
    border-radius: 24px;
    text-align: center;
    font-size: var(--text-normal);
    font-weight: 400;
    line-height: 24px; /* 100% */
    letter-spacing: 0.36px;
    display: inline-block;
}

.slider-image-wrapper {
    width: 100%;
    height: max-content;
    /* max-height: 680px; */
    position: relative;
}

.slider-image-background {
    /* width: 85%;
    margin: auto; */
}

.slider-image {
    padding: 25px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.slider-image-wrapper .custom-button {
    margin-bottom: 20px;
}

.gradient {
    background: linear-gradient(107deg, #16528D 11.54%, rgba(33, 120, 207, 0.95) 29.64%, rgba(30, 109, 187, 0.96) 44.9%, rgba(85, 217, 196, 0.92) 63.71%, rgba(81, 207, 190, 0.90) 75.42%);
}

.not-gradient {
    background: var(--e-global-color-primary);
}

.squared.slider-image-background {
    border-radius: 56px;
}

.squared.slider-image {
    border-radius: 64px !important;
}

.rounded {
    border-radius: 50% !important;
}

.swiper-nav {
    position: absolute;
    transform: translateY(-50%);
    display: block !important;;
    top: 50%;
    height: unset !important;
    width: unset !important;
    margin: 0 !important;
}

.swiper-button-next {
    right: -40px !important;
    left: unset !important;
}

.swiper-button-prev {
    left: -40px !important;
    right: unset !important;
}

.swiper-nav:after {
    font-size: 20px !important;
}

.slider3d {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-pagination-bullet-active {
    background: var(--e-global-color-accent) !important;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: var(--e-global-color-primary) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

/*  */

:root {
    --crsl-bg: transparent;
    --box-bg: #1e272e;
    --box-shadow: #000 1c;
    --box-shadow-border: #000 0f;
    --box-border: #fff;
}

html > .carousel, body > .carousel {
    padding-top: 125px;
}
.carousel {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.carousel__prev, .carousel__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
    z-index: 9;
}
.carousel__prev i, .carousel__next i {
    font-size: 60px;
    color: var(--box-border);
    cursor: pointer;
}
.carousel__prev:hover, .carousel__next:hover {
    transform: scale(1.25) translateY(-50%);
}
.carousel__prev {
    left: 28%;
}
.carousel__next {
    right: 28%;
}
.carousel__body {
    overflow: hidden;
}
.carousel__body .carousel__slider {
    position: relative;
    transition: transform 1s ease-in-out;
    background: var(--crsl-bg);
    /* margin-top: 5vh; */
}
.carousel__body .carousel__slider__item {
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
    transition: .3s;
}
.carousel__body .carousel__slider__item .item__3d-frame {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.carousel__body .carousel__slider__item .item__3d-frame:after {
    content: '';
    position: absolute;
    bottom: -15%;
    width: 100%;
    height: 40px;
    background: var(--box-shadow);
    box-shadow: 0px 0px 5px 5px var(--box-shadow);
    transform: rotateX(90deg) translate3d(0px, -20px, 0px);
    opacity: 0.85;
}
.carousel__body .carousel__slider__item .item__3d-frame__box,
.item-overlay {
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 24px;
    transition: 1s;
}
.carousel__body .carousel__slider__item .item__3d-frame__box h1 {
    font-size: 7em;
    width: 100%;
    color: var(--box-border);
}
.carousel__body .carousel__slider__item .item__3d-frame__box--right, .carousel__body .carousel__slider__item .item__3d-frame__box--left {
    top: 0;
    width: 40px;
    backface-visibility: hidden;
}
.carousel__body .carousel__slider__item .item__3d-frame__box--left {
    left: 0;
    border-left-width: 5px;
    transform: translate3d(1px, 0, -40px) rotateY(-90deg);
    transform-origin: 0%;
}
.carousel__body .carousel__slider__item .item__3d-frame__box--right {
    right: 0;
    border-right-width: 5px;
    transform: translate3d(-1px, 0, -40px) rotateY(90deg);
    transform-origin: 100%;
}

.carousel__slider__item--active .item__3d-frame__box {
    background: var(--bg-gradient, linear-gradient(254deg, #FFF -0.95%, #FFF 11.27%, #FDFDFF 20.96%, #F3F3FF 30.56%, #E8EBFE 38.9%, #DFE7FC 47.33%, #DDE9FC 56.29%, #DEF1FF 65.09%, #EDF8FE 73.77%, #FBFCFF 85.01%, #FFF 100%));
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.carousel__slider__item:not(.carousel__slider__item--active) .item__3d-frame__box {
    background: lightgray;
}

.carousel__prev:after,
.carousel__next:after {
    font-family: 'swiper-icons';
    color: #fff;
}

.carousel__next:after {
    content: 'next';
}

.carousel__prev:after {
    content: 'prev';
}

.item-content {
    transition: 1s;
    width: 100%;
    padding: 15px;
}

.item-overlay {
    z-index: 1;
    opacity: 0;
}

.hide-animate {
    opacity: 0 !important;
    visibility: hidden !important;
}

.bold {
    font-family: "Neue Plak Text Bold", Sans-serif;
}

strong {
    font-family: "Neue Plak Text Bold", Sans-serif;
}

.item-content-main,
.item-overlay {
    font-size: var(--text-big);
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.36px;
    color: var(--e-global-color-primary);
}

.backside {
    display: none;
}

.rotate-180 {
    transform: rotateY(180deg);
}

.carousel__slider__item .custom-button {
    background-size: 125% 100%;
    background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
    background-image: linear-gradient(108deg, #16528D 25%, #073AFF00 100%),linear-gradient(107deg, #2178cf 14%, #FF000000 99%),linear-gradient(108deg, #55D9C4FF 0%, #FF000000 99%),linear-gradient(106deg, #FF000000 1%, #55d9c4 3%),linear-gradient(108deg, #FF000000 1%, #51cfbe 75%);
    color: var(--e-global-color-5d6fd49);
    border: 0;
}

.carousel__slider__item .custom-button:hover {
    background-position: 100% 100%;
}

.carousel__slider__item:not(.carousel__slider__item--active) .custom-button {
    opacity: 0;
    visibility: hidden;
}

#contact_form input:not([type=submit]),
#contact_form textarea {
    background:transparent !important;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, var(--e-global-color-primary), var(--e-global-color-accent)) 1;
    font-size: var(--text-normal);
    margin-bottom: 24px;
    color: var(--e-global-color-primary);
}

#contact_form input:not([type=submit])::placeholder,
#contact_form textarea::placeholder {
    color: var(--e-global-color-primary);
    font-weight: 500;
}

#contact_form .socials {
    display: flex;
    padding: 0;
    list-style: none;
}

#contact_form .socials li {
    margin-left: 24px;
}

#contact_form .socials a {
    display: flex;
}

#contact_form button[type=submit] {
    font-size: var(--text-normal);
    font-family: "Neue Plak Regular", Sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.35px;
    padding: 12px 24px;
    border-radius: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-5d6fd49);
    border-color: var(--e-global-color-primary);
    display: flex;
    gap: 10px;
}

.form-message {
    font-size: var(--text-small);
    margin-top: 10px;
}

#contact_form .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.tab-li {
    flex: 1 1 0;
    /* text-align: center; */
}

.tabs li label {
    width: 100%;
    height: 100%;
    position: relative;
}

.tabs li label .tab-name {
    width: 100%;
    text-align: center;
    position: relative;
    font-family: "Neue Plak SemiBold", Sans-serif;
    color: var(--e-global-color-primary);
    font-size: var(--text-big);
    line-height: 36px;
    letter-spacing: 0.48px;
    padding: 40px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 2;
}

.tabs li label .border {
    width: 1px;
    height: 20px;
    background: var(--e-global-color-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* z-index: -1; */
}

.tabs li label .border.border-left {
    left: 0;
}

.tabs li label .border.border-right {
    right: 0;
}

.tabs li label input {
    display: none;
}

.tabs li span {
    position: relative;
}

.tabs li:nth-child(odd) .border {
    display: block;
}

.tabs li:nth-child(even) .border {
    display: none !important;
}

.tabs li:first-child .border.border-left {
    display: none !important;
}

.tabs li:last-child .border.border-right {
    display: none !important;
}

.hide-important {
    display: none !important;
}

.tab-li input:checked + .tab-name,
.tab-li label .tab-name:hover {
    color: var(--e-global-color-accent);
    background: linear-gradient(90deg, #22609E -0.42%, #2261A0 19.46%, #2363A2 48.75%, #2464A3 69.67%, #2465A5 99.94%);
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}

.tab-li input:checked + .tab-name + .tab-icon {
    display: block;
}

.tab-headline {
    font-family: "Neue Plak Regular", Sans-serif;
    font-size: var(--text-huge);
    font-weight: 400;
    color: var(--e-global-color-72af5bc);
    line-height: 125%;
    letter-spacing: 1.05px;
}

.tab-icon {
    width : 100%;
    height: 130px;
    position: absolute;
    bottom: calc(-130px + -14px);
    display: none;
}

.tab-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.tab-colored-headline {
    font-size: 70px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: var(--e-global-color-accent);
    line-height: 125%;
    letter-spacing: 1.05px;
    text-transform: uppercase;
}

.tab-header p {
    margin: 0;
}

.tab-header {
    margin-bottom: 32px;
}

.tab-body,
.tab-footer {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
    text-align: start;
}

.tab-footer {
    margin-top: 64px;
}

.tab-middle-paragraph > p:last-child {
    margin: 0;
}

.tab-body .tab-middle-paragraph {
    width: 50%;
    margin-top: 32px;
}

.tab-middle-paragraph,
.tab-lower-paragraph {
    font-size: var(--text-small);
    font-weight: 300;
    letter-spacing: 0.35px;
    color: var(--e-global-color-5d6fd49);
    font-family: 'Montserrat';
}

.tab-body .tab-gallery-container {
    width: 45%;
    position: relative;
}

/* .slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    overflow: hidden;
} */

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.nav-arrow img {
    width: 30px;
}

.nav-arrow.prev {
    left: -75px;
}

.nav-arrow.next {
    right: -75px;
}

.slick-dots button:hover,
.slick-dots button:focus {
    background: transparent !important;
}

.slick-dots li button:before {
    font-size: 16px !important;
}

.slick-dots li.slick-active button::before {
    color: var(--e-global-color-accent) !important;
}

.slick-dots li:not(.slick-active) button::before {
    color: var(--e-global-color-primary) !important;
    opacity: 1 !important;
}

.tab-content-container .slick-dots li:not(.slick-active) button::before {
    color: var(--e-global-color-5d6fd49) !important;
    opacity: 1 !important;
}

.tab-content {
    /* transition: .3s; */
}

.tab-content:not(.active, .mobile) {
    /* transform: translateY(100px); */
    opacity: 0;
    visibility: hidden;
}

.hide {
    display: none !important;
}

.hide-overflow {
    height: 0px;
    overflow-y: hidden;
}

.who-we-serve .tab-body {
    justify-content: space-between;
    align-items: start;
}

.tab-body-left {
    width: 50%;
}

.tab-body-right {
    width: 40%;
}

.tab-body-left .tab-middle-paragraph {
    width: 100%;
    margin-bottom: 30px;
}


.tab-body-image {
    position: relative;
    display: flex;
    /* aspect-ratio: 1 / 1; */
}

.tab-body-image.behind-3d {
    margin-top: 35px;
}

.tab-body-image img {
    width: 100%;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.tab-body-image:not(.rounded) img {
    border-radius: 24px;
}

.tab-body-image.rounded img {
    border-radius: 50%;
}

.tab-body-image.behind-3d:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 24px;
    left: -35px;
    top: -35px;
}

.tab-body-image.behind-3d:not(.gradient):before,
.tab-body-image:not(.behind-3d, .gradient) img {
    background: var(--bg-gradient, linear-gradient(254deg, #FFF -0.95%, #FFF 11.27%, #FDFDFF 20.96%, #F3F3FF 30.56%, #E8EBFE 38.9%, #DFE7FC 47.33%, #DDE9FC 56.29%, #DEF1FF 65.09%, #EDF8FE 73.77%, #FBFCFF 85.01%, #FFF 100%));
}

.tab-body-image.rounded:not(.behind-3d) img {
    padding: 25px;
}


.tab-body-image.behind-3d.gradient:before,
.tab-body-image.gradient:not(.behind-3d) img {
    background: linear-gradient(107deg, #16528D 11.54%, rgba(33, 120, 207, 0.95) 29.64%, rgba(30, 109, 187, 0.96) 44.9%, rgba(85, 217, 196, 0.92) 63.71%, rgba(81, 207, 190, 0.90) 75.42%);
}

.our-team-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.our-team-wrapper > div {
    width: calc(50% - 75px);
}

.team-memeber > div:not(:last-child) {
    margin-bottom: 26px;
}

.team-member-name p {
    margin: 0;
    font-size: var(--text-normal);
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.35px;
    color: var(--e-global-color-primary);
}

.team-member-image img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 45%;
    object-fit: cover;
}

.about-carousel img.swiper-slide-image {
    /* aspect-ratio: 1 / 0.5; */
    height: 533px;
    object-fit: cover;
    object-position: 50% 25%;
}

.team-member-description {
    text-align: justify;
}

.team-member-description p {
    font-size: var(--text-normal);
    line-height: 36px;
    letter-spacing: 0.35px;
    color: var(--e-global-color-primary);
}

.single-post-container {
    background: var(--bg-gradient, linear-gradient(254deg, #FFF -0.95%, #FFF 11.27%, #FDFDFF 20.96%, #F3F3FF 30.56%, #E8EBFE 38.9%, #DFE7FC 47.33%, #DDE9FC 56.29%, #DEF1FF 65.09%, #EDF8FE 73.77%, #FBFCFF 85.01%, #FFF 100%));
    border-radius: 16px;
    font-family: 'Montserrat';
}

.single-post-container a {
    display: block;
}

.single-post-wrapper {
    padding: 16px;
}

.single-post-wrapper > * {
    margin-bottom: 24px;
}

.single-post-name {
    margin-bottom: 24px;
}

.single-post-description .bold {
    font-size: var(--text-tiny);
}

.single-post-image img {
    border-radius: 8px;
    height: 350px;
    object-fit: cover;
    object-position: 50% 25%;
}

.single-post-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--e-global-color-primary);
}

.single-post-name {
    font-size: var(--text-big);
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1px;
    color: var(--e-global-color-primary);
}

.single-post-description p {
    font-size: var(--text-normal);
    line-height: 36px;
    letter-spacing: 0.35px;
    color: var(--e-global-color-primary);
}

.other-posts .custom-post-archive-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25%;
}

.other-posts .single-post-container {
    width: 32.5%;
}

.post-heading h4 {
    font-size: var(--text-huge);
    font-weight: 700;
    line-height: 88px;
    letter-spacing: 1px;
    color: var(--e-global-color-72af5bc);
}

.custom-post-archive-container.main-post {
    margin-bottom: 150px;
}

.single-post-head {
    font-size: var(--text-normal);
    line-height: 36px;
    letter-spacing: 0.35px;
    color: var(--e-global-color-primary);
}

.privacy-policy-wrapper,
.terms-and-conditions-wrapper {
    font-size: var(--text-normal);
    line-height: 36px;
    letter-spacing: 0.35px;
    color: var(--e-global-color-primary);
}

.privacy-policy-wrapper strong,
.terms-and-conditions-wrapper strong {
    font-size: var(--text-big);
}

table thead tr th {
    border-top: 0 !important;
    vertical-align: middle;
}

table thead tr th:first-child {
    border-left: 0 !important;
    width: 15%;
}

table thead tr th:last-child {
    border-right: 0 !important;
    text-align: start;
}

table thead tr th {
    border: 1px solid var(--e-global-color-primary);
}

table tbody tr td:first-child {
    border-left: 0 !important;
    text-align: center;
}

table tbody tr td:last-child {
    border-right: 0 !important;
}

table tbody tr:last-child td {
    border-bottom: 0 !important;
}

table tbody tr td {
    border: 1px solid var(--e-global-color-primary);
    background: none !important;
}

/* .sticky-container {
    position: sticky;
    top: 0;
    z-index: 9;
} */

.tab-body .nav-arrow.prev {
    left: 0;
}

.tab-body .nav-arrow.next {
    right: 0;
}

.tab-gallery-item {
    padding: 0 35px;
}

.tab-gallery-item {
    display: block;
}

.main-menu-sidebar-container {
    position: fixed;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100vw);
    z-index: 9;
    transition: .75s;
}

.main-menu-sidebar-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1500px;
    /* padding: 10px; */
    width: 100%;
}

.main-menu-sidebar-container ul {
    list-style: none;
    padding: 0;
}

.main-menu-sidebar-container ul li a {
    font-size: var(--text-gigantic);
    font-weight: 600;
    line-height: var(--text-gigantic);
    letter-spacing: -0.6px;
    color: var(--e-global-color-5d6fd49);
}

.main-menu-sidebar-container ul li:not(:last-child) {
    margin-bottom: 60px;
}

.main-menu-sidebar-container.active {
    transform: translateX(0) !important;
}

.main-menu-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 22px;
    width: 22px;
  }
  
  .main-menu-hamburger .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    transition: all .5s ease-in-out;
  }
  
  .main-menu-hamburger:hover {
    cursor: pointer;
  }
  
  .x:nth-of-type(1) {
    transition: all .5s ease-in-out;
    transform: rotate(45deg);
    transform-origin: top left;
    width: 28px;
  }
  
  .x:nth-of-type(2) {
    transition: all .5s ease-in-out;
    transform-origin: center;
    width: 0;
  }
  
  .x:nth-of-type(3) {
    transition: all .5s ease-in-out;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    width: 28px;
  }

  .disable-scroll {
    overflow: hidden !important;
  }

  .carousel-upper {
    padding: 0 20px;
    text-align: center;
  }

  .carousel-headline h4 {
    font-size: var(--text-huge);
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.96px;
    color: var(--e-global-color-72af5bc);
  }

  .carousel-sub-headline {
    font-size: var(--text-normal);
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.36px;
    color: var(--e-global-color-5d6fd49);
  }

  .carousel-upper * {
    margin: 0;
    font-family: 'Montserrat';
  }

  .contact-form-headline h4 {
    font-family: "Neue Plak Text Bold", Sans-serif;
    font-size: var(--text-big);
    font-weight: 700;
    line-height: 90%;
    letter-spacing: 0.48px;
    color: var(--e-global-color-primary);
    margin-bottom: 40px;
  }

  .carousel__dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .carousel__dots ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
  }

  .carousel__dots ul li {
    width: 16px;
    height: 16px;
    background: var(--e-global-color-72af5bc);
    border-radius: 50%;
    cursor: pointer;
  }

  .carousel__dots ul li.active {
    background: var(--e-global-color-accent) !important;
  }

  .sl-overlay {
    background: #000 !important;
  }

  .sl-spinner {
    border-color: #fff !important;
  }

  .sl-next,
  .sl-prev,
  .sl-close,
  .sl-counter {
    color: #fff !important;
  }

  .main-menu-sidebar-container > img {
    position: absolute;
    right: 20%;
    height: 100%;
    object-fit: contain;
  }


/* ANIMATIONS */

/* ANIMATIONS - INFINITE */

.floating-ball-1 {
    width: 200px;
    height: 200px;
    right: 25%;
}

.floating-ball-2 {
    width: 150px;
    height: 150px;
    right: 32%;
    z-index: -1 !important;
}

.floating-ball-3 {
    width: 120px;
    height: 120px;
    right: 32%;
}

.floating-ball {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: radial-gradient(ellipse at 50% 25%, #EDE9EB, #E5C1CB, #DC92A6, #D6708A, #D25B7A, #D15474);
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
	transform: translatey(0px);
	animation: float 4s ease-in-out infinite;
}

/* OTHER ANIMATIONS */

.floating-ball-4 {
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.blue-floating-ball {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: radial-gradient(#5C85B0, #2964A1);
    box-shadow: #000000, #000000CF, #00000000;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-50px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

/* ANIMATIONS - SCROLL */

.ball-animation {
    width: 80px;
    height: 80px;
    background-image: radial-gradient(ellipse at 50% 25%, #EDE9EB, #E5C1CB, #DC92A6, #D6708A, #D25B7A, #D15474);
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 15px 0px rgba(0,0,0,0.2);
}

.railroad-1 {
    z-index: 1 !important;
}

/* Animation 1 */
.animation-1-shortcode {
    position: absolute;
    width: 100%;
    bottom: -150px;
}

.animation-1-shortcode .railroad-1 {
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    position: absolute;
    bottom: 0px;
}

.animation-1-shortcode .railroad-1 .ball-animation {
    left: 0;
}

/* Animation 2 */
.animation-2-shortcode {
    position: absolute;
    width: 100%;
    top: -50px;
    z-index: -1;
}

.animation-2-shortcode .railroad-1 {
    border-left: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    position: absolute;
    z-index: -1;
}

.animation-2-shortcode .railroad-1 .ball-animation {
    top: 0;
    left: 0;
}

.animation-2-shortcode .railroad-2 {
    border-right: 1px solid #cacaca;
    position: absolute;
    z-index: -1;
}

/* Animation 3 */
.animation-3-shortcode {
    position: absolute;
    width: 100%;
    bottom: -550px;
}

.animation-3-shortcode .railroad-1 {
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    position: absolute;
    bottom: 0px;
}

.animation-3-shortcode .railroad-1 .ball-animation {
    left: 0;
}

/* Animation 4 */

.animation-4-shortcode {
    position: absolute;
    width: 100%;
    bottom: -50px;
}

.animation-4-shortcode .railroad-1 {
    border-right: 1px solid #cacaca;
    position: absolute;
}

.animation-4-shortcode .railroad-1 .ball-animation {
    left: 0;
    top: 0;
}

/* Animation 5 */

.animation-5-shortcode {
    position: absolute;
    width: 100%;
    top: -50px;
}

.animation-5-shortcode .railroad-1 {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    position: absolute;
    top: 0;
    right: 230px;
}

.animation-5-shortcode .railroad-1 .ball-animation {
    right: 0;
    top: 0;
    transform: translate(50%, -50%) !important;
}

.animation-5-shortcode .railroad-2  {
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    position: absolute;
}

.animation-5-shortcode .railroad-3  {
    border-left: 1px solid #cacaca;
    position: absolute;
}

.animation-5-shortcode .railroad-3 .static-ball  {
    width: 100px;
    height: 100px;
    background-image: radial-gradient(#5C85B0, #2964A1);
    border-radius: 50%;
    position: absolute;
    transform: translate(50%, -50%);
    right: 0;
    top: 0;
    z-index: 9;
    transition: .3s;
}

.animation-5-shortcode .railroad-3 .static-ball:after  {
    content: '1';
}

.animation-5-shortcode .railroad-4  {
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    position: absolute;
}

.animation-5-shortcode .railroad-4 .static-ball  {
    width: 100px;
    height: 100px;
    background: radial-gradient(ellipse at 50% 25%, rgba(92, 133, 176, 1) 0%, rgba(41, 100, 161, 1) 100%, rgba(237, 233, 235, 1) 100%, rgba(229, 193, 203, 1) 120%, rgba(220, 146, 166, 1) 140%, rgba(214, 112, 138, 1) 160%, rgba(210, 91, 122, 1) 180%, rgba(209, 84, 116, 1) 200%);
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 0;
    top: 0;
    z-index: 9;
    transition: .3s;
}

.animation-5-shortcode .railroad-4 .static-ball:after  {
    content: '2';
}

.animation-5-shortcode .railroad-5  {
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    position: absolute;
}

.animation-5-shortcode .railroad-5 .static-ball  {
    width: 100px;
    height: 100px;
    background-image: radial-gradient(#5C85B0, #2964A1);
    border-radius: 50%;
    position: absolute;
    transform: translate(50%, -50%);
    right: 0;
    top: 0;
    z-index: 9;
    transition: .3s;
}

.animation-5-shortcode .railroad-5 .static-ball:after  {
    content: '3';
}

.animation-5-shortcode .railroad-6  {
    border-bottom: 1px solid #cacaca;
    position: absolute;
}

.animation-5-shortcode .railroad-6 .static-ball  {
    width: 100px;
    height: 100px;
    background-image: radial-gradient(#5C85B0, #2964A1);
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    left: 0;
    bottom: 0;
    z-index: 9;
    transition: .3s;
}

.animation-5-shortcode .railroad-6 .static-ball:after  {
    content: '4';
}

.static-ball:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Montserrat';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 88px; /* 220% */
    letter-spacing: 0.6px;
}

.animation-5-shortcode .static-ball {
    cursor: pointer;
}

/* ANIMATION 6 */

.animation-6-shortcode {
    position: absolute;
    width: 100%;
    top: -50px;
}

.animation-6-shortcode .railroad-1 {
    border-left: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    position: absolute;
    top: 0;
    left: 230px;
}

.animation-6-shortcode .railroad-1 .ball-animation {
    left: 0;
    top: 0;
}

/* ANIMATION 7 */

.animation-7-shortcode {
    position: absolute;
    width: 100%;
    top: -50px;
}

.animation-7-shortcode .railroad-1  {
    border-left: 1px solid #cacaca;
    position: absolute;
}

/* ANIMATION 8 */

.animation-8-shortcode {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.animation-8-shortcode .railroad-1  {
    border-left: 1px solid #cacaca;
    position: absolute;
}

.animation-8-shortcode .ball-animation {
    width: 40px;
    height: 40px;
}

/* ANIMATION 9 */

.animation-9-shortcode {
    width: 100%;
    height: 120px;
    bottom: -60px;
}

.animation-9-shortcode .railroad-1 {
    border-left: 1px solid #cacaca;
    position: absolute;
}

/* END ANIMATIONS */

/* LOTTIE ANIMATION */

.coffee-mug-container {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
}

.coffee-mug-container dotlottie-player {
    width: 325px !important;
}

/* END LOTTIE ANIMATIONS */

.highlight {
    font-weight: 700;
}

.highlight-ball {
    background-image: radial-gradient(ellipse at 50% 25%, #EDE9EB, #E5C1CB, #DC92A6, #D6708A, #D25B7A, #D15474) !important;
}

.to-highlight {
    transition: .1s;
}

.hidden-text {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.hidden-text-1,
.hidden-text-3 {
    transform: translateX(200px);
}

.hidden-text-2,
.hidden-text-4 {
    transform: translateX(-200px);
}

.show-text {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
}

.button-loader {
    width: 25px;
    height: 25px;
    border: 3px dotted #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
    display: none;
  }

  .disabled {
    pointer-events: none;
    opacity: 0.25;
  }

  .form-message {
    display: none;
  }

  .tab-body-image.normal-border.white {
    border: 16px solid white;
    border-radius: 24px;
    background: white;
}
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 

@media (max-width: 767px) {
    .tabs {
        flex-direction: column;
    }

    /* .sticky-container {
        position: relative;
        top: 0;
        z-index: 9;
    } */

    .tabs li label .border {
        width: 20px;
        height: 1px;
        background: var(--e-global-color-primary);
        position: absolute;
        top: unset;
        transform: translateX(-50%);
    }
    
    .tabs li label .border.border-left {
        left: 50%;
        top: 0;
    }
    
    .tabs li label .border.border-right {
        right: unset;
        left: 50%;
        bottom: 0;
    }

    .tabs li label .tab-name {
        font-size: var(--text-normal);       
    }

    .tab-li input:checked + .tab-name,
    .tab-li label .tab-name:hover {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        color: var(--e-global-color-72af5bc);
        background: linear-gradient(107deg, #16528D 11.54%, rgba(33, 120, 207, 0.95) 29.64%, rgba(30, 109, 187, 0.96) 44.9%, rgba(85, 217, 196, 0.92) 63.71%, rgba(81, 207, 190, 0.90) 75.42%);
    }

    .main-menu-sidebar-wrapper {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        margin: auto;
        padding: 150px 20px 20px 20px;
    }

    .main-menu-sidebar-container ul li a {
        font-size: var(--text-big);
        line-height: 32px;
    }

    .main-menu-sidebar-container ul li:not(:last-child) {
        margin-bottom: 45px;
    }

    /* .tab-icon {
        width: 80px;
        height: 80px;
    } */

    .tab-header {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
    }

    .tab-headline {
        font-family: "Neue Plak SemiBold", Sans-serif;
        font-size: var(--text-small);
        /* color: var(--e-global-color-primary); */
        letter-spacing: 0.3px;
    }

    .tab-headline .accent {
        font-size: var(--text-big);
        line-height: 32px;
    }

    .tab-middle-paragraph,
    .tab-lower-paragraph {
        width: 100% !important;
        margin-top: 0;
        font-size: var(--text-tiny);
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.24px;
        margin-bottom: 24px;
    }

    .tab-body .tab-gallery-container {
        width: 100%;
    }

    .tab-content.mobile .tab-content-wrapper {
        padding: 20px;
    }

    .tab-content-wrapper .tab-icon img{
        width: 20%;
    }

    /* .tab-middle-paragraph,
    .tab-lower-paragraph {
        font-size: var(--text-small);
        line-height: 36px;
        color: var(--e-global-color-primary);
    } */

    .tab-body .slick-dots {
        bottom: -25px !important;
    }

    .tab-body .nav-arrow.prev {
        left: 0;
    }
    
    .tab-body .nav-arrow.next {
        right: 0;
    }

    .nav-arrow svg * {
        fill: var(--e-global-color-primary);
        stroke: var(--e-global-color-primary);
    }

    .tabs li label {
        height: max-content;
    }
    
    .tab-body-left {
        width: 100%;
    }
    
    .tab-body-right {
        width: 100%;
    }

    .slider-header > h2 {
        font-size: var(--text-big);
        margin: 0;
    }

    .slider-header h2:last-child {
        text-align: end;
    }

    .slider-header {
        margin-bottom: 40px;
    }

    .slider-columns {
        flex-wrap: wrap;
        padding: 24px 16px;
    }

    .slider-left {
        width: 100%;
    }

    .slider-right {
        width: 100%;
    }

    .middle-paragraph {
        font-size: var(--text-normal);
        margin-bottom: 24px;
    }

    .carousel-headline h4 {
        font-size: var(--text-big);
    }

    .carousel-sub-headline {
        font-size: var(--text-small);
    }

    .item-content-main,
    .item-overlay {
        font-size: var(--text-small);
    }

    .slider-image-background {
        width: 100%;
    }

    .rounded {
        aspect-ratio: 1 / 1;
    }

    .nav-arrow.next {
        right: 0;
    }

    .nav-arrow.prev {
        left: 0;
    }

    .our-team-wrapper > div {
        width: 100%;
    }

    .our-team-wrapper > div:not(:last-child) {
        margin-bottom: 40px;
    }

    .team-member-name p {
        font-size: var(--text-small);
        line-height: 28px;
    }

    .team-member-description p {
        font-size: var(--text-small);
        line-height: 28px;
    }

    .post-heading h4 {
        font-size: var(--text-big);
        line-height: 1.5em;
    }

    .single-post-head {
        font-size: var(--text-small);
        line-height: 28px;
    }

    .single-post-image img {
        height: 250px;
    }

    .single-post-name {
        font-size: var(--text-big);
        line-height: 1.5em;
    }

    .single-post-description p {
        font-size: var(--text-small);
        line-height: 28px;
    }

    .custom-post-archive-container.main-post {
        margin-bottom: 75px;
    }

    .other-posts .single-post-container {
        width: 100%;
        margin-bottom: 20px;
    }

    .privacy-policy-wrapper strong, .terms-and-conditions-wrapper strong {
        font-size: var(--text-normal);
    }

    .privacy-policy-wrapper, .terms-and-conditions-wrapper {
        font-size: var(--text-small);
        line-height: 28px;
    }

    .floating-ball-1 {
        right: 10%;
        width: 50px;
        height: 50px;
    }

    .floating-ball-2 {
        right: -50px;
    }

    .floating-ball-3 {
        right: -30px;
    }

    .lower-paragraph {
        width: 100%;
        font-size: var(--text-tiny);
    }

    .slider-left > * {
        margin-bottom: 24px;
    }

    .slider-left > .lower-paragraph {
        margin-bottom: 40px !important;
    }

    .slider-left img {
        height: 32px;
        object-fit: contain;
        object-position: left;
    }

    .slider-quote p:first-child {
        /* font-size: var(--text-tiny); */
        font-size: 4vw;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.4px;
    }
    
    .slider-quote p:nth-child(2) {
        /* font-size: var(--text-extra-tiny); */
        font-size: 3vw;
    }

    .custom-button {
        font-size: var(--text-extra-tiny);
        line-height: 24px;
        padding: 10px 24px;
    }

    .slider-container .slick-dots {
        bottom: -45px !important;
    }

    .nav-arrow img {
        width: 20px;
    }
    
    .nav-arrow.prev {
        left: -15px;
    }
    
    .nav-arrow.next {
        right: -15px;
    }

    .scrollbar-track-y {
        display: none !important;
    }

    .hidden-text {
        opacity: 1;
        visibility: visible;
        transform: translateX(0) !important;
    }

    .tab-below-headline {
        color: var(--e-global-color-primary);
    }

    .tab-colored-headline {
        font-size: var(--text-big);
        letter-spacing: 0.48px;
    }

    .team-member-description {
        text-align: center;
    }

    .slider-quote-content {
        padding: 2.5vw;
        /* padding: 15px; */
    }

    .slider-image {
        padding: 15px;
    }

    .slider-image-wrapper {
        width: 75%;
    }

    .ball-animation {
        width: 50px;
        height: 50px;
    }

    .slider-wrapper .slick-slide {
        /* box-shadow: 0px -4px 14px 0px rgba(0, 0, 0, 0.15);
        border-radius: 24px;
        padding: 24px 16px;
        margin: 5px;
        backdrop-filter: blur(4px); */
    }

    .slider-wrapper {
        box-shadow: 0px -4px 14px 0px rgba(0, 0, 0, 0.15);
        border-radius: 24px;
        /* padding: 24px 16px; */
        margin: 5px;
        /* backdrop-filter: blur(4px); */
    }

    .slider-wrapper .slick-list {
        /* border-radius: 24px; */
    }

    .slider-container {
        padding: 0 20px;
    }

    .squared.slider-image-background {
        border-radius: 32px;
    }

    .squared.slider-image {
        border-radius: 24px !important;
    }

    .animation-4-shortcode {
        top: -30px;
        bottom: unset;
    }

    .checkpoints-slider-wrapper .slick-list {
        border-radius: 24px;
    }

    /* .checkpoints-text {
        box-shadow: 0px -4px 14px 0px rgba(0, 0, 0, 0.15);
        border-radius: 24px;
        padding: 88px 20px;
        margin: 0 5px;
    } */

    .checkpoints-slider {
        position: relative;
    }

    /* .checkpoints-slider:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 80px;
        background:red;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    } */

    .checkpoints-slider-wrapper .slick-slide {
        padding-top: 5px;
    }

    /* .semi-circle {
        width: 55%;
        aspect-ratio: 1 / 0.5;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        box-shadow: 0px -4px 14px 0px rgba(0, 0, 0, 0.15);
        border-radius: 10rem 10rem 0 0;
    } */

    .checkpoints-text {
        padding: 190px 30px 80px 30px;
        font-family: 'Montserrat', Sans-serif;
        font-size: var(--text-tiny);
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0.24px;
        color: var(--e-global-color-primary);
    }

    .checkpoints-card {
        position: absolute;
        height: 100%;
    }

    .checkpoints-card img {
        width: 100% !important;
        height: 100% !important;
    }

    .checkpoints-circle {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50px;
        width: 35%;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background-image: radial-gradient(ellipse at 50% 25%, #EDE9EB, #E5C1CB, #DC92A6, #D6708A, #D25B7A, #D15474);
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 40px;
        font-weight: 700;
        line-height: 88px;
        letter-spacing: 0.6px;
    }

    .text-clamp {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }

    .tab-icon {
        width : 100%;
        height: 100px;
        position: initial;
        bottom: unset;
        display: block;
    }

    .tab-footer {
        margin-top: 24px;
    }

    .tab-lower-paragraph p:last-child {
        margin: 0;
    }

    .animation-8-shortcode {
        bottom: -20px;
    }
    
    .animation-8-shortcode .railroad-1  {
        border-left: 0;
        border-right: 1px solid #cacaca;
        border-top: 1px solid #cacaca;
    }

    .main-menu-sidebar-container > img {
        right: 0%;
    }

    .slick-dots {
        left: 50%;
        transform: translateX(-50%);
    }

    .tab-content.mobile {
        background: linear-gradient(308deg, #0F3860 -17.11%, rgba(33, 120, 207, 0.92) 99%);
    }

    .tab-body .tab-middle-paragraph {
        margin-top: 0;
    }

    .about-carousel img.swiper-slide-image {
        height: 200px;
    }

    .animation-1-shortcode {
        bottom: -50px;
    }
}
/* .tab-name {
    position: relative;
    z-index: 1;
    overflow:hidden;
}
.tab-name:before {
    content:"";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 24px;
    top: 0;
    left: 0;
    box-shadow: -12px -12px 0 0 lightblue;
}

.tab-name:after {
    content:"";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 24px;
    top: 0;
    right: 0;
    box-shadow: 12px -12px 0 0 lightblue;
} */