@charset "UTF-8";
h1, .h1 {
  font-size: 48px;
  font-weight: bold;
  color: #052744;
}

h2, .h2 {
  font-size: 36px;
  font-weight: bold;
  color: #052744;
}

h3, .h3 {
  font-size: 30px;
  font-weight: bold;
  color: #052744;
}

h4, .h4 {
  font-size: 24px;
  font-weight: bold;
  color: #052744;
}

h5, .h5 {
  font-size: 20px;
  font-weight: bold;
  color: #052744;
}

h6, .h6 {
  font-size: 18px;
  font-weight: bold;
  color: #052744;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 14px;
  }
}
h1 span {
  color: #001fff;
}

span.meta {
  color: #3B5C7F;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5em;
}

figure.wp-block-pullquote {
  font-size: 16px;
  background: #f2f2fa;
  color: #052744;
  border: none;
  border-radius: 4px;
  padding: 0;
  margin: 2em 0;
}
figure.wp-block-pullquote blockquote {
  border: none;
  padding: 32px;
}
figure.wp-block-pullquote blockquote:before {
  content: url("../images/quote.svg");
  width: 60px;
  height: 42px;
  display: inline-block;
  margin-bottom: 32px;
}
figure.wp-block-pullquote cite {
  font-size: 12px;
  text-transform: none;
  font-style: italic;
}

.btn-base {
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  line-height: 1em;
}
.btn-base.link-external:after {
  content: url("../images/arrow-top-right.svg");
  width: 16px;
  height: 19px;
}
.btn-base#load-more {
  margin: auto;
}
.btn-base#load-more:before {
  content: url("../images/load-more.svg");
  width: 20px;
  height: 20px;
}

.btn-primary {
  background: #001fff;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #0019CC;
  border-color: #0019CC;
}

.btn-secondary {
  background: #fff;
  color: #001fff;
  border: 1px solid #001fff;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #052744 !important;
  background-color: #DBE0FF !important;
  border-color: #001fff !important;
}

.btn-white {
  background: #fff;
  color: #052744;
  border: none;
  box-shadow: 0px 2px 5px 0px rgba(34, 15, 96, 0.25);
}

.btn-full-width {
  width: 100%;
}

.button-text {
  font-size: 16px;
  color: #001fff;
  display: flex;
  align-items: center;
  line-height: 1.5em;
  gap: 8px;
}
.button-text:after {
  content: url("../images/arrow-right.svg");
  width: 18px;
  height: 18px;
}
.button-text:hover, .button-text:focus {
  text-decoration: underline;
  color: #001fff;
}

ul.bullet-list li {
  display: table;
  line-height: 1.5em;
}
ul.bullet-list li::before {
  content: "•";
  display: table-cell;
  width: 30px;
  min-width: 30px;
  color: #DF367C;
  font-size: 26px;
  vertical-align: top;
}

