.txt--white {
  color: white;
}
.txt--white h1, .txt--white h2, .txt--white h3, .txt--white h4, .txt--white h5, .txt--white h6, .txt--white p {
  color: white;
}
.txt--black {
  color: var(--color-text-base);
}
.txt--black h1, .txt--black h2, .txt--black h3, .txt--black h4, .txt--black h5, .txt--black h6, .txt--black p {
  color: var(--color-text-base);
}
.txt--orange {
  color: var(--color-primary);
}
.txt--orange h1, .txt--orange h2, .txt--orange h3, .txt--orange h4, .txt--orange h5, .txt--orange h6, .txt--orange p {
  color: var(--color-primary);
}

.has-inline-color.has-white-color {
  color: var(--color-text-base) !important;
  box-shadow: inset 0 0px 0px 1px var(--color-secondary);
}

.has-red-color {
  color: var(--color-secondary);
}
.has-red-color h1, .has-red-color h2, .has-red-color h3, .has-red-color h4, .has-red-color h5, .has-red-color h6, .has-red-color p {
  color: var(--color-secondary);
}

section.bkg--white + section.bkg--white {
  padding-top: 0;
}
@media (max-width: 49.99em) {
  section.bkg--white + section.bkg--white {
    padding-top: 0;
  }
}

@media (max-width: 49.99em) {
  section.bkg--grey + section.bkg--grey {
    padding-top: 0;
  }
}

.bkg--white {
  background-color: white;
  color: var(--color-text-base);
}
.bkg--white + .wp-block-heading {
  margin-top: 0;
}
.bkg--grey {
  background-color: var(--color-grey-light);
}
@media (max-width: 49.99em) {
  .bkg--grey + .bkg--grey {
    padding-top: 0;
  }
}
.bkg--dark-grey {
  background-color: var(--color-grey);
  color: white;
}
.bkg--dark-grey .countdown-timer__item {
  border-color: white;
}
.bkg--dark-grey a {
  color: white;
}
.bkg--dark-grey a:hover {
  color: var(--color-grey-light);
}
.bkg--red {
  background-color: var(--color-secondary);
  color: white;
}
.bkg--red .has-red-background-color {
  box-shadow: inset 0 0px 0px 1px var(--color-text-base);
}
.bkg--red .countdown-timer__item {
  border-color: white;
}
.bkg--red .wp-block-button a:hover,
.bkg--red .wp-block-button .has-black-background-color:hover {
  background-color: white !important;
  color: var(--color-text-base) !important;
}
.bkg--red .wp-block-button a:hover:after,
.bkg--red .wp-block-button .has-black-background-color:hover:after {
  content: url("../../src/icons/arrow-dark.svg") !important;
}
.bkg--red .wp-block-button .has-white-background-color:hover {
  background-color: black !important;
  color: white !important;
}
.bkg--red .wp-block-button .has-white-background-color:hover:after {
  content: url("../../src/icons/arrow-light.svg") !important;
}

.bdr--grey {
  border-color: var(--color-grey-light);
}
.bdr--dark-grey {
  border-color: var(--color-dark-grey);
}
.bdr--red {
  border-color: var(--color-secondary);
}

.has-red-background-color {
  background-color: var(--color-secondary);
  color: white;
  font-weight: var(--font-weight-light);
}
.has-red-background-color strong {
  font-weight: var(--font-weight-semi);
}

.has-black-background-color {
  background-color: var(--color-grey) !important;
}

.has-white-background-color {
  background-color: white;
  color: var(--color-text-base) !important;
}

.has-grey-background-color {
  background-color: var(--color-grey-light) !important;
}

.has-transparent-background-color {
  background-color: transparent !important;
  box-shadow: inset 0 0px 0px 1px white;
}

