/**
 * h1 Styles
 */
/**
 * h2 Styles
 */
/**
 * h3 Styles
 */
/**
 * h4 Styles
 */
/**
 * h5 Styles
 */
/**
 * h6 Styles
 */
/**
 * Container for components .container class
*/
/*
* Content + Two Sidebars Layout
* Pages: Spikes, Brixx, Tax
*/
.footer {
  padding: 0 0 3.5rem 0;
  background-color: #1a1a1a;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 0 0 4.125rem 0;
  }
}
@media print {
  .footer {
    page-break-before: always;
    page-break-after: always;
  }
}
@media screen and (max-width: 991px) {
  .footer .container {
    max-width: 100%;
  }
}
.footer__container {
  display: flex;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer__container {
    gap: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__container {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__container {
    gap: 75px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__container {
    padding: 0 3.625rem;
    gap: 62px;
  }
}
@media screen and (max-width: 991px) {
  .footer__container {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    padding: 0 1.125rem;
  }
}
@media print {
  .footer__container {
    padding: 0 3.625rem;
    gap: 122px;
  }
}
.footer__container-inner {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .footer__container-inner {
    padding: 0 10px;
  }
}
.footer__container-inner a {
  color: #f1f1f1;
  text-decoration: none;
}
.footer__container-inner a:hover {
  color: #f1f1f1;
  text-decoration: none;
}
.footer__container-inner .no-link {
  color: #f1f1f1;
}
.footer__cta {
  margin: 0 4.0625rem 4.4375rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .footer__cta {
    margin: 0 0 3.3125rem;
  }
}
.footer__cta .arrow-button {
  width: 100%;
  background-color: #333333;
  text-align: center;
}
.footer__cta .arrow-button a {
  padding: 3.625rem 0 4.375rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer__cta .arrow-button a {
    padding: 3.625rem 9.9375rem 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__cta .arrow-button a {
    padding: 2.5rem 9.6875rem;
  }
}
@media screen and (max-width: 650px) {
  .footer__cta .arrow-button a {
    padding: 1.5625rem 9.6875rem 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__cta .arrow-button a {
    padding: 2.6875rem 1.5625rem 2.875rem;
  }
}
.footer__cta .arrow-button .arrow-button__text {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.02px;
}
@media screen and (min-width: 768px) {
  .footer__cta .arrow-button .arrow-button__text {
    margin-right: 1rem;
    font-size: 54px;
    line-height: 58px;
    letter-spacing: -0.27px;
  }
}
@media screen and (max-width: 650px) {
  .footer__cta .arrow-button .arrow-button__text {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .footer__cta .arrow-button .arrow-button__text {
    font-size: 36px;
  }
}
.footer__cta .arrow-button .icon-container {
  margin-top: 4px;
  width: 27.5px;
  height: 27.5px;
}
.footer__cta .arrow-button .icon-container svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__cta .arrow-button .icon-container {
    width: 49.5px;
    height: 49.5px;
  }
}
.footer__cta .arrow-button .icon.icon-idle svg .arrow-button__fill {
  fill: #333333;
}
@media screen and (max-width: 991px) {
  .footer__cta .arrow-button .icon.icon-idle svg .arrow-button__fill {
    fill: #ffffff;
  }
}
.footer__cta .arrow-button .icon.icon-idle svg .arrow-button__border {
  stroke: #ffffff;
  stroke-width: 6px;
}
.footer__cta .arrow-button .icon.icon-arrow .arrow-button__arrow {
  stroke: #ffffff;
  stroke-width: 3px;
}
@media screen and (max-width: 991px) {
  .footer__cta .arrow-button .icon.icon-arrow .arrow-button__arrow {
    stroke: #333333;
  }
}
.footer__cta .arrow-button:hover {
  background-color: var(--active-brand-color);
}
.footer__cta .arrow-button:hover .icon.icon-idle svg .arrow-button__fill {
  fill: #ffffff;
}
.footer__cta .arrow-button:hover .icon.icon-idle svg .arrow-button__border {
  stroke: #ffffff;
  stroke-width: 4px;
}
.footer__cta .arrow-button:hover .icon.icon-arrow .arrow-button__arrow {
  stroke: var(--active-brand-color);
  stroke-width: 3px;
}
@media screen and (max-width: 991px) {
  .footer__cta .arrow-button:hover {
    background-color: #333333;
  }
  .footer__cta .arrow-button:hover .icon.icon-idle svg .arrow-button__fill {
    fill: #ffffff;
  }
  .footer__cta .arrow-button:hover .icon.icon-idle svg .arrow-button__border {
    stroke: #ffffff;
    stroke-width: 4px;
  }
  .footer__cta .arrow-button:hover .icon.icon-arrow .arrow-button__arrow {
    stroke: #333333;
    stroke-width: 3px;
  }
}
.footer__clip-me {
  position: absolute;
  clip-path: polygon(15% 100%, 85% 100%, 100% 0, 0 0);
  width: 192px;
  background-color: #1a1a1a;
  height: 100%;
  bottom: -1px;
}
.footer__clip-me.footer__clip-me--left {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: -1px;
}
@media screen and (max-width: 600px) {
  .footer__clip-me.footer__clip-me--left {
    clip-path: polygon(0 69%, 0% 100%, 33% 100%);
    left: 0;
  }
}
.footer__clip-me.footer__clip-me--right {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: -1px;
}
@media screen and (max-width: 600px) {
  .footer__clip-me.footer__clip-me--right {
    clip-path: polygon(100% 69%, 67% 100%, 100% 100%);
    right: 0;
  }
}
.footer__menu_top {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__menu_top {
    flex-direction: column;
  }
}
.footer__menu_top-items {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__menu_top-items {
    width: 100%;
  }
}
.footer__menu_top-items .title {
  color: #ffffff;
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: -0.1px;
  font-family: "FoundersGrotesk-Web-Medium";
}
@media screen and (max-width: 600px) {
  .footer__menu_top-items .title {
    font-size: 1.5rem;
    line-height: 29px;
    letter-spacing: -0.12px;
    margin-bottom: 0.8125rem;
  }
}
.footer__menu_top-items .list {
  padding: 0;
  margin: 0 0 4.375rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .footer__menu_top-items .list {
    margin-bottom: 3.3125rem;
  }
}
.footer__menu_top-items .list__item {
  margin-bottom: 0.625rem;
  padding: 0 0.625rem 0 0;
}
.footer__menu_top-items .list__item a {
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.09px;
  font-family: "FoundersGrotesk-Web-Light";
}
@media screen and (max-width: 1023px) {
  .footer__menu_top-items .list__item a {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 991px) {
  .footer__menu_top-items .list__item a {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu_top-items .list__item a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu_top-items:last-child .list {
    margin-bottom: 2.5rem;
  }
}
.footer__menu-middle {
  display: flex;
  justify-content: flex-start;
  gap: 120px;
  padding-top: 2.5rem;
  border-top: 1px solid #4d4d4d;
}
@media screen and (max-width: 1023px) {
  .footer__menu-middle {
    gap: 100px;
  }
}
@media screen and (max-width: 991px) {
  .footer__menu-middle {
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu-middle {
    flex-direction: column;
    padding-top: 2.125rem;
    margin: 0 -0.625rem;
    gap: 0;
  }
  .footer__menu-middle a,
  .footer__menu-middle .no-link {
    text-align: center;
    margin-bottom: 0.8125rem;
  }
}
.footer__menu-bottom {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__menu-bottom {
    text-align: center;
  }
}
.footer__menu-bottom a,
.footer__menu-bottom .no-link {
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.09px;
  font-family: "FoundersGrotesk-Web-Light";
}
.footer__menu-bottom .description {
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.09px;
  font-family: "FoundersGrotesk-Web-Light";
  color: #ffffff;
}
.footer__content {
  border-bottom: 1px solid #4d4d4d;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__content {
    border-bottom: none;
    align-items: start;
    max-width: 216px;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media print {
  .footer__content {
    border-bottom: none;
    align-items: flex-start;
    max-width: 156px;
  }
}
.footer__content .logo svg {
  width: 7rem;
}
.footer__content div {
  margin: 0 0 1.625rem;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 768px) {
  .footer__content div {
    text-align: start;
  }
}
@media screen and (max-width: 600px) {
  .footer__content div {
    margin: 0 0 1.875rem;
  }
}
@media print {
  .footer__content div {
    text-align: left;
  }
}
.footer__content div .headquarters {
  font-weight: 500;
}
.footer__content div span {
  color: #f1f1f1;
  font-size: 1rem;
  line-height: 22px;
  opacity: 0.6;
  letter-spacing: -0.08px;
}
.footer__content div span a {
  color: #f1f1f1;
  text-decoration: none;
  border-bottom: 1px solid #4d4d4d;
}
.footer__content div.company {
  margin: 0 0 0.625rem 0;
}
.footer__content div.company span {
  font-weight: 500;
}
.footer__content div.addressone {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer__content div.addressone {
    padding: 0;
  }
}
.footer__content .social {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__content .social {
    justify-content: start;
  }
}
.footer__content .social a img {
  width: 1rem;
  margin: 0 0.5rem;
  filter: invert(1);
}
@media screen and (min-width: 768px) {
  .footer__content .social a img {
    margin: 0 1rem 0 0;
  }
}