/*!
 * Common colors and constants
 * ===========================
 *
 * Baseline grid: $line  (26px equivalent)
 *
 * Text sizing
 * -----------
 * Tiny: 14px
 * Small: 16px
 * Body copy: 18px
 * H6: 21px
 * H5: 25px
 * H4: 30px
 * H3: 36px
 * H2: 44px
 * H1: 60px
 *
 * Text colors
 * -----------
 * Primary: #6244BB
 * Secondary: #444444
 * Tertiary: #B2B2B2
 *
 * Theme colors
 * ------------
 * Primary: #6244BB
 *   Lighter: #e0daf1  #cbc1e8  #b1a2dd  #9682d2
 *   Darker:  #52399c  #412d7d  #31225e  #21173e
 * Accent: #00A7B5
 *   Lighter: #ccedf0  #aae2e6  #80d3da  #55c4ce
 *   Darker:  #008b97  #006f79  #00545b  #00383c
 * Action: #307FE2
 *   Lighter: #d6e5f9  #bad4f5  #98bff1  #75aaec
 *   Darker:  #286abc  #205597  #184071  #102a4b
 *
 * Grays
 * -----
 * #FDFDFD
 * #F6F6F6
 * #EDEDED
 * #CECECE
 * #B2B2B2
 * #999999
 * #777777
 * #666666
 * #444444
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Warnings: #c0392b
 *
 * Measurements
 * ------------
 * Maximum page width: 1500px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 780px
 * Large: 1280px
 * Widescreen: 1604px
 */


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/*    Vimeo Block Frame      */
.wp-block-embed-vimeo .wp-block-embed__wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(98, 68, 187, 0.2);
  outline: 8px solid #222222;
  outline-offset: 0;
}


audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

.app-store {
  max-width: 100%;
  height: auto;
}

.google-play {
  width: 135px !important;
  height: 40px !important;
  max-width: none !important;
  overflow: visible !important;;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 26px 0;
  border-bottom: 1px solid #EDEDED;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 9.1px 16.25px 19.5px;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 780px) {
  .height-fill {
    height: 335px;
  }
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.page-bounds)) {
  max-width: 100% !important;
}

/*! ---------- =typography ---------- */