:root {
  --body-family: "Bricolage Grotesque", "sans-serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --heading-family: "Bricolage Grotesque", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semi: 600;
  --font-weight-bold: 700;
  --font-weight-heavy: 900;
  --line-height: 1.3;
  --line-height-headings: 1.1;
  --color-grey-dark: #1b1b1b;
  --color-grey: #333333;
  --color-grey-light: #F3F3F3;
  --color-primary: var(--color-grey);
  --color-secondary: #D8212B;
  --color-tertiary: #FFBC49;
  --color-quaternary: #E2574C;
  --color-text-base: var(--color-grey-dark);
  --color-text-dark: var(--color-grey-dark);
  --color-text-reversed: #fff;
  --color-text-link: var(--color-secondary);
  --color-text-hover: var(--color-grey);
  --color-facebook: #3B5998;
  --color-twitter: #1DA1F2;
  --color-instagram: #262626;
  --color-youtube: #cc181e;
  --color-linkedin: #0077B5;
  --body-background-color: white;
  --border-radius: 6px;
  --gap: 20px;
  --gap-s: 10px;
  --breakpoint: 1292px;
  --spacing-xxl: 100px;
  --spacing-xl: 80px;
  --spacing-l: 60px;
  --spacing: 30px;
  --spacing-s: 20px;
  --spacing-xs: 10px;
  --container-width: 1200px;
  --container-width-l: 1600px;
  --content-width: 840px;
  --font-size: 18px;
  --font-size-lead: calc(1rem + 0.1vw);
  --font-size-small: 14px;
  --font-size-h1: 35px;
  --font-size-h2: 30px;
  --font-size-h3: 25px;
  --font-size-h4: 20px;
  --font-size-h5: 1rem;
  --pill-size: 30px;
  --pill-size-small: 24px;
}
@media (min-width: 50em) {
  :root {
    --font-size-h1: calc(2.7rem + 0.2vw);
    --font-size-h2: calc(1.7rem + 0.2vw);
    --font-size-h3: calc(1.3rem + 0.2vw);
    --font-size-h4: calc(1rem + 0.2vw);
    --font-size-h5: 1rem;
    --pill-size: 40px;
  }
}
@media (min-width: 70em) {
  :root {
    --gap: 60px;
  }
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

html {
  font-size: var(--font-size);
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: var(--body-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-weight: var(--font-weight-light);
  color: var(--color-text-base);
  background-color: var(--body-background-color);
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.skip-nav {
  background: #eee;
  color: var(--color-text-base);
  border-radius: 8px;
}

.wp-block-list li {
  margin-bottom: 0.75rem;
}
.wp-block-image img {
  width: 100%;
}
.wp-block-columns {
  width: 100%;
}
.wp-block-separator {
  border-top: 5px solid var(--color-grey-light);
  margin: var(--spacing-l) auto !important;
}
.wp-block-separator + *:not(section) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.wp-block-embed {
  margin-bottom: var(--spacing-l);
}
.wp-block-embed iframe {
  width: 100%;
  height: 500px;
  border-radius: var(--border-radius);
}
.wp-block-video {
  margin-bottom: var(--spacing-l);
}
.wp-block-video video {
  border-radius: var(--border-radius);
}

iframe {
  border-radius: var(--border-radius);
}

.tt-widget-inline iframe {
  max-width: 100% !important;
}

#embed-map-canvas {
  margin-bottom: var(--spacing-l);
}

.block__button {
  display: flex;
  justify-content: center;
  margin-top: var(--spacing-s);
}
@media (min-width: 50em) {
  .block__button {
    margin-top: var(--spacing-l);
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -30px;
  transition: all 0.3s ease;
}

.flex > * {
  box-sizing: border-box;
  flex: 1 1 auto; /* Default for IE10 bug */
  padding-bottom: 15px;
  padding-left: 30px;
}

.flex[class*=one] > *, .flex[class*=two] > *, .flex[class*=three] > *, .flex[class*=four] > *, .flex[class*=five] > *, .flex[class*=six] > *, .flex[class*=seven] > *, .flex[class*=eight] > *, .flex[class*=nine] > *, .flex[class*=ten] > *, .flex[class*=eleven] > *, .flex[class*=twelve] > * {
  flex-grow: 0;
}

.flex.grow > * {
  flex-grow: 1;
}

.center {
  justify-content: center;
}

.one > * {
  width: 100%;
}

.two > * {
  width: 50%;
}

.three > * {
  width: 33.33333%;
}

.four > * {
  width: 25%;
}

.five > * {
  width: 20%;
}

.six > * {
  width: 16.66666%;
}

.seven > * {
  width: 14.28571%;
}

.eight > * {
  width: 12.5%;
}

.nine > * {
  width: 11.11111%;
}

.ten > * {
  width: 10%;
}

.eleven > * {
  width: 9.09091%;
}

.twelve > * {
  width: 8.33333%;
}

@media all and (min-width: 400px) {
  .one-400 > * {
    width: 100%;
  }
  .two-400 > * {
    width: 50%;
  }
  .three-400 > * {
    width: 33.33333%;
  }
  .four-400 > * {
    width: 25%;
  }
  .five-400 > * {
    width: 20%;
  }
  .six-400 > * {
    width: 16.66666%;
  }
  .seven-400 > * {
    width: 14.28571%;
  }
  .eight-400 > * {
    width: 12.5%;
  }
  .nine-400 > * {
    width: 11.11111%;
  }
  .ten-400 > * {
    width: 10%;
  }
  .eleven-400 > * {
    width: 9.09091%;
  }
  .twelve-400 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 500px) {
  .one-500 > * {
    width: 100%;
  }
  .two-500 > * {
    width: 50%;
  }
  .three-500 > * {
    width: 33.33333%;
  }
  .four-500 > * {
    width: 25%;
  }
  .five-500 > * {
    width: 20%;
  }
  .six-500 > * {
    width: 16.66666%;
  }
  .seven-500 > * {
    width: 14.28571%;
  }
  .eight-500 > * {
    width: 12.5%;
  }
  .nine-500 > * {
    width: 11.11111%;
  }
  .ten-500 > * {
    width: 10%;
  }
  .eleven-500 > * {
    width: 9.09091%;
  }
  .twelve-500 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 600px) {
  .one-600 > * {
    width: 100%;
  }
  .two-600 > * {
    width: 50%;
  }
  .three-600 > * {
    width: 33.33333%;
  }
  .four-600 > * {
    width: 25%;
  }
  .five-600 > * {
    width: 20%;
  }
  .six-600 > * {
    width: 16.66666%;
  }
  .seven-600 > * {
    width: 14.28571%;
  }
  .eight-600 > * {
    width: 12.5%;
  }
  .nine-600 > * {
    width: 11.11111%;
  }
  .ten-600 > * {
    width: 10%;
  }
  .eleven-600 > * {
    width: 9.09091%;
  }
  .twelve-600 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 700px) {
  .one-700 > * {
    width: 100%;
  }
  .two-700 > * {
    width: 50%;
  }
  .three-700 > * {
    width: 33.33333%;
  }
  .four-700 > * {
    width: 25%;
  }
  .five-700 > * {
    width: 20%;
  }
  .six-700 > * {
    width: 16.66666%;
  }
  .seven-700 > * {
    width: 14.28571%;
  }
  .eight-700 > * {
    width: 12.5%;
  }
  .nine-700 > * {
    width: 11.11111%;
  }
  .ten-700 > * {
    width: 10%;
  }
  .eleven-700 > * {
    width: 9.09091%;
  }
  .twelve-700 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 800px) {
  .one-800 > * {
    width: 100%;
  }
  .two-800 > * {
    width: 50%;
  }
  .three-800 > * {
    width: 33.33333%;
  }
  .four-800 > * {
    width: 25%;
  }
  .five-800 > * {
    width: 20%;
  }
  .six-800 > * {
    width: 16.66666%;
  }
  .seven-800 > * {
    width: 14.28571%;
  }
  .eight-800 > * {
    width: 12.5%;
  }
  .nine-800 > * {
    width: 11.11111%;
  }
  .ten-800 > * {
    width: 10%;
  }
  .eleven-800 > * {
    width: 9.09091%;
  }
  .twelve-800 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 900px) {
  .one-900 > * {
    width: 100%;
  }
  .two-900 > * {
    width: 50%;
  }
  .three-900 > * {
    width: 33.33333%;
  }
  .four-900 > * {
    width: 25%;
  }
  .five-900 > * {
    width: 20%;
  }
  .six-900 > * {
    width: 16.66666%;
  }
  .seven-900 > * {
    width: 14.28571%;
  }
  .eight-900 > * {
    width: 12.5%;
  }
  .nine-900 > * {
    width: 11.11111%;
  }
  .ten-900 > * {
    width: 10%;
  }
  .eleven-900 > * {
    width: 9.09091%;
  }
  .twelve-900 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1000px) {
  .one-1000 > * {
    width: 100%;
  }
  .two-1000 > * {
    width: 50%;
  }
  .three-1000 > * {
    width: 33.33333%;
  }
  .four-1000 > * {
    width: 25%;
  }
  .five-1000 > * {
    width: 20%;
  }
  .six-1000 > * {
    width: 16.66666%;
  }
  .seven-1000 > * {
    width: 14.28571%;
  }
  .eight-1000 > * {
    width: 12.5%;
  }
  .nine-1000 > * {
    width: 11.11111%;
  }
  .ten-1000 > * {
    width: 10%;
  }
  .eleven-1000 > * {
    width: 9.09091%;
  }
  .twelve-1000 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1100px) {
  .one-1100 > * {
    width: 100%;
  }
  .two-1100 > * {
    width: 50%;
  }
  .three-1100 > * {
    width: 33.33333%;
  }
  .four-1100 > * {
    width: 25%;
  }
  .five-1100 > * {
    width: 20%;
  }
  .six-1100 > * {
    width: 16.66666%;
  }
  .seven-1100 > * {
    width: 14.28571%;
  }
  .eight-1100 > * {
    width: 12.5%;
  }
  .nine-1100 > * {
    width: 11.11111%;
  }
  .ten-1100 > * {
    width: 10%;
  }
  .eleven-1100 > * {
    width: 9.09091%;
  }
  .twelve-1100 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1200px) {
  .one-1200 > * {
    width: 100%;
  }
  .two-1200 > * {
    width: 50%;
  }
  .three-1200 > * {
    width: 33.33333%;
  }
  .four-1200 > * {
    width: 25%;
  }
  .five-1200 > * {
    width: 20%;
  }
  .six-1200 > * {
    width: 16.66666%;
  }
  .seven-1200 > * {
    width: 14.28571%;
  }
  .eight-1200 > * {
    width: 12.5%;
  }
  .nine-1200 > * {
    width: 11.11111%;
  }
  .ten-1200 > * {
    width: 10%;
  }
  .eleven-1200 > * {
    width: 9.09091%;
  }
  .twelve-1200 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1300px) {
  .one-1300 > * {
    width: 100%;
  }
  .two-1300 > * {
    width: 50%;
  }
  .three-1300 > * {
    width: 33.33333%;
  }
  .four-1300 > * {
    width: 25%;
  }
  .five-1300 > * {
    width: 20%;
  }
  .six-1300 > * {
    width: 16.66666%;
  }
  .seven-1300 > * {
    width: 14.28571%;
  }
  .eight-1300 > * {
    width: 12.5%;
  }
  .nine-1300 > * {
    width: 11.11111%;
  }
  .ten-1300 > * {
    width: 10%;
  }
  .eleven-1300 > * {
    width: 9.09091%;
  }
  .twelve-1300 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1400px) {
  .one-1400 > * {
    width: 100%;
  }
  .two-1400 > * {
    width: 50%;
  }
  .three-1400 > * {
    width: 33.33333%;
  }
  .four-1400 > * {
    width: 25%;
  }
  .five-1400 > * {
    width: 20%;
  }
  .six-1400 > * {
    width: 16.66666%;
  }
  .seven-1400 > * {
    width: 14.28571%;
  }
  .eight-1400 > * {
    width: 12.5%;
  }
  .nine-1400 > * {
    width: 11.11111%;
  }
  .ten-1400 > * {
    width: 10%;
  }
  .eleven-1400 > * {
    width: 9.09091%;
  }
  .twelve-1400 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1500px) {
  .one-1500 > * {
    width: 100%;
  }
  .two-1500 > * {
    width: 50%;
  }
  .three-1500 > * {
    width: 33.33333%;
  }
  .four-1500 > * {
    width: 25%;
  }
  .five-1500 > * {
    width: 20%;
  }
  .six-1500 > * {
    width: 16.66666%;
  }
  .seven-1500 > * {
    width: 14.28571%;
  }
  .eight-1500 > * {
    width: 12.5%;
  }
  .nine-1500 > * {
    width: 11.11111%;
  }
  .ten-1500 > * {
    width: 10%;
  }
  .eleven-1500 > * {
    width: 9.09091%;
  }
  .twelve-1500 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1600px) {
  .one-1600 > * {
    width: 100%;
  }
  .two-1600 > * {
    width: 50%;
  }
  .three-1600 > * {
    width: 33.33333%;
  }
  .four-1600 > * {
    width: 25%;
  }
  .five-1600 > * {
    width: 20%;
  }
  .six-1600 > * {
    width: 16.66666%;
  }
  .seven-1600 > * {
    width: 14.28571%;
  }
  .eight-1600 > * {
    width: 12.5%;
  }
  .nine-1600 > * {
    width: 11.11111%;
  }
  .ten-1600 > * {
    width: 10%;
  }
  .eleven-1600 > * {
    width: 9.09091%;
  }
  .twelve-1600 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1700px) {
  .one-1700 > * {
    width: 100%;
  }
  .two-1700 > * {
    width: 50%;
  }
  .three-1700 > * {
    width: 33.33333%;
  }
  .four-1700 > * {
    width: 25%;
  }
  .five-1700 > * {
    width: 20%;
  }
  .six-1700 > * {
    width: 16.66666%;
  }
  .seven-1700 > * {
    width: 14.28571%;
  }
  .eight-1700 > * {
    width: 12.5%;
  }
  .nine-1700 > * {
    width: 11.11111%;
  }
  .ten-1700 > * {
    width: 10%;
  }
  .eleven-1700 > * {
    width: 9.09091%;
  }
  .twelve-1700 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1800px) {
  .one-1800 > * {
    width: 100%;
  }
  .two-1800 > * {
    width: 50%;
  }
  .three-1800 > * {
    width: 33.33333%;
  }
  .four-1800 > * {
    width: 25%;
  }
  .five-1800 > * {
    width: 20%;
  }
  .six-1800 > * {
    width: 16.66666%;
  }
  .seven-1800 > * {
    width: 14.28571%;
  }
  .eight-1800 > * {
    width: 12.5%;
  }
  .nine-1800 > * {
    width: 11.11111%;
  }
  .ten-1800 > * {
    width: 10%;
  }
  .eleven-1800 > * {
    width: 9.09091%;
  }
  .twelve-1800 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 1900px) {
  .one-1900 > * {
    width: 100%;
  }
  .two-1900 > * {
    width: 50%;
  }
  .three-1900 > * {
    width: 33.33333%;
  }
  .four-1900 > * {
    width: 25%;
  }
  .five-1900 > * {
    width: 20%;
  }
  .six-1900 > * {
    width: 16.66666%;
  }
  .seven-1900 > * {
    width: 14.28571%;
  }
  .eight-1900 > * {
    width: 12.5%;
  }
  .nine-1900 > * {
    width: 11.11111%;
  }
  .ten-1900 > * {
    width: 10%;
  }
  .eleven-1900 > * {
    width: 9.09091%;
  }
  .twelve-1900 > * {
    width: 8.33333%;
  }
}
@media all and (min-width: 2000px) {
  .one-2000 > * {
    width: 100%;
  }
  .two-2000 > * {
    width: 50%;
  }
  .three-2000 > * {
    width: 33.33333%;
  }
  .four-2000 > * {
    width: 25%;
  }
  .five-2000 > * {
    width: 20%;
  }
  .six-2000 > * {
    width: 16.66666%;
  }
  .seven-2000 > * {
    width: 14.28571%;
  }
  .eight-2000 > * {
    width: 12.5%;
  }
  .nine-2000 > * {
    width: 11.11111%;
  }
  .ten-2000 > * {
    width: 10%;
  }
  .eleven-2000 > * {
    width: 9.09091%;
  }
  .twelve-2000 > * {
    width: 8.33333%;
  }
}
.full {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.33333%;
}

.two-third {
  width: 66.66666%;
}

.fourth {
  width: 25%;
}

.three-fourth {
  width: 75%;
}

.fifth {
  width: 20%;
}

.two-fifth {
  width: 40%;
}

.three-fifth {
  width: 60%;
}

.four-fifth {
  width: 80%;
}

.sixth {
  width: 16.66666%;
}

.five-sixth {
  width: 83.33333334%;
}

.tenth {
  width: 10%;
}

.none {
  display: none;
}

@media all and (min-width: 400px) {
  .full-400 {
    display: block;
    width: 100%;
  }
  .half-400 {
    display: block;
    width: 50%;
  }
  .third-400 {
    display: block;
    width: 33.33333%;
  }
  .two-third-400 {
    display: block;
    width: 66.66666%;
  }
  .fourth-400 {
    display: block;
    width: 25%;
  }
  .three-fourth-400 {
    display: block;
    width: 75%;
  }
  .fifth-400 {
    display: block;
    width: 20%;
  }
  .two-fifth-400 {
    display: block;
    width: 40%;
  }
  .three-fifth-400 {
    display: block;
    width: 60%;
  }
  .four-fifth-400 {
    display: block;
    width: 80%;
  }
  .sixth-400 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-400 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-400 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 500px) {
  .full-500 {
    display: block;
    width: 100%;
  }
  .half-500 {
    display: block;
    width: 50%;
  }
  .third-500 {
    display: block;
    width: 33.33333%;
  }
  .two-third-500 {
    display: block;
    width: 66.66666%;
  }
  .fourth-500 {
    display: block;
    width: 25%;
  }
  .three-fourth-500 {
    display: block;
    width: 75%;
  }
  .fifth-500 {
    display: block;
    width: 20%;
  }
  .two-fifth-500 {
    display: block;
    width: 40%;
  }
  .three-fifth-500 {
    display: block;
    width: 60%;
  }
  .four-fifth-500 {
    display: block;
    width: 80%;
  }
  .sixth-500 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-500 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-500 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 600px) {
  .full-600 {
    display: block;
    width: 100%;
  }
  .half-600 {
    display: block;
    width: 50%;
  }
  .third-600 {
    display: block;
    width: 33.33333%;
  }
  .two-third-600 {
    display: block;
    width: 66.66666%;
  }
  .fourth-600 {
    display: block;
    width: 25%;
  }
  .three-fourth-600 {
    display: block;
    width: 75%;
  }
  .fifth-600 {
    display: block;
    width: 20%;
  }
  .two-fifth-600 {
    display: block;
    width: 40%;
  }
  .three-fifth-600 {
    display: block;
    width: 60%;
  }
  .four-fifth-600 {
    display: block;
    width: 80%;
  }
  .sixth-600 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-600 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-600 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 700px) {
  .full-700 {
    display: block;
    width: 100%;
  }
  .half-700 {
    display: block;
    width: 50%;
  }
  .third-700 {
    display: block;
    width: 33.33333%;
  }
  .two-third-700 {
    display: block;
    width: 66.66666%;
  }
  .fourth-700 {
    display: block;
    width: 25%;
  }
  .three-fourth-700 {
    display: block;
    width: 75%;
  }
  .fifth-700 {
    display: block;
    width: 20%;
  }
  .two-fifth-700 {
    display: block;
    width: 40%;
  }
  .three-fifth-700 {
    display: block;
    width: 60%;
  }
  .four-fifth-700 {
    display: block;
    width: 80%;
  }
  .sixth-700 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-700 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-700 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 800px) {
  .full-800 {
    display: block;
    width: 100%;
  }
  .half-800 {
    display: block;
    width: 50%;
  }
  .third-800 {
    display: block;
    width: 33.33333%;
  }
  .two-third-800 {
    display: block;
    width: 66.66666%;
  }
  .fourth-800 {
    display: block;
    width: 25%;
  }
  .three-fourth-800 {
    display: block;
    width: 75%;
  }
  .fifth-800 {
    display: block;
    width: 20%;
  }
  .two-fifth-800 {
    display: block;
    width: 40%;
  }
  .three-fifth-800 {
    display: block;
    width: 60%;
  }
  .four-fifth-800 {
    display: block;
    width: 80%;
  }
  .sixth-800 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-800 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-800 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 900px) {
  .full-900 {
    display: block;
    width: 100%;
  }
  .half-900 {
    display: block;
    width: 50%;
  }
  .third-900 {
    display: block;
    width: 33.33333%;
  }
  .two-third-900 {
    display: block;
    width: 66.66666%;
  }
  .fourth-900 {
    display: block;
    width: 25%;
  }
  .three-fourth-900 {
    display: block;
    width: 75%;
  }
  .fifth-900 {
    display: block;
    width: 20%;
  }
  .two-fifth-900 {
    display: block;
    width: 40%;
  }
  .three-fifth-900 {
    display: block;
    width: 60%;
  }
  .four-fifth-900 {
    display: block;
    width: 80%;
  }
  .sixth-900 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-900 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-900 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1000px) {
  .full-1000 {
    display: block;
    width: 100%;
  }
  .half-1000 {
    display: block;
    width: 50%;
  }
  .third-1000 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1000 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1000 {
    display: block;
    width: 25%;
  }
  .three-fourth-1000 {
    display: block;
    width: 75%;
  }
  .fifth-1000 {
    display: block;
    width: 20%;
  }
  .two-fifth-1000 {
    display: block;
    width: 40%;
  }
  .three-fifth-1000 {
    display: block;
    width: 60%;
  }
  .four-fifth-1000 {
    display: block;
    width: 80%;
  }
  .sixth-1000 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1000 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1000 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1100px) {
  .full-1100 {
    display: block;
    width: 100%;
  }
  .half-1100 {
    display: block;
    width: 50%;
  }
  .third-1100 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1100 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1100 {
    display: block;
    width: 25%;
  }
  .three-fourth-1100 {
    display: block;
    width: 75%;
  }
  .fifth-1100 {
    display: block;
    width: 20%;
  }
  .two-fifth-1100 {
    display: block;
    width: 40%;
  }
  .three-fifth-1100 {
    display: block;
    width: 60%;
  }
  .four-fifth-1100 {
    display: block;
    width: 80%;
  }
  .sixth-1100 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1100 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1100 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1200px) {
  .full-1200 {
    display: block;
    width: 100%;
  }
  .half-1200 {
    display: block;
    width: 50%;
  }
  .third-1200 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1200 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1200 {
    display: block;
    width: 25%;
  }
  .three-fourth-1200 {
    display: block;
    width: 75%;
  }
  .fifth-1200 {
    display: block;
    width: 20%;
  }
  .two-fifth-1200 {
    display: block;
    width: 40%;
  }
  .three-fifth-1200 {
    display: block;
    width: 60%;
  }
  .four-fifth-1200 {
    display: block;
    width: 80%;
  }
  .sixth-1200 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1200 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1200 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1300px) {
  .full-1300 {
    display: block;
    width: 100%;
  }
  .half-1300 {
    display: block;
    width: 50%;
  }
  .third-1300 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1300 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1300 {
    display: block;
    width: 25%;
  }
  .three-fourth-1300 {
    display: block;
    width: 75%;
  }
  .fifth-1300 {
    display: block;
    width: 20%;
  }
  .two-fifth-1300 {
    display: block;
    width: 40%;
  }
  .three-fifth-1300 {
    display: block;
    width: 60%;
  }
  .four-fifth-1300 {
    display: block;
    width: 80%;
  }
  .sixth-1300 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1300 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1300 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1400px) {
  .full-1400 {
    display: block;
    width: 100%;
  }
  .half-1400 {
    display: block;
    width: 50%;
  }
  .third-1400 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1400 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1400 {
    display: block;
    width: 25%;
  }
  .three-fourth-1400 {
    display: block;
    width: 75%;
  }
  .fifth-1400 {
    display: block;
    width: 20%;
  }
  .two-fifth-1400 {
    display: block;
    width: 40%;
  }
  .three-fifth-1400 {
    display: block;
    width: 60%;
  }
  .four-fifth-1400 {
    display: block;
    width: 80%;
  }
  .sixth-1400 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1400 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1400 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1500px) {
  .full-1500 {
    display: block;
    width: 100%;
  }
  .half-1500 {
    display: block;
    width: 50%;
  }
  .third-1500 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1500 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1500 {
    display: block;
    width: 25%;
  }
  .three-fourth-1500 {
    display: block;
    width: 75%;
  }
  .fifth-1500 {
    display: block;
    width: 20%;
  }
  .two-fifth-1500 {
    display: block;
    width: 40%;
  }
  .three-fifth-1500 {
    display: block;
    width: 60%;
  }
  .four-fifth-1500 {
    display: block;
    width: 80%;
  }
  .sixth-1500 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1500 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1500 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1600px) {
  .full-1600 {
    display: block;
    width: 100%;
  }
  .half-1600 {
    display: block;
    width: 50%;
  }
  .third-1600 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1600 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1600 {
    display: block;
    width: 25%;
  }
  .three-fourth-1600 {
    display: block;
    width: 75%;
  }
  .fifth-1600 {
    display: block;
    width: 20%;
  }
  .two-fifth-1600 {
    display: block;
    width: 40%;
  }
  .three-fifth-1600 {
    display: block;
    width: 60%;
  }
  .four-fifth-1600 {
    display: block;
    width: 80%;
  }
  .sixth-1600 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1600 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1600 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1700px) {
  .full-1700 {
    display: block;
    width: 100%;
  }
  .half-1700 {
    display: block;
    width: 50%;
  }
  .third-1700 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1700 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1700 {
    display: block;
    width: 25%;
  }
  .three-fourth-1700 {
    display: block;
    width: 75%;
  }
  .fifth-1700 {
    display: block;
    width: 20%;
  }
  .two-fifth-1700 {
    display: block;
    width: 40%;
  }
  .three-fifth-1700 {
    display: block;
    width: 60%;
  }
  .four-fifth-1700 {
    display: block;
    width: 80%;
  }
  .sixth-1700 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1700 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1700 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1800px) {
  .full-1800 {
    display: block;
    width: 100%;
  }
  .half-1800 {
    display: block;
    width: 50%;
  }
  .third-1800 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1800 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1800 {
    display: block;
    width: 25%;
  }
  .three-fourth-1800 {
    display: block;
    width: 75%;
  }
  .fifth-1800 {
    display: block;
    width: 20%;
  }
  .two-fifth-1800 {
    display: block;
    width: 40%;
  }
  .three-fifth-1800 {
    display: block;
    width: 60%;
  }
  .four-fifth-1800 {
    display: block;
    width: 80%;
  }
  .sixth-1800 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1800 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1800 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 1900px) {
  .full-1900 {
    display: block;
    width: 100%;
  }
  .half-1900 {
    display: block;
    width: 50%;
  }
  .third-1900 {
    display: block;
    width: 33.33333%;
  }
  .two-third-1900 {
    display: block;
    width: 66.66666%;
  }
  .fourth-1900 {
    display: block;
    width: 25%;
  }
  .three-fourth-1900 {
    display: block;
    width: 75%;
  }
  .fifth-1900 {
    display: block;
    width: 20%;
  }
  .two-fifth-1900 {
    display: block;
    width: 40%;
  }
  .three-fifth-1900 {
    display: block;
    width: 60%;
  }
  .four-fifth-1900 {
    display: block;
    width: 80%;
  }
  .sixth-1900 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-1900 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-1900 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 2000px) {
  .full-2000 {
    display: block;
    width: 100%;
  }
  .half-2000 {
    display: block;
    width: 50%;
  }
  .third-2000 {
    display: block;
    width: 33.33333%;
  }
  .two-third-2000 {
    display: block;
    width: 66.66666%;
  }
  .fourth-2000 {
    display: block;
    width: 25%;
  }
  .three-fourth-2000 {
    display: block;
    width: 75%;
  }
  .fifth-2000 {
    display: block;
    width: 20%;
  }
  .two-fifth-2000 {
    display: block;
    width: 40%;
  }
  .three-fifth-2000 {
    display: block;
    width: 60%;
  }
  .four-fifth-2000 {
    display: block;
    width: 80%;
  }
  .sixth-2000 {
    display: block;
    width: 16.66666%;
  }
  .five-sixth-2000 {
    display: block;
    width: 83.33333334%;
  }
  .tenth-2000 {
    display: block;
    width: 10%;
  }
}
@media all and (min-width: 400px) {
  .none-400 {
    display: none;
  }
}
@media all and (min-width: 500px) {
  .none-500 {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .none-600 {
    display: none;
  }
}
@media all and (min-width: 700px) {
  .none-700 {
    display: none;
  }
}
@media all and (min-width: 800px) {
  .none-800 {
    display: none;
  }
}
@media all and (min-width: 900px) {
  .none-900 {
    display: none;
  }
}
@media all and (min-width: 1000px) {
  .none-1000 {
    display: none;
  }
}
@media all and (min-width: 1100px) {
  .none-1100 {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .none-1200 {
    display: none;
  }
}
@media all and (min-width: 1300px) {
  .none-1300 {
    display: none;
  }
}
@media all and (min-width: 1400px) {
  .none-1400 {
    display: none;
  }
}
@media all and (min-width: 1500px) {
  .none-1500 {
    display: none;
  }
}
@media all and (min-width: 1600px) {
  .none-1600 {
    display: none;
  }
}
@media all and (min-width: 1700px) {
  .none-1700 {
    display: none;
  }
}
@media all and (min-width: 1800px) {
  .none-1800 {
    display: none;
  }
}
@media all and (min-width: 1900px) {
  .none-1900 {
    display: none;
  }
}
@media all and (min-width: 2000px) {
  .none-2000 {
    display: none;
  }
}
.off-none {
  margin-left: 0;
}

.off-half {
  margin-left: 50%;
}

.off-third {
  margin-left: 33.33333%;
}

.off-two-third {
  margin-left: 66.66666%;
}

.off-fourth {
  margin-left: 25%;
}

.off-three-fourth {
  margin-left: 75%;
}

.off-fifth {
  margin-left: 20%;
}

.off-two-fifth {
  margin-left: 40%;
}

.off-three-fifth {
  margin-left: 60%;
}

.off-four-fifth {
  margin-left: 80%;
}

.off-sixth {
  margin-left: 16.66666%;
}

.off-tenth {
  margin-left: 10%;
}

.off-twelth {
  margin-left: 8.3333333333%;
}

@media all and (min-width: 400px) {
  .off-none-400 {
    margin-left: 0;
  }
  .off-half-400 {
    margin-left: 50%;
  }
  .off-third-400 {
    margin-left: 33.33333%;
  }
  .off-two-third-400 {
    margin-left: 66.66666%;
  }
  .off-fourth-400 {
    margin-left: 25%;
  }
  .off-three-fourth-400 {
    margin-left: 75%;
  }
  .off-fifth-400 {
    margin-left: 20%;
  }
  .off-two-fifth-400 {
    margin-left: 40%;
  }
  .off-three-fifth-400 {
    margin-left: 60%;
  }
  .off-four-fifth-400 {
    margin-left: 80%;
  }
  .off-sixth-400 {
    margin-left: 16.66666%;
  }
  .off-tenth-400 {
    margin-left: 10%;
  }
  .off-twelth-400 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 500px) {
  .off-none-500 {
    margin-left: 0;
  }
  .off-half-500 {
    margin-left: 50%;
  }
  .off-third-500 {
    margin-left: 33.33333%;
  }
  .off-two-third-500 {
    margin-left: 66.66666%;
  }
  .off-fourth-500 {
    margin-left: 25%;
  }
  .off-three-fourth-500 {
    margin-left: 75%;
  }
  .off-fifth-500 {
    margin-left: 20%;
  }
  .off-two-fifth-500 {
    margin-left: 40%;
  }
  .off-three-fifth-500 {
    margin-left: 60%;
  }
  .off-four-fifth-500 {
    margin-left: 80%;
  }
  .off-sixth-500 {
    margin-left: 16.66666%;
  }
  .off-tenth-500 {
    margin-left: 10%;
  }
  .off-twelth-500 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 600px) {
  .off-none-600 {
    margin-left: 0;
  }
  .off-half-600 {
    margin-left: 50%;
  }
  .off-third-600 {
    margin-left: 33.33333%;
  }
  .off-two-third-600 {
    margin-left: 66.66666%;
  }
  .off-fourth-600 {
    margin-left: 25%;
  }
  .off-three-fourth-600 {
    margin-left: 75%;
  }
  .off-fifth-600 {
    margin-left: 20%;
  }
  .off-two-fifth-600 {
    margin-left: 40%;
  }
  .off-three-fifth-600 {
    margin-left: 60%;
  }
  .off-four-fifth-600 {
    margin-left: 80%;
  }
  .off-sixth-600 {
    margin-left: 16.66666%;
  }
  .off-tenth-600 {
    margin-left: 10%;
  }
  .off-twelth-600 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 700px) {
  .off-none-700 {
    margin-left: 0;
  }
  .off-half-700 {
    margin-left: 50%;
  }
  .off-third-700 {
    margin-left: 33.33333%;
  }
  .off-two-third-700 {
    margin-left: 66.66666%;
  }
  .off-fourth-700 {
    margin-left: 25%;
  }
  .off-three-fourth-700 {
    margin-left: 75%;
  }
  .off-fifth-700 {
    margin-left: 20%;
  }
  .off-two-fifth-700 {
    margin-left: 40%;
  }
  .off-three-fifth-700 {
    margin-left: 60%;
  }
  .off-four-fifth-700 {
    margin-left: 80%;
  }
  .off-sixth-700 {
    margin-left: 16.66666%;
  }
  .off-tenth-700 {
    margin-left: 10%;
  }
  .off-twelth-700 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 800px) {
  .off-none-800 {
    margin-left: 0;
  }
  .off-half-800 {
    margin-left: 50%;
  }
  .off-third-800 {
    margin-left: 33.33333%;
  }
  .off-two-third-800 {
    margin-left: 66.66666%;
  }
  .off-fourth-800 {
    margin-left: 25%;
  }
  .off-three-fourth-800 {
    margin-left: 75%;
  }
  .off-fifth-800 {
    margin-left: 20%;
  }
  .off-two-fifth-800 {
    margin-left: 40%;
  }
  .off-three-fifth-800 {
    margin-left: 60%;
  }
  .off-four-fifth-800 {
    margin-left: 80%;
  }
  .off-sixth-800 {
    margin-left: 16.66666%;
  }
  .off-tenth-800 {
    margin-left: 10%;
  }
  .off-twelth-800 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 900px) {
  .off-none-900 {
    margin-left: 0;
  }
  .off-half-900 {
    margin-left: 50%;
  }
  .off-third-900 {
    margin-left: 33.33333%;
  }
  .off-two-third-900 {
    margin-left: 66.66666%;
  }
  .off-fourth-900 {
    margin-left: 25%;
  }
  .off-three-fourth-900 {
    margin-left: 75%;
  }
  .off-fifth-900 {
    margin-left: 20%;
  }
  .off-two-fifth-900 {
    margin-left: 40%;
  }
  .off-three-fifth-900 {
    margin-left: 60%;
  }
  .off-four-fifth-900 {
    margin-left: 80%;
  }
  .off-sixth-900 {
    margin-left: 16.66666%;
  }
  .off-tenth-900 {
    margin-left: 10%;
  }
  .off-twelth-900 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1000px) {
  .off-none-1000 {
    margin-left: 0;
  }
  .off-half-1000 {
    margin-left: 50%;
  }
  .off-third-1000 {
    margin-left: 33.33333%;
  }
  .off-two-third-1000 {
    margin-left: 66.66666%;
  }
  .off-fourth-1000 {
    margin-left: 25%;
  }
  .off-three-fourth-1000 {
    margin-left: 75%;
  }
  .off-fifth-1000 {
    margin-left: 20%;
  }
  .off-two-fifth-1000 {
    margin-left: 40%;
  }
  .off-three-fifth-1000 {
    margin-left: 60%;
  }
  .off-four-fifth-1000 {
    margin-left: 80%;
  }
  .off-sixth-1000 {
    margin-left: 16.66666%;
  }
  .off-tenth-1000 {
    margin-left: 10%;
  }
  .off-twelth-1000 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1100px) {
  .off-none-1100 {
    margin-left: 0;
  }
  .off-half-1100 {
    margin-left: 50%;
  }
  .off-third-1100 {
    margin-left: 33.33333%;
  }
  .off-two-third-1100 {
    margin-left: 66.66666%;
  }
  .off-fourth-1100 {
    margin-left: 25%;
  }
  .off-three-fourth-1100 {
    margin-left: 75%;
  }
  .off-fifth-1100 {
    margin-left: 20%;
  }
  .off-two-fifth-1100 {
    margin-left: 40%;
  }
  .off-three-fifth-1100 {
    margin-left: 60%;
  }
  .off-four-fifth-1100 {
    margin-left: 80%;
  }
  .off-sixth-1100 {
    margin-left: 16.66666%;
  }
  .off-tenth-1100 {
    margin-left: 10%;
  }
  .off-twelth-1100 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1200px) {
  .off-none-1200 {
    margin-left: 0;
  }
  .off-half-1200 {
    margin-left: 50%;
  }
  .off-third-1200 {
    margin-left: 33.33333%;
  }
  .off-two-third-1200 {
    margin-left: 66.66666%;
  }
  .off-fourth-1200 {
    margin-left: 25%;
  }
  .off-three-fourth-1200 {
    margin-left: 75%;
  }
  .off-fifth-1200 {
    margin-left: 20%;
  }
  .off-two-fifth-1200 {
    margin-left: 40%;
  }
  .off-three-fifth-1200 {
    margin-left: 60%;
  }
  .off-four-fifth-1200 {
    margin-left: 80%;
  }
  .off-sixth-1200 {
    margin-left: 16.66666%;
  }
  .off-tenth-1200 {
    margin-left: 10%;
  }
  .off-twelth-1200 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1300px) {
  .off-none-1300 {
    margin-left: 0;
  }
  .off-half-1300 {
    margin-left: 50%;
  }
  .off-third-1300 {
    margin-left: 33.33333%;
  }
  .off-two-third-1300 {
    margin-left: 66.66666%;
  }
  .off-fourth-1300 {
    margin-left: 25%;
  }
  .off-three-fourth-1300 {
    margin-left: 75%;
  }
  .off-fifth-1300 {
    margin-left: 20%;
  }
  .off-two-fifth-1300 {
    margin-left: 40%;
  }
  .off-three-fifth-1300 {
    margin-left: 60%;
  }
  .off-four-fifth-1300 {
    margin-left: 80%;
  }
  .off-sixth-1300 {
    margin-left: 16.66666%;
  }
  .off-tenth-1300 {
    margin-left: 10%;
  }
  .off-twelth-1300 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1400px) {
  .off-none-1400 {
    margin-left: 0;
  }
  .off-half-1400 {
    margin-left: 50%;
  }
  .off-third-1400 {
    margin-left: 33.33333%;
  }
  .off-two-third-1400 {
    margin-left: 66.66666%;
  }
  .off-fourth-1400 {
    margin-left: 25%;
  }
  .off-three-fourth-1400 {
    margin-left: 75%;
  }
  .off-fifth-1400 {
    margin-left: 20%;
  }
  .off-two-fifth-1400 {
    margin-left: 40%;
  }
  .off-three-fifth-1400 {
    margin-left: 60%;
  }
  .off-four-fifth-1400 {
    margin-left: 80%;
  }
  .off-sixth-1400 {
    margin-left: 16.66666%;
  }
  .off-tenth-1400 {
    margin-left: 10%;
  }
  .off-twelth-1400 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1500px) {
  .off-none-1500 {
    margin-left: 0;
  }
  .off-half-1500 {
    margin-left: 50%;
  }
  .off-third-1500 {
    margin-left: 33.33333%;
  }
  .off-two-third-1500 {
    margin-left: 66.66666%;
  }
  .off-fourth-1500 {
    margin-left: 25%;
  }
  .off-three-fourth-1500 {
    margin-left: 75%;
  }
  .off-fifth-1500 {
    margin-left: 20%;
  }
  .off-two-fifth-1500 {
    margin-left: 40%;
  }
  .off-three-fifth-1500 {
    margin-left: 60%;
  }
  .off-four-fifth-1500 {
    margin-left: 80%;
  }
  .off-sixth-1500 {
    margin-left: 16.66666%;
  }
  .off-tenth-1500 {
    margin-left: 10%;
  }
  .off-twelth-1500 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1600px) {
  .off-none-1600 {
    margin-left: 0;
  }
  .off-half-1600 {
    margin-left: 50%;
  }
  .off-third-1600 {
    margin-left: 33.33333%;
  }
  .off-two-third-1600 {
    margin-left: 66.66666%;
  }
  .off-fourth-1600 {
    margin-left: 25%;
  }
  .off-three-fourth-1600 {
    margin-left: 75%;
  }
  .off-fifth-1600 {
    margin-left: 20%;
  }
  .off-two-fifth-1600 {
    margin-left: 40%;
  }
  .off-three-fifth-1600 {
    margin-left: 60%;
  }
  .off-four-fifth-1600 {
    margin-left: 80%;
  }
  .off-sixth-1600 {
    margin-left: 16.66666%;
  }
  .off-tenth-1600 {
    margin-left: 10%;
  }
  .off-twelth-1600 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1700px) {
  .off-none-1700 {
    margin-left: 0;
  }
  .off-half-1700 {
    margin-left: 50%;
  }
  .off-third-1700 {
    margin-left: 33.33333%;
  }
  .off-two-third-1700 {
    margin-left: 66.66666%;
  }
  .off-fourth-1700 {
    margin-left: 25%;
  }
  .off-three-fourth-1700 {
    margin-left: 75%;
  }
  .off-fifth-1700 {
    margin-left: 20%;
  }
  .off-two-fifth-1700 {
    margin-left: 40%;
  }
  .off-three-fifth-1700 {
    margin-left: 60%;
  }
  .off-four-fifth-1700 {
    margin-left: 80%;
  }
  .off-sixth-1700 {
    margin-left: 16.66666%;
  }
  .off-tenth-1700 {
    margin-left: 10%;
  }
  .off-twelth-1700 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1800px) {
  .off-none-1800 {
    margin-left: 0;
  }
  .off-half-1800 {
    margin-left: 50%;
  }
  .off-third-1800 {
    margin-left: 33.33333%;
  }
  .off-two-third-1800 {
    margin-left: 66.66666%;
  }
  .off-fourth-1800 {
    margin-left: 25%;
  }
  .off-three-fourth-1800 {
    margin-left: 75%;
  }
  .off-fifth-1800 {
    margin-left: 20%;
  }
  .off-two-fifth-1800 {
    margin-left: 40%;
  }
  .off-three-fifth-1800 {
    margin-left: 60%;
  }
  .off-four-fifth-1800 {
    margin-left: 80%;
  }
  .off-sixth-1800 {
    margin-left: 16.66666%;
  }
  .off-tenth-1800 {
    margin-left: 10%;
  }
  .off-twelth-1800 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 1900px) {
  .off-none-1900 {
    margin-left: 0;
  }
  .off-half-1900 {
    margin-left: 50%;
  }
  .off-third-1900 {
    margin-left: 33.33333%;
  }
  .off-two-third-1900 {
    margin-left: 66.66666%;
  }
  .off-fourth-1900 {
    margin-left: 25%;
  }
  .off-three-fourth-1900 {
    margin-left: 75%;
  }
  .off-fifth-1900 {
    margin-left: 20%;
  }
  .off-two-fifth-1900 {
    margin-left: 40%;
  }
  .off-three-fifth-1900 {
    margin-left: 60%;
  }
  .off-four-fifth-1900 {
    margin-left: 80%;
  }
  .off-sixth-1900 {
    margin-left: 16.66666%;
  }
  .off-tenth-1900 {
    margin-left: 10%;
  }
  .off-twelth-1900 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 2000px) {
  .off-none-2000 {
    margin-left: 0;
  }
  .off-half-2000 {
    margin-left: 50%;
  }
  .off-third-2000 {
    margin-left: 33.33333%;
  }
  .off-two-third-2000 {
    margin-left: 66.66666%;
  }
  .off-fourth-2000 {
    margin-left: 25%;
  }
  .off-three-fourth-2000 {
    margin-left: 75%;
  }
  .off-fifth-2000 {
    margin-left: 20%;
  }
  .off-two-fifth-2000 {
    margin-left: 40%;
  }
  .off-three-fifth-2000 {
    margin-left: 60%;
  }
  .off-four-fifth-2000 {
    margin-left: 80%;
  }
  .off-sixth-2000 {
    margin-left: 16.66666%;
  }
  .off-tenth-2000 {
    margin-left: 10%;
  }
  .off-twelth-2000 {
    margin-left: 8.3333333333%;
  }
}
p, p.has-small-font-size {
  margin-top: 0;
  margin-bottom: var(--spacing-s);
  font-size: var(--font-size);
}
p:last-of-type, p.has-small-font-size:last-of-type {
  margin-bottom: 0;
}

p.lead, .has-medium-font-size {
  font-size: var(--font-size-lead);
}

p.small, .small p, .small, .has-small-font-size {
  font-size: var(--font-size-small);
}

ul,
ol {
  list-style: none;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1em;
}
ul li ul li,
ol li ul li {
  list-style-type: circle;
}

ul.list-styled {
  padding-left: 0;
}
ul.list-styled li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  list-style: none;
  font-size: var(--font-size);
}
ul.list-styled li::before {
  content: url("../../src/icons/ul-tick.svg") !important;
  position: absolute;
  top: 0;
  left: -3px;
  width: 20px;
  height: 20px;
}

.wp-block-list {
  list-style: disc;
}

.wp-block-list {
  margin-top: 1rem !important;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0 !important;
  margin-bottom: 0;
}

li p {
  margin: 0;
}

blockquote {
  padding-left: 1em;
  border-left: 4px solid var(--color-text-dark);
}

a {
  color: var(--color-text-link);
}

a:hover {
  color: var(--color-text-hover);
  text-decoration: underline;
}

strong {
  font-weight: var(--font-weight-semi);
}

h1.has-grey-background-color,
h2.has-grey-background-color,
h3.has-grey-background-color,
h4.has-grey-background-color,
h5.has-grey-background-color,
p.has-grey-background-color {
  box-shadow: inset 0 0px 0px 1px var(--color-secondary);
}
h1.has-white-background-color,
h2.has-white-background-color,
h3.has-white-background-color,
h4.has-white-background-color,
h5.has-white-background-color,
p.has-white-background-color {
  box-shadow: inset 0 0px 0px 1px var(--color-secondary);
}
h1.has-black-background-color,
h2.has-black-background-color,
h3.has-black-background-color,
h4.has-black-background-color,
h5.has-black-background-color,
p.has-black-background-color {
  box-shadow: inset 0 0px 0px 1px white;
}
h1.has-red-background-color,
h2.has-red-background-color,
h3.has-red-background-color,
h4.has-red-background-color,
h5.has-red-background-color,
p.has-red-background-color {
  box-shadow: inset 0 0px 0px 1px var(--color-secondary);
}
h1.has-transparent-background-color,
h2.has-transparent-background-color,
h3.has-transparent-background-color,
h4.has-transparent-background-color,
h5.has-transparent-background-color,
p.has-transparent-background-color {
  box-shadow: inset 0 0px 0px 1px white;
}
h1 .has-inline-color,
h2 .has-inline-color,
h3 .has-inline-color,
h4 .has-inline-color,
h5 .has-inline-color,
p .has-inline-color {
  color: white;
}
h1 strong mark,
h2 strong mark,
h3 strong mark,
h4 strong mark,
h5 strong mark,
p strong mark {
  font-weight: var(--font-weight-semi) !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  margin-bottom: var(--spacing);
  font-family: var(--heading-family);
  line-height: var(--line-height-headings);
  font-weight: var(--font-weight-light);
  color: var(--heading-color);
}
@media (min-width: 50em) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    text-wrap: balance;
  }
}

h1.has-background.has-medium-font-size,
h2.has-background.has-medium-font-size,
h3.has-background.has-medium-font-size,
h4.has-background.has-medium-font-size,
h5.has-background.has-medium-font-size,
p.has-background.has-medium-font-size {
  font-size: var(--font-size-h3) !important;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
p.has-background,
mark.has-inline-color {
  border-radius: var(--border-radius);
  letter-spacing: -1px;
  font-weight: var(--font-weight-light);
  position: relative;
  padding: 0rem 0.4rem !important;
  display: inline;
  line-height: 1.35;
}
@supports ((-webkit-box-decoration-break: clone) or (box-decoration-break: clone)) {
  h1.has-background,
  h2.has-background,
  h3.has-background,
  h4.has-background,
  p.has-background,
  mark.has-inline-color {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

h1, .heading-1, .has-large-font-size {
  font-size: var(--font-size-h1);
  line-height: 0.9;
}

h2, .heading-2 {
  font-size: var(--font-size-h2);
}

h3, .heading-3 {
  font-size: var(--font-size-h3);
  margin-bottom: var(--spacing);
}
@media (min-width: 50em) {
  h3, .heading-3 {
    margin-bottom: var(--spacing-xs);
  }
}

h4, .heading-4 {
  font-size: var(--font-size-h4);
  margin-bottom: var(--spacing-xs);
}

h5, .heading-5 {
  font-size: var(--font-size-h5);
}

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.75em;
  font-style: normal;
  background-color: #f4f4f4;
  border-radius: 0.2rem;
  padding: 0.2rem;
}

pre {
  background-color: #f4f4f4;
  border-radius: 0.2rem;
  padding: 0.5rem;
  overflow: auto;
  width: calc(96vw - 2em);
  line-height: 1.3;
}

.has-text-align-center + .wp-block-buttons {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#shop-front.new_event_page .widget_header h1 {
  color: red !important;
  font-size: 2.5rem !important;
  font-family: var(--heading-family) !important;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 0;
}

figcaption p {
  font-size: var(--font-size-small);
}

table {
  margin-bottom: 1em;
}

table th,
table td {
  padding: 0.5em;
  border-bottom: 1px solid var(--color-grey-light);
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

table th {
  border-width: 2px;
}

table tr:last-child td {
  border-bottom: none;
}

table tr:nth-child(even) {
  background: var(--color-grey-light);
}

table tbody tr:hover {
  background: var(--color-grey);
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  padding: 8px 10px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--color-grey-dark);
  outline: 0;
}

label {
  display: inline-block;
  margin: 0.25em 0;
  font-weight: var(--font-weight-normal);
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  border: 0;
  color: #fff;
  font-weight: var(--font-weight-semi);
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: var(--color-grey-dark);
}
input[type=submit]:after,
input[type=reset]:after,
input[type=button]:after {
  margin-left: 0.5rem;
  color: white;
  content: url("../../src/icons/arrow-light.svg") !important;
}

input[type=submit].center,
input[type=reset].center,
input[type=button].center {
  margin: 0 auto;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  background: var(--color-grey);
  text-decoration: none;
  color: #fff;
}

.required,
.hs-form-required {
  color: var(--color-secondary);
  margin-left: 0.25rem;
}

fieldset {
  max-width: none !important;
  margin-bottom: 1rem !important;
}

.hbspt-form {
  max-width: var(--content-width) !important;
  margin: var(--spacing-l) var(--spacing);
}
@media (min-width: 50em) {
  .hbspt-form {
    margin: var(--spacing-l) auto;
  }
}

.hs-input {
  width: 100% !important;
}

.hs-input:not([type=file]) {
  background-color: white !important;
}

.inputs-list {
  padding-left: 0;
}

.hs-form-radio {
  display: flex;
}
.hs-form-radio label {
  display: flex;
  align-items: center;
}
.hs-form-radio label input {
  margin-right: 0.5rem;
  margin-top: 0;
  margin-left: 0;
}
.hs-form-radio label .hs-input {
  width: 25px !important;
  height: 25px;
}

.hs-form-booleancheckbox .hs-form-booleancheckbox-display {
  display: flex;
}
.hs-form-booleancheckbox .hs-form-booleancheckbox-display .hs-input {
  display: flex;
  width: 25px !important;
  height: 25px;
  margin: 0 0.5rem 0 0;
}

.hs-form-checkbox .hs-form-checkbox-display input[type=checkbox] {
  display: flex;
  width: 25px !important;
  height: 25px;
  margin: 0 0.5rem 0 0;
}

.hs-form-booleancheckbox-display,
.hs-form-checkbox-display {
  display: flex;
  align-items: center;
}
.hs-form-booleancheckbox-display input[type=checkbox],
.hs-form-checkbox-display input[type=checkbox] {
  width: auto !important;
}

.hs-submit {
  display: flex;
}
.hs-submit .actions {
  display: flex;
  position: relative;
}
.hs-submit .actions .hs-button {
  padding-right: 2.25rem;
}
.hs-submit .actions .hs-button:hover {
  background-color: var(--color-secondary);
}
.hs-submit .actions:after {
  margin-left: 0.5rem;
  position: absolute;
  top: 21%;
  right: 1rem;
  color: white;
  display: block;
  width: 14px;
  content: url(../../src/icons/arrow-light.svg) !important;
}

.hs-error-msgs {
  margin: 0;
}

.hs-error-msg {
  color: var(--color-secondary);
  font-size: var(--font-size-small);
  margin-top: 0;
}

.content > * {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}
.content img {
  max-width: 100%;
}
.content a {
  color: var(--color-text-link);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--link-hover-color);
          text-decoration-color: var(--link-hover-color);
}
.content a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}
.content blockquote {
  max-width: none;
  font-size: var(--font-size-h3);
  line-height: 1.4;
  margin: var(--spacing-l) 0;
}
.content figure {
  max-width: none;
  margin: var(--spacing-xl) 0;
}
.content figcaption {
  padding: 1em 0;
  font-size: var(--font-size-xs);
  color: var(--color-text-dark);
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid var(--color-grey-light);
}
.content ul {
  list-style: disc;
  margin-top: 1.5em;
  padding-left: 1rem;
}
.content li {
  margin-bottom: 0.25em;
}

treeapp-widget,
.treeapp {
  margin: var(--spacing-l) auto var(--spacing-s) auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  width: 20px;
  height: 20px;
}

.icon--small {
  width: 13px;
  height: 13px;
}

.icon--medium {
  width: 26px;
  height: 26px;
}

.icon--large {
  width: 32px;
  height: 32px;
}

.icon--xlarge {
  width: 40px;
  height: 40px;
}

.icon--scale {
  width: 0.75em;
  height: 0.75em;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.icon--offset {
  margin-right: 5px;
}

.wp-block-buttons {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 50em) {
  .wp-block-buttons .wp-block-button + .wp-block-button {
    margin-left: 0.5rem;
  }
}

.btn, .wp-block-button__link, .wpcf7-submit {
  display: inline-block;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  border: 0;
  color: #fff;
  font-weight: var(--font-weight-semi);
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: var(--color-grey-dark);
}
.btn:after, .wp-block-button__link:after, .wpcf7-submit:after {
  margin-left: 0.5rem;
  color: white;
  content: url("../../src/icons/arrow-light.svg") !important;
}
.btn:hover, .btn:focus, .wp-block-button__link:hover, .wp-block-button__link:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-grey-dark);
  outline: 0;
  color: white;
  text-decoration: none;
  position: relative;
}

.wp-block-button__link {
  text-decoration: none !important;
  color: white;
}

.wp-block-button a {
  text-decoration: none;
}

a.has-red-background-color {
  background-color: var(--color-secondary);
}
a.has-red-background-color:hover, a.has-red-background-color:focus {
  background-color: white;
  color: var(--color-text-base) !important;
}
a.has-red-background-color:hover:after, a.has-red-background-color:focus:after {
  content: url("../../src/icons/arrow-dark.svg") !important;
}

a.has-white-background-color {
  background-color: white;
  color: var(--color-text-base);
}
a.has-white-background-color:after {
  content: url("../../src/icons/arrow-dark.svg") !important;
}
a.has-white-background-color:hover, a.has-white-background-color:focus {
  background-color: var(--color-secondary);
  color: white !important;
}
a.has-white-background-color:hover:after, a.has-white-background-color:focus:after {
  content: url("../../src/icons/arrow-light.svg") !important;
}

a.has-black-background-color:hover, a.has-black-background-color:focus {
  background-color: var(--color-secondary) !important;
  color: white !important;
}
a.has-black-background-color:hover:after, a.has-black-background-color:focus:after {
  content: url("../../src/icons/arrow-light.svg") !important;
}

.global-container > .wp-block-buttons {
  display: flex;
  margin-bottom: var(--spacing-l);
}

.social-links {
  display: flex;
  margin: 1rem 0 0 0;
  padding: 0;
}

.social-links__item {
  margin: 0 0.25rem;
}

.social-links__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text-base);
  background-color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.social-links__link:hover {
  color: var(--color-secondary);
}
.social-links__link .icon-twitter {
  width: 16px;
}

