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

body {
  background-color: #121212;
  font-family: 'Neue Haas Grotesk', sans-serif;
  color: #dcd29f;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Caxton, sans-serif;
  font-size: 8.98em;
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.09em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Caxton, sans-serif;
  font-size: 7.77em;
  line-height: 0.66;
  font-weight: 700;
  letter-spacing: -0.08em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Caxton, sans-serif;
  font-size: 6.56em;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.08em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 3.41em;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.6em;
  line-height: 0.99;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.46em;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

a {
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2.7em 6.25em;
}

.container.is--hero {
  padding-top: 15.42em;
}

.container.is--wider {
  padding-right: 1.15em;
  padding-left: 1.15em;
}

.container.is--nav {
  padding-top: 0.83em;
  padding-bottom: 0.83em;
}

.container.is--navbar {
  position: relative;
  z-index: 2;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

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

.c-rich-text p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.c-rich-text h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h4 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

.c-rich-text h5 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.section {
  position: relative;
  z-index: 2;
}

.section.is--nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  border-bottom: 1px solid #dcd29f;
  background-color: #121212;
}

.display {
  font-family: Caxton, sans-serif;
  font-size: 9.96em;
  line-height: 1;
  letter-spacing: -0.09em;
  white-space: nowrap;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.grid.is--merch-column {
  position: relative;
  z-index: 2;
  width: 50%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid.is--resources {
  -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;
}

.grid.is--footer {
  position: relative;
}

.grid.is--merch-column2 {
  position: relative;
  z-index: 1;
  width: 50%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid_item {
  width: 100%;
  padding: 1.04em;
}

.grid_item.is--hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid_item.is--hero-img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid_item.is--hero-img2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid_item.is--banner-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 3.07em 6.44em;
  -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;
  background-color: #dcd29f;
  color: #121212;
}

.grid_item.is--banner-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 3.07em 6.44em;
  -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-style: solid;
  border-width: 3px;
  border-color: #dcd29f;
  color: #e8e8e8;
}

.grid_item.is--merch-link {
  width: 20%;
}

.grid_item.is--merch-img2 {
  width: 80%;
  height: 100%;
}

.grid_item.is--merch-img1 {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-right: -20%;
  margin-bottom: 16.2em;
  margin-left: -20%;
}

.grid_item.is--merch-img3 {
  width: 40%;
  margin-right: -20%;
  margin-bottom: 4.53em;
  margin-left: -20%;
}

.grid_item.is--merch-title {
  padding-top: 8.24em;
}

.grid_item.is--resources {
  position: relative;
  z-index: 2;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.grid_item.is--social {
  width: 10%;
}

.grid_item.is--footer-copyright {
  padding-top: 1.64em;
  color: rgba(183, 152, 193, 0.3);
}

.grid_item.is--footer-top {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
}

.grid_item.is--nav-logo {
  width: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid_item.is--menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid_item.is--hamburger {
  display: none;
}

.hero_span {
  display: inline-block;
  padding-bottom: 1.2em;
  background-image: url('../images/hero-underline.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.main-button {
  position: relative;
  overflow: hidden;
  padding: 1.56em;
  border-style: solid;
  border-width: 3px;
  border-color: #dcd29f;
  border-radius: 100vw;
  font-weight: 700;
  text-align: center;
}

.main-button.find-us-banner {
  margin-top: 60px;
  border-radius: 100vw;
  opacity: 1;
}

.main-button.align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -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;
}

.is--3-bp {
  padding-bottom: 3em;
}

.hero_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.67em;
  height: 6.67em;
  -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: 100vw;
  background-color: #dcd29f;
}

.hero_circle.is--img {
  margin-right: -1.25em;
  background-image: url('../images/hero-album.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_circle.is--link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero_circle.is--link:hover {
  background-color: #e8e8e8;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.hero_arrow {
  width: 1.14em;
}

.hero_album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9.06em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero_photo1 {
  width: 100%;
  height: 35.16em;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero_photo2 {
  width: 100%;
  height: 18.96em;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -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;
}

.banner_icon {
  width: 4em;
  height: 3.4em;
  margin-right: 1.7em;
  -o-object-fit: contain;
  object-fit: contain;
}

.merch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.merch_line {
  width: 20.73em;
}

.merch_p {
  margin-top: 5.83em;
}

.merch_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12.55em;
  padding: 2.2em 1.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-style: solid;
  border-width: 3px;
  border-color: #dcd29f;
  border-radius: 100vw;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-weight: 700;
  text-align: center;
}

.merch_link.is--active {
  background-color: #dcd29f;
  color: #121212;
}

.merch_img1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.merch_img1-copy {
  width: 100%;
  height: 11.93em;
  -o-object-fit: cover;
  object-fit: cover;
}

.merch_img2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.merch_img3 {
  width: 100%;
  height: 9.79em;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 8.13em 6em;
  text-align: center;
}

.card_logos {
  width: 27.71em;
  margin-top: 2.24em;
}

.card_content {
  position: relative;
  z-index: 2;
  -webkit-filter: blur(0.05em);
  filter: blur(0.05em);
}

.resources_img {
  width: 100%;
  height: 49.58em;
  border-radius: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.resources_text {
  position: absolute;
  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;
  -webkit-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  text-transform: none;
}

.resources_text.is--2nd {
  z-index: 3;
  padding-top: 11em;
  color: #e8e8e8;
}

.resources_text.is--first {
  z-index: 1;
  padding-bottom: 11em;
}

.resources_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9.03em;
  height: 9.03em;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100vw;
  background-color: #dcd29f;
}

.resources_circle.is--inverted {
  background-color: #fcc70c;
}

.resources_arrow {
  width: 2.29em;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.social_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 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;
}

.social_circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(183, 152, 193, 0.3);
  border-radius: 100vw;
}

.social_icon {
  width: 2.2em;
  height: 2.8em;
  -o-object-fit: contain;
  object-fit: contain;
}

.social_icon.is--apple {
  margin-top: -0.6em;
}

.footer_top {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.footer_top-img {
  width: 13em;
}

.nav_logo-img {
  width: 4em;
}

.menu {
  width: 90%;
}

.menu_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 1.2em;
  -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;
}

.menu_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 700;
}

.menu_button:hover {
  color: #e8e8e8;
}

.menu_button-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  margin-left: 0.8em;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100vw;
  background-color: #dcd29f;
  color: #4d4a8f;
}

.menu_button-circle.small {
  width: auto;
  margin-left: 0px;
  background-color: transparent;
  color: #fff;
}

.menu_button-icon {
  width: 2em;
  margin-top: -0.15em;
}

.menu_line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #dcd29f;
  -webkit-transform: translate(-101%, 0px);
  -ms-transform: translate(-101%, 0px);
  transform: translate(-101%, 0px);
}

