/**
* Partnerships SCSS
*/
:root {
  --surface-light: #EAECE7;
  --primary-300: #37B971;
  --primary-800: #0F2333;
  --primary-dark-green: #036D59;
  --btn-green: #4BD675;
  --btn-dark-green: #10845D;
  --preheadline-grey: #92958E;
  --neutral-400: #92958E;
}

@keyframes revealup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main.partnerships section.partners-hero {
  background: linear-gradient(180deg, #11314A 2.06%, #0D141C 100%);
  margin: 0 auto;
  position: relative;
  min-height: 525px;
}

main.partnerships section.partners-hero .container {
  position: relative;
  z-index: 10;
  padding: 80px 35px;
}

@media all and (max-width: 450px) {
  main.partnerships section.partners-hero .container {
    padding: 75px 35px;
  }
}
main.partnerships section.partners-hero .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
}

main.partnerships section.partners-hero .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.partnerships section.partners-hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
  color: #fff;
}

main.partnerships section.partners-hero .hero-content .hero-title {
  font-size: 40px;
  text-align: center;
}

main.partnerships section.partners-hero .hero-content p.hero-subtitle {
  color: inherit !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.9px;
  text-align: center;
  max-width: 960px;
  margin-bottom: 0;
}

main.partnerships section.partners-hero .hero-content .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

main.partnerships section.partners-hero .hero-content .button-wrapper .text-link {
  font-family: "Euclid Square", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: -0.16px;
  font-size: 16px;
}

