html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.center {
  text-align: center; }

h1, .h1, .content h2 {
  font-family: roboto-mono, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 8px; }
  @media (min-width: 769px) {
    h1, .h1, .content h2 {
      font-size: 56px;
      line-height: 64px; } }
  h1.small, .h1.small, .content h2.small {
    font-size: 24px;
    line-height: 24px; }
    @media (min-width: 769px) {
      h1.small, .h1.small, .content h2.small {
        font-size: 32px;
        line-height: 40px; } }

.timer {
  font-size: 56px;
  line-height: 64px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 0px;
  top: 4px;
  position: relative; }

h2 {
  font-size: 24px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 16px; }

h3, .content h4 {
  font-size: 20px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  padding-bottom: 8px; }

h4 {
  font-size: 16px;
  padding-bottom: 8px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal; }

h5 {
  text-transform: uppercase;
  font-size: 10px; }

a {
  text-decoration: none;
  color: #000000; }
  a:hover {
    color: #000000;
    cursor: pointer; }

p {
  padding-bottom: 16px; }

strong {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal; }

.menu-container {
  width: 100%;
  padding: 0 24px;
  padding-bottom: 12px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 769px) {
    .menu-container {
      padding: 0 40px; } }
  .menu-container.centered {
    text-align: center; }
  .menu-container .menu {
    margin-top: 32px;
    display: inline-block;
    text-align: right;
    float: right; }
    .menu-container .menu a, .menu-container .menu span {
      padding: 8px 0 8px 16px;
      font-size: 12px;
      color: black;
      text-transform: uppercase;
      letter-spacing: .05em;
      opacity: .5; }
      .menu-container .menu a.goto_step2:hover, .menu-container .menu span.goto_step2:hover {
        opacity: 1; }
      .menu-container .menu a.active, .menu-container .menu span.active {
        opacity: 1; }

.logo-container {
  display: inline-block;
  text-align: left;
  margin-top: 32px; }
  .logo-container img {
    max-width: 77px;
    display: inline-block; }
    @media (min-width: 769px) {
      .logo-container img {
        max-width: 120px; } }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding: 32px;
  text-align: left;
  z-index: 1000;
  background: white;
  color: black;
  overflow: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 769px) {
    .modal {
      padding: 80px; } }

.modal-contents {
  max-width: 540px;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 64px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .modal-contents h1, .modal-contents h2, .modal-contents h2, .modal-contents h3, .modal-contents h4 {
    padding-top: 16px; }

.modal.show {
  display: block; }
  .modal.show .verify-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }

.event_rules, .event_form {
  max-height: 0;
  opacity: 0;
  overflow: hidden; }
  .event_rules.open, .event_form.open {
    opacity: 1;
    max-height: 2000px; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  outline: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1em;
  height: 1em;
  vertical-align: middle; }

.form-details {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  opacity: .4;
  padding-top: 16px; }

#postalCode {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

