/************************************************

Stylesheet: Variables

*************************************************/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 0.625rem 1.25rem;
  border: 0px solid transparent;
  border-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 0px solid transparent;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #7577be;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.358' height='7.109' viewBox='0 0 9.358 7.109'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_9242' data-name='Rectangle 9242' width='7.109' height='9.358' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_6334' data-name='Group 6334' transform='translate(0 7.109) rotate(-90)' clip-path='url(./%23clip-path/index.html)'%3E%3Cpath id='Path_7522' data-name='Path 7522' d='M7.014.893,5.508.048a.372.372,0,0,0-.364,0L2.311,1.637C.821,2.473,0,3.553,0,4.679S.821,6.885,2.311,7.721L5.144,9.31a.372.372,0,0,0,.364,0l1.506-.845a.186.186,0,0,0,0-.324L.843,4.679,7.014,1.217a.186.186,0,0,0,0-.324' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.is-active > .accordion-title::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.358' height='7.109' viewBox='0 0 9.358 7.109'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_9242' data-name='Rectangle 9242' width='7.109' height='9.358' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_6334' data-name='Group 6334' transform='translate(9.358) rotate(90)' clip-path='url(./%23clip-path/index.html)'%3E%3Cpath id='Path_7522' data-name='Path 7522' d='M7.014.893,5.508.048a.372.372,0,0,0-.364,0L2.311,1.637C.821,2.473,0,3.553,0,4.679S.821,6.885,2.311,7.721L5.144,9.31a.372.372,0,0,0,.364,0l1.506-.845a.186.186,0,0,0,0-.324L.843,4.679,7.014,1.217a.186.186,0,0,0,0-.324' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion-content {
  display: none;
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  border: 0px solid transparent;
  border-bottom: 0;
  background-color: transparent;
  color: #101524;
}
:last-child > .accordion-content:last-child {
  border-bottom: 0px solid transparent;
}