main.partnerships section.partners-hero .hero-content .button-wrapper .text-link a {
  display: inline-block;
  margin-left: 16px;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

main.partnerships section.partners-hero .hero-content .btn {
  font-family: "Euclid Square", sans-serif;
  display: flex;
  padding: 12px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.02px;
  max-width: none;
  border: solid 2px var(--btn-green);
  color: var(--primary-800);
}

@media all and (max-width: 450px) {
  main.partnerships section.partners-hero .hero-content .btn {
    font-size: 18px;
  }
}
main.partnerships section.partner-news-events {
  padding: 24px 40px;
  margin: 0 auto;
  background: #fff;
}

main.partnerships section.partner-news-events .container {
  padding-left: 0;
  padding-right: 0;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-news-events {
    padding: 75px 35px;
  }
}
main.partnerships section.partner-news-events .wrapper {
  gap: 24px;
  align-items: flex-end;
}

main.partnerships section.partner-news-events .partner-news h5.section-header {
  color: var(--text-text-gray, #92958E);
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  margin-bottom: 12px;
}

main.partnerships section.partner-news-events .partner-news .ysk-resource {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--borders-border-gray, #92958E);
  background: var(--surface-surface-light-2050-w, #FCFCF8);
}

main.partnerships section.partner-news-events .partner-news .ysk-resource .reading-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--text-text-white, #FFF);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  text-transform: uppercase;
  color: var(--neutral-400);
}

main.partnerships section.partner-news-events .partner-news .ysk-resource .reading-time .icon {
  margin-top: -1px;
  margin-right: 5px;
  align-self: stretch;
}

main.partnerships section.partner-news-events .partner-news .ysk-resource .reading-time .icon svg {
  width: 100%;
  height: auto;
}

main.partnerships section.partner-news-events .partner-news .ysk-resource .reading-time .icon svg g path {
  fill: var(--neutral-400);
}

main.partnerships section.partner-news-events .partner-news .ysk-resource:first-of-type {
  margin-right: 24px;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-news-events .partner-news .ysk-resource {
    margin-bottom: 25px;
    flex: none;
  }
  main.partnerships section.partner-news-events .partner-news .ysk-resource:first-of-type {
    margin-right: 0;
  }
}
main.partnerships section.partner-news-events .partner-news .ysk-resource .reading-time {
  margin-bottom: 8px;
}

main.partnerships section.partner-news-events .partner-news .ysk-resource .entry-image {
  width: 100%;
  max-height: 190px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-news-events .partner-news .ysk-resource .entry-image {
    max-height: none;
  }
}
main.partnerships section.partner-news-events .partner-news .ysk-resource .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

main.partnerships section.partner-news-events .partner-news .ysk-resource .content h4 {
  color: var(--primary-800);
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 123.077% */
  letter-spacing: -0.26px;
  margin: 0;
}

main.partnerships section.partner-news-events .partner-news .ysk-resource .content h4 a {
  color: inherit;
}

main.partnerships section.partner-news-events .partner-events .events-list {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  background: #F6F6F0;
  border-radius: 12px;
  border: 1px solid var(--borders-border-gray, #92958E);
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25);
}

main.partnerships section.partner-news-events .partner-events .events-list h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin: 0;
}

main.partnerships section.partner-news-events .partner-events .events-list ul {
  padding: 0;
  margin: 0;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-news-events .partner-events .events-list ul {
    flex-direction: row;
  }
}
main.partnerships section.partner-news-events .partner-events .events-list ul li {
  list-style: none;
  margin-bottom: 24px;
  padding: 0;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-news-events .partner-events .events-list ul li {
    width: calc(50% - 2rem);
  }
}
main.partnerships section.partner-news-events .partner-events .events-list ul li.last-of-type {
  margin-bottom: 0;
}

main.partnerships section.partner-news-events .partner-events .events-list ul li .event-date {
  font-family: "Inter", sans-serif;
  color: var(--text-text-gray, #92958E);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  text-transform: uppercase;
  margin-bottom: 8px;
}

main.partnerships section.partner-news-events .partner-events .events-list ul li .title {
  font-family: "Euclid Square", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 136.364% */
  letter-spacing: 0.16px;
  margin-bottom: 8px;
}

main.partnerships section.partner-news-events .partner-events .events-list ul li .title a {
  color: var(--primary-800);
}

main.partnerships section.partner-news-events .partner-events .events-list ul li .event-link {
  font-family: "Euclid Square", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
}

main.partnerships section.partner-news-events .partner-events .events-list ul li .event-link .arrow {
  display: inline-block;
  margin-left: 8px;
}

main.partnerships section.partner-news-events .partner-events .events-list ul li a {
  text-decoration: none;
  color: var(--Brand-Colors-Primary-400, #10845D);
}

main.partnerships section.partner-news-events .partner-events .events-list .view-all {
  text-align: center;
  width: 100%;
}

main.partnerships section.partner-news-events .partner-events .events-list .view-all a {
  color: var(--text-text---dark-green, #036D59);
  font-family: "Euclid Square", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

main.partnerships section.case-study-highlights {
  background: var(--surface-light);
}

main.partnerships section.case-study-highlights .case-study-slider-wrapper .client-logo img {
  max-height: none;
  max-width: none;
  width: 200px;
  margin: 0 auto;
}

@media all and (max-width: 600px) {
  main.partnerships section.case-study-highlights .case-study-slider-wrapper .client-logo img {
    width: 100px;
  }
}
main.partnerships section.case-study-highlights .case-study-slider-wrapper .content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  main.partnerships section.case-study-highlights .case-study-slider-wrapper .content-wrapper .quote-wrapper blockquote.quote {
    width: 95%;
  }
}
main.partnerships section.case-study-highlights .benefit h3 {
  color: var(--primary-800);
}

main.partnerships section.case-study-highlights .benefit h3 strong {
  color: var(--primary-300);
}

main.partnerships section.case-study-highlights .quote-wrapper {
  border-left: solid 1px var(--primary-300);
}

@media all and (max-width: 900px) {
  main.partnerships section.case-study-highlights .quote-wrapper {
    border-left: none;
  }
}
main.partnerships section.case-study-highlights .quote-wrapper blockquote.quote {
  color: var(--primary-800);
}

main.partnerships section.case-study-highlights .quote-wrapper blockquote.quote::before {
  color: var(--primary-300);
}

main.partnerships section.case-study-highlights .quote-wrapper blockquote.quote::after {
  color: var(--primary-300);
}

main.partnerships section.case-study-highlights .quote-wrapper blockquote.quote strong {
  color: var(--primary-300);
}

main.partnerships section.case-study-highlights .quote-wrapper .client-name,
main.partnerships section.case-study-highlights .quote-wrapper .client-title {
  color: var(--primary-800);
}

main.partnerships section.case-study-highlights .btn-wrapper {
  padding: 0;
}

main.partnerships section.case-study-highlights .btn-wrapper a.btn {
  border: solid 2px #11314A !important;
  color: #11314A !important;
  background: transparent;
  font-size: 20.5px;
}

@media all and (max-width: 450px) {
  main.partnerships section.case-study-highlights .btn-wrapper a.btn {
    font-size: 16px;
  }
}
main.partnerships section.case-study-highlights .btn-wrapper a.btn:hover {
  border: solid 2px #11314A !important;
  background: #11314A !important;
  color: #fff !important;
}

main.partnerships section.case-study-highlights .slide-controls .slick-dots li button {
  border: solid 3px var(--primary-300);
}

main.partnerships section.case-study-highlights .slide-controls .slick-dots li.slick-active button {
  background: var(--primary-300);
}

main.partnerships section.accordion-section {
  background: var(--surface-light);
  padding: 120px 40px;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  main.partnerships section.accordion-section {
    padding: 75px 40px;
  }
}
main.partnerships section.accordion-section .container {
  padding-left: 0;
  padding-right: 0;
}

main.partnerships section.accordion-section .header {
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

main.partnerships section.accordion-section .header h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  color: var(--primary-800);
  margin: 0;
}

main.partnerships section.accordion-section .header h2 strong {
  color: var(--primary-dark-green);
  font-style: italic;
}

main.partnerships section.accordion-section .header p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: 0.72px;
  max-width: 1045px;
}

main.partnerships section.accordion-section .accordion-section p {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 24px;
}

main.partnerships section.accordion-section .accordion-item {
  padding: 20px 0;
  background: url(../svg/show-lines.svg) 100% 40px/20px no-repeat;
}

main.partnerships section.accordion-section .accordion-item.active {
  padding: 20px 0;
  background: url(../svg/hide-line.svg) 100% 45px/20px no-repeat;
}

main.partnerships section.accordion-section .accordion-title {
  display: block;
  font-size: 26px;
  line-height: 1.2;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  padding: 10px 30px 0 0;
}

main.partnerships section.accordion-section .accordion-body p {
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Inter Regular", sans-serif;
  margin: 20px 0 0;
}

main.partnerships section.accordion-section .accordion-image-wrapper {
  height: 400px; /* adjust as needed */
  overflow: hidden;
  margin-bottom: 38px;
}

main.partnerships section.accordion-section .accordion-image {
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

main.partnerships section.accordion-section .accordion-image.active {
  opacity: 1;
  z-index: 1;
}

main.partnerships section.accordion-section .accordion-item {
  transition: background 0.3s ease;
  cursor: pointer;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

main.partnerships section.accordion-section .accordion-item:last-child {
  border-bottom: 0px;
}

main.partnerships section.accordion-section .accordion-body {
  overflow: hidden;
}

main.partnerships section.accordion-section .btn-wrapper {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

main.partnerships section.accordion-section .btn-wrapper a.btn {
  display: flex;
  padding: 12.299px 32px;
  justify-content: center;
  align-items: center;
  gap: 10.249px;
  max-width: none;
  background: transparent;
  border-radius: 1023.908px;
  border: 2px solid var(--borders-separator-dark-green, #036D59);
  color: var(--text-text---dark-green, #036D59);
  font-family: "Euclid Square";
  font-size: 20.499px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.798px; /* 160% */
  letter-spacing: -0.205px;
}

main.partnerships section.accordion-section .btn-wrapper a.btn:hover {
  background: #036D59;
  color: #fff;
}

@media all and (max-width: 450px) {
  main.partnerships section.accordion-section .btn-wrapper a.btn {
    font-size: 16px;
  }
}
main.partnerships section.developer-toolkit {
  padding: 80px 120px;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 768px) {
  main.partnerships section.developer-toolkit {
    padding: 75px 24px;
  }
}
main.partnerships section.developer-toolkit .container {
  position: relative;
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
}

main.partnerships section.developer-toolkit .toolkit-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

main.partnerships section.developer-toolkit .toolkit-content .pre-headline {
  font-family: "Euclid Square", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.24px;
  color: var(--preheadline-grey);
  margin-bottom: -12px;
}

main.partnerships section.developer-toolkit .toolkit-content .toolkit-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 100% */
  letter-spacing: 1.44px;
  color: var(--primary-800);
  margin: 0;
}

main.partnerships section.developer-toolkit .toolkit-content .toolkit-description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.9px;
  color: var(--primary-800);
}

main.partnerships section.developer-toolkit .toolkit-content .btn {
  font-family: "Euclid Square", sans-serif !important;
  max-width: none;
  font-style: normal;
  font-weight: 500;
  display: flex;
  padding: 12px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--btn-dark-green);
  color: #fff;
  max-width: 350px;
}

main.partnerships section.developer-toolkit .lines {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media all and (max-width: 768px) {
  main.partnerships section.developer-toolkit .lines {
    bottom: 0;
    top: 50%;
  }
}
main.partnerships section.developer-toolkit .lines svg {
  width: 100%;
  height: auto;
}

main.partnerships section.partner-community-sign-up {
  margin: 0 auto;
  padding: 120px 40px;
  position: relative;
  background-color: var(--primary-800);
  background-image: url("../png/community-sign-up-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-community-sign-up {
    background-image: url("../png/comm-sign-up-tablet.png");
  }
}
@media all and (max-width: 500px) {
  main.partnerships section.partner-community-sign-up {
    background-image: url("../png/comm-sign-up-mobile.png");
  }
}
main.partnerships section.partner-community-sign-up .container {
  padding-left: 0;
  padding-right: 0;
}

main.partnerships section.partner-community-sign-up .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

main.partnerships section.partner-community-sign-up .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.partnerships section.partner-community-sign-up .container {
  position: relative;
  z-index: 10;
}

main.partnerships section.partner-community-sign-up .block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

main.partnerships section.partner-community-sign-up .block-content h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  color: #fff;
  margin: 0;
}

main.partnerships section.partner-community-sign-up .block-content .copy {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.54px;
  max-width: 742px;
}

main.partnerships section.partner-community-sign-up .block-content form {
  display: flex;
  max-width: 840px;
  width: 100%;
  padding: 36px 64px;
  align-items: center;
  background: var(--primary-800);
  border-radius: 1000px;
}

@media all and (max-width: 600px) {
  main.partnerships section.partner-community-sign-up .block-content form {
    border-radius: 40px;
    padding: 24px;
  }
}
@media all and (max-width: 600px) {
  main.partnerships section.partner-community-sign-up .block-content form .input-group {
    flex-direction: column;
  }
}
main.partnerships section.partner-community-sign-up .block-content form .input-group .input-group-prepend span.input-group-text {
  display: flex;
  padding: 16px 16px 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10.849px;
  border-radius: 1083.84px 0px 0px 1083.84px;
  background: var(--surface-light);
  line-height: 0;
}

@media all and (max-width: 600px) {
  main.partnerships section.partner-community-sign-up .block-content form .input-group .input-group-prepend {
    display: none;
  }
}
main.partnerships section.partner-community-sign-up .block-content form .input-group input[type=email] {
  display: flex;
  padding: 16px 32px;
  height: auto;
  align-items: center;
  gap: 10.849px;
  flex: 1 0 0;
  font-family: "Euclid Square ", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: -0.18px;
}

@media all and (max-width: 600px) {
  main.partnerships section.partner-community-sign-up .block-content form .input-group input[type=email] {
    width: 100%;
    padding: 16px 12px;
    margin-bottom: 12px;
    border-radius: 16px;
  }
}
main.partnerships section.partner-community-sign-up .block-content form .input-group .input-group-append button#partner-signup-submit {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10.849px;
  font-family: "Euclid Square", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  /* 17.6px */
  letter-spacing: -0.16px;
  background: var(--btn-green);
  color: var(--primary-800);
  border-radius: 0px 1083.84px 1083.84px 0px;
  border: solid 1px var(--btn-green);
  margin: 0;
  transition: background 0.3s ease, color 0.3s ease;
}

main.partnerships section.partner-community-sign-up .block-content form .input-group .input-group-append button#partner-signup-submit:hover {
  background: var(--btn-dark-green);
}

@media all and (max-width: 600px) {
  main.partnerships section.partner-community-sign-up .block-content form .input-group .input-group-append button#partner-signup-submit {
    border-radius: 100px;
    width: 100%;
  }
}
main.partnerships section.partner-community-sign-up .block-content .text-link {
  font-family: "Euclid Square", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: -0.16px;
  font-size: 16px;
  color: var(--primary-800);
}

main.partnerships section.partner-community-sign-up .block-content .text-link a {
  display: inline-block;
  margin-left: 16px;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  color: inherit;
}

main.partnerships section.featured-partners {
  padding: 120px 40px;
  margin: 0;
  background: #fff;
}

@media all and (max-width: 768px) {
  main.partnerships section.featured-partners {
    padding: 75px 40px;
  }
}
main.partnerships section.featured-partners .container {
  padding-left: 0;
  padding-right: 0;
}

main.partnerships section.featured-partners .container .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}

main.partnerships section.featured-partners .slider-wrapper {
  gap: 60px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

main.partnerships section.featured-partners .slider-wrapper .image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media all and (max-width: 768px) {
  main.partnerships section.featured-partners .slider-wrapper .image {
    margin-bottom: 60px;
  }
}
main.partnerships section.featured-partners .slider-wrapper .image .pre-headline {
  font-family: "Euclid Square", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  color: var(--primary-800);
}

main.partnerships section.featured-partners .slider-wrapper .slide-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

main.partnerships section.featured-partners .slider-wrapper .slide-copy .partner-name {
  font-family: "Euclid Square", sans-serif;
  font-size: 31.344px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 47.017px */
  letter-spacing: 0.157px;
  margin-bottom: 25px;
  margin-top: 0;
}

main.partnerships section.featured-partners .slider-wrapper .slide-copy .partner-description {
  color: var(--primary-800);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.09px;
  margin-bottom: 25px;
}

main.partnerships section.featured-partners .slider-wrapper .slide-copy .key-features_label {
  font-family: "Euclid Square", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.88px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

main.partnerships section.featured-partners .slider-wrapper .slide-copy ul.key-features {
  margin-left: 5px;
}

main.partnerships section.featured-partners .slider-wrapper .slide-copy ul.key-features li {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}

main.partnerships section.featured-partners .controls {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
}

@media all and (max-width: 768px) {
  main.partnerships section.featured-partners .controls {
    flex-direction: column-reverse;
  }
}
main.partnerships section.featured-partners .controls .slider-nav {
  display: flex;
  flex-flow: row;
  align-items: center;
}

@media all and (max-width: 768px) {
  main.partnerships section.featured-partners .controls .slider-nav {
    width: 100%;
    justify-content: space-between;
  }
}
main.partnerships section.featured-partners .controls #slide_arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

main.partnerships section.featured-partners .controls #slide_arrows .slick-prev,
main.partnerships section.featured-partners .controls #slide_arrows .slick-next {
  position: relative;
  width: 30px;
  height: 30px;
}

main.partnerships section.featured-partners .controls #slide_arrows .slick-prev {
  left: 0;
}

main.partnerships section.featured-partners .controls #slide_arrows .slick-next {
  right: 0;
}

