@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&amp;display=swap);

@charset "utf-8"@font-face {
    font-family: 'Nadia Serif';
    src: local('Nadia Serif Normal'), local('NadiaSerifNormal'), url(/content/assets/fonts/NadiaSerifNormal.woff2) format('woff2'), url(/content/assets/fonts/NadiaSerifNormal.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --colour-blue: #2494e0;
    --colour-pink: #ed008c;
    --colour-yellow: #ffc11f;
    --colour-lt-blue: #f0f6f9;
    --colour-lt-grey: #dadada;
    --colour-grey: #1b1b1b;
    --colour-disabled: #919191;
    --colour-success: #4bdd71;
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Nadia Serif', sans-serif;
    --font-icons: "Font Awesome 5 Free";
    --font-normal: 400;
    --font-bold: 700;
    --font-i-weight: 900;
    --height-full-nav: 110px;
    --height-top-bar: 42px;
    --width-content: 1250px;
    --width-post-content: 1100px;
    --min-width-content: 360px;
    --padding-sm: clamp(.5em, 2.5%, 1rem) clamp(.75rem, 2.5%, 1rem);
    --padding-md: clamp(1.5em, 5%, 2rem) clamp(1rem, 5%, 2rem);
    --padding-lg: clamp(2.5em, 10%, 4rem) clamp(2rem, 10%, 4rem)
}

* {
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #000 #FFF
}

*::-webkit-scrollbar {
    width: 12px
}

*::-webkit-scrollbar-track {
    background: #000
}

*::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #dadada
}

html {
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #FFF;
    font-family: var(--font-primary);
    font-weight: var(--font-normal);
    font-style: normal;
    color: var(--colour-grey);
    min-width: var(--min-width-content);
    min-height: 100vh
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: var(--font-bold);
    color: var(--colour-grey);
    margin: 0;
    line-height: 1.2
}

h1 {
    font-size: 4em
}

h2 {
    font-size: 2.2em
}

h3 {
    font-size: 1.8em
}

h4 {
    font-size: 1.5em
}

h5 {
    font-size: 1.3em
}

p {
    margin: 0;
    font-family: var(--font-primary);
    font-weight: var(--font-normal);
    font-style: normal;
    color: var(--colour-grey)
}

:is(h1, h2, h3, h4, h5, h6):not(:first-child):not(:last-child) {
    margin: 1.5em 0 .75em
}

:is(h1, h2, h3, h4, h5, h6):first-child:not(:last-child) {
    margin: 0 0 .75em
}

:is(h1, h2, h3, h4, h5, h6):last-child:not(:first-child) {
    margin: .75em 0 0
}

:is(p, ul, ol):not(:first-child):not(:last-child) {
    margin: 1em 0
}

:is(p, ul, ol):first-child:not(:last-child) {
    margin: 0 0 1em
}

:is(p, ul, ol):last-child:not(:first-child) {
    margin: 1em 0 0
}

p,
ul,
ol {
    font-size: 1em
}

ul,
ol {
    padding-left: 1.5em
}

ul.basic {
    list-style: none;
    padding: 0;
    margin: 0
}

:is(p, ul, ol) a {
    display: inline
}

a,
button {
    transition: all 0.3s;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1
}

:is(a, button):not(:hover) {
    color: var(--colour-blue)
}

:is(a, button):is(:hover, :focus) {
    color: var(--colour-yellow)
}

button {
    background-color: initial;
    border: none;
    padding: 0
}

.nowrap {
    white-space: nowrap
}

.nobreak {
    word-break: keep-all
}

figure {
    margin: 0 auto;
    padding: 0;
    line-height: 1
}

figure.caption-overlay {
    position: relative
}

figure.caption-overlay::after {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: .1;
    -webkit-box-shadow: inset 0 0 30px 0 var(--colour-grey);
    -moz-box-shadow: inset 0 0 30px 0 var(--colour-grey);
    box-shadow: inset 0 0 30px 0 var(--colour-grey)
}

figure.caption-overlay figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .75em 1em;
    background-color: rgba(27, 27, 27, .4);
    font-size: 90%
}

figure.caption-overlay figcaption>* {
    color: #FFF;
    font-weight: var(--font-bold)
}

img,
figure>img {
    max-width: 100%
}

img.cover {
    object-fit: cover;
    width: 100%;
    height: 100%
}

img.spinner {
    width: 100px;
    margin: 0 auto;
    padding: 0;
    line-height: .95
}

img.full {
    width: 100%;
    margin: 0 auto .5em;
    height: auto
}

img.left--25 {
    width: 25%;
    float: left;
    margin: 0 1em .5em 0;
    height: auto
}

img.left--50 {
    width: 50%;
    float: left;
    margin: 0 1em .5em 0;
    height: auto
}

img.right--25 {
    width: 25%;
    float: right;
    margin: 0 0 .5em 1em;
    height: auto
}

img.right--50 {
    width: 50%;
    float: right;
    margin: 0 0 .5em 1em;
    height: auto
}

svg {
    display: block
}

hr {
    border: none;
    border-top: 1px solid var(--colour-lt-grey)
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 3.4em
    }

    h2 {
        font-size: 2em
    }

    h3 {
        font-size: 1.7em
    }

    h4 {
        font-size: 1.4em
    }

    h5 {
        font-size: 1.2em
    }

    p,
    ul,
    ol {
        font-size: .95em
    }
}

@media screen and (max-width:600px) {
    h1 {
        font-size: 3em
    }

    h2 {
        font-size: 1.85em
    }

    h3 {
        font-size: 1.6em
    }

    h4 {
        font-size: 1.3em
    }

    h5 {
        font-size: 1.1em
    }

    p,
    ul,
    ol {
        font-size: .95em
    }

    img:is(.left--25, .left--50, .right--25, .right--50) {
        width: 100%;
        margin: 0 auto .5em;
        height: auto;
        float: none
    }
}

.show-lg,
.show-md,
.show-sm,
.show-xs {
    display: none
}

.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-auto-flow: row;
    grid-auto-flow: row;
    -ms-grid-auto-rows: minmax(30px, min-content);
    grid-auto-rows: minmax(30px, min-content);
    -ms-grid-row-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-column-gap: 30px;
    grid-column-gap: 30px;
    width: 100%
}

.col--1 {
    -ms-grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr)
}

.col--2 {
    -ms-grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-template-columns: repeat(2, minmax(auto, 1fr))
}

.col--3 {
    -ms-grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-template-columns: repeat(3, minmax(auto, 1fr))
}

.col--4 {
    -ms-grid-template-columns: repeat(4, minmax(auto, 1fr));
    grid-template-columns: repeat(4, minmax(auto, 1fr))
}

.col--5 {
    -ms-grid-template-columns: repeat(5, minmax(auto, 1fr));
    grid-template-columns: repeat(5, minmax(auto, 1fr))
}

.col--6 {
    -ms-grid-template-columns: repeat(6, minmax(auto, 1fr));
    grid-template-columns: repeat(6, minmax(auto, 1fr))
}

.col--10 {
    -ms-grid-template-columns: repeat(10, minmax(auto, 1fr));
    grid-template-columns: repeat(10, minmax(auto, 1fr))
}

.col--12 {
    -ms-grid-template-columns: repeat(12, minmax(auto, 1fr));
    grid-template-columns: repeat(12, minmax(auto, 1fr))
}

.col--fit-100 {
    -ms-grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr))
}

.col--fit-150 {
    -ms-grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
}

.col--fit-200 {
    -ms-grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

.col--fit-300 {
    -ms-grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.col--fit-350 {
    -ms-grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))
}

.col--fit-400 {
    -ms-grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr))
}

.col--fill-100 {
    -ms-grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr))
}

.col--fill-150 {
    -ms-grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))
}

.col--fill-200 {
    -ms-grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
}

.col--fill-250 {
    -ms-grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
}

.col--fill-300 {
    -ms-grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
}

.col--fill-400 {
    -ms-grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))
}

.gap--0 {
    -ms-gap: 0;
    gap: 0
}

.gap--5 {
    -ms-gap: 5px;
    gap: 5px
}

