@charset "UTF-8";
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-RegularItalic.woff2") format("woff2"), url("../fonts/Graphik-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium.woff2") format("woff2"), url("../fonts/Graphik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.woff2") format("woff2"), url("../fonts/Graphik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --body-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --display-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /* @link https://utopia.fyi/type/calculator?c=320,18,1.2,1240,22,1.225,5,3,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  --step--3: clamp(0.651rem, 0.6173rem + 0.1686vw, 0.748rem);
  --step--2: clamp(0.7813rem, 0.7343rem + 0.2348vw, 0.9163rem);
  --step--1: clamp(0.9375rem, 0.8732rem + 0.3217vw, 1.1224rem);
  --step-0: clamp(1.125rem, 1.038rem + 0.4348vw, 1.375rem);
  --step-1: clamp(1.35rem, 1.2337rem + 0.5815vw, 1.6844rem);
  --step-2: clamp(1.62rem, 1.4658rem + 0.7711vw, 2.0634rem);
  --step-3: clamp(1.944rem, 1.741rem + 1.015vw, 2.5276rem);
  --step-4: clamp(2.3328rem, 2.0672rem + 1.3279vw, 3.0963rem);
  --step-5: clamp(2.7994rem, 2.4537rem + 1.7281vw, 3.793rem);
  --dropdown-font-size: clamp(0.9896rem, 0.9789rem + 0.0536vw, 1.0204rem);
  --font-size-l: var(--step-1);
  --font-size: var(--step-0);
  --font-size-sm: var(--step--1);
  --font-size-xs: var(--step--2);
  --font-size-xxs: var(--step--3);
  --font-size-h1: var(--step-5);
  --font-size-h2: var(--step-4);
  --font-size-h3: var(--step-3);
  --font-size-h4: var(--step-1);
  --font-size-h5: var(--step-0);
  --font-size-h6: var(--step-0);
  --font-weight-light: 100;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-heavy: 900;
  --line-height-l: 1.4;
  --line-height: 1.35;
  --line-height-sm: 1.35;
  --line-height-headings: 1.15;
  --line-height-headings-l: 1.25;
  --color-grey-dark: #454545;
  --color-grey: #D9D9D9;
  --color-grey-light: #F8F8F8;
  --color-primary: #4F2170;
  --color-secondary: #7FBA00;
  --color-tertiary: #FBF6F6;
  --color-black: #210C2F;
  --color-text-base: #444444;
  --color-text-dark: #210C2F;
  --color-text-reversed: #fff;
  --color-text-light: #3A3A35;
  --color-text-link: var(--color-primary);
  --color-text-hover: var(--color-primary);
  --color-facebook: #3B5998;
  --color-twitter: #1DA1F2;
  --color-instagram: #262626;
  --color-youtube: #cc181e;
  --color-linkedin: #0077B5;
  --color-error: #dc3545;
  --heading-color: var(--color-primary);
  --body-background-color: #FFFFFF;
  --body-background-secondary-color: #124C59;
  --border-radius-sm: 6px;
  --border-radius: 8px;
  --border-radius-l: 12px;
  --border-radius-xl: 14px;
  --space-2xs: clamp(0.375rem,0.3414rem + 0.1678vi,0.5rem);
  --space-xs: clamp(0.5625rem,0.5122rem + 0.2517vi,0.75rem);
  --space-s: clamp(0.75rem,0.6829rem + 0.3356vi,1rem);
  --space-m: clamp(1.125rem,1.0243rem + 0.5034vi,1.5rem);
  --space-l: clamp(1.5rem,1.3658rem + 0.6711vi,2rem);
  --space-xl: clamp(1.875rem,1.7072rem + 0.8389vi,2.5rem);
  --space-2xl: clamp(3rem,2.7315rem + 1.3423vi,4rem);
  --space-3xl: clamp(3.75rem,3.4144rem + 1.6779vi,5rem);
  --space-4xl: clamp(5.625rem,5.1216rem + 2.5168vi,7.5rem);
  --flow-space: var(--space-m);
  --spacing-xl: var(--space-xl);
  --spacing-xxl: var(--space-2xl);
  --spacing-xxxl: var(--space-3xl);
  --block-spacing: 2.5em;
  --grid-gap-sm: 1.5rem;
  --grid-gap: 2rem;
  --grid-gap-l: 3rem;
  --grid-gap-xl: 5rem;
  --container-width-xs: 45rem;
  --container-width-s: 78rem;
  --container-width: 1380px;
  --container-width-l: 100rem;
  --content-width: 55rem;
}
@media (min-width: 50em) {
  :root {
    --line-height-l: 1.55;
    --line-height: 1.5;
    --line-height-sm: 1.4;
    --block-spacing: 3.75em;
  }
}
@media (min-width: 70em) {
  :root {
    --block-spacing: 4.5em;
  }
}

/* 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 {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body:not(.mce-content-body) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  text-rendering: optimizeSpeed;
  font-family: var(--body-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
  text-rendering: optimizeSpeed;
  color: var(--color-text-base);
  background: var(--body-background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

body:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}

/* 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;
  display: block;
  position: absolute;
  left: -999px;
  top: -999px;
}

.skip-nav:focus {
  left: 0;
  top: 0;
  padding: 3px;
  background: #ffc;
  border: 1px solid #990000;
}

hr {
  border: 0 !important;
  background-color: var(--color-grey);
  width: 100%;
  height: 1px;
  margin: var(--space-2xl) auto;
}

:root {
  --gutter: 2em;
  --gutter-l: 3em;
  --gutter-xl: 4em;
}

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

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

.justify-center {
  justify-content: center;
}

.justify-right {
  justify-content: flex-end;
}

.justify-left {
  justify-content: flex-start;
}

.align-middle {
  align-items: center;
}

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

.align-bottom {
  align-items: flex-end;
}

.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%;
  }
}
.gutters-xlarge .flex {
  margin-left: calc(var(--gutter-xl) * -1);
  width: calc(100% + var(--gutter-xl));
  row-gap: var(--gutter);
}

.gutters-xlarge .flex > * {
  padding-left: var(--gutter-xl);
}

.stack-16 > * {
  --stack-space: 4rem;
}

.stack-16 > *:not(.no-space-y, .no-space-b) + *:not(.no-space-y, .no-space-t) {
  margin-block-start: var(--stack-space, 4rem);
}

.stack-space-8 {
  --stack-space: 2rem;
}

.fluid-grid {
  --col-gap: clamp(1rem, 3vw, 4rem);
  --content-max-width: 1400px;
  --padding-left: clamp(calc(env(safe-area-inset-left, 0rem) + 1rem), 2vw, calc(env(safe-area-inset-left, 0rem) + 2rem));
  --padding-right: clamp(calc(env(safe-area-inset-right, 0rem) + 1rem), 2vw, calc(env(safe-area-inset-right, 0rem) + 2rem));
  --col-width: calc((min(calc(100% - var(--padding-left) - var(--padding-right) - 2 * var(--col-gap)), var(--content-max-width)) - 11 * var(--col-gap)) / 12);
  --side-width: minmax(0, 1fr);
  display: grid;
  -moz-column-gap: var(--col-gap);
       column-gap: var(--col-gap);
  grid-template-columns: [full-start] var(--side-width) [content-start col-1] var(--col-width) [col-2] var(--col-width) [col-3] var(--col-width) [col-4] var(--col-width) [col-5] var(--col-width) [col-6] var(--col-width) [col-7] var(--col-width) [col-8] var(--col-width) [col-9] var(--col-width) [col-10] var(--col-width) [col-11] var(--col-width) [col-12] var(--col-width) [content-end] var(--side-width) [full-end];
}

@media (min-width: 90em) {
  .inset-grid {
    margin-right: var(--space-2xl);
    margin-left: var(--space-2xl);
  }
}

.grid {
  display: grid;
  gap: var(--grid-gap-sm);
}
@media (min-width: 50em) {
  .grid {
    gap: var(--grid-gap);
  }
}

.grid-cols-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.span-content,
.span-md,
.span-lg,
.span-xl,
.col-start-6,
.col-start-7,
.col-end-6,
.col-end-7 {
  grid-column: full;
  margin: 0 var(--space-m);
}
@media (min-width: 70em) {
  .span-content,
  .span-md,
  .span-lg,
  .span-xl,
  .col-start-6,
  .col-start-7,
  .col-end-6,
  .col-end-7 {
    margin: 0;
    grid-column: content;
  }
}

.span-content-xl {
  grid-column: content;
}

.span-full {
  grid-column: full;
}

.col-start-content-start {
  grid-column-start: full-start;
}
@media (min-width: 50em) {
  .col-start-content-start {
    grid-column-start: content-start;
  }
}

.col-end-content-end {
  grid-column-end: full-end;
}
@media (min-width: 50em) {
  .col-end-content-end {
    grid-column-end: content-end;
  }
}

@media (min-width: 50em) {
  .span-md {
    grid-column: col-3/span 8;
  }
  .span-lg {
    grid-column: col-2/span 10;
  }
  .span-xl {
    grid-column: col-1/span 12;
  }
  .col-start-6 {
    grid-column-start: col-6;
  }
  .col-start-7 {
    grid-column-start: col-7;
  }
  .col-end-6 {
    grid-column-end: col-6;
  }
  .col-end-7 {
    grid-column-end: col-7;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 70em) {
  .span-md {
    grid-column: col-4/span 6;
  }
  .span-lg {
    grid-column: col-3/span 8;
  }
  .span-xl {
    grid-column: col-1/span 11;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
p {
  margin-bottom: 0;
}

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

p.small {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

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

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

li p {
  margin: 0;
}

ul.list, .wp-block-list {
  list-style: disc;
  padding-inline-start: var(--global-ul-padding, 1.75ch);
}
ul.list li, .wp-block-list li {
  margin-bottom: 0.25em;
}

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

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

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

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

h1, .heading-1 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-headings);
  text-wrap: balance;
}
@media (min-width: 50em) {
  h1, .heading-1 {
    font-size: var(--font-size-h1);
    letter-spacing: -0.5px;
  }
}

h2, .heading-2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-headings);
  text-wrap: balance;
}

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

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

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

.has-x-large-font-size {
  letter-spacing: -1px;
  line-height: 0.95;
}

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

time {
  color: var(--color-primary);
}

.content .chevron-list, .chevron-list {
  list-style: none;
}
.content .chevron-list li, .chevron-list li {
  position: relative;
}
.content .chevron-list li:before, .chevron-list li:before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none'%3E%3Cpath stroke='%231C1917' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.375 11.75 5.25-5.25-5.25-5.25'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -1.7ch;
  top: 10px;
  margin-bottom: 1px;
  transition: all 0.3s ease-in-out 0s;
}

.tick-list {
  list-style: none !important;
  padding-left: 0;
  padding-inline-start: 0 !important;
}
.tick-list li {
  padding-left: 42px;
  margin-bottom: var(--space-m);
  position: relative;
  text-align: left;
}
.tick-list li:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3e%3cg stroke='%237FBA00' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3e%3cpath d='M12.833 6.463V7a5.833 5.833 0 1 1-3.459-5.332'/%3e%3cpath d='M12.833 2.333 7 8.173l-1.75-1.75'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h14v14H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center center;
  background-size: contain;
}

figure {
  margin: 0;
  margin-top: 0;
}

figcaption {
  margin-top: 0;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}
table th {
  color: var(--color-secondary);
  font-family: var(--display-family);
  text-transform: uppercase;
  font-size: var(--font-size-xs);
  letter-spacing: 2.5px;
  font-weight: var(--font-weight-normal);
  padding: 0 15px 15px 0;
}
table td {
  padding: 15px 15px 15px 0;
  min-width: 100px;
  font-weight: var(--font-weight-normal);
}
table td {
  font-size: var(--font-size-sm);
}
table tr {
  border-bottom: 1px solid #4b5559;
}
table td:first-child {
  font-weight: var(--font-weight-bold);
}

.artists-list {
  margin: 0;
}
.artists-list td:first-child {
  min-width: 150px;
}
@media (min-width: 50em) {
  .artists-list td:first-child {
    min-width: 250px;
  }
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=date],
textarea,
select {
  padding: 6px 20px !important;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-sm);
  box-shadow: none;
  box-sizing: border-box;
  font-size: var(--font-size-sm) !important;
  width: 100%;
  height: 40px;
}
@media (min-width: 50em) {
  input[type=email],
  input[type=number],
  input[type=search],
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=password],
  input[type=date],
  textarea,
  select {
    height: 45px;
  }
}
input[type=email]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=number]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=search]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=text]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=tel]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=url]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=password]:invalid:not(:focus):not(:-moz-placeholder-shown), input[type=date]:invalid:not(:focus):not(:-moz-placeholder-shown), textarea:invalid:not(:focus):not(:-moz-placeholder-shown), select:invalid:not(:focus):not(:-moz-placeholder-shown) {
  border-color: var(--color-error);
}
input[type=email]:invalid:not(:focus):not(:placeholder-shown),
input[type=number]:invalid:not(:focus):not(:placeholder-shown),
input[type=search]:invalid:not(:focus):not(:placeholder-shown),
input[type=text]:invalid:not(:focus):not(:placeholder-shown),
input[type=tel]:invalid:not(:focus):not(:placeholder-shown),
input[type=url]:invalid:not(:focus):not(:placeholder-shown),
input[type=password]:invalid:not(:focus):not(:placeholder-shown),
input[type=date]:invalid:not(:focus):not(:placeholder-shown),
textarea:invalid:not(:focus):not(:placeholder-shown),
select:invalid:not(:focus):not(:placeholder-shown) {
  border-color: var(--color-error);
}
input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
textarea:disabled,
select:disabled {
  background-color: var(--color-grey-light);
  cursor: not-allowed;
}

input[type=email]:-moz-read-only, input[type=number]:-moz-read-only, input[type=search]:-moz-read-only, input[type=text]:-moz-read-only, input[type=tel]:-moz-read-only, input[type=url]:-moz-read-only, input[type=password]:-moz-read-only, input[type=date]:-moz-read-only, textarea:-moz-read-only {
  cursor: not-allowed;
  background-color: var(--color-grey-light);
}

input[type=email]:read-only,
input[type=number]:read-only,
input[type=search]:read-only,
input[type=text]:read-only,
input[type=tel]:read-only,
input[type=url]:read-only,
input[type=password]:read-only,
input[type=date]:read-only,
textarea:read-only {
  cursor: not-allowed;
  background-color: var(--color-grey-light);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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 {
  padding-top: 15px !important;
  padding-bottom: 15px;
  border-radius: var(--border-radius-sm);
  display: block;
  width: 100%;
  height: auto;
}

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, .gform_wrapper.gravity-theme .gfield_label.gform-field-label {
  display: block;
  margin: 0.35em 0;
  color: var(--color-black);
  font-weight: 400 !important;
  font-size: var(--step--1);
}

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

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

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='13' fill='none' viewBox='0 0 45 13'%3E%3Cpath stroke='%23212121' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.25 1.875 9.25 9.25 9.25-9.25'/%3E%3C/svg%3E") no-repeat 100% center;
}

.required {
  color: #BF5D58;
}

.mandatorymarker {
  color: var(--color-error);
}

fieldset {
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-sm);
  border-width: 1px;
}
fieldset legend {
  font-size: var(--step--1);
  color: var(--color-text-dark);
}

.input__label {
  display: flex;
}
.input__label span {
  background-color: #fff;
  font-size: var(--font-size-sm);
  display: flex;
  align-items: center;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  padding-left: var(--space-m);
}
.input__label input[type=email],
.input__label input[type=number],
.input__label input[type=search],
.input__label input[type=text], .input__label z input[type=tel],
.input__label input[type=url],
.input__label input[type=password],
.input__label textarea,
.input__label select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ginput_container_consent {
  display: flex;
}
.ginput_container_consent .gfield_consent_label {
  margin-left: var(--space-xs);
  font-size: var(--font-size-sm);
  color: var(--color-black);
}

.gform_wrapper.gravity-theme .chosen-container-multi {
  font-family: var(--display-family);
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
  border: 2px solid #d9d9d9 !important;
  border-radius: var(--border-radius);
}

.gform_wrapper.gravity-theme .chosen-container.chosen-with-drop .chosen-drop {
  margin-top: -5px;
  border: 2px solid #d9d9d9 !important;
  border-top: 0 !important;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.gform_wrapper.gravity-theme small, .small-text {
  font-size: var(--font-size-xs);
  line-height: 1.45;
}

.gform_validation_errors {
  font-size: 18px;
}

.gravity-theme.gform_wrapper.gravity-theme .gform_validation_errors,
.gravity-theme.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background-color: transparent;
  padding: 0;
  font-size: 18px;
  border: 0;
  color: #c02b0a;
  box-shadow: none;
}

.custom-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}
.custom-checkbox label {
  cursor: pointer;
  margin: 0;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.custom-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #CCCCCC;
  width: 18px;
  height: 18px;
  border: 1.5px solid #CCCCCC;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 4px;
}
.custom-checkbox input[type=checkbox]::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-secondary);
  /* Windows High color---color-primary-dark Mode */
  background-color: CanvasText;
  cursor: pointer;
}
.custom-checkbox:hover input[type=checkbox]::before,
.custom-checkbox input[type=checkbox]:checked::before {
  transform: scale(1);
}
.custom-checkbox.disabled {
  pointer-events: none;
}
.custom-checkbox.disabled input[type=checkbox] {
  opacity: 0.5;
}

