*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}
body {
    /* 4. Add accessible line-height */
    line-height: 1.5;
    /* 5. Improve text rendering */
    -webkit-font-smoothing: antialiased;
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: normal;
    background-image: url(../images/bg-devlieger-01\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.chelseaMarket {
    font-family: "Chelsea Market", system-ui;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
    font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

h1 {
    font-family: "Chelsea Market";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #5C9231;
    margin-bottom: 30px;
}

h2 {
    font-family: "Chelsea Market";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 17px;
    color: #A17940;
    margin-bottom: 30px;
}

h3 {
    font-family: "Chelsea Market";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #A17940;
    margin-bottom: 35px;
}

.text-block h3 { 
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #5C9231;
}

h6 {
    font-family: "Chelsea Market";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #EBAD1D;
    margin-bottom: 20px;
}

/* 9. Improve line wrapping */
p {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

/*
10. Create a root stacking context
*/
#root,
#__next {
    isolation: isolate;
}

.container {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}

header {
    padding: 24px 0;
}

/* === GRID SYSTEM === */
.box-container {
    width: 100%;
}

.boxs-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

[class*=box-] {
    box-sizing: border-box;
    padding: 0 15px;
}

/* === BREAKPOINTS === */
@media (max-width: 575.98px) {
    [class*=box-xs-1] {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    [class*=box-xs-2] {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }
    [class*=box-xs-3] {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [class*=box-xs-4] {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    [class*=box-xs-5] {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }
    [class*=box-xs-6] {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [class*=box-xs-7] {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    [class*=box-xs-8] {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
    [class*=box-xs-9] {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [class*=box-xs-10] {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    [class*=box-xs-11] {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }
    [class*=box-xs-12] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    [class*=box-sm-1] {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    [class*=box-sm-2] {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }
    [class*=box-sm-3] {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [class*=box-sm-4] {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    [class*=box-sm-5] {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }
    [class*=box-sm-6] {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [class*=box-sm-7] {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    [class*=box-sm-8] {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
    [class*=box-sm-9] {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [class*=box-sm-10] {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    [class*=box-sm-11] {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }
    [class*=box-sm-12] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    [class*=box-md-1] {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    [class*=box-md-2] {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }
    [class*=box-md-3] {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [class*=box-md-4] {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    [class*=box-md-5] {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }
    [class*=box-md-6] {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [class*=box-md-7] {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    [class*=box-md-8] {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
    [class*=box-md-9] {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [class*=box-md-10] {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    [class*=box-md-11] {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }
    [class*=box-md-12] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    [class*=box-lg-1] {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    [class*=box-lg-2] {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }
    [class*=box-lg-3] {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [class*=box-lg-4] {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    [class*=box-lg-5] {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }
    [class*=box-lg-6] {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [class*=box-lg-7] {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    [class*=box-lg-8] {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
    [class*=box-lg-9] {
        flex: 0 0 75%;
        max-width: 75%;
    }
    [class*=box-lg-10] {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    [class*=box-lg-11] {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }
    [class*=box-lg-12] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* === GUTTER SYSTEM === */
/* box-g-[0–5] : like Bootstrap’s g-0 to g-5 */
.ml-auto {
    margin-left: auto;
}

.box-g-0 .box-row {
    margin-left: 0;
    margin-right: 0;
}

.box-g-0 .box-row > [class*=box-] {
    padding: 0;
}

.box-g-1 .box-row {
    margin-left: -4px;
    margin-right: -4px;
}

.box-g-1 .box-row > [class*=box-] {
    padding: 4px;
}

.box-g-2 .box-row {
    margin-left: -8px;
    margin-right: -8px;
}

.box-g-2 .box-row > [class*=box-] {
    padding: 8px;
}

.box-g-3 .box-row {
    margin-left: -16px;
    margin-right: -16px;
}

.box-g-3 .box-row > [class*=box-] {
    padding: 16px;
}

.box-g-4 .box-row {
    margin-left: -24px;
    margin-right: -24px;
}

.box-g-4 .box-row > [class*=box-] {
    padding: 24px;
}

.box-g-5 .box-row {
    margin-left: -32px;
    margin-right: -32px;
}

.box-g-5 .box-row > [class*=box-] {
    padding: 32px;
}

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

.box-nav ul {
    list-style: none;
    display: inline-flex;
    /* justify-content: center; */
    align-items: center;
    margin: 0;
    padding: 0;
}

.box-nav li {
    position: relative;
    padding: 0 20px;
}

.box-nav li:not(:last-child)::after {
    font-family: "Chelsea Market";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    content: "|";
    position: absolute;
    right: 0;
    top: 1px;
    color: #5C9231;
    /* makes separator not clickable */
}

.box-nav a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #5c9231;
    text-align: center;
    font-family: "Chelsea Market", system-ui;
    font-size: 13px; /*12px*/
    line-height: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-nav a:hover {
    color: #A17940;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .box-nav ul {
        flex-direction: column;
    }
    .box-nav li {
        padding: 8px 0;
    }
    .box-nav li::after {
        content: "";
    }
}
a.logo {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.logo-text {
    display: flex;
    flex-direction: column;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #A17940;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.logo-text h3 {
    font-family: "Chelsea Market", system-ui;
    font-size: 20px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 6px;
}
.logo-text span {
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
}

.center-max {
    max-width: 682px;
    margin: 0 auto;
    text-align: center;
    padding-right: 40px;
    position: relative;
}
.center-max p {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5C9231;
}
.center-max img.banner-fix-img {
    position: absolute;
    right: -218px;
    top: -89px;
}

.section-banner {
    padding: 148px 0;
    position: relative;
}
.section-banner .right-blg {
    position: absolute;
    right: 0;
    bottom: -189px;
}

.section-core-values {
    padding: 140px 0;
    position: relative;
}
.section-core-values h2 {
    margin-bottom: 85px;
    text-align: center;
}
.section-core-values .value-col {
    text-align: center;
}
.section-core-values .value-col circle-image {
    margin-bottom: 32px;
}
.section-core-values .value-col .h6 {
    font-family: "Chelsea Market";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #EBAD1D;
    margin-bottom: 20px;
}
.section-core-values .value-col p {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #EBAD1D;
}
.section-core-values .value-col.secondary * {
    color: #5C9231;
}
.section-core-values .value-col.final * {
    color: #FF7B00;
}

.review-fix {
    position: absolute;
    top: 0;
    left: 0;
    /* Het was voor ons een belangrijke voorwaarde dat de kindjes veel naar buiten gaan. Ze hebben een heerlijke tuin hier. . Carlijn & Stacey Ollie (10mnd) */
}
.review-fix .review-text {
    position: absolute;
    width: 215px;
    height: 120px;
    left: 289px;
    top: 0;
    font-family: "Gloria Hallelujah";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #A17940;
    text-align: center;
}
.review-fix .review-text p {
    margin-bottom: 25px;
}
.review-fix .review-text span {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #A17940;
}
.review-fix .review-text span b {
    font-weight: bold;
    font-size: 13px; /*12px*/
    display: block;
}

.container-xl {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.text-block {
    margin-bottom: 30px;
}

.text-block h1 {
    margin-bottom: 30px;
}
.text-block p {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5C9231;
}
.text-block p ~ p {
    margin-bottom: 24px;
}
.text-block.secondary * {
    color: #A17940;
}
.text-block.final * {
    color: #EBAD1D;
}
.text-block a {
    text-decoration: none;
}
.text-block a:hover {
    color: #5C9231;
}
.text-block ul {
    max-width: 490px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
}
.text-block ul li {
    margin-bottom: 30px;
    margin-right: 90px;
}
.text-block ul li h5 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 700;
}
.text-block ul li .price span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}
.text-block ul li .price span:last-child {
    font-size: 13px; /*12px*/
}

section.section-about-us {
    position: relative;
    padding: 90px 0;
}

.left-blg {
    position: absolute;
    top: -86px;
    left: 0;
}

.review-fix2 {
    position: absolute;
    bottom: 47px;
    right: 0;
}
.review-fix2 .review-text {
    width: 208px;
    position: absolute;
    right: 168px;
    bottom: -23px;
    font-family: "Gloria Hallelujah";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #A17940;
    text-align: right;
}
.review-fix2 .review-text p {
    margin-bottom: 25px;
}
.review-fix2 .review-text span {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #A17940;
}
.review-fix2 .review-text span b {
    font-weight: bold;
    font-size: 13px; /*12px*/
    display: block;
}

.footer-left {
    text-align: right;
    position: relative;
    padding-right: 50px;
}
.footer-left.inner-footer {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.full-img {
    margin-top: 140px;
}

img.top-blg {
    display: inline-block;
    margin-bottom: 100px;
    margin-right: 76px;
}

img.left-blg2 {
    display: inline-block;
    position: absolute;
    left: -112px;
}

.footer-right .text-block {
    max-width: 363px;
    padding-top: 69px;
}

.footer-top {
    padding: 40px 0 60px;
}

.footer-bottom {
    padding: 30px 0;
}

ul.footer-nav {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 45px;
}
ul.footer-nav li {
    position: relative;
}
ul.footer-nav li a {
    font-family: "Chelsea Market";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #5C9231;
    text-decoration: none;
}
ul.footer-nav li a:hover {
    color: #A17940;
    text-decoration: underline;
}
ul.footer-nav li:not(:last-child)::after {
    font-family: "Chelsea Market";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    content: "|";
    position: absolute;
    right: -26px;
    top: 5px;
    color: #5C9231;
}

p.footer-copy {
    text-align: right;
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 24px;
    color: #A17940;
}
p.footer-copy a {
    text-decoration: none;
    color: #A17940;
    font-family: "Chelsea Market";
}
p.footer-copy a:hover {
    color: #5C9231;
}

.sidebar {
    position: relative;
}
.sidebar ul {
    padding: 0;
    list-style: none;
    margin-left: -9px;
}
.sidebar ul li a {
    font-family: "Chelsea Market";
    font-style: normal;
    font-weight: 400;
    font-size: 13px; /*12px*/
    line-height: 24px;
    color: #5C9231;
    padding: 4px 9px;
    display: inline-block;
    text-decoration: none;
}
.sidebar ul li.active a {
    position: relative;
    color: #F4EFDE;
}
.sidebar ul li.active a::after {
    background-color: #5C9231;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}

section.section-two-cols {
    padding: 100px 0;
    position: relative;
}

.row-fix {
    display: flex;
    gap: 150px;
}

.col-fix-left {
    flex: 0 0 134px;
    padding-left: 15px;
}

img.img-inner-left {
    position: absolute;
    left: -236px;
    top: 183px;
    max-width: -moz-max-content;
    max-width: max-content;
}
img.img-inner-left.left-inner2 {
    top: 86px;
}

div#header {
    display: none;
}

nav#menu {
    display: none;
}

img.img-inner-mob {
    display: none;
}

@media (max-width: 1622px) {
    .left-blg {
        top: -349px;
    }
    .review-fix {
        max-width: 200px;
    }
    .review-fix .review-text {
        left: 183px;
    }
    .section-banner .right-blg {
        bottom: -153px;
        max-width: 267px;
    }
    .left-blg {
        top: -349px;
        max-width: 264px;
    }
    .center-max img.banner-fix-img {
        right: -155px;
        top: -89px;
        max-height: 266px;
    }
}
@media (max-width: 1100px) {
    img.img-inner-left {
        display: none;
    }
    .section-core-values .value-col circle-image {
        margin-bottom: 32px;
        max-width: 200px;
        max-height: 200px;
    }
    .review-fix2 {
        position: absolute;
        bottom: 47px;
        right: -74px;
    }
}
@media (max-width: 991px) {
    nav#menu {
        display: block;
    }
    div#header {
        display: inline-block;
    }
    div#header a {
        position: absolute;
        right: 28px;
        top: 37px;
    }
    nav#desk-menu {
        display: none;
    }
    a.close {
        display: none;
    }
    .mm-wrapper--opened a.trigger {
        display: none;
    }
    .mm-wrapper--opened a.close {
        display: inline-block;
    }
    a.mm-navbar__title {
        font-family: Chelsea Market;
        font-size: 20px;
        color: #A17940;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .mm-navbar {
        align-items: flex-end;
        justify-content: flex-end;
        border: 0;
        margin-bottom: 50px;
    }
    .mm-menu a.mm-listitem__text {
        text-decoration: none;
        color: inherit;
        font-size: 14px;
        font-family: Chelsea Market;
        text-align: right;
        color: #5C9231;
        padding: 10px 20px !important;
    }
    .mm-menu a.mm-listitem__text:active,
    .mm-menu a.mm-listitem__text:hover {
        text-decoration: none;
        font-family: Chelsea Market;
        text-align: right;
        color: #A17940;
    }
    .mm-listitem:after {
        border: 0;
    }
    .mm-menu ul ul a.mm-listitem__text {
        font-size: 13px; /*12px*/
        font-family: "Lora";
    }
    .mm-btn--next:after,
    .mm-listitem--opened > .mm-listitem__btn:after {
        display: none;
    }
    .mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel {
        display: block;
        padding: 0;
    }
    .mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel a.mm-listitem__text {
        padding: 5px 20px !important;
    }
    .mm-listitem--vertical > .mm-listitem__btn {
        height: auto;
        bottom: auto;
    }
    .mm-wrapper--opened .mm-menu--theme-light {
        background: #fff;
    }
    .center-max {
        max-width: 682px;
        text-align: left;
        padding: 30px;
        padding-right: 113px;
        padding-top: 0;
    }
    .section-banner {
        padding: 58px 0;
    }
    .section-banner .right-blg {
        display: none;
    }
    .center-max img.banner-fix-img {
        right: -64px;
        top: -89px;
        max-height: 266px;
    }
    h1 {
        font-family: "Chelsea Market";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #5C9231;
        margin-bottom: 30px;
    }
    .center-max p {
        font-family: "Lora";
        font-style: normal;
        font-weight: 400;
        font-size: 13px; /*12px*/
        line-height: 18px;
        color: #5C9231;
    }
    .review-fix {
        display: flex;
        max-width: none;
        position: static;
        top: 0;
        left: 0;
        margin: 0 auto 55px;
        max-width: 300px;
    }
    .review-fix img {
        max-width: 200px;
    }
    .review-fix .review-text {
        width: 155px;
        height: auto;
        font-size: 9px;
        line-height: 14px;
        position: static;
    }
    .section-core-values {
        padding: 0;
        position: relative;
    }
    .section-core-values h2 {
        margin-bottom: 50px;
        text-align: center;
        font-size: 20px;
    }
    .ml-auto {
        margin-left: 0;
    }
    .values-row.boxs-row {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }
    .section-core-values .value-col {
        text-align: center;
        margin-bottom: 30px;
    }
    .section-core-values .value-col p {
        font-size: 13px; /*12px*/
        line-height: 20px;
    }
    .boxs-row {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .left-blg {
        display: none;
    }
    .container-xl {
        padding: 0 40px;
    }
    .review-fix2 {
        position: static;
        bottom: 47px;
        right: -74px;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        margin: 0 auto;
        justify-content: center;
    }
    .review-fix2 img {
        max-width: 200px;
    }
    .review-fix2 .review-text {
        position: static;
    }
    section.section-about-us {
        position: relative;
        padding: 40px 0;
    }
    img.left-blg2 {
        display: none;
    }
    .footer-left {
        text-align: left;
        position: relative;
        padding-right: 50px;
        order: 1;
    }
    ul.footer-nav {
        display: flex;
        padding: 0;
        list-style: none;
        gap: 45px;
        display: none;
    }
    .footer-left {
        text-align: left;
        position: relative;
        padding-right: 50px;
        order: 1;
        display: flex;
        flex-direction: column-reverse;
    }
    img.top-blg {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 0;
        max-width: 79px;
        margin-left: auto;
    }
    .footer-top {
        padding: 40px 36px 60px;
        max-width: 579px;
        margin: 0 auto;
    }
    p.footer-copy {
        text-align: center;
    }
    .footer-right .text-block {
        padding-top: 0;
    }
    .col-fix-left {
        flex: 0 0 134px;
        padding-left: 15px;
        display: none;
    }
    .row-fix.withsubmenu {
        flex: none;
        display: block;
    }
    .col-fix-left.withsubmenu {
        display: block;
        flex: auto;
        padding: 0 0 30px;
    }
    .row-fix {
        display: flex;
        gap: 0;
        align-items: center;
        justify-content: center;
    }
    .footer-left.inner-footer {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }
    section.section-two-cols {
        padding: 10px 0;
        position: relative;
    }
    .full-img {
        margin-top: 40px;
    }
    img.img-inner-mob {
        max-width: 304px;
        margin: 0 auto;
        display: block;
        margin-top: 80px;
    }
}
@media (max-width: 600px) {
    .review-fix {
        max-width: none;
    }
    .center-max img.banner-fix-img {
        right: -40px;
    }
    .center-max {
        padding-right: 145px;
    }
    .values-row.boxs-row {
        flex-direction: column;
        max-width: 273px;
        margin: 0 auto;
    }
    .section-core-values .value-col {
        text-align: center;
        margin-bottom: 30px;
    }
    .review-fix2 {
        justify-content: inherit;
    }
    .review-fix2 img {
        max-width: 200px;
        margin-right: -50px;
    }
    .review-fix2 {
        position: static;
        bottom: 47px;
        right: -74px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin: 0 auto;
        justify-content: center;
        padding: 20px;
    }
    p.footer-copy span {
        display: block;
    }
    p.footer-copy space {
        display: none;
    }
    :root {
        --mm-size: 80%;
        --mm-min-size: 240px;
        --mm-max-size: 240px;
    }
}

.right-blg img, .sidebar img, img.left-blg2, img.img-inner-left { 
display: none !important;
}

