@charset "UTF-8";
body:before {
  display: none;
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  border-left: 1px solid #fbeed5;
  color: #c09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@media (min-width: 30em) {
  body:before {
    content: "small ≥ 30em (30em)";
  }
}
@media (min-width: 40em) {
  body:before {
    content: "small-major ≥ 40em (40em)";
  }
}
@media (min-width: 50em) {
  body:before {
    content: "medium ≥ 50em (50em)";
  }
}
@media (min-width: 60em) {
  body:before {
    content: "medium-major ≥ 60em (60em)";
  }
}
@media (min-width: 70em) {
  body:before {
    content: "large ≥ 70em (70em)";
  }
}
@media (min-width: 80em) {
  body:before {
    content: "xlarge ≥ 80em (80em)";
  }
}
@media (min-width: 90em) {
  body:before {
    content: "xxlarge ≥ 90em (90em)";
  }
}
@media (min-width: 100em) {
  body:before {
    content: "xxxlarge ≥ 100em (100em)";
  }
}
body:before {
  display: none;
  background-color: #fcf8e3;
  border-bottom: 1px solid #fbeed5;
  border-left: 1px solid #fbeed5;
  color: #c09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 30em) {
  body:before {
    content: "small ≥ 30em (30em)";
  }
}
@media (min-width: 40em) {
  body:before {
    content: "small-major ≥ 40em (40em)";
  }
}
@media (min-width: 50em) {
  body:before {
    content: "medium ≥ 50em (50em)";
  }
}
@media (min-width: 60em) {
  body:before {
    content: "medium-major ≥ 60em (60em)";
  }
}
@media (min-width: 70em) {
  body:before {
    content: "large ≥ 70em (70em)";
  }
}
@media (min-width: 80em) {
  body:before {
    content: "xlarge ≥ 80em (80em)";
  }
}
@media (min-width: 90em) {
  body:before {
    content: "xxlarge ≥ 90em (90em)";
  }
}
@media (min-width: 100em) {
  body:before {
    content: "xxxlarge ≥ 100em (100em)";
  }
}

:root {
  --body-family:"Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --heading-family: "Playfair Display", Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --quote: "Caveat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-weight-light: 100;
  --font-weight-normal: 400;
  --font-weight-semi: 600;
  --font-weight-bold: 700;
  --font-weight-heavy: 900;
  --line-height: 1.5;
  --line-height-headings: 1;
  --color-white: #fff;
  --color-grey-dark: #000;
  --color-grey: #ddd;
  --color-grey-light: #efefef;
  --color-primary: #1A9B8B;
  --color-secondary: #44A1AF;
  --color-tertiary: #3C4B5A;
  --color-quaternary: #927171;
  --color-quinary: #C19C9C;
  --color-senary: #516885;
  --color-septenary: #423536;
  --color-text-base: #000;
  --color-text-dark: #181822;
  --color-text-reversed: #fff;
  --color-text-link: #0087D0;
  --color-text-hover: var(--color-primary);
  --color-facebook: #3B5998;
  --color-twitter: #1DA1F2;
  --color-instagram: #262626;
  --color-youtube: #cc181e;
  --color-linkedin: #0077B5;
  --body-background-color: var(--color-grey-light);
  --container-background-color: #fff;
  --border-radius: 16px;
  --spacing-xxl: 8.75rem;
  --spacing-xl: 4.44444444rem;
  --spacing-l: 2.2222rem;
  --spacing: 1rem;
  --spacing-s: 0.5rem;
  --spacing-xs: 0.2rem;
  --content-width-s: 640px;
  --content-width: 786px;
  --container-width-s: 945px;
  --container-width: 1170px;
  --container-width-l: 1400px;
  --container-global: 1600px;
  --font-size: 16px;
  --font-size-lead: calc(1.1rem + 0.1vw);
  --font-size-small: 16px;
  --font-size-h1: calc(1rem + 5vw);
  --font-size-h2: calc(1rem + 2.5vw);
  --font-size-h3: calc(1rem + 1.5vw);
  --font-size-h4: 22px;
  --font-size-h5: 1rem;
}
@media (min-width: 70em) {
  :root {
    --font-size: 18px;
    --font-size-h1: 100px;
    --font-size-h2: 54px;
    --font-size-h3: 36px;
    --font-size-h4: 29px;
    --font-size-h5: 20px;
  }
}

