@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Italic.woff2") format("woff2"), url("../fonts/Barlow-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraBold.woff2") format("woff2"), url("../fonts/Barlow-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Highway Gothic";
  src: url("../fonts/HighwayGothic.woff2") format("woff2"), url("../fonts/HighwayGothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Highway Gothic Condensed";
  src: url("../fonts/HighwayGothicCondensed.woff2") format("woff2"), url("../fonts/HighwayGothicCondensed.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Highway Gothic Expanded";
  src: url("../fonts/HighwayGothicExpanded.woff2") format("woff2"), url("../fonts/HighwayGothicExpanded.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --body-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --display-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --expanded-family: "Highway Gothic Expanded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-size: 1.1rem;
  --font-size-xs: 0.8rem;
  --font-size-sm: 0.9rem;
  --font-size-l: 1.3rem;
  --font-size-h1: 2.1rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.8rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.3rem;
  --font-size-h6: 1.1rem;
  --font-weight-light: 100;
  --font-weight-normal: 400;
  --font-weight-x: 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.1;
  --line-height-headings-l: 1.25;
  --color-grey-dark: #454545;
  --color-grey: #D9D9D9;
  --color-grey-light: #F8F8F8;
  --color-primary: #FBBC43;
  --color-secondary: #FFF7E6;
  --color-tertiary: #E7E5D4;
  --color-black: #021E26;
  --color-text-base: var(--color-secondary);
  --color-text-dark: #3A3A35;
  --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-secondary);
  --body-background-color: var(--color-black);
  --body-background-secondary-color: #124C59;
  --border-radius: 6px;
  --border-radius-l: 8px;
  --spacing-xxxl: 4em;
  --spacing-xxl: 3em;
  --spacing-xl: 2em;
  --spacing-l: 1.5em;
  --spacing: 1em;
  --spacing-s: 0.5em;
  --spacing-xs: 0.25em;
  --block-spacing: 2.5em;
  --grid-gap-sm: 1.5rem;
  --grid-gap: 2rem;
  --grid-gap-l: 4rem;
  --grid-gap-xl: 6rem;
  --container-width-xs: 45rem;
  --container-width-s: 65rem;
  --container-width: 2000px;
  --container-width-l: 100rem;
  --content-width: 50rem;
}
@media (min-width: 50em) {
  :root {
    --font-size: 1.1rem;
    --font-size-sm: 0.95rem;
    --font-size-xs: 0.85rem;
    --line-height-l: 1.55;
    --line-height: 1.5;
    --line-height-sm: 1.4;
    --block-spacing: 3.75em;
  }
}
@media (min-width: 70em) {
  :root {
    --font-size: 1.175rem;
    --font-size-h1: 3.95rem;
    --font-size-h2: 2.4rem;
    --font-size-h3: 2rem;
    --font-size-h4: 1.6rem;
    --font-size-h5: 1.5rem;
    --font-size-h6: 1.2rem;
    --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:focus-within {
  scroll-behavior: smooth;
}

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

/* Set core body defaults */
body:not(.mce-content-body, .mce-container, #wp-link-wrap) {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: var(--body-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
  text-rendering: optimizeSpeed;
  color: var(--color-text-base);
  background-color: var(--body-background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.mce-content-body, .mce-container, #wp-link-wrap):before {
  content: "";
  background: var(--body-background-color) url("../images/background.webp") no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

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;
  background-color: var(--color-grey);
  width: 100%;
  height: 1px;
  margin: var(--spacing-xxl) auto;
}

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

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

@media (max-width: 49.99em) {
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
}
.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);
}

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

h1 + *, h2 + *, p + *, ul + *, ol + * {
  margin-top: var(--spacing);
}

h3 + *, h4 + *, h5 + *, h6 + *, figure + * {
  margin-top: 0.5em;
}

p + .wp-block-buttons, p + .button {
  margin-top: var(--spacing-l);
}

p + h1, p + h2 {
  margin-top: var(--spacing-xs);
}

ul,
ol {
  list-style: none;
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
  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-left: 1rem;
}
ul.list li, .wp-block-list li {
  margin-bottom: 0.25em;
}

ol.list, ol.wp-block-list {
  list-style: decimal;
}

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

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

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

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

h1, .heading-1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-heavy);
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 50em) {
  h1, .heading-1 {
    letter-spacing: -2px;
  }
}

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

h3, .heading-3 {
  font-size: var(--font-size-h3);
  letter-spacing: -0.75px;
  line-height: var(--line-height-headings-l);
}

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

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

.has-x-large-font-size {
  letter-spacing: -3px;
  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);
}

.check-list {
  padding-left: 0;
  margin: 0;
}
.check-list li {
  padding-left: 28px;
  position: relative;
  text-align: left;
  font-size: var(--font-size-sm);
}
.check-list li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath stroke='%2334B700' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21.633 11.024v.92a10 10 0 1 1-5.93-9.14'/%3E%3Cpath stroke='%2334B700' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m21.633 3.944-10 10.01-3-3'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.check-list li:last-child {
  margin-bottom: 0;
}

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(--expanded-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;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-size: var(--font-size);
  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=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: 6px;
  padding-bottom: 6px;
  display: block;
  width: 100%;
}

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

label {
  display: block;
  margin: 0.5em 0;
  font-weight: 400;
  font-size: var(--font-size);
}

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

.gform-theme--foundation .gfield select {
  border-radius: 0;
}

.required {
  color: #BF5D58;
}

.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(--spacing);
}
.input__label input[type=email],
.input__label input[type=number],
.input__label input[type=search],
.input__label input[type=text],
.input__label 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(--spacing-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_validation_errors {
  background-color: var(--color-error) !important;
  font-size: var(--font-size-xs);
}
.gform_validation_errors ol {
  color: var(--color-secondary) !important;
}
.gform_validation_errors ol a {
  color: var(--color-secondary) !important;
}

.gfield_error .validation_message {
  color: var(--color-error) !important;
}

.gfield_required {
  position: relative;
  top: -2px;
  left: -2px;
  font-size: 18px;
}

.ginput_preview_list {
  background: var(--color-secondary);
  padding: 15px;
}

.gfield--type-html ul {
  list-style: disc;
  padding-left: 1rem;
}
.gfield--type-html ol {
  list-style: decimal;
  padding-left: 1rem;
}
.gfield--type-html li {
  margin-bottom: 0.25em;
}
.gfield--type-html p {
  line-height: var(--line-height-l);
}
@media (max-width: 49.99em) {
  .gfield--type-html p {
    word-wrap: break-word;
  }
}

@media (min-width: 50em) {
  .form-grid .gfield_repeater_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .form-grid .gfield_repeater_item .gfield_repeater_cell {
    margin-block-start: 0 !important;
  }
}

.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);
  display: flex;
  gap: 7px;
  align-items: center;
}
.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 !important;
  padding: 0 !important;
  border: 1.5px solid #CCCCCC;
  border-radius: 0;
  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;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  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-primary);
  /* Windows High color---color-primary-dark Mode */
  background-color: CanvasText;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox]:checked::before {
  transform: scale(1);
}

.choices {
  color: var(--color-black);
  margin-bottom: 0;
}
.choices .choices__inner {
  border-color: var(--color-black);
  border-radius: 0;
  border-width: 2px;
}
.choices .choices__list--dropdown, .choices .choices__list[aria-expanded] {
  z-index: 10;
  border-color: var(--color-black);
  border-radius: 0;
  background: #fff;
  border-width: 2px;
  border-top-width: 1px;
}
.choices .choices__input::-moz-placeholder {
  font-size: 14px;
}
.choices .choices__input::placeholder {
  font-size: 14px;
}
.choices input[type=search]:focus {
  border: 1px solid #ddd;
}

#powerTip {
  padding: 5px 9px;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  border-radius: 4px;
}

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

