.hello-typeform {
  text-align: center;
  font-size: 20px;
  color: #262627;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
}
.hello-typeform__text {
  display: inline-block;
  color: inherit;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0;
  margin: 0;
}
.hello-typeform__text b {
  font-weight: 700;
}
.hello-typeform__button {
  border: 1px solid #262627;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #262627;
  margin-left: 25px;
  padding: 8px 16px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hello-typeform__button:hover {
  background-color: #262627;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .hello-typeform {
    display: none;
  }
}
.footer {
  font-family: apercu-pro, sans-serif;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  position: relative;
}
.footer a {
  text-decoration: none;
}
.footer__palette--positive {
  background: #fff;
  color: #787e89;
}
.footer__palette--negative {
  background: #262627;
  color: #f1ece3;
}
.footer__menu {
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 32px 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__menu {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1024px) {
  .footer__menu {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.footer__palette--negative .footer__menu {
  padding-top: 60px;
}
.widget--footer {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .widget--footer {
    width: 33%;
  }
}
@media only screen and (max-width: 640px) {
  .widget--footer {
    width: 50%;
  }
}
.widget--footer .widget__title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 19px;
  font-weight: 600;
}
.widget--footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.widget--footer li {
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 12px;
}
.widget--footer li a {
  transition: opacity 0.3s ease;
  font-weight: lighter;
  color: inherit;
}
.widget--footer li a:hover {
  opacity: 0.8;
}
.li-social {
  /* background: url(../images/sprites-social-positive.svg) no-repeat; */
  width: 25px;
  height: 30px;
  display: inline-block;
  opacity: 0.8;
}
.li-social + .li-social {
  margin: 0 0 0 3px;
}
@media only screen and (max-width: 640px) {
  .li-social + .li-social {
    margin: 0 0 0 -3px;
    transform: scale(0.96);
  }
}
.li-social:hover {
  opacity: 1;
}
.li-social a {
  display: block;
  text-indent: -9999px;
  height: 32px;
}
.li-social--facebook {
  background-position: 0;
}
.li-social--twitter {
  background-position: -29px;
}
.li-social--instagram {
  background-position: -58px;
}
.li-social--youtube {
  background-position: -87px;
}
.li-social--linkedin {
  background-position: -116px;
}
.footer__palette--negative .li-social {
  /*background-image: url(../images/sprites-social-negative.svg)*/
}
.copyright {
  width: 100%;
  border-top: 1px solid hsla(219, 7%, 50%, 0.3);
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.copyright b {
  font-weight: 700;
}
.copyright__container {
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .copyright__container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1024px) {
  .copyright__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.copyright__pin {
  width: 12px;
  height: 15px;
  margin: 0 8px 3px 0;
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .copyright__pin {
    margin-right: 3px;
  }
}
.copyright__brand,
.copyright__name {
  margin: 0;
}
.copyright__menu,
.copyright__spacer {
  flex: 1;
}
.onion-button {
  padding: 8px 16px;
  font-size: 16px;
  max-height: 40px;
  line-height: 1.5;
  color: inherit;
  border: 1px solid;
  border-radius: 2px;
  transition: 0.2s ease;
  transition-property: opacity, color, background-color;
}
.onion-button:hover {
  color: inherit;
  opacity: 0.9;
}
.onion-button--negative {
  color: #fff;
  background-color: #262627;
  border-color: #262627;
}
.onion-button--negative:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .main-header--negative:not(.is-stuck) .onion-button--negative {
    color: #262627;
    background-color: #fff;
    border-color: #fff;
  }
}
.onion-button--large {
  font-size: 20px;
  padding: 8px 20px;
  max-height: 48px;
}
.onion-button--inverted {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.onion-button--inverted:hover {
  color: #fff;
}
.onion-button--inverted-negative {
  color: #262627;
  background-color: #fff;
  border-color: #fff;
}
.main-header__list {
  display: flex;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 32px 0 0;
}
.main-header__list > .main-header__item > a {
  line-height: 40px;
}
.main-header__item {
  display: inline-block;
  font-size: inherit;
  margin-right: 24px;
  padding: 0 1px;
}
.main-header__item > a {
  color: inherit;
  transition: 0.2s ease;
  transition-property: opacity, color;
}
.main-header__item > a:active,
.main-header__item > a:focus,
.main-header__item > a:hover {
  color: inherit;
}
.main-header__item:last-child {
  margin-right: 0;
}
.main-header__item.current-menu-item > a,
.main-header__item.current_page_item > a {
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  .main-header__item.current-menu-item > a,
  .main-header__item.current_page_item > a {
    border-bottom: 0;
  }
}
.main-header__submenu {
  position: absolute;
  top: 0;
  left: -32px;
  min-width: 256px;
  padding: 16px;
  font-size: 14px;
  list-style: none;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07), 0 4px 12px 0 rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  transform-origin: top center;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(30px);
  transition: 0.2s ease;
  transition-property: opacity, transform;
}
.main-header__submenu .main-header__item {
  display: block;
  padding: 0;
  margin: 0 0 8px;
  border-radius: 2px;
  transition: background-color 0.15s ease;
}
.main-header__submenu .main-header__item:last-child {
  margin-bottom: 0;
}
.main-header__submenu .main-header__item:hover {
  background-color: #f1ece3;
}
.main-header__submenu .main-header__item a {
  display: block;
  padding: 8px 16px;
}
.main-header__submenu .main-header__item a:hover {
  opacity: 1;
}
.main-header__submenu .main-header__item.current-menu-item > a {
  border-bottom: none;
}
.main-header__item:hover > .main-header__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(40px);
}
.main-header--negative .main-header__submenu {
  color: #262627;
}
.main-header__cta--mobile-popup {
  display: none;
  position: fixed;
  z-index: 2;
}
@media (max-width: 1023px) {
  .main-header__list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    margin: 0;
    font-size: 40px;
    line-height: 48px;
    background: #262627;
    color: #fff;
    animation: mobile-menu-appear 0.4s ease;
    animation-fill-mode: both;
  }
  .main-header__close-menu {
    display: none;
    position: fixed;
    width: 24px;
    top: 23px;
    right: 28px;
    margin: 0 !important;
    z-index: 1;
    font-size: 24px;
    line-height: 1;
    font-weight: 100;
    -webkit-appearance: none;
    background: none;
    border: none;
    text-align: center;
  }
  .main-header__close-menu:active,
  .main-header__close-menu:hover {
    background-color: transparent;
  }
  .main-header__item {
    font-weight: 300;
    padding: 8px 0;
    text-align: center;
    animation: menu-list-item-appear 0.5s ease;
    animation-fill-mode: both;
    transition: color 0.15s ease;
    margin-right: 0;
  }
  .main-header__item:first-child {
    animation-delay: 0.1s;
  }
  .main-header__item:nth-child(2) {
    animation-delay: 0.2s;
  }
  .main-header__item:nth-child(3) {
    animation-delay: 0.3s;
  }
  .main-header__item:nth-child(4) {
    animation-delay: 0.4s;
  }
  .main-header__item:nth-child(5) {
    animation-delay: 0.5s;
  }
  .main-header__item:hover {
    color: hsla(0, 0%, 100%, 0.75);
  }
  .main-header__item:hover .main-header__submenu {
    display: none;
  }
}
.main-header--touch .main-header__submenu {
  display: none;
}
@keyframes mobile-menu-appear {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-list-item-appear {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.main-header {
  position: absolute;
  width: 100%;
  height: 168px;
  font-family: apercu-pro, Apercu Pro, -apple-system, BlinkMacSystemFont,
    Helvetica Neue, sans-serif;
  font-size: 16px;
  top: 0;
  left: 0;
  color: #262627;
  z-index: 100;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.4s cubic-bezier(0.94, 0.06, 0.32, 0.95),
    background 0.2s ease, color 0.2s ease, opacity 0.3s ease;
}
@media (min-width: 768px) {
  .main-header--negative:not(.is-stuck) {
    color: #fff;
  }
}
.main-header a {
  text-decoration: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.main-header a:hover {
  opacity: 0.8;
}
.main-header--touch a:hover {
  opacity: 1;
}
.main-header.is-stuck {
  box-shadow: 0 1px 6px rgba(38, 38, 39, 0.05);
}
.main-header.is-fixed {
  position: fixed;
}
.main-header.is-compact {
  height: 72px;
}
.main-header__title {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
}
.is-animate .main-header__title,
.is-fallback .main-header__title {
  opacity: 1;
}
.main-header__name {
  margin-left: 10px;
  color: inherit;
  transition: margin 0.3s ease;
}
.main-header__name:active,
.main-header__name:focus,
.main-header__name:hover {
  color: inherit;
}
.is-compact .main-header__name,
.is-symbol .main-header__name {
  margin-left: -40px;
}
.is-fallback.is-compact .main-header__name {
  margin-left: 10px;
}
.main-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1023px) {
  .main-header__content {
    padding: 0 48px 0 80px;
  }
}
.is-compact .main-header__content {
  padding: 0 24px;
}
.main-header__logo {
  position: relative;
  width: 160px;
  height: 103px;
}
.is-symbol .main-header__logo {
  margin-left: -74px;
}
.is-symbol.is-compact .main-header__logo {
  margin-left: -48px;
}
.main-header__logo .js-tf-logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 275px;
  transform: translate(-20%, -50%);
  pointer-events: none;
}
.is-compact .main-header__logo .js-tf-logo,
.is-static .main-header__logo .js-tf-logo,
.is-stuck .main-header__logo .js-tf-logo {
  margin-top: 5px;
}
.main-header__logo .js-tf-logo.tf-ready path,
.main-header__logo .js-tf-logo.tf-ready polygon {
  transition: fill 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out,
    stroke 0.2s ease-out;
  transform-origin: 50% 50%;
  will-change: fill, opacity, transform, stroke;
}
.main-header__logo [data-state='symbol'].tf-ready .tf-letter {
  opacity: 0;
  transform: scale(0.8);
}
.main-header__logo .tf-ready .tf-wordmark {
  transition: transform 0.2s ease-out;
}
.main-header__logo .tf-ready .tf-wordmark > * {
  transition: opacity 0.2s ease-out;
}
.is-fallback .main-header__logo {
  /*background-image: url(../images/logo-symbol.svg);*/
  background-position: 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .is-fallback .main-header__logo {
    /*background-image: url(../images/logo-resting.svg);*/
    background-size: 157px;
    margin-left: -45px;
  }
}
.is-compact.is-fallback .main-header__logo,
.is-symbol.is-fallback .main-header__logo {
  /*background-image: url(../images/logo-symbol.svg);*/
  background-size: 54px;
  width: 54px;
}
@media (min-width: 768px) {
  .is-symbol.is-fallback .main-header__logo {
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .is-compact.is-fallback .main-header__logo {
    margin-left: 10px;
  }
}
.main-header__cta {
  display: flex;
  align-items: center;
}
.main-header__cta--mobile-popup {
  bottom: 40px;
  left: 0;
  width: 100%;
  justify-content: center;
}
.main-header__cta--mobile-popup .onion-button + .onion-button {
  margin-left: 16px;
}
.main-header__navigation {
  display: flex;
  align-items: center;
}
.main-header__wrap {
  display: flex;
}
.main-header__toggle {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0 16px;
}
.main-header__toggle:focus,
.main-header__toggle:hover {
  background: none;
}
.main-header__close-menu {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #fff;
}
.main-header__close-menu svg {
  display: block;
}
.main-header__line {
  display: none;
  position: fixed;
  z-index: 2;
  pointer-events: none;
  touch-action: none;
}
.main-header__line--right {
  top: 0;
  right: 20%;
}
.main-header__line--left {
  left: 0;
  bottom: 80px;
}
@media (max-width: 767px) {
  .main-header__login {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-header__signup {
    margin-left: 16px;
  }
  .main-header__logo {
    margin-left: -48px;
  }
}
@media (min-width: 1024px) {
  .main-header__close-menu,
  .main-header__toggle {
    display: none;
  }
}
@media (max-width: 1023px) {
  .main-header.is-open .main-header__cta--mobile-popup,
  .main-header.is-open .main-header__list {
    display: flex;
  }
  .main-header.is-open .main-header__close-menu,
  .main-header.is-open .main-header__line {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-header {
    max-height: 72px;
  }
  .main-header__content {
    padding: 0 24px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(38, 38, 39, 0.05);
  }
  .main-header__logo {
    width: 54px;
    height: 51px;
  }
  .is-symbol.is-compact .main-header__logo,
  .is-symbol .main-header__logo {
    margin-left: 0;
  }
  .main-header__logo .js-tf-logo {
    margin-top: 5px;
  }
  .main-header__logo .js-tf-logo svg > g {
    transform: translateY(108px);
  }
  .is-compact .main-header__name,
  .is-symbol .main-header__name {
    margin-left: 10px;
  }
}
