/*Variables*/

:root {
    /*Variables > Breakpoints*/
    --mobile-breakpoint: 400;
    --desktop-breakpoint: 1180;
    --tablet-size: calc(var(--desktop-breakpoint) - var(--mobile-breakpoint));
    /*END OF :: Variables > Breakpoints*/
    /*Variables > Typography*/
    /*Variables > Typography > Fonts*/
    --heading-font: 'GeneralSans', serif;
    --body-font: 'GeneralSans', serif;
    /*END OF :: Variables > Typography > Fonts*/
    /*Variables > Typography > Headings*/
    --huge-mobile-heading-size: 37;
    --x-large-mobile-heading-size: 32;
    --large-mobile-heading-size: 28;
    --medium-mobile-heading-size: 24;
    --normal-mobile-heading-size: 20;
    --small-mobile-heading-size: 16;
    --huge-desktop-heading-size: 70;
    --x-large-desktop-heading-size: 60;
    --large-desktop-heading-size: 45;
    --medium-desktop-heading-size: 35;
    --normal-desktop-heading-size: 25;
    --small-desktop-heading-size: 18;
    --huge-heading-size-change: calc(var(--huge-desktop-heading-size) - var(--huge-mobile-heading-size));
    --x-large-heading-size-change: calc(var(--x-large-desktop-heading-size) - var(--x-large-mobile-heading-size));
    --large-heading-size-change: calc(var(--large-desktop-heading-size) - var(--large-mobile-heading-size));
    --medium-heading-size-change: calc(var(--medium-desktop-heading-size) - var(--medium-mobile-heading-size));
    --normal-heading-size-change: calc(var(--normal-desktop-heading-size) - var(--normal-mobile-heading-size));
    --small-heading-size-change: calc(var(--small-desktop-heading-size) - var(--small-mobile-heading-size));
    /*END OF :: Variables > Typography > Headings*/
    /*Variables > Typography > Body*/
    --huge-body-dsk: 25;
    --x-lrg-body-dsk: 20;
    --lrg-body-dsk: 18;
    --med-body-dsk: 16;
    --reg-body-dsk: 15;
    --sml-body-dsk: 13;
    --huge-body-mbl: 22;
    --x-lrg-body-mbl: 18;
    --lrg-body-mbl: 17;
    --med-body-mbl: 15;
    --reg-body-mbl: 14;
    --sml-body-mbl: 12;
    --huge-body-size-change: calc(var(--huge-body-dsk) - var( --huge-body-mbl));
    --x-large-body-size-change: calc(var(--x-lrg-body-dsk) - var(--x-lrg-body-mbl));
    --large-body-size-change: calc(var(--lrg-body-dsk) - var(--lrg-body-mbl));
    --medium-body-size-change: calc(var(--med-body-dsk) - var(--med-body-mbl));
    --normal-body-size-change: calc(var(--reg-body-dsk) - var(--reg-body-mbl));
    --small-body-size-change: calc(var(--sml-body-dsk) - var(--sml-body-mbl));
    /*END OF :: Variables > Typography > Body*/
    /*END OF :: Variables > Typography*/
    /*Variables > Colours*/
    --sps-black: 0, 0, 0;
    --sps-white: 255, 255, 255;
    --sps-yellow: 251, 187, 44;
    --sps-gray-900: 51, 51, 51;
    --sps-gray-700: 85, 85, 85;
    --sps-gray-500: 120, 120, 120;
    --sps-gray-300: 157, 157, 156;
    --sps-gray-100: 224, 224, 224;
    /*END OF :: Variables > Colours*/
}


/*END OF :: Variables*/
.sj--icon-play:before { content: '\e809'; } /* '' */
.sj--icon-family-centred:before { content: '\e81c'; } /* '' */
.sj--icon-caring:before { content: '\e81d'; } /* '' */
.sj--icon-driven:before { content: '\e81e'; } /* '' */
.sj--icon-straight-talkers:before { content: '\e81f'; } /* '' */
.sj--icon-healthshield:before { content: '\e820'; } /* '' */
.sj--icon-holidays:before { content: '\e821'; } /* '' */
.sj--icon-health-assured:before { content: '\e822'; } /* '' */
.sj--icon-life-assurance:before { content: '\e823'; } /* '' */
.sj--icon-employee-referral-scheme:before { content: '\e824'; } /* '' */
.sj--icon-cycle-to-work:before { content: '\e825'; } /* '' */
.sj--icon-lifestyle-perks:before { content: '\e826'; } /* '' */


[class^="sj--icon-"]:before, 
[class*=" sj--icon-"]:before {
    font-family: 'sj-icons';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*Reset / Defaults*/

* {
    box-sizing: border-box;
}

html {
    line-height: 150%;
    -webkit-text-size-adjust: 100%;
    font-size: var( --reg-body-dsk);
    font-family: var(--body-font);
    font-weight: 400;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
}

body.hidden {
    overflow: hidden;
    max-height: calc(var(--vh, 1vh) * 100);
}

#page {
    position: relative;
}

#root {
    position: relative;
    z-index: 1;
}

#masthead {
    position: relative;
    z-index: 99;
}

main {
    display: block;
}

.site-main{
    margin-top: 150px;
}

@media screen and (max-width: 899px){
    .site-main{
        margin-top: 86px;
    }
}

hr {
    box-sizing: content-box;
    height: 1px;
    overflow: visible;
    width: 100%;
    border: none;
    margin: 2rem auto;
}

@media screen and (min-width:768px) {
    hr {
        margin: 3rem auto;
    }
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
}


/* Disabled because there is only one page
    a:visited{}
    */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

p {
    margin: 0.1em 0 0.67em 0;
    color: rgb(var(--sps-black));
}

b,
strong,
.bold {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
}

figure {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner-content h1,
.inner-content h2,
.inner-content h3{
    font-size: 1.3em;
    font-weight:600;
}

.inner-content h4,
.inner-content h5,
.inner-content h6{
    font-size: 1.15em;
    font-weight:500;
}

.inner-content ul,
.inner-content ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-inline-start: 1rem;
}

.inner-content ul {
    list-style: square;
}

.inner-content ol {
    list-style: auto;
}

.inner-content ul li,
.inner-content ol li {
    margin-inline-start: 1.5rem;
    padding-inline-start: .25rem;
    padding-block-start: .25rem;
    padding-block-end: .25rem;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
}

 ::-moz-placeholder,
 ::placeholder,
 ::-webkit-input-placeholder {
    opacity: 0.8;
    color: rgb(var(--sps-black));
}