/* 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(--spacing-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 figcaption {
  font-size: var(--font-size-sm);
  margin-top: var(--spacing);
  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;
}
.wp-block-pullquote blockquote:before {
  content: "";
  width: 60px;
  height: 40px;
  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='%23fbbc43' 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 p {
  font-size: var(--font-size-h4);
  letter-spacing: -0.5px;
  line-height: var(--line-height-headings-l);
}
@media (min-width: 50em) {
  .wp-block-pullquote blockquote p {
    letter-spacing: -0.75px;
    font-size: var(--font-size-h3);
  }
}
.wp-block-pullquote blockquote cite {
  font-style: normal;
  text-transform: uppercase;
  font-size: var(--font-size-sm);
  letter-spacing: 2.5px;
  font-weight: var(--font-weight-medium);
  margin-top: var(--spacing-s);
  display: flex;
  align-items: center;
  gap: 20px;
}
.wp-block-pullquote blockquote cite img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

[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: 15px;
  padding-left: 15px;
  max-width: var(--container-width-s);
}

.wp-block-acf-image-hero .image-hero {
  z-index: 2 !important;
}

.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(--spacing);
}
@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(--spacing-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(--spacing);
}

.caption-hover {
  position: relative;
  overflow: hidden;
}
.caption-hover figcaption {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  color: #fff;
  padding: var(--spacing-l) var(--spacing-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 a:not(.wp-block-button__link) {
  text-decoration: underline;
  text-decoration-color: var(--link-hover-color);
}
.content a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}
.content .btn, .content .newsletter form .gform_button, .newsletter form .content .gform_button, .content input[type=submit],
.content input[type=reset],
.content input[type=button] {
  text-decoration: none !important;
}
.content .btn:hover, .content .newsletter form .gform_button:hover, .newsletter form .content .gform_button:hover, .content input[type=submit]:hover,
.content input[type=reset]:hover,
.content input[type=button]:hover {
  color: #fff;
  text-decoration: none !important;
}
.content blockquote {
  max-width: none;
  font-size: var(--font-size-h3);
  line-height: var(--line-height-headings-l);
  margin: var(--spacing-xl) 0;
}
@media (min-width: 50em) {
  .content blockquote {
    max-width: 80%;
  }
}
.content blockquote p {
  line-height: var(--line-height-headings-l);
}
.content .sg-container {
  padding-right: 0;
  padding-left: 0;
}
.content figure {
  max-width: none;
  margin: var(--spacing-xl) 0;
}
.content figcaption {
  padding: 1em 0;
  font-size: var(--font-size-xs);
  color: var(--color-text-dark);
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}
.content ul {
  list-style: disc;
  padding-left: 1rem;
}
.content ol {
  list-style: decimal;
  padding-left: 1rem;
}
.content li {
  margin-bottom: 0.25em;
}
.content p {
  line-height: var(--line-height-l);
}
@media (max-width: 49.99em) {
  .content p {
    word-wrap: break-word;
  }
}

.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, .newsletter form .gform_button, 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: 10px;
  padding: calc(0.667em + 2px) calc(1.5em + 2px) !important;
  background-color: transparent;
  border: 2px solid var(--color-black);
  border-radius: 0;
  color: var(--color-black);
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size-xs);
  letter-spacing: 2.5px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn:hover, .newsletter form .gform_button:hover, input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover, .btn:focus, .newsletter form .gform_button: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:disabled, .newsletter form .gform_button:disabled, input[type=submit]:disabled,
input[type=reset]:disabled,
input[type=button]:disabled, .btn[disabled], .newsletter form [disabled].gform_button, input[disabled][type=submit],
input[disabled][type=reset],
input[disabled][type=button], .gform_button:disabled, .gform_button[disabled], .wp-element-button:disabled, .wp-element-button[disabled], .wp-block-button__link:disabled, .wp-block-button__link[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn--primary, input[type=submit], .wp-block-button.is-style-fill a, .wp-block-button .wp-block-button__link {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.btn--primary:hover, .btn--primary:focus, input[type=submit]:hover, input[type=submit]: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: var(--color-primary);
  color: var(--color-black);
  background-color: var(--color-primary);
  opacity: 0.5;
  text-decoration: none;
}

.btn--secondary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-text-reversed);
}
.btn--secondary:hover, .btn--secondary:focus {
  border-color: var(--color-secondary);
  color: #fff;
}

.btn--ghost {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background-color: transparent;
}
.btn--ghost:hover, .btn--ghost:focus {
  background-color: var(--color-primary);
  color: var(--color-black);
  border-color: var(--color-primary);
  opacity: 1;
}

.btn--ghost-white, .newsletter form .gform_button, input[type=submit].btn--ghost-white, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline-arrow .wp-block-button__link {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn--ghost-white:before, .newsletter form .gform_button:before, input[type=submit].btn--ghost-white:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button.is-style-outline-arrow .wp-block-button__link:before {
  background-color: #fff;
  border-color: #fff;
}
.btn--ghost-white:hover, .newsletter form .gform_button:hover, .btn--ghost-white:focus, .newsletter form .gform_button:focus, input[type=submit].btn--ghost-white:hover, input[type=submit].btn--ghost-white:focus, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline-arrow .wp-block-button__link:hover, .wp-block-button.is-style-outline-arrow .wp-block-button__link:focus {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

input[type=submit].btn--ghost-white:hover, .newsletter form input[type=submit].gform_button:hover, input[type=submit].btn--ghost-white:focus, .newsletter form input[type=submit].gform_button:focus {
  background-color: #fff;
  color: var(--color-primary);
}

.btn--white {
  background-color: #fff;
  border: 0;
  color: var(--color-text-dark);
}
.btn--white:hover, .btn--white:focus {
  border-color: var(--color-primary);
  color: #fff;
}

.btn--sm {
  font-size: var(--font-size-xs);
  height: 40px;
  padding: 0 0.75rem;
}
.btn--sm .icon {
  width: 18px;
  height: 18px;
  margin-right: 0.2em;
  margin-left: -3px;
  margin-top: -2px;
}

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

.btn--arrow, .newsletter form .gform_button, .wp-block-button.is-style-outline-arrow .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.btn--arrow::after, .newsletter form .gform_button::after, .wp-block-button.is-style-outline-arrow .wp-block-button__link::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.496 10.938'%3E%3Cg fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M.75 5.469h13.985' data-name='Line 52'/%3E%3Cpath d='M14.747 5.469h-.015c-3.087.006-5.622 2.02-5.983 4.623' data-name='Path 878'/%3E%3Cpath d='M8.749.846c.361 2.6 2.9 4.616 5.983 4.623h.015' data-name='Path 879'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  position: relative;
  right: 0;
  margin-bottom: 1px;
  transition: all 0.3s ease-in-out 0s;
}
.btn--arrow:hover, .newsletter form .gform_button:hover, .btn--arrow:focus, .newsletter form .gform_button:focus, .wp-block-button.is-style-outline-arrow .wp-block-button__link:hover, .wp-block-button.is-style-outline-arrow .wp-block-button__link:focus {
  background-color: var(--color-black);
  opacity: 1;
}
.btn--arrow:hover::after, .newsletter form .gform_button:hover::after, .btn--arrow:focus::after, .newsletter form .gform_button:focus::after, .wp-block-button.is-style-outline-arrow .wp-block-button__link:hover::after, .wp-block-button.is-style-outline-arrow .wp-block-button__link:focus::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.496 10.938'%3E%3Cg fill='none' stroke='%23FBBC43' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M.75 5.469h13.985' data-name='Line 52'/%3E%3Cpath d='M14.747 5.469h-.015c-3.087.006-5.622 2.02-5.983 4.623' data-name='Path 878'/%3E%3Cpath d='M8.749.846c.361 2.6 2.9 4.616 5.983 4.623h.015' data-name='Path 879'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  right: -3px;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 7px;
  margin-top: var(--spacing-l);
}

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

.social-links__item.youtube {
  margin-right: 3px;
}

.social-links__link {
  color: #fff;
  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: #fff;
  opacity: 0.75;
}

.card {
  background: var(--color-secondary);
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.6862745098);
  color: var(--color-text-light);
  padding: var(--spacing) var(--spacing);
}
@media (min-width: 50em) {
  .card {
    padding: var(--spacing-l) var(--spacing-l);
  }
}
.card__title {
  margin-bottom: var(--spacing-s);
  color: var(--color-black);
  font-weight: 700;
  text-align: center;
  line-height: var(--line-height-headings);
}
.card input[type=email],
.card input[type=number],
.card input[type=search],
.card input[type=text],
.card input[type=tel],
.card input[type=url],
.card input[type=password],
.card input[type=date],
.card textarea,
.card 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);
  margin-bottom: var(--spacing);
  width: 100%;
  height: 40px;
}
@media (min-width: 50em) {
  .card input[type=email],
  .card input[type=number],
  .card input[type=search],
  .card input[type=text],
  .card input[type=tel],
  .card input[type=url],
  .card input[type=password],
  .card input[type=date],
  .card textarea,
  .card select {
    height: 45px;
  }
}
.card input::-moz-placeholder {
  color: var(--color-black);
  font-size: var(--font-size-sm);
}
.card input::placeholder {
  color: var(--color-black);
  font-size: var(--font-size-sm);
}
.card .ml-error input, .card .ml-error select {
  border-color: var(--color-error);
}
.card select {
  font-size: var(--font-size-sm);
}
.card p, .card label {
  color: var(--color-text-light);
}
.card .check-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  padding: var(--spacing-xl) var(--spacing);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-content {
  position: relative;
  background-color: var(--color-secondary);
}
@media (min-width: 50em) {
  .modal-content {
    padding: var(--spacing-l) var(--spacing-xxl);
    width: auto;
    min-width: 700px;
  }
}
.modal-content p, .modal-content label, .modal-content .gfield_label, .modal-content .gform_validation_errors, .modal-content .gform_confirmation_message {
  color: var(--color-black);
}
.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 .gform-theme--foundation .gfield input[type=text],
.modal-content .gform-theme--foundation .gfield input[type=email],
.modal-content .gform-theme--foundation .gfield textarea,
.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 .gform-theme--foundation .gfield input[type=text],
  .modal-content .gform-theme--foundation .gfield input[type=email],
  .modal-content .gform-theme--foundation .gfield textarea,
  .modal-content textarea,
  .modal-content select {
    height: 45px;
  }
}
.modal-content input::-moz-placeholder, .modal-content textarea::-moz-placeholder {
  color: var(--color-grey-dark);
  font-size: var(--font-size-sm);
}
.modal-content input::placeholder, .modal-content textarea::placeholder {
  color: var(--color-grey-dark);
  font-size: var(--font-size-sm);
}
.modal-content select {
  font-size: var(--font-size-sm);
}
.modal-content .gform-field-label {
  font-family: var(--expanded-family) !important;
  text-transform: uppercase;
  font-size: var(--font-size-sm) !important;
  margin: 0;
}
.modal-content .gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}
.modal-content .gform_validation_errors {
  margin-block: var(--gf-field-gap-y) !important;
  font-size: var(--font-size-sm);
}
.modal-content .gform_confirmation_message {
  margin-block: var(--gf-field-gap-y) !important;
}
.modal-content .ml-error input, .modal-content .ml-error select {
  border-color: var(--color-error);
}
.modal-content .flex {
  margin-bottom: var(--spacing);
}
.modal-content .ml-block-groups .group {
  margin-bottom: var(--spacing-xs);
}
.modal-content .gform_wrapper.gravity-theme .gfield_label {
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-weight: var(--font-weight-normal) !important;
  margin-bottom: 0;
}
.modal-content .gform_wrapper.gravity-theme input[type=color], .modal-content .gform_wrapper.gravity-theme input[type=date], .modal-content .gform_wrapper.gravity-theme input[type=datetime-local], .modal-content .gform_wrapper.gravity-theme input[type=datetime], .modal-content .gform_wrapper.gravity-theme input[type=email], .modal-content .gform_wrapper.gravity-theme input[type=month], .modal-content .gform_wrapper.gravity-theme input[type=number], .modal-content .gform_wrapper.gravity-theme input[type=password], .modal-content .gform_wrapper.gravity-theme input[type=search], .modal-content .gform_wrapper.gravity-theme input[type=tel], .modal-content .gform_wrapper.gravity-theme input[type=text], .modal-content .gform_wrapper.gravity-theme input[type=time], .modal-content .gform_wrapper.gravity-theme input[type=url], .modal-content .gform_wrapper.gravity-theme input[type=week], .modal-content .gform_wrapper.gravity-theme select, .modal-content .gform_wrapper.gravity-theme textarea {
  padding-right: 0;
  padding-left: 0;
}
.modal__close {
  position: absolute;
  cursor: pointer;
  background-color: var(--color-secondary);
  border-radius: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--color-black);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px;
  top: 15px;
}
.modal__close:hover, .modal__close:focus {
  background-color: var(--color-black);
  color: var(--color-secondary);
}
.modal__close:hover svg, .modal__close:focus svg {
  fill: var(--color-primary);
}
.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(--spacing-xl) var(--spacing);
}
@media (min-width: 50em) {
  .modal.sm {
    padding: var(--spacing-l) var(--spacing-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(--spacing-xl) var(--spacing);
}
@media (min-width: 50em) {
  .modal.scrollable .modal-content {
    max-height: calc(95vh - 2.5rem);
    padding: var(--spacing-l) var(--spacing-xl);
  }
}

.busy-link {
  padding-left: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='lds-rolling' preserveAspectRatio='xMidYMid' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='35' fill='none' stroke='%230000f0' stroke-dasharray='164.93361431346415 56.97787143782138' stroke-width='10' transform='rotate(281.11 50 50)'%3E%3CanimateTransform attributeName='transform' begin='0s' calcMode='linear' dur='1s' keyTimes='0;1' repeatCount='indefinite' type='rotate' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3C/svg%3E") no-repeat 0 center;
}
.busy-link:hover, .busy-link:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='lds-rolling' preserveAspectRatio='xMidYMid' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='35' fill='none' stroke='%230000f0' stroke-dasharray='164.93361431346415 56.97787143782138' stroke-width='10' transform='rotate(281.11 50 50)'%3E%3CanimateTransform attributeName='transform' begin='0s' calcMode='linear' dur='1s' keyTimes='0;1' repeatCount='indefinite' type='rotate' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3C/svg%3E") no-repeat 0 center;
}

.busy-select {
  padding-right: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='lds-rolling' preserveAspectRatio='xMidYMid' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='35' fill='none' stroke='%230000f0' stroke-dasharray='164.93361431346415 56.97787143782138' stroke-width='10' transform='rotate(281.11 50 50)'%3E%3CanimateTransform attributeName='transform' begin='0s' calcMode='linear' dur='1s' keyTimes='0;1' repeatCount='indefinite' type='rotate' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3C/svg%3E") no-repeat 100% center;
  background-size: 24px;
}
.busy-select:hover, .busy-select:focus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='lds-rolling' preserveAspectRatio='xMidYMid' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='35' fill='none' stroke='%230000f0' stroke-dasharray='164.93361431346415 56.97787143782138' stroke-width='10' transform='rotate(281.11 50 50)'%3E%3CanimateTransform attributeName='transform' begin='0s' calcMode='linear' dur='1s' keyTimes='0;1' repeatCount='indefinite' type='rotate' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3C/svg%3E") no-repeat 100% center;
  background-size: 24px;
}

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

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--spacing-xxl);
  margin-bottom: var(--spacing-xl);
}
@media (min-width: 50em) {
  .pagination {
    margin-bottom: 0;
  }
}
.pagination a {
  color: var(--color-secondary);
  margin: 0 12px;
}
.pagination .prev, .pagination .next {
  display: flex;
  align-items: center;
}
.pagination .prev {
  margin-right: var(--spacing);
}
.pagination .next {
  margin-left: var(--spacing);
}
.pagination .current {
  color: var(--color-secondary);
  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;
}

.artists-menu {
  padding: var(--spacing-l) 0 var(--spacing-s);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: var(--grid-gap-sm);
}
@media (min-width: 50em) {
  .artists-menu {
    padding: var(--spacing-l) 0;
  }
}
@media (min-width: 70em) {
  .artists-menu {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: 1fr 2fr 1fr;
  }
}
.artists-menu div {
  color: var(--color-secondary);
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size-xs);
  letter-spacing: 2.5px;
}
.artists-menu__actions {
  display: flex;
  justify-content: space-between;
  gap: var(--grid-gap-sm);
}
@media (min-width: 50em) {
  .artists-menu__actions {
    gap: var(--grid-gap);
    justify-content: flex-start;
  }
}
.artists-menu__actions div {
  cursor: pointer;
  transition: 0.25s all ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.artists-menu__actions div svg {
  width: 20px;
  pointer-events: none;
  margin-top: -2px;
}
.artists-menu__actions div.is-active {
  opacity: 0.5;
}
.artists-menu__actions div:hover, .artists-menu__actions div:focus {
  text-decoration: none;
  opacity: 0.5;
}
.artists-menu__actions div .filter-count {
  background-color: var(--color-secondary);
  color: var(--color-black);
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: relative;
  top: -10px;
  right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-weight-medium);
  line-height: 10px;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
}
.artists-menu__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  order: 3;
  width: 100%;
}
@media (min-width: 70em) {
  .artists-menu__arrows {
    width: auto;
    justify-content: center;
    gap: 60px;
    order: inherit;
  }
}
.artists-menu__arrows.show .vinyl-next, .artists-menu__arrows.show .vinyl-prev {
  display: block !important;
}
.artists-menu__arrows .vinyl-next, .artists-menu__arrows .vinyl-prev {
  background: url("../images/neon-arrow.svg") no-repeat center center;
  background-size: contain;
  display: block;
  width: 90px;
  height: 21px;
  cursor: pointer;
}
@media (min-width: 50em) {
  .artists-menu__arrows .vinyl-next, .artists-menu__arrows .vinyl-prev {
    width: 110px;
    height: 23px;
  }
}
@media (min-width: 70em) {
  .artists-menu__arrows .vinyl-next, .artists-menu__arrows .vinyl-prev {
    width: 140px;
    height: 26px;
  }
}
.artists-menu__arrows .vinyl-prev {
  transform: rotate(180deg);
}
.artists-menu__tab-items {
  display: flex;
  gap: var(--grid-gap-sm);
}
@media (min-width: 70em) {
  .artists-menu__tab-items {
    gap: var(--grid-gap);
    justify-content: flex-end;
  }
}
.artists-menu__tab-items div {
  opacity: 1;
  cursor: pointer;
  transition: 0.25s all ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.5;
}
.artists-menu__tab-items div svg {
  width: 20px;
  pointer-events: none;
  margin-top: -2px;
}
.artists-menu__tab-items div.active {
  opacity: 1;
}
.artists-menu__tab-items div:hover, .artists-menu__tab-items div:focus {
  opacity: 1;
  text-decoration: none;
}

.search__wrap {
  background-color: var(--color-black);
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: height 0.35s ease-in-out, opacity 0.35s ease-in-out, margin-top 0.35s ease-in-out;
}
.search__wrap.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 17px 0 25px 0;
}
@media (max-width: 49.99em) {
  .search__wrap.is-active {
    margin-bottom: var(--spacing);
  }
}
.search__wrap .search__close {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  right: 15px;
  z-index: 99;
  background-color: var(--color-secondary);
  color: var(--color-black);
  padding: 7px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
@media (min-width: 50em) {
  .search__wrap .search__close {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    padding: 12px;
  }
}
@media (max-width: 49.99em) {
  .search__wrap .search__close svg {
    width: 14px;
    height: 14px;
  }
}
.search__wrap .search__input {
  position: relative;
}
.search__wrap .search__input svg {
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search__wrap .search__input input {
  margin: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  padding: 0 0 0 35px;
  color: #fff;
}

.post-type-archive-artist .record-crate {
  width: 100%;
  margin-top: 1em;
  display: none;
}
@media (min-width: 50em) {
  .post-type-archive-artist .record-crate {
    margin-top: 1.5em;
    display: block;
  }
}
.post-type-archive-artist .record-crate-mobile {
  display: block;
}
@media (min-width: 50em) {
  .post-type-archive-artist .record-crate-mobile {
    display: none;
  }
}

.tab-pane {
  visibility: hidden;
}
.tab-pane.active {
  display: block !important;
}

#filters .modal-content {
  padding: 0;
  position: relative;
}
#filters .modal-content .modal-header {
  display: flex;
  justify-content: flex-end;
  position: relative;
  border-bottom: 1px solid var(--color-tertiary);
  padding: var(--spacing) var(--spacing);
}
@media (min-width: 50em) {
  #filters .modal-content .modal-header {
    padding: var(--spacing) var(--spacing-l);
  }
}
#filters .modal-content .modal-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  row-gap: 10px;
  width: 100%;
  background-color: var(--color-secondary);
  border-top: 1px solid var(--color-tertiary);
  padding: var(--spacing) var(--spacing);
}
@media (min-width: 50em) {
  #filters .modal-content .modal-footer {
    row-gap: 0;
    padding: var(--spacing) var(--spacing-l);
  }
}
#filters .modal-content .modal__close {
  top: 0;
  right: 0;
  position: relative;
  width: 22px;
  height: 22px;
}
#filters .modal-content .modal__close:hover, #filters .modal-content .modal__close:focus {
  color: var(--color-primary);
  background-color: transparent;
}
#filters .filters {
  padding: var(--spacing) var(--spacing);
}
@media (min-width: 50em) {
  #filters .filters {
    padding: var(--spacing-l) var(--spacing-l);
  }
}
#filters .filters .ui-group {
  border-bottom: 1px solid var(--color-tertiary);
  padding-bottom: var(--spacing);
  margin-bottom: var(--spacing);
}
#filters .filters .ui-group:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
#filters .filters .button-group {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
  row-gap: 4px;
}
#filters .filters .button-group label {
  margin: 0;
  display: inline-block;
}
#filters .filters .button-group label span {
  display: inline-block;
  border: 1px solid var(--color-tertiary);
  background-color: transparent;
  border-radius: 0;
  color: var(--color-black);
  font-weight: var(--font-weight-medium);
  font-size: 0.75rem;
  padding: 4px 20px;
  margin: 0;
  cursor: pointer;
  transition: 0.25s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
#filters .filters .button-group label span:hover, #filters .filters .button-group label span:focus {
  outline: 0;
  background-color: var(--color-black);
  color: var(--color-primary);
}
#filters .filters .button-group label input {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
#filters .filters .button-group input:checked + span {
  outline: 0;
  background-color: var(--color-black);
  color: var(--color-primary);
}
#filters .filters h4 {
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size);
  color: var(--color-black);
  margin-bottom: var(--spacing-s);
}

.artist-hero {
  position: relative;
  display: flex;
  margin-top: var(--spacing-l);
}
@media (max-width: 49.99em) {
  .artist-hero {
    flex-flow: row wrap;
  }
}
.artist-hero__details {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 50em) {
  .artist-hero__details {
    width: 50%;
  }
}
@media (min-width: 70em) {
  .artist-hero__details {
    width: 60%;
  }
}
.artist-hero__details h1 {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.9;
  text-shadow: 6px 6px 6px #000;
  margin: var(--spacing-xs) 0;
}
@media (min-width: 50em) {
  .artist-hero__details h1 {
    margin: var(--spacing-xs) 0;
    font-size: 74px;
  }
}
@media (min-width: 60em) {
  .artist-hero__details h1 {
    font-size: 86px;
  }
}
@media (min-width: 70em) {
  .artist-hero__details h1 {
    margin: var(--spacing-s) 0;
    font-size: 104px;
  }
}
@media (min-width: 80em) {
  .artist-hero__details h1 {
    font-size: 110px;
  }
}
.artist-hero__details a {
  color: #fff;
  font-size: var(--font-size-sm);
  cursor: pointer;
}
.artist-hero__details svg {
  width: 22px;
}
@media (max-width: 49.99em) {
  .artist-hero__details svg {
    display: none;
  }
}
.artist-hero.has-image {
  justify-content: flex-end;
}
@media (min-width: 50em) {
  .artist-hero.has-image .artist-hero__details {
    position: absolute;
    left: 0;
    height: 100%;
    width: 52%;
  }
}
@media (min-width: 70em) {
  .artist-hero.has-image .artist-hero__details {
    width: 46%;
  }
}
.artist-hero__image {
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.6862745098);
}
@media (min-width: 50em) {
  .artist-hero__image {
    width: 50%;
  }
}
@media (min-width: 70em) {
  .artist-hero__image {
    width: 66.6666%;
  }
}

.artist-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
}
@media (min-width: 50em) {
  .artist-body {
    grid-template-columns: 0.75fr 2fr 0.25fr;
  }
}
@media (min-width: 70em) {
  .artist-body {
    gap: var(--grid-gap-l);
  }
}
@media (max-width: 49.99em) {
  .artist-body__sidebar {
    order: 2;
  }
}
.artist-body__sidebar h4 {
  color: var(--color-primary);
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size-sm);
  letter-spacing: 2.5px;
  border-top: 1px solid #959595;
  padding-top: var(--spacing);
  margin-bottom: var(--spacing-xs);
}
.artist-body__sidebar h4:first-child {
  border-top: 0;
  padding-top: 0;
}
.artist-body__sidebar p {
  margin-top: var(--spacing-xs);
  font-size: var(--font-size-xs);
}
.artist-body__sidebar p a {
  font-size: var(--font-size-xs);
  color: #fff;
  display: flex;
  gap: 7px;
  align-items: center;
  transition: 0.25s all ease-in-out;
}
.artist-body__sidebar p a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cg fill='none' stroke='%23fff7e6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5.5v13.652' data-name='Line 89'/%3E%3Cpath d='m13.19 9.679-4.688 4.474' data-name='Line 90'/%3E%3Cpath d='M8.498 14.152 3.81 9.678' data-name='Line 91'/%3E%3Cpath d='M.5 16.5h16' data-name='Line 92'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: 0.25s all ease-in-out;
  flex-shrink: 0;
}
.artist-body__sidebar p a:hover, .artist-body__sidebar p a:focus {
  text-decoration: none;
  color: var(--color-primary);
}
.artist-body__sidebar p a:hover:before, .artist-body__sidebar p a:focus:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cg fill='none' stroke='%23FBBC43' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5.5v13.652' data-name='Line 89'/%3E%3Cpath d='m13.19 9.679-4.688 4.474' data-name='Line 90'/%3E%3Cpath d='M8.498 14.152 3.81 9.678' data-name='Line 91'/%3E%3Cpath d='M.5 16.5h16' data-name='Line 92'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
.artist-body__sidebar .channels p a:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.207 17.078'%3E%3Cg fill='none' stroke='%23fff7e6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.324 8.883 16.499.708' data-name='Line 93'/%3E%3Cpath d='m11.561.824 4.937-.117' data-name='Line 94'/%3E%3Cpath d='m16.5.709-.117 4.937' data-name='Line 95'/%3E%3Cpath d='M14.339 7.412v8.344a.822.822 0 0 1-.819.822H1.319a.822.822 0 0 1-.819-.822V3.558a.82.82 0 0 1 .819-.822h8.347' data-name='Path 1084'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.artist-body__sidebar .channels p a:hover:before, .artist-body__sidebar .channels p a:focus:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.207 17.078'%3E%3Cg fill='none' stroke='%23FBBC43' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.324 8.883 16.499.708' data-name='Line 93'/%3E%3Cpath d='m11.561.824 4.937-.117' data-name='Line 94'/%3E%3Cpath d='m16.5.709-.117 4.937' data-name='Line 95'/%3E%3Cpath d='M14.339 7.412v8.344a.822.822 0 0 1-.819.822H1.319a.822.822 0 0 1-.819-.822V3.558a.82.82 0 0 1 .819-.822h8.347' data-name='Path 1084'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
.artist-body__sidebar .email:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.121 11.665'%3E%3Cg fill='none' stroke='%23fff7e6' stroke-linecap='round' stroke-linejoin='round' transform='translate(-72.894 -887.326)'%3E%3Crect width='16' height='10.665' data-name='Rectangle 605' rx='2' transform='translate(73.455 887.826)'/%3E%3Cpath d='m73.587 889.22 7.868 5.218 7.868-5.218' data-name='Path 1085'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.artist-body__sidebar .email:hover:before, .artist-body__sidebar .email:focus:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.121 11.665'%3E%3Cg fill='none' stroke='%23FBBC43' stroke-linecap='round' stroke-linejoin='round' transform='translate(-72.894 -887.326)'%3E%3Crect width='16' height='10.665' data-name='Rectangle 605' rx='2' transform='translate(73.455 887.826)'/%3E%3Cpath d='m73.587 889.22 7.868 5.218 7.868-5.218' data-name='Path 1085'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.artist-body__sidebar .phone:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath stroke='%23fff7e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M21.5 16.17v3a1.998 1.998 0 0 1-2.18 2 19.791 19.791 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67 2 2 0 0 1 1.99-2.18h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.59 9.16a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.574 2.81.7a2 2 0 0 1 1.72 2.03Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.artist-body__sidebar .phone:hover:before, .artist-body__sidebar .phone:focus:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' fill='none'%3E%3Cpath stroke='%23FBBC43' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M21.5 16.17v3a1.998 1.998 0 0 1-2.18 2 19.791 19.791 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67 2 2 0 0 1 1.99-2.18h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.59 9.16a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.574 2.81.7a2 2 0 0 1 1.72 2.03Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.artist-body__sidebar .location {
  font-size: var(--font-size-xs);
  color: #fff;
  display: flex;
  gap: 7px;
  transition: 0.25s all ease-in-out;
  margin-top: var(--spacing-xs);
}
.artist-body__sidebar .location:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cg fill='none' stroke='%23fff7e6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16.5 8.5a8 8 0 1 1-8-8 8 8 0 0 1 8 8Z' data-name='Path 1086'/%3E%3Cpath d='M13.04 8.5c0 4.418-2.7 8-4.54 8-1.655 0-4.54-3.582-4.54-8S6.75.5 8.5.5c1.547 0 4.54 3.582 4.54 8Z' data-name='Path 1087'/%3E%3Cpath d='M8.5.565v15.87' data-name='Line 96'/%3E%3Cpath d='M1.158 5.32h14.679' data-name='Line 97'/%3E%3Cpath d='M1.158 11.363h14.679' data-name='Line 98'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: 0.25s all ease-in-out;
  margin-top: 4px;
}
.artist-body__content {
  text-align: justify;
}
.artist-body__cta {
  text-align: center;
  display: none;
}
@media (min-width: 50em) {
  .artist-body__cta {
    display: block;
  }
}
.artist-body__cta a {
  display: inline-block;
}
.artist-body__cta-mobile {
  text-align: center;
  display: block;
  margin-bottom: var(--spacing-l);
}
@media (min-width: 50em) {
  .artist-body__cta-mobile {
    display: none;
  }
}
.artist-body__cta-mobile img {
  margin: 0 auto;
}

.artist-body blockquote {
  margin: var(--spacing-xl) 0;
  font-size: var(--font-size);
  padding: 0;
  border: 0;
}
@media (min-width: 50em) {
  .artist-body blockquote {
    font-size: var(--font-size-h3);
    letter-spacing: -0.75px;
    line-height: var(--line-height-headings-l);
  }
}
.artist-body blockquote:before {
  content: "";
  width: 60px;
  height: 40px;
  display: 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='%23fbbc43' 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;
  margin-bottom: 10px;
}

.artist-quote {
  margin: var(--spacing-xl) 0;
}
.artist-quote svg {
  width: 60px;
}
.artist-quote__text {
  font-size: var(--font-size-h4);
  letter-spacing: -0.5px;
  line-height: var(--line-height-headings-l);
  text-align: left;
}
@media (min-width: 50em) {
  .artist-quote__text {
    letter-spacing: -0.75px;
    font-size: var(--font-size-h3);
  }
}
.artist-quote__author {
  text-transform: uppercase;
  font-size: var(--font-size-sm);
  letter-spacing: 2.5px;
  font-weight: var(--font-weight-medium);
  margin-top: var(--spacing-s);
  text-align: left;
}

.artist-video {
  margin-bottom: 0;
}
.artist-video .video-swiper .swiper-slide {
  padding: 0 40px;
}
@media (min-width: 50em) {
  .artist-video .video-swiper .swiper-slide {
    padding: 0 100px;
  }
}
.artist-video .video-swiper .swiper-button-prev, .artist-video .video-swiper .swiper-button-next {
  width: 25px;
  height: 54px;
  margin: 0;
  transform: translateY(-50%);
}
@media (min-width: 50em) {
  .artist-video .video-swiper .swiper-button-prev, .artist-video .video-swiper .swiper-button-next {
    width: 47px;
    height: 100px;
  }
}
.artist-video .video-swiper .swiper-button-prev:after, .artist-video .video-swiper .swiper-button-next:after {
  display: none;
}
.artist-video .video-swiper .swiper-button-next {
  right: 0;
}
.artist-video .video-swiper .swiper-button-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.artist-body .wp-block-embed__wrapper {
  margin: var(--spacing-xl) 0;
}

@media (max-width: 49.99em) {
  .overture-artist-bookings-table, .overture-events-table {
    overflow: scroll;
  }
}
.overture-artist-bookings-table h2, .overture-events-table h2 {
  font-size: var(--font-size-h1);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}
.overture-artist-bookings-table table, .overture-events-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}
.overture-artist-bookings-table table th, .overture-events-table table th {
  color: var(--color-secondary);
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size-xs);
  letter-spacing: 2.5px;
  font-weight: var(--font-weight-normal);
}
.overture-artist-bookings-table table th,
.overture-artist-bookings-table table td, .overture-events-table table th,
.overture-events-table table td {
  padding: 10px 10px 10px 0;
  min-width: 100px;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 50em) {
  .overture-artist-bookings-table table th,
  .overture-artist-bookings-table table td, .overture-events-table table th,
  .overture-events-table table td {
    padding: 15px 15px 15px 0;
  }
}
.overture-artist-bookings-table table td, .overture-events-table table td {
  font-size: var(--font-size-sm);
}
@media (min-width: 50em) {
  .overture-artist-bookings-table table td, .overture-events-table table td {
    font-size: var(--font-size);
  }
}
.overture-artist-bookings-table table tr, .overture-events-table table tr {
  border-bottom: 1px solid #4b5559;
}
.overture-artist-bookings-table table td:last-child, .overture-events-table table td:last-child {
  font-weight: var(--font-weight-normal);
}
.overture-artist-bookings-table table thead tr:first-child, .overture-events-table table thead tr:first-child {
  border-bottom: 0;
}
.overture-artist-bookings-table table .location, .overture-events-table table .location {
  color: var(--color-primary);
}

.overture-events-table td:nth-child(2) {
  color: var(--color-primary);
}
.overture-events-table td:first-child {
  font-weight: normal;
  width: 150px;
}

.fixed--btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.6862745098);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 50em) {
  .fixed--btn {
    bottom: 30px;
  }
}
.fixed--btn svg {
  width: 28px;
}

.artists-views__vinyl {
  overflow: hidden;
  padding: var(--spacing-l) 0 0;
}
@media (min-width: 50em) {
  .artists-views__vinyl {
    padding: var(--spacing-xl) 0 0;
  }
}

.artist-vinyl__image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.6862745098);
}
.artist-vinyl__placeholder {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: var(--color-black);
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.6862745098);
}
.artist-vinyl__name {
  color: var(--color-black);
  padding: 0 10px;
  position: relative;
  top: -6px;
  display: block;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 800;
  font-size: var(--font-size-xs);
  transition: 0.35s all ease-in-out;
}
.artist-vinyl__name:after {
  content: "";
  background: url("../images/shelf.webp") no-repeat center center;
  background-size: cover;
  display: block;
  width: calc(100% + 60px);
  height: 66px;
  position: absolute;
  top: -5px;
  left: -30px;
  z-index: -1;
}
.artist-vinyl:hover, .artist-vinyl:focus {
  text-decoration: none;
}
.artist-vinyl:hover .artist-vinyl__name, .artist-vinyl:focus .artist-vinyl__name {
  color: var(--color-primary);
}

.vinyl-scroll .vinyl-grid {
  width: 100000px;
  height: 375px;
  cursor: grab;
}
.vinyl-scroll .vinyl-grid .artist-item {
  width: 300px;
  height: 350px;
  display: block;
  margin: 0 20px;
  float: left;
}
@media (min-width: 50em) {
  .vinyl-scroll .vinyl-grid .artist-item {
    margin: 0 25px;
  }
}

.artists-views__grid {
  overflow: hidden;
  padding: 0;
}
@media (min-width: 50em) {
  .artists-views__grid {
    padding: var(--spacing-xl) 0 0;
  }
}

.artist-grid {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
.artist-grid .artist-item {
  width: 100%;
  display: block;
}
@media (min-width: 35em) {
  .artist-grid .artist-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 60em) {
  .artist-grid .artist-item {
    width: calc(33.3333% - 23px);
  }
}
@media (min-width: 70em) {
  .artist-grid .artist-item {
    width: calc(25% - 25px);
  }
}
.artist-grid .artist-item:hover, .artist-grid .artist-item:focus {
  text-decoration: none;
}
.artist-grid .artist-item:hover .artist-grid__name, .artist-grid .artist-item:focus .artist-grid__name {
  color: var(--color-primary);
}
.artist-grid .artist-item:hover .artist-grid__image img, .artist-grid .artist-item:focus .artist-grid__image img {
  transform: scale(1.1);
}
.artist-grid__image {
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.6862745098);
  overflow: hidden;
  height: auto;
}
.artist-grid__image img {
  transition: 0.25s all ease-in-out;
}
.artist-grid__image.square img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.artist-grid__placeholder {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: var(--color-black);
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.6862745098);
}
.artist-grid__name {
  color: var(--color-secondary);
  padding: 15px 0 10px 0;
  position: relative;
  display: block;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 800;
  font-size: var(--font-size);
  transition: 0.35s all ease-in-out;
  margin-bottom: var(--spacing);
  line-height: 1.25;
}

.artists-views__list {
  overflow: hidden;
  padding: 0 0 var(--spacing-xl) 0;
}
@media (min-width: 50em) {
  .artists-views__list {
    padding: var(--spacing-xl) 0;
  }
}

.artist-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
.artist-list .artist-item {
  width: 100%;
}
.artist-list__group {
  position: relative;
  width: 100%;
}
@media (min-width: 50em) {
  .artist-list__group {
    width: calc(33.33333% - 25px);
  }
}
@media (min-width: 70em) {
  .artist-list__group {
    width: calc(25% - 25px);
  }
}
.artist-list__group-letter {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  display: block;
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: var(--spacing-xs);
  margin-bottom: var(--spacing-xs);
}
.artist-list__name {
  color: var(--color-secondary);
  font-size: var(--font-size);
  padding: 2px 0;
}

.login-box {
  background-color: var(--color-secondary);
  padding: var(--spacing);
  text-align: center;
  color: var(--color-black);
  max-width: 500px;
  margin: 0 auto 0 auto;
}
@media (min-width: 50em) {
  .login-box {
    margin: 0 auto 0 auto;
    padding: var(--spacing-l);
  }
}
.login-box h1 {
  color: var(--color-black);
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-heavy);
  text-transform: uppercase;
  letter-spacing: 0;
}
.login-box p, .login-box li {
  color: var(--color-black);
}
.login-box .um:not(.um-admin) {
  margin-bottom: 0 !important;
}
.login-box .um-field-checkbox-option, .login-box .um-field-radio-option, .login-box .um-field-label label {
  color: var(--color-black) !important;
  font-size: var(--font-size-sm) !important;
}
.login-box .um-login #um-submit-btn {
  margin-top: 20px;
}

input[type=submit].um-button, input[type=submit].um-button:focus, .gform_button, input[name=gform_send_resume_link_button] {
  background-color: var(--color-primary) !important;
  color: var(--color-black) !important;
  font-family: var(--expanded-family) !important;
  text-transform: uppercase !important;
  font-size: var(--font-size-sm) !important;
  letter-spacing: 2.5px !important;
  font-weight: 400 !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  border-radius: 0 !important;
}
input[type=submit].um-button:hover, input[type=submit].um-button:focus, input[type=submit].um-button:focus:hover, input[type=submit].um-button:focus:focus, .gform_button:hover, .gform_button:focus, input[name=gform_send_resume_link_button]:hover, input[name=gform_send_resume_link_button]:focus {
  border-color: var(--color-primary);
  outline: 0;
  color: #fff;
  opacity: 0.75 !important;
  text-decoration: none;
}

.gform_save_link {
  font-family: var(--expanded-family) !important;
  text-transform: uppercase !important;
  font-size: var(--font-size-sm) !important;
  letter-spacing: 2.5px !important;
  font-weight: 400 !important;
  margin-left: auto !important;
  transition: all 0.3s ease-in-out;
}
.gform_save_link:hover, .gform_save_link:focus {
  opacity: 0.75 !important;
}

.resume_form_link_wrapper {
  border: 2px solid var(--color-primary);
  padding: var(--spacing-s) var(--spacing);
  border-radius: var(--border-radius-l);
}

.um-request-button {
  background-color: var(--color-secondary) !important;
  color: var(--color-black) !important;
  font-family: var(--expanded-family) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  padding: var(--spacing-s) var(--spacing) !important;
  border-radius: 0 !important;
}
.um-request-button:hover, .um-request-button:focus {
  border-color: var(--color-primary);
  outline: 0;
  color: #fff;
  text-decoration: none;
}

.account-wrapper {
  background-color: var(--color-black);
  overflow-x: auto;
  padding: var(--spacing-l) var(--spacing);
}
@media (min-width: 50em) {
  .account-wrapper {
    padding: var(--spacing-xl);
  }
}
@media (min-width: 70em) {
  .account-wrapper {
    padding: var(--spacing-xxl);
  }
}
.account-wrapper .gfield_label {
  color: var(--color-secondary);
  font-size: var(--font-size);
}
.account-wrapper .gfield_description, .account-wrapper .gform-theme--framework .gform-field-label--type-inline {
  color: var(--color-secondary);
  font-size: var(--font-size-sm);
}
.account-wrapper .ginput_container input, .account-wrapper .ginput_container textarea {
  border-radius: 0;
}
.account-wrapper .gform_button {
  padding: 16px 20px !important;
}
.account-wrapper .gform-theme--framework .gfield--type-choice .gchoice {
  align-items: center;
}
.account-wrapper .gfield_repeater_cell .gfield_label {
  font-size: var(--font-size-sm);
}
.account-wrapper .gfield_description {
  font-size: var(--font-size-xs);
}

.account-title {
  margin-bottom: var(--spacing-s);
  display: flex;
  align-items: center;
  gap: 15px;
}

.um-account .um-field-label label, .um-account .um-account-main div.um-account-heading, .um-account label, .um-account .um-account-main p, .um-account .gfield_label {
  color: var(--color-secondary);
}
.um-account .um-account-meta-img, .um-account .um-account-meta {
  display: none;
}
.um-account .um-account-main {
  padding: 0 0 0 4.5em;
}
.um-account .um-form input[type=number], .um-account .um-form input[type=password], .um-account .um-form input[type=search], .um-account .um-form input[type=tel], .um-account .um-form input[type=text] {
  border-radius: 0 !important;
}
.um-account .um-account-side li {
  background-color: var(--body-background-secondary-color);
}
.um-account .um-account-side li a {
  padding: 6px 0 !important;
}
.um-account .um-account-side li a span {
  color: var(--color-secondary) !important;
  font-size: var(--font-size-sm);
}
.um-account .um-account-side li a:hover, .um-account .um-account-side li a:focus {
  background-color: #1c6f81;
}

.account-menu {
  background-color: var(--body-background-secondary-color);
  padding: var(--spacing) var(--spacing);
}
@media (min-width: 50em) {
  .account-menu {
    padding: var(--spacing) var(--spacing-xl);
    display: flex;
    justify-content: space-between;
  }
}
.account-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
@media (min-width: 50em) {
  .account-menu ul {
    gap: var(--grid-gap);
  }
}
.account-menu ul li a {
  color: var(--color-secondary);
  font-weight: var(--font-weight-medium);
}
.account-menu ul li.current-menu-item a {
  color: var(--color-primary);
}
.account-menu .menu-account-container:first-child ul {
  margin-bottom: 20px;
}
@media (min-width: 50em) {
  .account-menu .menu-account-container:first-child ul {
    margin-bottom: 0;
  }
}

.edit-artist-genres {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}

.repeater-group {
  margin-top: var(--spacing);
}
.repeater-group > label {
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.repeater-group .repeater-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-left: 45px;
  margin-bottom: 10px;
}
.repeater-group .repeater-header label {
  width: 100%;
  font-size: var(--font-size-sm);
  margin: 0;
}
.repeater-group .repeater-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: var(--spacing-s);
}
.repeater-group .repeater-row span {
  color: var(--color-black);
  background-color: var(--color-primary);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
  flex-shrink: 0;
}

#edit-artist label {
  font-weight: var(--font-weight-medium);
}
#edit-artist input, #edit-artist select {
  font-size: var(--font-size-sm);
  height: 37px;
  padding: 6px 15px;
}
#edit-artist textarea {
  font-size: var(--font-size-sm);
  padding: 6px 15px;
}
#edit-artist .label-divider {
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 7px;
  margin-bottom: 20px;
}
#edit-artist .edit-artist-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-black);
  padding: var(--spacing) 0;
}
#edit-artist .edit-artist-footer .inner {
  padding: 0 var(--spacing-l);
}
@media (min-width: 50em) {
  #edit-artist .edit-artist-footer .inner {
    padding: 0 var(--spacing-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 70em) {
  #edit-artist .edit-artist-footer .inner {
    padding: 0 var(--spacing-xxl);
  }
}
#edit-artist input[type=submit] {
  padding: 16px 20px !important;
  height: auto;
}
#edit-artist .country-choices .choices[data-type*=select-multiple] .choices__inner, #edit-artist .country-choices .choices[data-type*=text] .choices__inner {
  padding-top: 3px;
  padding-bottom: 3px;
}
#edit-artist .country-choices input {
  margin-bottom: 0;
}

.um-login .um-misc-img {
  display: none;
}
.um-login .um-misc-ul {
  padding-left: 0;
}
.um-login .um-misc-ul, .um-login .um-misc-ul li, .um-login .um-misc-with-img strong {
  font-size: var(--font-size) !important;
}

.confirm {
  display: none;
  color: var(--color-black);
}
.confirm > div:first-of-type {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  z-index: 998;
}
.confirm > div:last-of-type {
  padding: var(--spacing);
  background: white;
  position: fixed;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  border-radius: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 500px;
}
.confirm > div:last-of-type div:first-of-type {
  min-width: 150px;
  padding: 10px;
}
.confirm > div:last-of-type div:last-of-type {
  text-align: right;
}
.confirm > div .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-s);
  margin-top: var(--spacing-s);
}

.message {
  display: none;
  padding: var(--spacing-s) var(--spacing);
  border: 2px solid var(--color-grey-light);
  font-size: var(--font-size-sm);
  border-radius: var(--border-radius);
}
.message.success {
  border-color: var(--color-primary);
  color: var(--color-text-base);
  display: block;
}
.message.error {
  border-color: var(--color-error);
  color: var(--color-text-base);
  display: block;
}
.message.sm {
  font-size: var(--font-size-xs);
}

.career-list__item {
  color: var(--color-secondary);
  padding: 0 0 var(--spacing-xxl);
  margin-bottom: var(--spacing-xxl);
  border-bottom: 1px solid #707070;
}
.career-list__item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: var(--grid-gap-sm);
  margin-bottom: var(--spacing);
}
.career-list__item-header h3 a {
  color: var(--color-secondary);
  transition: 0.25s all ease-in-out;
}
.career-list__item-header h3 a:hover, .career-list__item-header h3 a:focus {
  color: var(--color-primary);
}

.career-list__item:last-child {
  border-bottom: 0;
}

.mce-container, #wp-link-wrap {
  color: var(--color-black) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 13px;
  line-height: 1.4em;
}
.mce-container h1, .mce-container h2, .mce-container h3, .mce-container h4, .mce-container h5, .mce-container table th, #wp-link-wrap h1, #wp-link-wrap h2, #wp-link-wrap h3, #wp-link-wrap h4, #wp-link-wrap h5, #wp-link-wrap table th {
  text-transform: none;
  letter-spacing: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  color: var(--color-black) !important;
}
.mce-container table td, #wp-link-wrap table td {
  min-width: auto;
}
.mce-container h1 + *, .mce-container h2 + *, .mce-container p + *, .mce-container ul + *, .mce-container ol + *, #wp-link-wrap h1 + *, #wp-link-wrap h2 + *, #wp-link-wrap p + *, #wp-link-wrap ul + *, #wp-link-wrap ol + * {
  margin-top: inherit;
}
.mce-container #link-modal-title, #wp-link-wrap #link-modal-title {
  color: var(--color-black);
}
.mce-container label, #wp-link-wrap label {
  font-size: 13px;
  line-height: 1.4em;
}
.mce-container #wp-link-submit, #wp-link-wrap #wp-link-submit {
  font-size: 14px;
  padding: 8px 10px;
}
.mce-container input[type=email],
.mce-container input[type=number],
.mce-container input[type=search],
.mce-container input[type=text],
.mce-container input[type=tel],
.mce-container input[type=url],
.mce-container input[type=password],
.mce-container input[type=date],
.mce-container textarea,
.mce-container select, #wp-link-wrap input[type=email],
#wp-link-wrap input[type=number],
#wp-link-wrap input[type=search],
#wp-link-wrap input[type=text],
#wp-link-wrap input[type=tel],
#wp-link-wrap input[type=url],
#wp-link-wrap input[type=password],
#wp-link-wrap input[type=date],
#wp-link-wrap textarea,
#wp-link-wrap select {
  font-size: 14px;
  height: auto;
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #8c8f94;
  background-color: #fff;
  color: #2c3338;
  padding: 0 8px;
  line-height: 2;
  min-height: 30px;
}

.global-container {
  min-height: 100%;
}
.global-container section:first-of-type {
  margin-top: var(--spacing-xl);
}
.global-container section.panel:first-of-type {
  padding-top: var(--spacing-xl);
  margin-top: 0;
}
.global-container .image-hero + section:first-of-type {
  margin-top: var(--block-spacing);
}
.global-container .image-hero + section.panel:first-of-type {
  padding-top: var(--block-spacing);
}

.container, .site-header__inner, .container-xs, .newsletter__inner, .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, .site-header__inner, .container-xs, .newsletter__inner, .container-s {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

.container .acf-innerblocks-container:first-of-type, .site-header__inner .acf-innerblocks-container:first-of-type, .container-s .acf-innerblocks-container:first-of-type, .container-xs .acf-innerblocks-container:first-of-type, .newsletter__inner .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;
  }
}

.home header {
  position: absolute;
  width: 100%;
}
.home .site-header__logo img, .home footer {
  display: none;
}
.home #lottie {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 570px;
  margin: 0 auto;
}
@media (max-width: 39.99em) {
  .home #lottie {
    max-width: 85%;
  }
}

section {
  margin-top: var(--block-spacing);
  margin-bottom: var(--block-spacing);
}
section.panel {
  margin: 0;
  padding-top: var(--block-spacing);
  padding-bottom: var(--block-spacing);
}
section.panel.sm {
  margin: 0;
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-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(--spacing-l);
  margin-bottom: var(--spacing-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 {
  background-color: var(--color-tertiary);
}
section.blue {
  background-color: var(--color-black);
}
section.grey {
  background-color: var(--color-grey-light);
}
section.white {
  background-color: #fff;
}

@media (min-width: 70em) {
  .archive-intro p {
    max-width: 75%;
  }
}

.is-style-masonry.columns-default {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 50em) {
  .is-style-masonry.columns-default {
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 70em) {
  .is-style-masonry.columns-default {
    -moz-columns: 3;
    columns: 3;
  }
}

.is-style-masonry {
  display: block !important;
}

.is-style-masonry figure {
  width: 100% !important;
  margin-bottom: var(--wp--style--unstable-gallery-gap) !important;
}

.is-style-masonry.columns-1 {
  -moz-columns: 1;
  columns: 1;
}

.is-style-masonry.columns-2 {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 50em) {
  .is-style-masonry.columns-2 {
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 70em) {
  .is-style-masonry.columns-2 {
    -moz-columns: 2;
    columns: 2;
  }
}

.is-style-masonry.columns-3 {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 50em) {
  .is-style-masonry.columns-3 {
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 70em) {
  .is-style-masonry.columns-3 {
    -moz-columns: 3;
    columns: 3;
  }
}

.is-style-masonry.columns-4 {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 30em) {
  .is-style-masonry.columns-4 {
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 40em) {
  .is-style-masonry.columns-4 {
    -moz-columns: 3;
    columns: 3;
  }
}
@media (min-width: 60em) {
  .is-style-masonry.columns-4 {
    -moz-columns: 4;
    columns: 4;
  }
}
@media (min-width: 100em) {
  .is-style-masonry.columns-4 {
    -moz-columns: 5;
    columns: 5;
  }
}

.is-style-masonry.columns-5 {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 50em) {
  .is-style-masonry.columns-5 {
    -moz-columns: 2;
    columns: 2;
  }
}
@media (min-width: 70em) {
  .is-style-masonry.columns-5 {
    -moz-columns: 5;
    columns: 5;
  }
}

.is-style-masonry.columns-6 {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 50em) {
  .is-style-masonry.columns-6 {
    -moz-columns: 3;
    columns: 3;
  }
}
@media (min-width: 70em) {
  .is-style-masonry.columns-6 {
    -moz-columns: 6;
    columns: 6;
  }
}

.is-style-masonry.columns-7 {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 50em) {
  .is-style-masonry.columns-7 {
    -moz-columns: 3;
    columns: 3;
  }
}
@media (min-width: 70em) {
  .is-style-masonry.columns-7 {
    -moz-columns: 7;
    columns: 7;
  }
}

.is-style-masonry.columns-8 {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 50em) {
  .is-style-masonry.columns-8 {
    -moz-columns: 3;
    columns: 3;
  }
}
@media (min-width: 70em) {
  .is-style-masonry.columns-8 {
    -moz-columns: 8;
    columns: 8;
  }
}

.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-secondary);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.cookie-alert.is-visible {
  display: block;
}

.cookie-alert__inner {
  padding: var(--spacing-s) var(--spacing);
}
@media (min-width: 50em) {
  .cookie-alert__inner {
    padding: var(--spacing-s) var(--spacing-l);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.cookie-alert__inner .btn, .cookie-alert__inner .newsletter form .gform_button, .newsletter form .cookie-alert__inner .gform_button, .cookie-alert__inner input[type=submit],
.cookie-alert__inner input[type=reset],
.cookie-alert__inner input[type=button] {
  font-size: var(--font-size-xs);
}

.cookie-alert__inner p {
  margin-top: 0;
  margin-bottom: var(--spacing);
  color: var(--color-black);
  font-size: var(--font-size-sm);
}
@media (min-width: 50em) {
  .cookie-alert__inner p {
    margin-bottom: 0;
  }
}

.cookie-alert__btn {
  cursor: pointer;
}

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

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

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

.unsupported-browser p {
  margin: 0;
}

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

.site-header.has-hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.site-header .hamburger-wrap {
  position: relative;
  z-index: 1001;
}

.site-header__inner {
  padding-top: var(--spacing);
  position: relative;
}

.site-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.site-header__logo {
  font-size: 2rem;
  opacity: 1;
  transition: 0.25s all ease-in-out;
  margin: 0 var(--spacing) 0 0;
}
@media (min-width: 50em) {
  .site-header__logo {
    margin: 0;
  }
}

.site-footer {
  margin-top: auto;
  padding-right: 0;
  padding-left: 0;
  background: var(--color-black) url("../images/midnight-mango-round-logo.svg") no-repeat 100% 60%;
  background-size: 150px;
}
@media (min-width: 50em) {
  .site-footer {
    background: var(--color-black) url("../images/midnight-mango-round-logo.svg") no-repeat 80% 65%;
    background-size: 400px;
  }
}
.site-footer.hide {
  display: none;
}

.trustindex-bar {
  background-color: var(--body-background-secondary-color);
  text-align: center;
  padding: var(--spacing-l) 0;
  font-weight: var(--font-weight-bold);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.trustindex-bar span {
  font-weight: var(--font-weight-normal);
}
.trustindex-bar a {
  color: var(--color-secondary);
}
.trustindex-bar__stars {
  display: inline-flex;
  gap: 3px;
  margin: 0;
}
.trustindex-bar__stars svg {
  width: 28px;
  height: 28px;
}

.awards {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: center;
  gap: var(--grid-gap);
  margin-bottom: var(--spacing-xl);
}
@media (max-width: 49.99em) {
  .awards {
    flex-flow: row wrap;
  }
}
@media (max-width: 69.99em) {
  .awards {
    gap: var(--grid-gap-sm);
  }
}
.awards img {
  width: 120px;
}
@media (min-width: 50em) {
  .awards img {
    max-width: 100%; /* Ensure they don't grow larger than their container */
    height: auto;
    flex: 1 1 auto;
    min-width: 50px;
  }
}
@media (min-width: 70em) {
  .awards img {
    min-width: 180px;
  }
}

