@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: 60em) {
  body:before {
    content: "medium ≥ 60em (60em)";
  }
}
@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: 60em) {
  body:before {
    content: "medium ≥ 60em (60em)";
  }
}
@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)";
  }
}

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

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

.has-dark-grey-color {
  color: var(--color-primary);
}
.has-dark-grey-color h1, .has-dark-grey-color h2, .has-dark-grey-color h3, .has-dark-grey-color h4, .has-dark-grey-color h5, .has-dark-grey-color h6, .has-dark-grey-color p {
  color: var(--color-primary);
}

.has-black-color {
  color: #000;
}
.has-black-color h1, .has-black-color h2, .has-black-color h3, .has-black-color h4, .has-black-color h5, .has-black-color h6, .has-black-color p {
  color: #000;
}

.has-black-color {
  color: white;
}
.has-black-color h1, .has-black-color h2, .has-black-color h3, .has-black-color h4, .has-black-color h5, .has-black-color h6, .has-black-color p {
  color: white;
}

.has-red-background-color {
  background-color: var(--color-secondary);
  color: white;
}
.has-red-background-color 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 h6, .has-red-background-color p {
  color: white;
}
.has-red-background-color + .has-red-background-color {
  padding-top: 0;
}

.has-white-background-color {
  background-color: white;
}
.has-white-background-color + .has-white-background-color {
  padding-top: 0;
}

.has-grey-background-color {
  background-color: var(--color-grey);
}
.has-grey-background-color + .has-grey-background-color {
  padding-top: 0;
}
.has-grey-background-color + .has-transparent-background-color {
  margin-top: var(--spacing-l);
}
@media (min-width: 60em) {
  .has-grey-background-color + .has-transparent-background-color {
    margin-top: var(--spacing-xl);
  }
}
.has-grey-background-color .wp-block-separator {
  border-color: var(--color-grey-dark);
}

.has-dark-grey-background-color {
  background-color: var(--color-primary);
}

.has-black-background-color {
  background-color: black;
}

.has-dark-grey-background-color,
.has-black-background-color {
  color: white;
}
.has-dark-grey-background-color h1, .has-dark-grey-background-color h2, .has-dark-grey-background-color h3, .has-dark-grey-background-color h4, .has-dark-grey-background-color h5, .has-dark-grey-background-color h6, .has-dark-grey-background-color p,
.has-black-background-color 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 h6,
.has-black-background-color p {
  color: white;
}
.has-dark-grey-background-color .wp-block-button__link,
.has-black-background-color .wp-block-button__link {
  color: white;
  border-color: white;
}
.has-dark-grey-background-color .wp-block-button__link:hover, .has-dark-grey-background-color .wp-block-button__link:focus,
.has-black-background-color .wp-block-button__link:hover,
.has-black-background-color .wp-block-button__link:focus {
  color: black;
  border-color: white;
  background-color: white;
}
.has-dark-grey-background-color + .has-dark-grey-background-color,
.has-black-background-color + .has-dark-grey-background-color {
  padding-top: 0;
}
.has-dark-grey-background-color .wp-block-separator,
.has-black-background-color .wp-block-separator {
  border-color: white;
}

.text-image.has-grey-background-color,
.text-image.has-dark-grey-background-color,
.text-image.has-black-background-color,
.columns.has-grey-background-color,
.columns.has-dark-grey-background-color,
.columns.has-black-background-color {
  padding-top: var(--spacing-l);
}
@media (min-width: 60em) {
  .text-image.has-grey-background-color,
  .text-image.has-dark-grey-background-color,
  .text-image.has-black-background-color,
  .columns.has-grey-background-color,
  .columns.has-dark-grey-background-color,
  .columns.has-black-background-color {
    padding-top: var(--spacing-xl);
  }
}