.custom-checkbox-children {
  padding-left: var(--space-m);
}

.form-alert {
  padding: var(--space-2xs) var(--space-s);
  border: 1px solid var(--color-primary);
  background-color: #f8f9ff;
  border-radius: var(--border-radius);
  font-size: var(--font-size-sm);
  color: var(--color-primary);
}
.form-alert strong {
  font-weight: 500 !important;
}
.form-alert--error {
  border-color: #fca5a5;
  background-color: #fef2f2;
  color: #991b1b;
}
.form-alert--success {
  border-color: #6ee7b7;
  background-color: #ecfdf5;
  color: #065f46;
}
.form-alert.visible {
  display: block !important;
}
.form-alert.stripe-errors {
  display: none;
}

.form--message {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
  padding: var(--space-s);
  background: #f8f9ff;
  color: var(--color-primary);
}
.form--message p {
  font-size: var(--font-size-xs) !important;
}

.StripeElement.text-box {
  padding: 13px 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-sm);
  box-shadow: none;
  box-sizing: border-box;
  font-size: var(--font-size-sm) !important;
  width: 100%;
}
.StripeElement--focus.text-box {
  border: 1px solid #8a8a8a;
  box-shadow: 0 0 5px #cacaca;
}

/* Generate block colours */
.has-white-color {
  color: #fff !important;
}

.has-white-background-color {
  background-color: #fff !important;
}

.has-black-color {
  color: #000 !important;
}

.has-black-background-color {
  background-color: #000 !important;
}

.has-primary-color {
  color: var(--color-primary) !important;
}

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

.has-secondary-color {
  color: var(--color-secondary) !important;
}

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

.has-tertiary-color {
  color: var(--color-tertiary) !important;
}

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

.has-quaternary-color {
  color: var(--color-quaternary) !important;
}

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

.has-quinary-color {
  color: var(--color-quinary) !important;
}

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

/* Stop links being clickable in the block editor */
.acf-block-preview a {
  pointer-events: none !important;
}

.editor-styles-wrapper .wp-block {
  max-width: var(--container-width-s) !important;
}

:where(.editor-styles-wrapper) h1, :where(.editor-styles-wrapper) h2, :where(.editor-styles-wrapper) h3, :where(.editor-styles-wrapper) h4, :where(.editor-styles-wrapper) p, :where(.editor-styles-wrapper) figure, :where(.editor-styles-wrapper) blockquote, :where(.editor-styles-wrapper) dl, :where(.editor-styles-wrapper) dd {
  margin: 0 0 10px 0;
}

/* Add bullets to list */
.block-editor-block-list__block {
  list-style: disc;
}

/* Post title width */
.editor-post-title__block.wp-block {
  max-width: var(--content-width);
}

.edit-post-visual-editor__post-title-wrapper .editor-post-title {
  margin-bottom: var(--space-s);
}

/* Main column width */
.wp-block {
  max-width: var(--container-width-s);
  /* Wide column width */
}
.wp-block[data-align=wide], .wp-block[data-align=full] {
  max-width: none;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 0;
  padding-left: 0;
}

.wp-block-image img {
  border-radius: var(--border-radius);
}

.wp-block-image.is-style-rounded {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.wp-block-image.is-style-rounded:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 485' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.85428 202.773C-20.4081 482.615 160.273 501.471 253.521 475.918C316.986 486.179 455.709 474.351 502.88 344.957C550.05 215.562 398.723 103.154 317.164 63.1237C222.087 -6.92716 26.1167 -77.0685 2.85428 202.773Z' fill='%237FBA00'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 100%;
  height: 110%;
  top: -10px;
  left: 20px;
  z-index: -1;
}
.wp-block-image.is-style-rounded img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  box-shadow: 0px 163px 65px rgba(0, 0, 0, 0.01), 0px 92px 55px rgba(0, 0, 0, 0.03), 0px 41px 41px rgba(0, 0, 0, 0.04), 0px 10px 22px rgba(0, 0, 0, 0.05);
}

.wp-block-image figcaption {
  font-size: var(--font-size-sm);
  margin-top: var(--space-m);
  color: var(--color-black);
}

.wp-block-button.is-style-full,
.wp-block-button.is-style-full .block-editor-rich-text,
div[data-type="core/button"] div[data-block] {
  display: block;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  z-index: 99;
  text-align: left;
  overflow: visible;
  font-size: 14px;
  line-height: 1.35;
  padding: 10px 15px;
}

.wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-pullquote {
  padding: 0;
}
.wp-block-pullquote blockquote {
  border: 0;
  padding-left: 0;
  text-align: left;
  text-wrap: balance;
  color: var(--color-black);
}
.wp-block-pullquote blockquote:before {
  content: "";
  width: 70px;
  height: 50px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.025 40.968'%3E%3Cpath fill='%234F2170' d='M0 29.446q0-11.736 5.548-19.2T21.977 0v3.414Q11.736 9.388 10.242 17.923h1.28a11.029 11.029 0 0 1 8 3.521 10.853 10.853 0 0 1 0 16 10.853 10.853 0 0 1-16 0A11.029 11.029 0 0 1 0 29.446Zm37.98 0q0-11.736 5.548-19.2T59.958 0v3.414Q49.716 9.388 48.222 17.923h1.28a11.32 11.32 0 0 1 8 19.524 11.526 11.526 0 0 1-19.524-8Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.wp-block-pullquote blockquote cite {
  font-style: normal;
  text-transform: uppercase;
  font-size: var(--font-size-xs);
  letter-spacing: 2.5px;
  font-weight: var(--font-weight-medium);
  margin-top: var(--space-l);
  display: block;
}

#tinymce {
  margin: 9px 10px;
}
#tinymce ul {
  list-style: initial;
}
#tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 {
  margin-bottom: 10px;
}
#tinymce p {
  margin: 10px 0;
}

[data-editor-styles="half-800 full cell"] {
  width: 50%;
  display: block;
}

[data-editor-styles="third-800 full cell"] {
  width: 33.3333333%;
  display: block;
}

[data-editor-styles="two-third-800 full cell"] {
  width: 66.66666%;
  display: block;
}

[data-editor-styles="fourth-800 full cell"] {
  width: 25%;
  display: block;
}