.site-footer__upper {
  padding: var(--spacing-l) 0 var(--spacing-xl);
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 50em) {
  .site-footer__upper {
    padding: var(--spacing-xxl) 0 var(--spacing-xxl);
  }
}
.site-footer__upper a, .site-footer__upper p {
  color: #fff;
  margin-top: 0;
}
.site-footer__upper--newsletter {
  text-align: center;
}
.site-footer__upper--newsletter .newsletter-title {
  font-size: 60px;
  line-height: 1;
  font-weight: var(--font-weight-heavy);
  margin-bottom: var(--spacing-xs);
}
@media (min-width: 50em) {
  .site-footer__upper--newsletter .newsletter-title {
    font-size: 74px;
  }
}
@media (min-width: 70em) {
  .site-footer__upper--newsletter .newsletter-title {
    font-size: 84px;
  }
}
.site-footer__upper--newsletter .newsletter-button {
  padding: var(--spacing) var(--block-spacing);
  border: 1px solid var(--color-secondary);
  text-align: center;
  display: inline-block;
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size-sm);
  letter-spacing: 2.5px;
  margin-top: var(--spacing-l);
  transition: 0.25s all ease-in-out;
  cursor: pointer;
}
.site-footer__upper--newsletter .newsletter-button:hover, .site-footer__upper--newsletter .newsletter-button:focus {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-black);
  text-decoration: none;
}

