/* Components + sections */
#topics .swiper-slide {
    height: 516px;
    background-color: lightgray;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    margin: 0px 18px;
}

#topics .swiper-slide .slider__bg {
    transition: var(--transition)
}

#topics .swiper-slide:hover .slider__bg {
    transform: scale(1.05);
}

#topics .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0
}

#topics .slider__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 24px;
    color: #FFFFFF
}

.slider__text p,
.step__text,
.footer__menu__item h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;

}

.slider__text p,
.step__text {
    margin: 0px;
}

#topics .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1B1C1E;
    opacity: 0.3;
}

#topics .swiper-wrapper {
    transition-timing-function: linear !important;
    display: flex;
    
}

#topics .swiper {
    width: 100%;
    overflow: hidden;
}

.lazy-content {
    opacity: 0;
    transition: 0.6s ease-in-out;
}

.lazy-content.invisible {
    opacity: 0;
}

.lazy-content.visible,
.lazy-content.invisible.visible {
    opacity: 1;
    transform: none;
}

.image__text__container {
    justify-content: flex-start;
    align-items: flex-start;
}

.image__text__container.right {
    justify-content: space-between;
}

.right .image__text__text {
    padding: 0px var(--wrapper-padding) !important;
}

.image__text__image {
    max-width: calc(var(--screen-width-large) * (444 / 1366));
    min-width: calc(var(--screen-width-large) * (444 / 1366));
    height: auto;
    margin-right: 36px;
    overflow: hidden;
    position: relative;
    max-height: calc(var(--screen-width) * (720 / 1366));
    background-size: cover;
    background-position: center;
}

.image__text__image.image__text__image--large {
    max-width: calc(var(--screen-width-large) * (624 / 1366));
    min-width: calc(var(--screen-width-large) * (624 / 1366));
}

#founders .image__text__image {
    height: 100%;
    max-height: 560px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.founder__bio p.quote {
    border-left: 3px solid #457B9D;
    padding-left: 12px;
    margin: 24px 0px;
}

.image__text__text {
    max-width: calc(var(--screen-width) * ((1366 - 478) / 1366));
    min-width: calc(var(--screen-width) * ((1366 - 478) / 1366));
}

.image__text__text.image__text__text--a {
    max-width: calc(var(--screen-width) * ((1217 - 444) / 1366));
    min-width: calc(var(--screen-width) * ((1217 - 444) / 1366));
}

.image__text__text.image__text__text--b {
    max-width: calc(var(--screen-width) * ((1217 - 624) / 1366));
    min-width: calc(var(--screen-width) * ((1217 - 624) / 1366));

}

footer {
    background: transparent linear-gradient(90deg, #FCFBF9 0%, #F9F7F4 100%) 0% 0% no-repeat padding-box;
    min-height: 564px;
}

header .button__toggle img {
    width: 8px;
}

.slider__button {
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    margin-right: 12px
}

.slider__link__text span {
    line-height: 24px;
}

.slider__link__text h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 0px;
}

.bg__img {
    position: absolute;
    right: 0px;
    height: 100%;
    z-index: 0;
    top: 0px;
    width: 100%;
}

.bg__img.bg__img--center {
    height: auto;
    top: 50%;
    transform: translate(0px, -50%);
}

#topics .bg__img {
    bottom: -25vw;
    width: 50vw;
    height: auto;
    top: auto;
    left: auto
}

.row {
    position: relative;
    width: 100%;
}

#formula li.step__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
}

.testimonial__item,
.rating__container {
    justify-content: flex-end;
}

.testimonial__text p {
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 200;
}

.text__column {
    max-width: calc(var(--screen-width) * (774 / 1366));
    min-width: calc(var(--screen-width) * (611 / 1366));
}

.text__column--small {
    max-width: calc(var(--screen-width) * (462 / 1366));
    min-width: calc(var(--screen-width) * (462 / 1366));
    margin-right: 80px;
}

.text__column--large {
    max-width: calc(var(--screen-width) * (824 / 1366));
    min-width: calc(var(--screen-width) * (746 / 1366));
}

.text__column--full {
    max-width: calc(var(--screen-width) * (1008 / 1366));
    min-width: calc(var(--screen-width) * (1008 / 1366));
}

.text__column--large p {
    max-width: calc(var(--screen-width) * (632 / 1366));
    min-width: calc(var(--screen-width) * (632 / 1366));
}

#unique .wrapper.flex {
    justify-content: space-between;
}

.flex.flex--space-between {
    justify-content: space-between;
}

.items__container {
    width: calc(100% - 8px);
    margin-left: -4px;
    margin-top: -8px
}

.item {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    background-color: #FFFFFF;
    border-radius: 28px;
    border: 1px solid #C6AC8F;
    margin: 4px;
    text-align: center;
    width: auto;
    cursor: pointer;
    transition: var(--transition);
}

.item:hover {
    background-color: #e8ded2;
    color: #28221d
}

.item p {
    margin: 0px;
}

.item__row {
    width: 100%;
}

#topics .slider__button img {
    width: 22px;
    height: 22px;
}

.image__text__image--right {
    margin-right: 0px;
    margin-top: -48px;
    margin-bottom: 0px;
}

.bg__cover {
    background-size: cover;
    background-position: center
}

.question__text h3 {
    font-weight: 300;
}

.step__item__header h3,
.starter__price,
.text__column ul,
.step__button__text p,
.rating__name,
.package__price .h3--small,
.founder__areas h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
}

.founder__quote {
    max-width: calc((1200 / 1366) * var(--screen-width));
}