.global-container > *:not(section, .hbspt-form, header, iframe) {
  max-width: var(--content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 49.99em) {
  .global-container > *:not(section, .hbspt-form, header, iframe) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.global-container > *:not(section, .hbspt-form, header, iframe):last-child {
  margin-bottom: var(--spacing-xl);
}
.global-container iframe {
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto !important;
}
.global-container section + *:not(section) {
  margin-top: var(--spacing-l);
}
.global-container > p + .wp-block-heading {
  margin-top: var(--spacing-l);
}
.global-container .wp-block-heading + .wp-block-image {
  margin-top: var(--spacing-xs) !important;
}
.global-container > .wp-block-image {
  margin-top: var(--spacing-l);
  margin-bottom: var(--spacing-l);
}
.global-container > .wp-block-image img {
  border-radius: var(--border-radius);
}
.global-container iframe {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing-l);
}
.global-container .wp-block-embed iframe {
  margin-bottom: 0;
}

.container-content {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--content-width) !important;
}

.container {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}

.main {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  max-width: var(--content-width);
  margin-top: var(--spacing-l);
  margin-bottom: var(--spacing-l);
  flex: 1;
}

.global-alert {
  background: var(--color-primary);
  text-align: center;
  padding: 1rem;
}

.global-alert p {
  color: white;
  margin: 0;
}

