/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1;
    font-weight: 300;
}

a {
    text-decoration-skip-ink: auto;
    cursor: pointer;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

/* CUSTOM CSS STYLES */

:root {
    --primary-color: #457B9D;
    --secondary-color: #1B1C1E;
    --text-color: #000;
    --bg-color: #fff;
    --font-family: 'Neulis Sans', sans-serif;
    --transition: 0.4s ease-in-out;
    --header-height: 86px;
    --wrapper-padding: 48px;
    --scrolled-header-height: 52px;
    --screen-width: 100vw;
    --screen-width-large: var(--screen-width);
    --mobile-menu-height: 22px;
    --bar-height: 3px;
    --mobile-button: 0.9;
}

@media screen and (min-width: 1366px) {
    :root {
        --screen-width: 100vw;
    }

}

@media screen and (min-width: 1536px) {
    :root {
        --screen-width: 1536px;
        --screen-width-large: 100vw;
    }

}

main {
    overflow: hidden;
}

i {
    font-style: italic;
    margin-right: 0.1em;
}

p a {
    font-weight: 400;

}

body {
    font-family: neulis-sans, sans-serif
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

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

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

.flex.flex--center {
    align-items: center;
}

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

.flex.flex--justify-end {
    justify-content: flex-end;
}

.flex.flex--nowrap {
    flex-wrap: nowrap;
}

#hero {
    min-height: 100vh;
    padding-top: var(--header-height);
    overflow: hidden;
    position: relative;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrapper {
    max-width: none;
    margin: 0 auto;
    padding: 0px var(--wrapper-padding);
    width: 100%;
    position: relative;
    z-index: 2;
}

.wrapper.wrapper--small {
    max-width: calc(1200px + (var(--wrapper-padding) * 2));
}

#menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

#menu ul li {
    margin: 0px 20px;
    transition: var(--transition);
    font-weight: 300;
}

#menu ul li.current-menu-item {
    color: #D4AF37;
}

#menu ul li:hover {
    color: #D4AF37
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    transition: var(--transition);
    z-index: 1000;
    height: var(--header-height)
}

.scrolled header {
    background-color: #ffffffed;
    height: var(--scrolled-header-height);
}

header .wrapper {
    justify-content: space-between;
    height: 100%;
}


.site-logo {
    max-width: 195px;
    width: 100%;
    transition: var(--transition);
}

.scrolled header .site-logo {
    max-width: 135px;

}

.site-logo img {
    width: 100% !important;
    height: auto !important;
}


.button__container.flex {
        flex-wrap: nowrap;
}


.button {
    background-color: #1B1C1E;
    color: white;
    border-radius: 18px;
    display: flex;
    min-width: 132px;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    transition: var(--transition);
    border: 1px solid #1B1C1E;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

.secondary .button {
    background-color: transparent;
    color: #457B9D;
    ;
    border: 1px solid #457B9D;
}

.button.large {
    width: 170px;
    height: 54px;
    border-radius: 28px;
}

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


span.button__text {
    z-index: 2;
    padding-left: calc(26px + 8px);
    display: block;
}

.large span.button__text {
    padding-left: calc(40px + 14px);
}

.button__toggle {
    min-width: 26px;
    height: 26px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    transition: var(--transition);
    margin-left: 8px;
}

.secondary .button__toggle {
    border: 1px solid #457B9D;
}

.secondary .button:hover .button__toggle {
    background-color: white;
}


.button__toggle path {
    transition: var(--transition);
}

.button:hover .button__toggle path {
    fill: #457B9D !important;
}

.secondary path {
    fill: #457B9D !important;
}

.large .button__toggle {
    min-width: 40px;
    height: 40px;
}

.button__toggle.toggle--single {
    background-color: #1B1C1E;
    margin-left: 0px !important;
}

/*
.button:hover .button__toggle {
    background-color: #1B1C1E;
}
*/

.button_shadow-button {
    position: absolute;
    transform: translate(-94px, 0px);
    left: 0px;
    z-index: 3;
    justify-content: space-between;
    border-color: transparent;
    padding-left: 16px;
}

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

.secondary .button:hover .button_shadow-button {
    border: 2px solid #457B9D;
}

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

.button:hover .button_shadow-button {
    transform: none;
    background-color: #457B9D;
    border-color: #457B9D;
    height: 100%;
}

.button__shadow-text {
    color: white;
}

.hero__title,
h1 {
    font-size: 68px;
    line-height: 64px;
    font-weight: 400;
    letter-spacing: 0px;

    padding-bottom: 10px;
    margin-bottom: 16px;
}

.hero__title {
    border-bottom: 2px solid #D4AF37;
}

h2,
h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0px;
}

.usp__text h3 {
    margin-bottom: 0px
}

.usp__text p,
p.p--small,
.ul--small,
.founder__expertise p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;

}

.usp__text p {
    margin: 0px
}

h2.large {
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    letter-spacing: 0px;
}


.cgold {
    color: #D4AF37;
}

hr.cgold {
    border: none;
    height: 1px;
    width: 100%;
    /*background: linear-gradient(45deg, #b88b1f, #d4af37 50%, #e9c861);*/
}