.founder__quote span {
    font-size: calc((36 / 1366) * var(--screen-width));
    line-height: calc((48 / 1366) * var(--screen-width));
    font-weight: 200;

}

.rating__name,
.founder__name span {
    font-weight: 200;
}

#starter__image {
    height: calc(var(--screen-width) * (600 / 1366));
    width: auto;
}

.menu__icon {
    width: 32px;
    cursor: pointer;
    flex-direction: column;
    height: var(--mobile-menu-height);
    margin: 0px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0%, -50%);
    display: none;
}

.menu__icon__bar {
    width: 100%;
    height: var(--bar-height);
    background-color: #D4AF37;
    transition: var(--transition);
    border-radius: 48px;
    position: absolute;
    overflow: hidden;
}

#line1 {
    position: absolute;
    top: 0px;
}

#line2 {
    top: calc((var(--mobile-menu-height) / 2) - (var(--bar-height) / 2));
    opacity: 1;
    transition: var(--transition);
    transition-delay: var(--transition);
}

#line3 {
    top: calc(var(--mobile-menu-height) - var(--bar-height));
}

.menu__opening #line1 {
    top: calc((var(--mobile-menu-height) / 2) - (var(--bar-height) / 2));
}

.menu__opening #line3 {
    top: calc((var(--mobile-menu-height) / 2) - (var(--bar-height) / 2));
}

.menu__opening.menu__active #line1 {
    transform: rotate(45deg) translate(0px, 0px);
    transition: var(--transition);
}

.menu__opening #line2 {
    opacity: 0;
}

.menu__opening.menu__active #line3 {
    transform: rotate(-45deg) translate(0px, 0px);
    transition: var(--transition);
}

#menu__icon__bg {
    width: 0px;
    height: 0px;
    position: fixed;
    border-radius: 50%;
    background-color: white;
    transition: var(--transition);
    right: 36px;
    top: 36px;
    z-index: 10;
    transform: translate(0, 0);
    opacity: 0;
}

.menu__active #menu__icon__bg {
    width: 200vh;
    height: 200vh;
    right: calc(50% - 100vh);
    top: calc(50% - 100vh);
    opacity: 1;
}

.backdrop__gradient {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 170px;
    background: linear-gradient(180deg, #ffffff8c, transparent);
    transition: var(--transition);
}

.backdrop__filter {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.usps--relative .hero__usps {
    position: relative;
    bottom: auto;
    padding: 0px;
}

nav .button__container {
    margin-left: 20px;
}

#mobile__menu {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    z-index: 11;
    color: black;
    flex-direction: row;
}

#mobile__menu nav {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.menu__opening #mobile__menu {
    display: flex;
    transition: var(--transition)
}

.menu__active #mobile__menu {
    opacity: 1;
}

#mobile__menu #menu ul {
    flex-direction: column;
}

#mobile__menu #menu ul li {
    font-size: 24px;
    margin: 24px 0px;
}

.image__title {
    position: absolute;
    text-align: right;
    bottom: 0px;
    right: 0px;
    color: #E8DED2;
    background: linear-gradient(transparent, #1b1c1e7d);
    width: 100%;

}

.image__title h3 {
    font-size: 48px;
    line-height: 44px;
    letter-spacing: 0px;
    font-weight: 500;
}

.footer__social img {
    width: 52px;
}

.footer__menu__item li,
.footer__copyright p,
.footer__contact li {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0px;
}

.footer__logo {
    flex-direction: column;
    text-align: right;
}

.footer__logo div {
    display: flex;
}

.mobile__toggle {

    margin-left: 0px !important;
    display: none !important;
}

#whatsapp__container {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    opacity: 1;
    transition: var(--transition)
}

.scrolled.footer__reached #whatsapp__container {
    opacity: 0;
}

#whatsapp__container .button {
    justify-content: flex-start;
    border: 1px solid #25D366;
    background-color: #ffffffed;
    color: #25D366;
    backdrop-filter: blur(4px);
    width: 52px;
    height: 52px;
    transition: var(--transition);
    min-width: 1px;
}

#whatsapp__container .button:hover {
    background-color: #25D366;
    color: #fff;
    padding-right: 22px !important;
    width: 156px;
}

#whatsapp__container .mobile__toggle {
    display: flex !important;
    background-color: #25D366;
    position: relative;
}

#whatsapp__container .large span.button__text {
    opacity: 0;
    transition: var(--transition);
    position: absolute;
    padding-left: 40px;
    width: fit-content;
    width: 138.1px;
}

#whatsapp__container .button:hover.large span.button__text {
    opacity: 1;
}

.cblue {
    color: #457B9D;
}

.mobile--hidden {
    display: flex !important;
}

.mobile--hidden--block {
    display: inline
}

.desktop--hidden {
    display: none !important;
}

.test__overview__item__text .cblue img {
    transform: rotate(270deg)
}

.disabled {
    opacity: 0 !important;
    pointer-events: none;
}

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

#img_hp2 {
    min-height: 738px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

#img_hp2 img {
    width: auto;
    height: 100%;
}

.page-template-start_today header #menu {
    display: none
}

p,
ul {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 12px 0;
}

.hero__canvas__container {
    height: calc(100vh - 168px);
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 86px;
}

.hero__canvas__container .hero__canvas {
    height: auto;
    gap: 24px;
}

