@charset "UTF-8";
/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
@media (max-width: 1367px) and (min-width: 1200px) {
  .promo-card-grid .promo h4 {
    font-size: 20px;
  }
}

.promo {
  background: transparent;
  overflow: hidden;
  box-sizing: border-box;
  border: none;
  position: relative;
  padding: 0 1rem 1rem;
}
.promo.no-border > .component-content {
  border: none;
}
.promo.promo-no-margin-top > .component-content {
  margin-top: 0 !important;
}
.promo.promo-no-margin-bottom > .component-content {
  margin-bottom: 0 !important;
}
.promo > .component-content {
  position: relative;
  text-align: center;
  border: 2px solid #e9e9e9;
  background: #fff;
  border-radius: 22px;
  padding: 3rem 2rem 2rem;
  margin: 0 1rem 0 0;
  margin-bottom: 1rem;
}
.promo > .component-content:after {
  content: "";
  display: table;
  clear: both;
}
.promo > .component-content:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  right: -16px;
  bottom: -16px;
  border-radius: 26px;
  background-image: linear-gradient(223deg, #7d71ed 0%, #540798 100%);
  z-index: -1;
}
.promo .zg-height-fix .field-promoicon {
  margin-top: 100px;
}
.promo .field-promotext {
  margin: 0 0 1rem 0;
}
.promo .field-promoicon {
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  font-size: 0;
}
.promo .field-promoicon img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 1.8rem;
}
.promo .field-promolink {
  margin-top: 46px;
}
.col-same-height .promo .field-promolink {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
}
.promo .field-promolink a {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  color: #1E1E1E;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
  z-index: 0;
  background: linear-gradient(0deg, #8522E3 0%, #73CAF8 0%);
}
.promo .field-promolink a:before {
  content: "";
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.promo .field-promolink a:hover, .promo .field-promolink a:focus {
  text-decoration: none;
}
.promo .field-promolink a:hover:before, .promo .field-promolink a:focus:before {
  opacity: 1;
}
.promo .field-promolink a:before {
  background: linear-gradient(0deg, #8522E3 10%, #73CAF8 90%);
}
.promo .field-promolink a:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 26px;
  z-index: -1;
}
.promo .field-promolink a:hover, .promo .field-promolink a:focus {
  color: #8522E3;
}
.promo .field-promolink a:hover:before, .promo .field-promolink a:focus:before {
  opacity: 1;
}
.promo .field-promolink.link-outline {
  margin: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.promo .field-promolink.link-outline a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent;
  font-size: 0;
}
.promo .field-promolink.link-outline a:before, .promo .field-promolink.link-outline a:after {
  display: none;
  border: none;
}
.col-same-height .promo .promo-text {
  margin-bottom: 80px;
}
.promo.image-full-size img {
  margin-bottom: 10px;
}
.promo.is-link-wrapper:hover .field-promolink a {
  color: #8522E3;
}
.promo.is-link-wrapper:hover .field-promolink a:before {
  opacity: 1;
}
.promo.promo--cta-one .component-content {
  padding: 0;
  margin: 0px 30px 1rem;
}
.promo.promo--cta-one .component-content .promo-wrapper {
  padding: 3rem;
}
.promo.promo--cta-one .component-content .promo-wrapper .promo__body--title {
  margin: 12px 0 25px 0;
}
.promo.promo--cta-one .component-content .promo-wrapper .promo--cta__textwrapper {
  text-align: center;
}
.promo.promo--cta-one .component-content .promo-wrapper .promo--cta__link {
  flex: 0 0 max-content;
  margin: 3rem 0 0 0;
}
.promo.promo--cta-one .component-content .promo-wrapper .promo--cta .promo__body--body {
  margin: 1rem 0 0;
}
@media only screen and (min-width: 960px) {
  .promo.promo--cta-one .component-content .promo-wrapper .promo--cta__icon {
    max-width: 100%;
    flex: 0 0 6rem;
    margin: 0 5rem 0 2rem;
  }
  .promo.promo--cta-one .component-content .promo-wrapper .promo--cta__icon img {
    margin-bottom: 0;
  }
  .promo.promo--cta-one .component-content .promo-wrapper .promo--cta__textwrapper {
    text-align: left;
  }
  .promo.promo--cta-one .component-content .promo-wrapper .promo--cta__link {
    flex: 0 0 max-content;
    margin: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 960px) {
  .promo.promo--cta-one .component-content .promo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.promo.promo--cta-one .component-content:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  right: -16px;
  bottom: -16px;
  border-radius: 26px;
  background-image: linear-gradient(223deg, #7d71ed 0%, #540798 100%);
  z-index: -1;
}
.promo.promo--cta-one:after {
  display: none;
}
.promo .promo__wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .promo .promo__wrapper {
    flex-direction: column;
  }
}
.promo .promo__column {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  .promo .promo__column {
    display: block;
  }
  .promo .promo__column--mob-first {
    order: 1;
  }
  .promo .promo__column--mob-second {
    order: 2;
  }
}
.promo .promo__body {
  max-width: 400px;
  text-align: left;
  margin-right: 15px;
}
@media only screen and (max-width: 959px) {
  .promo .promo__body {
    max-width: 560px;
    margin: 0px auto;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .promo .promo__body {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1480px) {
  .promo .promo__body {
    max-width: 555px;
    padding-left: 0px;
  }
}
.promo .promo__body--title {
  margin: 12px 0 25px 0;
}
@media only screen and (max-width: 959px) {
  .promo .promo__body--title {
    margin: 9px 0 15px 0;
  }
}
.promo .promo__body--link {
  margin-top: 46px;
}
@media only screen and (max-width: 959px) {
  .promo .promo__body--link {
    margin-top: 33px;
  }
}
.promo .promo__body--right {
  max-width: 440px;
  margin-right: 0px;
  margin-left: 15px;
}
@media only screen and (max-width: 959px) {
  .promo .promo__body--right {
    max-width: 560px;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 1480px) {
  .promo .promo__body--right {
    max-width: 555px;
    padding-right: 138px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 959px) {
  .promo .promo__image {
    margin-bottom: 16px;
  }
}
.promo .promo__image--right {
  -webkit-clip-path: ellipse(100% 91% at 100% 49%);
  clip-path: ellipse(100% 91% at 100% 49%);
}
.promo .promo__image--left {
  -webkit-clip-path: ellipse(100% 93% at 0% 49%);
  clip-path: ellipse(100% 93% at 0% 49%);
}
.promo .promo__image .field-promoicon {
  max-width: initial;
  margin: auto;
}
.promo .promo__image .field-promoicon img {
  width: 100%;
  margin-bottom: 0;
}
.promo.curve-promo {
  padding: 0 1rem 0;
}
.promo.curve-promo .component-content {
  padding: 0px;
  margin: 80px 0;
  border: none;
  background: none;
}
.promo.curve-promo .component-content:after {
  display: none;
}
.promo.curve-promo .component-content .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: 16px;
  font-family: "EuclidCircularA-Semibold";
  line-height: 18px;
  text-align: center;
}
.promo.curve-promo .component-content .solid-green:hover {
  background: linear-gradient(0deg, #72c9f8 -40.21%, #33FF94 132.12%);
}
.promo.curve-promo .component-content .solid-green:after {
  display: none;
}
.promo.curve-promo .component-content .solid-green:before {
  display: none;
}
.promo.curve-promo .component-content .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: 16px;
  font-family: "EuclidCircularA-Semibold";
  line-height: 18px;
  text-align: center;
}
.promo.curve-promo .component-content .outline-blue:hover {
  border-color: #9747ff;
  color: #360065;
}
.promo.curve-promo .component-content .outline-blue:after {
  display: none;
}
.promo.curve-promo .component-content .outline-blue:before {
  display: none;
}
.promo.promo-download {
  padding: 0;
}
.promo.promo-download > .component-content {
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}
.promo.promo-download > .component-content:after {
  display: none;
}
.promo.promo-download > .component-content .field-promotext {
  color: #232323;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.promo.promo-download > .component-content .field-promotext2 {
  color: #232323;
  font-family: "EuclidCircularA-Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.promo.promo-download .field-promolink {
  margin-top: 20px;
}
.promo.promo-download .field-promolink a {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  color: #1E1E1E;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
  z-index: 0;
  background: linear-gradient(0deg, #8522E3 0%, #73CAF8 0%);
}
.promo.promo-download .field-promolink a:before {
  content: "";
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.promo.promo-download .field-promolink a:hover, .promo.promo-download .field-promolink a:focus {
  text-decoration: none;
}
.promo.promo-download .field-promolink a:hover:before, .promo.promo-download .field-promolink a:focus:before {
  opacity: 1;
}
.promo.promo-download .field-promolink a:before {
  background: linear-gradient(0deg, #8522E3 10%, #73CAF8 90%);
}
.promo.promo-download .field-promolink a:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 26px;
  z-index: -1;
}
.promo.promo-download .field-promolink a:hover, .promo.promo-download .field-promolink a:focus {
  color: #8522E3;
}
.promo.promo-download .field-promolink a:hover:before, .promo.promo-download .field-promolink a:focus:before {
  opacity: 1;
}
.promo.testimonial {
  padding-top: 30px;
}
.promo.testimonial > .component-content {
  border: none;
  padding: 4rem 13.125rem;
  background: transparent;
}
@media only screen and (max-width: 959px) {
  .promo.testimonial > .component-content {
    padding: 3rem 1rem 1.5rem;
    margin: 0;
  }
}
.promo.testimonial > .component-content::after {
  display: none;
}
.promo.testimonial .field-promotext {
  padding-top: 120px;
  position: relative;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.25;
}
.profile-cards .promo.testimonial .field-promotext {
  padding-top: 100px;
  margin-top: 0;
  margin-bottom: 45px;
}
.profile-cards .promo.testimonial .field-promotext strong,
.profile-cards .promo.testimonial .field-promotext span {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  font-size: 24px;
  color: #8427E2 !important;
}
.promo.testimonial .field-promotext:before {
  content: "“";
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 8.5rem;
  line-height: 8.5rem;
  color: #330065;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .promo.testimonial .field-promotext:before {
    font-family: "EuclidCircularA-Bold", Arial, sans-serif;
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
}
.profile-cards .promo.testimonial .field-promotext:before {
  font-size: 65px;
}
@media only screen and (max-width: 1024px) {
  .profile-cards .promo.testimonial .field-promotext:before {
    font-size: 90px;
    top: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .promo.testimonial .field-promotext {
    font-size: 1.25rem;
    padding-top: 78px;
  }
}
.promo.testimonial .field-promotext2 {
  margin: 0 0 0.25rem;
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.promo.testimonial .field-promotext3 {
  margin: 0;
}
.profile-cards .promo.testimonial + .content .field-content {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.profile-cards .promo.testimonial + .content .field-content p {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.promo.ticker-wrapper {
  padding: 0px 15px;
  overflow: visible;
}
.promo.ticker-wrapper .container {
  display: flex;
  align-items: center;
  padding: 0.75rem 2rem;
}
@media only screen and (max-width: 375px) {
  .promo.ticker-wrapper .container {
    padding: 0.75rem 1rem;
  }
}
.promo.ticker-wrapper > .component-content {
  text-align: left;
  background: linear-gradient(270deg, #8427E2 0%, #360065 100%);
  border-radius: 0px;
  border: none;
  padding: 0px;
  margin: 0px -15px;
}
.promo.ticker-wrapper > .component-content:after {
  display: none;
}
.promo.ticker-wrapper > .component-content .ticker__icon {
  flex: 0 0 1.5rem;
  width: 1rem;
  height: auto;
  margin-right: 0.5rem;
}
.promo.ticker-wrapper > .component-content .ticker__icon img {
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .promo.ticker-wrapper > .component-content .ticker__icon {
    display: none;
  }
}
.promo.ticker-wrapper > .component-content .ticker__textWrapper {
  flex: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .promo.ticker-wrapper > .component-content .ticker__textWrapper {
    display: block;
  }
}
.promo.ticker-wrapper > .component-content .ticker__text {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  -webkit-line-clamp: 2;
  text-align: justify;
  overflow: hidden;
  color: #fff;
  max-width: calc(100% - 82px);
  min-height: 1.125rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 576px) {
  .promo.ticker-wrapper > .component-content .ticker__text {
    max-width: 100%;
    padding: 0;
  }
  .promo.ticker-wrapper > .component-content .ticker__text:after {
    content: "";
    width: 16px;
    height: 14px;
    background: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/promo/arrow-white.svg") no-repeat center;
    position: relative;
    display: inline-block;
    margin-left: 11px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
.promo.ticker-wrapper > .component-content .ticker__learn {
  display: inline-flex;
  align-items: center;
  float: right;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #fff;
  position: relative;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 576px) {
  .promo.ticker-wrapper > .component-content .ticker__learn {
    display: none;
  }
}
.promo.ticker-wrapper > .component-content .ticker__learn:after {
  content: "";
  width: 16px;
  height: 18px;
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/promo/arrow-white.svg") no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
}
.promo.usp-promo {
  overflow: inherit;
}
.promo.usp-promo .component-content {
  height: 100%;
  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;
}
.promo.usp-promo .component-content .field-promoicon img {
  height: 60px;
  width: 60px;
}
.promo.usp-promo .component-content .promo-text {
  height: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.promo.usp-promo .component-content .promo-text > div {
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
.promo.usp-promo .component-content .promo-text .field-promotext {
  background-color: inherit;
  color: #232323;
  font-family: "EuclidCircularA-Semibold";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}
.promo.usp-promo .component-content .promo-text .field-promotext span {
  background-color: inherit !important;
  color: #232323 !important;
  font-family: "EuclidCircularA-Semibold";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  overflow: hidden;
}
.promo.usp-promo .component-content .promo-text .field-promotext2 {
  font-family: "EuclidCircularA-Regular";
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.promo.usp-promo .component-content .promo-text .field-promolink {
  position: inherit;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
}
.promo.usp-promo .component-content .promo-text .field-promolink a {
  font-size: 12px;
}
.promo.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";
  line-height: 18px;
  text-align: center;
}
.promo.usp-promo .component-content .promo-text .field-promolink .solid-green:hover {
  background: linear-gradient(0deg, #72c9f8 -40.21%, #33FF94 132.12%);
}
.promo.usp-promo .component-content .promo-text .field-promolink .solid-green:after {
  display: none;
}
.promo.usp-promo .component-content .promo-text .field-promolink .solid-green:before {
  display: none;
}
.promo.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";
  line-height: 18px;
  text-align: center;
}
.promo.usp-promo .component-content .promo-text .field-promolink .outline-blue:hover {
  border-color: #9747ff;
  color: #360065;
}
.promo.usp-promo .component-content .promo-text .field-promolink .outline-blue:after {
  display: none;
}
.promo.usp-promo .component-content .promo-text .field-promolink .outline-blue:before {
  display: none;
}
.promo.usp-promo .component-content:after {
  display: none;
}
.promo.usp-promo .component-content:before {
  display: none;
}
.promo.title-truncate .component-content .promo-text .field-promotext {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.promo.title-truncate .component-content .promo-text .field-promotext span {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.promo.sub-text-truncate .component-content .promo-text .field-promotext2 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.promo.profile-quote > .component-content {
  border: none;
}
@media only screen and (max-width: 1024px) {
  .promo.profile-quote > .component-content {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.promo.profile-quote > .component-content .promo-text h4 {
  padding: 50px 0;
}
.promo.profile-quote > .component-content .promo-text h4,
.promo.profile-quote > .component-content .promo-text h4 span,
.promo.profile-quote > .component-content .promo-text h4 strong {
  color: #8427E2 !important;
}
.promo.profile-quote > .component-content .promo-text .field-promotext {
  margin: 0;
}
.promo.profile-quote > .component-content .promo-text .field-promotext2 {
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
}
.promo.profile-quote > .component-content .promo-text .field-promotext3 {
  color: #232323;
}
.promo.profile-quote:before {
  content: '"';
  position: absolute;
  width: 31px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.promo strong {
  font-weight: 700;
}
.promo ul, .promo ol {
  padding-bottom: 0rem;
  padding-top: 0rem;
}
.promo li {
  font-size: 1rem;
}
.promo ul li {
  list-style: disc;
  list-style-position: inside;
}
.promo ol li {
  list-style: decimal;
  list-style-position: inside;
}
.promo table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}
.promo table, .promo table tr, .promo table th, .promo table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}
.promo table tr, .promo table th, .promo table td {
  padding: 5px;
}
.promo table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}
.promo table tr {
  border: none;
}
.promo table th, .promo table td {
  border-width: 2px 0 0 2px;
}
.promo table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}
.promo table th:first-child {
  border-left: 0;
}
.promo table td:first-child {
  border-left: 0;
}

.usp-promo .field-promolink {
  margin-top: 46px;
}
.col-same-height .usp-promo .field-promolink {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
}
.usp-promo .field-promolink a {
  font-size: 12px !important;
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  color: #1E1E1E;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
  z-index: 0;
  background: linear-gradient(0deg, #8522E3 0%, #73CAF8 0%);
}
.usp-promo .field-promolink a:before {
  content: "";
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.usp-promo .field-promolink a:hover, .usp-promo .field-promolink a:focus {
  text-decoration: none;
}
.usp-promo .field-promolink a:hover:before, .usp-promo .field-promolink a:focus:before {
  opacity: 1;
}
.usp-promo .field-promolink a:before {
  background: linear-gradient(0deg, #8522E3 10%, #73CAF8 90%);
}
.usp-promo .field-promolink a:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 26px;
  z-index: -1;
}
.usp-promo .field-promolink a:hover, .usp-promo .field-promolink a:focus {
  color: #8522E3;
}
.usp-promo .field-promolink a:hover:before, .usp-promo .field-promolink a:focus:before {
  opacity: 1;
}
.usp-promo .field-promolink.link-outline {
  margin: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.usp-promo .field-promolink.link-outline a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent;
  font-size: 0;
}
.usp-promo .field-promolink.link-outline a:before, .usp-promo .field-promolink.link-outline a:after {
  display: none;
  border: none;
}

.promo.absolute-bottom-link {
  position: relative;
}
.promo.absolute-bottom-link .field-promolink {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.promo.promo-hero {
  position: relative;
  text-align: center;
}
.promo.promo-hero.promo-hero-half {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .promo.promo-hero.promo-hero-half {
    float: none;
    width: 100%;
  }
}
.promo.promo-hero .field-promotext {
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.promo.promo-hero .field-promotext > a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .promo.promo-hero .field-promotext {
    width: 100%;
    margin: 0;
  }
  .promo.promo-hero .field-promotext h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .promo.promo-hero .field-promotext h2, .promo.promo-hero .field-promotext h3, .promo.promo-hero .field-promotext h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.promo.imageTreatment .field-promoicon {
  position: relative;
}
.promo.imageTreatment .field-promoicon:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.promo.imageTreatment__1 .field-promoicon:after {
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/overlays/image-treatment-1.png") no-repeat bottom;
  background-size: cover;
}
.promo.imageTreatment__2 .field-promoicon:after {
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/overlays/image-treatment-2.png") no-repeat bottom;
  background-size: cover;
}
.promo.imageTreatment__3 .field-promoicon:after {
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/overlays/image-treatment-3.png") no-repeat bottom;
  background-size: cover;
}
.promo.imageTreatment__4 .field-promoicon:after {
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/overlays/image-treatment-4.png") no-repeat bottom;
  background-size: cover;
}
.promo.imageTreatment__5 .field-promoicon:after {
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/overlays/image-treatment-5.png") no-repeat bottom;
  background-size: cover;
}
.promo.imageTreatment__6 .field-promoicon:after {
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/overlays/image-treatment-6.png") no-repeat bottom;
  background-size: cover;
}

.promo.ImageNoCurve .promo__image--right, .promo.ImageNoCurve .promo__image--left {
  webkit-clip-path: none;
  -webkit-clip-path: none;
  clip-path: none;
  border-radius: 22px;
  overflow: hidden;
}

.no-gradient > .component-content {
  border: none;
}
.no-gradient > .component-content:after {
  display: none;
}
.no-gradient:after {
  display: none;
}

/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.promo-shadow {
  max-width: 960px;
  padding: 0;
  border-top-width: 3px;
  border-top-color: #89C6CC;
  border-style: solid;
  overflow: visible;
  position: relative;
}
.promo-shadow.promo {
  float: left;
}
.promo-shadow > .component-content {
  padding: 15px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 959px) {
  .promo-shadow > .component-content {
    margin: 0 10px 30px 10px;
  }
}
.promo-shadow > .component-content:before, .promo-shadow > .component-content:after {
  opacity: 0.7;
  box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: -1;
  height: 20%;
  max-height: 100px;
  max-width: 460px;
  width: 47%;
  content: "";
  bottom: 10px;
}
.promo-shadow > .component-content:before {
  left: 2%;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.promo-shadow > .component-content:after {
  right: 2%;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.navigation .promo {
  width: 50vw;
  max-width: 735px;
  height: 530px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.navigation .promo > .component-content {
  text-align: left;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
}
.navigation .promo > .component-content .field-promolink {
  font-size: 0;
  display: none;
}
.navigation .promo > .component-content .field-promoicon {
  width: 100%;
  height: 298px;
  position: relative;
}
.navigation .promo > .component-content .field-promoicon img {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  min-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navigation .promo > .component-content .promo-text {
  background-color: rgba(233, 233, 233, 0.5);
  padding: 32px 48px 48px;
}
.navigation .promo > .component-content .promo-text h4 {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  color: #232323;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 16px;
  margin-left: 0;
}
.navigation .promo > .component-content .promo-text p {
  font-family: "EuclidCircularA-Light", Arial, sans-serif;
  color: #232323;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.navigation .promo > .component-content .promo-text .field-promolink {
  margin-top: 0px;
  display: block;
}
#header .navigation .promo > .component-content .promo-text .field-promolink a {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  color: #1E1E1E;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
  z-index: 0;
  background: linear-gradient(0deg, #8522E3 0%, #73CAF8 0%);
  font-size: 1rem;
}
#header .navigation .promo > .component-content .promo-text .field-promolink a:before {
  content: "";
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#header .navigation .promo > .component-content .promo-text .field-promolink a:hover, #header .navigation .promo > .component-content .promo-text .field-promolink a:focus {
  text-decoration: none;
}
#header .navigation .promo > .component-content .promo-text .field-promolink a:hover:before, #header .navigation .promo > .component-content .promo-text .field-promolink a:focus:before {
  opacity: 1;
}
#header .navigation .promo > .component-content .promo-text .field-promolink a:before {
  background: linear-gradient(0deg, #8522E3 10%, #73CAF8 90%);
}
#header .navigation .promo > .component-content .promo-text .field-promolink a:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 26px;
  z-index: -1;
}
#header .navigation .promo > .component-content .promo-text .field-promolink a:hover, #header .navigation .promo > .component-content .promo-text .field-promolink a:focus {
  color: #8522E3;
}
#header .navigation .promo > .component-content .promo-text .field-promolink a:hover:before, #header .navigation .promo > .component-content .promo-text .field-promolink a:focus:before {
  opacity: 1;
}
#header .navigation .promo > .component-content .promo-text .field-promolink a:after {
  background-color: #f4f4f4;
}
.navigation .promo > .component-content:after {
  display: none;
}

.promo.testimonial.remove-quote .field-promotext {
  padding-top: 0px;
}
.promo.testimonial.remove-quote .field-promotext:before {
  display: none;
}

.video-promo .component-content {
  max-width: 100%;
  margin-right: 15px;
  padding: 0px;
  margin-left: 0;
}
.video-promo .component-content h4.field-promotext {
  font-size: 2rem;
  line-height: 2.6rem;
  margin: 12px 0 25px 0;
}
@media only screen and (max-width: 786px) {
  .video-promo .component-content h4.field-promotext {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }
}

/* updated */