/*
███╗░░██╗███████╗████████╗░██████╗░███████╗███╗░░██╗███████╗██████╗░░█████╗░████████╗░█████╗░██████╗░
████╗░██║██╔════╝╚══██╔══╝██╔════╝░██╔════╝████╗░██║██╔════╝██╔══██╗██╔══██╗╚══██╔══╝██╔══██╗██╔══██╗
██╔██╗██║█████╗░░░░░██║░░░██║░░██╗░█████╗░░██╔██╗██║█████╗░░██████╔╝███████║░░░██║░░░██║░░██║██████╔╝
██║╚████║██╔══╝░░░░░██║░░░██║░░╚██╗██╔══╝░░██║╚████║██╔══╝░░██╔══██╗██╔══██║░░░██║░░░██║░░██║██╔══██╗
██║░╚███║███████╗░░░██║░░░╚██████╔╝███████╗██║░╚███║███████╗██║░░██║██║░░██║░░░██║░░░╚█████╔╝██║░░██║
╚═╝░░╚══╝╚══════╝░░░╚═╝░░░░╚═════╝░╚══════╝╚═╝░░╚══╝╚══════╝╚═╝░░╚═╝╚═╝░░╚═╝░░░╚═╝░░░░╚════╝░╚═╝░░╚═╝

██████╗░███████╗██████╗░██╗░░░░░██╗███╗░░██╗░░░
██╔══██╗██╔════╝██╔══██╗██║░░░░░██║████╗░██║░░░
██████╦╝█████╗░░██████╔╝██║░░░░░██║██╔██╗██║░░░
██╔══██╗██╔══╝░░██╔══██╗██║░░░░░██║██║╚████║░░░
██████╦╝███████╗██║░░██║███████╗██║██║░╚███║██╗
╚═════╝░╚══════╝╚═╝░░╚═╝╚══════╝╚═╝╚═╝░░╚══╝╚═╝

Theme Name: e-ducatio OWL
Author: Netgenerator GmbH
Author URI: https://www.netgenerator.de/
Description: Individuell für e-ducatio OWL GmbH handgefertigtes Wordpress-Theme
Version: 1.0
*/

:root {
    scroll-behavior: auto;
    --pink: #e30044;
    --dark-gray: #3e4850;
}