.gap--10 {
    -ms-gap: 10px;
    gap: 10px
}

.gap--20 {
    -ms-gap: 20px;
    gap: 20px
}

.gap--30 {
    -ms-gap: 30px;
    gap: 30px
}

.gap--50 {
    -ms-gap: 50px;
    gap: 50px
}

.gap--content {
    -ms-grid-row-gap: clamp(1.75em, 6vmax, 3em);
    grid-row-gap: clamp(1.75em, 6vmax, 3em);
    -ms-grid-column-gap: clamp(2em, 6vmax, 3.5em);
    grid-column-gap: clamp(2em, 6vmax, 3.5em)
}

.row-gap--10 {
    -ms-grid-row-gap: 10px;
    grid-row-gap: 10px
}

.row-gap--20 {
    -ms-grid-row-gap: 20px;
    grid-row-gap: 20px
}

.row-gap--30 {
    -ms-grid-row-gap: 30px;
    grid-row-gap: 30px
}

.row-gap--50 {
    -ms-grid-row-gap: 50px;
    grid-row-gap: 50px
}

.col-gap--0 {
    -ms-grid-column-gap: 0;
    grid-column-gap: 0
}

.col-gap--10 {
    -ms-grid-column-gap: 10px;
    grid-column-gap: 10px
}

.col-gap--20 {
    -ms-grid-column-gap: 20px;
    grid-column-gap: 20px
}

.col-gap--30 {
    -ms-grid-column-gap: 30px;
    grid-column-gap: 30px
}

.col-gap--50 {
    -ms-grid-column-gap: 50px;
    grid-column-gap: 50px
}

.grid__item--1 {
    -ms-grid-column: span 1;
    grid-column: span 1
}

.grid__item--2 {
    -ms-grid-column: span 2;
    grid-column: span 2
}

.grid__item--3 {
    -ms-grid-column: span 3;
    grid-column: span 3
}

.grid__item--4 {
    -ms-grid-column: span 4;
    grid-column: span 4
}

.grid__item--5 {
    -ms-grid-column: span 5;
    grid-column: span 5
}

.grid__item--6 {
    -ms-grid-column: span 6;
    grid-column: span 6
}

.grid__item--7 {
    -ms-grid-column: span 7;
    grid-column: span 7
}

.grid__item--8 {
    -ms-grid-column: span 8;
    grid-column: span 8
}

.grid__item--9 {
    -ms-grid-column: span 9;
    grid-column: span 9
}

.grid__item--10 {
    -ms-grid-column: span 10;
    grid-column: span 10
}

.grid__item--11 {
    -ms-grid-column: span 11;
    grid-column: span 11
}

.grid__item--12 {
    -ms-grid-column: span 12;
    grid-column: span 12
}

.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex--row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex--col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex--nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.al--start {
    align-items: flex-start
}

.al--end {
    align-items: flex-end
}

.al--stretch {
    align-items: stretch
}

.al--center {
    align-items: center
}

.jf--start {
    justify-content: flex-start
}

.jf--end {
    justify-content: flex-end
}

.jf--center {
    justify-content: center
}

.jf--between {
    justify-content: space-between
}

.jf--around {
    justify-content: space-around
}