main.partnerships section.featured-partners .controls #slide_dots {
  margin-left: auto;
  margin-right: auto;
}

main.partnerships section.featured-partners .controls #slide_dots .slick-dots {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: row;
}

main.partnerships section.featured-partners .controls #slide_dots .slick-dots li {
  list-style: none;
  font-size: 0;
  width: auto;
}

main.partnerships section.featured-partners .controls #slide_dots .slick-dots li.slick-active button {
  background: var(--btn-dark-green);
  width: 100px;
}

@media screen and (max-width: 450px) {
  main.partnerships section.featured-partners .controls #slide_dots .slick-dots li.slick-active button {
    width: 50px;
  }
}
main.partnerships section.featured-partners .controls #slide_dots .slick-dots li button {
  width: 13px;
  height: 13px;
  border: solid 3px var(--btn-dark-green);
  background: transparent;
  border-radius: 46px;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}

main.partnerships section.featured-partners .controls #slide_dots .slick-dots li button:before {
  color: transparent;
  font-size: 0;
  width: 0;
  height: 0;
}

main.partnerships section.featured-partners .controls .cta-wrapper {
  display: flex;
  flex-direction: row;
}

@media all and (max-width: 768px) {
  main.partnerships section.featured-partners .controls .cta-wrapper {
    width: 100%;
  }
}
main.partnerships section.featured-partners .controls .cta-wrapper.hidden {
  display: none;
}