@media (min-width: 1366px) {
    :root {
        --wrapper-padding: calc((48/1366)*var(--screen-width));
        --scrolled-header-height: calc((52/1366)*var(--screen-width));
    }

    #menu ul li {
        margin: 0 calc((20/1366)*var(--screen-width));
        font-size: 15px;
    }

    header {
        font-size: calc((12/1366)*var(--screen-width));
    }

    #whatsapp__container .button:hover {
        padding-right: calc((22/1366)*var(--screen-width));
    }

    .button {
        border-radius: calc((18/1366)*var(--screen-width));
        min-width: calc((132/1366)*var(--screen-width));
        min-height: calc((34/1366)*var(--screen-width));
        padding: calc((5/1366)*var(--screen-width));
        border: calc((1/1366)*var(--screen-width)) solid #1B1C1E;
    }

    .button.large {
        width: calc((170/1366)*var(--screen-width));
        height: calc((54/1366)*var(--screen-width));
        border-radius: calc((28/1366)*var(--screen-width));
    }

    span.button__text {
        padding-left: calc((26/1366)*var(--screen-width) + (8/1366)*var(--screen-width));
    }

    .large span.button__text {
        padding-left: calc((40/1366)*var(--screen-width) + (14/1366)*var(--screen-width));
    }

    #whatsapp__container .large span.button__text {
        padding-left: calc((8/1366)*var(--screen-width));
    }

    .button__toggle {
        width: calc((26/1366)*var(--screen-width));
        height: calc((26/1366)*var(--screen-width));
        margin-left: calc((8/1366)*var(--screen-width));
    }

    .large .button__toggle {
        min-width: calc((40/1366)*var(--screen-width));
        height: calc((40/1366)*var(--screen-width));
    }

    .button_shadow-button {
        transform: translate(calc((-96/1366)*var(--screen-width)), 0);
        padding-left: calc((16/1366)*var(--screen-width));
        border: transparent;
    }

    .large .button_shadow-button {
        transform: translate(calc((-115/1366)*var(--screen-width)), 0);
        padding-left: calc((24/1366)*var(--screen-width));
    }

    .hero__title {
        font-size: calc((68/1366)*var(--screen-width));
        line-height: calc((64/1366)*var(--screen-width));
        letter-spacing: calc((0/1366)*var(--screen-width));
        border-bottom: calc((2/1366)*var(--screen-width)) solid #D4AF37;
        padding-bottom: calc((10/1366)*var(--screen-width));
        margin-bottom: calc((16/1366)*var(--screen-width));
    }

    h2,
    h3 {
        font-size: calc((24/1366)*var(--screen-width));
        line-height: calc((28/1366)*var(--screen-width));
        letter-spacing: calc((0/1366)*var(--screen-width));
    }

    .usp__text p,
    p.p--small,
    .ul--small,
    .founder__expertise p {
        font-size: calc((16/1366)*var(--screen-width));
        line-height: calc((20/1366)*var(--screen-width));
        letter-spacing: calc((0/1366)*var(--screen-width));
    }

    h2.large {
        font-size: calc((48/1366)*var(--screen-width));
        line-height: calc((52/1366)*var(--screen-width));
        letter-spacing: calc((0/1366)*var(--screen-width));
    }

    p,
    ul {
        font-size: calc((18/1366)*var(--screen-width));
        letter-spacing: calc((0/1366)*var(--screen-width));
        line-height: calc((24/1366)*var(--screen-width));
        margin: calc((12/1366)*var(--screen-width)) 0;
    }

    .hero__title__container {
        max-width: calc((423/1366)*var(--screen-width));
    }

    .hero__usps {
        padding: 0 calc((24/1366)*var(--screen-width));
        bottom: calc((85/1366)*var(--screen-width));
    }

    .mgl4 {
        margin-left: calc((4 / 1366) * var(--screen-width));
    }

    .mgb4 {
        margin-bottom: calc((4 / 1366) * var(--screen-width));
    }

    .mgb6 {
        margin-bottom: calc((6 / 1366) * var(--screen-width));
    }

    .mglr8 {
        margin: 0 calc((8 / 1366) * var(--screen-width));
    }

    .mgb8 {
        margin-bottom: calc((8 / 1366) * var(--screen-width));
    }

    .mg12 {
        margin: calc((12 / 1366) * var(--screen-width)) 0;
    }

    .mgr12 {
        margin-right: calc((12 / 1366) * var(--screen-width));
    }

    .mglr12 {
        margin: 0 calc((12 / 1366) * var(--screen-width));
    }

    .mgt12 {
        margin-top: calc((12 / 1366) * var(--screen-width));
    }

    .mgb12 {
        margin-bottom: calc((12 / 1366) * var(--screen-width));
    }

    .mglr16 {
        margin: 0 calc((16 / 1366) * var(--screen-width));
    }

    .mg24 {
        margin: calc((24 / 1366) * var(--screen-width)) 0;
    }

    .mgb24 {
        margin-bottom: calc((24 / 1366) * var(--screen-width));
    }

    .mgr24 {
        margin-right: calc((24 / 1366) * var(--screen-width));
    }

    .mglr24 {
        margin: 0 calc((24 / 1366) * var(--screen-width));
    }

    .mg36 {
        margin: calc((36 / 1366) * var(--screen-width)) 0;
    }

    .mgl36 {
        margin-left: calc((36 / 1366) * var(--screen-width));
    }

    .mgr36 {
        margin-right: calc((36 / 1366) * var(--screen-width));
    }

    .mgt36 {
        margin-top: calc((36 / 1366) * var(--screen-width));
    }

    .mgb36 {
        margin-bottom: calc((36 / 1366) * var(--screen-width));
    }

    .mg48 {
        margin: calc((48 / 1366) * var(--screen-width)) 0;
    }

    .mgt48 {
        margin-top: calc((48 / 1366) * var(--screen-width));
    }

    .mgb48 {
        margin-bottom: calc((48 / 1366) * var(--screen-width));
    }

    .mgl48 {
        margin-left: calc((48 / 1366) * var(--screen-width));
    }

    .mgr48 {
        margin-right: calc((48 / 1366) * var(--screen-width));
    }

    .mgb84 {
        margin-bottom: calc((84 / 1366) * var(--screen-width));
    }

    .mg96 {
        margin: calc((96 / 1366) * var(--screen-width)) 0;
    }

    .mgr96 {
        margin-right: calc((96 / 1366) * var(--screen-width));
    }

    .mgb96 {
        margin-bottom: calc((96 / 1366) * var(--screen-width));
    }

    .mgt110 {
        margin-top: calc((110 / 1366) * var(--screen-width));
    }

    .mg120 {
        margin: calc((120 / 1366) * var(--screen-width)) 0px;
    }

    .pdall20 {
        padding: calc((20 / 1366) * var(--screen-width));
    }

    .pd24 {
        padding: calc((24 / 1366) * var(--screen-width)) 0;
    }

    .pd48 {
        padding: calc((48 / 1366) * var(--screen-width)) 0;
    }

    .pd36l {
        padding: 0px 0px 0px calc((36 / 1366) * var(--screen-width));
    }

    .pdlr48 {
        padding-left: calc((48 / 1366) * var(--screen-width));
        padding-right: calc((48 / 1366) * var(--screen-width));
    }

    .pdt48 {
        padding-top: calc((48 / 1366) * var(--screen-width));
    }

    .pd84 {
        padding-top: calc((84 / 1366) * var(--screen-width));
        padding-bottom: calc((84 / 1366) * var(--screen-width));
    }

    .pdt84 {
        padding-top: calc((84 / 1366) * var(--screen-width));
    }

    .pdb84 {
        padding-bottom: calc((84 / 1366) * var(--screen-width));
    }

    .pdb48 {
        padding-bottom: calc((48 / 1366) * var(--screen-width));
    }

    .mgt24,
    .mgt24--large {
        margin-top: calc((24/1366)*var(--screen-width-large));
    }

    .usp__icon img {
        max-width: calc((64/1366)*var(--screen-width));
        height: calc((64/1366)*var(--screen-width));
        margin-right: calc((12/1366)*var(--screen-width));
    }

    .hero__usps {
        padding: 0 calc((24/1366)*var(--screen-width));
    }

    .usp {
        margin-bottom: calc((28/1366)*var(--screen-width));
    }

    #topics .swiper-slide {
        height: calc((516/1366)*var(--screen-width));
        border-radius: calc((20/1366)*var(--screen-width));
    }

    #topics .slider__content {
        padding: calc((24/1366)*var(--screen-width));
    }

    .slider__text p,
    .step__text,
    .footer__menu__item h3 {
        font-size: calc((16/1366)*var(--screen-width));
        line-height: calc((20/1366)*var(--screen-width));
        letter-spacing: calc((0/1366)*var(--screen-width));
    }

    .image__text__image {
        margin-right: calc((36/1366)*var(--screen-width-large));
    }

    .slider__button {
        width: calc((56/1366)*var(--screen-width));
        height: calc((56/1366)*var(--screen-width));
        margin-right: calc((12/1366)*var(--screen-width));
    }

    .slider__link__text span {
        line-height: calc((24/1366)*var(--screen-width));
    }

    .slider__link__text h4 {
        font-size: calc((24/1366)*var(--screen-width));
        line-height: calc((24/1366)*var(--screen-width));
        letter-spacing: calc(0/1366)*var(--screen-width));
    }

    #formula li.step__title {
        font-size: calc((24/1366)*var(--screen-width));
        line-height: calc((28/1366)*var(--screen-width));
        letter-spacing: calc((0/1366)*var(--screen-width));
    }

    .testimonial__text p {
        font-size: calc((28/1366)*var(--screen-width));
        letter-spacing: calc((0/1366)*var(--screen-width));
    }

    .items__container {
        width: calc(100% - calc((8/1366)*var(--screen-width)));
        margin-left: calc((-4/1366)*var(--screen-width));
        margin-top: calc((-8/1366)*var(--screen-width));
    }

    .item {
        padding: calc((12/1366)*var(--screen-width)) calc((24/1366)*var(--screen-width));
        font-size: calc((14/1366)*var(--screen-width));
        line-height: calc((14/1366)*var(--screen-width));
        letter-spacing: calc((0/1366)*var(--screen-width));
        border-radius: calc((28/1366)*var(--screen-width));
        margin: calc((4/1366)*var(--screen-width));
    }

    #topics .slider__button img {
        width: calc((22/1366)*var(--screen-width));
        height: calc((22/1366)*var(--screen-width));
    }

    .image__text__image--right {
        margin-top: calc((-48/1366)*var(--screen-width));
        margin-bottom: calc((0/1366)*var(--screen-width));
        margin-right: calc((0/1366)*var(--screen-width));
    }

    .step__item__header h3,
    .starter__price,
    .text__column ul,
    .step__button__text p,
    .rating__name,
    .package__price,
    .h3--small {
        font-size: calc((20 / 1366) * var(--screen-width));
        line-height: calc((24 / 1366) * var(--screen-width));
        letter-spacing: calc((0 / 1366) * var(--screen-width));
    }

    ul.bullets li,
    .cbox ul li {
        font-size: calc((18 / 1366) * var(--screen-width));
        letter-spacing: calc((0 / 1366) * var(--screen-width));
        line-height: calc((24 / 1366) * var(--screen-width));

    }

    #founders .image__text__image {
        max-height: calc(var(--screen-width-large) * (560 / 1366));
    }

    .footer__social img {
        width: calc((52 / 1366) * var(--screen-width));
    }

    .footer__menu__item li,
    .footer__copyright p,
    .footer__contact li {
        font-size: calc((15 / 1366) * var(--screen-width));
        line-height: calc((15 / 1366) * var(--screen-width));
        letter-spacing: calc((0 / 1366) * var(--screen-width));
    }

    .hero__container--page .hero__bg {
        max-width: calc((960 / 1366) * var(--screen-width));
    }

    #whatsapp__container .button {
        width: calc((52 / 1366) * var(--screen-width));
        height: calc((52 / 1366) * var(--screen-width));
    }

    #whatsapp__container .button:hover {
        width: calc((156 / 1366) * var(--screen-width));
    }

    #whatsapp__container .large span.button__text {
        padding-left: calc((40 / 1366) * var(--screen-width));
        width: calc((138.1 / 1366) * var(--screen-width));
    }

    #img_hp2 {
        min-height: calc((738 / 1366) * var(--screen-width));
    }

}