[data-editor-styles="three-fourth-800 full cell"] {
  width: 75%;
  display: block;
}

[data-editor-styles="full full cell"] {
  width: 100%;
  display: block;
}

[data-editor-styles] .cell {
  width: 100% !important;
}

.sg-container {
  padding-right: var(--space-m);
  padding-left: var(--space-m);
}
@media screen and (min-width: 2000px) {
  .sg-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.sg-container.sg-gutters-xlarge {
  max-width: var(--container-width-s);
}

.wp-block-sg-container .wp-block-sg-container {
  margin: 0;
}

.wp-block-group.is-nowrap.is-layout-flex {
  display: flex;
  gap: var(--space-xs);
}

.cover__image {
  position: relative;
  border-radius: var(--border-radius);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--color-text-base);
  margin-bottom: var(--space-m);
}
@media (min-width: 50em) {
  .cover__image {
    margin-bottom: 0;
  }
}
.cover__image:after {
  content: "";
  padding-top: 66.6666666%;
  display: inline-block;
}
.cover__image--has-label {
  display: block;
}
.cover__image--has-label span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 var(--space-s);
}
.cover__image--has-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: var(--border-radius);
}
.cover__image--square:after {
  padding-top: 100%;
}
.cover__image-- img:after {
  padding-top: 110%;
}
.cover__image.placeholder {
  background-color: #fff;
  border: 1px solid var(--color-grey);
}
.cover__image.placeholder img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.wp-block-image {
  position: relative;
  z-index: 1;
}

.wp-block-image + .wp-block-image {
  margin-top: var(--space-m);
}

.caption-hover {
  position: relative;
  overflow: hidden;
}
.caption-hover figcaption {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  color: #fff;
  padding: var(--space-l) var(--space-l);
  margin: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s all cubic-bezier(0.4, 0, 0.2, 1);
}
.caption-hover:after {
  content: "";
  width: 100%;
  height: 66.6666%;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s all cubic-bezier(0.4, 0, 0.2, 1);
}
.caption-hover:hover figcaption, .caption-hover:focus figcaption {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.caption-hover:hover:after, .caption-hover:focus:after {
  visibility: visible;
  opacity: 0.7;
  bottom: 0;
}

.is-style-ap-tall img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-style-ap-square img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-style-masonry img {
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.6862745098);
}

.content > * {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}
.content :is(h1, h2, h3, h4, h5, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5) + :not([class]) {
  --flow-space: var(--space-s);
}
.content :is(img, figure) + :not([class]) {
  --flow-space: var(--space-2xl);
}
.content :is(ul, ol) + :not([class]) {
  --flow-space: var(--space-l);
}
.content figure {
  margin-right: var(--space-xs);
  margin-left: var(--space-xs);
}
.content .wp-block-image.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.content figure + figure {
  margin-block-start: var(--space-2xl);
}
.content a {
  text-decoration: underline;
  text-decoration-color: var(--link-hover-color);
}
.content a:hover:not(.btn):not(input[type=submit]):not(input[type=reset]):not(input[type=button]) {
  color: var(--link-hover-color);
  text-decoration: underline;
}
.content section {
  max-width: inherit;
}
.content .btn, .content input[type=submit],
.content input[type=reset],
.content input[type=button] {
  text-decoration: none;
}
.content .btn:hover, .content input[type=submit]:hover,
.content input[type=reset]:hover,
.content input[type=button]:hover {
  text-decoration: none;
}
.content blockquote {
  max-width: none;
  font-size: var(--font-size-h3);
  line-height: var(--line-height-headings-l);
  margin: var(--space-xl) 0;
}
@media (min-width: 50em) {
  .content blockquote {
    max-width: 90%;
  }
}
.content blockquote p {
  line-height: var(--line-height-headings-l);
  font-family: var(--display-family);
  color: var(--color-black);
}
.content figure {
  max-width: none;
}
.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;
}
.content ul {
  list-style: disc;
  padding-inline-start: var(--global-ul-padding, 1.75ch);
  margin-bottom: 0;
}
.content ol {
  list-style: decimal;
  padding-inline-start: var(--global-ul-padding, 1.75ch);
  margin-bottom: 0;
}
.content li {
  margin-block-start: var(--space-2xs);
}
.content li::marker {
  line-height: 1;
}
.content ul li:last-child, .content ol li:last-child {
  margin-bottom: 0;
}

.has-icon {
  display: flex;
  align-items: center;
  gap: 7px;
}

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

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

.icon--small svg {
  width: 16px;
  height: 16px;
}

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

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

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

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

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

.btn, input[type=submit],
input[type=reset],
input[type=button], .gform_button, .wp-element-button, .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px 17px;
  background-color: var(--color-primary);
  border: 0;
  border-radius: var(--border-radius);
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.btn:hover, input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover, .btn:focus, input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus, .gform_button:hover, .gform_button:focus, .wp-element-button:hover, .wp-element-button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
  border-color: var(--color-black);
  background-color: var(--color-black);
  outline: 0;
  color: #fff;
  text-decoration: none;
}

.btn--primary, input[type=submit] {
  background-color: var(--color-primary);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--primary:hover, .btn--primary:focus, input[type=submit]:hover, input[type=submit]:focus {
  color: #fff;
  background-color: var(--color-black);
  text-decoration: none;
}

.btn--ghost, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1.5px solid var(--color-primary);
  color: var(--color-primary);
}
.btn--ghost:hover, .btn--ghost:focus, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  border-color: var(--color-black);
  background-color: var(--color-black);
  outline: 0;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.btn--secondary, .wp-block-button.is-style-fill a, .wp-block-button .wp-block-button__link {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #000;
}
.btn--secondary:hover, .btn--secondary:focus, .wp-block-button.is-style-fill a:hover, .wp-block-button.is-style-fill a:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  border-color: #5E840C;
  background-color: #5E840C;
  color: #fff;
}

.wp-block-button .wp-block-button__link.has-primary-background-color {
  color: #fff;
}
.wp-block-button .wp-block-button__link.has-primary-background-color:hover, .wp-block-button .wp-block-button__link.has-primary-background-color:focus {
  color: #fff;
  background-color: var(--color-black) !important;
  text-decoration: none;
}

.btn--white, .wp-block-button.is-style-white a, .is-style-white.wp-block-button .wp-block-button__link {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: var(--color-black);
}
.btn--white:hover, .btn--white:focus, .wp-block-button.is-style-white a:hover, .wp-block-button.is-style-white a:focus, .is-style-white.wp-block-button .wp-block-button__link:hover, .is-style-white.wp-block-button .wp-block-button__link:focus {
  background-color: var(--color-black);
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #fff;
}

.btn--sm:not(.wp-block-button), .btn--sm a {
  font-size: 1.05rem;
  padding: 11px 17px;
}
.btn--sm:not(.wp-block-button):after, .btn--sm a:after {
  display: none;
}
.btn--sm:not(.wp-block-button) .icon, .btn--sm a .icon {
  width: 18px;
  height: 18px;
  margin-right: 0.2em;
  margin-left: -3px;
  margin-top: -2px;
}

.btn--block {
  width: 100%;
  display: block;
  justify-content: center;
}

button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.social-links {
  display: flex;
  align-items: center;
  padding: 0;
  padding-inline-start: 0;
  gap: 5px;
}

.social-links__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links__link {
  color: var(--color-black);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.25s all ease-in-out;
}
.social-links__link .icon {
  width: 36px;
  height: 36px;
}
.social-links__link:hover, .social-links__link:focus {
  color: var(--color-black);
  opacity: 0.75;
}

.card {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
  display: block;
  position: relative;
  padding: var(--space-m);
  transition: 0.25s all ease-in-out;
}
.card__lg {
  padding: var(--space-xl);
}
.card .card__image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.card .card__image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  transition: 0.25s all ease-in-out;
  border-radius: var(--border-radius);
}
.card .card__image.placeholder {
  background: var(--color-grey-light);
  aspect-ratio: 3/2;
  border-radius: var(--border-radius);
}
.card .card__image.placeholder img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 200px;
}
.card .card__content {
  margin-top: var(--space-m);
}
.card .card__content h3, .card .card__content h4 {
  color: var(--color-text-dark);
  font-size: var(--font-size-h4);
  text-transform: none;
}
.card .card__content p {
  font-size: var(--font-size-sm);
  color: var(--color-text-base);
  margin-top: var(--space-xs);
}
.card .card__content time {
  margin-bottom: var(--space-xs);
  display: inline-block;
  font-size: var(--font-size-sm);
  color: var(--color-text-base);
  line-height: var(--line-height-sm);
}
.card .card__content time + h4 {
  margin-top: 0;
}
.card .card__content .article__read-more {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: var(--font-size-sm);
}
.card:hover, .card:focus {
  text-decoration: none;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  padding: var(--space-xl) var(--space-m);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: var(--border-radius-l);
}
@media (min-width: 50em) {
  .modal-content {
    padding: var(--space-l) var(--block-spacing);
    width: auto;
    min-width: 600px;
  }
}
.modal-content p, .modal-content label, .modal-content .gfield_label, .modal-content .gform_validation_errors {
  color: var(--color-black);
  font-size: var(--font-size-sm);
}
.modal-content input[type=email],
.modal-content input[type=number],
.modal-content input[type=search],
.modal-content input[type=text],
.modal-content input[type=tel],
.modal-content input[type=url],
.modal-content input[type=password],
.modal-content input[type=date],
.modal-content textarea,
.modal-content select {
  padding: 6px 0;
  border: 0;
  border-bottom: 2px solid var(--color-black);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  font-size: var(--font-size-sm);
  width: 100%;
  height: 40px;
}
@media (min-width: 50em) {
  .modal-content input[type=email],
  .modal-content input[type=number],
  .modal-content input[type=search],
  .modal-content input[type=text],
  .modal-content input[type=tel],
  .modal-content input[type=url],
  .modal-content input[type=password],
  .modal-content input[type=date],
  .modal-content textarea,
  .modal-content select {
    height: 45px;
  }
}
.modal-content input::-moz-placeholder {
  color: var(--color-black);
  font-size: var(--font-size-sm);
}
.modal-content input::placeholder {
  color: var(--color-black);
  font-size: var(--font-size-sm);
}
.modal-content select {
  font-size: var(--font-size-sm);
}
.modal-content .ml-error input, .modal-content .ml-error select {
  border-color: var(--color-error);
}
.modal-content .flex {
  margin-bottom: var(--space-m);
}
.modal-content .ml-block-groups .group {
  margin-bottom: var(--space-xs);
}
.modal-content .gform_wrapper.gravity-theme .gfield_label {
  font-family: var(--display-family);
  text-transform: uppercase;
  font-weight: var(--font-weight-normal) !important;
}
.modal__close {
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--color-black);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px;
  top: 15px;
}
.modal__close:hover, .modal__close:focus {
  background-color: var(--color-primary);
  color: #fff;
}
.modal.is-active, .modal.is-toggled {
  opacity: 1;
  z-index: 9999999;
  visibility: visible;
}
.modal h1, .modal h2, .modal h3, .modal h4 {
  color: var(--color-black);
}
.modal p a {
  transition: none;
}
.modal.sm {
  min-width: 400px;
  padding: var(--space-xl) var(--space-m);
}
@media (min-width: 50em) {
  .modal.sm {
    padding: var(--space-l) var(--space-xl);
  }
}
.modal.center {
  text-align: center;
}
.modal.full {
  top: 0;
  left: 0;
  transform: translate(0);
  height: 100%;
  border-radius: 0;
  width: 100vw;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: scroll;
}
.modal.full .modal__close {
  right: 30px;
  top: 30px;
}
.modal.full .modal-content {
  width: 100%;
  height: 100%;
  max-height: 100% !important;
}
.modal.scrollable {
  padding: 0;
  overflow: hidden;
}
.modal.scrollable .modal-content {
  overflow-y: auto;
  max-height: calc(95vh - 1.5625rem);
  padding: var(--space-xl) var(--space-m);
}
@media (min-width: 50em) {
  .modal.scrollable .modal-content {
    max-height: calc(95vh - 2.5rem);
    padding: var(--space-l) var(--space-xl);
  }
}

