.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.grid-1-col {
    display: -ms-grid;
    display: grid;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid-1-col.gap-medium {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.grid-1-col.gap-large {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
}

.grid-1-col.gap-small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.grid-1-col.gap-xlarge {
    grid-row-gap: 128px;
}

.icon-1x1-xsmall {
    width: 16px;
    height: 16px;
}

.padding-horizontal-medium {
    padding-right: 32px;
    padding-left: 32px;
}

.nav_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.background-grey {
    background-color: #6b6d6e;
}

.z-2 {
    position: relative;
    z-index: 2;
}

.text-color-black {
    color: #000;
}

.margin-bottom-small {
    margin-bottom: 16px;
}

.grid-4-col {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.nav_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
}

.slider {
    height: auto;
}

.margin-left-small {
    margin-left: 8px;
}

.padding-xlarge {
    padding: 128px;
}

.button-text {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 8px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #0015ff;
    text-decoration: none;
}

.button-text.invert-colors {
    color: #fff;
}

.text-strikethrough {
    text-decoration: line-through;
}

.padding-horizontal-small {
    padding-right: 16px;
    padding-left: 16px;
}

.margin-right-large {
    margin-right: 32px;
}

.text-right {
    text-align: right;
}

.padding-medium {
    padding: 32px;
}

.fs-styleguide-page-wrapper {
    margin-left: 270px;
    padding-right: 40px;
    padding-left: 40px;
}

.max-full {
    width: 100%;
    max-width: none;
}

.show {
    display: block;
}

.crop {
    overflow: hidden;
}

.padding-vertical-large {
    padding-top: 64px;
    padding-bottom: 64px;
}

.icon-1x1-small {
    width: 32px;
    height: 32px;
}

.margin-right-small {
    margin-right: 8px;
}

.fs-styleguide-class-label {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 5px;
    background-color: rgba(23, 138, 244, 0.2);
    font-weight: 700;
    cursor: context-menu;
}

.fs-styleguide-class-label.fs-style-guide-green-color {
    background-color: rgba(112, 201, 92, 0.5);
}

.fs-styleguide-class-label.fs-style-guide-pink-color {
    background-color: rgba(255, 95, 160, 0.4);
}

.heading-medium {
    font-size: 60px;
    line-height: 70px;
}

.heading-medium.text-light {
    font-size: 57px;
    line-height: 66px;
}

.heading-medium.text-light.text-color-black {
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
}

.fs-styleguide-border-left {
    border-left: 1px solid #bbb;
}

.heading-large {
    margin-top: 0px;
    font-family: 'Have heart two', sans-serif;
    font-size: 80px;
    line-height: 60px;
}

.heading-large.text-center {
    font-weight: 400;
}

.heading-large.text-center.text-color-black.desktop-none {
    display: none;
}

.heading-large.text-color-white.text-color-red {
    display: none;
    font-weight: 400;
}

.heading-large.text-color-white.text-color-red.mobile-none {
    display: block;
}

.heading-large.margin-top-medium {
    display: none;
}

.text-xbold {
    font-weight: 800;
}

.fs-styleguide-hidden-combo {
    display: none;
}

.margin-bottom-large {
    margin-bottom: 64px;
}

.fs-styleguide-save-styles {
    display: none;
}

.margin-left-xlarge {
    margin-left: 64px;
}

.icon-medium {
    height: 40px;
}

.fs-styleguide-iframe {
    width: 108%;
    height: 100vh;
    margin-right: -4%;
    margin-left: -4%;
    border: 4px solid #141414;
    border-radius: 8px;
}

.fs-styleguide-title-line {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin-top: 72px;
    margin-bottom: 40px;
    padding-top: 64px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

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

.icon-xlarge {
    height: 80px;
}

.icon-small {
    height: 32px;
}

.grid-3-col {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.show-mobile {
    display: none;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.social-media-wrapper-responsive {
    display: none;
}

.margin-top-small {
    margin-top: 16px;
}

.text-italic {
    font-style: italic;
}

.hide {
    display: none;
}

.nav_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-content {
    padding: 28px 20px 25px;
    background-color: #fff;
}

.margin-right-medium {
    margin-right: 16px;
}

.form-block {
    margin-bottom: 0px;
}

.text-muted {
    opacity: 0.6;
}

.margin-left-medium {
    margin-left: 16px;
}

.max-xlarge {
    width: 100%;
    max-width: 1440px;
}

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

.icon-large {
    height: 64px;
}

.text-left {
    text-align: left;
}

.max-medium {
    width: 100%;
    max-width: 1024px;
}

.max-xsmall {
    width: 100%;
    max-width: 512px;
}

.fs-styleguide-heading-visual {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 0.25fr;
    grid-template-columns: 1fr 0.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.text-tiny {
    font-size: 12px;
}

.page-wrapper {
    overflow: hidden;
}

.layer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.margin-left-large {
    margin-left: 32px;
}

.margin-top-xlarge {
    margin-top: 128px;
}

.max-xxsmall {
    width: 100%;
    max-width: 320px;
}

.text-light {
    font-weight: 300;
}

.icon-1x1-medium {
    width: 40px;
    height: 40px;
}

.heading-xlarge {
    font-family: 'Have heart two', sans-serif;
    font-size: 100px;
    line-height: 70px;
}

.form_submit-custom {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 100%;
    padding: 8px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0015ff;
    opacity: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.tabs-menu {
    background-color: #eeeef0;
}

.tabs-menu.grid-3-col.tabs-menu-grid {
    -ms-grid-columns: 0.4fr 1fr 0.4fr;
    grid-template-columns: 0.4fr 1fr 0.4fr;
}

.tabs-menu.grid-3-col.tabs-menu-grid.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.max-xxlarge {
    width: 100%;
    max-width: 1568px;
}

.text-small {
    color: #7e807f;
    font-size: 18px;
    font-weight: 400;
}

.background-black {
    background-color: #000;
    color: #f5f5f5;
}

.text-center {
    text-align: center;
}

.nav_main {
    padding-right: 20px;
    padding-left: 20px;
}

.text-semibold {
    font-weight: 600;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.container.max-full {
    max-width: none;
}

.container.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.padding-horizontal-xlarge {
    padding-right: 128px;
    padding-left: 128px;
}

.padding-vertical-small {
    padding-top: 16px;
    padding-bottom: 0px;
}

.padding-vertical-small.no-padding {
    display: block;
}

.grid-8-col {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.margin-top-xsmall {
    margin-top: 8px;
}

.align-center {
    margin-right: auto;
    margin-left: auto;
}

.spacing-clean {
    margin: 0px;
    padding: 0px;
}

.fs-styleguide-home-img {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-padding {
    padding-right: 40px;
    padding-left: 40px;
}

.margin-bottom-xsmall {
    margin-bottom: 8px;
}

.padding-large {
    padding: 64px;
}

.show-tablet {
    display: none;
}

.grid-2-col {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid-2-col.margin-top-medium.gap-big {
    grid-column-gap: 40px;
}

.grid-2-col.margin-top-medium.gap-big.irregular {
    -ms-grid-columns: 1.3fr 1fr;
    grid-template-columns: 1.3fr 1fr;
}

.grid-2-col.margin-top-large.desktop-none {
    display: none;
}

.grid-2-col.right-col-longer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
}

.grid-2-col.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.grid-2-col.col-smaller {
    -ms-grid-columns: 0.45fr 0.45fr;
    grid-template-columns: 0.45fr 0.45fr;
}

.grid-2-col.col-smaller.margin-left-xxlarge {
    margin-left: 140px;
}

.grid-2-col.cta-second-grid {
    -ms-grid-columns: 1.32fr 1fr;
    grid-template-columns: 1.32fr 1fr;
}

.fs-styleguide-value-label {
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #feb;
    font-size: 14px;
    font-weight: 600;
}

.max-large {
    width: 100%;
    max-width: 1280px;
}

.text-color-grey {
    color: grey;
}

.button-secondary {
    position: relative;
    display: inline-block;
    padding: 5px 84px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.button-secondary.invert-colors {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

.button-secondary.button-third {
    padding-right: 65px;
    padding-left: 65px;
}

.button-secondary.button-third.margin-top-medium.no-margin {
    margin-top: 0px;
}

.form-radio {
    margin-top: 6px;
}

.margin-right-xlarge {
    margin-right: 64px;
}

.icon-xsmall {
    height: 16px;
}

.icon-1x1-xlarge {
    width: 80px;
    height: 80px;
}

.text-bold {
    font-weight: 700;
}

.show-landscape {
    display: none;
}

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

.margin-left-xsmall {
    margin-left: 4px;
}

.fs-styleguide-block-highlight {
    display: -ms-grid;
    display: grid;
    padding: 30px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 12px;
    background-color: #1a1a1a;
    -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
    transition: box-shadow 200ms ease, background-color 200ms ease;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.padding-vertical-medium {
    padding-top: 32px;
    padding-bottom: 32px;
}

.buttonn {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #1402ff;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.buttonn.invert-colors {
    background-color: #fff;
    color: #1b1b1b;
}

.margin-bottom-medium {
    margin-bottom: 32px;
}

.margin-bottom-xlarge {
    margin-bottom: 128px;
}

.padding-small {
    padding: 16px;
}

.text-large {
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
}

.text-large.text-center.light-italic {
    font-style: italic;
}

.max-small {
    width: 100%;
    max-width: 768px;
}

.form-input {
    height: 40px;
    background-color: transparent;
}

.form-input.textarea {
    height: auto;
    min-height: 40px;
}

.form-input.select {
    background-image: none;
}

.icon-1x1-large {
    width: 64px;
    height: 64px;
}

.padding-horizontal-large {
    padding-right: 64px;
    padding-left: 64px;
}

.fs-styleguide-content {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.grid-row {
    display: -ms-grid;
    display: grid;
    justify-items: start;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid-row.gap-xlarge {
    grid-column-gap: 64px;
}

.grid-row.gap-medium {
    grid-column-gap: 32px;
}

.grid-row.gap-small {
    grid-column-gap: 8px;
}

.grid-row.gap-large {
    grid-column-gap: 48px;
}

.margin-top-medium {
    margin-top: 32px;
}

.padding-vertical-xlarge {
    padding-top: 128px;
    padding-bottom: 128px;
}

.text-normal {
    font-weight: 400;
}

.fs-styleguide-value-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fs-styleguide-grey-visibility {
    padding: 24px;
    background-color: rgba(168, 192, 216, 0.2);
}

.margin-top-large {
    margin-top: 64px;
}

.margin-right-xsmall {
    margin-right: 4px;
}

.button {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fa0039;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.button.margin-top-small {
    line-height: 30px;
}

.button.margin-top-medium {
    padding-top: 20px;
    padding-bottom: 20px;
}

.button.margin-top-xnedium {
    margin-top: 45px;
    font-size: 20px;
}

.background-image-hero {
    height: auto;
    min-height: 90vh;
    margin-top: 50px;
    background-image: url('../images/stefan.jpg');
    background-position: 60% 0px;
    background-size: cover;
}

.content-wrapper-hero {
    margin-top: 5%;
    margin-right: 20px;
}

.text-color-red {
    color: #fa0039;
}

.text-color-red.heading-hero {
    font-family: 'Have heart two', sans-serif;
    font-size: 100px;
    line-height: 70px;
    font-weight: 400;
}

.background-red {
    background-color: #fa0039;
}

.background-cinder {
    background-color: #25292b;
}

.background-cinder.full-height {
    height: 100%;
}

.background-bright-black {
    background-color: #151f1c;
}

.body {
    font-family: Roboto, sans-serif;
}

.text-medium {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
}

.text-medium.text-bold {
    font-weight: 700;
}

.text-medium.text-bold.margin-top-small.text-color-black {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
}

.text-medium.text-bold.text-color-black {
    line-height: 36px;
}

.text-medium.text-bold.text-color-black.text-center {
    text-align: left;
}

.text-medium.text-bold.text-color-black.text-center.mobile-none {
    display: block;
}

.text-medium.text-bold.text-color-black.text-center.text-mobile {
    display: none;
}

.text-medium.text-bold.text-color-black.mobile-none {
    display: block;
}

.text-medium.text-bold.text-color-black.display-view {
    display: none;
}

.text-medium.text-light {
    font-weight: 300;
}

.text-medium.text-light.margin-top-small {
    font-size: 20px;
    font-style: italic;
}

.text-medium.text-light.margin-top-small.margin-left-xmedium {
    margin-left: 25px;
}

.text-medium.text-light.margin-top-small.margin-left-xmedium.text-color-black.display-view {
    display: none;
}

.text-medium.text-light.text-center.size {
    font-size: 30px;
    line-height: 38px;
}

.text-medium.text-light.text-center.size.text-color-black {
    font-style: italic;
}

.text-medium.text-light.text-center.size.text-color-black.no-italic {
    font-style: normal;
}

.text-medium.text-light.text-color-black {
    font-size: 20px;
    font-style: italic;
}

.text-medium.text-color-white.margin-right-xxlarge {
    margin-right: 300px;
}

.text-medium.text-color-white.light {
    font-weight: 300;
}

.text-medium.text-color-white.text-bold.text-18 {
    margin-top: 5px;
    font-size: 18px;
}

.text-medium.text-color-white.text-bold.margin-right-navigation {
    margin-right: 120px;
    font-size: 24px;
}

.text-medium.text-color-white.text-bold.text-17 {
    margin-top: 0px;
    font-size: 17px;
}

.text-medium.margin-top-medium {
    line-height: 30px;
}

.text-medium.margin-top-medium.text-color-grey {
    color: #9b9b9b;
}

.text-medium.color-light-dark {
    color: #414141;
    font-weight: 300;
}

.text-medium.color-light-dark.text-normal {
    font-weight: 400;
}

.text-medium.text-color-dark-grey {
    color: #6d787b;
}

.text-medium.text-color-grey {
    color: #9b9b9b;
}

.text-medium.text-color-grey.margin-top-small.line-height {
    line-height: 41px;
}

.text-medium.text-center.tabs {
    color: #414141;
    font-size: 30px;
    line-height: 48px;
}

.text-medium.text-color-black.text-light.no-italic {
    font-style: normal;
}

.picture-hero-mobile {
    display: none;
}

.navigation {
    position: absolute;
    width: 100%;
}

.upper-part-navigation {
    width: 100%;
}

.upper-part-navigation.position-absolute {
    position: static;
    display: block;
}

.content-wrapper-upper-part-navigation.row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-list-item {
    list-style-type: none;
}

.navigation-link-block {
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
}

.navigation-link-block-content {
    text-decoration: none;
}

.navigation-link-block-content.margin-left-xxlarge {
    margin-left: 137px;
}

.list {
    margin-bottom: 0px;
    padding-left: 0px;
    text-decoration: none;
}

.list.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-item {
    list-style-type: none;
}

.list-item-2 {
    list-style-type: none;
}

.content-wrapper-navigation.row.position-relative {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    width: 120px;
    padding-top: 16px;
}

.image {
    position: absolute;
    left: 0%;
    top: -60%;
    right: 0%;
    bottom: 0%;
    width: 120px;
    margin-top: 0px;
    padding-top: 0px;
}

.container-1240px {
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.background-image-benefits {
    height: 100%;
    background-image: url('../images/Rechteck-2.png');
    background-position: 0px 0px;
    background-size: cover;
}

.benefit-wrapper.row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-side-habit {
    position: relative;
    height: 100%;
    min-height: auto;
}

.right-side-habit {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 50%;
    height: auto;
    min-height: auto;
}

.content-wrapper-habit {
    width: 50%;
    font-weight: 400;
}

.habit-wrapper.row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-section-habit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.right-side-cta.row {
    position: relative;
    left: 20%;
}

.right-side-cta.row.relative {
    position: relative;
    left: 20%;
}

.heading {
    font-family: 'Have heart two', sans-serif;
    font-size: 100px;
    line-height: 70px;
}

.heading.text-center {
    font-weight: 400;
}

.text-xlarge {
    font-size: 36px;
    line-height: 30px;
    font-weight: 300;
}

.row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-2-col-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.image-4 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
}

.number {
    height: 40px;
}

.number.margin-right-xlarge {
    height: auto;
}

.div-block {
    position: relative;
    height: 650px;
    background-image: url('../images/Rechteck-7-Kopie-4.png');
    background-position: 0px 0px;
    background-size: cover;
}

.right-side-explanation {
    position: relative;
}

.wrapper-explanation {
    position: relative;
    display: none;
    height: 650px;
    background-image: url('../images/Rechteck-7-Kopie-4.png');
    background-position: 0px 0px;
    background-size: cover;
}

.picture-in-picture {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
}

.steps-wrapper.row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.steps-wrapper.margin-top-small.row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.team-pic-mobile {
    display: none;
}

.image-5 {
    height: 650px;
}

.heading-2 {
    display: none;
}

.section-home-videos {
    display: block;
}

.section-home-family {
    display: block;
}

.background-images-packages {
    background-color: #fa0039;
    background-image: url('../images/background-red.png');
    background-position: 0px 0px;
    background-size: cover;
}

.left-side-packages {
    background-color: #fff;
}

.right-side-packages {
    background-color: #fff;
}

.content-wrapper-package.col {
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-span {
    font-size: 48px;
    line-height: 96px;
}

.text-span-2 {
    color: #d2d2d7;
    font-size: 18px;
}

.price-wrapper {
    width: 60%;
}

.price-wrapper.row {
    width: 80%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-wrapper.row.margin-top-medium.opacity {
    opacity: 0;
}

.price-wrapper.row.margin-top-small.opacity {
    opacity: 0;
}

.hook-green-img {
    margin-right: 55px;
}

.plus-icon {
    width: 50px;
}

.background-light-black-second {
    background-color: #1d2123;
}

.phone-link-block {
    text-decoration: none;
}

.paragraph {
    text-decoration: none;
}

.email-link-block {
    text-decoration: none;
}

.imprint-block {
    text-decoration: none;
}

.privacy-block {
    display: block;
    text-decoration: none;
}

.dark-blue-background {
    background-color: #181c1f;
}

.link-elements-of-art {
    text-decoration: none;
}

.image-6 {
    height: 60px;
}

.social-icon-img {
    height: 50px;
}

.footer-down-wrapper.row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-down-wrapper.row.desktop-none {
    display: none;
}

.background-navigation {
    background-color: rgba(107, 109, 110, 0.35);
    opacity: 1;
}

.logo-img {
    position: relative;
    top: 50px;
    height: 100px;
}

.navigation-list.row {
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-list-item.margin-right-xmedium {
    margin-right: 40px;
}

.navigation-list-block {
    text-decoration: none;
}

.navigation-list-block.margin-right-xmedium {
    margin-right: 40px;
}

.navigation-mobile {
    display: none;
}

.left-side-family.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.family-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.logo-wrapper {
    position: relative;
    top: 17px;
    height: 60px;
}

.logo-navigation {
    height: 120px;
}

.right-side-family {
    background-color: #fff;
}

.tab-content-paragraph {
    color: #414141;
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
}

.familly-img-mobile {
    display: none;
}

.tabs-2 {
    position: static;
}

.background-videos-section {
    height: 100%;
    background-image: url('../images/background.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.navbar {
    display: none;
    background-color: #f5fff3;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-logo {
    height: 50px;
}

.nav-link {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #76bd6d;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.nav-link:hover {
    color: #424240;
}

.nav-link.w--current {
    color: #6cc551;
}

.nav-link.cta {
    margin-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #424240;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
}

.nav-link.cta:hover {
    background-color: #76bd6d;
}

.nav-logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.nav-right-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-link-mobile {
    text-decoration: none;
}

.habit-container {
    position: relative;
}

.habit-image-container-responsive {
    display: none;
}

.color-light-dark {
    color: #010101;
}

.bold-text {
    font-weight: 500;
}

.button-secondary-text {
    font-weight: 500;
}

.logo-section-mobile {
    display: none;
}

.desktop-none {
    display: none;
}

@media screen and (max-width: 991px) {
    .padding-horizontal-medium {
        padding-right: 24px;
        padding-left: 24px;
    }

    .nav_menu {
        background-color: #fff;
    }

    .tablet-marg-right-medium {
        margin-right: 16px;
    }

    .text-color-black.navigation-link-content-mobile {
        font-size: 20px;
        line-height: 24px;
    }

    .grid-4-col {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .tablet-marg-bottom-xlarge {
        margin-bottom: 128px;
    }

    .padding-xlarge {
        padding: 80px;
    }

    .tablet-marg-left-large {
        margin-left: 24px;
    }

    .tablet-pad-medium {
        padding: 24px;
    }

    .tablet-marg-left-medium {
        margin-left: 16px;
    }

    .padding-horizontal-small {
        padding-right: 12px;
        padding-left: 12px;
    }

    .margin-right-large {
        margin-right: 24px;
    }

    .tablet-marg-right-small {
        margin-right: 8px;
    }

    .padding-medium {
        padding: 24px;
    }

    .fs-styleguide-page-wrapper {
        margin-left: 0px;
    }

    .tablet-marg-bottom-small {
        margin-bottom: 16px;
    }

    .tablet-marg-top-small {
        margin-top: 16px;
    }

    .padding-vertical-large {
        display: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hide-tablet {
        display: none;
    }

    .heading-medium.text-light {
        font-size: 50px;
        line-height: 60px;
    }

    .heading-large.text-color-white.text-center.margin-bottom-large.margin-bottom-less {
        margin-bottom: 0px;
    }

    .margin-left-xlarge {
        margin-left: 32px;
    }

    .tablet-marg-left-small {
        margin-left: 8px;
    }

    .tablet-marg-right-large {
        margin-right: 24px;
    }

    .tablet-pad-vertical-xlarge {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row.social-media-wrapper-responsive {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 40px;
        padding-bottom: 24px;
        background-color: #181c1f;
    }

    .row.social-media-wrapper-responsive.hidden {
        display: none;
    }

    .tablet-pad-xlarge {
        padding: 80px;
    }

    .tablet-pad-vertical-small {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .tablet-pad-horizontal-small {
        padding-right: 12px;
        padding-left: 12px;
    }

    .tablet-pad-vertical-large {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .tablet-marg-bottom-medium {
        margin-bottom: 32px;
    }

    .tablet-pad-large {
        padding: 40px;
    }

    .tablet-pad-horizontal-large {
        padding-right: 40px;
        padding-left: 40px;
    }

    .tablet-pad-horizontal-medium {
        padding-right: 24px;
        padding-left: 24px;
    }

    .margin-left-large {
        margin-left: 24px;
    }

    .tablet-pad-vertical-medium {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .tablet-pad-small {
        padding: 12px;
    }

    .padding-horizontal-xlarge {
        padding-right: 80px;
        padding-left: 80px;
    }

    .padding-vertical-small {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .grid-8-col {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .tablet-marg-bottom-large {
        margin-bottom: 64px;
    }

    .fs-styleguide-home-img {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .padding-large {
        padding: 40px;
    }

    .show-tablet {
        display: block;
    }

    .grid-2-col {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-2-col.margin-top-medium.gap-big.irregular {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-2-col.no-gap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-2-col.col-smaller.margin-top-medium.margin-left-xxlarge {
        margin-left: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-2-col.cta-second-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .margin-right-xlarge {
        margin-right: 32px;
    }

    .tablet-marg-top-large {
        margin-top: 64px;
    }

    .tablet-marg-top-medium {
        margin-top: 32px;
    }

    .padding-vertical-medium {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .padding-small {
        padding: 12px;
    }

    .padding-horizontal-large {
        padding-right: 40px;
        padding-left: 40px;
    }

    .grid-row.gap-xlarge {
        grid-column-gap: 40px;
    }

    .grid-row.gap-medium {
        grid-column-gap: 16px;
    }

    .grid-row.gap-large {
        grid-column-gap: 32px;
    }

    .nav_button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .padding-vertical-xlarge {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .fs-styleguide-grey-visibility {
        width: 100%;
    }

    .tablet-marg-top-xlarge {
        margin-top: 128px;
    }

    .background-image-hero {
        margin-top: 0px;
        background-position: 100% 50%;
    }

    .content-wrapper-hero {
        margin-right: auto;
    }

    .text-medium.text-light.margin-top-small.margin-left-xmedium {
        margin-left: 0px;
    }

    .text-medium.text-color-grey.margin-top-xsmall.mb {
        margin-bottom: 20px;
    }

    .navigation {
        display: none;
    }

    .upper-part-navigation.position-absolute {
        display: none;
    }

    .content-wrapper-navigation.row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image {
        top: -10%;
    }

    .background-image-benefits {
        background-image: url('../images/Rechteck-2.png');
    }

    .right-side-habit {
        display: none;
    }

    .content-wrapper-habit {
        width: 100%;
    }

    .content-wrapper-habit.margin-left-xlarge {
        margin-left: 0px;
    }

    .right-side-cta.row {
        left: auto;
    }

    .right-side-cta.row.relative {
        left: 0%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .instructions-wrapper.margin-left-medium.no-margin {
        margin-left: 0px;
    }

    .steps-wrapper.row {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-wrapper-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .content-wrapper-footer.first-place-mobile.padding-top {
        padding-top: 40px;
    }

    .social-icon-wrapper {
        display: none;
    }

    .footer-down-wrapper.row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .left-side-wrapper.row.col-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .navigation-mobile {
        position: absolute;
        display: none;
        width: 100%;
    }

    .logo-navigation-mobile {
        height: 100px;
        margin-top: 20px;
    }

    .burger-menu-mobile {
        height: 25px;
    }

    .family-tabs-section.position-relative {
        position: relative;
        top: 70px;
    }

    .left-side-family.flex {
        display: none;
    }

    .familly-img-mobile {
        display: block;
        width: 100%;
    }

    .navbar {
        position: absolute;
        z-index: 9999;
        display: block;
        width: 100%;
        background-color: transparent;
    }

    .nav-menu {
        padding: 20px 40px 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fafafa;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }

    .nav-logo {
        width: 140px;
        max-width: 200px;
    }

    .menu-button {
        margin-left: 20px;
        padding: 12px 0px 12px 12px;
        font-size: 26px;
        line-height: 26px;
    }

    .menu-button.w--open {
        margin-left: 20px;
        background-color: transparent;
        color: #6cc551;
    }

    .nav-link {
        padding-right: 0px;
        padding-left: 0px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .nav-link:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .nav-link.cta {
        margin-top: 20px;
        margin-left: 0px;
    }

    .nav-logo-wrap {
        padding-left: 0px;
    }

    .nav-container {
        height: 80px;
        padding-right: 30px;
        padding-left: 40px;
    }

    .navigation-link-mobile.col {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navigation-link-mobile.col.margin-top-small-mobile {
        margin-top: 10px;
    }

    .habit-image-container-responsive {
        display: block;
    }

    .habit-image {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .mobile-pad-horizontal-medium {
        padding-right: 24px;
        padding-left: 24px;
    }

    .padding-horizontal-medium {
        padding-right: 20px;
        padding-left: 20px;
    }

    .tablet-marg-right-medium {
        margin-right: 8px;
    }

    .margin-bottom-small {
        margin-bottom: 12px;
    }

    .grid-4-col {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .margin-left-small {
        margin-left: 4px;
    }

    .tablet-marg-bottom-xlarge {
        margin-bottom: 80px;
    }

    .padding-xlarge {
        padding: 64px;
    }

    .tablet-marg-left-large {
        margin-left: 16px;
    }

    .tablet-marg-left-medium {
        margin-left: 8px;
    }

    .margin-right-large {
        margin-right: 16px;
    }

    .tablet-marg-right-small {
        margin-right: 4px;
    }

    .padding-medium {
        padding: 24px;
    }

    .fs-styleguide-page-wrapper {
        overflow: hidden;
        padding-right: 20px;
        padding-left: 20px;
    }

    .tablet-marg-bottom-small {
        margin-bottom: 12px;
    }

    .mobile-pad-vertical-medium {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .tablet-marg-top-small {
        margin-top: 12px;
    }

    .mobile-pad-large {
        padding: 40px;
    }

    .margin-right-small {
        margin-right: 4px;
    }

    .heading-medium {
        font-size: 24px;
    }

    .heading-large {
        font-size: 32px;
    }

    .heading-large.text-center {
        font-size: 55px;
        line-height: 45px;
    }

    .heading-large.text-color-white {
        font-size: 55px;
        line-height: 45px;
    }

    .heading-large.margin-top-medium {
        display: block;
        font-size: 55px;
        line-height: 45px;
    }

    .margin-bottom-large {
        margin-bottom: 48px;
    }

    .margin-left-xlarge {
        margin-left: 16px;
    }

    .tablet-marg-left-small {
        margin-left: 4px;
    }

    .tablet-marg-right-large {
        margin-right: 16px;
    }

    .mobile-marg-left-large {
        margin-left: 16px;
    }

    .mobile-marg-right-large {
        margin-right: 16px;
    }

    .grid-3-col {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .tablet-pad-vertical-xlarge {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .tablet-pad-xlarge {
        padding: 64px;
    }

    .margin-top-small {
        margin-top: 12px;
    }

    .mobile-pad-vertical-small {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .mobile-marg-bottom-small {
        margin-bottom: 12px;
    }

    .tablet-marg-bottom-medium {
        margin-bottom: 24px;
    }

    .mobile-pad-xlarge {
        padding: 64px;
    }

    .margin-right-medium {
        margin-right: 8px;
    }

    .mobile-marg-right-medium {
        margin-right: 8px;
    }

    .margin-left-medium {
        margin-left: 8px;
    }

    .mobile-pad-small {
        padding: 12px;
    }

    .mobile-marg-top-medium {
        margin-top: 24px;
    }

    .mobile-marg-top-small {
        margin-top: 12px;
    }

    .hide-landscape {
        display: none;
    }

    .margin-left-large {
        margin-left: 16px;
    }

    .margin-top-xlarge {
        margin-top: 80px;
    }

    .mobile-pad-horizontal-small {
        padding-right: 12px;
        padding-left: 12px;
    }

    .heading-xlarge {
        font-size: 40px;
    }

    .mobile-marg-left-small {
        margin-left: 4px;
    }

    .mobile-marg-top-xlarge {
        margin-top: 80px;
    }

    .mobile-marg-bottom-xlarge {
        margin-bottom: 80px;
    }

    .mobile-marg-top-large {
        margin-top: 48px;
    }

    .padding-horizontal-xlarge {
        padding-right: 64px;
        padding-left: 64px;
    }

    .padding-vertical-small.no-padding {
        display: none;
    }

    .grid-8-col {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .mobile-marg-bottom-large {
        margin-bottom: 48px;
    }

    .tablet-marg-bottom-large {
        margin-bottom: 48px;
    }

    .mobile-pad-vertical-large {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fs-styleguide-home-img {
        max-width: 40vh;
    }

    .page-padding {
        padding-right: 20px;
        padding-left: 20px;
    }

    .grid-2-col {
        text-align: left;
    }

    .grid-2-col.margin-top-large {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-2-col.margin-top-large.mobile-none {
        display: block;
    }

    .grid-2-col.right-col-longer.margin-top-large {
        justify-items: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-2-col.cta-second-grid.mobile-none {
        display: block;
    }

    .grid-2-col.cta-second-grid.desktop-none {
        display: none;
    }

    .grid-2-col.mobile-none {
        display: none;
    }

    .grid-2-col.desktop-none {
        display: block;
    }

    .mobile-marg-bottom-medium {
        margin-bottom: 24px;
    }

    .margin-right-xlarge {
        margin-right: 16px;
    }

    .mobile-marg-right-small {
        margin-right: 4px;
    }

    .tablet-marg-top-large {
        margin-top: 48px;
    }

    .show-landscape {
        display: block;
    }

    .tablet-marg-top-medium {
        margin-top: 24px;
    }

    .mobile-pad-vertical-xlarge {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .fs-styleguide-block-highlight {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .padding-vertical-medium.no-mobile {
        display: none;
    }

    .padding-vertical-medium.no-padding {
        display: none;
    }

    .margin-bottom-medium {
        margin-bottom: 24px;
    }

    .mobile-marg-left-medium {
        margin-left: 8px;
    }

    .margin-bottom-xlarge {
        margin-bottom: 80px;
    }

    .padding-small {
        padding: 12px;
    }

    .mobile-pad-medium {
        padding: 24px;
    }

    .text-large {
        font-size: 20px;
    }

    .text-large.text-center {
        line-height: 30px;
    }

    .mobile-pad-horizontal-large {
        padding-right: 40px;
        padding-left: 40px;
    }

    .grid-row {
        grid-auto-flow: row;
        grid-column-gap: 0px;
        grid-row-gap: 16px;
    }

    .margin-top-medium {
        margin-top: 24px;
    }

    .padding-vertical-xlarge {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .margin-top-large {
        margin-top: 48px;
    }

    .tablet-marg-top-xlarge {
        margin-top: 80px;
    }

    .background-image-hero {
        background-image: url('../images/Ebene-21.png');
    }

    .content-wrapper-hero {
        margin-top: 0%;
    }

    .content-wrapper-hero.flex-mobile {
        margin-left: auto;
    }

    .text-medium.text-bold.text-color-black.text-center.mobile-none {
        display: none;
    }

    .text-medium.text-bold.text-color-black.text-center.text-mobile {
        display: block;
        text-align: center;
    }

    .picture-hero-mobile {
        display: block;
        width: 100%;
    }

    .content-wrapper-navigation.row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .background-image-benefits {
        background-image: url('../images/Rechteck-2.png');
    }

    .hook-icon.margin-right-medium {
        height: 30px;
    }

    .heading.text-center {
        display: none;
    }

    .team-pic-mobile {
        display: block;
    }

    .team-pic-desktop {
        display: none;
    }

    .content-wrapper-footer {
        text-align: center;
    }

    .footer-down-wrapper.row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .left-side-wrapper.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .left-side-wrapper.row.col-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navigation-mobile {
        display: none;
    }

    .logo-navigation-mobile {
        display: none;
        height: 100px;
        margin-top: 20px;
    }

    .burger-menu-mobile {
        height: 25px;
    }

    .navbar {
        display: block;
    }

    .nav-logo {
        max-width: 140px;
    }

    .menu-button {
        padding: 10px;
        font-size: 18px;
    }

    .nav-container {
        height: 70px;
    }

    .logo-section-mobile {
        display: block;
    }

    .logo-img-mobile {
        height: auto;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .grid-4-col {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .padding-vertical-large {
        display: block;
    }

    .padding-vertical-large.no-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .padding-vertical-large.mobile-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .heading-medium.text-light {
        font-size: 30px;
        line-height: 15px;
    }

    .heading-medium.text-light.text-color-black {
        font-size: 35px;
        line-height: 50px;
    }

    .heading-large {
        font-size: 55px;
        line-height: 45px;
    }

    .heading-large.text-center {
        font-size: 55px;
        line-height: 45px;
    }

    .heading-large.text-center.text-color-white {
        font-size: 55px;
        line-height: 45px;
    }

    .heading-large.text-center.text-color-black {
        font-size: 59px;
        line-height: 45px;
        white-space: inherit;
    }

    .heading-large.text-center.text-color-black.mobile-none {
        display: none;
    }

    .heading-large.text-center.text-color-black.desktop-none {
        display: block;
    }

    .heading-large.text-color-white {
        font-size: 55px;
        line-height: 45px;
    }

    .heading-large.text-color-white.text-center.margin-bottom-large.less-margin {
        margin-bottom: 0px;
        font-size: 55px;
        line-height: 45px;
    }

    .heading-large.text-color-white.text-color-red {
        display: block;
        font-size: 70px;
        line-height: 50px;
    }

    .heading-large.text-color-white.text-color-red.mobile-none {
        display: none;
    }

    .heading-large.text-color-white.text-color-red.no-wrap {
        font-size: 55px;
        line-height: 45px;
        white-space: inherit;
    }

    .text-medium.text-light.text-color-black.no-italic.no-wrap {
        white-space: inherit;
    }

    .heading-large.margin-top-medium {
        display: block;
        font-size: 70px;
        line-height: 50px;
    }

    .heading-large.margin-top-medium.no-wrap {
        font-size: 55px;
        line-height: 45px;
        font-weight: 400;
    }

    .grid-3-col {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .show-mobile {
        display: block;
    }

    .row.social-media-wrapper-responsive {
        padding-bottom: 40px;
        background-color: #181c1f;
    }

    .row.social-media-wrapper-responsive.hidden {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .tab-content {
        padding: 20px 15px;
    }

    .padding-vertical-small.no-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .padding-vertical-small.mobile-padding-big {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .grid-8-col {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-2-col {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-2-col.margin-top-large.mobile-none {
        display: none;
    }

    .grid-2-col.margin-top-large.desktop-none {
        display: block;
    }

    .grid-2-col.right-col-longer.margin-top-large {
        justify-items: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid-2-col.right-col-longer.margin-top-large.desktop-none {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .grid-2-col.cta-second-grid.mobile-none {
        display: none;
    }

    .grid-2-col.cta-second-grid.desktop-none {
        display: block;
    }

    .button-secondary {
        padding: 20px;
        border-radius: 20px;
        line-height: 25px;
    }

    .button-secondary.button-third {
        border-radius: 20px;
    }

    .padding-vertical-medium.no-mobile {
        display: none;
    }

    .text-large {
        line-height: 35px;
    }

    .text-large.text-center.light-italic.color-light-dark.no-wrap {
        font-size: 19px;
        white-space: inherit;
    }

    .grid-row.gap-xlarge {
        grid-row-gap: 40px;
    }

    .grid-row.gap-medium {
        grid-row-gap: 24px;
    }

    .grid-row.gap-small {
        grid-row-gap: 8px;
    }

    .grid-row.gap-large {
        grid-row-gap: 32px;
    }

    .button.margin-top-medium {
        padding-right: 50px;
        padding-left: 50px;
    }

    .button.margin-top-medium.button-abo {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .button.margin-top-xnedium {
        margin-top: 0px;
    }

    .background-image-hero {
        min-height: auto;
        background-image: url('../images/Ebene-21.png');
        background-position: 0px 0px;
        background-size: auto;
    }

    .content-wrapper-hero {
        text-align: left;
    }

    .content-wrapper-hero.margin-left-xlarge.no-margin-mobile {
        margin-left: 0px;
    }

    .content-wrapper-hero.flex-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .text-color-red.heading-xlarge {
        font-size: 60px;
        line-height: 40px;
    }

    .text-color-red.heading-hero {
        font-size: 65px;
        line-height: 50px;
    }

    .text-medium.text-bold.margin-top-small.text-color-black {
        display: none;
    }

    .text-medium.text-bold.text-color-black.text-center.mobile-none {
        display: none;
    }

    .text-medium.text-bold.text-color-black.text-center.text-mobile {
        display: block;
    }

    .text-medium.text-bold.text-color-black.mobile-none {
        display: none;
    }

    .text-medium.text-bold.text-color-black.display-view {
        display: block;
        text-align: center;
    }

    .text-medium.text-light.margin-top-small {
        display: none;
    }

    .text-medium.text-light.margin-top-small.margin-left-xmedium.text-color-black.display-view {
        display: block;
    }

    .text-medium.text-light.text-center.size.text-color-black.no-italic {
        font-size: 20px;
        line-height: 30px;
    }

    .text-medium.text-light.text-color-black {
        display: none;
    }


    .text-medium.text-light.text-color-black.no-italic {
        display: block;
    }

    .text-medium.text-light.text-color-black.no-italic.no-wrap {
        white-space: inherit;
    }

    .text-medium.text-light.no-italic.no-wrap {
        white-space: inherit;
    }

    .text-medium.text-color-white.light.no-wrap {
        white-space: inherit;
    }

    .text-medium.color-light-dark.text-normal.margin-right-small.no-wrap {
        font-size: 20px;
    }

    .no-wrap {
        white-space:  inherit;
    }

    .text-medium.text-center.tabs {
        font-size: 18px;
        line-height: 30px;
    }

    .picture-hero-mobile {
        display: block;
    }

    .upper-part-navigation.position-absolute {
        display: none;
    }

    .background-image-benefits {
        background-image: url('../images/Rechteck-2.png');
    }

    .hook-icon.margin-right-medium {
        height: 30px;
        margin-right: 12px;
    }

    .heading.text-center {
        display: none;
    }

    .text-xlarge.text-color-black.text-light {
        line-height: 45px;
    }

    .text-xlarge.text-color-black.text-light.no-wrap {
        font-size: 30px;
    }

    .grid-2-col-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .number.margin-right-xlarge {
        height: 35px;
    }

    .number.margin-right-xlarge.margin-less {
        margin-right: 10px;
    }

    .number.margin-right-xlarge.margin-top-mobile {
        margin-top: -20px;
    }

    .grid-left-side {
        display: none;
    }

    .left-side-explanation {
        display: block;
    }

    .wrapper-explanation {
        display: none;
    }

    .steps-wrapper.row {
        margin-top: 20px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .team-pic-mobile {
        display: block;
    }

    .team-pic-desktop {
        display: none;
    }

    .heading-2 {
        display: block;
        font-family: 'Have heart two', sans-serif;
        font-size: 55px;
        line-height: 45px;
    }

    .agitar-img.margin-top-large {
        display: inherit;
    }

    .text-span.text-color-red {
        font-size: 40px;
    }

    .price-wrapper.row {
        width: 90%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .price-wrapper.row.margin-top-medium {
        width: 90%;
    }

    .price-wrapper.row.margin-top-small.opacity.noselect {
        display: none;
    }

    .hook-green-img {
        margin-right: 16px;
    }

    .hook-green-img.margin-right-large.relative {
        position: relative;
        top: -15px;
    }

    .hook-green-img.relative {
        position: relative;
        top: -15px;
    }

    .plus-icon {
        width: 40px;
    }

    .content-wrapper-footer {
        text-align: center;
    }

    .content-wrapper-footer.first-place-mobile.padding-top {
        padding-top: 40px;
    }

    .social-icon-wrapper.seen-mobile {
        display: block;
    }

    .social-icon-img.margin-right-medium {
        height: 50px;
    }

    .left-side-wrapper.row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .left-side-wrapper.row.col-mobile.top {
        display: none;
    }

    .navigation-mobile {
        display: none;
    }

    .logo-navigation-mobile {
        height: 70px;
        margin-top: 0px;
    }

    .burger-menu-mobile {
        height: 15px;
    }

    .tab-menu-1 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .tab-menu-1.w--current {
        padding-right: 10px;
        padding-left: 10px;
    }

    .tab-content-paragraph {
        font-size: 20px;
        line-height: 30px;
    }

    .familly-img-mobile {
        height: 300px;
    }

    .navbar {
        position: absolute;
        display: block;
        width: 100%;
        background-color: transparent;
    }

    .nav-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-menu.flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .navigation-link-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .heading-3 {
        font-size: 35px;
        line-height: 50px;
    }

    .logo-img-mobile {
        height: auto;
        margin-top: 40px;
        margin-bottom: 20px;
    }

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

    .mobile-none {
        display: none;
    }

    .desktop-none {
        display: block;
    }


    .paragraph-2 {
        margin-top: -20px;
    }

    .paragraph-3 {
        margin-top: -20px;
    }

    .agitar-img-strich {
        margin-top: 30px;
    }
}

#w-node-f2402e7b-9099-df98-8d98-5784f8ff994e-dce69dc7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-_1d2fc1a7-13f7-7d20-96ab-d3d0f1e537e8-dce69dc7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-f45ffe21-4aaf-b53f-365b-b41f5b1df355-dce69dc7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-_07eeb405-78f7-dfa4-29f6-a8bbc989b1c0-dce69dc7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-_0fc14cd8-6b9a-4977-99c8-90f6737abde1-dce69dc7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-_93843db0-600d-956d-0ced-3c6f86d57c80-dce69dc7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-cd591400-347b-9244-11c3-1e3b4f6c1a75-565d0575 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
    #w-node-f2402e7b-9099-df98-8d98-5784f8ff994e-dce69dc7 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_1d2fc1a7-13f7-7d20-96ab-d3d0f1e537e8-dce69dc7 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_0fc14cd8-6b9a-4977-99c8-90f6737abde1-dce69dc7 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_93843db0-600d-956d-0ced-3c6f86d57c80-dce69dc7 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: start;
        justify-self: start;
    }

    #w-node-_4b5c5028-1d94-bcf1-900f-6deb96102132-dce69dc7 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
}

@media screen and (max-width: 767px) {
    #w-node-f2402e7b-9099-df98-8d98-5784f8ff994e-dce69dc7 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_1d2fc1a7-13f7-7d20-96ab-d3d0f1e537e8-dce69dc7 {
        -ms-grid-column-align: center;
        justify-self: center;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_0fc14cd8-6b9a-4977-99c8-90f6737abde1-dce69dc7 {
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_93843db0-600d-956d-0ced-3c6f86d57c80-dce69dc7 {
        -ms-grid-column-align: center;
        justify-self: center;
    }
}

@font-face {
    font-family: 'Have heart two';
    src: url('../fonts/Have-Heart-Two-2.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Have heart two 2';
    src: url('../fonts/Have-Heart-Two-2.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