.site-footer__lower {
  padding: var(--spacing) 0 var(--spacing-l) 0;
  text-align: center;
}
.site-footer__lower p {
  font-size: var(--font-size-xs);
  color: var(--color-secondary);
  margin-top: var(--spacing-s);
}
.site-footer__lower .partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: var(--grid-gap);
  margin-top: var(--spacing);
}
.site-footer__lower .site-footer__copyright ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: var(--spacing-s);
  gap: 8px;
  font-size: var(--font-size-xs);
  color: var(--color-secondary);
}
.site-footer__lower .site-footer__copyright ul li {
  font-size: var(--font-size-xs);
  color: var(--color-secondary);
  margin: 0;
}
.site-footer__lower .site-footer__copyright ul li:after {
  content: "|";
  margin-left: 8px;
}
.site-footer__lower .site-footer__copyright ul li:last-child:after {
  display: none;
}
.site-footer__lower .site-footer__copyright ul li a {
  font-size: var(--font-size-xs);
  color: var(--color-secondary);
}

.articles__wrap {
  background: #FFFFFF;
  box-shadow: 0px 36px 80px rgba(0, 0, 0, 0.05), 0px 23.3333px 46.8519px rgba(0, 0, 0, 0.037963), 0px 13.8667px 25.4815px rgba(0, 0, 0, 0.0303704), 0px 7.2px 13px rgba(0, 0, 0, 0.025), 0px 2.93333px 6.51852px rgba(0, 0, 0, 0.0196296), 0px 0.666667px 3.14815px rgba(0, 0, 0, 0.012037);
  border-radius: 3px;
  position: relative;
  z-index: 1;
  padding: var(--spacing-l) var(--spacing) var(--spacing-l) var(--spacing);
  margin-top: -30px;
}
@media (min-width: 50em) {
  .articles__wrap {
    margin-top: -30px;
    padding: var(--spacing-xl) var(--spacing-xxl) var(--spacing-xxl) var(--spacing-xxl);
  }
}