@font-face {
    font-family: 'JetBrains Regular';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('assets/fonts/JetBrainsMono-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'JetBrains Extrabold';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('assets/fonts/JetBrainsMono-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'JetBrains Bold';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('assets/fonts/JetBrainsMono-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'JetBrains Extralight';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('assets/fonts/JetBrainsMono-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    font-size: 10px;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    color: var(--dark-gray);
    background: #fff;
    overflow-x: hidden;
    max-width: 100%;
    font-weight: 300;
    position: relative;
}

body.menu-open {
    overflow: hidden;
}

.row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.row > div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.container {
    padding: 0 1.5rem;
}

.container.container-wide {
    padding: 0;
}

@media (min-width: 1700px) {
    .container.container-wide {
        max-width: 1600px;
    }
}

@media (min-width: 768px) {
    .container.container-wide {
        padding: 0 1.5rem;
    }
}

.page-header-holder {
    position: relative;
}

.page-header .container.container-wide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-header.scrolled {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.page-header .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-header.scrolled .container {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

.page-header .page-logo img {
    height: 5.4rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
    .page-header .page-logo img {
        height: 11rem;
    }
}

.page-header.scrolled .page-logo img {
    height: 4.4rem;
}

.page-header .right {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.menu-top {
    margin: 0 0 0 auto;
    display: flex;
    font-family: 'JetBrains Regular';
    font-size: 1.4rem;
    line-height: 3rem;
}

@media (min-width: 1200px) {
    .menu-top {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .menu-top {
        font-size: 1.8rem;
    }
}

.menu-top li {
    margin-right: 1.5rem;
    padding: 0;
}

@media (min-width: 1200px) {
    .menu-top li {
        margin-right: 2rem;
    }
}

@media (min-width: 1400px) {
    .menu-top li {
        margin-right: 3rem;
    }
}

.menu-top li:last-child {
    margin: 0;
}

.menu-top li:before {
    display: none;
}

.menu-top li a {
    color: #3b484f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-top li a:hover,
.menu-top .current-menu-item > a,
.menu-top .sfHover > a {
    color: var(--pink);
}

.menu-top .home a {
    text-indent: -10000px;
    width: 3.6rem;
    height: 2.6rem;
    color: #fff;
    background: var(--pink);
    border-radius: 1.8rem;
    display: block;
    position: relative;
    margin-top: 0.2rem;
}

.menu-top .home a:before {
    content: '';
    width: 1.8rem;
    height: 1.6rem;
    background: url(assets/images/icon-home.svg) center center no-repeat;
    background-size: 1.8rem 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-top .my-owl a {
    padding-left: 3rem;
    position: relative;
}

.menu-top .my-owl a:before {
    content: '';
    width: 1.5rem;
    height: 2rem;
    background: url(assets/images/icon-user.svg);
    background-size: 1.5rem 2rem;
    position: absolute;
    left: 0;
    top: 0.3rem;
}

.menu-top .menu-item-has-children > a {
    padding-right: 2rem;
}

.menu-top .menu-item-has-children > a:after {
    content: '';
    width: 1.1rem;
    height: 0.6rem;
    background: url(assets/images/chevron-3.svg);
    background-size: 1.1rem 0.6rem;
    position: absolute;
    right: 0;
    top: 1.2rem;
}

.menu-top ul {
    background: #fff;
    padding: 2rem;
    left: -2rem;
}

.header-cart-holder {
    margin-left: 5rem;
    position: relative;
}

.small-cart {
    width: 30rem;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding-top: 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.header-cart-holder:hover .small-cart {
    opacity: 1;
    pointer-events: all;
}

.small-cart dd,
.small-cart dl,
.woocommerce .small-cart ul.cart_list li dd,
.woocommerce .small-cart ul.cart_list li dl {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0;
    border: none;
}

.small-cart dt,
.small-cart dd,
.woocommerce .small-cart ul.cart_list li dl,
.woocommerce .small-cart ul.cart_list li dd {
    display: inline-block;
    padding: 0;
    border: none;
}

.small-cart .jde_hint,
.woocommerce .small-cart .jde-hint {
    display: none;
}

.small-cart .quantity,
.woocommerce .small-cart .quantity {
    display: block;
}

.small-cart p,
.woocommerce .small-cart p {
    margin: 0;
}

.small-cart > div {
    border: 1px solid #3b484f;
    padding: 2rem;
}

.small-cart ul li,
.woocommerce .small-cart ul li {
    padding: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.small-cart ul li:before,
.woocommerce .small-cart ul li:before {
    display: none !important;
}

.small-cart .button,
.woocommerce .small-cart .button {
    display: flex;
    font-size: 1.6rem;
    font-family: 'JetBrains Bold';
    min-height: 5rem;
    align-items: center;
    justify-content: center;
    border-radius: 2.5rem;
    padding: 1rem 3.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: var(--pink);
    color: #fff;
    margin-bottom: 1.5rem;
}

.header-cart {
    width: 2rem;
    height: 1.8rem;
    background: url(assets/images/icon-cart.svg);
    background-size: 2rem 1.8rem;
    display: block;
    position: relative;
}

.header-cart span {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.2rem;
    color: #fff;
    background: var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.langs {
    color: #3b484f;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: 'JetBrains Regular';
    position: relative;
    margin-left: 2rem;
    line-height: 3rem;
    display: none;
}

@media (min-width: 992px) {
    .langs {
        font-size: 1.4rem;
    }
}

@media (min-width: 1200px) {
    .langs {
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .langs {
        font-size: 1.8rem;
    }
}

@media (min-width: 1700px) {
    .langs {
        margin-left: 20rem;
    }
}

.langs .toggler {
    position: relative;
    padding-right: 1.5rem;
    cursor: pointer;
}

.langs .toggler:after {
    content: '';
    width: 1.1rem;
    height: 0.6rem;
    background: url(assets/images/chevron-3.svg);
    background-size: 1.1rem 0.6rem;
    position: absolute;
    right: 0;
    top: 1.2rem;
}

.langs.open .toggler:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.langs .list {
    position: absolute;
    top: calc(100% - 0.4rem);
    left: -1rem;
    min-width: 100%;
    display: none;
    color: #fff;
    padding: 0.2rem 1rem 0.2rem 1rem;
    margin: 0;
}

.langs .list li {
    padding: 0;
    line-height: 2.2rem;
}

.langs .list li:before {
    display: none;
}

.langs .list li a {
    color: #3b484f;
}

.hamburger {
    height: 24px;
    padding: 0;
    margin: 0 0 0 2rem;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    height: 2px;
}

#menu-overlay {
    position: fixed;
    top: 124px;
    left: 0;
    width: 100%;
    height: calc(100vh - 124px);
    background: #fff;
    z-index: 99999;
    padding: 3rem 0 0 0;
    display: none;
}

body.scrolled #menu-overlay {
    top: 78px;
    height: calc(100vh - 78px);
}

#menu-overlay .container {
    padding-bottom: 5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #menu-overlay {
        top: 121px;
        height: calc(100vh - 121px);
    }
}

#menu-overlay .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.menu-top-mobile {
    text-align: center;
}

.menu-top-mobile > li ul {
    padding-top: 2rem;
    border-bottom: 1px solid var(--lighter-gray);
}

#menu-overlay .container {
    height: 100%;
    text-align: center;
}

#menu-overlay .scrollbar-macosx {
    height: 100%;
    padding-bottom: 5rem;
}

#menu-overlay .scroll-x {
    display: none !important;
}

.menu-top-mobile {
    font-size: 2rem;
    text-transform: uppercase;
}

.menu-top-mobile a {
    text-decoration: none;
    display: block;
    color: #3b484f;
}

.menu-top-mobile .current-menu-item > a {
    color: var(--pink);
}

.menu-top-mobile li {
    padding: 0;
}

.menu-top-mobile > li > a {
    padding-left: 0;
    border-bottom: 1px solid var(--lighter-gray);
}

.menu-top-mobile li:before {
    display: none;
}

.menu-top-mobile > li {
    position: relative;
}

.menu-top-mobile > li > a {
    padding: 1.3rem 0;
}

.menu-top-mobile li {
    position: relative;
}

.menu-top-mobile ul {
    display: none;
    padding: 1rem 0 2rem 0;
    text-transform: none;
}

.menu-top-mobile ul a {
    padding: 0.5rem 0;
}

.menu-top-mobile .sub-menu-open {
    display: block;
}

.menu-top-mobile .menu-item-has-children > span {
    width: 2.2rem;
    height: 1.2rem;
    background: url(assets/images/chevron-3.svg) center center no-repeat;
    background-size: 2.2rem 1.2rem;
    background-size: 2rem 2rem;
    margin-left: 2rem;
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: 2.3rem;
    cursor: pointer;
}

.menu-top-mobile .sub-menu-open > span {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-top-mobile ul {
    margin-left: 1rem;
}

.menu-top-mobile ul ul {
    margin-left: 2rem;
}

.menu-top-mobile li:last-child ul:last-child {
    padding-bottom: 0rem;
}

.page-content {
    overflow: hidden;
    padding-bottom: 6rem;
}

.content-block {
    margin-bottom: 6rem;
}

@media (min-width: 992px) {
    .content-block {
        margin-bottom: 9rem;
    }
}

.block-type-1 .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
}

.block-type-1 .box .bg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
}

/* .single-product .block-type-1 .box .bg
{
	background-image:url(assets/images/educatio-weiterbildungskurse-default.jpg) !important;
} */

.block-type-1 .heading {
    margin: 0;
    color: var(--pink);
    text-align: center;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}

.block-type-2 .text-block {
    margin-bottom: 6rem;
}

.block-type-2 .text-block *:last-child {
    margin-bottom: 0;
}

.block-type-3 .text-block--main {
    margin-bottom: 6rem;
}

.block-type-3 .text-block--main *:last-child {
    margin-bottom: 0;
}

.block-type-3 .partners {
    margin-left: -3rem;
    margin-right: -3rem;
}

.block-type-3 .partners > div {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 6rem;
}

.block-type-3 .box {
    text-align: center;
    height: 100%;
    background: #425159;
    color: #fff;
    padding: 6rem 4rem;
}

.block-type-3 .box .logo {
    height: 9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}

.block-type-3 .box .logo img {
    max-height: 100%;
    width: auto;
}

.block-type-3 .box .text-block p {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.block-type-3 .box .text-block *:last-child {
    margin-bottom: 0;
}

.block-type-4 .text-block {
    margin-bottom: 5rem;
}

.block-type-4 .text-block *:last-child {
    margin-bottom: 0;
}

.block-type-4 .people {
    margin-left: -3rem;
    margin-right: -3rem;
    padding-top: 7.5rem;
}

.block-type-4 .people > div {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 17rem;
}

.block-type-4 .people > div:nth-last-child(1),
.block-type-4 .people > div:nth-last-child(2) {
    margin-bottom: 0;
}

.block-type-4 .people .box {
    height: 100%;
    background: #ebeced;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15rem 5rem 5rem 5rem;
    text-align: center;
}

.block-type-4 .people .box .photo {
    width: 15rem;
    border-radius: 50%;
    top: -7.5rem;
    left: 50%;
    margin-left: -7.5rem;
    position: absolute;
}

.block-type-4 .people .box .position {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
}

.block-type-4 .people .box .name {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 4.5rem;
    color: var(--pink);
    font-family: 'JetBrains Extrabold';
}

.block-type-4 .people .contact {
    margin-bottom: 5rem;
}

.block-type-4 .people .contact *:last-child {
    margin-bottom: 0;
}

.block-type-4 .people .box .info {
    margin-top: auto;
}

.block-type-4 .people .box .info *:last-child {
    margin-bottom: 0;
}

.block-type-5 .column-1 {
    padding-top: 7rem;
}

@media (max-width: 991px) {
    .block-type-5 .column-2 {
        padding-top: 4rem;
    }
}

.block-type-5 .column-2 > div {
    background: #3e4850;
    position: relative;
    padding: 7rem 3rem 5rem 3rem;
}

@media (min-width: 1700px) {
    .block-type-5 .column-2 > div:after {
        content: '';
        width: 14rem;
        height: 100%;
        left: 100%;
        top: 0;
        background: #3e4850;
        position: absolute;
    }
}

.block-type-5 .contact-details {
    margin-bottom: 8rem;
    padding-top: 3rem;
}

.block-type-5 .contact-details p {
    padding-left: 6rem;
    position: relative;
    font-weight: 400;
}

.block-type-5 .contact-details p:last-child {
    margin-bottom: 0;
}

.block-type-5 .contact-details .address:before {
    content: '';
    width: 1.8rem;
    height: 2.7rem;
    background: url(assets/images/icon-location.png);
    position: absolute;
    top: 0.1rem;
    left: 2rem;
}

.block-type-5 .contact-details .phone:before {
    content: '';
    width: 1.9rem;
    height: 1.9rem;
    background: url(assets/images/icon-phone.png);
    position: absolute;
    top: 0.7rem;
    left: 2rem;
}

.block-type-5 .contact-details .email:before {
    content: '';
    width: 2.4rem;
    height: 1.9rem;
    background: url(assets/images/icon-email.png);
    position: absolute;
    top: 0.7rem;
    left: 1.7rem;
}

.block-type-5 .social,
.block-type-8 .social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.block-type-5 .social li,
.block-type-8 .social li {
    padding: 0;
    margin-bottom: 1.5rem !important;
}

.block-type-5 .social li:not(:last-child),
.block-type-8 .social li:not(:last-child) {
    margin-right: 1.5rem;
}

.block-type-5 .social li:before,
.block-type-8 .social li:before {
    display: none;
}

.block-type-5 .social li a,
.block-type-8 .social li a {
    display: flex;
    align-items: center;
    background: #3e4850;
    color: #fff;
    padding: 0 3rem 0 6rem;
    height: 5rem;
    border-radius: 2.5rem;
    font-family: 'JetBrains Bold';
}

.block-type-5 .social a:before,
.block-type-8 .social a:before {
    content: '';
    width: 3.6rem;
    height: 3.6rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
}

.block-type-5 .social .facebook a:before,
.block-type-8 .social .facebook a:before {
    background: #fff url(assets/images/icon-f-alt.svg) center center no-repeat;
}

.block-type-5 .social .instagram a:before,
.block-type-8 .social .instagram a:before {
    background: #fff url(assets/images/icon-i-alt.svg) center center no-repeat;
}

.block-type-5 .social .youtube a:before,
.block-type-8 .social .youtube a:before {
    background: #fff url(assets/images/icon-yt-alt.svg) center center no-repeat;
}

.block-type-5 .social .twitter a:before,
.block-type-8 .social .twitter a:before {
    background: #fff url(assets/images/icon-t-alt.svg) center center no-repeat;
}

.block-type-5 .social .linkedin a:before,
.block-type-8 .social .linkedin a:before {
    background: #fff url(assets/images/icon-in-alt.svg) center center no-repeat;
}

.block-type-6 .text-block {
    margin-bottom: 6rem;
}

.block-type-6 .text-block *:last-child {
    margin-bottom: 0;
}

.block-type-6 .hide-text .text,
.block-type-6 .hide-text .more {
    display: none;
}

.block-type-7 {
    z-index: 20;
    position: relative;
}

.block-type-7 .column-1 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

@media (min-width: 992px) {
    .block-type-7 .column-1 > div {
        padding-right: 4rem;
    }
}

.block-type-7 .column-1 *:last-child {
    margin-bottom: 0;
}

.block-type-7 .column-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-type-7 .photo {
    width: 100%;
    height: 30rem;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 992px) {
    .block-type-7 .photo {
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 1700px) {
    .block-type-7 .photo {
        width: calc(100% + 14rem);
    }
}

@media (min-width: 992px) {
    .block-type-7 .photo.overlap {
        height: calc(100% + 10rem);
    }
}

.block-type-8 {
    position: relative;
    z-index: 20;
}

.block-type-8 .column-1 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

@media (min-width: 992px) {
    .block-type-8 .column-1 > div {
        padding-left: 4rem;
    }
}

.block-type-8 .column-1 *:last-child {
    margin-bottom: 0;
}

.block-type-8 .column-2 {
    position: relative;
}

.block-type-8 .photo {
    width: 100%;
    height: 30rem;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 992px) {
    .block-type-8 .photo {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
    }
}

@media (min-width: 1700px) {
    .block-type-8 .photo {
        width: calc(100% + 14rem);
    }
}

@media (min-width: 992px) {
    .block-type-8 .photo.overlap {
        height: calc(100% + 10rem);
    }
}

.block-type-8 .social {
    padding-top: 5rem;
}

.block-type-9 {
    position: relative;
    padding: 10rem 0;
    color: #fff;
    text-align: center;
}

@media (min-width: 992px) {
    .block-type-9 {
        padding: 29rem 0;
    }
}

.block-type-9 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pink);
}

.block-type-9 .bg:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--pink);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.block-type-9 .bg .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pink);
    background-size: cover;
    background-position: center center;
    background-blend-mode: darken;
    opacity: 0.45;
}