input:focus::placeholder,
input:focus::-moz-placeholder,
input:focus::-webkit-input-placeholder {
    opacity: 0.2;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    border: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/*END OF :: Reset*/


/* Global Styling*/


/*Global > Typography*/


/*Global > Typography > Headings*/

h1,
.huge-title,
h2,
.x-large-title,
h3,
.large-title,
h4,
.medium-title,
h5,
.normal-title,
h6,
.small-title {
    font-family: var(--heading-font);
    font-style: normal;
    color: rgb(var(--sps-black));
    line-height: 115%;
    letter-spacing: -0.04em;
    font-weight: 600;
}

h1,
h2.huge-title,
h3.huge-title,
h4.huge-title,
h5.huge-title,
h6.huge-title,
.huge-title {
    font-size: calc(var(--huge-mobile-heading-size) * 1px);
    margin: 0 0 0.15em;
    line-height: 105%;
}

 :root {
    --huge-title: calc(var(--huge-mobile-heading-size) * 1px);
}

h1.x-large-title,
h2,
h3.x-large-title,
h4.x-large-title,
h5.x-large-title,
h6.x-large-title,
.x-large-title {
    font-size: calc(var(--x-large-mobile-heading-size) * 1px);
    margin: 0 0 0.15em;
    line-height: 115%;
}

 :root {
    --x-large-title: calc(var(--x-large-mobile-heading-size) * 1px);
}

h1.large-title,
h2.large-title,
h3,
h4.large-title,
h5.large-title,
h6.large-title,
.large-title {
    font-size: calc(var(--large-mobile-heading-size) * 1px);
    margin: 0 0 0.15em;
    line-height: 115%;
}

 :root {
    --large-title: calc(var(--large-mobile-heading-size) * 1px);
}

h1.medium-title,
h2.medium-title,
h3.medium-title,
h4,
h5.medium-title,
h6.medium-title,
.medium-title {
    font-size: calc(var(--medium-mobile-heading-size) * 1px);
    margin: 0 0 0.2em;
    line-height: 115%;
}

 :root {
    --medium-title: calc(var(--medium-mobile-heading-size) * 1px);
}

h1.normal-title,
h2.normal-title,
h3.normal-title,
h4.normal-title,
h5,
h6.normal-title,
.normal-title {
    font-size: calc(var(--normal-mobile-heading-size) * 1px);
    margin: 0 0 0.25em;
    line-height: 115%;
}

 :root {
    --normal-title: calc(var(--normal-mobile-heading-size) * 1px);
}

h1.small-title,
h2.small-title,
h3.small-title,
h4.small-title,
h5.small-title,
h6,
.small-title {
    font-size: calc(var(--small-mobile-heading-size) * 1px);
    margin: 0 0 0.2em;
    line-height: 115%;
}

 :root {
    --small-title: calc(var(--small-mobile-heading-size) * 1px);
}

@media screen and (min-width: 400px) {
    h1,
    h2.huge-title,
    h3.huge-title,
    h4.huge-title,
    h5.huge-title,
    h6.huge-title,
    .huge-title {
        font-size: calc((var(--huge-mobile-heading-size) * 1px) + var(--huge-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --huge-title: calc((var(--huge-mobile-heading-size) * 1px) + var(--huge-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    h1.x-large-title,
    h2,
    h3.x-large-title,
    h4.x-large-title,
    h5.x-large-title,
    h6.x-large-title,
    .x-large-title {
        font-size: calc((var(--x-large-mobile-heading-size) * 1px) + var(--x-large-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --x-large-title: calc((var(--x-large-mobile-heading-size) * 1px) + var(--x-large-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    h1.large-title,
    h2.large-title,
    h3,
    h4.large-title,
    h5.large-title,
    h6.large-title,
    .large-title {
        font-size: calc((var(--large-mobile-heading-size) * 1px) + var(--large-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --large-title: calc((var(--large-mobile-heading-size) * 1px) + var(--large-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    h1.medium-title,
    h2.medium-title,
    h3.medium-title,
    h4,
    h5.medium-title,
    h6.medium-title,
    .medium-title {
        font-size: calc((var(--medium-mobile-heading-size) * 1px) + var(--medium-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --medium-title: calc((var(--medium-mobile-heading-size) * 1px) + var(--medium-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    h1.normal-title,
    h2.normal-title,
    h3.normal-title,
    h4.normal-title,
    h5,
    h6.normal-title,
    .normal-title {
        font-size: calc((var(--normal-mobile-heading-size) * 1px) + var(--normal-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --normal-title: calc((var(--normal-mobile-heading-size) * 1px) + var(--normal-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    h1.small-title,
    h2.small-title,
    h3.small-title,
    h4.small-title,
    h5.small-title,
    h6,
    .small-title {
        font-size: calc((var(--small-mobile-heading-size) * 1px) + var(--small-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --small-title: calc((var(--small-mobile-heading-size) * 1px) + var(--small-heading-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
}

@media screen and (min-width: 1100px) {
    h1,
    h2.huge-title,
    h3.huge-title,
    h4.huge-title,
    h5.huge-title,
    h6.huge-title,
    .huge-title {
        font-size: calc(var(--huge-desktop-heading-size) * 1px);
    }
     :root {
        --huge-title: calc(var(--huge-desktop-heading-size) * 1px);
    }
    h1.x-large-title,
    h2,
    h3.x-large-title,
    h4.x-large-title,
    h5.x-large-title,
    h6.x-large-title,
    .x-large-title {
        font-size: calc(var(--x-large-desktop-heading-size) * 1px);
    }
     :root {
        --x-large-title: calc(var(--x-large-desktop-heading-size) * 1px);
    }
    h1.large-title,
    h2.large-title,
    h3,
    h4.large-title,
    h5.large-title,
    h6.large-title,
    .large-title {
        font-size: calc(var(--large-desktop-heading-size) * 1px);
    }
     :root {
        --large-title: calc(var(--large-desktop-heading-size) * 1px);
    }
    h1.medium-title,
    h2.medium-title,
    h3.medium-title,
    h4,
    h5.medium-title,
    h6.medium-title,
    .medium-title {
        font-size: calc(var(--medium-desktop-heading-size) * 1px);
    }
     :root {
        --medium-title: calc(var(--medium-desktop-heading-size) * 1px);
    }
    h1.normal-title,
    h2.normal-title,
    h3.normal-title,
    h4.normal-title,
    h5,
    h6.normal-title,
    .normal-title {
        font-size: calc(var(--normal-desktop-heading-size) * 1px);
    }
     :root {
        --normal-title: calc(var(--normal-desktop-heading-size) * 1px);
    }
    h1.small-title,
    h2.small-title,
    h3.small-title,
    h4.small-title,
    h5.small-title,
    h6,
    .small-title {
        font-size: calc(var(--small-desktop-heading-size) * 1px);
    }
     :root {
        --small-title: calc(var(--small-desktop-heading-size) * 1px);
    }
}


/*END OF :: Global > Typography > Headings*/


/*Global > Typography > Body*/

p,
.huge-body,
.x-lrg-body,
.lrg-body,
.med-body,
.reg-body,
.sml-body {
    font-family: var(--body-font);
    font-style: normal;
    color: rgb(var(--sps-black));
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.5px;
}

p.huge-body,
.huge-body {
    font-size: calc(var(--huge-body-mbl) * 1px);
}

 :root {
    --huge-body: calc(var(--huge-body-mbl) * 1px);
}

p.x-lrg-body,
.x-lrg-body {
    font-size: calc(var(--x-lrg-body-mbl) * 1px);
}

 :root {
    --x-lrg-body: calc(var(--x-lrg-body-mbl) * 1px);
}

p.lrg-body,
.lrg-body {
    font-size: calc(var(--lrg-body-mbl) * 1px);
}

 :root {
    --lrg-body: calc(var(--lrg-body-mbl) * 1px);
}

p.med-body,
.med-body {
    font-size: calc(var(--med-body-mbl) * 1px);
}

 :root {
    --med-body: calc(var(--med-body-mbl) * 1px);
}

p,
p.reg-body,
.reg-body {
    font-size: calc(var(--reg-body-mbl) * 1px);
}

 :root {
    --reg-body: calc(var(--reg-body-mbl) * 1px);
}

small,
p.sml-body,
.sml-body {
    font-size: calc(var(--sml-body-mbl) * 1px);
    line-height: 135%;
}

 :root {
    --sml-body: calc(var(--sml-body-mbl) * 1px);
}

@media screen and (min-width: 400px) {
    p.huge-body,
    .huge-body {
        font-size: calc((var(--huge-body-mbl) * 1px) + var(--huge-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --huge-body: calc((var(--huge-body-mbl) * 1px) + var(--huge-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    p.x-lrg-body,
    .x-lrg-body {
        font-size: calc((var(--x-lrg-body-mbl) * 1px) + var(--x-large-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    :root {
        --x-lrg-body: calc((var(--x-lrg-body-mbl) * 1px) + var(--x-large-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    p.lrg-body,
    .lrg-body {
        font-size: calc((var(--lrg-body-mbl) * 1px) + var(--large-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --lrg-body: calc((var(--lrg-body-mbl) * 1px) + var(--large-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    p.med-body,
    .med-body {
        font-size: calc((var(--med-body-mbl) * 1px) + var(--medium-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --med-body: calc((var(--med-body-mbl) * 1px) + var(--medium-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    p,
    p.reg-body,
    .reg-body {
        font-size: calc((var(--reg-body-mbl) * 1px) + var(--normal-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --reg-body: calc((var(--reg-body-mbl) * 1px) + var(--normal-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
    small,
    p.sml-body,
    .sml-body {
        font-size: calc((var(--sml-body-mbl) * 1px) + var(--small-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
     :root {
        --sml-body: calc((var(--sml-body-mbl) * 1px) + var(--small-body-size-change) * ((100vw - (var(--mobile-breakpoint) * 1px)) / var(--tablet-size)));
    }
}

@media screen and (min-width: 1180px) {
    p.huge-body,
    .huge-body {
        font-size: calc(var(--huge-body-dsk) * 1px);
    }
     :root {
        --huge-body: calc(var(--huge-body-dsk) * 1px);
    }
    p.x-lrg-body,
    .x-lrg-body {
        font-size: calc(var(--x-lrg-body-dsk) * 1px);
    }
     :root {
        --x-lrg-body: calc(var(--x-lrg-body-dsk) * 1px);
    }
    p.lrg-body,
    .lrg-body {
        font-size: calc(var(--lrg-body-dsk) * 1px);
    }
     :root {
        --lrg-body: calc(var(--lrg-body-dsk) * 1px);
    }
    p.med-body,
    .med-body {
        font-size: calc(var(--med-body-dsk) * 1px);
    }
     :root {
        --med-body: calc(var(--med-body-dsk) * 1px);
    }
    p,
    p.reg-body,
    .reg-body {
        font-size: calc(var(--reg-body-dsk) * 1px);
    }
     :root {
        --reg-body: calc(var(--reg-body-dsk) * 1px);
    }
    small,
    p.sml-body,
    .sml-body {
        font-size: calc(var(--sml-body-dsk) * 1px);
        line-height: 135%;
    }
     :root {
        --sml-body: calc(var(--sml-body-dsk) * 1px);
    }
}

.regular-weight {
    font-weight: 400;
}

.medium-weight {
    font-weight: 500;
}

.semibold-weight {
    font-weight: 600;
}

.bold-weight,
strong {
    font-weight: 700;
}

.italic-style {
    font-style: italic;
}


/*END OF :: Global > Typography > Body*/


/*END OF :: Global > Typography*/


/*Global > Button / Call to Action Link*/

.btn {
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: max-content;
    color: rgb(var(--sps-white));
    background-color: rgb(var(--sps-black));
    line-height: 120%;
    border: none;
    position: relative;
    font-weight: 600;
    font-size: var(--lrg-body);
    height: max-content;
}

.btn:not(.btn-square) {
    margin: 1.5rem 0;
}

.btn span:not(.btn-icon) {
    padding: 0em 1em;
    display: inline-block;
}

.btn-icon {
    padding: 0.8em 0.555em;
    display: inline-flex;
    height: 100%;
}

.btn.back .btn-icon {
    transform: rotate(180deg);
    padding: 0.8em 0.8em 0.8em 0em;
}

.btn-square {
    max-width: 45px;
    width: 45px;
    height: 45px;
    padding: 0;
    justify-content: center;
}

.btn-square-small {
    max-width: 35px;
    max-height: 35px;
}

.btn-square-large {
    max-width: 100px;
    min-width: 100px;
    width: 100px;
    height: 100px;
}


/*END OF :: Global > Button & Call to Action Link*/


/*Global > Colours*/

.sps-black {
    color: rgb(var(--sps-black));
}

.sps-black-bg {
    background-color: rgb(var(--sps-black));
}

.sps-white {
    color: rgb(var(--sps-white));
}

.sps-white-bg {
    background-color: rgb(var(--sps-white));
}

.sps-yellow {
    color: rgb(var(--sps-yellow));
}

.sps-yellow-bg {
    background-color: rgb(var(--sps-yellow));
}

.sps-dark-gray {
    color: rgb(var(--sps-gray-900));
}

.sps-dark-gray-bg {
    background-color: rgb(var(--sps-gray-900));
}

.sps-medium-gray {
    color: rgb(var(--sps-gray-700));
}

.sps-medium-gray-bg {
    background-color: rgb(var(--sps-gray-700));
}

.sps-regular-gray {
    color: rgb(var(--sps-gray-500));
}

.sps-regular-gray-bg {
    background-color: rgb(var(--sps-gray-500));
}

.sps-light-gray {
    color: rgb(var(--sps-gray-300));
}

.sps-light-gray-bg {
    background-color: rgb(var(--sps-gray-300));
}

.sps-ex-light-gray {
    color: rgb(var(--sps-gray-100));
}

.sps-ex-light-gray-bg {
    background-color: rgb(var(--sps-gray-100));
}


/*END OF :: Global > Colours*/


/*Global > Link*/

.link {
    text-decoration: underline;
}


/*END OF :: Global > Link*/


/*Global > Default Rows & Columns*/

.support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-around;
}

.section-container {
    width: 100%;
}

.content-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row-container,
.content-container {
    height: auto;
    padding: 0px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: calc(var(--desktop-breakpoint) * 1px);
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .col-1 {
        width: calc(((100% / 12) * 1) - 10px);
    }
    .col-2 {
        width: calc(((100% / 12) * 2) - 10px);
    }
    .col-3 {
        width: calc(((100% / 12) * 3) - 10px);
    }
    .col-4 {
        width: calc(((100% / 12) * 4) - 10px);
    }
    .col-5 {
        width: calc(((100% / 12) * 5) - 10px);
    }
    .col-6 {
        width: calc(((100% / 12) * 6) - 10px);
    }
    .col-7 {
        width: calc(((100% / 12) * 7) - 10px);
    }
    .col-8 {
        width: calc(((100% / 12) * 8) - 10px);
    }
    .col-9 {
        width: calc(((100% / 12) * 9) - 10px);
    }
    .col-10 {
        width: calc(((100% / 12) * 10) - 10px);
    }
    .col-11 {
        width: calc(((100% / 12) * 11) - 10px);
    }
    .col-12 {
        width: calc((100% / 12) * 12);
    }
}

@media screen and (min-width: 1000px) {
    .col-1 {
        width: calc(((100% / 12) * 1) - 1rem);
    }
    .col-2 {
        width: calc(((100% / 12) * 2) - 1rem);
    }
    .col-3 {
        width: calc(((100% / 12) * 3) - 1rem);
    }
    .col-4 {
        width: calc(((100% / 12) * 4) - 1rem);
    }
    .col-5 {
        width: calc(((100% / 12) * 5) - 1rem);
    }
    .col-6 {
        width: calc(((100% / 12) * 6) - 1rem);
    }
    .col-7 {
        width: calc(((100% / 12) * 7) - 1rem);
    }
    .col-8 {
        width: calc(((100% / 12) * 8) - 1rem);
    }
    .col-9 {
        width: calc(((100% / 12) * 9) - 1rem);
    }
    .col-10 {
        width: calc(((100% / 12) * 10) - 1rem);
    }
    .col-11 {
        width: calc(((100% / 12) * 11) - 1rem);
    }
    .col-12 {
        width: calc((100% / 12) * 12);
    }
}


/*END OF :: Global > Default Rows & Columns*/


/* END OF :: Global Styling*/


/*Site Containers*/

.entry-content .section-container,
.entry-content .section-container.fullwidth>.content-container,
#colophon .section-container,
#colophon .section-container.fullwidth>.content-container,
.inner-content {
    max-width: calc(var(--desktop-breakpoint) * 1px);
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline-start: clamp(1rem, 6%, 20px);
    padding-inline-end: clamp(1rem, 6%, 20px);
}

.entry-content .section-container.fullwidth,
#colophon .section-container.fullwidth,
.entry-content>.inner-content .section-container .content-container,
.entry-content>.inner-content .section-container.fullwidth .content-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.inner-content {
    padding-top: 4rem;
}


/* END OF :: Site Containers*/

.has-section-title>h1,
.has-section-title>h2,
.has-section-title>h3,
.has-section-title>h4,
.has-section-title>h5,
.has-section-title>h6 {
    padding-left: 1.75rem;
    position: relative;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.has-section-title>h1::before,
.has-section-title>h2::before,
.has-section-title>h3::before,
.has-section-title>h4::before,
.has-section-title>h5::before,
.has-section-title>h6::before {
    content: '';
    width: 15px;
    left: 0;
    top: 7%;
    height: 90%;
    position: absolute;
    background-color: rgb(var(--sps-yellow));
}

.title-row {
    margin-bottom: 1.5rem;
}

.title-row .col-4 {
    align-items: flex-end;
    justify-content: flex-end;
}

.title-row .col-4 a {
    color: rgb(var(--sps-gray-900));
    margin-bottom: 0.75em;
    position: relative;
}

.title-row .col-4 a:after {
    position: absolute;
    content: '';
    bottom: 0rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(var(--sps-yellow));
    transform: scaleY(100%);
    opacity: 1;
    transform-origin: center top;
    transition: transform 300ms ease-in-out;
}

.title-row .col-4 a:hover:after {
    transform: scaleY(300%);
    opacity: 1;
}

@media screen and (max-width:767px) {
    .title-row .col-4 {
        align-items: flex-start;
        margin-top: 1rem;
    }
}


/************
Machinery Card
************/

.machinery-card {
    position: relative;
    min-height: 280px;
    margin-bottom: 2rem;
}

.machinery-card picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.machinery-card picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    object-fit: cover;
}

.machinery-card .machinery-card-content {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1em 1em 1.25em 2.2em;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 25%, rgba(0, 0, 0, 0) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 31.25%, rgba(0, 0, 0, 0.4) 51.04%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.machinery-card .machinery-card-content:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(var(--sps-yellow), 0.9);
    opacity: 0.9;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform-origin: right bottom;
    transform: scale(0);
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}

.machinery-card .machinery-card-content h3 {
    font-size: var(--large-title);
    font-weight: 700;
    color: rgb(var(--sps-white));
    position: relative;
    z-index: 2;
    margin-top: auto;
    transition: color 300ms ease-in-out;
    padding-right: 80px;
}

.machinery-card .machinery-card-content p {
    display: none;
}

.machinery-card .btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    max-width: 80px;
    background-color: rgb(var(--sps-yellow));
    transition: background-color 300ms ease-in-out;
}

.machinery-card:hover .machinery-card-content:after {
    transform: scale(1);
    opacity: 1;
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}

.machinery-card:hover .btn {
    background-color: rgb(var(--sps-black));
}

.machinery-card:hover .btn path {
    fill: rgb(var(--sps-yellow));
}

.machinery-card:hover .machinery-card-content h3 {
    color: rgb(var(--sps-black));
}

.list-view .col-6 {
    width: 100%;
}

.list-view .machinery-card {
    min-height: auto;
    display: flex;
    align-items: center;
    background-color: rgba(var(--sps-gray-100), 0.5);
}

.list-view .machinery-card picture,
.list-view .machinery-card img {
    position: relative;
    max-width: 180px;
    height: 100%;
}

.list-view .machinery-card img {
    display: block;
}

.list-view .machinery-card .machinery-card-content {
    background: transparent;
    padding: 1em 5.5em 1em 1em;
}

.list-view .machinery-card .machinery-card-content h3 {
    font-size: var(--normal-title);
    color: rgba(var(--sps-gray-900), 1);
}

.list-view .machinery-card .machinery-card-content p {
    display: block;
    color: rgb(var(--sps-gray-900));
    margin-bottom: 0.1rem;
}

.list-view .machinery-card .machinery-card-content::after {
    display: none;
}

@media screen and (max-width: 650px) {
    .list-view .machinery-card {
        flex-direction: column;
    }
    .list-view .machinery-card picture,
    .list-view .machinery-card img {
        max-width: 100%;
        height: 150px;
    }
    .list-view .machinery-card .machinery-card-content {
        padding: 1em 1em 6em 1em;
    }
}


/* On Page Content Search Bar*/

.content-search .col-10 {
    margin: 3rem 0 1rem;
    width: 100% !important;
}

.content-search .search-field,
.site-search-container {
    display: flex;
    width: 100%;
    position: relative;
}

.content-search .search-field::after,
.site-search-container::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: rgb(var(--sps-yellow));
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.content-search .search-field input,
.site-search-container input {
    flex-grow: 1;
    border-radius: 0;
    border: none;
    background-color: rgba(var(--sps-gray-100), 0.4);
    outline: none;
    border-bottom: 2px solid rgba(var(--sps-gray-900), 0.7);
    box-shadow: inset 5px 0px 0px 0px rgb(var(--sps-yellow));
    padding: 1rem 2rem;
    font-size: var(--x-lrg-body);
    color: rgb(var(--sps-gray-900));
    transition: box-shadow 0.3s ease-in-out, border-bottom 0.3s ease-in-out, background-color 0.3s ease-in-out;
    width: 100%;
}

.content-search .search-field button{
    width:75px;
    height:75px;
    max-width:75px;
    min-width:75px;
}

.content-search .search-field button svg{
    height: 20px;
    width: 20px;
}

.site-search-container input {
    background-color: rgba(var(--sps-gray-100), 1);
}

.content-search .search-field input::placeholder,
.site-search-container input::placeholder {
    font-size: var(--x-lrg-body);
    font-style: italic;
    color: rgb(var(--sps-gray-700));
}

.site-search-container input::placeholder {
    color: rgb(var(--sps-gray-900));
}

.content-search .search-field input:hover,
.site-search-container input:hover,
.content-search .search-field input:focus,
.site-search-container input:focus {
    background-color: rgba(var(--sps-gray-100), 0.6);
    border-bottom: 2px solid rgba(var(--sps-gray-900), 1);
    box-shadow: inset 12px 0px 0px 0px rgb(var(--sps-yellow));
}

.site-search-container input:hover,
.site-search-container input:focus {
    background-color: rgba(var(--sps-white), 1);
}

.content-search .search-field:focus-within::after,
.site-search-container:focus-within:after {
    transform: scaleX(1);
}


/*All Seconday Page and Archive Headers - Excpet Depot & Contact Us*/

.header-img-content {
    min-height: 450px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-top: 6em;
}

.header-img-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 31.04%, rgba(0, 0, 0, 0) 81.67%), linear-gradient(360deg, rgba(0, 0, 0, 0.42) 30.44%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.header-img-content img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 0;
}

.header-img-content .header-content {
    pointer-events: none;
    z-index: 2;
    position: relative;
    height: 100%;
    border-left: 15px solid rgb(var(--sps-yellow));
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0rem 1.5rem 1.5rem;
}

.header-img-content .header-content>* {
    max-width: 510px;
}

.header-img-content .header-content h1 {
    color: rgb(var(--sps-white));
    font-weight: 700;
    max-width: 767px;
}

.header-img-content .header-content p {
    font-weight: 500;
    color: rgb(var(--sps-gray-100));
    font-size: var(--med-body);
    letter-spacing: 0.3px;
}

.breadcrumbs {
    border-left: 15px solid rgb(var(--sps-yellow));
    padding: 1.5rem 0rem 1.5rem 1.5rem;
}

.breadcrumbs a {
    text-transform: uppercase;
    font-size: var(--sml-body);
    color: rgb(var(--sps-gray-100));
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.breadcrumbs a::before {
    content: '';
    height: 3px;
    width: calc(100% - 28px);
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: rgb(var(--sps-yellow));
    transform: scaleY(0.33333);
    transform-origin: top center;
    transition: transform 0.2s ease-in-out;
}

.breadcrumbs a:hover::before {
    transform: scaleY(1);
}

.breadcrumbs a::after {
    content: '>';
    transform: scaleX(0.5);
    display: inline-block;
    margin: 0 0.5rem 0 0.7rem;
}

.breadcrumbs span {
    color: rgb(var(--sps-yellow));
    text-transform: uppercase;
    font-size: var(--sml-body);
    font-weight: 500;
}

@media screen and (max-width: 600px) {
    .content-header {
        display: flex;
        flex-direction: column;
    }
    .header-img-content {
        flex-grow: 1;
        min-height: calc(100vh - 85px);
    }
}

.brand-tabs-section{
    margin-top:1.5rem;
}

#brand-logo-row-section {
    padding: 6rem 0;
}

#brand-logo-row-section .row-container {
    justify-content: space-around
}

#brand-logo-row-section .row-container img {
    margin: 2rem 1rem;
    align-self: center;
    max-width: 150px;
}

.form {
    width: 100%;
    padding: 0rem;
}

.umbraco-forms-page fieldset {
    padding: 0;
    border: 0;
}

.umbraco-forms-page .row-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.umbraco-forms-page .row-fluid .col-md-4 {
    width: 100%;
}

fieldset .umbraco-forms-field-wrapper {
    position: relative;
}

.umbraco-forms-field.message.longanswer {
    width: 100%;
}

fieldset .umbraco-forms-field-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: rgb(var(--sps-yellow));
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.umbraco-forms-form input.text,
.umbraco-forms-form input.title,
.umbraco-forms-form textarea,
.umbraco-forms-form select {
    margin: 0 !important;
}

.umbraco-forms-indicator {
    font-weight: 400 !important;
}

.umbraco-forms-field {
    padding: 0 0 1.45rem 0;
}

.umbraco-forms-form {
    padding: 0 !important;
    width: 100%;
}

.umbraco-forms-fieldset {
    padding: 0 !important;
    margin: 0 !important;
}

.umbraco-forms-field.message.longanswer .umbraco-forms-field-wrapper::after {
    bottom: 1px;
    width: calc(100% + 2px);
}

fieldset .umbraco-forms-field input:not([type="checkbox"]),
fieldset .umbraco-forms-field textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 46px;
    background-color: rgba(var(--sps-gray-100), 0.4);
    border: none;
    padding: 10px 10px 10px 1.5rem;
    outline: none;
    border-bottom: 2px solid rgba(var(--sps-gray-900), 0.7);
    box-shadow: inset 5px 0px 0px 0px rgb(var(--sps-yellow));
    font-size: var(--lrg-body);
    color: rgb(var(--sps-gray-500));
    transition: box-shadow 0.3s ease-in-out, border-bottom 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#enquirymessage {
    height: 200px;
}

fieldset .umbraco-forms-field label {
    font-size: var(--med-body);
    color: rgb(var(--sps-black));
    font-weight: 600;
    display: block;
    padding-bottom: 0.45rem;
}

fieldset .umbraco-forms-field label span {
    margin-left: 0.25rem;
    color: rgb(var(--sps-gray-900));
}

fieldset .umbraco-forms-field label span.optional {
    font-weight: 400;
    font-style: italic;
    font-size: var(--reg-body);
}

fieldset .umbraco-forms-field input:focus,
fieldset .umbraco-forms-field textarea:focus {
    color: rgba(var(--sps-gray-900), 1);
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid rgba(var(--sps-gray-900), 0.7) !important;
    border-left: none !important;
    outline: none;
}

fieldset .umbraco-forms-field input:hover,
fieldset .umbraco-forms-field textarea:hover {
    background-color: rgba(var(--sps-gray-100), 0.6);
    border-bottom: 2px solid rgba(var(--sps-gray-900), 1);
    box-shadow: inset 12px 0px 0px 0px rgb(var(--sps-yellow));
}

fieldset .umbraco-forms-field-wrapper:focus-within::after {
    transform: scaleX(1);
}

.enquiry-form fieldset:last-of-type>span,
.contact-form fieldset:last-of-type>span,
.contact-form fieldset:nth-last-child(3)>span {
    max-width: 100%;
}

.enquiry-form fieldset:last-of-type,
.contact-form fieldset:last-of-type,
.contact-form fieldset:nth-last-child(3) {
    flex-direction: column;
}

.gdprpleaseacceptourprivacypolicy,
.signupforstewartplantsalesemails {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 1rem 0 0 0;
}

.umbraco-forms-form .gdprpleaseacceptourprivacypolicy .umbraco-forms-label,
.umbraco-forms-form .signupforstewartplantsalesemails .umbraco-forms-label {
    margin-left: 0.5rem;
}

.umbraco-forms-form .checkbox.gdprpleaseacceptourprivacypolicy input,
.umbraco-forms-form .checkbox.signupforstewartplantsalesemails input {
    width: 22px !important;
    height: 22px !important;
}

.titleanddescription {
    font-size: var(--reg-body);
    width: 100%;
    max-width: 100%;
    color: rgb(var(--sps-gray-700))
}

.contact-form fieldset:last-of-type>span,
.contact-form fieldset:nth-last-child(3)>span {
    max-width: 96%;
    flex-direction: column;
}

.newsletter-footer-section fieldset {
    border: none;
    padding: 0;
}

.newsletter-footer-section .umbraco-forms-field .umbraco-forms-field-wrapper input {
    background-color: rgba(var(--sps-gray-100), 0.25);
    color: rgb(var(--sps-white));
}

.newsletter-footer-section .umbraco-forms-field label {
    color: rgb(var(--sps-white));
}

.newsletter-footer-section .umbraco-forms-field label span {
    color: rgb(var(--sps-yellow));
}

.contact-form .umbraco-forms-page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-form .umbraco-forms-page fieldset,
.contact-form .umbraco-forms-navigation {
    width: 100%;
}

fieldset a {
    color: rgb(var(--sps-black));
    text-decoration: underline;
    text-decoration-color: rgb(var(--sps-yellow));
}

.umbraco-forms-navigation {
    margin-top: 2rem;
}

input[type="submit"] {
    background-color: rgb(var(--sps-black));
    color: rgb(var(--sps-white));
    font-size: var(--lrg-body);
    font-weight: 600;
    padding: 0.8rem 5rem 0.9rem 1.4rem;
    background-image: url(/assets/img/square-button.jpg);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0.25rem 0 !important;
}

.umbraco-forms-form .umbraco-forms-navigation {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-section input[type="submit"] {
    background-color: rgb(var(--sps-yellow));
    color: rgb(var(--sps-black))
}

.umbraco-forms-container.col-md-12 {
    width: 100%;
}

@media screen and (min-width:767px) {
    .umbraco-forms-page .row-fluid .col-md-4 {
        width: calc((100% / 3) - 1rem);
    }
    .col-md-4 .umbraco-forms-field.message.longanswer {
        width: calc(200% + 1.5rem);
    }
    .umbraco-forms-field.message.longanswer {
        width: 100%;
    }
    .spsenquiry .umbraco-forms-container.col-md-12,
    .umbraco-forms-container.col-md-6 {
        max-width: calc(50% - 1rem);
    }
}

#contact--site-main .content-search hr {
    background-color: rgb(var(--sps-black));
    margin: 6rem 0 0;
}

#contact--site-main .content-search .col-10 {
    margin: 5rem auto 3rem;
}

#contact--content-header #map {
    position: absolute;
    height: 800px;
    width: 100%;
    top: 0;
}

#contact--content-header .header-img-content {
    height: 770px;
    overflow: hidden;
}

#contact--content-header .header-img-content:before {
    display: none;
}

.message-section {
    margin: 6rem 0 0;
}

.contact-card {
    background-color: rgba(var(--sps-gray-100), 0.4);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.contact-card.primary {
    background-color: rgb(var(--sps-yellow));
}

#depot--entry-content .contact-card.primary {
    margin-top: 2rem;
}

.contact-card h3 {
    font-size: var(--small-title);
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-card .contact-item:not(:last-child) {
    margin-bottom: 1rem;
}

.contact-card .contact-item:last-child p {
    margin-bottom: 0;
}

.contact-card .contact-item h4 {
    font-size: var(--sml-body);
    font-style: italic;
    color: rgb(var(--sps-gray-700));
}

.contact-card .contact-item span{
    display: block;
}

.map-col {
    width: 55vw;
    min-height: 767px;
}

.map-col #map {
    position: relative;
    height: 100%;
    width: 100%;
}

.depot-section {
    display: flex;
}

.depot-section .content-col {
    width: calc(45vw - ((100vw - 1180px) / 2));
    height: auto;
    padding-block-start: clamp(2rem, 6%, 40px);
    padding-inline-start: clamp(1rem, 6%, 20px);
    padding-inline-end: clamp(1rem, 6%, 20px);
}

.depot-section .content-col hr {
    margin: 2.1rem 0 2rem;
    background-color: rgb(var(--sps-black));
}

.depot-list {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.depot-list .button-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    background: linear-gradient(360deg, #FFFFFF 10.65%, rgba(255, 255, 255, 0) 100%);
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.depot-list .button-prev {
    bottom: auto;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF 10.65%, rgba(255, 255, 255, 0) 100%);
}

.depot-list .button-prev svg {
    transform: rotate(180deg);
}

.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.depot-location {
    padding: 0.75rem 1rem;
    background-color: rgba(var(--sps-gray-100), 0.4);
    margin-bottom: 1rem;
    display: inline-flex;
    justify-content: space-between;
    height: fit-content !important;
    font-weight: 600;
    color: rgb(var(--sps-black));
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.depot-location:hover {
    box-shadow: 0 1px 0px 1px rgb(var(--sps-yellow));
    background-color: rgba(var(--sps-gray-100), 0.75);
}

.depot-location p {
    margin-bottom: 0;
}

.depot-location p span:first-of-type {
    margin-right: 0.25rem;
}

@media screen and (min-width: 800px) and (max-width: 1180px) {
    .depot-section {
        flex-direction: column-reverse;
    }
    .depot-section .content-col {
        flex-direction: row;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .depot-section .content-col hr {
        display: none;
    }
    .depot-section .content-col>div {
        width: calc(50% - 0.75rem)
    }
    .depot-list {
        max-height: 390px;
    }
    .map-col {
        width: 100%;
        margin-top: 1rem;
    }
    .map-col #map {
        height: 100vh;
        width: 100%;
    }
}

@media screen and (max-width: 799px) {
    .depot-section {
        flex-direction: column-reverse;
    }
    .depot-section .content-col {
        width: 100%;
    }
    .map-col {
        width: 100%;
        margin-top: 1rem;
    }
    .map-col #map {
        height: 100vh;
        width: 100%;
    }
}

#most-recent-section{
    margin-top:2rem;
}

#newsList:after {
    content: '';
    width: calc(((100% / 12) * 4) - 1rem);
}

.default-news-events-card.news-events-card {
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.col-4 .default-news-events-card.news-events-card {
    margin-bottom: 1.5rem;
}

.special-offer-card {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.news-events-card::after,
.special-offer-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.50) 19.8%, rgba(0, 0, 0, 0) 65.69%), linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.recent-news-events-card.news-events-card::after {
    display: none;
}

.recent-news-events-card.news-events-card {
    background-color: rgb(var(--sps-yellow));
    padding: 4rem 1rem 1rem 1rem;
    transition: background-color 0.3s ease-in-out;
}

.recent-news-events-card.news-events-card:hover {
    background-color: rgba(var(--sps-yellow), 0.85);
}

.recent-news-events-card.news-events-card:first-child {
    margin-bottom: 2rem;
}

.featured-news-events-card.news-events-card picture {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.news-events-card img,
.special-offer-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}

.news-events-card>h3,
.special-offer-card>h3 {
    position: absolute;
    z-index: 3;
    color: rgb(var(--sps-white));
    font-weight: 600;
    font-size: var(--normal-title);
    bottom: 1rem;
    width: 90%;
    left: 5%;
}

.news-events-card .content>h3,
.special-offer-card .content>h3 {
    color: rgb(var(--sps-black));
    font-weight: 700;
    font-size: var(--normal-title);
    margin-top: 0.35rem;
}

.special-offer-card>h3,
.special-offer-card .content>h3 {
    font-size: var(--medium-title);
    letter-spacing: 0.05;
    line-height: 1.25;
}

.news-events-card .content,
.special-offer-card .content {
    position: relative;
    z-index: 3;
}

.news-events-card .content .meta,
.special-offer-card .content .meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.news-events-card .content .meta .meta-item,
.special-offer-card .content .meta .meta-item {
    margin-right: 1.5rem;
}

.news-events-card .content .meta .meta-item p,
.special-offer-card .content .meta .meta-item p {
    margin: 0;
    font-weight: 600;
}

.special-offer-card .content .meta .meta-item span {
    font-size: var(--reg-body);
}

.special-offer-card .content .meta .meta-item p {
    font-size: var(--lrg-body);
}

.recent-news-events-card.news-events-card span {
    color: rgb(var(--sps-gray-900));
    font-size: var(--sml-body);
    font-style: italic;
}

.recent-news-events-card.news-events-card hr {
    margin: 1rem 0;
    background-color: rgb(var(--sps-white));
    transform: scaleY(100%);
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

.recent-news-events-card.news-events-card:hover hr {
    transform: scaleY(500%);
}

.featured-news-events-card.news-events-card>.content {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 500px;
    padding: 1rem 4rem 2rem 4rem;
}

.featured-news-events-card.news-events-card::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 33%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.featured-news-events-card.news-events-card>.content>span,
.special-offer-card>.content>span {
    color: rgb(var(--sps-yellow));
    font-style: italic;
}

.featured-news-events-card.news-events-card>.content h3 {
    color: rgb(var(--sps-white));
    letter-spacing: 0.5px;
}

.featured-news-events-card.news-events-card>.content hr {
    margin: 0.75rem 0;
    background-color: rgb(var(--sps-yellow));
}

.featured-news-events-card.news-events-card .meta span {
    color: rgb(var(--sps-gray-100));
    font-size: var(--sml-body);
    font-style: italic;
}

.featured-news-events-card.news-events-card .meta p {
    color: rgb(var(--sps-white));
    font-weight: 500;
}

.featured-news-events-card.news-events-card:hover img {
    transform: scale(1.05);
}

@media screen and (max-width:767px) {
    #most-recent-section .row-container:nth-child(2) .col-8 {
        margin-bottom: 2rem;
    }
    .featured-news-events-card.news-events-card {
        height: 50vh;
        min-height: 350px;
        margin-bottom: 2rem;
    }
    .featured-news-events-card.news-events-card>.content {
        padding: 2rem;
    }
    .recent-news-events-card.news-events-card>.content {
        padding: 1rem;
    }
}

.newsletter-cta-section {
    margin-top: 8rem;
}

.newsletter-cta-section .content-container {
    background: linear-gradient(196.2deg, #333333 -24.73%, #000000 136.62%);
}

.newsletter-cta-section .col-7 {
    padding: 3.5rem 1rem 4rem 4rem;
    justify-content: center;
}

.newsletter-cta-section .col-5 {
    justify-content: flex-end;
}

.newsletter-cta-section .col-5 img {
    width: calc(100% - 3rem);
    margin-top: 4rem;
    margin-left: 3rem;
}

@media screen and (max-width:767px) {
    .newsletter-cta-section .col-5 img {
        margin-top: 0;
        width: calc(100% - 2rem);
        margin-left: 2rem;
    }
    .newsletter-cta-section .col-7 {
        padding: 3rem 2rem 3rem 2rem;
    }
}

.newsletter-cta-section h2 {
    font-size: var(--large-title);
    color: rgb(var(--sps-white));
    font-weight: 700;
    letter-spacing: 0.04;
}

.newsletter-cta-section p {
    color: rgb(var(--sps-gray-100));
    font-weight: 400;
    font-size: var(--lrg-body);
}

.newsletter-cta-section a.btn {
    margin-bottom: 0;
}

.default-news-events-card.news-events-card>.content,
.special-offer-card>.content {
    position: absolute;
    z-index: 3;
    top: 100%;
    transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
    height: 100%;
    padding: 1rem 1rem calc(80px + 2rem) 1rem;
    width: 100%;
}

.special-offer-card>.content {
    padding: 2rem 2rem calc(80px + 3rem) 2rem;
}

.default-news-events-card.news-events-card>.content .btn,
.special-offer-card>.content .btn {
    width: 80px;
    height: 80px;
    max-width: 80px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.special-offer-card>.content .btn {
    bottom: 2rem;
    right: 2rem;
}

.default-news-events-card.news-events-card:hover>.content,
.special-offer-card:hover>.content {
    top: 0;
    background-color: rgba(var(--sps-yellow), 0.9);
}

.default-news-events-card.news-events-card hr,
.special-offer-card hr {
    margin: 1rem 0;
    background-color: rgb(var(--sps-black));
}

.default-news-events-card.news-events-card span,
.special-offer-card span {
    color: rgb(var(--sps-gray-900));
    font-size: var(--sml-body);
    font-style: italic;
}

.default-news-events-card.news-events-card>h3,
.special-offer-card h3 {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.default-news-events-card.news-events-card:hover>h3,
.special-offer-card:hover>h3 {
    opacity: 0;
    transform: translateY(-100px);
}

.default-news-events-card.news-events-card>.content>p,
.special-offer-card>.content>p {
    color: rgb(var(--sps-gray-900));
    font-weight: 400;
}


/*Single Post*/

#post--content-header {
    height: auto;
}

#post--content-header .breadcrumbs,
#enquire--content-header .breadcrumbs {
    border: none;
    padding-left: 0;
}

#enquire--content-header .title-row {
    margin-top: 4rem;
}

#post--content-header img {
    height: 50vh;
    min-height: 300px;
    object-fit: cover;
    margin-top: 4rem;
}

#post--content-header .meta {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    max-width: 92%;
    margin: 0 auto;
    background: linear-gradient(196.2deg, #333333 -24.73%, #000000 136.62%);
    padding: 0.5rem 0.5rem;
    border-top: 5px solid rgb(var(--sps-yellow));
    transform: translateY(-50%);
}

#post--content-header .meta-item {
    display: flex;
    align-items: center;
    padding: 0.35rem 0.5rem;
}

#post--content-header .meta .meta-item span {
    color: rgb(var(--sps-gray-100));
    font-size: var(--sml-body);
    font-style: italic;
    display: inline-block;
    margin-right: 8px;
}

#post--content-header .meta .meta-item p {
    font-weight: 600;
    color: rgb(var(--sps-white));
    font-size: var(--lrg-body);
    margin-bottom: 1px;
}

#post--content-header h1 {
    font-size: var(--large-title);
    text-transform: none;
    margin-top: 2rem;
}

#post--content-header .col-8,
.article-content .col-8 {
    margin: 0 auto;
    max-width: 92%;
}

.article-content .inner-content {
    padding-left: 0;
    padding-right: 0;
}

.article-content .inner-content>p:first-child {
    font-size: var(--huge-body);
}

.inner-content figure blockquote {
    margin-top: 2.5rem;
}

.inner-content figure blockquote p {
    font-size: var(--x-lrg-body);
    font-style: italic;
    color: rgb(var(--sps-gray-900));
    position: relative;
}

.inner-content figure blockquote p::before {
    content: '';
    display: inline-block;
    top: 0;
    left: -1.75rem;
    height: 100%;
    width: 12px;
    position: absolute;
    background-color: rgb(var(--sps-yellow));
}

.article-content .inner-content figure blockquote+figcaption {
    font-size: var(--reg-body);
    font-weight: 500;
    color: rgb(var(--sps-gray-900));
    margin-left: 2.4rem;
    margin-bottom: 2.5rem;
}

.inner-content figure blockquote+figcaption::before {
    content: '—';
    margin-right: 5px;
    color: rgb(var(--sps-yellow));
}

.inner-content figure blockquote+figcaption cite {
    font-weight: 400;
}

.inner-content figure blockquote+figcaption cite::before {
    content: ',';
    padding-right: 4px;
    margin-left: 1px;
}

.article-content .inner-content>img {
    margin: 1rem 0;
}

.media-section,
.media-text-section {
    margin: 1.5rem 0;
}

.media-text-section {
    background-color: rgba(var(--sps-gray-100), 0.3);
}

.media-text-section .col-6 img {
    height: 100%;
    object-fit: cover;
}

.media-text-section .col-6:last-child {
    padding: 2rem 1.5rem;
    justify-content: center;
}

.media-text-section .col-6 p:first-of-type {
    font-size: var(--lrg-body);
    font-weight: 500;
}

.cover-img-section {
    position: relative;
    margin: 2.5rem 0;
}

.cover-img-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cover-img-section:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(var(--sps-yellow), 0.8);
    z-index: 2;
}

.cover-img-section .cover-content {
    text-align: center;
    position: relative;
    z-index: 3;
    padding-inline-start: clamp(1rem, 6%, 2rem);
    padding-inline-end: clamp(1rem, 6%, 2rem);
    padding-block-start: clamp(2rem, 6%, 3rem);
    padding-block-end: clamp(2rem, 6%, 3rem);
}

.cover-img-section .cover-content p {
    font-weight: 500;
}

.cover-img-section .cover-content p:first-of-type {
    margin-top: 1rem;
    font-size: var(--lrg-body);
    font-weight: 600;
}

.media-media-section .col-6 img {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 400px) {
    .media-section .col-6 {
        width: calc(((100% / 12) * 6) - 0rem);
    }
    .media-section .col-6:nth-child(2) {
        margin-top: 2rem;
    }
    .media-section .col-6:not(:last-child) {
        padding-bottom: 0rem;
    }
    .media-section .col-6:nth-child(3) {
        margin-top: -2rem;
    }
}

@media screen and (min-width: 400px) {
    .media-section .col-6 {
        width: calc(((100% / 12) * 6) - 0.5rem);
    }
    .media-section .col-6:nth-child(2) {
        margin-top: 2rem;
    }
    .media-section .col-6:not(:last-child) {
        padding-bottom: 1rem;
    }
    .media-media-section .col-6:nth-child(3) {
        margin-top: -2rem;
    }
}

@media screen and (min-width: 768px) {
    .media-section .col-6 {
        width: calc(((100% / 12) * 6) - 1rem);
    }
    .media-section .col-6:nth-child(2) {
        margin-top: 3rem;
    }
    .media-section .col-6:not(:last-child) {
        padding-bottom: 2rem;
    }
    .media-section .col-6:nth-child(3) {
        margin-top: -3rem;
    }
}

.content-footer {
    margin-top: 5rem;
}

@media screen and (min-width:768px) {
    #post--content-header img {
        max-height: 460px;
    }
    #post--content-header .meta {
        max-width: 80%;
    }
}

.slider-section,
#all-posts-section {
    margin-top: 8rem;
}

.slider-btn-group {
    padding-top: 4rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 2rem;
}

.slider-section .slider-btn-group {
    padding-top: 2em;
}

.slider-btn-group div {
    margin: 0 0.5rem;
    cursor: pointer;
}

.slider-btn-group div:first-of-type svg {
    transform: rotateZ(180deg);
}


/************
Side by Side Section
************/

#side-by-side-section {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
}

#side-by-side-section .content-col h2 {
    margin-bottom: 1rem;
    font-size: var(--large-title);
}

#side-by-side-section .content-col p {
    color: rgb(var(--sps-gray-700));
    font-weight: 400;
}

#side-by-side-section .content-col p:first-of-type {
    font-size: var(--x-lrg-body);
    color: rgb(var(--sps-gray-900));
}

#side-by-side-section .img-col {
    position: relative;
    margin-bottom: 2rem;
}

#side-by-side-section .img-col::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 442px;
    left: 0rem;
    bottom: -2rem;
    background-image: url('/assets/img/bars.svg');
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#side-by-side-section .img-col img {
    height: 100%;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    #side-by-side-section .img-col img {
        padding-left: 4rem;
    }
    #side-by-side-section.reversed .row-container {
        flex-direction: row-reverse;
    }
    #side-by-side-section.reversed .img-col img {
        padding-left: 0rem;
        padding-right: 4rem;
    }
    #side-by-side-section.reversed .img-col::after {
        transform: rotate(180deg);
        left: -1rem;
    }
}

.two-column-text .content-container,
.two-column-text.two-column-text-bg .content-container {
    padding-inline-start: clamp(1rem, 6%, 3.5rem) !important;
    padding-inline-end: clamp(1rem, 6%, 3.5rem) !important;
    padding-block-start: clamp(1rem, 6%, 3rem) !important;
    padding-block-end: clamp(1rem, 6%, 3rem) !important;
}

.two-column-text .content-container {
    background: rgba(var(--sps-gray-100), 0.4);
}

.two-column-text.two-column-text-bg .content-container {
    background: linear-gradient(196.2deg, #333333 -24.73%, #000000 136.62%);
}

.two-column-text.two-column-text-bg * {
    color: rgb(var(--sps-white));
}

.two-column-text h2 {
    font-size: var(--large-title);
    margin-bottom: 1.75rem;
}

.two-column-text {
    padding: 3.5rem 0;
}

.two-column-text .col-6:last-of-type {
    padding-top: 0.15rem;
}

.two-column-text .col-6:first-of-type p {
    font-size: var(--x-lrg-body);
    font-weight: 500;
    font-style: italic;
}

.two-column-text.two-column-text-bg .col-6:last-of-type p {
    color: rgb(var(--sps-gray-100));
}

.two-column-text .col-6:first-of-type p:last-child,
.two-column-text .col-6:last-of-type p:last-child {
    margin-bottom: 0;
}

.two-column-text .col-6:last-of-type p:first-child {
    font-size: var(--lrg-body);
}

@media screen and (max-width: 767px) {
    .two-column-text .col-6:first-of-type {
        padding-bottom: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .two-column-text .col-6:last-of-type {
        padding-left: 2rem;
    }
}

#special-offers--content-header {
    margin-bottom: 6rem;
}

.special-offer-card {
    margin-bottom: 2rem
}

#all-posts-section .filter-row {
    padding: 1rem 0 1.5rem
}

@media screen and (min-width:768px) {
    #all-posts-section .filter-row>.col-6:last-child {
        align-items: flex-end;
    }
}

@media screen and (max-width:767px) {
    #all-posts-section .filter-row>.col-6:last-child {
        margin-top: 1rem;
    }
    #all-posts-section .filter-row>.col-6 .nice-select {
        max-width: 100%;
    }
}

#error--entry-content .error-message {
    text-align: center;
}

#error--entry-content h1 {
    font-size: 12em;
    color: rgb(var(--sps-yellow));
}

#error--entry-content .error-message p:first-of-type {
    font-size: var(--huge-body);
    font-style: italic;
}

#error--entry-content .error-message p:last-of-type,
#search--entry-content .content-search p {
    font-size: var(--lrg-body);
    margin-top: 3rem;
    font-weight: 600;
}

#search--entry-content .content-search p {
    letter-spacing: -0.02rem;
}

#error--entry-content h1 span:nth-child(1) {
    display: inline-block;
    transform: translateY(10px) translateX(16px) rotateZ(15deg);
}

#error--entry-content h1 span:nth-child(2) {
    display: inline-block;
    transform: translateY(20px) translateX(-5px) rotateZ(-15deg);
}

#error--entry-content h1 span:nth-child(3) {
    display: inline-block;
    transform: translateY(28px) translateX(-27px) rotateZ(-24deg);
}

#error--entry-content .content-search .row-container .col-10,
#search--entry-content .content-search .row-container .col-10 {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

#search--content-header .title-row {
    margin-top: 4rem;
}

#search--content-header h2 {
    font-size: var(--large-title);
    text-transform: none;
}

#search--content-header .title-row p {
    font-size: var(--lrg-body);
    margin-bottom: 0;
}

.search-result {
    background-color: rgba(var(--sps-gray-100), 0.4);
    margin-bottom: 1.5rem;
}

.search-result a {
    display: flex;
    position: relative;
    align-items: center;
}

.search-result a .btn {
    position: absolute;
    padding: 0.7rem 0.7rem;
    margin: 0;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    max-width: 80px;
    background-color: rgb(var(--sps-yellow));
    transition: background-color 300ms ease-in-out;
}

.type {
    color: rgb(var(--sps-yellow));
    font-weight: 700;
    font-size: var(--sml-body);
}

.type span:first-of-type {
    color: rgb(var(--sps-gray-700));
    font-weight: 400;
    display: inline-block;
    margin-right: 0.35rem;
    font-style: italic;
}

.type span:last-of-type {
    color: rgb(var(--sps-black));
    font-weight: 600;
    display: inline-block;
    margin-left: 0.35rem;
}

.search-result a img {
    position: relative;
    max-width: 180px;
    height: 100%;
    object-fit: cover;
}

.search-result .content {
    padding: 1em 5.6em 1.1em 1em;
    width: 100%;
}

.search-result .content p {
    margin-bottom: 0;
}

.search-result .content h3 {
    font-size: var(--normal-title);
    color: rgba(var(--sps-gray-900), 1);
    font-weight: 700;
    margin-top: 0.4rem;
}

.search-result:hover .btn {
    background-color: rgb(var(--sps-black));
}

.search-result:hover .btn path {
    fill: rgb(var(--sps-yellow));
}

@media screen and (max-width: 650px) {
    .search-result a {
        flex-direction: column;
    }
    .search-result a img {
        max-width: 100%;
        width: 100%;
        height: 150px;
    }
    .search-result .content {
        padding: 1em 1em 6em 1em;
    }
}

.load-more {
    padding: 0;
    margin: 0 auto !important;
    display: flex;
}

.loading-ellipsis {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 20px;
}

#product-list .col-9>.loading-ellipsis {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 15px);
    transform: scale(3);
    transition: opacity 0.3s ease-in-out;
}

#product-list .col-9.loading .loading-ellipsis {
    opacity: 1;
}

.loading-ellipsis div {
    position: absolute;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-ellipsis div:nth-child(1) {
    left: 10%;
}

.loading-ellipsis div:nth-child(2) {
    left: 10%;
}

.loading-ellipsis div:nth-child(3) {
    left: 40%;
}

.loading-ellipsis div:nth-child(4) {
    left: 70%;
}

.loading .loading-ellipsis div:nth-child(1) {
    animation: lds-ellipsis1 0.6s infinite;
}

.loading .loading-ellipsis div:nth-child(2) {
    animation: lds-ellipsis2 0.6s infinite;
}

.loading .loading-ellipsis div:nth-child(3) {
    animation: lds-ellipsis2 0.6s infinite;
}

.loading .loading-ellipsis div:nth-child(4) {
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(9px, 0);
    }
}



/* Cookies */

#onetrust-banner-sdk:focus, #onetrust-banner-sdk button:focus {
    outline: none !important;
}

.privacy-notice-link,
.ot-always-active,
#onetrust-pc-sdk .ot-cat-item > button,
#onetrust-pc-sdk .ot-acc-cntr > button,
#onetrust-pc-sdk li > button {
    color: var(--sps-yellow) !important;
}

.ot-switch-nob {
    border-color: rgb(var(--sps-yellow)) !important;
    background: rgba(var(--sps-yellow), 0.15) !important;    
}

.ot-switch-nob::before {
    background: rgb(var(--sps-yellow)) !important;
}

.save-preference-btn-handler.onetrust-close-btn-handler,
#onetrust-reject-all-handler,
#onetrust-accept-btn-handler {
    display: inline-block !important;
    min-width: 125px !important;    
    border: solid 1px rgb(var(--sps-yellow)) !important;
    text-align: center !important;    
    transition: background 0.2s ease-in-out;
    background: rgb(var(--sps-yellow)) !important;
    color: rgb(var(--sps-black)) !important;
    font-weight: normal !important;    
}

.save-preference-btn-handler.onetrust-close-btn-handler:focus, .save-preference-btn-handler.onetrust-close-btn-handler:hover,
#onetrust-reject-all-handler:focus, #onetrust-reject-all-handler:hover,
#onetrust-accept-btn-handler:focus, #onetrust-accept-btn-handler:hover {
    background: rgb(var(--sps-yellow)) !important;
    border-color: rgb(var(--sps-yellow)) !important;
    color: rgb(var(--sps-black)) !important;
    opacity: 1 !important;
}

#accept-recommended-btn-handler,
#onetrust-pc-btn-handler,
.ot-pc-refuse-all-handler {
    display: inline-block !important;
    min-width: 125px !important;    
    border: solid 1px rgb(var(--sps-black)) !important;
    text-align: center !important;
    transition: background 0.2s ease-in-out !important;
    background: rgb(var(--sps-black)) !important;
    color: rgb(var(--sps-white)) !important;
    font-weight: normal !important;
}

#accept-recommended-btn-handler:focus, #accept-recommended-btn-handler:hover,
#onetrust-pc-btn-handler:focus, #onetrust-pc-btn-handler:hover,
.ot-pc-refuse-all-handler:focus, .ot-pc-refuse-all-handler:hover {
    background: rgb(var(--sps-white)) !important;
    border-color: rgb(var(--sps-black)) !important;
    color: rgb(var(--sps-black)) !important;
    opacity: 1 !important;
}

#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob::before {
    background: rgb(var(--sps-black)) !important;
}

.ot-floating-button__front, .ot-floating-button__back > button {
    text-align: center;
}

.ot-floating-button__front, .ot-floating-button__back > button > svg {
    display: inline-block;
}

.onetrust-close-btn-handler.onetrust-close-btn-ui.banner-close-button.ot-close-icon {
    display: none !important;
}

/* Cookies */


/*Careers*/
#career-listings{
    padding-top: 4rem;
}
#career-listings h2{
    font-size:  var(--normal-title);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgb(var(--sps-yellow));
}

#career-listings img{
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    margin-bottom: 0.75rem;
}

#career-listings main{
    margin: 0 1.2rem;
}

#career-listings footer{
    margin: 0.75rem 1rem 0 1rem;
    border-top: 1px solid rgb(var(--sps-yellow));
}

#career-listings footer a{
    margin: 1.2rem 0 !important;
}

#career-listings .card-brand,
#career-listings .careers__location span,
#career-listings .careers__details span{
    font-size: var(--sml-body);
    font-style: italic;
    font-weight: 400;
    color: rgb(var(--sps-gray-900));
    letter-spacing: 0.01em;
    line-height: 100%;
}

#career-listings .careers__location > div,
#career-listings .careers__details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}
#career-listings .careers__details > div:not(:last-of-type),
#career-listings .careers__location > div p:not(:last-of-type) {
    padding-right: 1.5rem;
}
#career-listings .careers__details > div p,
#career-listings .careers__location > div p {
    flex: 0 1 auto;
    font-size: var(--reg-body);
    font-weight: 600;
    color: rgba(var(--sps-gray-900), 0.975);
    letter-spacing: -0.02em;
    position: relative;
}