.flex__item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex__item--2 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.flex__item--3 {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.flex__item--4 {
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.flex__item--grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.tx-al--center {
    text-align: center
}

.tx-al--left {
    text-align: left
}

.tx-al--right {
    text-align: right
}

.full--height {
    height: 100%
}

.full--width {
    width: 100%
}

.m--0 {
    margin: 0 auto !important
}

.m--1 {
    margin: 1em auto !important
}

.m--1-5 {
    margin: 1.5em auto !important
}

.m--2 {
    margin: 2em auto !important
}

.m--tp-0-25 {
    margin-top: 0.25em !important
}

.m--tp-0-5 {
    margin-top: 0.5em !important
}

.m--tp-1 {
    margin-top: 1em !important
}

.m--tp-1-5 {
    margin-top: 1.5em !important
}

.m--tp-2 {
    margin-top: 2em !important
}

.m--tp-2-5 {
    margin-top: 2.5em !important
}

.m--tp-3 {
    margin-top: 3em !important
}

/* .m--tp-4 {
    margin-top: 4em !important
} */

.m--bm-0-25 {
    margin-bottom: 0.25em !important
}

.m--bm-0-5 {
    margin-bottom: 0.5em !important
}

.m--bm-1 {
    margin-bottom: 1em !important
}

.m--bm-1-5 {
    margin-bottom: 1.5em !important
}

.m--bm-2 {
    margin-bottom: 2em !important
}

.m--bm-2-5 {
    margin-bottom: 2.5em !important
}

.m--bm-3 {
    margin-bottom: 3em !important
}

.m--bm-4 {
    margin-bottom: 4em !important
}

.m--lf-0-5 {
    margin-left: 0.5em !important
}

.m--lf-1 {
    margin-left: 1em !important
}

.m--rt-0-5 {
    margin-right: 0.5em !important
}

.m--rt-1 {
    margin-right: 1em !important
}

.p--0-5 {
    padding: .5em
}

.p--1 {
    padding: 1em
}

.p--1-5 {
    padding: 1.5em
}

.p--2 {
    padding: 2em
}

.p--2-5 {
    padding: 2.5em
}

.p--3 {
    padding: 3em
}

.p--4 {
    padding: 4em
}

.p--5 {
    padding: 5em 2.5em
}

.p--10 {
    padding: 10em 2.5em
}

.p--tp-0-5 {
    padding-top: .5em
}

.p--tp-1 {
    padding-top: 1em
}

.p--tp-1-5 {
    padding-top: 1.5em
}

.p--tp-2 {
    padding-top: 2em
}

.p--bm-0-5 {
    padding-bottom: .5em
}

.p--bm-1 {
    padding-bottom: 1em
}

.p--bm-1-5 {
    padding-bottom: 1.5em
}

.p--bm-2 {
    padding-bottom: 2em
}

.p--lf-0-5 {
    padding-left: .5em
}

.p--lf-1 {
    padding-left: 1em
}

.p--lf-1-5 {
    padding-left: 1.5em
}

.p--rt-0-5 {
    padding-right: .5em
}

.p--rt-1 {
    padding-right: 1em
}

.p--rt-1-5 {
    padding-right: 1.5em
}

.no-m {
    margin: 0 !important
}

.no-m--tp {
    margin-top: 0 !important
}

.no-m--bm {
    margin-bottom: 0 !important
}

.no-p {
    padding: 0 !important
}

.no-p--tp {
    padding-top: 0 !important
}

.no-p--bm {
    padding-bottom: 0 !important
}

@media screen and (max-width:1180px) {
    .col--1-xl {
        -ms-grid-template-columns: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr)
    }

    .col--2-xl {
        -ms-grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-template-columns: repeat(2, minmax(auto, 1fr))
    }

    .col--3-xl {
        -ms-grid-template-columns: repeat(3, minmax(auto, 1fr));
        grid-template-columns: repeat(3, minmax(auto, 1fr))
    }

    .col--4-xl {
        -ms-grid-template-columns: repeat(4, minmax(auto, 1fr));
        grid-template-columns: repeat(4, minmax(auto, 1fr))
    }

    .col--5-xl {
        -ms-grid-template-columns: repeat(5, minmax(auto, 1fr));
        grid-template-columns: repeat(5, minmax(auto, 1fr))
    }

    .col--6-xl {
        -ms-grid-template-columns: repeat(6, minmax(auto, 1fr));
        grid-template-columns: repeat(6, minmax(auto, 1fr))
    }

    .gap--5-xl {
        -ms-gap: 5px;
        gap: 5px
    }

    .gap--10-xl {
        -ms-gap: 10px;
        gap: 10px
    }

    .gap--20-xl {
        -ms-gap: 20px;
        gap: 20px
    }

    .gap--30-xl {
        -ms-gap: 30px;
        gap: 30px
    }

    .gap--50-xl {
        -ms-gap: 50px;
        gap: 50px
    }

    .row-gap--10-xl {
        -ms-grid-row-gap: 10px;
        grid-row-gap: 10px
    }

    .row-gap--20-xl {
        -ms-grid-row-gap: 20px;
        grid-row-gap: 20px
    }

    .row-gap--30-xl {
        -ms-grid-row-gap: 30px;
        grid-row-gap: 30px
    }

    .row-gap--50-xl {
        -ms-grid-row-gap: 50px;
        grid-row-gap: 50px
    }

    .flex--col-xl {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:1000px) {
    .hide-lg {
        display: none
    }

    .show-lg {
        display: inline-block
    }

    .col--1-lg {
        -ms-grid-template-columns: 100%;
        grid-template-columns: 100%
    }

    .col--2-lg {
        -ms-grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-template-columns: repeat(2, minmax(auto, 1fr))
    }

    .col--3-lg {
        -ms-grid-template-columns: repeat(3, minmax(auto, 1fr));
        grid-template-columns: repeat(3, minmax(auto, 1fr))
    }

    .col--4-lg {
        -ms-grid-template-columns: repeat(4, minmax(auto, 1fr));
        grid-template-columns: repeat(4, minmax(auto, 1fr))
    }

    .col--5-lg {
        -ms-grid-template-columns: repeat(5, minmax(auto, 1fr));
        grid-template-columns: repeat(5, minmax(auto, 1fr))
    }

    .col--6-lg {
        -ms-grid-template-columns: repeat(6, minmax(auto, 1fr));
        grid-template-columns: repeat(6, minmax(auto, 1fr))
    }

    .grid__item--1-lg {
        -ms-grid-column: span 1;
        grid-column: span 1
    }

    .grid__item--2-lg {
        -ms-grid-column: span 2;
        grid-column: span 2
    }

    .grid__item--4-lg {
        -ms-grid-column: span 4;
        grid-column: span 4
    }

    .gap--5-lg {
        -ms-gap: 5px;
        gap: 5px
    }

    .gap--10-lg {
        -ms-gap: 10px;
        gap: 10px
    }

    .gap--20-lg {
        -ms-gap: 20px;
        gap: 20px
    }

    .gap--30-lg {
        -ms-gap: 30px;
        gap: 30px
    }

    .gap--50-lg {
        -ms-gap: 50px;
        gap: 50px
    }

    .row-gap--10-lg {
        -ms-grid-row-gap: 10px;
        grid-row-gap: 10px
    }

    .row-gap--20-lg {
        -ms-grid-row-gap: 20px;
        grid-row-gap: 20px
    }

    .row-gap--30-lg {
        -ms-grid-row-gap: 30px;
        grid-row-gap: 30px
    }

    .row-gap--50-lg {
        -ms-grid-row-gap: 50px;
        grid-row-gap: 50px
    }

    .flex--row-lg {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .flex--col-lg {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .al--center-lg {
        align-items: center
    }

    .jf--center-lg {
        justify-content: center
    }

    .tx-al--center-lg {
        text-align: center
    }

    .jf--start-lg {
        justify-content: flex-start
    }

    .jf--end-lg {
        justify-content: flex-end
    }
}

@media screen and (max-width:768px) {
    .hide-md {
        display: none
    }

    .show-md {
        display: inline-block
    }

    .col--1-md {
        -ms-grid-template-columns: 100%;
        grid-template-columns: 100%
    }

    .col--2-md {
        -ms-grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-template-columns: repeat(2, minmax(auto, 1fr))
    }

    .col--3-md {
        -ms-grid-template-columns: repeat(3, minmax(auto, 1fr));
        grid-template-columns: repeat(3, minmax(auto, 1fr))
    }

    .col--4-md {
        -ms-grid-template-columns: repeat(4, minmax(auto, 1fr));
        grid-template-columns: repeat(4, minmax(auto, 1fr))
    }

    .col--5-md {
        -ms-grid-template-columns: repeat(5, minmax(auto, 1fr));
        grid-template-columns: repeat(5, minmax(auto, 1fr))
    }

    .col--6-md {
        -ms-grid-template-columns: repeat(6, minmax(auto, 1fr));
        grid-template-columns: repeat(6, minmax(auto, 1fr))
    }

    .grid__item--1-md {
        -ms-grid-column: span 1;
        grid-column: span 1
    }

    .grid__item--2-md {
        -ms-grid-column: span 2;
        grid-column: span 2
    }

    .grid__item--4-md {
        -ms-grid-column: span 4;
        grid-column: span 4
    }

    .gap--0-md {
        -ms-gap: 0;
        gap: 0
    }

    .gap--5-md {
        -ms-gap: 5px;
        gap: 5px
    }

    .gap--10-md {
        -ms-gap: 10px;
        gap: 10px
    }

    .gap--15-md {
        -ms-gap: 15px;
        gap: 15px
    }

    .gap--20-md {
        -ms-gap: 20px;
        gap: 20px
    }

    .gap--30-md {
        -ms-gap: 30px;
        gap: 30px
    }

    .gap--50-md {
        -ms-gap: 50px;
        gap: 50px
    }

    .row-gap--10-md {
        -ms-grid-row-gap: 10px;
        grid-row-gap: 10px
    }

    .row-gap--20-md {
        -ms-grid-row-gap: 20px;
        grid-row-gap: 20px
    }

    .row-gap--30-md {
        -ms-grid-row-gap: 30px;
        grid-row-gap: 30px
    }

    .row-gap--50-md {
        -ms-grid-row-gap: 50px;
        grid-row-gap: 50px
    }

    .grid__item--1-md {
        -ms-grid-column: span 1;
        grid-column: span 1
    }

    .grid__item--2-md {
        -ms-grid-column: span 2;
        grid-column: span 2
    }

    .grid__item--6-md {
        -ms-grid-column: span 6;
        grid-column: span 6
    }

    .flex--row-md {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .flex--col-md {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .al--start-md {
        align-items: flex-start
    }

    .al--end-md {
        align-items: flex-end
    }

    .al--stretch-md {
        align-items: stretch
    }

    .al--center-md {
        align-items: center
    }

    .jf--start-md {
        justify-content: flex-start
    }

    .jf--end-md {
        justify-content: flex-end
    }

    .jf--center-md {
        justify-content: center
    }

    .jf--between-md {
        justify-content: space-between
    }

    .jf--around-md {
        justify-content: space-around
    }

    .tx-al--center-md {
        text-align: center
    }

    .tx-al--left-md {
        text-align: left
    }

    .tx-al--right-md {
        text-align: right
    }
}

@media screen and (max-width:600px) {
    .hide-sm {
        display: none
    }

    .show-sm {
        display: inline-block
    }

    .col--1-sm {
        -ms-grid-template-columns: 100%;
        grid-template-columns: 100%
    }

    .col--2-sm {
        -ms-grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-template-columns: repeat(2, minmax(auto, 1fr))
    }

    .col--3-sm {
        -ms-grid-template-columns: repeat(3, minmax(auto, 1fr));
        grid-template-columns: repeat(3, minmax(auto, 1fr))
    }

    .col--4-sm {
        -ms-grid-template-columns: repeat(4, minmax(auto, 1fr));
        grid-template-columns: repeat(4, minmax(auto, 1fr))
    }

    .grid__item--1-sm {
        -ms-grid-column: span 1;
        grid-column: span 1
    }

    .grid__item--2-sm {
        -ms-grid-column: span 2;
        grid-column: span 2
    }

    .gap--0-sm {
        -ms-gap: 0;
        gap: 0
    }

    .gap--5-sm {
        -ms-gap: 5px;
        gap: 5px
    }

    .gap--10-sm {
        -ms-gap: 10px;
        gap: 10px
    }

    .gap--20-sm {
        -ms-gap: 20px;
        gap: 20px
    }

    .gap--30-sm {
        -ms-gap: 30px;
        gap: 30px
    }

    .gap--50-sm {
        -ms-gap: 50px;
        gap: 50px
    }

    .row-gap--10-sm {
        -ms-grid-row-gap: 10px;
        grid-row-gap: 10px
    }

    .row-gap--20-sm {
        -ms-grid-row-gap: 20px;
        grid-row-gap: 20px
    }

    .row-gap--30-sm {
        -ms-grid-row-gap: 30px;
        grid-row-gap: 30px
    }

    .row-gap--50-sm {
        -ms-grid-row-gap: 50px;
        grid-row-gap: 50px
    }

    .flex--col-sm {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flex--wrap-sm {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .al--start-sm {
        align-items: flex-start
    }

    .al--end-sm {
        align-items: flex-end
    }

    .al--stretch-sm {
        align-items: stretch
    }

    .al--center-sm {
        align-items: center
    }

    .jf--start-sm {
        justify-content: flex-start
    }

    .jf--end-sm {
        justify-content: flex-end
    }

    .jf--center-sm {
        justify-content: center
    }

    .jf--between-sm {
        justify-content: space-between
    }

    .jf--around-sm {
        justify-content: space-around
    }

    .tx-al--center-sm {
        text-align: center
    }

    .tx-al--left-sm {
        text-align: left
    }

    .tx-al--right-sm {
        text-align: right
    }
}

@media screen and (max-width:500px) {
    .hide-xsm {
        display: none
    }

    .show-xsm {
        display: inline-block
    }
}

@media screen and (max-width:450px) {
    .hide-xs {
        display: none
    }

    .show-xs {
        display: inline-block
    }

    .col--1-xs {
        -ms-grid-template-columns: 100%;
        grid-template-columns: 100%
    }

    .col--2-xs {
        -ms-grid-template-columns: repeat(2, minmax(auto, 1fr));
        grid-template-columns: repeat(2, minmax(auto, 1fr))
    }

    .flex--col-xs {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .al--center-xs {
        align-items: center
    }

    .al--stretch-xs {
        align-items: stretch
    }

    .jf--center-xs {
        justify-content: center
    }

    .tx-al--center-xs {
        text-align: center
    }

    .tx-al--left-xs {
        text-align: left
    }

    .tx-al--right-xs {
        text-align: right
    }
}

.header {
    position: fixed;
    z-index: 8;
    width: 100%
}

.modal-active .header {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.header__top-bar {
    position: relative;
    z-index: 2;
    padding: 0 1em;
    font-size: .9em;
    height: var(--height-top-bar)
}

.header__top-bar .trustpilot-widget {
    margin: 0 -10px -4px
}

.header__top-bar .trustpilot-rating {
    width: 125px
}

.header__top-bar__info .search-icon {
    width: 15px;
    position: relative;
    text-align: center;
    font-size: 1.1em
}

.header__top-bar__info .search-icon::before {
    position: absolute;
    z-index: -1;
    height: var(--height-top-bar);
    width: 30px;
    top: calc(50% - 21px);
    left: calc(50% - 15px);
    content: '';
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s
}

.header.search-active .header__top-bar__info .search-icon::before {
    background-color: var(--colour-blue)
}

.header__main {
    height: 68px;
    padding: 0 .75em;
    background-color: rgba(255, 255, 255, 1);
    transition: background-color 0.3s, margin 0.3s;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5)
}

.header__main :is(a, button):not(:hover):not(:focus) {
    color: var(--colour-grey)
}

.header__main__logo {
    max-width: 200px;
    padding: .85em .5em .65em
}

.header__main__logo>a {
    display: block
}

.header__top-bar .account-icon {
    padding: 0 1em;
    height: 42px;
    background-color: var(--colour-pink);
    margin-left: -.5em
}

#search-form {
    position: relative
}

#search-form input[type="search"] {
    padding: .25em 3em .25em 1em;
    height: 30px;
    border: none
}

#search-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 30px;
    width: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 1.2em
}

.nav {
    position: relative;
    z-index: 2
}

.nav ul {
    margin: 0 !important
}

.nav>button {
    display: none;
    font-size: 1.5em;
    padding: 0 .5em;
    background-color: rgba(255, 255, 255, 0);
    border: none
}

.nav__top>.nav__item>a {
    height: 68px
}

.nav__item {
    text-align: center;
    background-color: rgba(255, 255, 255, 1)
}

.nav__item>a {
    padding: 1.6em 1em;
    display: block;
    margin: 0
}

.nav__item.sub {
    position: relative
}

.nav__item.sub>a {
    padding-left: calc(1em + 15px)
}

.nav__item.sub>a i {
    position: absolute;
    left: 1em;
    top: calc(50% - 9px);
    transition: transform 0.3s, top 0.3s, left 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.nav__item.sub .nav__item {
    text-align: left;
    background-color: rgba(255, 255, 255, 0)
}

.nav__item.sub .nav__item>a {
    padding: .5em .75em
}

.nav__item.sub .nav__item>a:not(:hover):not(:focus) {
    color: #FFF
}

.nav__item.sub>ul {
    position: absolute;
    left: 0;
    opacity: 1;
    top: 100%;
    padding: .5em 0;
    z-index: -1;
    transition: all 0.3s;
    font-size: 90%;
    min-width: 170px;
    background-color: var(--colour-grey);
    border-bottom: 2px solid var(--colour-blue);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-box-shadow: 4px 2px 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 4px 2px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 4px 2px 5px 0 rgba(0, 0, 0, .25)
}

.nav__item.sub:is(:hover, :focus, :focus-within)>a {
    padding-left: calc(1em + 3px);
    padding-right: calc(1em + 12px);
    color: var(--colour-yellow)
}

.nav__item.sub:is(:hover, :focus, :focus-within)>a i {
    top: calc(100% - 14px);
    left: -4px;
    font-size: 1.8em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nav__item.sub:not(:hover):not(:focus):not(:focus-within)>ul {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.nav__item.sub:last-child>ul {
    left: initial;
    right: calc(0% + 10px)
}

.nav__item.sub:last-child:hover>a i {
    left: calc(100% - 22px);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nav--menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100vh;
    padding: 2em;
    background-color: var(--colour-blue);
    transition: all 0.4s;
    z-index: 10;
    overflow-y: auto;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5)
}

.nav--menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav--menu ul {
    border-left: 3px solid var(--colour-grey)
}

.nav--menu .nav__header {
    font-size: 2.2em;
    font-weight: var(--font-bold);
    margin: 0 0 .75em
}

.nav--menu .nav__header,
.nav--menu :is(a, button):not(:hover) {
    color: #FFF
}

.nav--menu .nav__item {
    text-align: left;
    background-color: initial
}

.nav--menu .nav__item>a {
    padding: 1em 2em;
    position: relative;
    overflow: hidden
}

.nav--menu .nav__item>a::after {
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0;
    right: 100%;
    content: '';
    background-color: var(--colour-grey);
    transition: all 0.3s
}

.nav--menu .nav__item:hover>a {
    padding-left: 2.5em
}

.nav--menu .nav__item:hover>a::after {
    right: calc(100% - 10px)
}

.nav--menu .close-overlay {
    position: absolute;
    top: 26px;
    right: 30px
}

.nav--menu .close-overlay button {
    font-size: 1.5em
}

.footer {
    position: relative;
    margin-top: 3em;
    width: 100%;
    z-index: 5
}

.modal-active .footer {
    z-index: -1
}

.footer__top {
    width: 100%
}

.footer__top>svg {
    height: 50px;
    width: 100%
}

.footer__wrapper {
    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: calc(var(--width-content) + 2em);
    line-height: 2
}

.footer__social {
    font-size: 150%
}

.footer__bottom-bar {
    padding: 1.5em 1.75em;
    border-top: 2px solid #FFF
}

.footer__bottom-bar p {
    margin: 0 !important;
    font-size: .75em;
    line-height: 1.2
}

.footer__bottom-bar p:first-child {
    margin-bottom: 0.25em !important;
    font-size: .8em
}

.footer__bottom-bar a {
    font-weight: var(--font-bold)
}

.footer__bottom-bar__logo {
    max-width: 200px
}

.footer__bottom-bar__logo .logo :is(.blue, .pink, .yellow) {
    fill: #FFF
}

.overlay .header__main .nav__item:not(a) {
    transition: background-color 0s 0.3s
}

.overlay .content {
    padding-top: var(--height-top-bar)
}

.overlay .content__hero {
    height: calc(100vh - var(--height-top-bar))
}

.overlay .header.at-top .header__main,
.overlay .header.at-top .header__main .nav__item,
.overlay .header.at-top .header__main .nav__item.sub>ul {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    border: none
}

.overlay .header.at-top .header__main .nav__item.sub>ul {
    border-top: 2px solid var(--colour-blue);
    background-color: rgba(27, 27, 27, .5)
}

.overlay .header.at-top .header__main .nav__item:not(a):not(button) {
    transition: background-color 0s 0s
}

.overlay .header.at-top .header__main :is(a, button).nav__item:not(:hover),
.overlay .header.at-top .header__main .nav__item:not(.sub:hover) a:not(:hover) {
    color: #FFF
}

.overlay .header.at-top .header__main .logo :is(.blue, .pink, .yellow) {
    fill: #FFF
}

.overlay .header.at-top .content__hero {
    width: 100%;
    height: calc(100vh - var(--height-top-bar));
    position: relative;
    padding-top: 68px
}

@media screen and (max-width:1200px) {
    .header__top-bar {
        font-size: .75em
    }

    .header__top-bar .account-icon {
        padding: 0 .9em
    }
}

@media screen and (max-width:1000px) {
    .header__top-bar {
        font-size: .9em
    }

    .header__top-bar .account-icon {
        padding: 0 .75em
    }

    .header__main {
        font-size: .9em
    }

    .nav__item>a {
        padding: 1.85em .6em
    }

    .nav__item.sub>a {
        padding-left: calc(0.6em + 14px)
    }

    .nav__item.sub>a i {
        top: calc(50% - 7px);
        left: .6em
    }

    .nav__item.sub:hover>a {
        padding-left: calc(0.6em + 6px);
        padding-right: calc(0.6em + 10px)
    }

    .nav__item.sub:hover>a i {
        top: calc(100% - 12px)
    }
}

@media screen and (max-width:800px) {
    .header__top-bar {
        font-size: .8em;
        padding: 0 .8em
    }
}

@media screen and (max-width:768px) {
    .header__top-bar {
        font-size: 1.1em;
        padding: 0 .75em
    }

    .header__top-bar .account-icon {
        padding: 0 .6em;
        margin-left: 0
    }

    .header__top-bar__info::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background-color: var(--colour-grey);
        content: ''
    }

    #search-form {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -2;
        transition: top 0.3s
    }

    #search-form input[type="search"] {
        padding-top: .5em;
        padding-bottom: .5em;
        border-radius: 0;
        height: 100%;
        background-color: #3d3d3d
    }

    #search-form .btn {
        height: 100%
    }

    .header.search-active #search-form {
        top: 100%
    }

    .header.search-active .header__main {
        margin-top: var(--height-top-bar)
    }

    .nav:not(.nav--menu)>ul {
        display: none
    }

    .nav>button {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .nav--menu {
        display: block
    }

    .nav--menu .nav__header {
        font-size: 2em
    }

    .footer {
        margin-top: 4em
    }
}

@media screen and (max-width:600px) {
    .header__logo {
        max-width: 150px
    }

    .nav--menu .nav__header {
        font-size: 1.85em
    }

    .footer {
        margin-top: 3em
    }

    .footer__bottom-bar__logo {
        max-width: 150px
    }
}

@media screen and (max-width:450px) {
    .nav--menu {
        width: 100%
    }
}

@media screen and (max-width:400px) {
    .header__top-bar .trustpilot-widget {
        margin: 0 0 -4px;
        width: 200px
    }
}

.content {
    position: relative;
    width: 100%;
    padding-top: var(--height-full-nav)
}

.content *::-webkit-scrollbar-track {
    border-radius: 10px
}

.content__hero {
    width: 100%;
    height: calc(100vh - var(--height-full-nav));
    position: relative;
    min-height: 650px
}

.content__hero :is(h1, h2) {
    font-size: 4.25em;
    line-height: 1.1;
    max-width: 15ch
}

.content__hero :is(p, ul) {
    font-size: 1em;
    line-height: 1.8;
    max-width: 60ch
}

.content__banner {
    min-height: 270px;
    height: 25vh;
    position: relative;
    z-index: 1
}

.content__banner h1 {
    line-height: 1.1
}

.content__banner :is(h1, p),
.content__banner a:not(:hover) {
    color: #FFF
}

.content__banner__overlay {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    content: ''
}

.content__banner__overlay>.angle-overlay {
    height: 100%;
    width: 100%
}

.content__banner__overlay>.angle-overlay path {
    fill: #FFF
}

.content__banner__img,
.content__banner::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ''
}

.content__banner__img {
    z-index: -2
}

.content__banner__img>img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.content__banner::after {
    background-color: rgba(27, 27, 27, .4);
    z-index: -1
}

.content__banner>.content__wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 2.5em
}

.content__section {
    position: relative;
    width: 100%;
    margin-top: 2em;
    z-index: 1
}

.content__wrapper {
    margin: 0 auto;
    padding: clamp(1.75rem, 5%, 2.75rem) clamp(1.5rem, 5%, 2rem);
    max-width: calc(var(--width-content) + 2em)
}

.content.post .content__wrapper {
    max-width: calc(var(--width-post-content) + 2em)
}

.content__inner {
    padding: 0
}

.content__inner a:not(.btn) {
    font-weight: 700
}

.content__inner:not(:first-child):not(:last-child) {
    padding: 2em 0
}

.content__inner:first-child:not(:last-child) {
    padding: 0 0 2em
}

.content__inner:last-child:not(:first-child) {
    padding: 2em 0 0
}

.content__wrapper.w-sidebar {
    -ms-grid-template-columns: 1fr 1fr 1fr 250px;
    grid-template-columns: 1fr 1fr 1fr 250px
}

.content__sidebar>div {
    position: sticky;
    top: calc(var(--height-full-nav) + 2em)
}

.content__hero__bg,
.content__section__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.content__section__bg {
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content__section__bg.both {
    justify-content: space-around;
    align-items: center
}

.content__section__bg .bg-quad {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    min-width: 1000px;
    max-height: 600px;
    min-height: 400px
}

.content__section__bg .bg-quad>path {
    fill: var(--colour-lt-blue)
}

.content__section__bg.right .bg-quad {
    left: calc(50% - 350px)
}

.content__section__bg.left .bg-quad {
    right: calc(50% - 250px);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.content__section__bg.both .bg-quad:first-child {
    position: relative;
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%)
}

.content__section__bg.both .bg-quad:last-child {
    position: relative;
    -webkit-transform: rotateY(180deg) translateX(40%);
    -ms-transform: rotateY(180deg) translateX(40%);
    transform: rotateY(180deg) translateX(40%)
}

.content__image {
    height: 40vh;
    min-height: 200px;
    max-height: 350px;
    position: relative
}

.content__image::after {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: .1;
    -webkit-box-shadow: inset 0 0 30px 0 var(--colour-grey);
    -moz-box-shadow: inset 0 0 30px 0 var(--colour-grey);
    box-shadow: inset 0 0 30px 0 var(--colour-grey)
}

.content__image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em 1.5em;
    background-color: rgba(27, 27, 27, .4);
    font-size: 110%
}

.content__image figcaption>* {
    color: #FFF;
    font-weight: var(--font-bold)
}

.content__image.top img.cover {
    object-position: center 20%
}

.content__image.bottom img.cover {
    object-position: center 80%
}

.content__image--single {
    width: calc(50% - 1em);
    margin: 0 1.5em 1em 0;
    float: left;
    height: 30vh
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(37, 37, 37, .7);
    z-index: 10;
    min-width: var(--min-width-content)
}

.modal:not(.active) {
    display: none
}

.modal__body {
    background-color: #FFF;
    padding: 2em;
    position: relative;
    max-width: calc(var(--width-content) - 2em);
    max-height: calc(100% - 2em);
    overflow-y: auto;
    -webkit-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15)
}

.modal__body__close {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 1.3em
}

.modal__body__iframe {
    width: 60vw;
    padding-bottom: 56.25%;
    position: relative
}

.modal__body__iframe>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.logo {
    width: 100%
}

.logo>.blue {
    fill: var(--colour-blue)
}

.logo>.pink {
    fill: var(--colour-pink)
}

.logo>.yellow {
    fill: var(--colour-yellow)
}

.slider {
    width: 100%;
    position: relative;
    height: 50vh;
    min-height: 300px
}

.slider__control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.slider__control.prev {
    left: 0
}

.slider__control.next {
    right: 0
}

.slider__control .btn {
    font-size: 2em;
    padding: .5em .6em
}

.slider__item {
    width: calc(100% - 80px);
    max-width: 500px;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: all 0.5s;
    border-radius: 40px;
    overflow: hidden
}

.slider__item:not(.active) {
    opacity: 0;
    height: 0;
    width: 0
}

.slider__item.p-before {
    z-index: 1;
    -webkit-transform: scale(.6) translatex(-100%);
    -ms-transform: scale(.6) translatex(-100%);
    transform: scale(.6) translatex(-100%);
    opacity: .6
}

.slider__item.p-main {
    z-index: 2;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.slider__item.p-after {
    z-index: 1;
    -webkit-transform: scale(.6) translatex(100%);
    -ms-transform: scale(.6) translatex(100%);
    transform: scale(.6) translatex(100%);
    opacity: .6
}

.slider__item:is(.p-before, .p-after) {
    -webkit-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .25);
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .25)
}

