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

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

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

.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-grey-dark);
}
.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-grey-dark);
}

.has-pink-background-color, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn {
  background-color: var(--color-primary);
  color: white;
}
.has-pink-background-color h1, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn h1, .has-pink-background-color h2, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn h2, .has-pink-background-color h3, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn h3, .has-pink-background-color h4, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn h4, .has-pink-background-color h5, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn h5, .has-pink-background-color h6, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn h6, .has-pink-background-color p, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn p {
  color: white;
}
.has-pink-background-color + .has-pink-background-color, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn + .has-pink-background-color, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .has-pink-background-color + .btn, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn + .btn {
  padding-top: 0;
}

.has-white-background-color {
  background-color: white;
}
.has-white-background-color .logos__item {
  background-color: var(--color-grey-light);
}

.has-light-grey-background-color, .columns__inner .wp-block-buttons .wp-block-button:nth-child(even) .btn {
  background-color: var(--color-grey-light);
}
.has-light-grey-background-color .block-card, .columns__inner .wp-block-buttons .wp-block-button:nth-child(even) .btn .block-card {
  background-color: transparent;
}

.has-dark-grey-background-color {
  background-color: var(--color-grey-dark);
  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 {
  color: white;
}
.has-dark-grey-background-color + .has-dark-grey-background-color {
  padding-top: 0;
}

.has-black-background-color {
  background-color: black;
  color: white;
}
.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-blue-background-color {
  background-color: var(--color-secondary-light);
  color: white;
}
.has-blue-background-color h1, .has-blue-background-color h2, .has-blue-background-color h3, .has-blue-background-color h4, .has-blue-background-color h5, .has-blue-background-color h6, .has-blue-background-color p {
  color: white;
}

.has-turquoise-background-color {
  background-color: var(--color-tertiary);
}

.has-yellow-background-color {
  background-color: var(--color-quaternary);
}

.has-orange-background-color {
  background-color: var(--color-quinary);
}

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

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

.has-small-background-image {
  background-image: url("../../src/icons/header-bkg-image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 50em) {
  .has-small-background-image {
    background-size: 100%;
  }
}

.has-background-image {
  background-image: url("../../src/icons/bkg-image.png");
  background-color: var(--color-secondary-xlight);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

.has-vertical-background-image {
  background-image: url("../../src/icons/bkg-image-vertical.webp");
  background-repeat: no-repeat;
  background-size: 40% 100%;
  background-position: center right;
}

:root {
  --body-family: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --highlight-family: "Kalam", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-weight-normal: 200;
  --font-weight-regular: 400;
  --font-weight-semi: 600;
  --font-weight-bold: 700;
  --line-height: 1.5;
  --line-height-headings: 1.05;
  --color-grey-dark: #676673;
  --color-grey: #C5C2CC;
  --color-grey-light: #F7F7FA;
  --color-border:	#EDECEF;
  --color-primary: #F83269;
  --color-secondary: #5A78DC;
  --color-secondary-light: #6E9BF0;
  --color-secondary-xlight: #F9FAFD;
  --color-tertiary: #9DDDE8;
  --color-quaternary: #FFD466;
  --color-quinary: #FF6973;
  --color-text-base: #313439;
  --color-text-dark: #000000;
  --color-text-reversed: #fff;
  --color-text-link: var(--color-text-base);
  --color-text-hover: var(--color-primary);
  --color-facebook: #3B5998;
  --color-twitter: #1DA1F2;
  --color-instagram: #262626;
  --color-youtube: #cc181e;
  --color-linkedin: #0077B5;
  --body-background-color: #fff;
  --color-border: #EDECEF;
  --border-radius: 10px;
  --gap: 30px;
  --gap-s: 10px;
  --spacing-xxl: 100px;
  --spacing-xl: 80px;
  --spacing-l: 60px;
  --spacing: 30px;
  --spacing-s: 20px;
  --spacing-xs: 10px;
  --container-width: 1200px;
  --container-width-l: 1600px;
  --content-width: 780px;
  --wp--preset--font-size--x-large: 1.4rem;
  --wp--preset--font-size--large: 1.2rem;
  --wp--preset--font-size--medium: 1.1rem;
  --wp--preset--font-size--small: 14px;
  --font-size: 18px;
  --font-size-small: 14px;
  --font-size-h1: 2.5rem;
  --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: 50em) {
  :root {
    --font-size-h1: calc(2.5rem + 1vw);
    --font-size-h2: calc(2rem + 1vw);
    --font-size-h3: calc(1.7rem + 1vw);
    --font-size-h4: calc(1.5rem + 1vw);
    --wp--preset--font-size--x-large: 38px;
    --wp--preset--font-size--large: 30px;
    --wp--preset--font-size--medium: 24px;
  }
}
@media (min-width: 70em) {
  :root {
    --font-size-h1: 3.33333333rem;
    --font-size-h2: 2.77777778rem;
    --font-size-h3: 2.22222222rem;
    --font-size-h4: 1.66666667rem;
  }
}

/* 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;
  font-family: var(--body-family);
  font-size: var(--font-size);
  font-weight: var(--font-weight-normal);
  font-optical-sizing: auto;
  line-height: var(--line-height);
  font-style: normal;
  color: var(--color-text-base);
  background-color: var(--body-background-color);
  -webkit-font-smoothing: auto;
}

/* 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%;
  }
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.1;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.1;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.3;
}

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

p {
  margin-top: 0;
  margin-bottom: var(--spacing-s);
  font-size: var(--font-size);
}
p:last-of-type {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
  margin-top: var(--spacing-s);
  margin-bottom: var(--spacing-s);
  padding-left: 1em;
}

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

li p {
  margin: 0;
}

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

ul.list-styled-tick li::before {
  content: url("../../src/icons/ul-tick-green.svg");
}

ul.list-styled-cross li::before {
  content: url("../../src/icons/ul-cross.svg");
}

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

a {
  color: var(--color-text-link);
  scroll-margin-top: 100px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: var(--spacing);
  line-height: var(--line-height-headings);
  font-weight: var(--font-weight-semi);
  color: var(--heading-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .heading-1 {
  font-size: var(--font-size-h1);
  letter-spacing: -1px;
}

h2, .heading-2 {
  font-size: var(--font-size-h2);
  letter-spacing: -1px;
}

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

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

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

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

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

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

.highlight, em {
  font-family: var(--highlight-family);
  font-weight: var(--font-weight-bold);
  font-style: normal;
  letter-spacing: -1px;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 0;
}

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

table {
  margin-bottom: 1em;
  border-color: var(--color-border);
}

tbody {
  border-color: var(--color-border);
}

table tr {
  border-color: red;
}

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

table th {
  border-width: 2px;
  border-color: red;
}

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

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 1rem;
  background-color: #fff;
  border: 1px solid var(--color-grey);
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: var(--font-weight-normal);
}

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: 1rem;
  padding-bottom: 1rem;
}

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

label {
  display: block;
  margin: 1.5rem 0 0.5em 0;
  font-weight: var(--font-weight-semi);
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  width: auto !important;
  margin: 0;
}

input[type=submit],
input[type=reset],
input[type=button] {
  background: var(--color-primary);
  color: white;
}

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

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

.required {
  color: var(--color-primary);
}

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

.btn, .wp-block-button__link, .wpcf7-submit {
  position: relative;
  display: inline-block;
  border-radius: 80px;
  padding: 0.5rem 1.2rem;
  border: 2px solid transparent;
  font-weight: var(--font-weight-semi);
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  background-color: var(--color-grey-light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:hover, .btn:focus, .wp-block-button__link:hover, .wp-block-button__link:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
  outline: 0;
  text-decoration: none;
  color: var(--color-text-base);
}
.btn + .btn, .wp-block-button__link + .btn, .wpcf7-submit + .btn {
  margin-left: 0.5rem;
}

.wp-block-button__link {
  text-decoration: none !important;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: #e8e8f0;
}

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

.wp-element-button {
  color: var(--color-text-base);
}

a.has-white-background-color,
.wp-block-button__link.has-white-background-color {
  background-color: white;
  color: var(--color-text-base) !important;
}
a.has-white-background-color:hover, a.has-white-background-color:focus,
.wp-block-button__link.has-white-background-color:hover,
.wp-block-button__link.has-white-background-color:focus {
  background-color: #e8e8f0 !important;
}

a.has-light-grey-background-color, .columns__inner .wp-block-buttons .wp-block-button:nth-child(even) a.btn,
.wp-block-button__link.has-light-grey-background-color,
.columns__inner .wp-block-buttons .wp-block-button:nth-child(even) .wp-block-button__link.btn {
  background-color: var(--color-grey-light) !important;
  color: var(--color-text-base);
}
a.has-light-grey-background-color:hover, .columns__inner .wp-block-buttons .wp-block-button:nth-child(even) a.btn:hover, a.has-light-grey-background-color:focus, .columns__inner .wp-block-buttons .wp-block-button:nth-child(even) a.btn:focus,
.wp-block-button__link.has-light-grey-background-color:hover,
.columns__inner .wp-block-buttons .wp-block-button:nth-child(even) .wp-block-button__link.btn:hover,
.wp-block-button__link.has-light-grey-background-color:focus,
.columns__inner .wp-block-buttons .wp-block-button:nth-child(even) .wp-block-button__link.btn:focus {
  background-color: #e8e8f0 !important;
}

a.has-black-background-color,
.wp-block-button__link.has-black-background-color {
  background-color: black;
  color: white;
}
a.has-black-background-color:hover, a.has-black-background-color:focus,
.wp-block-button__link.has-black-background-color:hover,
.wp-block-button__link.has-black-background-color:focus {
  background-color: var(--color-grey-dark);
}

a.has-pink-background-color, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) a.btn,
.wp-element-button.has-pink-background-color,
.columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .wp-element-button.btn {
  background-color: var(--color-primary);
  color: white !important;
}
a.has-pink-background-color:hover, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) a.btn:hover, a.has-pink-background-color:focus, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) a.btn:focus,
.wp-element-button.has-pink-background-color:hover,
.columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .wp-element-button.btn:hover,
.wp-element-button.has-pink-background-color:focus,
.columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .wp-element-button.btn:focus {
  background-color: #e60846;
}

a.has-blue-background-color,
.wp-element-button.has-blue-background-color {
  background-color: var(--color-secondary);
  color: white;
}
a.has-blue-background-color:hover, a.has-blue-background-color:focus,
.wp-element-button.has-blue-background-color:hover,
.wp-element-button.has-blue-background-color:focus {
  background-color: #4063d7;
}

a.has-turquoise-background-color {
  background-color: var(--color-tertiary);
}

a.has-yellow-background-color {
  background-color: var(--color-quaternary);
}

a.has-orange-background-color {
  background-color: var(--color-quinary);
  color: white;
}
a.has-orange-background-color:hover, a.has-orange-background-color:focus {
  color: white;
}

.btn--primary, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn {
  background-color: var(--color-primary);
  color: white;
}
.btn--primary:hover, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn:hover, .btn--primary:focus, .columns__inner .wp-block-buttons .wp-block-button:nth-child(odd) .btn:focus {
  color: white;
}

p.btn--link,
.btn--link {
  font-weight: var(--font-weight-semi);
  font-size: 16px;
  color: var(--color-primary);
  text-decoration: none;
}
p.btn--link:after,
.btn--link:after {
  content: url("../../src/icons/link-arrow.svg") !important;
  display: inline-block;
  margin-left: 0.4rem;
  transform: translateY(-1px);
}
p.btn--link:hover,
.btn--link:hover {
  text-decoration: underline;
}

p.btn--link a {
  color: var(--color-primary);
  text-decoration: none;
}

.breadcrumb {
  border-bottom: 1px solid var(--color-grey);
  padding: var(--spacing) 0;
  margin-bottom: var(--spacing);
}
.breadcrumb p {
  font-size: var(--font-size-small);
}
.breadcrumb span span {
  margin: 0 0.25rem;
}
.breadcrumb span span:first-child {
  margin-left: 0;
}

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

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

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

.global-container {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width-l);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
}
@media (min-width: 70em) {
  .global-container {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
  }
}
.global-container > *:not(section, header, footer, .post--thumbnail, .wp-block-embed) {
  max-width: var(--content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
@media (max-width: 49.99em) {
  .global-container > *:not(section, header, footer, .post--thumbnail, .wp-block-embed) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.global-container > .wp-block-buttons {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  max-width: var(--container-width) !important;
}

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

.main {
  max-width: var(--content-width);
  margin-top: var(--spacing-l);
  margin-bottom: var(--spacing-l);
  flex: 1;
}

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

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

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

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

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

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

@media (min-width: 50em) {
  .image--right .flow-block__image,
  .image--right .hero-block__image {
    order: 2;
  }
}
.image--right .flow-block__text,
.image--right .hero-block__text {
  order: 1;
}
.image--left .flow-block__text,
.image--left .hero-block__text {
  order: 1;
}
@media (min-width: 50em) {
  .image--left .flow-block__text,
  .image--left .hero-block__text {
    order: 2;
  }
}

.block-card {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: white;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  text-decoration: none;
}
@media (min-width: 50em) {
  .block-card {
    flex: 1 1 0px;
  }
}
.block-card__title {
  margin-bottom: var(--spacing-xs);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 50em) {
  .block-card__title {
    margin-bottom: var(--spacing);
  }
}
.block-card__content {
  padding: var(--spacing-s);
  position: relative;
}
.block-card__media {
  position: relative;
  overflow: hidden;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  transition: all 0.3s ease-in-out;
}
.block-card__media figure {
  height: 100%;
}
.block-card__media figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-card__link {
  bottom: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
@media (min-width: 50em) {
  .block-card__link {
    position: absolute;
    transform: translateY(40px);
    margin-top: 0px;
    visibility: hidden;
    opacity: 0;
  }
}
.block-card:hover {
  text-decoration: none;
  color: var(--color-text-base);
}
@media (min-width: 50em) {
  .block-card:hover .block-card__media,
  .block-card:hover .block-card__title {
    transform: translateY(-10px);
  }
}
.block-card:hover .block-card__link {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 50em) {
  .block-card:hover .block-card__link {
    transform: translateY(-20px);
  }
}
.block-card:hover .link-block__list-excerpt {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 50em) {
  .block-card:hover .link-block__list-excerpt {
    transform: translateY(-40px);
  }
}

.block__header .wp-block-heading,
.block__header p {
  margin-bottom: var(--spacing-xs);
}
.block__header .wp-block-heading:last-child,
.block__header p:last-child {
  margin-bottom: 0;
}
.block__header + div {
  margin-top: var(--spacing-l);
}

ol.wp-block-list {
  margin-top: 0;
  padding-left: 1.5rem;
  list-style: decimal;
}
ol.wp-block-list li {
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
ol.wp-block-list li::marker {
  font-weight: var(--font-weight-semi);
  color: var(--color-primary);
}

ul.wp-block-list {
  padding-left: 1.5rem;
  list-style: disc;
}
ul.wp-block-list li {
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
ul.wp-block-list li::marker {
  color: var(--color-primary);
}
ul.wp-block-list li ul {
  margin-top: 1rem;
  list-style: circle;
}

.wp-block-table td {
  border: 1px solid var(--color-grey);
}

.wp-block-pullquote {
  border-left: 0;
  padding: var(--spacing) var(--spacing);
}
.wp-block-pullquote blockquote {
  border-left: 0;
  padding-left: 0;
}
.wp-block-pullquote blockquote p {
  font-size: var(--wp--preset--font-size--medium);
}
@media (min-width: 50em) {
  .wp-block-pullquote blockquote p {
    font-size: var(--font-size-h5);
  }
}

.wp-block-embed__wrapper {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--content-width);
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius);
}
.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 {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  background-color: var(--color-grey-light);
  padding: 1.5rem 0;
  z-index: 999;
  border-bottom: 1px solid var(--color-border);
}
@media (min-width: 50em) {
  .site-header {
    padding: 0;
  }
}

.site-header__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width-l);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header__logo {
  z-index: 9999;
  height: 37px;
  color: var(--color-primary);
}

.site-header__nav {
  display: none;
}
@media (min-width: 50em) {
  .site-header__nav {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.site-header__nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
}
.site-header__nav ul .current_page_item > a {
  color: var(--color-primary);
}
.site-header__nav ul .current_page_item > a:hover {
  color: var(--color-primary);
}
.site-header__nav ul li {
  position: relative;
  display: flex;
  height: 100%;
}
.site-header__nav ul li a {
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem;
  font-weight: var(--font-weight-semi);
  font-size: 0.88888889rem;
  transition: 0.2s ease;
  text-decoration: none;
}
.site-header__nav ul li a:hover {
  background-color: white;
  text-decoration: none;
  color: var(--color-text-base);
  transition: 0.2s ease;
}
.site-header__nav ul li .sub-menu {
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: auto;
  top: 100%;
  left: 0;
  right: auto;
}
@media (min-width: 50em) {
  .site-header__nav ul li .sub-menu {
    margin: 0 1rem;
    position: absolute;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
    margin: 0;
    background-color: white;
    min-width: 270px;
  }
}
.site-header__nav ul li .sub-menu .current_page_item a {
  color: var(--color-primary);
}
.site-header__nav ul li .sub-menu li {
  width: 100%;
}
.site-header__nav ul li .sub-menu li a {
  width: 100%;
  padding: 0.5rem 1rem;
}
.site-header__nav ul li .sub-menu li a:hover {
  text-decoration: underline;
}

.site-header__nav ul {
  display: flex;
  margin: 0;
}
.site-header__nav ul .menu-item-has-children > a:after {
  content: url("../../src/icons/arrow-down.svg");
  position: relative;
  width: 10px;
  margin-left: 0.5rem;
  transform: translateY(-1px);
  margin-left: 0.5rem;
  display: none;
}
@media (min-width: 50em) {
  .site-header__nav ul .menu-item-has-children > a:after {
    display: inline;
  }
}
.site-header__nav ul .menu-item-has-children > a:hover {
  background-color: red;
}

.site-header__nav ul li.menu-item-has-children:hover > a,
.site-header__nav ul li.menu-item-has-children:focus > a {
  background-color: white;
}

@media only screen and (min-width: 1040px) {
  .menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.2s ease;
  }
}

.site-header__menu-btn {
  background: black;
  color: white;
  border: 0;
}
@media (min-width: 50em) {
  .site-header__menu-btn {
    display: none;
  }
}

.site-footer {
  margin-top: auto;
  background-color: var(--color-text-base);
  padding: var(--spacing) 0;
  color: white;
  font-size: var(--font-size-small);
}
@media (min-width: 50em) {
  .site-footer {
    font-size: var(--font-size);
    padding: var(--spacing-l);
  }
}
.site-footer p, .site-footer a {
  font-size: var(--font-size-small);
}
@media (min-width: 50em) {
  .site-footer p, .site-footer a {
    font-size: var(--font-size-small);
  }
}
.site-footer .menu {
  padding: 0;
  margin: var(--spacing-s) 0 0 0;
}
.site-footer .menu a {
  color: white;
}
.site-footer__logo {
  color: white;
  text-decoration: none;
  margin-bottom: var(--spacing-s);
}
.site-footer__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 50em) {
  .site-footer__form {
    width: 60%;
  }
}
.site-footer__form .wpcf7-form {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 50em) {
  .site-footer__form .wpcf7-form {
    flex-wrap: wrap;
  }
}
.site-footer__form .wpcf7-form label {
  margin: 0;
  margin-right: 1rem;
}
.site-footer__form .wpcf7-form .wpcf7-form-control {
  width: 100%;
}
.site-footer__form .wpcf7-form p {
  margin: 0;
}
.site-footer__form .wpcf7-spinner {
  display: none;
}
.site-footer__form a {
  color: white;
}
.site-footer__links {
  display: flex;
  width: 100%;
  margin-top: var(--spacing);
}
@media (min-width: 50em) {
  .site-footer__links {
    width: 40%;
    margin-top: 0;
  }
}
.site-footer__links div {
  flex: 1 1 0;
}
.site-footer__upper {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .site-footer__upper {
    flex-direction: row;
  }
}
.site-footer__lower {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 50em) {
  .site-footer__lower {
    flex-direction: row;
  }
}
.site-footer__lower .menu {
  display: flex;
  flex-direction: row;
  margin: var(--spacing-s) 0;
}
.site-footer__lower .menu a {
  margin-right: 1rem;
}
@media (min-width: 50em) {
  .site-footer__social {
    margin-left: auto;
  }
}

.site-footer__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

body.nav-open {
  overflow: hidden;
}
body.nav-open .site-header {
  background-color: white;
}

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

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

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

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

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

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

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

.mixitup-control {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .mixitup-control {
    padding-top: var(--spacing-l);
    padding-bottom: var(--spacing-l);
  }
}
.mixitup-control-active {
  background-color: var(--color-text-base);
  color: white !important;
}
.mixitup-control button {
  border: 0;
  border-radius: 50px;
  margin: 0 3px 6px 3px;
  padding: 0.5rem 0.75rem;
  font-size: 12px;
  font-weight: var(--font-weight-semi);
  color: var(--color-text-base);
  letter-spacing: 1px;
}
.mixitup-control button:hover {
  cursor: pointer;
}
@media (min-width: 50em) {
  .mixitup-control button {
    padding: 0.5rem 0.75rem;
  }
}
.mixitup-control__dropdown {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

.filter-controls__form {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  align-items: self-start;
}
@media (min-width: 50em) {
  .filter-controls__form {
    flex-direction: row;
    align-items: self-end;
  }
}
.filter-controls__form button {
  margin-bottom: 0;
}
.filter-controls__form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1rem 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 50em) {
  .filter-controls__form fieldset {
    margin: 0 0 0 1rem;
    flex-direction: column;
  }
}
.filter-controls__form fieldset label {
  width: 170px;
}
@media (min-width: 50em) {
  .filter-controls__form fieldset label {
    width: auto;
  }
}
.filter-controls__form select {
  background-color: var(--color-grey-light);
  color: var(--color-text-base);
  border: 0;
  width: 100%;
  border-radius: 4px;
  letter-spacing: 2px;
  padding: 0.9rem 2.8rem 0.9rem 1.5rem;
  font-size: 14px !important;
  font-weight: var(--font-weight-medium);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--color-grey-light) url("../../src/images/select-dropdown.svg") no-repeat 100%;
}
.has-lines {
  position: relative;
}
.has-lines::before {
  content: "";
  background-image: url("../../src/icons/button-lines.png");
  background-size: 72px 85px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-60%, 8px);
  width: 72px;
  height: 85px;
  z-index: 0;
}

.has-arrow {
  position: relative;
}
@media (max-width: 49.99em) {
  .has-arrow {
    display: none;
  }
}
.has-arrow::before {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  z-index: 0;
}
.has-arrow--down::before {
  background-image: url("../../src/icons/arrow-down.png");
  background-size: 42px 38px;
  transform: translate(100%, 10px);
  width: 42px;
  height: 38px;
  bottom: 0;
  right: 0;
}
@media (min-width: 50em) {
  .has-arrow--down::before {
    background-size: 52px 47px;
    transform: translate(120%, 10px);
    width: 52px;
    height: 47px;
    transform: translate(120%, 10px);
  }
}
.has-arrow--down-2::before {
  background-image: url("../../src/icons/arrow-down-2.png");
  background-size: 32px 30px;
  transform: translate(100%, 15px);
  width: 32px;
  height: 30px;
  bottom: 0;
  right: 0;
}
@media (min-width: 50em) {
  .has-arrow--down-2::before {
    background-size: 45px 42px;
    transform: translate(140%, 25px);
    width: 45px;
    height: 42px;
  }
}
.has-arrow--right::before {
  background-image: url("../../src/icons/arrow-right.png");
  background-size: 52px 38px;
  transform: translate(-50%, 100%);
  width: 52px;
  height: 38px;
  bottom: 0;
  right: 0;
}

.post--thumbnail {
  margin: var(--spacing-s);
  margin-bottom: 0;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 50em) {
  .post--thumbnail {
    margin: var(--spacing-l);
    margin-bottom: 0;
  }
}
.post--thumbnail img {
  width: 100%;
}
.post--article {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--content-width);
  margin-bottom: var(--spacing-xxl);
  display: flex;
  flex-direction: column;
}
.post--article img {
  height: auto;
}
.post--article h1 {
  text-align: center;
  margin-bottom: var(--spacing-l);
  text-wrap: balance;
}
.post--article h2, .post--article h3, .post--article h4, .post--article h5 {
  margin-top: var(--spacing-l);
}
.post--article h2 + h3, .post--article h2 + h4, .post--article h2 + h5, .post--article h3 + h3, .post--article h3 + h4, .post--article h3 + h5, .post--article h4 + h3, .post--article h4 + h4, .post--article h4 + h5, .post--article h5 + h3, .post--article h5 + h4, .post--article h5 + h5 {
  margin-top: 0;
}
.post--article ol {
  margin-top: 0;
  padding-left: 1.5rem;
  list-style: decimal;
}
.post--article ol li {
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.post--article ol li::marker {
  font-weight: var(--font-weight-semi);
  color: var(--color-primary);
}
.post--article ul {
  margin-top: 0;
  padding-left: 1.5rem !important;
  list-style: disc;
}
.post--article ul li {
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.post--article ul li::marker {
  color: var(--color-primary);
}
.post--article ul li ul {
  margin-top: 1rem;
  list-style: circle;
}
.post--author {
  margin: 0 auto;
  margin-bottom: var(--spacing);
  display: flex;
  align-items: center;
}
.post--author-avatar {
  margin-right: var(--spacing-s);
  border-radius: 50%;
  overflow: hidden;
  width: 90px;
  height: 90px;
}

.post--case-study {
  margin-bottom: var(--spacing-xxl);
}
.post--case-study > *:not(section) {
  max-width: var(--content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
@media (max-width: 49.99em) {
  .post--case-study > *:not(section) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.post--case-study .wp-block-list {
  padding-left: 2rem !important;
}
.post--case-study p + h6,
.post--case-study p + .wp-block-buttons {
  margin-top: var(--spacing-l);
}

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

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

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

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

.accordion__open {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
}

.accordion__icon {
  position: relative;
  top: 15px;
  width: 30px;
  height: 29px;
  margin: 0 var(--spacing-s);
  transform: rotate(90deg);
}
.accordion__icon .icon {
  width: 30px;
  height: 29px;
}
.is-active .accordion__icon {
  transform: rotate(-90deg);
}
.is-active .accordion__icon:before {
  transform: rotate(90deg);
  background: var(--color-secondary);
}
.is-active .accordion__icon:after {
  transform: rotate(180deg);
  background: var(--color-secondary);
}

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

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

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

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

.case-study-grid {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacing);
}
.case-study-grid--outer {
  padding-top: var(--spacing-s);
}
@media (min-width: 50em) {
  .case-study-grid--outer {
    padding-top: var(--spacing-xl);
  }
}
@media (min-width: 50em) {
  .case-study-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: var(--spacing-l);
  }
}
@media (min-width: 70em) {
  .case-study-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.case-study-grid--more {
  margin: 0 auto var(--spacing-l) auto;
}
.case-study-grid .block-card {
  border: 0;
}
.case-study-grid .block-card__content {
  padding: var(--spacing-s) 0 var(--spacing) 0;
}

.columns {
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
@media (min-width: 50em) {
  .columns {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.columns__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}
.columns__inner > p {
  margin-bottom: var(--spacing);
}
.columns__inner .wp-block-buttons {
  margin-top: var(--spacing);
}
@media (min-width: 50em) {
  .columns__inner .wp-block-buttons {
    margin-top: var(--spacing-xl);
    justify-content: center;
  }
}
.columns .wp-block-column .wp-block-image {
  margin-bottom: var(--spacing-s);
}
.columns .wp-block-column p {
  text-wrap: balance;
}
.columns .wp-block-columns {
  gap: var(--gap);
}
@media (max-width: 49.99em) {
  .columns .wp-block-columns {
    margin-bottom: 1rem;
  }
}
@media (min-width: 50em) {
  .columns .wp-block-columns {
    gap: var(--gap);
  }
}
.columns .wp-block-columns:last-child {
  margin-bottom: 0;
}

.has-white-background-color.col-bkg--white .wp-block-column {
  padding: 0;
}

.col-bkg--grey .wp-block-column,
.col-bkg--white .wp-block-column {
  padding: var(--spacing-s);
  border-radius: var(--border-radius);
}
.col-bkg--grey .wp-block-column p,
.col-bkg--white .wp-block-column p {
  margin-bottom: 0;
}

.col-bkg--white .wp-block-column {
  background-color: white;
}

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

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

.has-light-grey-background-color.col-bkg--white .wp-block-column, .columns__inner .wp-block-buttons .wp-block-button:nth-child(even) .col-bkg--white.btn .wp-block-column {
  border: 1px solid var(--color-border);
}

.cta {
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .cta {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.cta__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
}
.cta__item {
  display: flex;
  width: 100%;
  border-radius: 30px;
  position: relative;
}
.cta__text {
  width: 90%;
  z-index: 1;
  padding: var(--spacing);
}
@media (min-width: 50em) {
  .cta__text {
    width: 60%;
    padding: var(--spacing-xl);
  }
}
@media (min-width: 50em) {
  .cta__text p, .cta__text .wp-block-heading {
    text-wrap: balance;
  }
}
.cta__text a {
  text-decoration: underline;
}
.cta__text .wp-block-list {
  padding-left: 0;
}
.cta__text .wp-block-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  list-style: none;
}
.cta__text .wp-block-list li::before {
  content: url("../../src/icons/ul-tick.svg") !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 21px;
  height: 20px;
}
.cta__text .wp-block-heading {
  margin-bottom: var(--spacing-s);
}
.cta__text .wp-block-buttons {
  margin-top: 2rem;
}
.cta__text figure {
  margin: 1rem 0;
  width: 100%;
}
.cta__text figure img {
  width: 100%;
}
.cta__image {
  position: absolute;
  margin-top: -100px;
  width: 40%;
  bottom: 0;
  right: 0;
}
.cta__image img {
  overflow: hidden;
  margin-left: auto;
  height: 100%;
}

.feature {
  padding-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .feature {
    padding-bottom: var(--spacing-xl);
  }
}
.feature__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
}
.feature--item {
  text-decoration: none;
}
@media (min-width: 50em) {
  .feature--item {
    display: flex;
    flex: 1 1 0;
    flex-direction: row;
    align-items: center;
    gap: var(--spacing);
  }
}
.feature--item:hover {
  text-decoration: none;
  color: inherit;
}
.feature--item:hover .btn--link {
  text-decoration: underline;
}
.feature--item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: var(--spacing);
  text-wrap: balance;
}
.feature--item__media {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 50em) {
  .feature--item__media {
    width: 50%;
    max-width: 50%;
  }
}
.feature--item__media img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.featured-case-studies {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--spacing-l) 0;
}
@media (min-width: 50em) {
  .featured-case-studies {
    padding: var(--spacing-xl) 0;
  }
}
.featured-case-studies__content {
  margin-bottom: var(--spacing);
}
.featured-case-studies__content .wp-block-heading {
  margin-bottom: var(--spacing-xs);
}
.featured-case-studies-swiper {
  padding: var(--spacing-l) var(--spacing-l) 0 var(--spacing-l);
}
@media (min-width: 50em) {
  .featured-case-studies-swiper {
    padding: 0;
  }
}
.featured-case-studies__item {
  background-color: var(--color-grey-light);
  border-radius: var(--border-radius);
  padding: var(--spacing) var(--spacing-xl);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.featured-case-studies__author {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.featured-case-studies__author p {
  margin-bottom: 0;
  font-weight: var(--font-weight-regular);
}
.featured-case-studies__name {
  display: flex;
  flex-direction: column;
  padding-left: var(--spacing-s);
}
.featured-case-studies__image {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 100%;
  overflow: hidden;
}
.featured-case-studies__image img {
  width: 60px;
  height: 60px;
}
.featured-case-studies__quote {
  margin-bottom: var(--spacing);
  text-align: center;
  font-weight: var(--font-weight-regular);
}
.featured-case-studies__buttons {
  margin-top: var(--spacing);
  display: flex;
  max-width: var(--content-width);
  justify-content: flex-end;
}

.testimonials-swiper .swiper-slide {
  transition: opacity 0.2s;
}

.featured-news {
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .featured-news {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.featured-news--inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
}
.featured-news .news-grid {
  padding: 0;
  margin-bottom: 0;
}
.featured-news .btn--all {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing-l);
}
@media (min-width: 50em) {
  .featured-news .btn--all {
    margin-top: var(--spacing-l);
    margin-bottom: var(--spacing-xl);
  }
}

.flow-block {
  position: relative;
}
.flow-block__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .flow-block__inner {
    flex-direction: row;
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.flow-block__item {
  width: 100%;
}
@media (min-width: 70em) {
  .flow-block__item {
    width: 50%;
  }
}
@media (min-width: 50em) {
  .flow-block__text p, .flow-block__text .wp-block-heading {
    text-wrap: balance;
  }
}
.flow-block__text a {
  text-decoration: underline;
}
.flow-block__text .wp-block-list {
  padding-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.flow-block__text .wp-block-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  list-style: none;
}
.flow-block__text .wp-block-list li::before {
  content: url("../../src/icons/ul-tick.svg") !important;
  position: absolute;
  top: 4px;
  left: 0;
  width: 21px;
  height: 20px;
}
.flow-block__text .wp-block-heading {
  margin-bottom: var(--spacing-xs);
}
.flow-block__text .wp-block-buttons {
  margin-top: 1rem;
}
.flow-block__text figure {
  margin: 1rem 0;
  width: 100%;
}
.flow-block__text figure img {
  width: 100%;
}
.flow-block__details {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  padding-left: var(--spacing-xl);
}
.flow-block__details__item {
  padding: var(--spacing-s);
  width: 50%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border);
}
.flow-block__details__item:nth-child(-n+2) {
  border-bottom: 0;
}
.flow-block__details__item:nth-child(odd) {
  border-right: 0;
}
.flow-block__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-s);
}
@media (min-width: 50em) {
  .flow-block__image {
    margin-bottom: 0;
  }
}
.flow-block__image iframe {
  width: 100%;
  margin: 0;
}
@media (max-width: 49.99em) {
  .flow-block__image iframe {
    height: 200px;
  }
}
.flow-block__image img {
  overflow: hidden;
  height: auto;
  width: 100%;
}

@media (min-width: 50em) {
  .flow-block.image--right .flow-block__image {
    padding-left: var(--spacing);
  }
}
@media (min-width: 50em) {
  .flow-block.image--right .flow-block__text {
    padding-right: var(--spacing);
  }
}

@media (min-width: 50em) {
  .flow-block.image--left .flow-block__text {
    padding-left: var(--spacing);
  }
}
@media (min-width: 50em) {
  .flow-block.image--left .flow-block__image {
    padding-right: var(--spacing);
  }
}

.form {
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .form {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.form__content--left .form__inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 0 var(--spacing-xl);
}
@media (min-width: 50em) {
  .form__content--left .form__inner {
    flex-direction: row;
  }
}
.form__content--left .wpcf7 {
  margin-top: 0 !important;
}
@media (min-width: 50em) {
  .form__content--left .block__header,
  .form__content--left .wpcf7 {
    width: 50%;
    flex: 1 1 0;
  }
}
.form__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .wpcf7 {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--content-width);
  margin-top: var(--spacing-l);
}
.form .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form .wpcf7-spinner {
  display: none;
}
.form .wpcf7-not-valid-tip {
  color: var(--color-primary);
}
.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form .wpcf7-form-control-wrap input,
.form .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.form .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.form .wpcf7-list-item-label {
  margin-left: 0.5rem;
}
.form--half {
  width: 100%;
}
@media (min-width: 50em) {
  .form--half {
    width: 50%;
    padding: 0 calc(var(--spacing) / 2);
  }
  .form--half:nth-child(odd) {
    padding-right: 0;
  }
  .form--half:nth-child(even) {
    padding-left: 0;
  }
}
.form--full {
  width: 100%;
}

.wp-block-contact-form-7-contact-form-selector {
  background-color: black;
}

.gallery {
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
}
.gallery__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}
.gallery__inner--contain {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--content-width);
}
@media (min-width: 50em) {
  .gallery__inner--contain {
    padding: 0;
  }
}
.gallery__item {
  align-items: center;
}
.gallery__buttons {
  margin: var(--spacing) auto 0 auto;
  display: flex;
  max-width: var(--content-width);
  justify-content: center;
}
.gallery-grid {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: calc(var(--gap) / 2);
       column-gap: calc(var(--gap) / 2);
}
@media (min-width: 50em) {
  .gallery-grid {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.gallery-grid img {
  border-radius: var(--border-radius);
}
.gallery-grid__item {
  margin-bottom: calc(var(--gap) / 2);
}

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

.hero-block {
  position: relative;
  overflow: hidden;
}
.hero-block__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing-l);
}
@media (min-width: 50em) {
  .hero-block__inner {
    flex-direction: row;
    padding-top: var(--spacing-xxl);
    padding-bottom: var(--spacing-xxl);
  }
}
.hero-block__text {
  width: 100%;
  z-index: 1;
}
@media (min-width: 50em) {
  .hero-block__text {
    width: 55%;
  }
}
@media (min-width: 50em) {
  .hero-block__text p, .hero-block__text .wp-block-heading {
    text-wrap: balance;
  }
}
.hero-block__text a {
  text-decoration: underline;
}
.hero-block__text .wp-block-list {
  padding-left: 0;
}
.hero-block__text .wp-block-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
  list-style: none;
}
.hero-block__text .wp-block-list li::before {
  content: url("../../src/icons/ul-tick.svg") !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 21px;
  height: 20px;
}
.hero-block__text .wp-block-heading {
  margin-bottom: var(--spacing-s);
}
.hero-block__text .wp-block-buttons {
  margin-top: 2rem;
}
.hero-block__text figure {
  margin: 1rem 0;
  width: 100%;
}
.hero-block__text figure img {
  width: 100%;
}
.hero-block__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  margin-bottom: var(--spacing-s);
  right: 0;
}
@media (min-width: 50em) {
  .hero-block__image {
    width: 50%;
    padding-top: var(--spacing-s);
    margin-bottom: 0;
    position: absolute;
  }
}
.hero-block__image img {
  overflow: hidden;
  height: 100%;
}

.link-block {
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 50em) {
  .link-block {
    background-position: auto;
    background-size: cover;
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
@media (min-width: 50em) {
  .link-block__item .block-card__content {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.link-block__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
}
.link-block__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: var(--gap);
}
@media (min-width: 50em) {
  .link-block__list {
    flex-direction: row;
  }
}
.link-block__list-excerpt {
  bottom: var(--spacing-s);
  margin-top: auto;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 50em) {
  .link-block__list-excerpt {
    width: calc(100% - var(--spacing-s) * 2);
    position: absolute;
  }
}

.logos {
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .logos {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.logos__content--left {
  flex-direction: column;
}
@media (min-width: 50em) {
  .logos__content--left {
    flex-direction: row;
  }
}
@media (max-width: 49.99em) {
  .logos__content--left .has-arrow--right::before {
    display: none;
  }
}
@media (min-width: 50em) {
  .logos__content--left .logos__content {
    width: 33.3333333333%;
  }
}
.logos__content--left .logos-grid {
  margin-top: 1rem !important;
}
@media (min-width: 50em) {
  .logos__content--left .logos-grid {
    margin-top: 0 !important;
    width: 66.6666666667%;
  }
}
.logos__content--left .logos__item {
  width: calc(33.3333333333% - var(--gap-s));
}
@media (min-width: 70em) {
  .logos__content--left .logos__item {
    width: calc(25% - var(--gap-s));
  }
}
.logos__content--top {
  flex-direction: column;
  align-items: center;
}
.logos__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  background-color: white;
  padding: 1.5rem 1rem;
  width: calc(33.3333333333% - var(--gap-s));
  height: calc(33.3333333333vw - 1rem);
}
@media (min-width: 50em) {
  .logos__item {
    padding: 2rem 1.5rem;
    width: calc(20% - var(--gap-s));
    height: calc(20vw - 1rem);
  }
}
@media (min-width: 70em) {
  .logos__item {
    padding: 2rem 1.5rem;
    width: calc(16.6666666667% - var(--gap-s));
    height: calc(var(--container-width) / 6 - 1rem);
  }
}
.logos__item img {
  width: 100%;
  max-height: 100%;
}
@media (min-width: 50em) {
  .logos__item img {
    max-height: 100%;
  }
}
.logos__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
}
.logos-swiper .swiper-button-next,
.logos-swiper .swiper-button-prev {
  position: absolute;
  top: calc(100% - 10px);
  transform: translateY(-100%);
  bottom: 10px;
  background-color: var(--color-grey-light);
  color: var(--color-text-base);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: 1;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 50em) {
  .logos-swiper .swiper-button-next,
  .logos-swiper .swiper-button-prev {
    width: 55px;
    height: 55px;
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%);
  }
}
.logos-swiper .swiper-button-next:hover,
.logos-swiper .swiper-button-prev:hover {
  opacity: 1;
}
.logos-swiper .swiper-button-prev,
.logos-swiper .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
@media (min-width: 50em) {
  .logos-swiper .swiper-button-prev,
  .logos-swiper .swiper-rtl .swiper-button-next {
    left: var(--spacing);
  }
}
.logos-swiper .swiper-button-next,
.logos-swiper .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
@media (min-width: 50em) {
  .logos-swiper .swiper-button-next,
  .logos-swiper .swiper-rtl .swiper-button-prev {
    right: var(--spacing);
  }
}
.logos-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 18px;
}
@media (min-width: 50em) {
  .logos-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--spacing);
  }
}
.logos-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 0.25rem;
  display: inline-block;
  border-radius: 6px;
  background: white;
  opacity: 0.3;
}
@media (min-width: 50em) {
  .logos-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
  }
}
.logos-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.logos-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: var(--gap-s);
}

.news-grid {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacing);
}
@media (min-width: 50em) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: var(--spacing-l);
  }
}
@media (min-width: 70em) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-grid--more {
  margin: 0 auto var(--spacing-l) auto;
}
.news-grid .card {
  border-radius: var(--border-radius);
  text-decoration: none;
}
.news-grid .card .block-card__media,
.news-grid .card .block-card__title {
  transition: all 0.3s ease-in-out;
}
.news-grid .card:hover {
  text-decoration: none;
  color: var(--color-text-base);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 50em) {
  .news-grid .card:hover .block-card__media,
  .news-grid .card:hover .block-card__title {
    transform: translateY(-10px);
  }
}
.news-grid .card:hover .block-card__link {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 50em) {
  .news-grid .card:hover .block-card__link {
    transform: translateY(-20px);
  }
}
.news-grid .block-card {
  border: 0;
}
.news-grid .block-card__content {
  padding: var(--spacing-s) 0 var(--spacing) 0;
}

.page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-l) 0;
}
@media (min-width: 50em) {
  .page-header {
    padding: var(--spacing-xl) 0;
  }
}
.page-header .wp-block-heading {
  margin-bottom: 0;
}
.page-header .wp-block-heading + p {
  margin-top: var(--spacing-s);
}
.page-header__content {
  z-index: 2;
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--content-width);
  text-align: center;
}

.page-header.has-small-background-image {
  margin: var(--spacing) var(--spacing-s);
  border-radius: 30px;
}
@media (min-width: 50em) {
  .page-header.has-small-background-image {
    margin: var(--spacing-l);
  }
}

.price-card {
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}
.price-card__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--content-width);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-card__benefits {
  display: flex;
  flex-direction: column;
}
@media (min-width: 50em) {
  .price-card__benefits {
    flex-direction: row;
  }
}
.price-card__benefits ul {
  flex: 1 1 0;
}
.price-card__content {
  border-top: 1px solid var(--color-border);
  margin-top: var(--spacing-s);
  padding: var(--spacing-s) 0;
}
.price-card .columns {
  width: 100%;
  margin-top: var(--spacing);
}

.price-table {
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}
.price-table__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}

.price-table-features {
  display: grid;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}
@media (max-width: 49.99em) {
  .price-table-features {
    overflow-x: auto;
  }
}

.price-table-features--columns-3 {
  grid-template-columns: 1.9fr 1fr 1fr 1fr;
}

.price-table-features--columns-4 {
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.price-table-features__cell {
  border-bottom: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 16px;
}

.price-table-features__cell--name {
  color: var(--color-text-base);
  text-align: left;
  padding: 1rem;
}

.price-table-features__cell--heading {
  border-right: 0 !important;
  font-weight: var(--font-weight-semi);
  grid-column-end: 5;
  grid-column-start: 1;
  text-align: left;
  padding: 1rem;
}

.price-table-features__cell--header {
  background-color: white;
  border-top: 1px solid var(--color-border);
  position: sticky;
  top: 78px;
  z-index: 1;
}
.price-table-features__cell--header .btn--link {
  display: block;
  padding-top: var(--spacing-s);
  margin-top: auto;
}

.price-table-features--columns-4 .price-table-features__cell--heading {
  grid-column-end: 6;
}

.price-table-features__cell.alt {
  background-color: var(--color-grey-light);
}

.price-table-features--columns-3 .header-3,
.price-table-features--columns-3 .value-3,
.price-table-features--columns-4 .header-4,
.price-table-features--columns-4 .value-4 {
  border-right: 0;
}

.plan-header__card-description {
  display: none;
}

.plan-header__price-suffix {
  font-size: var(--font-size-small);
}

.plan-header {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.plan-value {
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .price-table-features--mobile {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .price-table-features__cell--heading {
    grid-column-end: 3;
    grid-column-start: 1;
  }
  .price-table-features__cell--header {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 992px) and (max-width: 49.99em) {
  .price-table-features__cell--header {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .price-table-features--mobile {
    grid-template-columns: 1fr 1fr;
  }
  .price-table-features__cell--name {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.pricing-block {
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .pricing-block {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.pricing-block__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}
.pricing-block__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--spacing) !important;
  margin-bottom: var(--spacing-xl);
  position: relative;
}
.pricing-block__buttons::before {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  z-index: 0;
  background-image: url("../../src/icons/arrow-right.png");
  background-size: 52px 38px;
  transform: translate(-90px, -20px);
  width: 52px;
  height: 38px;
  bottom: 0;
}
.pricing-block__buttons button {
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid var(--color-border);
  margin: 0 0.25rem;
  border-radius: 50%;
}
.pricing-block__buttons button.is-active {
  background-color: var(--color-text-base);
  color: white;
}
.pricing-block__buttons button:hover {
  cursor: pointer;
}
.pricing-block .block-card {
  transition: all 0.3s ease-in-out;
}
.pricing-block .block-card:hover {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 50em) {
  .pricing-block .block-card:hover {
    transform: translateY(-10px);
  }
}
.pricing-block .block-card:hover .block-card__link {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 50em) {
  .pricing-block .block-card:hover .block-card__link {
    transform: translateY(-20px);
  }
}
.pricing-block .columns {
  padding-top: 0;
  padding-bottom: 0;
}
.pricing-block .wp-block-column {
  padding-left: 0;
  padding-right: 0;
}
.pricing-block .wp-block-column h6 {
  margin-bottom: var(--spacing-xxs);
}
.pricing-block .wp-block-column h6, .pricing-block .wp-block-column p, .pricing-block .wp-block-column ul, .pricing-block .wp-block-column .btn--link {
  padding: 0 var(--spacing-s);
}
.pricing-block .wp-block-column .btn--link {
  border-top: 1px solid var(--color-border);
  padding-top: var(--spacing-s);
  margin-top: auto;
}
.pricing-block .wp-block-column:hover .btn--link {
  text-decoration: underline;
}
.pricing-block__content {
  border-top: 1px solid var(--color-border);
  margin-top: var(--spacing-s);
  padding: var(--spacing-s) 0;
}
.pricing-block__content ul.list-styled li {
  font-size: 16px;
}
.pricing-block__price {
  display: flex;
  align-items: center;
}
.pricing-block__price p {
  padding-right: 0 !important;
}
.pricing-block__price-month p {
  padding-left: 0.5rem !important;
  font-size: var(--font-size-small);
  line-height: 1.3;
}

.price {
  display: none;
}
.price.is-active {
  display: block;
}

.stats {
  padding-top: var(--gap-s);
  padding-bottom: var(--spacing);
}
.stats .block__header {
  padding-top: var(--spacing);
}
@media (min-width: 50em) {
  .stats .block__header {
    padding-top: var(--spacing-xl);
  }
}
.stats__item {
  width: calc(50% - var(--gap-s));
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media (min-width: 50em) {
  .stats__item {
    flex: 1 1 0;
  }
}
.stats__item img {
  width: 100%;
}
.stats__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stats__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: var(--gap-s);
}

.tabs-block {
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(247, 247, 250) 100px);
}
@media (min-width: 50em) {
  .tabs-block {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.tabs-block__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: var(--container-width);
}

.tabs {
  margin: 0 auto;
}
@media (min-width: 50em) {
  .tabs--left {
    display: flex;
    gap: var(--spacing);
  }
  .tabs--left .tabs-body {
    width: 66.6666666667%;
  }
  .tabs--left .tabs-nav {
    width: 33.3333333333%;
  }
  .tabs--left .tabs-nav__list {
    flex-direction: column;
    gap: var(--spacing-xs);
  }
  .tabs--left .tabs-nav__item:nth-child(2).is-active:after {
    background-image: url("../../src/icons/arrow-left.png");
    background-size: 75px 18px;
    transform: translate(-110%, 100%);
    width: 75px;
    height: 18px;
  }
  .tabs--left .tabs-nav__item:nth-child(3).is-active:after {
    transform: translate(-110%, 100%) scaleY(-1);
  }
  .tabs--left .tabs-nav__item.is-active {
    position: relative;
  }
  .tabs--left .tabs-nav__item.is-active:after {
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    z-index: 0;
    background-image: url("../../src/icons/arrow-left-large.png");
    background-size: 87px 43px;
    transform: translate(-110%, 100%);
    width: 87px;
    height: 43px;
    top: 0;
    left: 0;
  }
}

.tabs-nav {
  margin: var(--spacing) auto 0 auto;
}
.tabs-nav__item {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  background: transparent;
  text-align: left;
  border: 1px solid transparent;
  border-radius: var(--border-radius);
  padding: var(--spacing-s);
  margin: 0;
  width: 100%;
  font-size: var(--font-size-small);
  color: var(--color-text-base);
  transition: all var(--timer) ease;
  cursor: pointer;
}
.tabs-nav__item p {
  font-size: 16px;
}
.tabs-nav__item-icon {
  width: 44px;
  height: 44px;
  margin-bottom: var(--spacing-s);
}
.tabs-nav__list {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  gap: var(--spacing-xs);
}
@media (min-width: 50em) {
  .tabs-nav__list {
    flex-direction: row;
    gap: var(--spacing);
  }
}
.tabs-nav__item.is-active {
  background: white;
  border: 1px solid var(--color-border);
  transition: all 0.2s ease-in-out;
}

.tabs-body {
  display: none;
}
.tabs-body.is-active {
  display: flex;
  align-items: center;
}
.tabs-body__media {
  margin: 0 auto;
  width: 100%;
}
.tabs-body__media img {
  width: 100%;
}

.testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--spacing-l) 0;
}
@media (min-width: 50em) {
  .testimonials {
    padding: var(--spacing-xl) 0;
  }
}
.testimonials__content {
  margin-bottom: var(--spacing);
}
.testimonials__content .wp-block-heading {
  margin-bottom: var(--spacing-xs);
}
.testimonials-swiper {
  padding: 0 var(--spacing-s);
}
@media (min-width: 50em) {
  .testimonials-swiper {
    padding: 0;
  }
}
.testimonials__item {
  background-color: var(--color-grey-light);
  border-radius: var(--border-radius);
  padding: var(--spacing) var(--spacing);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 50em) {
  .testimonials__item {
    padding: var(--spacing) var(--spacing-xl);
  }
}
.testimonials__author {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.testimonials__author p {
  margin-bottom: 0;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-small);
}
@media (min-width: 50em) {
  .testimonials__author p {
    font-size: var(--font-size);
  }
}
.testimonials__name {
  display: flex;
  flex-direction: column;
  padding-left: var(--spacing-s);
}
.testimonials__image {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 100%;
  overflow: hidden;
}
.testimonials__image img {
  width: 60px;
  height: 60px;
}
.testimonials__quote {
  margin-bottom: var(--spacing);
  text-align: center;
  font-weight: var(--font-weight-regular);
}
.testimonials__buttons {
  margin-top: var(--spacing);
  display: flex;
  max-width: var(--content-width);
  justify-content: flex-end;
}

.testimonials-swiper .swiper-slide {
  transition: opacity 0.2s;
}

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

.flex-slign-start {
  align-items: flex-start !important;
}

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

.hide {
  display: none;
}

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

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

.make-square {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  color: var(--color-text-base);
  width: 30px;
  height: 29px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  margin: 0 0.25rem;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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