.cookie-alert {
  display: none;
  background: orange;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cookie-alert.is-visible {
  display: block;
}

.cookie-alert__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-s) var(--spacing-l);
}

.cookie-alert__inner p {
  margin: 0;
  line-height: 1;
  font-size: var(--font-size-small);
}

.cookie-alert__btn {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.unsupported-browser {
  display: none;
  background: var(--color-grey);
  text-align: center;
}

.unsupported-browser__inner {
  padding: var(--spacing);
}

.unsupported-browser h2 {
  font-size: var(--font-size-h4);
  margin: 0;
}

.unsupported-browser p {
  margin: 0;
}

.site-footer {
  margin-top: auto;
  font-size: 16px;
}
.site-footer p {
  margin: 0;
}
.site-footer__logo {
  margin: 0;
  width: 240px;
}
.site-footer__logo img {
  margin-bottom: 1rem;
}
.site-footer__menus {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  padding: 2rem 0;
  flex-wrap: wrap;
}
@media (min-width: 50em) {
  .site-footer__menus {
    justify-content: space-evenly;
    padding: 0 1rem;
  }
}
.site-footer__menus div {
  padding-right: 3rem;
  margin-bottom: 2rem;
}
.site-footer__menus div:last-child {
  padding-right: 0;
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .site-footer__menus div {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.site-footer__menus ul {
  margin: 1rem 0 0 0;
  padding: 0;
}
.site-footer__menus ul li a {
  color: white;
  text-decoration: none;
}
.site-footer__menus ul li a:hover {
  text-decoration: underline;
}
.site-footer__top {
  padding: var(--spacing) 0;
  background-color: var(--color-grey-dark);
  color: white;
}
@media (min-width: 50em) {
  .site-footer__top {
    padding: var(--spacing-l) 0;
  }
}
.site-footer__top p {
  color: white;
}
.site-footer__bottom {
  padding: var(--spacing) 0;
  background-color: var(--color-grey-light);
}
.site-footer__bottom p {
  text-transform: uppercase;
  font-size: var(--font-size-small);
}
.site-footer__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 50em) {
  .site-footer__inner {
    flex-direction: row;
  }
}
.site-footer__inner treeapp-widget,
.site-footer__inner .treeapp {
  margin: 0;
}

body.nav-open {
  overflow: hidden;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: white;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.2s ease;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 50em) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__nav {
  margin: var(--spacing-xl) 1.5rem;
}
.mobile-menu__nav ul {
  padding-left: 0;
  margin: 0;
}
.mobile-menu__nav ul li {
  width: 100%;
  padding: 0;
  position: relative;
}
.mobile-menu__nav ul li a {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgb(239, 239, 239);
  color: var(--color-text-base);
  padding: 0.5rem 0;
  font-size: 1.2rem;
  font-family: var(--heading-family);
  text-decoration: none;
}
.mobile-menu__nav ul li a:hover {
  color: var(--color-primary);
}
.mobile-menu__nav ul li .dropdown-button {
  padding: 1.2rem;
  background-color: var(--color-grey);
  position: absolute;
  right: 0;
  top: 0;
  content: url("../../src/icons/arrow-down.svg");
}
.mobile-menu__nav ul li .dropdown-button:hover {
  cursor: pointer;
  background-color: var(--color-primary);
}
.mobile-menu__nav ul li .dropdown-button.is-active {
  transform: rotate(-180deg);
}
.mobile-menu__nav ul li .sub-menu {
  display: none;
}
.mobile-menu__nav ul li .sub-menu a {
  padding-left: 2rem;
}
.mobile-menu__nav ul li .sub-menu .sub-menu a {
  padding-left: 4rem;
}

.mobile-menu.is-toggled {
  transform: translateZ(0);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 6px 10px 0 10px;
  cursor: pointer;
  z-index: 999;
  order: 0;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
* Squeeze
*/
.hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-toggled .hamburger-inner {
  background-color: var(--color-grey-dark);
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-toggled .hamburger-inner::before, .hamburger.is-toggled .hamburger-inner::after {
  background-color: var(--color-grey-dark);
}
.hamburger.is-toggled .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.is-toggled .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accordion {
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
.accordion__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}

.accordion__item {
  position: relative;
  margin-bottom: var(--gap-s);
  background: white;
  border-radius: var(--border-radius);
}

.accordion__handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: var(--spacing-s);
  padding-right: 70px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 50em) {
  .accordion__handle {
    padding: var(--spacing);
  }
}

.accordion__title {
  margin: 0 !important;
  color: var(--color-text-dark);
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-semi);
  flex: 1;
}
@media (min-width: 50em) {
  .accordion__title {
    font-size: var(--font-size-h3);
  }
}

.accordion__open {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  background: #FBFBFB;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.accordion__icon {
  position: relative;
  top: 28px;
  width: 20px;
  height: 20px;
  margin: 0 var(--spacing-s);
}
@media (min-width: 50em) {
  .accordion__icon {
    top: 35px;
    margin: 0 var(--spacing);
  }
}
.accordion__icon:before, .accordion__icon:after {
  content: "";
  position: absolute;
  background: var(--color-secondary);
  transition: transform 0.25s ease-out;
}
.accordion__icon:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.accordion__icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.is-active .accordion__icon:before {
  transform: rotate(90deg);
  background: var(--color-secondary);
}
.is-active .accordion__icon:after {
  transform: rotate(180deg);
  background: var(--color-secondary);
}

.accordion__body {
  display: none;
  max-width: 100%;
  padding: 0 70px var(--spacing) var(--spacing-s);
}
@media (min-width: 50em) {
  .accordion__body {
    max-width: 80%;
    padding: 0 var(--spacing-xl) var(--spacing-l) var(--spacing);
  }
}
.accordion__body p, .accordion__body ul {
  font-size: var(--font-size-small);
}
@media (min-width: 50em) {
  .accordion__body p, .accordion__body ul {
    font-size: var(--font-size);
  }
}
.accordion__body ul {
  list-style-type: disc;
}
.accordion__body p:first-child {
  margin-top: 0;
}
.accordion__body.is-open {
  display: block;
}

.accordion__files {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.accordion__files .btn {
  margin-bottom: 0.5rem;
  text-align: left;
}

.accordion.bkg--white .accordion__item {
  background: var(--color-grey-light);
}

.anchor {
  text-indent: -9999px;
  height: 0;
  scroll-margin-top: 100px;
}

.columns {
  padding-top: var(--spacing-s);
  padding-bottom: var(--spacing-s);
}
@media (min-width: 50em) {
  .columns {
    padding-top: var(--spacing-l);
    padding-bottom: var(--spacing-l);
  }
}
.columns-2 .wp-block-column {
  height: 50vw;
  max-height: calc(var(--container-width) / 2 - 2rem);
}
.columns-2 .wp-block-column .event-lockup {
  max-width: 360px;
}
.columns-3 .wp-block-column {
  height: 33.33vw;
  max-height: calc(var(--container-width) / 3 - 2rem);
}
.columns-3 .wp-block-column .event-lockup {
  max-width: 100%;
}
.columns__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}
.columns__inner > .wp-block-heading,
.columns__inner > p {
  padding: 0;
  max-width: var(--content-width);
}
.columns__inner .has-text-align-center {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}
.columns__inner > p {
  margin-bottom: var(--spacing);
}
.columns__inner > .wp-block-heading.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.columns__inner > .wp-block-heading + .wp-block-columns {
  margin-top: var(--spacing);
}
.columns.has-icon {
  padding-top: var(--spacing-l) !important;
}
.columns.has-icon .wp-block-image {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  margin-top: -31px;
}
@media (max-width: 49.99em) {
  .columns.has-icon .wp-block-column {
    margin-bottom: var(--spacing);
  }
  .columns.has-icon .wp-block-column:last-of-type {
    margin-bottom: 0;
  }
}
.columns.has-icon .wp-block-columns {
  margin-bottom: var(--spacing-xl);
}
.columns.has-square .wp-block-column {
  position: relative;
  overflow: hidden;
  padding: var(--spacing) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-grey);
}
@media (max-width: 49.99em) {
  .columns.has-square .wp-block-column {
    height: 100vw;
    max-height: calc(100vw - 2rem);
  }
}
.columns.has-square .wp-block-column p {
  font-size: 22px;
}
@media (min-width: 50em) {
  .columns.has-square .wp-block-column p {
    font-size: var(--pill-size-small);
  }
}
.columns.has-square .wp-block-column .event-lockup {
  z-index: 1;
}
.columns.has-square .wp-block-column .wp-block-buttons {
  margin-top: var(--spacing-s);
}
.columns.has-square .wp-block-column > * {
  z-index: 1;
}
.columns.has-square .wp-block-column .wp-block-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
}
.columns.has-square .wp-block-column .wp-block-image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
.columns.has-square .wp-block-column .wp-block-image a:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.columns.has-square .wp-block-column .wp-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.columns.has-border .wp-block-column {
  border-width: 1px;
  border-style: solid;
}
.columns.bdr--grey .wp-block-column {
  border-color: var(--color-grey-light);
}
.columns.bdr--dark-grey .wp-block-column {
  border-color: var(--color-primary);
}
.columns.bdr--red .wp-block-column {
  border-color: var(--color-secondary);
}
.columns .wp-block-column {
  border-radius: var(--border-radius);
}
.columns .wp-block-column .wp-block-image {
  margin-bottom: var(--spacing-s);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.columns .wp-block-column .wp-block-heading.has-background {
  position: absolute;
  margin-top: -10px;
  transform: translateY(-50%);
  margin-left: var(--spacing-s);
}
@media (min-width: 50em) {
  .columns .wp-block-column .wp-block-heading.has-background {
    margin-top: -20px;
    transform: translateY(-50%);
  }
}
.columns .wp-block-column p {
  font-size: 16px;
  margin-bottom: 1rem;
}
@media (min-width: 50em) {
  .columns .wp-block-column p {
    text-wrap: balance;
    margin-bottom: 0;
  }
}
.columns .wp-block-column ul {
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.columns .wp-block-column ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  list-style: none;
}
.columns .wp-block-column ul li:last-child {
  margin-bottom: 0;
}
.columns .wp-block-column ul li::before {
  content: url("../../src/icons/ul-tick.svg") !important;
  position: absolute;
  top: 0;
  left: -3px;
  width: 20px;
  height: 20px;
}
.columns .wp-block-columns {
  gap: var(--gap);
}
@media (max-width: 49.99em) {
  .columns .wp-block-columns {
    margin-bottom: 1rem;
  }
}
@media (min-width: 50em) {
  .columns .wp-block-columns {
    gap: calc(var(--gap) / 2);
  }
}
.columns .wp-block-columns:last-child {
  margin-bottom: 0;
}

.col-bkg--grey .wp-block-column:has(.wp-block-image),
.col-bkg--white .wp-block-column:has(.wp-block-image) {
  padding-top: 0;
}
.col-bkg--grey .wp-block-column,
.col-bkg--white .wp-block-column {
  padding-top: var(--spacing-s);
  padding-bottom: var(--spacing);
}
.col-bkg--grey .wp-block-column p,
.col-bkg--white .wp-block-column p {
  margin-bottom: 0;
}
.col-bkg--grey .wp-block-image,
.col-bkg--white .wp-block-image {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.col-bkg--grey .wp-block-column > :not(.wp-block-image, .event-lockup),
.col-bkg--white .wp-block-column > :not(.wp-block-image, .event-lockup) {
  padding-left: var(--spacing-s);
  padding-right: var(--spacing-s);
  padding-bottom: 0;
}

.col-bkg--white .wp-block-column {
  background-color: white;
  color: var(--color-text-base);
}

.col-bkg--grey .wp-block-column {
  background-color: var(--color-grey-light);
}

.columns.bkg--white + .columns.bkg--white {
  padding-top: 0;
}

.content-block {
  max-width: var(--content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing-l);
}

.countdown {
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
.countdown__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}
.countdown-timer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--gap-s);
  margin-left: -5px;
  margin-right: -5px;
}
.countdown-timer__item {
  width: calc(33.3333333333% - var(--gap-s));
  display: flex;
  border: 1px solid var(--color-text-base);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: var(--border-radius);
}
@media (min-width: 50em) {
  .countdown-timer__item {
    width: calc(20% - var(--gap-s));
    padding: 1rem;
  }
}
.countdown-timer__item .wp-block-heading {
  margin-bottom: var(--spacing-xs);
}
.countdown-timer__figure {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-bold);
  line-height: 1;
}

