@charset "UTF-8";


*,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

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

:root {
    --padding-horizontal: 32px;
}

:root {
    --accent-color: #F03535 !important;
    --accent-color-dark: #951C1C !important;
    --accent-color-light: #F03535 !important;
    --webshop-accent: #F03535 !important;
}

@font-face {
    font-family: 'Flexible';
    font-style: normal;
    font-display: swap;
    font-kerning: auto;
    src: url(/assets/fonts/Yapari-Variable-Trial-VF.woff2);
}



@font-face {
    font-family: 'ServconnectIcons';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/assets/fonts/Servconnect3-Icons.woff2") format("woff2");
}


icon {
    font-family: 'servconnectIcons';
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #222222;
    text-align: center;
}



body {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    width: 100%;
    display: block;
    position: relative;
    color: #444444;
    background: #f5f5f5;
    margin: 0 auto;
}



input {
    position: relative;
    display: block;
    height: 40px;
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #222222;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 1px solid #cecece;
    border-radius: 6px;
    transition: border-color .1s, box-shadow .1s;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

input:focus {
    border-color: var(--accent-color);
    outline: unset;
}

input:disabled {
    opacity: .6;
    background-color: #efefef;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

textarea {
    resize: none;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

a,
lnk {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--accent-color);
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
}

a:active,
lnk:active {
    opacity: .6;
    text-decoration: none;
}

select {
    position: relative;
    display: block;
    height: 40px;
    padding: 8px 42px 8px 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--accent-color);
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 1px solid #cecece;
    border-radius: 6px;
    transition: border-color .1s, box-shadow .1s;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(/assets/images/select-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

select:focus {
    outline: unset;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.title {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    letter-spacing: 0.4px;
    line-height: 1.18;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 32px;
}

h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-family: "Flexible";
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    font-variation-settings: 'wght' 580, 'wdth' 100;
}

h2 {
    font-family: "Flexible";
    font-size: 52px;
    text-transform: uppercase;
    font-variation-settings: 'wght' 650, 'wdth' 100;
}

h1 {
    font-family: "Flexible";
    font-size: 68px;
    text-transform: uppercase;
    font-variation-settings: 'wght' 650, 'wdth' 100;
}

p {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 16px;
}

txtwide {
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #0a0a0a;
}




@media(max-width: 1070px) {
    h6 {
        font-size: 16px;
    }

    h5 {
        font-size: 18px;
    }

    h4 {
        font-size: 20px;
    }

    h3 {
        font-size: 22px;
    }

    h2 {
        font-weight: 800;
        font-size: 28px;
    }

    h1 {
        font-size: 50px;
    }

    p {
        margin-top: 0;
        margin-bottom: .5rem;
        font-size: 15px;
        cursor: default;
    }

}

button,
a.button {
    position: relative;
    display: inline-block;
    padding: 12px 32px;
    background: var(--accent-color);
    outline: none;
    border: 0;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: background .12s linear, transform .2s cubic-bezier(0.215, 0.610, 0.355, 1), box-shadow .2s cubic-bezier(0.215, 0.610, 0.355, 1);
    line-height: 1.2;
    cursor: poInter;
    border-radius: 50000px;
}

button > icon,
a.button > icon {
    cursor: pointer;
}


button.icon,
a.button.icon {
    background: #e0e0e0;
    color: var(--accent-color);
    padding: 10px;
    display: inline-flex;
    align-items: center;
}

a.button.icon > icon {
    font-size: 20px;
    margin: 0 8px 0 0;
}

button.outline,
a.button.outline {
    background: transparent;
    border: 4px solid var(--accent-color);
}

button.transparent-dark,
a.button.transparent-dark {
    background: rgba(0, 0, 0, .5);
    border: 2px solid var(--accent-color);
}

button.transparent-light,
a.button.transparent-light {
    background: rgba(255, 255, 255, .2);
    border: 2px solid var(--accent-color);
}

button:hover,
a.button:hover {
    transform: translate3d(0, 0, 0) scale(1.02);
    color: #ffffff;
    background: var(--accent-color);
}

button.transparent-dark:hover,
a.button.transparent-dark:hover {
    transform: translate3d(0, 0, 0) scale(1.02);
    color: #ffffff;
    background: rgba(0, 0, 0, .9);
}

button:active,
a.button:active {
    color: #ffffff;
    background: var(--accent-color-dark);
    border-color: var(--accent-color-dark);
    opacity: 1;
}


button.white,
a.button.white {
    color: #000000;
    background: #ffffff
}


button.white:hover,
a.button.white:hover {
    color: #000000;
    background: #ffffff
}

button.white:active,
a.button.white:active {
    transform: translate3d(0, 0, 0) scale(0.95);
}

a.more::after {
    position: relative;
    font-family: "Material Icons";
    font-size: 14px;
    padding-top: 2px;
    padding-left: 4px;
    content: 'arrow_forward_ios';
}

a.button.more::after {
    position: relative;
    font-family: "Material Icons";
    font-size: 12px;
    padding-top: 0;
    padding-left: 4px;
    content: 'arrow_forward_ios';
}



.bg-green {
    background: var(--accent-color);
    color: #e6e6e6;
}

.bg-green a {
    color: #ffffff;
}

.bg-green-light {
    background: var(--accent-color-light);
    color: #e6e6e6;
}


body > splash {
    position: fixed;
    left: 0;
    top: 0;
    width: 150vw;
    height: 200vh;
    background: transparent;
    display: block;
    z-index: 49;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body > splash > content {
    position: absolute;
    left: -25vw;
    top: -50vh;
    width: 150vw;
    height: 200vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    transform: translate3d(0, 0, 0) rotateZ(-25deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body > splash > content > div {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate3d(0, 0, 0) scaleX(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body > splash > content > div > inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    transform: translate3d(0, 0, 0);
    transition: transform .2s cubic-bezier(0, 0.045, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body > splash.hide > content > div > inner {
    transition: transform .35s cubic-bezier(0, 0, 0.355, 1), opacity .4s linear;
    transform: translate3d(102%, 0, 0);
}

body > splash > content > div:nth-child(1) > inner {
    transition-delay: .02s;
}

body > splash > content > div:nth-child(2) > inner {
    transition-delay: .04s;
}

body > splash > content > div:nth-child(3) > inner {
    transition-delay: .06s;
}

body > splash > content > div:nth-child(4) > inner {
    transition-delay: .08s;
}

body > splash > content > div:nth-child(5) > inner {
    transition-delay: .1s;
}

body > splash > content > div:nth-child(6) > inner {
    transition-delay: .12s;
}

body > splash > content > div:nth-child(7) > inner {
    transition-delay: .14s;
}

body > splash > content > div:nth-child(8) > inner {
    transition-delay: .16s;
}

body > splash > content > div:nth-child(9) > inner {
    transition-delay: .18s;
}

body > splash > content > div:nth-child(10) > inner {
    transition-delay: .2s;
}

body > splash > content > div:nth-child(11) > inner {
    transition-delay: .22s;
}

body > splash > content > div:nth-child(12) > inner {
    transition-delay: .24s;
}

body > splash > content > div:nth-child(13) > inner {
    transition-delay: .26s;
}

body > splash > content > div:nth-child(14) > inner {
    transition-delay: .28s;
}

body > splash > content > div:nth-child(15) > inner {
    transition-delay: .30s;
}

body > splash > content > div:nth-child(16) > inner {
    transition-delay: .32s;
}




body > menu-bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
    opacity: 0;
    transition: opacity .2s linear;
    z-index: 40;
}

body > menuwrap {
    position: fixed;
    left: 0;
    top: 32px;
    padding: 0;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    z-index: 50;
}

body > menuwrap > menu {
    position: relative;
    display: block;
    height: 90px;
}

body > menuwrap > menu > menu-content {
    position: relative;
    display: inline-block;
    width: auto;
    height: 90px;
    align-items: center;
    transition: background .3s cubic-bezier(0.165, 0.84, 0.44, 1), transform .3s cubic-bezier(0.165, 0.84, 0.44, 1), height .3s cubic-bezier(0.165, 0.84, 0.44, 1), width .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, 0, 0);
}


body > menuwrap > menu > menu-content {
    overflow: hidden;
}

body > menuwrap > menu > menu-content > menu-content-items {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 22px 20px 18px 48px;
    height: 90px;
    z-index: 1;
}

body > menuwrap > menu > menu-content > menu-content-items > logo {
    position: relative;
    display: inline-block;
    width: 150px;
    flex: 0 0 150px;
    height: auto;
    padding: 0 22px 0 0;
    margin: 0 22px 0 0;
    transition: border-color .06s linear;
}

body > menuwrap > menu > menu-content > menu-content-items > logo > icon {
    display: none;
}

body > menuwrap > menu > menu-content > menu-content-items > logo > a {
    position: relative;
    display: block;
    width: 100%;
}

body > menuwrap > menu > menu-content > menu-content-items > logo > a > svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

body > menuwrap > menu > menu-content > menu-content-items > items {
    position: relative;
    display: block;
    opacity: 1;
    transition: opacity .06s linear;
}

body > menuwrap > menu > menu-content > menu-content-items > items > a,
body > .accountbutton > p {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 12px 12px;
}

body > menuwrap.dark > menu > menu-content > menu-content-items > items > a {
    color: #000000;
}

body > .accountbutton > p {
    margin: 0;
}



@media(max-width: 900px) {
    body > menuwrap {
        position: sticky;
        left: 0;
        top: -1px;
        width: 100%;
        padding: 0;
        display: block;
        z-index: 50;
        height: unset;
        background: #ffffff;
    }

    body > menuwrap > menu {
        position: relative;
        display: block;
        height: unset;
    }

    body > menuwrap > menu > menu-content {
        position: relative;
        display: block;
        width: auto;
        height: 100%;
        padding: 16px 0 0;
    }

    body > menuwrap > menu > menu-content > menu-content-items {
        position: relative;
        display: block;
        height: unset;
        padding: 0;
    }

    body > menuwrap > menu > menu-content > menu-content-items > logo {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 32px;
        padding: 0 24px;
        margin: 0 0 12px 0;
        border-right: unset;
    }

    body > menuwrap > menu > menu-content > menu-content-items > logo > icon {
        position: relative;
        display: block;
        width: 32px;
        flex: 0 0 32px;
        padding: 4px 4px 8px;
        cursor: pointer;
    }

    body > menuwrap > menu > menu-content > menu-content-items > logo > a {
        position: relative;
        display: inline-block;
        height: 100%;
    }

    body > menuwrap > menu > menu-content > menu-content-items > logo > a > svg {
        position: relative;
        display: inline-block;
        height: 100%;
    }

    body > menuwrap > menu > menu-content > menu-content-items > items {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .1);
        padding: 14px 0;
    }

    body > menuwrap > menu > menu-content > menu-content-items > items > a,
    body > .accountbutton > p {
        position: relative;
        display: inline-block;
        white-space: nowrap;
        color: #000000;
        line-height: 1;
        font-size: 16px;
        padding: 4px 10px;
    }

    body > menuwrap > menu > menu-content > menu-content-items > items > a.hideMobile {
        display: none;
    }

    body > .accountbutton > p,
    body > menuwrap > menu > menu-content > menu-content-items > items > a:not(:last-of-type) {
        margin: 0;
    }

    body > .accountbutton {
        display: none;
    }
}


body > menuwrap > menu > menu-content > contact {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 800px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s linear;
    z-index: 0;
}

body > menuwrap > menu > menu-content > contact > content {
    position: relative;
    display: flex;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

body > menuwrap > menu > menu-content > contact > content partnerlogos {
    position: absolute;
    left: 52px;
    bottom: 52px;
    display: flex;
    opacity: 0;
    transition: opacity .12s linear;
    pointer-events: none;
}

body > menuwrap > menu > menu-content > contact > content partnerlogos > img {
    position: relative;
    display: block;
    width: 120px;
    flex: 0 0 120px;
    margin: 0 12px 0 0;
    height: auto;
}

body > menuwrap > menu > menu-content > contact > content > leftwrap,
body > menuwrap > menu > menu-content > contact > content > rightwrap {
    position: relative;
    display: block;
    padding: 90px 40px 52px;
}

body > menuwrap > menu > menu-content > contact > content > rightwrap {
    overflow: auto;
    flex: 1 0;
}

body > menuwrap > menu > menu-content > contact > content > leftwrap h3,
body > menuwrap > menu > menu-content > contact > content > leftwrap h4,
body > menuwrap > menu > menu-content > contact > content > leftwrap h5,
body > menuwrap > menu > menu-content > contact > content > leftwrap h6,
body > menuwrap > menu > menu-content > contact > content > leftwrap p,
body > menuwrap > menu > menu-content > contact > content > rightwrap h3,
body > menuwrap > menu > menu-content > contact > content > rightwrap h4,
body > menuwrap > menu > menu-content > contact > content > rightwrap h5,
body > menuwrap > menu > menu-content > contact > content > rightwrap h6,
body > menuwrap > menu > menu-content > contact > content > rightwrap p {
    position: relative;
    display: block;
    color: #222222;
    white-space: nowrap;
}

body > menuwrap > menu > menu-content > contact > content > leftwrap h4,
body > menuwrap > menu > menu-content > contact > content > rightwrap h4 {
    font-weight: 500;
    margin: 0 0 22px 0;
}

body > menuwrap > menu > menu-content > contact > content > rightwrap > p,
body > menuwrap > menu > menu-content > contact > content > leftwrap > p,
body > menuwrap > menu > menu-content > contact > content > leftwrap h4,
body > menuwrap > menu > menu-content > contact > content > rightwrap h4 {
    padding: 0 12px;
}

body > menuwrap > menu > menu-content > contact > content .section-title {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
    margin: 0 0 8px 0;
    padding: 0 12px;
}


body > menuwrap > menu > menu-content > contact > content > leftwrap {
    background: #f0f0f0;
}

body > menuwrap > menu > menu-content > contact > content > rightwrap hours {
    position: relative;
    display: block;
    margin: 0 0 32px 0;
}

body > menuwrap > menu > menu-content > contact > content > rightwrap hours > entry {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    padding: 12px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

body > menuwrap > menu > menu-content > contact > content > rightwrap hours > entry > p {
    position: relative;
    color: #888888;
}

body > menuwrap > menu > menu-content > contact > content > rightwrap hours > entry > p:last-of-type {
    position: relative;
    color: #666666;
}

body > menuwrap > menu > menu-content > contact > content > rightwrap hours > entry.today {
    background: linear-gradient(to right, #ffffff 0%, #efefef 10%, #efefef 90%, #ffffff 100%);
}

body > menuwrap > menu > menu-content > contact > content > rightwrap hours > entry.today > p,
body > menuwrap > menu > menu-content > contact > content > rightwrap hours > entry.today > p:last-of-type {
    color: #222222;
}

body > menuwrap > menu > menu-content > contact > content alert {
    position: relative;
    display: flex;
    padding: 24px;
    border: 3px solid #db4435;
    margin: 0 0 12px 0;
    overflow: hidden;
}

body > menuwrap > menu > menu-content > contact > content alert::before {
    position: absolute;
    right: 25%;
    top: -50%;
    display: block;
    width: 500px;
    height: 200%;
    background: linear-gradient(to left, #db443544 0%, transparent);
    transform-origin: right top;
    transform: rotate(-60deg);
    content: '';
}

body > menuwrap > menu > menu-content > contact > content alert::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff 25%, #ffffffaa 100%);
    transform-origin: right top;
    content: '';
    z-index: 0;
}

body > menuwrap > menu > menu-content > contact > content alert > icon {
    position: relative;
    display: block;
    flex: 0 0 32px;
    height: 32px;
    margin: 0 12px 0 0;
    font-size: 32px;
    color: #db4435;
    z-index: 1;
}

body > menuwrap > menu > menu-content > contact > content alert > textwrap {
    position: relative;
    display: block;
    flex: 0 1 100%;
    z-index: 1;
}

body > menuwrap > menu > menu-content > contact > content alert > textwrap > h6 {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #db4435;
    margin: 0 0 2px 0;
}

body > menuwrap > menu > menu-content > contact > content alert > textwrap > p {
    position: relative;
    display: block;
    color: #666666;
    white-space: pre-line;
    font-size: 14px;
}

body > menuwrap > menu > menu-content > contact button {
    position: relative;
    border-color: #db4435;
    color: #db4435;
}

body > menuwrap > menu > menu-content > contact alert a {
    position: relative;
    display: inline-block;
    margin: 8px 0 0 0;
    border-bottom: 2px solid #db4435;
    color: #db4435;
}


body > menuwrap > menu > menu-content > contact alert button {
    padding: 8px 12px;
}



body > menuwrap > menu > menu-content > contact > content contactoptions {
    position: relative;
    display: block;
    margin: 0 0 32px 0;
}

body > menuwrap > menu > menu-content > contact > content contactoptions > a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}


body > menuwrap > menu > menu-content > contact > content contactoptions > a > p {
    position: relative;
    display: block;
    color: #db4435;
    font-weight: 400;
    cursor: pointer;
}

body > menuwrap > menu > menu-content > contact > content contactoptions > a > p conval {
    position: relative;
    opacity: .5;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}


body > menuwrap > menu > menu-content > contact > content contactoptions > a > icon {
    position: relative;
    display: block;
    flex: 0 0 32px;
    height: 32px;
    margin: 0 12px 0 0;
    font-size: 32px;
    color: #db4435;
}

body > footer {
    position: relative;
    width: 100%;
    display: block;
}

body > footer > content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 32px 12px;
    text-align: center;
}



section {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 252px 32px;
    height: 200vh;
}

section > prestroke {
    position: absolute;
    left: -32px;
    top: 0;
    width: 100%;
    max-width: 700px;
    height: 48px;
}

section > prestroke > svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transform: skewX(25deg);
    fill: var(--accent-color);
}

section.center {
    text-align: center;
}

section > content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

section > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 52px;
}

section > content > titlewrap > h1,
section > content > titlewrap > h2,
section > content > titlewrap > h3,
section > content > titlewrap > h4,
section > content > titlewrap > h5,
section > content > titlewrap > h6,
section > content > titlewrap > p {
    position: relative;
    display: block;
    margin: 0;
}

section > content > titlewrap > h1,
section > content > titlewrap > h2,
section > content > titlewrap > h3,
section > content > titlewrap > h4,
section > content > titlewrap > h5,
section > content > titlewrap > h6 {
    color: #363131;
}

section > content > titlewrap > h1:not(:last-child),
section > content > titlewrap > h2:not(:last-child),
section > content > titlewrap > h3:not(:last-child),
section > content > titlewrap > h4:not(:last-child),
section > content > titlewrap > h5:not(:last-child),
section > content > titlewrap > h6:not(:last-child),
section > content > titlewrap > p:not(:last-child) {
    margin-bottom: 32px;
}