.block-type-9 .container {
    position: relative;
    z-index: 10;
}

.block-type-9 .heading {
    color: #fff;
}

.block-type-9 .text-block {
    margin-bottom: 8rem;
}

.block-type-9 .text-block *:last-child {
    margin-bottom: 0;
}

.block-type-10 .box {
    padding-left: 10.5rem;
    position: relative;
}

.block-type-10 .box:before {
    content: '';
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #3e4850 url(assets/images/icon-checkmark.svg) center center no-repeat;
    background-size: 3.3rem 2.5rem;
    position: absolute;
    left: 0;
    top: 1rem;
}

.block-type-11 {
    background: #425159;
    padding: 3.5rem 0;
}

.block-type-11 .logo {
    display: flex;
    align-items: center;
    height: 9rem;
    justify-content: center;
}

.block-type-11 .logo img {
    max-height: 100%;
    width: auto;
}

.block-type-12 .center-content {
    text-align: center;
}

.block-type-14 {
    position: relative;
    padding: 9rem 0 0 0;
    color: #fff;
    margin-bottom: 14rem;
}

.block-type-14 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pink);
}

.block-type-14 .bg:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--pink);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.block-type-14 .bg .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pink);
    background-size: cover;
    background-position: center center;
    background-blend-mode: darken;
    opacity: 0.45;
}