.div {
  width: 10em;
  height: 10em;
}

.main-button_circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  padding-top: 100%;
  border-radius: 100vw;
  background-color: #dcd29f;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.main-button_p {
  position: relative;
  z-index: 2;
}

.hamburger_icon {
  width: 3em;
}

.menu_p {
  font-weight: 700;
}

.tricks {
  font-family: 'The vanderink', sans-serif;
  color: #ba5318;
  font-size: 21em;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.tricks.mobile {
  display: none;
}

.grain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/noise.gif');
  background-position: 50% 50%;
  opacity: 0.04;
}

.grain.is--menu {
  display: none;
}

.resources_circle-contain {
  padding: 3.6em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.card_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 120%;
  opacity: 0.23;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span {
  color: #dcd29f;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footerlogo {
  width: 150px;
  margin-bottom: 20px;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #969696;
  font-size: 22px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.heading-2.footer {
  max-width: 1000px;
  font-size: 16px;
  line-height: 20px;
}

.heading-2.footer.copyright {
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #525252;
  font-size: 11px;
  text-align: center;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none transparent;
  -webkit-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
}

.collection-item.gallery {
  position: relative;
  width: 46%;
  margin-bottom: 40px;
  -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-color: transparent;
}

.collection-item.gallery:hover {
  border-color: #b1812e;
}

.collection-item.gallery.projectlist {
  overflow: hidden;
  width: 47%;
  height: 600px;
}

.span__star {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 750ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: -webkit-transform 750ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 750ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform 750ms cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 750ms cubic-bezier(.68, -.55, .265, 1.55);
  color: #b1812e;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  cursor: auto;
}

.button {
  margin: 10px;
  background-color: transparent;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  font-size: 18px;
  white-space: nowrap;
}

.button:hover {
  color: #b1812e;
}

.button.w--current {
  color: #b1812e;
}

.button.highlight {
  min-width: 175px;
  padding: 15px;
  background-color: #b1812e;
  text-align: center;
}

.button.highlight:hover {
  color: #313131;
}

.button.highlight.footer {
  display: none;
}

.button.footernav {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 14px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 20px auto 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2.hero {
  overflow: hidden;
  max-width: 90%;
  padding-bottom: 0px;
}

.container-2.hero.blog {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.container-2.container__center {
  margin: 0px 40px 0px 0px;
  -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;
}

.container-2.container__center.footer {
  margin-right: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #313131;
}

.container-2.container__nomarginbottom {
  position: relative;
  margin-bottom: 0px;
}

.container-2.container__nomarginbottom.container__center {
  position: relative;
  z-index: 999;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #2c2c2a;
}

.container-2.container__horizontal {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-2.container__horizontal.footernav {
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.divider__h1 {
  width: 100px;
  height: 3px;
  margin-bottom: 20px;
  background-color: #ec0209;
  color: #ec0209;
}

.heading {
  width: 100%;
  max-width: 800px;
  margin-top: 100px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 70px;
  line-height: 96px;
  text-align: left;
  letter-spacing: -1px;
}

.footerlink {
  margin-left: 5px;
  color: #b1812e;
  text-decoration: none;
}

.grid__hero {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid__hero._2x {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.smooth-wrapper {
  position: relative;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dcd29f;
}

.image-3 {
  margin: 20px 40px 40px 0px;
}

.heading-3 {
  width: 100%;
  font-size: 2em;
}

.paragraph {
  font-weight: 700;
}

.paragraph-2 {
  font-weight: 700;
}

.heading-4 {
  font-size: 4em;
}

.heading-5 {
  margin-bottom: 20px;
}

.paragraph-3 {
  font-weight: 700;
}

.heading-6 {
  font-size: 3em;
}

.paragraph-4 {
  color: rgba(220, 210, 159, 0.21);
  font-weight: 500;
}

.div-block {
  width: auto;
  height: auto;
  margin-bottom: 100px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-7 {
  margin-top: 20px;
  font-size: 1.3em;
  line-height: 1.7;
}

.html-embed {
  width: 100%;
}

.text-span-2 {
  color: #fcc70e;
}

.text-span-3 {
  color: #fcc70e;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.5vw;
  }

  h1 {
    font-size: 7.7em;
  }

  h4 {
    font-size: 3em;
  }

  p {
    font-size: 12px;
  }

  .container {
    padding: 27px 3em;
  }

  .grid.is--merch-column {
    width: 100%;
  }

  .grid.is--merch-column2 {
    width: 100%;
    padding-top: 3.3em;
  }

  .grid.is--nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid_item.is--banner-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2.84em;
    padding-left: 2.84em;
    -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;
  }

  .grid_item.is--banner-right {
    padding-right: 2.84em;
    padding-left: 2.84em;
    -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;
  }

  .grid_item.is--merch-img1 {
    margin-right: -40%;
    margin-left: 0%;
  }

  .grid_item.is--merch-title {
    padding-top: 1.8em;
  }

  .grid_item.is--resources {
    width: 60%;
  }

  .grid_item.is--social {
    width: 15%;
  }

  .grid_item.is--nav-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 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;
  }

  .grid_item.is--menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    display: none;
    width: 100%;
    padding: 95px 3.94em 48px;
    -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;
    border-bottom: 1px solid #dcd29f;
    background-color: #121212;
  }

  .grid_item.is--hamburger {
    display: block;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .main-button.align-right {
    margin-top: 20px;
    margin-right: auto;
  }

  .main-button.align-right.w--current {
    margin-top: 20px;
    margin-right: auto;
  }

  .hero_circle.is--link:hover {
    background-color: #dcd29f;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .banner_item {
    width: 100%;
  }

  .banner_item.is--first {
    margin-bottom: 17px;
  }

  .banner_icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .merch_img1-copy {
    height: 19em;
  }

  .merch_img2 {
    height: 48em;
  }

  .merch_img3 {
    height: 13em;
  }

  .nav_logo-img {
    width: 52px;
  }

  .menu_link {
    margin-right: 0em;
    padding: 5px 16px;
  }

  .menu_button {
    margin-top: 34px;
    margin-left: 0px;
  }

  .menu_button-circle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
  }

  .hamburger_icon {
    width: 30px;
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
  }

  .menu_p {
    font-size: 20px;
  }

  .tricks {
    display: none;
  }

  .tricks.mobile {
    display: block;
  }

  .grain.is--menu {
    display: block;
  }

  .collection-item {
    width: 47%;
    margin-right: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button {
    font-size: 16px;
  }

  .container-2.hero {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

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

  .container-2.container__horizontal {
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
  }

  .heading {
    margin-top: 60px;
  }

  .text-span-4 {
    color: #fcc70e;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 8.9em;
  }

  h4 {
    font-size: 3.4em;
  }

  h6 {
    font-size: 14px;
  }

  .grid.is--merch-column2 {
    padding-top: 25px;
  }

  .grid_item.is--hero-content {
    width: 50%;
    margin-right: 0%;
  }

  .grid_item.is--hero-img1 {
    width: 50%;
  }

  .grid_item.is--hero-img2 {
    width: 100%;
  }

  .grid_item.is--hamburger {
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero_photo2 {
    height: 33em;
  }

  .merch_p {
    margin-top: 3.83em;
  }

  .merch_link {
    height: 15em;
  }

  .card {
    padding-top: 14.03em;
    padding-bottom: 14.03em;
  }

  .card_content {
    -webkit-filter: blur(0.05em);
    filter: blur(0.05em);
    font-size: 1.6em;
  }

  .menu_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .menu_button-circle {
    margin-bottom: 8px;
    margin-left: 0em;
  }

  .tricks {
    display: none;
  }

  .collection-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .collection-item.gallery {
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .button {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .button.highlight {
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .container-2.hero {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .container-2.container__center {
    margin-right: 0px;
  }

  .container-2.container__horizontal {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    margin-top: 60px;
    font-size: 48px;
    line-height: 62px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding-bottom: 0.2em;
    font-size: 14.7em;
  }

  h4 {
    font-size: 8em;
  }

  h5 {
    font-size: 5em;
  }

  .container.is--hero {
    padding-top: 124px;
  }

  .container.is--wider {
    padding-right: 8px;
    padding-left: 8px;
  }

  .grid.is--merch-column2 {
    display: none;
  }

  .grid_item.is--hero-content {
    width: 100%;
  }

  .grid_item.is--hero-img1 {
    width: 100%;
  }

  .grid_item.is--banner-left {
    width: 100%;
  }

  .grid_item.is--banner-right {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .grid_item.is--merch-link {
    width: 50%;
  }

  .grid_item.is--resources {
    width: 80%;
  }

  .grid_item.is--social {
    width: 30%;
  }

  .grid_item.is--footer-copyright {
    padding-top: 16px;
  }

  .grid_item.is--footer-top {
    display: none;
  }

  .main-button {
    margin-bottom: 28px;
    font-size: 12px;
  }

  .is--3-bp {
    padding-bottom: 20px;
  }

  .hero_circle {
    font-size: 12px;
  }

  .hero_album {
    padding-bottom: 34px;
  }

  .hero_photo1 {
    height: 70em;
    margin-bottom: 25px;
  }

  .hero_photo2 {
    height: 39em;
  }

  .banner_icon {
    font-size: 7px;
  }

  .merch_link {
    padding: 0em 3.2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .merch_img3 {
    height: 16em;
  }

  .card {
    padding-top: 27.43em;
    padding-bottom: 27.43em;
  }

  .resources_img {
    height: 71em;
  }

  .social_circle {
    font-size: 2em;
  }

  .footer_top-img {
    width: 2em;
  }

  .menu_button-circle.small {
    margin-top: auto;
    margin-bottom: auto;
  }

  .menu_button-icon {
    margin-top: auto;
    margin-bottom: auto;
  }

  .hamburger_icon {
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
    color: #fff;
  }

  .tricks {
    display: none;
    font-size: 23em;
  }

  .tricks.mobile {
    display: block;
    font-size: 29em;
    text-align: left;
  }

  .heading-2 {
    font-size: 20px;
  }

  .heading-2.footer.copyright {
    font-size: 10px;
    white-space: nowrap;
  }

  .collection-item.gallery {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .button {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 14px;
  }

  .button.hide {
    display: none;
  }

  .button.highlight.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
  }

  .button.highlight.footer.w--current {
    color: #fff;
  }

  .button.footernav {
    font-size: 12px;
  }

  .container-2 {
    max-width: none;
    margin-bottom: 40px;
  }

  .container-2.hero {
    position: relative;
    overflow: visible;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .container-2.hero.blog {
    display: none;
    margin-bottom: 0px;
  }

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

  .container-2.container__nomarginbottom.container__center {
    width: 90%;
  }

  .container-2.container__horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .heading {
    font-size: 36px;
    line-height: 50px;
  }

  .grid__hero {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .heading-3 {
    font-size: 4.2em;
  }

  .heading-4 {
    line-height: 1;
  }

  .div-block {
    height: 90px;
  }

  .heading-7.mobile {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4f5e2b4-2ce6-cda3-7115-b03b92d01e0f-9a99eb63 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aihet script personal use only';
  src: url('../fonts/Aihet-Script-Personal-Use-Only.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The vanderink';
  src: url('../fonts/The-Vanderink.ttf') format('truetype'), url('../fonts/The-Vanderink.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caxton';
  src: url('../fonts/Caxton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}