.slider__item.p-main {
    -webkit-box-shadow: 4px 3px 18px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 4px 3px 18px 0 rgba(0, 0, 0, .25);
    box-shadow: 4px 3px 18px 0 rgba(0, 0, 0, .25)
}

.slider__item>section {
    width: 100%;
    height: 100%;
    position: relative
}

.slider__item>section>div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em 1.5em;
    background-color: rgba(255, 255, 255, .8);
    transition: background-color 0.5s
}

.slider__item>section>div>* {
    transition: color 0.5s
}

.slider__item:is(.p-before, .p-after)>section>div {
    background-color: rgba(27, 27, 27, .6)
}

.slider__item:is(.p-before, .p-after)>section>div>* {
    color: #FFF
}

.item-card,
.info-box {
    text-align: center;
    border-radius: 40px;
    background-color: #FFF;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15)
}

.item-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-rows: 250px 1fr;
    grid-template-rows: 250px 1fr;
    -ms-grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr)
}

.item-card__top {
    width: 100%;
    height: 250px;
    position: relative;
    z-index: 1
}

.item-card__top img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.item-card__top::after {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    border-radius: 40px 40px 0 0;
    opacity: .15;
    -webkit-box-shadow: inset 0 0 10px 0 var(--colour-grey);
    -moz-box-shadow: inset 0 0 10px 0 var(--colour-grey);
    box-shadow: inset 0 0 10px 0 var(--colour-grey)
}

