a {
  text-decoration: underline;
  cursor: none;
}

.body {
  margin: 0px;
  background-color: #000;
  background-image: url('../images/noise-bg_1noise-bg.png');
  background-position: 0px 0px;
  background-size: 80px 80px;
  font-family: Inter, sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  cursor: auto;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: block;
  border-bottom: 1px solid #fff;
  background-color: #000;
  opacity: 0.95;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: transparent;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666666666666668%;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px none hsla(0, 0%, 100%, 0.15);
  border-left: 1px none #ebebeb;
  color: #e61700;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 10px;
  text-decoration: none;
  cursor: pointer;
}

.nav-item:hover {
  background-color: transparent;
  color: #000;
}

.nav-item.with-burger {
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 0px;
  border-right-style: none;
}

.nav-item.with-burger:hover {
  padding-top: 0px;
  padding-right: 0px;
  background-color: transparent;
}

.nav-item.nohover {
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  cursor: auto;
}

.nav-item.nohover:hover {
  background-color: transparent;
}

.nav-item.hover-x {
  padding-top: 0px;
  padding-right: 0px;
  border-right: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #000;
  cursor: pointer;
}

.nav-item.hover-x:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.nav-item.hover-x.w--current {
  border-left-style: none;
  border-left-color: rgba(26, 26, 26, 0.03);
}

.nav-item.hover-x.footer-nav-item {
  width: auto;
  padding-right: 22px;
  padding-left: 22px;
}

.nav-item.hover-x.footer-nav-item.left-line {
  border-left-style: solid;
  border-left-color: #fff;
}