.articles__grid--post {
  display: block;
  position: relative;
}
.articles__grid--post .article__image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: var(--spacing);
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.6862745098);
  overflow: hidden;
}
.articles__grid--post .article__image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.25s all ease-in-out;
}
.articles__grid--post .article__image.placeholder {
  background: var(--color-black);
  aspect-ratio: 4/3;
}
.articles__grid--post .article__image.placeholder img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 130px;
}
.articles__grid--post h4 {
  color: var(--color-secondary);
  margin: var(--spacing-s) 0;
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-headings);
}
.articles__grid--post p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  color: var(--color-secondary);
}
.articles__grid--post .article__date, .articles__grid--post .article__author {
  color: var(--color-secondary);
}
.articles__grid--post time {
  margin-bottom: var(--spacing-xs);
  font-size: var(--font-size-sm);
  display: inline-block;
}
.articles__grid--post .article__categories {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  margin-bottom: var(--spacing-xs);
  display: flex;
  gap: 5px;
}
.articles__grid--post .article__categories svg {
  width: 13px;
  margin-right: 3px;
}
.articles__grid--post .article__categories span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.articles__grid--post .article__categories span:after {
  content: ",";
}
.articles__grid--post .article__categories span:last-child:after {
  content: "";
}
.articles__grid--post .article__read-more {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: var(--font-size-sm);
}
.articles__grid--post:hover, .articles__grid--post:focus {
  text-decoration: none;
}
.articles__grid--post:hover img, .articles__grid--post:focus img {
  transform: scale(1.1);
}