main.partnerships section.featured-partners .controls .cta-wrapper a.btn {
  font-family: "Euclid Square", sans-serif;
  margin-left: auto;
  display: flex;
  max-width: none;
  height: 49.491px;
  padding: 13.198px 52.791px;
  justify-content: center;
  align-items: center;
  gap: 6.186px;
  border-radius: 824.028px;
  border: solid 2px var(--btn-dark-green);
  background: transparent;
  color: var(--btn-dark-green);
  font-size: 16.497px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.548px;
  /* 70% */
  letter-spacing: -0.165px;
}

@media all and (max-width: 768px) {
  main.partnerships section.featured-partners .controls .cta-wrapper a.btn {
    margin-left: 0;
    margin-right: auto;
  }
}
@media all and (max-width: 450px) {
  main.partnerships section.featured-partners .controls .cta-wrapper a.btn {
    font-size: 16px;
  }
}
main.partnerships section.featured-partners .controls .cta-wrapper a.btn:hover {
  background: var(--primary-300);
  color: var(--primary-800);
}

main.partnerships section.partner-marketplace {
  background: var(--primary-800);
  min-height: 50vh;
  margin: 0 auto;
}

main.partnerships section.partner-marketplace .container {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-bottom: 40px;
  padding: 120px 40px 40px 40px;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-marketplace .container {
    padding: 75px 40px;
  }
}
main.partnerships section.partner-marketplace .partners-container {
  padding: 0px 40px 120px;
}