#starter__image__container {
    position: relative;
}

#starter__image__container .image__column {
    justify-content: flex-end;
}

.price__button {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #457B9D;
    color: white;
    border-radius: 50%;
    transform: translate(50%, 24px);
    top: 0px;
    right: 48px;
    font-weight: 300;
    box-shadow: 1px 1px 20px #233e4f3b;
}

.price__button p {
    text-align: center;
    margin-bottom: 0px;
    transform: translate(0px, -6.25%);
}

.price__button p span {
    font-size: 28px;
    line-height: 29px;
}

.image__text__image--right.image__text__image--small {
    padding-right: 0px !important;
}

@media (max-width: 1599.98px) {

    .column__container {
        width: calc(100% + 24px);
        margin-left: -12px;
        padding: 0px;
        display: flex;
        justify-content: space-between;
    }

    .text__column {
        max-width: calc(50% - 24px);
        min-width: calc(50% - 24px);
        padding: 0px 12px;
    }

    .text__column--small,
    .image__text__image,
    .image__text__image--right.image__text__image--small {
        max-width: calc(40% - 24px);
        min-width: calc(40% - 24px);
        padding: 0px 12px;
        margin-right: 0px;
    }

    .text__column--large,
    .image__text__text,
    .image__text__text.image__text__text--a {
        max-width: calc(60% - 24px);
        min-width: calc(60% - 24px);
        padding: 0px 12px;
    }

    .text__column--full {
        max-width: 100%;
        min-width: 100%;
        padding: 0px 12px;
    }

    .text__column--large p {
        max-width: 100%;
        min-width: 100%
    }

    .package__item.package__item--small {
        flex: 0 0 calc(33.333% - calc((34 / 1366) * var(--screen-width)));
        min-height: calc((153 / 1366) * var(--screen-width));

    }

    .hero__container--page .hero__gradient {
        width: 100vw;
    }

}