:root {
  --body-family: "Inter", Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --heading-family: "Inter", Helvetica, Arial, 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-size: calc(1rem + 0.15vw);
  --font-size-lead: calc(1.2rem + 0.1vw);
  --font-size-small: calc(0.9rem + 0.1vw);
  --font-size-h1: calc(2rem + 0.2vw);
  --font-size-h2: calc(1.8rem + 0.2vw);
  --font-size-h3: calc(1.5rem + 0.2vw);
  --font-size-h4: calc(1.3rem + 0.2vw);
  --font-size-h5: calc(1.2rem + 0.2vw);
  --font-weight-light: 100;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semi: 600;
  --font-weight-bold: 700;
  --font-weight-heavy: 900;
  --line-height: 1.5;
  --line-height-headings: 1.1;
  --color-grey-dark: #D2D2D2;
  --color-grey: #F7F7F7;
  --color-grey-light: #efefef;
  --color-primary: #121212;
  --color-secondary: #FE3845;
  --color-tertiary: #000000;
  --color-quaternary: #E2574C;
  --color-text-base: #4E5153;
  --color-text-dark: #000;
  --color-text-reversed: #fff;
  --color-text-link: #0087D0;
  --color-text-hover: var(--color-text-dark);
  --heading-color: #000;
  --color-facebook: #3B5998;
  --color-twitter: #1DA1F2;
  --color-instagram: #262626;
  --color-youtube: #cc181e;
  --color-linkedin: #0077B5;
  --body-background-color: #fff;
  --border-radius: 16px;
  --spacing-xxl: 140px;
  --spacing-xl: 100px;
  --spacing-l: 60px;
  --spacing: 30px;
  --spacing-s: 20px;
  --spacing-xs: 10px;
  --gap: var(--spacing);
  --gap-s: 1.5rem;
  --spacing-block: var(--spacing-l) 0;
  --container-width: 1280px;
  --container-width-m: 1400px;
  --container-width-l: 2000px;
  --content-width: 990px;
  --font-size: 18px;
  --body-size: 1.11111111rem;
  --body-size-small: 0.88888889rem;
  --body-size-xsmall: 0.66666667rem;
  --font-size-h1: 2.3rem;
  --font-size-h2: 2rem;
  --font-size-h3:	1.7rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 25px;
  --font-size-h6: 1rem;
}
@media (min-width: 60em) {
  :root {
    --gap: var(--spacing-l);
    --spacing-block: var(--spacing-xl) 0;
    --body-size: 1.11111111rem;
    --font-size-h1: calc(4rem + 1vw);
    --font-size-h2: calc(3rem + 1vw);
    --font-size-h3: 2rem;
    --font-size-h4: 1.33333333rem;
    --wp--preset--font-size--x-large: 38px;
    --wp--preset--font-size--large: 30px;
    --wp--preset--font-size--medium: 24px;
  }
}
@media (min-width: 70em) {
  :root {
    --spacing-block: var(--spacing-xl) 0;
    --body-size: 1.33333333rem;
    --font-size-h1: calc(2rem + 5vw);
    --font-size-h2: calc(1rem + 5vw);
    --font-size-h3: 2.77777778rem;
    --font-size-h4: 1.33333333rem;
  }
}
@media (min-width: 80em) {
  :root {
    --font-size-h1: 6.33333333rem;
    --font-size-h2: 5.2rem;
  }
}

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

.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-s);
  font-size: var(--body-size);
  font-weight: var(--font-weight-normal);
}
p:last-of-type {
  margin-bottom: 0;
}

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

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

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

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

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 {
  margin: 0;
  font-family: var(--heading-family);
  line-height: var(--line-height-headings);
  color: var(--heading-color);
}
h1 .line,
h2 .line,
h3 .line,
h4 .line,
h5 .line {
  overflow: hidden;
  display: block;
}

h1, .heading-1 {
  margin-bottom: var(--spacing);
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-heavy);
  letter-spacing: -1px;
  text-wrap: balance;
}
@media (min-width: 70em) {
  h1, .heading-1 {
    letter-spacing: -2px;
  }
}

h2, .heading-2 {
  margin-bottom: var(--spacing-s);
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-heavy);
  letter-spacing: -1px;
  text-wrap: balance;
}
@media (min-width: 70em) {
  h2, .heading-2 {
    letter-spacing: -2px;
  }
}

h3, .heading-3 {
  margin-bottom: var(--spacing);
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
}

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

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

code {
  font-family: var(--heading-family);
}

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

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: 10px 0;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid var(--color-text-base);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  max-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-bottom: 1px solid var(--color-secondary);
  outline: 0;
}

label {
  display: block;
  margin: 0.5em 0;
  font-weight: 600;
}

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

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

.required {
  color: #BF5D58;
}

.wpcf7-form {
  width: 100%;
  margin-bottom: var(--spacing-xl);
}
@media (min-width: 60em) {
  .wpcf7-form {
    width: 50%;
  }
}
.wpcf7-form p {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}

.content > * {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}
.content img {
  max-width: 100%;
}
.content h2,
.content h3,
.content h4,
.content h5 {
  margin-top: var(--spacing-l);
  margin-bottom: 0;
}
.content a {
  color: var(--link-color);
  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;
}

.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: 60em) {
  .wp-block-buttons .wp-block-button + .wp-block-button {
    margin-left: 0.5rem;
  }
}

.btn, .wp-block-button__link, .wpcf7-submit {
  align-items: center;
  border-radius: 60px;
  padding: 0.5rem 1rem;
  border: 0;
  color: var(--color-primary);
  font-weight: var(--font-weight-semi);
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  background-color: transparent;
  border: 2px solid var(--color-primary);
}
.btn:hover, .btn:focus, .wp-block-button__link:hover, .wp-block-button__link:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  outline: 0;
  color: white;
  text-decoration: none;
  position: relative;
}
.btn .icon, .wp-block-button__link .icon, .wpcf7-submit .icon {
  width: 24px;
  height: 18px;
  margin: 0.25rem 0.5rem 0.25rem 0;
}
@media (min-width: 60em) {
  .btn .icon, .wp-block-button__link .icon, .wpcf7-submit .icon {
    width: 28px;
    height: 22px;
  }
}
@media (min-width: 60em) {
  .btn, .wp-block-button__link, .wpcf7-submit {
    padding: 0.75rem 1.25rem;
  }
}