body.modal-open:after {
  opacity: 1;
  z-index: 9998;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-xl);
}
@media (min-width: 50em) {
  .pagination {
    margin-bottom: 0;
  }
}
.pagination a {
  color: var(--color-black);
  margin: 0 12px;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.pagination a:hover, .pagination a:focus {
  color: var(--color-primary);
}
.pagination .prev, .pagination .next {
  display: flex;
  align-items: center;
}
.pagination .prev {
  margin-right: var(--space-m);
}
.pagination .next {
  margin-left: var(--space-m);
}
.pagination .current {
  color: #fff;
  background-color: var(--color-primary);
  padding: 3px 0;
  width: 34px;
  margin: 0 4px;
  text-align: center;
  border-radius: var(--border-radius);
}

[data-animate=fade] {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
[data-animate=fade].is-inview {
  opacity: 1;
  transform: translateY(0);
  z-index: 99;
  position: relative;
}
[data-animate=fade] .cell:nth-child(1) {
  transition-delay: 0.3s;
}
[data-animate=fade] .cell:nth-child(2) {
  transition-delay: 0.6s;
}
[data-animate=fade] .cell:nth-child(3) {
  transition-delay: 0.9s;
}
[data-animate=fade] .cell:nth-child(4) {
  transition-delay: 1.2s;
}
[data-animate=fade] .cell:nth-child(5) {
  transition-delay: 1.5s;
}
[data-animate=fade] .cell:nth-child(6) {
  transition-delay: 1.8s;
}
[data-animate=fade] .cell:nth-child(7) {
  transition-delay: 2.1s;
}
[data-animate=fade] .cell:nth-child(8) {
  transition-delay: 2.4s;
}
[data-animate=fade] .cell:nth-child(9) {
  transition-delay: 2.7s;
}
[data-animate=fade] .cell:nth-child(10) {
  transition-delay: 3s;
}
[data-animate=fade] .cell:nth-child(11) {
  transition-delay: 3.3s;
}
[data-animate=fade] .cell:nth-child(12) {
  transition-delay: 3.6s;
}
[data-animate=fade] .cell:nth-child(13) {
  transition-delay: 3.9s;
}
[data-animate=fade] .cell:nth-child(14) {
  transition-delay: 4.2s;
}
[data-animate=fade] .cell:nth-child(15) {
  transition-delay: 4.5s;
}
[data-animate=fade] .cell:nth-child(16) {
  transition-delay: 4.8s;
}
[data-animate=fade] .cell:nth-child(17) {
  transition-delay: 5.1s;
}
[data-animate=fade] .cell:nth-child(18) {
  transition-delay: 5.4s;
}
[data-animate=fade] .cell:nth-child(19) {
  transition-delay: 5.7s;
}
[data-animate=fade].x1 .cell {
  transition-delay: 0.2s;
}
[data-animate=fade].x2 .cell {
  transition-delay: 0.4s;
}
[data-animate=fade].x3 .cell {
  transition-delay: 0.6s;
}
[data-animate=fade].x4 .cell {
  transition-delay: 0.8s;
}
[data-animate=fade].x5 .cell {
  transition-delay: 1s;
}

.tabs {
  margin: var(--block-spacing) 0;
}
.tabs__buttons {
  gap: 10px;
  padding-bottom: var(--space-s);
  margin-top: var(--space-m);
  display: flex;
}
@media (max-width: 49.99em) {
  .tabs__buttons {
    gap: 3px;
    overflow-x: scroll;
    padding-bottom: var(--space-m);
  }
}
.tabs__buttons a {
  color: var(--color-black);
  font-size: var(--font-size-sm);
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  font-weight: 500;
  transition: 0.35s all ease-in-out;
  text-decoration: none;
  border-radius: var(--border-radius-sm);
  border: 3px solid transparent;
  padding: 12px 24px;
  cursor: pointer;
}
@media (max-width: 49.99em) {
  .tabs__buttons a {
    padding: 12px 18px;
  }
}
.tabs__buttons a.active {
  border: 3px solid var(--color-primary);
  color: var(--color-primary);
}
.tabs__buttons a:not(.active):hover, .tabs__buttons a:not(.active):focus {
  background-color: rgba(50, 63, 69, 0.1);
}
.tabs__panel {
  margin-top: var(--space-m);
}

.global-container {
  min-height: 100%;
}

.flow > * + *, .wp-block-sg-container .cell > * + * {
  margin-block-start: var(--flow-space, 1em);
}

.wp-block-sg-container .cell > h4 + *, .wp-block-sg-container .cell > h5 + * {
  margin-block-start: var(--space-s, 1em);
}

.container, .container-xs, .container-s {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 2000px) {
  .container, .container-xs, .container-s {
    padding-right: 0;
    padding-left: 0;
  }
}

.container-s {
  max-width: var(--container-width-s);
}

.container-xs {
  max-width: var(--container-width-xs);
}

.container .acf-innerblocks-container:first-of-type, .container-s .acf-innerblocks-container:first-of-type, .container-xs .acf-innerblocks-container:first-of-type,
.container-block.gutters-large .acf-innerblocks-container:first-of-type,
.container-block.gutters-xlarge .acf-innerblocks-container:first-of-type {
  margin-top: 0;
}

.full-width .sg-container {
  max-width: var(--container-width);
}

.centered {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  text-align: center;
}
@media (min-width: 70em) {
  .centered p {
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

section {
  margin-top: var(--block-spacing);
  margin-bottom: var(--block-spacing);
  position: relative;
}
section.panel {
  margin: 0;
  padding-top: var(--block-spacing);
  padding-bottom: var(--block-spacing);
}
section.panel.sm {
  margin: 0;
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
}
@media (min-width: 50em) {
  section.panel.sm {
    padding-top: calc(var(--block-spacing) / 1.5);
    padding-bottom: calc(var(--block-spacing) / 1.5);
  }
}
section.sm {
  margin-top: var(--space-l);
  margin-bottom: var(--space-l);
}
@media (min-width: 50em) {
  section.sm {
    margin-top: calc(var(--block-spacing) / 1.5);
    margin-bottom: calc(var(--block-spacing) / 1.5);
  }
}
section.primary {
  background-color: var(--color-primary);
}
section.primary h1, section.primary h2, section.primary h3, section.primary h4, section.primary h5, section.primary p, section.primary li {
  color: var(--color-black);
}
section.secondary {
  background-color: var(--color-secondary);
}
section.tertiary, section.sg-bg-tertiary {
  background: var(--color-tertiary) url("../images/grid.png") center center;
  background-size: 100%;
}
section.grey {
  background-color: var(--color-grey-light);
}
section.white {
  background-color: #fff;
}

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

.global-alert p {
  color: white;
  margin: 0;
  font-size: var(--font-size-sm);
}

.cookie-alert {
  display: none;
  background: var(--color-primary);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.cookie-alert.is-visible {
  display: block;
}

.cookie-alert__inner {
  padding: var(--space-s) var(--space-l);
}
@media (min-width: 50em) {
  .cookie-alert__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--grid-gap);
  }
}
.cookie-alert__inner .btn, .cookie-alert__inner input[type=submit],
.cookie-alert__inner input[type=reset],
.cookie-alert__inner input[type=button] {
  cursor: pointer;
  flex-grow: 1;
  flex-shrink: 0;
}

.cookie-alert__inner p {
  margin-bottom: 15px;
  margin-top: 0;
  color: #fff;
  font-size: var(--font-size-xs);
}
@media (min-width: 50em) {
  .cookie-alert__inner p {
    margin-bottom: 0;
    font-size: var(--font-size-sm);
  }
}
.cookie-alert__inner p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cookie-alert__btn {
  cursor: pointer;
  flex-grow: 1;
  flex-shrink: 0;
}

.admin-notice {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  background: var(--color-grey-darkest);
  border: 1px solid var(--color-grey);
  border-radius: var(--border-radius);
  line-height: 1;
  color: var(--color-text-reversed);
  font-size: 0.75rem;
  transition: all 0.25s ease-in-out;
  gap: 5px;
}
.admin-notice:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23D8D8D8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0ZM12 9v4M12 17h.01'/%3E%3C/svg%3E") no-repeat center;
}

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

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

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

.unsupported-browser p {
  margin: 0;
}

.site-header.has-alert {
  top: 43px;
}

.site-header {
  position: relative;
  z-index: 1001;
  background-color: #fff;
}
.site-header__inner {
  background-color: #fff;
}

.site-header__main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-s) 0;
  gap: var(--grid-gap-sm);
}
@media (min-width: 50em) {
  .site-header__main {
    gap: var(--grid-gap);
  }
}