/*Careers*/
.careers #side-by-side-section{
    margin-top: 50px;
    margin-bottom: 50px;
}

.careers .no-margins.two-column-text .content-container{
    margin-left: 0px !important;
    margin-right: 0px !important; 
    width: 100%;
    max-width: 100% !important;
    background-color: rgb(var(--sps-yellow));
}

.careers .no-margins.two-column-text .has-section-title h2:before{
    background-color: rgb(var(--sps-white));
}

.careers .no-margins.two-column-text .button-col{
    align-items: flex-end;
    justify-content: flex-end;
}

.careers .no-margins.two-column-text .button-col a{
    margin: 0 !important;
}

.careers .no-margins.two-column-text{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.careers footer{
    margin-top: 0px;
}



.careers .career-video-action{
    z-index: 6 !important;
}

.careers #side-by-side-section .img-col figure.career-video-container img{
    object-fit:cover;
    width: 100%;
    height: 100%;
}

.careers #side-by-side-section .img-col figure.career-video-container{
    width: 100%;
    height: 100%;
    margin: 0;
    position:relative;
    min-height: 250px;
}

.careers #side-by-side-section .img-col .career-media-container{
    height: 100%;
    position: relative;
}

.careers #side-by-side-section .career-vimeo-player{
    height: 100%;
    background-color: black;
    z-index: 1;
}