@media (max-width: 1047.98px) {
    header #menu {
        display: none
    }

    .menu__icon {
        display: flex;
    }

    .wrapper {
        padding: 0px 24px;
    }

    .testimonial__text p {
        text-align: left;
    }

    .mgl36 {
        margin-left: 0px;
    }

    .pd84 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .pdlr48 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .pdt84 {
        padding-top: 48px;
    }

    .pdb84 {
        padding-bottom: 48px;
    }

    .right .image__text__text {
        padding: 0px !important;
    }

    .image__text__image.image__text__image--large,
    .image__text__text.image__text__text--b {
        max-width: none;
        width: 100%
    }

    .page-template-home #hero.hero__container {
        justify-content: center;
        padding-top: 0px;
        margin-top: -24px;
        min-height: 100vh;
    }

    .package__item {
        flex: 0 0 calc(50% - 24px);
        width: calc(50% - 24px);
    }

    .image__text__container {
        padding: 0px 24px;
    }

    .hero__container--page .hero__bg {
        background-size: cover;
        background-position: center;
        max-width: none;
    }

    .backdrop__filter {
        backdrop-filter: blur(2px);
        background: none;
        height: 100%;
    }

    .hero__title {
        font-size: 54px;
        line-height: 54px;
    }

    .mobile--hidden,
    .mobile--hidden--block {
        display: none !important;
    }

    .hero__canvas {
        height: auto;
    }

    .hero__container--page .hero__canvas {
        height: 50vw;
    }

    .works__usps .usp {
        width: calc(50% - 24px);
        margin-bottom: 28px;
    }

    .desktop--hidden {
        display: flex !important;
    }

    #startertest .text__column {
        padding-left: 48px;
    }

    .hero__usps {
        position: relative;
        bottom: auto;
        padding: 0px;
        margin: 36px 0px
    }

    nav .button__container {
        margin-left: 0px;
    }

    .image__text__image--right {
        margin-bottom: 48px;
        margin-top: 0px;
    }

}

@media (max-width: 1023.98px) {

    .image__text__text,
    .text__column,
    .test__overview__item__header,
    .test__overview__item__text {
        max-width: none;
        min-width: 0px;
        width: 100%;
    }

}