.red {
  color: #a9a9a9;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .1em; }

.close {
  text-align: right;
  position: fixed;
  top: 40px;
  right: 40px; }
  .close img {
    display: inline-block; }

.modalVerify .verify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.code_error {
  color: #d50606; }

.event-form h3 {
  padding-top: 8px;
  padding-bottom: 0; }

.g-recaptcha {
  margin-top: 20px; }

.contact-form .klaviyo_condensed_styling,
.contact-form .klaviyo_styling,
.contact-form .form {
  max-width: 400px; }
  .contact-form .klaviyo_condensed_styling .label,
  .contact-form .klaviyo_condensed_styling label,
  .contact-form .klaviyo_styling .label,
  .contact-form .klaviyo_styling label,
  .contact-form .form .label,
  .contact-form .form label {
    font-size: 12px;
    line-height: 20px;
    color: black;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
    margin-top: 12px; }
  .contact-form .klaviyo_condensed_styling label.error,
  .contact-form .klaviyo_styling label.error,
  .contact-form .form label.error {
    color: #d50606;
    margin-top: 4px; }
  .contact-form .klaviyo_condensed_styling select:after,
  .contact-form .klaviyo_styling select:after,
  .contact-form .form select:after {
    content: "";
    background-image: url(/assets/images/core/caret.svg); }
  .contact-form .klaviyo_condensed_styling .input[type=text],
  .contact-form .klaviyo_condensed_styling .input[type=email],
  .contact-form .klaviyo_condensed_styling .input[type=tel],
  .contact-form .klaviyo_condensed_styling input[type=text],
  .contact-form .klaviyo_condensed_styling input[type=email],
  .contact-form .klaviyo_condensed_styling input[type=tel],
  .contact-form .klaviyo_condensed_styling select,
  .contact-form .klaviyo_styling .input[type=text],
  .contact-form .klaviyo_styling .input[type=email],
  .contact-form .klaviyo_styling .input[type=tel],
  .contact-form .klaviyo_styling input[type=text],
  .contact-form .klaviyo_styling input[type=email],
  .contact-form .klaviyo_styling input[type=tel],
  .contact-form .klaviyo_styling select,
  .contact-form .form .input[type=text],
  .contact-form .form .input[type=email],
  .contact-form .form .input[type=tel],
  .contact-form .form input[type=text],
  .contact-form .form input[type=email],
  .contact-form .form input[type=tel],
  .contact-form .form select {
    font-size: 14px;
    color: #000;
    background: none;
    border: 1px solid #d1d6e6;
    line-height: 24px;
    height: 48px;
    width: 100%;
    outline: none;
    border-radius: 4px;
    padding: 12px 16px; }
    .contact-form .klaviyo_condensed_styling .input[type=text]:focus,
    .contact-form .klaviyo_condensed_styling .input[type=email]:focus,
    .contact-form .klaviyo_condensed_styling .input[type=tel]:focus,
    .contact-form .klaviyo_condensed_styling input[type=text]:focus,
    .contact-form .klaviyo_condensed_styling input[type=email]:focus,
    .contact-form .klaviyo_condensed_styling input[type=tel]:focus,
    .contact-form .klaviyo_condensed_styling select:focus,
    .contact-form .klaviyo_styling .input[type=text]:focus,
    .contact-form .klaviyo_styling .input[type=email]:focus,
    .contact-form .klaviyo_styling .input[type=tel]:focus,
    .contact-form .klaviyo_styling input[type=text]:focus,
    .contact-form .klaviyo_styling input[type=email]:focus,
    .contact-form .klaviyo_styling input[type=tel]:focus,
    .contact-form .klaviyo_styling select:focus,
    .contact-form .form .input[type=text]:focus,
    .contact-form .form .input[type=email]:focus,
    .contact-form .form .input[type=tel]:focus,
    .contact-form .form input[type=text]:focus,
    .contact-form .form input[type=email]:focus,
    .contact-form .form input[type=tel]:focus,
    .contact-form .form select:focus {
      border-color: rgba(0, 0, 0, 0.4); }
  .contact-form .klaviyo_condensed_styling .select_div,
  .contact-form .klaviyo_styling .select_div,
  .contact-form .form .select_div {
    position: relative; }
    .contact-form .klaviyo_condensed_styling .select_div .select-caret,
    .contact-form .klaviyo_styling .select_div .select-caret,
    .contact-form .form .select_div .select-caret {
      position: absolute;
      bottom: 12px;
      right: 12px; }
  .contact-form .klaviyo_condensed_styling .klaviyo_submit_button,
  .contact-form .klaviyo_condensed_styling .klaviyo_submit_button,
  .contact-form .klaviyo_styling .klaviyo_submit_button,
  .contact-form .klaviyo_styling .klaviyo_submit_button,
  .contact-form .form .klaviyo_submit_button,
  .contact-form .form .klaviyo_submit_button {
    margin-top: 24px;
    border-radius: 0;
    border: 0;
    height: auto;
    color: white;
    background: black;
    padding: 16px 0;
    line-height: 24px;
    text-align: center;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.5px;
    cursor: pointer;
    margin-bottom: 16px;
    width: 100%; }

.contact-form select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

.contact-form ::-webkit-input-placeholder {
  color: black;
  opacity: .2; }

.contact-form ::-moz-placeholder {
  color: black;
  opacity: .2; }

.contact-form :-ms-input-placeholder {
  color: black;
  opacity: .2; }

.contact-form ::-ms-input-placeholder {
  color: black;
  opacity: .2; }

.contact-form ::placeholder {
  color: black;
  opacity: .2; }

.contact-form .validation_msg {
  text-align: center;
  margin-bottom: 25px;
  background-color: #d50606;
  border-radius: 5px;
  padding: 20px 0px; }
  .contact-form .validation_msg h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: white; }
  .contact-form .validation_msg .app_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 90%;
    margin: 20px auto 0; }
    .contact-form .validation_msg .app_links a {
      color: white;
      text-decoration: underline;
      font-size: 14px;
      line-height: 17px;
      margin: 0 20px; }
      .contact-form .validation_msg .app_links a img {
        width: 100%; }
  .contact-form .validation_msg.validation_error p {
    margin-bottom: 10px; }
  .contact-form .validation_msg.validation_success p {
    background-color: #008E2F; }
  .contact-form .validation_msg span {
    font-size: 30px;
    margin-right: 10px; }
  .contact-form .validation_msg p {
    text-align: center;
    padding: 0px 15px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white; }

.store-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.store-page {
  padding: 28px;
  padding-top: 0; }
  .store-page.all {
    padding: 16px; }
  @media (min-width: 769px) {
    .store-page {
      padding: 40px;
      padding-top: 16px; }
      .store-page.all {
        padding: 28px;
        padding-top: 16px; } }
  .store-page.all h3 {
    margin-top: 24px;
    padding-left: 12px; }
  .store-page .event-image {
    border: 1px solid #D1D6E6;
    border-radius: 8px;
    margin-bottom: 8px;
    width: calc(100vw - 56px);
    height: calc(100vw - 56px); }
  .store-page .store-link {
    margin-left: 20px;
    opacity: .5; }
  .store-page .store-header {
    margin-bottom: 24px;
    width: 100%;
    text-align: left; }
    .store-page .store-header .store-image {
      width: 120px;
      display: inline-block; }
    .store-page .store-header .store-contact {
      display: inline-block;
      vertical-align: top;
      margin-top: 24px;
      margin-left: 24px; }
    .store-page .store-header .store-social a img {
      width: 32px;
      height: 32px;
      padding: 8px; }
  .store-page .container {
    border-top: 1px solid rgba(209, 214, 230, 0.2);
    padding-top: 12px;
    width: 100%; }
    .store-page .container h5 {
      opacity: .5;
      margin-bottom: 12px; }
  .store-page .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%; }