.site-header__upper {
  background-color: #F5F5F5;
  padding: var(--space-2xs);
}
.site-header__upper .span-content {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
}
@media (max-width: 63.75em) {
  .site-header__upper .span-content {
    gap: 0.8rem;
  }
}
.site-header__upper .menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.2rem;
}
@media (max-width: 63.75em) {
  .site-header__upper .menu {
    gap: 0.8rem;
  }
}
.site-header__upper .menu li {
  display: flex;
}
.site-header__upper .menu li a {
  font-size: calc(1.2 * var(--font-size-xxs));
  color: var(--color-black);
}
.site-header__upper .menu li.has--icon a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.site-header__upper .menu li.icon--impact-awards a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%234F2170' d='m13.027 5.95-2.663 2.296.814 3.434a.46.46 0 0 1-.685.502L7.501 10.34l-2.993 1.84a.46.46 0 0 1-.685-.501l.814-3.434-2.663-2.297a.463.463 0 0 1 .262-.808l3.495-.285 1.346-3.26a.457.457 0 0 1 .847 0l1.346 3.26 3.495.285a.463.463 0 0 1 .262.808Z' opacity='.2'/%3E%3Cpath fill='%234F2170' d='M13.58 5.319a.896.896 0 0 0-.78-.616l-3.227-.26L8.328 1.43a.895.895 0 0 0-1.656 0L5.428 4.442l-3.229.261a.9.9 0 0 0-.512 1.578l2.46 2.124-.749 3.175a.896.896 0 0 0 1.34.975l2.762-1.7 2.763 1.7a.897.897 0 0 0 1.338-.975l-.752-3.176 2.46-2.123a.898.898 0 0 0 .27-.962Zm-.84.299-2.662 2.297a.437.437 0 0 0-.14.432l.813 3.435a.02.02 0 0 1-.009.026c-.01.008-.013.006-.02 0l-2.993-1.84a.437.437 0 0 0-.459 0l-2.992 1.841c-.008.005-.01.007-.02 0a.02.02 0 0 1-.01-.026l.814-3.434a.437.437 0 0 0-.14-.433L2.258 5.619c-.006-.005-.012-.01-.007-.027.006-.017.01-.015.018-.016l3.496-.282a.438.438 0 0 0 .367-.27l1.347-3.26c.004-.01.006-.014.019-.014s.015.004.02.014l1.349 3.26a.437.437 0 0 0 .369.269l3.496.282c.008 0 .013 0 .018.016.005.016 0 .022-.01.027Z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}
.site-header__upper .menu li.icon--members a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%234F2170' d='M11 5.25a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z' opacity='.2'/%3E%3Cpath fill='%234F2170' d='M13.128 11.594c-.833-1.44-2.116-2.473-3.614-2.962a3.938 3.938 0 1 0-4.029 0c-1.497.489-2.78 1.521-3.614 2.962a.438.438 0 1 0 .758.437c1.03-1.78 2.851-2.844 4.87-2.844 2.02 0 3.841 1.064 4.872 2.844a.437.437 0 1 0 .757-.437ZM4.438 5.25a3.062 3.062 0 1 1 6.124 0 3.062 3.062 0 0 1-6.125 0Z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}
.site-header__upper .menu li.icon--login a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath fill='%234F2170' d='M11.438 2.688v9.624h-8.75a.875.875 0 0 1-.876-.874V3.561a.875.875 0 0 1 .875-.874h8.75Z' opacity='.2'/%3E%3Cpath fill='%234F2170' d='M8.247 7.81 6.06 9.997a.437.437 0 1 1-.62-.619l1.441-1.44H1.812a.437.437 0 1 1 0-.875h5.07L5.44 5.622a.438.438 0 0 1 .62-.619L8.247 7.19a.437.437 0 0 1 0 .62Zm3.19-5.56h-3.5a.437.437 0 1 0 0 .875H11v8.75H7.937a.438.438 0 0 0 0 .875h3.5a.438.438 0 0 0 .438-.438V2.688a.438.438 0 0 0-.438-.438Z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}
.site-header__upper .menu li a[aria-current=page], .site-header__upper .menu li.current_page_item > a, .site-header__upper .menu li.current-menu-parent > a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header__logo {
  transition: 0.25s all ease-in-out;
  font-weight: 600;
  position: relative;
  flex-shrink: 0;
  margin: 0 var(--space-m) 0 0;
}
@media (min-width: 50em) {
  .site-header__logo {
    margin: 0;
  }
}
.site-header__logo span {
  display: flex;
  position: relative;
  left: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 49.99em) {
  .site-header__logo img {
    max-width: 180px;
  }
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-header__nav .menu-primary-container {
  display: none;
}
@media (min-width: 63.75em) {
  .site-header__nav .menu-primary-container {
    display: block;
  }
}
@media (min-width: 63.75em) {
  .site-header__nav {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
    width: 100%;
  }
  .site-header__nav .menu-primary-container {
    order: 2;
  }
}
@media (min-width: 87.5em) {
  .site-header__nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: var(--grid-gap-sm);
  }
  .site-header__nav .menu-primary-container {
    order: 1;
  }
}
.site-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--grid-gap-sm);
}
@media (min-width: 70em) {
  .site-header__nav ul {
    gap: var(--space-l);
  }
}
.site-header__nav ul li {
  margin: 0;
}
.site-header__nav ul li a {
  color: var(--color-black);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-tight);
  position: relative;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
}
.site-header__nav ul li a:hover, .site-header__nav ul li a:focus {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-header__nav ul li a[aria-current=page], .site-header__nav ul li.current_page_item > a, .site-header__nav ul li.current-menu-parent > a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-header__nav ul li a[aria-current=page]:after, .site-header__nav ul li.current_page_item > a:after, .site-header__nav ul li.current-menu-parent > a:after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='none' viewBox='0 0 9 5'%3e%3cpath fill='%234F2170' d='m4.5 5 .382-.34L9 .943 8.235 0 4.5 3.375.765 0 0 .944 4.118 4.66 4.5 5Z'/%3e%3c/svg%3e") no-repeat center center;
  background-size: contain;
}
.site-header__nav .menu-item-has-children {
  position: relative;
  z-index: 1;
}
.site-header__nav .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-header__nav .menu-item-has-children > a:after {
  content: "";
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='none' viewBox='0 0 9 5'%3e%3cpath fill='%23212121' d='m4.5 5 .382-.34L9 .943 8.235 0 4.5 3.375.765 0 0 .944 4.118 4.66 4.5 5Z'/%3e%3c/svg%3e") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-60%);
  z-index: 2;
  transition: 0.2s all ease-in-out;
}
.site-header__nav .menu-item-has-children:hover > a:after {
  transform: translateY(-50%) rotate(180deg);
}
.site-header__nav .menu-item-has-children:hover > .sub-menu, .site-header__nav .menu-item-has-children:hover > .dropdown--lg__container {
  opacity: 1;
  z-index: 1;
  top: 85%;
  visibility: visible;
}
.site-header__nav .dropdown--lg {
  position: static;
}
.site-header__nav .dropdown--lg .dropdown--lg__container {
  position: absolute;
  width: 100%;
  max-width: var(--container-width-s);
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: #fff;
  border-radius: var(--border-radius-l);
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  padding: var(--space-m);
  margin-top: var(--space-2xs);
  transition: 0.25s all ease-in-out;
  list-style: none;
  display: flex;
}
.site-header__nav .dropdown--lg .dropdown--lg__container .dropdown--lg__image {
  flex: 0 0 30%;
}
.site-header__nav .dropdown--lg .dropdown--lg__container .dropdown--lg__image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
.site-header__nav .dropdown--lg .dropdown--lg__container .dropdown--lg__content {
  padding-left: var(--space-2xl);
  width: 100%;
}
.site-header__nav .dropdown--lg .dropdown--lg__container .dropdown--lg__content .dropdown--lg__title {
  font-weight: 500;
  font-size: var(--font-size-sm);
  color: #6A6A6A;
  margin-bottom: var(--space-xs);
}
.site-header__nav .dropdown--lg .dropdown--lg__container .dropdown--lg__content ul {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.site-header__nav .dropdown--lg .dropdown--lg__container .dropdown--lg__content .menu--btn {
  grid-column: span 2;
  margin-top: var(--space-m);
}
.site-header__nav .dropdown--lg .dropdown--lg__container .dropdown--lg__content .menu--btn a {
  font-size: 1.05rem;
  padding: 12px 20px;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-text-reversed);
  border-radius: var(--border-radius);
  color: #000;
  font-size: var(--font-size-sm);
  font-weight: 500;
  text-decoration: none;
}
.site-header__nav .dropdown--lg .dropdown--lg__container .dropdown--lg__content .menu--btn a:hover, .site-header__nav .dropdown--lg .dropdown--lg__container .dropdown--lg__content .menu--btn a:focus {
  border-color: #5E840C;
  background-color: #5E840C;
  color: #fff;
  text-decoration: none;
}
.site-header__nav .sub-menu {
  position: absolute;
  width: 100%;
  top: 75%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: #fff;
  border: 0;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(86, 106, 117, 0.08), 0 -10px 40px -4px rgba(86, 106, 117, 0.1), 0 48px 70px -12px rgba(86, 106, 117, 0.1), 0 40px 40px -36px rgba(86, 106, 117, 0.24);
  padding: 0.15em 0;
  margin-top: var(--space-l);
  min-width: 220px;
  justify-content: flex-start;
  transition: 0.25s all ease-in-out;
  list-style: none;
  display: block;
}
.site-header__nav .sub-menu li {
  margin: 3px 10px;
}
.site-header__nav .sub-menu li a {
  display: block;
  font-family: var(--body-family);
  font-weight: 400;
  font-size: var(--font-size-sm);
  color: var(--color-black);
  line-height: var(--line-height-tight);
  padding: 0.45em 0.6em 0.4em 0.6em;
  background-color: transparent;
  border-radius: 4px;
  transition: 0.25s all ease-in-out;
}
.site-header__nav .sub-menu li a:before {
  display: none;
}
.site-header__nav .sub-menu li a:hover, .site-header__nav .sub-menu li a:focus {
  color: var(--color-primary);
}
.site-header__nav .sub-menu li.current_page_item a {
  color: var(--color-primary);
}
.site-header__nav .sub-menu li.current_page_item a:after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='none' viewBox='0 0 9 5'%3e%3cpath fill='%234F2170' d='m4.5 5 .382-.34L9 .943 8.235 0 4.5 3.375.765 0 0 .944 4.118 4.66 4.5 5Z'/%3e%3c/svg%3e") no-repeat center center;
  background-size: contain;
}
.site-header__nav .menu-item-has-children .menu-item-has-children > a {
  display: inline-block;
  width: 100%;
}
.site-header__nav .menu-item-has-children .menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
}
.site-header__nav .menu-item-has-children .menu-item-has-children:hover > a:after {
  transform: translateY(-50%) rotate(-90deg);
}
.site-header__nav .menu-item-has-children .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  z-index: 2;
  top: -1px;
  left: 100%;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: var(--grid-gap-sm);
}
@media (min-width: 50em) {
  .site-header__actions {
    gap: 1.75rem;
    order: 2;
  }
}
@media (min-width: 63.75em) {
  .site-header__actions {
    order: 1;
  }
}
.site-header__actions div {
  display: flex;
}
.site-header__actions .btn--primary {
  display: none;
}
@media (min-width: 50em) {
  .site-header__actions .btn--primary {
    display: inline-block;
  }
}
.site-header__actions .search-toggle {
  cursor: pointer;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header__actions .search-toggle .search-icon {
  position: relative;
  width: 32px;
  height: 32px;
}
.site-header__actions .search-toggle .search-icon .circle {
  background-color: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  display: block;
  left: 0;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
}
@media (min-width: 50em) {
  .site-header__actions .search-toggle .search-icon .circle {
    border: 2.5px solid var(--color-primary);
  }
}
.site-header__actions .search-toggle .search-icon .line {
  position: absolute;
}
.site-header__actions .search-toggle .search-icon .line::before, .site-header__actions .search-toggle .search-icon .line::after {
  content: "";
  cursor: pointer;
  border-radius: 10px;
  height: 3px;
  width: 32px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  display: block;
  top: 16px;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 50em) {
  .site-header__actions .search-toggle .search-icon .line::before, .site-header__actions .search-toggle .search-icon .line::after {
    height: 2.5px;
    background: var(--color-primary);
  }
}
.site-header__actions .search-toggle .search-icon .line::before, .site-header__actions .search-toggle .search-icon .line::after {
  transform: rotate(45deg);
}
.site-header__actions .search-toggle.is-toggled .search-icon .circle {
  background-color: transparent;
  transform: scale(0);
}
.site-header__actions .search-toggle.is-toggled .search-icon .line::before, .site-header__actions .search-toggle.is-toggled .search-icon .line::after {
  border-radius: 0;
}
.site-header__actions .search-toggle.is-toggled .search-icon .line::after {
  transform: rotate(-45deg);
}

.search__bar {
  background-color: var(--color-grey-light);
  padding: var(--space-m) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: 0.5s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.search__bar.is-toggled {
  opacity: 1;
  bottom: -81px;
}
@media (min-width: 50em) {
  .search__bar.is-toggled {
    bottom: -104px;
  }
}
.search__bar .search-form {
  position: relative;
  z-index: 1;
}
.search__bar .search-form input[type=text] {
  border: 1.5px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 50em) {
  .search__bar .search-form input[type=text] {
    height: 55px;
  }
}
.search__bar .search-form .search-form__submit {
  position: absolute;
  top: 50%;
  right: var(--space-m);
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.donorbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: #4F2170;
  color: white;
  padding: var(--space-xl) var(--space-l);
  z-index: 100000000000000000;
}
.donorbox-overlay h1, .donorbox-overlay h2, .donorbox-overlay h3, .donorbox-overlay h4, .donorbox-overlay h5, .donorbox-overlay h6 {
  color: #fff;
}
.donorbox-overlay p, .donorbox-overlay li {
  font-size: var(--font-size-sm);
}

.site-footer {
  margin-top: auto;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.site-footer.has--border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.site-footer__upper {
  padding: var(--space-l) 0 var(--space-l);
}
@media (min-width: 50em) {
  .site-footer__upper {
    padding: var(--space-3xl) 0 var(--block-spacing) 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--grid-gap);
  }
}
@media (min-width: 50em) {
  .site-footer__upper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--grid-gap);
  }
}
.site-footer__upper h5 {
  color: var(--color-black);
  font-weight: 500;
  margin-bottom: var(--space-s);
}
@media (min-width: 50em) {
  .site-footer__upper h5 {
    margin-bottom: var(--space-m);
  }
}
.site-footer__upper .site-footer__menu {
  margin: var(--space-m) 0 0 0;
}
@media (min-width: 50em) {
  .site-footer__upper .site-footer__menu {
    margin: 0;
  }
}
.site-footer__upper .site-footer__menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__upper .site-footer__menu .menu li {
  margin: 3px 0;
}
@media (min-width: 50em) {
  .site-footer__upper .site-footer__menu .menu li {
    margin: 0;
  }
}
.site-footer__upper .site-footer__menu .menu li a {
  color: var(--color-text-dark);
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  font-size: var(--font-size-sm);
}
.site-footer__upper .site-footer__menu .menu li a:hover, .site-footer__upper .site-footer__menu .menu li a:focus {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-footer__upper .site-footer__menu .menu .current_page_item a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-footer__upper .has-icon {
  font-size: var(--font-size-sm);
  margin-bottom: var(--space-xs);
}
.site-footer__upper .social-links {
  margin-top: var(--space-m);
}
@media (min-width: 50em) {
  .site-footer__upper .social-links {
    margin-top: var(--space-l);
  }
}

.site-footer__lower {
  padding: var(--space-xl) 0 var(--space-l) 0;
  background-color: var(--color-grey-light);
}
@media (min-width: 50em) {
  .site-footer__lower .site-footer__lower-content {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-end;
  }
}
.site-footer__lower p {
  margin-top: var(--space-s);
  font-size: var(--font-size-xs);
  letter-spacing: 0;
}
.site-footer__lower p a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-footer__lower p a:hover, .site-footer__lower p a:focus {
  color: var(--color-primary);
}

.articles {
  display: flex;
  flex-flow: column wrap;
  gap: var(--space-xl);
}
.articles__post {
  border-bottom: 1px solid #F6D1CC;
  padding-bottom: var(--space-xl);
}
.articles__post .terms {
  margin-block-start: var(--space-s);
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
}
.articles__post time {
  cursor: default;
  gap: 6px;
}
.articles__post time:hover, .articles__post time:focus {
  background-color: #fff;
  color: var(--color-black);
}
.articles__post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.articles__grid {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: 1fr;
}
@media (min-width: 50em) {
  .articles__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .articles__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .articles__grid.two--col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .articles__grid.four--col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.articles__categories {
  background-color: var(--color-grey-light);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: var(--space-m);
  border-radius: var(--border-radius);
}
.articles__categories--title {
  font-weight: 500;
  color: var(--color-black);
  font-size: var(--font-size) !important;
  line-height: var(--line-height-headings);
}
.articles__categories p {
  font-size: var(--font-size-sm);
}
.articles__categories > * + * {
  margin-block-start: var(--space-xs, 1em);
}
.articles__categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: var(--space-xs);
}
.articles__categories ul li {
  padding: var(--space-xs) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.articles__categories ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--font-size-sm);
  color: var(--color-black);
}
.articles__categories ul li a.active {
  color: var(--color-secondary);
}
.articles__categories ul li label {
  margin: 0;
  cursor: pointer;
}
.articles__categories fieldset {
  padding: 0;
  border: 0;
}
.articles__categories fieldset .custom-checkbox {
  margin: var(--space-2xs) 0;
  align-items: start;
}

