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; }

/* HTML5 display-role reset for older browsers */
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; }

input, textarea, button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0; }

input[type=search] {
  -webkit-appearance: none; }

img, svg {
  display: block; }

[href] {
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer; }

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

*:focus {
  box-shadow: none;
  outline: none;
  border: none; }

* {
  -webkit-tap-highlight-color: transparent; }

.screen_reader_only {
  display: none; }

.preload {
  opacity: 0; }

::selection {
  background: rgba(228, 91, 37, 0.5); }

@keyframes pattern_motion {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-300px); } }
@media (max-width: 1000px) {
  .desktop_only {
    display: none !important; } }

@media (min-width: 1001px) {
  .mobile_only {
    display: none !important; } }

.non_scrollable {
  overflow-y: hidden; }

html, body {
  overflow: hidden; }

.browser_notice {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  text-align: center;
  background: #f2f2f2; }
  .browser_notice .hide_background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .browser_notice .browser_notice_inner {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    width: 450px;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }
  .browser_notice .browser_notice_content {
    position: relative;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05), 0px 4px 40px rgba(0, 0, 0, 0.05);
    padding: 120px; }
    @media (max-width: 1200px) {
      .browser_notice .browser_notice_content {
        padding: 80px; } }
    @media (max-width: 1000px) {
      .browser_notice .browser_notice_content {
        padding: 50px; } }
    @media (max-width: 600px) {
      .browser_notice .browser_notice_content {
        padding: 30px; } }
    .browser_notice .browser_notice_content .heading {
      color: #1c2c32;
      font-family: "din-2014", Helvetica, Arial, sans-serif;
      font-size: 48px;
      font-weight: bold;
      letter-spacing: 0.2em;
      line-height: 1.1;
      text-transform: uppercase;
      padding-bottom: 40px; }
      @media (max-width: 1000px) {
        .browser_notice .browser_notice_content .heading {
          font-size: 36px; } }
      @media (max-width: 600px) {
        .browser_notice .browser_notice_content .heading {
          text-align: center;
          letter-spacing: 0.15em; } }
      .browser_notice .browser_notice_content .heading:before {
        content: 'Hello'; }
    .browser_notice .browser_notice_content .p {
      color: #1c2c32;
      font-family: "din-2014", Helvetica, Arial, sans-serif;
      font-size: 18px;
      font-weight: normal;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-family: "merriweather", "Times New Roman", serif;
      font-size: 16px;
      line-height: 1.9;
      letter-spacing: 0.04em; }
      @media (max-width: 1000px) {
        .browser_notice .browser_notice_content .p {
          font-size: 16px; } }
      @media (max-width: 600px) {
        .browser_notice .browser_notice_content .p {
          font-size: 15px; } }
      @media (max-width: 1000px) {
        .browser_notice .browser_notice_content .p {
          font-size: 14px; } }
      @media (max-width: 600px) {
        .browser_notice .browser_notice_content .p {
          font-size: 13px; } }
      .browser_notice .browser_notice_content .p a, .browser_notice .browser_notice_content .p [href] {
        position: relative;
        display: inline;
        color: #20c7d2;
        font-style: italic;
        font-weight: bold;
        transition: color 0.3s;
        box-shadow: 0 0 0 rgba(32, 199, 210, 0);
        transition: color 0.3s, box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        cursor: pointer; }
        .browser_notice .browser_notice_content .p a:hover, .browser_notice .browser_notice_content .p [href]:hover {
          box-shadow: 0 2px 0 #20c7d2; }
      .browser_notice .browser_notice_content .p .a:before {
        content: 'It looks like your browser is overdue for an update. We recommend switching to Microsoft Edge or'; }
      .browser_notice .browser_notice_content .p .b {
        position: relative;
        display: inline;
        color: #20c7d2;
        font-style: italic;
        font-weight: bold;
        transition: color 0.3s;
        box-shadow: 0 0 0 rgba(32, 199, 210, 0);
        transition: color 0.3s, box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        cursor: pointer; }
        .browser_notice .browser_notice_content .p .b:hover {
          box-shadow: 0 2px 0 #20c7d2; }
        .browser_notice .browser_notice_content .p .b:before {
          content: 'Google Chrome'; }
      .browser_notice .browser_notice_content .p .c:before {
        content: 'for the best experience.'; }
  .browser_notice:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }
