:root {
  --black: #111;
  --white: #fff;
  --gray: #8d8d8d;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

h1 {
  letter-spacing: -.03em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.05;
}

h2 {
  letter-spacing: -.03em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.05;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: var(--gray);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.05;
}

a {
  color: var(--white);
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

.css-embed {
  display: none;
}

.section.section--hero {
  background-image: url('../images/bg-texture.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.sg-hero__wrapper {
  padding-top: 6.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row.row--outline {
  border: 1px solid rgba(255, 218, 167, .3);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sg-hero__title, .sg-hero__text {
  text-align: center;
}

.sg-hero__video {
  width: 100%;
  margin-top: 1.25rem;
}

.sg__wrapper {
  padding-top: 6.25rem;
}

.sg-card__wrapper {
  background-color: rgba(255, 218, 167, .05);
  border-radius: .3125rem;
  padding: 1rem .625rem;
}

.sg-item__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.sg-item__title {
  margin-right: 5rem;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
}

.sg-item__color {
  border-radius: .3125rem;
  width: 100%;
  height: 8rem;
}

.sg-item__color.sg-item__color--two {
  background-color: var(--black);
}

.sg-item__color.sg-item__color--one {
  background-color: var(--white);
}

.sg-item__color.sg-item__color--three {
  background-color: #000;
}

.sg-item__color.sg-item__color--four {
  background-color: #f7e7d1;
}

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.sg-item__color-text {
  font-size: .75rem;
}

.sg__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.button__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .2rem .6rem;
}

.button__text {
  color: var(--black);
  font-size: .75rem;
  font-weight: 600;
}

.cookie__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .6rem 1rem;
  display: inline-block;
}

.cookie__text {
  margin-right: 2rem;
  font-size: .875rem;
}

.cookie__link {
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  margin-right: 1rem;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.form__field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 218, 167, .3);
  border-radius: .3125rem;
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: var(--white);
}

.form__field::placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field.form__field--textarea {
  font-size: .875rem;
  line-height: 1.4;
}

.form__button {
  color: var(--white);
  background-color: #000;
  border-radius: .3125rem;
  width: 100%;
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.form__error-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg__placeholder {
  background-color: rgba(255, 218, 167, .05);
  border-radius: .15625rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

.placeholder__wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  display: flex;
}

.placeholder__title {
  text-align: center;
}

.home-hero__wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding: 2rem;
  display: flex;
}

.span-100 {
  color: var(--white);
}

.location-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.bottom-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.links-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.links-title {
  padding-bottom: .625rem;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 2rem;
  font-size: .875rem;
  line-height: 1em;
  display: flex;
}

.footer--link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  overflow: hidden;
}

.header-link-text {
  font-size: 1.5rem;
}

.line {
  background-color: #faf8f3;
  width: 100%;
  height: 1px;
}

.site-logo {
  width: 12rem;
}

.button-img {
  width: 1rem;
}

.button-img__wrapper {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.mobile {
  display: none;
}

.location-desktop {
  display: block;
}

@media screen and (max-width: 991px) {
  .md--hide {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .sm--hide {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .footer--link.header-link {
    display: block;
  }

  .location-desktop {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  p {
    font-size: .75rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs--hide {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sg-hero__text {
    margin-top: 1.25rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .cookie__text, .cookie__link {
    font-size: .75rem;
  }

  .form__button {
    font-size: .875rem;
  }

  .footer--link {
    line-height: 10px;
  }

  .header-link-text {
    font-size: 1.25rem;
  }

  .site-logo {
    width: 10rem;
    padding-bottom: 2rem;
  }

  .mobile {
    padding-top: 1rem;
    display: block;
  }
}