.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.four-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.go-back {
  font-family: var(--display-family);
  color: var(--color-primary);
  margin-bottom: var(--spacing-l);
}
@media (min-width: 50em) {
  .go-back {
    margin-bottom: 0;
  }
}
.go-back::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  color: var(--color-primary);
  background: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8308 0L9.85884 1.972L17.3238 9.437H0.98584V12.254H17.3238L9.85884 19.718L11.8308 21.69L22.6748 10.845L11.8308 0Z' fill='currentColor'/%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  transform: rotate(180deg);
}

.newsletter {
  background: var(--color-primary) url("../images/newsletter-bg.svg") no-repeat center;
  background-size: cover;
  padding-top: var(--spacing-l);
  padding-bottom: var(--spacing-l);
  text-align: center;
}
@media (min-width: 50em) {
  .newsletter {
    text-align: left;
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
@media (min-width: 50em) {
  .newsletter__inner {
    display: flex;
    align-items: center;
    gap: var(--grid-gap-l);
  }
}
.newsletter h4, .newsletter p {
  color: #fff;
}
.newsletter h4 {
  font-weight: 700;
}
.newsletter .gform_heading {
  display: none;
}
.newsletter .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 10px;
}
.newsletter .gform_wrapper.gravity-theme .gfield_validation_message, .newsletter .gform_wrapper.gravity-theme .validation_message {
  padding: 12px 12px;
}
.newsletter form {
  display: flex;
  gap: 10px;
  text-align: left;
  margin-top: var(--spacing);
}
@media (min-width: 50em) {
  .newsletter form {
    margin-top: 0;
  }
}
.newsletter form input[type=email] {
  min-width: 250px;
}
.newsletter form label {
  color: #fff;
  margin-top: 0;
}
.newsletter form .gform_fields {
  display: block !important;
}
.newsletter form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.newsletter form .gform_button {
  margin-bottom: 0 !important;
}

.latest-news__tags h1 {
  text-align: center;
  text-transform: uppercase;
}

.tags {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0;
}
@media (min-width: 50em) {
  .tags {
    gap: var(--grid-gap);
  }
}
.tags a {
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size-sm);
  letter-spacing: 0.5px;
  transition: 0.25s all ease-in-out;
  color: var(--color-secondary);
}
.tags a:hover, .tags a:focus, .tags a.active {
  color: var(--color-primary);
  text-decoration: none;
}
.tags .current-menu-item a {
  color: var(--color-primary);
  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 + .latest-news__tags {
  margin-top: -1em;
}
@media (min-width: 70em) {
  .intro + .latest-news__tags {
    margin-top: -2em;
  }
}

body.nav-open {
  overflow: hidden;
}
body.nav-open:after {
  opacity: 1;
  z-index: 100;
}
@media (max-width: 49.99em) {
  body.nav-open .site-header__logo {
    opacity: 0;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 350px;
  height: 100%;
  z-index: 1000;
  background: var(--color-primary);
  background-size: cover;
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s ease;
  opacity: 0;
  padding: var(--spacing) var(--spacing-l) var(--spacing-l);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-menu__logo {
  margin-bottom: var(--spacing);
}
.mobile-menu nav {
  width: 100%;
  margin-top: var(--spacing);
}
.mobile-menu .menu {
  padding: 0;
  margin: 0;
}
.mobile-menu .menu li {
  padding: var(--spacing-xs) 0;
}
.mobile-menu .menu li a {
  font-size: var(--font-size-h4);
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.3;
  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-secondary);
}
.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='%23FFF7E6' 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='%23FFF7E6' 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(360deg);
}
.mobile-menu .menu li.active .sub-menu {
  height: auto;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  margin-top: var(--spacing-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 fill='%23231F20' 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: 14px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  z-index: 2;
  transition: 0.2s transform ease-in-out, 0.35s background ease-in-out;
  margin-left: var(--spacing-xs);
  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-sm);
  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 .agents {
  padding-top: var(--spacing-l);
  display: flex;
  align-items: flex-end;
}
.mobile-menu .agents a {
  color: var(--color-black);
  font-size: var(--font-size-sm);
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-menu .agents a svg {
  width: 18px;
  height: 18px;
}

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

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

.hamburger-wrap {
  background-color: var(--color-secondary);
  padding: 12px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in-out;
}
.hamburger-wrap.is-toggled {
  background-color: var(--color-black);
}
.hamburger-wrap.is-toggled #hamburger span {
  background: var(--color-primary);
}

#hamburger {
  width: 26px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  cursor: pointer;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--color-black);
  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-wrap.is-toggled #hamburger span:nth-child(1) {
  top: 8cqi;
  width: 0%;
  left: 50%;
}

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

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

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

body:not(.mce-content-body).page-template-tpl-fb {
  background: url("../images/builder-background.svg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
body:not(.mce-content-body).page-template-tpl-fb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/builder-header.png") no-repeat top center;
  background-size: contain;
  z-index: -1;
  opacity: 1;
}
body:not(.mce-content-body).page-template-tpl-fb main {
  position: relative;
  z-index: 10;
}
@media (min-width: 50em) {
  body:not(.mce-content-body).page-template-tpl-fb main {
    padding-top: var(--block-spacing);
    padding-bottom: var(--block-spacing);
  }
}
body:not(.mce-content-body).page-template-tpl-fb main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: url("../images/builder-foreground.svg") no-repeat bottom center;
  background-size: contain;
  z-index: -1;
}

.festival-builder__panel {
  background-color: var(--color-secondary);
  margin-bottom: 20px;
  padding: var(--spacing-l) var(--spacing-l);
}
@media (min-width: 50em) {
  .festival-builder__panel {
    padding: var(--spacing-xl) var(--spacing-xxl);
  }
}
.festival-builder__panel h1,
.festival-builder__panel label,
.festival-builder__panel p {
  color: var(--color-black);
}
.festival-builder__panel h1, .festival-builder__panel h2 {
  font-size: var(--font-size-h2);
  letter-spacing: -1.5px;
  text-align: center;
  font-weight: var(--font-weight-heavy);
  text-transform: uppercase;
  color: var(--color-black);
}
.festival-builder__panel p {
  text-align: center;
}
.festival-builder__panel button {
  margin-top: var(--spacing-l);
}
.festival-builder__panel button.remove-slot {
  background-color: #dc3545;
  margin: 0;
  border-radius: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 0;
}
.festival-builder__panel button.remove-slot svg {
  width: 20px;
  height: 20px;
}
.festival-builder__panel button.remove-slot:hover {
  background-color: #c82333;
}
.festival-builder__panel button.btn--sm {
  font-size: 0.7rem;
  height: 36px;
  padding: 0 0.75rem;
}
.festival-builder__panel label {
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size-sm);
  margin: var(--spacing) 0 0;
}
.festival-builder__panel input[type=text],
.festival-builder__panel input[type=email],
.festival-builder__panel input[type=number],
.festival-builder__panel input[type=date] {
  padding: 10px 0;
  width: calc(100% - 22px);
  margin: 5px 0 10px;
  border: 0;
  border-bottom: 2px solid var(--color-black);
  border-radius: 0;
  background-color: transparent;
}
.festival-builder__panel select {
  padding: 10px;
  width: calc(100% - 22px);
  margin: 5px 0 10px;
  border: 2px solid var(--color-black);
  background-color: transparent;
  font-size: var(--font-size-sm);
  line-height: 1;
}
.festival-builder__panel .button-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.festival-builder__panel .message {
  border-color: #dc3545;
  color: #dc3545;
  border-radius: 0;
  margin-bottom: var(--spacing);
}
.festival-builder__panel .choices {
  color: var(--color-black);
  margin-bottom: 0;
}
.festival-builder__panel .choices .choices__inner {
  border-color: var(--color-black);
  border-radius: 0;
  background: transparent;
  border-width: 2px;
}
.festival-builder__panel .choices .choices__list--dropdown, .festival-builder__panel .choices .choices__list[aria-expanded] {
  z-index: 10;
  border-color: var(--color-black);
  border-radius: 0;
  background: #fff;
  border-width: 2px;
  border-top-width: 1px;
}
.festival-builder__panel .choices .choices__input::-moz-placeholder {
  font-size: 14px;
}
.festival-builder__panel .choices .choices__input::placeholder {
  font-size: 14px;
}
.festival-builder__panel .choices input[type=search]:focus {
  border: 0;
}

.stage,
.day {
  margin-bottom: 15px;
}
.stage h3,
.day h3 {
  color: var(--color-black);
  text-transform: uppercase;
  font-family: var(--expanded-family);
  font-weight: var(--font-weight-heavy);
  margin: 0 0 10px;
}
.stage h4,
.day h4 {
  font-size: var(--font-size);
  color: var(--color-black);
  margin: 0 0 10px;
}

.slot > div {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
}
.slot .slotInputs {
  width: calc(100% - 22px);
}
.slot select,
.slot input {
  margin: 0;
  font-size: var(--font-size-sm);
}

.hidden {
  display: none;
}

