:root {
    --lred: #e50019;
    --dred: #840304;
    --lgreen: #58b131;
    --dgreen: #105928;
    --yellow: #ffbe00;
    --lgrey: #96999c;
    --dgrey: #6d6f72;
    --space-xl: 150px;
    --space-l: 100px;
    --space-m: 75px;
    --space-s: 50px;
    --space-xs: 25px;
}

html {
    box-sizing: border-box;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

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

body {
    margin: 0;
}

a {
    background-color: transparent;
    color: var(--lred);
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

.wow {
    visibility: hidden;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}

.grecaptcha-badge {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 1.5rem;
    color: #111;
}

h1,
h2,
h3,
h4 {
    font-family: 'Anton SC', sans-serif;
}

h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 3.5em;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2.25em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.875em;
}

p {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-top: 0.5rem;
}

li {
    position: relative;
    padding-left: 1.5em;
}

li::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 6 Pro';
    content: '\f105';
}

ul.check li::before {
    content: '\f00c';
}

li+li {
    margin-top: 0.5em;
}

p+* {
    margin-top: 1.5rem;
}

ul+*,
ol+* {
    margin-top: 1.5rem;
}

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

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

/* .flex-inner>div {
    margin-left: var(--space-xs);
    margin-right: var(--space-xs);
} */

.flex-1-1 {
    flex-basis: 100%;
}

.flex-3-4 {
    flex-basis: 75%;
}

.flex-2-3 {
    flex-basis: calc(66.666666% - var(--space-s));
}

.flex-1-2 {
    flex-basis: calc(50% - var(--space-s));
}

.flex-1-3 {
    flex-basis: calc(33.333333% - var(--space-s));
}

.flex-1-4 {
    flex-basis: calc(25% - var(--space-s));
}

.ac {
    align-items: center;
}

.afe {
    align-items: flex-end;
}

.jcc {
    justify-content: center;
}

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

.jsa {
    justify-content: space-around;
}

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

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

.row-rev {
    flex-direction: row-reverse;
}

.gap-xs {
    gap: var(--space-xs);
}

.gap-s {
    gap: var(--space-s)
}

.gap-m {
    gap: var(--space-m)
}

.gap-l {
    gap: var(--space-l)
}

.gap-xl {
    gap: var(--space-xl)
}

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

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

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

.text-white {
    color: #fff;
}

.text-lred {
    color: var(--lred);
}

.text-dred {
    color: var(--dred);
}

.text-lgreen {
    color: var(--lgreen);
}

.text-dgreen {
    color: var(--dgreen);
}

.text-lgrey {
    color: var(--lgrey);
}

.text-dgrey {
    color: var(--dgrey);
}

.text-white {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.bg-lred {
    background: var(--lred);
}

.bg-dred {
    background: var(--dred);
}

.bg-lgreen {
    background: var(--lgreen);
}

.bg-dgreen {
    background: var(--dgreen);
}

.bg-lgrey {
    background: var(--lgrey);
}

.bg-dgrey {
    background: var(--dgrey);
}

.bg-black {
    background: #000;
}

.container {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--space-xs);
    padding-right: var(--space-xs);
}

.jfe .container {
    margin: 0 !important;
}

.c-1800 {
    max-width: 1800px;
}

.c-1600 {
    max-width: 1650px;
}

.c-1400 {
    max-width: 1450px;
}

.c-1200 {
    max-width: 1250px;
}

.c-1000 {
    max-width: 1050px;
}

.c-800 {
    max-width: 850px;
}

.c-700 {
    max-width: 725px;
}

.c-600 {
    max-width: 650px;
}

.c-500 {
    max-width: 550px;
}

.p-tb-s {
    padding-top: var(--space-s);
    padding-bottom: var(--space-s);
}

.p-tb-xs {
    padding-top: var(--space-xs);
    padding-bottom: var(--space-xs);
}

.mb-s {
    margin-bottom: var(--space-s);
}

.mb-m {
    margin-bottom: var(--space-m);
}

.mb-l {
    margin-bottom: var(--space-l);
}

.mb-xl {
    margin-bottom: var(--space-xl);
}

.mb-0 {
    margin-bottom: 0;
}

.mt-s {
    margin-top: var(--space-s);
}

.mt-m {
    margin-top: var(--space-m);
}

.pb-s {
    padding-bottom: var(--space-s);
}