@media all and (max-width: 900px) {
  main.partnerships section.partner-marketplace .partners-container {
    width: 100%;
    max-width: none;
    padding: 0px 0px 75px;
  }
}
main.partnerships section.partner-marketplace .copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
  align-self: stretch;
  color: #fff;
}

main.partnerships section.partner-marketplace .copy h2 {
  font-family: "Euclid Square", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  /* 116.667% */
  letter-spacing: -0.72px;
  color: inherit;
  margin: 0;
}

main.partnerships section.partner-marketplace .copy p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  color: inherit;
}

main.partnerships section.partner-marketplace .integration-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: stretch;
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: 100%;
}

main.partnerships section.partner-marketplace .integration-wrapper .d-flex {
  padding-right: 0;
  padding-left: 0;
}

main.partnerships section.partner-marketplace .integration-wrapper .card {
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  gap: 20px;
  border-radius: 16px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.1), 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  min-width: 232px;
}

main.partnerships section.partner-marketplace .integration-wrapper .card .logo img {
  max-height: 116px;
  width: auto;
  object-fit: contain;
}

main.partnerships section.partner-marketplace .integration-wrapper .card .details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

main.partnerships section.partner-marketplace .integration-wrapper .card .details h3 {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--primary-800);
}

main.partnerships section.partner-marketplace .integration-wrapper .card .details h3 .partner-badge {
  display: inline-block;
  min-width: 40px;
  width: 40px;
  margin-left: auto;
}