.single-store {
  max-width: 400px;
  margin: 0 auto; }

.single-rules {
  max-width: 680px;
  margin: 0 auto; }

.store {
  width: 50%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  text-align: left;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 769px) {
    .store {
      width: 25%; } }
  @media (min-width: 1025px) {
    .store {
      width: 20%; } }
  @media (min-width: 1281px) {
    .store {
      width: 12.5%; } }
  .store .store-title {
    font-size: 12px;
    line-height: 20px; }
    .store .store-title .title {
      color: #000000; }

.location {
  opacity: .5; }

.store-details {
  width: 100%;
  text-align: left; }
  .store-details h1 {
    font-family: roc-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal; }
  .store-details .location {
    opacity: .5; }

.store-image img {
  width: 100%;
  border: 1px solid #D1D6E6;
  border-radius: 4px;
  outline-offset: 4px; }

.store-event {
  margin-bottom: 12px; }
  .store-event .product-image {
    margin-bottom: 12px; }

.slider {
  position: relative;
  width: 220px;
  margin: 0 auto; }

.swiper-container {
  width: 220px;
  height: 220px; }

.swiper-button-next, .swiper-button-prev {
  color: black !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 24px !important; }

.swiper-button-prev {
  left: -50px !important; }

.swiper-button-next {
  right: -50px !important; }

.swiper-pagination {
  bottom: -30px;
  width: 100%; }

.swiper-pagination-bullet {
  margin: 4px; }

.swiper-pagination-bullet-active {
  background: black !important; }

.DISPLAY {
  max-width: 400px;
  margin: 0 auto; }

.STEP {
  display: none; }
  .STEP.active {
    opacity: 1;
    display: block; }

.event-menu span {
  position: relative; }

.event-menu.step_1 .event {
  opacity: 1; }

.event-menu.step_2 .rules {
  opacity: 1; }

.event-menu.step_3 .enter {
  opacity: 1; }

.event-menu.step_1:not(.step_2) .event:after {
  content: "";
  height: 1px;
  width: calc(100% - 16px);
  background: black;
  position: absolute;
  bottom: 2px;
  left: 16px; }

.event-menu.step_2:not(.step_3) .rules:after {
  content: "";
  height: 1px;
  width: calc(100% - 16px);
  background: black;
  position: absolute;
  bottom: 0px;
  left: 16px; }

.event-menu.step_3 .enter:after {
  content: "";
  height: 1px;
  width: calc(100% - 16px);
  background: black;
  position: absolute;
  bottom: 2px;
  left: 16px; }

.cdt_val {
  opacity: 0;
  height: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  margin-bottom: 0; }
  .cdt_val.show {
    opacity: 1;
    height: auto;
    margin-bottom: 32px; }
    @media (min-width: 769px) {
      .cdt_val.show {
        margin-bottom: 48px; } }

.event-image {
  border: 1px solid #d1d6e6;
  border-radius: 8px;
  margin-bottom: 8px;
  width: calc(100vw - 56px);
  height: calc(100vw - 56px);
  max-width: 400px;
  max-height: 400px; }

.s-countdown {
  padding-top: 40px; }

.validonly {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: .1rem;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal; }

.event-single {
  padding: 28px;
  padding-bottom: 0; }
  .event-single .details-read {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 600;
    font-style: normal; }
  .event-single .event-title {
    font-family: roc-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 8px;
    line-height: 32px; }
  .event-single .event-registration {
    padding-bottom: 8px; }
  .event-single .product-image {
    display: inline-block;
    width: calc(100vw - 56px);
    height: calc(100vw - 56px);
    max-width: 400px;
    max-height: 400px;
    border-radius: 8px;
    border: 1px solid #D1D6E6;
    background-size: cover;
    margin-bottom: 16px; }
  .event-single .event-store {
    margin-bottom: 16px; }
  .event-single .event-image {
    border: 1px solid #D1D6E6;
    border-radius: 8px;
    margin-bottom: 8px; }
  .event-single .event-detail-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .event-single .event-instructions {
    border-top: 1px solid rgba(209, 214, 230, 0.4);
    padding-top: 24px; }
  .event-single .instruction-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .event-single .prod-block {
    width: 50%;
    padding-bottom: 16px; }
    .event-single .prod-block .subtitle {
      opacity: .4;
      line-height: 20px;
      padding-bottom: 4px; }
    .event-single .prod-block .details {
      font-family: roc-grotesk, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 18px;
      line-height: 24px; }
    .event-single .prod-block .small {
      opacity: .4; }
  .event-single .event-details {
    margin-top: 12px; }
    .event-single .event-details h3 {
      padding-bottom: 4px; }
    .event-single .event-details p {
      padding-bottom: 4px; }
  .event-single .event-next {
    margin-top: 24px;
    margin-bottom: 16px; }

.event-list {
  border-bottom: none; }
  .event-list .no-event-message {
    display: none; }
  .event-list.noEvents .no-event-message {
    display: block; }

.ev-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ev-title h3 {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 8px; }
  .ev-title .event-countdown {
    margin-left: 8px;
    font-size: 18px;
    padding-bottom: 0; }

.event-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .event-store img {
    border-radius: 4px;
    height: 48px;
    width: 48px;
    border: 1px solid #D1D6E6; }
  .event-store .store-title {
    color: #000000;
    margin-top: 2px;
    margin-bottom: 4px; }
  .event-store .store-location {
    opacity: .5; }
  .event-store .store-details {
    margin-left: 12px;
    line-height: 20px; }

.event-rules {
  padding: 16px 0; }
  .event-rules a {
    text-decoration: none;
    position: relative; }
  .event-rules a:after {
    position: absolute;
    height: 1px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000000;
    left: 0;
    bottom: -3px;
    /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */ }
  .event-rules .form-group {
    display: block;
    margin-bottom: 15px; }
  .event-rules .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
  .event-rules .form-group label {
    position: relative;
    cursor: pointer;
    line-height: 32px;
    display: block;
    color: red; }
    .event-rules .form-group label a {
      color: red; }
      .event-rules .form-group label a:after {
        background-color: red; }
  .event-rules .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid red;
    border-radius: 2px;
    padding: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px; }
  .event-rules .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 17px;
    width: 10px;
    height: 32px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .event-rules .form-group input:checked + label:before {
    border-color: black; }
  .event-rules .form-group input:checked + label {
    color: black; }
    .event-rules .form-group input:checked + label a {
      color: black; }
      .event-rules .form-group input:checked + label a:after {
        background-color: black; }

.submission-received {
  padding: 28px;
  padding-top: 16px;
  text-align: center; }
  .submission-received .product-image {
    display: inline-block;
    width: calc(100vw - 110px);
    height: calc(100vw - 110px);
    max-width: 360px;
    max-height: 360px;
    border-radius: 8px;
    border: 1px solid #D1D6E6;
    background-size: cover;
    margin-bottom: 16px; }
  .submission-received h2 {
    font-family: roc-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    padding-bottom: 16px; }
  .submission-received p {
    padding-bottom: 4px; }
  .submission-received h6 {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding-top: 16px; }

.logo-container.logo-support {
  text-align: left;
  margin-left: 48px;
  margin-top: 48px; }
  .logo-container.logo-support p {
    font-size: 12px;
    color: #000000;
    letter-spacing: 3px;
    line-height: 20px;
    text-transform: uppercase; }

.section.support {
  padding: 48px; }
  .section.support p {
    max-width: 500px; }
  .section.support .sup-collection, .section.support h2 {
    font-size: 48px;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 24px; }
  .section.support .sup-items {
    margin-bottom: 64px; }
    .section.support .sup-items a {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 24px;
      font-family: neue-haas-unica, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: black;
      position: relative;
      /* optional hover classes used with anmiation */ }
      .section.support .sup-items a:after {
        position: absolute;
        content: '';
        height: 1px;
        bottom: -6px;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 100%;
        background: black;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s; }
      .section.support .sup-items a:hover:after {
        bottom: -4px;
        opacity: 1; }

body {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6em;
  background: white; }
  body.modalActive {
    overflow-x: hidden;
    overflow-y: scroll !important;
    overflow: hidden;
    position: fixed; }

img {
  max-width: 100%; }

.section {
  padding: 24px;
  border-bottom: 1px solid #D1D6E6; }
  @media (min-width: 769px) {
    .section {
      border: none; } }

.s-store {
  text-align: center; }
  @media (min-width: 769px) {
    .s-store {
      text-align: center; } }
  .s-store .store-image {
    padding-bottom: 16px; }

.swiper-container {
  border-radius: 8px;
  border: 1px solid #D1D6E6;
  margin-bottom: 24px; }
  .swiper-container .slider-image {
    display: inline-block;
    height: 220px;
    width: 220px;
    max-width: 220px;
    background-size: cover;
    margin-bottom: 24px; }

ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px; }

ol li {
  margin: 0 0 1rem 0;
  counter-increment: my-awesome-counter;
  position: relative; }

ol li::before {
  content: counter(my-awesome-counter);
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  border-radius: 50%;
  text-align: center; }

a.button {
  display: block; }

.button {
  border: none;
  color: white;
  background: black;
  padding: 16px 0;
  line-height: 24px;
  text-align: center;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.5px;
  cursor: pointer;
  margin-bottom: 16px;
  width: 100%; }
  .button:disabled {
    opacity: .3; }
  .button.all-rules {
    padding: 12px 0;
    background: #D1D6E6;
    color: black; }

.footer-links {
  padding: 24px 0;
  display: block;
  text-align: center; }
  .footer-links a {
    display: inline-block;
    padding: 12px; }

.copdate_instagram {
  margin-top: 24px;
  text-align: center; }
  .copdate_instagram a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    color: black; }
  .copdate_instagram img span {
    display: inline-block; }
  .copdate_instagram img {
    padding-right: 8px; }

.s-rules {
  text-align: center; }

.s-center {
  text-align: center; }

.divider {
  padding-top: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(209, 214, 230, 0.4);
  display: block;
  width: 100%; }

.container {
  display: inline-block;
  text-align: left;
  background: white;
  max-width: 400px; }

.s-closed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 230px);
  text-align: center; }
  .s-closed div {
    padding-bottom: 40px; }

.s-thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-bottom: none; }
  .s-thankyou.minimal {
    height: auto; }

.content {
  max-width: 400px;
  display: inline-block; }

.klaviyo_condensed_styling input[type=text], .klaviyo_condensed_styling input[type=email], .klaviyo_styling input[type=text], .klaviyo_styling input[type=email] {
  border: none;
  background: none;
  border-radius: none; }
