/* LEARN WITH ACT BLOCK START */
.primary-button .icon-arrow-right-regular {
    font-size: 12px;
    margin-left: 30px;
}

.learn-container ul li {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(204, 217, 243, 1);
    border-radius: 20px;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.learn-container ul li:hover {
    opacity: 0.7;
}

.learn-container ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 32.5px 0 37.5px;
    text-decoration: none;
    gap: 10px;
    text-align: center;
    height: 100%;
}

.learn-container ul li a p {
   margin: 0;
    text-decoration: none;
}

.learn-container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

.learn-inner .title-header {
    margin-bottom: 40px;
}

.learn-container {
    margin-bottom: 50px;
}

.learn-block.learn_wrapper {
    margin-bottom: 90px;
}

.learn-container ul li a .emoji {
    font-size: 30px;
    margin: 10px 0;
}

.learn-block .primary-button:visited {
    color: rgb(5, 58, 116);
}

.learn-block .primary-button {
    color: rgb(5, 58, 116);
}

@media all and (min-width: 425px) {
    .learn-container ul li {
        width: calc(50% - 7.5px);
    }
}

@media all and (min-width: 768px) {
    body .learn-text {
        font-size: 20px;
    }

    .learn-container ul li {
        width: calc(33.33% - 10px);
    }
}

@media all and (min-width: 1024px) {
    .learn-container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
    }
    .learn-container ul li {
        width: calc(25% - 12px);
    }
}

@media all and (min-width: 1440px) {
    .learn-container ul li {
        padding: 0 15px;
        width: calc(20% - 12px);
    }
}
/* LEARN WITH ACT BLOCK END */

/* WORDPRESS SIDEBAR START */
.interface-complementary-area {
    width: 500px!important;
}

.is-sidebar-opened .interface-interface-skeleton__sidebar {
    width: 500px!important;
}
/* WORDPRESS SIDEBAR END */

/* ICON TEASER BLOCK START */
.icon-teaser-block {
    background-color: rgba(5, 58, 116, 1);
    margin-bottom: 50px;
    position:relative;
}