body {
  font: 18px/26px "Open Sans", Helvetica, Arial, sans-serif;
  color: #444444;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 12px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}
p,
ol,
ul {
  orphans: 2;
  widows: 2;
}
ol,
ul {
  margin-left: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #6244BB;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
.h1 img,
.h2 img,
.h3 img,
.h4 img,
.h5 img,
.h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  display: block;
}
h1,
.h1 {
  font-size: 42px;
  line-height: 51px;
}

@media (max-width: 779.97px) {

  h1,
  .h1 {
    font-size: 42px;
    line-height: 51px;
  }
}

@media (max-width: 479.97px) {

  h1,
  .h1 {
    font-size: 36px;
    line-height: 39px;
  }
}

h2,
.h2 {
  font-size: 36px;
  line-height: 42px;
}

@media (max-width: 779.97px) {

  h2,
  .h2 {
    font-size: 36px;
    line-height: 39px;
  }
}

h3,
.h3 {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 779.97px) {

  h3,
  .h3 {
    font-size: 30px;
    line-height: 39px;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 30px;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 26px;
}
h6,
.h6 {
  font-size: 18px;
  line-height: 24px;
}

.text-size {
  font-size: 18px;
  line-height: 26px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}


@media (max-width: 1279.97px) {
  .align-left-m {
    text-align: left;
  }

  .align-center-m {
    text-align: center;
  }

  .align-right-m {
    text-align: right;
  }
}


.note {
  font-size: 16px;
  font-family: "Open Sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #B2B2B2;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -13px;
}

.highlight,
.highlight--teal {
  color: #00A7B5;
}
.highlight--blue {
  color: #307FE2;
}
.highlight--green {
  color: #79A338;
}
.highlight--orange {
  color: #FFB927;
}

.warn {
  color: #c0392b;
}

abbr {
  font-size: 0.87em;
  letter-spacing: 0.04em;
}

.type-family-sample {
  font-size: 36px;
  line-height: 39px;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #6244BB;
}
a:hover,
a:focus {
  color: #00A7B5;
}
a:visited, a:visited:hover {
  color:#516d25
}

a.button:visited {
  color:#fff;
}
a,
button {
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  transition: transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,
.more:focus .fa-arrow-right {
  transform: translateX(0.2em);
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 13px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 13px;
}
.img-right {
  float: right;
  margin-left: 13px;
}

.pill {
  display: inline-block;
  padding: 3.25px 19.5px;
  margin-right: 13px;
  margin-bottom: 6.5px;
  border-radius: 39px;
  background: #6244BB;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
.event-detail .wp-block-post-content {
  display: block;
}
figure,
.wp-block-image {
  display: block;
  margin-bottom: 12px;
  padding: 0;
  border: none;
}
figcaption,
.wp-block-image figcaption {
  display: block;
  padding: 6.5px 0;
  margin: 0;
  font-size: 14px;
  color: #B2B2B2;
}
.wp-block-image .components-resizable-box__container {
  display: inline-block;
}

dl:not(:last-child) {
  margin-bottom: 12px;
}

dt {
  float: left;
  clear: left;
  margin-right: 19.5px;
  font-weight: 700;
}
dt ~ dt {
  margin-top: 13px;
}

dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: 13px;
}

.to-screen-edges,
.background-section,
.content > .page-bounds > .hero,
[class^=wp-container-] > .to-screen-edges:where(:not(.alignleft):not(.alignright)),
.wp-block-image.alignfull {
  width: auto !important;
  max-width: 100vw !important;
  margin-left: -26px !important;
  margin-right: -26px !important;
}
.to-screen-edges__content {
  padding-left: 26px;
  padding-right: 26px;
}


@media (max-width: 767px) {
 .tabs__pane--web.to-screen-edges .reading-width .button--group .button,
 .tabs__pane--mobile.to-screen-edges  .reading-width .button--group .button, 
  .tabs__pane.tabs__ai.to-screen-edges .reading-width .button--group .button {
   margin-bottom: 24px;
 }
}

@media (max-width: 1279.97px) {
 .tabs__pane--web.to-screen-edges .reading-width .button--group, 
 .tabs__pane--web.to-screen-edges .reading-width .solutions--success img,
 .tabs__pane--web.to-screen-edges .reading-width .tab-headline,
   
  .tabs__pane--mobile.to-screen-edges .reading-width .button--group, 
  .tabs__pane--mobile.to-screen-edges .reading-width .solutions--success img,
 .tabs__pane--mobile.to-screen-edges .reading-width .tab-headline,

  .tabs__ai.to-screen-edges .reading-width .button--group, 
  .tabs__ai.to-screen-edges .reading-width .solutions--success img,
   .tabs__ai.to-screen-edges .reading-width .tab-headline {
  padding-left: 42px !important;
  padding-right: 42px !important;
 }


}

@media (max-width:767px) {
 .tabs__pane--web.to-screen-edges .reading-width .pull-quote,
 .tabs__pane--mobile.to-screen-edges .reading-width .pull-quote,
 .tabs__ai.to-screen-edges .reading-width .pull-quote {
      margin-left: 60px !important;
      margin-right: 24px !important;
   }

   .tabs__pane--web.to-screen-edges .reading-width .solutions--stats,
 .tabs__pane--mobile.to-screen-edges .reading-width .solutions--stats,
 .tabs__ai.to-screen-edges .reading-width .solutions--stats {
      margin-left: 12px !important;
      margin-right: 24px !important;
   }
}

@media (min-width:768px) and (max-width: 1279.97px) {
 .tabs__pane--web.to-screen-edges .reading-width .pull-quote,
 .tabs__pane--mobile.to-screen-edges .reading-width .pull-quote,
 .tabs__ai.to-screen-edges .reading-width .pull-quote {
      margin-left: 90px !important;
      margin-right: 90px !important;
   }
}


@media (max-width: 1279.97px) {
 .tabs__pane--web.to-screen-edges, .tabs__pane.tabs__pane--mobile.to-screen-edges, .tabs__pane.tabs__ai.to-screen-edges {
   max-width: 110vw !important;

 }

}

@media (min-width: 768px) and (max-width: 1279.97px) {
.tabs__pane--web.to-screen-edges .button--group, .tabs__pane.tabs__pane--mobile.to-screen-edges .button--group, .tabs__pane.tabs__ai.to-screen-edges .button--group{
  margin-bottom: 48px;
}
}

@media (min-width: 768px) {

  .to-screen-edges,
  .background-section,
  .content > .page-bounds > .hero,
  [class^=wp-container-] > .to-screen-edges:where(:not(.alignleft):not(.alignright)),
  .wp-block-image.alignfull {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
  .to-screen-edges__content {
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media (min-width: 1604px) {

  .to-screen-edges,
  .background-section,
  .content > .page-bounds > .hero,
  [class^=wp-container-] > .to-screen-edges:where(:not(.alignleft):not(.alignright)),
  .wp-block-image.alignfull {
    margin-left: calc(-50vw + 750px) !important;
    margin-right: calc(-50vw + 750px) !important;
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - 750px);
    padding-right: calc(50vw - 750px);
  }
}



.page-scroll-waypoint {
  position: relative;
  top: -78px;
}

.wp-block-group .wp-block-list,
.wp-block-list li {
  margin-left: 2em !important;
}


.case-study__testimonial {
  background: #307FE2;
  padding: 36px;
}
@media(min-width: 780px ) {
  .case-study__testimonial {
  padding: 60px;
}
}
@media(min-width: 768px ) {
    .case-study__testimonial .pull-quote {
    max-width: 60vw;
    margin: auto;
    }
}

.pull-quote,
.wp-block-quote,
.wp-block-pullquote {
  background: #286abc;
  border-radius: 52px;
  color: #ffffff;
  padding: 26px 52px 26px;
  font-size: 25px;
  line-height: 39px;
  position: relative;
}
.wp-block-quote,
.wp-block-pullquote {
  margin: 26px 52px 26px;
}
@media(min-width: 780px ) {
  .pull-quote {
    margin: 26px 52px 26px;
  }
}
.pull-quote::before,
.wp-block-quote::before,
.wp-block-pullquote::before {
  background: #205597;
  border-radius: 50%;
  content: "\f10d";
  display: block;
  font: var(--fa-font-solid);
  font-size: 36px;
  padding: 18px;
  position: absolute;
  top: 13px;
  left: -39px;
}
.pull-quote__primary {
  background: #52399c;
}
.pull-quote__primary::before {
  background: #412d7d;
}
.pull-quote__teal {
  background: #008b97;
}
.pull-quote__teal::before {
  background: #006f79;
}
.pull-quote__green {
  background: #65882f;
}
.pull-quote__green::before {
  background: #516d25;
}
.pull-quote__orange {
  background: #d59a21;
}
.pull-quote__orange::before {
  background: #aa7b1a;
}
.pull-quote__attribution,
.wp-block-quote__citation,
.wp-block-pullquote__citation {
  display: flex;
  gap: 26px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  text-transform: uppercase;
}
p + .pull-quote__attribution,
p + .wp-block-quote__citation,
p + .wp-block-pullquote__citation {
  margin-top: -13px;
}
.pull-quote__media {
  border-radius: 50%;
}
.pull-quote__media img {
  border-radius: 50%;
  max-height: 65px;
  max-width: 65px;
}
.pull-quote__meta {
  display: block;
  text-transform: none;
  font-weight: 400;
}

@media (min-width: 480px) {

  .pull-quote--left,
  .pull-quote--right,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left,
  .wp-block-pullquote.alignleft {
    float: left;
    margin-right: 52px;
    margin-left: 0;
  }
  .pull-quote--right,
  .wp-block-pullquote.alignright {
    float: right;
    margin-left: 52px;
    margin-right: 0;
  }
}


.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6.5px;
  margin-top: 13px;
  border-top: 1px dashed #EDEDED;
  text-align: left;
  color: #00A7B5;
  font-weight: 700;
  font-size: 16px;
}
.margin + .truncator-expand {
  margin-top: -13px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 12px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -39px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 52px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #EDEDED;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 26px 19.5px;
  font-size: 16px;
}
.color-spec__title {
  font-size: 21px;
  margin-bottom: 13px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 13px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}
.color-spec--compact .color-spec__text {
  padding: 13px;
}
.color-spec--compact .color-spec__text p:not(:last-child) {
  margin-bottom: 6.5px;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.group::after,
.interior-layout::after,
.page-header::after,
.item-list__link::after,
.item-list__item::after,
dl::after {
  content: "";
  display: table;
  clear: both;
}


/* ---------- =gallery ---------- */

.wp-block-gallery .wp-block-image {
  justify-content: center !important;
  align-items: center;
  margin: auto !important;
}

.wp-block-gallery .wp-block-image img {
  border-radius: 4px;
}

/* ---------- =mosaics collage ---------- */

.mosaic {
  clear: both;
  margin: 0 0 24px; /* Removed negative margins; grid gap handles spacing natively */
  position: relative;
  box-sizing: border-box;
  
  /* Modern CSS Grid Engine */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 260px; /* Dictates the baseline height of each slot */
  grid-auto-flow: dense;  /* Automatically packs items into empty slots */
  gap: 12px;             /* Replaces old clunky transparent borders/paddings */
}

.mosaic *, .mosaic *::before, .mosaic *::after {
  box-sizing: border-box;
}

/* Base Mosaic Item styling */
.mosaic__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 4px; /* Optional: adds a clean, modern high-end touch */
}

/* Automatic Collage Variety - creates visual rhythm out-of-the-box */
.mosaic__item:nth-child(3n + 1) {
  grid-column: span 2;
}
.mosaic__item:nth-child(4n) {
  grid-row: span 2;
}

/* Hover background highlight rule from your original code */
.mosaic__item:not(.mosaic__item--cta):hover {
  background-color: #307FE2;
}

/* Image Container Wrapper */
.mosaic__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.15s ease-out;
}

/* Smooth zoom on hover */
.mosaic__item:hover .mosaic__container {
  transform: scale(1.05);
}

/* Clean up image handling using object-fit */
.mosaic__image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Preserves native asset proportions without warping */
  display: block;
  transition: opacity 0.2s ease-in-out;
}

/* Captions and Overlay Metadata */
.mosaic__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  margin: 0;
  font-size: 13px;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
}

.mosaic__info strong {
  font-size: 15px;
  display: block;
  margin-bottom: 2px;
}

/* Show info overlay seamlessly on hover */
.mosaic__item:hover .mosaic__info {
  opacity: 1;
  visibility: visible;
}

/* Optional: If you still utilize the CTA card block variant */
.mosaic__item--cta {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f5f7; /* High-end minimalist placeholder default */
}


/*  ----------- =collage tile  ---------------  */
@media (min-width: 780px) {
  .collage-content-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
.collage-content-wrapper .b {
  padding: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.collage-content-wrapper .b-purple .wp-block-heading {
  margin-bottom: 0;
}

.collage-content-wrapper .b-purple .b-front,
.collage-content-wrapper .b-purple .b-back { background-color: #e0daf1; }

.collage-content-wrapper .b-teal .b-front,
.collage-content-wrapper .b-teal .b-back { background-color: #ccedf0; }

.collage-content-wrapper .b-blue .b-front,
.collage-content-wrapper .b-blue .b-back { background-color: #d6e5f9; }

.collage-content-wrapper .b-green .b-front,
.collage-content-wrapper .b-green .b-back { background-color: #e4edd7; }

.collage-content-wrapper .b-purple .wp-block-heading,
.collage-content-wrapper .b-purple p,
.collage-content-wrapper .b-purple svg { color: #412d7d; }
.collage-content-wrapper .b-teal .wp-block-heading,
.collage-content-wrapper .b-teal p,
.collage-content-wrapper .b-teal svg { color: #006f79; }
.collage-content-wrapper .b-blue .wp-block-heading,
.collage-content-wrapper .b-blue p,
.collage-content-wrapper .b-blue svg { color: #205597; }
.collage-content-wrapper .b-green .wp-block-heading,
.collage-content-wrapper .b-green p,
.collage-content-wrapper .b-green svg { color: #516d25; }

@media (min-width: 780px) {
  .collage-content-wrapper .b-wide { grid-column: span 2; }
  .collage-content-wrapper .b-tall { grid-row: span 2; }
}
@media (max-width: 779px) {
  .collage-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

.collage-content-wrapper .b-inner {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.collage-content-wrapper .b-inner svg {
  width: 36px;
  height: 36px;
}

.collage-content-wrapper .b-flippable {
  perspective: 1000px;
}

.collage-content-wrapper .b-back p {
  font-size: 16px;
  line-height: 18pt;
  margin-bottom: 0;
}

.collage-content-wrapper .b-flippable .b-inner {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  min-height: 200px;
}

.collage-content-wrapper .b-flippable.is-flipped .b-inner {
  transform: rotateY(180deg);
}

.collage-content-wrapper .b-front,
.collage-content-wrapper .b-back {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 8px;
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.collage-content-wrapper .b-flip-back {
  display: none;
}

.collage-content-wrapper .b-flippable .b-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.collage-content-wrapper .b-flippable .b-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(180deg);
}

body:not(.block-editor-page) .collage-content-wrapper .b-back {
  display: none;
}

body:not(.block-editor-page) .collage-content-wrapper .b-flippable .b-back {
  display: flex;
}
.collage-content-wrapper .b-flip-back,
.collage-content-wrapper .b-flip-trigger {
  font-size: 12px;
  cursor: pointer;
  width: -webkit-fit-content;
}
.collage-content-wrapper .b-flip-trigger:hover { opacity: 1; }
.collage-content-wrapper .b-flip-back:hover { opacity: 1; }


/*    Editor Styles      */
.editor-styles-wrapper .collage-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.editor-styles-wrapper .collage-content-wrapper .b {
  border-radius: 8px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper .collage-content-wrapper .b-purple { background-color: #e0daf1; }
.editor-styles-wrapper .collage-content-wrapper .b-teal { background-color: #ccedf0; }
.editor-styles-wrapper .collage-content-wrapper .b-blue { background-color: #d6e5f9; }
.editor-styles-wrapper .collage-content-wrapper .b-green { background-color: #e4edd7; }
.editor-styles-wrapper .collage-content-wrapper .b-wide { grid-column: span 2; }
.editor-styles-wrapper .collage-content-wrapper .b-tall { grid-row: span 2; }

.editor-styles-wrapper .b-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  width: 100%;
  min-height: 150px;
}
.editor-styles-wrapper .b-front {
  padding: 24px;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
}
.editor-styles-wrapper .b-front::before {
  content: "FRONT";
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.4;
  margin-bottom: 8px;
}
.editor-styles-wrapper .b-back {
  display: flex !important;
  flex-direction: column;
  padding: 24px;
  opacity: 0.4;
  min-height: 60px;
}
.editor-styles-wrapper .b-back::before {
  content: "BACK — enable Has Back Content to edit";
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.editor-styles-wrapper .b-flippable .b-back {
  opacity: 1;
}
.editor-styles-wrapper .b-flip-trigger,
.editor-styles-wrapper .b-flip-back {
  font-size: 12px;
  opacity: 0.5;
  pointer-events: none;
}
.editor-styles-wrapper .collage-content-wrapper .wp-block-html {
  font-size: 11px;
  opacity: 0.6;
  overflow: hidden;
  max-height: 52px;
}

.editor-styles-wrapper .acf-block-preview {
  width: 100%;
  height: 100%;
}

.editor-styles-wrapper .b-front .acf-block-preview,
.editor-styles-wrapper .b-back .acf-block-preview {
  display: contents;
}

.editor-styles-wrapper .collage-content-wrapper .b-flippable .b-front,
.editor-styles-wrapper .collage-content-wrapper .b-flippable .b-back {
  position: relative !important;
  transform: none !important;
  backface-visibility: visible !important;
  height: auto !important;
}

.editor-styles-wrapper .collage-content-wrapper .b-flippable .b-inner {
  transform-style: flat !important;
  transform: none !important;
}

/*! ---------- =spacing and padding utility classes ---------- */

.space-0 {
  margin: 0 !important;
}
.space-000 {
  margin: 0 !important;
}
.space-025 {
  margin: 6.5px !important;
}
.space-050 {
  margin: 13px !important;
}
.space-075 {
  margin: 19.5px !important;
}

.space-100 {
  margin: 26px !important;
}

.space-150 {
  margin: 39px !important;
}

.space-200 {
  margin: 52px !important;
}

.space-250 {
  margin: 65px !important;
}

.space-300 {
  margin: 78px !important;
}

.space-350 {
  margin: 91px !important;
}

.space-400 {
  margin: 104px !important;
}

.space-t-0 {
  margin-top: 0 !important;
}
.space-t-000 {
  margin-top: 0 !important;
}
.space-t-025 {
  margin-top: 6.5px !important;
}
.space-t-050 {
  margin-top: 13px !important;
}
.space-t-075 {
  margin-top: 19.5px !important;
}

.space-t-100 {
  margin-top: 26px !important;
}

.space-t-150 {
  margin-top: 39px !important;
}

.space-t-200 {
  margin-top: 52px !important;
}

.space-t-250 {
  margin-top: 65px !important;
}

.space-t-300 {
  margin-top: 78px !important;
}

.space-t-350 {
  margin-top: 91px !important;
}

.space-t-400 {
  margin-top: 104px !important;
}

.space-r-0 {
  margin-right: 0 !important;
}
.space-r-000 {
  margin-right: 0 !important;
}
.space-r-025 {
  margin-right: 6.5px !important;
}
.space-r-050 {
  margin-right: 13px !important;
}
.space-r-075 {
  margin-right: 19.5px !important;
}

.space-r-100 {
  margin-right: 26px !important;
}

.space-r-150 {
  margin-right: 39px !important;
}

.space-r-200 {
  margin-right: 52px !important;
}

.space-r-250 {
  margin-right: 65px !important;
}

.space-r-300 {
  margin-right: 78px !important;
}

.space-r-350 {
  margin-right: 91px !important;
}

.space-r-400 {
  margin-right: 104px !important;
}

.space-b-0 {
  margin-bottom: 0 !important;
}
.space-b-000 {
  margin-bottom: 0 !important;
}
.space-b-025 {
  margin-bottom: 6.5px !important;
}
.space-b-050 {
  margin-bottom: 13px !important;
}
.space-b-075 {
  margin-bottom: 19.5px !important;
}

.space-b-100 {
  margin-bottom: 26px !important;
}

.space-b-150 {
  margin-bottom: 39px !important;
}

.space-b-200 {
  margin-bottom: 52px !important;
}

.space-b-250 {
  margin-bottom: 65px !important;
}

.space-b-300 {
  margin-bottom: 78px !important;
}

.space-b-350 {
  margin-bottom: 91px !important;
}

.space-b-400 {
  margin-bottom: 104px !important;
}

.space-l-0 {
  margin-left: 0 !important;
}
.space-l-000 {
  margin-left: 0 !important;
}
.space-l-025 {
  margin-left: 6.5px !important;
}
.space-l-050 {
  margin-left: 13px !important;
}
.space-l-075 {
  margin-left: 19.5px !important;
}

.space-l-100 {
  margin-left: 26px !important;
}

.space-l-150 {
  margin-left: 39px !important;
}

.space-l-200 {
  margin-left: 52px !important;
}

.space-l-250 {
  margin-left: 65px !important;
}

.space-l-300 {
  margin-left: 78px !important;
}

.space-l-350 {
  margin-left: 91px !important;
}

.space-l-400 {
  margin-left: 104px !important;
}


@media (min-width: 780px) {
  .space-0-m {
    margin: 0 !important;
  }

  .space-000-m {
    margin: 0 !important;
  }

  .space-025-m {
    margin: 6.5px !important;
  }

  .space-050-m {
    margin: 13px !important;
  }

  .space-075-m {
    margin: 19.5px !important;
  }

  .space-100-m {
    margin: 26px !important;
  }

  .space-150-m {
    margin: 39px !important;
  }

  .space-200-m {
    margin: 52px !important;
  }

  .space-250-m {
    margin: 65px !important;
  }

  .space-300-m {
    margin: 78px !important;
  }

  .space-350-m {
    margin: 91px !important;
  }

  .space-400-m {
    margin: 104px !important;
  }

  .space-t-0-m {
    margin-top: 0 !important;
  }

  .space-t-000-m {
    margin-top: 0 !important;
  }

  .space-t-025-m {
    margin-top: 6.5px !important;
  }

  .space-t-050-m {
    margin-top: 13px !important;
  }

  .space-t-075-m {
    margin-top: 19.5px !important;
  }

  .space-t-100-m {
    margin-top: 26px !important;
  }

  .space-t-150-m {
    margin-top: 39px !important;
  }

  .space-t-200-m {
    margin-top: 52px !important;
  }

  .space-t-250-m {
    margin-top: 65px !important;
  }

  .space-t-300-m {
    margin-top: 78px !important;
  }

  .space-t-350-m {
    margin-top: 91px !important;
  }

  .space-t-400-m {
    margin-top: 104px !important;
  }

  .space-r-0-m {
    margin-right: 0 !important;
  }

  .space-r-000-m {
    margin-right: 0 !important;
  }

  .space-r-025-m {
    margin-right: 6.5px !important;
  }

  .space-r-050-m {
    margin-right: 13px !important;
  }

  .space-r-075-m {
    margin-right: 19.5px !important;
  }

  .space-r-100-m {
    margin-right: 26px !important;
  }

  .space-r-150-m {
    margin-right: 39px !important;
  }

  .space-r-200-m {
    margin-right: 52px !important;
  }

  .space-r-250-m {
    margin-right: 65px !important;
  }

  .space-r-300-m {
    margin-right: 78px !important;
  }

  .space-r-350-m {
    margin-right: 91px !important;
  }

  .space-r-400-m {
    margin-right: 104px !important;
  }

  .space-b-0-m {
    margin-bottom: 0 !important;
  }

  .space-b-000-m {
    margin-bottom: 0 !important;
  }

  .space-b-025-m {
    margin-bottom: 6.5px !important;
  }

  .space-b-050-m {
    margin-bottom: 13px !important;
  }

  .space-b-075-m {
    margin-bottom: 19.5px !important;
  }

  .space-b-100-m {
    margin-bottom: 26px !important;
  }

  .space-b-150-m {
    margin-bottom: 39px !important;
  }

  .space-b-200-m {
    margin-bottom: 52px !important;
  }

  .space-b-250-m {
    margin-bottom: 65px !important;
  }

  .space-b-300-m {
    margin-bottom: 78px !important;
  }

  .space-b-350-m {
    margin-bottom: 91px !important;
  }

  .space-b-400-m {
    margin-bottom: 104px !important;
  }

  .space-l-0-m {
    margin-left: 0 !important;
  }

  .space-l-000-m {
    margin-left: 0 !important;
  }

  .space-l-025-m {
    margin-left: 6.5px !important;
  }

  .space-l-050-m {
    margin-left: 13px !important;
  }

  .space-l-075-m {
    margin-left: 19.5px !important;
  }

  .space-l-100-m {
    margin-left: 26px !important;
  }

  .space-l-150-m {
    margin-left: 39px !important;
  }

  .space-l-200-m {
    margin-left: 52px !important;
  }

  .space-l-250-m {
    margin-left: 65px !important;
  }

  .space-l-300-m {
    margin-left: 78px !important;
  }

  .space-l-350-m {
    margin-left: 91px !important;
  }

  .space-l-400-m {
    margin-left: 104px !important;
  }
}


/*! ---------- =buttons ---------- */
.hs-button,
.button {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  word-wrap: break-word;
}
.button--disclose::after {
  content: "\f178";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  font-family: "Font Awesome 7 Pro", "Font Awesome 7 Pro", "Font Awesome";
  font-weight: 300;
  transition: transform 0.15s ease-out;
}
.button--disclose:hover::after,
.button--disclose:focus::after,
.button--disclose:active::after {
  transform: translateX(2px);
}
.button--primary.button--disclose::after {
  font-weight: 400;
}
.button--huge {
  font-size: 21px;
}
.button--small {
  font-size: 16px;
}
.button--tiny {
  font-size: 14px;
}
.button--fill {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--fill + .button--fill {
  margin-left: 0;
  margin-top: 13px;
}

/*! rounded button style */
.hs-button,
.mosaic__item--cta ,
.meta-tag,
.button {
  padding: 13px 39px;
  font-weight: 700;
  color: #ffffff;
  background: #6244BB;
  background: linear-gradient(180deg, #6244BB 0%, #412d7d 100%);
  border-radius: 52px;
  transition: color 0.15s ease-out, background 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.hs-button:hover,
.hs-button:focus,
.mosaic__item--cta:hover,
.button:hover,
.button:focus {
  color: #ffffff;
  background: #31225e;
  background: linear-gradient(0deg, #6244BB 0%, #412d7d 100%);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6.5px;
}
.button:active {
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button--disclose {
  padding-right: 26px;
}
.button--secondary {
  padding: 11px 37px;
  border: 2px solid #6244BB;
  color: #6244BB;
  background: #ffffff;
}
.button--tertiary {
  border: 1px solid #cbc1e8;
  font-weight: 400;
  color: #6244BB;
  background: #e0daf1;
}
.button--secondary:hover,
.button--secondary:focus,
.button--tertiary:hover,
.button--tertiary:focus {
  border-color: #31225e;
  color: #ffffff;
  background: #31225e;
}

.meta-tag-video,
.button--teal,
.button--highlight {
  background: #00A7B5;
  background: linear-gradient(180deg, #00A7B5 0%, #006f79 100%);
}
.button--teal:hover,
.button--teal:focus,
.button--highlight:hover,
.button--highlight:focus {
  background: linear-gradient(0deg, #00A7B5 0%, #006f79 100%);
}
.button--teal.button--secondary,
.button--highlight.button--secondary {
  border-color: #00A7B5;
  color: #00A7B5;
  background: #ffffff;
}
.button--teal.button--tertiary,
.button--highlight.button--tertiary {
  border-color: #aae2e6;
  color: #00A7B5;
  background: #ccedf0;
}
.button--teal.button--secondary:hover,
.button--teal.button--secondary:focus,
.button--highlight.button--secondary:hover,
.button--highlight.button--secondary:focus,
.button--teal.button--tertiary:hover,
.button--teal.button--tertiary:focus,
.button--highlight.button--tertiary:hover,
.button--highlight.button--tertiary:focus {
  border-color: #00545b;
  color: #ffffff;
  background: #00545b;
}
.meta-tag-guide,
.button--blue,
.button--action {
  background: #307FE2;
  background: linear-gradient(180deg, #286abc 0%, #205597 100%);
}
.button--blue:hover,
.button--blue:focus,
.button--action:hover,
.button--action:focus {
  background: linear-gradient(0deg, #286abc 0%, #205597 100%);
}
.button--blue.button--secondary,
.button--action.button--secondary {
  border-color: #307FE2;
  color: #307FE2;
  background: #ffffff;
}
.button--blue.button--tertiary,
.button--action.button--tertiary {
  border-color: #bad4f5;
  color: #307FE2;
  background: #d6e5f9;
}
.button--blue.button--secondary:hover,
.button--blue.button--secondary:focus,
.button--action.button--secondary:hover,
.button--action.button--secondary:focus,
.button--blue.button--tertiary:hover,
.button--blue.button--tertiary:focus,
.button--action.button--tertiary:hover,
.button--action.button--tertiary:focus {
  border-color: #184071;
  color: #ffffff;
  background: #184071;
}
.button--darkteal {
  background: #00545b;
  background: linear-gradient(180deg, #008b97 0%, #00545b 100%);
}
.button--darkteal:hover,
.button--darkteal:focus {
  background: linear-gradient(0deg, #008b97 0%, #00545b 100%);
}
.meta-tag-demo,
.meta-tag-green,
.button--green {
  background: #79A338;
  background: linear-gradient(180deg, #79A338 0%, #516d25 100%);
}
.button--green:hover,
.button--green:focus {
  background: linear-gradient(0deg, #79A338 0%, #516d25 100%);
}
.button--green.button--secondary {
  border-color: #79A338;
  color: #79A338;
  background: #ffffff;
}
.button--green.button--tertiary {
  border-color: #d2e0bd;
  color: #516d25;
  background: #e4edd7;
}
.button--green.button--secondary:hover,
.button--green.button--secondary:focus,
.button--green.button--tertiary:hover,
.button--green.button--tertiary:focus {
  border-color: #3d521c;
  color: #ffffff;
  background: #3d521c;
}
.button--darkgreen {
  background: #3d521c;
  background: linear-gradient(180deg, #65882f 0%, #3d521c 100%);
}
.button--darkgreen:hover,
.button--darkgreen:focus {
  background: linear-gradient(0deg, #65882f 0%, #3d521c 100%);
}
.meta-tag-blog,
.button--orange {
  background: #FFB927;
  background: linear-gradient(180deg, #FFB927 0%, #aa7b1a 100%);
}
.button--orange:hover,
.button--orange:focus {
  background: linear-gradient(0deg, #FFB927 0%, #aa7b1a 100%);
}
.button--orange.button--secondary {
  border-color: #FFB927;
  color: #FFB927;
  background: #ffffff;
}
.button--orange.button--tertiary {
  border-color: #ffe8b7;
  color: #aa7b1a;
  background: #fff1d4;
}
.button--orange.button--secondary:hover,
.button--orange.button--secondary:focus,
.button--orange.button--tertiary:hover,
.button--orange.button--tertiary:focus {
  border-color: #805d14;
  color: #ffffff;
  background: #805d14;
}
.meta-tag-blue,
.button--gradient {
  background: #6244BB;
  background: linear-gradient(0deg, #6244BB 0%, #307FE2 100%);
}
.button--gradient:hover,
.button--gradient:focus {
  background: linear-gradient(180deg, #6244BB 0%, #307FE2 100%);
}
.meta-tag {
  padding: 6px 24px;
  font-weight: 500;
  font-size: 14px;
}
.meta-tags-list {
  margin-top: 6px;
  margin-left: 0;
  list-style: none;
  display: flex;
  gap: 6px;
}

.button--purple-mobile {
  padding: 13px 39px;
  font-weight: 700;
  color: #ffffff;
  background: #6244BB;
  background: linear-gradient(180deg, #6244BB 0%, #412d7d 100%);
  border-radius: 52px;
  transition: color 0.15s ease-out, background 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}

.button--dark-green-mobile {
  padding: 13px 39px;
  font-weight: 700;
  color: #ffffff;
  background: #516d25;
  background: linear-gradient(0deg, #65882f 0%, #3d521c 100%);
  border-radius: 52px;
  transition: color 0.15s ease-out, background 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}

.button--dark-green-mobile:hover, .button--dark-green-mobile:focus {
  background: linear-gradient(180deg, #79A338 0%, #516d25 100%);
}



.button--warn {
  background: #c0392b;
}
.button--warn.button--secondary {
  border-color: #c0392b;
  color: #c0392b;
  background: #ffffff;
}
.button--warn.button--tertiary {
  border-color: rgb(242.4, 215.4, 212.6);
  color: #c0392b;
  background: rgb(251.85, 245.1, 244.4);
}
.button--warn:hover,
.button--warn:focus,
.button--warn.button--secondary:hover,
.button--warn.button--secondary:focus,
.button--warn.button--tertiary:hover,
.button--warn.button--tertiary:focus {
  border-color: rgb(209.3468085106, 66.0170212766, 51.1531914894);
  color: #ffffff;
  background: rgb(209.3468085106, 66.0170212766, 51.1531914894);
}
.button--cancel {
  border: 1px solid #EDEDED;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  background: #FDFDFD;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #6244BB;
  border-color: #6244BB;
  background: #ffffff;
}
.button--huge {
  padding: 26px 78px;
}
.button--huge.button--secondary {
  padding: 24px 76px;
}
.button--huge.button--disclose {
  padding-right: 65px;
}
.button--large {
  padding: 19.5px 65px;
}
.button--large.button--secondary {
  padding: 17.5px 63px;
}
.button--large.button--disclose {
  padding-right: 52px;
}
.button--small {
  padding: 6.5px 26px;
}
.button--small.button--secondary {
  padding: 4.5px 24px;
}
.button--small.button--disclose {
  padding-right: 19.5px;
}
.button--tiny {
  padding: 3.25px 13px;
}
.button--tiny.button--secondary {
  padding: 1.25px 11px;
}

.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.button-group--justify-center {
  justify-content: center;
}
.button-group--justify-right {
  justify-content: flex-end;
}
.button-group--align-center {
  align-items: center;
}
.button-group--align-bottom {
  align-items: flex-end;
}
.button-group--align-stretch {
  align-items: stretch;
}
.button-group .button {
  flex: 0 0 auto;
}
.button-group--justify-stretch .button {
  flex-grow: 1;
}
.button-group--align-stretch .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 479.97px) {
  .button-group--mobile-stretch .button {
    flex-basis: 100%;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 26px;
}
pre {
  display: block;
  padding: 26px 13px;
  border: 1px solid rgb(242.8, 242.8, 242.8);
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 12px;
}
pre::before {
  content: attr(rel);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgb(198.75, 188.25, 229.9);
  position: absolute;
  top: 2px;
  right: 13px;
}
p > code,
li > code {
  background: #F6F6F6;
  font-style: normal;
  border-radius: 3px;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: "";
  display: inline-block;
  width: 0.25em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */
pre[class*=language-] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: hsla(0, 0%, 100%, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


/*! ---------- =forms ---------- */

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9.75px 13px;
  margin: 0;
  border: 1px solid #EDEDED;
  color: #444444;
  color: rgba(68, 68, 68, 0.8);
  font: 16px/26px "Open Sans", Helvetica, Arial, sans-serif;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.07);
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type=text]:not(:last-child),
input[type=email]:not(:last-child),
input[type=password]:not(:last-child),
input[type=number]:not(:last-child),
input[type=tel]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 12px;
}
input[type=text]:required,
input[type=email]:required,
input[type=password]:required,
input[type=number]:required,
input[type=tel]:required,
textarea:required,
select:required {
  border-color: rgb(215.4, 211.4, 227.4);
}
input[type=text].input-validation-error,
input[type=email].input-validation-error,
input[type=password].input-validation-error,
input[type=number].input-validation-error,
input[type=tel].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #c0392b;
  color: #c0392b;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #6244BB;
  color: #444444;
  box-shadow: none;
}
textarea {
  padding: 13px;
  min-height: 104px;
}
textarea.textarea-large {
  min-height: 260px;
}
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type=radio],
label + input[type=checkbox] {
  margin-left: 26px;
}

label {
  display: block;
  margin-bottom: 6.5px;
  font-size: 14px;
  font-weight: 700;
  color: #6244BB;
  opacity: 0.9;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

label.required::after {
  content: "*";
  font-weight: 400;
}
label.required {
  color: #412d7d;
}
label.input-validation-error {
  color: #c0392b;
}
label.is-selected {
  color: #006f79;
}
label.is-focused {
  color: #6244BB;
  opacity: 1;
}

.field-validation-error {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #c0392b;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -19.5px;
}

/*Emulators */
.app-emulator {
  border-radius: 25%;
  margin-bottom: 24px;
  margin-top: 24px;
  max-width: 60%;
}

.emulator-container {
  margin-bottom: -160px;
  margin-top: 36px;
}
.emulator-container.emulator-container__engagefully::after {
  clear: both;
  content: "";
  display: block;
}
.emulator-container.emulator-container__engagefully {
  margin-bottom: -90px;
  width: 100%;
  text-align: center;
}

.interstitial--contact .hbspt-form {
  margin-bottom: 24px;
}
.interstitial--contact .input {
  margin: 0 0 12px !important;
}
.interstitial--contact fieldset {
  max-width: none !important;
}
.interstitial--contact label {
  color: #fff !important;
  font-size: 16px !important;
}
.interstitial--contact .hs-form-required {
  color: #ffffff !important;
}
.interstitial--contact .hs-error-msg {
  margin-top: -12px !important;
  font-weight: 400 !important;
}
.interstitial--contact #label-i_m_interested_in___-e9416f73-7617-470d-b935-b3808bea9d92 {
  display: inline-block !important;
  margin-top: 12px !important;
}
.interstitial--contact input[type=text],
.interstitial--contact input[type=email],
.interstitial--contact input[type=tel],
.interstitial--contact textarea {
  width: 100% !important;
  border: none;
  background: #fff !important;
  color: #7f7f7f !important;
  box-shadow: inset 0 -2px 0 #8cc63f;
}
.interstitial--contact .inputs-list {
  list-style: none !important;
  margin: 0 !important;
}
.interstitial--contact input[type=checkbox] {
  width: 24px !important;
  height: 24px !important;
  vertical-align: middle;
  margin-right: 6px !important;
}
.interstitial--contact input[type=checkbox] + span {
  font-weight: 600 !important;
  font-size: 18px !important;
}
.interstitial--contact .cookie-reset-container a {
  color: #ffffff !important;
}
.interstitial--contact .hs-button {
  background: #ffffff !important;
}
.interstitial--contact .hs-button:hover,
.interstitial--contact .hs-button:focus {
  background: #6244BB !important;
  color: #ffffff !important;
}

@media (min-width: 480px) {
  .interstitial--contact .form-columns-2 {
    margin-right: -24px !important;
  }
  .interstitial--contact .form-columns-2 > .hs-form-field {
    padding-right: 24px !important;
  }
  .interstitial--contact #label-i_m_interested_in___-e9416f73-7617-470d-b935-b3808bea9d92 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 780px) and (max-width: 979px),
(min-width: 1280px) {
  .interstitial--contact .hs-form-checkbox {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .interstitial--contact .hs-form-checkbox:nth-child(1),
  .interstitial--contact .hs-form-checkbox:nth-child(4) {
    width: 35% !important;
  }
  .interstitial--contact .hs-form-checkbox:nth-child(2),
  .interstitial--contact .hs-form-checkbox:nth-child(5) {
    width: 30% !important;
  }
  .interstitial--contact .hs-form-checkbox:nth-child(3) {
    width: 35% !important;
  }
  .interstitial--contact .hs-form-checkbox:nth-child(6),
  .interstitial--contact .hs-form-checkbox:nth-child(7) {
    width: 30% !important;
  }
}

/*general hubspot form styling*/
.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form input[type=tel],
.hbspt-form textarea {
  width: 100% !important;
  border: none;
  background: #f1f1f1 !important;
  color: #7f7f7f !important;
  box-shadow: inset 0 -2px 0 #CCC;
}
.hbspt-form .cookie-reset-container {
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif !important;
}
.hbspt-form .form-columns-2,
.hbspt-form .form-columns-1 {
  max-width: 100% !important;
}

.legal-consent-container p {
  font-size: 80% !important;
  line-height: 1.4 !important;
  margin-bottom: 24px !important;
  margin-top: 24px !important;
}

.cookie-reset-container a {
  color: #5452a3 !important;
  text-decoration: none !important;
}
.cookie-reset-container a:hover,
.cookie-reset-container a:focus {
  color: #8cc63f !important;
}

ul.hs-error-msgs li::before {
  display: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
ul.hs-error-msgs {
  margin: 12px 12px 12px 0 !important;
}

.hbspt-form .actions {
  margin-top: 24px !important;
}
/*
.hs-button {
  border-radius: 24px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 12px 36px !important;
  border-radius: 24px !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #444444 !important;
  background: #ffffff !important;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out !important;
  text-transform: uppercase !important;
}
.hs-button:hover,
.hs-button:focus {
  color: #fff !important;
  background: #6244BB !important;
  transform: translateY(-2px) !important;
}
.hs-button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8) !important;
  outline-offset: -6px !important;
}
.hs-button:active {
  transform: translateY(0) !important;
  box-shadow: none !important;
  transition: none !important;
}
*/
li.hs-form-radio::before {
  display: none !important;
}
li.hs-form-radio input {
  margin-right: 4px;
  top: 1px;
}

ul.inputs-list {
  margin-left: 0;
}
ul.inputs-list li::before,
li.hs-form-booleancheckbox::before {
  display: none !important;
}

.hs_select_event_date_ > label {
  margin-top: 24px;
}

.hs-field-desc {
  font-size: 14px;
}

.hs-input {
  margin-right: 6px;
  vertical-align: middle;
}

.hs-fieldtype-booleancheckbox {
  margin-top: 12px;
}

.hs-recaptcha {
  margin-top: 24px;
}

/*Engagefully 365 Interactive Resource Form */
.hbspt-form .submitted-message {
  background: rgba(121, 163, 56, 0.9);;
  padding: 24px;
  color: #000;
  border-radius: 100px;
}
.hbspt-form .submitted-message p:first-child {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.hbspt-form .submitted-message p {
  font-size: 18px;
  line-height: 26pt;
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
}

.interstitial__disclaimer {
  font-size: 12px;
  line-height: 18pt;
}


/*! ---------- =grids ---------- */

.grid {
  display: flex !important;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 26px 0;
  padding: 0;
  margin: 0 -26px 26px 0;
  list-style: none;
}
.grid.align-left,
.grid--justify-left {
  justify-content: flex-start;
}
.grid.align-right,
.grid--justify-right {
  justify-content: flex-end;
}
.grid--align-bottom {
  align-items: flex-end;
}
.grid--align-center {
  align-items: center;
}
.grid--align-stretch {
  align-items: stretch;
}
.grid--align-baseline {
  align-items: baseline;
}
.grid.no-margin {
  margin-bottom: 0;
}
.grid--compact {
  gap: 13px 0;
  margin-right: -13px;
}

@media (min-width: 780px) {
  .grid {
    margin-right: -52px;
    gap: 52px 0;
  }
  .grid--compact {
    margin-right: -26px;
    gap: 26px 0;
  }
}

.grid__unit {
  flex: 100% 0 0;
  max-width: 100%;
  margin: 0;
  padding-right: 26px;
}
.grid__unit--push {
  margin-left: auto;
}
.grid__unit--align-top {
  align-self: flex-start;
}
.grid__unit--align-bottom {
  align-self: flex-end;
}
.grid__unit--align-center {
  align-self: center;
}
.grid__unit--align-stretch {
  align-self: stretch;
}
.grid__unit--align-baseline {
  align-self: baseline;
}
.grid--compact > .grid__unit {
  padding-right: 13px;
}

@media (min-width: 780px) {
  .grid__unit {
    flex: 1% 1 0;
    padding-right: 52px;
  }
  .grid--compact > .grid__unit {
    padding-right: 26px;
  }
}

/*
 * Writes a set of grid unit classes. Loops over a set of dividends and
 * divisors, creating corresponding fractional grid unit classes
 */
.grid__unit--1-1 {
  flex: 100% 0 0;
  width: 100%;
}
.grid__unit--1-2 {
  flex: 50% 0 0;
  width: 50%;
}
.grid__unit--1-3 {
  flex: 33.3333333333% 0 0;
  width: 33.3333333333%;
}
.grid__unit--2-3 {
  flex: 66.6666666667% 0 0;
  width: 66.6666666667%;
}
.grid__unit--1-4 {
  flex: 25% 0 0;
  width: 25%;
}
.grid__unit--3-4 {
  flex: 75% 0 0;
  width: 75%;
}
.grid__unit--1-5 {
  flex: 20% 0 0;
  width: 20%;
}
.grid__unit--2-5 {
  flex: 40% 0 0;
  width: 40%;
}
.grid__unit--3-5 {
  flex: 60% 0 0;
  width: 60%;
}
.grid__unit--4-5 {
  flex: 80% 0 0;
  width: 80%;
}
.grid__unit--1-6 {
  flex: 16.6666666667% 0 0;
  width: 16.6666666667%;
}
.grid__unit--5-6 {
  flex: 83.3333333333% 0 0;
  width: 83.3333333333%;
}
.grid__unit--1-8 {
  flex: 12.5% 0 0;
  width: 12.5%;
}
.grid__unit--3-8 {
  flex: 37.5% 0 0;
  width: 37.5%;
}
.grid__unit--5-8 {
  flex: 62.5% 0 0;
  width: 62.5%;
}
.grid__unit--7-8 {
  flex: 87.5% 0 0;
  width: 87.5%;
}
.grid__unit--1-9 {
  flex: 11.1111111111% 0 0;
  width: 11.1111111111%;
}
.grid__unit--2-9 {
  flex: 22.2222222222% 0 0;
  width: 22.2222222222%;
}
.grid__unit--4-9 {
  flex: 44.4444444444% 0 0;
  width: 44.4444444444%;
}
.grid__unit--5-9 {
  flex: 55.5555555556% 0 0;
  width: 55.5555555556%;
}
.grid__unit--7-9 {
  flex: 77.7777777778% 0 0;
  width: 77.7777777778%;
}
.grid__unit--8-9 {
  flex: 88.8888888889% 0 0;
  width: 88.8888888889%;
}
.grid__unit--1-12 {
  flex: 8.3333333333% 0 0;
  width: 8.3333333333%;
}
.grid__unit--5-12 {
  flex: 41.6666666667% 0 0;
  width: 41.6666666667%;
}
.grid__unit--7-12 {
  flex: 58.3333333333% 0 0;
  width: 58.3333333333%;
}
.grid__unit--11-12 {
  flex: 91.6666666667% 0 0;
  width: 91.6666666667%;
}

@media (min-width: 480px) {
  .grid__unit--1-1-s {
    flex: 100% 0 0;
    width: 100%;
  }
  .grid__unit--1-2-s {
    flex: 50% 0 0;
    width: 50%;
  }
  .grid__unit--1-3-s {
    flex: 33.3333333333% 0 0;
    width: 33.3333333333%;
  }
  .grid__unit--2-3-s {
    flex: 66.6666666667% 0 0;
    width: 66.6666666667%;
  }
  .grid__unit--1-4-s {
    flex: 25% 0 0;
    width: 25%;
  }
  .grid__unit--3-4-s {
    flex: 75% 0 0;
    width: 75%;
  }
  .grid__unit--1-5-s {
    flex: 20% 0 0;
    width: 20%;
  }
  .grid__unit--2-5-s {
    flex: 40% 0 0;
    width: 40%;
  }
  .grid__unit--3-5-s {
    flex: 60% 0 0;
    width: 60%;
  }
  .grid__unit--4-5-s {
    flex: 80% 0 0;
    width: 80%;
  }
  .grid__unit--1-6-s {
    flex: 16.6666666667% 0 0;
    width: 16.6666666667%;
  }
  .grid__unit--5-6-s {
    flex: 83.3333333333% 0 0;
    width: 83.3333333333%;
  }
  .grid__unit--1-8-s {
    flex: 12.5% 0 0;
    width: 12.5%;
  }
  .grid__unit--3-8-s {
    flex: 37.5% 0 0;
    width: 37.5%;
  }
  .grid__unit--5-8-s {
    flex: 62.5% 0 0;
    width: 62.5%;
  }
  .grid__unit--7-8-s {
    flex: 87.5% 0 0;
    width: 87.5%;
  }
  .grid__unit--1-9-s {
    flex: 11.1111111111% 0 0;
    width: 11.1111111111%;
  }
  .grid__unit--2-9-s {
    flex: 22.2222222222% 0 0;
    width: 22.2222222222%;
  }
  .grid__unit--4-9-s {
    flex: 44.4444444444% 0 0;
    width: 44.4444444444%;
  }
  .grid__unit--5-9-s {
    flex: 55.5555555556% 0 0;
    width: 55.5555555556%;
  }
  .grid__unit--7-9-s {
    flex: 77.7777777778% 0 0;
    width: 77.7777777778%;
  }
  .grid__unit--8-9-s {
    flex: 88.8888888889% 0 0;
    width: 88.8888888889%;
  }
  .grid__unit--1-12-s {
    flex: 8.3333333333% 0 0;
    width: 8.3333333333%;
  }
  .grid__unit--5-12-s {
    flex: 41.6666666667% 0 0;
    width: 41.6666666667%;
  }
  .grid__unit--7-12-s {
    flex: 58.3333333333% 0 0;
    width: 58.3333333333%;
  }
  .grid__unit--11-12-s {
    flex: 91.6666666667% 0 0;
    width: 91.6666666667%;
  }
}

@media (min-width: 780px) {
  .grid__unit--1-1-m {
    flex: 100% 0 0;
    width: 100%;
  }
  .grid__unit--1-2-m {
    flex: 50% 0 0;
    width: 50%;
  }
  .grid__unit--1-3-m {
    flex: 33.3333333333% 0 0;
    width: 33.3333333333%;
  }
  .grid__unit--2-3-m {
    flex: 66.6666666667% 0 0;
    width: 66.6666666667%;
  }
  .grid__unit--1-4-m {
    flex: 25% 0 0;
    width: 25%;
  }
  .grid__unit--3-4-m {
    flex: 75% 0 0;
    width: 75%;
  }
  .grid__unit--1-5-m {
    flex: 20% 0 0;
    width: 20%;
  }
  .grid__unit--2-5-m {
    flex: 40% 0 0;
    width: 40%;
  }
  .grid__unit--3-5-m {
    flex: 60% 0 0;
    width: 60%;
  }
  .grid__unit--4-5-m {
    flex: 80% 0 0;
    width: 80%;
  }
  .grid__unit--1-6-m {
    flex: 16.6666666667% 0 0;
    width: 16.6666666667%;
  }
  .grid__unit--5-6-m {
    flex: 83.3333333333% 0 0;
    width: 83.3333333333%;
  }
  .grid__unit--1-8-m {
    flex: 12.5% 0 0;
    width: 12.5%;
  }
  .grid__unit--3-8-m {
    flex: 37.5% 0 0;
    width: 37.5%;
  }
  .grid__unit--5-8-m {
    flex: 62.5% 0 0;
    width: 62.5%;
  }
  .grid__unit--7-8-m {
    flex: 87.5% 0 0;
    width: 87.5%;
  }
  .grid__unit--1-9-m {
    flex: 11.1111111111% 0 0;
    width: 11.1111111111%;
  }
  .grid__unit--2-9-m {
    flex: 22.2222222222% 0 0;
    width: 22.2222222222%;
  }
  .grid__unit--4-9-m {
    flex: 44.4444444444% 0 0;
    width: 44.4444444444%;
  }
  .grid__unit--5-9-m {
    flex: 55.5555555556% 0 0;
    width: 55.5555555556%;
  }
  .grid__unit--7-9-m {
    flex: 77.7777777778% 0 0;
    width: 77.7777777778%;
  }
  .grid__unit--8-9-m {
    flex: 88.8888888889% 0 0;
    width: 88.8888888889%;
  }
  .grid__unit--1-12-m {
    flex: 8.3333333333% 0 0;
    width: 8.3333333333%;
  }
  .grid__unit--5-12-m {
    flex: 41.6666666667% 0 0;
    width: 41.6666666667%;
  }
  .grid__unit--7-12-m {
    flex: 58.3333333333% 0 0;
    width: 58.3333333333%;
  }
  .grid__unit--11-12-m {
    flex: 91.6666666667% 0 0;
    width: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .grid__unit--1-1-l {
    flex: 100% 0 0;
    width: 100%;
  }
  .grid__unit--1-2-l {
    flex: 50% 0 0;
    width: 50%;
  }
  .grid__unit--1-3-l {
    flex: 33.3333333333% 0 0;
    width: 33.3333333333%;
  }
  .grid__unit--2-3-l {
    flex: 66.6666666667% 0 0;
    width: 66.6666666667%;
  }
  .grid__unit--1-4-l {
    flex: 25% 0 0;
    width: 25%;
  }
  .grid__unit--3-4-l {
    flex: 75% 0 0;
    width: 75%;
  }
  .grid__unit--1-5-l {
    flex: 20% 0 0;
    width: 20%;
  }
  .grid__unit--2-5-l {
    flex: 40% 0 0;
    width: 40%;
  }
  .grid__unit--3-5-l {
    flex: 60% 0 0;
    width: 60%;
  }
  .grid__unit--4-5-l {
    flex: 80% 0 0;
    width: 80%;
  }
  .grid__unit--1-6-l {
    flex: 16.6666666667% 0 0;
    width: 16.6666666667%;
  }
  .grid__unit--5-6-l {
    flex: 83.3333333333% 0 0;
    width: 83.3333333333%;
  }
  .grid__unit--1-8-l {
    flex: 12.5% 0 0;
    width: 12.5%;
  }
  .grid__unit--3-8-l {
    flex: 37.5% 0 0;
    width: 37.5%;
  }
  .grid__unit--5-8-l {
    flex: 62.5% 0 0;
    width: 62.5%;
  }
  .grid__unit--7-8-l {
    flex: 87.5% 0 0;
    width: 87.5%;
  }
  .grid__unit--1-9-l {
    flex: 11.1111111111% 0 0;
    width: 11.1111111111%;
  }
  .grid__unit--2-9-l {
    flex: 22.2222222222% 0 0;
    width: 22.2222222222%;
  }
  .grid__unit--4-9-l {
    flex: 44.4444444444% 0 0;
    width: 44.4444444444%;
  }
  .grid__unit--5-9-l {
    flex: 55.5555555556% 0 0;
    width: 55.5555555556%;
  }
  .grid__unit--7-9-l {
    flex: 77.7777777778% 0 0;
    width: 77.7777777778%;
  }
  .grid__unit--8-9-l {
    flex: 88.8888888889% 0 0;
    width: 88.8888888889%;
  }
  .grid__unit--1-12-l {
    flex: 8.3333333333% 0 0;
    width: 8.3333333333%;
  }
  .grid__unit--5-12-l {
    flex: 41.6666666667% 0 0;
    width: 41.6666666667%;
  }
  .grid__unit--7-12-l {
    flex: 58.3333333333% 0 0;
    width: 58.3333333333%;
  }
  .grid__unit--11-12-l {
    flex: 91.6666666667% 0 0;
    width: 91.6666666667%;
  }
}


/*! ---------- =tabs, =accordions, =modals ---------- */

.tabs--standard:not(:last-child) {
  margin-bottom: 52px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 13px;
  margin-bottom: -1px;
  border: 1px solid #EDEDED;
  color: #444444;
  background: #F6F6F6;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #ffffff;
  border-bottom-color: #ffffff;
  color: #00A7B5;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6.5px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #EDEDED;
  padding: 26px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--solutions .tabs__pane {
  display: none;
}
.tabs--solutions .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 52px;
}
.tabs--vertical .tabs__tab {
  background: #F6F6F6;
  padding: 14.82px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #00A7B5;
  background: #ffffff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #6244BB;
  outline-offset: -6.5px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 19.5px 26px;
    font-weight: 700;
  }
}

@media (max-width: 1279.97px) {

  .tabs--standard,
  .tabs--vertical {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--solutions .tabs__tab,
  .tabs--solutions .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    order: 1;
    border: 1px solid #EDEDED;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6.5px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #EDEDED #EDEDED #EDEDED;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    order: 2;
    padding: 26px 13px 78px;
    border: 1px solid #EDEDED;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    order: 20;
  }
}

@media (min-width: 1280px) {
  .tabs--standard {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    flex: 0 0 auto;
    padding: 19.5px 26px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    flex-basis: 50%;
    flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    flex-basis: 33.3%;
    flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    flex-basis: 25%;
    flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    flex-basis: 20%;
    flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    flex: 1 0 100%;
  }
  .tabs--vertical .tabs__tab {
    width: 325px;
    float: left;
    clear: left;
    padding: 18.5px 18.5px;
    margin-bottom: 6.5px;
    border: 1px solid #EDEDED;
    border-right-color: #EDEDED;
    box-shadow: inset 6.5px 0 0 #EDEDED;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #ffffff;
    border-color: #EDEDED #ffffff #EDEDED #EDEDED;
    box-shadow: inset 6.5px 0 0 #00A7B5;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 26px;
    background: #ffffff;
    border-left: 324px solid #ffffff;
    box-shadow: inset 0 0 0 1px #EDEDED;
  }
  .tabs--vertical .tabs__pane::after {
    content: "";
    display: table;
    clear: both;
    margin: 32.5px 0 -32.5px;
  }
}

.tabs {
  /* HOMEPAGE SOLUTIONS TABS */
}
.tabs--solutions {
  justify-content: center;
}
.tabs--solutions .tabs__tab {
  font-size: 25px;
  line-height: 26px;
  border: 0;
  color: #ffffff;
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
  position: relative;
  text-align: center;
}
.tabs--solutions .tabs__tab .fa-kit {
  font-size: 67.2px;
  vertical-align: middle;
}
.tabs--solutions .tabs__tab .tabs__arrow {
  font-size: 16px;
  line-height: 26px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 18px rgba(68, 68, 68, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 0 rgba(255, 255, 255, 0.2);
  display: inline-block;
  height: 39px;
  overflow: hidden;
  padding: 6.5px 0;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-out;
  vertical-align: middle;
  width: 39px;
}
.tabs--solutions .tabs__tab .tabs__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
}
.tabs--solutions .tabs__tab .tabs__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.099) 0%, rgba(255, 255, 255, 0) 100%);
}
.tabs--solutions .tabs__tab.is-active .tabs__arrow {
  transform: rotate(90deg);
}
.tabs--solutions .tabs__web,
.tabs--solutions .tabs__web.is-active {
  background: #307FE2;
  color: #ffffff;
}
.tabs--solutions .tabs__mobile,
.tabs--solutions .tabs__mobile.is-active {
  background: #79A338;
  color: #ffffff;
}
.tabs--solutions .tabs__ai,
.tabs--solutions .tabs__ai.is-active {
  background: #00A7B5;
  color: #ffffff;
}
.tabs--solutions .tabs__pane {
  border: 0;
}
.tabs--solutions .tabs__pane--web,
.tabs--solutions .tabs__pane--mobile,
.tabs--solutions .tabs__pane--ai {
  color: #ffffff;
}
.tabs--solutions .tabs__pane--web h1,
.tabs--solutions .tabs__pane--web .h1,
.tabs--solutions .tabs__pane--web h2,
.tabs--solutions .tabs__pane--web .h2,
.tabs--solutions .tabs__pane--web h3,
.tabs--solutions .tabs__pane--web .h3,
.tabs--solutions .tabs__pane--web h4,
.tabs--solutions .tabs__pane--web .h4,
.tabs--solutions .tabs__pane--web h5,
.tabs--solutions .tabs__pane--web .h5,
.tabs--solutions .tabs__pane--web h6,
.tabs--solutions .tabs__pane--web .h6,
.tabs--solutions .tabs__pane--web a:not(.button),
.tabs--solutions .tabs__pane--web p,
.tabs--solutions .tabs__pane--mobile h1,
.tabs--solutions .tabs__pane--mobile .h1,
.tabs--solutions .tabs__pane--mobile h2,
.tabs--solutions .tabs__pane--mobile .h2,
.tabs--solutions .tabs__pane--mobile h3,
.tabs--solutions .tabs__pane--mobile .h3,
.tabs--solutions .tabs__pane--mobile h4,
.tabs--solutions .tabs__pane--mobile .h4,
.tabs--solutions .tabs__pane--mobile h5,
.tabs--solutions .tabs__pane--mobile .h5,
.tabs--solutions .tabs__pane--mobile h6,
.tabs--solutions .tabs__pane--mobile .h6,
.tabs--solutions .tabs__pane--mobile a:not(.button),
.tabs--solutions .tabs__pane--mobile p,
.tabs--solutions .tabs__pane--ai h1,
.tabs--solutions .tabs__pane--ai .h1,
.tabs--solutions .tabs__pane--ai h2,
.tabs--solutions .tabs__pane--ai .h2,
.tabs--solutions .tabs__pane--ai h3,
.tabs--solutions .tabs__pane--ai .h3,
.tabs--solutions .tabs__pane--ai h4,
.tabs--solutions .tabs__pane--ai .h4,
.tabs--solutions .tabs__pane--ai h5,
.tabs--solutions .tabs__pane--ai .h5,
.tabs--solutions .tabs__pane--ai h6,
.tabs--solutions .tabs__pane--ai .h6,
.tabs--solutions .tabs__pane--ai a:not(.button),
.tabs--solutions .tabs__pane--ai p {
  color: #ffffff;
}
.tabs--solutions .tabs__pane--web {
  background: #307FE2;
  background: linear-gradient(145deg, #307fe2 60%, #205597 100%);
}
.tabs--solutions .tabs__pane--mobile {
  background: #307FE2;
  background: linear-gradient(145deg, #79a338 60%, #516d25 100%);
}
.tabs--solutions .tabs__pane--ai {
  background: #307FE2;
  background: linear-gradient(145deg, #00a7b5 60%, #006f79 100%);
}

.tabs__mobile h2, .tabs__ai h2 {
	color: #fff;
}

@media (max-width: 1279.97px) {

  .tabs--solutions.tabs--2 .tabs__tab,
  .tabs--solutions.tabs--3 .tabs__tab,
  .tabs--solutions.tabs--4 .tabs__tab,
  .tabs--solutions.tabs--5 .tabs__tab {
    flex-basis: 100%;
  }
}

@media (min-width: 1280px) {
  .tabs--solutions .tabs__pane {
    padding-bottom: 112px;
    padding-top: 112px;
  }
  .tabs--solutions .tabs__web::before {
    background: inherit;
    content: "";
    display: inline-block;
    height: 100%;
    left: -5000px;
    position: absolute;
    top: 0;
    width: 5000px;
  }
  .tabs--solutions .tabs__ai::after {
    background: inherit;
    content: "";
    display: inline-block;
    height: 100%;
    right: -5000px;
    position: absolute;
    top: 0;
    width: 5000px;
  }
}


.accordion__label {
  display: block;
  padding: 13px;
  background: #ffffff;
  border: 1px solid #EDEDED;
  color: #444444;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, border-radius 0.15s ease-out;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover {
  color: #00A7B5;
}
.accordion__label.is-active {
  color: #6244BB;
  border-color: #6244BB #6244BB #EDEDED #6244BB;
  background: rgb(247.35, 247.35, 247.35);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion__label.is-active .fa-arrow-right {
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6.5px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6.5px;
}
.accordion__content {
  margin-bottom: 12px;
  padding: 26px 13px;
  border: 1px solid #6244BB;
  border-top: none;
  border-radius: 0 0 5px 5px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.accordion__content + .accordion__label {
  margin-top: -19.5px;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}
.accordion__label--primary {
  color: #6244BB;
  border-color: #6244BB;
  background-color: #e0daf1;
}
.accordion__label--primary:hover {
  color: #ffffff;
  background-color: #6244BB;
}
.accordion__label--primary.is-active {
  color: #6244BB;
  border-color: #6244BB #6244BB #e0daf1 #6244BB;
  background-color: #e0daf1;
}
.accordion__label--highlight {
  color: #00A7B5;
  border-color: #00A7B5;
  background-color: #ccedf0;
}
.accordion__label--highlight:hover {
  color: #ffffff;
  background-color: #00A7B5;
}
.accordion__label--highlight.is-active {
  color: #00A7B5;
  border-color: #00A7B5 #00A7B5 #ccedf0 #00A7B5;
  background-color: #ccedf0;
}
.accordion__content--highlight {
  border-color: #00A7B5;
}
.accordion__label--action {
  color: #307FE2;
  border-color: #307FE2;
  background-color: #d6e5f9;
}
.accordion__label--action:hover {
  color: #ffffff;
  background-color: #307FE2;
}
.accordion__label--action.is-active {
  color: #307FE2;
  border-color: #307FE2 #307FE2 #d6e5f9 #307FE2;
  background-color: #d6e5f9;
}
.accordion__content--action {
  border-color: #307FE2;
}
.accordion__label--primary-solid {
  color: #ffffff;
  border-color: #6244BB;
  background-color: #6244BB;
}
.accordion__label--primary-solid:hover {
  color: #ffffff;
  background-color: #52399c;
}
.accordion__label--primary-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--primary-solid.is-active {
  color: #ffffff;
  border-color: #6244BB;
  background-color: #6244BB;
}
.js .accordion__content--primary-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--primary-solid {
  border-width: 1px 2px 2px;
}
.accordion__label--highlight-solid {
  color: #ffffff;
  border-color: #00A7B5;
  background-color: #00A7B5;
}
.accordion__label--highlight-solid:hover {
  color: #ffffff;
  background-color: #008b97;
}
.accordion__label--highlight-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--highlight-solid.is-active {
  color: #ffffff;
  border-color: #00A7B5;
  background-color: #00A7B5;
}
.js .accordion__content--highlight-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--highlight-solid {
  border-width: 1px 2px 2px;
  border-color: #00A7B5;
}
.accordion__label--action-solid {
  color: #ffffff;
  border-color: #307FE2;
  background-color: #307FE2;
}
.accordion__label--action-solid:hover {
  color: #ffffff;
  background-color: #286abc;
}
.accordion__label--action-solid:focus {
  outline: 1px dashed rgba(255, 255, 255, 0.3);
}
.accordion__label--action-solid.is-active {
  color: #ffffff;
  border-color: #307FE2;
  background-color: #307FE2;
}
.js .accordion__content--action-solid:not(.is-active) {
  border-width: 0 2px;
}
.accordion__content--action-solid {
  border-width: 1px 2px 2px;
  border-color: #307FE2;
}

.js .rd-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 52px 26px;
  z-index: -1;
  overflow-y: auto;
  overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
}
.js .rd-modal::-webkit-scrollbar {
  display: none;
}
.js .rd-modal.is-active {
  opacity: 1;
  z-index: 999;
  visibility: visible;
  transition: all 0.2s ease-out;
}
.rd-modal__close {
  display: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  padding: 26px 26px 0 0;
  font-size: 25px;
  line-height: 26px;
  color: #B2B2B2;
  background: rgba(68, 68, 68, 0.9);
}
.rd-modal__close:hover,
.rd-modal__close:focus {
  color: #FDFDFD;
}
.js .rd-modal__close {
  display: flex;
}
.rd-modal__content {
  width: 100%;
  max-width: 1500px;
  max-height: calc(100vh - 2 * 26px);
  margin: 26px 0;
  padding: 26px;
  border-radius: 5px;
  border: 1px solid #F6F6F6;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.rd-modal__content--thin {
  max-width: 750px;
}
.js .rd-modal__content {
  overflow-y: auto;
  overscroll-behavior: contain;
}

@media (min-width: 780px) {
  .js .rd-modal {
    padding: 78px 52px;
  }
  .rd-modal__close {
    padding: 52px 52px 0 0;
  }
  .rd-modal__content {
    padding: 52px;
  }
  .rd-modal__content--thin {
    padding: 52px 39px;
  }
}


/*! ---------- =cards ---------- */

.card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #EDEDED;
  border-radius: 6.5px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.card__body {
  padding: 26px;
  flex-grow: 1;
}
@media (max-width: 779.97px) {
  .card__body {
    padding: 6px;
  }
}
.card__image {
  width: 100%;
}
.card__header,
.card__footer,
.card__section {
  padding: 26px;
  border: solid #EDEDED;
}
.card__header--secondary,
.card__footer--secondary,
.card__section--secondary {
  background: #FDFDFD;
}
.card__header--tertiary,
.card__footer--tertiary,
.card__section--tertiary {
  background: #F6F6F6;
}
.card__header--borderless,
.card__footer--borderless,
.card__section--borderless {
  border: none;
}
.card__header {
  border-width: 0 0 1px;
  flex-grow: 0;
}
.card__header--borderless:not(.card__header--secondary):not(.card__header--tertiary) {
  padding-bottom: 0;
}
.card__footer {
  border-width: 1px 0 0;
  justify-self: flex-end;
  flex-grow: 0;
}
.card__footer--borderless:not(.card__footer--secondary):not(.card__footer--tertiary) {
  padding-top: 0;
}
.card__section {
  border-width: 1px 0;
  margin-top: 26px;
  margin-bottom: 12px;
}
.card__section + .card__section {
  margin-top: -26px;
  border-top-width: 0;
}
.card__section:first-child {
  margin-top: 0;
}
.card__section:last-child {
  margin-bottom: 0;
}
.card__body > .card__section {
  margin-left: -26px;
  margin-right: -26px;
}
.card__body > .card__section:first-child {
  margin-top: -26px;
}
.card__body > .card__section:last-child {
  margin-bottom: -26px;
}
.card--primary,
.card--primary .card__header,
.card--primary .card__footer,
.card--primary .card__section {
  border-color: #6244BB;
}
.card--primary a:not(.button):not(.more),
.card--primary h1,
.card--primary h2,
.card--primary h3,
.card--primary h4,
.card--primary h5,
.card--primary h6,
.card--primary .h1,
.card--primary .h2,
.card--primary .h3,
.card--primary .h4,
.card--primary .h5,
.card--primary .h6 {
  color: #6244BB;
}
.card--primary .card__header--secondary,
.card--primary .card__footer--secondary,
.card--primary .card__section--secondary {
  color: #412d7d;
  background: #e0daf1;
}
.card--primary .card__header--tertiary,
.card--primary .card__footer--tertiary,
.card--primary .card__section--tertiary {
  color: #412d7d;
  background: #cbc1e8;
}
.card--teal,
.card--accent,
.card--teal .card__header,
.card--accent .card__header,
.card--teal .card__footer,
.card--accent .card__footer,
.card--teal .card__section,
.card--accent .card__section {
  border-color: #00A7B5;
}
.card--teal a:not(.button):not(.more),
.card--teal h1,
.card--teal h2,
.card--teal h3,
.card--teal h4,
.card--teal h5,
.card--teal h6,
.card--teal .h1,
.card--teal .h2,
.card--teal .h3,
.card--teal .h4,
.card--teal .h5,
.card--teal .h6,
.card--accent a:not(.button):not(.more),
.card--accent h1,
.card--accent h2,
.card--accent h3,
.card--accent h4,
.card--accent h5,
.card--accent h6,
.card--accent .h1,
.card--accent .h2,
.card--accent .h3,
.card--accent .h4,
.card--accent .h5,
.card--accent .h6 {
  color: #00A7B5;
}
.card--teal .card__header--secondary,
.card--accent .card__header--secondary,
.card--teal .card__footer--secondary,
.card--accent .card__footer--secondary,
.card--teal .card__section--secondary,
.card--accent .card__section--secondary {
  color: #006f79;
  background: #ccedf0;
}
.card--teal .card__header--tertiary,
.card--accent .card__header--tertiary,
.card--teal .card__footer--tertiary,
.card--accent .card__footer--tertiary,
.card--teal .card__section--tertiary,
.card--accent .card__section--tertiary {
  color: #006f79;
  background: #aae2e6;
}
.card--blue,
.card--action,
.card--blue .card__header,
.card--action .card__header,
.card--blue .card__footer,
.card--action .card__footer,
.card--blue .card__section,
.card--action .card__section {
  border-color: #307FE2;
}
.card--blue a:not(.button):not(.more),
.card--blue h1,
.card--blue h2,
.card--blue h3,
.card--blue h4,
.card--blue h5,
.card--blue h6,
.card--blue .h1,
.card--blue .h2,
.card--blue .h3,
.card--blue .h4,
.card--blue .h5,
.card--blue .h6,
.card--action a:not(.button):not(.more),
.card--action h1,
.card--action h2,
.card--action h3,
.card--action h4,
.card--action h5,
.card--action h6,
.card--action .h1,
.card--action .h2,
.card--action .h3,
.card--action .h4,
.card--action .h5,
.card--action .h6 {
  color: #307FE2;
}
.card--blue .card__header--secondary,
.card--action .card__header--secondary,
.card--blue .card__footer--secondary,
.card--action .card__footer--secondary,
.card--blue .card__section--secondary,
.card--action .card__section--secondary {
  color: #205597;
  background: #d6e5f9;
}
.card--blue .card__header--tertiary,
.card--action .card__header--tertiary,
.card--blue .card__footer--tertiary,
.card--action .card__footer--tertiary,
.card--blue .card__section--tertiary,
.card--action .card__section--tertiary {
  color: #205597;
  background: #bad4f5;
}
.card--green,
.card--green .card__header,
.card--green .card__footer,
.card--green .card__section {
  border-color: #79A338;
}
.card--green a:not(.button):not(.more),
.card--green h1,
.card--green h2,
.card--green h3,
.card--green h4,
.card--green h5,
.card--green h6,
.card--green .h1,
.card--green .h2,
.card--green .h3,
.card--green .h4,
.card--green .h5,
.card--green .h6 {
  color: #79A338;
}
.card--green .card__header--secondary,
.card--green .card__footer--secondary,
.card--green .card__section--secondary {
  color: #516d25;
  background: #e4edd7;
}
.card--green .card__header--tertiary,
.card--green .card__footer--tertiary,
.card--green .card__section--tertiary {
  color: #516d25;
  background: #d2e0bd;
}
.card--orange,
.card--orange .card__header,
.card--orange .card__footer,
.card--orange .card__section {
  border-color: #FFB927;
}
.card--orange a:not(.button):not(.more),
.card--orange h1,
.card--orange h2,
.card--orange h3,
.card--orange h4,
.card--orange h5,
.card--orange h6,
.card--orange .h1,
.card--orange .h2,
.card--orange .h3,
.card--orange .h4,
.card--orange .h5,
.card--orange .h6 {
  color: #FFB927;
}
.card--orange .card__header--secondary,
.card--orange .card__footer--secondary,
.card--orange .card__section--secondary {
  color: #aa7b1a;
  background: #fff1d4;
}
.card--orange .card__header--tertiary,
.card--orange .card__footer--tertiary,
.card--orange .card__section--tertiary {
  color: #aa7b1a;
  background: #ffe8b7;
}
.card--fill-primary .card__header,
.card--fill-primary .card__footer,
.card--fill-primary .card__section,
.card--fill-teal .card__header,
.card--fill-teal .card__footer,
.card--fill-teal .card__section,
.card--fill-accent .card__header,
.card--fill-accent .card__footer,
.card--fill-accent .card__section,
.card--fill-blue .card__header,
.card--fill-blue .card__footer,
.card--fill-blue .card__section,
.card--fill-action .card__header,
.card--fill-action .card__footer,
.card--fill-action .card__section,
.card--fill-green .card__header,
.card--fill-green .card__footer,
.card--fill-green .card__section,
.card--fill-orange .card__header,
.card--fill-orange .card__footer,
.card--fill-orange .card__section,
.card--inverse .card__header,
.card--inverse .card__footer,
.card--inverse .card__section {
  border-color: #ffffff;
}
.card--fill-primary,
.card--fill-teal,
.card--fill-accent,
.card--fill-blue,
.card--fill-action,
.card--fill-green,
.card--fill-orange,
.card--inverse {
  border: none;
  color: #ffffff;
  box-shadow: none;
}
.card--fill-primary h1,
.card--fill-primary h2,
.card--fill-primary h3,
.card--fill-primary h4,
.card--fill-primary h5,
.card--fill-primary h6,
.card--fill-primary .h1,
.card--fill-primary .h2,
.card--fill-primary .h3,
.card--fill-primary .h4,
.card--fill-primary .h5,
.card--fill-primary .h6,
.card--fill-teal h1,
.card--fill-teal h2,
.card--fill-teal h3,
.card--fill-teal h4,
.card--fill-teal h5,
.card--fill-teal h6,
.card--fill-teal .h1,
.card--fill-teal .h2,
.card--fill-teal .h3,
.card--fill-teal .h4,
.card--fill-teal .h5,
.card--fill-teal .h6,
.card--fill-accent h1,
.card--fill-accent h2,
.card--fill-accent h3,
.card--fill-accent h4,
.card--fill-accent h5,
.card--fill-accent h6,
.card--fill-accent .h1,
.card--fill-accent .h2,
.card--fill-accent .h3,
.card--fill-accent .h4,
.card--fill-accent .h5,
.card--fill-accent .h6,
.card--fill-blue h1,
.card--fill-blue h2,
.card--fill-blue h3,
.card--fill-blue h4,
.card--fill-blue h5,
.card--fill-blue h6,
.card--fill-blue .h1,
.card--fill-blue .h2,
.card--fill-blue .h3,
.card--fill-blue .h4,
.card--fill-blue .h5,
.card--fill-blue .h6,
.card--fill-action h1,
.card--fill-action h2,
.card--fill-action h3,
.card--fill-action h4,
.card--fill-action h5,
.card--fill-action h6,
.card--fill-action .h1,
.card--fill-action .h2,
.card--fill-action .h3,
.card--fill-action .h4,
.card--fill-action .h5,
.card--fill-action .h6,
.card--fill-green h1,
.card--fill-green h2,
.card--fill-green h3,
.card--fill-green h4,
.card--fill-green h5,
.card--fill-green h6,
.card--fill-green .h1,
.card--fill-green .h2,
.card--fill-green .h3,
.card--fill-green .h4,
.card--fill-green .h5,
.card--fill-green .h6,
.card--fill-orange h1,
.card--fill-orange h2,
.card--fill-orange h3,
.card--fill-orange h4,
.card--fill-orange h5,
.card--fill-orange h6,
.card--fill-orange .h1,
.card--fill-orange .h2,
.card--fill-orange .h3,
.card--fill-orange .h4,
.card--fill-orange .h5,
.card--fill-orange .h6,
.card--inverse h1,
.card--inverse h2,
.card--inverse h3,
.card--inverse h4,
.card--inverse h5,
.card--inverse h6,
.card--inverse .h1,
.card--inverse .h2,
.card--inverse .h3,
.card--inverse .h4,
.card--inverse .h5,
.card--inverse .h6 {
  color: #ffffff;
}
.card--fill-primary a:not(.button):not(.more),
.card--fill-teal a:not(.button):not(.more),
.card--fill-accent a:not(.button):not(.more),
.card--fill-blue a:not(.button):not(.more),
.card--fill-action a:not(.button):not(.more),
.card--fill-green a:not(.button):not(.more),
.card--fill-orange a:not(.button):not(.more),
.card--inverse a:not(.button):not(.more) {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.card--fill-primary {
  background: #6244BB;
}
.card--fill-primary .card__header--secondary,
.card--fill-primary .card__footer--secondary,
.card--fill-primary .card__section--secondary {
  background: #52399c;
}
.card--fill-primary .card__header--tertiary,
.card--fill-primary .card__footer--tertiary,
.card--fill-primary .card__section--tertiary {
  background: #412d7d;
}
.card--fill-teal,
.card--fill-accent {
  background: #00A7B5;
}
.card--fill-teal .card__header--secondary,
.card--fill-accent .card__header--secondary,
.card--fill-teal .card__footer--secondary,
.card--fill-accent .card__footer--secondary,
.card--fill-teal .card__section--secondary,
.card--fill-accent .card__section--secondary {
  background: #008b97;
}
.card--fill-teal .card__header--tertiary,
.card--fill-accent .card__header--tertiary,
.card--fill-teal .card__footer--tertiary,
.card--fill-accent .card__footer--tertiary,
.card--fill-teal .card__section--tertiary,
.card--fill-accent .card__section--tertiary {
  background: #006f79;
}
.card--fill-blue,
.card--fill-action {
  background: #307FE2;
}
.card--fill-blue .card__header--secondary,
.card--fill-action .card__header--secondary,
.card--fill-blue .card__footer--secondary,
.card--fill-action .card__footer--secondary,
.card--fill-blue .card__section--secondary,
.card--fill-action .card__section--secondary {
  background: #286abc;
}
.card--fill-blue .card__header--tertiary,
.card--fill-action .card__header--tertiary,
.card--fill-blue .card__footer--tertiary,
.card--fill-action .card__footer--tertiary,
.card--fill-blue .card__section--tertiary,
.card--fill-action .card__section--tertiary {
  background: #205597;
}
.card--fill-green {
  background: #79A338;
}
.card--fill-green .card__header--secondary,
.card--fill-green .card__footer--secondary,
.card--fill-green .card__section--secondary {
  background: #65882f;
}
.card--fill-green .card__header--tertiary,
.card--fill-green .card__footer--tertiary,
.card--fill-green .card__section--tertiary {
  background: #516d25;
}
.card--fill-orange {
  background: #FFB927;
}
.card--fill-orange .card__header--secondary,
.card--fill-orange .card__footer--secondary,
.card--fill-orange .card__section--secondary {
  background: #d59a21;
}
.card--fill-orange .card__header--tertiary,
.card--fill-orange .card__footer--tertiary,
.card--fill-orange .card__section--tertiary {
  background: #aa7b1a;
}
.card--inverse {
  background: #444444;
}
.card--inverse .card__header--secondary,
.card--inverse .card__footer--secondary,
.card--inverse .card__section--secondary {
  background: #666666;
}
.card--inverse .card__header--tertiary,
.card--inverse .card__footer--tertiary,
.card--inverse .card__section--tertiary {
  background: #777777;
}

.card-grid {
  display: grid;
  grid-template-columns: Repeat(auto-fit, minmax(312px, 1fr));
  gap: 52px;
}
.card-grid:not(:last-child) {
  margin-bottom: 52px;
}
.card-grid--compact {
  gap: 26px;
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 52px;
}
.item-list + .button {
  margin-top: -26px;
}
.item-list__item + .item-list__item {
  margin-top: 26px;
}
.item-list__link {
  display: block;
  position: relative;
  color: #444444;
}
.item-list__link:hover,
.item-list__link:focus {
  color: #444444;
}
.media-wrapper,
.item-list__media {
  display: block;
  width: 120px;
  max-width: 33%;
  float: left;
  margin-right: 26px;
  overflow: hidden;
}
.success-heading-link:hover img,
.item-list__media img {
  transition: transform 0.15s ease-out;
}
.success-heading-link:hover .media-wrapper img,
.item-list__link:hover .item-list__media img,
.item-list__link:focus .item-list__media img {
  transform: scale(1.04);
}
.posts-list .item-list__media,
.events-list .item-list__media,
.success-heading-link .media-wrapper {
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.success-heading-link .meta-tags-list {
  justify-content: center;
}
.align-top {
  align-self: flex-start !important;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 26px;
  margin: 0;
  color: #6244BB;
  transition: color 0.15s ease-out;
}
.item-list a.item-list __title:hover,
.item-list a.item-list __title:focus,
.item-list__link:hover .item-list__title,
.item-list__link:focus .item-list__title {
  color: #31225e;
}
.item-list__date {
  display: block;
  margin: 6.5px 0 0;
  font-family: "Open Sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  opacity: 0.7;
}
.item-list__description {
  margin: 6.5px 0 0;
}
.posts-list .item-list__media,
.media-wrapper {
   height: 400px;
}
.media-wrapper,
.item-list--grid .item-list__media {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 13px;
}
.media-wrapper img,
.posts-list .item-list__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-left img {
  object-position: top left; 
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}

@media (max-width: 479.97px) {
  .media-wrapper,
  .item-list__media {
    float: none;
    margin: 0 auto 13px;
  }
}

.item-list--logos .item-list__media {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto;
}
.item-list--logos {
  align-items: center;
}

.stacked-list {
  list-style: none;
}
.stacked-list:not(:last-child) {
  margin-bottom: 52px;
}
.stacked-list--constrain {
  max-width: 50em !important;
  margin-left: auto;
  margin-right: auto;
}
.stacked-list__item {
  margin: 0;
}
.stacked-list__item + .stacked-list__item {
  margin-top: 52px;
}
.stacked-list__link {
  display: block;
  position: relative;
  color: #444444;
}
.stacked-list__link:hover,
.stacked-list__link:focus {
  color: #444444;
}
.stacked-list__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.stacked-list__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.15s ease-out;
}
.stacked-list__link:hover .stacked-list__media img,
.stacked-list__link:focus .stacked-list__media img {
  transform: scale(1.05);
}
.stacked-list__content {
  position: relative;
  z-index: 3;
}
.stacked-list__title {
  font-size: 18px;
  line-height: 26px;
}
.stacked-list__link:hover .stacked-list__title,
.stacked-list__link:focus .stacked-list__title {
  color: #6244BB;
}
.stacked-list__title + .stacked-list__tags {
  margin-top: -18.2px;
  margin-bottom: 13px;
}
.stacked-list__date {
  display: block;
  font-size: 16px;
  color: #B2B2B2;
}
.stacked-list__title + .stacked-list__date {
  margin-top: -26px;
}
.stacked-list__date + .stacked-list__description {
  margin-top: 13px;
}

.tiled-list {
  list-style: none;
}
.tiled-list:not(:last-child) {
  margin-bottom: 52px;
}
.tiled-list__item {
  display: flex;
  margin: 0;
}
.tiled-list__exposition {
  position: relative;
  overflow: hidden;
}
.tiled-list__actions {
  margin-top: 26px;
}
.tiled-list__link {
  flex: 0 0 100%;
  display: block;
  position: relative;
}
.tiled-list__media {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tiled-list__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.15s ease-out;
}
.tiled-list__link:hover .tiled-list__media img,
.tiled-list__link:focus .tiled-list__media img {
  transform: scale(1.05);
}
.tiled-list__content {
  position: relative;
  z-index: 3;
}
.tiled-list__title {
  font-size: 18px;
  line-height: 26px;
}
.tiled-list__date {
  display: block;
  font-size: 16px;
  color: #444444;
}
.tiled-list__date + .tiled-list__description {
  margin-top: 13px;
}

.tiled-list__description {
  color: #444444;
}

@media (max-width: 779.97px) {

  .tiled-list__item + .tiled-list__item,
  .tiled-list__exposition + .tiled-list__item {
    margin-top: 26px;
  }
}

@media (min-width: 780px) {
  .tiled-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 26px;
  }
  .tiled-list__exposition,
  .tiled-list__item {
    flex: 1 0 30%;
  }
  .tiled-list__item--featured {
    flex: 11 0 45%;
  }
  .posts-list img,
  .success-heading-link img {
    height: 400px;
  }
}

@media (min-width: 780px) and (max-width: 1279.97px) {
  .tiled-list__item:not(.tiled-list__item--featured) .tiled-list__description {
    display: none;
  }
}

@media (min-width: 1280px) {
  .tiled-list__media img {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    object-fit: cover;
  }
  .tiled-list__featured .tiled-list__media {
    height: 100% !important;
  }
  .tiled-list__featured .tiled-list__media img {
    height: -webkit-fill-available;
    object-fit: cover;
  }
  .tiled-list--news .tiled-list__item:not(.tiled-list__featured) .tiled-list__content {
    margin-top: 230px !important;
  }
  .tiled-list--news .tiled-list__media {
    height: 250px;
  }
}


/*! 'professional' homepage list styles */
.stacked-list__link {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
.stacked-list__media {
  flex: 0 0 208px;
  /* height: 208px; */
  height: 100px;
}
.stacked-list__date::before {
  content: "";
  display: block;
  width: 130px;
  height: 4px;
  margin: 26px 0;
  background: #F6F6F6;
}
.stacked-list__title + .stacked-list__date {
  margin-top: 0;
}

@media (max-width: 779.97px) {
  .stacked-list__link {
    flex-direction: column;
    align-items: stretch;
  }
}


.tiled-list__exposition,
.tiled-list__link {
  border-radius: 39px;
}
.tiled-list__exposition {
  padding: 26px;
}
.tiled-list__link {
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #ffffff;
  background: #F6F6F6;
}
.tiled-list__link:hover,
.tiled-list__link:focus {
  color: #ffffff;
}
.tiled-list__media {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.homepage-list .tiled-list__content {
  flex-direction: column;
  align-items: flex-start;
}
.tiled-list__content-container,
.tiled-list__content {
  background: #F6F6F6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 26px;
}
.tiled-list__content-container {
  flex-direction: row;
  padding: 0;
  width: 100%;
}
.tiled-list__title,
.tiled-list__text {
  color: #444444;
}
.tiled-list__title + .tiled-list__tags {
  margin-top: -13px;
}
.tiled-list__action .button {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 12px 14px;
}
.tiled-list .tag__webinar::before {
  display: inline-block;
  content: "\f109";
  font: var(--fa-font-regular);
  margin-right: 6.5px;
}
.tiled-list .tag__blog::before {
  display: inline-block;
  content: "\f02b";
  font: var(--fa-font-regular);
  margin-right: 6.5px;
}
.tiled-list .tag__event::before {
  display: inline-block;
  content: "\f3c5";
  font: var(--fa-font-regular);
  margin-right: 6.5px;
}
.tiled-list--news .tiled-list__link {
  border: 2px solid #e6e6e6;
}
.tiled-list--news .tiled-list__item:not(.tiled-list__featured) {
  flex: 1 0 40%;
}
.tiled-list--news .tiled-list__item:not(.tiled-list__featured) .tiled-list__content {
  margin-top: 170px;
}
.tiled-list--news .tiled-list__item:not(.tiled-list__featured) .tiled-list__content .tiled-list__meta {
  flex-direction: column;
  gap: 6px;
}
.tiled-list--news .tiled-list__featured .tiled-list__media {
  bottom: 0;
}

@media (max-width: 1279.97px) {
  .tiled-list--news .tiled-list__link {
    min-height: 0 !important;
  }
  .tiled-list--news .tiled-list__item:not(.tiled-list__featured) .tiled-list__content,
  .tiled-list--news .tiled-list__featured .tiled-list__content {
    margin-top: 250px;
  }
}

@media (min-width: 780px) {
  .tiled-list__exposition {
    padding-top: 52px;
  }
  .tiled-list__content {
    padding-bottom: 39px;
  }
}


/*! ---------- =hero ---------- */

.hero {
  background: #6244BB;
  background: linear-gradient(75deg, #6244BB 0%, #307FE2 100%);
  color: #ffffff;
  position: relative;
  margin-bottom: 2px;
  overflow: hidden;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child {
  margin-top: -26px;
}
.hero__media {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -6px;
  z-index: 1;
}

@media (min-width: 1285px) {
.hero__media {
  top: 12px;
}
}
.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero__image--parallax img {
  height: calc(100% + 2.5vh);
  top: -1.25vh;
  bottom: -1.25vh;
}
.hero__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.hero__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 2.9s;
}
.hero__video-player.is-wide {
  top: 50%;
  transform: translateY(-50%);
}
.hero__video-player.is-tall {
  left: 50%;
  transform: translateX(-50%);
}
.hero__video-container.is-loaded .hero__video-player {
  opacity: 1;
}
.hero__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero__content {
  padding: 78px 26px;
  position: relative;
  z-index: 3;
}
.hero__title,
.hero__subtitle,
.hero__description {
  color: #ffffff;
}
.hero__actions {
  margin-top: 26px;
}

@media (max-width: 479.97px) {
  .hero__content {
    padding: 52px 26px 280px;
  }
  .hero__media {
    bottom: -6px !important;
  }
  .hero__actions .button {
    display: block;
  }
  .hero__actions .button + .button {
    margin-top: 13px;
  }
}

@media (min-width: 480px) {
  .hero__actions .button + .button {
    margin-left: 13px;
  }
}

@media (max-width: 779.97px) {
  .hero__content {
    padding: 52px 26px 252px;
  }
  .hero__media {
    bottom: -56px !important;
  }
  .hero__title {
    text-align: center;
    font-size: 7vw;
    line-height: 1.2;
  }
  .hero__subtitle {
    text-align: center;
    font-size: 6vw;
    line-height: 1.2;
  }
}

@media (min-width: 780px) {
  .hero__content {
    text-align: center;
    padding: 130px 52px 448px;
  }
  .content > .page-bounds > .hero:first-child {
    margin-top: -52px;
  }
}

@media (max-width: 1279.97px) {
  .hero__media {
    bottom: -112px !important;
  }
}

@media (min-width: 1280px) {
  .hero__media {
    left: auto;
    right: calc(50vw - 750px);
  }
  .hero__content {
    /* padding-top: 130px; */
    padding-top: 72px;
    padding-bottom: 0;
    min-height: 60vh;
  }
  .hero__width {
    max-width: 900px;
  }
  .hero__width .hero--left {
    margin-left: auto;
  }
  .hero__content h5 {
    max-width: 60%;
  }
}

/*! 'professional' hero style */
.hero::before {
  background: rgba(68, 68, 68, 0.6);
}
.hero__title,
.hero__subtitle,
.hero__description {
  color: #ffffff;
}

@media (min-width: 1280px) {
  .hero__content {
    text-align: left;
    position: relative;
  }
  .hero__title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 24px;
    width: 60%;
  }
  .hero__actions {
    margin-top: 39px;
  }
}


.horizontal {
  margin-bottom: 12px;
  position: relative;
}
.horizontal__scroller {
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  padding-bottom: 13px;
}
.horizontal__content {
  display: flex;
  gap: 26px;
}
.horizontal__content--align-top {
  align-items: flex-start;
}
.horizontal__content--align-bottom {
  align-items: flex-end;
}
.horizontal__content--align-center {
  align-items: center;
}
.horizontal__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 calc((100% - 52px) / 3);
}
.horizontal__item--stretch {
  align-self: stretch;
}
.horizontal__item--center {
  align-self: center;
}
.horizontal__item--top {
  align-self: flex-start;
}
.horizontal__item--bottom {
  align-self: flex-end;
}
.horizontal__content--pack .horizontal__item {
  flex-basis: auto;
}
.horizontal__control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  transform: translateY(-50%);
  color: #6244BB;
  background: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  z-index: 3;
}
.horizontal__control:hover,
.horizontal__control:focus {
  color: #00A7B5;
  border-color: #00A7B5;
}
.horizontal__control--left {
  left: 13px;
}
.horizontal__control--right {
  right: 13px;
}
.horizontal--is-at-start .horizontal__control--left,
.horizontal--is-at-start .horizontal__control--left:hover,
.horizontal--is-at-start .horizontal__control--left:focus,
.horizontal--is-at-end .horizontal__control--right,
.horizontal--is-at-end .horizontal__control--right:hover,
.horizontal--is-at-end .horizontal__control--right:focus {
  color: #CECECE;
  border-color: #F6F6F6;
  background: #F6F6F6;
  cursor: default;
  opacity: 0.4;
}

@media (max-width: 779.97px) {
  .horizontal__item {
    flex-basis: calc((100% - 26px) / 2);
  }
}

@media (max-width: 479.97px) {
  .horizontal__item {
    flex-basis: 80%;
  }
}

@media (min-width: 1708px) {
  .horizontal:not(.to-screen-edges):not(.background-section) .horizontal__control--left {
    left: -78px;
  }
  .horizontal:not(.to-screen-edges):not(.background-section) .horizontal__control--right {
    right: -78px;
  }
}

/** SPLIDE BASE CSS **/
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
 /* display: none; */
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}


@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}


.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 18px rgba(68, 68, 68, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 0 rgba(255, 255, 255, 0.2);
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
}
.splide__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.099) 0%, rgba(255, 255, 255, 0) 100%);
}
.splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: -1.5em;
  left: 0;
  padding: 0 26px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  margin: 6px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 18px;
}
.splide__pagination__page.is-active {
  background: #102a4b;
  border: 0;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}


/*! ---------- =background sections ---------- */

.background-section {
  background: #6244BB;
  position: relative;
  padding: 26px;
  margin-top: 52px;
  margin-bottom: 52px;
}
.background-section:first-child {
  margin-top: 0;
}
.background-section:last-child {
  margin-bottom: 0;
}
.background-section__green {
  background: linear-gradient(130deg, rgb(98, 184, 82) 0%, rgb(28, 161, 177) 100%);
}
.background-section__white {
  background: #fff;
}
@media (max-width: 900px) {
  .homepage-partners .partner-image img {
    height: 27px;
  }
  .homepage-partners .splide__slide {
    margin: auto !important;
  }
}
.homepage-partners .splide__arrow svg {
  fill: var(--wp--preset--color--type-primary);
}
.homepage-partners .splide__track--draggable {
  margin: auto 60px;
}
.content > .page-bounds > .background-section:first-child {
  margin-top: -26px;
}
.background-section__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.background-section__media,
.background-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.background-section__media {
  background-color: #F6F6F6;
}
.background-section__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.background-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-section__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.background-section__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 2.9s;
}
.background-section__video-player.is-wide {
  top: 50%;
  transform: translateY(-50%);
}
.background-section__video-player.is-tall {
  left: 50%;
  transform: translateX(-50%);
}
.background-section__video-container.is-loaded .background-section__video-player {
  opacity: 1;
}
.background-section__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.background-section__content {
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.background-section__content h1,
.background-section__content .h1,
.background-section__content h2,
.background-section__content .h2,
.background-section__content h3,
.background-section__content .h3,
.background-section__content h4,
.background-section__content .h4,
.background-section__content h5,
.background-section__content .h5,
.background-section__content h6,
.background-section__content .h6,
.background-section__content a:not(.button),
.background-section__content p {
  color: #ffffff;
}

@media (min-width: 780px) {
  .background-section {
    padding: 52px;
  }
  .content > .page-bounds > .background-section:first-child {
    margin-top: -52px;
  }
}

@media (min-width: 1280px) {
  .background-section--left .background-section__content {
    width: 50%;
  }
  .background-section--right .background-section__content {
    width: 50%;
    float: right;
  }
}


/*! ---------- =interstitials ---------- */

.interstitial {
  position: relative;
  padding: 0 26px;
  margin-top: 52px;
  margin-bottom: 52px;
}
.interstitial:first-child {
  margin-top: 0;
}
.interstitial:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .interstitial:first-child {
  margin-top: -26px;
}
.interstitial::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 2;
}
.interstitial__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.interstitial__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
}
.interstitial__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.interstitial__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.interstitial__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.interstitial__video-player {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 2.9s;
}
.interstitial__video-player.is-wide {
  top: 50%;
  transform: translateY(-50%);
}
.interstitial__video-player.is-tall {
  left: 50%;
  transform: translateX(-50%);
}
.interstitial__video-container.is-loaded .interstitial__video-player {
  opacity: 1;
}
.interstitial__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.interstitial__content {
  padding: 78px 0;
  position: relative;
  z-index: 3;
}
.interstitial__actions {
  margin-top: 26px;
}
.interstitial__title {
  font-size: 30px;
  line-height: 39px;
}

@media (max-width: 479.97px) {
  .interstitial__actions .button {
    display: block;
  }
  .interstitial__actions .button + .button {
    margin-top: 13px;
  }
}

@media (min-width: 480px) {
  .interstitial__actions .button + .button {
    margin-left: 13px;
  }
}

@media (min-width: 780px) {
  .interstitial {
    padding-left: 52px;
    padding-right: 52px;
  }
  .content > .page-bounds > .interstitial:first-child {
    margin-top: -52px;
  }
}

.interstitial--contact {
  margin-top: 2px;
}

/*! 'professional' interstitial style */
.interstitial {
  color: #ffffff;
}
.interstitial::before {
  background: linear-gradient(to right, rgba(98, 68, 187, 0.95) 10%, rgba(48, 127, 226, 0.95));
}
.interstitial__media {
  background: #444444;
}
.interstitial__media img {
  filter: grayscale(100%);
}
.interstitial__title,
.interstitial__description,
.interstitial h1,
.interstitial .h1,
.interstitial h2,
.interstitial .h2,
.interstitial h3,
.interstitial .h3,
.interstitial h4,
.interstitial .h4,
.interstitial h5,
.interstitial .h5,
.interstitial h6,
.interstitial .h6,
.interstitial p,
.interstitial a:not(.button) {
  color: #ffffff;
}
.interstitial a:not(.button) {
  font-weight: 700;
}
.interstitial a:not(.button):hover,
.interstitial a:not(.button):focus {
  text-decoration: underline;
}

@media (min-width: 780px) {
  .interstitial__content {
    padding-top: 130px;
    /* padding-bottom: 130px; */
    padding-bottom: 48px;
  }
  .full-width .interstitial__title {
    margin-bottom: 32px;
  }
  .interstitial__title {
    margin-bottom: 52px;
  }
  .interstitial__actions {
    margin-top: 39px;
  }
}
.interstitial.full-width {
  margin-top: 0 !important;
}
@media (min-width: 1280px) {
  .full-width .interstitial__content {
    width: 100% !important;
    padding: 64px 0 !important;
  }
  .interstitial--left .interstitial__content {
    width: 50%;
  }
  .interstitial--right .interstitial__content {
    width: 40%;
    float: right;
  }
}


.pagination {
  list-style: none;
  margin: 0 0 26px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination ul {
  list-style: none;
  margin: 0;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a,
.pagination li span {
  display: block;
  width: 39px;
  padding: 6.5px 0;
  text-align: center;
  color: #444444;
  background: #FDFDFD;
  font-size: 16px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #ffffff;
  background: #00A7B5;
}
.pagination .active a,
.pagination li .current {
  font-weight: 700;
  color: #ffffff;
  background: #6244BB;
}

@media (min-width: 1280px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}


/*! ---------- =quicklinks ---------- */

.quicklinks {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 52px;
}
.quicklinks__item {
  display: flex;
  min-width: 0;
}
.quicklinks__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 100%;
  min-width: 0;
  padding: 26px;
  word-wrap: break-word;
  position: relative;
}
.quicklinks__media {
  z-index: 1;
  overflow: hidden;
}
.quicklinks__media img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__media img,
.quicklinks__link:focus .quicklinks__media img {
  transform: scale(1.05);
}
.quicklinks__icon,
.quicklinks__content,
.quicklinks__disclose {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.quicklinks__icon {
  font-size: 44px;
}
.quicklinks__icon + .quicklinks__content .quicklinks__title,
.quicklinks__icon + .quicklinks__content .quicklinks__description:first-child {
  margin-top: 19.5px;
}
.quicklinks__title {
  display: block;
}
.quicklinks__description {
  margin-top: 13px;
}
.quicklinks__disclose {
  margin-top: 26px;
  font-size: 25px;
}

@media (max-width: 779.97px),
(min-width: 1280px) {
  .quicklinks__item--horizontal .quicklinks__link {
    flex-direction: row;
  }
  .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content {
    margin-left: 19.5px;
  }
  .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content .quicklinks__title,
  .quicklinks__item--horizontal .quicklinks__icon + .quicklinks__content .quicklinks__description:first-child {
    margin-top: 0;
  }
  .quicklinks__item--horizontal .quicklinks__disclose {
    margin-top: 0;
    margin-left: 26px;
  }
}

@media (max-width: 779.97px) {
  .quicklinks {
    flex-direction: column;
  }
  .quicklinks__item + .quicklinks__item {
    margin-top: 26px;
  }
}

@media (min-width: 780px) {
  .quicklinks__item {
    flex: 1 0 10%;
  }
  .quicklinks__item + .quicklinks__item {
    margin-left: 26px;
  }
}

/*! 'professional' quicklinks style */
.quicklinks__link {
  padding-top: 52px;
  padding-bottom: 52px;
  color: #ffffff;
  background: #52399c;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #ffffff;
  background: #9682d2;
}
.quicklinks__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.quicklinks__media img {
  opacity: 0.4;
}
.quicklinks__link:hover .quicklinks__media img,
.quicklinks__link:focus .quicklinks__media img {
  opacity: 0.7;
}
.quicklinks__icon {
  color: #ffffff;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__icon,
.quicklinks__link:focus .quicklinks__icon {
  color: #ffffff;
}
.success-heading-link h4 {
 transition: color 0.15s ease-out; 
}

.success-heading-link:hover h4 {
  color: #31225e;
}
.quicklinks__title {
  font-size: 21px;
  color: #ffffff;
  transition: color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__title,
.quicklinks__link:focus .quicklinks__title {
  color: #ffffff;
}
.quicklinks__description::before {
  content: "";
  display: block;
  width: 104px;
  height: 4px;
  margin: 19.5px 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.15s ease-out;
}
.quicklinks__link:hover .quicklinks__description::before,
.quicklinks__link:focus .quicklinks__description::before {
  background: rgba(255, 255, 255, 0.4);
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  /* overflow-x: hidden; */
  background: #ffffff;
}

.content {
  padding: 26px 26px 3px;
  padding-top: 104px;
}

.page-bounds {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.form-width {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.form-width__left {
  margin-left: 0;
}
.form-width__right {
  margin-right: 0;
}

.reading-width {
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
}
.reading-width__left {
  margin-left: 0;
}
.reading-width__right {
  margin-right: 0;
}


@media (min-width: 780px) {
  .content {
    padding: 52px 52px 3px;
  }
}


/*! ---------- =header common ---------- */

.page-header {
  padding: 0 26px;
  border-bottom: 1px solid #F6F6F6;
  background: #FDFDFD;
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 1279.97px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -26px;
    top: 0;
    padding: 26px 26px;
    color: #444444;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #ffffff;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6.5px;
  }
  .page-header__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    clear: both;
    margin-left: -26px;
    margin-right: -26px;
  }
}

@media (min-width: 1280px) {
  .page-header {
    padding-left: 52px;
    padding-right: 52px;
  }
}


@media (max-width: 1279.97px) {
  .header-search {
    order: 1;
  }

  .header-nav {
    order: 2;
  }

  .header-utility {
    order: 3;
  }
}

/*! push-right / offscreen mobile menu */


@media (max-width: 1279.97px) {
  body {
    transition: transform 0.2s ease-out;
  }
  body.mobile-menu-is-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(calc(100% - 78px));
  }

  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 78px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: #ffffff;
    transition: all 0.2s ease-out;
    overflow-y: auto;
  }

  @supports (transform: translateX(calc(100% - 78px))) {
    .page-header__content {
      display: flex;
      left: auto;
      right: 100%;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: flex;
  }
  .page-header .header-search__input {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    background: transparent;
    color: #6244BB;
  }
  .page-header__toggle {
    transition: all 0.2s ease-out;
  }
  .page-header__toggle.mobile-menu-is-open {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 0.01px;
    color: transparent;
    background: rgba(33, 23, 62, 0.8);
  }
  .page-header__toggle.mobile-menu-is-open .toggle-indicator {
    display: block;
    top: 31.2px;
    position: absolute;
  }
}


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 1279.97px) {
  .header-logo a {
    padding: 13px 0;
  }
  .header-logo img {
    max-height: 52px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 26px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #444444;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #444444;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #00A7B5;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #ffffff;
}

.header-utility__link,
.header-utility__link-2 {
  display: block;
  padding: 13px 6.5px;
  color: #444444;
}
.header-utility ul {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item--highlight .header-utility__link {
  padding-left: 26px;
  padding-right: 26px;
  background: #6244BB;
  background: linear-gradient(0deg, #6244BB 0%, #307FE2 100%);
  color: #ffffff;
  border-radius: 26px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.header-utility__item--highlight .header-utility__link:hover,
.header-utility__item--highlight .header-utility__link:focus {
  background: linear-gradient(180deg, #6244BB 0%, #307FE2 100%);
  color: #ffffff;
}

@media (max-width: 1279.97px) {
  .header-utility {
    padding: 19.5px 26px;
    text-align: center;
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
  .header-utility__link {
    color: #B2B2B2;
  }
  .header-utility__link:hover,
  .header-utility__link:focus {
    color: #6244BB;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 13px;
  margin: 0;
  opacity: 0.3;
  font-size: 18px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 13px 78px 13px 26px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
  line-height: 26px;
  background: #ffffff;
}
.header-search__submit {
  display: block;
  width: 65px;
  padding: 14px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #6244BB;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1279.97px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}

@media (min-width: 1280px) {
  .header-search {
    width: 65px;
    position: absolute;
    right: 0;
  }

  @supports (left: calc(100% - 65px)) {
    .header-search {
      width: auto;
      left: calc(100% - 65px);
      transition: left 0.15s ease-out;
    }
  }

  .header-search.is-focused {
    width: 100%;
  }

  @supports (left: calc(100% - 65px)) {
    .header-search.is-focused {
      width: auto;
      left: 0;
    }
  }


  .header-search__label {
    position: absolute;
    top: 50%;
    color: #6244BB;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    transform: translateY(-50%);
  }
  .header-search__label:hover,
  .header-search__label:focus {
    color: #00A7B5;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    right: 0;
    padding-left: 45.5px !important;
    transform-origin: 100% 50%;
    transform: translateY(-50%);
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
  }
  .header-search__submit {
    display: none;
  }
}


.header-socials ul {
  list-style: none;
  margin-left: 0;
}
.header-socials__item {
  border: 1px solid #777777;
  border-radius: 50%;
  display: inline-block;
  height: 39px;
  padding: 3.9px;
  text-align: center;
  vertical-align: middle;
  width: 39px;
}
.header-socials__item a {
  color: #777777;
}
.header-socials__item:hover,
.header-socials__item:focus {
  background: #6244BB;
}
.header-socials__item:hover a,
.header-socials__item:focus a {
  color: #ffffff;
}

@media (max-width: 1279.97px) {
  .header-socials {
    order: 3;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}


.header-nav__main-list,
.header-nav__list-2,
.header-nav__list-3,
.header-nav__list-4,
.header-nav__list-5 {
  list-style: none;
  margin: 0;
}
.header-nav__main-item,
.header-nav__item-2,
.header-nav__item-3,
.header-nav__item-4,
.header-nav__item-5 {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav__main-link, .header-nav__main-link:visited {
  color: #444444;
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.header-nav__link-2,
.header-nav__link-3,
.header-nav__link-4,
.header-nav__link-5 {
  font-size: 16px;
  color: #444444;
}
.header-nav__link-3 {
  color: rgb(93.5, 93.5, 93.5);
}
.header-nav__link-4,
.header-nav__link-5 {
  color: rgb(108.8, 108.8, 108.8);
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 1279.97px) {
  .header-nav {
    background: #ffffff;
  }
  .header-nav__main-link,
  .header-nav__link-2,
  .header-nav__link-3,
  .header-nav__link-4,
  .header-nav__link-5 {
    padding: 26px 65px 13px 26px;
    border-bottom: 1px solid #EDEDED;
  }
  .header-nav__main-link {
    color: #444444;
  }
  .header-nav__link-2,
  .header-nav__link-3,
  .header-nav__link-4,
  .header-nav__link-5 {
    border-bottom-color: rgba(237, 237, 237, 0.5);
    color: #444444;
  }
  .header-nav__link-2 {
    padding-left: 52px;
  }
  .header-nav__link-3 {
    padding-left: 78px;
  }
  .header-nav__link-4 {
    padding-left: 104px;
  }
  .header-nav__link-5 {
    padding-left: 130px;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 65px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: #CECECE;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    transform: scaleX(0.6);
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #6244BB;
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 1280px) {
  .header-nav__main-list {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav__main-item {
    display: inline-block;
    flex: 1 0 auto;
  }
  .header-nav__main-link {
    padding: 26px 0;
    position: relative;
  }
  .header-nav__main-link:hover,
  .header-nav__main-link:focus {
    color: #6244BB;
  }
  .header-nav .is-current > a {
    color: #205597;
  }
}

/*! single-row dropdowns */

@media (min-width: 1280px) {

  .header-nav__main-link::before,
  .header-nav__main-link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    background: #ffffff;
    transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav__main-link::before {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background: #EDEDED;
  }
  .header-nav__list-2 {
    position: absolute;
    min-width: 15em;
    left: 50%;
    margin-left: -7.5em;
    top: 100%;
    padding: 26px 0;
    text-align: left;
    background: #ffffff;
    border: 1px solid #EDEDED;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.0999s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav__main-item:first-child .header-nav__list-2 {
    left: 0;
    margin-left: 0;
  }
  .header-nav__main-item:last-child .header-nav__list-2 {
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .header-nav__link-2 {
    padding: 13px 26px;
    font-size: 18px;
    color: #444444;
  }
  .header-nav__link-2:hover,
  .header-nav__link-2:focus {
    color: #444444;
    background: rgba(68, 68, 68, 0.1);
  }
  .header-nav__list-2 ul {
    display: none;
  }
  .header-nav__main-item:hover .header-nav__main-link {
    color: #6244BB;
  }
  .header-nav__main-item:hover .header-nav__main-link::before,
  .header-nav__main-item:hover .header-nav__main-link::after {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }
  .header-nav__main-item:hover .header-nav__list-2,
  .header-nav__list-2.is-focused {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
  .header-nav__main-item:hover .header-nav__list-2 {
    transition: opacity 0.15s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .header-nav__list-2.is-focused {
    transition: opacity 0.1s ease-out, z-index 0s linear, visibility 0s linear;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
  width: -webkit-fill-available;
}

@media (min-width: 1280px) {
  .page-header {
    padding-top: 0;
  }

  .header-logo {
    max-width: 250px;
    margin-right: 26px;
  }
  .header-logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: 13px 0;
  }
  .header-logo img {
    max-height: 100%;
  }

  /*! disclosure search */
  .header-search {
    z-index: 3;
  }
  .header-search.is-focused .header-search__input {
    box-shadow: 0 -6.5px 0 #FDFDFD, 0 6.5px 0 #FDFDFD;
  }
}

@media (min-width: 1280px) {
  .page-header {
    padding-top: 0;
  }
  .page-header > .page-bounds {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100px;
  }
  .page-header__content {
    flex-grow: 1;
  }

  .header-utility {
    float: right;
    margin-right: 150px;
  }
  .header-utility__item > a {
    margin-top: calc(50px - 26px);
    margin-bottom: calc(50px - 26px);
  }

  .header-socials {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-search {
    width: 150px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-nav__main-link {
    padding-top: calc(50px - 13px);
    padding-bottom: calc(50px - 13px);
  }

  /*! sticky nav */
  .content {
    padding-top: 100px;
  }

  .page-header > .page-bounds {
    transition: height 0.2s ease;
  }

  .header-logo a {
    transition: padding 0.2s ease, height 0.2s ease;
  }

  .header-nav__main-link,
  .header-utility__link {
    transition: margin 0.2s ease, color 0.15s ease-out;
  }

  .header-logo img {
    transition: max-height 0.2s ease;
  }

  body.is-scrolled .page-header > .page-bounds {
    height: 78px;
  }
  body.is-scrolled .header-logo a {
    height: 78px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
  body.is-scrolled .header-nav__main-link {
    padding-top: calc(39px - 13px);
    padding-bottom: calc(39px - 13px);
  }
  body.is-scrolled .header-utility__link {
    margin-top: calc(39px - 26px);
    margin-bottom: calc(39px - 26px);
  }

  /*! disclosure search */
  .header-utility {
    margin-right: 260px;
  }

  .header-search.is-focused {
    left: 250px;
  }
  body.is-scrolled .header-search.is-focused {
    left: 0;
  }
}


/*! ---------- =footer common ---------- */

.page-footer {
  border-top: 1px solid #CECECE;
  padding: 0 26px;
}
.page-footer .page-bounds {
  position: relative;
}

@media (min-width: 780px) {
  .page-footer {
    padding: 0 52px;
  }
}


/*! ---------- =footer style ---------- */
/*! solid footer style */
.page-footer {
  padding-top: 26px;
  padding-bottom: 26px;
  background: #ffffff;
  color: #444444;
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.page-footer a {
  color: #6244BB;
  font-weight: 700;
}

.page-footer a:hover,
.page-footer a:focus {
  color: #516d25;
  text-decoration: none;
}
.page-footer .footer-trending__title,
.page-footer .footer-actions__title {
  color: #444444;
}


/*! ---------- =footer components ---------- */
@media (min-width: 780px) {
  .page-footer .content-wrapper {
    display: flex;
    gap: 12px;
  }
}
.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-contact__email {
  margin-left: 26px;
}

.footer-social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 3.25px;
  font-size: 25px;
}

.footer-trending__title {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer-utility__list {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__link {
  display: block;
  padding: 6.5px;
}

@media (min-width: 480px) {
  .footer-utility__link {
    padding: 6.5px 13px;
  }
}


.footer-actions__section {
  margin-bottom: 12px;
}
.footer-actions__title {
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 6.5px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -13px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__link {
  display: block;
  padding: 6.5px;
}

@media (max-width: 479.97px) {
  .footer-actions__item {
    display: block;
  }
}

@media (min-width: 480px) {
  .footer-actions__link {
    padding: 6.5px 13px;
  }
}

@media (min-width: 780px) {
  .footer-actions {
    display: flex;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    flex-grow: 1;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__link {
    padding: 6.5px 0;
  }
}

@media (min-width: 1604px) {
  .footer-actions__section {
    flex: 1 1;
  }
}


.footer-copyright {
  font-size: 16px;
}


/*! ---------- =footer layouts ---------- */

@media (max-width: 779.97px) {
  .page-footer {
    text-align: center;
  }

  .footer-logo img {
    max-height: 104px;
  }

  .footer-social,
  .footer-contact,
  .footer-utility,
  .footer-copyright {
    margin-top: 26px;
  }
}

@media (min-width: 780px) {
  .page-footer .page-bounds {
    display: flex;
    gap: 26px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .footer-contact {
    flex-basis: 90%;
  }

  .footer-utility {
    flex-basis: 33%;
  }

  .footer-copyright {
    flex-basis: 50%;
  }

  .footer-logo {
    flex-basis: 33.3%;
  }
}


@media (min-width: 1280px) {
  .footer-utility {
    overflow: hidden;
    margin: 0;
  }
  .footer-utility__item {
    display: block;
  }
}


.solutions {
  position: relative;
}
.solutions--stats {
  list-style: none;
}
.solutions--stats__number {
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 959px) {
  .solutions--stats__text {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px !important;
    text-align: left;
}

.solutions--stats__number {
    font-size: 20px;
    line-height: 24px !important;
    text-align: left;
  }

  .mobile-only {
    font-size: 20px;
    line-height: 24px !important;
    text-align: left;
  }

  .solutions--stats__icon {
    text-align: left;
  }

}

@media (min-width: 960px) and (max-width: 1279.97px) {
  .solutions--stats__text {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px !important;
    text-align: left;
}

.solutions--stats__number {
    font-size: 20px;
    line-height: 24px !important;
    text-align: left;
  }

  .mobile-only {
    font-size: 20px;
    line-height: 24px !important;
    text-align: left;
  }

  .solutions--stats__icon {
    text-align: left;
  }

}
@media (max-width: 1279.97px) {
  .solutions--success {
    text-align: center;
    margin-bottom: 78px;
  }
  .solutions--stats {
    font-size: 25px;
    line-height: 26px;
    /* line-height: 3; */
    margin-top: 24px;
  }
  .solutions--stats__item {
    margin-bottom: 48px;
  }
  .solutions--stats__icon {
    background: #00A7B5;
    border-radius: 50%;
    padding: 10px 13px;
    margin-right: 13px;
  }

 .solutions--stats__ai .solutions--stats__item .solutions--stats__icon {
    background: #307FE2;
    outline: solid 6px #307FE2;
  }

.solutions--stats__mobile  .solutions--stats__item .solutions--stats__icon {
    background: #6244BB;
    outline: solid 6px #6244BB;
  }
  .solutions--success img{
	  width: auto;
    max-height: 550px;
  }
}

@media (min-width: 1280px) {
  .solutions--success {
    position: relative;
	  margin-top: 48px;
  }
.solutions--success img{
	width: auto;
    max-height: 550px;
  }
  .solutions--stats__container .mobile-only {
    display: none;
  }
  .solutions--stats {
    position: absolute;
    margin-left: 0;
    top: 0;
  }
  .solutions--stats__item {
    background: #00A7B5;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 6px #00A7B5; 
    /* SM: Changed outline to box shadow because outline was showing as a square on iPad 
    outline: solid 6px #00A7B5; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    text-align: center;
    width: 200px;
  }
  .solutions--stats__item:first-child {
    top: 80px;
    position: absolute;
    left: 40px;
  }
  .solutions--stats__item:nth-child(2) {
    position: absolute;
    left: 950px;
    top: 250px;
  }
  .solutions--stats__ai .solutions--stats__item {
    background: #307FE2;
    box-shadow: 0 0 0 6px #307FE2;
    /* outline: solid 6px #307FE2;  */
    border-radius: 50%;
    border: 2px solid #ffffff;
    width: 160px;
    height: 160px;
  }

.solutions--stats__mobile  .solutions--stats__item {
    background: #6244BB;
    /* outline: solid 6px #6244BB;  */
    box-shadow: 0 0 0 6px #6244BB;
    border-radius: 50%;
    border: 2px solid #ffffff;
    width: 160px;
    height: 160px;
  }
  .solutions--stats__icon {
    font-size: 30px;
    line-height: 39px;
  }
  .solutions--stats__number {
    font-size: 44px;
    line-height: 52px;
  }
  .solutions--stats__text {
    display: block;
  }
}

  

@media (min-width: 1604px) {
  .solutions--stats__item:first-child {
    left: 100px;
  }
  .solutions--stats__item:nth-child(2) {
    left: 880px;
  }
}


@media (max-width: 1603.97px) {
  .news .grid__unit {
    flex: 1 auto;
  }
}


/* ---------- =interior common ---------- */

.page-title {
  color: #6244BB;
}
.page-title + .breadcrumbs {
  margin-top: -12px;
}


/* ---------- =interior components ---------- */

.title-block {
  margin: -26px -26px 26px;
  padding: 39px 26px;
  background: #412d7d;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(98, 68, 187, 0.8);
  z-index: 2;
}
.title-block.teal::before {
  background: rgba(0, 167, 181, 0.8);
}
.title-block.blue::before {
  background:rgba(48, 127, 226, 0.8);
}
.title-block.green::before {
  background: rgba(121, 163, 56, 0.8);
}
.title-block__background img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.title-block__content,
.title-block__content a,
.title-block .breadcrumbs a,
.title-block .page-title {
  color: #ffffff;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(98, 68, 187, 0.5);
  z-index: 3;
}
.title-block__content a {
  font-weight: 700;
}
.title-block .breadcrumbs a {
  font-weight: 400;
}
.title-block__content a:hover,
.title-block__content a:focus,
.title-block .breadcrumbs a:hover,
.title-block .breadcrumbs a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.title-block .page-title {
  text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 16px, rgba(0, 0 ,0, 0.3) 0px 0px 3px;
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}

@media (min-width: 780px) {
  .title-block {
    margin: -52px -52px 52px;
    padding: 78px 52px;
  }
  .title-block::before {
   background: linear-gradient(to right, rgba(98, 68, 187, 0.8), rgba(98, 68, 187, 0.5));
  }
  .title-block.teal::before {
    background: linear-gradient(to right, rgba(0, 167, 181, 0.8), rgba(0, 167, 181, 0.5));
  }
  .title-block.blue::before {
    background: linear-gradient(to right, rgba(48, 127, 226, 0.8), rgba(48, 127, 226, 0.5));
  }
  .title-block.green::before {
    background: linear-gradient(to right, rgba(121, 163, 56, 0.8), rgba(121, 163, 56, 0.5));
  }
}

@media (min-width: 1280px) {
  .title-block {
    padding-top: 96px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1604px) {
  .title-block {
    margin-left: calc(-50vw + 750px);
    margin-right: calc(-50vw + 750px);
  }
}


.breadcrumbs {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
}
.breadcrumbs a {
  color: #444444;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #00A7B5;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section a {
  display: block;
  padding: 6.5px 0;
  color: #444444;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 26px;
}
.in-this-section ul ul a {
  font-size: 16px;
  line-height: 26px;
}
.in-this-section .current-menu-ancestor > ul,
.in-this-section .current-menu-item > ul,
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .current-menu-ancestor > a,
.in-this-section .current-menu-item > a,
.in-this-section .is-current > a {
  color: #6244BB;
}

@media (max-width: 1279.97px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 13px;
  }
}

@media (min-width: 1280px) {
  .in-this-section__toggle {
    cursor: default;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 13px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6.5px;
  }
}


/* ---------- =interior layout ---------- */

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 12px;
}

.interior-layout__nav {
  /*background-image: linear-gradient(135deg, #307FE2, #6244BB, #307FE2);
  background-color: #307FE2;*/
  padding: 24px;
  border-radius: 24px;
  border: #5e45b4 solid 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}/*
.interior-layout__nav h1,
.interior-layout__nav h2,
.interior-layout__nav h3,
.interior-layout__nav h4,
.interior-layout__nav h5,
.interior-layout__nav h6,
.interior-layout__nav .item-title,
.interior-layout__nav .item-list__description,
.interior-layout__nav time,
.interior-layout__nav span {
  color: #fff;
}
.interior-layout__nav .item-list__link:hover .item-list__title,
.interior-layout__nav .item-list__link:focus .item-list__title {
  color: #cbc1e8;
}*/

@media (min-width: 1280px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 52px;
  }
  .interior-layout__title {
    margin-bottom: 12px;
  }
  .interior-layout__main {
    margin-bottom: 52px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    width: 70%;
    padding-right: 60px;
    float: left;
  }
}


/*! ---------- =wordpress-specific tweaks ---------- */
/* match editor edge padding to that of frontend */
:root > .is-root-container {
  padding: 52px;
}

@media (max-width: 779.97px) {
  :root > .is-root-container {
    padding: 26px;
  }
}

/* nudge sticky headers when the admin bar is present */
body.admin-bar .page-header {
  top: 46px;
}

@media (min-width: 783px) {
  body.admin-bar .page-header {
    top: 32px;
  }
}

/* give some room around post titles, and make it clear they're not going to be rendered in our templates */
.edit-post-visual-editor__post-title-wrapper {
  padding-top: 39px;
  padding-bottom: 52px;
  background: #FDFDFD repeating-linear-gradient(135deg, transparent 0, transparent 15px, rgba(255, 255, 255, 0.4) 15px, rgba(255, 255, 255, 0.4) 30px);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.edit-post-visual-editor__post-title-wrapper::before {
  content: "Editing Post:";
  display: block;
  max-width: 1500px;
  margin: 0 auto;
  font-size: 16px;
  opacity: 0.6;
}

/* nudge full-width items to edges of editor when screen space allows */


@media (min-width: 780px) {

  .block-editor-block-list__layout.is-root-container > .to-screen-edges:where(:not(.alignleft):not(.alignright)),
  .content > .block-editor-block-list__layout.is-root-container.page-bounds > .hero:where(:not(.alignleft):not(.alignright)),
  .block-editor-block-list__layout.is-root-container > .background-section:where(:not(.alignleft):not(.alignright)),
  .block-editor-block-list__layout.is-root-container > .wp-block-image.alignfull:where(:not(.alignleft):not(.alignright)) {
    margin-left: -52px !important;
    margin-right: -52px !important;
  }
}

/* mini archive calendars */
.mini-calendar__title,
.mini-calendar__nav {
  text-align: center;
}
.mini-calendar__title {
  margin-bottom: 0;
}
.mini-calendar__nav {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 26px;
}
.mini-calendar__nav-link {
  display: inline-block;
  padding: 6.5px;
}
.mini-calendar__grid {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 26px;
}
.mini-calendar__label,
.mini-calendar__day {
  text-align: center;
  color: #B2B2B2;
}
.mini-calendar__label {
  padding: 6.5px 0;
}
.mini-calendar__day-link {
  display: block;
  font-weight: 700;
}
.mini-calendar__day-number {
  display: block;
  padding: 6.5px 0;
}
.mini-calendar--minimalist .mini-calendar__day-link {
  background: #F6F6F6;
  border-radius: 5px;
  margin: 3.25px;
}
.mini-calendar--minimalist .mini-calendar__day-link:hover,
.mini-calendar--minimalist .mini-calendar__day-link:focus {
  color: #fff;
  background: #6244BB;
}
.mini-calendar--minimalist .mini-calendar__labels {
  border-bottom: 1px solid #F6F6F6;
}
.mini-calendar--lined .mini-calendar__grid,
.mini-calendar--lined .mini-calendar__label,
.mini-calendar--lined .mini-calendar__day {
  border: 1px solid #EDEDED;
}
.mini-calendar--lined .mini-calendar__day--ext {
  background: #F6F6F6;
}
.mini-calendar--lined .mini-calendar__day-link:hover,
.mini-calendar--lined .mini-calendar__day-link:focus {
  color: #ffffff;
  background: #6244BB;
}
.mini-calendar--bubbles .mini-calendar__day {
  padding-bottom: 6.5px;
}
.mini-calendar--bubbles .mini-calendar__day-number {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 39px;
  height: 39px;
  background: #FDFDFD;
  border-radius: 50%;
}
.mini-calendar--bubbles .mini-calendar__day-link .mini-calendar__day-number {
  background: #F6F6F6;
  transition: color 0.15s ease-out, background 0.15s ease-out;
}
.mini-calendar--bubbles .mini-calendar__day-link:hover .mini-calendar__day-number,
.mini-calendar--bubbles .mini-calendar__day-link:focus .mini-calendar__day-number {
  color: #ffffff;
  background: #6244BB;
}


/*! ---------- =print ---------- */


@media print {

  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #FDFDFD;
  }

  .footer-contact {
    text-align: center;
  }

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #EDEDED;
    padding-top: 52px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #6244BB;
    color: #444444;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: rgb(93.5, 93.5, 93.5);
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*=item] > * {
    display: initial !important;
  }
}
/*
.hs_submit.hs-submit .hs-button.primary.large {
  text-transform: capitalize !important;
  color: #516d25 !important;
  font-weight: 500 !important;
}

.hs_submit.hs-submit .hs-button.primary.large:hover, .hs_submit.hs-submit .hs-button.primary.large:focus {
  color: #fff !important;
}
*/
.solutions--stats.post-stats, .solutions--stats.post-stats .solutions--stats__item {
 position: static;
}

@media (min-width: 1300px) {
.solutions--stats__number, .solutions--stats__text, .solutions--stats__icon {
color: #fff;
}
}

@media (max-width: 1299px) {
  .tabs.tabs--standard .splide__arrows.splide__arrows--ltr {
    display: none;
  }

  .solutions--stats.post-stats .solutions--stats__number, .solutions--stats.post-stats .solutions--stats__number {
   color: #444;
}

.solutions--stats.post-stats .mobile-only {
  margin-top: 24px;
  display: block;
}
.solutions--stats.post-stats .solutions--stats__icon {
  color: #fff;
}

}

.content ul li::marker {
  color: #5452a3 !important;
}

/*  Draw Effect Classes SVG Animations   */
.draw-effect path,
.draw-effect circle,
.draw-effect rect,
.draw-effect polyline,
.draw-effect line {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
}

.draw-effect.is-visible path,
.draw-effect.is-visible circle,
.draw-effect.is-visible rect,
.draw-effect.is-visible polyline,
.draw-effect.is-visible line {
  animation: draw-about-icon 1.4s ease-in-out 0.6s forwards;
}

.draw-effect {
  outline: none;
}


/*   About Page SVG Classes */

.about__tile-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-family: "Quicksand", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.about__tile-content,
.about__tile-content h1,
.about__tile-content h2,
.about__tile-content h3,
.about__tile-content h4,
.about__tile-content h5,
.about__tile-content h6,
.about__tile-content .h1,
.about__tile-content .h2,
.about__tile-content .h3,
.about__tile-content .h4,
.about__tile-content .h5,
.about__tile-content .h6,
.about__tile-content a {
  color: #fff !important;
  text-align: center;
}
.about__tile-title {
  font-weight: 700;
  margin-bottom: 12px;
}
.about__tile strong {
  font-size: 40px;
}
.about__tile h4 {
  margin-top: -72px;
}
.about__tile-title .fa-chevron-right {
  font-size: 0.75em;
  margin-left: 0.1em;
  transition: transform 0.15s ease-out;
}
.about__tile-content:hover .about__tile-title .fa-chevron-right,
.about__tile-content:focus .about__tile-title .fa-chevron-right {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.about__tile-icon {
  position: relative;
}
.about__tile-icon-lines {
  display: block;
  margin: 0 auto;
  max-height: 144px;
}
.about__tile-icon-lines path,
.about__tile-icon-lines circle,
.about__tile-icon-lines rect {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}
/* Show normally in block preview (no animation) */
.acf-block-preview .about__tile-icon-lines path,
.acf-block-preview .about__tile-icon-lines circle,
.acf-block-preview .about__tile-icon-lines rect {
  stroke-dasharray: unset;
  stroke-dashoffset: unset;
}
.about__tile.is-visible .about__tile-icon-lines path,
.about__tile.is-visible .about__tile-icon-lines circle,
.about__tile.is-visible .about__tile-icon-lines rect {
  animation: draw-about-icon 1.4s ease-in-out forwards;
}
.about__tile-icon-figure {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 36px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
}
.interior-logo-wrapper {
  height: 70px;
  width: 220px !important;
  margin: auto;
}
.interior-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
:where(.editor-styles-wrapper) .interior-logo-wrapper {
  height: auto;
  width: auto;
}
.home-services__icon .about__tile-icon-figure {
  top: 40%;
}
.about__tile--logo img {
  width: 400px;
}
.about__tile--offices .about__tile-icon-figure {
  top: 45%;
}
.about__tile--products .about__tile-icon-figure {
  top: 40%;
  left: 48%;
}
.about__tile--filler .about__tile-image {
  opacity: 1;
}
.about__tile--integrations .about__tile-icon-figure {
  top: 56%;
  -ms-transform: translate(-74%, -50%);
  transform: translate(-74%, -50%);
}
.about__tile--certs .about__tile-icon-figure {
  top: 39%;
}
.about__tile--clients .about__tile-description strong {
  font-size: 1.75em;
}
.about__tile--clients .about__tile-description strong:not(:first-child) {
  display: inline-block;
  margin-left: 24px;
}
.about__tile--events .about__tile-icon-lines {
  margin-top: 48px;
}
.about__tile--events .about__tile-icon-figure {
  top: -24px;
}
.about__tile--awards .about__tile-icon-lines {
  max-height: none;
  height: 168px;
}
.about__tile--awards .about__tile-icon-figure {
  top: 35%;
}
.about__tile--partners .about__tile-title {
  margin-bottom: 0;
}
.about__tile--wrapup img {
  width: 240px;
  margin-bottom: 24px;
}
.about__tile--rd .about__tile-icon-figure {
  position: relative;
  margin-top: 24px;
}

@media (min-width: 480px) {
  .about__tile--25 {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
  .about__tile--50 {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .about__tile--offices .about__tile-title,
  .about__tile--offices .about__tile-description {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .about__tile--offices .about__tile-title {
    min-width: 240px;
    right: 50%;
    padding-right: 24px;
    text-align: right;
  }
  .about__tile--offices .about__tile-icon {
    width: 96px;
    margin-left: auto;
    margin-right: 0;
  }
  .about__tile--offices .about__tile-description {
    left: 50%;
    padding-left: 24px;
    text-align: left;
    white-space: nowrap;
  }
  .about__tile--staff {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .about__tile--staff .about__tile-content {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-align: left;
  }
  .about__tile--staff .about__tile-icon {
    margin: auto;
  }
  .about__tile--staff .about__tile-icon-lines {
    margin-right: 0;
    height: 144px;
  }
  .about__tile--partners {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .about__tile--partners .about__tile-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .about__tile--partners .about__tile-title,
  .about__tile--partners .about__tile-icon {
    width: 100%;
    position: absolute;
    right: 100%;
  }
  .about__tile--partners .about__tile-title {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: -84px;
  }
  .about__tile--partners .about__tile-icon {
    margin-top: 84px;
  }
  .about__tile--partners .about__tile-icon-lines {
    max-height: 96px;
  }
}

@media (min-width: 780px) {
  .about {
    margin: -48px -72px 0;
  }
  .about__description {
    padding: 96px 72px;
  }
  .about__people {
    margin: 0 72px;
  }
  .about__tile--logo {
    min-height: 240px;
  }
  .about__tile--25 {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
  .about__tile--50 {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
  }
  .about__tile-icon-lines {
    max-height: 192px;
  }
  .about__tile-icon-figure {
    font-size: 40px;
  }
  .about__tile--offices .about__tile-icon {
    width: 144px;
    right: -24px;
  }
  .about__tile--offices .about__tile-icon-lines {
    max-height: 480px;
  }
  .about__tile--products .about__tile-icon-figure {
    left: 45%;
    top: 39%;
  }
  .about__tile--awards .about__tile-icon-lines {
    max-height: none;
    height: 216px;
  }
  .about__tile--staff .about__tile-icon-lines {
    height: 168px;
  }
  .about__tile--partners .about__tile-icon-lines {
    max-height: 120px;
  }
}

@media (min-width: 1200px) {
  .about__tile--25 {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
  .about__tile--50 {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
  }
}

.post-awards-image img, img.post-client-logo {
  width: 120px;
  height: auto;
}

@keyframes draw-about-icon {
  to {
    stroke-dashoffset: 0;
  }
}

.right-column-content {
  padding: 36px 36px;
  border-radius: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  background: #fff;
  border: #5e45b4 solid 2px;
}


.hs_submit .interstitial--contact .hs-button {
    background: #6244BB !important;
}


/* @media (max-width: 1299px) {
.img-right.stats-on-posts {
 float: none;
}
} */

/*# sourceMappingURL=../maps/public.css.map */
