/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.color-purp {
  background: #8427e2;
}

.color-lilac {
  background: #cd92ff;
}

.color-blue {
  background: #72c9f8;
}

.color-purp-dark {
  background: #360065;
}

.color-green {
  background: #33ff94;
}

.color-red {
  background: #ff6374;
}

.color-yellow {
  background: #ffcd5a;
}

.color-orange {
  background: #ff8055;
}

.color-dark-grey {
  background: #232323;
}

.color-pale-grey {
  background: #e9e9e9;
}

.color-grey2 {
  background: #919ba5;
}

.color-grey3 {
  background: #c8d2d7;
}

.color-grey4 {
  background: #e1ebeb;
}

.color-purp h1,
.color-purp-dark h1,
.color-green h1,
.color-yellow h1,
.color-pale-grey h1,
.color-grey3 h1,
.color-grey4 h1 {
  color: white;
}

.purple-dusk-grad {
  background: linear-gradient(#360065 0%, #8427e2 70%, #8427e2 100%);
}

.blue-steel-grad {
  background: linear-gradient(#72c9f8 0%, #8427e2 60%, #8427e2 100%);
}

.purple-sky-grad {
  background: linear-gradient(#cd92ff 0%, #8427e2 50%, #8427e2 100%);
}

.royal-mint-grad {
  background: linear-gradient(#33ff94 0%, #8427e2 70%, #8427e2 100%);
}

.red-sunset-grad {
  background: linear-gradient(#ff6374 0%, #8427e2 50%, #8427e2 100%);
}

.amethyst-glow-grad {
  background: linear-gradient(#ffcd5a 0%, #8427e2 60%, #8427e2 100%);
}

.citrus-nebula-grad {
  background: linear-gradient(#ff8055 0%, #8427e2 60%, #8427e2 100%);
}

.diagonal.purple-dusk-grad {
  background: linear-gradient(9deg, #8427e2 50%, #360065 100%);
}
.diagonal.blue-steel-grad {
  background: linear-gradient(9deg, #8427e2 50%, #72c9f8 100%);
}
.diagonal.purple-sky-grad {
  background: linear-gradient(9deg, #8427e2 50%, #cd92ff 100%);
}
.diagonal.royal-mint-grad {
  background: linear-gradient(9deg, #8427e2 50%, #33ff94 100%);
}
.diagonal.red-sunset-grad {
  background: linear-gradient(9deg, #8427e2 50%, #ff6374 100%);
}
.diagonal.amethyst-glow-grad {
  background: linear-gradient(9deg, #8427e2 50%, #ffcd5a 100%);
}
.diagonal.citrus-nebula-grad {
  background: linear-gradient(9deg, #8427e2 50%, #ff8055 100%);
}

.left-to-right.purple-dusk-grad {
  background: linear-gradient(to right, #8427e2, #360065);
}
.left-to-right.blue-steel-grad {
  background: linear-gradient(to right, #8427e2, #72c9f8);
}
.left-to-right.purple-sky-grad {
  background: linear-gradient(to right #8427e2, #cd92ff);
}
.left-to-right.royal-mint-grad {
  background: linear-gradient(to right, #8427e2, #33ff94);
}
.left-to-right.red-sunset-grad {
  background: linear-gradient(to right, #8427e2, #ff6374);
}
.left-to-right.amethyst-glow-grad {
  background: linear-gradient(to right, #8427e2, #ffcd5a);
}
.left-to-right.citrus-nebula-grad {
  background: linear-gradient(to right, #8427e2, #ff8055);
}

.radial.purple-dusk-grad {
  background: radial-gradient(#8427e2, #360065);
}
.radial.blue-steel-grad {
  background: radial-gradient(#8427e2, #72c9f8);
}
.radial.purple-sky-grad {
  background: radial-gradient(#8427e2, #cd92ff);
}
.radial.royal-mint-grad {
  background: radial-gradient(#8427e2, #33ff94);
}
.radial.red-sunset-grad {
  background: radial-gradient(#8427e2, #ff6374);
}
.radial.amethyst-glow-grad {
  background: radial-gradient(#8427e2, #ffcd5a);
}
.radial.citrus-nebula-grad {
  background: radial-gradient(#8427e2, #ff8055);
}

.dark-bg-theme .intro-block h2,
.dark-bg-theme .intro-block h2 span {
  color: white !important;
}
.dark-bg-theme .curve-promo h3,
.dark-bg-theme .curve-promo p {
  color: white !important;
}
.dark-bg-theme .breadcrumb.component .separator {
  background: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/carousel/chevron-white.svg") no-repeat 5px 3px;
}
@media only screen and (max-width: 768px) {
  .dark-bg-theme .breadcrumb.component .separator {
    margin: 0 0;
    width: 11px;
    background-position: -2px 3px;
  }
}
.dark-bg-theme .breadcrumb.component li > .navigation-title > a:hover {
  color: white;
}
@media only screen and (max-width: 768px) {
  .dark-bg-theme .breadcrumb.component li.home a {
    color: #8427e2;
    background: white;
  }
  .dark-bg-theme .breadcrumb.component li.home a:hover {
    color: #8427e2;
  }
}
.dark-bg-theme .breadcrumb.component li.last a {
  color: white;
}
@media only screen and (max-width: 768px) {
  .dark-bg-theme .breadcrumb.component li.mob-trunc .separator {
    display: inline-block !important;
  }
  .dark-bg-theme .breadcrumb.component li.mob-trunc a:before {
    color: white;
  }
}
.dark-bg-theme .accordion .toggle-header .component .field-heading {
  color: white;
}
.dark-bg-theme .accordion .toggle-header .component .field-heading:before, .dark-bg-theme .accordion .toggle-header .component .field-heading:after {
  background-color: white;
}
.dark-bg-theme .accordion .toggle-content {
  color: white;
}
.dark-bg-theme .accordion .toggle-content .content ul li::marker {
  color: white !important;
}
.dark-bg-theme .accordion .item {
  background: transparent;
}

.outer-container {
  max-width: 100%;
}

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

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.fixed-background {
  background-attachment: fixed;
}

.repeat {
  background-size: inherit;
  background-repeat: repeat;
}

.repeat-x {
  background-size: inherit;
  background-repeat: repeat-x;
}

.repeat-y {
  background-size: inherit;
  background-repeat: repeat-y;
}

.app-provider {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  color: #8427e2;
}

.download-button a.solid-purple {
  background: #360065 !important;
  color: #fff !important;
  position: relative;
  z-index: 0;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  text-decoration: none;
  font-size: 16px;
  font-family: "EuclidCircularA-Semibold", Arial, sans-serif;
  line-height: 24px;
  text-align: center;
}
.download-button a.solid-purple:hover {
  background-image: linear-gradient(to top, #72c9f8 -160%, #360065) !important;
}
.download-button a.solid-purple:after {
  display: none !important;
}
.download-button a.solid-purple:before {
  display: none !important;
}

.light-bg-theme .two-column-section .bottom-section,
.light-bg-theme .aboutifs .bottom-section {
  margin-top: 15px;
}
.light-bg-theme .two-column-section .bottom-section .download-button a,
.light-bg-theme .aboutifs .bottom-section .download-button 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%);
}
.light-bg-theme .two-column-section .bottom-section .download-button a:before,
.light-bg-theme .aboutifs .bottom-section .download-button 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;
}
.light-bg-theme .two-column-section .bottom-section .download-button a:hover, .light-bg-theme .two-column-section .bottom-section .download-button a:focus,
.light-bg-theme .aboutifs .bottom-section .download-button a:hover,
.light-bg-theme .aboutifs .bottom-section .download-button a:focus {
  text-decoration: none;
}
.light-bg-theme .two-column-section .bottom-section .download-button a:hover:before, .light-bg-theme .two-column-section .bottom-section .download-button a:focus:before,
.light-bg-theme .aboutifs .bottom-section .download-button a:hover:before,
.light-bg-theme .aboutifs .bottom-section .download-button a:focus:before {
  opacity: 1;
}
.light-bg-theme .two-column-section .bottom-section .download-button a:before,
.light-bg-theme .aboutifs .bottom-section .download-button a:before {
  background: linear-gradient(0deg, #8522E3 10%, #73CAF8 90%);
}
.light-bg-theme .two-column-section .bottom-section .download-button a:after,
.light-bg-theme .aboutifs .bottom-section .download-button a:after {
  content: "";
  display: block !important;
  background: #fff;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 26px;
  z-index: -1;
}
.light-bg-theme .two-column-section .bottom-section .download-button a:hover, .light-bg-theme .two-column-section .bottom-section .download-button a:focus,
.light-bg-theme .aboutifs .bottom-section .download-button a:hover,
.light-bg-theme .aboutifs .bottom-section .download-button a:focus {
  color: #8522E3;
}
.light-bg-theme .two-column-section .bottom-section .download-button a:hover:before, .light-bg-theme .two-column-section .bottom-section .download-button a:focus:before,
.light-bg-theme .aboutifs .bottom-section .download-button a:hover:before,
.light-bg-theme .aboutifs .bottom-section .download-button a:focus:before {
  opacity: 1;
}

hr {
  margin: 15px 0;
  border: 1px solid rgba(35, 35, 35, 0.2);
}

.right-section .bottom-section,
.aboutifs .bottom-section {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .right-section .bottom-section .row > div,
  .aboutifs .bottom-section .row > div {
    margin-bottom: 20px;
  }
}
.right-section .bottom-section .download-button a,
.aboutifs .bottom-section .download-button 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;
  background: #33ff94;
}
.right-section .bottom-section .download-button a:before,
.aboutifs .bottom-section .download-button 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;
}
.right-section .bottom-section .download-button a:hover, .right-section .bottom-section .download-button a:focus,
.aboutifs .bottom-section .download-button a:hover,
.aboutifs .bottom-section .download-button a:focus {
  text-decoration: none;
}
.right-section .bottom-section .download-button a:hover:before, .right-section .bottom-section .download-button a:focus:before,
.aboutifs .bottom-section .download-button a:hover:before,
.aboutifs .bottom-section .download-button a:focus:before {
  opacity: 1;
}
.right-section .bottom-section .download-button a::before,
.aboutifs .bottom-section .download-button a::before {
  background: linear-gradient(0deg, rgba(114, 201, 248, 0.4) 0%, #33ff94 100%);
}
.right-section .bottom-section .download-button a:after,
.aboutifs .bottom-section .download-button a:after {
  display: none !important;
}
.right-section .bottom-section .social-section a,
.aboutifs .bottom-section .social-section a {
  margin-left: 10px;
  display: inline-block;
}
.right-section .bottom-section .social-section span,
.aboutifs .bottom-section .social-section span {
  font-size: 120%;
  font-weight: bold;
  vertical-align: super;
}
@media (min-width: 767px) {
  .right-section .bottom-section .social-section-button,
  .aboutifs .bottom-section .social-section-button {
    text-align: end;
  }
}
.right-section .right-image,
.aboutifs .right-image {
  overflow: hidden;
  border: 2px solid rgb(202, 196, 196);
  border-radius: 25px;
  width: 100%;
}
.right-section .right-image img,
.aboutifs .right-image img {
  width: 100%;
  height: auto;
  display: block;
}
.right-section h5,
.aboutifs h5 {
  line-height: 25px;
}

.hero-container {
  padding: 40px 15px;
}
.hero-container h2 {
  margin-left: 1rem !important;
  color: #fff;
}
.hero-container .card-img-top {
  border: 1px solid white;
  border-radius: 25px;
  max-width: 13rem;
}

.two-column-section {
  margin: 50px 0px;
}
@media (max-width: 767px) {
  .two-column-section {
    margin: 30px 0;
  }
  .two-column-section .row .promo-padd:first-child {
    margin: 30px 0;
  }
}
.two-column-section h4,
.two-column-section p,
.two-column-section h5,
.two-column-section h6 {
  color: #232323;
  margin-bottom: 10px;
}
.two-column-section .asset-type {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.two-column-section h4 {
  font-size: 20px;
  line-height: 25px;
}
.two-column-section h5 {
  line-height: 25px;
}
.two-column-section .downloadNow {
  overflow: hidden;
  border: 2px solid rgb(202, 196, 196);
  border-radius: 25px;
  width: 100%;
}
.two-column-section .downloadNow img {
  width: 100%;
  height: auto;
  display: block;
}
.two-column-section .bottom-section {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .two-column-section .bottom-section .row > div {
    margin-bottom: 20px;
  }
}
.two-column-section .bottom-section .download-button 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;
  background: #33ff94;
}
.two-column-section .bottom-section .download-button 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;
}
.two-column-section .bottom-section .download-button a:hover, .two-column-section .bottom-section .download-button a:focus {
  text-decoration: none;
}
.two-column-section .bottom-section .download-button a:hover:before, .two-column-section .bottom-section .download-button a:focus:before {
  opacity: 1;
}
.two-column-section .bottom-section .download-button a::before {
  background: linear-gradient(0deg, rgba(114, 201, 248, 0.4) 0%, #33ff94 100%);
}
.two-column-section .bottom-section .download-button a:after {
  display: none !important;
}
.two-column-section .bottom-section .social-section a {
  margin-left: 10px;
  display: inline-block;
}
.two-column-section .bottom-section .social-section span {
  font-size: 120%;
  font-weight: bold;
  vertical-align: super;
}
@media (min-width: 767px) {
  .two-column-section .bottom-section .social-section-button {
    text-align: end;
  }
}
.two-column-section .pdf-content {
  margin-bottom: 30px;
}
.two-column-section .pdf-content > div {
  padding: 0;
  margin-right: 10px;
}
.two-column-section .pdf-content > div h4 {
  margin: 0;
}
.two-column-section .video-image {
  position: relative;
}
.two-column-section .video-image img {
  display: block;
  border-radius: 25px;
  width: 100%;
}
.two-column-section .video-image::after {
  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;
}
.two-column-section .share {
  margin-top: 27px;
}

.two-column-promo-right,
.promodropdown {
  margin: 50px 0;
  padding: 0 20px;
}
.two-column-promo-right .pdf-content,
.promodropdown .pdf-content {
  margin-bottom: 30px;
}
.two-column-promo-right .pdf-content > div,
.promodropdown .pdf-content > div {
  padding: 0;
  margin-right: 10px;
}
.two-column-promo-right .pdf-content > div h4,
.two-column-promo-right .pdf-content > div h5,
.promodropdown .pdf-content > div h4,
.promodropdown .pdf-content > div h5 {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
}
.two-column-promo-right .social-share h5,
.promodropdown .social-share h5 {
  line-height: 2rem;
  font-size: 20px;
  font-family: inherit;
}
.two-column-promo-right .no-quote .promo-description p,
.promodropdown .no-quote .promo-description p {
  font-size: 16px;
  line-height: 24px;
}
.two-column-promo-right .no-quote .promo-description ul,
.promodropdown .no-quote .promo-description ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 15px;
}
.two-column-promo-right .no-quote .promo-description ul li::marker,
.promodropdown .no-quote .promo-description ul li::marker {
  color: #000;
}
@media (max-width: 767px) {
  .two-column-promo-right .no-quote,
  .promodropdown .no-quote {
    margin: 30px 0;
  }
}
.two-column-promo-right .no-quote h5,
.two-column-promo-right .no-quote p,
.promodropdown .no-quote h5,
.promodropdown .no-quote p {
  color: #232323;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .two-column-promo-right,
  .promodropdown {
    margin: 30px 0;
  }
}
.two-column-promo-right .aboutifs,
.promodropdown .aboutifs {
  padding: 0;
  color: #000;
}
.two-column-promo-right .quote-container,
.promodropdown .quote-container {
  padding: 48px;
}
@media (max-width: 767px) {
  .two-column-promo-right .quote-container,
  .promodropdown .quote-container {
    padding: 0 0 10px 0;
  }
}
.two-column-promo-right .quote-container .card,
.promodropdown .quote-container .card {
  border: solid 0.5px;
  max-width: 500px;
  height: auto;
  border-radius: 26px;
}
.two-column-promo-right .quote-container .card .card-body,
.promodropdown .quote-container .card .card-body {
  text-align: center;
  padding: 15px;
}
.two-column-promo-right .quote-container .card .card-body .q-author,
.promodropdown .quote-container .card .card-body .q-author {
  font-weight: 700;
}
.two-column-promo-right .quote-container .card .card-title,
.promodropdown .quote-container .card .card-title {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  font-size: 1.5rem;
  color: #8522E3;
  line-height: 1.2;
  margin-top: 20px;
}
.two-column-promo-right .quote-container .card p,
.promodropdown .quote-container .card p {
  margin-bottom: 20px;
  color: #232323;
  font-family: "EuclidCircularA-Regular", Arial, sans-serif;
  margin-top: 20px;
}
.two-column-promo-right .quote-container .card p:last-child,
.promodropdown .quote-container .card p:last-child {
  margin-bottom: 0;
}
.two-column-promo-right h5,
.two-column-promo-right h4,
.promodropdown h5,
.promodropdown h4 {
  color: #000;
}
.two-column-promo-right .contactInfo a,
.promodropdown .contactInfo a {
  display: inline-block;
  margin-right: 10px;
}
.two-column-promo-right .contactInfo a i,
.promodropdown .contactInfo a i {
  color: #8522E3;
}
.two-column-promo-right .contactInfo h4,
.promodropdown .contactInfo h4 {
  margin-bottom: 15px;
}
.two-column-promo-right .aboutifs,
.promodropdown .aboutifs {
  color: #000;
}
.two-column-promo-right .aboutifs .promo-description ul,
.promodropdown .aboutifs .promo-description ul {
  list-style: disc;
  list-style: disc;
  list-style-position: inside;
  padding-left: 15px;
}
.two-column-promo-right .aboutifs .promo-description ul li::marker,
.promodropdown .aboutifs .promo-description ul li::marker {
  color: #000;
}

@media (max-width: 767px) {
  .two-column-section .quote-container {
    padding: 0 0 10px 0;
  }
}
.two-column-section .quote-container .card {
  border: solid 0.5px;
  max-width: 500px;
  height: auto;
  border-radius: 26px;
}
.two-column-section .quote-container .card .card-body {
  text-align: center;
  padding: 15px;
}
.two-column-section .quote-container .card .card-body .q-author {
  font-weight: 700;
}
.two-column-section .quote-container .card .card-title {
  font-size: 1.5rem;
  color: #8522E3;
  line-height: 1.2;
  margin-top: 20px;
}
.two-column-section .quote-container .card p {
  margin-bottom: 20px;
  color: #232323;
  font-family: "EuclidCircularA-Regular", Arial, sans-serif;
  margin-top: 20px;
}
.two-column-section .quote-container .card p:last-child {
  margin-bottom: 0;
}
.two-column-section .border-bottom .promo-description p {
  font-size: 16px;
  line-height: 24px;
}
.two-column-section .border-bottom .promo-description ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 15px;
}
.two-column-section .border-bottom .promo-description ul li::marker {
  color: #000;
}

.ifs-promo {
  display: flex;
  justify-content: center;
}
.ifs-promo .ifs-promo-title {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #232323;
  margin: 0 0 10px;
}
.ifs-promo.amethyst-glow-grad, .ifs-promo.blue-steel-grad, .ifs-promo.citrus-nebula-grad, .ifs-promo.purple-dusk-grad, .ifs-promo.purple-sky-grad, .ifs-promo.red-sunset-grad, .ifs-promo.royal-mint-grad, .ifs-promo.dark-bg-theme, .ifs-promo.ifs-purple-sky, .ifs-promo.ifs-royal-mint, .ifs-promo.ifs-sunset, .ifs-promo.ifs-blue-steel, .ifs-promo.ifs-dusk {
  display: flex;
  justify-content: center;
}
.ifs-promo.amethyst-glow-grad .sm_gradient, .ifs-promo.blue-steel-grad .sm_gradient, .ifs-promo.citrus-nebula-grad .sm_gradient, .ifs-promo.purple-dusk-grad .sm_gradient, .ifs-promo.purple-sky-grad .sm_gradient, .ifs-promo.red-sunset-grad .sm_gradient, .ifs-promo.royal-mint-grad .sm_gradient, .ifs-promo.dark-bg-theme .sm_gradient, .ifs-promo.ifs-purple-sky .sm_gradient, .ifs-promo.ifs-royal-mint .sm_gradient, .ifs-promo.ifs-sunset .sm_gradient, .ifs-promo.ifs-blue-steel .sm_gradient, .ifs-promo.ifs-dusk .sm_gradient {
  display: block;
}
.ifs-promo.amethyst-glow-grad .sm_white, .ifs-promo.blue-steel-grad .sm_white, .ifs-promo.citrus-nebula-grad .sm_white, .ifs-promo.purple-dusk-grad .sm_white, .ifs-promo.purple-sky-grad .sm_white, .ifs-promo.red-sunset-grad .sm_white, .ifs-promo.royal-mint-grad .sm_white, .ifs-promo.dark-bg-theme .sm_white, .ifs-promo.ifs-purple-sky .sm_white, .ifs-promo.ifs-royal-mint .sm_white, .ifs-promo.ifs-sunset .sm_white, .ifs-promo.ifs-blue-steel .sm_white, .ifs-promo.ifs-dusk .sm_white {
  display: none;
}
.ifs-promo.amethyst-glow-grad .ifs-promo-title, .ifs-promo.blue-steel-grad .ifs-promo-title, .ifs-promo.citrus-nebula-grad .ifs-promo-title, .ifs-promo.purple-dusk-grad .ifs-promo-title, .ifs-promo.purple-sky-grad .ifs-promo-title, .ifs-promo.red-sunset-grad .ifs-promo-title, .ifs-promo.royal-mint-grad .ifs-promo-title, .ifs-promo.dark-bg-theme .ifs-promo-title, .ifs-promo.ifs-purple-sky .ifs-promo-title, .ifs-promo.ifs-royal-mint .ifs-promo-title, .ifs-promo.ifs-sunset .ifs-promo-title, .ifs-promo.ifs-blue-steel .ifs-promo-title, .ifs-promo.ifs-dusk .ifs-promo-title {
  color: #fff;
}
.ifs-promo.amethyst-glow-grad iframe .richTextSpan p, .ifs-promo.blue-steel-grad iframe .richTextSpan p, .ifs-promo.citrus-nebula-grad iframe .richTextSpan p, .ifs-promo.purple-dusk-grad iframe .richTextSpan p, .ifs-promo.purple-sky-grad iframe .richTextSpan p, .ifs-promo.red-sunset-grad iframe .richTextSpan p, .ifs-promo.royal-mint-grad iframe .richTextSpan p, .ifs-promo.dark-bg-theme iframe .richTextSpan p, .ifs-promo.ifs-purple-sky iframe .richTextSpan p, .ifs-promo.ifs-royal-mint iframe .richTextSpan p, .ifs-promo.ifs-sunset iframe .richTextSpan p, .ifs-promo.ifs-blue-steel iframe .richTextSpan p, .ifs-promo.ifs-dusk iframe .richTextSpan p {
  color: #fff;
}
.ifs-promo.amethyst-glow-grad .email-block .content p a, .ifs-promo.blue-steel-grad .email-block .content p a, .ifs-promo.citrus-nebula-grad .email-block .content p a, .ifs-promo.purple-dusk-grad .email-block .content p a, .ifs-promo.purple-sky-grad .email-block .content p a, .ifs-promo.red-sunset-grad .email-block .content p a, .ifs-promo.royal-mint-grad .email-block .content p a, .ifs-promo.dark-bg-theme .email-block .content p a, .ifs-promo.ifs-purple-sky .email-block .content p a, .ifs-promo.ifs-royal-mint .email-block .content p a, .ifs-promo.ifs-sunset .email-block .content p a, .ifs-promo.ifs-blue-steel .email-block .content p a, .ifs-promo.ifs-dusk .email-block .content p a {
  color: #fff;
}
.ifs-promo.amethyst-glow-grad .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.blue-steel-grad .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.citrus-nebula-grad .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.purple-dusk-grad .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.purple-sky-grad .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.red-sunset-grad .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.royal-mint-grad .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.dark-bg-theme .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.ifs-purple-sky .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.ifs-royal-mint .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.ifs-sunset .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.ifs-blue-steel .two-column-promo-right .no-quote .promo-description ul li::marker, .ifs-promo.ifs-dusk .two-column-promo-right .no-quote .promo-description ul li::marker {
  color: #fff;
}
.ifs-promo.amethyst-glow-grad .two-column-promo-right .no-quote h5,
.ifs-promo.amethyst-glow-grad .two-column-promo-right .no-quote p, .ifs-promo.blue-steel-grad .two-column-promo-right .no-quote h5,
.ifs-promo.blue-steel-grad .two-column-promo-right .no-quote p, .ifs-promo.citrus-nebula-grad .two-column-promo-right .no-quote h5,
.ifs-promo.citrus-nebula-grad .two-column-promo-right .no-quote p, .ifs-promo.purple-dusk-grad .two-column-promo-right .no-quote h5,
.ifs-promo.purple-dusk-grad .two-column-promo-right .no-quote p, .ifs-promo.purple-sky-grad .two-column-promo-right .no-quote h5,
.ifs-promo.purple-sky-grad .two-column-promo-right .no-quote p, .ifs-promo.red-sunset-grad .two-column-promo-right .no-quote h5,
.ifs-promo.red-sunset-grad .two-column-promo-right .no-quote p, .ifs-promo.royal-mint-grad .two-column-promo-right .no-quote h5,
.ifs-promo.royal-mint-grad .two-column-promo-right .no-quote p, .ifs-promo.dark-bg-theme .two-column-promo-right .no-quote h5,
.ifs-promo.dark-bg-theme .two-column-promo-right .no-quote p, .ifs-promo.ifs-purple-sky .two-column-promo-right .no-quote h5,
.ifs-promo.ifs-purple-sky .two-column-promo-right .no-quote p, .ifs-promo.ifs-royal-mint .two-column-promo-right .no-quote h5,
.ifs-promo.ifs-royal-mint .two-column-promo-right .no-quote p, .ifs-promo.ifs-sunset .two-column-promo-right .no-quote h5,
.ifs-promo.ifs-sunset .two-column-promo-right .no-quote p, .ifs-promo.ifs-blue-steel .two-column-promo-right .no-quote h5,
.ifs-promo.ifs-blue-steel .two-column-promo-right .no-quote p, .ifs-promo.ifs-dusk .two-column-promo-right .no-quote h5,
.ifs-promo.ifs-dusk .two-column-promo-right .no-quote p {
  color: #fff;
}
.ifs-promo.amethyst-glow-grad .two-column-section .asset-type, .ifs-promo.blue-steel-grad .two-column-section .asset-type, .ifs-promo.citrus-nebula-grad .two-column-section .asset-type, .ifs-promo.purple-dusk-grad .two-column-section .asset-type, .ifs-promo.purple-sky-grad .two-column-section .asset-type, .ifs-promo.red-sunset-grad .two-column-section .asset-type, .ifs-promo.royal-mint-grad .two-column-section .asset-type, .ifs-promo.dark-bg-theme .two-column-section .asset-type, .ifs-promo.ifs-purple-sky .two-column-section .asset-type, .ifs-promo.ifs-royal-mint .two-column-section .asset-type, .ifs-promo.ifs-sunset .two-column-section .asset-type, .ifs-promo.ifs-blue-steel .two-column-section .asset-type, .ifs-promo.ifs-dusk .two-column-section .asset-type {
  color: #fff;
}
.ifs-promo.amethyst-glow-grad .pdf-content, .ifs-promo.blue-steel-grad .pdf-content, .ifs-promo.citrus-nebula-grad .pdf-content, .ifs-promo.purple-dusk-grad .pdf-content, .ifs-promo.purple-sky-grad .pdf-content, .ifs-promo.red-sunset-grad .pdf-content, .ifs-promo.royal-mint-grad .pdf-content, .ifs-promo.dark-bg-theme .pdf-content, .ifs-promo.ifs-purple-sky .pdf-content, .ifs-promo.ifs-royal-mint .pdf-content, .ifs-promo.ifs-sunset .pdf-content, .ifs-promo.ifs-blue-steel .pdf-content, .ifs-promo.ifs-dusk .pdf-content {
  color: #fff;
}
.ifs-promo.amethyst-glow-grad .promo-description, .ifs-promo.blue-steel-grad .promo-description, .ifs-promo.citrus-nebula-grad .promo-description, .ifs-promo.purple-dusk-grad .promo-description, .ifs-promo.purple-sky-grad .promo-description, .ifs-promo.red-sunset-grad .promo-description, .ifs-promo.royal-mint-grad .promo-description, .ifs-promo.dark-bg-theme .promo-description, .ifs-promo.ifs-purple-sky .promo-description, .ifs-promo.ifs-royal-mint .promo-description, .ifs-promo.ifs-sunset .promo-description, .ifs-promo.ifs-blue-steel .promo-description, .ifs-promo.ifs-dusk .promo-description {
  color: #fff;
}
.ifs-promo.amethyst-glow-grad .promo-description p, .ifs-promo.blue-steel-grad .promo-description p, .ifs-promo.citrus-nebula-grad .promo-description p, .ifs-promo.purple-dusk-grad .promo-description p, .ifs-promo.purple-sky-grad .promo-description p, .ifs-promo.red-sunset-grad .promo-description p, .ifs-promo.royal-mint-grad .promo-description p, .ifs-promo.dark-bg-theme .promo-description p, .ifs-promo.ifs-purple-sky .promo-description p, .ifs-promo.ifs-royal-mint .promo-description p, .ifs-promo.ifs-sunset .promo-description p, .ifs-promo.ifs-blue-steel .promo-description p, .ifs-promo.ifs-dusk .promo-description p {
  color: #fff;
}
.ifs-promo.amethyst-glow-grad .promo-description ul li::marker, .ifs-promo.blue-steel-grad .promo-description ul li::marker, .ifs-promo.citrus-nebula-grad .promo-description ul li::marker, .ifs-promo.purple-dusk-grad .promo-description ul li::marker, .ifs-promo.purple-sky-grad .promo-description ul li::marker, .ifs-promo.red-sunset-grad .promo-description ul li::marker, .ifs-promo.royal-mint-grad .promo-description ul li::marker, .ifs-promo.dark-bg-theme .promo-description ul li::marker, .ifs-promo.ifs-purple-sky .promo-description ul li::marker, .ifs-promo.ifs-royal-mint .promo-description ul li::marker, .ifs-promo.ifs-sunset .promo-description ul li::marker, .ifs-promo.ifs-blue-steel .promo-description ul li::marker, .ifs-promo.ifs-dusk .promo-description ul li::marker {
  color: #fff;
}
.ifs-promo.amethyst-glow-grad .promo-description ul li, .ifs-promo.blue-steel-grad .promo-description ul li, .ifs-promo.citrus-nebula-grad .promo-description ul li, .ifs-promo.purple-dusk-grad .promo-description ul li, .ifs-promo.purple-sky-grad .promo-description ul li, .ifs-promo.red-sunset-grad .promo-description ul li, .ifs-promo.royal-mint-grad .promo-description ul li, .ifs-promo.dark-bg-theme .promo-description ul li, .ifs-promo.ifs-purple-sky .promo-description ul li, .ifs-promo.ifs-royal-mint .promo-description ul li, .ifs-promo.ifs-sunset .promo-description ul li, .ifs-promo.ifs-blue-steel .promo-description ul li, .ifs-promo.ifs-dusk .promo-description ul li {
  color: #fff;
}

.amethyst-glow-grad .atype,
.blue-steel-grad .atype,
.citrus-nebula-grad .atype,
.purple-dusk-grad .atype,
.purple-sky-grad .atype,
.red-sunset-grad .atype,
.royal-mint-grad .atype,
.dark-bg-theme .atype,
.ifs-purple-sky .atype,
.ifs-royal-mint .atype,
.ifs-sunset .atype,
.ifs-blue-steel .atype,
.ifs-dusk .atype {
  color: #fff;
}
.amethyst-glow-grad .promo-video,
.blue-steel-grad .promo-video,
.citrus-nebula-grad .promo-video,
.purple-dusk-grad .promo-video,
.purple-sky-grad .promo-video,
.red-sunset-grad .promo-video,
.royal-mint-grad .promo-video,
.dark-bg-theme .promo-video,
.ifs-purple-sky .promo-video,
.ifs-royal-mint .promo-video,
.ifs-sunset .promo-video,
.ifs-blue-steel .promo-video,
.ifs-dusk .promo-video {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/video-player-white.svg");
}
.amethyst-glow-grad .promo-pdf,
.blue-steel-grad .promo-pdf,
.citrus-nebula-grad .promo-pdf,
.purple-dusk-grad .promo-pdf,
.purple-sky-grad .promo-pdf,
.red-sunset-grad .promo-pdf,
.royal-mint-grad .promo-pdf,
.dark-bg-theme .promo-pdf,
.ifs-purple-sky .promo-pdf,
.ifs-royal-mint .promo-pdf,
.ifs-sunset .promo-pdf,
.ifs-blue-steel .promo-pdf,
.ifs-dusk .promo-pdf {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/pdf-white.svg");
}
.amethyst-glow-grad .promo-mail,
.blue-steel-grad .promo-mail,
.citrus-nebula-grad .promo-mail,
.purple-dusk-grad .promo-mail,
.purple-sky-grad .promo-mail,
.red-sunset-grad .promo-mail,
.royal-mint-grad .promo-mail,
.dark-bg-theme .promo-mail,
.ifs-purple-sky .promo-mail,
.ifs-royal-mint .promo-mail,
.ifs-sunset .promo-mail,
.ifs-blue-steel .promo-mail,
.ifs-dusk .promo-mail {
  background-image: url("/-/media10/project/ifs/ifs/icons/contact/email.svg");
}
.amethyst-glow-grad .sm_gradient,
.blue-steel-grad .sm_gradient,
.citrus-nebula-grad .sm_gradient,
.purple-dusk-grad .sm_gradient,
.purple-sky-grad .sm_gradient,
.red-sunset-grad .sm_gradient,
.royal-mint-grad .sm_gradient,
.dark-bg-theme .sm_gradient,
.ifs-purple-sky .sm_gradient,
.ifs-royal-mint .sm_gradient,
.ifs-sunset .sm_gradient,
.ifs-blue-steel .sm_gradient,
.ifs-dusk .sm_gradient {
  display: block;
}
.amethyst-glow-grad .sm_white,
.blue-steel-grad .sm_white,
.citrus-nebula-grad .sm_white,
.purple-dusk-grad .sm_white,
.purple-sky-grad .sm_white,
.red-sunset-grad .sm_white,
.royal-mint-grad .sm_white,
.dark-bg-theme .sm_white,
.ifs-purple-sky .sm_white,
.ifs-royal-mint .sm_white,
.ifs-sunset .sm_white,
.ifs-blue-steel .sm_white,
.ifs-dusk .sm_white {
  display: none;
}
.amethyst-glow-grad .ifs-promo,
.blue-steel-grad .ifs-promo,
.citrus-nebula-grad .ifs-promo,
.purple-dusk-grad .ifs-promo,
.purple-sky-grad .ifs-promo,
.red-sunset-grad .ifs-promo,
.royal-mint-grad .ifs-promo,
.dark-bg-theme .ifs-promo,
.ifs-purple-sky .ifs-promo,
.ifs-royal-mint .ifs-promo,
.ifs-sunset .ifs-promo,
.ifs-blue-steel .ifs-promo,
.ifs-dusk .ifs-promo {
  display: flex;
  justify-content: center;
}
.amethyst-glow-grad .ifs-promo .promo-description p,
.blue-steel-grad .ifs-promo .promo-description p,
.citrus-nebula-grad .ifs-promo .promo-description p,
.purple-dusk-grad .ifs-promo .promo-description p,
.purple-sky-grad .ifs-promo .promo-description p,
.red-sunset-grad .ifs-promo .promo-description p,
.royal-mint-grad .ifs-promo .promo-description p,
.dark-bg-theme .ifs-promo .promo-description p,
.ifs-purple-sky .ifs-promo .promo-description p,
.ifs-royal-mint .ifs-promo .promo-description p,
.ifs-sunset .ifs-promo .promo-description p,
.ifs-blue-steel .ifs-promo .promo-description p,
.ifs-dusk .ifs-promo .promo-description p {
  color: #fff;
}
.amethyst-glow-grad .ifs-promo .promo-description ul li::marker,
.blue-steel-grad .ifs-promo .promo-description ul li::marker,
.citrus-nebula-grad .ifs-promo .promo-description ul li::marker,
.purple-dusk-grad .ifs-promo .promo-description ul li::marker,
.purple-sky-grad .ifs-promo .promo-description ul li::marker,
.red-sunset-grad .ifs-promo .promo-description ul li::marker,
.royal-mint-grad .ifs-promo .promo-description ul li::marker,
.dark-bg-theme .ifs-promo .promo-description ul li::marker,
.ifs-purple-sky .ifs-promo .promo-description ul li::marker,
.ifs-royal-mint .ifs-promo .promo-description ul li::marker,
.ifs-sunset .ifs-promo .promo-description ul li::marker,
.ifs-blue-steel .ifs-promo .promo-description ul li::marker,
.ifs-dusk .ifs-promo .promo-description ul li::marker {
  color: #fff;
}
.amethyst-glow-grad .ifs-promo .promo-description ul li,
.blue-steel-grad .ifs-promo .promo-description ul li,
.citrus-nebula-grad .ifs-promo .promo-description ul li,
.purple-dusk-grad .ifs-promo .promo-description ul li,
.purple-sky-grad .ifs-promo .promo-description ul li,
.red-sunset-grad .ifs-promo .promo-description ul li,
.royal-mint-grad .ifs-promo .promo-description ul li,
.dark-bg-theme .ifs-promo .promo-description ul li,
.ifs-purple-sky .ifs-promo .promo-description ul li,
.ifs-royal-mint .ifs-promo .promo-description ul li,
.ifs-sunset .ifs-promo .promo-description ul li,
.ifs-blue-steel .ifs-promo .promo-description ul li,
.ifs-dusk .ifs-promo .promo-description ul li {
  color: #fff;
}
.amethyst-glow-grad .promodropdown .promo-description,
.blue-steel-grad .promodropdown .promo-description,
.citrus-nebula-grad .promodropdown .promo-description,
.purple-dusk-grad .promodropdown .promo-description,
.purple-sky-grad .promodropdown .promo-description,
.red-sunset-grad .promodropdown .promo-description,
.royal-mint-grad .promodropdown .promo-description,
.dark-bg-theme .promodropdown .promo-description,
.ifs-purple-sky .promodropdown .promo-description,
.ifs-royal-mint .promodropdown .promo-description,
.ifs-sunset .promodropdown .promo-description,
.ifs-blue-steel .promodropdown .promo-description,
.ifs-dusk .promodropdown .promo-description {
  color: #fff;
}
.amethyst-glow-grad .promodropdown .promo-description p,
.blue-steel-grad .promodropdown .promo-description p,
.citrus-nebula-grad .promodropdown .promo-description p,
.purple-dusk-grad .promodropdown .promo-description p,
.purple-sky-grad .promodropdown .promo-description p,
.red-sunset-grad .promodropdown .promo-description p,
.royal-mint-grad .promodropdown .promo-description p,
.dark-bg-theme .promodropdown .promo-description p,
.ifs-purple-sky .promodropdown .promo-description p,
.ifs-royal-mint .promodropdown .promo-description p,
.ifs-sunset .promodropdown .promo-description p,
.ifs-blue-steel .promodropdown .promo-description p,
.ifs-dusk .promodropdown .promo-description p {
  color: #fff;
}
.amethyst-glow-grad .promodropdown .promo-description ul li::marker,
.blue-steel-grad .promodropdown .promo-description ul li::marker,
.citrus-nebula-grad .promodropdown .promo-description ul li::marker,
.purple-dusk-grad .promodropdown .promo-description ul li::marker,
.purple-sky-grad .promodropdown .promo-description ul li::marker,
.red-sunset-grad .promodropdown .promo-description ul li::marker,
.royal-mint-grad .promodropdown .promo-description ul li::marker,
.dark-bg-theme .promodropdown .promo-description ul li::marker,
.ifs-purple-sky .promodropdown .promo-description ul li::marker,
.ifs-royal-mint .promodropdown .promo-description ul li::marker,
.ifs-sunset .promodropdown .promo-description ul li::marker,
.ifs-blue-steel .promodropdown .promo-description ul li::marker,
.ifs-dusk .promodropdown .promo-description ul li::marker {
  color: #fff;
}
.amethyst-glow-grad .promodropdown .promo-description ul li,
.blue-steel-grad .promodropdown .promo-description ul li,
.citrus-nebula-grad .promodropdown .promo-description ul li,
.purple-dusk-grad .promodropdown .promo-description ul li,
.purple-sky-grad .promodropdown .promo-description ul li,
.red-sunset-grad .promodropdown .promo-description ul li,
.royal-mint-grad .promodropdown .promo-description ul li,
.dark-bg-theme .promodropdown .promo-description ul li,
.ifs-purple-sky .promodropdown .promo-description ul li,
.ifs-royal-mint .promodropdown .promo-description ul li,
.ifs-sunset .promodropdown .promo-description ul li,
.ifs-blue-steel .promodropdown .promo-description ul li,
.ifs-dusk .promodropdown .promo-description ul li {
  color: #fff;
}
.amethyst-glow-grad .quote-container .card,
.blue-steel-grad .quote-container .card,
.citrus-nebula-grad .quote-container .card,
.purple-dusk-grad .quote-container .card,
.purple-sky-grad .quote-container .card,
.red-sunset-grad .quote-container .card,
.royal-mint-grad .quote-container .card,
.dark-bg-theme .quote-container .card,
.ifs-purple-sky .quote-container .card,
.ifs-royal-mint .quote-container .card,
.ifs-sunset .quote-container .card,
.ifs-blue-steel .quote-container .card,
.ifs-dusk .quote-container .card {
  background-color: #fff;
}
.amethyst-glow-grad .quote-container .card .card-title,
.blue-steel-grad .quote-container .card .card-title,
.citrus-nebula-grad .quote-container .card .card-title,
.purple-dusk-grad .quote-container .card .card-title,
.purple-sky-grad .quote-container .card .card-title,
.red-sunset-grad .quote-container .card .card-title,
.royal-mint-grad .quote-container .card .card-title,
.dark-bg-theme .quote-container .card .card-title,
.ifs-purple-sky .quote-container .card .card-title,
.ifs-royal-mint .quote-container .card .card-title,
.ifs-sunset .quote-container .card .card-title,
.ifs-blue-steel .quote-container .card .card-title,
.ifs-dusk .quote-container .card .card-title {
  color: #8427E2;
}
.amethyst-glow-grad .quote-container .card p,
.blue-steel-grad .quote-container .card p,
.citrus-nebula-grad .quote-container .card p,
.purple-dusk-grad .quote-container .card p,
.purple-sky-grad .quote-container .card p,
.red-sunset-grad .quote-container .card p,
.royal-mint-grad .quote-container .card p,
.dark-bg-theme .quote-container .card p,
.ifs-purple-sky .quote-container .card p,
.ifs-royal-mint .quote-container .card p,
.ifs-sunset .quote-container .card p,
.ifs-blue-steel .quote-container .card p,
.ifs-dusk .quote-container .card p {
  margin-bottom: 20px;
  color: #232323;
  font-family: "EuclidCircularA-Regular", Arial, sans-serif;
  margin-top: 20px;
}
.amethyst-glow-grad hr,
.blue-steel-grad hr,
.citrus-nebula-grad hr,
.purple-dusk-grad hr,
.purple-sky-grad hr,
.red-sunset-grad hr,
.royal-mint-grad hr,
.dark-bg-theme hr,
.ifs-purple-sky hr,
.ifs-royal-mint hr,
.ifs-sunset hr,
.ifs-blue-steel hr,
.ifs-dusk hr {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.amethyst-glow-grad h5,
.amethyst-glow-grad h4,
.amethyst-glow-grad h6,
.blue-steel-grad h5,
.blue-steel-grad h4,
.blue-steel-grad h6,
.citrus-nebula-grad h5,
.citrus-nebula-grad h4,
.citrus-nebula-grad h6,
.purple-dusk-grad h5,
.purple-dusk-grad h4,
.purple-dusk-grad h6,
.purple-sky-grad h5,
.purple-sky-grad h4,
.purple-sky-grad h6,
.red-sunset-grad h5,
.red-sunset-grad h4,
.red-sunset-grad h6,
.royal-mint-grad h5,
.royal-mint-grad h4,
.royal-mint-grad h6,
.dark-bg-theme h5,
.dark-bg-theme h4,
.dark-bg-theme h6,
.ifs-purple-sky h5,
.ifs-purple-sky h4,
.ifs-purple-sky h6,
.ifs-royal-mint h5,
.ifs-royal-mint h4,
.ifs-royal-mint h6,
.ifs-sunset h5,
.ifs-sunset h4,
.ifs-sunset h6,
.ifs-blue-steel h5,
.ifs-blue-steel h4,
.ifs-blue-steel h6,
.ifs-dusk h5,
.ifs-dusk h4,
.ifs-dusk h6 {
  color: #fff;
}
.amethyst-glow-grad .accordion .promo .promo-text p,
.blue-steel-grad .accordion .promo .promo-text p,
.citrus-nebula-grad .accordion .promo .promo-text p,
.purple-dusk-grad .accordion .promo .promo-text p,
.purple-sky-grad .accordion .promo .promo-text p,
.red-sunset-grad .accordion .promo .promo-text p,
.royal-mint-grad .accordion .promo .promo-text p,
.dark-bg-theme .accordion .promo .promo-text p,
.ifs-purple-sky .accordion .promo .promo-text p,
.ifs-royal-mint .accordion .promo .promo-text p,
.ifs-sunset .accordion .promo .promo-text p,
.ifs-blue-steel .accordion .promo .promo-text p,
.ifs-dusk .accordion .promo .promo-text p {
  color: #fff;
}
.amethyst-glow-grad .contactInfo a i,
.blue-steel-grad .contactInfo a i,
.citrus-nebula-grad .contactInfo a i,
.purple-dusk-grad .contactInfo a i,
.purple-sky-grad .contactInfo a i,
.red-sunset-grad .contactInfo a i,
.royal-mint-grad .contactInfo a i,
.dark-bg-theme .contactInfo a i,
.ifs-purple-sky .contactInfo a i,
.ifs-royal-mint .contactInfo a i,
.ifs-sunset .contactInfo a i,
.ifs-blue-steel .contactInfo a i,
.ifs-dusk .contactInfo a i {
  color: #fff;
}
.amethyst-glow-grad .contactInfo h4,
.blue-steel-grad .contactInfo h4,
.citrus-nebula-grad .contactInfo h4,
.purple-dusk-grad .contactInfo h4,
.purple-sky-grad .contactInfo h4,
.red-sunset-grad .contactInfo h4,
.royal-mint-grad .contactInfo h4,
.dark-bg-theme .contactInfo h4,
.ifs-purple-sky .contactInfo h4,
.ifs-royal-mint .contactInfo h4,
.ifs-sunset .contactInfo h4,
.ifs-blue-steel .contactInfo h4,
.ifs-dusk .contactInfo h4 {
  margin-bottom: 15px;
}
.amethyst-glow-grad .aboutifs,
.blue-steel-grad .aboutifs,
.citrus-nebula-grad .aboutifs,
.purple-dusk-grad .aboutifs,
.purple-sky-grad .aboutifs,
.red-sunset-grad .aboutifs,
.royal-mint-grad .aboutifs,
.dark-bg-theme .aboutifs,
.ifs-purple-sky .aboutifs,
.ifs-royal-mint .aboutifs,
.ifs-sunset .aboutifs,
.ifs-blue-steel .aboutifs,
.ifs-dusk .aboutifs {
  color: #fff;
}
.amethyst-glow-grad .aboutifs .promo-description ul li::marker,
.blue-steel-grad .aboutifs .promo-description ul li::marker,
.citrus-nebula-grad .aboutifs .promo-description ul li::marker,
.purple-dusk-grad .aboutifs .promo-description ul li::marker,
.purple-sky-grad .aboutifs .promo-description ul li::marker,
.red-sunset-grad .aboutifs .promo-description ul li::marker,
.royal-mint-grad .aboutifs .promo-description ul li::marker,
.dark-bg-theme .aboutifs .promo-description ul li::marker,
.ifs-purple-sky .aboutifs .promo-description ul li::marker,
.ifs-royal-mint .aboutifs .promo-description ul li::marker,
.ifs-sunset .aboutifs .promo-description ul li::marker,
.ifs-blue-steel .aboutifs .promo-description ul li::marker,
.ifs-dusk .aboutifs .promo-description ul li::marker {
  color: #fff;
}
.amethyst-glow-grad .aboutifs .promo-description ul li,
.blue-steel-grad .aboutifs .promo-description ul li,
.citrus-nebula-grad .aboutifs .promo-description ul li,
.purple-dusk-grad .aboutifs .promo-description ul li,
.purple-sky-grad .aboutifs .promo-description ul li,
.red-sunset-grad .aboutifs .promo-description ul li,
.royal-mint-grad .aboutifs .promo-description ul li,
.dark-bg-theme .aboutifs .promo-description ul li,
.ifs-purple-sky .aboutifs .promo-description ul li,
.ifs-royal-mint .aboutifs .promo-description ul li,
.ifs-sunset .aboutifs .promo-description ul li,
.ifs-blue-steel .aboutifs .promo-description ul li,
.ifs-dusk .aboutifs .promo-description ul li {
  color: #fff;
}
.amethyst-glow-grad .social-share,
.blue-steel-grad .social-share,
.citrus-nebula-grad .social-share,
.purple-dusk-grad .social-share,
.purple-sky-grad .social-share,
.red-sunset-grad .social-share,
.royal-mint-grad .social-share,
.dark-bg-theme .social-share,
.ifs-purple-sky .social-share,
.ifs-royal-mint .social-share,
.ifs-sunset .social-share,
.ifs-blue-steel .social-share,
.ifs-dusk .social-share {
  display: flex;
}
.amethyst-glow-grad .social-share .sm_gradient,
.blue-steel-grad .social-share .sm_gradient,
.citrus-nebula-grad .social-share .sm_gradient,
.purple-dusk-grad .social-share .sm_gradient,
.purple-sky-grad .social-share .sm_gradient,
.red-sunset-grad .social-share .sm_gradient,
.royal-mint-grad .social-share .sm_gradient,
.dark-bg-theme .social-share .sm_gradient,
.ifs-purple-sky .social-share .sm_gradient,
.ifs-royal-mint .social-share .sm_gradient,
.ifs-sunset .social-share .sm_gradient,
.ifs-blue-steel .social-share .sm_gradient,
.ifs-dusk .social-share .sm_gradient {
  height: 38px;
}
.amethyst-glow-grad .social-share .sm_white,
.blue-steel-grad .social-share .sm_white,
.citrus-nebula-grad .social-share .sm_white,
.purple-dusk-grad .social-share .sm_white,
.purple-sky-grad .social-share .sm_white,
.red-sunset-grad .social-share .sm_white,
.royal-mint-grad .social-share .sm_white,
.dark-bg-theme .social-share .sm_white,
.ifs-purple-sky .social-share .sm_white,
.ifs-royal-mint .social-share .sm_white,
.ifs-sunset .social-share .sm_white,
.ifs-blue-steel .social-share .sm_white,
.ifs-dusk .social-share .sm_white {
  height: 38px;
}
.amethyst-glow-grad .social-share ul,
.blue-steel-grad .social-share ul,
.citrus-nebula-grad .social-share ul,
.purple-dusk-grad .social-share ul,
.purple-sky-grad .social-share ul,
.red-sunset-grad .social-share ul,
.royal-mint-grad .social-share ul,
.dark-bg-theme .social-share ul,
.ifs-purple-sky .social-share ul,
.ifs-royal-mint .social-share ul,
.ifs-sunset .social-share ul,
.ifs-blue-steel .social-share ul,
.ifs-dusk .social-share ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.amethyst-glow-grad .social-share ul li,
.blue-steel-grad .social-share ul li,
.citrus-nebula-grad .social-share ul li,
.purple-dusk-grad .social-share ul li,
.purple-sky-grad .social-share ul li,
.red-sunset-grad .social-share ul li,
.royal-mint-grad .social-share ul li,
.dark-bg-theme .social-share ul li,
.ifs-purple-sky .social-share ul li,
.ifs-royal-mint .social-share ul li,
.ifs-sunset .social-share ul li,
.ifs-blue-steel .social-share ul li,
.ifs-dusk .social-share ul li {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.amethyst-glow-grad .social-share ul li :has(a.fb),
.blue-steel-grad .social-share ul li :has(a.fb),
.citrus-nebula-grad .social-share ul li :has(a.fb),
.purple-dusk-grad .social-share ul li :has(a.fb),
.purple-sky-grad .social-share ul li :has(a.fb),
.red-sunset-grad .social-share ul li :has(a.fb),
.royal-mint-grad .social-share ul li :has(a.fb),
.dark-bg-theme .social-share ul li :has(a.fb),
.ifs-purple-sky .social-share ul li :has(a.fb),
.ifs-royal-mint .social-share ul li :has(a.fb),
.ifs-sunset .social-share ul li :has(a.fb),
.ifs-blue-steel .social-share ul li :has(a.fb),
.ifs-dusk .social-share ul li :has(a.fb) {
  margin-right: 0px;
}
.amethyst-glow-grad .social-share ul li a,
.blue-steel-grad .social-share ul li a,
.citrus-nebula-grad .social-share ul li a,
.purple-dusk-grad .social-share ul li a,
.purple-sky-grad .social-share ul li a,
.red-sunset-grad .social-share ul li a,
.royal-mint-grad .social-share ul li a,
.dark-bg-theme .social-share ul li a,
.ifs-purple-sky .social-share ul li a,
.ifs-royal-mint .social-share ul li a,
.ifs-sunset .social-share ul li a,
.ifs-blue-steel .social-share ul li a,
.ifs-dusk .social-share ul li a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
}
.amethyst-glow-grad .social-share ul li a.web,
.blue-steel-grad .social-share ul li a.web,
.citrus-nebula-grad .social-share ul li a.web,
.purple-dusk-grad .social-share ul li a.web,
.purple-sky-grad .social-share ul li a.web,
.red-sunset-grad .social-share ul li a.web,
.royal-mint-grad .social-share ul li a.web,
.dark-bg-theme .social-share ul li a.web,
.ifs-purple-sky .social-share ul li a.web,
.ifs-royal-mint .social-share ul li a.web,
.ifs-sunset .social-share ul li a.web,
.ifs-blue-steel .social-share ul li a.web,
.ifs-dusk .social-share ul li a.web {
  background: url("/-/media10/project/ifs/ifs/icons/social/web-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amethyst-glow-grad .social-share ul li a.fb,
.blue-steel-grad .social-share ul li a.fb,
.citrus-nebula-grad .social-share ul li a.fb,
.purple-dusk-grad .social-share ul li a.fb,
.purple-sky-grad .social-share ul li a.fb,
.red-sunset-grad .social-share ul li a.fb,
.royal-mint-grad .social-share ul li a.fb,
.dark-bg-theme .social-share ul li a.fb,
.ifs-purple-sky .social-share ul li a.fb,
.ifs-royal-mint .social-share ul li a.fb,
.ifs-sunset .social-share ul li a.fb,
.ifs-blue-steel .social-share ul li a.fb,
.ifs-dusk .social-share ul li a.fb {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/fb-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amethyst-glow-grad .social-share ul li a.twitter,
.blue-steel-grad .social-share ul li a.twitter,
.citrus-nebula-grad .social-share ul li a.twitter,
.purple-dusk-grad .social-share ul li a.twitter,
.purple-sky-grad .social-share ul li a.twitter,
.red-sunset-grad .social-share ul li a.twitter,
.royal-mint-grad .social-share ul li a.twitter,
.dark-bg-theme .social-share ul li a.twitter,
.ifs-purple-sky .social-share ul li a.twitter,
.ifs-royal-mint .social-share ul li a.twitter,
.ifs-sunset .social-share ul li a.twitter,
.ifs-blue-steel .social-share ul li a.twitter,
.ifs-dusk .social-share ul li a.twitter {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/twitter-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amethyst-glow-grad .social-share ul li a.linkedin,
.blue-steel-grad .social-share ul li a.linkedin,
.citrus-nebula-grad .social-share ul li a.linkedin,
.purple-dusk-grad .social-share ul li a.linkedin,
.purple-sky-grad .social-share ul li a.linkedin,
.red-sunset-grad .social-share ul li a.linkedin,
.royal-mint-grad .social-share ul li a.linkedin,
.dark-bg-theme .social-share ul li a.linkedin,
.ifs-purple-sky .social-share ul li a.linkedin,
.ifs-royal-mint .social-share ul li a.linkedin,
.ifs-sunset .social-share ul li a.linkedin,
.ifs-blue-steel .social-share ul li a.linkedin,
.ifs-dusk .social-share ul li a.linkedin {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/linkedin-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amethyst-glow-grad .social-share ul li a.instagram,
.blue-steel-grad .social-share ul li a.instagram,
.citrus-nebula-grad .social-share ul li a.instagram,
.purple-dusk-grad .social-share ul li a.instagram,
.purple-sky-grad .social-share ul li a.instagram,
.red-sunset-grad .social-share ul li a.instagram,
.royal-mint-grad .social-share ul li a.instagram,
.dark-bg-theme .social-share ul li a.instagram,
.ifs-purple-sky .social-share ul li a.instagram,
.ifs-royal-mint .social-share ul li a.instagram,
.ifs-sunset .social-share ul li a.instagram,
.ifs-blue-steel .social-share ul li a.instagram,
.ifs-dusk .social-share ul li a.instagram {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/insta-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amethyst-glow-grad .contact-links li a.web,
.blue-steel-grad .contact-links li a.web,
.citrus-nebula-grad .contact-links li a.web,
.purple-dusk-grad .contact-links li a.web,
.purple-sky-grad .contact-links li a.web,
.red-sunset-grad .contact-links li a.web,
.royal-mint-grad .contact-links li a.web,
.dark-bg-theme .contact-links li a.web,
.ifs-purple-sky .contact-links li a.web,
.ifs-royal-mint .contact-links li a.web,
.ifs-sunset .contact-links li a.web,
.ifs-blue-steel .contact-links li a.web,
.ifs-dusk .contact-links li a.web {
  background: url("/-/media10/project/ifs/ifs/icons/social/web-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amethyst-glow-grad .contact-links li a.fb,
.blue-steel-grad .contact-links li a.fb,
.citrus-nebula-grad .contact-links li a.fb,
.purple-dusk-grad .contact-links li a.fb,
.purple-sky-grad .contact-links li a.fb,
.red-sunset-grad .contact-links li a.fb,
.royal-mint-grad .contact-links li a.fb,
.dark-bg-theme .contact-links li a.fb,
.ifs-purple-sky .contact-links li a.fb,
.ifs-royal-mint .contact-links li a.fb,
.ifs-sunset .contact-links li a.fb,
.ifs-blue-steel .contact-links li a.fb,
.ifs-dusk .contact-links li a.fb {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/fb-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amethyst-glow-grad .contact-links li a.twitter,
.blue-steel-grad .contact-links li a.twitter,
.citrus-nebula-grad .contact-links li a.twitter,
.purple-dusk-grad .contact-links li a.twitter,
.purple-sky-grad .contact-links li a.twitter,
.red-sunset-grad .contact-links li a.twitter,
.royal-mint-grad .contact-links li a.twitter,
.dark-bg-theme .contact-links li a.twitter,
.ifs-purple-sky .contact-links li a.twitter,
.ifs-royal-mint .contact-links li a.twitter,
.ifs-sunset .contact-links li a.twitter,
.ifs-blue-steel .contact-links li a.twitter,
.ifs-dusk .contact-links li a.twitter {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/twitter-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amethyst-glow-grad .contact-links li a.linkedin,
.blue-steel-grad .contact-links li a.linkedin,
.citrus-nebula-grad .contact-links li a.linkedin,
.purple-dusk-grad .contact-links li a.linkedin,
.purple-sky-grad .contact-links li a.linkedin,
.red-sunset-grad .contact-links li a.linkedin,
.royal-mint-grad .contact-links li a.linkedin,
.dark-bg-theme .contact-links li a.linkedin,
.ifs-purple-sky .contact-links li a.linkedin,
.ifs-royal-mint .contact-links li a.linkedin,
.ifs-sunset .contact-links li a.linkedin,
.ifs-blue-steel .contact-links li a.linkedin,
.ifs-dusk .contact-links li a.linkedin {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/linkedin-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amethyst-glow-grad .contact-links li a.instagram,
.blue-steel-grad .contact-links li a.instagram,
.citrus-nebula-grad .contact-links li a.instagram,
.purple-dusk-grad .contact-links li a.instagram,
.purple-sky-grad .contact-links li a.instagram,
.red-sunset-grad .contact-links li a.instagram,
.royal-mint-grad .contact-links li a.instagram,
.dark-bg-theme .contact-links li a.instagram,
.ifs-purple-sky .contact-links li a.instagram,
.ifs-royal-mint .contact-links li a.instagram,
.ifs-sunset .contact-links li a.instagram,
.ifs-blue-steel .contact-links li a.instagram,
.ifs-dusk .contact-links li a.instagram {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/insta-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.amethyst-glow-grad .pdropdown-button-wrapper .card-btn,
.blue-steel-grad .pdropdown-button-wrapper .card-btn,
.citrus-nebula-grad .pdropdown-button-wrapper .card-btn,
.purple-dusk-grad .pdropdown-button-wrapper .card-btn,
.purple-sky-grad .pdropdown-button-wrapper .card-btn,
.red-sunset-grad .pdropdown-button-wrapper .card-btn,
.royal-mint-grad .pdropdown-button-wrapper .card-btn,
.dark-bg-theme .pdropdown-button-wrapper .card-btn,
.ifs-purple-sky .pdropdown-button-wrapper .card-btn,
.ifs-royal-mint .pdropdown-button-wrapper .card-btn,
.ifs-sunset .pdropdown-button-wrapper .card-btn,
.ifs-blue-steel .pdropdown-button-wrapper .card-btn,
.ifs-dusk .pdropdown-button-wrapper .card-btn {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

.three-column-cards {
  margin-bottom: 40px;
}
.three-column-cards h2 {
  font-size: 2rem;
  text-align: center;
  color: #232323;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .three-column-cards h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.three-column-cards .card {
  margin-bottom: 30px;
}
.three-column-cards .card img {
  border-radius: 25px;
  box-shadow: 0 5px 16px -5px rgba(0, 0, 0, 0.56);
  width: 100%;
}
.three-column-cards .card .card-body {
  text-align: start;
}
.three-column-cards .card .card-body h6 {
  color: #330065;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 8px;
  margin-top: 8px;
}
.three-column-cards .card .card-body .card-text {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 1.25rem;
  color: #232323;
  line-height: 1.5;
  margin-bottom: 8px;
  max-width: 350px;
  margin-bottom: 10px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.three-column-cards .card .card-btn {
  padding: 6px 7px 6px 10px;
  border: 1px solid #8522E3;
  font-size: 1em;
  border-radius: 15px;
  color: #8522E3;
  background: white;
  text-decoration: none;
}

.aboutifs {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .bottomCard img {
    min-width: 100%;
  }
}
.backTocustomer {
  text-align: center;
  color: #232323;
  margin-top: 20px;
}
.backTocustomer a {
  color: #232323;
}
.backTocustomer .fa {
  color: #8522E3;
}

.ifs-promo {
  width: 100%;
}
.ifs-promo .fa-2xl {
  font-size: 2em;
}

.download-asset {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #d3d3d3;
  padding-top: 14px;
}
.download-asset .icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.download-asset .icon.pdf {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/pdf.svg");
}
.download-asset .icon.film {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/video.svg");
}
.download-asset .descript {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.download-asset .descript .title-1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.download-asset .descript .title-2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.ifs-promo.col-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.social-share {
  display: flex;
  flex-direction: row;
  font-weight: 600;
  margin-left: 16px;
}
.social-share h4 {
  font-size: 16px;
}
.social-share .sm_gradient {
  height: 20px;
}
.social-share .sm_white {
  height: 20px;
}
.social-share ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-share ul li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  display: flex;
}
.social-share ul li .icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.social-share ul li .icon.web {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/web-black.png");
  background-size: contain;
}
.social-share ul li .icon.fb {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/fb-promo.svg");
  background-size: contain;
}
.social-share ul li .icon.twitter {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/twitter-promo.svg");
  background-size: contain;
}
.social-share ul li .icon.linkedin {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/linkedin-promo.svg");
  background-size: contain;
}
.social-share ul li .icon.instagram {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/insta-black.svg");
  background-size: contain;
}

.contact-links {
  display: flex;
}
.contact-links ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contact-links ul li {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-links ul li :has(a.fb) {
  margin-right: 0px;
}
.contact-links ul li a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
}
.contact-links ul li a.web {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/web-black.png");
  background-size: contain;
}
.contact-links ul li a.fb {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/fb-promo.svg");
  background-size: contain;
}
.contact-links ul li a.twitter {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/twitter-promo.svg");
  background-size: contain;
}
.contact-links ul li a.linkedin {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/linkedin-promo.svg");
  background-size: contain;
}
.contact-links ul li a.instagram {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/insta-black.svg");
  background-size: contain;
}

.social-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}
.social-button-wrapper .download-button {
  padding: 0;
}

.contact-section h4,
.contact-section h5 {
  padding-bottom: 10px;
}
.contact-section .social-headline {
  font-family: "EuclidCircularA-Medium", Arial, sans-serif;
  margin-bottom: 10px;
}
.contact-section .social-headline,
.contact-section h5 {
  font-size: 20px;
  line-height: 25px;
}

.ifs-promo .accordion .inactive {
  display: block !important;
}

.ifs-promo .inactive {
  display: none;
}
.ifs-promo .inactive.active-iframe {
  display: block;
  opacity: 0;
}
.ifs-promo .active {
  display: block;
}

@media (max-width: 767px) {
  .pdropdown-button-wrapper {
    margin-bottom: 20px;
  }
}
.pdropdown-button-wrapper .social-share {
  flex-direction: column;
  margin-left: 0px;
}
.pdropdown-button-wrapper .card-btn {
  padding: 10px;
  border: 1px solid #8522E3;
  font-size: 1em;
  border-radius: 25px;
  color: #8522E3;
  background: white;
  text-decoration: none;
  margin: 10px 10px 10px 0;
}

.promo-dropdown {
  border-radius: 10px;
  height: 35px;
  background-color: #fff;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  color: #8522E3;
  font-weight: 700;
}
.promo-dropdown option {
  font-weight: 700;
}

.promo-padd {
  padding-left: 35px;
  padding-right: 35px;
}

.promodropdown h4 {
  line-height: 30px;
}
.promodropdown .morelinks-wrapper h5 {
  padding-left: 0px;
}
.promodropdown .social-share ul li {
  height: 20px;
  width: 20px;
}
.promodropdown .social-share .sm_gradient {
  height: 38px;
}
.promodropdown .social-share .sm_white {
  height: 38px;
}
.promodropdown .accordion .toggle-header .component .field-heading {
  padding-right: 40px;
  margin-right: inherit;
}
.promodropdown .accordion .toggle-header .component .field-heading::before {
  right: 5px;
  background-color: #360065;
}
.promodropdown .accordion .toggle-header .component .field-heading::after {
  right: 5px;
  background-color: #360065;
}
.promodropdown h4 {
  font-size: 32px;
}
.promodropdown .email-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.promodropdown .email-block figure {
  margin: 0 10px 0 0;
}
.promodropdown .email-block img {
  max-width: 40px;
}
.promodropdown .email-block .content h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}
.promodropdown .email-block .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
.promodropdown .email-block .content p a {
  color: #212121;
  text-decoration: none;
}
.promodropdown .toggle-header .field-heading {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.promodropdown .custom-select {
  width: 100%;
  position: relative;
  margin: 20px 0;
}
.promodropdown .custom-select select {
  display: none;
}
.promodropdown .custom-select .selected-item {
  background: #fff;
  padding: 10px 20px;
  color: #8522E3;
  cursor: pointer;
  z-index: 99;
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  min-height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: 800;
}
.promodropdown .custom-select .selected-item.default-drop {
  color: #212121;
}
.promodropdown .custom-select .selected-item:hover {
  cursor: pointer;
}
.promodropdown .custom-select .selected-item:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 20px;
  color: #8522E3;
  position: absolute;
  right: 10px;
  transition: 0.5s;
}
.promodropdown .custom-select .arrowanim.selected-item:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.promodropdown .custom-select .item {
  background: #fff;
  padding: 5px 20px;
  color: #212121;
  cursor: pointer;
  font-weight: 800;
}
.promodropdown .custom-select .item:hover {
  background: #eeeeee;
  cursor: pointer;
}
.promodropdown .custom-select .all-items {
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.promodropdown .custom-select .all-items .default-drop {
  display: none;
}
.promodropdown .custom-select .all-items .item-hide {
  display: none;
}
.promodropdown .custom-select .all-items :last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.promodropdown .custom-select .all-items-hide {
  display: none;
}

.ifs-promo.imageTreatment .field-promoicon:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

.sm_gradient {
  display: none;
}

.sm_white {
  display: block;
}

.promo-video {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/video.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  display: inline-block;
  pointer-events: none;
}

.promo-pdf {
  background-image: url("/-/media10/project/ifs/ifs/icons/social/pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  display: inline-block;
  pointer-events: none;
}

.promo-mail {
  background-image: url("/-/media10/project/ifs/ifs/icons/contact/email-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  display: inline-block;
  pointer-events: none;
}

.promo-padd .social-share {
  margin-left: 0px;
}