.pb-m {
    padding-bottom: var(--space-m);
}

.pb-l {
    padding-bottom: var(--space-l);
}

.pb-xl {
    padding-bottom: var(--space-xl);
}

.btn,
._submit,
.main-navigation .btn a {
    display: inline-block;
    max-width: max-content;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: none;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}

.btn-large {
    padding: 1em 2em;
    font-size: 2rem;
}

.btn i {
    margin-left: 0.8rem;
}

.btn-dgreen {
    background: var(--dgreen);
    border: 1px solid var(--lgreen);
}

.btn-lgreen {
    background: var(--lgreen);
    border: 1px solid var(--lgreen);
}

.btn-dred {
    background: var(--dred);
    border: 1px solid var(--lred);
}

.btn-lred {
    background: var(--lred);
    border: 1px solid var(--lred);
}

.btn-yellow {
    background: var(--yellow);
    border: 1px solid var(--yellow);
    color: #111;
}

.site-header {
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 9;
}

.site-header.sticky {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site-branding {}

.site-branding a {
    display: block;
}

.site-branding img {
    display: block;
    max-height: 120px;
    transition: max-height 0.5s ease;
}

.site-header.sticky .site-branding img {
    max-height: 80px;
}

.site-navigation-container {
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 1.5rem;
}

.site-navigation-top {
    width: 100%;
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e1e1e1;
}

.site-navigation-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1.5rem;
}

.site-navigation-top ul li {
    margin: 0;
    padding: 0;
}

.site-navigation-top ul li::before {
    display: none;
}

.site-navigation-top ul li a {
    color: var(--lred);
    transition: all 0.5s ease;
}

.site-navigation-top ul li a:hover {
    color: var(--dred);
}

.site-header .menu-item a i {
    margin-right: 0.25rem;
}

.menu-toggle {
    position: relative;
    display: none;
    background: none;
    color: var(--lred);
    border: 2px solid var(--lred);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    z-index: 10;
}

.main-navigation {}

.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

.main-navigation li {
    padding: 0;
    margin: 0;
}

.main-navigation li::before {
    display: none;
}

.main-navigation a {
    color: var(--dgrey);
    font-size: 1.125rem;
    font-weight: 500;
    transition: color 0.5s ease;
}

.main-navigation li:not(.btn) a:hover {
    color: #111;
}

.menu-item a i {
    margin: 0;
}

.main-navigation .btn a {
    padding: 0.25rem 1rem;
    transition: all 0.5s ease;
}

.main-navigation .btn a:hover {
    background: var(--dred)
}

.mobile-navigation {
    display: none;
}

.hero {
    position: relative;
    background: url('img/bg-hero-1.webp') no-repeat center bottom;
    background-size: cover;
    min-height: 70vh;
    padding: var(--space-l) 0;
    isolation: isolate;
}

.hero::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    z-index: -2;
}

.hero h1 {
    font-size: 5rem;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.85);
}

.hero h3 {
    color: var(--yellow);
}

.display-small {
    font-size: 1em;
    font-weight: 700;
}

.hero p {
    font-size: 1rem;
    color: #fff;
    margin: 10px 0 40px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.hero a {
    margin: 0;
}

.hero-logos {
    min-height: 17vh;
    background: #111;
}

.hero-logos img {
    display: block;
    max-width: 200px;
    max-height: 100px;
    opacity: 0.6;
    transition: all 0.5s ease;
}

.hero-logos img:hover {
    opacity: 1;
}

.entry-header {
    position: relative;
    background: url('img/bg-entry-header-1.webp') no-repeat center center;
    background-size: cover;
    padding: var(--space-l) 0;
    isolation: isolate;
}

.entry-header::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    z-index: -2;
}

.section {
    padding-top: var(--space-l);
    padding-bottom: var(--space-l);
}

.section-title {
    margin-bottom: 0;
    text-wrap: balance;
}

.bg-dots {
    background: url('img/bg-pattern-dots.png');
}

#benefits {}

#benefits i {
    display: block;
    font-size: 4em;
    color: var(--lred);
    margin: 0 auto var(--space-xs);
}