.cta {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cta .container,
.cta .container-content {
  margin-top: var(--spacing-s);
  margin-bottom: var(--spacing-s);
}
@media (min-width: 50em) {
  .cta .container,
  .cta .container-content {
    margin-top: var(--spacing-l);
    margin-bottom: var(--spacing-l);
  }
}
.cta.has-media {
  min-height: 32vh;
}
@media (min-width: 50em) {
  .cta.has-media {
    min-height: 60vh;
  }
}
.cta__image:after, .cta__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.cta__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.cta__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.cta__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.cta__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  border-radius: var(--border-radius);
  padding: var(--spacing) var(--spacing-xs);
  display: flex;
  flex-direction: column;
}
@media (min-width: 50em) {
  .cta__inner {
    padding: var(--spacing-l) var(--spacing);
  }
}
.cta__inner h1, .cta__inner h2, .cta__inner h3, .cta__inner h4, .cta__inner h5 {
  margin-bottom: var(--spacing-s);
}
.cta__inner h1.has-red-background-color + .wp-block-buttons,
.cta__inner h2.has-red-background-color + .wp-block-buttons,
.cta__inner h3.has-red-background-color + .wp-block-buttons,
.cta__inner h4.has-red-background-color + .wp-block-buttons,
.cta__inner p.has-red-background-color + .wp-block-buttons {
  margin-top: var(--spacing-s);
}
.cta__content {
  display: inline-block;
  z-index: 2;
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  margin-left: 0;
}
@media (min-width: 50em) {
  .cta__content > * {
    max-width: 50%;
  }
}
@media (min-width: 50em) {
  .cta__content .has-text-align-center {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta .has-bkg {
  padding: 20px;
  border-radius: var(--border-radius);
}
@media (min-width: 50em) {
  .cta .has-bkg {
    padding: 40px;
    width: calc(50% - var(--spacing));
  }
}
.cta .has-bkg > * {
  max-width: 100%;
}

.cta.container + .cta.container .cta__inner {
  margin-top: 0;
}

.cta + *:not(section) {
  margin-top: var(--spacing-l);
}

.event-lockup {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
}
.event-lockup:hover {
  text-decoration: none;
}
@media (min-width: 50em) {
  .event-lockup {
    width: 500px;
    font-size: var(--pill-size);
  }
}
.event-lockup__image {
  max-width: 465px;
  width: 100%;
}
.event-lockup__meta {
  margin-bottom: 0.5rem;
}
.event-lockup__meta p {
  font-size: var(--pill-size-small);
  color: white;
}
@media (min-width: 50em) {
  .event-lockup__meta p {
    font-size: var(--pill-size);
  }
}
.event-lockup__slogan {
  margin-top: 0.75rem;
}
.event-lockup__slogan p {
  font-size: var(--pill-size-small);
}
@media (min-width: 50em) {
  .event-lockup__slogan p {
    font-size: var(--pill-size);
  }
}
.event-lockup__button {
  margin-top: 1rem;
}

.gallery {
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
.gallery__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}
.gallery__inner--contain {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--content-width);
}
@media (min-width: 50em) {
  .gallery__inner--contain {
    padding: 0;
  }
}
.gallery-swiper {
  border-radius: var(--border-radius);
}
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
  position: absolute;
  top: calc(100% - 10px);
  transform: translateY(-100%);
  bottom: 10px;
  background-color: var(--color-grey-light);
  color: var(--color-text-base);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: 1;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 50em) {
  .gallery-swiper .swiper-button-next,
  .gallery-swiper .swiper-button-prev {
    width: 55px;
    height: 55px;
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%);
  }
}
.gallery-swiper .swiper-button-next:hover,
.gallery-swiper .swiper-button-prev:hover {
  opacity: 1;
}
.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
@media (min-width: 50em) {
  .gallery-swiper .swiper-button-prev,
  .gallery-swiper .swiper-rtl .swiper-button-next {
    left: var(--spacing);
  }
}
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
@media (min-width: 50em) {
  .gallery-swiper .swiper-button-next,
  .gallery-swiper .swiper-rtl .swiper-button-prev {
    right: var(--spacing);
  }
}
.gallery-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 18px;
}
@media (min-width: 50em) {
  .gallery-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--spacing);
  }
}
.gallery-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 0.25rem;
  display: inline-block;
  border-radius: 6px;
  background: white;
  opacity: 0.3;
}
@media (min-width: 50em) {
  .gallery-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
  }
}
.gallery-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.gallery-grid {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 50em) {
  .gallery-grid {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: calc(var(--gap) / 2);
         column-gap: calc(var(--gap) / 2);
  }
}
.gallery-grid img {
  border-radius: var(--border-radius);
}
.gallery-grid__item {
  margin-bottom: calc(var(--gap) / 2);
}

