.partners--page {
  overflow: hidden;
  margin: 4.2rem 0;
  padding: 4.2rem 0;
  padding-bottom: 0;
  background: var(--color--gradient--purple--vertical);
}
@media all and (min-width: 760px) {
  .partners--page {
    margin: 6rem 0;
    padding: 6rem 0;
  }
  .partners--page .header {
    background: transparent none;
  }
}
.partners--page .header {
  color: var(--color--white);
}
.partners--page .header h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 3.2rem;
}
@media all and (max-width: 760px) {
  .partners--page .header {
    background: var(--color--gradient--color--vertical--inverse);
  }
}
.partners--page--sections menu {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media all and (min-width: 760px) {
  .partners--page--sections menu {
    justify-content: flex-start;
  }
}
.partners--page--sections menu a {
  padding: 0;
  font-family: var(--font--comfortaa);
  color: var(--color--white);
  text-decoration: underline;
  font-size: 1.6rem;
  margin: 2.4rem 0;
  display: block;
  opacity: 0.5;
  white-space: nowrap;
  transition: all var(--transition);
}
@media all and (min-width: 800px) {
  .partners--page--sections menu a {
    font-size: 6rem;
  }
}
@media all and (min-width: 760px) {
  .partners--page--sections menu a {
    font-size: 5.5rem;
  }
}
@media all and (min-width: 760px) {
  .partners--page--sections menu a {
    margin: 6.4rem 0;
  }
}
.partners--page--sections menu a.active {
  opacity: 1;
  text-decoration: none;
}
@media all and (max-width: 760px) {
  .partners--page--sections menu a.active {
    position: relative;
  }
  .partners--page--sections menu a.active:after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    transform: rotate(45deg);
    position: absolute;
    bottom: -150%;
    left: 0.8rem;
    border-radius: 3px;
    background-color: var(--color--white);
  }
}
.partners--page--items .sections {
  padding: 1.2rem 3.2rem;
  border-radius: 1.6rem;
  background-color: var(--color--white);
}
.partners--page--items .sections .section {
  display: none;
}
.partners--page--items .sections .section.active {
  display: block;
}
@media all and (min-width: 760px) {
  .partners--page--items .sections .section header {
    padding-right: 6rem;
  }
}
.partners--page--items .sections .section header h2 {
  margin-top: 0;
  font-size: 2.4rem;
}
@media all and (min-width: 760px) {
  .partners--page--items .sections .section header h2 {
    font-size: 3.2rem;
  }
}
.partners--page--items .sections .section .content {
  padding-left: 0;
}
.partners--page--items .sections .section .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.partners--page--items .sections .section .items .item {
  box-sizing: border-box;
  max-width: 50%;
  width: 50%;
}
.partners--page--items .sections .section .items .item .wrapper {
  display: flex;
  flex-direction: column;
  padding-right: 4.2rem;
  margin-bottom: 4.2rem;
}
.partners--page--items .sections .section .items .item .wrapper .number {
  margin-bottom: 0.8rem;
}
@media all and (min-width: 760px) {
  .partners--page--items .sections .section .items .item .wrapper .number {
    margin-bottom: 1.6rem;
  }
}
.partners--page--items .sections .section .items .item .wrapper .number span {
  border: var(--border--common);
  border-radius: 50%;
  color: var(--color--purple);
  font-size: 2.4rem;
  font-family: var(--font--comfortaa);
  font-weight: bold;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners--page--items .sections .section .items .item .wrapper h3 {
  font-family: var(--font--walsheim);
  font-size: 1.6rem;
  font-weight: 500;
}
@media all and (max-width: 760px) {
  .partners--page--items .sections .section .items {
    display: block;
  }
  .partners--page--items {
    background-color: var(--color--white);
  }
  .partners--page--items .sections {
    padding: 0;
  }
  .partners--page--items .sections header {
    margin: 1.6rem 0;
  }
  .partners--page--items .sections .items .tns-inner {
    margin-right: -60%;
  }
  .partners--page--items .sections .items .tns-ovh {
    overflow: visible;
  }
}
@media all and (min-width: 760px) {
  .partners--page--section--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