.hero-cta-gradient {
  background-image: linear-gradient(103deg, #101524 8%, #3b3d8b 104%);
}
@media print, screen and (max-width: 63.99875em) {
  .hero-cta-gradient {
    padding-top: 8.2625rem;
    padding-bottom: 10.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cta-gradient {
    padding-top: 12.6375rem;
    padding-bottom: 11.875rem;
  }
}
.hero-cta-gradient h1 {
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .hero-cta-gradient h1 + p {
    margin-top: 1.5625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cta-gradient h1 + p {
    margin-top: 2.1875rem;
  }
}
.hero-cta-gradient p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.hero-cta-gradient ul.accordion {
  margin-top: 2.1875rem;
}
.hero-cta-gradient__button {
  margin-top: 2.1875rem;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-cta-gradient {
    padding-bottom: 10.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cta-gradient {
    padding-bottom: 17.5rem;
  }
}

.posts-listing .card {
  box-shadow: 3px 3px 4px 0 rgba(59, 61, 139, 0.15);
  border: solid 0.03125rem #d1e1f8;
  position: relative;
  padding: 0;
  background-color: #fff;
}
.posts-listing .card > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.posts-listing .card-section {
  background-color: #fff;
  border-radius: 0.625rem;
}
.posts-listing .card img {
  margin-bottom: 0;
}
.posts-listing img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
.posts-listing__standard img {
  max-height: 12.1875rem;
}
.posts-listing__standard p.title {
  margin-bottom: 0;
}
.posts-listing__standard p.title + p {
  margin-top: 0.75rem;
}
.posts-listing__standard p {
  margin-bottom: 0;
}
.posts-listing__standard span.button {
  margin-top: 1.0625rem;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-listing__standard span.button svg path:last-of-type {
    opacity: 0 !important;
  }
  .posts-listing__standard span.button svg path:first-of-type {
    opacity: 1 !important;
  }
}
.posts-listing__standard .card {
  position: relative;
}
.posts-listing__standard .card-section {
  margin-top: -1.25rem;
  padding: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .posts-listing__standard .card-backface {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.25s ease-out;
  }
  .posts-listing__standard .card-backface p {
    color: #fff;
  }
  .posts-listing__standard .card-backface p:not(.title) {
    margin-bottom: auto;
  }
  .posts-listing__standard .card-backface .card-section {
    background-image: linear-gradient(103deg, #101524 8%, #3b3d8b 104%);
    margin-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.posts-listing__standard .tags li {
  margin-bottom: 0.1875rem;
  font-size: 0.75rem;
}
.posts-listing__standard .tags li:not(:last-child) {
  margin-right: 0.3125rem;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-listing__featured img {
    max-height: 12.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .posts-listing__featured img {
    max-height: 17.1875rem;
  }
}
.posts-listing__featured h4 {
  margin-bottom: 0;
}
.posts-listing__featured h4 + p {
  margin-top: 0.75rem;
}
.posts-listing__featured p {
  margin-bottom: 0;
}
.posts-listing__featured span.button {
  margin-top: 1.0625rem;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-listing__featured .card-section {
    padding: 1.25rem;
    margin-top: -1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .posts-listing__featured .card-section {
    padding: 2.1875rem 2.1875rem 2.1875rem 2.1875rem;
  }
}
.posts-listing__featured .tags {
  margin-bottom: 0.4375rem;
}
.posts-listing__featured .tags li {
  margin-bottom: 0.3125rem;
}
.posts-listing__featured .tags li:not(:last-child) {
  margin-right: 0.625rem;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-listing__featured .posts-listing__image {
    order: -1;
  }
}

@media print, screen and (min-width: 64em) {
  .posts-listing .card:hover svg path:last-of-type {
    opacity: 0 !important;
  }
  .posts-listing .card:hover svg path:first-of-type {
    opacity: 1 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .posts-listing__standard .card:hover .card-backface {
    opacity: 1;
  }
}

.posts-filter {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  .posts-filter ul li {
    margin-bottom: 1.5625rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .posts-filter ul li:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .posts-filter ul li:not(:last-child) {
    margin-right: 1.5625rem;
  }
}
.posts-filter .accordion {
  border-radius: 1.1875rem;
  margin-bottom: 0;
}
.posts-filter .accordion-title {
  border-radius: 1.1875rem !important;
  border: 1px solid #7577be;
  background-color: #7577be;
  padding: 0.7rem 1rem;
}
.posts-filter .accordion-title::before {
  right: 1.25rem;
}
.posts-filter .accordion-content {
  padding: 0.9375rem 0 0 0;
}
.posts-filter .accordion-content ul li a.alt {
  color: #fff;
}

html .posts-filter ul li a:hover, html .posts-filter ul li a:focus {
  color: #fff;
}
html .posts-filter a.button.is-active {
  background-color: #7577be;
  color: #fff;
}

html body .posts-listing .alm-btn-wrap,
html body .success-stories__listing .alm-btn-wrap {
  padding: 0;
  margin: 0;
}
html body .posts-listing .alm-reveal:not(:first-of-type),
html body .success-stories__listing .alm-reveal:not(:first-of-type) {
  margin-top: 0.9375rem;
}
html body .posts-listing .alm-load-more-btn,
html body .success-stories__listing .alm-load-more-btn {
  height: unset;
  width: unset;
  font-size: 0.8125rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  padding: 0.5rem 2.1875rem;
  position: relative;
  border-radius: 1.1875rem;
  border: 0.0625rem solid #7577be;
  color: #101524;
}
html body .posts-listing .alm-load-more-btn, html body .posts-listing .alm-load-more-btn:hover, html body .posts-listing .alm-load-more-btn:focus, html body .posts-listing .alm-load-more-btn.disabled, html body .posts-listing .alm-load-more-btn.disabled:hover, html body .posts-listing .alm-load-more-btn.disabled:focus, html body .posts-listing .alm-load-more-btn[disabled], html body .posts-listing .alm-load-more-btn[disabled]:hover, html body .posts-listing .alm-load-more-btn[disabled]:focus,
html body .success-stories__listing .alm-load-more-btn,
html body .success-stories__listing .alm-load-more-btn:hover,
html body .success-stories__listing .alm-load-more-btn:focus,
html body .success-stories__listing .alm-load-more-btn.disabled,
html body .success-stories__listing .alm-load-more-btn.disabled:hover,
html body .success-stories__listing .alm-load-more-btn.disabled:focus,
html body .success-stories__listing .alm-load-more-btn[disabled],
html body .success-stories__listing .alm-load-more-btn[disabled]:hover,
html body .success-stories__listing .alm-load-more-btn[disabled]:focus {
  background-color: transparent;
}
@media print, screen and (max-width: 63.99875em) {
  html body .posts-listing .alm-load-more-btn,
  html body .success-stories__listing .alm-load-more-btn {
    margin-top: 2.8125rem;
  }
}
@media print, screen and (min-width: 64em) {
  html body .posts-listing .alm-load-more-btn,
  html body .success-stories__listing .alm-load-more-btn {
    margin-top: 3.75rem;
  }
}
html body .posts-listing .alm-load-more-btn:hover, html body .posts-listing .alm-load-more-btn:focus,
html body .success-stories__listing .alm-load-more-btn:hover,
html body .success-stories__listing .alm-load-more-btn:focus {
  box-shadow: none;
  color: #101524;
  height: unset;
  width: unset;
}
html body .posts-listing .alm-load-more-btn.done,
html body .success-stories__listing .alm-load-more-btn.done {
  display: none;
}
html body .posts-listing .alm-load-more-btn.loading::before,
html body .success-stories__listing .alm-load-more-btn.loading::before {
  display: none;
}
html body .posts-listing .alm-load-more-btn.loading,
html body .success-stories__listing .alm-load-more-btn.loading {
  background-color: transparent;
  box-shadow: none;
  padding: 0.5rem 2.1875rem;
}

html.wf-golostext-n4-active body .posts-listing .alm-load-more-btn,
html.wf-golostext-n4-active body .success-stories__listing .alm-load-more-btn {
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
}
html body .posts-listing .alm-load-more-btn:hover, html body .posts-listing .alm-load-more-btn:focus,
html body .success-stories__listing .alm-load-more-btn:hover,
html body .success-stories__listing .alm-load-more-btn:focus {
  background: #7577be;
  border: 0.0625rem solid #7577be;
  color: #fff;
}
html body .posts-listing .alm-load-more-btn.done,
html body .success-stories__listing .alm-load-more-btn.done {
  display: none;
}
html body .posts-listing .alm-load-more-btn.loading::before,
html body .success-stories__listing .alm-load-more-btn.loading::before {
  display: none;
}

.cta__subheading {
  font-size: 1.25rem;
  color: #7577be;
  margin-bottom: 0;
}
.cta .grid-x {
  position: relative;
  z-index: 2;
}
.cta h3 {
  margin-bottom: 0;
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  .cta a svg {
    max-width: 5rem;
    height: auto;
  }
  .cta a svg path#mask {
    opacity: 0;
  }
  .cta a svg path#gradient {
    opacity: 1;
  }
}
.cta a svg path {
  transition: opacity 0.2s ease-out;
}
@media print, screen and (min-width: 64em) {
  .cta a svg path#mask {
    fill: #7577be;
  }
  .cta a svg path#gradient {
    opacity: 0;
  }
}
.cta--gradient {
  position: relative;
}
.cta--gradient .grid-container:before {
  content: "";
  position: absolute;
  background: #eff4fb;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 25rem;
  width: 25rem;
  border-radius: 100%;
  filter: blur(50px);
}
@media print, screen and (max-width: 63.99875em) {
  .cta--gradient .grid-container:before {
    height: 12.5rem;
    width: 12.5rem;
  }
}
.cta--gradient h3 {
  color: #101524;
}
.cta--gradient a svg path#mask {
  fill: #d6e3f6;
}

.cta a:hover svg path#mask {
  opacity: 0;
}
.cta a:hover svg path#gradient {
  opacity: 1;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-cta-gradient + .posts-select {
    margin-top: -5.625rem;
    margin-bottom: 3.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cta-gradient + .posts-select {
    margin-top: -11.875rem;
    margin-bottom: 5rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-cta-gradient + .posts-filter {
    margin-top: 3.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cta-gradient + .posts-filter {
    margin-top: 5rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-cta-gradient + .posts-listing:not(.posts-select) {
    margin-top: 3.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cta-gradient + .posts-listing:not(.posts-select) {
    margin-top: 5rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .posts-filter {
    margin-bottom: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .posts-filter {
    margin-bottom: 1.875rem;
  }
}

.posts-listing {
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 63.99875em) {
  .posts-listing:not(.posts-select-single) {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .posts-listing:not(.posts-select-single) {
    margin-bottom: 5rem;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .cta {
    margin-bottom: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .cta {
    margin-bottom: 5rem;
  }
}

/*# sourceMappingURL=page-blog-listing.css.map*/