.wp-block-button__link {
  text-decoration: none !important;
  color: var(--color-primary);
}

.btn--primary {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-text-reversed);
}
.btn--primary:hover, .btn--primary:focus {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

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

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

.social-links__link {
  color: white;
}
.social-links__link .icon {
  width: 35px;
  height: 35px;
}
@media (min-width: 60em) {
  .social-links__link .icon {
    width: 40px;
    height: 40px;
  }
}

/* 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, -40%);
  top: var(--spacing-l);
  width: 50%;
  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-light.svg");
}
[dir=rtl] .slick-prev:hover:before,
[dir=rtl] .slick-next:hover:before {
  content: url("../../src/icons/arrow-light.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-light.svg");
}
[dir=rtl] .slick-prev:before {
  content: url("../../src/icons/arrow-light.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-light.svg");
}
[dir=rtl] .slick-next:before {
  content: url("../../src/icons/arrow-light.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);
}
.wp-block-image {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: var(--spacing-l);
}
.wp-block-image img {
  width: 100%;
}
@media (min-width: 60em) {
  .wp-block-image {
    margin-bottom: var(--spacing-xl);
  }
}
.wp-block-video {
  width: 100%;
  position: relative;
  display: flex;
}
.wp-block-video button {
  position: absolute;
  color: white;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: transparent;
  outline: none;
  cursor: pointer;
  border: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.wp-block-video button:hover {
  opacity: 1;
}
.wp-block-video .video-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.wp-block-video .video-controls .video-icon {
  background-color: var(--color-secondary);
  padding: 0.5rem 1rem;
  border-radius: 100px;
}
.wp-block-list {
  list-style-type: disc;
  padding: 0 4rem !important;
}
.wp-block-list li {
  margin-bottom: var(--spacing-s);
  font-size: var(--body-size);
}
.wp-block-separator {
  max-width: calc(100% - 3rem) !important;
  margin-top: var(--spacing);
  border-top: 1px solid var(--color-grey-dark);
  width: 100% !important;
}
@media (min-width: 60em) {
  .wp-block-separator {
    margin-top: var(--spacing-xl);
    max-width: calc(var(--container-width) - 3rem) !important;
  }
}
.wp-block-separator + .columns {
  margin-top: var(--spacing-l);
}
@media (min-width: 60em) {
  .wp-block-separator + .columns {
    margin-top: var(--spacing-xl);
  }
}

.block-card {
  color: var(--color-text-base);
  border: 0;
}
.block-card__media {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  aspect-ratio: 16/9;
}
.block-card__media figure {
  height: 100%;
  width: 100%;
}
.block-card__media img {
  margin: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.block-card__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--spacing);
  padding: var(--spacing-s) 0;
}
.block-card p {
  font-size: var(--font-size);
  margin-top: var(--spacing-xs);
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}
.block-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.block-card__category {
  background-color: var(--color-primary);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: var(--body-size-xsmall);
  font-weight: var(--font-weight-semi);
}
.block-card__text {
  position: relative;
  transition: all 0.3s ease;
}
.block-card__text::before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  content: url("../../src/icons/arrow-dark.svg");
  display: block;
  width: 28px;
  height: 33px;
  color: white;
  transform: translate(-50px, 3px);
  transition: all 0.2s ease;
}
@media (min-width: 60em) {
  .block-card__text::before {
    transform: translate(-50px, 0px);
  }
}
.block-card:hover {
  text-decoration: none;
  color: var(--color-text-base);
}
.block-card:hover .block-card__media img {
  transform: scale(1.05);
}
.block-card:hover .block-card__text {
  padding-left: var(--spacing);
  transition: all 0.3s ease;
}
.block-card:hover .block-card__text::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
  transform: translate(-5px, 3px);
  transition-delay: 0.1s;
}

.block__header h2 {
  margin-bottom: var(--spacing);
}
@media (min-width: 60em) {
  .block__header h2 {
    margin-bottom: var(--spacing-l);
  }
}

.lottie {
  position: relative;
  display: inline-block;
}
.lottie-wrap {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  pointer-events: none;
  display: block;
  z-index: -1;
}
@media (min-width: 60em) {
  .lottie-wrap {
    z-index: -1;
  }
}
.lottie-on-scroll {
  width: 100%;
  height: 100%;
  display: inline;
}
.lottie--underline1 .lottie-wrap {
  top: 50%;
}
.lottie--underline2 .lottie-wrap {
  width: 130%;
  top: 50%;
  transform: translateX(-40px) translateY(-40%);
}
.lottie--underline3 .lottie-wrap {
  width: 110%;
  transform: translateX(-5%) translateY(-80%);
}
.lottie--underline4 .lottie-wrap {
  transform: translateX(0) translateY(-80%);
}
.lottie--underline5 .lottie-wrap {
  transform: translateX(0) translateY(-60%);
}
.lottie--underline6 .lottie-wrap {
  transform: translateX(0) translateY(-50%);
}
.lottie--underline7 .lottie-wrap {
  transform: translateX(0) translateY(-80%);
}
.lottie--underline8 .lottie-wrap {
  transform: translateX(0) translateY(-50%);
}

/* optional: smaller on narrow screens */
h1 .lottie-wrapper {
  position: relative;
  display: inline-block;
}

h1 .lottie-animation {
  position: absolute;
  left: 0;
  /* top: 0; */
  transform: translateY(-60%);
  width: 100%;
  pointer-events: none;
  display: block;
  z-index: -1;
}
@media (min-width: 60em) {
  h1 .lottie-animation {
    z-index: -1;
  }
}

.global-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;
}
.global-container > *:not(section, header, footer, article) {
  max-width: var(--container-width);
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  padding: 0 1rem;
  z-index: 1;
}
@media (min-width: 60em) {
  .global-container > *:not(section, header, footer, article) {
    padding: 0 1.5rem;
  }
}