.equipment {
    background: url('img/bg-img-1.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.equipment .flex-1-2:last-child {
    background: rgba(219, 35, 31, 0.8);
    padding: var(--space-s);
}

.equipment h2 {
    color: #fff;
}

.equipment h2 {
    margin: 0;
}

.beast {
    background: #111;
    color: #fff;
}

.youtube-video {
    width: 100%;
    aspect-ratio: 16/9;
}

.rotobeast {
    position: relative;
    /* 	background:#fff; */
    text-align: center;
}

.rotobeast::before {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    width: 50px;
    height: 50px;
    border-top: 3px solid var(--lred);
    border-right: 3px solid var(--lred);
    content: '';
}

.rotobeast::after {
    position: absolute;
    bottom: -12.5px;
    left: -12.5px;
    width: 50px;
    height: 50px;
    border-bottom: 3px solid var(--lred);
    border-left: 3px solid var(--lred);
    content: '';
}

.rotobeast>div {
    margin: 0 auto;
    width: auto !important;
}

.rotobeast img {
    display: block;
    max-height: 450px;
    margin: 0 auto;
}

.package {
    position: relative;
    background: #111111;
    text-align: center;
    flex-basis: 25%;
}

.package-full {
    flex-basis: 100%;
}

.package:nth-child(odd) {
    background: #161616;
}

.package>* {
    margin: 0;
    padding: var(--space-xs);
    line-height: 1;
    color: #fff;
    border-bottom: 1px solid var(--dgrey);
}

.package-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.package h4 span,
.plat h4 span {
    display: block;
    background: #fff;
    padding: 12.5px var(--space-xs);
    color: #111;
    font-size: 1.5em;
}

.package h4 span.package-second-title,
.plat h4 span.package-second-title {
    display: block;
    background: #111;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'Poppins';
    font-weight: 700;
}

.package h4 span.package-recommendation {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.875rem;
    background: none;
    padding: 0;
    margin-top: 1rem;
}

.package h4 span.package-recommendation a {
    display: inline-block;
    position: relative;
    background: #fff;
    color: var(--dgrey);
    padding: 0.25rem 0.5rem;
    border-radius: 50px;
}

.package h4 span.package-recommendation a:hover::before {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: 200px;
    height: fit-content;
    background: #fff;
    padding: 1rem;
    color: var(--dgrey);
    text-shadow: none;
    border-radius: 0.5rem;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    content: attr(data-info);
    transform: translateX(-50%);
    z-index: 3;
}

.package h4 span.package-recommendation a:hover::after {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg) translateX(-50%);
    content: '';
    z-index: 2;
}

.package:nth-child(1) h4 {
    background:
        linear-gradient(-72deg,
            #97461a 0%,
            #fbd8c5 30%,
            #6c2e16 83%,
            #efdbcd);
}

.package:nth-child(2) h4 {
    background:
        linear-gradient(-72deg,
            #535b5e 0%,
            #fefefe 25%,
            #4a5154 50%,
            #fdfdfd 75%,
            #535b5e);
}

.package:nth-child(3) h4 {
    background:
        linear-gradient(-72deg,
            #ffcc3c 0%,
            #fff6e0 25%,
            #ffcb38 50%,
            #fff7e5 75%,
            #ffcb38);
}

.plat h4 {
    background:
        linear-gradient(-72deg,
            #516c77 0%,
            #fefefe 25%,
            #566c75 50%,
            #fdfdfd 75%,
            #466671);
}

.package h5 small {
    color: var(--lred);
}

.package-full {
    position: relative;
    background: #111111;
    text-align: center;
    margin: 0 !important;
}

.package-full>* {
    margin: 0;
    padding: var(--space-xs);
    line-height: 1;
    color: #fff;
    border-bottom: 1px solid var(--dgrey);
}

.package-full .flex-1-3 {
    flex-basis: 33.333333%;
}

.plat .package,
.extras .package {
    margin-bottom: 0 !important;
}

.raq-form {
    background: #111;
    padding: 40px;
    text-align: center;
}

.raq-form input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.raq-form input[type="submit"] {
    margin: 0;
    background: var(--lred);
    color: #fff;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.extras {
    background: var(--dgrey);
}

.extras .flex-1-3 {
    flex-basis: 33.333333%;
}

.extras p {
    margin: 0;
    font-weight: 700;
    color: #fff;
    padding: var(--space-xs);
}

.discount {
    max-width: 485px;
    background: #f1f1f1;
    border-radius: 6px;
    padding: 1.5rem;
    color: var(--lgrey);
    font-size: 0.875rem;
}

.discount i {
    font-size: 4em;
    color: var(--lgreen);
}

.discount div {
    flex: 1;
}

.discount h4 {
    margin: 0 0 0.25rem;
    color: var(--lgrey)
}

.br-s {
    border-radius: 6px;
    overflow: hidden;
}

.commercial-container {
    background: var(--lred);
    padding: 5%;
    border-radius: 6px;
    color: #fff;
}

#services {
    background: url('img/bg-pattern-2.png');
}

#services .section-title {
    margin-bottom: var(--space-xs);
    padding-right: var(--space-s);
}

.service {
    background: #fff;
    padding: var(--space-xs);
    border-top-left-radius: 3px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 3px;
}

.service * {
    margin: 0;
}

.service-title {}

.service-title i {
    color: var(--dgreen);
}

.service-price {
    background: var(--lred);
    color: #fff;
    padding: 12.5px;
    margin: 12.5px 0;
    text-align: right;
    border-top-left-radius: 3px;
    border-top-right-radius: 12.5px;
    border-bottom-left-radius: 12.5px;
    border-bottom-right-radius: 3px;
}

.service p {
    color: var(--lgrey);
}

.why {
    background: url('img/bg-pattern-dots.png');
    padding-top: 0;
}

.why i {
    font-size: 4rem;
    color: var(--lred);
    margin-bottom: 2rem;
}

#about {
    background: url('img/bg-pattern-dots.png');
}

#about .section-title {
    margin-bottom: var(--space-s);
}