.block-type-14 .container {
    position: relative;
    z-index: 10;
}

.block-type-14 .column-1 {
    padding-bottom: 3rem;
}

@media (min-width: 992px) {
    .block-type-14 .column-1 {
        padding-top: 7rem;
    }
}

.block-type-14 .heading {
    color: #fff;
    font-size: 6.4rem;
    line-height: 7.4rem;
}

.block-type-14 .contact-form {
    padding: 7rem 3rem 3rem 3rem;
    background: #3e4850;
    margin-bottom: -10rem;
}

.block-type-15 {
    position: relative;
    color: #fff;
    text-align: center;
}

.block-type-15 .wrap {
    position: relative;
}

.block-type-15 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-type-15 .bg .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.45;
}

.block-type-15 .container {
    position: relative;
    z-index: 10;
    min-height: 65rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.block-type-15 .heading {
    color: var(--pink);
    font-family: 'JetBrains Extralight';
}

.block-type-15 .heading small {
    font-size: 3rem;
    line-height: 4rem;
    font-family: 'JetBrains Regular';
}

@media (max-width: 767px) {
    .block-type-15 .heading small {
        font-size: 1.8rem;
        line-height: 2.8rem;
        display: block;
        padding-top: 1rem;
    }
}

.block-type-15 .heading strong {
    font-family: 'JetBrains Extrabold';
    font-weight: 400;
}

.block-type-16 .photo-holder {
    padding: 10rem 0 0 0;
    text-align: right;
    position: relative;
}

.block-type-16 .photo {
    position: relative;
    width: 35rem;
    height: 35rem;
    display: inline-flex;
}

.block-type-16 .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    animation: clipRotateAnim 30s linear infinite;
    animation-direction: reverse;
    opacity: 0.2;
}

