/**
* 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.why-sr section.why_sr-hero {
  background: #11314a;
  margin: 0 auto 100px;
  position: relative;
  height: 900px;
  overflow: visible;
  margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
  main.why-sr section.why_sr-hero {
    height: 600px;
    margin-bottom: 80px;
  }
}

main.why-sr section.why_sr-hero .container {
  position: relative;
  z-index: 10;
  padding: 80px 35px;
}

main.why-sr section.why_sr-hero .wistia-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 1px rgb(4 21 33);
}

main.why-sr section.why_sr-hero .wistia-wrapper {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  /* or 4/3, 1/1 */
}

main.why-sr
  section.why_sr-hero
  .wistia-wrapper
  > main.why-sr
  section.why_sr-hero
  wistia-player,
main.why-sr
  section.why_sr-hero
  .wistia-wrapper
  > main.why-sr
  section.why_sr-hero
  [data-wistia-player] {
  height: auto !important;
  /* counteracts the 100% height chain */
  width: 100%;
}

main.why-sr section.why_sr-hero .wistia-wrapper {
  border: none;
  width: 100%;
  height: fit-content;
  min-height: fit-content;
  border-radius: 10px;
}

@media all and (max-width: 450px) {
  main.why-sr section.why_sr-hero .container {
    padding: 75px 15px;
  }
}

main.why-sr section.why_sr-hero .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 0;
  width: 100%;
}

main.why-sr section.why_sr-hero .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.why-sr section.why_sr-hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  color: #fff;
}

main.why-sr section.why_sr-hero .hero-content .hero-title {
  font-size: 6rem;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 20px;
}

main.why-sr section.why_sr-hero .hero-content .hero-title strong {
  font-family: "Euclid Square", sans-serif;
  font-style: italic;
  color: var(--primary-300);
}

main.why-sr section.why_sr-hero .hero-content p.hero-subtitle {
  font-family: "Euclid Square", sans-serif;
  color: inherit !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.9px;
  text-align: center;
  max-width: 960px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  main.why-sr section.why_sr-hero .hero-content .hero-title {
    font-size: 5rem;
  }

  main.why-sr section.why_sr-hero .hero-content p.hero-subtitle {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  :host {
    display: block !important;
    height: fit-content;
  }

  main.why-sr section.why_sr-hero .container {
    padding: 40px 10px;
  }

  main.why-sr section.why_sr-hero .hero-content .hero-title {
    font-size: 3rem;
  }

  main.why-sr section.why_sr-hero .hero-content p.hero-subtitle {
    font-size: 1.25rem;
  }
}

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

main.why-sr section.why_sr-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.why-sr section.why_sr-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.why-sr section.why_sr-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.why-sr section.why_sr-hero .hero-content .btn {
    font-size: 18px;
  }
}

main.why-sr .nbs-flexisel-inner {
  background: transparent !important;
}

main.why-sr .infinite-logo {
  padding: 0px 0 10px 0;
  display: block;
}

main.why-sr h4.carousel-title {
  font-family: "EuclidSquare Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 16%;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 35px 0;
}

@media screen and (max-width: 768px) {
  main.why-sr h4.carousel-title {
    font-size: 16px;
    margin: 10px 0 20px 0;
    line-height: 1.5;
  }
}

main.why-sr .awards-and-recognition {
  background: radial-gradient(
    179.78% 112.74% at 33.57% 88.63%,
    #11314a 0%,
    var(--surface-surface-blue-3-p-900, #0d141c) 100%
  );
  padding: 100px 0;
  color: #ffffff;
  position: relative;
  z-index: 0;
}

main.why-sr .awards-and-recognition .text-top {
  position: relative;
  z-index: 1;
}

main.why-sr .awards-and-recognition h2 {
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin: 50px auto 80px;
  text-align: center;
  color: #ffffff;
}

main.why-sr .awards-and-recognition .subtitle {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

main.why-sr .awards-and-recognition .content {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
}

main.why-sr .awards-and-recognition .content strong {
  font-family: "EuclidSquare Bold", sans-serif;
  font-weight: 600;
}

main.why-sr .awards-and-recognition img.gartner-logo {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 20px auto;
}

main.why-sr .awards-and-recognition .primary-outline.btn {
  display: flex;
  height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: solid 1px var(--btn-green);
  background: transparent;
  width: fit-content;
  color: var(--btn-green);
  min-width: 300px;
}

/* News and Press Releases */
#posts-grid {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  background: transparent;
  margin: 80px auto 0;
  position: relative;
}

section#posts-grid .posts-grid .post-item {
  margin-bottom: 2rem;
}