.item-card__bottom {
    padding: 1em 1em 1.25em;
    font-size: 90%;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-card__title {
    margin-bottom: 0.3em !important;
    font-size: 1.8em
}

.info-box {
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    padding: 2em;
    -webkit-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.info-box h3 {
    font-size: 3em
}

.info-box:nth-child(3n+1) h3 {
    color: var(--colour-blue)
}

.info-box:nth-child(3n+2) h3 {
    color: var(--colour-pink)
}

.info-box:nth-child(3n) h3 {
    color: var(--colour-yellow)
}

.listings {
    -ms-grid-auto-rows: minmax(30px, 1fr);
    grid-auto-rows: minmax(30px, 1fr)
}

.listings__item {
    border-radius: 40px;
    background-color: #FFF;
    overflow: hidden;
    -ms-grid-template-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
    -webkit-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15)
}

.listings__item>figure {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin: 0;
    height: 100%;
    max-height: 300px
}

.listings__item>figure>img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.listings__item>div {
    padding: 1.75em 2em 1.75em 0
}

.display {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: 1fr;
    grid-template-columns: 1fr;
    height: fit-content;
    -ms-grid-auto-rows: 1fr 100px;
    grid-auto-rows: 1fr 100px;
    overflow: hidden
}

.display__image {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 500px
}

.display__image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.display__image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em 1.5em;
    ;
    background-color: rgba(27, 27, 27, .4)
}