.block-type-16 .photo-bg {
    width: 100%;
    height: 100%;
    clip-path: url(#myClip);
    position: relative;
    z-index: 10;
    animation: clipRotateAnim 30s linear infinite;
}

.block-type-16 .photo-bg > div {
    width: calc(100% + 10rem);
    height: calc(100% + 10rem);
    top: -5rem;
    left: -5rem;
    background-size: cover;
    background-position: center center;
    animation: clipRotateAnim 30s linear infinite;
    animation-direction: reverse;
    position: relative;
    z-index: 10;
}

.block-type-16 .text-block ul li {
    padding-left: 6rem;
}

.block-type-16 .text-block ul li:before {
    width: 2.6rem;
    height: 2.6rem;
    background: var(--pink) url(assets/images/icon-checkmark.svg) center center no-repeat;
    background-size: 1.3rem 1rem;
    position: absolute;
    left: 1.2rem;
    top: 0.4rem;
    border-radius: 50%;
}

.block-type-16 .buttons {
    display: flex;
    align-items: center;
    padding-top: 2rem;
}

.block-type-16 .buttons .button {
    margin-right: 3rem;
}

@keyframes clipRotateAnim {
    to {
        transform: rotate(360deg);
    }
}

.block-type-17 .wrap {
    background: var(--pink);
    padding: 5rem 0 4rem 0;
}

.block-type-17 .heading {
    font-size: 3.4rem;
    line-height: 5rem;
    font-family: 'JetBrains Extralight';
}

@media (min-width: 992px) {
    .block-type-17 .heading {
        font-size: 4.4rem;
        line-height: 5.4rem;
    }
}

@media (min-width: 1200px) {
    .block-type-17 .heading {
        font-size: 5.4rem;
        line-height: 6.4rem;
    }
}

@media (min-width: 1400px) {
    .block-type-17 .heading {
        font-size: 6.4rem;
        line-height: 7.4rem;
    }
}

.block-type-17 .heading strong {
    font-family: 'JetBrains Extrabold';
}

.block-type-17 .slider-wrap {
    position: relative;
}

.block-type-17 .arrow-prev,
.block-type-17 .arrow-next {
    width: 7.6rem;
    height: 7.6rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

@media (max-width: 991px) {
    .block-type-17 .arrow-prev,
    .block-type-17 .arrow-next {
        display: none !important;
    }
}

.block-type-17 .arrow-prev {
    left: -11rem;
    background: #620021 url(assets/images/chevron-2.svg) calc(50% + 1px) center no-repeat;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block-type-17 .arrow-next {
    right: -11rem;
    background: #620021 url(assets/images/chevron-2.svg) calc(50% + 1px) center no-repeat;
}

.block-type-17 .slider-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.block-type-17 .slider-nav ul li {
    margin: 0 0.5rem;
    padding: 0;
}

.block-type-17 .slider-nav ul li:before {
    display: none;
}

.block-type-17 .slider-nav ul li div {
    width: 2.5rem;
    height: 1rem;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: #fff;
}

.block-type-17 .slider-nav ul .slick-active div {
    background: #91002d;
    width: 5rem;
}

.block-type-17 .slider-holder {
    overflow: hidden;
}

.block-type-17 .slider {
    margin: 0 -2.5rem;
}

.block-type-17 .slide {
    margin: 0 2.5rem;
}

.block-type-17 .box {
    display: block;
    color: #fff;
}

.block-type-17 .box img {
    margin-bottom: 2rem;
}

.block-type-17 .box .date {
    font-size: 1.4rem;
    font-family: 'JetBrains Regular';
    margin-bottom: 2rem;
}

.block-type-17 .box .title {
    font-size: 1.9rem;
    line-height: 3.3rem;
    font-family: 'JetBrains Extrabold';
    /*padding-bottom:3rem;*/
    position: relative;
    margin-bottom: 0;
}

/*
.block-type-17 .box .title:after
{
	content:'';
	width:100%;
	height:.7rem;
	position:absolute;
	left:0;
	bottom:0;
	background:url(assets/images/line-1.png);
}
*/

.block-type-17 .box .excerpt {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin: 0;
}

.block-type-18 {
    position: relative;
    padding: 5rem 0;
    color: #fff;
    text-align: center;
}

.block-type-18 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3e4850;
}

.block-type-18 .bg .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3e4850;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    opacity: 0.85;
}

.block-type-18 .container {
    position: relative;
    z-index: 10;
}

.block-type-18 .heading {
    color: #fff;
    margin-bottom: 3rem;
}

.block-type-18 .logo-sc {
    margin-bottom: 4rem;
    display: inline-block;
}

.block-type-18 .text-block {
    font-weight: 700;
    margin-bottom: 3rem;
}

.block-type-18 .rating {
    width: 160px;
    background: url(assets/images/star.png);
    height: 25px;
    display: inline-block;
    position: relative;
}

.block-type-18 .rating span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(assets/images/star-full.png);
}

.block-type-18 .rating-text {
    font-weight: 700;
    margin: 0;
}

.block-type-19 .text-block {
    margin-bottom: 6rem;
}

.block-type-19 .text-block *:last-child {
    margin-bottom: 0;
}

.block-type-20 .top {
    background: #e1e2e3;
    padding: 4.5rem 0;
    text-align: center;
}

.block-type-20 .heading {
    text-align: center;
    font-family: 'JetBrains Extralight';
}

.block-type-20 .heading strong {
    font-family: 'JetBrains Extrabold';
}

.block-type-20 .courses-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 7.4rem;
    background: var(--pink);
    color: #fff;
    border-radius: 3.7rem;
    padding-left: 3.5rem;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .block-type-20 .courses-search {
        padding: 3rem 3rem;
    }

    .block-type-20
        .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
        width: 100%;
        margin-bottom: 2rem;
    }

    .block-type-20 .bootstrap-select .dropdown-menu {
        max-width: 100%;
    }
}

.block-type-20 .courses-search input[type='submit'] {
    width: 7.4rem;
    height: 7.4rem;
    background: #3e4850 url(assets/images/icon-zoom.svg) center center no-repeat;
    background-size: 2.5rem 2.5rem;
    border-radius: 50%;
    border: none;
}

@media (min-width: 768px) {
    .block-type-20 .courses-search input[type='submit'] {
        margin-left: 3.5rem;
    }
}

@media (min-width: 992px) {
    .block-type-20 .courses-search .divider {
        width: 7.4rem;
        height: 7.4rem;
        background: #990033 url(assets/images/lines-1.svg) calc(50% + 1px) center no-repeat;
        background-size: 1.8rem 1.8rem;
        border-radius: 50%;
        margin: 0 3rem;
    }
}

.block-type-20 .courses-list-wrap {
    position: relative;
    padding-top: 5rem;
}

.block-type-20 .courses-list-wrap .loader {
    top: 2rem;
}

.block-type-20 .courses-list .button {
    text-align: center;
    justify-content: center;
}

.block-type-21 {
    text-align: center;
}

.block-type-21 .boxes-wrap {
    padding: 4rem 3rem;
}

@media (max-width: 991px) {
    .block-type-21 .boxes > div:not(:last-child) {
        margin-bottom: 4rem;
    }
}

.block-type-21 .boxes .icon {
    height: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.block-type-21 .boxes .icon img {
    max-height: 100%;
    width: auto;
}

.block-type-21 .boxes .title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.block-type-21 .boxes .text *:last-child {
    margin-bottom: 0;
}

.bootstrap-select > .dropdown-toggle {
    background: none;
    border: none;
    font-family: 'JetBrains Bold';
    font-size: 1.8rem;
    color: #fff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #fff;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    outline-offset: 0 !important;
}

.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
    box-shadow: none !important;
}

.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    color: #fff;
}

