/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.container {
  max-width: 1470px;
}
@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: 1120px;
  }
}
@media only screen and (max-width: 375px) {
  .container {
    max-width: 359px;
  }
}
.container .component-content {
  background-size: cover;
  background-repeat: no-repeat;
}
.container .component-content:after {
  content: "";
  display: table;
  clear: both;
}
.container .component-content[style^="background-image: url("] {
  margin: 0px -30px;
}
@media only screen and (max-width: 1366px) {
  .container .component-content[style^="background-image: url("] {
    margin: 0px -45px;
  }
}
@media only screen and (max-width: 959px) {
  .container .component-content[style^="background-image: url("] {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 576px) {
  .container .component-content[style^="background-image: url("] {
    margin: 0 -16px;
  }
}
.container.fixed-background .component-content {
  background-attachment: fixed;
}
.container.repeat .component-content {
  background-size: inherit;
  background-repeat: repeat;
}
.container.repeat-x .component-content {
  background-size: inherit;
  background-repeat: repeat-x;
}
.container.repeat-y .component-content {
  background-size: inherit;
  background-repeat: repeat-y;
}

.article-grid .component {
  border-radius: 21px;
}
.article-grid .component.video {
  margin-bottom: 0px;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.article-grid .component.video .sxa-video-wrapper {
  position: static;
}
.article-grid .component.video .sxa-video-wrapper video {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto !important;
}
.article-grid .component.video .sxa-video-wrapper .mejs-container {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.article-grid .component.image {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  font-size: 0;
}
.article-grid .component.image img {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-grid .wistia_responsive_padding {
  margin-bottom: 0;
}
.article-grid .column-splitter > .col-12, .article-grid .col-md-6 {
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 1rem 0rem;
}

.cards-block-full-width .row {
  max-width: initial;
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.sxa-bordered {
  box-sizing: border-box;
}
.sxa-bordered > .component-content {
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-radius: 5px;
}

.column-splitter,
.row-splitter {
  box-sizing: border-box;
}
.column-splitter .sxa-bordered,
.row-splitter .sxa-bordered {
  padding: 0.5rem !important;
}
.column-splitter .sxa-bordered > .component,
.column-splitter .sxa-bordered .scEmptyPlaceholder,
.row-splitter .sxa-bordered > .component,
.row-splitter .sxa-bordered .scEmptyPlaceholder {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-radius: 5px;
}

.align-top .row.column-splitter {
  align-items: start;
}

.hoz-scroll {
  overflow-x: scroll;
}
.hoz-scroll::-webkit-scrollbar {
  width: 0px; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

.column-splitter .overflow-on-x {
  overflow-x: scroll;
  padding-left: 0;
  margin-left: 0;
}
.column-splitter .overflow-on-x > .row {
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .column-splitter .overflow-on-x > .row {
    justify-content: start;
  }
}
.column-splitter .overflow-on-x::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.column-splitter .overflow-on-x::-webkit-scrollbar-button {
  width: 1rem;
  height: 1rem;
}
.column-splitter .overflow-on-x::-webkit-scrollbar-thumb {
  background: #8522E3;
  border: 61px none transparent;
  border-radius: 9px;
}
.column-splitter .overflow-on-x::-webkit-scrollbar-thumb:hover {
  background: #330065;
}
.column-splitter .overflow-on-x::-webkit-scrollbar-thumb:active {
  background: #8522E3;
}
.column-splitter .overflow-on-x::-webkit-scrollbar-track {
  background: transparent;
  border: 34px none transparent;
  border-radius: 2px;
}
.column-splitter .overflow-on-x::-webkit-scrollbar-track:hover {
  background: transparent;
}
.column-splitter .overflow-on-x::-webkit-scrollbar-track:active {
  background: transparent;
}
.column-splitter .overflow-on-x::-webkit-scrollbar-corner {
  background: transparent;
}
@media only screen and (max-width: 1024px) {
  .column-splitter .overflow-on-x {
    margin-bottom: 0.5rem;
  }
}

.col-same-height .column-splitter {
  align-items: flex-start;
}
.col-same-height .column-splitter > .col-1, .col-same-height .column-splitter > .col-xs-1, .col-same-height .column-splitter > .col-sm-1, .col-same-height .column-splitter > .col-md-1, .col-same-height .column-splitter > .col-xl-1, .col-same-height .column-splitter > .col-lg-1 {
  height: 100%;
}
.col-same-height .column-splitter > .col-1 > .row, .col-same-height .column-splitter > .col-xs-1 > .row, .col-same-height .column-splitter > .col-sm-1 > .row, .col-same-height .column-splitter > .col-md-1 > .row, .col-same-height .column-splitter > .col-xl-1 > .row, .col-same-height .column-splitter > .col-lg-1 > .row {
  height: 100%;
}
.col-same-height .column-splitter > .col-1 > .row .component, .col-same-height .column-splitter > .col-1 > .row .component-content, .col-same-height .column-splitter > .col-xs-1 > .row .component, .col-same-height .column-splitter > .col-xs-1 > .row .component-content, .col-same-height .column-splitter > .col-sm-1 > .row .component, .col-same-height .column-splitter > .col-sm-1 > .row .component-content, .col-same-height .column-splitter > .col-md-1 > .row .component, .col-same-height .column-splitter > .col-md-1 > .row .component-content, .col-same-height .column-splitter > .col-xl-1 > .row .component, .col-same-height .column-splitter > .col-xl-1 > .row .component-content, .col-same-height .column-splitter > .col-lg-1 > .row .component, .col-same-height .column-splitter > .col-lg-1 > .row .component-content {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter > .col-1, .col-same-height .column-splitter > .col-xs-1, .col-same-height .column-splitter > .col-sm-1, .col-same-height .column-splitter > .col-md-1, .col-same-height .column-splitter > .col-xl-1, .col-same-height .column-splitter > .col-lg-1 {
    height: initial;
    margin-bottom: 20px;
  }
}
.col-same-height .column-splitter > .col-2, .col-same-height .column-splitter > .col-xs-2, .col-same-height .column-splitter > .col-sm-2, .col-same-height .column-splitter > .col-md-2, .col-same-height .column-splitter > .col-xl-2, .col-same-height .column-splitter > .col-lg-2 {
  height: 100%;
}
.col-same-height .column-splitter > .col-2 > .row, .col-same-height .column-splitter > .col-xs-2 > .row, .col-same-height .column-splitter > .col-sm-2 > .row, .col-same-height .column-splitter > .col-md-2 > .row, .col-same-height .column-splitter > .col-xl-2 > .row, .col-same-height .column-splitter > .col-lg-2 > .row {
  height: 100%;
}
.col-same-height .column-splitter > .col-2 > .row .component, .col-same-height .column-splitter > .col-2 > .row .component-content, .col-same-height .column-splitter > .col-xs-2 > .row .component, .col-same-height .column-splitter > .col-xs-2 > .row .component-content, .col-same-height .column-splitter > .col-sm-2 > .row .component, .col-same-height .column-splitter > .col-sm-2 > .row .component-content, .col-same-height .column-splitter > .col-md-2 > .row .component, .col-same-height .column-splitter > .col-md-2 > .row .component-content, .col-same-height .column-splitter > .col-xl-2 > .row .component, .col-same-height .column-splitter > .col-xl-2 > .row .component-content, .col-same-height .column-splitter > .col-lg-2 > .row .component, .col-same-height .column-splitter > .col-lg-2 > .row .component-content {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter > .col-2, .col-same-height .column-splitter > .col-xs-2, .col-same-height .column-splitter > .col-sm-2, .col-same-height .column-splitter > .col-md-2, .col-same-height .column-splitter > .col-xl-2, .col-same-height .column-splitter > .col-lg-2 {
    height: initial;
    margin-bottom: 20px;
  }
}
.col-same-height .column-splitter > .col-3, .col-same-height .column-splitter > .col-xs-3, .col-same-height .column-splitter > .col-sm-3, .col-same-height .column-splitter > .col-md-3, .col-same-height .column-splitter > .col-xl-3, .col-same-height .column-splitter > .col-lg-3 {
  height: 100%;
}
.col-same-height .column-splitter > .col-3 > .row, .col-same-height .column-splitter > .col-xs-3 > .row, .col-same-height .column-splitter > .col-sm-3 > .row, .col-same-height .column-splitter > .col-md-3 > .row, .col-same-height .column-splitter > .col-xl-3 > .row, .col-same-height .column-splitter > .col-lg-3 > .row {
  height: 100%;
}
.col-same-height .column-splitter > .col-3 > .row .component, .col-same-height .column-splitter > .col-3 > .row .component-content, .col-same-height .column-splitter > .col-xs-3 > .row .component, .col-same-height .column-splitter > .col-xs-3 > .row .component-content, .col-same-height .column-splitter > .col-sm-3 > .row .component, .col-same-height .column-splitter > .col-sm-3 > .row .component-content, .col-same-height .column-splitter > .col-md-3 > .row .component, .col-same-height .column-splitter > .col-md-3 > .row .component-content, .col-same-height .column-splitter > .col-xl-3 > .row .component, .col-same-height .column-splitter > .col-xl-3 > .row .component-content, .col-same-height .column-splitter > .col-lg-3 > .row .component, .col-same-height .column-splitter > .col-lg-3 > .row .component-content {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter > .col-3, .col-same-height .column-splitter > .col-xs-3, .col-same-height .column-splitter > .col-sm-3, .col-same-height .column-splitter > .col-md-3, .col-same-height .column-splitter > .col-xl-3, .col-same-height .column-splitter > .col-lg-3 {
    height: initial;
    margin-bottom: 20px;
  }
}
.col-same-height .column-splitter > .col-4, .col-same-height .column-splitter > .col-xs-4, .col-same-height .column-splitter > .col-sm-4, .col-same-height .column-splitter > .col-md-4, .col-same-height .column-splitter > .col-xl-4, .col-same-height .column-splitter > .col-lg-4 {
  height: 100%;
}
.col-same-height .column-splitter > .col-4 > .row, .col-same-height .column-splitter > .col-xs-4 > .row, .col-same-height .column-splitter > .col-sm-4 > .row, .col-same-height .column-splitter > .col-md-4 > .row, .col-same-height .column-splitter > .col-xl-4 > .row, .col-same-height .column-splitter > .col-lg-4 > .row {
  height: 100%;
}
.col-same-height .column-splitter > .col-4 > .row .component, .col-same-height .column-splitter > .col-4 > .row .component-content, .col-same-height .column-splitter > .col-xs-4 > .row .component, .col-same-height .column-splitter > .col-xs-4 > .row .component-content, .col-same-height .column-splitter > .col-sm-4 > .row .component, .col-same-height .column-splitter > .col-sm-4 > .row .component-content, .col-same-height .column-splitter > .col-md-4 > .row .component, .col-same-height .column-splitter > .col-md-4 > .row .component-content, .col-same-height .column-splitter > .col-xl-4 > .row .component, .col-same-height .column-splitter > .col-xl-4 > .row .component-content, .col-same-height .column-splitter > .col-lg-4 > .row .component, .col-same-height .column-splitter > .col-lg-4 > .row .component-content {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter > .col-4, .col-same-height .column-splitter > .col-xs-4, .col-same-height .column-splitter > .col-sm-4, .col-same-height .column-splitter > .col-md-4, .col-same-height .column-splitter > .col-xl-4, .col-same-height .column-splitter > .col-lg-4 {
    height: initial;
    margin-bottom: 20px;
  }
}
.col-same-height .column-splitter > .col-5, .col-same-height .column-splitter > .col-xs-5, .col-same-height .column-splitter > .col-sm-5, .col-same-height .column-splitter > .col-md-5, .col-same-height .column-splitter > .col-xl-5, .col-same-height .column-splitter > .col-lg-5 {
  height: 100%;
}
.col-same-height .column-splitter > .col-5 > .row, .col-same-height .column-splitter > .col-xs-5 > .row, .col-same-height .column-splitter > .col-sm-5 > .row, .col-same-height .column-splitter > .col-md-5 > .row, .col-same-height .column-splitter > .col-xl-5 > .row, .col-same-height .column-splitter > .col-lg-5 > .row {
  height: 100%;
}
.col-same-height .column-splitter > .col-5 > .row .component, .col-same-height .column-splitter > .col-5 > .row .component-content, .col-same-height .column-splitter > .col-xs-5 > .row .component, .col-same-height .column-splitter > .col-xs-5 > .row .component-content, .col-same-height .column-splitter > .col-sm-5 > .row .component, .col-same-height .column-splitter > .col-sm-5 > .row .component-content, .col-same-height .column-splitter > .col-md-5 > .row .component, .col-same-height .column-splitter > .col-md-5 > .row .component-content, .col-same-height .column-splitter > .col-xl-5 > .row .component, .col-same-height .column-splitter > .col-xl-5 > .row .component-content, .col-same-height .column-splitter > .col-lg-5 > .row .component, .col-same-height .column-splitter > .col-lg-5 > .row .component-content {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter > .col-5, .col-same-height .column-splitter > .col-xs-5, .col-same-height .column-splitter > .col-sm-5, .col-same-height .column-splitter > .col-md-5, .col-same-height .column-splitter > .col-xl-5, .col-same-height .column-splitter > .col-lg-5 {
    height: initial;
    margin-bottom: 20px;
  }
}
.col-same-height .column-splitter > .col-6, .col-same-height .column-splitter > .col-xs-6, .col-same-height .column-splitter > .col-sm-6, .col-same-height .column-splitter > .col-md-6, .col-same-height .column-splitter > .col-xl-6, .col-same-height .column-splitter > .col-lg-6 {
  height: 100%;
}
.col-same-height .column-splitter > .col-6 > .row, .col-same-height .column-splitter > .col-xs-6 > .row, .col-same-height .column-splitter > .col-sm-6 > .row, .col-same-height .column-splitter > .col-md-6 > .row, .col-same-height .column-splitter > .col-xl-6 > .row, .col-same-height .column-splitter > .col-lg-6 > .row {
  height: 100%;
}
.col-same-height .column-splitter > .col-6 > .row .component, .col-same-height .column-splitter > .col-6 > .row .component-content, .col-same-height .column-splitter > .col-xs-6 > .row .component, .col-same-height .column-splitter > .col-xs-6 > .row .component-content, .col-same-height .column-splitter > .col-sm-6 > .row .component, .col-same-height .column-splitter > .col-sm-6 > .row .component-content, .col-same-height .column-splitter > .col-md-6 > .row .component, .col-same-height .column-splitter > .col-md-6 > .row .component-content, .col-same-height .column-splitter > .col-xl-6 > .row .component, .col-same-height .column-splitter > .col-xl-6 > .row .component-content, .col-same-height .column-splitter > .col-lg-6 > .row .component, .col-same-height .column-splitter > .col-lg-6 > .row .component-content {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter > .col-6, .col-same-height .column-splitter > .col-xs-6, .col-same-height .column-splitter > .col-sm-6, .col-same-height .column-splitter > .col-md-6, .col-same-height .column-splitter > .col-xl-6, .col-same-height .column-splitter > .col-lg-6 {
    height: initial;
    margin-bottom: 20px;
  }
}
.col-same-height .column-splitter > .col-7, .col-same-height .column-splitter > .col-xs-7, .col-same-height .column-splitter > .col-sm-7, .col-same-height .column-splitter > .col-md-7, .col-same-height .column-splitter > .col-xl-7, .col-same-height .column-splitter > .col-lg-7 {
  height: 100%;
}
.col-same-height .column-splitter > .col-7 > .row, .col-same-height .column-splitter > .col-xs-7 > .row, .col-same-height .column-splitter > .col-sm-7 > .row, .col-same-height .column-splitter > .col-md-7 > .row, .col-same-height .column-splitter > .col-xl-7 > .row, .col-same-height .column-splitter > .col-lg-7 > .row {
  height: 100%;
}
.col-same-height .column-splitter > .col-7 > .row .component, .col-same-height .column-splitter > .col-7 > .row .component-content, .col-same-height .column-splitter > .col-xs-7 > .row .component, .col-same-height .column-splitter > .col-xs-7 > .row .component-content, .col-same-height .column-splitter > .col-sm-7 > .row .component, .col-same-height .column-splitter > .col-sm-7 > .row .component-content, .col-same-height .column-splitter > .col-md-7 > .row .component, .col-same-height .column-splitter > .col-md-7 > .row .component-content, .col-same-height .column-splitter > .col-xl-7 > .row .component, .col-same-height .column-splitter > .col-xl-7 > .row .component-content, .col-same-height .column-splitter > .col-lg-7 > .row .component, .col-same-height .column-splitter > .col-lg-7 > .row .component-content {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter > .col-7, .col-same-height .column-splitter > .col-xs-7, .col-same-height .column-splitter > .col-sm-7, .col-same-height .column-splitter > .col-md-7, .col-same-height .column-splitter > .col-xl-7, .col-same-height .column-splitter > .col-lg-7 {
    height: initial;
    margin-bottom: 20px;
  }
}
.col-same-height .column-splitter > .col-8, .col-same-height .column-splitter > .col-xs-8, .col-same-height .column-splitter > .col-sm-8, .col-same-height .column-splitter > .col-md-8, .col-same-height .column-splitter > .col-xl-8, .col-same-height .column-splitter > .col-lg-8 {
  height: 100%;
}
.col-same-height .column-splitter > .col-8 > .row, .col-same-height .column-splitter > .col-xs-8 > .row, .col-same-height .column-splitter > .col-sm-8 > .row, .col-same-height .column-splitter > .col-md-8 > .row, .col-same-height .column-splitter > .col-xl-8 > .row, .col-same-height .column-splitter > .col-lg-8 > .row {
  height: 100%;
}
.col-same-height .column-splitter > .col-8 > .row .component, .col-same-height .column-splitter > .col-8 > .row .component-content, .col-same-height .column-splitter > .col-xs-8 > .row .component, .col-same-height .column-splitter > .col-xs-8 > .row .component-content, .col-same-height .column-splitter > .col-sm-8 > .row .component, .col-same-height .column-splitter > .col-sm-8 > .row .component-content, .col-same-height .column-splitter > .col-md-8 > .row .component, .col-same-height .column-splitter > .col-md-8 > .row .component-content, .col-same-height .column-splitter > .col-xl-8 > .row .component, .col-same-height .column-splitter > .col-xl-8 > .row .component-content, .col-same-height .column-splitter > .col-lg-8 > .row .component, .col-same-height .column-splitter > .col-lg-8 > .row .component-content {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter > .col-8, .col-same-height .column-splitter > .col-xs-8, .col-same-height .column-splitter > .col-sm-8, .col-same-height .column-splitter > .col-md-8, .col-same-height .column-splitter > .col-xl-8, .col-same-height .column-splitter > .col-lg-8 {
    height: initial;
    margin-bottom: 20px;
  }
}
.col-same-height .column-splitter > .col-9, .col-same-height .column-splitter > .col-xs-9, .col-same-height .column-splitter > .col-sm-9, .col-same-height .column-splitter > .col-md-9, .col-same-height .column-splitter > .col-xl-9, .col-same-height .column-splitter > .col-lg-9 {
  height: 100%;
}
.col-same-height .column-splitter > .col-9 > .row, .col-same-height .column-splitter > .col-xs-9 > .row, .col-same-height .column-splitter > .col-sm-9 > .row, .col-same-height .column-splitter > .col-md-9 > .row, .col-same-height .column-splitter > .col-xl-9 > .row, .col-same-height .column-splitter > .col-lg-9 > .row {
  height: 100%;
}
.col-same-height .column-splitter > .col-9 > .row .component, .col-same-height .column-splitter > .col-9 > .row .component-content, .col-same-height .column-splitter > .col-xs-9 > .row .component, .col-same-height .column-splitter > .col-xs-9 > .row .component-content, .col-same-height .column-splitter > .col-sm-9 > .row .component, .col-same-height .column-splitter > .col-sm-9 > .row .component-content, .col-same-height .column-splitter > .col-md-9 > .row .component, .col-same-height .column-splitter > .col-md-9 > .row .component-content, .col-same-height .column-splitter > .col-xl-9 > .row .component, .col-same-height .column-splitter > .col-xl-9 > .row .component-content, .col-same-height .column-splitter > .col-lg-9 > .row .component, .col-same-height .column-splitter > .col-lg-9 > .row .component-content {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter > .col-9, .col-same-height .column-splitter > .col-xs-9, .col-same-height .column-splitter > .col-sm-9, .col-same-height .column-splitter > .col-md-9, .col-same-height .column-splitter > .col-xl-9, .col-same-height .column-splitter > .col-lg-9 {
    height: initial;
    margin-bottom: 20px;
  }
}
.col-same-height .column-splitter > .col-10, .col-same-height .column-splitter > .col-xs-10, .col-same-height .column-splitter > .col-sm-10, .col-same-height .column-splitter > .col-md-10, .col-same-height .column-splitter > .col-xl-10, .col-same-height .column-splitter > .col-lg-10 {
  height: 100%;
}
.col-same-height .column-splitter > .col-10 > .row, .col-same-height .column-splitter > .col-xs-10 > .row, .col-same-height .column-splitter > .col-sm-10 > .row, .col-same-height .column-splitter > .col-md-10 > .row, .col-same-height .column-splitter > .col-xl-10 > .row, .col-same-height .column-splitter > .col-lg-10 > .row {
  height: 100%;
}
.col-same-height .column-splitter > .col-10 > .row .component, .col-same-height .column-splitter > .col-10 > .row .component-content, .col-same-height .column-splitter > .col-xs-10 > .row .component, .col-same-height .column-splitter > .col-xs-10 > .row .component-content, .col-same-height .column-splitter > .col-sm-10 > .row .component, .col-same-height .column-splitter > .col-sm-10 > .row .component-content, .col-same-height .column-splitter > .col-md-10 > .row .component, .col-same-height .column-splitter > .col-md-10 > .row .component-content, .col-same-height .column-splitter > .col-xl-10 > .row .component, .col-same-height .column-splitter > .col-xl-10 > .row .component-content, .col-same-height .column-splitter > .col-lg-10 > .row .component, .col-same-height .column-splitter > .col-lg-10 > .row .component-content {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter > .col-10, .col-same-height .column-splitter > .col-xs-10, .col-same-height .column-splitter > .col-sm-10, .col-same-height .column-splitter > .col-md-10, .col-same-height .column-splitter > .col-xl-10, .col-same-height .column-splitter > .col-lg-10 {
    height: initial;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .col-same-height .column-splitter {
    display: contents; /* Make the container element behave like a table */
    width: 100%;
  }
}

.ifs-banner {
  -webkit-clip-path: ellipse(123% 100% at 50% 0%);
  clip-path: ellipse(123% 100% at 50% 0%);
}
@media only screen and (max-width: 1366px) {
  .ifs-banner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .ifs-banner {
    margin-bottom: 29px;
    -webkit-clip-path: ellipse(261% 100% at -4.86% 0%);
    clip-path: ellipse(261% 100% at -4.86% 0%);
  }
}
.ifs-banner.no-curve {
  -webkit-clip-path: initial;
  clip-path: initial;
}
.ifs-banner .promo__wrapper {
  max-width: 1470px;
  margin: auto;
}
.ifs-banner.container {
  max-width: 100%;
}
.ifs-banner .content.hero-banner-small .component-content .promo__image--right {
  -webkit-clip-path: ellipse(51% 68% at 50% 50%);
  clip-path: ellipse(51% 68% at 50% 50%);
}
@media only screen and (max-width: 1366px) {
  .ifs-banner .content.hero-banner-small .component-content .promo__image--right {
    -webkit-clip-path: ellipse(100% 91% at 100% 49%);
    clip-path: ellipse(100% 91% at 100% 49%);
  }
}
@media only screen and (max-width: 959px) {
  .ifs-banner .content.hero-banner-small .component-content .promo__image--right {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.overlap-parent {
  -webkit-transform: translateY(-85px);
  transform: translateY(-85px);
  margin-bottom: -85px;
}
@media only screen and (max-width: 576px) {
  .overlap-parent {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 0px;
  }
}

.container.padding-top-l,
.container.theme.padding-top-l {
  padding-top: 6rem !important;
}
.container.padding-bottom-l,
.container.theme.padding-bottom-l {
  padding-bottom: 6rem !important;
}
.container.padding-top-s,
.container.theme.padding-top-s {
  padding-top: 3rem !important;
}
.container.padding-bottom-s,
.container.theme.padding-bottom-s {
  padding-bottom: 3rem !important;
}
@media only screen and (max-width: 786px) {
  .container.padding-top-l,
  .container.theme.padding-top-l {
    padding-top: 4rem !important;
  }
  .container.padding-bottom-l,
  .container.theme.padding-bottom-l {
    padding-bottom: 4rem !important;
  }
  .container.padding-top-s,
  .container.theme.padding-top-s {
    padding-top: 1.75rem !important;
  }
  .container.padding-bottom-s,
  .container.theme.padding-bottom-s {
    padding-bottom: 1.75rem !important;
  }
}

.container.theme.padding-bottom-l {
  padding-bottom: 4rem !important;
}
.container.theme.padding-bottom-s {
  padding-bottom: 1rem !important;
}
@media only screen and (max-width: 786px) {
  .container.theme.padding-bottom-l {
    padding-bottom: 2rem !important;
  }
  .container.theme.padding-bottom-s {
    padding-bottom: 0rem !important;
  }
}

.container.theme {
  max-width: 100%;
  padding-top: 6rem !important;
  padding-bottom: 5rem !important;
}
.container.theme .component-content {
  max-width: 1470px;
  margin: 0px auto;
}
@media only screen and (max-width: 1366px) {
  .container.theme .component-content {
    max-width: 1260px;
  }
}
@media only screen and (max-width: 1024px) {
  .container.theme .component-content {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 375px) {
  .container.theme .component-content {
    max-width: 360px;
  }
}
.container.theme.dark {
  background-image: linear-gradient(223deg, #72c9f8 0%, #8427e2 100%);
}
.container.theme.dark .carousel .nav .prev-text, .container.theme.dark .carousel .nav .next-text {
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/carousel/chevron-white.svg") no-repeat center;
  border: solid 1px #fff;
}
.container.theme.dark .promo.testimonial h1, .container.theme.dark .promo.testimonial h2, .container.theme.dark .promo.testimonial h3, .container.theme.dark .promo.testimonial h4, .container.theme.dark .promo.testimonial h5, .container.theme.dark .promo.testimonial p {
  color: #fff;
}
.container.theme.dark .promo.testimonial .field-promotext:before {
  color: #CE93FF;
}
.container.theme.grey {
  background: #e9e9e9;
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.title-row-box {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  box-sizing: border-box;
  width: 100%;
  height: 87px;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}
.title-row-box > .component-content {
  max-width: 960px;
  margin: 0 auto !important;
}
.title-row-box > .component-content .title {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 23px 0 0 0;
  padding: 0;
}
.title-row-box > .component-content .title h1 {
  font-size: 22px;
  font-size: 2.2rem;
  border: none;
}
@media only screen and (max-width: 959px) {
  .title-row-box > .component-content .title {
    margin: 23px 0 0 20px;
  }
}
.title-row-box > .component-content .rich-text {
  margin: 0;
}
.title-row-box > .component-content .rich-text h1, .title-row-box > .component-content .rich-text h2, .title-row-box > .component-content .rich-text h3, .title-row-box > .component-content .rich-text h4 {
  margin: 0;
  padding: 0;
}
.title-row-box > .component-content .breadcrumb {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 23px 0 0 0;
  padding: 0;
  float: right;
  clear: both;
}
@media only screen and (min-width: 381px) and (max-width: 959px) {
  .title-row-box > .component-content .breadcrumb {
    margin: 23px 20px 0 0;
  }
}
@media only screen and (max-width: 380px) {
  .title-row-box > .component-content .breadcrumb {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .title-row-box .alpha {
    vertical-align: middle;
    box-sizing: border-box;
    width: auto !important;
    float: left;
  }
  .title-row-box .omega {
    vertical-align: middle;
    box-sizing: border-box;
    width: auto !important;
    float: right;
  }
}

.usp-banner-style.container {
  max-width: 100%;
}
.usp-banner-style > .component-content {
  padding: 48px 0;
}
.usp-banner-style .usp .column-splitter > div {
  display: grid;
  padding: 0;
  padding-top: 20px;
}
.usp-banner-style .usp .column-splitter .row .column-splitter {
  margin: 0;
  height: auto;
}
.usp-banner-style .usp .column-splitter .row:after {
  display: none;
}
.usp-banner-style .usp .column-splitter .promo {
  padding: 0;
}
.usp-banner-style .usp .column-splitter .plain-html .component-content > div {
  margin: 0 !important;
  max-width: 100%;
}
.usp-banner-style .usp .column-splitter .image img {
  border-radius: 20px;
  width: 100%;
}
.usp-banner-style .usp:after {
  display: none;
}
.usp-banner-style .usp.position-left .promo.usp-promo .component-content .promo-text > div {
  align-items: flex-start;
}
.usp-banner-style .usp.position-right .promo.usp-promo .component-content .promo-text > div {
  align-items: flex-end;
}
.usp-banner-style .usp.position-center .promo.usp-promo .component-content .promo-text > div {
  align-items: center;
}
.usp-banner-style.usp-dark .slider-wrapper {
  height: auto;
  padding: 20px;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo {
  overflow: inherit;
  margin-bottom: 80px;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content {
  height: 100%;
  text-align: center;
  border-color: inherit;
  box-shadow: inherit;
  background: transparent;
  border: inherit;
  border-radius: 20px;
  padding: 12px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .field-promoicon img {
  height: 60px;
  width: 60px;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text {
  height: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text > div {
  flex: 1;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext {
  margin-bottom: 20px;
  background-color: inherit;
  color: white;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext span {
  background-color: inherit !important;
  color: white !important;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext2 {
  margin-bottom: 20px;
  font-family: "EuclidCircularA-Regular", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: white;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink {
  position: inherit;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green {
  background: #33ff94;
  color: #232323;
  position: relative;
  z-index: 0;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  text-decoration: none;
  font-size: 12px;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  line-height: 18px;
  text-align: center;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:hover {
  background: linear-gradient(0deg, #72c9f8 -40.21%, #33ff94 132.12%);
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:after {
  display: none;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:before {
  display: none;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue {
  background: transparent;
  color: #232323;
  border: 1.5px solid;
  border-color: #72c9f8;
  position: relative;
  z-index: 0;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  text-decoration: none;
  font-size: 12px;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  line-height: 18px;
  text-align: center;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:hover {
  border-color: #9747ff;
  color: #360065;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:after {
  display: none;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:before {
  display: none;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content:after {
  display: none;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content:before {
  display: none;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.title-truncate .component-content .promo-text .field-promotext {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.title-truncate .component-content .promo-text .field-promotext span {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.sub-text-truncate .component-content .promo-text .field-promotext2 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  right: 20%;
  border-radius: 24px;
  border: 1px solid;
  color: white;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-button-next::after {
  font-size: 20px;
  color: white;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-button-next:hover {
  color: white;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  left: 20%;
  border-radius: 24px;
  border: 1px solid;
  color: white;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-button-prev::after {
  font-size: 20px;
  color: white;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-button-prev:hover {
  color: white;
}
.usp-banner-style.usp-dark .slider-wrapper .swiper-pagination {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  text-align: center !important;
  line-height: 24px;
  color: white;
  bottom: 10px;
  z-index: -1;
}
.usp-banner-style.usp-hybrid .slider-wrapper {
  height: auto;
  padding: 20px;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo {
  overflow: inherit;
  margin-bottom: 80px;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content {
  height: 100%;
  text-align: center;
  background: white;
  border-radius: 20px;
  border-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 12px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .field-promoicon img {
  height: 60px;
  width: 60px;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text {
  height: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text > div {
  flex: 1;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext {
  margin-bottom: 20px;
  background-color: inherit;
  color: #232323;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext span {
  background-color: inherit !important;
  color: #232323 !important;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext2 {
  margin-bottom: 20px;
  font-family: "EuclidCircularA-Regular", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink {
  position: inherit;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green {
  background: #33ff94;
  color: #232323;
  position: relative;
  z-index: 0;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  text-decoration: none;
  font-size: 12px;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  line-height: 18px;
  text-align: center;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:hover {
  background: linear-gradient(0deg, #72c9f8 -40.21%, #33ff94 132.12%);
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:after {
  display: none;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:before {
  display: none;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue {
  background: transparent;
  color: #232323;
  border: 1.5px solid;
  border-color: #72c9f8;
  position: relative;
  z-index: 0;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  text-decoration: none;
  font-size: 12px;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  line-height: 18px;
  text-align: center;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:hover {
  border-color: #9747ff;
  color: #360065;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:after {
  display: none;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:before {
  display: none;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content:after {
  display: none;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content:before {
  display: none;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.title-truncate .component-content .promo-text .field-promotext {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.title-truncate .component-content .promo-text .field-promotext span {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.sub-text-truncate .component-content .promo-text .field-promotext2 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  right: 20%;
  border-radius: 24px;
  border: 1px solid;
  color: white;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-button-next::after {
  font-size: 20px;
  color: white;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-button-next:hover {
  color: white;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  left: 20%;
  border-radius: 24px;
  border: 1px solid;
  color: white;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-button-prev::after {
  font-size: 20px;
  color: white;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-button-prev:hover {
  color: white;
}
.usp-banner-style.usp-hybrid .slider-wrapper .swiper-pagination {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  text-align: center !important;
  line-height: 24px;
  color: white;
  bottom: 10px;
  z-index: -1;
}
.usp-banner-style.usp-light .slider-wrapper {
  height: auto;
  padding: 20px;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo {
  overflow: inherit;
  margin-bottom: 80px;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content {
  height: 100%;
  text-align: center;
  border-radius: 20px;
  border-color: inherit;
  box-shadow: inherit;
  background: transparent;
  border: inherit;
  padding: 12px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .field-promoicon img {
  height: 60px;
  width: 60px;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text {
  height: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text > div {
  flex: 1;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext {
  background-color: inherit;
  color: #232323;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext span {
  background-color: inherit !important;
  color: #232323 !important;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext2 {
  font-family: "EuclidCircularA-Regular", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink {
  position: inherit;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green {
  background: #33ff94;
  color: #232323;
  position: relative;
  z-index: 0;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  text-decoration: none;
  font-size: 12px;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  line-height: 18px;
  text-align: center;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:hover {
  background: linear-gradient(0deg, #72c9f8 -40.21%, #33ff94 132.12%);
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:after {
  display: none;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:before {
  display: none;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue {
  background: transparent;
  color: #232323;
  border: 1.5px solid;
  border-color: #72c9f8;
  position: relative;
  z-index: 0;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  text-decoration: none;
  font-size: 12px;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  line-height: 18px;
  text-align: center;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:hover {
  border-color: #9747ff;
  color: #360065;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:after {
  display: none;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:before {
  display: none;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content:after {
  display: none;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content:before {
  display: none;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.title-truncate .component-content .promo-text .field-promotext {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.title-truncate .component-content .promo-text .field-promotext span {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.sub-text-truncate .component-content .promo-text .field-promotext2 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  right: 20%;
  border-radius: 24px;
  border: 1px solid #72c9f8;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-button-next::after {
  font-size: 20px;
  color: #8427E2;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-button-next:hover {
  color: #8427E2;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  left: 20%;
  border-radius: 24px;
  border: 1px solid #72c9f8;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-button-prev::after {
  font-size: 20px;
  color: #8427E2;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-button-prev:hover {
  color: #8427E2;
}
.usp-banner-style.usp-light .slider-wrapper .swiper-pagination {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  text-align: center !important;
  font-size: 16px;
  line-height: 24px;
  bottom: 10px;
  z-index: -1;
}
.usp-banner-style.usp-no-background .slider-wrapper {
  height: auto;
  padding: 20px;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo {
  overflow: inherit;
  margin-bottom: 80px;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content {
  height: 100%;
  text-align: center;
  border-radius: 20px;
  border-color: inherit;
  box-shadow: inherit;
  background: transparent;
  border: inherit;
  padding: 12px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .field-promoicon img {
  height: 60px;
  width: 60px;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text {
  height: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text > div {
  flex: 1;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext {
  background-color: inherit;
  color: #232323;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext span {
  background-color: inherit !important;
  color: #232323 !important;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promotext2 {
  font-family: "EuclidCircularA-Regular", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink {
  position: inherit;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green {
  background: #33ff94;
  color: #232323;
  position: relative;
  z-index: 0;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  text-decoration: none;
  font-size: 12px;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  line-height: 18px;
  text-align: center;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:hover {
  background: linear-gradient(0deg, #72c9f8 -40.21%, #33ff94 132.12%);
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:after {
  display: none;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .solid-green:before {
  display: none;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue {
  background: transparent;
  color: #232323;
  border: 1.5px solid;
  border-color: #72c9f8;
  position: relative;
  z-index: 0;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  text-decoration: none;
  font-size: 12px;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  line-height: 18px;
  text-align: center;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:hover {
  border-color: #9747ff;
  color: #360065;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:after {
  display: none;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content .promo-text .field-promolink .outline-blue:before {
  display: none;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content:after {
  display: none;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo .component-content:before {
  display: none;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.title-truncate .component-content .promo-text .field-promotext {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.title-truncate .component-content .promo-text .field-promotext span {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-wrapper .swiper-slide .usp-promo.sub-text-truncate .component-content .promo-text .field-promotext2 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  right: 20%;
  border-radius: 24px;
  border: 1px solid #72c9f8;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-button-next::after {
  font-size: 20px;
  color: #8427E2;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-button-next:hover {
  color: #8427E2;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  left: 20%;
  border-radius: 24px;
  border: 1px solid #72c9f8;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-button-prev::after {
  font-size: 20px;
  color: #8427E2;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-button-prev:hover {
  color: #8427E2;
}
.usp-banner-style.usp-no-background .slider-wrapper .swiper-pagination {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  text-align: center !important;
  font-size: 16px;
  line-height: 24px;
  bottom: 10px;
  z-index: -1;
}

@media only screen and (min-width: 570px) {
  .usp-banner-style .usp .column-splitter {
    margin: 12px 0;
  }
  .usp-banner-style .usp .column-splitter > div {
    display: grid;
    padding: 20px 15px 0;
  }
  .usp-banner-style .usp .column-splitter .image .component-content {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .usp-banner-style .usp .column-splitter {
    margin: 12px 0;
  }
  .usp-banner-style .usp .column-splitter > div {
    display: grid;
    padding: 0 15px;
  }
  .usp-banner-style .usp .plain-html .component-content > div {
    height: 310px;
  }
}
.usp-dark .column-splitter .row .promo.usp-promo .component-content {
  padding: 25px;
  border-color: inherit;
  box-shadow: inherit;
  background: transparent;
  border: inherit;
}
.usp-dark .column-splitter .row .promo.usp-promo .component-content .promo-text .field-promotext {
  background-color: inherit;
  color: white;
}
.usp-dark .column-splitter .row .promo.usp-promo .component-content .promo-text .field-promotext span {
  color: white !important;
}
.usp-dark .column-splitter .row .promo.usp-promo .component-content .promo-text .field-promotext2 {
  color: white !important;
}

.usp-hybrid .column-splitter .row .promo.usp-promo .component-content {
  padding: 25px;
  border-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
}

.usp-light .column-splitter .row .promo.usp-promo .component-content {
  border-color: inherit;
  box-shadow: inherit;
  background: transparent;
  border: inherit;
}

.usp-no-background .column-splitter .row .promo.usp-promo .component-content {
  border-color: inherit;
  box-shadow: inherit;
  background: transparent;
  border: inherit;
}
.usp-no-background .column-splitter .row .promo.usp-promo .component-content .promo-text .field-promolink a {
  font-size: 12px !important;
}