.gallery + .cta .container-content {
  margin-top: 0;
}

.highlight-block {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}
.highlight-block__inner {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-s);
  background-color: var(--color-grey);
}
@media (min-width: 50em) {
  .highlight-block__inner {
    align-items: center;
    flex-direction: row;
    margin-bottom: var(--spacing-l);
    padding: var(--spacing-l) var(--spacing) var(--spacing) var(--spacing-l);
  }
}
.highlight-block h1, .highlight-block h2, .highlight-block h3, .highlight-block h4, .highlight-block h5, .highlight-block p {
  color: white;
}
.highlight-block h2 {
  margin-top: var(--spacing-s);
  margin-bottom: var(--spacing-s);
}
.highlight-block p {
  margin-bottom: var(--spacing-xs);
  background-color: transparent !important;
}
.highlight-block__image {
  margin-top: auto;
}
@media (min-width: 50em) {
  .highlight-block__image {
    width: 50%;
  }
}
@media (min-width: 50em) {
  .highlight-block__content {
    width: 50%;
  }
}
.highlight-block__content .wp-block-image {
  margin-bottom: var(--spacing);
}
.highlight-block__content .wp-block-image img {
  height: 48px;
}
.highlight-block__content .wp-block-buttons {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing-s);
}

.logos {
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
.logos__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}
@media (min-width: 50em) {
  .logos__inner .wp-block-heading {
    margin-bottom: var(--spacing-l);
  }
}
.logos-group .has-background + .logos-list {
  margin-top: 1rem;
}
.logos-group:last-child .logos-list {
  margin-bottom: 0;
}
.logos-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: var(--spacing);
  gap: var(--gap-s);
  margin-left: -5px;
  margin-right: -5px;
}
.logos-list__item {
  width: calc(50% - var(--gap-s));
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  height: 120px;
  border-radius: var(--border-radius);
  background-color: white;
}
@media (min-width: 50em) {
  .logos-list__item {
    padding: 1.5rem 1.5rem;
    width: calc(25% - var(--gap-s));
  }
}
@media (min-width: 70em) {
  .logos-list__item {
    width: calc(20% - var(--gap-s));
  }
}
.logos-list__item img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 50em) {
  .logos-list__item img {
    max-height: 100%;
    max-width: 150px;
  }
}

