/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/*  Headings  */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 10px; }
body {
  min-width: 320px;
  background: #fff;
  font-size: 1.6rem;
  font-family: Unkempt, cursive;
  font-weight: 400;
  line-height: 1.2;
  color: #000; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2); }
.h1,
h1 {
  font-size: 4.8rem; }
@media (max-width: 1199px) {
    .h1,
    h1 {
      font-size: 3.3rem; } }
@media (max-width: 1039px) {
    .h1,
    h1 {
      font-size: 3.8rem; } }
@media (max-width: 599px) {
    .h1,
    h1 {
      font-size: 2rem; } }
.h2,
h2 {
  font-size: 3.8rem; }
@media (max-width: 1199px) {
    .h2,
    h2 {
      font-size: 3rem; } }
@media (max-width: 1039px) {
    .h2,
    h2 {
      font-size: 3rem; } }
@media (max-width: 599px) {
    .h2,
    h2 {
      font-size: 1.9rem; } }
.h3,
h3 {
  font-size: 3rem; }
@media (max-width: 1199px) {
    .h3,
    h3 {
      font-size: 2.5rem; } }
@media (max-width: 1039px) {
    .h3,
    h3 {
      font-size: 2.5rem; } }
@media (max-width: 599px) {
    .h3,
    h3 {
      font-size: 1.7rem; } }
.h4,
h4 {
  font-size: 2.4rem; }
@media (max-width: 1199px) {
    .h4,
    h4 {
      font-size: 2rem; } }
@media (max-width: 1039px) {
    .h4,
    h4 {
      font-size: 2rem; } }
@media (max-width: 599px) {
    .h4,
    h4 {
      font-size: 1.6rem; } }
.h5,
h5 {
  font-size: 1.6rem; }
@media (max-width: 1199px) {
    .h5,
    h5 {
      font-size: 1.6rem; } }
@media (max-width: 1039px) {
    .h5,
    h5 {
      font-size: 1.6rem; } }
@media (max-width: 599px) {
    .h5,
    h5 {
      font-size: 1.6rem; } }
.h6,
h6 {
  font-size: 1.4rem; }
@media (max-width: 1199px) {
    .h6,
    h6 {
      font-size: 1.4rem; } }
@media (max-width: 1039px) {
    .h6,
    h6 {
      font-size: 1.4rem; } }
@media (max-width: 599px) {
    .h6,
    h6 {
      font-size: 1.4rem; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 599px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 599.02px) and (max-width: 1039px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1039.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 1.6rem 2.35rem .4rem;
  border-radius: .5rem;
  border: 0.1rem solid #000;
  font-family: Manjari, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border .4s, background .4s, color .4s;
  -o-transition: border .4s, background .4s, color .4s;
  transition: border .4s, background .4s, color .4s; }
@media (max-width: 1039px) {
    .btn {
      padding: 1.7rem 2.35rem .5rem; } }
@media (max-width: 599px) {
    .btn {
      padding: 1.4rem 2.35rem .6rem;
      font-size: 1.6rem; } }
.btn--primary {
  border-color: #000;
  background-color: #000;
  color: #fff; }
.btn--primary:hover {
    background-color: transparent;
    color: #000; }
.btn--secondary {
  border-color: #000;
  color: #000; }
.btn--secondary:hover {
    background-color: #000;
    color: #fff; }
.btn--tertiary {
  border-color: #fff;
  color: #fff; }
.btn--tertiary:hover {
    background-color: #fff;
    color: #000; }
.btn--lg {
  border-width: .2rem;
  padding: 2.2rem 3.45rem 1rem;
  font-size: 3.2rem; }
@media (max-width: 1199px) {
    .btn--lg {
      padding: 1.5rem 1.95rem 0.7rem;
      font-size: 2.2rem; } }
@media (max-width: 1039px) {
    .btn--lg {
      padding: 1.7rem 2.75rem 1rem;
      font-size: 2.3rem; } }
@media (max-width: 599px) {
    .btn--lg {
      border-width: .1rem;
      padding: .8rem 1.35rem .5rem;
      font-size: 1.3rem; } }
.btn--xl {
  padding: 1.3rem 3.45rem 2.1rem; }
@media (max-width: 1199px) {
    .btn--xl {
      padding: 1.8rem 3.45rem 1.6rem; } }
@media (max-width: 1039px) {
    .btn--xl {
      padding: 2rem 3.45rem 1.9rem;
      font-size: 2rem; } }
@media (max-width: 599px) {
    .btn--xl {
      border-width: .1rem;
      padding: 1rem 3.45rem 1.2rem;
      font-size: 1.6rem; } }
.btn--cursive {
  font-family: Unkempt, cursive; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
  Card
\* ------------------------------------------------------------ */
.card {
  position: relative; }
.card .card__image {
    position: relative;
    padding-top: 66.6%;
    overflow: hidden; }
@media (max-width: 1199px) {
      .card .card__image {
        padding-top: 66.5%; } }
@media (max-width: 1039px) {
      .card .card__image {
        padding-top: 66.8%; } }
.card .card__image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      background-color: rgba(0, 0, 0, 0.5); }
.card .card__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.card .card__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 5;
    padding-bottom: 8.1rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }
@media (max-width: 1199px) {
      .card .card__content {
        padding-bottom: 5.9rem; } }
@media (max-width: 1039px) {
      .card .card__content {
        padding-bottom: 6.4rem; } }
@media (max-width: 599px) {
      .card .card__content {
        padding-bottom: 3.7rem; } }
.card .card__content h1 {
    margin-bottom: 2.6rem;
    color: #fff; }
@media (max-width: 1199px) {
      .card .card__content h1 {
        margin-bottom: 1.8rem; } }
@media (max-width: 1039px) {
      .card .card__content h1 {
        margin-bottom: 2rem; } }
@media (max-width: 599px) {
      .card .card__content h1 {
        margin-bottom: 1.1rem; } }
/* ------------------------------------------------------------ *\
  Cards
\* ------------------------------------------------------------ */
.cards .cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -.6rem; }
@media (max-width: 1039px) {
    .cards .cards__items {
      display: block;
      margin: 0; } }
.cards .cards__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 .6rem; }
@media (max-width: 1039px) {
    .cards .cards__item {
      max-width: 100%;
      padding: 0; } }
.cards .cards__item > * {
    height: 100%; }
@media (max-width: 1039px) {
  .cards .cards__item + .cards__item {
    margin-top: 2.4rem; } }
@media (max-width: 599px) {
  .cards .cards__item + .cards__item {
    margin-top: 1.2rem; } }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 2.6rem 0;
  background-color: #000;
  color: #fff; }
.footer .footer__inner {
    padding: 0 1.2rem; }
@media (max-width: 599px) {
      .footer .footer__inner {
        padding: 0 2.3rem; } }
.footer .footer__nav {
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase; }
.footer .footer__nav ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
.footer .footer__nav li + li {
      margin-top: 1rem; }
.footer .footer__nav a {
      text-decoration: none; }
.footer .footer__nav a:hover {
        text-decoration: underline; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  padding: 2.4rem 0 2.1rem; }
@media (max-width: 1199px) {
    .header {
      padding: 2.4rem 0 1.3rem; } }
@media (max-width: 1039px) {
    .header {
      padding: 2rem 0 1.3rem; } }
@media (max-width: 599px) {
    .header {
      padding: .8rem 0 .9rem; } }
.header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: .1em;
    margin: 0 -1rem; }
@media (max-width: 1039px) {
      .header .header__inner {
        display: block;
        padding-right: 0;
        margin: 0; } }
.header .header__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -1.4rem;
    padding: 0 1rem; }
@media (max-width: 1039px) {
      .header .header__content {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0;
        margin: 0 -1.3rem .6rem; } }
@media (max-width: 599px) {
      .header .header__content {
        margin: 0 -1.9rem 1.1rem; } }
.header .header__content > * {
      padding: 0 1.4rem; }
@media (max-width: 1039px) {
        .header .header__content > * {
          padding: 0 1.3rem; } }
@media (max-width: 599px) {
        .header .header__content > * {
          padding: 0 1.9rem; } }
.header .header__stories {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
.header .header__aside {
    padding: 0 1rem .3rem; }
@media (max-width: 1199px) {
      .header .header__aside {
        padding: 0 1rem .7rem; } }
@media (max-width: 1039px) {
      .header .header__aside {
        padding: 0; } }
@media (max-width: 1039px) {
    .header .header__aside .btn {
      display: block;
      width: 100%;
      border-width: .2rem;
      border-color: #000;
      background-color: transparent;
      color: #000; }
      .header .header__aside .btn:hover {
        background-color: #000;
        color: #fff; } }
.header .header__logo {
    margin-left: -.4rem; }
@media (max-width: 1199px) {
      .header .header__logo {
        margin-left: 0; } }
@media (max-width: 1039px) {
      .header .header__logo {
        margin-left: -.6rem; } }
@media (max-width: 599px) {
      .header .header__logo {
        margin: .2rem 0 0 -.3rem; } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  List Buttons
\* ------------------------------------------------------------ */
.list-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
  margin: 0 -.6rem;
  list-style-type: none; }
@media (max-width: 1039px) {
    .list-buttons {
      display: block;
      margin: 0; } }
.list-buttons li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: .6rem; }
@media (max-width: 1039px) {
      .list-buttons li {
        max-width: 100%;
        padding: 0; } }
@media (max-width: 1039px) {
    .list-buttons li + li {
      margin-top: 2.4rem; } }
@media (max-width: 599px) {
    .list-buttons li + li {
      margin-top: 1.2rem; } }
/* ------------------------------------------------------------ *\
  List Stores
\* ------------------------------------------------------------ */
.list-stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
  margin: 0 -1.6rem;
  font-size: 2rem;
  list-style-type: none; }
@media (max-width: 1199px) {
    .list-stores {
      margin: 0 -.5rem;
      font-size: 1.6rem; } }
@media (max-width: 1039px) {
    .list-stores {
      padding-top: .6rem !important;
      margin: 0 -1rem -1.15rem !important; } }
@media (max-width: 599px) {
    .list-stores {
      font-size: 1.2rem;
      margin-bottom: -1.4rem !important; } }
.list-stores li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29rem;
            flex: 0 0 29rem;
    max-width: 29rem;
    padding: 0 1.6rem; }
@media (max-width: 1199px) {
      .list-stores li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 .5rem; } }
@media (max-width: 1039px) {
      .list-stores li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        max-width: 100%;
        padding: 0 1rem;
        margin-bottom: 1.15rem; } }
@media (max-width: 599px) {
      .list-stores li {
        margin-bottom: 1.4rem; } }
.list-stores h4 {
    margin-bottom: .1rem;
    line-height: 1; }
@media (max-width: 599px) {
      .list-stores h4 {
        margin-bottom: 0; } }
.list-stores a {
    display: block;
    text-decoration: none; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  width: 14.5rem;
  font-size: 0; }
@media (max-width: 1199px) {
    .logo {
      width: 15rem; } }
@media (max-width: 1039px) {
    .logo {
      width: 14.8rem; } }
@media (max-width: 599px) {
    .logo {
      width: 13.2rem; } }
.logo img {
    display: block;
    width: 100%;
    height: auto; }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Section Buttons
\* ------------------------------------------------------------ */
.section-buttons {
  padding: 1.8rem 0 1.6rem; }
@media (max-width: 1199px) {
    .section-buttons {
      padding: .5rem 0 2rem; } }
@media (max-width: 1039px) {
    .section-buttons {
      padding: 1.7rem 0 2.3rem; } }
@media (max-width: 599px) {
    .section-buttons {
      padding: 1.6rem 0 1.2rem; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1140px + 2.4rem * 2);
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  margin: auto;
  width: 100%; }
@media (max-width: 599px) {
    .shell {
      max-width: calc( 1140px + 1.2rem * 2);
      padding-left: 1.2rem;
      padding-right: 1.2rem; } }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  max-width: 1474px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