.global-container > *:first-child {
  padding-top: var(--spacing-xxl);
}
@media (min-width: 60em) {
  .global-container > *:first-child {
    padding-top: calc(var(--spacing-xl) * 2);
  }
}

.container, .header-menu__inner, .site-footer__inner, .site-header__inner, .main {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
}
@media (min-width: 60em) {
  .container, .header-menu__inner, .site-footer__inner, .site-header__inner, .main {
    padding: 0 1.5rem;
  }
}

.main {
  max-width: var(--content-width);
  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 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 500;
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--spacing-s);
}
@media (min-width: 60em) {
  .site-header__inner {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: var(--spacing-l);
    padding-bottom: var(--spacing-l);
  }
}
@media (min-width: 70em) {
  .site-header__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.site-header__logo {
  margin: 0;
  color: var(--color-secondary);
  width: 127px;
  height: 32.73px;
  z-index: 9999;
  transition: all 0.3s ease;
}

.site-header__nav {
  display: none;
}
@media (min-width: 60em) {
  .site-header__nav {
    display: block;
  }
}

.site-header__btn {
  height: 100%;
}

.site-header__nav ul {
  display: flex;
}

.site-header__nav li {
  margin-left: 1rem;
}

.site-header__menu-btn {
  background: black;
  color: white;
  border: 0;
}

.site-header--inverse .site-header__logo:hover {
  color: white;
}
.site-header--inverse .site-header__menu-btn {
  color: white;
}
.site-header--inverse .hamburger-inner, .site-header--inverse .hamburger-inner::before, .site-header--inverse .hamburger-inner::after {
  background-color: white;
}

.site-footer {
  margin-top: auto;
  background-color: var(--color-secondary);
  padding: var(--spacing-l) 1rem 0 1rem;
  overflow: hidden;
}
@media (min-width: 60em) {
  .site-footer {
    padding: var(--spacing-l) 2rem 0 2rem;
  }
}
.site-footer__inner {
  padding: var(--spacing-s) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid white;
}
@media (min-width: 60em) {
  .site-footer__inner {
    flex-direction: row;
  }
}
@media (min-width: 60em) {
  .site-footer__content {
    width: 55%;
  }
}
.site-footer__content a {
  text-decoration: underline;
}
.site-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.site-footer__nav ul a {
  color: white;
  font-size: var(--body-size-small);
  font-weight: var(--font-weight-semi);
}
.site-footer__nav-terms {
  margin-top: 1rem;
}
.site-footer__nav-terms ul {
  margin-left: 0;
  padding-left: 0;
}
.site-footer__nav-terms a {
  display: block;
  color: white;
  font-size: var(--body-size-small);
  font-weight: var(--font-weight-semi);
  margin-top: 0.5rem;
}
.site-footer__logo {
  color: white;
  opacity: 0.1;
  transform: translateY(30px) scale(1.4);
}
@media (min-width: 60em) {
  .site-footer__logo {
    transform: translateY(30px) scale(1.2);
  }
}

.site-footer a {
  color: white;
}

.site-footer p {
  color: white;
  margin: 0 0 0.5rem 0;
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}

.site-footer .social-links {
  margin: 1rem 0;
}

.site-footer .social-links__item {
  margin: 0 1rem 0 0;
}

.site-footer .social-links__link {
  color: white;
  width: 45px;
  height: 45px;
}
.site-footer .social-links__link .icon {
  width: 45px;
  height: 45px;
}

body.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body.nav-open .site-header__logo {
  color: white;
  transition: all 0.3s ease;
}

.header-menu {
  position: fixed;
  will-change: transform, opacity;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 100;
  background: var(--color-secondary);
  opacity: 0;
  transform: translate3d(100%, -100%, 0);
  transition: all 0.2s ease-in-out 0.22s;
  display: flex;
}

.header-menu__inner {
  margin-top: calc(var(--spacing-xl) * 1.5);
  padding: 0 1.5rem;
  padding-bottom: var(--spacing-l);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 60em) {
  .header-menu__inner {
    margin-top: calc(var(--spacing-xxl) * 1.5);
    padding: 0 3rem;
    padding-bottom: 0;
    flex-direction: row;
  }
}
@media (min-width: 70em) {
  .header-menu__inner {
    padding: 0 1.5rem;
  }
}

.header-menu__content {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 100%;
}
@media (min-width: 60em) {
  .header-menu__content {
    width: 40%;
  }
}
.header-menu__content p {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
  font-size: var(--font-size-h4);
  text-wrap: balance;
}
.header-menu__content .social-links {
  margin-top: var(--spacing);
}

.header-menu__nav {
  flex: 1;
}
.header-menu__nav ul {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  margin: 0;
  padding: 0;
}
.header-menu__nav a {
  display: flex;
  align-items: center;
  color: white;
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-heavy);
  margin: 0;
  padding: 0;
  line-height: var(--line-height-headings);
  transition: all 0.5s ease;
}
@media (min-width: 60em) {
  .header-menu__nav a {
    font-size: var(--font-size-h2);
  }
}
.header-menu__nav a::before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  content: "";
  background-image: url("../../src/icons/arrow-large.svg");
  background-repeat: no-repeat;
  display: block;
  background-size: 46px 36px;
  width: 46px;
  height: 36px;
  color: white !important;
  transform: translateX(-50px);
  transition: all 0.2s ease;
}
@media (min-width: 60em) {
  .header-menu__nav a::before {
    background-size: 74px 59px;
    width: 74px;
    height: 59px;
  }
}
@media (min-width: 70em) {
  .header-menu__nav a::before {
    background-image: none;
    content: url("../../src/icons/arrow-large.svg");
    width: 132px;
    height: 104px;
  }
}
.header-menu__nav a:hover {
  padding-left: 60px;
  transition: all 0.2s ease;
  text-decoration: none;
}
@media (min-width: 60em) {
  .header-menu__nav a:hover {
    padding-left: 95px;
  }
}
@media (min-width: 70em) {
  .header-menu__nav a:hover {
    padding-left: 152px;
  }
}
.header-menu__nav a:hover::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
  transform: translateX(0px);
}