section#posts-grid .posts-grid .post-item.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1.5s;
}

section#posts-grid .posts-grid .card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  border-radius: 12px;
  border: 0 !important;
  overflow: hidden;
  padding: 0;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}

section#posts-grid .posts-grid .card img.img-fluid.wp-post-image {
  border-radius: 10px 10px 0px 0px;
}

section#posts-grid .posts-grid .card .post-thumbnail {
  position: relative;
  overflow: hidden;
}

section#posts-grid .posts-grid .card .post-thumbnail .pill {
  position: absolute;
  top: 10px;
  left: 10px;
}

section#posts-grid .posts-grid .card .post-content h3 {
  color: var(--primary-700);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 122.727% */
  letter-spacing: -0.22px;
  margin: 0;
  padding: 0;
}

section#posts-grid .posts-grid .card .post-content h3 a {
  color: var(--primary-700);
  text-decoration: none;
}

section#posts-grid .posts-grid .card .post-content .post-meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--neutral-500-w);
  font-weight: 400;
  margin: 25px 0;
}

section#posts-grid .posts-grid .card .post-content .post-meta div {
  padding: 0 8px;
}

section#posts-grid
  .posts-grid
  .card
  .post-content
  .post-meta
  div:first-of-type {
  padding-left: 0;
}

section#posts-grid .posts-grid .card .post-content .post-meta div span {
  display: flex;
  align-items: center;
  min-height: 40px;
}

section#posts-grid .posts-grid .card .post-content .post-meta div span img {
  display: inline-block;
  margin-right: 8px;
}

section#posts-grid .posts-grid .card .post-content .post-meta .author {
  display: flex;
  align-items: center;
}

section#posts-grid .posts-grid .card .post-content .post-meta .author img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  border: solid 1px var(--primary-300);
}

section#posts-grid .posts-grid .card .post-content .post-meta .date {
  margin-left: auto;
}

#posts-grid .posts-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0;
  margin-right: 0;
}

#posts-grid .card {
  margin-bottom: 40px;
  border-radius: 12px;
}

#posts-grid .card .post-thumbnail {
  max-height: 190px;
}

@media all and (max-width: 768px) {
  #posts-grid .container {
    padding: 0;
  }

  #posts-grid .card .post-thumbnail {
    max-height: none;
  }
}

#posts-grid .card .post-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

#posts-grid .card .post-content h3 {
  color: #000;
  font-family: var(--euclid-semibold);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 122.727% */
  letter-spacing: -0.22px;
}

#posts-grid .card .post-content p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

#posts-grid .card .post-content a.read-more-link {
  font-family: var(--euclid-semibold);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: var(--primary-400);
}

#posts-grid .btn-link,
#posts-grid .btn-link:visited,
#posts-grid .btn-link:hover {
  text-decoration: underline;
  text-align: center;
  display: block;
  width: 100%;
  margin: 10px auto 0;
  color: #ffffff;
  font-family: "EuclidSquare Semi-bold", sans-serif;
  font-size: 2rem;
}

.graphic-top {
  display: block;
  width: 100%;
  position: absolute;
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  top: -1px;
  left: 0;
}

.graphic-top svg {
  width: 100%;
  height: auto;
}

.graphic-middle {
  position: absolute;
  top: 15%;
  width: 100%;
  height: 35%;
  background: url(../svg/award-bits.svg)
    center center no-repeat;
  background-size: contain;
  z-index: -3;
}

.graphic-middle svg {
  width: 100%;
  height: auto;
}