.nav-item-text {
  padding-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.nav-item-text:hover {
  color: #8f8f8f;
}

.nav-item-text.grey {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #666;
  text-transform: uppercase;
}

.fastone {
  position: relative;
  z-index: 9999;
  min-height: 65vh;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
}

.one-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.one-50r {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.one-50l {
  width: 50%;
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.category-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 84%;
  font-weight: 600;
  text-transform: uppercase;
}

.category-title-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.one-content-wrapper {
  width: 100%;
  margin-top: 0px;
}

.item-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.item-row.hover-x {
  height: 50px;
  padding: 0px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px none #000;
  font-size: 12px;
  cursor: pointer;
}

.item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.33%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5.333333333333336%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.one-year {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
}

.item {
  position: relative;
  border-bottom: 1px none #666;
}

.plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-1 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.item-details {
  position: relative;
  z-index: 2222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 20px;
  background-color: transparent;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.item-detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

.item-detail-text {
  width: 58.6666666%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.one-item-list-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66666666666667%;
  padding: 15px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bar-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.one-tags-text {
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: 3px;
  white-space: normal;
}

.hero {
  position: relative;
  z-index: 9998;
  height: 50vh;
}

.page {
  position: relative;
  top: 60px;
  z-index: 1;
  display: block;
}

.nav-title {
  padding-right: 7px;
  padding-left: 7px;
  color: #e61700;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: none;
}

.one-item-img {
  display: inline-block;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.03);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.item-detail-image {
  width: 41.33333%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.space {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  width: 100%;
  height: 10px;
  background-color: #fff;
  color: #fff;
}

.space.bottom {
  top: auto;
  bottom: 0px;
}

.space.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 10px;
  height: 100%;
}

.space.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 10px;
  height: 100%;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-circle {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #bfff00;
}

.xi-link {
  cursor: none;
}

.hamburger-wrap {
  display: none;
  width: 35px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ham-bar {
  width: 100%;
  height: 2px;
  background-color: #1a1a1a;
}

.hamburger-container {
  position: static;
  left: auto;
  top: 10px;
  right: 94px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.raster-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
}

.raster-container.opacity-is-set-to-0 {
  bottom: 120px;
  display: none;
  opacity: 1;
}

.raster-01 {
  width: 16.666666666666668%;
  border-right: 1px solid rgba(26, 26, 26, 0.05);
  opacity: 0.5;
}

.raster-01.middle-line {
  border-right-color: #000;
  opacity: 1;
}

.one-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.one-item-list-wrap-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.one-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-black {
  width: 75%;
}

.nav-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666666666666668%;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(26, 26, 26, 0.05);
  color: #e61700;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 15px;
  text-decoration: none;
}

.dblx {
  position: relative;
  z-index: 9999;
  min-height: 65vh;
  padding-top: 40px;
  border-top: 1px solid #fff;
}

.three {
  position: relative;
  z-index: 9999;
}

.footer {
  position: relative;
  z-index: 9999;
  margin-top: 150px;
  margin-bottom: 10px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: #666;
}

.footer-col-sixth {
  width: 16.666666666666668%;
  height: 100%;
}

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

.footer-link-wrapper.empty {
  height: 250px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}

.footer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  color: #e61700;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
  text-decoration: none;
}

.footer-item:hover {
  background-color: #e61700;
  color: #666;
}

.footer-item.with-burger {
  position: relative;
  padding-top: 11px;
  border-right-style: none;
}

.footer-item.nohover:hover {
  background-color: transparent;
}

.footer-item.empty {
  border-bottom-style: solid;
}

.footer-item.empty:hover {
  background-color: transparent;
}

.footer-item.empty.bottom-border {
  border-bottom-style: solid;
}

.subfooter {
  position: relative;
  z-index: 9999;
}

.subfooter-container {
  height: 20px;
  background-color: #1a1a1a;
}

.lottie-burger {
  height: 50px;
  -webkit-transform: rotate(90deg) scale(2.5);
  -ms-transform: rotate(90deg) scale(2.5);
  transform: rotate(90deg) scale(2.5);
}

.menu-container {
  position: fixed;
  left: auto;
  top: 60px;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  width: 33.333333333333336%;
  height: 250px;
  background-color: #666;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-item:hover {
  background-color: #e61700;
  color: #666;
}

.text-block {
  font-family: Facultad, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: auto;
}

.text-span-3 {
  font-family: Facultad, sans-serif;
}

.columns {
  min-height: 0vh;
  border-bottom: 1px solid #fff;
}

.column-2 {
  height: 75vh;
  min-height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/IMBZZL_header_bottles-web.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.paragraph {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-right: 1px solid #fff;
}

.section-main {
  margin-top: 0px;
}

.section-title-group {
  width: 405px;
  max-width: 405px;
  margin-top: 140px;
}

.section-title {
  margin-left: -6px;
  padding-left: 0px;
  font-family: Facultad, sans-serif;
  font-size: 84px;
  line-height: 84px;
  font-weight: 400;
}

.category-sub-title {
  margin-top: 10px;
  margin-left: 0px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 60px 40px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
}

.text-block-5 {
  font-family: Facultad, sans-serif;
  font-size: 20px;
}

.item-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.item-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
}

.row-title {
  width: 25%;
}

.row-title-text {
  padding-right: 10px;
  padding-left: 10px;
}

.row-content {
  width: 75%;
}

.row-content-text {
  padding-right: 10px;
  padding-left: 20px;
}

.item-link {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 0px;
  border-bottom: 1px none #000;
}

.name-header {
  width: 41.33%;
  color: #fff;
  font-size: 16px;
}

.text-block-fo {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #e61700;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.type-header {
  width: 33.33%;
  padding-left: 10px;
}

.year-header {
  width: 20%;
  padding-left: 20px;
}

.blank-header {
  width: 5.33333336%;
}

.listen-item-img {
  display: inline-block;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-block {
  padding-right: 10px;
  padding-left: 20px;
  color: #000;
}

.link-block-2 {
  padding-right: 10px;
  padding-left: 20px;
  color: #000;
  cursor: pointer;
}

.listen-type-header {
  width: 33.33%;
  padding-left: 10px;
}

.listen-item-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.listen-item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.33%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.listen-name-header {
  width: 41.33%;
}

.message-link {
  font-family: Facultad, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.footer-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.image {
  cursor: pointer;
}

.image-2 {
  max-width: 180px;
}

.ruse {
  position: relative;
  z-index: 9999;
  min-height: 65vh;
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid #fff;
}

.headertitle {
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

.descriptionholder {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-3 {
  display: block;
  width: auto;
  max-width: none;
}

.div-block {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.age-gate {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.spacing-15 {
  margin-top: 15px;
}

.hack21-select-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
}

.hack-form-select {
  height: 45px;
  margin-bottom: 30px;
}

.hack-form-select.hack21-select {
  margin-right: 5px;
  margin-left: 5px;
}

.yes-button {
  display: block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 12px 60px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #99eeeb;
  font-size: 16px;
  font-weight: 700;
}

.yes-button:hover {
  background-color: #8f8f8f;
  color: #fff;
  font-weight: 400;
}

.yes-button:active {
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.yes-button.hack21-age-enter {
  margin-bottom: 15px;
  background-color: #7e7e7e;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.yes-button.hack21-age-enter:hover {
  background-color: #444;
}

.hack21-error {
  display: none;
  padding: 15px;
  background-color: #f33;
  font-size: 16px;
  text-align: center;
}

.text-block-7 {
  font-family: Inconsolata, monospace;
  color: #000;
  font-weight: 700;
}

.age-gate-heading {
  font-family: Inconsolata, monospace;
  color: #fff;
  text-transform: uppercase;
}

.age-gate-text {
  font-family: Inconsolata, monospace;
  color: #8f8f8f;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.age-gate-logo {
  width: 25vw;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-8 {
  color: #1a1a1a;
  font-weight: 400;
}

.ticker-section {
  display: block;
  min-height: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.award-title {
  display: none;
  width: auto;
  max-width: none;
  padding-left: 48px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

.ticker {
  position: relative;
  z-index: 3;
  width: 100%;
}

.ticker.is--footer {
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-top: 0em;
  padding-bottom: 0em;
  background-color: transparent;
  color: #1c1c1c;
}

.ticker-html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.footer__moving-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  padding-top: 64px;
  padding-bottom: 39px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.footer__moving-text {
  position: relative;
  height: 100%;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  font-family: Inconsolata, monospace;
  text-transform: uppercase;
}

.is--footer-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 44px;
  line-height: 72px;
  letter-spacing: 0px;
  text-transform: uppercase;
  white-space: nowrap;
}

.link {
  color: #d80000;
}

.wrapper-up {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  -webkit-transform: skew(0deg, -8deg);
  -ms-transform: skew(0deg, -8deg);
  transform: skew(0deg, -8deg);
}

.marquee-wrapper-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.marquee-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hi-marquee-up {
  display: inline-block;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -9px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-link-item {
  margin-right: 9px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-link-item:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.social-link-image {
  max-height: 80px;
  max-width: 80px;
  padding-right: 0px;
}

.link-item-text {
  padding-left: 10px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.link-item-text.grey {
  color: #666;
}

.nav-item-text-copy {
  padding-left: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nav-item-text-copy.grey {
  color: #666;
}

.footer-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666666666666668%;
  height: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px none hsla(0, 0%, 100%, 0.15);
  border-left: 1px none #ebebeb;
  color: #e61700;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 10px;
  text-decoration: none;
  cursor: pointer;
}

.footer-link-box:hover {
  background-color: transparent;
  color: #000;
}

.footer-link-box.with-burger {
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 0px;
  border-right-style: none;
}

.footer-link-box.with-burger:hover {
  padding-top: 0px;
  padding-right: 0px;
  background-color: transparent;
}

.footer-link-box.nohover {
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  cursor: auto;
}

.footer-link-box.nohover:hover {
  background-color: transparent;
}

.footer-link-box.hover-x {
  padding-top: 0px;
  padding-right: 0px;
  border-right: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #000;
  cursor: pointer;
}

.footer-link-box.hover-x:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.footer-link-box.hover-x.w--current {
  border-left-style: none;
  border-left-color: rgba(26, 26, 26, 0.03);
}

.footer-link-box.hover-x.footer-nav-item {
  width: auto;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-transition-duration: 275ms;
  transition-duration: 275ms;
}

.footer-link-box.hover-x.footer-nav-item:hover {
  background-color: #666;
}

.footer-link-box.hover-x.footer-nav-item.left-line {
  border-left-style: solid;
  border-left-color: #fff;
}

.design-by-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px none hsla(0, 0%, 100%, 0.15);
  border-left: 1px none #ebebeb;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 10px;
  text-decoration: none;
  cursor: pointer;
}

.design-by-link:hover {
  background-color: transparent;
  color: #000;
}

.design-by-link.with-burger {
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 0px;
  border-right-style: none;
}

.design-by-link.with-burger:hover {
  padding-top: 0px;
  padding-right: 0px;
  background-color: transparent;
}

.design-by-link.nohover {
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  cursor: auto;
}

.design-by-link.nohover:hover {
  background-color: transparent;
}

.design-by-link.hover-x {
  padding-top: 0px;
  padding-right: 0px;
  border-right: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #000;
  cursor: pointer;
}

.design-by-link.hover-x:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.design-by-link.hover-x.w--current {
  border-left-style: none;
  border-left-color: rgba(26, 26, 26, 0.03);
}

.design-by-link.hover-x.footer-nav-item {
  width: auto;
  padding-right: 22px;
  padding-left: 22px;
}

.design-by-link.hover-x.footer-nav-item.left-line {
  border-left-style: solid;
  border-left-color: #fff;
}

.design-by-text {
  padding-left: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.design-by-text:hover {
  color: #e61700;
}

.design-by-text.grey {
  color: #666;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px none hsla(0, 0%, 100%, 0.15);
  border-left: 1px none #ebebeb;
  color: #e61700;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 10px;
  text-decoration: none;
  cursor: pointer;
}

.copyright:hover {
  background-color: transparent;
  color: #000;
}

.copyright.with-burger {
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 0px;
  border-right-style: none;
}

.copyright.with-burger:hover {
  padding-top: 0px;
  padding-right: 0px;
  background-color: transparent;
}

.copyright.nohover {
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
  cursor: auto;
}

.copyright.nohover:hover {
  background-color: transparent;
}

.copyright.hover-x {
  padding-top: 0px;
  padding-right: 0px;
  border-right: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #000;
  cursor: pointer;
}

.copyright.hover-x:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.copyright.hover-x.w--current {
  border-left-style: none;
  border-left-color: rgba(26, 26, 26, 0.03);
}

.copyright.hover-x.footer-nav-item {
  width: auto;
  padding-right: 22px;
  padding-left: 22px;
}

.copyright.hover-x.footer-nav-item.left-line {
  border-left-style: solid;
  border-left-color: #fff;
}

.link-2 {
  color: #e61700;
}

.copyright-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-4 {
  text-decoration: line-through;
}

.heading {
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.copyright-text {
  padding-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.copyright-text:hover {
  color: #fff;
}

.copyright-text.grey {
  color: #666;
}

.heading-para {
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-right: 80px;
  padding-left: 60px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.text-block-dc {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #9bc210;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-r {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #ff9387;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.cookie-text {
  width: 40vw;
  margin-top: 10px;
  font-family: Inconsolata, monospace;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
}

.heading-2 {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
}

.link-3 {
  color: #fff;
}

.image-4 {
  max-width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.bold-text {
  font-weight: 600;
}

.drop-div-block {
  padding-top: 60px;
  padding-bottom: 0px;
}

.faq-plus {
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.accordion-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-plus-l {
  position: absolute;
  width: 2px;
  height: 100%;
  border-radius: 3px;
  background-color: #fff;
}

.faq-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}

.textaccordion-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-text {
  width: auto;
  margin-bottom: 30px;
  padding-right: 20px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

.accordion-title {
  position: static;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.info-drop-wrap {
  padding-right: 0px;
  padding-left: 0px;
}

.email-text {
  padding-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.email-text:hover {
  color: #8f8f8f;
}

.email-text.grey {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
}

.spacing-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.no-button {
  display: block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 12px 60px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #99eeeb;
  font-size: 16px;
  font-weight: 700;
}

.no-button:hover {
  background-color: #8f8f8f;
  color: #fff;
  font-weight: 400;
}

.no-button:active {
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.no-button.hack21-age-enter {
  margin-bottom: 15px;
  background-color: #7e7e7e;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.no-button.hack21-age-enter:hover {
  background-color: #444;
}

.button-yes {
  margin-right: 4px;
  margin-left: 4px;
  padding: 12px 60px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.button-yes:hover {
  background-color: #666;
  color: #fff;
}

.button-no {
  margin-right: 4px;
  margin-left: 4px;
  padding: 12px 60px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.button-no:hover {
  background-color: #666;
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .nav-item-text {
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .fastone {
    font-size: 16px;
  }

  .name-header {
    font-size: 16px;
  }

  .text-block-fo {
    color: #ff311a;
    font-size: 16px;
  }

  .ruse {
    padding-bottom: 40px;
  }

  .ticker-section {
    margin-top: 80px;
  }

  .hi-marquee-up {
    font-size: 18px;
  }

  .link-item-text {
    font-family: 'IBM Plex Mono', sans-serif;
    font-weight: 400;
  }

  .heading-para {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-dc {
    color: #9bc210;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-r {
    color: #ff8789;
    font-size: 16px;
  }

  .email-text {
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .email-text.grey {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-item {
    width: 25%;
  }

  .nav-item.with-burger {
    padding-right: 10px;
  }

  .nav-item.nohover {
    display: none;
  }

  .nav-item.nohover.dark-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-item-text {
    font-weight: 400;
  }

  .fastone {
    padding-top: 40px;
  }

  .one-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .one-50r {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .one-50l {
    width: 100%;
  }

  .category-title-wrapper {
    margin-bottom: 40px;
  }

  .plus-wrap {
    width: 40px;
    height: 20px;
  }

  .one-item-list-tags {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .one-tags-text {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
  }

  .hero {
    height: 30vh;
  }

  .nav-title {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .cursor-wrapper {
    display: none;
  }

  .raster-container.opacity-is-set-to-0 {
    display: none;
  }

  .nav-header {
    width: 25%;
    padding-right: 6px;
    padding-left: 18px;
  }

  .footer-item-text {
    font-size: 10px;
    letter-spacing: 5px;
  }

  .menu-container {
    width: 50%;
  }

  .column-2 {
    height: 350px;
  }

  .column {
    height: 350px;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .footer-2 {
    height: auto;
    padding: 40px 20px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-fo {
    font-size: 14px;
  }

  .bottle-image {
    padding-bottom: 20px;
  }

  .hack21-error {
    display: none;
  }

  .age-gate-heading {
    font-size: 18px;
  }

  .award-title {
    width: 100%;
  }

  .footer__moving-contain {
    height: 5.5vw;
  }

  .is--footer-text {
    font-size: 4vw;
  }

  .link-item-text {
    font-family: 'IBM Plex Mono', sans-serif;
    font-weight: 400;
  }

  .footer-link-box {
    width: 25%;
  }

  .footer-link-box.with-burger {
    padding-right: 10px;
  }

  .footer-link-box.nohover {
    display: none;
  }

  .footer-link-box.nohover.dark-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .design-by-link {
    width: auto;
    height: auto;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .design-by-link.with-burger {
    padding-right: 10px;
  }

  .design-by-link.nohover {
    display: none;
  }

  .design-by-link.nohover.dark-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .design-by-text {
    color: #8f8f8f;
  }

  .copyright {
    width: auto;
    height: auto;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .copyright.with-burger {
    padding-right: 10px;
  }

  .copyright.nohover {
    display: none;
  }

  .copyright.nohover.dark-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .copyright-text {
    color: #8f8f8f;
  }

  .heading-para {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-dc {
    font-size: 14px;
  }

  .text-block-r {
    font-size: 14px;
  }

  .cookie-text {
    width: 50vw;
  }

  .drop-div-block {
    padding-top: 40px;
  }

  .faq-plus {
    height: 1px;
    border-radius: 0px;
    background-color: #fff;
  }

  .faq-question {
    height: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
  }

  .faq-plus-l {
    width: 1px;
    border-radius: 0px;
    background-color: #fff;
  }

  .faq-answer {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-style: solid;
  }

  .faq-plus-wrap {
    width: 20px;
    height: 20px;
    margin-right: 0px;
  }

  .accordion-title {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .email-text {
    font-weight: 400;
  }

  .email-text.grey {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-item.hover-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .nav-item.hover-x.footer-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-bottom: 1px solid #000;
    letter-spacing: 0px;
  }

  .nav-item.hover-x.footer-nav-item.left-line {
    width: auto;
  }

  .nav-item-text {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'IBM Plex Mono', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
  }

  .nav-item-text.grey {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .category-title-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .item-row.hover-x {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .item-trigger {
    width: 10%;
  }

  .plus-wrap {
    height: 15px;
  }

  .one-item-list-tags {
    padding: 5px;
  }

  .one-tags-text {
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .nav-title {
    padding-right: 0px;
    padding-left: 0px;
    letter-spacing: 5px;
  }

  .one-item-img {
    height: auto;
  }

  .nav-header {
    width: 100%;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-container {
    width: 50%;
  }

  .column {
    height: 400px;
    border-bottom: 1px solid #fff;
  }

  .footer-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .item-year {
    width: 15%;
  }

  .listen-item-type {
    display: none;
  }

  .listen-item-name {
    width: 75%;
  }

  .message-link {
    letter-spacing: 5px;
  }

  .footer-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-2 {
    max-width: 120px;
  }

  .hack-form-select {
    font-size: 14px;
  }

  .yes-button {
    padding-right: 30px;
    padding-left: 30px;
  }

  .age-gate-logo {
    width: 35vw;
  }

  .social-links.navbar-social-links {
    display: block;
  }

  .link-item-text {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'IBM Plex Mono', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
  }

  .link-item-text.grey {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-item-text-copy {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Inconsolata, monospace;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
  }

  .nav-item-text-copy.grey {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-link-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-link-box.hover-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .footer-link-box.hover-x.footer-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-bottom: 1px solid #000;
    letter-spacing: 0px;
  }

  .footer-link-box.hover-x.footer-nav-item.left-line {
    width: auto;
  }

  .design-by-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .design-by-link.hover-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .design-by-link.hover-x.footer-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-bottom: 1px solid #000;
    letter-spacing: 0px;
  }

  .design-by-link.hover-x.footer-nav-item.left-line {
    width: auto;
  }

  .design-by-text {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Inconsolata, monospace;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
  }

  .design-by-text.grey {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .copyright.hover-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .copyright.hover-x.footer-nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-bottom: 1px solid #000;
    letter-spacing: 0px;
  }

  .copyright.hover-x.footer-nav-item.left-line {
    width: auto;
  }

  .copyright-text {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Inconsolata, monospace;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
  }

  .copyright-text.grey {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-para {
    font-size: 20px;
    line-height: 24px;
  }

  .cookie-text {
    width: 70vw;
  }

  .email-text {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'IBM Plex Mono', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
  }

  .email-text.grey {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .no-button {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom-color: #fff;
    background-color: transparent;
  }

  .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #fff;
    background-color: #000;
    font-family: Inconsolata, monospace;
    color: #fff;
  }

  .nav-item:hover {
    background-color: #666;
    opacity: 1;
  }

  .nav-item.with-burger {
    padding-right: 10px;
    padding-left: 0px;
  }

  .nav-item.nohover {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-item.nohover.dark-mode {
    padding-right: 20px;
  }

  .nav-item.hover-x {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    background-color: #000;
  }

  .nav-item.hover-x.w--current {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-item.hover-x.footer-nav-item {
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid #fff;
    border-bottom-style: none;
    border-bottom-color: #fff;
  }

  .nav-item.hover-x.footer-nav-item.left-line {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom-color: #fff;
    border-left-style: none;
  }

  .nav-item-text {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    letter-spacing: 0px;
  }

  .nav-item-text.grey {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fastone {
    padding-top: 80px;
  }

  .one-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .one-50r {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .one-50l {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .category-title {
    font-size: 32px;
    line-height: 38px;
  }

  .category-title-wrapper {
    top: 90px;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .one-content-wrapper {
    padding-top: 20px;
  }

  .item-name {
    width: 41.33%;
    padding-left: 0px;
  }

  .item-trigger {
    width: 5.33333336%;
    padding-right: 0px;
  }

  .one-year {
    font-size: 13px;
    line-height: 16px;
  }

  .bar-1 {
    width: 20px;
  }

  .item-details {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-detail-text {
    width: 100%;
  }

  .one-item-list-tags {
    padding-left: 15px;
  }

  .bar-2 {
    width: 20px;
  }

  .hero {
    height: 20vh;
  }

  .page {
    top: 100px;
    z-index: 0;
  }

  .nav-title {
    letter-spacing: 0px;
  }

  .one-item-img {
    width: 100%;
  }

  .item-detail-image {
    width: 100%;
    padding-left: 0px;
  }

  .hamburger-wrap {
    display: none;
    width: 20px;
  }

  .hamburger-container {
    width: 20px;
  }

  .nav-header {
    width: 100%;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .dblx {
    padding-top: 80px;
  }

  .footer-item-text {
    line-height: 15px;
  }

  .menu-container {
    width: 66.66666666666667%;
    height: 200px;
  }

  .menu-item {
    height: 40px;
  }

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

  .paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .column {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .category-sub-title {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
  }

  .footer-2 {
    padding-bottom: 40px;
    border: 1px none #000;
  }

  .item-type {
    width: 33.33%;
    padding-left: 10px;
  }

  .item-year {
    width: 20%;
    padding-left: 20px;
  }

  .detail-row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-title {
    width: 100%;
  }

  .row-title-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-content {
    width: 100%;
  }

  .row-content-text {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-fo {
    font-size: 14px;
  }

  .link-block {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-2 {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .listen-type-header {
    display: none;
  }

  .listen-item-type {
    display: none;
    width: 33.33%;
    padding-left: 10px;
  }

  .listen-item-name {
    width: 75%;
    padding-left: 0px;
  }

  .listen-name-header {
    width: 75%;
  }

  .message-link {
    letter-spacing: 0px;
  }

  .footer-3 {
    display: block;
    border-top-style: none;
    border-bottom-style: solid;
  }

  .ruse {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .headertitle {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }

  .age-gate {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .spacing-15 {
    position: relative;
  }

  .hack21-select-row {
    width: 98vw;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hack-form-select.hack21-select {
    padding-right: 8px;
    padding-left: 8px;
    color: #7c7c7c;
    font-size: 16px;
  }

  .yes-button.hack21-age-enter {
    width: 200px;
  }

  .age-gate-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    text-align: center;
  }

  .age-gate-logo {
    width: 50vw;
    padding-bottom: 20px;
  }

  .text-block-8 {
    font-family: Inconsolata, monospace;
    font-size: 18px;
    font-weight: 700;
  }

  .ticker-section {
    padding-bottom: 15px;
  }

  .award-title {
    margin-bottom: 0px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 16px;
  }

  .footer__moving-contain {
    height: 8vw;
    padding-top: 32px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .is--footer-text {
    font-size: 6vw;
  }

  .wrapper-up {
    -webkit-transform: translate(0px, 57px) skew(0deg, -8deg);
    -ms-transform: translate(0px, 57px) skew(0deg, -8deg);
    transform: translate(0px, 57px) skew(0deg, -8deg);
  }

  .link-item-text {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .link-item-text.grey {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-item-text-copy {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .nav-item-text-copy.grey {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-link-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #fff;
    background-color: #000;
    font-family: Inconsolata, monospace;
    color: #fff;
  }

  .footer-link-box:hover {
    background-color: #666;
    opacity: 1;
  }

  .footer-link-box.with-burger {
    padding-right: 10px;
    padding-left: 0px;
  }

  .footer-link-box.nohover {
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-link-box.nohover.dark-mode {
    padding-right: 20px;
  }

  .footer-link-box.hover-x {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    background-color: #000;
  }

  .footer-link-box.hover-x.w--current {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .footer-link-box.hover-x.footer-nav-item {
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid #fff;
    border-bottom-style: none;
    border-bottom-color: #fff;
  }

  .footer-link-box.hover-x.footer-nav-item.left-line {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom-color: #fff;
    border-left-style: none;
  }

  .design-by-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px none #fff;
    background-color: transparent;
    font-family: Inconsolata, monospace;
    color: #fff;
  }

  .design-by-link:hover {
    background-color: transparent;
    opacity: 1;
  }

  .design-by-link.with-burger {
    padding-right: 10px;
    padding-left: 0px;
  }

  .design-by-link.nohover {
    padding-right: 5px;
    padding-left: 5px;
  }

  .design-by-link.nohover.dark-mode {
    padding-right: 20px;
  }

  .design-by-link.hover-x {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    background-color: #000;
  }

  .design-by-link.hover-x.w--current {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .design-by-link.hover-x.footer-nav-item {
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid #fff;
    border-bottom-style: none;
    border-bottom-color: #fff;
  }

  .design-by-link.hover-x.footer-nav-item.left-line {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom-color: #fff;
    border-left-style: none;
  }

  .design-by-text {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: 'IBM Plex Mono', sans-serif;
    color: #8f8f8f;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .design-by-text:hover {
    color: #e61700;
  }

  .design-by-text.grey {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px none #fff;
    background-color: #000;
    font-family: Inconsolata, monospace;
    color: #fff;
  }

  .copyright:hover {
    background-color: transparent;
    opacity: 1;
  }

  .copyright.with-burger {
    padding-right: 10px;
    padding-left: 0px;
  }

  .copyright.nohover {
    padding-right: 5px;
    padding-left: 5px;
  }

  .copyright.nohover.dark-mode {
    padding-right: 20px;
  }

  .copyright.hover-x {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    background-color: #000;
  }

  .copyright.hover-x.w--current {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .copyright.hover-x.footer-nav-item {
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid #fff;
    border-bottom-style: none;
    border-bottom-color: #fff;
  }

  .copyright.hover-x.footer-nav-item.left-line {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom-color: #fff;
    border-left-style: none;
  }

  .copyright-holder {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
  }

  .copyright-text {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: 'IBM Plex Mono', sans-serif;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .copyright-text:hover {
    color: #fff;
  }

  .copyright-text.grey {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-para {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }

  .text-block-dc {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-r {
    font-size: 14px;
  }

  .cookie-text {
    width: 90vw;
    margin-top: 25px;
  }

  .body-2 {
    background-color: #1a1a1a;
  }

  .div-block-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
  }

  .image-4 {
    max-width: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .faq-answer {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-plus-wrap {
    width: 20px;
    height: 20px;
  }

  .accordion-text {
    width: auto;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 16px;
  }

  .accordion-title {
    font-size: 16px;
  }

  .info-drop-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .email-text {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    letter-spacing: 0px;
  }

  .email-text.grey {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .spacing-buttons {
    position: relative;
  }

  .no-button.hack21-age-enter {
    width: 200px;
  }

  .button-yes {
    padding-right: 40px;
    padding-left: 40px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
  }

  .button-no {
    padding-right: 40px;
    padding-left: 40px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
  }
}

@font-face {
  font-family: 'Facultad';
  src: url('../fonts/Facultad-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}