.display__image figcaption h2 {
    color: #FFF
}

.display__thumbs {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden
}

.display__thumbs .display__thumbs__track {
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    background-color: rgba(27, 27, 27, .2)
}

.display__thumbs .display__thumbs__item {
    -webkit-flex: 0 0 calc(100% / 4);
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    width: 100%;
    cursor: pointer;
    margin: 0
}

.display__thumbs .display__thumbs__item>img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

:is(.display[data-slider="no"], .display[data-thumbs="1"], .display[data-thumbs="2"], .display[data-thumbs="3"]) .display__thumbs__track {
    justify-content: center
}

.display__thumbs__control {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
    padding: 0 .5em;
    align-items: center;
    justify-content: center
}

.display__thumbs__control.prev {
    left: 0
}

.display__thumbs__control.prev:not(.disabled) {
    background: -moz-linear-gradient(left, rgba(27, 27, 27, .5) 0%, rgba(27, 27, 27, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(27, 27, 27, .5) 0%, rgba(27, 27, 27, 0) 100%);
    background: linear-gradient(to right, rgba(27, 27, 27, .5) 0%, rgba(27, 27, 27, 0) 100%)
}

.display__thumbs__control.next {
    right: 0
}

.display__thumbs__control.next:not(.disabled) {
    background: -moz-linear-gradient(left, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, .5) 100%);
    background: -webkit-linear-gradient(left, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, .5) 100%);
    background: linear-gradient(to right, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, .5) 100%)
}

.display__thumbs__control:not(:hover) {
    color: #FFF
}

.display__thumbs__control>i {
    font-size: 1.6em;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.display__thumbs__control.disabled {
    cursor: auto
}

.display__thumbs__control.disabled>i {
    color: var(--colour-disabled)
}

.display__thumbs__control:not(.disabled):hover>i {
    -moz-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25)
}

.img-text-group>section {
    border-radius: 40px;
    -webkit-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    overflow: hidden
}

.img-text-group .left .img-text-group__img,
.img-text-group .right .img-text-group__text {
    order: 1
}

.img-text-group .right .img-text-group__img,
.img-text-group .left .img-text-group__text {
    order: 2
}

.img-text-group .img-text-group__img {
    position: relative
}

.img-text-group .img-text-group__img>figure {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.img-text-group .img-text-group__text {
    padding: 2em;
    background-color: #FFF
}

.exp {
    border-bottom: 2px solid var(--colour-lt-blue)
}

.exp__trigger {
    padding: .8em .8em .6em calc(0.8em + 25px);
    margin: 0 !important;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    font-size: 1.3em
}

.exp__trigger.active {
    background-color: var(--colour-pink);
    color: #FFF;
    padding-left: 1em;
    font-weight: var(--font-bold)
}

.exp__trigger:not(.active):hover {
    color: var(--colour-yellow)
}

.exp__trigger::before {
    position: absolute;
    left: .8em;
    top: calc(50% - 9px);
    transition: transform 0.3s, top 0.3s, left 0.3s;
    font-family: var(--font-icons);
    font-weight: var(--font-i-weight);
    content: '\f0d7';
    line-height: 1;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.exp__trigger:not(.active):hover::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.exp__trigger.active::before {
    top: calc(100% - 18px);
    left: -7px;
    font-size: 1.8em;
    color: var(--colour-yellow);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.exp__body {
    padding: 1em 1.2em;
    width: 100%;
    display: none
}

.qas .exp__trigger:not(.active) {
    font-weight: var(--font-normal)
}

.tabs {
    border-radius: 40px;
    position: relative;
    z-index: 1;
    max-width: 100%
}

.tabs__nav {
    list-style: none;
    padding: 0;
    margin: 0 !important
}

.tabs__nav li {
    align-items: center;
    justify-content: center;
    height: 60px;
    cursor: pointer;
    margin: 0;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    transition: all 0.3s
}

.tabs__nav li.active {
    background-color: #FFF;
    color: var(--colour-grey);
    cursor: auto;
    height: 70px;
    margin-top: -10px;
    -webkit-box-shadow: inset 0 2px 0 0 var(--colour-lt-blue), 3px 5px 8px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 2px 0 0 var(--colour-lt-blue), 3px 5px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 2px 0 0 var(--colour-lt-blue), 3px 5px 8px 0 rgba(0, 0, 0, .15)
}

.tabs__nav li:not(.active) {
    color: #FFF;
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .25), 3px 5px 8px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .25), 3px 5px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .25), 3px 5px 8px 0 rgba(0, 0, 0, .15)
}