@media (max-width: 967.98px) {
    :root {
        --mobile-button: 1;
        
    }

    .text__column,
    .text__column--large p,
    .image__text__text.image__text__text--a,
    .image__text__image {
        max-width: none !important;
        padding: 0px;
    }

    .text__column {
        margin-top: 24px;
    }

    .text__column:first-of-type {
        margin-top: 0px;
    }

    #startertest .text__column {
        padding-left: 0px;
    }

    .image__text__image--right.image__text__image--small {
        max-width: none;
        width: 100%;
        margin: 48px 0px -48px 0px;
    }

    .pd48 {
        padding: 24px 0px;
    }

    .pd36l {
        padding: 0px 24px 0px 24px;
    }

    .pdb48 {
        padding-bottom: 24px;
    }

    .row.pd48 {
        padding: 48px 0px;
    }

    .swiper.mgt48 {
        margin-top: 0px;
    }

    .flex.flex--column--mobile {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .image__text__image {
        margin-right: 0px;
        max-width: none;
        min-width: 0px;
        margin-top: 0px;

    }

    .founder__areas .item__row {
        flex-direction: column;
    }

    .hero__cta__usp {
        display: flex;
        flex-direction: column-reverse;
    }

    #hero .usp__icon img {
        max-width: 40px;
        height: 40px;
    }

    .site-logo {
        max-width: 148px;
    }

    p,
    ul.bullets li,
    .step__item__header h3,
    .starter__price,
    .text__column ul,
    .step__button__text p,
    .rating__name,
    .package__price .h3--small,
    .step__text,
    p.p--small,
    .body__item .test__overview__item__text ul li,
    .page__content__container p,
    .page__content__container li,
    ul {
        
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0px;

    }

    #hero .usp__text p,

    .ul--small,
    .button__text__container {
        font-size: 14px;
        line-height: 18px;
    }

    h2,
    h3,
    .slider__link__text h4,
    .test__overview__item__header h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .step__item__header h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .works__usps h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .column__container {
        width: 100%;
        margin-left: 0px;
        flex-direction: column;
    }

    #hero .usp {
        margin-bottom: 24px;
    }

    .usp__icon img {
        max-width: 54px;
        height: 54px;
    }

    .button {
        border-radius: calc(18px * var(--mobile-button));
        min-width: calc(130px * var(--mobile-button));
        min-height: calc(34px * var(--mobile-button));
        padding: calc(5px * var(--mobile-button));
        border: calc(1px * var(--mobile-button)) solid #1B1C1E;
    }

    .button.large {
        width: calc(170px * var(--mobile-button));
        height: calc(54px * var(--mobile-button));
        border-radius: calc(28px * var(--mobile-button));
    }

    span.button__text {
        padding-left: calc((26px + 8px) * var(--mobile-button));
    }

    .large span.button__text {
        width: 100%;
        padding-left: 8px;
    }

    .button__toggle {
        width: calc(26px * var(--mobile-button));
        height: calc(26px * var(--mobile-button));
        margin-left: calc(8px * var(--mobile-button));
    }

    .large .button__toggle {
        width: calc(40px * var(--mobile-button));
        height: calc(40px * var(--mobile-button));
    }

    .button_shadow-button {
        transform: translate(calc(-94px * var(--mobile-button)), 0);
        padding-left: calc(16px * var(--mobile-button));
    }

    .large .button_shadow-button {
        transform: translate(calc(-114px * var(--mobile-button)), 0);
        padding-left: calc(24px * var(--mobile-button));
    }

    .secondary .button {
        border: calc(1px * var(--mobile-button)) solid #457B9D;
    }

    .secondary .button.button_shadow-button {
        border: none
    }

    .secondary .button:hover .button_shadow-button {
        border: calc(2px * var(--mobile-button)) solid #457B9D;
    }

    h2.large,
    .image__title h3,
    .page__content__container h1 {
        font-size: 30px;
        line-height: 110%;
    }

    .mg96 {
        margin: 24px 0px 0px;
    }

    .wrapper .image__text__container {
        padding: 0px;
    }

    .wrapper .text__column,
    .wrapper .text__column--large p,
    .wrapper .image__text__text.image__text__text--a {
        padding: 0px;
    }

    .mglr24,
    .mglr12 {
        margin: 0px;
    }

    .testimonial__item,
    .rating__container {
        justify-content: flex-start;
    }

    .testimonial__text p {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0px;
    }

    .cgold {
        display: block
    }

    .cgold.no__block {
        display: inline
    }

    .mg48 {
        margin: 24px 0px;
    }

    .mgb48 {
        margin-bottom: 24px
    }

    .mgr48 {
        margin-right: 24px;
    }

    #formula .mg12 {
        margin: 24px 0px;
    }

    .button__text__container {
        margin-top: 24px;
    }

    #go__to__bar {
        display: none;
    }

    .hero__container--page .hero__canvas {
        height: auto;
        padding: 48px 0px;
    }

    .hero__container--page .hero__title__container,
    .hero__container--page .hero__title__container .hero__subtitle {
        max-width: none;
    }

    .step__item {
        flex: 0 0 100%;
        margin: 24px 0px;
    }

    #starter_image {
        height: auto;
        width: 100%;
    }

    .image__text__image,
    .image__column,
    .image__text__image--right.image__text__image--small {
        margin: 0px;
        height: 50vw;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: none;
        flex-wrap: nowrap;
        width: 100%;
        max-height: none;
    }

    .image__text__image.image__mobile--large {
        height: 150vw;
    }

    .image__text__image img {
        width: auto;
        height: 105% !important;
    }

    .image__text__image img.portrait--mobile {
        width: 100% !important;
        height: auto !important;
    }

    .flex.flex--end {
        justify-content: flex-start;
        align-items: flex-start
    }

    .flex.flex--column-reverse {
        flex-direction: column-reverse;
    }

    footer {
        margin-top: 48px;
    }

    .footer__logo {
        text-align: left;
    }

    .footer__menu__item {
        margin-bottom: 24px;
    }

    .mgb96,
    .mgb36 {
        margin-bottom: 24px
    }

    #topics .bg__img {
        right: -25vw;
        width: 100vw;
    }

    .mgt24--mobile {
        margin-top: 24px !important;
    }

    .mgb24--mobile {
        margin-bottom: 24px !important;
    }

    .item {
        padding: 12px 24px;
        font-size: 16px;
        line-height: 16px;
        margin: 6px;
        margin-left: 0px;
    }

    #formula li.step__title {
        margin-bottom: 4px;
        font-size: 22px;
        line-height: 26px;
    }

    header {
        background: linear-gradient(180deg, #ffffff8c, transparent);
    }

    .test__overview__item__more {
        right: 0px;
    }

    .test__overview__item_h3 {
        flex: 0 0 90%;
    }

    .test__overview__item__more span {
        display: none;
    }

    .pdt48 {
        padding: 48px 0px;
    }

    .usp__icon {
        flex: 0 0 calc(54px + 12px)
    }

    #hero .usp__icon,
    #hero .usp__text {
        flex: 0 0 auto;
    }

    .usp__text {
        flex: 0 0 calc(80% - 12px)
    }

    .test__overview__item__header,
    .test__overview__item__text,
    .text__overview__intro {
        max-width: none
    }

    #img_hp2 {
        min-height: auto;
    }

    .button_shadow-button {
        display: none;
    }

    .button:hover {
        border-color: #457B9D;
        background-color: #457B9D;
    }

    .body__item .test__overview__item__text ul {
        padding: 24px 12px;
    }

    .text__column ul {
        margin-left: 0px;
    }

    .mobile__toggle {
        display: flex !important;
        min-width: calc(40px * var(--mobile-button));
        min-height: calc(40px * var(--mobile-button));
    }

    .item__icon {
        display: none
    }

    .lazy-content {
        opacity: 1 !important;
    }

    #starter__image {
        height: auto;
        width: 100%;

    }

    #startertest .image__column {
        height: 100vw;
        align-items: flex-start;
    }

    #startertest .text__column ul {
        margin-left: 4px;
    }

    .package__item--negative {
        border: 1px solid #1B1C1E;
        flex: 0 0 calc(100% - 26px);
        width: calc(100% - 26px);
    }

    .package__item__image {
        width: calc(100% + 48px);
        margin-left: -24px;
        top: -24px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-bottom: 0px;
    }

    .package__item__image_img {
        background-position: top center;
    }

    .team__cta span {
        width: calc(100% - 34px);
    }

    .page__content__container {
        max-width: 100%;
    }

    .package__item,
    .package__item.package__item--small {
        flex: 0 0 calc(100% - 24px);
        width: calc(100% - 24px);
    }

    .works__usps .usp {
        width: 100%;
    }

    .mgb84 {
        margin-bottom: 24px;
    }

    .mgr24 {
        margin-right: 12px;
    }

    .text__column--large,
    .text__column--small {
        max-width: 100%;
        min-width: 100%;
        padding: 0px;
    }

    .testimonial__container.flex {
        justify-content: flex-start;
    }

}

