.partners-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .partners-list {
    max-width: 616px;
  }
}
@media only screen and (min-width: 960px) {
  .partners-list {
    max-width: 936px;
  }
}
.partners-list__item {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .partners-list__item {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .partners-list__item {
    width: 164px;
    margin-bottom: 0;
  }
}
.partners-list__item:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 1px;
  height: 32px;
  background-color: #e9e9e9;
}
@media only screen and (min-width: 960px) {
  .partners-list__item--braintree {
    width: 130px;
  }
}
.partners-list__item--bbb {
  margin-bottom: 0;
}
.partners-list__item--bbb .partners-list__link {
  width: 101px;
  display: flex;
}
.partners-list__item--bbb:hover .partners-list__image {
  display: none;
}
.partners-list__item--bbb:hover .partners-list__image--hovered {
  display: block;
}
.partners-list__item--ttr {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .partners-list__item--ttr {
    width: 130px;
  }
}
.partners-list__item--ttr:after {
  display: none;
}
@media only screen and (min-width: 640px) {
  .partners-list__item--verisign:after {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .partners-list__item--verisign:after {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .partners-list__item--norton {
    margin-bottom: 0;
  }
}
.partners-list__item--aws:after,
.partners-list__item--norton:after {
  display: none;
}
@media only screen and (min-width: 640px) {
  .partners-list__item--aws:after,
  .partners-list__item--norton:after {
    display: block;
  }
}
.partners-list__picture-wrapper {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-list__picture {
  width: 101px;
  display: flex;
}
.partners-list__image {
  width: 100%;
  height: 100%;
  display: block;
}
.partners-list__image--hovered {
  display: none;
}
.link {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4167;
  letter-spacing: 0.75px;
  color: #ff9000;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
.link:hover {
  color: #ffb14c;
}
.link:hover .link__icon {
  transform: translateX(4px);
}
.link:focus {
  outline: none;
  box-shadow: 0 0 0 2px #d4d4d4;
}
.link .link__icon {
  margin-left: 4px;
  flex-shrink: 0;
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}
@media only screen and (min-width: 1280px) {
  .faq-accordion {
    margin-left: -25px;
  }
}
.faq-accordion__item {
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
  padding: 12px 0;
  border-radius: 4px;
}
@media only screen and (min-width: 1280px) {
  .faq-accordion__item {
    padding: 30px 64px 10px 9px;
  }
}
.faq-accordion__item.is-active + .faq-accordion__item {
  margin-top: 24px;
}
.faq-accordion__item.is-active {
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.1);
}
.faq-accordion__header {
  padding: 4px 16px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  background-color: transparent;
}
@media only screen and (min-width: 640px) {
  .faq-accordion__header {
    padding: 6px 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .faq-accordion__header {
    padding: 6px 15px 0;
  }
}
.faq-accordion__title {
  padding-right: 48px;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 600;
  color: #2c2c2c;
}
@media only screen and (min-width: 640px) {
  .faq-accordion__title {
    font-size: 20px;
    line-height: 1.56;
  }
}
.faq-accordion__icon {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  color: #ff9000;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 640px) {
  .faq-accordion__icon {
    top: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .faq-accordion__icon {
    top: 44px;
    right: 20px;
  }
}
.faq-accordion__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.faq-accordion .is-active .faq-accordion__icon {
  color: #2c2c2c;
  transform: rotate(0);
}
.faq-accordion__body {
  display: none;
  padding: 16px;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
}
@media only screen and (min-width: 640px) {
  .faq-accordion__body {
    font-size: 16px;
    line-height: 1.75;
  }
}
.page-section__uploader {
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  width: 100%;
  margin: 0 auto;
  bottom: -3px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 640px) {
  .page-section__uploader {
    max-width: 770px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .page-section__uploader {
    margin: 0 auto 35px auto;
    max-width: 927px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section__uploader {
    max-width: 1216px;
  }
}
.page-section--partners .page-section__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .page-section--partners .page-section__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--partners .page-section__inner {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--partners .page-section__inner {
    padding-bottom: 80px;
  }
}
.page-section--partners .page-section__title {
  margin-bottom: 37px;
}
.page-section--benefits {
  background-color: #f9f9f9;
}
.page-section--benefits .page-section__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .page-section--benefits .page-section__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--benefits .page-section__inner {
    padding-top: 80px;
  }
}
.page-section--benefits .page-section__title {
  margin-bottom: 24px;
}
@media only screen and (min-width: 960px) {
  .page-section--benefits .page-section__title {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--benefits .page-section__title {
    max-width: 697px;
  }
}
@media only screen and (min-width: 640px) {
  .benefits-list {
    display: flex;
  }
}
.benefits-list__item {
  margin-bottom: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 640px) {
  .benefits-list__item {
    width: 33.333%;
    margin-right: 24px;
  }
  .benefits-list__item:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .benefits-list__item {
    margin-right: 17px;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }
}
.benefits-list__item:last-of-type {
  margin-bottom: 0;
}
.benefits-list__item:nth-child(1) .benefits-list__icon {
  background-image: url("../images/form/icons/time-saver.svg");
}
.benefits-list__item:nth-child(2) .benefits-list__icon {
  background-image: url("../images/form/icons/embedded-signing.svg");
}
.benefits-list__item:nth-child(3) .benefits-list__icon {
  background-image: url("../images/form/icons/copy.svg");
}
.benefits-list__icon {
  display: block;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media only screen and (min-width: 960px) {
  .benefits-list__icon {
    margin-right: auto;
    margin-left: 0;
  }
}
.benefits-list__title {
  font-weight: 700;
  margin-bottom: 4px;
}
.benefits-list__text {
  color: #6b6b6b;
}
.page-section--faq {
  background-color: #f9f9f9;
}
@media only screen and (min-width: 1280px) {
  .page-section--faq .page-section__wrapper {
    display: flex;
  }
}
.page-section--faq .page-section__inner {
  padding-top: 32px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1280px) {
  .page-section--faq .page-section__inner {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--faq .page-section__header {
    margin-right: 24px;
  }
}
.page-section--faq .page-section__header .additional-cta {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .page-section--faq .page-section__header .additional-cta {
    display: block;
  }
}
.page-section--faq .page-section__title {
  margin-bottom: 8px;
}
@media only screen and (min-width: 960px) {
  .page-section--faq .page-section__title {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--faq .page-section__title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.page-section--faq .page-section__subtitle {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1280px) {
  .page-section--faq .page-section__subtitle {
    text-align: left;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--faq .faq-accordion {
    max-width: 776px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--faq .faq-accordion {
    flex-basis: calc(100% - 452px);
    max-width: calc(100% - 452px);
  }
}
@media only screen and (min-width: 640px) {
  .page-section--faq .faq-accordion__title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--faq .faq-accordion__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-section--faq .faq-accordion__item.is-active {
  background-color: #fff;
}
.page-section--faq .faq-accordion__item.is-active .faq-accordion__icon {
  color: #808080;
}
.page-section--faq .faq-accordion__item {
  padding: 0 0 8px;
}
.page-section--faq .faq-accordion__header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  .page-section--faq .faq-accordion__header {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--faq .faq-accordion__header {
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 80px;
  }
}
.page-section--faq .faq-accordion__header:focus {
  outline: none;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 0 2px #d4d4d4;
}
.page-section--faq .faq-accordion__body {
  padding-left: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #6b6b6b;
}
@media only screen and (min-width: 640px) {
  .page-section--faq .faq-accordion__body {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--faq .faq-accordion__body {
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 80px;
    font-size: 16px;
    line-height: 28px;
  }
}
.page-section--faq .faq-accordion__icon {
  top: 13px;
}
@media only screen and (min-width: 960px) {
  .page-section--faq .faq-accordion__icon {
    top: 39px;
    right: 23px;
  }
}
.page-section--faq .additional-cta {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 960px) {
  .page-section--faq .additional-cta {
    font-size: 20px;
    line-height: 28px;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--faq .additional-cta {
    display: none;
  }
}
.page-section--faq .link {
  margin-top: 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
}
.page-section--faq .link:focus {
  outline: none;
  box-shadow: 0 0 0 2px #d4d4d4;
}
@media only screen and (min-width: 960px) {
  .page-section--faq .link {
    font-size: 14px;
    line-height: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-section--faq .link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.page-section--faq .link__icon {
  width: 14px;
  height: 14px;
}
@media only screen and (min-width: 960px) {
  .page-section--faq .additional-cta__title {
    margin: 0 auto;
  }
}
.page-section--cta {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .page-section--cta:after {
    content: "";
    width: 100%;
    height: 184px;
    position: absolute;
    top: 0;
    background-color: #f9f9f9;
    z-index: 1;
  }
}
.page-section--cta .page-section__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 2;
}
.page-section--cta .page-section__title {
  margin-bottom: 16px;
  color: #fff;
}
.page-section--cta .page-section__subtitle {
  color: #fff;
  margin-bottom: 32px;
}
@media only screen and (min-width: 960px) {
  .page-section--cta .page-section__subtitle {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--cta .page-section__subtitle {
    max-width: 1096px;
  }
}
.cta-panel {
  padding: 24px 16px;
  border-radius: 4px;
  background: linear-gradient(0deg, #127df2, #127df2), #3e2a8a;
}
@media only screen and (min-width: 960px) {
  .cta-panel {
    padding: 40px 80px;
  }
}
@media only screen and (min-width: 960px) {
  .cta-panel__action {
    display: flex;
    justify-content: center;
  }
}
.cta-panel__action button {
  font-size: 16px;
  height: 48px;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .cta-panel__action button {
    width: 180px;
  }
}