.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    background: none;
    border: none;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 270px;
}

.bootstrap-select .dropdown-menu li {
    padding: 0;
    font-family: 'JetBrains Bold';
    font-size: 1.4rem;
}

.bootstrap-select .dropdown-menu li:before {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background: var(--pink);
}

.cart-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 8rem 0;
}

.cart-steps li {
    padding: 1rem 2.5rem;
    background: #a5a5a5;
    border-radius: 5px;
    font-size: 2.1rem;
    color: #fff;
    margin: 0 1.5rem 1rem 1.5rem;
}

.cart-steps li:before {
    display: none;
}

.cart-steps .active {
    background: #3e4850;
}

.cart-steps li span {
    font-weight: 700;
    margin-right: 1rem;
    display: inline-block;
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce nav.woocommerce-pagination ul li:before {
    display: none !important;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: block;
}

.woocommerce
    div.product
    form.cart
    .variations
    .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 100%;
}

.woocommerce div.product form.cart .variations .bootstrap-select > .dropdown-toggle {
    background: none;
    border: none;
    font-family: 'JetBrains Bold';
    font-size: 1.8rem;
    color: var(--dark-gray);
    border-radius: 25px;
    background: #fff;
    height: 5rem;
    padding: 1.2rem 2.5rem 1rem 2.5rem;
}

.woocommerce div.product form.cart .variations .bootstrap-select > .dropdown-toggle.bs-placeholder,
.woocommerce
    div.product
    form.cart
    .variations
    .bootstrap-select
    > .dropdown-toggle.bs-placeholder:active,
.woocommerce
    div.product
    form.cart
    .variations
    .bootstrap-select
    > .dropdown-toggle.bs-placeholder:focus,
.woocommerce
    div.product
    form.cart
    .variations
    .bootstrap-select
    > .dropdown-toggle.bs-placeholder:hover {
    color: var(--dark-gray);
}