.graphic-bottom {
  position: absolute;
  width: 100%;
  min-height: fit-content;
  margin: 0 auto;
  bottom: -1px;
  left: 0;
}

.graphic-bottom svg {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
}

/* SR Advatage Section */
.sr-advantage-section {
  color: #111;
  padding: 30px 0;
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 40px /* ~30px */;
  margin: 20px auto 40px;
  color: #000000;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.section-subtitle {
  text-align: center;
  font-size: 24px; /* ~18px */
  line-height: 1.35;
  margin: 30px auto 50px;
  color: #000000;
}

.advantage-icon {
  height: 60px;
  width: auto;
  display: block;
}

.advantage-title {
  font-weight: 700;
  font-size: 24px /* ~18px */;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  margin: 20px 0;
  text-align: left;
  color: #000000;
}

.advantage-text {
  font-size: 18px; /* ~16px */
  line-height: 1.5;
  color: #000000;
  text-align: left;
}

.fade-in-up {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.advantage-item {
  opacity: 0;
  transform: translateY(20px);
  margin: 40px 0;
}

main.why-sr h4.carousel-title strong {
  font-weight: 700;
  font-family: "EuclidSquare Semi-bold", sans-serif;
}

main.why-sr section.partner-news-events {
  padding: 24px 40px;
  margin: 0 auto 100px;
  background: #ffffff;
}

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

@media all and (max-width: 768px) {
  main.why-sr section.partner-news-events {
    padding: 75px 35px;
  }
}

main.why-sr section.partner-news-events .wrapper {
  gap: 24px;
  align-items: flex-end;
}

main.why-sr 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.why-sr 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.why-sr
  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.why-sr
  section.partner-news-events
  .partner-news
  .ysk-resource
  .reading-time
  .icon {
  margin-top: -1px;
  margin-right: 5px;
  align-self: stretch;
}

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

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

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

@media all and (max-width: 768px) {
  main.why-sr section.partner-news-events .partner-news .ysk-resource {
    margin-bottom: 25px;
    flex: none;
  }

  main.why-sr
    section.partner-news-events
    .partner-news
    .ysk-resource:first-of-type {
    margin-right: 0;
  }
}

main.why-sr
  section.partner-news-events
  .partner-news
  .ysk-resource
  .reading-time {
  margin-bottom: 8px;
}

main.why-sr
  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.why-sr
    section.partner-news-events
    .partner-news
    .ysk-resource
    .entry-image {
    max-height: none;
  }
}

main.why-sr section.partner-news-events .partner-news .ysk-resource .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

main.why-sr
  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.why-sr
  section.partner-news-events
  .partner-news
  .ysk-resource
  .content
  h4
  a {
  color: inherit;
}

main.why-sr 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.why-sr section.partner-news-events .partner-events .events-list h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin: 0;
}

main.why-sr 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.why-sr section.partner-news-events .partner-events .events-list ul {
    flex-direction: row;
  }
}

main.why-sr 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.why-sr section.partner-news-events .partner-events .events-list ul li {
    width: calc(50% - 2rem);
  }
}

main.why-sr
  section.partner-news-events
  .partner-events
  .events-list
  ul
  li.last-of-type {
  margin-bottom: 0;
}

main.why-sr
  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.why-sr
  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.why-sr
  section.partner-news-events
  .partner-events
  .events-list
  ul
  li
  .title
  a {
  color: var(--primary-800);
}

main.why-sr
  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.why-sr
  section.partner-news-events
  .partner-events
  .events-list
  ul
  li
  .event-link
  .arrow {
  display: inline-block;
  margin-left: 8px;
}

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

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

main.why-sr
  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.why-sr section.accordion-section .container {
  padding-left: 0;
  padding-right: 0;
}

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

main.why-sr 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.why-sr section.accordion-section .header h2 strong {
  color: var(--primary-dark-green);
  font-style: italic;
}

main.why-sr 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.why-sr section.accordion-section .accordion-section p {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 24px;
}

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

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

main.why-sr 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.why-sr 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.why-sr section.accordion-section .accordion-image-wrapper {
  height: 400px;
  /* adjust as needed */
  overflow: hidden;
  margin-bottom: 38px;
}