/* 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);
  text-rendering: optimizeSpeed;
  color: var(--color-text-base);
  background-color: var(--body-background-color);
  -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-separator {
  border-top: 1px solid;
  margin: var(--spacing-l);
}

.wp-block-gallery {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.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 {
  margin-top: 0;
  margin-bottom: var(--spacing);
  letter-spacing: 0.9px;
}

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

p.small,
.has-small-font-size {
  font-size: 14px;
}

p + h4 {
  margin-top: 2.5rem;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  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);
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5 {
  display: block;
  margin: 0 0 var(--spacing) 0;
  font-family: var(--heading-family);
  line-height: var(--line-height-headings);
  font-weight: var(--font-weight-medium);
  color: var(--heading-color);
}

h1, .heading-1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-bold);
}

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

h3, .heading-3 {
  font-size: var(--font-size-h3);
}

h4, .heading-4 {
  font-size: var(--font-size-h4);
}

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

h2 + h3 {
  margin-top: 0;
}

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;
}

hr {
  border-top: 0;
  margin: var(--spacing-l) auto;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 0;
}

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

.image-caption {
  position: absolute;
  bottom: var(--spacing);
  width: 100%;
  text-align: center;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--container-width-s) !important;
  margin: 0 auto !important;
}

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 {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
}

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: block;
  margin: 0.5em 0;
  font-weight: 600;
}

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

input[type=submit],
input[type=reset],
input[type=button] {
  display: block;
  padding: 1em;
  margin: 0.5em 0;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--border-radius);
  transition: all 0.2s linear;
  border: 0;
}

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 {
  color: #BF5D58;
}

.card {
  color: var(--color-text-base);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: none;
  position: relative;
  text-decoration: none !important;
}
.card .btn--link {
  margin-top: auto;
}
.card .btn--link:hover {
  color: var(--color-text-base);
}
.card .btn, .card span.btn--primary a, span.btn--primary .card a {
  margin-top: auto;
}
.card__media {
  position: relative;
  transition: all 0.1s ease-in-out;
  width: 100%;
  background-color: black;
}
.card__media img {
  transition: all 0.3s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.card__media figure {
  overflow: hidden;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__media:before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  content: url("../../src/icons/arrow.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 9;
}
.card:hover {
  text-decoration: none;
}
.card:hover img {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.card:hover .card__media {
  position: relative;
}
.card:hover .card__media:before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  background-color: white;
}
.card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
}
.card__content p {
  opacity: 1;
  transform: translateY(0);
}
.card__title {
  margin-top: var(--spacing-xs);
  margin-bottom: var(--spacing-xs);
}
.card__excerpt {
  margin-bottom: var(--spacing-xs);
}
.card__excerpt p {
  font-size: var(--font-size-small);
}
.card:hover {
  text-decoration: none;
  color: var(--color-text-base);
}

/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  padding: 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: #fff !important;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  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: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

.site-header.has-hero .hamburger-inner,
.site-header.has-hero .hamburger-inner::before,
.site-header.has-hero .hamburger-inner::after {
  background-color: #fff;
}

.site-header.site-header--fixed .hamburger-inner,
.site-header.site-header--fixed .hamburger-inner::before,
.site-header.site-header--fixed .hamburger-inner::after {
  background-color: white;
}

/*
* 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-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.is-active .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);
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content img,
.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6,
.content-block p,
.content-block img,
.global-container > h1,
.global-container > h2,
.global-container > h3,
.global-container > h4,
.global-container > h5,
.global-container > h6,
.global-container > p,
.global-container > img {
  max-width: var(--container-width-s);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 49.99em) {
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content img,
  .content-block h1,
  .content-block h2,
  .content-block h3,
  .content-block h4,
  .content-block h5,
  .content-block h6,
  .content-block p,
  .content-block img,
  .global-container > h1,
  .global-container > h2,
  .global-container > h3,
  .global-container > h4,
  .global-container > h5,
  .global-container > h6,
  .global-container > p,
  .global-container > img {
    padding: 0 1.5rem;
  }
}
.content img,
.content-block img,
.global-container > img {
  max-width: 100%;
}
.content a,
.content-block a,
.global-container > a {
  text-decoration: underline;
}
.content a:hover,
.content-block a:hover,
.global-container > a:hover {
  text-decoration: underline;
}
.content blockquote,
.content-block blockquote,
.global-container > blockquote {
  max-width: none;
  font-size: var(--font-size-h3);
  line-height: 1.4;
  margin: var(--spacing-l) 0;
}
.content figure,
.content-block figure,
.global-container > figure {
  max-width: none;
  margin: var(--spacing-xl) 0;
}
.content figcaption,
.content-block figcaption,
.global-container > 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,
.content-block ul,
.global-container > ul {
  list-style: disc;
  margin-top: 1.5em;
  padding-left: 1rem;
}
.content li,
.content-block li,
.global-container > li {
  margin-bottom: 0.25em;
}

.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;
}

.btn, span.btn--primary a,
.wp-block-button__link,
.wp-block-button__link:visited,
.is-style-outline a,
input[type=submit] {
  display: inline-block;
  border-radius: 0 !important;
  padding: 1rem 2.2rem;
  border: 0;
  color: white;
  background-color: black;
  text-decoration: none !important;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-lead);
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.btn:hover, span.btn--primary a:hover, .btn:focus, span.btn--primary a:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:visited:hover,
.wp-block-button__link:visited:focus,
.is-style-outline a:hover,
.is-style-outline a:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  background-color: var(--color-primary);
}

.btn--primary {
  background-color: white;
}
.btn--primary:hover, .btn--primary:focus {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.wp-block-button {
  text-align: center;
}
.wp-block-button + .wp-block-button {
  margin-left: 1rem;
}

.wp-block-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .wp-block-buttons {
    margin-bottom: var(--spacing-xl);
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  margin: 10px 10px 10px 0;
}

span.btn--primary {
  padding: 0;
  margin: 10px 5px;
}
span.btn--primary a {
  background-color: white;
  color: var(--color-text-dark);
}
span.btn--primary:hover, span.btn--primary:focus {
  color: white;
}

.is-style-outline {
  background-color: transparent;
}
.is-style-outline .wp-element-button {
  background-color: transparent;
  border: 2px solid var(--color-text-dark);
  color: var(--color-text-dark);
}
.is-style-outline .wp-element-button:hover, .is-style-outline .wp-element-button:focus {
  background-color: var(--color-text-dark);
  color: white;
}
.is-style-outline .has-white-color {
  border-color: white;
  color: white;
}
.is-style-outline .has-white-color:hover, .is-style-outline .has-white-color:focus {
  background-color: white;
  color: black;
}

.social-links {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.social-links__item {
  margin: 0 1rem 0 0;
  width: 34px;
  height: 34px;
}

.social-links__link {
  color: white;
}
.social-links__link .icon {
  width: 34px;
  height: 34px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide > div {
  width: 100%;
  height: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: flex;
  align-items: center;
  transform: translate(0, -50%);
  top: 50%;
  width: 50%;
  height: 100%;
  line-height: 0px;
  font-size: 0px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  opacity: 0;
  border: none;
  outline: none;
  z-index: 9;
  transition: 0.2s all ease-in-out;
}
.slick-prev:before,
.slick-next:before {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: transparent;
  outline: none;
  transition: 0.2s all ease-in-out;
  opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  content: url("../../src/icons/arrow-white.svg");
}
[dir=rtl] .slick-prev:hover:before,
[dir=rtl] .slick-next:hover:before {
  content: url("../../src/icons/arrow-white.svg");
}

.slick-prev {
  left: 0px;
}
.slick-prev:before {
  margin-left: 1rem;
  transform: scaleX(-1) translateX(1px);
  display: flex;
  transition: 0.2s all ease-in-out;
  content: url("../../src/icons/arrow-white.svg");
}
[dir=rtl] .slick-prev:before {
  content: url("../../src/icons/arrow-white.svg");
}
.slick-next {
  right: 0px;
}
.slick-next:before {
  margin-left: auto;
  margin-right: 1rem;
  transform: translateX(1px);
  transition: 0.2s all ease-in-out;
  content: url("../../src/icons/arrow-white.svg");
}
[dir=rtl] .slick-next:before {
  content: url("../../src/icons/arrow-white.svg");
}
.slick-disabled {
  opacity: 0.2;
}
.slick-disabled:hover, .slick-disabled:focus {
  opacity: 0.2;
  cursor: default;
}

.slick-dots {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  left: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  position: relative;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.slick-dots li button:after {
  content: ".";
}
.slick-dots li.slick-active button {
  font-weight: var(--font-weight-bold);
}
.modal {
  border: none;
  background: var(--color-white);
  width: 100%;
  max-width: 800px;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.3);
  padding: var(--spacing-xl);
  text-align: left;
  overflow: visible;
}
.modal p {
  margin-top: 0;
}
.modal--button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: white;
  text-decoration: underline;
}
.modal__close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(20px, -20px);
  text-decoration: underline;
  background-color: transparent;
  border: none;
  color: var(--color-blue);
}
.modal__close .icon {
  width: 42px;
  height: 42px;
}
.modal__close:hover {
  color: var(--color-blue-dark);
  cursor: pointer;
}
.modal::backdrop {
  background-color: rgba(10, 10, 10, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.global-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;
  max-width: var(--container-global);
  background-color: var(--container-background-color);
}

.container, .page-header-item__content, .news-grid, .grid__inner, .feature-panel__inner, .site-footer__inner, .main {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}

.main {
  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-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: var(--spacing) 0;
  background-color: black;
}
@media (min-width: 50em) {
  .site-header {
    padding: var(--spacing) 0;
  }
}
@media (min-width: 70em) {
  .site-header {
    padding: 1rem;
  }
}
body.admin-bar .site-header {
  top: 32px;
}
.site-header .social-links {
  display: none;
}
@media (min-width: 50em) {
  .site-header .social-links {
    display: flex;
    margin-left: 1rem;
  }
}
.site-header .social-links__item {
  margin-left: 1rem;
  margin-right: 0;
}
.site-header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
}
@media (min-width: 50em) {
  .site-header__inner {
    padding: 0.5rem 1rem;
  }
}
.site-header__logo {
  color: var(--color-white);
}
.site-header__logo:hover {
  color: var(--color-white);
}
.site-header__logo svg {
  width: 280px;
  height: 19px;
}
@media (min-width: 50em) {
  .site-header__logo svg {
    width: 368px;
    height: 25px;
  }
}
@media (min-width: 80em) {
  .site-header__logo svg {
    width: 471px;
    height: 32px;
  }
}
.site-header__menu-btn {
  margin: 0;
  margin-left: auto;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.site-header__menu-btn .hamburger-box {
  position: relative;
  top: 3px;
}
.site-header__nav {
  display: none;
}
@media (min-width: 50em) {
  .site-header__nav {
    display: block;
    margin-left: auto;
  }
}
.site-header .current-menu-item {
  color: var(--color-primary);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: var(--spacing-l);
  list-style: none;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
}
@media (min-width: 70em) {
  .header-nav {
    gap: var(--spacing-l);
  }
}
.header-nav a {
  position: relative;
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: var(--spacing) 0;
}
.header-nav a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.header-nav .menu-item-has-children {
  position: relative;
  z-index: 1;
}
.header-nav .menu-item-has-children > a {
  position: relative;
}
.header-nav .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  z-index: 1;
  top: 100%;
  visibility: visible;
}
.header-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 74px 30px rgba(0, 0, 0, 0.01), 0px 42px 25px rgba(0, 0, 0, 0.05), 0px 19px 19px rgba(0, 0, 0, 0.09), 0px 5px 10px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-top: var(--spacing);
  min-width: 225px;
  justify-content: flex-start;
  transition: 0.25s all ease-in-out;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.header-nav .sub-menu li {
  margin: 0 0 0.5em 0;
}
.header-nav .sub-menu li:last-child {
  margin-bottom: 0;
}
.header-nav .sub-menu li a {
  font-size: var(--font-size-small);
  font-family: var(--display-family);
  font-weight: 400;
  color: var(--color-text-dark);
}
.header-nav .sub-menu li a:hover {
  color: var(--color-primary);
}
.header-nav .sub-menu li:last-child {
  border-bottom: 0;
}
.header-nav .current_page_item a {
  color: var(--color-yellow);
}

.site-footer {
  margin-top: auto;
  background-color: black;
  padding: var(--spacing-l) var(--spacing-s);
  color: white;
}
@media (min-width: 50em) {
  .site-footer {
    padding: var(--spacing-l);
  }
}
.site-footer p, .site-footer a {
  color: white;
  margin: 0;
}
.site-footer__inner {
  flex-direction: column;
  display: flex;
}
@media (max-width: 49.99em) {
  .site-footer__inner {
    text-align: center;
  }
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: var(--spacing-l);
  font-size: var(--font-size-small);
  border-bottom: 1px solid white;
  padding-bottom: var(--spacing-l);
  margin-bottom: var(--spacing-l);
}
@media (min-width: 50em) {
  .site-footer__links {
    flex-direction: row;
  }
}
.site-footer__contact p:first-child, .site-footer__social p:first-child {
  margin-bottom: var(--spacing-s);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.site-footer__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 50em) {
  .site-footer__foot {
    flex-direction: row;
  }
}
.site-footer__foot-form {
  color: white;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.site-footer__foot-form p {
  font-size: var(--font-size-small);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.site-footer__foot-form input[type=email] {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 0;
  color: white;
  width: 100%;
  height: 47px;
  padding: 0 1rem;
}
.site-footer__foot-form ::-moz-placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.site-footer__foot-form ::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.site-footer__foot-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}
.site-footer__foot-form label {
  display: none;
}
.site-footer__foot #mc_embed_shell {
  margin-top: var(--spacing-l);
}
@media (min-width: 50em) {
  .site-footer__foot #mc_embed_shell {
    width: 514px;
    margin-left: var(--spacing-l);
  }
}
.site-footer__foot .mc-field-group {
  display: flex;
  flex: 1;
}
.site-footer__foot input[type=submit], .site-footer__foot input[type=reset], .site-footer__foot input[type=button] {
  height: 47px;
  margin: 0;
  border-radius: 0;
  background-color: white;
  color: var(--color-text-base);
  padding: 0 1.5rem;
}
.site-footer .footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 50em) {
  .site-footer .footer-nav {
    flex-direction: row;
  }
}
.site-footer .footer-nav > li > a {
  text-transform: uppercase;
  margin-bottom: var(--spacing-s);
  display: block;
}
.site-footer .footer-nav li {
  margin-right: var(--spacing-l);
  margin-bottom: var(--spacing-l);
}
@media (min-width: 50em) {
  .site-footer .footer-nav li {
    flex-direction: row;
  }
}
.site-footer .footer-nav li a {
  color: white;
  font-size: var(--font-size-small);
}
.site-footer .footer-nav li .sub-menu {
  padding: 0;
  margin: 0;
  text-align: center;
}
.site-footer .footer-nav li .sub-menu li {
  margin-bottom: 0;
  margin-right: 0;
}

body.nav-open {
  overflow: hidden;
}

.mobile-menu {
  position: fixed;
  top: 64px;
  right: 0;
  padding: 0;
  width: 100%;
  height: calc(100% - 64px);
  z-index: 100;
  background: black;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s ease;
}
.mobile-menu.is-active {
  transform: translateZ(0);
}
.mobile-menu__nav {
  padding: var(--spacing-l);
}

.mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav .sub-menu {
  padding-left: 0;
}
.mobile-nav .sub-menu li a {
  padding-left: 2rem;
  font-weight: var(--font-weight-normal);
}
.mobile-nav a {
  display: block;
  width: 100%;
  font-weight: var(--font-weight-bold);
  color: white;
  font-size: 20px;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav a:hover {
  text-decoration: none;
}

.post-content {
  margin: var(--spacing-xl) auto;
  padding: 0 1rem;
  width: 100%;
  max-width: var(--content-width);
}
@media (min-width: 50em) {
  .post-content {
    padding: 0 var(--spacing-s);
  }
}
.post-content img {
  max-width: 100%;
}
.post-content .wp-post-image {
  width: 100%;
  margin-bottom: var(--spacing);
}
.post-content .card__meta {
  margin-top: 0;
}
.post-content h1 {
  margin-bottom: var(--spacing-l);
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  margin-top: var(--spacing-l);
  margin-bottom: 0;
  font-weight: var(--font-weight-bold);
  line-height: 100%;
}
.post-content a {
  color: var(--link-color);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--link-hover-color);
          text-decoration-color: var(--link-hover-color);
}
.post-content a:hover {
  color: var(--color-text-hover);
  text-decoration: underline;
}
.post-content blockquote {
  max-width: none;
  font-size: var(--font-size-h3);
  line-height: 1.4;
  margin: var(--spacing-l) 0;
}
.post-content figure {
  max-width: none;
  margin: var(--spacing-s) 0;
}
.post-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);
}
.post-content ul {
  list-style: disc;
  margin-top: 1.5em;
  padding-left: 1rem;
}
.post-content ol {
  list-style-type: decimal;
}
.post-content li {
  margin-bottom: 0.25em;
}

.accordion {
  position: relative;
  background: var(--color-white);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  max-width: var(--content-width);
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}
@media (min-width: 70em) {
  .accordion {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.accordion__item {
  background: var(--color-white);
  border-radius: var(--border-radius-s);
  margin-bottom: var(--spacing);
  border-bottom: 1px solid black;
}
.accordion__handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: var(--spacing) 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.accordion__title {
  margin: 0 !important;
  color: var(--color-text-dark);
  font-size: var(--font-size-lead);
  font-weight: var(--font-weight-bold);
  font-family: var(--body-family);
  flex: 1;
}
.accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion__icon:after {
  content: url("../../src/icons/open.svg");
  position: relative;
  display: flex;
  width: 15px;
  height: 15px;
  transform: translateY(-5px);
}
.is-active .accordion__icon:after {
  content: url("../../src/icons/close.svg");
  width: 15px;
  height: 3px;
  transform: translateY(-17px);
}
.accordion__body {
  display: none;
  padding-bottom: var(--spacing-l);
}
.accordion__body p:last-child {
  margin-bottom: 0;
}
.accordion__body p:first-child {
  margin-top: 0;
}
.accordion__body.is-open {
  display: block;
}
.accordion__body hr {
  max-width: 400px;
}

.content-block {
  width: 100%;
  clear: both;
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}
.content-block__border {
  border: 1px solid black;
  padding: var(--spacing-xl);
}
.content-block__inner {
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  max-width: var(--container-width-s);
}
@media (min-width: 70em) {
  .content-block__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 49.99em) {
  .content-block__inner br {
    display: none;
  }
}
.content-block p + .wp-block-button,
.content-block p + .wp-block-buttons {
  margin-top: var(--spacing-xl);
}
.content-block .wp-block-buttons {
  margin-bottom: 0;
}
.content-block p:last-of-type {
  margin-bottom: 0;
}

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

.wp-block-audio {
  margin: var(--spacing-xs) 0 !important;
}

.expanding {
  position: relative;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  max-width: var(--container-width);
}
@media (min-width: 70em) {
  .expanding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.expanding__item {
  margin-bottom: var(--spacing-l);
  padding: var(--spacing-l) var(--spacing-xl);
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.expanding__handle {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 0;
  text-align: center !important;
  color: white;
  text-decoration: underline;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.expanding__handle:after {
  content: "Read more";
}
.expanding__title {
  margin: 0 !important;
  color: var(--color-text-dark);
  font-size: var(--font-size-lead);
  font-weight: var(--font-weight-normal);
  flex: 1;
}
.is-active .expanding__title {
  color: var(--color-primary);
}
.expanding__body {
  display: none;
  padding-bottom: var(--spacing-l);
}
.expanding__body p:last-child {
  margin-bottom: 0;
}
.expanding__body p:first-child {
  margin-top: 0;
}
.expanding__body.is-open {
  display: block;
}
.expanding__body hr {
  border-top: 0;
  margin: var(--spacing-l) auto;
  max-width: 400px;
}

.expanding__handle.is-active:after {
  content: "";
}
.expanding__handle.is-active:before {
  content: "Close";
}

.feature-panel {
  position: relative;
  width: 100%;
  padding: var(--spacing) 0;
}
@media (min-width: 50em) {
  .feature-panel {
    padding: var(--spacing-xxl) 0;
  }
}
.feature-panel__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 50em) {
  .feature-panel__inner {
    flex-direction: row;
  }
}
.feature-panel__item {
  z-index: 1;
  width: 100%;
}
@media (min-width: 70em) {
  .feature-panel__item {
    width: 50%;
  }
}
.feature-panel__text {
  padding: 0 var(--spacing);
}
@media (min-width: 50em) {
  .feature-panel__text {
    padding: 0 var(--spacing-xl);
  }
}
.feature-panel__text .has-text-align-center + button {
  margin: 0 auto;
  display: block;
}
.feature-panel__image {
  position: relative;
}
.feature-panel__image img {
  width: 100%;
  height: auto;
}
.feature-panel__image--left .feature-panel__text {
  order: 1;
}
@media (min-width: 50em) {
  .feature-panel__image--left .feature-panel__text {
    order: 2;
    padding-right: 0;
  }
}
@media (min-width: 50em) {
  .feature-panel__image--right .feature-panel__image {
    order: 2;
  }
}
.feature-panel__image--right .feature-panel__text {
  order: 1;
}
@media (min-width: 50em) {
  .feature-panel__image--right .feature-panel__text {
    padding-left: 0;
  }
}
.feature-panel__image--full {
  overflow: hidden;
}
.feature-panel__image--full .feature-panel__text {
  order: 1;
}
@media (min-width: 50em) {
  .feature-panel__image--full .feature-panel__text {
    order: 2;
    padding-left: 0;
  }
}
.feature-panel__image--full img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form__inner {
  max-width: var(--content-width);
  margin: 0 auto;
}
.form__inner .mc-field-group {
  width: 100%;
}
.form input[type=submit],
.form input[type=reset],
.form input[type=button] {
  display: block;
  padding: 1em;
  margin: 0.5em 0;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--border-radius);
  transition: all 0.2s linear;
  border: 0;
}

.grid {
  position: relative;
  overflow: hidden;
  padding: var(--spacing-xl) var(--spacing-l);
}
@media (min-width: 50em) {
  .grid {
    padding: var(--spacing-xxl) var(--spacing-l);
  }
}
.grid-colour {
  padding-top: var(--spacing-xl);
}
@media (min-width: 50em) {
  .grid-colour {
    padding-top: var(--spacing-xxl);
  }
}
.grid img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grid__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.grid__inner .wp-block-buttons {
  margin-top: var(--spacing-xxl);
  margin-bottom: 0;
}
.grid-list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media (min-width: 50em) {
  .grid-list {
    flex-direction: row;
  }
}
.grid__item {
  margin: 0 0.75rem;
  padding: var(--spacing-l) var(--spacing);
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 50em) {
  .grid__item {
    flex: 50% 0;
    width: 33.3333333333%;
  }
}
.grid__item h2, .grid__item h3, .grid__item h4 {
  margin-bottom: 0;
}
.grid__item a {
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
}
.grid__item .lead {
  font-size: 28px;
  margin-bottom: 0;
}
.grid__item .lead + p {
  margin-top: 1rem;
}
.grid__item .lead + h3 {
  margin-bottom: 1rem;
}

.grid + .wp-block-gallery {
  margin-top: var(--spacing-xxl) !important;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacing);
  margin-top: var(--spacing);
}
@media (min-width: 50em) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: var(--spacing);
    margin-bottom: var(--spacing-l);
  }
}
@media (min-width: 70em) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-grid--more {
  margin-bottom: var(--spacing-l);
}
.news-grid figure {
  opacity: 1;
  transform: translateY(0);
}

.page-header {
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.page-header-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
  min-height: 500px;
}
@media (min-width: 50em) {
  .page-header-item {
    min-height: 600px;
  }
}
.page-header-item__image {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.page-header-item__image--large {
  display: none !important;
}
@media (min-width: 50em) {
  .page-header-item__image--large {
    position: absolute;
    display: block !important;
    min-height: 100%;
    max-width: none;
    min-width: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-header-item__image--small {
  display: block;
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 50em) {
  .page-header-item__image--small {
    display: none;
  }
}
.page-header-item__content {
  position: relative;
  z-index: 9;
  width: 80%;
  text-align: center;
}
@media (min-width: 50em) {
  .page-header-item__content {
    width: 100%;
  }
}
@media (min-width: 50em) {
  .page-header-item__content--left {
    padding-right: calc(var(--container-width) / 2);
  }
}
.page-header-item__content h1 {
  text-transform: uppercase;
  margin-bottom: var(--spacing-s);
}
.page-header-item__content p {
  margin-bottom: 0;
  font-size: var(--font-size-lead);
}

.spacer {
  width: 100%;
  text-indent: -9999px;
}

.testimonials {
  width: 100%;
  background-color: white;
}
.testimonials-slider {
  text-align: center;
  flex-direction: column;
  padding: var(--spacing-xl) var(--spacing-l);
}
@media (min-width: 50em) {
  .testimonials-slider {
    padding: var(--spacing-xxl) var(--spacing-l);
  }
}
.testimonials-slider-item {
  flex-direction: column;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  max-width: var(--container-width-s);
}
@media (min-width: 70em) {
  .testimonials-slider-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.testimonials-slider-item--quote {
  font-family: var(--quote);
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media (min-width: 50em) {
  .testimonials-slider-item--quote {
    font-size: 49px;
    line-height: 1.1;
  }
}
.testimonials-slider-item--name {
  text-transform: uppercase;
}
.testimonials-list {
  text-align: center;
  flex-direction: column;
}
.testimonials-list-item {
  flex-direction: column;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  max-width: var(--container-width-s);
  border-bottom: 1px solid black;
  padding: var(--spacing-l) 0;
}
@media (min-width: 70em) {
  .testimonials-list-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.testimonials-list-item:last-child {
  border-bottom: 0;
}
.testimonials-list-item--title {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-bold);
}
.testimonials-list-item--quote {
  margin-bottom: 1rem;
}
.testimonials-list-item--name {
  text-transform: uppercase;
}

.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;
}

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;
}

.heading {
  font-family: var(--heading-family);
  line-height: 1;
}

.body {
  font-family: var(--body-family);
}

.color--white, .bkg--black {
  color: white;
}
.color--black {
  color: black;
}

.bkg--white {
  background-color: white;
  color: black;
}
.bkg--white .expanding__handle {
  color: black;
}
.bkg--black {
  background-color: black;
}
.bkg--black .wp-element-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.bkg--black .wp-element-button:hover, .bkg--black .wp-element-button:focus {
  background-color: white;
  color: black;
}

.has-primary-background-color {
  background-color: var(--color-primary) !important;
}
.has-primary-background-color .wp-element-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.has-primary-background-color .wp-element-button:hover, .has-primary-background-color .wp-element-button:focus {
  background-color: white;
  color: black;
}

.has-secondary-background-color {
  background-color: var(--color-secondary) !important;
}
.has-secondary-background-color .wp-element-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.has-secondary-background-color .wp-element-button:hover, .has-secondary-background-color .wp-element-button:focus {
  background-color: white;
  color: black;
}

.has-tertiary-background-color {
  background-color: var(--color-tertiary) !important;
}
.has-tertiary-background-color .wp-element-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.has-tertiary-background-color .wp-element-button:hover, .has-tertiary-background-color .wp-element-button:focus {
  background-color: white;
  color: black;
}

.has-quaternary-background-color {
  background-color: var(--color-quaternary) !important;
}
.has-quaternary-background-color .wp-element-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.has-quaternary-background-color .wp-element-button:hover, .has-quaternary-background-color .wp-element-button:focus {
  background-color: white;
  color: black;
}

.has-quinary-background-color {
  background-color: var(--color-quinary) !important;
}
.has-quinary-background-color .wp-element-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.has-quinary-background-color .wp-element-button:hover, .has-quinary-background-color .wp-element-button:focus {
  background-color: white;
  color: black;
}

.has-senary-background-color {
  background-color: var(--color-senary) !important;
}
.has-senary-background-color .wp-element-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.has-senary-background-color .wp-element-button:hover, .has-senary-background-color .wp-element-button:focus {
  background-color: white;
  color: black;
}

.has-septenary-background-color {
  background-color: var(--color-septenary) !important;
}
.has-septenary-background-color .wp-element-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.has-septenary-background-color .wp-element-button:hover, .has-septenary-background-color .wp-element-button:focus {
  background-color: white;
  color: black;
}

.wp-block-button__link.has-primary-background-color:hover, .wp-block-button__link.has-primary-background-color:focus,
.wp-block-button__link.has-secondary-background-color:hover,
.wp-block-button__link.has-secondary-background-color:focus,
.wp-block-button__link.has-tertiary-background-color:hover,
.wp-block-button__link.has-tertiary-background-color:focus,
.wp-block-button__link.has-quaternary-background-color:hover,
.wp-block-button__link.has-quaternary-background-color:focus,
.wp-block-button__link.has-quinary-background-color:hover,
.wp-block-button__link.has-quinary-background-color:focus {
  background-color: black !important;
}

.hide {
  display: none;
}

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

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

@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;
  }
}