.tabs__nav li:not(.active):nth-child(3n+1) {
    background-color: var(--colour-pink)
}

.tabs__nav li:not(.active):nth-child(3n+2) {
    background-color: var(--colour-blue)
}

.tabs__nav li:not(.active):nth-child(3n) {
    background-color: var(--colour-grey)
}

.tabs__nav li:not(.active):hover {
    background-color: var(--colour-yellow);
    height: 70px;
    margin-top: -10px
}

.tabs__nav-sm {
    display: none;
    height: 60px;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 1;
    border-color: #FFF;
    background-color: var(--colour-pink);
    color: #FFF;
    -webkit-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .15)
}

.tabs.reduced .tabs__nav li {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.tabs__body {
    background-color: #FFF;
    border-radius: 0 0 40px 40px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, .5);
    box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, .1)
}

.tabs__body__section {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 2em;
    order: 2;
    opacity: 0;
    transition: opacity 0.5s
}

.tabs__body__section.active {
    order: 1;
    opacity: 1
}

.feature-quote {
    text-align: center;
    border-radius: 40px;
    overflow: hidden;
    padding: 2em;
    background: var(--colour-blue);
    background: -webkit-linear-gradient(315deg, var(--colour-blue) 0%, #7800c3 50%, var(--colour-pink) 100%);
    background: linear-gradient(315deg, var(--colour-blue) 0%, #7800c3 50%, var(--colour-pink) 100%);
    -webkit-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15)
}

.feature-quote blockquote {
    margin: 0;
    padding: .8em 1em 1em 1em;
    position: relative;
    z-index: 1;
    text-align: center
}

.feature-quote blockquote::before,
.feature-quote blockquote::after {
    position: absolute;
    line-height: 1;
    z-index: -1;
    opacity: .7;
    font-family: var(--font-icons);
    font-weight: var(--font-i-weight);
    font-size: 3em;
    color: var(--colour-yellow)
}

.feature-quote blockquote::before {
    top: 0;
    left: 0;
    content: '\f10d';
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg)
}

.feature-quote blockquote::after {
    bottom: -20px;
    right: 0;
    content: '\f10e';
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

.feature-quote :is(h4, p):not(.feature-quote__descriptive) {
    color: #FFF
}

.feature-quote h4 {
    font-weight: var(--font-normal)
}

.feature-quote__quote {
    font-size: 1.3em
}

.feature-quote__name {
    font-size: 1.3em;
    font-weight: var(--font-bold)
}

.feature-quote__location {
    text-transform: uppercase;
    font-size: .8em
}

.feature-quote__descriptive {
    color: var(--colour-yellow)
}

.feature-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.feature-list>li {
    position: relative;
    z-index: 1;
    padding-left: 50px
}

.feature-list>li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-icon);
    line-height: 1;
    font-family: var(--font-icons);
    font-weight: var(--font-i-weight);
    font-size: 2em;
    color: var(--colour-yellow)
}

.feature-list>li>h4 {
    font-size: 1.3em
}

.video video {
    width: 100%
}

.iframe-video {
    padding: 56.25% 0 0 0;
    position: relative;
    background-color: rgba(27, 27, 27, .4)
}

.iframe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:1250px) {
    .modal__body {
        max-width: calc(100% - 2em)
    }
}

@media screen and (max-width:1000px) {
    .content__hero :is(h1, h2) {
        font-size: 4em;
        margin-bottom: .3em
    }

    .content__wrapper.w-sidebar {
        -ms-grid-template-columns: 100%;
        grid-template-columns: 100%
    }

    .content__sidebar {
        padding-top: 4em
    }

    .content__sidebar>div {
        position: relative;
        top: 0
    }

    .listings__item>figure {
        -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-height: 350px
    }

    .display__image {
        height: 425px
    }
}

@media screen and (max-width:1000px) and (max-height:800px) {
    .content__hero :is(h1, h2) {
        font-size: 3.5em
    }
}

@media screen and (max-width:768px) {
    .content__section {
        margin-top: 3em
    }

    .content__banner>.content__wrapper {
        padding-bottom: 2em
    }

    .content__image--single {
        float: none;
        width: 100%;
        margin: 0 auto 2em;
        height: 40vh
    }

    .listings {
        -ms-grid-auto-rows: minmax(30px, min-content);
        grid-auto-rows: minmax(30px, min-content)
    }

    .listings__item>figure {
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-height: 300px
    }

    .listings__item>div {
        padding: 0 1.75em 2em
    }

    .display {
        -ms-grid-auto-rows: 1fr 85px;
        grid-auto-rows: 1fr 85px
    }

    .display__image {
        height: 375px
    }

    .img-text-group .left .img-text-group__img,
    .img-text-group .right .img-text-group__img {
        order: 1
    }

    .img-text-group .left .img-text-group__text,
    .img-text-group .right .img-text-group__text {
        order: 2
    }

    .img-text-group .img-text-group__img>figure {
        height: 300px;
        position: relative
    }

    .modal__body {
        padding: 1.5em
    }
}

@media screen and (max-width:768px) and (max-height:800px) {
    .content__hero :is(h1, h2) {
        font-size: 3.2em
    }
}

@media screen and (max-width:600px) {
    .content__hero :is(h1, h2) {
        font-size: 3.5em
    }

    .content__banner__overlay {
        height: 30px
    }

    .content__section {
        margin-top: 2em
    }

    .content__sidebar {
        padding-top: 3em
    }

    .content__image {
        height: 45vh;
        min-height: 200px;
        max-height: 300px
    }

    .listings__item>div {
        padding: 0 20px 20px
    }

    .display {
        -ms-grid-auto-rows: 1fr 80px;
        grid-auto-rows: 1fr 80px
    }

    .display__image {
        height: 300px
    }

    .img-text-group .left .img-text-group__img>figure {
        height: 250px
    }

    .item-card {
        -ms-grid-template-rows: 300px 1fr;
        grid-template-rows: 300px 1fr
    }

    .item-card__top {
        height: 300px
    }

    .item-card__title {
        font-size: 1.6em
    }

    .info-box {
        padding: 1.5em
    }

    .info-box h3 {
        font-size: 2.4em
    }

    .tabs__nav {
        display: none
    }

    .tabs__nav-sm {
        display: block
    }

    .tabs__body__section {
        padding: 1.5em
    }

    .exp__trigger {
        font-size: 1.2em
    }

    .feature-quote__quote,
    .feature-quote__name {
        font-size: 1.2em
    }

    .feature-list>li>h4 {
        font-size: 1.2em
    }

    .modal__body {
        padding: 1.25em;
        width: calc(100% - 2em)
    }
}

@media screen and (max-width:600px) and (max-height:800px) {
    .content__hero :is(h1, h2) {
        font-size: 3em
    }
}

@media screen and (max-width:450px) {
    .listings__item>figure {
        -webkit-flex: 0 0 280px;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-height: 280px
    }

    .item-card {
        -ms-grid-template-rows: 280px 1fr;
        grid-template-rows: 280px 1fr
    }

    .item-card__top {
        height: 280px
    }
}

@media screen and (max-width:400px) {
    .listings__item>figure {
        -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-height: 250px
    }

    .item-card {
        -ms-grid-template-rows: 250px 1fr;
        grid-template-rows: 250px 1fr
    }

    .item-card__top {
        height: 250px
    }
}

.bg--grey {
    background-color: var(--colour-grey)
}

.bg--lt-grey {
    background-color: var(--colour-lt-grey)
}

.bg--pink {
    background-color: var(--colour-pink)
}

:is(.bg--grey, .bg--pink) p,
:is(.bg--grey, .bg--pink) :is(a, button):not(:hover):not(.standard-link):not(.btn) {
    color: #FFF
}