main.why-sr 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.why-sr section.accordion-section .accordion-image.active {
  opacity: 1;
  z-index: 1;
}

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

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

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

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

main.why-sr 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.why-sr section.accordion-section .btn-wrapper a.btn:hover {
  background: #036d59;
  color: #fff;
}

@media all and (max-width: 450px) {
  main.why-sr section.accordion-section .btn-wrapper a.btn {
    font-size: 16px;
  }
}

main.why-sr section.developer-toolkit {
  padding: 80px 120px;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 768px) {
  main.why-sr section.developer-toolkit {
    padding: 75px 24px;
  }
}

main.why-sr section.developer-toolkit .container {
  position: relative;
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
}

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

main.why-sr 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.why-sr 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.why-sr 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.why-sr 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.why-sr section.developer-toolkit .lines {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media all and (max-width: 768px) {
  main.why-sr section.developer-toolkit .lines {
    bottom: 0;
    top: 50%;
  }
}

main.why-sr section.developer-toolkit .lines svg {
  width: 100%;
  height: auto;
}

main.why-sr 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.why-sr section.partner-community-sign-up {
    background-image: url("../png/comm-sign-up-tablet.png");
  }
}

@media all and (max-width: 500px) {
  main.why-sr section.partner-community-sign-up {
    background-image: url("../png/comm-sign-up-mobile.png");
  }
}

main.why-sr section.partner-community-sign-up .container {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

main.why-sr 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.why-sr 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.why-sr 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.why-sr section.partner-community-sign-up .block-content form {
    border-radius: 40px;
    padding: 24px;
  }
}

@media all and (max-width: 600px) {
  main.why-sr
    section.partner-community-sign-up
    .block-content
    form
    .input-group {
    flex-direction: column;
  }
}

main.why-sr
  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.why-sr
    section.partner-community-sign-up
    .block-content
    form
    .input-group
    .input-group-prepend {
    display: none;
  }
}

main.why-sr
  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.why-sr
    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.why-sr
  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.why-sr
  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.why-sr
    section.partner-community-sign-up
    .block-content
    form
    .input-group
    .input-group-append
    button#partner-signup-submit {
    border-radius: 100px;
    width: 100%;
  }
}

main.why-sr 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.why-sr 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.why-sr section.featured-partners {
  padding: 120px 40px;
  margin: 0;
  background: #fff;
}

@media all and (max-width: 768px) {
  main.why-sr section.featured-partners {
    padding: 75px 40px;
  }
}

main.why-sr section.featured-partners .container {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

@media all and (max-width: 768px) {
  main.why-sr section.featured-partners .slider-wrapper .image {
    margin-bottom: 60px;
  }
}

main.why-sr 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.why-sr section.featured-partners .slider-wrapper .slide-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

main.why-sr
  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.why-sr
  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.why-sr
  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.why-sr
  section.featured-partners
  .slider-wrapper
  .slide-copy
  ul.key-features {
  margin-left: 5px;
}

main.why-sr
  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.why-sr 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.why-sr section.featured-partners .controls {
    flex-direction: column-reverse;
  }
}

main.why-sr section.featured-partners .controls .slider-nav {
  display: flex;
  flex-flow: row;
  align-items: center;
}

@media all and (max-width: 768px) {
  main.why-sr section.featured-partners .controls .slider-nav {
    width: 100%;
    justify-content: space-between;
  }
}

main.why-sr section.featured-partners .controls #slide_arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

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

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

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

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

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

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

main.why-sr
  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.why-sr
    section.featured-partners
    .controls
    #slide_dots
    .slick-dots
    li.slick-active
    button {
    width: 50px;
  }
}

main.why-sr
  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.why-sr
  section.featured-partners
  .controls
  #slide_dots
  .slick-dots
  li
  button:before {
  color: transparent;
  font-size: 0;
  width: 0;
  height: 0;
}

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

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

main.why-sr section.featured-partners .controls .cta-wrapper.hidden {
  display: none;
}

main.why-sr 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.why-sr section.featured-partners .controls .cta-wrapper a.btn {
    margin-left: 0;
    margin-right: auto;
  }
}