.photo {
    background: url('img/img-tyler-1.jpg') no-repeat center center;
    background-size: cover;
    padding-bottom: 62.5%;
    margin-bottom: var(--space-xs);
    border-top-left-radius: 3px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 3px;
}

.stats {
    text-align: center;
    text-transform: uppercase;
}

.stats * {
    font-weight: 700;
}

.stats h3 {
    color: var(--lred);
    font-size: 3em;
    margin-bottom: 6px;
    letter-spacing: 3px;
}

.reviews {
    background: url('img/bg-pattern-dots.png');
    padding-top: 0;
}

.reviews .rplg-slider .rplg-slider-review {
    margin: 0 !important;
}

.awards {
    background: url('/wp-content/themes/os-purity/img/bg-pattern-dots.png');
}

.awards__img {
    gap: 1.5em;
}

.awards__img a {
    display: block;
}

.awards__img img {
    display: block;
    max-width: 250px;
    justify-self: center;
}

.thanks {
    background: var(--lred);
    padding-top: var(--space-s);
    padding-bottom: var(--space-s);
    color: #fff;
}

.thanks .flex-1-2 {
    flex-direction: column;
}

.thank {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: space-between;
    isolation: isolate;
}

.thank::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    border-top: 1px dashed #fff;
    content: '';
    z-index: -1;
}

.thanks h2 {
    margin: 0;
}

.thanks h5 {
    margin-bottom: var(--space-s);
    color: #fff;
}

.thanks h4 {
    margin: 0;
    font-size: 1.25em;
}

.thanks a {
    color: #fff;
    text-decoration: underline;
}

.thanks span {
    background: var(--lred);
    padding: 0 0.5rem;
}

.site-footer {
    background: #222;
    color: #fff;
    padding-top: var(--space-s);
    padding-bottom: var(--space-s);
    font-size: 0.875em;
}

.site-footer .flex>* {
    max-width: 25%;
}

.site-footer img {
    width: auto;
    max-height: 125px;
}

.site-footer li {
    margin: 0;
    padding: 0;
}

.site-footer li::before {
    display: none;
}

.site-footer a {
    color: #fff;
}

.site-footer .btn {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    background: none;
    padding: 0;
    border: 0;
}

.site-footer i {
    font-size: 2.5em;
    margin-right: 12.5px;
}

.copyright {
    background: #000;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    color: #fff;
    font-size: 0.75em;
}

.copyright * {
    margin: 0;
}

.os-popup {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    background: var(--yellow);
    padding: 1.5rem;
}

.os-popup * {
    margin: 0;
}

.os-popup h2 {}

.os-popup h3 {
    font-size: 4rem;
    color: var(--lred);
    margin-top: -1rem;
}

