@charset "UTF-8";
/*!
Theme Name:     Viva2023
Author:         House9Design
Version:        1.0
*/
* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

[hidden] {
  display: none !important;
}

[hidden="opacity"], [hidden="visibility"] {
  display: revert !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

[hidden="size"], [invisible] {
  display: revert !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

[invisible] {
  position: absolute !important;
}

.divider {
  background: #000;
  height: 1px;
  margin: 1.5em 0;
  overflow: hidden;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-overflow {
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.text-hyphens {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.text-nowrap {
  white-space: nowrap;
}

.img-left {
  float: left;
  margin: 0 1.05rem 1.05rem 0;
}

.img-right {
  float: right;
  margin: 0 0 1.05rem 1.05rem;
}

.image--background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
}

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

.childs-center {
  display: flex;
  justify-content: center;
}

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

.childs-spaced {
  display: flex;
  justify-content: space-between;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-drag {
  -webkit-user-drag: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-animation, .no-animation *, [animation="off"], [animation="off"] * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-touch {
  pointer-events: none;
}

.no-touch .has-touch {
  pointer-events: all;
}

.is-clickable, [on-click], [onclick], action {
  cursor: pointer;
}

.is-loading {
  opacity: 0.2;
}

.is-responsive, [responsive] {
  max-width: 100%;
  height: auto;
}

.debug--notification {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 1em;
  left: 1em;
  background-color: red;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  line-height: 1;
  padding: .5em 1em;
  text-transform: uppercase;
  border-radius: 5px;
  z-index: 9999999999;
  pointer-events: none;
}

.debug--columns {
  opacity: 0.5;
}

.debug--columns {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding: 0 var(--column-padding, 20px);
}

.debug--columns:before {
  content: '';
  height: 100%;
  display: block;
  margin-left: 0;
  width: 100%;
  background-position: 0;
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) calc((100% / 6) - 1px), transparent calc((100% / 6) - 1px), transparent calc(100% / 6)), linear-gradient(0deg, rgba(0, 0, 0, 0) 95%, rgba(56, 255, 255, 0.9) 100%);
  background-size: calc(100% + 1px) 100%, 100% 1.05rem;
  background-position: 0;
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) calc((100% / var(--column-count, 6)) - var(--column-gap, 1px)), transparent calc((100% / var(--column-count, 6)) - var(--column-gap, 1px)), transparent calc(100% / var(--column-count, 6))), linear-gradient(0deg, rgba(0, 0, 0, 0) 95%, rgba(56, 255, 255, 0.9) 100%);
  background-size: calc(100% + var(--column-gap, 1px)) 100%, 100% 1.05rem;
}

html {
  margin: 0px;
  padding: 0px;
  font-size: 40px;
  line-height: 1.05;
  font-weight: normal;
  position: relative;
  overflow-anchor: none;
  --inner-width: 100vw;
  --screen-width: 100vw;
  --screen-height: 100vh;
  --screen-padding: var(--screen-scrollbar, 0);
  --overlay-width: calc(100vw - var(--screen-scrollbar, 0px));
  --viewport-width: 100vw;
  --viewport-height: 100vh;
  --viewport-offset-x: 0;
  --viewport-offset-y: 0;
  --column-count: 6;
  --column-gap: 1px;
  --column-padding: 20px;
  --column-width: var(--inner-width, 100vw);
  --column-max-width: 100vw;
  --breakpoint-phone: 640px;
  --breakpoint-tablet: 768px;
  --breakpoint-laptop: 1024px;
  --breakpoint-desktop: 1440px;
}

html.has-overlay-scroll {
  padding-right: var(--screen-scrollbar, 0);
}

@media screen and (max-width: 640px) {
  html {
    --column-count: 7;
    --column-gap: 1px;
    --column-padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  html {
    --breakpoint: phone;
  }
  html:before {
    display: none;
    content: "phone";
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  html {
    --breakpoint: tablet;
  }
  html:before {
    display: none;
    content: "tablet";
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    --breakpoint: laptop;
  }
  html:before {
    display: none;
    content: "laptop";
  }
}

@media screen and (min-width: 1025px) {
  html {
    --breakpoint: desktop;
  }
  html:before {
    display: none;
    content: "desktop";
  }
}

body {
  margin: 0px;
  padding: 0px;
  background: #FFBECF;
  color: #000;
  font-family: A2StandardSansXCond, sans-serif;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.25em;
  margin-right: 0;
  margin-bottom: 0.25em;
  margin-left: 0;
  padding: 0px;
  color: inherit;
}

h1 {
  font-size: 1rem;
}

h2 {
  font-size: 0.6rem;
}

h3 {
  font-size: 0.5rem;
}

h4 {
  font-size: 0.45rem;
}

h5 {
  font-size: 0.35rem;
}

h6 {
  font-size: 0.3rem;
}

p {
  margin-top: var(--text-gap, 1.05em);
  margin-bottom: var(--text-gap, 1.05em);
}

small {
  font-size: 0.8em;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

sup {
  position: relative;
  vertical-align: baseline;
  top: -0.45em;
}

sub {
  position: relative;
  vertical-align: baseline;
  top: 0.15em;
}

a {
  color: inherit;
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

:where(a):focus {
  outline: none;
}

:where(a):focus-visible {
  outline: var(--focus-outline, 2px auto);
  outline-color: var(--focus-color, #5E9ED6);
  outline-offset: var(--focus-offset, 3px);
}

ul, ol {
  margin-top: 1.05rem;
  margin-right: 0;
  margin-bottom: 1.2em;
  margin-left: 1.05rem;
  padding: 0px;
  list-style-position: outside;
}

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

ul.is-clear, ol.is-clear {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.is-clear > li, ol.is-clear > li {
  padding-left: 0;
}

ul.is-clear > li:before, ol.is-clear > li:before {
  content: none;
}

ul.is-inline, ol.is-inline {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.is-inline > li, ol.is-inline > li {
  display: inline-block;
}

ul.is-inline > li, ol.is-inline > li {
  padding-left: 0;
}

ul.is-inline > li:before, ol.is-inline > li:before {
  content: none;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul:where([unstyled]) {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul:where([unstyled]) > li {
  padding-left: 0;
}

ul:where([unstyled]) > li:before {
  content: none;
}

ul.is-inline, ol.is-inline {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.is-inline > li, ol.is-inline > li {
  display: inline-block;
}

ul.is-inline > li, ol.is-inline > li {
  padding-left: 0;
}

ul.is-inline > li:before, ol.is-inline > li:before {
  content: none;
}

ul.is-clean, ol.is-clean {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.is-clean > li, ol.is-clean > li {
  padding-left: 0;
}

ul.is-clean > li:before, ol.is-clean > li:before {
  content: none;
}

menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

menu > li {
  padding-left: 0;
}

menu > li:before {
  content: none;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
  max-width: 100%;
}

button img {
  vertical-align: middle;
}

img {
  transition: opacity .25s;
}

img[lazy], img[focus] {
  opacity: 0;
}

:where(figure) {
  margin: 0;
}

svg, canvas, iframe {
  vertical-align: top;
}

table {
  font-family: A2StandardSansXCond, sans-serif;
  color: inherit;
  border-collapse: collapse;
  margin: 1.05rem 0;
  width: 100%;
}

th, td {
  border: 1px solid #000;
  padding: 0.5em;
}

:where(fieldset) {
  margin-top: 1.05rem;
  margin-right: 0;
  margin-bottom: 1.05rem;
  margin-left: 0;
  padding: 0px;
  border: none;
  padding: 0;
  min-width: 0;
}

:where(fieldset) input:not([type]), :where(fieldset) input[type="date"], :where(fieldset) input[type="datetime-local"], :where(fieldset) input[type="email"], :where(fieldset) input[type="password"], :where(fieldset) input[type="number"], :where(fieldset) input[type="search"], :where(fieldset) input[type="tel"], :where(fieldset) input[type="text"], :where(fieldset) input[type="time"], :where(fieldset) input[type="url"], :where(fieldset) textarea, :where(fieldset) [contenteditable="true"], :where(fieldset) select {
  width: 100%;
}

legend {
  margin: 0px;
  padding: 0px;
  display: block;
  font: inherit;
}

label {
  display: block;
  font: inherit;
}

button, [role="button"] {
  cursor: pointer;
}

:where(button) {
  color: inherit;
}

:where([contenteditable]) {
  min-height: calc(var(--rows) * 1.05rem);
}

button[unstyled] {
  appearance: none;
  -webkit-appearance: none;
}

:where(button[unstyled]) {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  text-align: inherit;
}

:where(button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])):focus {
  outline: none;
}

:where(button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: var(--focus-outline, 2px auto);
  outline-color: var(--focus-color, #5E9ED6);
  outline-offset: var(--focus-offset, 3px);
}

button, input, optgroup, select, textarea, [contenteditable="true"] {
  font-family: A2StandardSansXCond, sans-serif;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

:where(input:not([type]), input[type="date"], input[type="datetime-local"], input[type="email"], input[type="password"], input[type="number"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], textarea, [contenteditable="true"]) {
  border: 1px solid currentColor;
  display: inline-block;
  padding: 0.5em;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
}

input.placeholder, textarea.placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.4);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  font: inherit;
  color: rgba(0, 0, 0, 0.4);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.4);
}

input::placeholder, textarea::placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.4);
}

[placeholder]:empty:not(:focus):before {
  content: attr(placeholder);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
}

[pointer] {
  cursor: pointer;
}

summary {
  cursor: pointer;
}

summary[unstyled] {
  display: block;
  -webkit-appearance: none;
}

summary[unstyled]::-webkit-details-marker {
  display: none;
}

dialog {
  padding: 0;
  border: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

@media screen {
  .is-print, [print] {
    display: none !important;
  }
}

@media print {
  .is-screen, [screen] {
    display: none !important;
  }
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

.chromeperfectpixel-panel button {
  color: #c0c9d1;
  border-color: #c0c9d1;
}

.chromeperfectpixel-panel button svg:not([unstyled]) path, .chromeperfectpixel-panel button svg:not([unstyled]) line, .chromeperfectpixel-panel button svg:not([unstyled]) rect {
  fill: #c0c9d1;
}

.chromeperfectpixel-panel button svg:not([unstyled]) line {
  stroke: #c0c9d1;
}

.chromeperfectpixel-panel .chromeperfectpixel-button-actions--active {
  color: #0c7ff2;
  border-color: #0c7ff2;
}

.chromeperfectpixel-panel .chromeperfectpixel-button-actions--active svg:not([unstyled]) path, .chromeperfectpixel-panel .chromeperfectpixel-button-actions--active svg:not([unstyled]) line, .chromeperfectpixel-panel .chromeperfectpixel-button-actions--active svg:not([unstyled]) rect {
  fill: #0c7ff2;
}

.chromeperfectpixel-panel .chromeperfectpixel-button-actions--active svg:not([unstyled]) line {
  stroke: #0c7ff2;
}

#wpadminbar * small {
  display: inline;
}

div#wpadminbar {
  transition: all 0.2s;
}

div#wpadminbar:after {
  position: absolute;
  top: 100%;
  right: 75px;
  bottom: auto;
  left: auto;
  content: "\f111";
  font-size: 10px;
  border-radius: 0 0 3px 3px;
  line-height: 1;
  font-family: dashicons;
  display: block;
  background: inherit;
  color: white;
  width: 28px;
  text-align: center;
  padding: 0 0 5px;
}

div#wpadminbar:not(:hover) {
  transform: translateY(calc(-100% + 2px));
}

@media screen and (min-width: 783px) {
  body.is-env-local div#wpadminbar #wp-admin-bar-wp-logo, body.is-env-local div#wpadminbar #wp-admin-bar-updates {
    display: none;
  }
}

@media screen and (max-width: 782px) {
  div#wpadminbar {
    display: none;
  }
}

#wp-admin-bar-my-account, #wp-admin-bar-search {
  display: none;
}

html[lang] {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  div#wpadminbar {
    display: none;
  }
}

@font-face {
  font-family: "A2StandardSansXCond";
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/a2-v2/A2StandardSansXCond-Bold.woff2") format("woff2"), url("assets/fonts/a2-v2/A2StandardSansXCond-Bold.woff") format("woff");
}

.container, .site-main, .item-site-splash, .media-player--buttons, .item-loader, .item-help {
  padding: 0.52rem var(--column-padding, 20px);
}

@media screen and (max-width: 640px) {
  .container, .site-main, .item-site-splash, .media-player--buttons, .item-loader, .item-help {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.button-circle {
  background: url(assets/images/circle.svg) center / contain no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
  font-size: 1.25rem;
  line-height: 1;
  padding: 4px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .button-circle {
    font-size: 0.8rem;
    line-height: 1;
  }
}

@media screen and (max-width: 420px) {
  .button-circle {
    font-size: 0.65rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .button-circle {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-background-clip: border-box;
    -moz-background-clip: border;
    background-clip: border-box;
    padding: 2px;
  }
}

@media screen and (max-width: 420px) {
  .button-circle {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    -webkit-background-clip: border-box;
    -moz-background-clip: border;
    background-clip: border-box;
  }
}

.button-circle > span {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  background-color: var(--button-bg);
  color: var(--button-fg);
  border-color: var(--button-fg);
}

.button-circle > span svg:not([unstyled]) path, .button-circle > span svg:not([unstyled]) line, .button-circle > span svg:not([unstyled]) rect {
  fill: var(--button-fg);
}

.button-circle > span svg:not([unstyled]) line {
  stroke: var(--button-fg);
}

.button-circle--wrap {
  width: 1.25em;
  display: inline-block;
  position: relative;
}

.button-circle--wrap .button-circle {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -0.23em;
  left: 0px;
}

.button-circle .icn {
  position: relative;
}

@media screen and (max-width: 768px) {
  .button-circle .icn {
    max-width: 18px;
  }
  .button-circle .icn-star {
    max-width: 16px;
  }
  .button-circle .icn-sound-on, .button-circle .icn-sound-off {
    top: 0.5px;
    left: -0.5px;
  }
  .button-circle z {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0.5px;
  }
}

@media screen and (max-width: 420px) {
  .button-circle .icn {
    max-width: 14px;
  }
  .button-circle .icn-sound-on, .button-circle .icn-sound-off {
    max-width: 15px;
  }
}

.button-circle[hover], .button-circle--wrap[open] {
  --button-bg: #000;
  --button-fg: #FFBECF;
}

@media (hover: hover) {
  .button-circle:hover {
    --button-bg: #000;
    --button-fg: #FFBECF;
  }
}

.words-block {
  white-space: nowrap;
}

@font-face {
  font-family: "A2StandardSansXCond";
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/a2-v2/A2StandardSansXCond-Bold.woff2") format("woff2"), url("assets/fonts/a2-v2/A2StandardSansXCond-Bold.woff") format("woff");
}

html {
  --image-height: 281px;
  --scroll-offset: -0.6em;
}

@media screen and (max-width: 768px) {
  html {
    --scroll-offset:-0.2em;
  }
}

@media screen and (max-width: 420px) {
  html {
    --scroll-offset:-0.18em;
  }
}

body {
  font-size: 1rem;
  letter-spacing: 0.0125em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.625rem;
    line-height: 1.04;
  }
}

@media screen and (max-width: 420px) {
  body {
    font-size: 0.525rem;
    line-height: 1.0476190476;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  letter-spacing: 0.0125em;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 0.625rem;
    line-height: 1.04;
  }
}

@media screen and (max-width: 420px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 0.525rem;
    line-height: 1.0476190476;
  }
}

u {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 0.1em;
  text-decoration-skip-ink: none;
}

p {
  margin: 0;
}

p + p {
  text-indent: 2em;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.5rem;
  line-height: 1.05;
  padding-top: 0.1em;
}

@media screen and (max-width: 768px) {
  figcaption {
    font-size: 0.3rem;
    line-height: 1;
  }
}

a:not([unstyled]) {
  background: url(assets/images/border.svg) center no-repeat;
  background-repeat: repeat-x;
  background-position: bottom left;
  text-decoration: none;
}

@media (hover: hover) {
  a:not([unstyled]):hover {
    background: none;
  }
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  list-style-type: none;
}

ul > li {
  padding-left: 0;
}

ul > li:before {
  content: none;
}

ul > li {
  list-style-type: inherit;
  position: relative;
  padding-left: 1em;
}

ul > li:before {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 1em;
  content: "-";
}

ul[unstyled], ol[unstyled] {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul[unstyled] > li, ol[unstyled] > li {
  padding-left: 0;
}

ul[unstyled] > li:before, ol[unstyled] > li:before {
  content: none;
}

form input:not([type]), form input[type="date"], form input[type="datetime-local"], form input[type="email"], form input[type="password"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form textarea, form [contenteditable="true"], form select, form .select2-container--default .select2-selection--single, .gform_wrapper input:not([type]), .gform_wrapper input[type="date"], .gform_wrapper input[type="datetime-local"], .gform_wrapper input[type="email"], .gform_wrapper input[type="password"], .gform_wrapper input[type="number"], .gform_wrapper input[type="search"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="time"], .gform_wrapper input[type="url"], .gform_wrapper textarea, .gform_wrapper [contenteditable="true"], .gform_wrapper select, .gform_wrapper .select2-container--default .select2-selection--single {
  background: transparent;
  color: #000;
  border: --button-border-size, 3px;
  padding: var(--input-padding, 0 0.15em 0.05em);
  font: var(--input-font, inherit);
  line-height: var(--input-lineheight);
  border-radius: 0;
  margin: 0;
  width: 100%;
  vertical-align: top;
}

form input:not([type]):focus, form input[type="date"]:focus, form input[type="datetime-local"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form input[type="number"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="text"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form textarea:focus, form [contenteditable="true"]:focus, form select:focus, form .select2-container--default .select2-selection--single:focus, .gform_wrapper input:not([type]):focus, .gform_wrapper input[type="date"]:focus, .gform_wrapper input[type="datetime-local"]:focus, .gform_wrapper input[type="email"]:focus, .gform_wrapper input[type="password"]:focus, .gform_wrapper input[type="number"]:focus, .gform_wrapper input[type="search"]:focus, .gform_wrapper input[type="tel"]:focus, .gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="time"]:focus, .gform_wrapper input[type="url"]:focus, .gform_wrapper textarea:focus, .gform_wrapper [contenteditable="true"]:focus, .gform_wrapper select:focus, .gform_wrapper .select2-container--default .select2-selection--single:focus {
  outline: none;
}

form input:not([type]):focus-visible, form input[type="date"]:focus-visible, form input[type="datetime-local"]:focus-visible, form input[type="email"]:focus-visible, form input[type="password"]:focus-visible, form input[type="number"]:focus-visible, form input[type="search"]:focus-visible, form input[type="tel"]:focus-visible, form input[type="text"]:focus-visible, form input[type="time"]:focus-visible, form input[type="url"]:focus-visible, form textarea:focus-visible, form [contenteditable="true"]:focus-visible, form select:focus-visible, form .select2-container--default .select2-selection--single:focus-visible, .gform_wrapper input:not([type]):focus-visible, .gform_wrapper input[type="date"]:focus-visible, .gform_wrapper input[type="datetime-local"]:focus-visible, .gform_wrapper input[type="email"]:focus-visible, .gform_wrapper input[type="password"]:focus-visible, .gform_wrapper input[type="number"]:focus-visible, .gform_wrapper input[type="search"]:focus-visible, .gform_wrapper input[type="tel"]:focus-visible, .gform_wrapper input[type="text"]:focus-visible, .gform_wrapper input[type="time"]:focus-visible, .gform_wrapper input[type="url"]:focus-visible, .gform_wrapper textarea:focus-visible, .gform_wrapper [contenteditable="true"]:focus-visible, .gform_wrapper select:focus-visible, .gform_wrapper .select2-container--default .select2-selection--single:focus-visible {
  outline: var(--focus-outline, 2px auto);
  outline-color: var(--focus-color, #5E9ED6);
  outline-offset: var(--focus-offset, 3px);
}

form input:not([type]).placeholder, form input[type="date"].placeholder, form input[type="datetime-local"].placeholder, form input[type="email"].placeholder, form input[type="password"].placeholder, form input[type="number"].placeholder, form input[type="search"].placeholder, form input[type="tel"].placeholder, form input[type="text"].placeholder, form input[type="time"].placeholder, form input[type="url"].placeholder, form textarea.placeholder, form [contenteditable="true"].placeholder, form select.placeholder, form .select2-container--default .select2-selection--single.placeholder, .gform_wrapper input:not([type]).placeholder, .gform_wrapper input[type="date"].placeholder, .gform_wrapper input[type="datetime-local"].placeholder, .gform_wrapper input[type="email"].placeholder, .gform_wrapper input[type="password"].placeholder, .gform_wrapper input[type="number"].placeholder, .gform_wrapper input[type="search"].placeholder, .gform_wrapper input[type="tel"].placeholder, .gform_wrapper input[type="text"].placeholder, .gform_wrapper input[type="time"].placeholder, .gform_wrapper input[type="url"].placeholder, .gform_wrapper textarea.placeholder, .gform_wrapper [contenteditable="true"].placeholder, .gform_wrapper select.placeholder, .gform_wrapper .select2-container--default .select2-selection--single.placeholder {
  color: #9e9e9e;
}

form input:not([type])::-moz-placeholder, form input[type="date"]::-moz-placeholder, form input[type="datetime-local"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="number"]::-moz-placeholder, form input[type="search"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form input[type="text"]::-moz-placeholder, form input[type="time"]::-moz-placeholder, form input[type="url"]::-moz-placeholder, form textarea::-moz-placeholder, form [contenteditable="true"]::-moz-placeholder, form select::-moz-placeholder, form .select2-container--default .select2-selection--single::-moz-placeholder, .gform_wrapper input:not([type])::-moz-placeholder, .gform_wrapper input[type="date"]::-moz-placeholder, .gform_wrapper input[type="datetime-local"]::-moz-placeholder, .gform_wrapper input[type="email"]::-moz-placeholder, .gform_wrapper input[type="password"]::-moz-placeholder, .gform_wrapper input[type="number"]::-moz-placeholder, .gform_wrapper input[type="search"]::-moz-placeholder, .gform_wrapper input[type="tel"]::-moz-placeholder, .gform_wrapper input[type="text"]::-moz-placeholder, .gform_wrapper input[type="time"]::-moz-placeholder, .gform_wrapper input[type="url"]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper [contenteditable="true"]::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .gform_wrapper .select2-container--default .select2-selection--single::-moz-placeholder {
  opacity: 1;
  color: #9e9e9e;
}

form input:not([type])::-webkit-input-placeholder, form input[type="date"]::-webkit-input-placeholder, form input[type="datetime-local"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder, form input[type="search"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="text"]::-webkit-input-placeholder, form input[type="time"]::-webkit-input-placeholder, form input[type="url"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form [contenteditable="true"]::-webkit-input-placeholder, form select::-webkit-input-placeholder, form .select2-container--default .select2-selection--single::-webkit-input-placeholder, .gform_wrapper input:not([type])::-webkit-input-placeholder, .gform_wrapper input[type="date"]::-webkit-input-placeholder, .gform_wrapper input[type="datetime-local"]::-webkit-input-placeholder, .gform_wrapper input[type="email"]::-webkit-input-placeholder, .gform_wrapper input[type="password"]::-webkit-input-placeholder, .gform_wrapper input[type="number"]::-webkit-input-placeholder, .gform_wrapper input[type="search"]::-webkit-input-placeholder, .gform_wrapper input[type="tel"]::-webkit-input-placeholder, .gform_wrapper input[type="text"]::-webkit-input-placeholder, .gform_wrapper input[type="time"]::-webkit-input-placeholder, .gform_wrapper input[type="url"]::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper [contenteditable="true"]::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder, .gform_wrapper .select2-container--default .select2-selection--single::-webkit-input-placeholder {
  color: #9e9e9e;
}

form input:not([type])::placeholder, form input[type="date"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="email"]::placeholder, form input[type="password"]::placeholder, form input[type="number"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="text"]::placeholder, form input[type="time"]::placeholder, form input[type="url"]::placeholder, form textarea::placeholder, form [contenteditable="true"]::placeholder, form select::placeholder, form .select2-container--default .select2-selection--single::placeholder, .gform_wrapper input:not([type])::placeholder, .gform_wrapper input[type="date"]::placeholder, .gform_wrapper input[type="datetime-local"]::placeholder, .gform_wrapper input[type="email"]::placeholder, .gform_wrapper input[type="password"]::placeholder, .gform_wrapper input[type="number"]::placeholder, .gform_wrapper input[type="search"]::placeholder, .gform_wrapper input[type="tel"]::placeholder, .gform_wrapper input[type="text"]::placeholder, .gform_wrapper input[type="time"]::placeholder, .gform_wrapper input[type="url"]::placeholder, .gform_wrapper textarea::placeholder, .gform_wrapper [contenteditable="true"]::placeholder, .gform_wrapper select::placeholder, .gform_wrapper .select2-container--default .select2-selection--single::placeholder {
  color: #9e9e9e;
}

form select, .gform_wrapper select {
  appearance: none;
  -webkit-appearance: none;
}

form select:not([multiple]), .gform_wrapper select:not([multiple]) {
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC41MDUiIGhlaWdodD0iNS45NiIgdmlld0JveD0iMCAwIDEwLjUwNSA1Ljk2Ij4KICA8cG9seWxpbmUgcG9pbnRzPSIwLjM1NCAwLjM1NCA1LjI1MiA1LjI1MiAxMC4xNTEgMC4zNTQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=") no-repeat right 10px center, transparent;
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
}

form .select2-selection--single, .gform_wrapper .select2-selection--single {
  height: auto !important;
  margin: 0;
}

form .select2-selection--single::after, .gform_wrapper .select2-selection--single::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC41MDUiIGhlaWdodD0iNS45NiIgdmlld0JveD0iMCAwIDEwLjUwNSA1Ljk2Ij4KICA8cG9seWxpbmUgcG9pbnRzPSIwLjM1NCAwLjM1NCA1LjI1MiA1LjI1MiAxMC4xNTEgMC4zNTQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=") no-repeat right 10px center, transparent;
  content: '';
  width: 2em;
  height: 100%;
}

form .select2-selection__rendered, .gform_wrapper .select2-selection__rendered {
  font: inherit;
  color: #000 !important;
  padding: 0 2em 0.2em 0 !important;
  margin-bottom: -0.2em;
  display: block;
  line-height: inherit !important;
}

form .select2-selection__arrow, .gform_wrapper .select2-selection__arrow {
  display: none;
}

form .select2-dropdown, .gform_wrapper .select2-dropdown {
  border: --button-border-size, 3px;
  border-top: none;
  border-radius: 0;
}

form .select2-search, .gform_wrapper .select2-search {
  border: --button-border-size, 3px;
  padding: 0;
  border-style: none none solid none;
  position: relative;
}

form .select2-search > input, .gform_wrapper .select2-search > input {
  border: none !important;
}

form .select2-search::after, .gform_wrapper .select2-search::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNDE2IDIwOGMwIDQ1LjktMTQuOSA4OC4zLTQwIDEyMi43TDUwMi42IDQ1Ny40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zcy0zMi44IDEyLjUtNDUuMyAwTDMzMC43IDM3NmMtMzQuNCAyNS4yLTc2LjggNDAtMTIyLjcgNDBDOTMuMSA0MTYgMCAzMjIuOSAwIDIwOFM5My4xIDAgMjA4IDBTNDE2IDkzLjEgNDE2IDIwOHpNMjA4IDM1MmExNDQgMTQ0IDAgMSAwIDAtMjg4IDE0NCAxNDQgMCAxIDAgMCAyODh6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  content: '';
  height: 100%;
  width: 2em;
}

form .select2-results ul, .gform_wrapper .select2-results ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

form .select2-results ul > li, .gform_wrapper .select2-results ul > li {
  padding-left: 0;
}

form .select2-results ul > li:before, .gform_wrapper .select2-results ul > li:before {
  content: none;
}

form .select2-results ul li, .gform_wrapper .select2-results ul li {
  padding: 0 0.15em 0.05em;
  margin-bottom: 0;
}

form input[type="checkbox"], .gform_wrapper input[type="checkbox"] {
  display: inline-block;
  width: var(--input-size, 1em);
  height: var(--input-size, 1em);
  border: 1px solid transparent;
  border-color: #000;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  margin: 0 var(--input-gap, 0.5em) 0 0;
  min-width: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

form input[type="checkbox"]:checked:after, .gform_wrapper input[type="checkbox"]:checked:after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: var(--dot-color, #000);
  top: 55%;
  font-size: 100%;
  line-height: 0;
  content: "×";
}

form input[type=checkbox]:checked::before, .gform_wrapper input[type=checkbox]:checked::before {
  content: '';
}

form input[type="radio"], .gform_wrapper input[type="radio"] {
  display: inline-block;
  width: var(--input-size, 1em);
  height: var(--input-size, 1em);
  border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
  border: 1px solid transparent;
  border-color: #000;
  cursor: pointer;
  margin: 0 var(--input-gap, 0.5em) 0 0;
  min-width: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

:where(form input[type="radio"], .gform_wrapper input[type="radio"], form input[type="radio"], .gform_wrapper input[type="radio"]) {
  position: relative;
}

form input[type="radio"]:checked:after, .gform_wrapper input[type="radio"]:checked:after {
  display: inline-block;
  width: var(--dot-size, 50%);
  height: var(--dot-size, 50%);
  border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
  background: var(--dot-color, #000);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: '';
}

form {
  --button-padding: 0.05em 0.15em;
  --button-background: #FFBECF;
  --button-background-hover: #000;
  --button-color: #000;
  --button-color-hover: #FFBECF;
  --border-size: 4px;
}

form.is-loading {
  pointer-events: none;
}

form.is-loading .when-ready, form.is-saved .when-ready {
  display: none;
}

form:not(.is-loading) .when-loading {
  display: none;
}

form:not(.is-saved) .when-saved {
  display: none;
}

form :where(input[type="button"], input[type="submit"], button:not([unstyled])) {
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  padding: var(--button-padding, 0 0.15em 0.05em);
  background: var(--button-background, #000);
  border: --button-border-size, 3px;
  color: var(--button-color, #FFBECF);
}

form :where(input[type="button"], input[type="submit"], button:not([unstyled])) a {
  font: inherit;
  color: inherit;
  display: inline;
  text-decoration: inherit !important;
}

form :where(input[type="button"], input[type="submit"], button:not([unstyled])) svg:not([unstyled]) path, form :where(input[type="button"], input[type="submit"], button:not([unstyled])) svg:not([unstyled]) line, form :where(input[type="button"], input[type="submit"], button:not([unstyled])) svg:not([unstyled]) rect {
  fill: #FFBECF;
}

form :where(input[type="button"], input[type="submit"], button:not([unstyled])) svg:not([unstyled]) line {
  stroke: #FFBECF;
}

@media (hover: hover) {
  form :where(input[type="button"], input[type="submit"], button:not([unstyled])):hover {
    background: var(--button-background-hover, transparent);
    color: var(--button-color-hover, #000);
  }
  form :where(input[type="button"], input[type="submit"], button:not([unstyled])):hover svg:not([unstyled]) path, form :where(input[type="button"], input[type="submit"], button:not([unstyled])):hover svg:not([unstyled]) line, form :where(input[type="button"], input[type="submit"], button:not([unstyled])):hover svg:not([unstyled]) rect {
    fill: #000;
  }
  form :where(input[type="button"], input[type="submit"], button:not([unstyled])):hover svg:not([unstyled]) line {
    stroke: #000;
  }
}

form fieldset {
  margin-bottom: var(--field-margin, 0);
  margin-top: 0;
}

form footer {
  margin: 2em 0 0;
}

form footer button {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  form {
    --border-size: 2px;
    --border-gap: 2px;
    --button-border-size: 2px;
  }
}

form input[type="text"] {
  border: none;
  background-image: repeating-linear-gradient(calc(0deg + 90deg), currentColor, currentColor var(--border-size), transparent var(--border-size), transparent calc(var(--border-size) + var(--border-gap, 4px)), currentColor calc(var(--border-size) + var(--border-gap, 4px))), repeating-linear-gradient(calc(0deg + 180deg), currentColor, currentColor var(--border-size), transparent var(--border-size), transparent calc(var(--border-size) + var(--border-gap, 4px)), currentColor calc(var(--border-size) + var(--border-gap, 4px))), repeating-linear-gradient(calc(0deg + 270deg), currentColor, currentColor var(--border-size), transparent var(--border-size), transparent calc(var(--border-size) + var(--border-gap, 4px)), currentColor calc(var(--border-size) + var(--border-gap, 4px))), repeating-linear-gradient(calc(0deg + 0deg), currentColor, currentColor var(--border-size), transparent var(--border-size), transparent calc(var(--border-size) + var(--border-gap, 4px)), currentColor calc(var(--border-size) + var(--border-gap, 4px)));
  background-size: 100% var(--border-size), var(--border-size) 100%, 100% var(--border-size), var(--border-size) 100%;
  background-position: 0 0, 100% 0, 0 100%, 0 0;
  background-repeat: no-repeat;
  padding: calc(0px + var(--border-size)) calc(0.15em + var(--border-size)) calc(0.05em + var(--border-size));
}

form .gfield_error {
  color: #F00;
}

form .gfield_error input {
  color: #F00;
  border-color: #F00;
}

form .gfield_error .validation_message {
  display: none;
}

form .gform_footer {
  margin-top: 0.25em;
  margin-bottom: 0;
  position: relative;
}

form .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

form .gform_button {
  font-weight: 400;
  display: block;
  text-align: left;
  width: 100%;
}

.field--toggle {
  cursor: pointer;
}

.gform_body input:not([type]), .gform_body input[type="date"], .gform_body input[type="datetime-local"], .gform_body input[type="email"], .gform_body input[type="password"], .gform_body input[type="number"], .gform_body input[type="search"], .gform_body input[type="tel"], .gform_body input[type="text"], .gform_body input[type="time"], .gform_body input[type="url"], .gform_body textarea, .gform_body [contenteditable="true"], .gform_body select {
  margin: 0;
  width: 100%;
}

.gform_wrapper, .gform_confirmation_wrapper {
  --button-padding: 0.05em 0.15em;
  --button-background: #FFBECF;
  --button-background-hover: #000;
  --button-color: #000;
  --button-color-hover: #FFBECF;
  --border-size: 4px;
}

@media screen and (max-width: 640px) {
  .gform_wrapper, .gform_confirmation_wrapper {
    --border-size: 2px;
    --border-gap: 2px;
    --button-border-size: 2px;
  }
}

.gform_wrapper input[type="text"], .gform_confirmation_wrapper input[type="text"] {
  border: none;
  background-image: repeating-linear-gradient(calc(0deg + 90deg), currentColor, currentColor var(--border-size), transparent var(--border-size), transparent calc(var(--border-size) + var(--border-gap, 4px)), currentColor calc(var(--border-size) + var(--border-gap, 4px))), repeating-linear-gradient(calc(0deg + 180deg), currentColor, currentColor var(--border-size), transparent var(--border-size), transparent calc(var(--border-size) + var(--border-gap, 4px)), currentColor calc(var(--border-size) + var(--border-gap, 4px))), repeating-linear-gradient(calc(0deg + 270deg), currentColor, currentColor var(--border-size), transparent var(--border-size), transparent calc(var(--border-size) + var(--border-gap, 4px)), currentColor calc(var(--border-size) + var(--border-gap, 4px))), repeating-linear-gradient(calc(0deg + 0deg), currentColor, currentColor var(--border-size), transparent var(--border-size), transparent calc(var(--border-size) + var(--border-gap, 4px)), currentColor calc(var(--border-size) + var(--border-gap, 4px)));
  background-size: 100% var(--border-size), var(--border-size) 100%, 100% var(--border-size), var(--border-size) 100%;
  background-position: 0 0, 100% 0, 0 100%, 0 0;
  background-repeat: no-repeat;
  padding: calc(0px + var(--border-size)) calc(0.15em + var(--border-size)) calc(0.05em + var(--border-size));
}

.gform_wrapper .gfield_error, .gform_confirmation_wrapper .gfield_error {
  color: #F00;
}

.gform_wrapper .gfield_error input, .gform_confirmation_wrapper .gfield_error input {
  color: #F00;
  border-color: #F00;
}

.gform_wrapper .gfield_error .validation_message, .gform_confirmation_wrapper .gfield_error .validation_message {
  display: none;
}

.gform_wrapper .gform_footer, .gform_confirmation_wrapper .gform_footer {
  margin-top: 0.25em;
  margin-bottom: 0;
  position: relative;
}

.gform_wrapper .gform_ajax_spinner, .gform_confirmation_wrapper .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gform_wrapper .gform_button, .gform_confirmation_wrapper .gform_button {
  font-weight: 400;
  display: block;
  text-align: left;
  width: 100%;
}

.gform_description {
  display: block;
  margin: .5em 0 1em 0;
}

.gform_fields {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.gform_fields > li {
  padding-left: 0;
}

.gform_fields > li:before {
  content: none;
}

.gform_fileupload_rules {
  display: block;
  margin-top: 0.5em;
  font-size: 0.5em;
}

.gform_footer {
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
}

.gform_footer .gform_button {
  margin-bottom: 0;
}

[gform-spinner="left"] .gform_footer .gform_ajax_spinner {
  order: 1;
}

[gform-spinner="left"] .gform_footer .gform_button {
  order: 2;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9999vw !important;
}

.gform_submission_error {
  display: none;
}

.gform_ajax_spinner {
  margin: 0 .5em;
  vertical-align: center;
}

.gfield {
  margin-bottom: var(--field-margin, 0);
  flex-direction: column;
  margin-top: 0;
  position: relative;
}

.gfield_required {
  display: inline-block;
  text-indent: -800vw;
  overflow: hidden;
  position: relative;
  font-size: 0.7em;
  vertical-align: top;
  height: 1em;
  width: 1em;
}

.gfield_required::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  text-indent: 0;
  content: '*';
}

.gfield_label {
  display: block;
}

.gfield_description {
  font-size: 0.8em;
}

.hidden_label .gfield_label {
  display: none;
}

.gfield .hour_minute_colon {
  margin-left: 0;
  flex: 0 0 auto;
  align-self: center;
  transform: translateX(calc(var(--gap) / 2));
}

.gfield_time_ampm {
  margin-left: 0.25em;
}

.gfield_list_group {
  display: flex;
}

.gfield_list_group:not(:first-child) {
  margin-top: 0.5em;
}

.gfield_list_group_item {
  flex: 1 1 auto;
}

.gfield_list_icons {
  display: flex;
}

.gfield_list_icons button {
  margin-bottom: 0;
}

.gfield_validation_message {
  font-size: 0.8em;
  display: block;
  margin: 0.2em 0 1em;
}

.ginput_complex {
  display: flex;
  margin-left: calc(((1 * 1px)) * -1);
  margin-left: calc(((1 * var(--column-gap, 1px))) * -1);
  flex-wrap: wrap;
}

.ginput_complex > * {
  flex: 0 0 auto;
  margin-left: calc(((1 * 1px)));
  margin-left: calc(((1 * var(--column-gap, 1px))));
}

.ginput_complex > * {
  width: calc(100% * 0.5 - 1px + 0px);
  width: calc(100% * var(--column-ratio, 0.5) - var(--column-gap, 1px) + 0px);
}

.ginput_complex span label {
  font-size: 0.5em;
  margin: 0.5em 0;
}

.ginput_complex .ginput_full {
  --column-ratio:1;
}

.ginput_complex .ginput_container_time {
  flex: 0 0 auto;
  width: 2.85em;
}

.ginput_complex .hour_minute_colon {
  flex: 0 0 auto;
  width: 1em;
  text-align: center;
}

.ginput_complex .gfield_time_minute {
  margin-left: 0;
}

.ginput_complex .gfield_time_ampm {
  margin-left: 1em;
}

.ginput_container input, .ginput_container select {
  margin-bottom: 0;
}

.ginput_container_fileupload {
  overflow: hidden;
}

.ginput_container_select {
  padding: 0 0.15em 0.05em;
  color: #000;
  background: transparent;
  color: inherit;
  border: --button-border-size, 3px;
  cursor: pointer;
  display: block;
  text-align: left;
  position: relative;
  padding: 0 0.15em 0.05em;
}

.ginput_container_select:focus-within {
  outline: var(--focus-outline, 2px auto);
  outline-color: var(--focus-color, #5E9ED6);
  outline-offset: var(--focus-offset, 3px);
}

.ginput_container_select select {
  padding: 0;
  max-width: none;
  height: auto;
  outline: none !important;
}

.ginput_container_select:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  bottom: 0px;
  color: currentColor;
  content: "▼";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
}

.ginput_container_select select {
  cursor: pointer;
  border: none;
  background: none;
  -webkit-appearance: none;
  vertical-align: top;
  width: 100%;
  padding-right: 2em;
}

.ginput_container_select select {
  background: none !important;
}

.ginput_container_date {
  display: inline-block;
  max-width: 11em;
}

.gchoice {
  display: flex;
  align-items: center;
  margin-bottom: 0.2em;
}

.gchoice label {
  cursor: pointer;
}

.gform-theme-datepicker {
  border: 1px solid;
  background-color: white;
  padding: 1em;
}

.gform-theme-datepicker .ui-datepicker-header {
  display: flex;
}

.gform-theme-datepicker .ui-datepicker-prev, .gform-theme-datepicker .ui-datepicker-next {
  cursor: pointer;
}

.gform-theme-datepicker .ui-datepicker-prev::after, .gform-theme-datepicker .ui-datepicker-next::after {
  display: inline-block;
}

.gform-theme-datepicker .ui-datepicker-prev {
  order: 1;
  width: 2em;
  text-align: center;
}

.gform-theme-datepicker .ui-datepicker-prev::after {
  content: '❮';
}

.gform-theme-datepicker .ui-datepicker-prev span {
  display: none;
}

.gform-theme-datepicker .ui-datepicker-title {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc((var(--gap, 1em)) * -1);
  flex: 1 1 auto;
  order: 2;
}

.gform-theme-datepicker .ui-datepicker-title > * {
  margin-left: var(--gap, 1em);
}

.gform-theme-datepicker .ui-datepicker-title select {
  flex: 1 1 auto;
  padding: 0;
  width: auto;
}

.gform-theme-datepicker .ui-datepicker-next {
  order: 3;
  width: 2em;
  text-align: center;
}

.gform-theme-datepicker .ui-datepicker-next::after {
  content: '❯';
}

.gform-theme-datepicker .ui-datepicker-next span {
  display: none;
}

.gform-theme-datepicker table {
  font: inherit;
  margin-bottom: 0;
}

.gform-theme-datepicker select {
  font: inherit;
}

.gform-theme-datepicker td {
  cursor: pointer;
}

.gform-theme-datepicker td a {
  text-decoration: none;
}

.gform-theme-datepicker .ui-datepicker-unselectable {
  opacity: 0.2;
}

.gform_fields {
  --field-gap: var(--column-gap);
  --field-ratio: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--column-gap);
  width: 100%;
}

.gfield {
  flex: 0 0 calc((100% + var(--field-gap)) * var(--field-ratio) - var(--field-gap));
}

.gfield--width-eleven-twelfths {
  --field-ratio:11/12;
}

.gfield--width-five-sixths {
  --field-ratio:10/12;
}

.gfield--width-three-quarter {
  --field-ratio:9/12;
}

.gfield--width-two-thirds {
  --field-ratio:8/12;
}

.gfield--width-seven-twelfths {
  --field-ratio:7/12;
}

.gfield--width-half {
  --field-ratio:6/12;
}

.gfield--width-five-twelfths {
  --field-ratio:5/12;
}

.gfield--width-third {
  --field-ratio:4/12;
}

.gfield--width-quarter {
  --field-ratio:3/12;
}

.gfield--width-one-sixth {
  --field-ratio:2/12;
}

.gfield--width-one-twelfth {
  --field-ratio:1/12;
}

.site-main {
  min-height: 100vh;
  padding-bottom: 30vh;
}

.item-site-splash {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 130;
  font-size: 7rem;
  line-height: 0.8321428571;
  letter-spacing: 0.01em;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .item-site-splash {
    font-size: 2.875rem;
    line-height: 0.8;
  }
}

.item-site-splash--content {
  display: inline-block;
  transform: scale(var(--fit-contain));
  transform-origin: top left;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .item-site-splash--content {
    white-space: normal;
  }
}

.item-site-splash--stickers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.item-site-splash--stickers .image {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--w);
  transform: translate(-50%, -50%) rotate(var(--r, 0));
}

.item-site-splash--stickers .sticker-1 {
  --x: 25%;
  --y: 66%;
  --w: 502px;
  --r: -15deg;
}

.item-site-splash--stickers .sticker-2 {
  --x: 18%;
  --y: 28%;
  --w: 323px;
  --r: 0;
}

.item-site-splash--stickers .sticker-3 {
  --x: 66%;
  --y: 50%;
  --w: 732px;
  --r: 9deg;
}

.item-site-splash--stickers .sticker-4 {
  --x: 66%;
  --y: 15%;
  --w: 333px;
  --r: -13deg;
}

.item-site-splash--stickers .sticker-5 {
  --x: 83%;
  --y: 80%;
  --w: 171px;
  --r: 27deg;
}

@media screen and (max-width: 768px) {
  .item-site-splash--stickers .sticker-1 {
    --x: 30%;
    --y: 86%;
    --w: 238px;
    --r: -15deg;
  }
  .item-site-splash--stickers .sticker-2 {
    --x: 72%;
    --y: 11%;
    --w: 153px;
    --r: 0;
  }
  .item-site-splash--stickers .sticker-3 {
    --x: 66%;
    --y: 50%;
    --w: 347px;
    --r: 9deg;
  }
  .item-site-splash--stickers .sticker-4 {
    --x: 87%;
    --y: 22%;
    --w: 158px;
    --r: -13deg;
  }
  .item-site-splash--stickers .sticker-5 {
    --x: 91%;
    --y: 68%;
    --w: 94px;
    --r: 27deg;
  }
}

.item-site-splash[is-closed] .item-site-splash--stickers {
  display: none;
}

.item-site-foot {
  font-size: 7rem;
  line-height: 0.8321428571;
  letter-spacing: 0.01em;
  padding: 0.05em;
  height: var(--fit-contain-y);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .item-site-foot {
    font-size: 2.875rem;
    line-height: 0.8;
  }
}

.item-site-foot--content {
  display: inline-block;
  transform: scale(var(--fit-contain));
  transform-origin: top left;
  white-space: nowrap;
  padding-bottom: 0.12em;
}

body:not([ready]) .item-site-foot {
  display: none;
}

.panel--wrap {
  display: flex;
}

.panel--side {
  font-size: 0.75rem;
  line-height: 1.0666666667;
  letter-spacing: 0.1333333333em;
  width: calc(((var(--screen-width, 100vw) - (2 * var(--column-padding, 20px))) + var(--column-gap, 1px)) * (var(--column-ratio, 1) / var(--column-count, 6)) - var(--column-gap, 1px) + 0px);
  flex: 0 0 auto;
  text-align: center;
  padding-top: 0.3em;
}

@media screen and (max-width: 768px) {
  .panel--side {
    font-size: 0.3rem;
    line-height: 1.25;
    letter-spacing: 0.1666666667em;
  }
}

@media screen and (max-width: 420px) {
  .panel--side {
    font-size: 0.25rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .panel--side {
    padding-top: 0.7em;
  }
}

@media screen and (max-width: 420px) {
  .panel--side {
    padding-top: 0.75em;
  }
}

.panel--breadcrumb {
  cursor: pointer;
  position: sticky;
  display: block;
  top: 0.8em;
}

.panel--main {
  flex: 1 1 auto;
}

.panel--content a {
  word-break: break-word;
}

.media-player {
  position: static;
}

.media-player--icon {
  display: inline-block;
  width: 61px;
  height: 36px;
  color: #FFBECF;
  border-color: #FFBECF;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

.media-player--icon svg:not([unstyled]) path, .media-player--icon svg:not([unstyled]) line, .media-player--icon svg:not([unstyled]) rect {
  fill: #FFBECF;
}

.media-player--icon svg:not([unstyled]) line {
  stroke: #FFBECF;
}

.media-player--icon .icn {
  width: 16px;
}

.media-player--progress {
  margin-top: -0.5px;
  height: 30px;
  position: relative;
}

.media-player--progress::before {
  background: url(assets/images/border.svg) center no-repeat;
  content: '';
  background-repeat: repeat;
  background-position: left;
  background-attachment: fixed;
  display: block;
  height: 50%;
  width: var(--progress, 0);
}

@media screen and (max-width: 640px) {
  .media-player--progress::before {
    height: 100%;
  }
}

.media-player--progress::after {
  background: url(assets/images/border.svg) center no-repeat;
  background-repeat: repeat;
  background-position: left;
  background-attachment: fixed;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: var(--progress-over-x, 0);
  content: '';
  height: 100%;
  width: var(--progress-over-width);
}

@media screen and (max-width: 640px) {
  .media-player--progress::after {
    display: none;
  }
}

.media-player--buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc((var(--gap, 0.2em)) * -1);
}

.media-player--buttons > * {
  margin-left: var(--gap, 0.2em);
}

.item-overlay-zoom .media-player--buttons {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
}

.video-placeholder {
  position: relative;
  position: relative;
  box-shadow: inset 0 0 0 1px #000;
  max-width: 600px;
}

.video-placeholder:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: calc((1/(1.5017793594)) * 100%);
}

.video-placeholder > * {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-placeholder button {
  background-color: #FFBECF;
}

.icn-play {
  margin-left: 6px;
}

@media screen and (max-width: 768px) {
  .icn-play {
    margin-left: 3px;
    width: 12px;
  }
  .icn-pause {
    width: 9px;
  }
}

.item-overlay-zoom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 130;
  box-shadow: 0 -5px 0 0 #FFBECF;
  background-color: #FFBECF;
  display: flex;
  flex-direction: column;
}

.item-overlay-zoom--close {
  position: absolute;
  top: 0.6em;
  right: var(--column-padding, 0.9em);
  bottom: auto;
  left: auto;
  z-index: 10;
}

.item-overlay-zoom--screen {
  width: 90%;
  height: 85%;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .item-overlay-zoom--screen {
    width: 85%;
  }
}

@media screen and (max-width: 640px) {
  .item-overlay-zoom--screen {
    margin-top: 2.7em;
    width: auto;
  }
}

.item-overlay-zoom--media {
  display: inline-block;
}

.item-overlay-zoom--media {
  width: var(--fit-contain-x, 100%);
}

.item-overlay-zoom figcaption {
  display: none;
}

.element-tooltip {
  font-size: 7rem;
  line-height: 0.8321428571;
  letter-spacing: 0.01em;
  padding: 0.3rem 0.35rem;
}

@media (max-width: 640px) {
  .element-tooltip {
    font-size: 74px;
    line-height: 64px;
  }
}

@media (min-width: 640px) and (max-width: 1440px) {
  .element-tooltip {
    font-size: calc(74px + (280 - 74) * ((100vw - 640px)/(1440 - 640)));
    line-height: calc(64px + (233 - 64) * ((100vw - 640px)/(1440 - 640)));
  }
}

@media (min-width: 1440px) {
  .element-tooltip {
    font-size: 280px;
    line-height: 233px;
  }
}

@media screen and (max-width: 768px) {
  .element-tooltip {
    font-size: 1.85rem;
    line-height: 0.8648648649;
  }
}

@media screen and (min-width: 769px) {
  .element-tooltip {
    width: calc((100% + var(--column-gap, 1px)) * var(--column-ratio, 0.8333333333) - var(--column-gap, 1px) + 0px);
  }
}

@media screen and (max-width: 768px) {
  .element-tooltip {
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
  }
}

.item-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 130;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.5s;
  opacity: 1;
}

.item-loader--image {
  width: var(--fit-contain-x);
}

.item-loader:not(.is-visible) {
  display: flex;
  opacity: 0;
}

.item-help {
  position: fixed;
  z-index: 130;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  display: flex;
}

.item-help--options {
  display: flex;
}

@media screen and (min-width: 769px) {
  .item-help--options > * {
    margin-left: 0.15em;
  }
}

@media screen and (max-width: 768px) {
  .item-help {
    display: flex;
    flex-direction: column;
  }
  .item-help--trigger {
    order: 2;
  }
  .item-help--options {
    order: 1;
    flex-direction: column-reverse;
  }
  .item-help--options > * {
    margin-bottom: 0.25em;
  }
}

.item-artists--item:not(:first-child) {
  margin-top: 0.45em;
}

.item-artists--trigger {
  text-decoration: none;
  display: block;
}

.item-artists--name {
  margin-bottom: 0.1em;
}

.item-artists--trigger[open] {
  --button-bg: #000;
  --button-fg: #FFBECF;
}

@media (hover: hover) {
  .item-artists--trigger:hover {
    --button-bg: #000;
    --button-fg: #FFBECF;
  }
}

.panel--child.is-artists + .panel--child.is-artists {
  margin-top: 0.45em;
}

.item-artist-images {
  position: relative;
}

.item-artist-images--item {
  display: inline-block;
  position: relative;
}

.item-artist-images--item .image {
  width: calc(var(--aspect-ratio-y) * var(--image-height));
}

.item-artist-images--item .is-colored {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  opacity: 0;
  transition: opacity 15s;
}

.item-artists--item .item-artist-images--item {
  background: url(assets/images/border.svg) center no-repeat;
  background-repeat: repeat-x;
  background-position: bottom left;
  text-decoration: none;
  padding-bottom: 4px;
}

.item-artists--trigger[open] .item-artist-images--item .is-colored {
  opacity: 1;
}

.item-artists--trigger:not(:hover) .item-artist-images--item {
  background: none;
}

@media (hover: none) {
  .item-artists--trigger .item-artist-images--item {
    background: none;
  }
}

.item-artist-captions {
  display: grid;
  grid-template-areas: "cell";
}

.item-artist-captions > * {
  grid-area: cell;
}

.item-artist-captions > *:not(.is-visible) {
  visibility: hidden;
}

.block-partners {
  --image-scale: 1.2;
  padding-top: 0.15em;
}

.block-partners--item {
  margin-bottom: 1em;
}

.block-partners .image {
  display: block;
  max-width: calc((var(--aspect-ratio-y) * 150px) * var(--image-scale));
}

.block-partners .image--link {
  background: none;
  display: inline-block;
  padding-bottom: 4px;
}

.block-partners .image--link img {
  display: block;
}

@media (hover: hover) {
  .block-partners .image--link:hover {
    background: url(assets/images/border.svg) center no-repeat;
    background-repeat: repeat-x;
    background-position: bottom left;
    text-decoration: none;
  }
}

.block-partners .image.is-landscape {
  max-width: calc(233px * var(--image-scale));
}

.block-partners.is-smaller {
  --image-scale: 0.6;
}

.item-_voice-tester {
  position: fixed;
  top: auto;
  right: 1em;
  bottom: 1em;
  left: auto;
  padding: 1em;
  border: 2px solid black;
  max-width: 500px;
  background-color: #FFBECF;
  font-size: .7em;
}

.page-artist-item--caption {
  margin-top: -3px;
  margin-bottom: 0.7em;
}

.page-artist-item--content a, .page-artist-item--meta a {
  word-break: break-all;
}

.page-artist-item--gallery {
  padding-top: 0.35em;
}

.page-artist-item--gallery figure {
  margin-bottom: 0.3em;
}

.page-artist-item--thumbnail {
  width: calc(var(--aspect-ratio-y) * var(--image-height));
}

/*# sourceMappingURL=style.css.map */