a.logos-list__item {
  transition: all 0.2s ease;
}
a.logos-list__item:hover {
  transform: translateY(-2px);
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-xxl) 0;
  overflow: hidden;
}
.page-header .wp-block-heading {
  margin-bottom: 0;
}
.page-header .wp-block-heading + p {
  margin-top: var(--spacing-s);
}
.page-header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.page-header__image img {
  min-height: 100%;
  min-width: 100%;
}
.page-header__content {
  z-index: 2;
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--content-width);
  text-align: center;
}

.page-header + *:not(section) {
  margin-top: var(--spacing-l);
}

.page-header + iframe {
  margin-top: var(--spacing-l) !important;
}

.page-nav {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-grey-dark);
  max-width: none;
  position: sticky;
  top: 0;
  z-index: 9;
}
.page-nav__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 1292px) {
  .page-nav__inner {
    padding: 0 1.5rem;
  }
  .page-nav__inner .wp-block-buttons {
    margin-top: 0;
    margin-left: auto;
  }
}
.page-nav__logo {
  margin: 0;
  width: 240px;
}
.page-nav__nav nav .wp-block-navigation__responsive-container-open {
  margin-left: auto !important;
}
.page-nav__nav .wp-block-buttons {
  margin-left: 1rem;
  margin-top: 3rem;
}
@media (min-width: 1292px) {
  .page-nav__nav .wp-block-buttons {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (min-width: 50em) {
  .page-nav__nav {
    display: block;
    flex-grow: 1;
    margin-left: 30px;
    z-index: 9999;
  }
}
.page-nav__nav .wp-block-navigation__submenu-container {
  background-color: black !important;
  border: 0 !important;
}
.page-nav__nav .wp-block-navigation__submenu-container li a, .page-nav__nav .wp-block-navigation__submenu-container li .wp-block-navigation-item__content {
  padding: 0.75rem 1rem !important;
}
.page-nav__nav .wp-block-navigation ul {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
}
.page-nav__nav .wp-block-navigation ul button[aria-expanded=true] {
  background-color: black !important;
}
.page-nav__nav .wp-block-navigation ul .wp-block-navigation-submenu .wp-block-navigation-item__content {
  padding-right: 2rem;
}
.page-nav__nav .wp-block-navigation ul li {
  position: relative;
  display: flex;
  height: 100%;
}
.page-nav__nav .wp-block-navigation ul li a, .page-nav__nav .wp-block-navigation ul li .wp-block-navigation-item__content {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  padding: 1.75rem 1rem;
  font-size: 16px;
}
.page-nav__nav .wp-block-navigation ul li a:hover, .page-nav__nav .wp-block-navigation ul li .wp-block-navigation-item__content:hover {
  background-color: #080808;
}
.page-nav__nav .wp-block-navigation ul li .wp-block-navigation__submenu-icon {
  position: absolute;
  right: 16px;
  width: 10px;
  height: 5px;
  transform: translateY(-1px);
}
.page-nav__nav .wp-block-navigation ul li .wp-block-navigation__submenu-icon svg {
  display: none;
}
.page-nav__nav .wp-block-navigation ul li .wp-block-navigation__submenu-icon:after {
  content: url("../../src/icons/arrow-down.svg");
  position: relative;
  transform: translateY(-1px);
  display: none;
}
@media (min-width: 50em) {
  .page-nav__nav .wp-block-navigation ul li .wp-block-navigation__submenu-icon:after {
    display: inline;
  }
}

.wp-block-navigation__responsive-container-close {
  top: 1.5rem;
  right: 0.8rem;
}
.wp-block-navigation__responsive-container-close svg {
  width: 30px;
  height: 30px;
}

.wp-block-navigation__responsive-container-open svg,
.wp-block-navigation__responsive-container-close svg {
  fill: white;
}

.wp-block-navigation__responsive-container {
  background-color: black !important;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle[aria-expanded=false] ~ ul.wp-block-navigation__submenu-container {
  visibility: hidden;
  height: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-buttons {
  margin-top: 1rem;
  margin-left: 1rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation li {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation li a,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation li .wp-block-navigation-submenu__toggle {
  font-size: var(--font-size);
  width: 100%;
  padding: 0.75rem 1rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation li .wp-block-navigation-submenu__toggle:after {
  content: url("../../src/icons/arrow-down.svg");
  margin-left: 0.5rem;
  transform: translateY(-1px);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu {
  width: 100% !important;
  padding: 0 !important;
  height: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu > .wp-block-navigation-submenu li a {
  padding: 0.75rem 2rem !important;
}

.wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: block !important;
}

@media (min-width: 1292px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  display: none !important;
}

@media (min-width: 1292px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}
.people {
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
.people__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
}
.people-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--spacing) var(--gap);
}
.people-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(50% - var(--gap));
}
@media (min-width: 50em) {
  .people-list__item {
    width: calc(25% - var(--gap));
  }
}
@media (min-width: 70em) {
  .people-list__item {
    width: calc(25% - var(--gap));
  }
}
.people-list__image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: var(--border-radius);
  margin-bottom: var(--spacing-xs);
  overflow: hidden;
  background-color: var(--color-grey-light);
}
.people-list__image img {
  width: 100%;
}

.spacer {
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 1px;
  text-indent: -9999px;
}
.spacer--0 {
  height: 0;
}
.spacer--1 {
  height: var(--spacing-xs);
}
.spacer--2 {
  height: var(--spacing-s);
}
.spacer--3 {
  height: var(--spacing);
}
.spacer--4 {
  height: var(--spacing-l);
}
.spacer--5 {
  height: var(--spacing-xl);
}

.stats {
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
.stats__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}
.stats-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--gap-s);
}
.stats-list__item {
  width: calc(50% - var(--gap-s));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: var(--border-radius);
}
@media (min-width: 50em) {
  .stats-list__item {
    width: calc(25% - var(--gap-s));
    flex: 1 1 0;
  }
}
@media (min-width: 70em) {
  .stats-list__item {
    width: calc(25% - var(--gap-s));
  }
}
.stats-list__item .wp-block-heading {
  margin-bottom: var(--spacing-xs);
}

.testimonials {
  padding: var(--spacing-l) 0;
}
@media (min-width: 50em) {
  .testimonials {
    padding: var(--spacing-xl) 0;
  }
}
.testimonials > .wp-block-heading,
.testimonials > p {
  padding: 0 var(--spacing);
}
@media (min-width: 50em) {
  .testimonials > .wp-block-heading,
  .testimonials > p {
    max-width: var(--content-width);
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonials-swiper {
  padding: var(--spacing-l) var(--spacing-l) 0 var(--spacing-l);
}
@media (min-width: 50em) {
  .testimonials-swiper {
    padding: var(--spacing-l) 0 0 0;
  }
}
.testimonials__item {
  background-color: white;
  border-radius: var(--border-radius);
  padding: var(--spacing) var(--spacing) var(--spacing) var(--spacing);
  display: flex;
  justify-content: center;
  text-align: center;
}
.testimonials__image {
  width: 120px;
  height: 120px;
  margin: -80px auto var(--spacing-s) auto;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: var(--color-grey-light);
}
.testimonials__image img {
  width: 100%;
}
.testimonials__quote {
  margin-top: var(--spacing-s);
  text-align: left;
}
.testimonials__quote p {
  font-size: 16px;
}

.text-image {
  position: relative;
}
.text-image__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 50em) {
  .text-image__inner {
    flex-direction: row;
  }
}
.text-image__item {
  width: 100%;
}
@media (min-width: 70em) {
  .text-image__item {
    width: 50%;
  }
}
@media (min-width: 50em) {
  .text-image__text {
    padding-left: calc(var(--gap) / 2);
  }
}
@media (min-width: 50em) {
  .text-image__text p {
    text-wrap: balance;
  }
}
.text-image__text a {
  text-decoration: underline;
}
.text-image__text .wp-block-heading {
  margin-bottom: var(--spacing-xs);
}
.text-image__text .wp-block-buttons {
  margin-top: 1rem;
}
.text-image__text figure {
  margin: 1rem 0;
  width: 100%;
}
.text-image__text figure img {
  width: 100%;
}
.text-image__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-s);
}
@media (min-width: 50em) {
  .text-image__image {
    margin-bottom: 0;
    padding-right: calc(var(--gap) / 2);
  }
}
.text-image__image iframe {
  width: 100%;
  border-radius: var(--border-radius);
  margin: 0;
}
@media (max-width: 49.99em) {
  .text-image__image iframe {
    height: 200px;
  }
}
.text-image__image img {
  border-radius: var(--border-radius);
  overflow: hidden;
  height: auto;
}
.text-image__image--left .text-image__text {
  order: 1;
}
@media (min-width: 50em) {
  .text-image__image--left .text-image__text {
    order: 2;
  }
}
@media (min-width: 50em) {
  .text-image__image--right .text-image__image {
    padding-right: 0;
    padding-left: calc(var(--gap) / 2);
    order: 2;
  }
}
.text-image__image--right .text-image__text {
  order: 1;
}
@media (min-width: 50em) {
  .text-image__image--right .text-image__text {
    padding-left: 0;
    padding-right: calc(var(--gap) / 2);
  }
}

.text-image.bkg--grey + .text-image.bkg--grey {
  padding-top: 0;
}

.ticker {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: var(--color-secondary);
  padding: 0.5rem 0;
  text-align: center;
}

.ticker-list {
  display: inline-block;
  color: white;
  text-align: center;
}
.ticker-list p, .ticker-list a {
  color: white;
}
.ticker-list a {
  font-weight: var(--font-weight-semi);
  text-decoration: underline;
}

.animation {
  animation: marquee linear infinite;
}

.ticker:hover div {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.animation-paused {
  animation-play-state: paused;
}

.u-bold {
  font-weight: bold !important;
}

.u-semibold {
  font-weight: 600 !important;
}

.u-regular {
  font-weight: normal !important;
}

.u-light {
  font-weight: 300 !important;
}

.u-italic {
  font-style: italic !important;
}

.u-caps {
  text-transform: uppercase !important;
}

.u-left-align {
  text-align: left !important;
}

.u-center {
  text-align: center !important;
}

.u-right-align {
  text-align: right !important;
}

.mt-xxl {
  margin-top: var(--spacing-xxl) !important;
}

.mt-xl {
  margin-top: var(--spacing-xl) !important;
}

.mt-l {
  margin-top: var(--spacing-l) !important;
}

.mt {
  margin-top: var(--spacing) !important;
}

.mt-s {
  margin-top: var(--spacing-s) !important;
}

.mb-xxl {
  margin-bottom: var(--spacing-xxl) !important;
}

.mb-xl {
  margin-bottom: var(--spacing-xl) !important;
}

.mb-l {
  margin-bottom: var(--spacing-l) !important;
}

.mb {
  margin-bottom: var(--spacing) !important;
}

.mb-s {
  margin-bottom: var(--spacing-s) !important;
}

.spacing__bottom--small {
  padding-bottom: var(--spacing-s);
}
.spacing__bottom--large {
  padding-bottom: var(--spacing-l);
  margin-bottom: 0;
}
.spacing__top--small {
  padding-top: var(--spacing-s);
}
.spacing__top--large {
  padding-top: var(--spacing-l);
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide {
  display: none;
}

@media (max-width: 49.99em) {
  .hidemobile {
    display: none !important;
  }
}

@media (min-width: 50em) {
  .hidedesktop {
    display: none !important;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-grey-light);
  color: var(--color-text-base);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  opacity: 0.3;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--spacing-s);
  right: auto;
}
@media (min-width: 50em) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--spacing);
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--spacing-s);
  left: auto;
}
@media (min-width: 50em) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--spacing);
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  transform: scaleX(-1);
  content: url("../../src/icons/arrow-dark.svg") !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--spacing-s);
  left: auto;
}
@media (min-width: 50em) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--spacing);
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url("../../src/icons/arrow-dark.svg") !important;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--spacing);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  margin: 0 0.25rem;
  display: inline-block;
  border-radius: 6px;
  background: white;
  opacity: 0.3;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media print {
  * {
    background: #ffffff;
    color: #000000 !important;
  }
  html {
    font: 100%/1.5 Arial, serif;
  }
  /**
   * Hide
   */
  .header,
  .footer {
    display: none;
  }
  /**
   * Make full-width
   */
  .unit {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
}