.bg--grey :is(input:not([type="radio"]):not([type="checkbox"]), textarea, select) {
    background-color: rgba(255, 255, 255, .15);
    color: #FFF
}

.bg--grey ::-webkit-input-placeholder {
    color: #cbcbcb
}

.bg--grey :-ms-input-placeholder {
    color: #cbcbcb
}

.bg--grey ::placeholder {
    color: #cbcbcb
}

.bg--gradient {
    background: var(--colour-blue);
    background: -webkit-linear-gradient(315deg, var(--colour-blue) 0%, #7800c3 50%, var(--colour-pink) 100%);
    background: linear-gradient(315deg, var(--colour-blue) 0%, #7800c3 50%, var(--colour-pink) 100%)
}

.fill--grey {
    fill: var(--colour-grey)
}

.fill--white {
    fill: #FFF
}

.tx--white {
    color: #FFF
}

.tx--pink {
    color: var(--colour-pink)
}

.tx--blue {
    color: var(--colour-blue)
}

.tx--highlight {
    position: relative;
    z-index: 1
}

.tx--highlight::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--colour-yellow);
    z-index: -1
}

.tx--max-40 {
    max-width: 40ch
}

.tx--max-50 {
    max-width: 50ch
}

.tx--max-70 {
    max-width: 70ch
}

.tx--max-90 {
    max-width: 90ch
}

.link--img {
    overflow: hidden
}

.link--img figure {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
    transition: transform 0.2s
}

.link--img:hover figure {
    -webkit-transform: scale(1.1, 1.1) rotate(2deg);
    -ms-transform: scale(1.1, 1.1) rotate(2deg);
    transform: scale(1.1, 1.1) rotate(2deg)
}

.w--fit {
    width: fit-content
}

.w--min {
    width: min-content
}

.w--full {
    width: 100% !important;
    max-width: 100% !important
}

.h--full {
    height: 100% !important
}

.form--content {
    padding: var(--padding-md);
    border-radius: 40px;
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15)
}

.form--content:not(.open) {
    display: none
}

.form--modal {
    min-width: 500px
}

:is(.form, .form--content) label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

:is(.form, .form--content) label>span {
    padding: 0 0 5px 10px
}

.form-error {
    padding: .5em;
    border: 3px solid var(--colour-pink);
    border-radius: 40px
}

.form-error:not(.active) {
    display: none
}

.form-success {
    padding: .5em;
    border: 3px solid var(--colour-success);
    border-radius: 40px
}

:is(.form-error, .form-success):not(.no-m) {
    margin-top: 1.5em !important
}

.grid--form {
    -ms-grid-auto-rows: minmax(30px, min-content);
    -ms-grid-template-columns: minmax(150px, 20%) 1fr;
    grid-auto-rows: minmax(30px, min-content);
    grid-template-columns: minmax(150px, 20%) 1fr
}

:is(.form, .form--content) .grid--form label {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center
}

input:not([type="radio"]):not([type="checkbox"]),
textarea,
select,
.btn {
    padding: .5em 1em;
    font-family: var(--font-primary);
    font-weight: var(--font-normal);
    width: 100%
}

input:not([type="radio"]):not([type="checkbox"]),
textarea,
select {
    border-radius: 25px;
    height: 50px;
    border: 1px solid var(--colour-lt-grey);
    font-size: 1em;
    background-color: var(--colour-lt-blue)
}

textarea {
    height: 150px;
    padding: .5em 1em
}

:is(input:not([type="radio"]):not([type="checkbox"]), textarea, select, div).attention {
    outline: 3px solid var(--colour-pink)
}

.btn {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s;
    overflow: hidden;
    border: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn:not(.btn--content) {
    color: #FFF
}

.btn.no-decoration:not(.btn--disabled):hover {
    color: var(--colour-yellow)
}

:is(.btn--primary, .btn--secondary, .btn--tertiary) {
    width: 100%;
    max-width: 260px;
    font-size: 1.2em;
    font-weight: var(--font-bold);
    text-align: center;
    height: 50px;
    border-radius: 25px
}

:is(.btn--primary, .btn--secondary, .btn--tertiary):not(.no-decoration) {
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2)
}

.btn--primary {
    background-color: var(--colour-pink)
}

.btn--secondary {
    background-color: var(--colour-blue)
}

.btn--tertiary {
    background-color: var(--colour-grey)
}

:is(.btn--primary, .btn--secondary, .btn--tertiar).active {
    background-color: #FFF;
    outline: 1px solid var(--colour-yellow);
    color: var(--colour-grey)
}

.btn--content.active {
    border-color: var(--colour-yellow)
}

.btn--sm {
    border-radius: 20px;
    height: 40px
}

.btn--lg,
.btn--icon {
    border-radius: 30px;
    height: 60px
}

.btn--icon {
    font-size: 1.1em
}

.btn--icon>i {
    font-size: 1.4em
}

.btn--content {
    border: 2px solid var(--colour-blue);
    width: 100%;
    max-width: 200px;
    font-size: 1.1em;
    text-align: center;
    border-radius: 30px;
    align-items: center
}

.btn--content:not(:hover),
.btn--content:hover,
.btn--control:not(:hover) {
    color: var(--colour-grey)
}

.btn--control.btn--disabled {
    color: var(--colour-lt-grey)
}

.btn--label {
    border-radius: 40px;
    min-height: 60px;
    height: min-content;
    width: 200px;
    min-width: max-content;
    max-width: none
}

.btn--label :is(input[type="file"], input[type="radio"], input[type="checkbox"]) {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.btn--label.attention:not(.active) {
    border-color: var(--colour-pink);
    outline: 1px solid var(--colour-pink)
}

.btn:not(.no-decoration)::after {
    position: absolute;
    z-index: -1;
    left: -2px;
    top: -2px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    content: '';
    background-color: var(--colour-yellow);
    border-radius: 30px;
    opacity: 0;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    transition: all 0.3s
}

.btn:not(.btn--disabled):not(.no-decoration):not(.active):hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 3px 5px 13px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 5px 13px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 5px 13px 0 rgba(0, 0, 0, .15)
}

.btn:not(.btn--disabled):not(.no-decoration):not(.active):hover::after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.btn--disabled {
    cursor: not-allowed
}

.btn--disabled:not(.btn--control) {
    background-color: var(--colour-disabled)
}

.search-bar {
    position: relative
}

.search-bar input[type="search"] {
    padding: .25em 1.75em;
    height: 50px;
    border-radius: 25px;
    border: 2px solid var(--colour-lt-grey);
    font-size: 1em
}

.search-bar .btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 50px;
    width: fit-content;
    padding: 0 2em;
    align-items: center;
    justify-content: center;
    font-size: 1.2em
}

#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    top: initial;
    width: 100%;
    z-index: 15;
    padding: var(--padding-sm);
    -webkit-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, .15);
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.3s;
    transition: all 0.5s
}

#cookie-notice.seen {
    -webkit-transform: translateY(calc(100% + 20px));
    -ms-transform: translateY(calc(100% + 20px));
    transform: translateY(calc(100% + 20px))
}

.pulse {
    animation: pulse .7s cubic-bezier(.32, .68, .48, .98) infinite alternate
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-box-shadow: 6px 6px 20px 5px rgba(0, 0, 0, .25);
        -moz-box-shadow: 6px 6px 20px 5px rgba(0, 0, 0, .25);
        box-shadow: 6px 6px 20px 5px rgba(0, 0, 0, .25);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@media screen and (max-width:600px) {
    :is(.form, .form--content) label:not(.btn--label) {
        align-items: center;
        padding: 0 0 5px 0
    }

    :is(.form, .form--content) :is(input:not([type="radio"]):not([type="checkbox"]), select) {
        text-align: center
    }

    .grid--form {
        -ms-grid-template-columns: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
        -ms-gap: 0;
        gap: 0
    }

    :is(.form, .form--content) .grid--form label {
        justify-content: center
    }

    :is(.form, .form--content) .grid--form label:not(:first-child):not(.btn--label) {
        margin-top: 15px
    }

    .form--modal {
        min-width: 0;
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:500px) {
    .btn {}
}