@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;700&display=swap");
/* Colors */
.gray {
  background-color: #D9D9D9;
}

.darkgray {
  background-color: #333;
}

.lightgray {
  background-color: #EDEDED;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.green {
  background-color: #1C955F;
}

.darkblue {
  background-color: #00B1F0;
}

.blue {
  background-color: #0091C3;
}

.gold {
  background-color: #DDA31D;
}

.yellow {
  background-color: #EEAF1F;
}

.purple {
  background-color: #7E104E;
}

.red {
  background-color: #EB2C3B;
}

.orange {
  background-color: #EB5524;
}

.footer-wrap {
  padding: 1.5rem;
}

@media (min-width: 64em) {
  .footer-wrap {
    padding: 2rem 1rem;
  }
}

.join-blurb {
  line-height: 1.8;
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.4;
  font-weight: 300;
}

.join-blurb p {
  margin-bottom: 1rem;
}

.join-blurb p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .join-blurb p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 64em) {
  .join-blurb {
    font-size: 1.125rem;
  }
  .join-blurb p {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 100em) {
  .join-blurb p {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 112.5em) {
  .join-blurb p {
    margin-bottom: 1.8rem;
  }
}

.join-headline {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  .join-headline {
    font-size: 2.25rem;
  }
}

@media (min-width: 64em) {
  .join-headline {
    font-size: 2.5rem;
  }
}

@media (min-width: 100em) {
  .join-headline {
    font-size: 2.75rem;
  }
}

.join-button {
  font-family: "Montserrat", sans-serif;
  font-size: 1.65rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .join-button {
    font-size: 1.8rem;
  }
}

@media (min-width: 64em) {
  .join-button {
    font-size: 2rem;
  }
}

@media (min-width: 100em) {
  .join-button {
    font-size: 2.5rem;
  }
}

@media (min-width: 112.5em) {
  .join-button {
    font-size: 3rem;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  padding: 0 .2rem;
  font-family: arial,san-serif;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  position: relative;
  background-color: #EDEDED;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: center;
  font-size: 1.1250em;
}

body.mobile-menu-active {
  overflow: hidden;
}

.wrap {
  max-width: 64em;
  margin: 0 auto;
  position: relative;
}

.screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader:focus {
  background: #000;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.skip-to-main {
  background: #7E104E;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #fff;
  text-transform: uppercase;
  display: block;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateY(calc(-100% - .5rem));
  border-radius: 2rem;
}

.skip-to-main:focus, .skip-to-main:focus-within {
  transform: translateY(0);
  outline: 2px solid #EB5524;
}

#main_content {
  position: relative;
  overflow-y: hidden;
}

.logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  transition: 0.3s top cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.logo-link {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}

.logo-link:hover .logo-text > path {
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  fill: #510a32;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background: #fff;
}

.header.scroll-up {
  top: -80%;
}

.header .logo-link {
  width: 20vw;
  max-width: 3.35rem;
  margin: 0;
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform-origin: left center;
}

@media (min-width: 48em) {
  .header .logo-link {
    max-width: 6rem;
    margin: 0 4rem;
  }
}

.header .logo-link.desktop {
  display: none;
}

@media (min-width: 48em) {
  .header .logo-link.desktop {
    display: block;
  }
}

.header .logo-link.mobile {
  left: 1.5rem;
  top: 1rem;
  position: absolute;
}

@media (min-width: 48em) {
  .header .logo-link.mobile {
    display: none;
  }
}

.header-wrap {
  max-width: 100em;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 1rem;
}

.header-menu {
  background: #000;
  position: fixed;
  top: 0;
  left: -100%;
  width: 70vw;
  height: 100vh;
  min-height: 100vh;
  transition: 0.5s left cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 150;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  overflow-y: scroll;
}

@media (min-width: 64em) {
  .header-menu {
    width: 70vw;
    max-width: 48em;
    background: transparent;
    height: auto;
    min-height: auto;
    justify-content: center;
    position: static;
    overflow-y: unset;
    margin: 0 auto;
  }
}

.header-menu-list {
  width: 100%;
  list-style: none;
  margin: 7rem 0 0 1.25rem;
  padding: 0;
}

@media (min-width: 64em) {
  .header-menu-list {
    width: 100%;
    margin: 0 0;
    display: inline-flex;
  }
}

.header-menu-list-item {
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: flex;
  align-items: center;
}

@media (max-width: 64em) {
  .header-menu-list-item {
    opacity: 0;
    transform: translatex(-1rem);
  }
}

@media (min-width: 64em) {
  .header-menu-list-item {
    width: 25%;
  }
}

.header-menu-list-item-link {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: table;
  padding: 1rem;
  position: relative;
  text-align: left;
}

@media (min-width: 64em) {
  .header-menu-list-item-link {
    padding: 1rem 1rem;
    color: #000;
    text-align: center;
    font-size: 1rem;
  }
}

.header-menu-list-item-link:before {
  position: absolute;
  top: 1.75rem;
  left: 0.5rem;
  content: "";
  background: #1C955F;
  z-index: 1;
  width: calc(100% - 1rem);
  height: 0.65rem;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(0, 1);
  transform-origin: right bottom;
}

@media (min-width: 64em) {
  .header-menu-list-item-link:before {
    background: #EDEDED;
  }
}

@media (min-width: 64em) {
  .header-menu-list-item-link:hover {
    color: #1C955F;
  }
}

.header-menu-list-item-link:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.header-menu-list-item-link-txt {
  position: relative;
  z-index: 100;
}

.header-menu-list-item-link.active .header-menu-list-item-link-txt {
  color: #fff;
}

@media (min-width: 64em) {
  .header-menu-list-item-link.active .header-menu-list-item-link-txt {
    color: black;
  }
}

.header-menu-list-item-link.active:before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.fixed .header {
  background: #fff;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2);
}

.fixed .header .logo-link {
  width: 4rem;
}

@media (min-width: 48em) {
  .fixed .header .logo-link {
    max-width: 4rem;
  }
}

@media (min-width: 64em) {
  .fixed .header-main-menu {
    padding-bottom: .25rem;
  }
}

@media (min-width: 64em) {
  .fixed .header-main-menu-list {
    top: -.6rem;
  }
}

.mobile-menu-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: block;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 64em) {
  .mobile-menu-close {
    display: none;
  }
}

.expanded-menu {
  overflow: hidden;
}

@media (min-width: 64em) {
  .expanded-menu {
    overflow: visible;
  }
}

.expanded-menu .header .logo {
  left: 1.5rem;
  top: 1rem;
}

.expanded-menu .header .logo-link {
  display: block;
}

.expanded-menu .header .logo-link.mobile {
  fill: white;
}

.expanded-menu .header .logo-link.desktop {
  display: none;
}

.expanded-menu .header .logo-text {
  fill: #fff;
}

.expanded-menu .header-menu {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 64em) {
  .expanded-menu .header-menu {
    position: relative;
    top: auto;
    left: auto;
  }
}

.expanded-menu .header-menu-list-item {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.expanded-menu .header-menu-list-item:nth-of-type(1) {
  transition-delay: 0.17s;
}

.expanded-menu .header-menu-list-item:nth-of-type(2) {
  transition-delay: 0.24s;
}

.expanded-menu .header-menu-list-item:nth-of-type(3) {
  transition-delay: 0.31s;
}

.expanded-menu .header-menu-list-item:nth-of-type(4) {
  transition-delay: 0.38s;
}

.expanded-menu .header-menu-list-item:nth-of-type(5) {
  transition-delay: 0.45s;
}

.expanded-menu .header-menu-list-item:nth-of-type(6) {
  transition-delay: 0.52s;
}

.expanded-menu .header-menu-list-item:nth-of-type(7) {
  transition-delay: 0.59s;
}

.expanded-menu .header-menu-list-item:nth-of-type(8) {
  transition-delay: 0.66s;
}

.expanded-menu .header-menu-list-item:nth-of-type(9) {
  transition-delay: 0.73s;
}

.expanded-menu .mobile-menu-close {
  opacity: .9;
  visibility: visible;
}

.menu-trigger {
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  font-family: "Montserrat", sans-serif;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
  cursor: pointer;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 0 0 0 auto;
  position: relative;
}

@media (max-width: 64em) {
  .menu-trigger {
    z-index: 2000;
  }
}

@media (min-width: 48em) {
  .menu-trigger {
    margin-right: .75rem;
    z-index: 2000000;
  }
}

@media (min-width: 64em) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger:after {
  background: #1C955F;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
  display: block;
  border-radius: 50%;
  transition: 0.5s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.menu-trigger-label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.menu-trigger-label:focus {
  background: #000;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.menu-trigger:hover .hamburger-inner, .menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  background-color: #fff;
}

.menu-trigger:focus {
  outline: 0;
}

.hamburger {
  padding: .15rem .15rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  position: relative;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  z-index: 300;
}

.hamburger-box {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 55%;
  width: 24px;
  margin-top: -1px;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 2px;
  border-radius: .25rem;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform, width, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner:before, .hamburger-inner:after {
  width: 24px;
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -8px;
  transition: top .1s .25s ease-in, opacity .1s ease-in, width .1s .12s ease-out;
}

.hamburger-inner:after {
  bottom: -8px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out;
}

.expanded-menu .menu-trigger {
  box-shadow: none;
}

@media (max-width: 64em) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after, .expanded-menu .menu-trigger:focus .hamburger-inner, .expanded-menu .menu-trigger:focus .hamburger-inner:before, .expanded-menu .menu-trigger:focus .hamburger-inner:after {
    transition: 0.5s transform cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
    background-color: #fff;
  }
}

.expanded-menu .menu-trigger:after {
  background: #000;
}

.expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #fff;
}

@media (min-width: 48em) {
  .expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
    background-color: #fff;
  }
}

@media (min-width: 48em) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after {
    background-color: #fff;
  }
}

