body {
  color: #e8e353;
  background-color: #070707;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  color: #e8e353;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk trial, sans-serif;
  font-size: 14.3rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk trial, sans-serif;
  font-size: 5.375rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisseintl, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
}

p {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisseintl, sans-serif;
  font-size: .9rem;
  line-height: 1.4;
}

a {
  color: #070707;
  text-transform: uppercase;
  font-size: 1.125rem;
  text-decoration: underline;
}

ul, ol {
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 1.125em;
  line-height: 1.5;
}

blockquote {
  border-left: .3em solid #535353;
  margin-bottom: 1em;
  padding: 1em;
  font-size: 1.25em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.style-guide__item {
  margin-top: 4rem;
}

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

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

.rich-text h2 {
  margin-bottom: .2em;
}

.rich-text h3 {
  margin-top: 1em;
  margin-bottom: .2em;
}

.rich-text h4 {
  margin-top: 1em;
  margin-bottom: .6em;
}

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

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

.rich-text ul {
  padding-left: 2em;
}

.section {
  width: 100%;
  height: 100vh;
  align-items: stretch;
  display: flex;
}

.section.section--white {
  background-color: #e8e353;
}

.section.is-one {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.is-three {
  flex-direction: row;
  align-items: flex-end;
}

.section.is-five, .section.is-four {
  align-items: flex-end;
}

.section.is-six {
  max-width: 100%;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
}

.section.is-six.hide {
  display: none;
}

.section.is-seven, .section.is-eight {
  align-items: flex-end;
  display: block;
}

.section.is-nine {
  max-width: 100%;
  flex-direction: row;
  position: relative;
}

.section.is-ten, .section.is-eleven, .section.is-twelve, .section.is-thirteen {
  align-items: flex-end;
}

.style-guide__label {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.bg--black {
  background-color: #070707;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.justify-start {
  justify-content: flex-start;
}

.row.justify-center {
  justify-content: center;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-between {
  justify-content: space-between;
}

.row.justify-around {
  justify-content: space-around;
}

.row.align-stretch {
  align-items: stretch;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.col-lg-1 {
  max-width: 8.333%;
  flex: 8.333%;
}

.col.col-lg-11 {
  max-width: 91.6667%;
  flex: 91.6667%;
}

.col.col-lg-2 {
  max-width: 16.6667%;
  flex: 16.6667%;
}

.col.col-lg-10 {
  max-width: 83.3333%;
  flex: 83.3333%;
}

.col.col-lg-3 {
  max-width: 25%;
  flex: 25%;
}

.col.col-lg-9 {
  max-width: 75%;
  flex: 75%;
}

.col.col-lg-4 {
  max-width: 100%;
  flex: 33.3333%;
  padding-left: 0;
  padding-right: 0;
}

.col.col-lg-8 {
  max-width: 66.6667%;
  flex: 66.6667%;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex: 41.6667%;
}

.col.col-lg-7 {
  max-width: 58.3333%;
  flex: 58.3333%;
}

.col.col-lg-6 {
  max-width: 50%;
  flex: 50%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex: 100%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.p--large {
  text-transform: uppercase;
  font-size: 1.125rem;
}

.is--style-guide-row {
  margin-top: 1em;
}

.button {
  text-align: center;
  text-transform: uppercase;
  border-radius: 8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1rem;
}

.button.button--primary {
  color: #e8e353;
  background-color: #070707;
}

.button.button--primary.is--form {
  width: 100%;
}

.button.button--secondary {
  color: #f8f0e2;
  background-color: #ff5800;
}

.style-guide__text-holder {
  width: 100%;
  height: 4rem;
  color: #e8e353;
  text-align: center;
  background-color: #070707;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row--outline {
  height: 12rem;
  border: 1px solid rgba(234, 210, 171, .5);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.transition__wrapper {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.transition__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.transition__trigger {
  display: none;
}

.padding--large {
  padding-top: 12rem;
}

.padding--large.style-guide__placeholder--spacing {
  text-align: center;
}

.padding--medium {
  padding-top: 6rem;
}

.padding--small {
  padding-top: 2rem;
}

.css-embed {
  display: none;
}

.style-guide__header {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.style-guide__logo {
  width: 5rem;
}

.style-guide__content--top {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.h1 {
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.style-guide__content--bottom {
  border-top: 1px solid rgba(234, 210, 171, .5);
  padding-top: 3rem;
  padding-bottom: 12.5rem;
}

.style-guide__content--bottom.is--white {
  border-top-color: rgba(7, 7, 7, .5);
}

.style-guide__colors-wrapper {
  justify-content: space-between;
  display: flex;
}

.style-guide__colors {
  width: 25%;
  height: 16rem;
}

.style-guide__colors.style-guide__colors--primary {
  background-color: #070707;
}

.style-guide__colors.style-guide__colors--secondary {
  background-color: #ff5800;
}

.style-guide__colors.style-guide__colors-tertiary {
  background-color: #f8f0e2;
}

.style-guide__colors.style-guide__colors--white {
  background-color: #fff;
}

.form-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 3rem;
}

.form-field::-ms-input-placeholder {
  color: #070707;
  font-weight: 400;
}

.form-field::placeholder {
  color: #070707;
  font-weight: 400;
}

.form--error {
  background-color: rgba(0, 0, 0, 0);
}

.form-error__text {
  color: #ff5800;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}

.form--success {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.form-sucess__text {
  color: #070707;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
}

.style-guide__placeholder {
  color: #070707;
  text-align: center;
  text-transform: uppercase;
  background-color: #e8e353;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: .8rem;
}

.style-guide__placeholder--spacing {
  color: #070707;
  text-align: center;
  text-transform: uppercase;
  background-color: #e8e353;
  padding-bottom: 1rem;
  font-size: .8rem;
}

.style-guide__heading {
  font-size: 4.5rem;
}

.hero__content-wrapper {
  width: auto;
}

.hero__wrapper-content {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  height: 100%;
}

.hero__parent-content {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.categories__content-wrapper {
  width: 100%;
  height: auto;
  justify-content: space-between;
  display: flex;
}

.p__left {
  text-align: left;
}

.main {
  z-index: 2;
  width: 100%;
  height: auto;
  position: relative;
}

.hero__fixed {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.is-one {
  z-index: 8;
  display: block;
}

.image.is-two {
  z-index: 7;
}

.image.is-three {
  z-index: 6;
}

.image.is-four {
  z-index: 5;
}

.image.is-five {
  z-index: 4;
}

.image.is-six {
  z-index: 3;
}

.image.is-seven {
  z-index: 2;
}

.image.is-eight, .image.is-ninr {
  z-index: 1;
}

.mask {
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #000;
  position: absolute;
}

.buttons {
  color: #e8e353;
  border: 1px solid #e8e353;
  border-radius: 20px;
  padding: 10px 45px;
  text-decoration: none;
}

.heading {
  margin-left: 22px;
  padding-top: 28px;
  font-weight: 500;
}

.head {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.paragraph {
  font-size: 2.1rem;
}

.image-2 {
  max-width: 108%;
  margin-left: -24px;
}

.div-block-2 {
  max-width: 196px;
}

.link {
  color: #e8e353;
  font-size: .9rem;
  text-decoration: none;
}

.text-block, .icon {
  color: #e8e353;
}

.dropdown-link {
  text-align: center;
  background-color: #e8e353;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
  background-color: #e8e353;
}

.div-block-3, .div-block-4, .div-block-5, .div-block-6 {
  display: flex;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  display: none;
}

.title {
  margin-left: 22px;
  padding-top: 28px;
  font-weight: 500;
  display: none;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.image-3 {
  width: 50px;
  color: #e8e353;
  margin-left: 21px;
  margin-right: 21px;
}

.div-block-9 {
  margin-top: 272px;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  padding-top: 205px;
  padding-bottom: 205px;
  display: flex;
}

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

  .col.col-lg-5.col-md-10.col--p-large {
    margin-top: 2rem;
    margin-left: 16.66%;
  }

  .col.col-md-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-md-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.col-md-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .col.col-md-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-md-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.col-md-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-md-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-md-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-md-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-md-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .col.col-md-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-md-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .md--hide {
    display: none;
  }

  .categories__content-wrapper {
    padding-left: 49px;
    padding-right: 49px;
  }

  .heading {
    display: none;
  }

  .paragraph {
    margin-top: -309px;
  }

  .title {
    font-size: 4rem;
    display: block;
  }

  .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 7.2rem;
  }

  .image-3 {
    width: 37px;
  }

  .heading-9 {
    font-size: 7.2rem;
  }
}

@media screen and (max-width: 767px) {
  .col.col-lg-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .col.col-lg-7 {
    max-width: 100%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex: 0 8.33333%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex: 0 91.6667%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex: 0 16.6667%;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex: 0 83.3333%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex: 0 25%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex: 0 75%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex: 0 33.3333%;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex: 0 66.6667%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex: 0 41.6667%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex: 0 58.3333%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex: 0 50%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex: 0 100%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .sm--hide {
    display: none;
  }

  .categories__content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .p__left {
    text-align: center;
  }

  .heading-3 {
    font-size: 11.7rem;
  }

  .heading-4 {
    font-size: 6.3rem;
  }

  .heading-5 {
    text-align: center;
    font-size: 6.3rem;
  }

  .heading-6 {
    font-size: 6.3rem;
  }

  .heading-7, .heading-8 {
    text-align: center;
    font-size: 6.3rem;
  }

  .heading-9 {
    font-size: 6.3rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    margin-left: 1.1rem;
    margin-right: 1.1rem;
  }

  .col.col-lg-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .col.col-lg-7 {
    max-width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .categories__content-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .p__left {
    text-align: center;
  }

  .image.is-one {
    display: inline-block;
  }

  .image.is-two {
    max-width: 153%;
    display: inline-block;
  }

  .image.is-three, .image.is-four, .image.is-five, .image.is-six, .image.is-seven, .image.is-eight, .image.is-ninr {
    display: inline-block;
  }

  .buttons {
    padding: 2px 18px;
  }

  .head {
    margin-top: 38px;
  }

  .paragraph {
    margin-top: 0;
  }

  .image-2 {
    max-width: 70%;
    margin-left: 0;
  }

  .paragraph-2 {
    font-size: .5rem;
  }

  .title {
    margin-top: -224px;
    margin-left: 0;
  }

  .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 4.4rem;
  }

  .image-3 {
    width: 21px;
  }

  .heading-9 {
    font-size: 4.4rem;
  }
}


@font-face {
  font-family: 'Druk trial';
  src: url('../fonts/Druk-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}