.post__pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: var(--space-2xl);
  padding-top: var(--space-m);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.post__pagination a {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}

.archive__tags h2 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: var(--space-s);
}
.archive__tags h2:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(33, 33, 33, 0.07);
  margin-left: var(--space-m);
  position: relative;
  top: 4px;
}
.archive__tags.with--btn {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-xl);
}
.archive__tags.with--btn h2 {
  width: 100%;
  margin-bottom: 0;
}
.archive__tags.with--btn .btn, .archive__tags.with--btn input[type=submit],
.archive__tags.with--btn input[type=reset],
.archive__tags.with--btn input[type=button] {
  margin-left: var(--space-2xl);
  margin-top: 0;
  flex-shrink: 0;
  position: relative;
  top: 4px;
}

.tags {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
  margin-top: var(--space-m);
}
.tags a {
  font-weight: 400;
  font-size: var(--font-size-xxs);
  transition: 0.25s all ease-in-out;
  border: 1.5px solid var(--color-secondary);
  font-weight: 500;
  color: var(--color-secondary);
  border-radius: 4px;
  padding: 2px 15px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.tags a:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13.25C16 13.6478 15.842 14.0294 15.5607 14.3107C15.2794 14.592 14.8978 14.75 14.5 14.75H2.5C2.10218 14.75 1.72064 14.592 1.43934 14.3107C1.15804 14.0294 1 13.6478 1 13.25V2.75C1 2.35218 1.15804 1.97064 1.43934 1.68934C1.72064 1.40804 2.10218 1.25 2.5 1.25H6.25L7.75 3.5H14.5C14.8978 3.5 15.2794 3.65804 15.5607 3.93934C15.842 4.22064 16 4.60218 16 5V13.25Z' stroke='%234E3613' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: contain;
}
.tags a:hover, .tags a:focus, .tags a.active {
  color: var(--color-tertiary);
  background-color: var(--color-secondary);
  text-decoration: none;
}
.tags a:hover:before, .tags a:focus:before, .tags a.active:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13.25C16 13.6478 15.842 14.0294 15.5607 14.3107C15.2794 14.592 14.8978 14.75 14.5 14.75H2.5C2.10218 14.75 1.72064 14.592 1.43934 14.3107C1.15804 14.0294 1 13.6478 1 13.25V2.75C1 2.35218 1.15804 1.97064 1.43934 1.68934C1.72064 1.40804 2.10218 1.25 2.5 1.25H6.25L7.75 3.5H14.5C14.8978 3.5 15.2794 3.65804 15.5607 3.93934C15.842 4.22064 16 4.60218 16 5V13.25Z' stroke='%23FFFCF7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.tags.center {
  justify-content: center;
}
.tags.white a {
  border-color: #fff;
  color: #fff;
}
.tags.white a:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13.25C16 13.6478 15.842 14.0294 15.5607 14.3107C15.2794 14.592 14.8978 14.75 14.5 14.75H2.5C2.10218 14.75 1.72064 14.592 1.43934 14.3107C1.15804 14.0294 1 13.6478 1 13.25V2.75C1 2.35218 1.15804 1.97064 1.43934 1.68934C1.72064 1.40804 2.10218 1.25 2.5 1.25H6.25L7.75 3.5H14.5C14.8978 3.5 15.2794 3.65804 15.5607 3.93934C15.842 4.22064 16 4.60218 16 5V13.25Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: contain;
}
.tags.white a:hover, .tags.white a:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  text-decoration: none;
}
.tags.white a.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
}
.tags.solid a {
  border-color: var(--color-black);
  color: var(--color-black);
}
.tags.solid a:hover, .tags.solid a:focus {
  background-color: var(--color-black);
  color: #fff;
  text-decoration: none;
}
.tags.solid a.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
}

.intro + .archive__tags {
  margin-top: -1em;
}
@media (min-width: 70em) {
  .intro + .archive__tags {
    margin-top: -2em;
  }
}

body.nav-open {
  overflow: hidden;
}
body.nav-open:after {
  opacity: 1;
  z-index: 1;
}

@media (max-width: 63.75em) {
  #menu-upper-menu li:not(.has--icon) {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: var(--color-tertiary);
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s ease;
  opacity: 0;
  padding: 140px var(--space-l) var(--space-l);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 63.75em) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__logo {
  margin-bottom: var(--space-m);
}
.mobile-menu nav {
  width: 100%;
}
.mobile-menu .menu {
  padding: 0;
  margin: 0;
}
.mobile-menu .menu li {
  padding: var(--space-xs) 0;
}
.mobile-menu .menu li a {
  font-family: var(--display-family);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h3);
  color: var(--color-black);
  line-height: 1.3;
  text-decoration: none;
  transition: 0.35s all ease-in-out;
}
.mobile-menu .menu li a:hover, .mobile-menu .menu li a:focus {
  text-decoration: none;
  color: var(--color-black);
}
.mobile-menu .menu li a:hover:after, .mobile-menu .menu li a:focus:after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='none' viewBox='0 0 9 5'%3e%3cpath fill='%23210C2F' d='m4.5 5 .382-.34L9 .943 8.235 0 4.5 3.375.765 0 0 .944 4.118 4.66 4.5 5Z'/%3e%3c/svg%3e") no-repeat center center;
  background-size: contain;
}
.mobile-menu .menu li a .menu-item-description {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-sm);
  display: block;
}
.mobile-menu .menu li.current-menu-item > a {
  color: var(--color-secondary);
}
.mobile-menu .menu li.current-menu-item > a:after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='none' viewBox='0 0 9 5'%3e%3cpath fill='%23210C2F' d='m4.5 5 .382-.34L9 .943 8.235 0 4.5 3.375.765 0 0 .944 4.118 4.66 4.5 5Z'/%3e%3c/svg%3e") no-repeat center center;
  background-size: contain;
}
.mobile-menu .menu li.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-menu .menu li.active .sub-menu {
  height: auto;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  margin-top: var(--space-s);
}
.mobile-menu .menu li:first-child {
  padding-top: 0;
}
.mobile-menu .menu li:last-child {
  padding-bottom: 0;
}
.mobile-menu .menu .menu-item-has-children {
  position: relative;
}
.mobile-menu .menu .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
  display: block;
}
.mobile-menu .menu .menu-item-has-children > a:after {
  content: "";
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='none' viewBox='0 0 9 5'%3e%3cpath stroke-width='3' fill='%23210C2F' d='m4.5 5 .382-.34L9 .943 8.235 0 4.5 3.375.765 0 0 .944 4.118 4.66 4.5 5Z'/%3e%3c/svg%3e") no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  z-index: 2;
  transition: 0.2s transform ease-in-out, 0.35s background ease-in-out;
  margin-left: var(--space-s);
  margin-bottom: -2px;
}
.mobile-menu .menu .sub-menu {
  position: relative;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease;
  padding: 0;
}
.mobile-menu .menu .sub-menu li:not(.btn):not(input[type=submit]):not(input[type=reset]):not(input[type=button]) {
  border-top: 0;
  padding: 2px 0;
}
.mobile-menu .menu .sub-menu li:not(.btn):not(input[type=submit]):not(input[type=reset]):not(input[type=button]) a {
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size);
  display: block;
}
.mobile-menu .menu .sub-menu li:not(.btn):not(input[type=submit]):not(input[type=reset]):not(input[type=button]).current-menu-item a {
  color: var(--color-secondary);
}
.mobile-menu .btn.btn--primary, .mobile-menu input.btn--primary[type=submit],
.mobile-menu input.btn--primary[type=reset],
.mobile-menu input.btn--primary[type=button] {
  width: 100%;
  justify-content: center;
  padding: 20px 24px;
  font-size: var(--font-size-l);
  margin-top: var(--space-m);
}
.mobile-menu .mobile-menu__lower-nav ul {
  margin: var(--space-l) 0 0 0;
  padding: 0;
}
.mobile-menu .mobile-menu__lower-nav ul li {
  padding: var(--space-2xs) 0;
}
.mobile-menu .mobile-menu__lower-nav ul li a {
  color: var(--color-primary);
  font-weight: 400;
  font-size: var(--font-size);
}
.mobile-menu .mobile-menu__lower-nav ul li.has--icon {
  display: none;
}

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

body.admin-bar .mobile-menu {
  top: 32px;
}

#hamburger {
  width: 30px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
}
@media (min-width: 63.75em) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--color-primary);
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 8px;
}

#hamburger span:nth-child(4) {
  top: 16px;
  width: 50%;
}

#hamburger.is-toggled span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}

#hamburger.is-toggled span:nth-child(2) {
  transform: rotate(45deg);
}

#hamburger.is-toggled span:nth-child(3) {
  transform: rotate(-45deg);
}