.icon-teaser-block:before {
    content:"";
    position: absolute;
    background-image: url('../img/points_two.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -40px;
    left: 50px;
    width: 100px;
    height: 100px;
}

.icon-teaser-block:after {
    content:"";
    position: absolute;
    background-image: url('../img/points_one.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: -30px;
    right: 20px;
    width: 100px;
    height: 100px;
}

.icon-teaser-inner li {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.icon-teaser-inner lottie-player {
    border-radius: 50%;
    background-color: rgba(204, 217, 243, 1);
    padding: 10px;
    margin-bottom: 25px;
}

.icon-teaser-inner {
    padding: 95px 20px;
}

.icon-teaser-inner .teaser-first-text {
    margin-bottom: 10px;
}

.icon-teaser-inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

@media all and (min-width: 375px) {
    .icon-teaser-inner li {
        width: calc(50% - 25px);
    }
}

@media all and (min-width: 768px) {
    .icon-teaser-inner li {
        width: calc(25% - 38px);
    }
    .icon-teaser-block {
        margin-bottom: 85px;
    }
    .icon-teaser-block:after {
        bottom: -62px;
    }
}
/* ICON TEASER BLOCK END */

/* ACTUAL COMPANIES BLOCK START */
.actual-companies-block {
    margin: 250px 0;
}
.mix-it-up-filter-buttons ul {
    display: flex;
}

.mix-it-up-filter-buttons ul li p {
    margin: 0;
    color: rgba(10, 59, 114, 1);

}

.mix-it-up-filter-buttons ul li  {
    background-color: rgba(204, 217, 243, 0.7);
}
/* ACTUAL COMPANIES BLOCK END */

/* SERVICE BLOCK START */
.home .service-container .service-item:nth-of-type(odd) {
    background-color: rgba(5, 58, 116, 1);
}

.home .service-container .service-item:nth-of-type(odd) h2, .home .service-container .service-item:nth-of-type(odd) p {
    color: #FFFFFF;
}

.service-container .service-item:nth-of-type(odd) {
    background-color: rgba(5, 58, 116, 1);
}

.service-container .service-item:nth-of-type(odd) h2, .service-container .service-item:nth-of-type(odd) p {
    color: #FFFFFF;
}

.home .service-container .service-item:nth-of-type(even) {
    background-color: rgba(204, 217, 243, 1);
}

.home .service-container .service-item:nth-of-type(even) h2, .home .service-container .service-item:nth-of-type(even) p {
    color: rgba(5, 58, 116, 1);
}

.service-container .service-item:nth-of-type(even) {
    background-color: rgba(204, 217, 243, 1);
}

.service-container .service-item:nth-of-type(even) h2, .service-container .service-item:nth-of-type(even) p {
    color: rgba(5, 58, 116, 1);
}

.home .service-block {
    padding-top: 110px;
    position: relative;
}

.home .service-block:before {
    content:"";
    position: absolute;
    background-color: rgba(93, 201, 201, 0.10);
    width: 370px;
    height: 310px;
    border-radius: 0px 30px 0px 95px;
    top: 0;
    right: -134px;
}

.service-inner {
    position: relative;
}

.home .service-inner:after {
    content:"";
    position: absolute;
    background-image: url('../img/points_three.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 126px;
    height: 126px;
    bottom: -55px;
    left: -50px;
    z-index: -1;
}

.service-block .title-header {
    text-align: center;
    margin-bottom: 45px;
}

.service-block .title-header h2 {
    font-size: 35px;
    line-height: 40px;
    hyphens: initial;
}

.service-item {
    background-color: rgba(5, 58, 116, 1);
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.service-item:after {
    content:"";
    position: absolute;
    border-radius: 95px 0px 20px 0px;
    top: 0;
    right: 0;
    background-color: rgba(102, 126, 170, 1);
    width: 115px;
    height: 115px;
    transform: rotate(270deg);
}

.service-item h2 {
    color: #FFFFFF;
    font-size: 25px;
}

.service-item .primary-button {
    background-color: rgba(102, 126, 170, 1);
    color: #FFFFFF;
    min-width: 218px;
    padding: 10.5px 20px;
    margin: 0;
    font-family: "Figtree-Bold", sans-serif;
    text-rendering: geometricPrecision;
}

.service-item .primary-button:hover {
    background-color: #FFFFFF;
    color: rgba(102, 126, 170, 1)!important;
}

.service-item p {
    text-transform: unset;
    max-width: 370px;
}

.service-item .emoji {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    z-index: 1;
}

.home .service-item-inner {
    padding: 70px 20px 70px;
}

.service-item-inner {
    padding: 40px 20px 50px 50px;
}

.service-container {
    gap: 15px;
    display: flex;
    flex-direction: column;
}


@media all and (min-width: 768px) {
    .service-block .title-header h2 {
        font-size: 50px;
    }
    .service-item h2 {
        color: #FFFFFF;
        font-size: 30px;
        /* line-height: 65px; */
        line-height: 1;
    }
    .service-container {
        flex-direction: row;
    }
    .home .service-inner:after {
        bottom: -70px;
        left: -25px;
    }
}

@media all and (min-width: 1024px) {
    .service-item {
        width: calc(50% - 7.5px);
    }
    .home .service-inner:after {
        left: -25px;
    }

    .service-item h2 {
        font-size: 40px;
        line-height: 1;
    }
}

@media all and (min-width: 1280px) {
    .home .service-item-inner {
        padding-left: 100px;
    }
    .home .service-inner:after {
        bottom: -70px;
        left: -65px;
        z-index: 1;
    }
}

@media all and (max-width: 1440px) {
    .home .service-inner:after {
        display: none;
    }
}
/* SERVICE BLOCK END */

/* QUICKLINKS BLOCK START */
.quicklinks-block {
    background-color: rgba(204, 217, 243, 0.34);
}

.quicklinks-inner {
    padding: 55px 20px 70px;
}

.quicklinks-container ul li {
    box-shadow: 0px 0px 20px rgba(204, 217, 242, 1);
    border-radius: 27px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    transition: 0.3s ease-in-out;
}

.quicklinks-container ul li:hover {
    opacity: 0.7;
}

.quicklinks-container ul li:hover span {
    transform: translateX(5px);
}

.quicklinks-container ul li a {
    text-decoration: none;
    color: rgba(10, 59, 114, 1);
    padding: 13.5px 20px 13.5px 20px;
    text-transform: none;
    display: flex;
    align-items: center;
}

.quicklinks-container ul li a p {
    margin: 0;
    margin-right: 12px;
}

.quicklinks-container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 15px;
}

.quicklinks-container ul li a .icon-arrow-right-regular {
    font-size: 12px;
    margin-left: 20px;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.quicklinks-inner .title-header {
    margin-bottom: 30px;
}

@media all and (min-width: 1280px) {
    .quicklinks-inner {
        padding: 55px 0px 70px;
    }
}
/* QUICKLINKS BLOCK END */

/* NEWS BLOCK START */
.news-block {
    margin-top: 50px;
    margin-bottom: 55px;
    position: relative;
}

.news-block:before {
    content:"";
    position: absolute;
    background-image: url('../img/points_four.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 126px;
    height: 126px;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-inner {
    position: relative;
}

.news-block-inner:after {
    content:"";
    position: absolute;
    background-image: url('../img/points_five.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 126px;
    height: 126px;
    right: -100px;
    bottom: 40px;
    z-index: -1;
}

.news-slider-item .tipp-badge {
    background-color: rgba(255, 147, 0, 1);
    border-radius: 20px 0px 20px 20px;
    padding: 7.5px 20.5px;
    position: absolute;
    top: 0;
    right: 0;
}

.news-slider-item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
}

.news-slider-item a:hover {
  opacity: 0.7;
}

.news-slider-item a img {
    border-radius: 30px 0px 60px 0px;
}

.news-slider-item {
    position: relative;
    border-radius: 30px 0px 60px 0px;
    margin: 0 22.5px;
    padding-bottom: 20px;
}

/* HOME STYLING START*/

.news-slider-item:nth-of-type(odd) {
    background-color: rgba(204, 217, 243, 1);
}

.news-slider-item:nth-of-type(odd) .news-title {
    color: rgba(5, 58, 116, 1);
}

.news-slider-item:nth-of-type(odd) .news-text {
    color: rgba(104, 128, 166, 1);
}

.news-slider-item:nth-of-type(even) .news-text {
    color: rgba(204, 217, 243, 1);
}

.news-slider-item:nth-of-type(even) .news-title {
    color: #FFFFFF;
}

.news-slider-item:nth-of-type(even) {
    position: relative;
    border-radius: 30px 0px 60px 0px;
    background-color: rgba(5, 58, 116, 1);
}

/* HOME STYLING END */


.news-text-container {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .news-text-container {
        padding-left: 35px;
        padding-right: 35px;
    }
}
.news-text {
    margin: 0;
    margin-top: 20px;
    text-decoration: underline;
}

.news-text:hover span {
    transform: translateX(5px);
}

.news-text span {
    margin-left: 10px;
    font-size: 12px;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.news-slider .slick-list {
    margin: 0 -22.5px;
}

.news-slider-item .news-title {
    max-width: 315px;
    font-family: 'Figtree-SemiBold', sans-serif;
}

.news-block .title-header {
    margin-bottom: 45px;
}

.news-block .primary-button, .company-block .primary-button {
    margin-top: 70px;
    color: rgba(5, 58, 116, 1);
    font-family: "Figtree-Bold", sans-serif;
}

.news-block .primary-button:hover, .company-block .primary-button:hover {
    margin-top: 70px;
    color: rgb(203, 217, 244)!important;
    background-color: rgba(5, 58, 116, 1);
    font-family: "Figtree-Bold", sans-serif;
}

.slick-dots {
    bottom:-50px!important;
}

.slick-dots > li {
    display: inline-block;
}

.slick-dots > li:only-child {
    display: none;
}

.slick-dots li button:before {
    font-size: 10px!important;
    content:""!important;
    background-color: rgba(103, 127, 168, 0.3);
    width: 8px!important;
    height: 8px!important;
    border-radius: 50%;
}

.slick-dots li {
    width: 10px!important;
    margin: 0 4px!important;
}

.slick-dots li.slick-active button:before {
    color: rgba(114, 114, 114, 1)!important;
    opacity: 1!important;
    background-color: rgba(103, 127, 168, 1);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.slick-dots li button:before {
    color: rgba(114, 114, 114, 0.25)!important;
    opacity: 1!important;
}

body .slick-prev, body .slick-next {
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    width: 47px;
    height: 47px;
    top: 50%;
    z-index: 1;
    transition: 0.3s ease;
}

body .slick-prev:before, body .slick-next:before {
    opacity: 1;
}

body .slick-prev:hover, body .slick-next:hover,
body .slick-prev:focus:hover, body .slick-next:focus:hover {
    background-color: rgb(203, 217, 244);
}

body .slick-prev:focus, body .slick-next:focus {
    background-color: #fff;
}
@media all and (max-width: 768px) {
    body .slick-prev {
        left: -15px;
    }

    body .slick-next {
        right: -15px;
    }
}


.slick-prev:before {
    content: ''!important;
    background-image: url('../img/arrow-left.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 17px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-next:before {
    content: ''!important;
    background-image: url('../img/arrow-right.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 17px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
/* NEWS BLOCK END */

/* FIRST VIEW BLOCK START */
.first-view-block .asl_w_container {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    border-radius: 42px;
    z-index: 1;
    position: relative;
}

.first-view-block {
    position: relative;
}

.first-view-block:before {
    content:"";
    position: absolute;
    background-color: #04306d;
    top: 0;
    right: 0;
    width: 50%;
    bottom: 0;
    z-index: -1;
}

.first-view-block:after {
    content:"";
    position: absolute;
    background-color: rgba(247, 247, 247, 1);
    top: -235px;
    left: -135px;
    width: 493px;
    height: 364px;
    z-index: -1;
    border-radius: 90px 0;
}

.first-view-block h1 {
    margin-bottom: 35px;
    max-width: 453px;
    hyphens: inherit;
}

.first-view-block .promagnifier {
    display: none;
}

.first-view-inner {
    padding-top: 75px;
}

.slider-image img {
    border-radius: 60px 0px;
}

.slider-left p {
    margin-bottom: 35px!important;
}

.slider-left {
    margin-bottom: 50px;
}

.slider-left .primary-button {
    color: rgba(5, 58, 116, 1);
    font-family: "Figtree-Bold", sans-serif;
    margin-left: 0;
    z-index: 1;
    position: relative;
}

@media all and (min-width: 1280px) {
    .slider-left .primary-button {
        min-width: 490px;
    }
}

.slider-left .primary-button:hover {
    margin-top: 70px;
    color: rgb(203, 217, 244)!important;
    background-color: rgba(5, 58, 116, 1);
    font-family: "Figtree-Bold", sans-serif;
}


.slider-image {
    display: flex;
    justify-content: flex-end;
}


.scroll-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    z-index: 2;
}

.scroll-bottom img {
    animation: bounce2 2s ease infinite;
    margin-top: 5px;
}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-6px);}
    60% {transform: translateY(-5px);}
}

@media all and (min-width: 768px) {
    .slider-image img {
        border-radius: 148px 0px;
    }
    .slider-left p {
        margin-bottom: 90px!important;
    }
}

@media all and (min-width: 991px) {
    .first-view-block:before {
        width: 40%;
    }
    .first-view-slider {
        display: flex;
        position: relative;
    }
    .slider-left {
        margin-bottom: 0;
        width: 50%;
    }
    .slider-right {
        width: 50%;
    }
    .first-view-block .asl_w_container {
        max-width: 490px;
    }
    .first-view-block h1 {
        margin-top: 30px;
    }
    .designdarkblue {
        position: absolute;
        left: 35%;
        bottom: 0;
        display: flex;
        z-index: 1;
    }
    .designwhitelittle {
        position: absolute;
        left: 46%;
        top: -45px;
        display: flex;
        z-index: 1;
    }
    .designlightblue {
        position: absolute;
        right: 4%;
        bottom: -45px;
        display: flex;
        z-index: 1;
    }
    .first-view-inner {
        position: relative;
    }
    .first-view-inner:after {
        content:"";
        position: absolute;
        background-image: url('../img/points_six.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 95px;
        height: 95px;
        top: 38%;
        right: -40px;
    }
    .slider-right {
        position: relative;
    }
    .slider-right:after {
        content:"";
        position: absolute;
        background-image: url('../img/points_seven.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 95px;
        height: 95px;
        top: 0;
        left: -20px;
    }
}


@media all and (min-width: 1024px) {
    .first-view-block:before {
        width: 50%;
    }
    .slider-left {
        width: 40%;
    }
    .slider-right {
        width: 60%;
    }

    .designdarkblue {
        left: 30%;
    }
}


/* FIRST VIEW MOBILE*/
@media all and (max-width: 768px) {
    .first-view-slider .designdarkblue, .first-view-slider .designwhitelittle, .first-view-slider .designlightblue {
        display: none;
    }
    .first-view-block:before {
        display: none;
    }
    .first-view-inner {
        padding: 0;
    }
    .slider-image {
        width: 120%;
        transform: translateX(-35px);
    }
    .first-view-block {
        top: 160px;
    }
    .slider-left {
        padding: 0 20px;
    }
    .slider-right {
        margin-top: -80px;
    }
    .news-block {
        margin-top: 220px;
    }
    .first-view-block:after {
        top: -212px;
        left: -340px;
    }
    .first-view-inner:after {
        content: "";
        position: absolute;
        background-image: url('../img/points_tuerkis.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 95px;
        height: 95px;
        top: -8%;
        right: -40px;
    }
    .slider-right {
        position: relative;
    }
    .slider-right:before {
        content:"";
        position: absolute;
        background-image: url('../img/little-leaf-light.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        left: 0;
        bottom: 0;
        width: 58px;
        height: 46px;
        z-index: 1;
    }
    .slider-right:after {
        content:"";
        position: absolute;
        background-image: url('../img/little-leaf-dark.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        left: -1px;
        bottom: -46px;
        width: 58px;
        height: 46px;
        z-index: 1;
    }
    .slider-image img {
        width: 100%;
    }
}
/* FIRST VIEW BLOCK END */

/* NEWS TEMPLATE STYLING START */
.page-template-template-news .mix-button-container button  {
    border-radius: 21px;
    background-color: rgba(102, 126, 170, 0.7);
    color: #FFFFFF;
    padding: 11px 25px;
    border: unset;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.page-template-template-news .breadcrumbs-outer:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-image: url('../img/dark-leaf.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 91px;
    height: 73px;
}

.page-template-template-news .breadcrumbs-outer:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -73px;
    background-image: url('../img/light-leaf.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 91px;
    height: 73px;
}

.page-template-template-news .mix-button-container button:hover  {
    opacity: 0.7;
}

.page-template-template-news .mix-button-container button.active  {
    background-color: rgba(5, 58, 116, 1);
}

.page-template-template-news .mix-button-container {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.page-template-template-news .news-no-slider .news-slider-item {
    margin: 0;
}

.page-template-template-news .news-no-slider {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex-wrap: wrap;
}

.page-template-template-news .news-block-inner:after {
    display: none;
}

.page-template-template-news .sort-container {
    box-shadow: 0px 0px 20px #CCD9F3;
    border-radius: 30px 0px;
    margin: 0 20px;
    padding: 0;
    margin-bottom: 45px;
}

.page-template-template-news .sort-container .sort-left {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 30px 0;
}

.page-template-template-news .sort-container .sort-left h2 {
    line-height: 45px;
}

.page-template-template-news .sort-container .sort-left p {
    font-family: "Figtree-Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    color: #053A74;
    text-rendering: geometricPrecision;
    max-width: 389px;
}

.page-template-template-news .sort-container .sort-right{
    background-color: #CCD9F3;
    padding: 20px;
    border-radius: 0 0 30px 0;
}

.page-template-template-news .sort-container .sort-right h3 {
    font-family: "Figtree-Bold", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    color: #053A74;
    text-rendering: geometricPrecision;
    text-align: center;
    margin-bottom: 30px;
}

.page-template-template-news .sort-container .sort-right select {
    width: 100%;
    box-shadow: 0px 3px 20px #00000029;
    border: 1px solid #CCD9F3;
    border-radius: 42px;
    padding: 16.5px 15px;
    padding: 16.5px 30px 16.5px 15px;
    font-size: 11px;
    color: #053A74;
    font-family: "Figtree-Medium", sans-serif;
    text-rendering: geometricPrecision;
    -webkit-appearance: none;
}

.select-wrapper {
    position: relative;
    display: flex;
    max-width: 374px;
    margin: 0 auto;
}

.select-wrapper:after {
    content:"";
    position: absolute;
    background-image: url('../img/angle-down-regular.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media all and (min-width: 425px) {
    .page-template-template-news .news-no-slider .news-slider-item {
        width: calc(50% - 12.5px);
    }
    .page-template-template-news .news-no-slider {
        flex-direction: unset;
        gap: 20px;
    }
    .page-template-template-news .sort-container .sort-right select {
        font-size: 16px;
        text-align: center;
    }
}

@media all and (min-width: 768px) {
    .page-template-template-news .news-no-slider .news-slider-item {
        width: calc(33.3333% - 14px);
    }
    .sort-container-inner {
        display: flex;
        margin-top: 85px;
    }
    .page-template-template-news .sort-container .sort-left {
        width: 60%;
    }
    .page-template-template-news .sort-container .sort-right {
        width: 40%;
    }
    .page-template-template-news .sort-container .sort-right select {
        font-size: 12px;
    }
}

@media all and (min-width: 1024px) {
    .page-template-template-news .news-no-slider {
        gap: 40px 45px;
    }
    .page-template-template-news .news-no-slider .news-slider-item {
        width: calc(33.3333% - 30px);
    }
    .page-template-template-news .sort-container .sort-right select {
        font-size: 16px;
    }
    .page-template-template-news .sort-container .sort-right select {
        padding: 13.5px 15px;
    }
    .page-template-template-news .sort-container .sort-left, .page-template-template-news .sort-container .sort-right {
        padding: 75px 20px 50px;
    }
}

@media all and (min-width: 1280px) {
    .page-template-template-news .sort-container {
        margin: 0 auto;
        margin-bottom: 45px;
    }
    .page-template-template-news .sort-container .sort-left {
        padding-left: 100px;
    }
    .page-template-template-news .sort-container .sort-right select {
        max-width: 374px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        appearance: none;
        -webkit-appearance: none;
    }
    .page-template-template-news .breadcrumbs-outer {
        padding-bottom: 85px;
    }
    .page-template-template-news .sort-container {
        margin-top: -75px;
        z-index: 10000;
        position: relative;
    }

}
/* NEWS TEMPLATE STYLING END */

html #wpadminbar {
    z-index: 100000000000;
}

@media all and (min-width: 1440px) {
    .page-child .learn-container ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-child .learn-container ul li {
        width: calc(25% - 12.5px);
    }
}

/* CLASSES FOR LEARNING-BLOCK START */
body .learn-title {
    font-size: 14px;
    font-family: "Figtree-Medium", sans-serif;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgb(5, 58, 116);
    margin: 0;
}

body .learn-text {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgb(5, 58, 116);
    margin: 0;
    font-family: "Figtree-Bold", sans-serif;
    line-height: 1.5;
}
/* CLASSES FOR LEARNING-BLOCK END */

.rounded > img {
    border-radius: 10px;
}

.rounded {
    border-radius: 10px;
}

.wp-block-columns {
    gap: 2em;
}

.wp-block-column .wp-block-cover__inner-container .wp-block-buttons.is-content-justification-center {
    justify-content: center !important;
}

.wp-block-button.dark-button a.wp-block-button__link {
    color: #FFFFFF!important;
}

.wp-block-container.container.list li {
    position: relative;
    margin-left: 30px;
    font-family: "Figtree-Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    color: #053A74;
    text-rendering: geometricPrecision;
}

.wp-block-container.container.list ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.wp-block-container.container.list li:before {
    content: "";
    position: absolute;
    background-image: url('../img/marker.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: -30px;
    top: 6px;
    width: 12px;
    height: 12px;
}


/* CHRISTOPHER EDIT VOM 02.06.2023 START */
@media (max-width: 768px) {
    .news-block {
        margin-top: 120px;
    }
}

.actual-companies-block {
    margin: 100px 0;
}


/* CHRISTOPHER EDIT VOM 02.06.2023 END */

@media all and (max-width: 1024px) {
    div#ez-toc-container {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }

    .wp-block-container.container{
        padding: 0;
    }

    .wp-block-container.container.para, .wp-block-container.container.heading, .wp-block-container.container.buttons {
        padding: 0 20px;
    }

    .wp-block-container.container .wp-block-container.container.para, .wp-block-container.container .wp-block-container.container.heading, .wp-block-container.container .wp-block-container.container.buttons {
        padding: 0;
    }
}


/* Table of content */
.ez-toc-section {
    padding-top: 200px;
    margin-top: -200px;
}

#ez-toc-container .ez-toc-toggle label {
    outline: none;
}
#ez-toc-container .ez-toc-toggle label::before {
    content: 'aufklappen';
    margin: 0;
    font-size: 14px;
    font-family: "Figtree-Bold", sans-serif;
    color: #053A74;
}

#ez-toc-container.toc_close .ez-toc-toggle label::before {
    content: 'zuklappen';
}

#ez-toc-container .ez-toc-toggle label::after {
    display: block !important;
    font-size: 7px;
    color: #053A74;
    margin-left: 7px;
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
    content: '\e96b';
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#ez-toc-container.toc_close .ez-toc-toggle label::after {
    transform: rotate(0deg);
}


/* ACT-SSISTENT START */
.actssistent {
    position: fixed;
    bottom: -5px;
    right: 0;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    z-index: 10000000;
}

.actssistent:hover {
    opacity: 0.8;
}

.chatbot_wrapper {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1607843137);
    border-radius: 42px 42px 42px 42px;
    min-width: 508px;
    position: fixed;
    top: 300px;
    right: 20px;
    background-color: #FFFFFF;
    display: none;
    z-index: 1000;
}

.chatbot_wrapper .gform_title, .chatbot_wrapper .gform_description {
    display: none;
}

.chatbot_wrapper .chatbot-text {
    font-family: "Figtree-Bold", sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #0A3B72;
    text-rendering: geometricPrecision;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.chatbot_wrapper .chat-header {
    background-color: #CBD9F4;
    height: 92px;
    position: relative;
    border-radius: 42px 42px 0px 0px;
}

.chatbot_wrapper .chat-header:after {
    content: "";
    position: absolute;
    background-image: url("../img/actimg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 180px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.chatbot_wrapper .chat-header:before {
    content: "";
    position: absolute;
    background-image: url("../img/actssistent.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 120px;
    height: 120px;
    top: 0;
    right: 0;
}

.chatbot-inner {
    padding: 0 30px;
}

#gform_wrapper_7.gform_legacy_markup_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

body /*.chatbot_wrapper */ .gfield_label {
    font-family: "Figtree-Medium", sans-serif;
    font-size: 16px !important;
    letter-spacing: 0px;
    line-height: 15px;
    color: #0A3B72;
}

body .chatbot_wrapper .gfield_label {
    font-size: 12px !important;
}


body /*.chatbot_wrapper */ select.large.gfield_select {
    border-radius: 23px;
    background-color: #E6ECF9;
    border: 0px;
    font-family: "Figtree-Regular", sans-serif;
    font-size: 16px !important;
    letter-spacing: 0px;
    line-height: 20px;
    color: #0A3B72;
    padding: 12.5px 40px 12.5px 30px !important;
    appearance: none;
    -webkit-appearance: none;
}

body /*.chatbot_wrapper*/ .ginput_container_select {
    position: relative;
}

body /*.chatbot_wrapper */.ginput_container_select:after {
    content: "";
    position: absolute;
    background-image: url("../img/angle-down-regular.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.chatbot_wrapper #field_11_4 {
    margin-bottom: 20px;
}

.chatbot_wrapper .chatbot-textfield textarea {
    background-color: #E6ECF9;
    border-radius: 10px;
    border: 0px;
    font-family: "Figtree-Regular", sans-serif;
    letter-spacing: 0;
    line-height: 20px;
    font-size: 16px !important;
    color: rgba(10, 59, 114, 0.5);
    max-height: 155px;
    padding: 25px 30px !important;
}

body .gform_wrapper.gravity-theme input[type=text] {
    background-color: #E6ECF9;
    border-radius: 23px;
    border: 0px;
    font-family: "Figtree-Regular", sans-serif;
    letter-spacing: 0;
    line-height: 20px;
    font-size: 16px !important;
    color: rgba(10, 59, 114, 0.5);
    padding: 12.5px 30px !important;
}

.chatbot_wrapper .chatbot-textfield textarea::placeholder {
    font-family: "Figtree-Regular", sans-serif;
    letter-spacing: 0;
    line-height: 20px;
    font-size: 16px !important;
    color: rgba(10, 59, 114, 0.5);
    max-height: 155px;
}

.chatbot_wrapper .gform_fileupload_rules {
    display: none !important;
}

.chatbot_wrapper input#file-upload-button {
    background-color: rgb(204, 217, 243) !important;
    border-radius: 5px !important;
}

.chatbot_wrapper .gform_footer.top_label {
    padding-left: 30px !important;
    justify-content: flex-end;
    padding-right: 30px !important;
}

.chatbot_wrapper .gform_footer.top_label .gform_button {
    border-radius: 42px;
    background-color: rgb(5, 58, 116);
    color: #FFFFFF;
    padding: 13.5px 30px;
    min-width: 168px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.chatbot_wrapper .gform_footer.top_label .gform_button:hover {
    background-color: #FFFFFF;
    color: rgb(5, 58, 116);
    border-color: rgb(5, 58, 116) !important;
}

.chatbot_wrapper span.close-button {
    position: absolute;
    bottom: 15px;
    right: 65px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.chatbot_wrapper span.close-button:hover {
    opacity: 0.8;
}

.chatbot_wrapper span.close-button:after {
    position: absolute;
    content: "";
    background-image: url("../img/close-button.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 80px;
}

@media all and (max-width: 375px) {
    .chatbot_wrapper {
        min-width: 89%;
        overflow: scroll;
        height: calc(100vh - 200px);
        left: 20px;
        top: 150px;
        z-index: 1000000;
    }
    .chatbot_wrapper span.close-button {
        bottom: unset;
        top: 10px;
        right: 50px;
    }
    .chatbot_wrapper span.close-button:after {
        width: 40px;
        height: 40px;
    }
}
@media all and (min-width: 375px) and (max-width: 425px) {
    .chatbot_wrapper {
        height: calc(100vh - 170px);
        min-width: 89%;
        overflow: scroll;
        left: 20px;
        top: 70px;
        z-index: 1000000000000;
    }
    .chatbot_wrapper span.close-button {
        bottom: unset;
        top: 10px;
        right: 50px;
    }
    .chatbot_wrapper span.close-button:after {
        width: 40px;
        height: 40px;
    }
}
@media all and (min-width: 768px) {
    .chatbot_wrapper {
        height: unset;
        min-width: 89%;
        overflow: unset;
        left: 20px;
        top: 150px;
    }
}
@media all and (min-width: 1023px) {
    .chatbot_wrapper {
        min-width: 508px;
        left: unset;
        height: unset;
        overflow: unset;
        z-index: 1000000;
    }
}
/* ACT-SSISTENT END */

@media all and (min-width: 1440px) {
    .chatbot_wrapper {
        z-index: 1000000000000;
        top: unset;
        bottom: 78px;
        right: 27px;
    }
}

a.wp-block-button__link.wp-element-button {
    background-color: rgb(203, 217, 244);
    color: rgb(5, 58, 116);
    border-radius: 42px;
    font-family: "Figtree-Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    text-decoration: none;
    padding: 13px 20px;
    max-width: 337px;
    display: block;
    text-align: center;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0 auto;
    width: fit-content;
    min-width: 283px;
}


a.wp-block-button__link.wp-element-button:hover {
    /*background-color: rgb(255, 255, 255);
    color: rgb(5, 58, 116) !important;
    border: 1px solid rgb(5, 58, 116);*/

    background-color: #053A74 !important;
    color: #CCD9F3 !important;
}



.download .container.buttons a.wp-block-button__link.wp-element-button {
    background-color: #053A74;
    color: #fff !important;
    transition: 0.3s ease;
}

.download .container.buttons a.wp-block-button__link.wp-element-button:hover {
    color: #CCD9F3 !important;
}

.download .container.buttons .wp-block-button {
    margin-bottom: 10px;
}

.search-loop-single .news-text-container {
    padding-left: 0;
}

.search-loop-single .news-text {
    color: rgb(64, 64, 64);
}



.news-text-container {
    position: relative;
}

.actual-companies-inner .news-slider-item:nth-of-type(odd), .actual-companies-inner .news-slider-item:nth-of-type(even) {
    box-shadow: 0px 0px 10px #CCDAF2;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px 0;
}

.actual-companies-inner .news-slider-item img {
    max-height: 230px;
    object-fit: cover;
    min-height: 230px;
    border-radius: 20px 0;
    width: 100%;
}

.uefa_sector {
    position: absolute;
    top: -80px;
    z-index: 1;
    background-color: #fff;
    display: block;
    border-radius: 111px;
    font-weight: 700;
    font-family: 'Figtree-Bold';
    color: #0A3B72;
    letter-spacing: 0;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.sector_emoji {
    margin-right: 12px;
}
.entry-content p.uefa_title.bold18darkblue {
    font-family: 'Figtree-Bold';
    font-size: 20px;
}

.entry-content p.uefa_school {
    margin-bottom: 0;
    margin-top: 5px;
}

.company_states {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    overflow: scroll;
}

@media all and (min-width: 1140px) {
    .company_states {
        flex-wrap: wrap;
    }
}


.company_states li {
    background-color: #CCD9F3;
    border-radius: 21px;
    font-family: 'Figtree-Bold';
    color: #0A3B72;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.company_states li.active, .company_states li:hover {
    color: #fff;
    background-color: #0A3B72;
}

.company_slider_replace .slick-next, .company_slider_replace .slick-prev {
    top: calc(100% + 25px) !important;
    transform: translateY(0);
    box-shadow: none;
    border-radius: 0;
    background-color: transparent !important;
}

.company_slider_replace .slick-prev {
    left: calc(100% - 95px);
}


.company_slider_replace .slick-next {
    right: 0;
}

.company_slider_replace .slick-next:before, .company_slider_replace .slick-prev:before {
    background-size: contain;
    height: 16px;
}

.company_slider_replace .slick-prev:before {
    background-image: url("../img/chevron_prev.svg");
}


.company_slider_replace .slick-next:before {
    background-image: url("../img/chevron_right.svg");
}

.company_slider_replace {
    margin-bottom: 60px;
}

.company-block {
    margin-top: 100px;
    margin-bottom: 100px;
}

input#gform_submit_button_12 {
    border-radius: 42px;
    background-color: rgb(5, 58, 116);
    color: #FFFFFF;
    padding: 13.5px 30px;
    min-width: 168px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

input#gform_submit_button_12:hover {
    background-color: #FFFFFF;
    color: rgb(5, 58, 116);
    border-color: rgb(5, 58, 116) !important;
}

#gform_wrapper_12 {
    box-shadow: 0px 0px 20px #CCD9F3;
    border-radius: 30px 0px;
    opacity: 1;
    padding: 50px;
    margin-bottom: 50px;
}


/* BREADCRUMBS */
.home .breadcrumbs-outer {
    display: none;
}

.breadcrumbs-outer {
    background-color: rgb(230, 236, 249);
    padding: 10px 0;
    position: relative;
}


#breadcrumbs {
    max-width: 1200px;
    margin: 100px auto 0 auto;
    padding: 0 20px;
    text-decoration: none;
}

@media all and (min-width: 1280px) {
    #breadcrumbs {
        padding: 0;
    }
}

#breadcrumbs a {
    text-decoration: none;
}

#breadcrumbs span a {
    font-family: "Figtree-Regular", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    color: #667EAA;
}

#breadcrumbs span {
    margin-right: 5px;
    margin-left: 5px;
}

#breadcrumbs span:first-of-type {
    margin-right: 5px;
    margin-left: 0px;
}

#breadcrumbs .breadcrumb_last {
    font-family: "Figtree-Bold", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    color: #053A74;
}

.single .item-title {
    color: #053A74;
    font-family: "Figtree-Medium", sans-serif;
    text-rendering: geometricPrecision;
}

.post-tax-item {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}


.file-controll svg {
    fill: rgb(5, 58, 116);
    transition: 0.3s ease;
}

.file-controll svg:hover {
    fill: rgb(203, 217, 244);
}



.custom-accordion-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.accordion-question span {
    position: absolute;
    right: 0;
}


.accordion-section.active, .accordion-section:hover {
    color: #171945;
    box-shadow: 0 3px 6px rgb(5, 58, 116);
}

.accordion-question.active span {
    transform: rotate(90deg);
}

.accordion_wrapper.one-column, .accordion_wrapper.two-column {
    width: 100%;
}


.accordion-section {
    box-shadow: 0px 0px 20px rgb(204, 217, 243);
    border-radius: 42px;
    border: 1px solid rgb(204, 217, 243);
    padding: 25px;
    margin-bottom: 20px;
}
/*
.accordion-answer {
    display: none;
}*/

.accordion-question {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    padding: 5px 0;
    cursor: pointer;
}

@media all and (min-width: 1025px) {
    .accordion_wrapper.two-column {
        width: calc(50% - 10px);
    }

    .custom-accordion-block {
        gap: 20px;
    }

    .accordion-section {
        margin: 20px 0;
    }
}


body .gform_legacy_markup_wrapper div.validation_error {
    display: none;
}

body .gform_legacy_markup_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border: 0;
    padding: 0;
}

body .gform_legacy_markup_wrapper .gfield_error .gfield_label, body .gform_legacy_markup_wrapper .validation_message,
body .gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox, body .gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio{
    color: #FF0000;
}

body .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_legacy_markup_wrapper li.gfield_error textarea {
    border-color: #FF0000;
}

body div.asl_m .probox .proloading, body div.asl_m .probox .proclose, body div.asl_m .probox .promagnifier, body div.asl_m .probox .prosettings {
    padding-right: 15px;
}

body .custom_teaser {
    margin-bottom: 0px;
}

body h2 {
    font-size: 30px;
    line-height: 50px;
}


.video-slider-item-wrapper {
    position: relative;
}

.video-slider-item-wrapper img {
    border-radius: 30px 0px 60px 0px;
    aspect-ratio: 1.5 / 1;
}

.video-slider-block .title-header {
    margin: 25px 0;
}


.video-slider-outer-wrapper .slick-list {
    margin: 0 -5px;
}

.video-slider-outer-wrapper .news-slider-item {
    margin: 0 5px;
}


.video-slider-outer-wrapper .slick-track {
    display: flex !important;
}

.video-slider-outer-wrapper .slick-slide {
    height: inherit !important;
}

.play_video {
    position: absolute;
    bottom: 15px;
    right: 30px;
}

.news-slider-item .play_video:hover {
    opacity: 1;
}

.play_video svg g, .play_video svg path {
    transition: 0.3s ease;
}

.play_video:hover svg g {
    fill: #fff;
}

.play_video:hover svg path {
    fill: #053A74;
}

/* VIDEO POPUP */
#wb-form-popup-wrap {
    background: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    color: #fff;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    display: -webkit-box;
}

#wb-form-popup {
    background: rgba(0,0,0,0.0);
    position: relative;
}

#wb-form-popup-close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    cursor: pointer;
    transition: 0.3s ease;
}

#wb-form-popup-close:hover {
    opacity: 0.6;
    right: 3.5rem;
}

#modal_box_video_1 {
    display: -webkit-box;
}

#modal_box_video_1 video {
    max-width: 100%;
}

#wb-form-popup, .iframe_video {
    width: calc(100% - 15rem);
    height: calc(100% - 15rem);
    display: flex;
    align-items: center;

}

/* mobile */
@media(max-width: 700px) {
    #wb-form-popup {
        width: 30rem;
        height: auto;
    }

    .iframe_video {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

.pop-up-content {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}