@media all and (max-width: 450px) {
  main.why-sr section.featured-partners .controls .cta-wrapper a.btn {
    font-size: 16px;
  }
}

main.why-sr section.featured-partners .controls .cta-wrapper a.btn:hover {
  background: var(--primary-300);
  color: var(--primary-800);
}

main.why-sr section.video-slider {
  background: var(--primary-800);
  min-height: 50vh;
  margin: 0 auto;
}

main.why-sr section.video-slider .container {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-bottom: 20px;
  padding: 120px 40px 20px 40px;
}

@media all and (max-width: 768px) {
  main.why-sr section.video-slider .container {
    padding: 75px 40px;
  }
}

main.why-sr section.video-slider .partners-container {
  padding: 0px 40px 60px;
}

@media all and (max-width: 900px) {
  main.why-sr section.video-slider .partners-container {
    width: 100%;
    max-width: none;
    padding: 0px 0px 75px;
  }
}

main.why-sr section.video-slider .copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  color: #fff;
  text-align: center;
}

main.why-sr section.video-slider .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;
  text-align: center;
}

main.why-sr section.video-slider .copy p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  color: inherit;
  text-align: center;
}

main.why-sr section.video-slider .integration-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: stretch;
  flex-wrap: nowrap;
  width: 100%;
}

.ratio-16x9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}

.ratio-16x9 .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

main.why-sr section.video-slider .integration-wrapper .d-flex {
  padding-right: 0;
  padding-left: 0;
}

main.why-sr section.video-slider .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.why-sr section.video-slider .integration-wrapper .details h3 {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  font-family: "Euclidsquare Regular", sans-serif;
}

main.why-sr section.video-slider .integration-wrapper .card .logo img {
  max-height: 116px;
  width: auto;
  object-fit: contain;
}

main.why-sr section.video-slider .integration-wrapper .card .details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

main.why-sr section.video-slider .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.why-sr
  section.video-slider
  .integration-wrapper
  .card
  .details
  h3
  .partner-badge {
  display: inline-block;
  min-width: 40px;
  width: 40px;
  margin-left: auto;
}

main.why-sr
  section.video-slider
  .integration-wrapper
  .card
  .details
  h3
  .partner-badge
  img {
  width: 100% !important;
}

main.why-sr
  section.video-slider
  .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.why-sr section.video-slider .partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}