#hamburger.is-toggled span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.account__register > * + *, .account__register .wp-block-sg-container .cell > * + *, .account__login > * + *, .account__login .wp-block-sg-container .cell > * + * {
  margin-block-start: var(--space-s, 1em);
}
.account__register > p strong, .account__login > p strong {
  font-weight: 500;
  color: var(--color-text-dark);
}
.account__register form p, .account__login form p {
  font-size: var(--font-size-sm);
}

.training-search__form {
  padding: var(--space-l) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.training-search__form p strong {
  color: var(--colorvar(--color-primary));
}
.training-search__form form {
  margin-top: var(--space-s);
  display: flex;
  gap: 10px;
  flex-flow: column wrap;
}
@media (min-width: 50em) {
  .training-search__form form {
    flex-flow: row nowrap;
    align-items: center;
    gap: var(--space-s);
  }
}
.training-search__form form .postcode__input {
  max-width: 200px;
}
.training-search__form form select {
  max-width: 280px;
}

.events-table {
  border: 1px solid rgba(198, 203, 212, 0.4);
}

.course-title {
  font-weight: 500;
  display: flex;
  gap: 15px;
  align-items: center;
}
.course-title .colour-codes {
  display: flex;
  gap: 6px;
}
.course-title .colour-codes .colour-code {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
}

.legend {
  list-style: none;
  padding: 0;
  margin: var(--space-s) 0 0 0;
  display: flex;
  gap: 15px;
}
.legend li {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: var(--font-size-xs);
}
.legend li .colour-code {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
}

.table-header {
  font-size: 20px;
  color: #424242;
  padding-top: 10px 15px !important;
}

.event-row {
  display: block;
  padding: 15px 0;
  border-top: 1px solid rgba(198, 203, 212, 0.4);
  font-size: 16px;
  align-items: center;
  color: #333;
  position: relative;
  background: rgba(var(--color-grey-light), 0.2);
}
@media (min-width: 50em) {
  .event-row {
    display: flex;
  }
}
.event-row:not(.header):hover {
  background: rgba(var(--color-primary), 0.1);
  margin: 0;
}
.event-row:not(.header):hover:before {
  position: absolute;
  content: "";
  width: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
}
.event-row .table-cell {
  padding: 0 18px;
  width: auto;
}
.event-row .table-cell i {
  color: var(--color-primary);
  font-size: 15px;
  display: block;
  width: 20px;
  margin: 0 auto;
}
.event-row .table-cell p {
  padding: 0;
}
@media (min-width: 50em) {
  .event-row .table-cell:nth-child(1) {
    width: 20%;
  }
  .event-row .table-cell:nth-child(2) {
    width: 20%;
  }
  .event-row .table-cell:nth-child(4) {
    width: 100%;
  }
  .event-row .table-cell:nth-child(3) {
    width: 20%;
  }
  .event-row .table-cell:last-child {
    width: 20%;
  }
}
.event-row h4 {
  margin: 0;
}

.event-row.header {
  border-bottom: 2px solid rgba(198, 203, 212, 0.4);
  background-color: var(--color-grey-light);
  color: rgba(51, 51, 51, 0.5);
  font-weight: bold;
  display: none;
}
@media (min-width: 50em) {
  .event-row.header {
    display: flex;
  }
}
.event-row.training-row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(198, 203, 212, 0.4);
}
@media (max-width: 29.99em) {
  .event-row.training-row {
    display: block;
  }
}
.event-row.training-row:first-child {
  border: 0;
}
.event-row.training-row .table-cell {
  flex-basis: 100%;
  width: 100%;
  padding: 0 15px;
  font-size: var(--font-size-sm);
}
@media (max-width: 29.99em) {
  .event-row.training-row .table-cell {
    padding-bottom: 10px;
  }
}
.event-row.training-row .table-cell:nth-child(1), .event-row.training-row .table-cell:nth-child(2), .event-row.training-row .table-cell:nth-child(3), .event-row.training-row .table-cell:nth-child(4), .event-row.training-row .table-cell:nth-child(5), .event-row.training-row .table-cell:nth-child(6), .event-row.training-row .table-cell:last-child {
  width: 100%;
}
.event-row.training-row .table-cell:nth-child(2) {
  flex-grow: 2;
}

.courses-table .event-row .table-cell:last-child {
  flex: 0 0 100px;
}
@media (max-width: 49.99em) {
  .courses-table .event-row .table-cell:last-child {
    display: none;
  }
}
.courses-table .event-row .table-cell:first-child {
  flex: 0 0 33.333%;
}

.booking-form p, .booking-form li {
  font-size: var(--font-size-sm);
}
.booking-form ul, .booking-form ol {
  margin-top: var(--space-s);
}
.booking-form__button-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--grid-gap-sm);
}

.student-repeater .flex {
  margin-bottom: var(--space-s);
}

.training-table .add-remove-student {
  font-size: var(--font-size-xs);
  padding: 11px 13px;
  width: 100%;
  justify-content: center;
}

.timeline-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 40px 0;
}
.timeline-container .timeline-step {
  text-align: center;
  position: relative;
  flex: 1;
}
.timeline-container .timeline-step .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-grey);
  color: var(--color-grey-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-sm);
  font-weight: 500;
  margin: 0 auto 10px auto;
  z-index: 2;
  position: relative;
}
.timeline-container .timeline-step .label {
  font-size: 14px;
  color: var(--color-black);
}
.timeline-container .timeline-step::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-grey);
  z-index: 1;
}
.timeline-container .timeline-step:first-child::before {
  left: 50%;
  width: 50%;
}
.timeline-container .timeline-step:last-child::before {
  width: 50%;
}
.timeline-container .timeline-step.active .circle {
  background: var(--color-secondary);
  color: #fff;
}
.timeline-container .timeline-step.active .label {
  color: var(--color-secondary);
}
.timeline-container .timeline-step.active ~ .timeline-step .circle {
  background: var(--color-grey);
}
.timeline-container .timeline-step.active ~ .timeline-step .label {
  color: var(--color-text-dark);
}

.courses-sidebar-content ul {
  list-style: none;
  padding: 0;
  margin: var(--space-s) 0 0 0;
}
.courses-sidebar-content ul li.has-icon {
  align-items: flex-start;
}
.courses-sidebar-content ul li.has-icon svg {
  flex-shrink: 0;
}

.accordion-lg {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-l);
  padding: var(--space-xl);
}
@media (min-width: 50em) {
  .accordion-lg {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    -moz-column-gap: var(--grid-gap-xl);
         column-gap: var(--grid-gap-xl);
    row-gap: var(--grid-gap);
    padding: var(--space-2xl);
  }
}
.accordion-lg > h2 {
  grid-column: span 2;
  text-align: center;
}

.accordion-lg__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: var(--space-m);
}

.accordion-lg__handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: var(--space-m) 0 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.accordion-lg__title {
  margin: 0 !important;
  color: var(--color-black);
  font-size: var(--font-size-h4);
  flex: 1;
}
@media (min-width: 50em) {
  .accordion-lg__title {
    font-size: var(--font-size-h3);
  }
}

.accordion-lg__icon {
  position: relative;
  background-color: rgba(79, 33, 112, 0.2);
  border: 2px solid var(--color-primary);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
@media (min-width: 50em) {
  .accordion-lg__icon {
    width: 35px;
    height: 35px;
    border: 2px solid var(--color-primary);
  }
}
.accordion-lg__icon:before, .accordion-lg__icon:after {
  content: "";
  position: absolute;
  background: var(--color-primary);
  transition: transform 0.25s ease-out;
}
.accordion-lg__icon:before {
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 21px;
}
.accordion-lg__icon:after {
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 21px;
  height: 2px;
}
.is-active .accordion-lg__icon {
  background-color: rgba(127, 186, 0, 0.2);
  border: 2px solid var(--color-secondary);
}
.is-active .accordion-lg__icon:before {
  transform: translateX(-50%) rotate(90deg);
  background: var(--color-secondary);
}
.is-active .accordion-lg__icon:after {
  transform: translateY(-50%) rotate(180deg);
  background: var(--color-secondary);
}

.accordion-lg__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: var(--space-m);
}
@media (min-width: 50em) {
  .accordion-lg__body {
    margin-top: 0;
  }
}
.accordion-lg__body img {
  margin-bottom: var(--space-m);
}
.accordion-lg__body p:first-child {
  margin-top: var(--space-m);
}
.accordion-lg__body p, .accordion-lg__body li {
  font-size: var(--font-size-sm);
}
.accordion-lg__body > * + * {
  margin-block-start: var(--space-s, 1em);
}
.accordion-lg__body.is-open {
  max-height: inherit;
  opacity: 1;
}

.accordion-lg__image {
  display: block;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  width: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.accordion-lg__image img {
  border-radius: var(--border-radius-l);
  height: auto;
}

.accordion-lg__image.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  max-height: inherit;
}

.accordion {
  max-width: var(--content-width);
  padding: 0;
}

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

.accordion__handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: var(--space-m) 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-top: 1px solid var(--color-grey-light);
}

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

.accordion__icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 var(--space-m);
}
.accordion__icon:before, .accordion__icon:after {
  content: "";
  position: absolute;
  background: var(--color-text-base);
  transition: transform 0.25s ease-out;
}
.accordion__icon:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.accordion__icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.is-active .accordion__icon:before {
  transform: rotate(90deg);
}
.is-active .accordion__icon:after {
  transform: rotate(180deg);
}

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

.sg-container .accordion__wrap {
  margin-bottom: 0;
}
.sg-container .accordion__wrap .container, .sg-container .accordion__wrap .container-s, .sg-container .accordion__wrap .container-xs {
  padding: 0;
}

.sg-bg-tertiary .accordion__item {
  border-top: 1px solid #e3d3d3;
}

:root {
  --card-spacing: 10%;
}

.card__title {
  margin-bottom: var(--space-s);
}
.card p {
  font-size: var(--font-size-sm);
  color: var(--color-text-dark);
  margin-top: var(--space-xs);
}
.card ul, .card ol {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
}
.card ul li, .card ol li {
  font-size: var(--font-size-sm);
  color: var(--color-text-dark);
}
.card .wp-block-buttons {
  margin-block-start: var(--flow-space, 1em);
}
.card figure {
  margin: 0;
}
.card .wp-block-image {
  margin: 0;
}
.card .wp-block-image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta {
  background-color: #fff;
}
@media (min-width: 50em) {
  .cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--grid-gap);
    align-items: center;
  }
}
.cta.primary {
  background-color: var(--color-primary);
}
.cta.grey {
  background-color: var(--color-grey-light);
}
@media (min-width: 50em) {
  .cta img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cta__content {
  text-align: center;
  padding: var(--space-m);
  max-width: 700px;
  margin-right: auto;
}
@media (min-width: 50em) {
  .cta__content {
    padding: var(--space-l) var(--space-xl);
  }
}
@media (min-width: 70em) {
  .cta__content {
    padding: var(--block-spacing) var(--space-xl);
  }
}
.cta__content p {
  font-size: var(--font-size-sm);
  color: var(--color-secondary);
}

.form__wrapper {
  display: flex;
}
.form__wrapper .card {
  width: 100%;
}
.form__wrapper.center {
  justify-content: center;
}
.form__wrapper.right {
  justify-content: flex-end;
}
.form__wrapper.left {
  justify-content: flex-start;
}

.hero {
  padding: var(--space-xl) 0;
  margin: 0;
}
@media (min-width: 50em) {
  .hero {
    padding: var(--space-2xl) 0;
  }
}
.hero .tsf-breadcrumb {
  margin-bottom: var(--space-xs);
}
.hero .tsf-breadcrumb ol {
  padding: 0;
  margin: 0;
}
.hero .tsf-breadcrumb ol li, .hero .tsf-breadcrumb ol li a {
  font-size: var(--font-size-sm);
}
.hero .tsf-breadcrumb ol li:not(:last-child)::after {
  content: "›";
  margin-inline-end: 0.5ch;
  margin-inline-start: 0.5ch;
}
.hero .wp-block-image {
  position: relative;
  z-index: 1;
  margin-bottom: var(--space-xs);
}
.hero .wp-block-image:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 569 387'%3E%3Cpath fill='%237FBA00' d='M45.663 185.844c-102.428 54.956-8.877 133.63 50.702 166.098 95.77 65.106 387.177 35.372 455.803-54.853 68.627-90.226-80.406-229.666-305.235-285.545-224.828-55.878-73.235 105.606-201.27 174.3Z'/%3E%3C/svg%3E");
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  z-index: -1;
}
.hero .wp-block-image img {
  height: auto;
  box-shadow: 0px 163px 65px rgba(0, 0, 0, 0.01), 0px 92px 55px rgba(0, 0, 0, 0.03), 0px 41px 41px rgba(0, 0, 0, 0.04), 0px 10px 22px rgba(0, 0, 0, 0.05);
}
.hero .hero__video {
  position: relative;
  z-index: 1;
  margin-bottom: var(--space-xs);
}
.hero .hero__video:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 569 387'%3E%3Cpath fill='%237FBA00' d='M45.663 185.844c-102.428 54.956-8.877 133.63 50.702 166.098 95.77 65.106 387.177 35.372 455.803-54.853 68.627-90.226-80.406-229.666-305.235-285.545-224.828-55.878-73.235 105.606-201.27 174.3Z'/%3E%3C/svg%3E");
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  z-index: -1;
}
.hero .hero__video .wp-block-embed__wrapper {
  aspect-ratio: 3/2;
  border-radius: var(--border-radius);
  box-shadow: 0px 163px 65px rgba(0, 0, 0, 0.01), 0px 92px 55px rgba(0, 0, 0, 0.03), 0px 41px 41px rgba(0, 0, 0, 0.04), 0px 10px 22px rgba(0, 0, 0, 0.05);
}
.hero .two-third-800 {
  flex-grow: 0;
}