@media (max-width: 639.98px) {
    .flex.flex--column--mobile--small {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .hero__container--page .hero__bg {
        display: none;

    }

    .hero__container--page .hero__mobile__image {
        height: 50vw;
        width: 100%;
        background-size: cover;
        z-index: 2;
        background-position: center;
        margin-top: 0px;
    }

    header {
        background-color: #ffffffed;
    }

    .page-template-home header {
        background: linear-gradient(180deg, #ffffff8c, transparent);
    }

    .page-template-home.scrolled header {
        background-color: #ffffffed;
    }

    .hero__container--page .hero__canvas {
        padding: 24px 0px;
    }

    .hero__title {
        font-size: 48px;
        line-height: 50px;
    }

    .hero__title br {
        display: none;
    }

    .page-template-home #hero.hero__container {
        min-height: 95vh;
    }

    .hero__canvas__container {
        height: calc(90vh - 168px);
    }

    .image__text__image,
    .image__column,
    .image__text__image--right.image__text__image--small {
        height: 100vw;
    }

    .page-template-home .hero__bg {
        opacity: 0.5
    }
}

.faq-header {
    margin-bottom: 24px;
}

.faq-title {
    font-size: clamp(34px, 4.6vw, 56px);
    line-height: 1.1;
    color: #c7a563;
}

.faq-list {
    border-top: 1px solid #e3d9ce;
}

.faq-item {
    padding: 24px 0;
    border-bottom: 1px solid #e3d9ce;
}

.faq-question {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.faq-q {
    margin-right: 6px;
}

.faq-answer {
    font-size: 18px;
    line-height: 1.6;
    color: #2a2723;
    max-width: none;
}

@media (max-width: 767.98px) {
    .faq-question {
        font-size: 18px;
    }

    .faq-answer {
        font-size: 16px;
    }
}

.as-seen__container {
    position: absolute;
    bottom: 24px;
    width: calc(100% + 96px);
    margin-left: -48px;
    padding: 0px 48px;
    left: 0px;
    z-index: 1;
}

.as-seen__container {
    width: 100%;
    margin-left: 0px;
}

.as-seen__container h4 {
    padding-left: 48px;
    margin-bottom: -16px;
}

.as-seen__container h4 {
    padding-left: 0px;
    font-weight: 400;
}

.as-seen-wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    z-index: 1;
    padding: 24px 0px;
    
}

.as-seen.swiper {
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.as-seen .swiper-wrapper {
    align-items: center;
    
    justify-content: space-between;
    width: 100%;
}

.as-seen .swiper-slide {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
}

.as-seen .swiper-slide {
    display: block;
    height: 36px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    align-content: flex-end;
}

.as-seen .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 1024px) {
    .as-seen-wrapper {
        gap: 18px;
    }

    .as-seen .swiper-slide {
        height: 56px;
        max-width: 200px;
    }

}

@media (max-width: 767px) {
    .as-seen-wrapper {
        align-items: flex-start;
        gap: 8px;
    }

    .as-seen.swiper {
        width: 100%;
    }

    .as-seen .swiper-slide {
        justify-content: flex-start;
        width: 100% !important;
    }

    .as-seen__container {
        padding: 24px;
        bottom:0px;
    }

    .as-seen .swiper-slide {
        height: auto;
        max-width: none;
    }

    .as-seen .swiper-slide img {
        max-height: 64px;
        max-width: 200px;
        width:100%;
    }
}

.lp-card {
    border-radius: var(--lp-radius-xl);
    border: 1px solid var(--lp-border);
    box-shadow: 0 18px 50px rgba(15, 20, 18, 0.08);
    padding: clamp(18px, 2.4vw, 28px);
}

.lp-card--benefit {
    background: var(--lp-surface-2);
}

.lp-card--cta {
    background: var(--lp-surface);
}

.lp-card__header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.lp-card__badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--lp-border);
    background: rgba(255, 255, 255, 0.6);
    display: grid;
    place-items: center;
    font-size: 18px;
}