.expanded-menu .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 12px;
}

.expanded-menu .hamburger-inner, .expanded-menu .hamburger-inner:before, .expanded-menu .hamburger-inner:after {
  width: 25px !important;
}

.expanded-menu .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s .12s ease-out;
}

.expanded-menu .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fixed .hamburger-inner, .fixed .hamburger-inner:before, .fixed .hamburger-inner:after {
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #fff;
}

.join-wrap {
  padding: 2rem 1rem;
}

@media (min-width: 64em) {
  .join-wrap {
    padding: 3rem 1rem;
  }
}

.join-row {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .join-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 1.5rem;
    gap: .5rem;
  }
}

.join-headline {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 900;
}

.join-form {
  width: 100%;
  max-width: 50rem;
  margin: .75rem auto;
}

@media (min-width: 48em) {
  .join-form {
    margin: 1rem auto;
  }
}

@media (min-width: 64em) {
  .join-form {
    margin: 1.5rem auto;
  }
}

.join-field {
  padding: .25rem;
}

@media (min-width: 48em) {
  .join-field {
    padding: 0;
  }
}

@media (min-width: 48em) {
  .join-field:first-child {
    width: 40%;
    flex: 1;
  }
}

.join-label {
  position: relative;
  display: block;
}

.join-label-hide {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.join-label-hide:focus {
  background: #000;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.join-label .error {
  background: #EB2C3B;
  padding: .15rem;
  font-size: 75%;
  border-radius: .5rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0.25rem;
  transform: translateY(-65%);
}

.join-input {
  background: #fff;
  width: 100%;
  padding: 1rem;
  color: #1C955F;
  outline: none;
  border: 2px solid #fff;
  border-radius: 3rem !important;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.join-input.placeholder {
  opacity: 1;
}

.join-input:-moz-placeholder {
  opacity: 1;
}

.join-input::-moz-placeholder {
  opacity: 1;
}

.join-input:-ms-input-placeholder {
  opacity: 1;
}

.join-input::-webkit-input-placeholder {
  opacity: 1;
}

.join-input:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.join-input:hover.placeholder {
  color: #fff;
}

.join-input:hover:-moz-placeholder {
  color: #fff;
}

.join-input:hover::-moz-placeholder {
  color: #fff;
}

.join-input:hover:-ms-input-placeholder {
  color: #fff;
}

.join-input:hover::-webkit-input-placeholder {
  color: #fff;
}

.join-input:focus {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.join-input:focus.placeholder {
  color: #fff;
}

.join-input:focus:-moz-placeholder {
  color: #fff;
}

.join-input:focus::-moz-placeholder {
  color: #fff;
}

.join-input:focus:-ms-input-placeholder {
  color: #fff;
}

.join-input:focus::-webkit-input-placeholder {
  color: #fff;
}

.join-button {
  background: #fff;
  color: #1C955F;
  border-radius: 3rem;
  cursor: pointer;
  border: 0;
  font-family: "Montserrat", sans-serif;
  padding: 1.25rem 1.75rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  margin-top: .5rem;
}

@media (min-width: 48em) {
  .join-button {
    margin-top: 0;
  }
}

.join-button:hover {
  background: #000;
  color: #fff;
}

.join-button:focus {
  box-shadow: 0 0 0 4px #1C955F;
}

@media (min-width: 48em) {
  .join-button {
    font-size: .75rem;
  }
}

@media (min-width: 64em) {
  .join-button {
    font-size: 1rem;
  }
}

.join-disclaimer {
  font-size: .85rem;
  line-height: 1;
  display: block;
  color: #fff;
  margin-top: 1.5rem;
}

.join-disclaimer a {
  color: #fff;
  text-decoration: underline;
}

.join-thanks {
  display: none;
}

.footer {
  text-align: center;
  color: #000;
}

@media (max-width: 64em) {
  .footer {
    padding: 0;
  }
}

.footer-wrap {
  max-width: 100em;
  margin: 0 auto;
}

.footer .logo-link {
  max-width: 18vw;
  margin-top: 2rem;
  margin-bottom: 1rem;
  order: 2;
}

@media (min-width: 48em) {
  .footer .logo-link {
    max-width: 6rem;
  }
}

@media (min-width: 64em) {
  .footer .logo-link {
    margin: 1rem 0 0 0;
    order: 1;
  }
}

.footer-menu {
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 64em) {
  .footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
  }
}

.footer-menu-text {
  margin: 0 auto;
  order: 1;
}

@media (min-width: 64em) {
  .footer-menu-text {
    position: relative;
    order: 2;
  }
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

@media (min-width: 48em) {
  .footer-menu-list {
    flex-wrap: nowrap;
  }
}

.footer-menu-item {
  display: block;
  margin: 0;
  text-align: center;
}

@media (min-width: 48em) {
  .footer-menu-item {
    text-align: left;
  }
}

.footer-menu-item-link {
  font-size: 1rem;
  border-radius: .5rem;
  color: #000;
  margin: .25rem;
  padding: .25rem .25rem;
  display: inline-block;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 100;
}

@media (min-width: 48em) {
  .footer-menu-item-link {
    font-size: 1rem;
    padding: .5rem;
    margin: .25rem;
  }
}

@media (min-width: 64em) {
  .footer-menu-item-link {
    font-size: 1.1rem;
  }
}

.footer-menu-item-link-txt {
  position: relative;
  z-index: 101;
}

.footer-menu-item-link:before {
  position: absolute;
  top: 1.25rem;
  left: 0;
  content: "";
  background: #DDA31D;
  z-index: 1;
  width: 100%;
  height: 0.5rem;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}

.footer-menu-item-link:hover {
  color: #000;
}

.footer-menu-item-link:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.footer-menu-item-link:focus {
  color: #E23440;
  box-shadow: inset 0 0 0 1px #DDA31D;
}

@media (min-width: 64em) {
  .footer-menu-item-link:focus {
    color: #EB5524;
  }
}

.footer-copyright {
  font-size: .9rem;
}

@media (max-width: 64em) {
  .footer-copyright {
    margin-top: 1rem;
  }
}

.footer-copyright a {
  color: #EB5524;
  text-decoration: underline;
  margin: 0 .5rem;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-copyright a:hover {
  color: #7E104E;
}

.footer-utility {
  margin: 1.5rem auto 1rem;
  line-height: 1;
  font-size: 1.2rem;
}

@media (min-width: 64em) {
  .footer-utility {
    margin: 2rem auto 1rem;
  }
}

.footer-utility p {
  margin-bottom: 1rem;
}

.footer-utility p:last-of-type {
  margin-bottom: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