.cgold.gradient {
    /*
    background: linear-gradient(45deg, #b88b1f, #d4af37 50%, #e9c861);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 120%;
    */

}


p,
ul.bullets li,
.cbox ul li {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    list-style-position: inside;

}

p {
    margin: 12px 0px;
    width: 100%;
}

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

b,
strong {
    font-weight: 400;
}

.hero__title__container {
    max-width: 423px;
}

.hero__usps {
    position: absolute;
    right: 0px;
    padding: 0px 24px;
    bottom: 85px;
}

.hero__canvas {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - (100vh * 0.333));
    position: relative
}



/* MARGINS AND PADDINGS */
.mgl4 {
    margin-left: 4px;
}

.mgb0 {
    margin-bottom: 0px;
}

.mgb4 {
    margin-bottom: 4px
}

.mgb6 {
    margin-bottom: 6px;
}

.mglr8 {
    margin: 0px 8px;
}

.mgb8 {
    margin-bottom: 8px;
}

.mg12 {
    margin: 12px 0px;
}

.mglr12 {
    margin: 0px 12px;
}

.mgt12 {
    margin-top: 12px;
}

.mgb12 {
    margin-bottom: 12px;
}

.mglr16 {
    margin: 0px 16px;
}

.mg24 {
    margin: 24px 0px;
}

.mgt24 {
    margin-top: 24px;
}

.mgb24 {
    margin-bottom: 24px;
}

.mgr24 {
    margin-right: 24px;
}

.mglr24 {
    margin: 0px 24px;
}

.mg36 {
    margin: 36px 0px;
}

.mgl36 {
    margin-left: 36px;
}

.mgr36 {
    margin-right: 36px;
}

.mgt36 {
    margin-top: 36px;
}

.mgb36 {
    margin-bottom: 36px;
}

.mg48 {
    margin: 48px 0px;
}

.mgt48 {
    margin-top: 48px;
}

.mgb48 {
    margin-bottom: 48px;
}

.mgl48 {
    margin-left: 48px
}

.mgr48 {
    margin-right: 48px;
}

.mgb84 {
    margin-bottom: 84px;
}

.mg96 {
    margin: 96px 0px;
}

.mgb96 {
    margin-bottom: 96px;
}

.mgr96 {
    margin-bottom: 96px;
}

.mgt110 {
    margin-top: 110px;
}

.mg120 {
    margin: 120px 0px;
}

.pdall20 {
    padding: 20px;
}

.pd24 {
    padding: 24px 0px;
}

.pd24all {
    padding: 24px;
}

.pd48 {
    padding: 48px 0px;
}



.pdt48 {
    padding-top: 48px;
}

.pd84 {
    padding: 84px 0px;
}

.pdt84 {
    padding-top: 84px;
}


/* #MARGINS AND PADDINGS */


.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    background-repeat: no-repeat;
}

.hero__container--page .hero__bg {
    background-size: cover;
    background-position: right;
    left: auto;
    right: 0px;
    max-width: 880px;
}


.hero__bg.contain {
    background-size: 65%;
    background-position: top right;
}


.usp__icon img {
    border-radius: 50%;
    max-width: 64px;
    height: 64px;
    margin-right: 12px;
}

.hero__usps {
    padding: 0px 24px
}

.usp {
    margin-bottom: 28px;
    justify-content: flex-start;
}

.works__usps {
    width: 100%;
    justify-content: space-between;
}

.works__usps {
    width: calc(100% - 24px);
    margin-left: -12px !important;
}

.works__usps .usp {
    width: calc(33.333% - 24px);
    margin: 0px 12px;
    flex-wrap: nowrap;
}




#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;
    /*justify-content: center;*/
}

#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;

}

.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: 140%;
    background-position-y: 10%;
    background-position-x: 38%;
}

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




/* 1366PX BREAKPOINT STYLING */
@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));
    }

    /*
.button__container {
    max-width: calc((172/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));
    }

    .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;
    }

    .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;
    }

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

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

    .pdt84 {
        padding-top: calc((84 / 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));
    }

}



/* NEW */

#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((24 / 1366) * var(--screen-width)));
    }

    #plans .package__item {
        min-height: 824px
    }

    .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: 48px 0px;
    }

    .pdt84 {
        padding-top: 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: 75vh;
    }

    .package__item,
    .package__item.package__item--small {
        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;
    }



    /*
    .hero__bg {
            background-position: -125%;
    }
            */
}

/* NOG NIET OPGENOMEN */

@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: 867.98px) {
    :root {
        --mobile-button: 1;
        /* verklein op mobiel bijv. 0.8 */
    }

    .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;
    }

    .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 {
        /*font-size: 16px;
        line-height: 20px;*/
        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__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 #hero.hero__container {
        margin-top: 86px;
        justify-content: flex-start;
    }

    .page-template-home #hero {
        background: linear-gradient(90deg, #ecf2f5, #ecf2f58f);
    }

    .page-template-home #hero .wrapper {
        padding: 24px 24px 48px

    }
        */

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

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

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


    .item__row {
        flex-direction: column;
    }


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

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



}