.sort-slot {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sort-slot svg {
  width: 20px;
  height: 20px;
}

.days-container {
  margin-top: var(--spacing);
}
@media (min-width: 50em) {
  .days-container {
    display: flex;
    justify-content: space-between;
  }
}
.days-container .day {
  flex: 1;
  margin-right: 25px;
}
.days-container .day:last-child {
  margin-right: 0;
}

#festivalPoster img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#festivalPoster .btn, #festivalPoster input[type=submit],
#festivalPoster input[type=reset],
#festivalPoster input[type=button], #festivalPoster .newsletter form .gform_button, .newsletter form #festivalPoster .gform_button {
  margin: 0 auto;
}
#festivalPoster .stages {
  margin-bottom: 20px;
}
#festivalPoster .stages .stage {
  margin-bottom: 0;
}
#festivalPoster .stages .stage h3 {
  color: #fff;
  margin-bottom: 5px;
}
#festivalPoster .stages .stage .dates .date .slots p,
#festivalPoster .stages .stage .days .day .slots p {
  font-size: 14px;
}
#festivalPoster .stages .stage .dates .date .slots p:nth-child(1), #festivalPoster .stages .stage .dates .date .slots p:nth-child(2),
#festivalPoster .stages .stage .days .day .slots p:nth-child(1),
#festivalPoster .stages .stage .days .day .slots p:nth-child(2) {
  width: 100%;
  font-size: 30px;
  padding: 0;
}
#festivalPoster .stages .stage .dates .date .slots p:nth-child(3), #festivalPoster .stages .stage .dates .date .slots p:nth-child(4), #festivalPoster .stages .stage .dates .date .slots p:nth-child(5), #festivalPoster .stages .stage .dates .date .slots p:nth-child(6),
#festivalPoster .stages .stage .days .day .slots p:nth-child(3),
#festivalPoster .stages .stage .days .day .slots p:nth-child(4),
#festivalPoster .stages .stage .days .day .slots p:nth-child(5),
#festivalPoster .stages .stage .days .day .slots p:nth-child(6) {
  font-size: 20px;
}
#festivalPoster .stages .stage:nth-child(1) .dates .date .slots p,
#festivalPoster .stages .stage:nth-child(1) .days .day .slots p {
  font-size: 20px;
}
#festivalPoster .stages .stage:nth-child(1) .dates .date .slots p:nth-child(1), #festivalPoster .stages .stage:nth-child(1) .dates .date .slots p:nth-child(2),
#festivalPoster .stages .stage:nth-child(1) .days .day .slots p:nth-child(1),
#festivalPoster .stages .stage:nth-child(1) .days .day .slots p:nth-child(2) {
  width: 100%;
  font-size: 48px;
  padding: 0;
}
#festivalPoster .stages .stage:nth-child(1) .dates .date .slots p:nth-child(3), #festivalPoster .stages .stage:nth-child(1) .dates .date .slots p:nth-child(4), #festivalPoster .stages .stage:nth-child(1) .dates .date .slots p:nth-child(5), #festivalPoster .stages .stage:nth-child(1) .dates .date .slots p:nth-child(6),
#festivalPoster .stages .stage:nth-child(1) .days .day .slots p:nth-child(3),
#festivalPoster .stages .stage:nth-child(1) .days .day .slots p:nth-child(4),
#festivalPoster .stages .stage:nth-child(1) .days .day .slots p:nth-child(5),
#festivalPoster .stages .stage:nth-child(1) .days .day .slots p:nth-child(6) {
  font-size: 32px;
}
#festivalPoster .stages .stage:nth-child(2) .dates .date .slots p,
#festivalPoster .stages .stage:nth-child(2) .days .day .slots p {
  font-size: 18px;
}
#festivalPoster .stages .stage:nth-child(2) .dates .date .slots p:nth-child(1), #festivalPoster .stages .stage:nth-child(2) .dates .date .slots p:nth-child(2),
#festivalPoster .stages .stage:nth-child(2) .days .day .slots p:nth-child(1),
#festivalPoster .stages .stage:nth-child(2) .days .day .slots p:nth-child(2) {
  width: 100%;
  font-size: 38px;
  padding: 0;
}
#festivalPoster .stages .stage:nth-child(2) .dates .date .slots p:nth-child(3), #festivalPoster .stages .stage:nth-child(2) .dates .date .slots p:nth-child(4), #festivalPoster .stages .stage:nth-child(2) .dates .date .slots p:nth-child(5), #festivalPoster .stages .stage:nth-child(2) .dates .date .slots p:nth-child(6),
#festivalPoster .stages .stage:nth-child(2) .days .day .slots p:nth-child(3),
#festivalPoster .stages .stage:nth-child(2) .days .day .slots p:nth-child(4),
#festivalPoster .stages .stage:nth-child(2) .days .day .slots p:nth-child(5),
#festivalPoster .stages .stage:nth-child(2) .days .day .slots p:nth-child(6) {
  font-size: 24px;
}
#festivalPoster .days,
#festivalPoster .dates {
  display: flex;
  flex-wrap: wrap;
}
#festivalPoster .days .day,
#festivalPoster .days .date,
#festivalPoster .dates .day,
#festivalPoster .dates .date {
  flex: 1 1;
  margin-bottom: 10px;
}
#festivalPoster .days .day h4,
#festivalPoster .days .date h4,
#festivalPoster .dates .day h4,
#festivalPoster .dates .date h4 {
  color: #fff;
  margin-bottom: 5px;
}
#festivalPoster .days .day .slots,
#festivalPoster .days .date .slots,
#festivalPoster .dates .day .slots,
#festivalPoster .dates .date .slots {
  margin-bottom: 10px;
}
#festivalPoster .days .day .slots .slot,
#festivalPoster .days .date .slots .slot,
#festivalPoster .dates .day .slots .slot,
#festivalPoster .dates .date .slots .slot {
  margin-bottom: 5px;
}
#festivalPoster .days .day .slots .slot p,
#festivalPoster .days .date .slots .slot p,
#festivalPoster .dates .day .slots .slot p,
#festivalPoster .dates .date .slots .slot p {
  margin: 0;
}

#festivalTitleDisplay {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 80px;
  color: #fff;
}

#festivalLocationDisplay {
  margin: 10px 0 50px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 24px;
}

#festivalPosterContents {
  padding: 150px 20px 250px;
  margin: 25px auto;
  background: url("../images/builder-background.png") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-size: cover;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  aspect-ratio: 1/1.41;
  max-width: 1200px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
#festivalPosterContents:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/builder-header.png") no-repeat top center;
  background-size: contain;
  z-index: -1;
}
#festivalPosterContents:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: url("../images/builder-foreground.png") no-repeat bottom center;
  background-size: contain;
  z-index: -1;
}
#festivalPosterContents .dates,
#festivalPosterContents .days {
  border-top: 1px solid #fff;
  margin: 0;
}
#festivalPosterContents .dates p,
#festivalPosterContents .days p {
  color: #fff;
}
#festivalPosterContents .dates .date,
#festivalPosterContents .dates .day,
#festivalPosterContents .days .date,
#festivalPosterContents .days .day {
  padding: 30px 10px;
  margin-bottom: 0;
}
#festivalPosterContents .dates .date .slots,
#festivalPosterContents .dates .day .slots,
#festivalPosterContents .days .date .slots,
#festivalPosterContents .days .day .slots {
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#festivalPosterContents .dates .date .slots p,
#festivalPosterContents .dates .day .slots p,
#festivalPosterContents .days .date .slots p,
#festivalPosterContents .days .day .slots p {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  padding: 0 10px;
  margin: 2px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#festivalPosterContents .dates .date .slots p a,
#festivalPosterContents .dates .day .slots p a,
#festivalPosterContents .days .date .slots p a,
#festivalPosterContents .days .day .slots p a {
  text-decoration: none;
  color: #fff;
}
#festivalPosterContents .dates .date:last-child,
#festivalPosterContents .dates .day:last-child,
#festivalPosterContents .days .date:last-child,
#festivalPosterContents .days .day:last-child {
  border-right: 0;
}
#festivalPosterContents .dates {
  border-top: 0;
}
#festivalPosterContents h5 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  padding: 15px 0;
}

.related-swiper {
  margin-top: var(--spacing-l);
}
.related-swiper .swiper-button-prev, .related-swiper .swiper-button-next {
  width: 25px;
  height: 54px;
  margin: 0;
  transform: translateY(-50%);
}
@media (min-width: 50em) {
  .related-swiper .swiper-button-prev, .related-swiper .swiper-button-next {
    width: 47px;
    height: 100px;
  }
}
.related-swiper .swiper-button-prev:after, .related-swiper .swiper-button-next:after {
  display: none;
}
.related-swiper .swiper-button-next {
  right: 0;
}
.related-swiper .swiper-button-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.related-swiper .swiper-pagination {
  position: relative;
  margin-top: var(--spacing-l);
}
.related-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.related-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-black) !important;
}

.related-article {
  display: block;
  position: relative;
  margin-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .related-article {
    margin-bottom: 0;
  }
}
.related-article .related-article__image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: var(--spacing);
}
.related-article .related-article__image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-article .related-article__image.placeholder {
  background: var(--color-black);
  aspect-ratio: 4/3;
}
.related-article .related-article__image.placeholder img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.related-article .related-article__content {
  padding: 0;
  position: relative;
}
.related-article .related-article__content .related-article__title {
  color: var(--color-black);
  font-weight: 400;
}
.related-article:hover, .related-article:focus {
  text-decoration: none;
}

.team-member__links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 15px;
}
.team-member__links a {
  color: var(--color-secondary);
  font-size: var(--font-size-sm);
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  transition: 0.25s all ease-in-out;
}
.team-member__links a svg {
  width: 16px;
}
.team-member__links a:hover, .team-member__links a:focus {
  color: var(--color-primary);
  text-decoration: none;
}

.team-member__close {
  z-index: 99;
}

.team-member__modal {
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 50em) {
  .team-member__modal {
    grid-template-columns: 1fr 1fr;
  }
}
.team-member__modal .content {
  padding: var(--spacing-l) var(--spacing);
}
@media (min-width: 50em) {
  .team-member__modal .content {
    padding: var(--spacing-xxl) var(--spacing-xxl);
  }
}
.team-member__modal .content h3 {
  text-transform: uppercase;
  font-weight: 700;
}
.team-member__modal .content .lead {
  margin: var(--spacing-xs) 0 var(--spacing-l) 0;
}
.team-member__modal .content p, .team-member__modal .content a {
  color: var(--color-black);
}
.team-member__modal .content a:hover, .team-member__modal .content a:focus {
  color: var(--color-primary);
  text-decoration: none;
}
.team-member__modal .content .team-member__links {
  gap: 20px;
}
.team-member__modal-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-member__modal-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1) !important;
}

.agent-questions > div {
  border-bottom: 1px solid #959595;
  padding: var(--spacing) 0 var(--spacing-l);
}
@media (min-width: 50em) {
  .agent-questions > div {
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-content: center;
    gap: var(--grid-gap);
    padding: var(--spacing) var(--spacing-xxl) var(--spacing-l);
  }
}
@media (min-width: 70em) {
  .agent-questions > div {
    padding: var(--spacing) 6rem var(--spacing-l);
  }
}
.agent-questions > div p {
  margin: 0;
}
.agent-questions > div:first-child {
  padding-top: 0;
}

.booklet-page {
  position: relative;
  width: 148mm;
  height: 209.99mm;
  padding: 10mm;
  overflow: hidden;
  background: var(--body-background-color) url("../images/a5-bg.jpg") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}
.booklet-page p {
  font-size: 14px;
  font-weight: 500;
}

.agents-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.agents-list li {
  width: calc(25% - 20px);
  margin-bottom: 15px;
}
.agents-list img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 100%;
  border: 4px solid #fff;
}

#booklet {
  counter-reset: artistCount;
}

.countered {
  counter-increment: artistCount;
  position: relative;
}

.booklet-footer {
  position: absolute;
  bottom: 10mm;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  color: #fff;
}
.booklet-footer a {
  color: #fff;
  font-size: 14px;
}
.booklet-footer .page-number {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-black);
  background-color: var(--color-primary);
  padding: 3px 50px 3px 15px;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.booklet-footer .page-number:before {
  content: counter(artistCount);
}

.booklet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.booklet-header .booklet-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-black);
  background-color: var(--color-primary);
  padding: 5px 20px 5px 40px;
  margin-left: -60px;
}
.booklet-header.centered {
  justify-content: center;
  margin-bottom: 25px;
}

.introduction-signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.introduction-signature img {
  border-radius: 100%;
  height: auto;
  border: 6px solid #fff;
  margin-right: 30px;
}

.artists-list {
  list-style: none;
  padding: 0;
}

.booklet-page .artist-item {
  display: flex;
  margin-bottom: 25px;
}
.booklet-page .artist-item img {
  border: 5px solid var(--color-secondary);
  flex-shrink: 0;
  height: 100px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 25px;
}
.booklet-page .artist-item p {
  font-size: 10px;
  font-weight: 500;
}
.booklet-page .artist-item .artist-name {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 700;
}
.booklet-page .artist-item .artist-item__details {
  margin-top: 3px;
}
.booklet-page .artist-item .artist-item__details strong {
  text-transform: uppercase;
  width: 60px;
  display: inline-block;
  color: var(--color-primary);
}

.back-cover-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: justify;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.55;
}
.back-cover-list svg {
  position: relative;
  top: 2px;
}

.front-cover {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.front-cover p {
  font-weight: 500;
  margin-top: var(--spacing-xl);
}

.booklet-awards {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.booklet-awards img {
  max-width: 100%;
  height: auto;
  margin: 0 10px;
  width: 115px;
}

.df-ui label {
  margin: 0;
  font-size: 12px;
}

.df-bg {
  background-color: transparent !important;
}

#brochure-tools {
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 1.5rem;
  max-width: 600px;
  font-family: system-ui, sans-serif;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin: 1rem;
  /* completed */
}
#brochure-tools h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #111827;
}
#brochure-tools .btn--primary {
  border: none;
  padding: 0.5rem 1rem;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}
#brochure-tools p {
  background: #f3f4f6;
  border-left: 4px solid #f59e0b;
  padding: 0.4rem 0.8rem;
  margin: 0.4rem 0;
  border-radius: 4px;
  color: #000;
}
#brochure-tools label {
  color: #000;
  font-size: 14px;
}
#brochure-tools .pdf-success {
  border-left-color: #22c55e;
  background: #ecfdf5;
}
#brochure-tools a {
  color: #2563eb;
  text-decoration: underline;
}
#brochure-tools a:hover {
  color: #1e40af;
}