.careers #side-by-side-section .career-vimeo-player iframe{
    width: 100%;
    height: 100%;
}

.careers #side-by-side-section .career-media-container .career-poster{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.careers #side-by-side-section .career-video-action{
    position:absolute;
    z-index: 6;
    right: 0;
    bottom: 0;
}

.careers #side-by-side-section .col--img figure.career-video-container .shape-container{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: -10px;
    max-width: 75%;
    height: auto;
}

.career-video-action{
    font-size: 2rem;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}

@media screen and (min-width: 768px) {
    .career-vimeo-player {
        margin-left: 4rem;
    }

    .career-video-action{
        left: calc(50%);
    }
}

.benefits-section{
    padding-bottom: 3rem;
}

.benefits-section.has-background{
    padding-top: 5.5rem;
    background: linear-gradient(196.2deg, #333333 -24.73%, #000000 136.62%);
}

.benefits-section .has-section-title{
    margin-bottom: 2.5rem;
}

.benefits-section.has-background .has-section-title h3{
    color: rgb(var(--sps-white));
}

.benefit-card{
    perspective: 600px;
    margin-bottom: 2.5rem;
}


@media (hover: hover) {
    .benefit-card:hover .benefit-card__scene{
        transform: rotateX(180deg);
        transition: transform .35s linear;
    }
}

@media (hover: none) {
    .benefit-card.active .benefit-card__scene{
        transform: rotateX(180deg);
        transition: transform .35s linear;
    }
}

.benefit-card .benefit-card__scene{
    transform: rotateX(0deg);
    transition: transform .5s linear;
}

.benefit-card__scene{
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(0deg);
}

.benefit-card__icon{
    background: linear-gradient(196.2deg, #333333 -24.73%, #000000 136.62%);
    padding: 20px;
    aspect-ratio: 1/1;
    flex-grow: 1;
    max-width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-card__icon i{
    color: rgb(var(--sps-yellow));
    font-size: 5rem;
}

.benefits-section.has-background .benefit-card__icon{
    background: rgb(var(--sps-yellow));
}

.benefits-section.has-background  .benefit-card__icon i{
    color: rgb(var(--sps-black));
}

.benefit-card__name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    padding: 15px 50px 15px 50px;
}

.benefit-card__name h3{
    margin: 0 !important;
    font-size: 30px;
}

.benefit-card__face{
    backface-visibility: hidden;
}

.benefit-card__visible{
    display: flex;
    position: relative;
    box-shadow: inset -15px 0px 0px 0px rgb(var(--sps-yellow));
}

.benefits-section.has-background .benefit-card__visible{
    background-color: rgb(var(--sps-gray-900));
}

.benefits-section.has-background .benefit-card__visible *{
    color: rgb(var(--sps-white));
}


.benefit-card__reveal{
    transform: rotateX(180deg);
    z-index: 5;
    position: absolute;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
    box-shadow: inset -15px 0px 0px 0px rgb(var(--sps-black));
}

.benefits-section.has-background .benefit-card__reveal{
    box-shadow: inset -15px 0px 0px 0px rgb(var(--sps-white));
}

.benefit-card__content{
    padding: 15px 50px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-video-action{
    aspect-ratio: 1/1;
    width: 80px;
    height: 80px;
    background: rgb(var(--sps-yellow));
    display: flex;
    align-items: center;
    justify-content: center;
}


.accordion [accordion-item]{
    /**/
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.section--faq-accordion .has-section-title h2{
    font-size: var(--large-title);
    margin-bottom: 1.75rem;
}


.accordion [accordion-item] [role=region]{
    padding-inline-start: clamp(1rem, 6%, 2.5rem) !important;
    padding-inline-end: clamp(1rem, 6%, 2.5rem) !important;
    padding-block-start: clamp(1rem, 6%, 2rem) !important;
    padding-block-end: clamp(1rem, 6%, 2rem) !important;
    background: rgba(var(--sps-gray-100), 0.4);
    display: none;
}

.accordion [accordion-item] [aria-controls]{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-inline-start: clamp(1rem, 6%, 2.5rem) !important;
    padding-inline-end: clamp(1rem, 6%, 2.5rem) !important;
    padding-block-start: clamp(1rem, 6%, 2rem) !important;
    padding-block-end: clamp(1rem, 6%, 2rem) !important;
    transition: box-shadow 0.3s ease;
    background: linear-gradient(196.2deg, #333333 -24.73%, #000000 136.62%);
}

.accordion [accordion-item] [aria-controls] h3{
    font-size: var(--x-lrg-body);
    letter-spacing: -1px;
    color: rgba(var(--sps-white));
    line-height: 130%;
    font-weight: 600;
    text-align: left;
}

.accordion [accordion-item] [aria-controls] i{

}

.accordion [accordion-item] [aria-controls]:hover{
}

.accordion [accordion-item].is-open{
    z-index: 2;
}

.accordion [accordion-item].is-open > [role=region]{
    display: flex;
}

.accordion [accordion-item].is-open [aria-controls]{
    background: rgba(var(--sps-yellow));
    box-shadow: inset 7px 0px 0px 0px var(--sa-brand);
}

.accordion [accordion-item].is-open h3{
    color: rgba(var(--sps-gray-900), 1);
}

.accordion [accordion-item] [aria-controls] svg{
    transition: transform 0.2s ease;
}

.accordion [accordion-item].is-open [aria-controls] svg{
    transform: rotateX(180deg);
}

.accordion [accordion-item].is-open [aria-controls] svg path{
    fill: rgba(var(--sps-gray-900), 1);
}

@media screen and (max-width:767px){
    .accordion [accordion-item] [aria-controls]{
        padding: 1rem 1rem 1rem calc(0.75rem + 10px);
    }

    .accordion [accordion-item] [aria-controls] h3{
        font-size: var(--large-body) !important;
        font-size: 150%;
    }


    .accordion [accordion-item] [role=region]{
        padding: 1rem 1rem 1rem calc(1rem + 10px);
    }
}