.os-popup-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.os-popup-box {
    flex: 1;
    font-size: 1.125rem;
    font-weight: 500;
    background: #f1f1f1;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

.os-popup-box i {
    font-size: 2.5rem;
    color: var(--lred);
}

.os-popup-box strong {
    display: block;
}

.os-popup h6 {
    font-size: 1.125rem;
    font-weight: 500;
}


@media screen and (max-width:1200px) {

    .mobile-navigation ul,
    .main-navigation ul {
        display: none;
    }

    .toggled .mobile-navigation {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: var(--lred);
        z-index: 9;
    }

    .toggled .mobile-navigation ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        list-style: none;
    }

    .mobile-navigation .menu-secondary-container {
        margin-top: 0.5rem;
    }

    .toggled .mobile-navigation ul li {
        padding: 0;
    }

    .toggled .mobile-navigation ul li::before {
        display: none;
    }

    .toggled .mobile-navigation a {
        color: #fff;
        font-size: 1.25em;
    }

    .toggled .btn a {
        display: inline-block;
        background: #111;
        padding: 0.5rem 1rem;
    }

    .mobile-navigation .menu-secondary-container ul li:last-child {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .toggled .menu-toggle {
        /*position:fixed; top:25px; right:25px;*/
        color: #fff;
        border-color: #fff;
    }

    #secondary-menu li:first-child {
        display: none;
    }

    .beast .flex-1-2 {
        flex-basis: 100%;
        margin: 0 0 25px;
    }

    #services .flex-1-3 {
        flex-basis: calc(50% - var(--space-s));
    }

    #about .flex-2-3,
    #about .flex-1-3 {
        flex-basis: 100%;
        margin: 0 0 25px;
    }

    .hero-logos img {
        max-width: 150px;
    }
}

@media screen and (max-width:960px) {
    .package {
        flex-basis: 100% !important;
    }

    .site-footer .flex-inner>div {
        flex-basis: calc(50% - var(--space-s));
        margin-bottom: 25px;
    }

    :root {
        --space-xl: 75px;
        --space-l: 50px;
        --space-m: 25px;
        --space-s: 20px;
        --space-xs: 12.5px;
    }

    .flex-1-2,
    .flex-1-3,
    .flex-1-4,
    #services .flex-1-3 {
        flex-basis: 100%;
        margin: 0 0 25px;
    }

    .commercial-container {
        flex-direction: column;
        text-align: center;
    }

    .commercial-container > div {
        justify-content: center;
    }

    .site-footer .flex-inner>div {
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    a#bbblink {
        margin: 0 auto !important;
    }
}

@media screen and (min-width:650px) {
    .clients {
        display: none;
    }

    .hero-logos {
        display: flex;
    }
}

@media screen and (max-width:650px) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1em;
    }

    .site-header {
        position: sticky;
    }

    .site-branding img {
        max-height: 80px;
    }

    .site-navigation-top ul li:last-child a span {
        display: none;
    }

    .hero {
        padding: var(--space-l) var(--space-s);
        text-align: center;
        min-height: 1px;
    }

    .hero h1 {
        font-size: 2.5em;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

    .hero p {
        font-size: 1.25em;
    }

    .hero-logos {
        display: none;
    }

    @keyframes slide {
        to {
            transform: translate(calc(-50% - 1rem));
        }
    }

    .clients {
        max-width: 100%;
        background: #111;
        overflow: hidden;
    }

    /* .clients[data-animated="true"] {
        overflow: hidden;
        -webkit-mask: linear-gradient(90deg, transparent, #111 20%, #111 80%, transparent);
        mask: linear-gradient(90deg, transparent, #111 20%, #111 80%, transparent);
    } */

    .clients-slide {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .clients[data-animated="true"] .clients-slide {
        width: fit-content;
        flex-wrap: nowrap;
        animation: slide var(--_animation-duration, 30s) var(--_animation-direction, forwards) linear infinite;
    }

    .clients[data-direction="right"] {
        --_animation-direction: reverse;
    }

    .clients[data-animated="true"] .clients-slide:hover {
        animation-play-state: paused;
    }

    .client-logo {
        display: flex;
        align-items: center;
    }

    .client-logo a {
        display: block;
    }

    .client-logo img {
        display: block;
        max-width: 200px;
        max-height: 80px;
        opacity: 0.6;
        transition: all 0.5s ease;
    }

    .client-logo img:hover {
        opacity: 1;
    }

    .equipment {
        text-align: center;
    }

    .copyright .flex-inner {
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:450px) {
    .hero-logos .container {
        justify-content: center;
    }

    .hero-logos img {
        max-height: 80px;
        max-width: 150px;
    }
}