:root {
  --black: #111;
  --light-grey: var(--white);
  --grey: #7e7e7e;
  --green-yellow: #af0;
  --white: white;
  --off-black: rgba(85, 85, 85, .35);
  --sig-2024-theme-color-1: #fdfced;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--black);
  color: var(--light-grey);
  flex-direction: column;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.27;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.27;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.27;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.27;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
}

h5 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.27;
}

h6 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.27;
}

p {
  color: var(--light-grey);
  margin-bottom: 10px;
}

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

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
}

img {
  border-radius: 6px;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 300;
  display: block;
}

blockquote {
  border-left: 1px solid var(--light-grey);
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.2;
}

figcaption {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 25px;
}

.section {
  outline-offset: 0px;
  outline: 0 #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.style-section {
  margin-top: 100px;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.margin-top {
  margin-top: 150px;
}

.section.margin-top:focus {
  outline-offset: 0px;
  outline: 3px #000;
}

.section.margin-top:focus-visible {
  outline-offset: 0px;
  outline: 3px #000;
}

.section.margin-top[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px #000;
}

.section.small-margin-top {
  margin-top: 35px;
}

.section.hero-section {
  min-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.footer {
  margin-top: 200px;
  position: relative;
}

.section.big-margin-top {
  margin-top: 190px;
}

.section.big-margin-top:focus {
  outline-offset: 0px;
  outline: 3px #000;
}

.section.big-margin-top:focus-visible {
  outline-offset: 0px;
  outline: 3px #000;
}

.section.big-margin-top[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px #000;
}

.style-container {
  padding-top: 11px;
  padding-bottom: 25px;
}

.button {
  border: 1px solid var(--grey);
  background-color: var(--black);
  color: var(--grey);
  border-radius: 10px;
  padding: 5px 13px 4px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.button:hover, .button.w--current {
  border-color: var(--light-grey);
  background-color: var(--black);
  color: var(--light-grey);
}

.button.close {
  margin-right: 0;
  display: none;
}

.button.menu {
  margin-right: 0;
}

.button.all-my-templates {
  border-style: solid;
  border-color: var(--green-yellow);
  background-color: var(--green-yellow);
  color: var(--black);
}

.button.all-my-templates:hover {
  color: var(--green-yellow);
  background-color: rgba(0, 0, 0, 0);
}

.button.footer:hover {
  border-color: var(--white);
}

.button.is-nav {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-left: 10px;
  padding-right: 0;
}

.button.is-nav:hover {
  background-color: var(--off-black);
}

.button.is-nav.w--current, .button.is-nav.mobile {
  padding-right: 10px;
}

.button.is-nav.mobile.w--current {
  background-color: rgba(148, 148, 148, 0);
}

.button.is-nav.mobile.w--current:hover {
  background-color: var(--off-black);
}

.button.is-nav.mobile.register-button {
  color: var(--black);
  background-color: #fdfced;
}

.button.is-nav.mobile.register-button:hover {
  border-style: solid;
  border-color: var(--sig-2024-theme-color-1);
  box-shadow: 0 0 5px 0 var(--sig-2024-theme-color-1);
  color: var(--sig-2024-theme-color-1);
  background-color: rgba(253, 252, 237, 0);
}

.button.is-grey {
  background-color: var(--grey);
  color: var(--black);
}

.button.is-grey:hover {
  border-color: var(--grey);
  color: var(--grey);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-grey.text-size-big {
  border-radius: 100px;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 0 10px rgba(255, 255, 255, .67);
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.border-top {
  padding-top: 12px;
}

.grid.team {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.colour-swatch {
  background-color: var(--black);
  border-radius: 12px;
  width: 100%;
  height: 100px;
}

.colour-swatch.black.outline {
  border: 1px solid var(--light-grey);
}

.colour-swatch.light-grey {
  background-color: var(--light-grey);
}

.colour-swatch.grey {
  background-color: var(--grey);
}

.colour-swatch.green {
  background-color: var(--green-yellow);
}

.spacer._25 {
  width: 25px;
  height: 25px;
}

.spacer._25.style-guide {
  background-color: var(--light-grey);
}

.spacer._50 {
  width: 50px;
  height: 50px;
}

.spacer._50.style-guide {
  background-color: var(--light-grey);
}

.spacer._75 {
  width: 75px;
  height: 75px;
}

.spacer._75.style-guide {
  background-color: var(--light-grey);
}

.spacer._100 {
  width: 100px;
  height: 100px;
}

.spacer._100.style-guide {
  background-color: var(--light-grey);
}

.spacer._15 {
  width: 15px;
  height: 15px;
}

.spacer._15.style-guide {
  background-color: var(--light-grey);
}

.container {
  max-width: 1600px;
  min-height: 26px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
  display: block;
}

.container.password {
  margin-left: auto;
  margin-right: auto;
}

.container.padding-top {
  padding-top: 15px;
}

.container.hero-section {
  height: 100%;
  display: block;
}

.container.aboutsigdiv {
  padding-bottom: 60px;
}

.container.categoriesdiv, .container.awardsdiv {
  padding-bottom: 100px;
}

.container.committees-section {
  margin-top: 0;
  margin-bottom: 0;
}

.text-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  color: var(--grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 25px;
  line-height: 1.27;
}

.text-input:focus {
  border-bottom-color: var(--grey);
  background-color: rgba(0, 0, 0, 0);
}

.text-input::placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  line-height: 1.2;
}

.text-area:focus {
  border-bottom-color: var(--grey);
}

.text-area::placeholder {
  color: var(--grey);
}

.tabs-menu {
  margin-bottom: 25px;
}

.rich-text-block img {
  width: 100%;
  min-width: 100%;
}

.rich-text-block li {
  list-style-type: decimal;
}

.rich-text-block p {
  margin-bottom: 15px;
}

.rich-text-block h6 {
  margin-bottom: 4px;
}

.rich-text-block blockquote {
  margin-top: 25px;
}

.rich-text-block.project-info {
  margin-bottom: 5px;
}

.rich-text-block.project-concept {
  width: 80%;
}

.radio-button {
  border-style: solid;
  border-color: var(--light-grey);
  background-color: var(--black);
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 7px;
}

.radio-button.w--redirected-checked {
  border-style: none;
  border-color: var(--black) var(--black) var(--black) var(--light-grey);
  background-color: var(--light-grey);
}

.radio-button.w--redirected-focus {
  border-color: var(--light-grey);
  box-shadow: none;
}

.checkbox {
  border-style: solid;
  border-color: var(--light-grey);
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.checkbox.w--redirected-focus {
  border-color: var(--light-grey);
  box-shadow: none;
}

.tab-container {
  background-color: var(--off-black);
  border-radius: 12px;
  padding: 25px;
}

.dropdown {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 1.2;
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -13px;
  margin-right: -13px;
  padding-top: 20px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

._12-columns.align-left.style-guide {
  margin-bottom: 25px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  min-height: 10px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  position: relative;
}

.column._1-column-desktop {
  width: 8.33333%;
}

.column._2-columns-desktop {
  width: 16.6667%;
}

.column._3-columns-desktop {
  width: 25%;
}

.column._5-columns-desktop {
  width: 41.6667%;
}

.column._4-columns-desktop {
  width: 33.3333%;
}

.column._6-columns-desktop {
  width: 50%;
}

.column._7-columns-desktop {
  width: 58.3333%;
}

.column._8-columns-desktop {
  align-content: center;
  width: 66.6667%;
}

.column._9-columns-desktop {
  width: 75%;
}

.column._10-columns-desktop {
  width: 83.3333%;
}

.column._11-columns-desktop {
  width: 91.6667%;
}

.grid-placeholder {
  background-color: var(--light-grey);
  height: 25px;
}

.project-item {
  border-top: 1px solid var(--grey);
  margin-bottom: 200px;
  padding-top: 25px;
}

.project-item:last-child {
  margin-bottom: 0;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.project-tags-list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-tags-list.align-left {
  justify-content: flex-start;
}

.project-journal-tags-collection-list {
  flex-wrap: wrap;
  align-content: space-between;
}

.form-block {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.menu-button {
  z-index: 3;
}

.page-wrapper {
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  display: flex;
}

.grid-block.margin-top {
  margin-top: 10px;
}

.grid-block.padding-top {
  padding-top: 10px;
}

.success-message {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  border-radius: 12px;
  padding: 10px 13px;
}

.error-message {
  border-radius: 12px;
  padding-left: 13px;
  padding-right: 13px;
}

.hero-container {
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.no-decoration-link {
  text-decoration: none;
}

.no-decoration-link:hover {
  text-decoration: underline;
}

.no-decoration-link.all-width {
  display: block;
}

.horizontal-line {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
}

.hero-logo {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100%;
}

.no-margin-bottom {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.hide {
  display: none;
}

.border-top {
  border-top: 1px solid var(--grey);
  padding-top: 20px;
}

.project-info-wrapper {
  margin-bottom: 20px;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.hero-image-container {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: relative;
}

.project-detail-image {
  width: 100%;
  margin-bottom: 26px;
}

.selected-work-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.selected-work-wrapper.subtitlebox {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  justify-content: flex-start;
  padding-bottom: 5px;
  font-size: 30px;
}

.hero-description {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -640px;
  font-size: 20%;
  display: flex;
}

.nav {
  background-color: var(--off-black);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  object-fit: fill;
  border-radius: 16px;
  width: auto;
  height: auto;
  padding: 5px;
  display: flex;
  overflow: visible;
}

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

.project-description-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.project-title-description-wrapper {
  flex-direction: column;
  display: flex;
}

.background-noise {
  background-image: linear-gradient(180deg, transparent 73%, var(--black)), linear-gradient(180deg, rgba(126, 126, 126, .3), transparent 55%), url('../images/Background_Noise.png'), url('../images/background.png');
  background-position: 0 0, 0 0, 50% 0, 50%;
  background-size: auto, auto, cover, cover;
  width: 100%;
  height: 100%;
}

.background-noise.menu-mobile {
  display: none;
}

.background-noise-wrapper {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-noise-inverter {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.copyright-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

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

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

.text-align-center.page-load-animation {
  border: 1px #fff;
  border-radius: 100px;
  padding: 10px 40px;
  font-size: 50px;
}

.text-align-center.page-load-animation.categories-title {
  border-style: solid;
}

.text-align-center.page-load-animation.artwork-categories-name {
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 100%;
}

.team-member-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.team-member-image {
  width: 100%;
}

.elements-align-center {
  justify-content: center;
  display: flex;
}

.text-size-big {
  font-size: 50px;
}

.hero-section-gradient-wrapper {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.view-all-work-wrapper {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.licences-image {
  width: 100%;
}

.buttons-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.navbar-new {
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 11px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-gradient-mask {
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent, var(--black));
  width: 100%;
  height: 25px;
  position: relative;
}

.heading {
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.paragraph {
  width: 100%;
  height: 7.6581%;
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 400;
}

.heading-2 {
  font-size: 80%;
}

.heading-3 {
  color: var(--sig-2024-theme-color-1);
  text-align: right;
  letter-spacing: 20px;
  text-shadow: 0 0 13px rgba(242, 242, 242, .91);
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Oneday, sans-serif;
  font-size: 300px;
  font-weight: 600;
  display: block;
  position: relative;
  top: 0;
}

.heading-4 {
  color: var(--sig-2024-theme-color-1);
  text-shadow: 0 0 6px rgba(234, 234, 234, .93);
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Oneday, sans-serif;
  font-size: 50px;
  font-weight: 300;
  display: block;
  position: relative;
  top: 0;
}

.aboutsig {
  margin-top: 20px;
}

.paragraph-2 {
  text-align: left;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 95%;
  font-weight: 200;
  display: flex;
}

.image {
  box-sizing: border-box;
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 6px;
  outline: 3px #e9e9e9;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.quick-stack {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.columns {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.column-2 {
  padding-left: 40px;
  padding-right: 20px;
}

.column-3 {
  margin-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.grid-2 {
  grid-template-rows: auto auto auto;
}

.categories {
  margin-top: 20px;
}

.column-6, .column-7 {
  margin-bottom: 20px;
}

.heading-5 {
  margin-bottom: 0;
}

.link-block-2 {
  background-color: #974444;
}

.categoriesbuttondiv {
  text-align: center;
}

.column-8 {
  overflow: visible;
}

.heading-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 10px 40px;
  font-weight: 600;
  display: block;
  box-shadow: 0 0 8px 5px rgba(255, 195, 195, .55);
}

.eachawardsbox {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block {
  border: 0 solid #fff;
  border-radius: 100px;
  justify-content: center;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.paragraph-3 {
  text-align: center;
  width: auto;
}

.awardssubtitle {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-2 {
  border: 5px solid #fff;
  border-radius: 6px;
}

.div-block-2 {
  text-align: right;
  width: 100%;
  height: auto;
}

.list {
  text-align: right;
}

.awardscontent {
  margin-bottom: 30px;
  font-size: 200%;
  font-weight: 500;
}

.awardsnameartists {
  opacity: .7;
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 100;
}

.div-block-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 17%;
  display: block;
}

.paragraph-4 {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 146px;
  max-width: none;
  padding: 5px 20px;
  display: block;
}

.column-9 {
  border-right: 2px solid rgba(255, 255, 255, .5);
  padding-right: 20px;
}

.awardscarbutton {
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 100px;
}

.awardscarbutton:hover {
  color: var(--black);
  background-color: #fff;
  font-weight: 500;
}

.hightlightscontentbox {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  margin-top: 33px;
}

.hightlightphotos {
  object-fit: cover;
  border-radius: 6px;
  min-width: auto;
  height: auto;
  min-height: 550px;
  max-height: none;
  box-shadow: 0 0 10px rgba(255, 255, 255, .28);
}

.hightlightsartworkname {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
}

.hightlightartistname {
  opacity: .5;
  font-style: italic;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.categoriesname {
  width: 100%;
  margin-top: 20px;
  font-size: 100%;
  font-weight: 500;
}

.categoriesbutton {
  background-color: #fff;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: block;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  display: block;
}

.paragraph-5 {
  color: var(--black);
  text-align: left;
  vertical-align: baseline;
  width: 80%;
  height: auto;
  font-size: 80px;
  font-style: italic;
  font-weight: 100;
  display: block;
  position: relative;
  top: -500px;
  left: 10px;
}

.heading-7 {
  opacity: .5;
  text-align: center;
  text-transform: capitalize;
}

.categories-page-title {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.each-artwork {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.artwork-photo {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(255, 255, 255, .2);
}

.artwork-name {
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: left;
  object-fit: fill;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  border-radius: 6px;
  width: 100%;
  max-width: none;
  height: 100px;
  margin-top: 9px;
  margin-bottom: -80px;
  padding: 0 40px;
  font-size: 150%;
  font-weight: 500;
  line-height: 1.27;
  position: relative;
  top: -108px;
  left: 0;
  overflow: hidden;
}

.artwork-name.artwork-name-long {
  font-size: 120%;
}

.categories-page-each-artwork {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: rgba(218, 202, 202, 0);
  border-radius: 6px;
  width: 100%;
  height: 26%;
  padding-left: 0;
  display: inline-flex;
  position: relative;
  top: -28%;
  left: auto;
  overflow: visible;
}

.image-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  flex: 0 auto;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 450px;
  display: block;
  position: static;
  overflow: clip;
  box-shadow: 0 0 10px rgba(255, 255, 255, .57);
}

.categories-photo-link-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.paragraph-6 {
  font-size: 10px;
}

.column-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-12 {
  vertical-align: middle;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.columns-5 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.column-13 {
  justify-content: flex-end;
  display: flex;
}

.column-14, .column-15 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-8 {
  text-align: center;
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 700;
}

.artwork-information-div {
  border-left: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.artwork-information-div.artwork-artist-email {
  border: 1px #000;
}

.artwork-information-subtitle {
  opacity: .5;
  font-weight: 100;
}

.paragraph-7 {
  font-size: 30px;
  font-weight: 700;
}

.artwork-information-content {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.artwork-information-content.artwork-artist-contact {
  letter-spacing: normal;
  column-count: auto;
  white-space: normal;
  line-height: 1.7;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

.image-4 {
  width: 30%;
  overflow: visible;
}

.lightbox-link-2 {
  display: block;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  margin-bottom: 40px;
  display: grid;
  overflow: visible;
}

.artwork-gallery-photo {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/Talkaboutit.jpeg');
  background-size: auto;
  background-clip: border-box;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 100%;
  position: static;
  overflow: hidden;
  box-shadow: 0 0 3px 2px rgba(255, 255, 255, .2);
}

.artwork-gallery-lightbox {
  width: auto;
  height: auto;
  overflow: visible;
}

.grid-6 {
  border-left: 1px solid #fff;
  border-radius: 10px;
  grid-template-rows: auto;
}

.list-item {
  font-weight: 500;
}

.artwork-artist-contact-list {
  font-size: 30px;
  font-weight: 500;
}

.advisors-prof-title {
  z-index: 2;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  font-size: 150%;
  position: relative;
  top: -58px;
  left: 0;
}

.advisors-name {
  z-index: 2;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 40px 0 0;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  top: 0;
  left: 0;
}

.each-advisors-block {
  z-index: -1;
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .47));
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 40px;
  position: relative;
  top: auto;
  box-shadow: 0 0 5px rgba(255, 255, 255, .2);
}

.heading-9 {
  opacity: .8;
  margin-bottom: 20px;
}

.list-2 {
  list-style-type: square;
}

.advisors-research-name {
  border-left: 1px solid #fff;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 100;
  list-style-type: none;
}

.advisors-research-each-list {
  margin-bottom: 0;
}

.image-5 {
  object-fit: cover;
  border-radius: 6px;
  width: 932px;
  height: 525px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, .2);
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-8 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-10 {
  font-weight: 700;
}

.text-block {
  opacity: .8;
  border-left: 1px solid #fff;
  padding-left: 20px;
  font-weight: 100;
}

.committees-position-name {
  font-weight: 500;
}

.committees-member-name {
  opacity: .8;
  border-left: 1px solid #fff;
  padding-left: 20px;
  font-weight: 200;
}

.div-block-5 {
  margin-top: 30px;
}

.each-advisors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: block;
}

.dropdown-toggle {
  padding: 0;
}

.text-block-2 {
  color: var(--light-grey);
  margin-right: 23px;
}

.dropdown-list {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(57, 57, 57, .63);
  border-radius: 6px;
  width: 200px;
  height: 600px;
}

.dropdown-list.w--open {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--light-grey);
  border-radius: 6px;
  width: 600px;
  height: 260px;
  margin-top: 10px;
  margin-left: -309px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.dropdown-list.dropdown-list-mobile {
  height: 285px;
}

.dropdown-list.dropdown-list-mobile.w--open {
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-text-fill-color: inherit;
  background-color: rgba(57, 57, 57, .94);
  background-clip: border-box;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, .2);
}

.dropdown-link {
  color: var(--light-grey);
  border-radius: 6px;
  margin-top: 5px;
  margin-right: 10px;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.dropdown-link:hover {
  background-color: rgba(0, 0, 0, .15);
  border-left: 1px solid #fff;
  border-radius: 6px;
  margin-right: 45px;
  font-weight: 700;
  left: 25px;
  right: 5px;
}

.dropdown-link:visited, .dropdown-link.w--current:visited, .dropdown-link.w--current:lang(en), .dropdown-link-2, .dropdown-link-3 {
  color: var(--light-grey);
}

.icon {
  color: var(--white);
  margin-right: 0;
}

.home-heading-subtitle {
  color: var(--sig-2024-theme-color-1);
  text-shadow: 0 0 3px #fff;
  margin-bottom: 0;
  font-family: Oneday, sans-serif;
  font-size: 30px;
}

.heading-12 {
  font-family: LXGW WenKai Mono TC, sans-serif;
  font-size: 30px;
}

.heading-12.home-heading-subtitle {
  font-family: Noto Sans, sans-serif;
  font-size: 120%;
  font-weight: 400;
}

.heading-12.home-heading-subtitle-copy {
  font-family: Noto Sans, sans-serif;
  font-size: 1000%;
  font-weight: 400;
}

.home-page-exhibition-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 13px;
  display: flex;
}

.home-page-exhibition-info.subtitlebox, .home-page-exhibition-info.subtitlebox-copy {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  justify-content: flex-start;
  padding-bottom: 5px;
}

.home-page-exhibition-info-subtitle {
  border: 1px solid var(--sig-2024-theme-color-1);
  background-color: var(--sig-2024-theme-color-1);
  color: var(--black);
  text-align: center;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 2px 15px;
  font-size: 20px;
}

.div-block-7 {
  border-left: 1px none var(--sig-2024-theme-color-1);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.text-block-3 {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 15px;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
}

.home-page-event-subtitle {
  border-style: none none solid;
  border-width: 1px 1px 0;
  border-color: var(--sig-2024-theme-color-1);
  color: var(--black);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 2px 10px 2px 0;
  font-size: 13px;
}

.grid-9 {
  grid-template-rows: auto;
}

.div-block-7-copy {
  border-left: 1px none var(--sig-2024-theme-color-1);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.div-block-8 {
  margin-bottom: 40px;
}

.bold-text {
  color: var(--light-grey);
  font-size: 40px;
}

.div-block-9 {
  width: 100%;
}

.each-event {
  border: 1px solid var(--sig-2024-theme-color-1);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: flex;
}

.div-block-10 {
  border-left: 1px solid var(--light-grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 25px;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 20px;
}

.container-footer {
  max-width: 1600px;
  min-height: 26px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
  display: block;
}

.container-footer.password {
  margin-left: auto;
  margin-right: auto;
}

.container-footer.padding-top {
  padding-top: 15px;
}

.container-footer.hero-section {
  height: 100%;
  display: block;
}

.container-footer.aboutsigdiv {
  padding-bottom: 60px;
}

.container-footer.categoriesdiv, .container-footer.awardsdiv {
  padding-bottom: 100px;
}

.container-footer.committees-section {
  margin-top: 0;
  margin-bottom: 0;
}

.hightlight-photo-link-box {
  object-fit: cover;
  border-radius: 6px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.container-neviga {
  max-width: 1600px;
  min-height: 26px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
  display: block;
}

.container-neviga.password {
  margin-left: auto;
  margin-right: auto;
}

.container-neviga.padding-top {
  padding-top: 15px;
}

.container-neviga.hero-section {
  height: 100%;
  display: block;
}

.container-neviga.aboutsigdiv {
  padding-bottom: 60px;
}

.container-neviga.categoriesdiv, .container-neviga.awardsdiv {
  padding-bottom: 100px;
}

.container-neviga.committees-section {
  margin-top: 0;
  margin-bottom: 0;
}

.home-heading-subtitle-copy {
  color: var(--sig-2024-theme-color-1);
  text-shadow: 0 0 3px #fff;
  margin-bottom: 0;
  font-family: Oneday, sans-serif;
  font-size: 200%;
}

.advisors-photo {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  flex: 0 auto;
  width: 40%;
  height: 100%;
  max-height: 450px;
  display: block;
  position: static;
  overflow: clip;
  box-shadow: 0 0 10px rgba(255, 255, 255, .57);
}

.advisors-photo-link-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  margin-bottom: -15px;
  display: flex;
  overflow: visible;
}

.image-7 {
  object-fit: cover;
  width: 80%;
  height: 100%;
  max-height: 500px;
}

.heading-13 {
  opacity: .5;
  margin-bottom: 0;
}

.paragraph-10 {
  text-align: justify;
  margin-bottom: 20px;
}

.background-video {
  width: 1600px;
  height: 900px;
  overflow: visible;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -40px;
}

.link-2 {
  color: var(--light-grey);
}

.quick-stack-2 {
  flex: 0 auto;
  order: 0;
  position: static;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  word-break: normal;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding-left: 15px;
  display: flex;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}

.image-10 {
  height: auto;
  min-height: auto;
}

.image-11 {
  height: auto;
  max-height: none;
}

.home-page-title1 {
  text-shadow: 0 1px 13px rgba(255, 255, 255, .86);
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Oneday, sans-serif;
  font-size: 300px;
}

.home-page-title2 {
  text-shadow: 0 1px 13px rgba(255, 255, 255, .86);
  margin-bottom: 0;
  font-family: Oneday, sans-serif;
  font-size: 50px;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  .section.footer, .section.big-margin-top {
    margin-top: 180px;
  }

  .button.is-grey.text-size-big {
    font-size: 40px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .container.aboutsigdiv {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rich-text-block.project-concept {
    width: 100%;
  }

  .column._5-columns-desktop._7-columns-tablet {
    width: 58.3333%;
  }

  .column._4-columns-desktop._12-columns-tablet {
    width: 100%;
  }

  .column._4-columns-desktop._6-columns-tablet {
    width: 50%;
  }

  .column._8-columns-desktop._12-columns-tablet {
    width: 100%;
  }

  .column._8-columns-desktop._6-columns-tablet {
    width: 50%;
  }

  .project-item {
    margin-bottom: 130px;
  }

  .grid-block.padding-top {
    padding-top: 5px;
  }

  .grid-block.margin-top-tablet {
    margin-top: 25px;
  }

  .no-margin-bottom {
    font-size: 23px;
  }

  .project-title-description-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 15px;
  }

  .text-size-big {
    font-size: 40px;
  }

  .hero-section-wrapper {
    padding-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    height: 100%;
    font-size: 200px;
    line-height: 1;
    display: block;
    position: static;
  }

  .heading-4 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
    display: block;
    overflow: visible;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 80%;
  }

  .columns {
    margin-bottom: 52px;
  }

  .column-2 {
    padding-left: 20px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .div-block-3 {
    margin-top: 0%;
  }

  .column-9 {
    padding-top: 10px;
  }

  .hightlightphotos {
    min-height: 350px;
  }

  .hightlightsartworkname {
    font-size: 28px;
  }

  .hightlightartistname {
    font-size: 18px;
  }

  .hightlightdescription {
    font-size: 15px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .categoriesbutton {
    height: 350px;
  }

  .paragraph-5 {
    top: -340px;
  }

  .grid-4 {
    grid-row-gap: 31px;
  }

  .artwork-name {
    box-sizing: border-box;
    aspect-ratio: auto;
    direction: ltr;
    text-align: left;
    text-transform: none;
    object-fit: fill;
    height: 80px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 20px;
    font-size: 125%;
    top: -89px;
    overflow: visible;
  }

  .categories-page-each-artwork {
    top: -29%;
  }

  .artwork-information-subtitle {
    font-size: 15px;
  }

  .artwork-information-content {
    font-size: 25px;
  }

  .artwork-information-content.artwork-artist-contact {
    font-size: 20px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .artwork-artist-contact-list {
    font-size: 25px;
  }

  .advisors-name {
    box-sizing: border-box;
    aspect-ratio: auto;
    direction: ltr;
    text-align: left;
    text-transform: none;
    object-fit: fill;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 20px;
    font-size: 125%;
    top: 0;
    overflow: visible;
  }

  .each-advisors-block {
    height: 240px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .heading-9 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .advisors-research-name {
    font-size: 13px;
  }

  .image-5 {
    width: 90%;
    height: 29%;
  }

  .grid-8 {
    grid-column-gap: 50px;
  }

  .committees-position-name {
    font-size: 20px;
  }

  .committees-member-name {
    font-size: 15px;
  }

  .home-heading-subtitle {
    font-size: 20px;
  }

  .home-page-exhibition-info-subtitle {
    font-size: 15px;
  }

  .text-block-3 {
    text-align: left;
    font-size: 20px;
  }

  .grid-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text {
    font-size: 35px;
  }

  .paragraph-9 {
    font-size: 17px;
  }

  .container-footer.aboutsigdiv, .container-neviga.aboutsigdiv {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-heading-subtitle-copy {
    font-size: 20px;
  }

  .paragraph-10 {
    text-align: left;
    font-size: 16px;
  }

  .flex-block {
    flex-flow: column;
    width: 100%;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .image-8, .image-9 {
    margin-bottom: 15px;
  }

  .home-page-title1 {
    font-size: 250px;
  }

  .home-page-title2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5, h6 {
    font-size: 22px;
  }

  .section {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .section.margin-top {
    margin-top: 135px;
  }

  .section.footer {
    margin-top: 150px;
  }

  .section.big-margin-top {
    margin-top: 135px;
  }

  .button {
    font-size: 18px;
  }

  .button.all-my-templates:hover {
    background-color: var(--black);
  }

  .button.footer:hover {
    border-color: var(--white);
  }

  .button.is-nav {
    justify-content: center;
    display: flex;
  }

  .button.is-nav:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .button.is-nav.close {
    padding-right: 10px;
    display: none;
  }

  .button.is-nav.menu {
    padding-right: 10px;
  }

  .button.is-nav.mobile {
    z-index: 1;
    box-sizing: border-box;
    object-fit: fill;
    border-radius: 21px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
    font-size: 40px;
    position: relative;
  }

  .button.is-nav.mobile.w--current {
    background-color: var(--off-black);
  }

  .button.is-nav.mobile.register-button:hover {
    box-shadow: 0 0 14px 2px var(--sig-2024-theme-color-1);
  }

  .button.is-grey.text-size-big {
    font-size: 30px;
  }

  .grid {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
  }

  .grid._3-columns {
    grid-template-columns: 1fr;
  }

  .grid.team {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .container {
    padding-left: 18px;
    padding-right: 13px;
  }

  .container.categoriesdiv, .container.awardsdiv, .container.highlightsdiv {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-area {
    font-size: 22px;
  }

  .tabs-menu {
    margin-bottom: 15px;
  }

  .dropdown {
    font-size: 23px;
  }

  .column._3-columns-desktop._6-columns-mobile {
    width: 50%;
  }

  .column._5-columns-desktop._7-columns-tablet._12-columns-mobile, .column._4-columns-desktop._6-columns-tablet._12-columns-mobile, .column._6-columns-desktop._12-columns-mobile {
    width: 100%;
  }

  .column._8-columns-desktop._6-columns-tablet.hide-mobile {
    display: none;
  }

  .project-item {
    margin-bottom: 90px;
    padding-top: 13px;
  }

  .menu-button {
    flex-direction: row;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-container {
    flex-direction: column;
  }

  .horizontal-line {
    z-index: 1;
  }

  .hero-logo {
    margin-top: auto;
    margin-bottom: auto;
  }

  .no-margin-bottom {
    font-size: 19px;
  }

  .hero-image-container {
    height: 40%;
  }

  .project-detail-image {
    margin-bottom: 13px;
  }

  .nav {
    z-index: 130;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .project-title-description-wrapper {
    padding-top: 10px;
  }

  .background-noise.menu-mobile {
    z-index: -1;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .text-align-right.text-align-left-mobile.margin-top-mobile {
    margin-top: 20px;
  }

  .text-align-center.page-load-animation.categories-title {
    font-size: 40px;
  }

  .text-align-center.page-load-animation.artwork-categories-name {
    font-size: 80%;
  }

  .team-member-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .buttons-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .nav-menu {
    z-index: 3;
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .hero-gradient-mask {
    height: 15px;
  }

  .menu-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .heading-3 {
    letter-spacing: 10px;
    width: auto;
    height: auto;
    padding-left: 0;
    font-size: 170px;
  }

  .heading-4 {
    width: 100%;
    margin-bottom: 115px;
    font-size: 18px;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 80%;
    display: flex;
  }

  .columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 75%;
    max-height: none;
    margin-bottom: 54px;
    padding-bottom: 0;
    display: flex;
  }

  .column-2 {
    height: 20%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .column-3 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2, .columns-3, .columns-4 {
    margin-bottom: 20px;
  }

  .heading-6 {
    font-size: 25px;
  }

  .awardscontent {
    font-size: 125%;
  }

  .awardsnameartists {
    font-size: 80%;
  }

  .awardscarbutton {
    font-size: 15px;
  }

  .hightlightscontentbox {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .hightlightsartworkname {
    font-size: 23px;
  }

  .hightlightartistname, .hightlightdescription {
    font-size: 15px;
  }

  .categoriesname {
    font-size: 18px;
  }

  .categoriesbutton {
    height: 250px;
  }

  .paragraph-5 {
    font-size: 60px;
    top: -240px;
  }

  .heading-7 {
    font-size: 17px;
  }

  .grid-4 {
    grid-row-gap: 30px;
  }

  .artwork-name {
    direction: ltr;
    text-align: left;
    height: 60px;
    margin-bottom: -56px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 80%;
    top: -69px;
  }

  .artwork-name.artwork-name-long {
    font-size: 60%;
  }

  .image-3 {
    min-height: auto;
  }

  .column-10 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .column-11 {
    padding-bottom: 20px;
  }

  .column-13, .column-14, .column-15 {
    justify-content: center;
    align-items: center;
  }

  .link {
    text-align: left;
  }

  .artwork-information-content {
    font-size: 20px;
  }

  .artwork-information-content.artwork-artist-contact {
    white-space: pre;
    font-size: 15px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .grid-6 {
    padding-bottom: 0;
  }

  .paragraph-8 {
    font-size: 13px;
  }

  .artwork-artist-contact-list {
    margin-bottom: 0;
    font-size: 20px;
  }

  .last-item {
    margin-bottom: 0;
  }

  .advisors-name {
    direction: ltr;
    text-align: left;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 120%;
    position: static;
    top: 0;
  }

  .each-advisors-block {
    height: 210px;
    padding-left: 20px;
  }

  .heading-9 {
    margin-bottom: 10px;
    font-size: 12px;
    position: static;
  }

  .advisors-research-name {
    padding-left: 10px;
    font-size: 11px;
  }

  .grid-8 {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-2 {
    margin-right: 75px;
  }

  .dropdown-list.dropdown-list-mobile {
    width: 150%;
    height: 450px;
    margin-left: 0;
    top: -229px;
  }

  .dropdown-list.dropdown-list-mobile.w--open {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    width: 450px;
    height: 380px;
    position: static;
    top: 0;
    left: 0;
  }

  .dropdown-link {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    width: auto;
    margin-right: 20px;
    padding-right: 10px;
    font-size: 30px;
    display: block;
    left: 0;
    overflow: visible;
  }

  .dropdown-link:hover {
    margin-right: 50px;
    padding-left: 10px;
    padding-right: 0;
  }

  .home-heading-subtitle {
    font-size: 25px;
  }

  .home-page-exhibition-info-subtitle {
    font-size: 16px;
  }

  .div-block-7 {
    padding-left: 10px;
  }

  .text-block-3 {
    text-align: left;
    max-width: none;
    font-size: 20px;
  }

  .grid-9 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-7-copy {
    padding-left: 10px;
  }

  .bold-text {
    font-size: 30px;
  }

  .paragraph-9 {
    font-size: 15px;
  }

  .container-footer {
    padding-left: 18px;
    padding-right: 13px;
  }

  .container-footer.categoriesdiv, .container-footer.awardsdiv, .container-footer.highlightsdiv {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-neviga {
    padding-left: 18px;
    padding-right: 13px;
  }

  .container-neviga.categoriesdiv, .container-neviga.awardsdiv, .container-neviga.highlightsdiv {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-heading-subtitle-copy {
    font-size: 25px;
  }

  .paragraph-10 {
    text-align: left;
    font-size: 14px;
  }

  .link-2 {
    width: auto;
    max-width: 100%;
    font-size: 20px;
    overflow: visible;
  }

  .home-page-title1 {
    font-size: 180px;
  }

  .home-page-title2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
  }

  h1 {
    margin-bottom: 7px;
    font-size: 40px;
  }

  h2 {
    margin-bottom: 7px;
    font-size: 30px;
  }

  h3 {
    margin-bottom: 3px;
    font-size: 26px;
  }

  h4 {
    margin-bottom: 3px;
    font-size: 23px;
  }

  h5, h6 {
    margin-bottom: 3px;
    font-size: 20px;
  }

  blockquote {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .button {
    font-size: 17px;
    display: inline-block;
  }

  .button.w--current {
    display: inline-block;
  }

  .button.is-nav.mobile {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button.is-nav.mobile.register-button {
    padding: 20px;
  }

  .button.is-grey.text-size-big {
    font-size: 20px;
  }

  .grid.team {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container.aboutsigdiv {
    padding-bottom: 40px;
  }

  .container.categoriesdiv, .container.awardsdiv {
    padding-bottom: 20px;
  }

  .text-area {
    font-size: 20px;
  }

  .tabs-menu {
    margin-bottom: 10px;
  }

  .dropdown {
    font-size: 20px;
  }

  .project-item {
    margin-bottom: 90px;
  }

  .grid-block.margin-top-tablet {
    margin-top: 15px;
  }

  .selected-work-wrapper.subtitlebox {
    justify-content: flex-start;
  }

  .text-align-center.page-load-animation.categories-title {
    font-size: 30px;
  }

  .text-align-center.page-load-animation.artwork-categories-name {
    font-size: 70%;
  }

  .text-size-big {
    font-size: 30px;
  }

  .view-all-work-wrapper {
    margin-top: 30px;
  }

  .buttons-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 12px;
  }

  .columns {
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }

  .column-2, .column-3 {
    position: relative;
    top: 0;
  }

  .heading-6 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .eachawardsbox {
    margin-bottom: 20px;
  }

  .awardscontent {
    font-size: 100%;
  }

  .column-9 {
    margin-top: 10px;
    padding-top: 0;
  }

  .awardscarbutton {
    font-size: 13px;
  }

  .hightlightscontentbox {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .hightlightphotos {
    min-height: 200px;
  }

  .hightlightdescription {
    font-size: 13px;
  }

  .categoriesname {
    margin-top: 10px;
    font-size: 10px;
  }

  .categoriesbutton {
    height: 150px;
  }

  .paragraph-5 {
    font-size: 30px;
    top: -145px;
  }

  .heading-7 {
    font-size: 15px;
  }

  .grid-4 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .each-artwork {
    margin-bottom: 0;
  }

  .artwork-name {
    height: 60px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 100%;
    top: 0;
  }

  .artwork-name.artwork-name-long {
    font-size: 80%;
  }

  .categories-photo-link-box {
    height: 60%;
  }

  .heading-8 {
    font-size: 40px;
  }

  .artwork-information-subtitle {
    font-size: 13px;
  }

  .artwork-information-content {
    font-size: 17px;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .artwork-artist-contact-list {
    font-size: 17px;
  }

  .advisors-name {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 130%;
    top: 0;
  }

  .each-advisors-block {
    height: 200px;
  }

  .grid-8 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    margin-right: 69px;
  }

  .dropdown-list.dropdown-list-mobile.w--open {
    width: 110%;
    height: 300px;
    font-size: 30px;
  }

  .dropdown-link {
    font-size: 20px;
    right: 0;
  }

  .dropdown-link:hover {
    left: 20px;
    right: 0;
  }

  .home-heading-subtitle {
    text-align: center;
    font-size: 15px;
  }

  .heading-12.home-heading-subtitle {
    font-size: 15px;
  }

  .home-page-exhibition-info.subtitlebox, .home-page-exhibition-info.subtitlebox-copy {
    justify-content: flex-start;
  }

  .home-page-exhibition-info-subtitle {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .div-block-7 {
    padding-left: 0;
  }

  .text-block-3 {
    text-align: left;
    word-break: normal;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 300;
  }

  .div-block-7-copy {
    max-width: none;
    padding-left: 0;
  }

  .bold-text {
    font-size: 20px;
  }

  .div-block-10 {
    padding-left: 10px;
  }

  .paragraph-9 {
    font-size: 11px;
  }

  .container-footer.aboutsigdiv {
    padding-bottom: 40px;
  }

  .container-footer.categoriesdiv, .container-footer.awardsdiv {
    padding-bottom: 20px;
  }

  .container-neviga.aboutsigdiv {
    padding-bottom: 40px;
  }

  .container-neviga.categoriesdiv, .container-neviga.awardsdiv {
    padding-bottom: 20px;
  }

  .image-6 {
    object-fit: cover;
    min-height: auto;
  }

  .paragraph-10 {
    text-align: left;
    font-size: 13px;
  }

  .div-block-11 {
    top: 0;
  }

  .link-2 {
    max-width: 60%;
    font-size: 15px;
  }

  .quick-stack-2 {
    order: 0;
    align-self: auto;
  }

  .flex-block {
    flex-flow: column;
    width: auto;
  }

  .home-page-title1 {
    text-align: center;
    margin-right: 0;
    font-size: 150px;
  }

  .home-page-title2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .div-block-12 {
    flex-flow: column;
  }
}

#w-node-_6bc77d08-7717-209d-a1d7-38dcc2f4ef65-d750b58c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24ee5bd7-33c4-bbb3-2470-09c93630ec55-d750b58e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_510cc9bc-cc7a-c01d-3fa9-d092670dc58c-d750b58e {
  align-self: stretch;
  justify-self: center;
}

#w-node-bf9646ee-1a1a-45de-f4df-a1d031095e0d-d750b58e, #w-node-_43a52274-6888-7d61-3b77-9a2d353fde75-d750b58e {
  align-self: auto;
  justify-self: auto;
}

#w-node-_69f28efe-7d9a-cb3f-0b25-29d42289ecf4-d750b58e {
  align-self: auto;
  justify-self: center;
}

#w-node-ed7765c8-d9fa-340f-dd6a-f6652883b8b9-d750b593, #w-node-_0242472e-8d86-4994-3236-12ddc59c615a-d750b595, #w-node-_57f105b7-f777-a1b0-e187-cb8367bd4ffb-d750b595, #w-node-_43a17409-c317-eab2-e270-e8f35077ce11-d750b595, #w-node-_7173d382-916f-71d0-256d-0bf81b4c6138-d750b596, #w-node-_2b4be39b-b81e-8c0d-2620-43e7ccae1e5c-d750b596, #w-node-_7098c528-04d8-012c-1640-23fb57ea19b7-d750b596, #w-node-_74944f08-6c75-dfdc-cdd6-67dced09d2a5-d750b596, #w-node-f82c94d0-61a4-3e03-1a91-dd681c235f78-d750b596, #w-node-_4ec27e6a-f1d1-9fdc-0e71-d2e0c32c132e-d750b596, #w-node-_6fe63b65-a683-b131-95aa-f70497dea27c-d750b596, #w-node-_6fe63b65-a683-b131-95aa-f70497dea27d-d750b596, #w-node-_6fe63b65-a683-b131-95aa-f70497dea27e-d750b596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ff36b6c-7867-1181-b2dd-39af83b42c36-a89fdc74, #w-node-b4c5775b-74a2-48e3-b3fe-cb11261aca83-a89fdc74, #w-node-_05702f76-17e9-19c3-c2af-215d7615ab16-a89fdc74, #w-node-_4dbacd51-41c1-9872-4037-c2251e45923d-a89fdc74, #w-node-_808d2028-e210-8e46-7f11-ce1ba8e42091-a89fdc74 {
  align-self: auto;
  justify-self: auto;
}

#w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-320d1445, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-320d1445, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-320d1445, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-320d1445 {
  align-self: center;
  justify-self: center;
}

#w-node-_16b506a2-25a1-55bf-e3fc-22fc157e0ed4-dec39205, #w-node-_16b506a2-25a1-55bf-e3fc-22fc157e0ed9-dec39205, #w-node-_16b506a2-25a1-55bf-e3fc-22fc157e0ede-dec39205, #w-node-_16b506a2-25a1-55bf-e3fc-22fc157e0ee3-dec39205, #w-node-f5ffabc1-da2e-e868-6f72-516eaf4e0ad8-dec39205, #w-node-_152dd33a-ec25-c4e3-28ee-0bce01836b9f-dec39205, #w-node-_1d90840e-4d50-ae93-b99f-d024d00a0774-dec39205, #w-node-ed98cb40-9c81-a1d7-0536-1a5ccec19738-dec39205, #w-node-_39d24b51-5edf-ed12-d030-057ef1ac71f9-dec39205, #w-node-_200db1e1-17e3-3913-8f7e-dc9998e4070b-dec39205, #w-node-_0a7447c4-f2c6-f687-9050-20640efe77ca-dec39205, #w-node-ab46c1c6-f28a-e868-5e8f-5132095f6ce0-dec39205, #w-node-c1c90526-d7ca-53fe-ab6e-fad1bbdfc4ae-dec39205, #w-node-f3fd9fee-daaf-48c1-47d5-9e4431f88ae6-dec39205, #w-node-_1ed8a808-8f0d-5005-606c-8409d7876676-dec39205, #w-node-df422317-7f48-6e1b-ecb2-f46081b2ebcd-dec39205, #w-node-_3f347599-2c01-f58b-0134-f68a6d2e4f09-dec39205, #w-node-_9066eec7-48a0-23a0-899e-31a90a9e643b-c71f3287, #w-node-_9066eec7-48a0-23a0-899e-31a90a9e6440-c71f3287, #w-node-_9066eec7-48a0-23a0-899e-31a90a9e6445-c71f3287, #w-node-_9066eec7-48a0-23a0-899e-31a90a9e644a-c71f3287, #w-node-_40fdc04f-952e-a885-71ac-1fcbb2cc4174-c71f3287, #w-node-_2c79533f-8ff5-da07-506f-fe30ccc499ed-c71f3287, #w-node-a2bb3aab-eda4-178f-a6e2-fcc328d3dca2-c71f3287, #w-node-_2a5836f8-7230-2e9a-3544-99f7a3150481-3cfeb472, #w-node-_2a5836f8-7230-2e9a-3544-99f7a3150486-3cfeb472, #w-node-_2a5836f8-7230-2e9a-3544-99f7a315048b-3cfeb472, #w-node-_2a5836f8-7230-2e9a-3544-99f7a3150490-3cfeb472, #w-node-f977fe27-375c-25e3-7792-8bdc64d41cbe-3cfeb472 {
  align-self: auto;
  justify-self: auto;
}

#w-node-cf0fc731-2f08-0170-347e-5222ac448c42-9f9d562a, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-9f9d562a, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-9f9d562a, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-77b41b46, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-77b41b46, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-77b41b46, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-77b41b46, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-2358d3ed, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-2358d3ed, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-2358d3ed, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-2358d3ed, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-2358f343, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-2358f343, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-2358f343, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-2358f343, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-21f36468, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-21f36468, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-21f36468, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-21f36468, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-08289a88, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-08289a88, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-08289a88, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-08289a88, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-271f407a, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-271f407a, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-271f407a, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-271f407a, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-91c0a72a, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-91c0a72a, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-91c0a72a, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-91c0a72a, #w-node-d2108ea2-9721-390b-e56e-3fef6cd9c7a4-91c0a72a, #w-node-_05f7ab96-f603-8eac-afc7-3304b24f20ff-24b87b00, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-24b87b00, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-24b87b00, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-24b87b00, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-797a4126, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-797a4126, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-797a4126, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-797a4126, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-91c0e68a, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-91c0e68a, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-91c0e68a, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-91c0e68a, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-236f7bc5, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-236f7bc5, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-236f7bc5, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-236f7bc5, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-cf375036, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-cf375036, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-cf375036, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-cf375036, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-04cdf830, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-04cdf830, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-04cdf830, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-04cdf830, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-cf386b23, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-cf386b23, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-cf386b23, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-cf386b23, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-24ba7c8d, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-24ba7c8d, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-24ba7c8d, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-16d4bcb3, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-16d4bcb3, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-16d4bcb3, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-16d4bcb3, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-c2cabebd, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-c2cabebd, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-c2cabebd, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-c2cabebd, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-8fdd5b24, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-8fdd5b24, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-8fdd5b24, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-8fdd5b24, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-235f4410, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-235f4410, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-235f4410, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-235f4410, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-b34b9d03, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-b34b9d03, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-b34b9d03, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-b34b9d03, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-5c205cff, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-5c205cff, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-5c205cff, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-5c205cff, #w-node-_4de8c72e-6bf6-a89e-84d7-d442468e6b58-5c205cff, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-5ac67e2c, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-5ac67e2c, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-5ac67e2c, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-5ac67e2c, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-2d8ac29a, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-2d8ac29a, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-2d8ac29a, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-2d8ac29a {
  align-self: center;
  justify-self: center;
}

#w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-e91821c3 {
  align-self: auto;
  justify-self: center;
}

#w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-e91821c3, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-e91821c3, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-e91821c3, #w-node-_98f30ce4-5e31-e271-649b-479cd212e021-e91821c3, #w-node-_48d64226-298d-c7d3-4fb4-3b02941a6c32-e91821c3, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-6054d143, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-6054d143, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-6054d143, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-6054d143, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-24bc7bc0, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-24bc7bc0, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-24bc7bc0, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-24bc7bc0, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-9eebfc9d, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-9eebfc9d, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-9eebfc9d, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-9eebfc9d, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-d086b172, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-d086b172, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-d086b172, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-d086b172, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-af1d8b18, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-af1d8b18, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-af1d8b18, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-af1d8b18, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-83a17ae4, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-83a17ae4, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-83a17ae4, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-83a17ae4, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-5a398036, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-5a398036, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-5a398036, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-5a398036, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-347cf971, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-347cf971, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-347cf971, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-347cf971, #w-node-d44de15a-927f-2e34-60b6-1f7ca5e7d2c8-5306d49d, #w-node-_506a9ef7-188f-ea9b-3daf-1ea969e28801-5306d49d, #w-node-cf0fc731-2f08-0170-347e-5222ac448c42-5306d49d, #w-node-_97866efd-7ee8-80bb-b816-44db2bfa2131-5306d49d {
  align-self: center;
  justify-self: center;
}

#w-node-_3ff36b6c-7867-1181-b2dd-39af83b42c36-ee176085, #w-node-b4c5775b-74a2-48e3-b3fe-cb11261aca83-ee176085 {
  align-self: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-b4c5775b-74a2-48e3-b3fe-cb11261aca83-a89fdc74, #w-node-_16b506a2-25a1-55bf-e3fc-22fc157e0ed9-dec39205, #w-node-_9066eec7-48a0-23a0-899e-31a90a9e6440-c71f3287, #w-node-_2a5836f8-7230-2e9a-3544-99f7a3150486-3cfeb472, #w-node-b4c5775b-74a2-48e3-b3fe-cb11261aca83-ee176085 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_614c18e9-90cd-79b1-5a51-f1b9e37117f7-d750b58b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('../fonts/BeVietnamPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('../fonts/BeVietnamPro-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('../fonts/BeVietnamPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oneday';
  src: url('../fonts/ONEDAY.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}