.woocommerce div.product form.cart .variations select {
    border: none;
    font-family: 'JetBrains Bold';
    font-size: 1.8rem;
    color: var(--dark-gray);
    border-radius: 25px;
    background: #fff;
    height: 5rem;
    padding: 0.7rem 2.5rem 1rem 2.5rem;
    width: 100%;
    appearance: none;
    outline: none;
    background: #fff url(assets/images/chevron-3.svg) calc(100% - 2.2rem) center no-repeat;
    background-size: 1.1rem 0.6rem;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.woocommerce table.shop_table {
    border: none;
    border-radius: 0;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .cart_item td {
    background: #e5e5e5;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .actions {
    border: none;
    padding: 3rem 0 0 0;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .woocommerce-Price-amount {
    font-family: 'JetBrains Extrabold';
    color: #3e4850;
    font-size: 3.6rem;
    line-height: 4.8rem;
    text-align: center;
    display: block;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .cart_item .product-name {
    font-size: 2.4rem;
    font-family: 'JetBrains Extrabold';
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .cart_item .product-subtotal {
    background: #d6d6d6;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    #respond
    input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    #respond
    input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    #respond
    input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    input.button:disabled[disabled] {
    color: #fff;
}

.product-details {
    background: #ededed;
    margin-bottom: 4rem;
}

.product-details .column-1 p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}

.archive .product-details .column-1 p {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.product-details .column-1 > div {
    padding: 8.5rem 3rem;
}

.product-details .column-2 > div {
    padding: 8.5rem 3rem;
    background: #d6d6d6;
    height: 100%;
    text-align: center;
}

.woocommerce .product .product-details .price,
.product .product-details .price {
    font-family: 'JetBrains Extrabold';
    color: #3e4850;
    font-size: 3rem;
    line-height: 4rem;
    padding-bottom: 3rem;
    display: block;
}

@media (min-width: 768px) {
    .woocommerce .product .product-details .price,
    .product .product-details .price {
        font-size: 3.8rem;
        line-height: 4.8rem;
    }
}

.product-details .price-info {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-bottom: 4rem;
}

.product-details h5 {
    margin-bottom: 4rem;
}

.woocommerce-page div.product div.summary {
    float: none;
    width: auto;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background: var(--pink);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    min-height: 5rem;
    border-radius: 25px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    padding: 1rem 3.5rem;
    text-align: center;
    justify-content: center;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background: var(--pink);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    min-height: 5rem;
    border-radius: 25px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    padding: 1rem 3.5rem;
    text-align: center;
    justify-content: center;
}

.woocommerce .button:hover,
.woocommerce button:hover,
.woocommerce .button.alt:hover,
.woocommerce button.alt:hover {
    background-color: var(--pink) !important;
    color: #fff !important;
}

.woocommerce-error li:before,
.woocommerce-info li:before,
.woocommerce-message li:before {
    display: none;
}

.woocommerce-message {
    background: var(--pink);
    color: #fff;
    border-top-color: var(--pink);
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.woocommerce-message a {
    order: 2;
    margin-left: auto !important;
}

.woocommerce-message:before {
    color: #fff;
    top: 50%;
    margin-top: -1.5rem;
}

.product-details .single_add_to_cart_button,
.product-details .button {
    width: 100%;
}

.button {
    display: inline-flex;
    font-size: 1.8rem;
    font-family: 'JetBrains Bold';
    min-height: 5rem;
    align-items: center;
    border-radius: 2.5rem;
    padding: 1rem 3.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button--bg-white {
    background: #fff;
    color: #3e4850;
}

.button--bg-white:hover {
    color: var(--pink);
}

.button--bg-gray {
    background: #3e4850;
    color: #fff;
}

.button--bg-gray:hover {
    background: var(--pink);
    color: #fff;
}

.button--bg-pink {
    background: var(--pink);
    color: #fff;
}

.button--bg-pink:hover {
    background: var(--pink);
    color: #fff;
}

.button--type-big {
    background: var(--pink);
    color: #fff;
    height: 8rem;
    border-radius: 4rem;
    position: relative;
    padding: 1rem 13rem 1rem 8rem;
    font-size: 2.4rem;
}

.button--type-big:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #990033 url(assets/images/chevron-2.svg) calc(50% + 1px) center no-repeat;
    background-size: 1.5rem 1.5rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
}

.button--type-big:hover {
    color: #fff;
}

.posts-filters {
    font-family: 'JetBrains Bold';
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}

.posts-filters li {
    margin-bottom: 2rem;
    padding: 0;
}

.posts-filters li:before {
    display: none;
}

.posts-filters li:not(:last-child) {
    margin-right: 3rem;
}

.posts-filters span {
    display: inline-flex;
    align-items: center;
    min-height: 5rem;
    color: #fff;
    background: #999999;
    border-radius: 2.5rem;
    padding: 1rem 4.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.posts-filters span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11px 0 11px;
    border-color: var(--pink) transparent transparent transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -1.2rem;
    left: 50%;
    margin-left: -1.1rem;
    opacity: 0;
}

.posts-filters .active span:after {
    opacity: 1;
}

.posts-filters .active span {
    background: var(--pink);
}

.posts-list {
    position: relative;
}

.posts-list > div:not(:last-child) {
    margin-bottom: 2rem;
}

.posts-list .box {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #3b484f;
    display: block;
}

.posts-list .box.loaded {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.posts-list .date {
    font-size: 1.4rem;
    font-family: 'JetBrains Regular';
    margin-bottom: 2rem;
}

.posts-list .image {
    margin-bottom: 2.5rem;
    position: relative;
}

.posts-list .image:after {
    content: '';
    background: rgba(227, 0, 68, 0.8) url(assets/images/icon-zoom.svg) center center no-repeat;
    background-size: 9rem 9rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.posts-list .box:hover .image:after {
    opacity: 1;
}

.posts-list .title {
    font-size: 2.1rem;
    line-height: 3.3rem;
    color: #3b484f;
    font-family: 'JetBrains Extrabold';
    margin-bottom: 3.5rem;
}

.more {
    width: 5rem;
    height: 5rem;
    background: var(--pink) url(assets/images/chevron-2.svg) calc(50% + 1px) center no-repeat;
    background-size: 1.5rem 1.5rem;
    border-radius: 50%;
    display: inline-block;
    float: left;
}

.more_text {
    font-family: 'JetBrains Extrabold';
    color: var(--pink);
    display: inline-block;
    padding: 0 0 0 1.5rem;
    margin: 0.9rem 0 3rem 0;
}

.more-alt {
    width: 5rem;
    height: 5rem;
    background: #fff url(assets/images/chevron-4.svg) calc(50% + 1px) center no-repeat;
    background-size: 1.5rem 1.5rem;
    border-radius: 50%;
    display: inline-block;
}

.loader {
    width: 7.1rem;
    height: 7.1rem;
    background: url(assets/images/loader.svg);
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -2.5rem;
    margin-left: -3.6rem;
}

.text-block--size-1 p,
.text-block--size-1 ul {
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    .text-block--size-1 p,
    .text-block--size-1 ul {
        font-size: 2.1rem;
    }
}

.accordion .item {
    margin-bottom: 2.5rem;
}

.accordion .item:last-child {
    margin-bottom: 0;
}

.accordion .item .opener {
    cursor: pointer;
    font-size: 2.1rem;
    background: var(--dark-gray);
    border-radius: 5px;
    padding: 1rem 4rem 1rem 2rem;
    position: relative;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.accordion .item.open .opener {
    background: var(--pink);
}

.accordion .item .opener:after {
    content: '';
    width: 1.5rem;
    height: 0.9rem;
    background: url(assets/images/chevron-1.svg);
    background-size: 1.5rem 0.9rem;
    position: absolute;
    right: 2rem;
    top: 2.2rem;
    display:block !important;
}

.accordion .item.open .opener:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .item .content {
    display: none;
    padding: 3.5rem 2.5rem 2rem 2.5rem;
}

.accordion .item .content *:last-child {
    margin-bottom: 0;
}

.contact-form span {
    display: block;
    position: relative;
}

.contact-form .wpcf7-list-item {
    margin: 0;
}

.contact-form p {
    margin-bottom: 2.5rem;
    color: #fff;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
    font-size: 1.8rem;
    color: #3b484f;
    padding: 1rem 2rem;
    height: 5rem;
    border-radius: 2.5rem;
    width: 100%;
    border: none;
}

.contact-form textarea {
    height: 13rem;
    display: block;
    resize: none;
}

.contact-form .terms input {
    display: none;
}

.contact-form .terms input + span {
    display: block;
    position: relative;
    color: #fff;
    padding-left: 4rem;
    cursor: pointer;
}

.contact-form .terms input + span:before {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.contact-form .terms input:checked + span:after {
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    left: 0.5rem;
    top: 1rem;
    background: var(--pink);
    position: absolute;
    border-radius: 5px;
}

.contact-form .submit {
    text-align: right;
    margin: 0;
}

.contact-form .wpcf7-submit {
    font-weight: 700;
    color: #fff;
    background: var(--pink);
    border: none;
    height: 5rem;
    border-radius: 2.5rem;
    padding: 0.5rem 3rem;
    width: 100%;
    text-align: center;
}

.contact-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2.5rem;
    border: 1px solid #f00;
    color: #f00;
    padding: 0.7rem 2rem;
    display: flex;
    background: #fff;
}

.contact-form .wpcf7-captchac {
    margin-right: 1rem;
}

.contact-form .captcha {
    display: flex;
    align-items: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    background: #fff;
}

.page-footer p,
.page-footer ul {
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.page-footer .wrap {
    border-top: 6px solid #3e4850;
    padding: 5rem 0 6rem 0;
}

.page-footer h6 {
    font-size: 1.9rem;
    line-height: 3rem;
    font-family: 'JetBrains Bold';
    text-transform: uppercase;
    color: #2d393e;
    margin-bottom: 4.5rem;
}

.page-footer ul li {
    padding: 0;
    border-bottom: 1px solid #a5a5a5;
    padding: 0 0 0.5rem 0;
    margin-bottom: 0.5rem;
}

.page-footer ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin: 0;
}

.page-footer ul li:before {
    display: none;
}

@media (min-width: 992px) {
    .page-footer .column-1 > div {
        padding-right: 3rem;
    }
}

.logo-footer {
    margin-bottom: 4.5rem;
    display: inline-block;
}

.logo-footer img {
    height: 13rem;
}

.social-icons {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.page-footer .social-icons li {
    border: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.social-icons li:not(:last-child) {
    margin-right: 1.5rem;
}

.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #606060;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
}

.social-icons .twitter img {
    height: 1.4rem;
}

.social-icons .youtube img {
    height: 1.4rem;
}

.social-icons .linkedin img {
    height: 1.4rem;
}

.eyebrow {
    font-family: 'JetBrains Bold';
    font-size: 2.1rem;
    color: var(--dark-gray);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .eyebrow {
        font-size: 1.5rem;
    }
}

.eyebrow--color-white {
    color: #fff;
}

.heading {
    font-family: 'JetBrains Extrabold';
    color: var(--pink);
    margin-bottom: 4.5rem;
    margin-left: -0.3rem;
}

.heading--color-white {
    color: #fff;
}

.heading--size-1 {
    font-size: 4.4rem;
    line-height: 5rem;
}

@media (min-width: 768px) {
    .heading--size-1 {
        font-size: 6.4rem;
        line-height: 7rem;
    }
}

@media (min-width: 992px) {
    .heading--size-1 {
        font-size: 7.4rem;
        line-height: 8rem;
    }
}

@media (min-width: 1200px) {
    .heading--size-1 {
        font-size: 8.4rem;
        line-height: 9rem;
    }
}

.heading--size-2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
}

ul li {
    padding-left: 2rem;
    position: relative;
    line-height: 3.2rem;
}

ul li:before {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: var(--pink);
    position: absolute;
    left: 0;
    top: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-gray);
    margin: 0 0 2rem 0;
    font-weight: 400;
    line-height: normal;
    font-family: 'JetBrains Bold';
}

@media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        word-break: break-word;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}

h1 {
    font-size: 4rem;
}

@media (max-width: 767px) {
    h1 {
        font-size: 3rem;
    }
}

h2 {
    font-size: 3.5rem;
}

@media (max-width: 767px) {
    h2 {
        font-size: 3rem;
    }
}

h3 {
    font-size: 3rem;
}

@media (max-width: 767px) {
    h3 {
        font-size: 2.5rem;
    }
}

h4 {
    font-size: 2.6rem;
}

@media (max-width: 767px) {
    h4 {
        font-size: 2rem;
    }
}

h5 {
    font-size: 1.8rem;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 2.5rem 0;
    line-height: 3.2rem;
}

p {
    margin: 0 0 2.5rem 0;
    line-height: 3.2rem;
}

a,
a:hover,
a:focus {
    color: var(--pink);
    text-decoration: none;
}

input:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.to-animate {
    opacity: 0;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: none !important;
}

.row--gap-none {
    margin: 0;
}

.row--gap-none > div {
    padding: 0;
}

.row--gap-medium {
    marin-left: -3rem;
    margin-right: -3rem;
}

.row--gap-medium > div {
    padding-left: 3rem;
    padding-right: 3rem;
}

.slider {
    visibility: hidden;
}

.slider.slick-initialized {
    visibility: visible;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #3b484f;
    padding: 1rem 1rem;
}

.select2-results__options li:before {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #3b484f;
    padding: 1rem 1rem;
    border-radius: 0;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 5px;
}

@media (max-width: 767px) {
    .woocommerce table.shop_table th {
        font-size: 1.4rem;
    }
}

#customer_details .col-1 {
    margin-bottom: 4rem;
}

#customer_details,
.woocommerce-checkout #payment {
    margin-bottom: 5rem;
}

.woocommerce-de_price_taxrate {
    margin-bottom: 3rem;
    display: none !important;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .wgm-tax {
    text-align: center;
    display: block;
    display: none !important;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .wgm-tax .woocommerce-Price-amount {
    font-size: 1.5rem !important;
    display: inline;
    font-family: 'Lato';
}

.wgm-break {
    display: none !important;
}

.order-total .wgm-break {
    display: block !important;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents .actions {
    display: none !important;
}

.woocommerce ul.order_details li:before {
    display: none;
}

.vat-info-small {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0;
    text-align: center;
}

.vat-info-checkout {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0;
}

.woocommerce_de_versandkosten {
    display: none !important;
}

.woocommerce-checkout .product-total .product-tax,
.woocommerce-checkout .product-total .wgm-tax {
    display: none;
}

.page-template-cart .ppc-button-wrapper {
    display: none;
}

.woocommerce-checkout #payment div.payment_box {
    display: block !important;
}

.woocommerce a.remove-confirm {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce a.remove-confirm:hover {
    color: #fff !important;
    background: red;
}

.popup {
    width: 40rem;
    max-width: 95%;
    margin: 5rem auto;
    position: relative;
    z-index: 999999999;
    background: #fff;
    padding: 5rem 3rem;
    text-align: center;
}

.popup .buttons {
    display: flex;
    justify-content: center;
}

.popup .buttons a {
    margin: 0 0.5rem;
}

.popup-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2rem;
    height: 2rem;
    background: url(assets/images/icon-close.svg);
    background-size: 2rem 2rem;
    cursor: pointer;
}

.restore-item {
    display: none;
}

.woocommerce div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 2.5rem;
}


#sort_customizable_table {
  border: 2px solid #BFBFBF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 20px; 
}
#sort_customizable_table td, #sort_customizable_table th {
  border: 1px solid #AAAAAA;
  padding: 5px 6px;
}
#sort_customizable_table tbody td {
  font-size: 13px;
}
#sort_customizable_table tr:nth-child(even) {
  background: #E7E7E7;
}
#sort_customizable_table thead {
  background: #A4A4A4;
}
#sort_customizable_table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #E2E2E2;
}
#sort_customizable_table thead th:first-child {
  border-left: none;
}

#sort_customizable_table tfoot td {
  font-size: 14px;
}

.ppc-button-wrapper
{
    padding-top:3rem;
}

#place_order
{
    margin-top:3rem;
}