.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(--spacing) 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);
  flex: 1;
}
@media (min-width: 50em) {
  .accordion__title {
    font-size: var(--font-size-h4);
  }
}
.is-active .accordion__title {
  color: var(--color-primary);
}

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

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

#breadcrumbs {
  margin-top: var(--spacing-l);
  font-weight: 500;
  font-size: var(--font-size-sm);
}

.cta {
  background-color: var(--color-black);
}
@media (min-width: 50em) {
  .cta {
    display: flex;
    gap: var(--grid-gap);
  }
}
@media (min-width: 50em) {
  .cta img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 40%;
  }
}
.cta__content {
  padding: var(--spacing);
}
@media (min-width: 50em) {
  .cta__content {
    padding: var(--spacing-l) var(--spacing-xl);
  }
}
@media (min-width: 70em) {
  .cta__content {
    padding: var(--spacing-xxl) var(--spacing-xl);
  }
}

.white .cta {
  background-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;
}

.image-hero {
  display: flex;
  position: relative;
  z-index: -1;
  background-color: var(--color-black);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: calc(3.5 * var(--spacing-xl)) 0 calc(1.5 * var(--spacing-xl)) 0;
}
@media (min-width: 50em) {
  .image-hero {
    padding: calc(1 * var(--spacing-xl)) 0;
    height: 50vh;
    max-height: 500px;
    min-height: 400px;
  }
}
@media (min-width: 50em) {
  .image-hero.home {
    height: 90vh;
  }
}
.image-hero .container-s {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.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.65);
  z-index: -1;
}
.image-hero.centered .container-s {
  text-align: center;
  justify-content: center;
}
@media (min-width: 50em) {
  .image-hero.centered .container-s .image-hero__content {
    width: 75%;
  }
}
@media (min-width: 70em) {
  .image-hero.centered .container-s .image-hero__content {
    width: 75%;
  }
}
.image-hero.centered .container-s .tags {
  justify-content: center;
}

@media (min-width: 50em) {
  .single:not(.single-agent-story) .image-hero {
    height: 90vh;
    max-height: 700px;
  }
}
.single:not(.single-agent-story) .image-hero .tags {
  margin-bottom: var(--spacing);
}
.single:not(.single-agent-story) .image-hero__meta {
  font-size: var(--font-size-sm);
}
.single:not(.single-agent-story) .image-hero__meta time {
  color: var(--color-secondary);
}

.image-hero__content {
  position: relative;
  z-index: 1;
}
@media (min-width: 50em) {
  .image-hero__content {
    width: 75%;
  }
}
.image-hero__content h1, .image-hero__content h2, .image-hero__content h3, .image-hero__content h4, .image-hero__content h5, .image-hero__content p, .image-hero__content li {
  color: var(--color-secondary);
}
.image-hero__content h1 {
  text-transform: uppercase;
  line-height: 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(--spacing-xl);
  padding-bottom: var(--spacing-s);
}
@media (min-width: 50em) {
  .latest-news__intro {
    margin-bottom: var(--spacing-xl);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.latest-news__intro h2 {
  margin-bottom: var(--spacing-xs);
}
@media (min-width: 50em) {
  .latest-news__intro h2 {
    margin-bottom: 0;
  }
}

.latest-news__article {
  display: block;
  position: relative;
  background-color: #fff;
  margin-bottom: var(--spacing);
}
@media (min-width: 50em) {
  .latest-news__article {
    margin-bottom: 0;
  }
}
.latest-news__article .article__image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.latest-news__article .article__image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-news__article .article__image.placeholder {
  background: var(--color-grey-light);
  aspect-ratio: 4/3;
}
.latest-news__article .article__image.placeholder img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.latest-news__article .article__content {
  padding: var(--spacing);
}
.latest-news__article .article__content h4 {
  color: var(--color-text-base);
}
.latest-news__article .article__content p {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.latest-news__article .article__content time {
  margin-bottom: var(--spacing-xs);
  display: inline-block;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.latest-news__article .article__content .article__read-more {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: var(--font-size-sm);
}
.latest-news__article:hover, .latest-news__article:focus {
  text-decoration: none;
}

.latest-news__article:last-child {
  border-right: 0;
}

.post-navigation.both {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 50em) {
  .post-navigation.both {
    grid-template-columns: 1fr 1fr;
  }
}
.post-navigation .post-link {
  display: block;
  height: 300px;
  background-color: var(--color-black);
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-h2);
  color: var(--color-secondary);
  font-weight: var(--font-weight-heavy);
  line-height: var(--line-height-headings);
  padding: 0 var(--spacing);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 50em) {
  .post-navigation .post-link {
    height: 75vh;
    max-height: 500px;
  }
}
.post-navigation .post-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.post-navigation .post-link__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.post-navigation .post-link__description {
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-align: center;
}
.post-navigation .post-link__description span {
  color: var(--color-primary);
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size-sm);
  letter-spacing: 2px;
  display: block;
  margin-bottom: var(--spacing);
  font-weight: var(--font-weight-normal);
}
.post-navigation .post-link:hover, .post-navigation .post-link:focus {
  text-decoration: none;
}
.post-navigation .post-link:hover .post-link__image, .post-navigation .post-link:focus .post-link__image {
  transform: scale(1.1);
}
.post-navigation .post-link:hover:before, .post-navigation .post-link:focus:before {
  content: "";
  background-color: rgba(2, 30, 38, 0.8);
}

.policies-list {
  margin-top: var(--spacing-l);
}
.policies-list .policy {
  padding: var(--spacing) 0;
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  color: var(--color-secondary);
  gap: var(--grid-gap-sm);
}
.policies-list .policy a {
  color: var(--color-secondary);
}
.policies-list .policy__actions {
  display: flex;
  margin: 0;
  gap: var(--grid-gap);
}
.policies-list .policy__actions a {
  font-size: var(--font-size-sm);
  display: flex;
  align-items: center;
  gap: 8px;
}

.poster__grid--item {
  display: block;
  margin-bottom: var(--spacing);
  width: calc(100% - 20px);
}
@media (min-width: 30em) {
  .poster__grid--item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 40em) {
  .poster__grid--item {
    width: calc(33.3333333% - 20px);
  }
}
@media (min-width: 60em) {
  .poster__grid--item {
    margin-bottom: var(--spacing-l);
    width: calc(25% - 20px);
  }
}
@media (min-width: 100em) {
  .poster__grid--item {
    width: calc(20% - 20px);
  }
}
.poster__grid--item img {
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.686);
}

.read-more__content {
  display: none;
}
.read-more__content.is-toggled {
  display: block;
}

.read-more__toggle {
  margin-top: var(--spacing);
}

.reviews {
  color: var(--color-black);
}
@media (min-width: 50em) {
  .reviews {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: var(--grid-gap-xl);
    align-items: center;
  }
}
.reviews .reviews__overview {
  text-align: center;
}
.reviews .reviews__overview h4 {
  font-weight: 700;
}
.reviews .reviews__overview-rating {
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  margin-top: 0;
}
@media (min-width: 50em) {
  .reviews .reviews__overview-rating {
    font-size: 6rem;
  }
}
.reviews .reviews__overview h5 {
  color: var(--color-black);
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size-sm);
  letter-spacing: 1px;
}
.reviews .reviews__overview-stars {
  margin-top: var(--spacing-s);
}
.reviews .reviews__overview-stars svg {
  width: 35px;
  height: 35px;
}
@media (min-width: 50em) {
  .reviews .reviews__overview-stars svg {
    width: 45px;
    height: 45px;
  }
}
.reviews .review__stars {
  margin-bottom: var(--spacing-s);
}
.reviews .review__stars svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 50em) {
  .reviews .review__stars svg {
    width: 30px;
    height: 30px;
  }
}
.reviews .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: var(--spacing);
}
@media (min-width: 50em) {
  .reviews .swiper-pagination {
    text-align: left;
  }
}
.reviews .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-secondary);
  opacity: 1;
}
.reviews .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-black);
}

.review {
  text-align: center;
  margin-top: var(--spacing-xl);
}
@media (min-width: 50em) {
  .review {
    margin-top: 0;
    text-align: left;
  }
}
.review__title {
  font-weight: 700;
  font-size: var(--font-size-h4);
  margin-bottom: var(--spacing-s);
}
@media (min-width: 50em) {
  .review__title {
    font-size: var(--font-size-h3);
  }
}
.review__name {
  font-weight: 700;
  font-size: var(--font-size-sm);
}
.review__date {
  font-size: var(--font-size-sm);
}

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

.sidebar__intro {
  margin-bottom: var(--spacing-s);
}
@media (min-width: 50em) {
  .sidebar__intro {
    margin-bottom: var(--spacing);
  }
}

.sidebar__article {
  display: block;
  position: relative;
  border-bottom: 1px solid var(--color-tertiary);
  color: var(--color-secondary);
  padding: 0.75em 0;
  font-size: 1.05rem;
  line-height: var(--line-height-sm);
}
.sidebar__article.active {
  color: var(--color-primary);
}

.stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: var(--grid-gap);
}
@media (min-width: 50em) {
  .stats {
    gap: var(--grid-gap-l);
  }
}
.stats .stats__block {
  text-align: center;
}
@media (min-width: 70em) {
  .stats .stats__block {
    min-width: 280px;
  }
}
.stats .stats__block .stats__block-title {
  line-height: 1;
  font-weight: 700;
  text-shadow: 6px 6px 6px #000;
  font-size: 4rem;
}
@media (min-width: 50em) {
  .stats .stats__block .stats__block-title {
    font-size: 6.2rem;
  }
}
@media (min-width: 70em) {
  .stats .stats__block .stats__block-title {
    font-size: 7.2rem;
  }
}
.stats .stats__block .stats__block-text {
  color: var(--color-secondary);
  font-family: var(--expanded-family);
  text-transform: uppercase;
  font-size: var(--font-size-sm);
  letter-spacing: 2.5px;
  color: var(--color-primary);
  margin-top: var(--spacing-s);
}

.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-template-columns: 1fr 1fr 1fr;
  }
}

.subpages__intro {
  margin-bottom: var(--spacing-xl);
  padding-bottom: var(--spacing-s);
}
@media (min-width: 50em) {
  .subpages__intro {
    margin-bottom: var(--spacing-xl);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.subpages__intro h2 {
  margin-bottom: var(--spacing-xs);
}
@media (min-width: 50em) {
  .subpages__intro h2 {
    margin-bottom: 0;
  }
}

.subpages__article {
  display: block;
  position: relative;
  background-color: var(--color-secondary);
  padding: var(--spacing-s);
  transition: 0.25s all ease-in-out;
}
.subpages__article .article__image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.subpages__article .article__image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.25s all ease-in-out;
}
.subpages__article .article__image.placeholder {
  background: #fff;
  aspect-ratio: 4/3;
}
.subpages__article .article__image.placeholder img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 130px;
}
.subpages__article .article__content {
  padding: var(--spacing) var(--spacing) 100px var(--spacing);
}
.subpages__article .article__content h3 {
  color: var(--color-text-dark);
  font-size: var(--font-size-h4);
  text-transform: none;
  font-weight: var(--font-weight-normal);
}
.subpages__article .article__content p {
  font-size: var(--font-size-xs);
  color: var(--color-text-dark);
  line-height: var(--line-height-sm);
}
.subpages__article .article__content time {
  margin-bottom: var(--spacing-xs);
  display: inline-block;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.subpages__article .article__content .article__read-more {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: var(--font-size-sm);
}
.subpages__article .article__content svg {
  position: absolute;
  bottom: var(--spacing);
  margin: 0;
  transition: 0.25s all ease-in-out;
}
.subpages__article .article__content svg g {
  transition: 0.25s all ease-in-out;
  fill: transparent;
}
.subpages__article:hover, .subpages__article:focus {
  text-decoration: none;
  background-color: var(--color-primary);
}
.subpages__article:hover .article__image img, .subpages__article:focus .article__image img {
  transform: scale(1.1);
}
.subpages__article:hover svg, .subpages__article:focus svg {
  margin-left: 5px;
}
.subpages__article:hover svg g[data-name="Arrow circle"], .subpages__article:focus svg g[data-name="Arrow circle"] {
  fill: var(--color-black);
}
.subpages__article:hover svg g[data-name="Arrow symbol"], .subpages__article:focus svg g[data-name="Arrow symbol"] {
  stroke: var(--color-secondary);
}
.subpages__article.agent-story {
  background-color: #B3D5DC;
}
.subpages__article.agent-story .article__image {
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin: 0 var(--spacing-l) 0 var(--spacing-l);
}
@media (min-width: 50em) {
  .subpages__article.agent-story .article__image {
    margin: 0 var(--spacing-xl) 0 var(--spacing-xl);
  }
}
.subpages__article.agent-story .article__image img {
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.subpages__article.agent-story:hover, .subpages__article.agent-story:focus {
  text-decoration: none;
  background-color: var(--color-primary);
}

.subpages__article:last-child {
  border-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-xxl {
  margin-left: var(--spacing-xxl) !important;
}

.ml-xl {
  margin-left: var(--spacing-xl) !important;
}

.ml-l {
  margin-left: var(--spacing-l) !important;
}

.ml {
  margin-left: var(--spacing) !important;
}

.ml-s {
  margin-left: var(--spacing-s) !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-xxl {
  margin-right: var(--spacing-xxl) !important;
}

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

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

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

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

.mr-0 {
  margin-right: 0 !important;
}

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

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

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

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