ul.check-list li {
  display: table;
  line-height: 1.5em;
}
ul.check-list li::before {
  content: "" !important;
  display: table-cell;
  width: 30px;
  min-width: 30px;
  font-size: 1em !important;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-size: 1.2em;
  vertical-align: top;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.site-main {
  position: relative;
}

.wrapper {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 0;
}

@media (max-width: 1023px) {
  .wrapper {
    padding: 48px 64px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 32px;
    width: 100%;
  }
}
.section-head {
  text-align: center;
}
.section-head p {
  font-size: 18px;
}
.section-head.section-head-dark {
  background: #220F60;
  color: #fff;
}
.section-head.section-head-dark h1 {
  color: #fff;
}
@media (min-width: 768px) {
  .section-head.section-head-dark {
    background: url("../images/dots-pink-dark.svg") left bottom no-repeat, url("../images/dots-blue-dark.svg") right top no-repeat;
    background-color: #220F60;
  }
}
@media (min-width: 768px) {
  .section-head.section-head-light {
    background: url("../images/dots-pink.svg") left center no-repeat, url("../images/dots-blue.svg") right top no-repeat;
  }
}

.toc ul li a {
  display: block;
  border-left: 3px solid #fff;
  padding: 5px 0 5px 15px;
}
.toc ul li a:focus {
  border-color: #DF367C;
}
@media (max-width: 767px) {
  .toc {
    display: none;
  }
}

.grid-wrapper {
  margin: 0 auto;
}

.grid.shuffle {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
  height: auto !important;
  overflow: visible !important;
  max-width: none;
}

@media screen and (max-width: 1440px) {
  .grid.shuffle {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .grid.shuffle {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .grid.shuffle {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.grid-item {
  position: relative !important;
  transform: none !important;
  min-height: 1px;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
  padding: 2rem;
  text-decoration: none;
  opacity: 1;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 16px;
}
.grid-item h2 {
  margin: 0;
  padding: 0;
}
.grid-item > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.grid-item > div .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: calc(100% - 203px);
}
.grid-item .image-wrapper {
  height: 203px;
  max-height: 203px;
  min-height: 203px;
  width: 100%;
  border: 1px solid #f2f2fa;
  border-radius: 4px;
}
.grid-item .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
}
.grid-item .logo-image-wrapper {
  background: #f2f2fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.grid-item .logo-image-wrapper img {
  max-width: 160px;
  max-height: 50px;
  object-fit: contain;
}
.grid-item p {
  font-size: 16px;
  line-height: 1.5em;
}
.grid-item .btn-sticky {
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .grid.list-view {
    flex-direction: column;
    display: flex;
  }
  .grid.list-view .grid-item {
    width: 100%;
  }
  .grid.list-view .grid-item > div {
    flex-direction: row;
    gap: 2rem;
    width: 100%;
  }
  .grid.list-view .grid-item > div .image-wrapper {
    width: 33%;
    height: auto;
    max-height: none;
    min-height: none;
  }
  .grid.list-view .grid-item > div .content-wrapper {
    width: 66%;
  }
  .grid.list-view .grid-item > div .btn-full-width {
    width: fit-content;
    margin-top: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .grid.list-view .grid-item > div .image-wrapper {
    width: 25%;
  }
  .grid.list-view .grid-item > div .content-wrapper {
    width: 75%;
  }
}
.form_dark {
  background: #001fff;
  color: #fff;
}
.form_dark .legal-consent-container {
  color: #fff;
}
.form_dark .legal-consent-container a {
  color: #fff;
  text-decoration: underline;
}
.form_dark input[type=submit].hs-button {
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  line-height: 1em;
  text-transform: none !important;
  letter-spacing: 0;
  font-weight: 500;
  background: #fff;
  color: #001fff;
  border: 1px solid #001fff;
  width: 100%;
}
.form_dark input[type=submit].hs-button:hover {
  letter-spacing: 0;
}
.form_dark input[type=submit].hs-button:hover, .form_dark input[type=submit].hs-button:focus {
  color: #052744 !important;
  background-color: #DBE0FF !important;
  border-color: #001fff !important;
}
.form_dark .hbspt-form form select * {
  background: #fff;
  color: #052744;
}

.form_overlay {
  padding: 32px;
  color: #fff;
}
.form_overlay h2 {
  color: #fff;
  text-align: center;
}
.form_overlay .hbspt-form {
  max-width: 1024px;
  margin: auto;
}
@media (min-width: 768px) {
  .form_overlay .hbspt-form .hs-form {
    grid-column-gap: 24px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }
  .form_overlay .hbspt-form .hs-form .legal-consent-container,
  .form_overlay .hbspt-form .hs-form .hs_recaptcha,
  .form_overlay .hbspt-form .hs-form .hs_submit {
    grid-column: 1/span 2;
  }
}
@media (min-width: 768px) {
  .form_overlay {
    padding: 48px 64px;
  }
}
@media (min-width: 1024px) {
  .form_overlay {
    border-radius: 8px;
    margin: 48px auto 96px;
  }
}

.form_light {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
  padding: 32px;
}
.form_light .hbspt-form form input.text,
.form_light .hbspt-form form input.title,
.form_light .hbspt-form form input[type=email],
.form_light .hbspt-form form input[type=password],
.form_light .hbspt-form form input[type=tel],
.form_light .hbspt-form form input[type=text],
.form_light .hbspt-form form select,
.form_light .hbspt-form form textarea {
  width: 100%;
  color: #052744;
  padding: 12px 20px !important;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  font-weight: 400;
  border: 1px solid #f2f2fa;
  border-radius: 4px;
}
.form_light .hbspt-form form select.is-placeholder,
.form_light .hbspt-form form ::placeholder {
  opacity: 1; /* Firefox */
  color: #9CA3AF !important;
}
.form_light .hbspt-form form ::-ms-input-placeholder {
  color: #9CA3AF !important;
}
.form_light .hbspt-form form input:focus,
.form_light .hbspt-form form select:focus,
.form_light .hbspt-form form textarea:focus {
  color: #052744;
  background-color: #f2f2fa;
}
.form_light .hbspt-form form input.error,
.form_light .hbspt-form form select.error,
.form_light .hbspt-form form textarea.error {
  border: 1px solid #cc003f;
}
.form_light .hbspt-form form .legal-consent-container {
  color: #3B5C7F;
  font-size: 14px;
}
.form_light .hbspt-form form .legal-consent-container p, .form_light .hbspt-form form .legal-consent-container ul {
  font-size: 14px;
}
.form_light .hbspt-form form input[type=submit].hs-button {
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  line-height: 1em;
  text-transform: none !important;
  letter-spacing: 0;
  font-weight: 500;
  background: #001fff;
  color: #fff;
}
.form_light .hbspt-form form input[type=submit].hs-button:hover {
  letter-spacing: 0;
}
.form_light .hbspt-form form input[type=submit].hs-button:hover, .form_light .hbspt-form form input[type=submit].hs-button:focus {
  background: #0019CC;
  border-color: #0019CC;
}
@media (min-width: 768px) {
  .form_light {
    padding: 48px 64px;
  }
}

.form_light .hbspt-form .submitted-message,
.form_light .hbspt-form .submitted-message h3 {
  color: #191c24;
  text-align: left;
}

.hbspt-form .hs-form fieldset.form-columns-1 input.text,
.hbspt-form .hs-form fieldset.form-columns-1 input.title,
.hbspt-form .hs-form fieldset.form-columns-1 input[type=email],
.hbspt-form .hs-form fieldset.form-columns-1 input[type=password],
.hbspt-form .hs-form fieldset.form-columns-1 input[type=tel],
.hbspt-form .hs-form fieldset.form-columns-1 input[type=text],
.hbspt-form .hs-form fieldset.form-columns-1 select,
.hbspt-form .hs-form fieldset.form-columns-1 textarea {
  width: 100%;
}
.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
  float: none;
}
.hbspt-form .hs-form fieldset.form-columns-2 .input, .hbspt-form .hs-form fieldset.form-columns-2 input {
  margin-right: 0 !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .hbspt-form .hs-form fieldset.form-columns-2 {
    display: flex;
    gap: 20px;
  }
}

.breadcrumbs {
  color: #3B5C7F;
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul li:after {
  content: ">";
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  margin: 0 8px 0 10px;
}
.breadcrumbs ul li:last-child:after {
  content: "";
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 50px;
  max-width: 1024px;
  width: 90%;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.white-popup h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.white-popup h2::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 90px;
  border-radius: 2px;
  background-color: #001fff;
  bottom: 0;
}
.white-popup img {
  max-width: 100%;
  height: auto;
  display: block;
}
.white-popup .content-wrapper {
  display: flex;
  gap: 24px;
}
.white-popup .content-wrapper .article-description ul {
  margin-bottom: 1em;
}
.white-popup .content-wrapper .article-description ul li {
  display: table;
  line-height: 1.5em;
}
.white-popup .content-wrapper .article-description ul li::before {
  content: "•";
  display: table-cell;
  width: 30px;
  min-width: 30px;
  color: #DF367C;
  font-size: 26px;
  vertical-align: top;
}
.white-popup .content-wrapper .article-description p {
  margin-bottom: 1em;
}
.white-popup .content-wrapper .article-description h2, .white-popup .content-wrapper .article-description h3, .white-popup .content-wrapper .article-description h4, .white-popup .content-wrapper .article-description h5, .white-popup .content-wrapper .article-description h6 {
  margin-top: 1em;
}
.white-popup .content-wrapper .article-description h3 {
  font-size: 24px;
}
.white-popup .content-wrapper .article-description h4 {
  font-size: 20px;
}
.white-popup .content-wrapper .article-description h5 {
  font-size: 18px;
}
.white-popup .content-wrapper .article-description h6 {
  font-size: 16px;
}
.white-popup .gallery-container {
  position: relative;
  max-width: 50%;
  width: 100%;
}
.white-popup .form_dark {
  padding: 32px;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .white-popup {
    padding: 32px;
  }
  .white-popup .content-wrapper {
    flex-direction: column;
  }
  .white-popup .content-wrapper .gallery-container,
  .white-popup .content-wrapper .article-description {
    max-width: 100%;
  }
}

.gallery-main {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #f2f2fa;
  border-radius: 4px;
  height: auto;
}

.swiper-container {
  height: auto;
}

.gallery-title {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Epilogue", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.swiper-slide-active .gallery-title {
  animation: slide-in 0.3s ease-in both;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
  max-width: 61px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gallery-thumbs .swiper-wrapper .swiper-slide img {
  transition: 0.3s;
  border-radius: 4px;
  width: 60px;
  height: 50px;
  opacity: 0.6;
  border: 2px solid #fff;
}
.gallery-thumbs .swiper-wrapper .swiper-slide-active {
  opacity: 0.9;
}
.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active img {
  opacity: 1;
  border: 2px solid #001fff;
  border-radius: 4px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}
.article-description {
  max-width: 50%;
  font-size: 16px;
  color: #3B5C7F;
}

.description-item p {
  margin: 0;
}

.article-taxonomies {
  border-top: 1px solid #f2f2fa;
  border-bottom: 1px solid #f2f2fa;
  padding: 30px 0;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.article-taxonomies .article-taxonomies-item {
  color: #3B5C7F;
  display: flex;
}
.article-taxonomies .article-taxonomies-item div.icon:before {
  content: url("../images/maze.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}
.article-taxonomies .article-taxonomies-item.use-cases div.icon:before {
  content: url("../images/flow-chart-alt.svg");
}
.article-taxonomies .article-taxonomies-item.products div.icon:before {
  content: url("../images/codepen.svg");
}
.article-taxonomies .article-taxonomies-item.industry div.icon:before {
  content: url("../images/building-alt-1.svg");
}
.article-taxonomies .article-taxonomies-item.solution div.icon:before {
  content: url("../images/bulb.svg");
}
.article-taxonomies .article-taxonomies-item a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .article-taxonomies .article-taxonomies-item b {
    display: block;
  }
}

.section-share {
  margin: 10px 0;
}

.section-actions {
  display: flex;
  justify-content: center;
  grid-gap: 20px;
}

.filters {
  box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
  padding: 22px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.filters select {
  padding: 12px 16px 12px 20px;
  border: 1px solid #f2f2fa;
  color: #6B7280;
  border-radius: 8px;
  appearance: none;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.65rem;
  padding-right: 2rem;
  font-size: 16px;
  line-height: 1.5em;
  max-width: 355px;
}
.filters .filter-controls {
  display: flex;
  justify-content: right;
  gap: 20px;
  width: 100%;
}
.filters #grid-toggle-controls {
  display: flex;
  gap: 20px;
}
.filters button {
  background-color: #fff;
  border: 1px solid #f2f2fa;
  border-radius: 8px;
  width: 48px;
  height: 48px;
}
.filters button path {
  fill: #052744;
}
.filters button.active {
  background-color: #001fff;
  border-color: #001fff;
  color: #fff;
}
.filters button.active path {
  fill: #fff;
}

@media (max-width: 1490px) {
  .filters select {
    width: 100%;
    max-width: 90%;
    min-width: 80px;
  }
  .filters select#sort-filter {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .filters {
    flex-wrap: wrap;
  }
  .filters select {
    max-width: none;
  }
}
.section-active-filters {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.visible-count {
  font-size: 16px;
}

.filter-badge {
  display: inline-flex;
  align-items: center;
  background-color: #f2f2fa;
  border-radius: 4px;
  padding: 5px 14px;
  font-size: 14px;
  color: #052744;
  line-height: 1.5em;
}

.remove-filter {
  background: url("../images/close.svg") no-repeat center center;
  border: none;
  margin-left: 10px;
  cursor: pointer;
  width: 10px;
  height: 10px;
}
.remove-filter:hover {
  color: #ff0000;
}

.single-success-story .section-head .logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.single-success-story .section-head img {
  max-height: 48px;
}
.single-success-story .section-head .type {
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  align-self: stretch;
  align-content: center;
}
@media (min-width: 768px) {
  .single-success-story .section-head .logos {
    align-items: center;
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
  .single-success-story .section-head .logos .type {
    border-left: 1px solid #fff;
    padding-left: 2rem;
  }
}
.single-success-story .section-head .numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  max-width: 740px;
  margin: 0 auto;
}
.single-success-story .section-head .numbers .label {
  font-size: 14px;
  line-height: 1.5em;
  display: block;
}
.single-success-story .section-head .numbers .value {
  line-height: 1em;
  display: block;
  color: #DF367C;
}
.single-success-story .section-head.section-head-case-study .wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 1024px;
  padding: 64px 48px;
}
@media (min-width: 768px) {
  .single-success-story .section-head .numbers {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
  .single-success-story .section-head .numbers .number {
    border-left: 1px solid #fff;
    align-self: stretch;
    padding-left: 2rem;
  }
  .single-success-story .section-head .numbers .number:first-child {
    border: none;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .single-success-story .section-head.section-head-case-study .wrapper {
    padding: 96px 0 296px;
  }
}

.single-success-story .section-description .wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  font-size: 16px;
  line-height: 1.5em;
}
.single-success-story .section-description .wrapper .section-content .breadcrumbs {
  padding: 24px 32px;
  border-bottom: 1px solid #f2f2fa;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .single-success-story .section-description .wrapper .section-content .breadcrumbs {
    padding: 24px 48px;
  }
}
@media (min-width: 1024px) {
  .single-success-story .section-description .wrapper .section-content .breadcrumbs {
    padding: 24px 40px;
  }
}
.single-success-story .section-description .wrapper .section-content .feature-grid {
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  max-width: 500px;
  margin: auto;
}
.single-success-story .section-description .wrapper .section-content .feature-grid img {
  max-width: none;
}
@media (min-width: 768px) {
  .single-success-story .section-description .wrapper .section-content .feature-grid {
    flex-direction: row;
    padding: 0 64px 40px;
    align-items: left;
    text-align: left;
    gap: 40px;
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .single-success-story .section-description .wrapper .section-content .feature-grid {
    padding: 0 0 40px;
  }
}
.single-success-story .section-description .wrapper .section-aside {
  background: #f2f2fa;
  padding: 32px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-success-story .section-description .wrapper .section-aside {
    padding: 48px 64px;
  }
}
@media (min-width: 1024px) {
  .single-success-story .section-description .wrapper .section-aside {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .single-success-story .section-description .wrapper {
    flex-direction: row;
    box-shadow: 0px 0 30px 0px rgba(34, 15, 96, 0.15);
    margin-top: -200px;
    border-radius: 8px;
  }
  .single-success-story .section-description .wrapper .section-content {
    width: 66.66%;
  }
  .single-success-story .section-description .wrapper .section-content .feature-grid {
    padding: 0 40px 40px;
  }
  .single-success-story .section-description .wrapper .section-aside {
    width: 33.33%;
  }
}

.single-success-story .section-main .wrapper {
  display: flex;
  flex-direction: column;
}
.single-success-story .section-main .wrapper .section-content {
  font-size: 18px;
  line-height: 1.5em;
}
.single-success-story .section-main .wrapper .section-content p, .single-success-story .section-main .wrapper .section-content ul, .single-success-story .section-main .wrapper .section-content ol {
  padding-bottom: 1em;
}
.single-success-story .section-main .wrapper .section-content h2, .single-success-story .section-main .wrapper .section-content h3, .single-success-story .section-main .wrapper .section-content h4, .single-success-story .section-main .wrapper .section-content h5, .single-success-story .section-main .wrapper .section-content h6 {
  padding-top: 1em;
}
.single-success-story .section-main .wrapper .section-aside {
  font-size: 16px;
  line-height: 1.5em;
}
.single-success-story .section-main .wrapper .section-aside > div {
  border-bottom: 1px solid #f2f2fa;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-top: none;
  padding-top: 0;
}
.single-success-story .section-main .wrapper .section-aside .bd_toc_container {
  box-shadow: none;
  margin-bottom: 0 !important;
  border-radius: 0;
}
.single-success-story .section-main .wrapper .section-aside .bd_toc_container .bd_toc_wrapper {
  padding: 0 !important;
}
.single-success-story .section-main .wrapper .section-aside .bd_toc_container .bd_toc_header {
  background-color: transparent !important;
  border-radius: 0;
  padding: 0 !important;
}
.single-success-story .section-main .wrapper .section-aside .bd_toc_container .bd_toc_header .bd_toc_header_title {
  color: #052744 !important;
}
.single-success-story .section-main .wrapper .section-aside .bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list_item ul li a {
  padding: 5px 0 5px 15px !important;
  border-radius: 0;
  border-left: 3px solid #fff;
}
.single-success-story .section-main .wrapper .section-aside .bd_toc_container .bd_toc_wrapper .bd_toc_wrapper_item .bd_toc_content .bd_toc_content_list_item ul li.current a {
  border-color: #DF367C;
}
@media (min-width: 768px) {
  .single-success-story .section-main .wrapper {
    flex-direction: row;
  }
  .single-success-story .section-main .wrapper > .section-content {
    width: 66.66%;
    border-right: 1px solid #f2f2fa;
    padding-right: 40px;
  }
  .single-success-story .section-main .wrapper .section-aside {
    width: 33.33%;
    padding-left: 40px;
  }
}

.single-success-story .section-foot {
  background: #f2f2fa;
  font-size: 16px;
}
.single-success-story .section-foot .bullet-list {
  margin-bottom: 24px;
}
.single-success-story .section-foot .wrapper .section-content {
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  .single-success-story .section-foot .wrapper {
    display: flex;
    gap: 64px;
  }
  .single-success-story .section-foot .wrapper .section-content {
    padding-top: 64px;
  }
}

.post-type-archive-experience-area .filters,
.post-type-archive-experience-area .section-active-filters {
  display: none;
}