main.partnerships section.partner-marketplace .integration-wrapper .card .details h3 .partner-badge img {
  width: 100% !important;
}

main.partnerships section.partner-marketplace .integration-wrapper .card .details .description {
  border-top: solid 1px var(--primary-800);
  color: var(--primary-800) !important;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0 0 0;
}

main.partnerships section.partner-marketplace .partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 38px;
  align-self: stretch;
}

@media all and (max-width: 900px) {
  main.partnerships section.partner-marketplace .partners {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media all and (max-width: 550px) {
  main.partnerships section.partner-marketplace .partners {
    display: none;
  }
}
main.partnerships section.partner-marketplace .partners .partners-nav nav ul.partner-types {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}

main.partnerships section.partner-marketplace .partners .partners-nav nav ul.partner-types li.partner-type button {
  background: #fff;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  border-radius: 8px;
  border: solid 2px #fff;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.1), 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

main.partnerships section.partner-marketplace .partners .partners-nav nav ul.partner-types li.partner-type button:hover {
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
}

main.partnerships section.partner-marketplace .partners .partners-nav nav ul.partner-types li.partner-type button.active {
  border: solid 2px #fff;
  color: #fff;
  background: var(--primary-800);
}

main.partnerships section.partner-marketplace .partners .partners-wrapper-container {
  width: 100%;
}

main.partnerships section.partner-marketplace .partners .partners-wrapper {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

main.partnerships section.partner-marketplace .partners .partners-wrapper.hidden {
  display: none;
}

main.partnerships section.partner-marketplace .partners .partners-wrapper.reveal {
  animation: 1.5s revealup ease-in-out;
}

main.partnerships section.partner-marketplace .partners .partners-wrapper .description {
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

@media all and (max-width: 900px) {
  main.partnerships section.partner-marketplace .partners .partners-wrapper .description {
    padding: 0 40px;
  }
}
main.partnerships section.partner-marketplace .partners .partners-wrapper .btn-wrapper {
  justify-content: center;
  gap: 24px;
  padding: 0;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-marketplace .partners .partners-wrapper .btn-wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
}
main.partnerships section.partner-marketplace .partners .partners-wrapper .btn-wrapper a.btn {
  display: flex;
  height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: solid 1px #fff;
  background: transparent;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-marketplace .partners .partners-wrapper .btn-wrapper a.btn {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}
@media all and (max-width: 450px) {
  main.partnerships section.partner-marketplace .partners .partners-wrapper .btn-wrapper a.btn {
    font-size: 16px;
  }
}
main.partnerships section.partner-marketplace .partners .partners-wrapper .btn-wrapper a.btn:hover {
  background: #fff !important;
  color: var(--primary-800);
}

main.partnerships section.partner-marketplace .partners .partners-wrapper .btn-wrapper .text-link {
  font-family: "Euclid Square", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: -0.16px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-underline-position: from-font;
  color: var(--btn-green);
}

main.partnerships section.partner-marketplace .mobile-partners {
  display: none;
}

@media all and (max-width: 550px) {
  main.partnerships section.partner-marketplace .mobile-partners {
    display: flex;
    flex-direction: column;
  }
}
main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item {
  border-bottom: none;
  width: 100%;
  padding: 0;
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .accordion-header {
  display: flex;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: #FFF;
  width: 100%;
  /* Button Shadow 1 */
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.1), 1px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .accordion-header .plus-minus {
  margin-left: auto;
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .accordion-header .plus-minus .plus {
  display: inline-block;
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .accordion-header .plus-minus .minus {
  display: none;
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .accordion-header .accordion-title {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 118.75% */
  padding: 0;
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item.active .accordion-header {
  border: 1px solid var(--borders-separator-gray-200, #E3E6E8);
  background: var(--surface-surface-blue-1-p-700, #11314A);
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item.active .accordion-header .accordion-title {
  color: var(--text-text-white, #FFF);
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item.active .accordion-header .plus-minus .plus {
  display: none;
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item.active .accordion-header .plus-minus .minus {
  display: inline-block;
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .accordion-body {
  display: flex;
  padding-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  overflow: visible;
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .accordion-body .partner-description {
  color: var(--text-text-white, #FFF);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  /* Body Copy/Large/Reg */
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  margin-top: 24px;
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .btn-wrapper {
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 0;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .btn-wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
}
main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .btn-wrapper a.btn {
  display: flex;
  height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: solid 1px #fff;
  background: transparent;
}

@media all and (max-width: 768px) {
  main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .btn-wrapper a.btn {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}
@media all and (max-width: 450px) {
  main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .btn-wrapper a.btn {
    font-size: 16px;
  }
}
main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .btn-wrapper a.btn:hover {
  background: #fff !important;
  color: var(--primary-800);
}

main.partnerships section.partner-marketplace .mobile-partners .accordion-wrapper .accordion-item .btn-wrapper .text-link {
  font-family: "Euclid Square", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: -0.16px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-underline-position: from-font;
  color: var(--btn-green);
}

main.partnerships section.faqs .ui-accordion .ui-accordion-content {
  word-break: break-word;
}