.header-menu.is-toggled {
  transition-delay: 0s;
  transform: translateZ(0);
  opacity: 1;
}

.header-menu.is-toggled .header-menu__nav ul,
.header-menu.is-toggled .header-menu__content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0.22s;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  cursor: pointer;
  z-index: 999;
  order: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  transition-property: background, opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  font: inherit;
  color: inherit;
  text-transform: none;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.hamburger.is-active {
  background: transparent;
}

.hamburger-box {
  width: 50px;
  background-color: transparent;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 100%;
  transition: all 0.5s ease;
}

.hamburger-inner {
  display: block;
  top: 50%;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 50px;
  height: 2px;
  background-color: black;
  border-radius: 4px;
  position: absolute;
  transition: all 0.15s ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -14px;
}
.hamburger-inner::after {
  bottom: -14px;
}

/*
* 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 {
  width: 40px;
  background-color: #fff;
  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 {
  width: 40px;
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  background-color: #fff;
}
.hamburger.is-toggled .hamburger-inner::after {
  width: 40px;
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}

.mixitup-control {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: var(--spacing);
}
@media (min-width: 60em) {
  .mixitup-control {
    justify-content: flex-end;
  }
}
.mixitup-control-active {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  color: white !important;
}
.mixitup-control button {
  margin: 0 0.25rem;
}

.block__header + .mixitup-control {
  margin-top: var(--spacing);
}
@media (min-width: 60em) {
  .block__header + .mixitup-control {
    margin-top: var(--spacing-l);
  }
}

.post--thumbnail {
  padding: 0 1rem;
  margin-top: 1.5rem !important;
  margin-bottom: var(--spacing-l);
  width: 100%;
  display: flex;
  justify-content: center;
  aspect-ratio: 16/9;
}
@media (min-width: 60em) {
  .post--thumbnail {
    padding: 0 1.5rem;
  }
}
@media (min-width: 60em) {
  .post--thumbnail {
    overflow: hidden;
  }
}
.post--thumbnail img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post--case-study {
  padding-top: 4.5rem !important;
}
@media (min-width: 60em) {
  .post--case-study {
    padding-top: 0 !important;
  }
}
.post--case-study > *:not(.wp-block-image, .post--thumbnail, section) {
  max-width: var(--container-width);
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  z-index: 1;
  padding: 0 1rem;
}
@media (min-width: 60em) {
  .post--case-study > *:not(.wp-block-image, .post--thumbnail, section) {
    padding: 0 1.5rem;
  }
}
.post--case-study .wp-block-column .wp-block-heading {
  margin-bottom: 0;
}
.post--case-study .wp-block-separator {
  margin-top: var(--spacing-l);
  margin-bottom: var(--spacing-l);
}
.post--case-study .services {
  margin-bottom: var(--spacing-l);
}
.post--case-study .columns__inner p {
  margin-bottom: var(--spacing-s);
}
.post--case-study .wp-block-image {
  aspect-ratio: 2/1;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}
@media (min-width: 60em) {
  .post--case-study .wp-block-image {
    padding: 0 var(--gap-s);
  }
}
.post--case-study .feature-panel {
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 1;
}
@media (min-width: 60em) {
  .post--case-study .feature-panel {
    padding-left: var(--gap-s);
    padding-right: var(--gap-s);
  }
}
.post--case-study .wp-block-image:last-of-type {
  margin-bottom: 0;
}

.accordion {
  max-width: var(--content-width);
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
  padding: 0;
}

.accordion__item {
  border-top: 1px solid var(--color-grey-light);
}

.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;
  border-top: 1px solid var(--color-grey-tint);
}

.accordion__title {
  margin: 0 !important;
  color: var(--color-text-dark);
  text-transform: uppercase;
  font-size: var(--font-size-h5);
  flex: 1;
}
.is-active .accordion__title {
  color: var(--color-primary);
}

.accordion__icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 var(--spacing);
}
.accordion__icon:before, .accordion__icon:after {
  content: "";
  position: absolute;
  background: var(--color-text-base);
  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);
}
.is-active .accordion__icon:after {
  transform: rotate(180deg);
}

.accordion__body {
  display: none;
  padding-bottom: var(--spacing-l);
}
.accordion__body p:first-child {
  margin-top: 0;
}
.accordion__body.is-open {
  display: block;
}

.block-coloured {
  position: relative;
  display: flex;
  padding: var(--spacing-l) 0;
  margin-bottom: var(--spacing-l);
}
@media (min-width: 60em) {
  .block-coloured {
    padding: var(--spacing-xl) 0;
    margin-bottom: var(--spacing-xl);
  }
}
.block-coloured .wp-block-heading + .wp-block-heading {
  margin-top: var(--spacing-l);
}
.block-coloured h3 {
  margin-bottom: var(--spacing-l);
}
.block-coloured .wp-block-separator {
  margin-bottom: var(--spacing-xl);
}
.block-coloured__inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 60em) {
  .block-coloured__inner {
    padding: 0 1.5rem;
  }
}
.block-coloured .text-image {
  background-color: transparent !important;
  padding-top: var(--spacing-l);
  padding-bottom: 0;
}
@media (min-width: 60em) {
  .block-coloured .text-image {
    padding-top: var(--spacing-xl);
  }
}
.block-coloured .text-image__inner {
  padding: 0;
}

.block-content {
  position: relative;
  display: flex;
  margin-bottom: var(--spacing-l);
}
@media (min-width: 60em) {
  .block-content {
    margin-bottom: var(--spacing-xl);
  }
}
.block-content__inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 60em) {
  .block-content__inner {
    padding: 0 1.5rem;
  }
}
.block-content__content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

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

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

.page-header + .wp-block-image {
  margin-top: 0;
}

.columns {
  padding-bottom: var(--spacing-l);
}
@media (min-width: 60em) {
  .columns {
    padding-bottom: var(--spacing-xl);
  }
}
.columns__inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
}
@media (min-width: 60em) {
  .columns__inner {
    padding: 0 1.5rem;
  }
}
.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-l);
}
.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 .wp-block-column .wp-block-image {
  margin-bottom: var(--spacing-s);
  overflow: hidden;
}
.columns .wp-block-columns {
  gap: var(--gap);
}
@media (max-width: 59.99em) {
  .columns .wp-block-columns {
    margin-bottom: var(--spacing-l);
  }
}
.columns .wp-block-columns:last-child {
  margin-bottom: 0;
}

.cta {
  position: relative;
  overflow: hidden;
}
.cta--large .lottie-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  transform: translateX(30px) translateY(30px) rotate(120deg);
  transition: transform 0.1s ease;
}
@media (min-width: 60em) {
  .cta--large .lottie-wrapper {
    z-index: 0;
    width: 540px;
    transform: translateX(30px) translateY(-45px) rotate(120deg);
  }
}
.cta--small .lottie-wrapper {
  position: absolute;
  top: 0;
  right: 5%;
  width: 60%;
  transform: translateX(30px) translateY(5px);
  transition: transform 0.1s ease;
  z-index: 0;
}
@media (min-width: 60em) {
  .cta--small .lottie-wrapper {
    width: 100%;
    top: 0;
    right: 5%;
    transform: translateX(30px) translateY(5px);
  }
}
.cta__inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
@media (min-width: 60em) {
  .cta__inner {
    padding: 0 1.5rem;
  }
}
@media (min-width: 60em) {
  .cta__inner {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.cta__link:hover {
  text-decoration: none;
}
.cta__content .wp-block-heading {
  margin-bottom: 0;
}
.cta .text-image {
  background-color: transparent !important;
  padding-top: var(--spacing-xl);
  padding-bottom: 0;
}
.cta .text-image__inner {
  padding: 0;
}

.feature-panel {
  position: relative;
  padding-bottom: var(--gap-s);
}
.feature-panel__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-s);
}
@media (min-width: 60em) {
  .feature-panel__inner {
    flex-direction: row;
  }
}
.feature-panel__item {
  width: 100%;
  gap: 0 var(--gap-s);
}
@media (min-width: 70em) {
  .feature-panel__item {
    width: 50%;
  }
}
@media (min-width: 70em) {
  .feature-panel__text {
    padding: var(--spacing-l);
  }
}
.feature-panel__text a {
  text-decoration: underline;
}
.feature-panel__text .wp-block-heading {
  margin-bottom: var(--spacing-xs);
}
.feature-panel__text .wp-block-buttons {
  margin-top: var(--spacing);
}
.feature-panel__text figure {
  margin: 1rem 0;
  width: 100%;
}
.feature-panel__text figure img {
  width: 100%;
}
.feature-panel__text p {
  padding-right: 5%;
}
.feature-panel__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 60em) {
  .feature-panel__image {
    margin-bottom: 0;
  }
}
.feature-panel__image iframe {
  width: 100%;
  border-radius: var(--border-radius);
  margin: 0;
}
@media (max-width: 59.99em) {
  .feature-panel__image iframe {
    height: 200px;
  }
}
.feature-panel__image img {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.feature-panel__image--left .feature-panel__text {
  order: 1;
}
@media (min-width: 60em) {
  .feature-panel__image--left .feature-panel__text {
    order: 2;
  }
}
@media (min-width: 60em) {
  .feature-panel__image--right .feature-panel__image {
    order: 2;
  }
}
.feature-panel__image--right .feature-panel__text {
  order: 1;
}
.featured-projects .wp-block-buttons .btn {
  margin-bottom: 0 !important;
}
.logos {
  padding-bottom: var(--spacing);
}
@media (min-width: 60em) {
  .logos {
    padding-bottom: var(--spacing-xl);
  }
}
.logos__inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 60em) {
  .logos__inner {
    padding: 0 1.5rem;
  }
}
.logos__content {
  display: flex;
  position: relative;
  width: 60%;
}
@media (min-width: 60em) {
  .logos__content {
    width: 55%;
  }
}
.logos__content .lottie-wrapper {
  width: 125px;
  position: absolute;
  left: 100%;
}
@media (min-width: 60em) {
  .logos__content .lottie-wrapper {
    width: 325px;
  }
}
.logos-list {
  align-items: center;
}
@media (min-width: 60em) {
  .logos-list {
    margin-top: var(--spacing-l);
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
  }
}
.logos-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .logos-item {
    opacity: 0;
    transform: translateY(50px);
  }
}
.logos-item img {
  max-width: 100%;
  max-height: 70px;
}

.page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-xl) 0 0 0;
  margin-bottom: var(--spacing);
  z-index: 0;
}
@media (min-width: 60em) {
  .page-header {
    margin-bottom: var(--spacing-xl);
  }
}
.page-header .wp-block-video {
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
  margin-top: var(--spacing-l);
}
@media (min-width: 60em) {
  .page-header .wp-block-video {
    padding: 0 1.5rem;
  }
}
.page-header__inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
@media (min-width: 60em) {
  .page-header__inner {
    padding: 0 1.5rem;
  }
}
.page-header__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.page-header__content .wp-block-buttons {
  margin-top: var(--spacing);
}
@media (min-width: 60em) {
  .page-header__content .wp-block-buttons {
    margin-top: 0;
  }
}
@media (min-width: 60em) {
  .page-header__content {
    flex-direction: row;
  }
}
.page-header__content p {
  text-wrap: balance;
}

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

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

.page-header + .wp-block-image {
  margin-top: 0;
}

@media (min-width: 60em) {
  .page-header.has-video {
    min-height: 70vh;
  }
}
@media (min-width: 70em) {
  .page-header.has-video {
    min-height: 100vh;
  }
}
.page-header.has-video:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 100vw;
  height: var(--spacing-xl);
  background: white;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 60em) {
  .page-header.has-video:after {
    height: calc(var(--spacing-xl) * 2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .page-header h1.wp-block-heading,
  .page-header .page-header__content p,
  .page-header .wp-block-buttons {
    opacity: 0;
    transform: translateY(100px);
  }
}

.projects {
  margin-bottom: var(--spacing-l);
}
@media (min-width: 60em) {
  .projects {
    margin-bottom: var(--spacing-xl);
  }
}
.projects__inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 60em) {
  .projects__inner {
    padding: 0 1.5rem;
  }
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacing);
}
@media (min-width: 60em) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.projects-grid--more {
  margin: var(--spacing-l) auto;
}
.projects-grid .mix.mixitup-control-inactive {
  display: none !important;
}
.projects-grid--short {
  margin-top: var(--spacing-xl);
}
.projects-grid--short .projects-grid {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 60em) {
  .projects-grid--short .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.projects-grid--short .expand-block {
  display: none;
}
.projects .wp-block-buttons .btn {
  margin: var(--spacing-l) auto;
}

.projects-grid--more.is-hidden {
  display: none;
}

.testimonial + .projects-grid--short {
  margin-top: 0;
}

.services {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 60em) {
  .services {
    flex-direction: row;
  }
}
.services__block, .services__content {
  flex: 1;
  margin-bottom: var(--spacing);
}
@media (min-width: 60em) {
  .services__block, .services__content {
    margin-bottom: 0;
  }
}
.services__content .wp-block-buttons {
  margin-top: var(--spacing);
}
.services__content p:first-child:has(strong) {
  margin-bottom: 0;
}
.services-list {
  display: grid;
  padding-right: 0px;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 var(--spacing);
  align-items: start;
}
@media (min-width: 60em) {
  .services-list {
    padding-right: 200px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-list:has(.services-item:only-child) {
  grid-template-columns: 1fr;
}
.services-list:has(.services-item:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}
.services-list:has(.services-item:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}
.services-list:has(.services-item:nth-child(4):last-child) {
  grid-template-columns: 1fr;
  padding-right: 0px;
}
@media (min-width: 60em) {
  .services-list:has(.services-item:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
  }
}
.services-list--has-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-right: 0px;
  gap: 0 var(--spacing);
}
.services-item p {
  margin: 0;
}

.team {
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
@media (min-width: 60em) {
  .team {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.team__inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 60em) {
  .team__inner {
    padding: 0 1.5rem;
  }
}
.team__content {
  display: flex;
  position: relative;
}
.team-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-xl) var(--spacing);
  margin-top: var(--spacing);
}
@media (min-width: 60em) {
  .team-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.team-item {
  display: flex;
  flex-direction: column;
}
.team-item__image {
  margin-bottom: var(--spacing);
}
.team-item h4 {
  font-weight: var(--font-weight-medium);
}
.team-item p {
  margin-bottom: 0;
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}

.testimonial {
  position: relative;
}
.testimonial__inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--content-width);
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}
@media (min-width: 60em) {
  .testimonial__inner {
    padding: 0 1.5rem;
  }
}
@media (min-width: 60em) {
  .testimonial__inner {
    flex-direction: row;
    padding-top: var(--spacing-xxl);
    padding-bottom: var(--spacing-xxl);
  }
}
.testimonial__image {
  width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (min-width: 60em) {
  .testimonial__image {
    flex-basis: 220px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.testimonial__image img {
  width: 100%;
}
.testimonial__content {
  padding-top: var(--gap);
}
@media (min-width: 60em) {
  .testimonial__content {
    padding-top: 0;
    padding-left: var(--gap);
  }
}
.testimonial__content .wp-block-heading, .testimonial__content p {
  margin-bottom: var(--spacing-xs);
}

.text-image {
  position: relative;
  padding-bottom: var(--spacing-l);
  width: 100%;
}
@media (min-width: 60em) {
  .text-image {
    padding-bottom: var(--spacing-xl);
  }
}
.text-image__inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 60em) {
  .text-image__inner {
    padding: 0 1.5rem;
  }
}
@media (min-width: 60em) {
  .text-image__inner {
    flex-direction: row;
  }
}
.text-image__inner .lottie-wrapper {
  display: none;
  position: absolute;
  left: 0;
  transform: translateX(-80px) rotate(30deg) scaleY(-1);
}
@media (min-width: 60em) {
  .text-image__inner .lottie-wrapper {
    display: flex;
  }
}
.text-image__item {
  width: 100%;
}
@media (min-width: 70em) {
  .text-image__item {
    width: 50%;
  }
}
@media (min-width: 60em) {
  .text-image__text {
    padding-left: var(--gap);
  }
}
.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: var(--spacing);
}
.text-image__text figure {
  margin: 1rem 0;
  width: 100%;
}
.text-image__text figure img {
  width: 100%;
}
.text-image__text p {
  padding-right: 5%;
}
.text-image__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-s);
}
@media (min-width: 60em) {
  .text-image__image {
    margin-bottom: 0;
  }
}
.text-image__image iframe {
  width: 100%;
  border-radius: var(--border-radius);
  margin: 0;
}
@media (max-width: 59.99em) {
  .text-image__image iframe {
    height: 200px;
  }
}
.text-image__image img {
  overflow: hidden;
  height: auto;
}
.text-image__image--left .text-image__text {
  order: 1;
}
@media (min-width: 60em) {
  .text-image__image--left .text-image__text {
    order: 2;
  }
}
@media (min-width: 60em) {
  .text-image__image--right .text-image__image {
    padding-right: 0;
    order: 2;
  }
}
.text-image__image--right .text-image__text {
  order: 1;
}
@media (min-width: 60em) {
  .text-image__image--right .text-image__text {
    padding-left: 0;
    padding-right: var(--gap);
  }
}

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

.aligntop {
  align-items: flex-start;
}

.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: 59.99em) {
  .hidemobile {
    display: none !important;
  }
}

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

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.reveal-on-scroll.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 60em) {
  .expand-block {
    padding: 0;
  }
}

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