.home-hero {
  background-color: var(--color-tertiary);
}
@media (min-width: 50em) {
  .home-hero__innerblocks {
    margin-right: var(--space-l);
  }
}
.home-hero .wp-block-image {
  position: relative;
  z-index: 1;
}
@media (max-width: 49.99em) {
  .home-hero .wp-block-image {
    display: none;
  }
}
.home-hero .wp-block-image:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 485' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.85428 202.773C-20.4081 482.615 160.273 501.471 253.521 475.918C316.986 486.179 455.709 474.351 502.88 344.957C550.05 215.562 398.723 103.154 317.164 63.1237C222.087 -6.92716 26.1167 -77.0685 2.85428 202.773Z' fill='%237FBA00'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 100%;
  height: 110%;
  top: -10px;
  left: 20px;
  z-index: -1;
}
.home-hero .wp-block-image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 163px 65px rgba(0, 0, 0, 0.01), 0px 92px 55px rgba(0, 0, 0, 0.03), 0px 41px 41px rgba(0, 0, 0, 0.04), 0px 10px 22px rgba(0, 0, 0, 0.05);
}

.image-hero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: var(--color-black);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: calc(2 * var(--spacing-xl)) 0;
}
@media (min-width: 50em) {
  .image-hero {
    padding: calc(3 * var(--spacing-xl)) 0;
    min-height: 450px;
    background-attachment: fixed;
  }
}
.image-hero .container, .image-hero .container-s, .image-hero .container-xs {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.image-hero .container h1, .image-hero .container-s h1, .image-hero .container-xs h1, .image-hero .container h2, .image-hero .container-s h2, .image-hero .container-xs h2, .image-hero .container h3, .image-hero .container-s h3, .image-hero .container-xs h3, .image-hero .container h4, .image-hero .container-s h4, .image-hero .container-xs h4, .image-hero .container h5, .image-hero .container-s h5, .image-hero .container-xs h5, .image-hero .container p, .image-hero .container-s p, .image-hero .container-xs p, .image-hero .container li, .image-hero .container-s li, .image-hero .container-xs li {
  color: #fff;
}
@media (min-width: 50em) {
  .image-hero .container .image-hero__innerblocks, .image-hero .container-s .image-hero__innerblocks, .image-hero .container-xs .image-hero__innerblocks {
    width: 75%;
  }
}
@media (min-width: 70em) {
  .image-hero .container .image-hero__innerblocks, .image-hero .container-s .image-hero__innerblocks, .image-hero .container-xs .image-hero__innerblocks {
    width: 66.6666%;
  }
}
.image-hero.image--overlay {
  position: relative;
  z-index: 1;
}
.image-hero.image--overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.latest-news__articles {
  display: grid;
  grid-gap: var(--grid-gap);
  grid-template-columns: 1fr;
}
@media (min-width: 50em) {
  .latest-news__articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .latest-news__articles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.latest-news__intro {
  margin-bottom: var(--space-xl);
  padding-bottom: var(--space-s);
  text-align: center;
}

.logos {
  text-align: center;
}

.logos__grid {
  display: grid;
  grid-gap: var(--grid-gap);
  margin-top: var(--space-l);
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 50em) {
  .logos__grid {
    margin-top: var(--space-xl);
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .logos__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.logos__grid img {
  max-height: 170px;
  mix-blend-mode: multiply;
}
.logos__grid--item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter {
  overflow: hidden;
  background-color: var(--color-primary);
  border-radius: var(--border-radius-xl);
}
.newsletter__content {
  padding: var(--space-xl);
}
@media (min-width: 50em) {
  .newsletter__content {
    padding: var(--space-xl) var(--space-3xl);
  }
}
.newsletter.has--image {
  display: flex;
}
.newsletter.has--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 50%;
}
@media (max-width: 49.99em) {
  .newsletter.has--image img {
    display: none;
  }
}
.newsletter p {
  font-size: var(--font-size-sm);
}
.newsletter h1, .newsletter h2, .newsletter h3, .newsletter h4, .newsletter p, .newsletter label, .newsletter .gform_wrapper.gravity-theme .gfield_label.gform-field-label {
  color: #fff;
}
.newsletter .ginput_container_consent .gfield_consent_label {
  font-size: var(--font-size-xs);
  color: #fff;
}
.newsletter .gform_wrapper.gravity-theme .gform_footer, .newsletter .gform_wrapper.gravity-theme .gform_page_footer {
  padding: var(--space-xs) 0 0 0;
}
.newsletter input[type=email], .newsletter input[type=number], .newsletter input[type=search], .newsletter input[type=text], .newsletter input[type=tel], .newsletter input[type=url], .newsletter input[type=password], .newsletter input[type=date], .newsletter textarea, .newsletter select {
  height: 40px;
  padding: 6px 15px !important;
  font-size: var(--font-size-sm);
}
.newsletter .btn--primary, .newsletter input[type=submit] {
  background-color: var(--color-secondary);
  color: #000;
}

.panel + .newsletter--block, .sg-panel + .newsletter--block {
  margin-top: var(--block-spacing);
}

.resources__grid {
  display: grid;
  grid-gap: var(--grid-gap);
  grid-template-columns: 1fr;
}
@media (min-width: 50em) {
  .resources__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .resources__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .resources__grid.grid--two {
    grid-template-columns: 1fr 1fr;
  }
}

.resources__article {
  transition: none;
}
.resources__article .card__content {
  margin-top: 0;
}
.resources__article .card__content p {
  margin-top: 0;
  font-weight: 500;
  font-size: var(--font-size-sm);
  color: var(--color-black);
}
.resources__article .card__content p a {
  color: var(--color-black);
}
.resources__article .card__content .has-icon {
  font-size: var(--font-size-sm);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.resources__article:hover, .resources__article:focus {
  border: 1px solid var(--color-primary);
}

.resources__grid--description {
  max-width: 60ch;
}

.filter-search__wrap {
  position: relative;
  display: inline-block;
  margin-bottom: var(--space-s);
}
@media (min-width: 50em) {
  .filter-search__wrap {
    margin-bottom: var(--space-m);
    min-width: 50%;
  }
}
.filter-search__wrap input[type=text].filter-search {
  border-radius: 50px;
  display: inline-block;
  background-color: rgba(79, 33, 112, 0.05);
}
@media (min-width: 50em) {
  .filter-search__wrap input[type=text].filter-search {
    height: 50px;
  }
}
.filter-search__wrap svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.stats {
  text-align: center;
  overflow: hidden;
  background-color: var(--color-primary);
  border-radius: var(--border-radius-xl);
  padding: var(--space-xl);
}
@media (min-width: 50em) {
  .stats {
    padding: var(--space-2xl) var(--space-xl);
  }
}
.stats.has--image {
  position: relative;
  z-index: 1;
}
.stats.has--image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  opacity: 0.15;
}
.stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
  align-items: center;
  margin: var(--space-xl) 0;
}
@media (min-width: 50em) {
  .stats__grid {
    grid-template-columns: 1fr 1fr;
    margin: var(--space-xl) 0;
  }
}
@media (min-width: 70em) {
  .stats__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.stats__grid--item span {
  color: #fff;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: var(--space-s);
  display: inline-block;
  font-size: 4rem;
}
@media (min-width: 50em) {
  .stats__grid--item span {
    font-size: 5rem;
  }
}
@media (min-width: 70em) {
  .stats__grid--item span {
    font-size: 5.8rem;
  }
}
.stats h2, .stats p {
  color: #fff;
}

.subpages__articles {
  display: grid;
  grid-gap: var(--grid-gap);
  grid-template-columns: 1fr;
}
@media (min-width: 50em) {
  .subpages__articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .subpages__articles {
    grid-gap: var(--grid-gap-l);
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.subpages__intro {
  margin-bottom: var(--space-l);
  padding-bottom: var(--space-s);
  text-align: center;
}
@media (min-width: 50em) {
  .subpages__intro {
    margin-bottom: var(--space-xl);
  }
}

.team__articles {
  display: grid;
  grid-gap: var(--grid-gap-sm);
  grid-template-columns: 1fr;
}
@media (min-width: 50em) {
  .team__articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .team__articles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 70em) {
  .team__articles.large {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.team__articles .card__image.placeholder img {
  width: 150px;
}
@media (min-width: 50em) {
  .team__articles.small .card .card__content {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
  }
}
.team__articles .read--more {
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: auto;
  display: inline-block;
  font-size: var(--font-size-sm);
  padding-top: var(--space-xs);
  cursor: pointer;
}
@media (min-width: 70em) {
  .team__articles .modal-content {
    max-width: 700px;
  }
}

.team-member__intro {
  display: flex;
  align-items: center;
  gap: var(--grid-gap-sm);
}
.team-member__intro .avatar img {
  aspect-ratio: 3/4;
  max-width: 130px;
  border-radius: var(--border-radius-sm);
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid var(--color-grey-light);
}

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

.u-relative {
  position: relative;
}

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

.mt-xxl {
  margin-top: var(--space-2xl) !important;
}

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

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

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

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

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

.mt-0 {
  margin-top: 0 !important;
}

.mb-xxl {
  margin-bottom: var(--space-2xl) !important;
}

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

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

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

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

.mr-xxl {
  margin-right: var(--space-2xl) !important;
}

.mr-xl {
  margin-right: var(--space-xl) !important;
}

.mr-l {
  margin-right: var(--space-l) !important;
}

.mr {
  margin-right: var(--space-m) !important;
}

.mr-s {
  margin-right: var(--space-s) !important;
}

.mr-xs {
  margin-right: var(--space-xs) !important;
}

.justify-end {
  justify-content: flex-end;
}

.align-end {
  align-items: flex-end;
}

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

.no-shrink {
  flex-shrink: 0;
}

.hidden-sm {
  display: none;
}
@media (min-width: 50em) {
  .hidden-sm {
    display: block;
  }
}

.visible-sm {
  display: block;
}
@media (min-width: 50em) {
  .visible-sm {
    display: none;
  }
}

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

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