.lp-card__actions {
    margin-top: 18px;
}

.rating__avatar__container {
    width: 100%;
}

.rating__avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
}

@media (min-width: 1366px) {
    .testimonial__text p {
        font-size: calc((18 / 1366) * var(--screen-width));
        letter-spacing: calc((0 / 1366) * var(--screen-width));
    }
}

.testimonial__text p {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 200;
}

.testimonial__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 48px;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-bottom: 30px;
}

.testimonial__item {
    padding: 48px;
    background-color: #F9F7F4;
    border-radius: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    align-content: flex-start;
    gap: 24px;
}

.rating__name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.testimonial__item,
.rating__container {
    justify-content: center;
}

.testimonial__text {
    gap: 12px;
}

.testimonial__container {}

.testimonialSwiper {
    width: 100%;
    padding: 0px 96px;
    overflow: visible !important;
}

.testimonialSwiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
}

.testimonialSwiper .swiper-slide {
    height: 100%;
    width: 448px;
    
}

.testimonialSwiper .swiper-pagination {
    position: relative;
    margin-top: 24px;
}

.hero__title br {
    display: block;
}

.swiper-pagination-bullet-active {
    background: #457B9D !important;
}

@media (max-width: 767px) {

    .testimonialSwiper .swiper-button-prev,
    .testimonialSwiper .swiper-button-next {
        display: none;
    }
}

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

#pb_widget ul {
    list-style: disc;
    padding-left: 21px;
}

#pb_widget .choice__content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 24px 0px;
    background: transparent linear-gradient(90deg, #FCFBF9 0%, #F9F7F4 100%) 0% 0% no-repeat padding-box;
    padding: 24px;
    border-radius: 16px;
}

#pb_widget .choice__text h4 {
    font-weight: 500;
    font-size: 18px;
    
}

#pb_widget a {
    color: #457B9D;
    font-weight: 500
}

#pb_widget ul li {
    margin-bottom: 12px;
}

#pb_widget .image__text__image {
    padding: 24px;
    height: auto !important;
    overflow: scroll;
    max-height: none !important;
}

#pb_widget .image__text__container {
    gap: 48px;
    justify-content: center;
}

.summary--icons {
    background-color: #CCDFE1;
    padding: 24px;
    width: auto;
    border-radius: 8px;
    position: relative;
}

.summary--icons .bg__element {
    right: 0px;
    top: 0px;
    left: auto;
    background-position: right
}

.summary--icons__table {
    border-collapse: collapse;
}

.summary--icon td {
    vertical-align: middle;
    padding: 6px 0;
}

.summary--icon__media {
    width: 32px;
    padding-right: 16px;
    text-align: center;
}

.summary--icon__text span {
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
    color: #1B1C1E
}

.summary--icon img {
    width: auto;
}

#pb_widget__container {
    border-radius: 12px;
    box-shadow: 0px 8px 24px #233e4f3b;
    overflow: hidden;
}

@media (min-width: 1366px) {
    #pb_widget .choice__text h4 {
        font-weight: 500;
        font-size: calc((18 / 1366) * var(--screen-width));
    }

}

@media (max-width: 1047.98px) {
    #pb_widget .image__text__container {
        gap: 24px;
    }

    #pb_widget .image__text__text.image__text__text--a {
        max-width: 100%;
        min-width: 100%;
        padding: 0px;
    }

}

@media (max-width: 867.98px) {
    
    #pb_widget .choice__content {
        border-radius: 0px !important;
        width: calc(100% + 48px);
        margin-left: -24px;
    }

    #pb_widget h2::before {
        width: 36px;
        height: 36px;
        position: absolute;
        left: 0px;
    }

    #pb_widget ul li {
        margin-bottom: 6px;
    }

    #pb_widget .image__text__image {
        max-width: none !important;
        min-width: 100%;
    }

    .testimonialSwiper .swiper-wrapper {
        align-items: stretch;
    }

    .testimonialSwiper .swiper-slide {
        height: auto;
        display: flex;
    }

    .testimonial__item {
        height: 100%;
    }

}

@media (max-width: 639.98px) {
    .summary--icons {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
        padding: 24px;
    }

    .summary--icon {
        max-width: 100%;
    }

}

.wrapper .wrapper {
    padding: 0px;
}

.bg__element {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0px;
    z-index: 0
}

.position__relative {
    position: relative;
    z-index: 1
}
