/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.main-footer {
  padding: 15.625rem 1.25rem 3.125rem 1.25rem;
  background-color: #1D2023;
  position: relative;
  clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0% 30%);
}
.main-footer__platform-icon {
  width: 1.25rem;
}
.main-footer__buy-now-title {
  color: white;
  max-width: 43.75rem;
}
.main-footer__disclaimer {
  margin-top: 1.875rem;
}
.main-footer__disclaimer * {
  color: #8d8d8e;
}
.main-footer__disclaimer__one {
  font-size: 0.625rem;
  line-height: 1.3;
  vertical-align: text-top;
}
.main-footer__nav-group {
  margin-right: 2.5rem;
}
.main-footer__nav .link {
  line-height: 1.5625rem;
  transition: 0.5s ease;
  color: #979797;
}
.main-footer__nav .link:hover {
  color: #fff;
}
.main-footer__title {
  color: #fff;
}
.main-footer__logo-block {
  position: relative;
}
.main-footer__logo-block .logo {
  max-width: 16.375rem;
  width: 100%;
  display: inline-block;
}
.main-footer__company-details {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.main-footer__divider {
  margin-top: 1.5625rem;
  margin-bottom: 2.5rem;
  border-top: 0.0625rem solid #3B4148;
}
.main-footer__copyright {
  padding-top: 3.125rem;
}
.main-footer__copyright__social {
  color: #979797;
  max-width: 8.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-footer__copyright__social .link {
  margin-right: 0.625rem;
  display: inline-block;
  transition: 0.5s ease;
  cursor: pointer;
}
.main-footer__copyright__social .link:last-of-type {
  margin-right: 0;
}
.main-footer__copyright__social .link:hover {
  color: #fff;
}
.main-footer__copyright__social .link .brand-svg-icons {
  font-size: 1.25rem;
  color: #979797;
}
.main-footer__copyright__text {
  color: #979797;
  text-align: end;
}
.main-footer__social-links .list a {
  margin-right: 0.75rem;
  font-size: 1.1875rem;
  color: white;
}
.main-footer .feature-row {
  margin-top: 1.25rem;
  text-align: center;
  color: white;
  justify-content: center;
}
.main-footer .feature-row__text {
  color: white;
  margin-top: 0.3125rem;
}
@media print, screen and (min-width: 64em) {
  .main-footer__logo-block .logo {
    margin-bottom: 2rem;
  }
  .main-footer__copyright__text {
    color: #FFF;
    text-align: left;
  }
}
@media print, screen and (min-width: 40em) {
  .main-footer__logo-block__logo {
    margin-bottom: 1.25rem;
  }
  .main-footer__link-container {
    color: white;
    margin-top: 0.9375rem;
  }
  .main-footer__link-container .link {
    text-decoration: underline;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .main-footer {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 8.125rem;
  }
  .main-footer__logo-block .logo {
    margin-bottom: 3.4375rem;
  }
  .main-footer__copyright {
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
    border-top: 0.0625rem solid #5A636D;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .main-footer {
    padding-top: 10.9375rem;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }
  .main-footer__title {
    margin-top: 1.25rem;
  }
  .main-footer__company-details {
    text-align: center;
  }
  .main-footer__nav-group {
    margin-right: 0;
  }
  .main-footer__nav-group .link {
    line-height: 2.1875rem;
  }
  .main-footer__logo-block {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .main-footer__logo-block .logo {
    margin: 0 auto;
  }
  .main-footer__copyright {
    margin-top: unset;
    padding-top: 3.125rem;
    border-top: none;
  }
  .main-footer__copyright__social {
    margin: 0 auto 2.5rem;
  }
  .main-footer__copyright__text {
    text-align: center;
  }
  .main-footer__social-links-wrapper {
    justify-content: center;
    margin-bottom: 1.5625rem;
  }
}