@media all and (max-width: 900px) {
  main.why-sr section.video-slider .partners {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media all and (max-width: 550px) {
  /* main.why-sr section.video-slider .partners {
        display: none;
    } */
}

main.why-sr section.video-slider .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.why-sr
  section.video-slider
  .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.why-sr
  section.video-slider
  .partners
  .partners-nav
  nav
  ul.partner-types
  li.partner-type
  button:hover {
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
}

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

main.why-sr section.video-slider .partners .partners-wrapper-container {
  width: 100%;
}

main.why-sr section.video-slider .partners .partners-wrapper {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

main.why-sr section.video-slider .partners .partners-wrapper.hidden {
  display: none;
}

main.why-sr section.video-slider .partners .partners-wrapper.reveal {
  animation: 1.5s revealup ease-in-out;
}

main.why-sr section.video-slider .partners .partners-wrapper .description {
  color: #fff;
  text-align: left;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 133.333% */
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

main.why-sr
  section.video-slider
  .partners
  .partners-wrapper
  .right-description
  p.partner-name {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "EuclidSquare Bold", sans-serif;
  margin: 30px 0 0px 0;
}

main.why-sr
  section.video-slider
  .partners
  .partners-wrapper
  .right-description
  p.partner-title {
  color: #fff;
  font-size: 2rem;
  font-family: "EuclidSquare Regular", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px 0 20px 0;
}

main.why-sr
  section.video-slider
  .partners
  .partners-wrapper
  .right-description
  .logo {
  display: block;
  max-width: 250px;
  margin: 10px 0 0 0;
}

@media all and (max-width: 900px) {
  main.why-sr section.video-slider .partners .partners-wrapper .description {
    padding: 0 40px;
  }
}

main.why-sr section.video-slider .partners .partners-wrapper .btn-wrapper {
  justify-content: center;
  gap: 24px;
  padding: 0;
}

@media all and (max-width: 768px) {
  main.why-sr section.video-slider .partners .partners-wrapper .btn-wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
}

main.why-sr
  section.video-slider
  .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.why-sr
    section.video-slider
    .partners
    .partners-wrapper
    .btn-wrapper
    a.btn {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}

@media all and (max-width: 450px) {
  main.why-sr
    section.video-slider
    .partners
    .partners-wrapper
    .btn-wrapper
    a.btn {
    font-size: 16px;
  }
}

main.why-sr
  section.video-slider
  .partners
  .partners-wrapper
  .btn-wrapper
  a.btn:hover {
  background: #fff !important;
  color: var(--primary-800);
}

main.why-sr
  section.video-slider
  .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.why-sr section.video-slider .mobile-partners {
  display: none;
}

@media all and (max-width: 550px) {
  main.why-sr section.video-slider .mobile-partners {
    display: flex;
    flex-direction: column;
  }
}

main.why-sr section.video-slider .mobile-partners .accordion-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

main.why-sr
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item {
  border-bottom: none;
  width: 100%;
  padding: 0;
}

main.why-sr
  section.video-slider
  .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.why-sr
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .accordion-header
  .plus-minus {
  margin-left: auto;
}

main.why-sr
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .accordion-header
  .plus-minus
  .plus {
  display: inline-block;
}

main.why-sr
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .accordion-header
  .plus-minus
  .minus {
  display: none;
}

main.why-sr
  section.video-slider
  .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.why-sr
  section.video-slider
  .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.why-sr
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item.active
  .accordion-header
  .accordion-title {
  color: var(--text-text-white, #fff);
}

main.why-sr
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item.active
  .accordion-header
  .plus-minus
  .plus {
  display: none;
}

main.why-sr
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item.active
  .accordion-header
  .plus-minus
  .minus {
  display: inline-block;
}

main.why-sr
  section.video-slider
  .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.why-sr
  section.video-slider
  .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.why-sr
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .btn-wrapper {
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 0;
}

@media all and (max-width: 768px) {
  main.why-sr
    section.video-slider
    .mobile-partners
    .accordion-wrapper
    .accordion-item
    .btn-wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
}

main.why-sr
  section.video-slider
  .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.why-sr
    section.video-slider
    .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.why-sr
    section.video-slider
    .mobile-partners
    .accordion-wrapper
    .accordion-item
    .btn-wrapper
    a.btn {
    font-size: 16px;
  }
}

main.why-sr
  section.video-slider
  .mobile-partners
  .accordion-wrapper
  .accordion-item
  .btn-wrapper
  a.btn:hover {
  background: #fff !important;
  color: var(--primary-800);
}

main.why-sr
  section.video-slider
  .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.why-sr section.faqs .ui-accordion .ui-accordion-content {
  word-break: break-word;
}

/* Case Study Highlights */
main.why-sr section.case-study-highlights {
  margin: 0 auto !important;
  background: var(--Primary-Primary-800, #0f2333);
  padding: 120px 0;
}
main.why-sr section.case-study-highlights .container-fluid {
  max-width: 1220px;
  padding-left: 0;
  padding-right: 0;
}
main.why-sr section.case-study-highlights .case-study-slider-wrapper {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}
main.why-sr
  section.case-study-highlights
  .case-study-slider-wrapper
  .slick-slide {
  display: flex;
  flex-direction: column;
}
main.why-sr section.case-study-highlights .slide-controls {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
main.why-sr section.case-study-highlights .slide-controls #arrow-left {
  margin-right: 50px;
  cursor: pointer;
}
main.why-sr section.case-study-highlights .slide-controls #arrow-right {
  margin-left: 50px;
  cursor: pointer;
}
main.why-sr section.case-study-highlights .slide-controls .slick-dots {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: 0;
}
@media all and (max-width: 768px) {
  main.why-sr section.case-study-highlights .slide-controls .slick-dots {
    justify-content: center;
    position: relative;
  }
}
main.why-sr section.case-study-highlights .slide-controls .slick-dots li {
  list-style: none;
  font-size: 0;
  width: auto;
}
main.why-sr
  section.case-study-highlights
  .slide-controls
  .slick-dots
  li.slick-active
  button {
  background: var(--Primary-Primary-200, #4bd675);
  width: 64px;
}
@media screen and (max-width: 450px) {
  main.why-sr
    section.case-study-highlights
    .slide-controls
    .slick-dots
    li.slick-active
    button {
    width: 50px;
  }
}
main.why-sr
  section.case-study-highlights
  .slide-controls
  .slick-dots
  li
  button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 24px;
  border: 3px solid var(--Primary-Primary-200, #4bd675);
  transition: all 0.3s ease-in-out;
}
main.why-sr
  section.case-study-highlights
  .slide-controls
  .slick-dots
  li
  button:before {
  color: transparent;
  font-size: 0;
  width: 0;
  height: 0;
}
main.why-sr section.case-study-highlights .client-logo img {
  max-height: 80px;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 2rem;
}
main.why-sr section.case-study-highlights .content-wrapper {
  padding-top: 90px;
  padding-bottom: 40px;
  align-items: center;
}
main.why-sr section.case-study-highlights .benefit h3 {
  font-family: "Euclid Square", sans-serif;
  font-weight: 700;
  font-size: 57px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #fff;
  line-height: 1.4;
  padding-right: 2rem;
}
main.why-sr section.case-study-highlights .benefit h3 strong {
  color: var(--text-text-cta-green-dark-mode, #4bd675);
  font-style: italic;
}
@media all and (max-width: 900px) {
  main.why-sr section.case-study-highlights .benefit h3 {
    text-align: center;
    border-bottom: solid 1px var(--text-text-cta-green-dark-mode, #4bd675);
    padding: 0 25px 50px;
  }
}
main.why-sr section.case-study-highlights .quote-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 100px !important;
  /* gap: 24px; */
  border-left: solid 1px var(--text-text-cta-green-dark-mode, #4bd675);
  padding: 48px;
}
@media all and (max-width: 900px) {
  main.why-sr section.case-study-highlights .quote-wrapper {
    border-left: none;
    padding: 50px 25px !important;
    margin: 0 25px;
  }
}
main.why-sr section.case-study-highlights .quote-wrapper blockquote.quote {
  display: block;
  margin-bottom: 20px;
  position: relative;
  font-family: "Euclid Square", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 144%;
  letter-spacing: 0%;
  color: #fff;
  padding: 0;
  quotes: "“" "”" "‘" "’";
  text-indent: -1.25em;
}
@supports (hanging-punctuation: first) {
  main.why-sr section.case-study-highlights .quote-wrapper blockquote.quote {
    text-indent: 0;
    hanging-punctuation: first;
  }
}
main.why-sr
  section.case-study-highlights
  .quote-wrapper
  blockquote.quote:before,
main.why-sr
  section.case-study-highlights
  .quote-wrapper
  blockquote.quote:after {
  color: #4bd675;
  font-family: "Lexend", Arial, sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 30px;
  letter-spacing: 0%;
}
main.why-sr
  section.case-study-highlights
  .quote-wrapper
  blockquote.quote:before {
  content: open-quote;
}
main.why-sr
  section.case-study-highlights
  .quote-wrapper
  blockquote.quote:after {
  content: close-quote;
}
main.why-sr section.case-study-highlights .quote-wrapper blockquote.quote span {
  font-size: inherit;
  white-space: inherit;
}
main.why-sr
  section.case-study-highlights
  .quote-wrapper
  blockquote.quote
  strong {
  font-weight: 700;
  font-style: italic;
}
main.why-sr section.case-study-highlights .quote-wrapper p.client-name,
main.why-sr section.case-study-highlights .quote-wrapper p.client-title {
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
main.why-sr
  section.case-study-highlights
  .quote-wrapper
  p.client-name.client-name,
main.why-sr
  section.case-study-highlights
  .quote-wrapper
  p.client-title.client-name {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -1.5%;
  font-weight: 600;
}
main.why-sr
  section.case-study-highlights
  .quote-wrapper
  p.client-name.client-title,
main.why-sr
  section.case-study-highlights
  .quote-wrapper
  p.client-title.client-title {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -1.5%;
  font-weight: 400;
}
main.why-sr section.case-study-highlights .btn-wrapper {
  justify-content: center;
}
main.why-sr section.case-study-highlights .btn-wrapper a.btn {
  max-width: none;
  border: solid 2px var(--text-text-cta-green-dark-mode, #4bd675) !important;
  color: var(--text-text-cta-green-dark-mode, #4bd675) !important;
}
main.why-sr section.case-study-highlights .btn-wrapper a.btn:hover {
  background: var(--text-text-cta-green-dark-mode, #4bd675) !important;
  color: #0f2333 !important;
  box-shadow: none;
}

/* Testimonial Cards */
.why-sr-testimonials {
  background-color: var(--Primary-Primary-800, #0f2333); /* Dark background */
  color: #fff;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.why-sr-testimonials h2 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}

.why-sr-testimonials .card-wrapper {
  margin: 20px auto;
  height: auto;
}

.why-sr-testimonials .testimonial-card {
  background: #f8f9fa; /* Bootstrap light gray */
  color: #212529;
  border-radius: 20px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.why-sr-testimonials .testimonial-card {
  display: flex;
  flex-direction: column;
  height: auto;
}

.why-sr-testimonials .testimonial-card:last-child {
  margin-bottom: 0;
}

.why-sr-testimonials .testimonial-card:hover {
  transform: translateY(-3px);
}

.why-sr-testimonials .testimonial-card .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 25px;
  color: #11314a;
}

.why-sr-testimonials .testimonial-card .avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}

.why-sr-testimonials .testimonial-card .meta {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.why-sr-testimonials .testimonial-card .meta-info {
  flex-grow: 1;
  font-size: 1.15rem;
}

.why-sr-testimonials .testimonial-card .platform-logo {
  height: 24px;
  margin-left: auto;
}

.why-sr-testimonials .testimonial-card .quote-title {
  font-weight: 600;
  color: #036d59;
  margin-bottom: 0.5rem;
}

.why-sr-testimonials .testimonial-card .quote-text {
  flex-grow: 1;
  font-size: 1.25rem;
  color: #11314a;
}

.why-sr-testimonials .row.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2rem;
}

.competitive-pages {
  background: var(--Primary-Primary-800, #0f2333);
  margin: 0 auto;
  padding: 120px 20px;
}
.competitive-pages .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.competitive-pages .section-header h2 {
  color: var(--text-text-white, #fff);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 115% */
  max-width: 800px;
}
.competitive-pages .section-header h2 span.green {
  color: var(
    --SmartRecruiters-Brand-Primary-200,
    var(--Primary-Primary-200, #4bd675)
  );
}
.competitive-pages .section-header p {
  color: var(--text-text-white, #fff);
  text-align: center;
  font-family: "Euclid Square";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.72px;
}
.competitive-pages .comp-links {
  display: flex;
  padding: 50px 120px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.competitive-pages .comp-links a.btn-white {
  display: flex;
  width: auto;
  min-width: 225px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid var(--SR-vs-bg, #fcfcf8);
  background: #fcfcf8;
  /* vs box shadow */
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 206px 58px 0 rgba(0, 0, 0, 0),
    0 132px 53px 0 rgba(0, 0, 0, 0.01), 0 74px 45px 0 rgba(0, 0, 0, 0.05),
    0 33px 33px 0 rgba(0, 0, 0, 0.09), 0 8px 18px 0 rgba(0, 0, 0, 0.1);
  color: var(
    --SmartRecruiters-Brand-Primary-800,
    var(--Primary-Primary-800, #0f2333)
  );
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  /* 143.75% */
  transition: all 0.3s ease;
}
.competitive-pages .comp-links a.btn-white:hover {
  filter: drop-shadow(0px 5px 12px #4bd675);
}
