@charset "UTF-8";
html {
  font-family: source_sans_proregular, sans-serif;
  font-size: 1px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 768px) {
  html {
    font-size: 0.9px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 0.77px;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  html {
    font-size: 0.85px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  html {
    font-size: 0.9px;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 1px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  html {
    font-size: 1.1px;
  }
}

@media (min-width: 1800px) {
  html {
    font-size: 1.2px;
  }
}

*,
::after,
::before {
  box-sizing: inherit;
  min-height: 0;
  min-width: 0;
}

sup {
  font-size: 0.5em;
  margin-right: 0.5em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  color: #012834;
  font-size: 16rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.body--overlay-open {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}

a {
  text-decoration: none;
  overflow-wrap: break-word;
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 18rem;
  color: #285bc5;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  -webkit-transition: color 0.6s, background-color 0.6s;
  transition: color 0.6s, background-color 0.6s;
}

@media (min-width: 769px) {
  a:hover {
    color: #00a4b6;
    text-decoration: none;
  }
}

.component--light-text a,
a--secondary {
  color: #fff;
}

a--tertiary {
  color: #000;
}

a--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  a--quaternary:hover {
    color: #012834;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

h1 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2;
  font-size: 25rem;
  color: #012834;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  h1 {
    line-height: 1.1;
    font-size: 45rem;
  }
}

.component--light-text h1,
h1--secondary {
  color: #fff;
}

h1--tertiary {
  color: #012834;
}

h1--quaternary {
  color: #00a4b6;
}

h1 .trademark::before {
  position: relative;
  content: "TM";
  font-size: 12rem;
  bottom: 17rem;
}

h2 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  font-size: 25rem;
  color: #012834;
  letter-spacing: 0;
}

h2--tertiary {
  color: #012834;
}

h2--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  h2 {
    line-height: 1;
    font-size: 35rem;
  }
}

h3 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.4;
  font-size: 30rem;
  color: #012834;
  letter-spacing: 0;
}

.component--light-text h3,
h3--secondary {
  color: #fff;
}

h3--tertiary {
  color: #012834;
}

h3--quaternary {
  color: #00a4b6;
}

h4 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.4;
  font-size: 24rem;
  color: #012834;
}

.component--light-text h4,
h4--secondary {
  color: #fff;
}

h4--tertiary {
  color: #012834;
}

h4--quaternary {
  color: #00a4b6;
}

h5 {
  font-family: "Titillium Semibold", sans-serif;
  line-height: 1.4;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
  text-transform: uppercase;
}

.component--light-text h5,
h5--secondary {
  color: #fff;
}

h5--tertiary {
  color: #012834;
}

h5--quaternary {
  color: #00a4b6;
}

input {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 16rem;
  color: #012834;
}

.component--light-text input,
input--secondary {
  color: #fff;
}

input--tertiary {
  color: #012834;
}

input--quaternary {
  color: #00a4b6;
}

h1 a {
  font-size: 45rem;
}

h1 a:hover {
  color: #00a4b6;
  text-decoration: none;
}

h2 a {
  font-size: 35rem;
}

h2 a:hover {
  color: #00a4b6;
  text-decoration: none;
}

h3 a {
  font-size: 30rem;
}

h3 a:hover {
  color: #00a4b6;
  text-decoration: none;
}

h4 a {
  font-size: 18rem;
}

h4 a:hover {
  color: #00a4b6;
  text-decoration: none;
}

h5 a {
  font-size: 14rem;
}

h5 a:hover {
  color: #00a4b6;
  text-decoration: none;
}

.fis-h1 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2;
  font-size: 25rem;
  color: #012834;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .fis-h1 {
    line-height: 1.1;
    font-size: 45rem;
  }
}

.component--light-text .fis-h1,
.fis-h1--secondary {
  color: #fff;
}

.fis-h1--tertiary {
  color: #012834;
}

.fis-h1--quaternary {
  color: #00a4b6;
}

.fis-h1 .trademark::before {
  position: relative;
  content: "TM";
  font-size: 12rem;
  bottom: 17rem;
}

.fis-h2 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 25rem;
  color: #012834;
  letter-spacing: 0;
  margin-bottom: 30rem;
}

.component--light-text .fis-h2,
.fis-h2--secondary {
  color: #fff;
}

.fis-h2--tertiary {
  color: #012834;
}

.fis-h2--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .fis-h2 {
    line-height: 1;
    font-size: 35rem;
  }
}

.fis-h3 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.4;
  font-size: 30rem;
  color: #012834;
  letter-spacing: 1px;
}

.component--light-text .fis-h3,
.fis-h3--secondary {
  color: #fff;
}

.fis-h3--tertiary {
  color: #012834;
}

.fis-h3--quaternary {
  color: #00a4b6;
}

.fis-h4 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.4;
  font-size: 24rem;
  color: #012834;
}

.component--light-text .fis-h4,
.fis-h4--secondary {
  color: #fff;
}

.fis-h4--tertiary {
  color: #012834;
}

.fis-h4--quaternary {
  color: #00a4b6;
}

.fis-h5 {
  font-family: "Titillium Semibold", sans-serif;
  line-height: 1.4;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20rem;
}

.component--light-text .fis-h5,
.fis-h5--secondary {
  color: #fff;
}

.fis-h5--tertiary {
  color: #012834;
}

.fis-h5--quaternary {
  color: #00a4b6;
}

.fis-link {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  color: #012834;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

@media (min-width: 769px) {
  .fis-link:hover {
    color: #00a4b6;
    text-decoration: none;
  }
}

.component--light-text .fis-link,
.fis-link--secondary {
  color: #fff;
}

.fis-link--tertiary {
  color: #000;
}

.fis-link--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .fis-link--quaternary:hover {
    color: #012834;
  }
}

.fis-body-1 {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.component--light-text .fis-body-1,
.fis-body-1--secondary {
  color: #fff;
}

.fis-body-1 b,
.fis-body-1 strong {
  font-family: source_sans_proregular, sans-serif;
}

.fis-body-2 {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 16rem;
  color: #012834;
  letter-spacing: 0;
}

.component--light-text .fis-body-2,
.fis-body-2--secondary {
  color: #fff;
}

.fis-body-2--tertiary {
  color: #9b9b9b;
}

.fis-nav-item {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 14rem;
  color: #012834;
}

.component--light-text .fis-nav-item,
.fis-nav-item--secondary {
  color: #fff;
}

.fis-nav-item--tertiary {
  color: #012834;
}

.fis-nav-item--quaternary {
  color: #00a4b6;
}

.fis-quote {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.6;
  font-size: 25rem;
  letter-spacing: 0;
  color: #012834;
  position: relative;
}

.component--light-text .fis-quote,
.fis-quote--secondary {
  color: #fff;
}

.fis-quote--tertiary {
  color: #012834;
}

.fis-quote--quaternary {
  color: #00a4b6;
}

.fis-quote footer {
  font-family: source_sans_proregular, sans-serif;
  font-size: 12rem;
  font-style: italic;
  margin-top: 20rem;
}

.fis-tag {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  text-transform: uppercase;
  text-align: center;
  color: #012834;
}

.fis-tag--secondary {
  color: #fff;
}

.fis-tag--tertiary {
  color: #012834;
}

.fis-tag--quaternary {
  color: #00a4b6;
}

.fis-h1 .fis--green,
.fis-h2 .fis--green,
.fis-h3 .fis--green,
.fis-h4 .fis--green,
.fis-h5 .fis--green {
  color: #4bcd3e;
}

.fis-input {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 16rem;
  color: #012834;
}

.component--light-text .fis-input,
.fis-input--secondary {
  color: #fff;
}

.fis-input--tertiary {
  color: #012834;
}

.fis-input--quaternary {
  color: #00a4b6;
}

.trademark::before {
  position: relative;
  content: "TM";
  font-size: 9rem;
  bottom: 11rem;
}

p {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
}

.component--light-text p,
p--secondary {
  color: #fff;
}

p--tertiary {
  color: #9b9b9b;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
}

.fis-border {
  padding-top: 0;
  border-top: 2px solid #c8c8c8;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .fis-border {
    border-top: 1px solid #c8c8c8;
  }
}

.fis-events-external .fis-event-copy,
.padding-sm {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

@media (min-width: 769px) {
  .fis-events-external .fis-event-copy,
  .padding-sm {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}

.fis-events-hosted .fis-event-copy,
.padding-md {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

@media (min-width: 769px) {
  .fis-events-hosted .fis-event-copy,
  .padding-md {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }
}

.padding-lg {
  padding-top: 40rem;
  padding-bottom: 40rem;
}

@media (min-width: 769px) {
  .padding-lg {
    padding-top: 80rem;
    padding-bottom: 80rem;
  }
}

.bg-light-gray,
.card-grid--center {
  background-color: #f8f8f8;
}

.bg--teal-dark {
  background-color: #012834;
}

.bg--blue {
  background-color: #00a4b6;
}

.bg--green {
  background-color: #4bcd3e;
}

.bg--orange {
  background-color: #f5ad2a;
}

.bg--maroon {
  background-color: #9c3157;
}

.bg--gray {
  background-color: #4e4e4e;
}

.bg--white {
  background-color: #fff;
}

.module-title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10rem;
  border-bottom: 2px solid #c8c8c8;
  margin-bottom: 30rem;
}

@media (min-width: 769px) {
  .module-title-bar {
    border-bottom: 1px solid #c8c8c8;
  }
}

.module-title-bar .module-title {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 14rem;
  color: #012834;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.component--light-text .module-title-bar .module-title,
.module-title-bar .module-title--secondary {
  color: #fff;
}

.module-title-bar .module-title--tertiary {
  color: #9b9b9b;
}

@media (min-width: 769px) {
  .module-title-bar .module-title {
    font-family: source_sans_proregular, sans-serif;
    line-height: 1.5;
    font-size: 16rem;
    color: #012834;
    letter-spacing: 0;
    margin-top: 30rem;
    margin-bottom: 30rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .component--light-text .module-title-bar .module-title,
  .module-title-bar .module-title--secondary {
    color: #fff;
  }
  .module-title-bar .module-title b,
  .module-title-bar .module-title strong {
    font-family: source_sans_proregular, sans-serif;
  }
}

.module-title-link {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 18rem;
  color: #012834;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .module-title-link:hover {
    color: #00a4b6;
    text-decoration: none;
  }
}

.component--light-text .module-title-link,
.module-title-link--secondary {
  color: #fff;
}

.module-title-link--tertiary {
  color: #000;
}

.module-title-link--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .module-title-link--quaternary:hover {
    color: #012834;
  }
}

.module-title-link .fis-icon {
  margin-left: 10rem;
}

.module-title-link .fis-icon-arrow {
  -webkit-transition: margin-left 0.6s;
  transition: margin-left 0.6s;
}

.module-title-link:hover .fis-icon-arrow {
  margin-left: 15rem;
}

.module-title-eyebrow {
  text-align: center;
}

.module-title-eyebrow .module-title {
  margin-bottom: 40rem;
}

.fis-icon-link {
  font-family: source_sans_probold, sans-serif;
  line-height: 1.4;
  font-size: 18rem;
  color: #012834;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  text-transform: capitalize;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .fis-icon-link:hover {
    color: #00a4b6;
    text-decoration: none;
  }
}

.component--light-text .fis-icon-link,
.fis-icon-link--secondary {
  color: #fff;
}

.fis-icon-link--tertiary {
  color: #000;
}

.fis-icon-link--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .fis-icon-link--quaternary:hover {
    color: #012834;
  }
}

.fis-icon-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fis-icon-link .fis-icon {
  font-size: 1.143em;
}

.fis-icon-link .fis-icon-arrow {
  font-size: 0.75em;
}

.fis-icon-link .fis-icon-linked-in {
  margin-top: -5rem;
}

.fis-icon-link--icon-right .fis-icon {
  margin-left: 10rem;
  -webkit-transition: margin-left 0.6s;
  transition: margin-left 0.6s;
}

.fis-icon-link--icon-right:hover .fis-icon {
  margin-left: 15rem;
}

.fis-icon-link--icon-left .fis-icon {
  margin-right: 15rem;
  -webkit-transition: margin-right 0.6s;
  transition: margin-right 0.6s;
}

.fis-icon-link--icon-left:hover .fis-icon {
  margin-right: 20rem;
}

.fis-cta-btn,
.fis-style .btn-xrayhtml-flipsource,
.fis-style a.btn-xrayhtml-flipsource,
a.fis-cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 14rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 15rem 20rem;
  border-radius: 5rem;
  margin-top: 40rem;
  min-width: 230rem;
  color: #fff;
  border: solid 2rem #4bcd3e;
  background-color: #4bcd3e;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fis-cta-btn .fis-icon,
.fis-style .btn-xrayhtml-flipsource .fis-icon,
.fis-style a.btn-xrayhtml-flipsource .fis-icon,
a.fis-cta-btn .fis-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (min-width: 769px) {
  .fis-cta-btn:not(.fis-cta-btn--disabled):hover,
  .fis-style .btn-xrayhtml-flipsource:not(.fis-cta-btn--disabled):hover,
  .fis-style a.btn-xrayhtml-flipsource:not(.fis-cta-btn--disabled):hover,
  a.fis-cta-btn:not(.fis-cta-btn--disabled):hover {
    color: #fff;
    border: solid 2rem #00a4b6;
    background-color: #00a4b6;
  }
}

.fis-cta-btn--secondary,
a.fis-cta-btn--secondary {
  color: #4bcd3e;
  border: solid 2rem #4bcd3e;
  background-color: #fff;
}

@media (min-width: 769px) {
  .fis-cta-btn--secondary:not(.fis-cta-btn--disabled):hover,
  a.fis-cta-btn--secondary:not(.fis-cta-btn--disabled):hover {
    color: #fff;
    border: solid 2rem #4bcd3e;
    background-color: #4bcd3e;
  }
}

.fis-cta-btn--dkbg,
a.fis-cta-btn--dkbg {
  color: #012834;
  border: solid 2rem #fff;
  background-color: #fff;
}

@media (min-width: 769px) {
  .fis-cta-btn--dkbg:not(.fis-cta-btn--disabled):hover,
  a.fis-cta-btn--dkbg:not(.fis-cta-btn--disabled):hover {
    color: #fff;
    border: solid 2rem #4bcd3e;
    background-color: #4bcd3e;
  }
}

.fis-cta-btn--dkbg-secondary,
a.fis-cta-btn--dkbg-secondary {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

@media (min-width: 769px) {
  .fis-cta-btn--dkbg-secondary:not(.fis-cta-btn--disabled):hover,
  a.fis-cta-btn--dkbg-secondary:not(.fis-cta-btn--disabled):hover {
    color: #012834;
    border-color: #fff;
    background-color: #fff;
  }
}

.fis-cta-btn--disabled,
a.fis-cta-btn--disabled {
  opacity: 0.2;
}

.content-width,
.fis-quote-container .slick-dots,
.hero-carousel .slick-dots,
.page-width {
  width: 1180rem;
  max-width: -webkit-calc(100% - 40rem);
  max-width: calc(100% - 40rem);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 619px) and (max-width: 1023px) {
  .content-width,
  .fis-quote-container .slick-dots,
  .hero-carousel .slick-dots,
  .page-width {
    max-width: -webkit-calc(100% - 120rem);
    max-width: calc(100% - 120rem);
  }
}

@media (min-width: 769px) {
  .content-width,
  .fis-quote-container .slick-dots,
  .hero-carousel .slick-dots,
  .page-width {
    max-width: -webkit-calc(100% - 240rem);
    max-width: calc(100% - 240rem);
  }
}

@media (min-width: 769px) {
  .content-width--med,
  .page-width--med {
    max-width: -webkit-calc(100% - 480rem);
    max-width: calc(100% - 480rem);
  }
}

@media (min-width: 769px) {
  .content-width--sm,
  .page-width--sm {
    max-width: 700rem;
  }
}

.content-body--full {
  position: relative;
}

.left-sidebar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .fis-quote-container .left-sidebar-row .slick-dots,
  .hero-carousel .left-sidebar-row .slick-dots,
  .left-sidebar-row .content-width,
  .left-sidebar-row .fis-quote-container .slick-dots,
  .left-sidebar-row .hero-carousel .slick-dots {
    padding-left: 280rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .fis-quote-container .left-sidebar-row .slick-dots,
  .hero-carousel .left-sidebar-row .slick-dots,
  .left-sidebar-row .content-width,
  .left-sidebar-row .fis-quote-container .slick-dots,
  .left-sidebar-row .hero-carousel .slick-dots {
    padding-left: 220rem;
    max-width: -webkit-calc(100% - 40rem);
    max-width: calc(100% - 40rem);
  }
}

.fis-quote-container .left-sidebar-row.content-locked-nav--inner .slick-dots,
.hero-carousel .left-sidebar-row.content-locked-nav--inner .slick-dots,
.left-sidebar-row.content-locked-nav--inner .content-width,
.left-sidebar-row.content-locked-nav--inner .fis-quote-container .slick-dots,
.left-sidebar-row.content-locked-nav--inner .hero-carousel .slick-dots {
  padding-left: 0;
}

@media (max-width: 768px) {
  .fis-quote-container .left-sidebar-row.content-locked-nav--inner .slick-dots,
  .hero-carousel .left-sidebar-row.content-locked-nav--inner .slick-dots,
  .left-sidebar-row.content-locked-nav--inner .content-width,
  .left-sidebar-row.content-locked-nav--inner .fis-quote-container .slick-dots,
  .left-sidebar-row.content-locked-nav--inner .hero-carousel .slick-dots {
    width: 100%;
    max-width: 100%;
  }
}

.left-sidebar-row .fis-border {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 619px) {
  .tablet-desktop-only {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .desktop-only,
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

.shutter-blade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: background-color 0.6s, -webkit-transform 0.6s;
  transition: background-color 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, background-color 0.6s;
  transition: transform 0.6s, background-color 0.6s, -webkit-transform 0.6s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.shutter-blade-left {
  z-index: 5;
  opacity: 0.4;
  -webkit-transform: translate(-50%, 65%) rotate(40deg);
  -ms-transform: translate(-50%, 65%) rotate(40deg);
  transform: translate(-50%, 65%) rotate(40deg);
}

.shutter-blade-right {
  z-index: 6;
  opacity: 0.37;
  -webkit-transform: translate(40%, 25%) rotate(-55deg);
  -ms-transform: translate(40%, 25%) rotate(-55deg);
  transform: translate(40%, 25%) rotate(-55deg);
}

.fis-rise {
  padding: 5rem 10rem;
  display: inline-block;
  position: relative;
  margin-left: 10rem;
}

.fis-rise::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #4bcd3e;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 769px) {
  .content-locked-nav {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 3500;
    pointer-events: none;
  }
  .content-locked-nav--inner {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}

@media (min-width: 769px) {
  .content-locked-nav--fixed .content-locked-nav--inner {
    position: fixed;
    top: 85rem;
    z-index: 100;
    max-width: 100%;
  }
}

.content-body .content-locked-nav .content-width,
.content-body .content-locked-nav .fis-quote-container .slick-dots,
.content-body .content-locked-nav .hero-carousel .slick-dots,
.fis-quote-container .content-body .content-locked-nav .slick-dots,
.hero-carousel .content-body .content-locked-nav .slick-dots {
  padding: 30rem 0 0;
}

@media (min-width: 769px) {
  .content-body .content-locked-nav .content-width,
  .content-body .content-locked-nav .fis-quote-container .slick-dots,
  .content-body .content-locked-nav .hero-carousel .slick-dots,
  .fis-quote-container .content-body .content-locked-nav .slick-dots,
  .hero-carousel .content-body .content-locked-nav .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60rem;
    padding-left: 120rem;
    padding-right: 120rem;
    max-width: -webkit-calc(100vw - 15rem - 240rem);
    max-width: calc(100vw - 15rem - 240rem);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .content-body .content-locked-nav .content-width,
  .content-body .content-locked-nav .fis-quote-container .slick-dots,
  .content-body .content-locked-nav .hero-carousel .slick-dots,
  .fis-quote-container .content-body .content-locked-nav .slick-dots,
  .hero-carousel .content-body .content-locked-nav .slick-dots {
    padding-right: 0;
    padding-left: 40rem;
    max-width: -webkit-calc(100vw - 15rem - 240rem);
    max-width: calc(100vw - 15rem - 240rem);
  }
}

.slick-initialized {
  max-width: 100vw;
}

@media (max-width: 768px) {
  .slick-initialized {
    overflow: hidden;
    padding-bottom: 40rem;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-track .slick-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 100%;
}

.slick-track .slick-slide > div .card,
.slick-track .slick-slide > div .hero-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.slick-list {
  position: relative;
  left: -1rem;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
}

.slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5rem;
  width: -webkit-calc(100% - 40rem);
  width: calc(100% - 40rem);
}

.slick-dots li {
  width: 39rem;
  height: 6rem;
  border-radius: 30rem;
}

.slick-dots li button {
  padding: 0;
  width: 39rem;
  height: 6rem;
}

.slick-dots li button::before {
  font-size: 15rem;
  opacity: 1;
  background-color: #012834;
  width: 39rem;
  height: 6rem;
  content: "" !important;
  border-radius: 30rem;
}

@media (min-width: 769px) {
  .slick-dots li {
    width: 39rem;
    height: 6rem;
    margin: 0 4rem;
    bottom: -20rem;
  }
  .slick-dots li button {
    width: 39rem;
    height: 6rem;
  }
  .slick-dots li button::before {
    font-size: 11rem;
    width: 39rem;
    height: 6rem;
  }
}

.slick-dots li.slick-active button::before {
  background: #4bcd3e;
}

.bg--teal-dark .slick-dots li button::before,
.slick-dots .bg-blue li button::before,
.slick-dots .bg-light-gray li button::before,
.slick-dots .card-grid--center li button::before {
  color: #fff;
}

.bg--teal-dark .slick-dots li.slick-active button::before,
.slick-dots .bg-blue li.slick-active button::before,
.slick-dots .bg-light-gray li.slick-active button::before,
.slick-dots .card-grid--center li.slick-active button::before {
  color: #4bcd3e;
}

@media (min-width: 769px) {
  .content-rich .slick-dots {
    bottom: -47rem;
  }
}

.card-grid .card-grid-inner.slick-slider.slick-dotted,
.card-grid .content-rich-inner.slick-slider.slick-dotted,
.card-grid--carousel .card-grid-inner.slick-slider.slick-dotted,
.card-grid--carousel .content-rich-inner.slick-slider.slick-dotted,
.content-rich .card-grid-inner.slick-slider.slick-dotted,
.content-rich .content-rich-inner.slick-slider.slick-dotted,
.fis-events .card-grid-inner.slick-slider.slick-dotted,
.fis-events .content-rich-inner.slick-slider.slick-dotted,
.fis-media-carousel .card-grid-inner.slick-slider.slick-dotted,
.fis-media-carousel .content-rich-inner.slick-slider.slick-dotted,
.media-container .card-grid-inner.slick-slider.slick-dotted,
.media-container .content-rich-inner.slick-slider.slick-dotted,
.slick-grid--carousel .card-grid-inner.slick-slider.slick-dotted,
.slick-grid--carousel .content-rich-inner.slick-slider.slick-dotted,
.twin-image-carousel .card-grid-inner.slick-slider.slick-dotted,
.twin-image-carousel .content-rich-inner.slick-slider.slick-dotted {
  margin-bottom: 40rem;
}

@media (min-width: 769px) {
  .card-grid .card-grid-inner.slick-slider.slick-dotted,
  .card-grid .content-rich-inner.slick-slider.slick-dotted,
  .card-grid--carousel .card-grid-inner.slick-slider.slick-dotted,
  .card-grid--carousel .content-rich-inner.slick-slider.slick-dotted,
  .content-rich .card-grid-inner.slick-slider.slick-dotted,
  .content-rich .content-rich-inner.slick-slider.slick-dotted,
  .fis-events .card-grid-inner.slick-slider.slick-dotted,
  .fis-events .content-rich-inner.slick-slider.slick-dotted,
  .fis-media-carousel .card-grid-inner.slick-slider.slick-dotted,
  .fis-media-carousel .content-rich-inner.slick-slider.slick-dotted,
  .media-container .card-grid-inner.slick-slider.slick-dotted,
  .media-container .content-rich-inner.slick-slider.slick-dotted,
  .slick-grid--carousel .card-grid-inner.slick-slider.slick-dotted,
  .slick-grid--carousel .content-rich-inner.slick-slider.slick-dotted,
  .twin-image-carousel .card-grid-inner.slick-slider.slick-dotted,
  .twin-image-carousel .content-rich-inner.slick-slider.slick-dotted {
    margin-bottom: 80rem;
  }
}

.card-grid .slick-fis-next,
.card-grid .slick-fis-prev,
.card-grid--carousel .slick-fis-next,
.card-grid--carousel .slick-fis-prev,
.content-rich .slick-fis-next,
.content-rich .slick-fis-prev,
.fis-events .slick-fis-next,
.fis-events .slick-fis-prev,
.fis-media-carousel .slick-fis-next,
.fis-media-carousel .slick-fis-prev,
.media-container .slick-fis-next,
.media-container .slick-fis-prev,
.slick-grid--carousel .slick-fis-next,
.slick-grid--carousel .slick-fis-prev,
.twin-image-carousel .slick-fis-next,
.twin-image-carousel .slick-fis-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  top: -webkit-calc(25vw - 20rem);
  top: calc(25vw - 20rem);
  font-size: 10rem;
  color: #fff;
  text-align: center;
  padding: 0;
  border: none;
  width: 35rem;
  height: 35rem;
  background-color: #4bcd3e;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

.card-grid .slick-fis-next:hover,
.card-grid .slick-fis-prev:hover,
.card-grid--carousel .slick-fis-next:hover,
.card-grid--carousel .slick-fis-prev:hover,
.content-rich .slick-fis-next:hover,
.content-rich .slick-fis-prev:hover,
.fis-events .slick-fis-next:hover,
.fis-events .slick-fis-prev:hover,
.fis-media-carousel .slick-fis-next:hover,
.fis-media-carousel .slick-fis-prev:hover,
.media-container .slick-fis-next:hover,
.media-container .slick-fis-prev:hover,
.slick-grid--carousel .slick-fis-next:hover,
.slick-grid--carousel .slick-fis-prev:hover,
.twin-image-carousel .slick-fis-next:hover,
.twin-image-carousel .slick-fis-prev:hover {
  background-color: #00a4b6;
}

.card-grid .slick-fis-next .fis-icon,
.card-grid .slick-fis-prev .fis-icon,
.card-grid--carousel .slick-fis-next .fis-icon,
.card-grid--carousel .slick-fis-prev .fis-icon,
.content-rich .slick-fis-next .fis-icon,
.content-rich .slick-fis-prev .fis-icon,
.fis-events .slick-fis-next .fis-icon,
.fis-events .slick-fis-prev .fis-icon,
.fis-media-carousel .slick-fis-next .fis-icon,
.fis-media-carousel .slick-fis-prev .fis-icon,
.media-container .slick-fis-next .fis-icon,
.media-container .slick-fis-prev .fis-icon,
.slick-grid--carousel .slick-fis-next .fis-icon,
.slick-grid--carousel .slick-fis-prev .fis-icon,
.twin-image-carousel .slick-fis-next .fis-icon,
.twin-image-carousel .slick-fis-prev .fis-icon {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .card-grid .slick-fis-next,
  .card-grid .slick-fis-prev,
  .card-grid--carousel .slick-fis-next,
  .card-grid--carousel .slick-fis-prev,
  .content-rich .slick-fis-next,
  .content-rich .slick-fis-prev,
  .fis-events .slick-fis-next,
  .fis-events .slick-fis-prev,
  .fis-media-carousel .slick-fis-next,
  .fis-media-carousel .slick-fis-prev,
  .media-container .slick-fis-next,
  .media-container .slick-fis-prev,
  .slick-grid--carousel .slick-fis-next,
  .slick-grid--carousel .slick-fis-prev,
  .twin-image-carousel .slick-fis-next,
  .twin-image-carousel .slick-fis-prev {
    top: 120rem;
    width: 50rem;
    height: 50rem;
    font-size: 13rem;
  }
}

.card-grid .slick-fis-next.slick-disabled,
.card-grid .slick-fis-prev.slick-disabled,
.card-grid--carousel .slick-fis-next.slick-disabled,
.card-grid--carousel .slick-fis-prev.slick-disabled,
.content-rich .slick-fis-next.slick-disabled,
.content-rich .slick-fis-prev.slick-disabled,
.fis-events .slick-fis-next.slick-disabled,
.fis-events .slick-fis-prev.slick-disabled,
.fis-media-carousel .slick-fis-next.slick-disabled,
.fis-media-carousel .slick-fis-prev.slick-disabled,
.media-container .slick-fis-next.slick-disabled,
.media-container .slick-fis-prev.slick-disabled,
.slick-grid--carousel .slick-fis-next.slick-disabled,
.slick-grid--carousel .slick-fis-prev.slick-disabled,
.twin-image-carousel .slick-fis-next.slick-disabled,
.twin-image-carousel .slick-fis-prev.slick-disabled {
  display: none !important;
}

.card-grid .slick-fis-prev,
.card-grid--carousel .slick-fis-prev,
.content-rich .slick-fis-prev,
.fis-events .slick-fis-prev,
.fis-media-carousel .slick-fis-prev,
.media-container .slick-fis-prev,
.slick-grid--carousel .slick-fis-prev,
.twin-image-carousel .slick-fis-prev {
  left: -5rem;
}

@media (min-width: 769px) {
  .card-grid .slick-fis-prev,
  .card-grid--carousel .slick-fis-prev,
  .content-rich .slick-fis-prev,
  .fis-events .slick-fis-prev,
  .fis-media-carousel .slick-fis-prev,
  .media-container .slick-fis-prev,
  .slick-grid--carousel .slick-fis-prev,
  .twin-image-carousel .slick-fis-prev {
    left: -100rem;
  }
}

.card-grid .slick-fis-prev .fis-icon,
.card-grid--carousel .slick-fis-prev .fis-icon,
.content-rich .slick-fis-prev .fis-icon,
.fis-events .slick-fis-prev .fis-icon,
.fis-media-carousel .slick-fis-prev .fis-icon,
.media-container .slick-fis-prev .fis-icon,
.slick-grid--carousel .slick-fis-prev .fis-icon,
.twin-image-carousel .slick-fis-prev .fis-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.card-grid .slick-fis-next,
.card-grid--carousel .slick-fis-next,
.content-rich .slick-fis-next,
.fis-events .slick-fis-next,
.fis-media-carousel .slick-fis-next,
.media-container .slick-fis-next,
.slick-grid--carousel .slick-fis-next,
.twin-image-carousel .slick-fis-next {
  right: -5rem;
}

@media (min-width: 769px) {
  .card-grid .slick-fis-next,
  .card-grid--carousel .slick-fis-next,
  .content-rich .slick-fis-next,
  .fis-events .slick-fis-next,
  .fis-media-carousel .slick-fis-next,
  .media-container .slick-fis-next,
  .slick-grid--carousel .slick-fis-next,
  .twin-image-carousel .slick-fis-next {
    right: -100rem;
  }
}

.hero-carousel .slick-dots li {
  width: 11rem;
  height: 11rem;
}

.hero-carousel .slick-dots li button {
  width: 11rem;
  height: 11rem;
}

.hero-carousel .slick-dots li button::before {
  font-size: 11rem;
  width: 11rem;
  height: 11rem;
}

@media (max-width: 768px) {
  .fis-media-carousel .slick-initialized,
  .media-container .slick-initialized {
    overflow: visible;
  }
}

@media (max-width: 768px) {
  .fis-media-carousel .slick-fis-prev,
  .media-container .slick-fis-prev {
    left: -15rem;
  }
}

@media (max-width: 768px) {
  .fis-media-carousel .slick-fis-next,
  .media-container .slick-fis-next {
    right: -15rem;
  }
}

@media (min-width: 769px) {
  .fis-media-carousel .slick-fis-next,
  .fis-media-carousel .slick-fis-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.fis-events .slick-dots {
  bottom: 40rem;
}

@media (min-width: 769px) {
  .fis-events .slick-dots {
    bottom: 60rem;
  }
}

.fis-events .slick-dotted.slick-slider.fis-events-inner {
  margin-bottom: 0;
}

.fis-events .slick-fis-next .fis-icon,
.fis-events .slick-fis-prev .fis-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.fis-events .slick-fis-prev {
  top: -webkit-calc(46.666vw + 30rem);
  top: calc(46.666vw + 30rem);
  left: 5rem;
}

@media (min-width: 769px) {
  .fis-events .slick-fis-prev {
    left: 50rem;
    top: 75%;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%);
  }
}

.fis-events .slick-fis-next {
  top: -webkit-calc(46.666vw + 30rem);
  top: calc(46.666vw + 30rem);
  right: 5rem;
}

@media (min-width: 769px) {
  .fis-events .slick-fis-next {
    top: 75%;
    right: 50rem;
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%);
  }
}

.content-rich div.content-rich-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.content-rich .slick-fis-next,
.content-rich .slick-fis-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  color: #012834;
  background-color: #fff;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}

.content-rich .slick-fis-next:hover,
.content-rich .slick-fis-prev:hover {
  color: #fff;
  background-color: #4bcd3e;
}

.content-rich .slick-fis-prev {
  left: 50rem;
}

.content-rich .slick-fis-prev .fis-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.content-rich .slick-fis-next {
  right: 50rem;
}

.content-rich .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.content-rich .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  height: auto;
}

.content-rich .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  height: auto;
}

.content-rich .slick-slide > div {
  width: 100%;
}

@media (min-width: 769px) {
  .content-rich .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    height: auto;
  }
}

.tag-nav .slick-fis-next,
.tag-nav .slick-fis-prev {
  position: absolute;
  top: 7rem;
  font-size: 20rem;
  color: #012834;
  padding: 10rem 10rem 5rem 10rem;
  border: none;
  background-color: transparent;
}

.tag-nav .slick-fis-next.slick-disabled,
.tag-nav .slick-fis-prev.slick-disabled {
  display: none !important;
}

.tag-nav .slick-fis-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: -40rem;
}

.tag-nav .slick-fis-next {
  right: -40rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  height: 60rem;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0);
}

.header--hidden {
  top: -100rem;
}

.header .tri {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-left: 5rem solid #000;
  margin-right: -5rem;
  display: inline-block;
  position: relative;
  top: -2rem;
  left: 4rem;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.header .titleBar {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 6rem;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: none;
}

.header .titleBar p {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  font-size: 14rem;
}

@media (min-width: 769px) {
  .header .titleBar {
    display: block;
  }
  .header .primary li,
  .header .secondary li {
    color: #000;
  }
  .header .primary li .tri,
  .header .secondary li .tri {
    border-left-color: #000;
  }
  .header .primary li a,
  .header .secondary li a {
    color: #000;
  }
  .header .primary li a .fis-icon-globe,
  .header .secondary li a .fis-icon-globe {
    fill: #000;
  }
  .header.darkLight .secondary li {
    color: #fff;
  }
  .header.darkLight .secondary li .fis-icon-carrot {
    fill: #fff;
  }
  .header.darkLight .secondary li a {
    color: #fff;
  }
  .header.darkLight .secondary li a .fis-icon-globe {
    fill: #fff;
  }
  .header.darkLight .secondary li .tri {
    border-left-color: #fff;
  }
  .header.light .primary li,
  .header.light .secondary li,
  .header.open .primary li,
  .header.open .secondary li {
    color: #fff;
  }
  .header.light .primary li .tri,
  .header.light .secondary li .tri,
  .header.open .primary li .tri,
  .header.open .secondary li .tri {
    border-left-color: #fff;
  }
  .header.light .primary li a,
  .header.light .secondary li a,
  .header.open .primary li a,
  .header.open .secondary li a {
    color: #fff;
  }
  .header.light .primary li a .fis-icon-globe,
  .header.light .secondary li a .fis-icon-globe,
  .header.open .primary li a .fis-icon-globe,
  .header.open .secondary li a .fis-icon-globe {
    fill: #fff;
  }
  .header.open .secondary li a {
    color: #000;
  }
}

.header--fixed {
  background-color: #fff;
}

@media (min-width: 769px) {
  .header--fixed li {
    color: #000;
  }
  .header--fixed li .tri {
    border-left-color: #000;
  }
  .header--fixed li a {
    color: #012834;
  }
  .header--fixed li a .fis-icon-globe {
    fill: #012834;
  }
  .header--fixed.darkLight .secondary li,
  .header--fixed.light .secondary li {
    color: #000;
  }
  .header--fixed.darkLight .secondary li a,
  .header--fixed.light .secondary li a {
    color: #000;
  }
  .header--fixed.darkLight .secondary li a .fis-icon-globe,
  .header--fixed.light .secondary li a .fis-icon-globe {
    fill: #000;
  }
  .header--fixed.darkLight .secondary li .tri,
  .header--fixed.light .secondary li .tri {
    border-left-color: #000;
  }
  .header--fixed.swapTitle.showTitle .titleBar {
    opacity: 1;
  }
  .header--fixed.swapTitle.showTitle .primary li {
    display: none;
  }
}

@media (max-width: 768px) {
  .header {
    border-bottom: 1.5rem solid #f8f8f8;
    background-color: #fff;
    height: 85rem;
  }
}

.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0;
  height: 85rem;
}

@media (min-width: 769px) {
  .header .header-inner .header-menu-icon {
    display: none;
  }
}

.header .header-inner .nav-menu .fis-icon-arrow {
  fill: #00a4b6;
  font-size: 16rem;
}

.header .header-inner .nav-menu .fis-icon-arrow.flip {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .header .header-inner .nav-menu .featured-panel {
    display: none;
  }
  .header .header-inner .nav-menu.L1 .menuL1 {
    left: 0;
  }
  .header .header-inner .nav-menu.L1 .menuL1 .primary {
    height: 60%;
  }
}

@media (max-width: 768px) and (min-width: 620px) {
  .header .header-inner .nav-menu.L1 .menuL1 .primary {
    height: auto;
  }
}

@media (max-width: 768px) {
  .header .header-inner .nav-menu.L1 .menuL1 .primary li {
    top: 100vh;
    opacity: 0;
  }
  .header .header-inner .nav-menu.L1 .menuL1 .secondary {
    height: 40%;
  }
}

@media (max-width: 768px) and (min-width: 620px) {
  .header .header-inner .nav-menu.L1 .menuL1 .secondary {
    height: auto;
  }
}

@media (max-width: 768px) {
  .header .header-inner .nav-menu.L1 .menuL2 {
    left: 100vw;
  }
  .header .header-inner .nav-menu.L1 .menuL3 {
    left: 100vw;
  }
  .header .header-inner .nav-menu .panel {
    position: absolute;
    top: 85rem;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    width: 100%;
    height: 100vh;
  }
  .header .header-inner .nav-menu .panel li {
    list-style-type: none;
    text-align: left;
    display: block;
    position: relative;
    left: 0;
  }
  .header .header-inner .nav-menu .panel .primary li {
    font-family: source_sans_proregular, sans-serif;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }
  .header .header-inner .nav-menu .panel .primary li.L1-item {
    font-size: 30rem;
    line-height: 36rem;
    padding: 20rem 30rem;
  }
  .header .header-inner .nav-menu .panel .primary li.L1-item a {
    display: block;
    width: 100%;
    font-size: 30rem;
    line-height: 36rem;
    font-family: source_sans_proregular, sans-serif;
    font-weight: 700;
  }
  .header .header-inner .nav-menu .panel .primary li.L1-item .tri {
    display: none;
  }
  .header .header-inner .nav-menu .panel .primary li.L2-item {
    font-size: 22rem;
    line-height: 26rem;
    padding: 10rem 30rem;
  }
  .header .header-inner .nav-menu .panel .primary li.L3-item {
    font-family: source_sans_proregular, sans-serif;
    font-size: 17rem;
    line-height: 22rem;
    padding: 12rem 30rem;
  }
  .header .header-inner .nav-menu .panel .primary li.L3-item a {
    color: #fff;
  }
  .header .header-inner .nav-menu .panel .primary li.L3-item .tri {
    border-left-color: #4bcd3e;
  }
  .header .header-inner .nav-menu .panel .secondary {
    background-color: #f8f8f8;
    width: 100vw;
    height: 100vw;
    top: 100vh;
    left: 0;
    position: relative;
    padding: 20rem 0;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    font-family: source_sans_proregular, sans-serif;
  }
  .header .header-inner .nav-menu .panel .secondary li {
    padding: 20rem 30rem;
    font-size: 20rem;
    font-weight: 500;
    display: block;
    position: relative;
    top: 100vh;
    opacity: 0;
    left: 0;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }
  .header .header-inner .nav-menu .panel .secondary li.select {
    display: inline-block;
  }
  .header .header-inner .nav-menu .panel .secondary li.icon {
    display: none;
  }
  .header .header-inner .nav-menu .panel .secondary li a {
    font-size: 20rem;
    font-weight: 500;
  }
  .header .header-inner .nav-menu .panel .secondary li .tri {
    display: none;
  }
  .header .header-inner .nav-menu .panel .secondary select {
    font-family: source_sans_proregular, sans-serif;
    font-size: 20rem;
    font-weight: 500;
    margin-left: -5rem;
    border: none;
    background-color: transparent;
  }
  .header .header-inner .nav-menu .featured-panel {
    display: none;
  }
}

@media (min-width: 769px) {
  .header .header-inner .nav-menu {
    position: absolute;
    z-index: 10;
    padding: 0;
    top: 0;
    text-align: left;
    width: 100%;
  }
  .header .header-inner .nav-menu .fis-icon-arrow {
    display: none;
  }
  .header .header-inner .nav-menu ul {
    display: inline-block;
  }
  .header .header-inner .nav-menu.L1 {
    width: 100%;
  }
  .header .header-inner .nav-menu .menuL1 {
    z-index: 30;
    padding: 20rem 0 0 0;
    position: relative;
    left: 110rem;
  }
  .header .header-inner .nav-menu .menuL1 .primary {
    width: 45%;
  }
  .header .header-inner .nav-menu .menuL1 .primary .L1-item,
  .header .header-inner .nav-menu .menuL1 .primary .L1-item a {
    font-family: source_sans_proregular, sans-serif;
    font-weight: 700;
  }
  .header .header-inner .nav-menu .menuL1 .primary .L1-item .tri {
    display: inline-block;
    position: relative;
    top: -2rem;
    left: 4rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .header .header-inner .nav-menu .menuL1 .secondary .L1-item,
  .header .header-inner .nav-menu .menuL1 .secondary .L1-item a {
    font-family: source_sans_proregular, sans-serif;
    font-weight: 700;
  }
  .header .header-inner .nav-menu .menuL1 .secondary .L1-item.select {
    display: none;
  }
  .header .header-inner .nav-menu .menuL1 .secondary .L1-item.icon {
    display: inline-block;
  }
  .header .header-inner .nav-menu .menuL2 {
    width: 40%;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    position: relative;
    height: 0;
    overflow: hidden;
    top: 200rem;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .header-inner .nav-menu .menuL2.active {
    height: 100%;
  }
  .header .header-inner .nav-menu .menuL2 .primary {
    width: 100%;
  }
  .header .header-inner .nav-menu .menuL2 .primary li {
    text-align: right;
    top: 100rem;
    padding: 20rem;
    opacity: 0;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }
  .header .header-inner .nav-menu .menuL2 .primary li h3 {
    color: #9b9b9b;
  }
  .header .header-inner .nav-menu .menuL2 .primary .L2-back {
    display: none;
  }
  .header .header-inner .nav-menu .menuL3 {
    display: inline-block;
    width: 20%;
    padding: 0;
    vertical-align: top;
    font-family: source_sans_proregular, sans-serif;
    color: #00a4b6;
    position: absolute;
    height: 0;
    top: 60%;
    float: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .header-inner .nav-menu .menuL3 .L3-back {
    display: none;
  }
  .header .header-inner .nav-menu .menuL3 .primary {
    width: 100%;
    opacity: 0;
    padding: 0;
    height: 0;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
  }
  .header .header-inner .nav-menu .menuL3 .primary li {
    margin-top: 100rem;
    padding: 11rem 20rem;
    opacity: 0;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .header .header-inner .nav-menu .menuL3 .primary li a {
    color: #fff;
  }
  .header .header-inner .nav-menu .menuL3 .primary li .tri {
    border-left-color: #4bcd3e;
  }
  .header .header-inner .nav-menu .menuL3 .primary .L2-back {
    display: none;
  }
  .header .header-inner .nav-menu .menuL3.active {
    height: auto;
    top: 155rem;
  }
  .header .header-inner .nav-menu .menuL3.active .primary {
    opacity: 1;
    height: 100%;
  }
  .header .header-inner .nav-menu .menuL3.active .primary li {
    margin-top: 0;
    opacity: 1;
  }
  .header .header-inner .nav-menu .primary {
    padding: 0;
    width: 52%;
    text-align: left;
  }
  .header .header-inner .nav-menu .primary li {
    cursor: pointer;
  }
  .header .header-inner .nav-menu .secondary {
    width: 47%;
    text-align: right;
  }
  .header .header-inner .nav-menu .secondary li {
    cursor: pointer;
  }
  .header .header-inner .nav-menu .L1-item {
    display: inline-block;
    padding: 0 40rem;
    font-size: 14rem;
    font-weight: 500;
    font-family: source_sans_proregular, sans-serif;
    font-weight: 700;
  }
  .header .header-inner .nav-menu .L2-item {
    padding: 0 40rem;
    padding: 15rem 40rem;
    font-size: 20rem;
    font-weight: 500;
    font-family: source_sans_proregular, sans-serif;
    font-weight: 700;
  }
  .header .header-inner .nav-menu .L3-item {
    padding: 10rem 0;
    font-size: 14rem;
    font-weight: 400;
  }
  .header .header-inner .nav-menu .L3-item .fis-icon-carrot {
    width: 10rem;
    font-size: 6rem;
    position: relative;
    top: -1rem;
  }
  .header .header-inner .nav-menu .featured-container {
    height: 100vh;
    width: 33%;
    background: url(/assets/images/menu_bg.png);
    background-size: cover;
    float: right;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .header-inner .nav-menu .featured-container .featured-panel {
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .header
.header-inner
.nav-menu
.featured-container
.featured-panel
.featured-image {
    height: auto;
    width: 80%;
    position: relative;
    margin: 0 auto;
    padding-top: 180rem;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
  .header
.header-inner
.nav-menu
.featured-container
.featured-panel
.featured-image
img {
    width: 100%;
  }
  .header
.header-inner
.nav-menu
.featured-container
.featured-panel
.featured-links {
    width: 75%;
    margin: auto;
    position: relative;
    left: 0;
    top: 20rem;
    opacity: 0;
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }
  .header
.header-inner
.nav-menu
.featured-container
.featured-panel
.featured-links
.featured-link-item {
    background-color: #fff;
    margin: 0 auto;
    padding: 20rem;
    border-bottom: #c8c8c8 1rem solid;
  }
  .header
.header-inner
.nav-menu
.featured-container
.featured-panel
.featured-links
.featured-link-item
h5 {
    color: #012834;
  }
}

.header .header-logo {
  font-size: 35rem;
  color: #4bcd3e;
  position: absolute;
  top: 20rem;
  left: 25rem;
}

@media (min-width: 769px) {
  .header .header-logo {
    z-index: 11;
    top: 12rem;
  }
  .hero-text--secondary .header .header-logo {
    color: #fff;
  }
}

.header .header-menu-icon {
  position: absolute;
  top: 0;
  right: 20rem;
  display: block;
  height: 100%;
  z-index: 1000;
  color: #012834;
}

.header .header-menu-icon .fis-icon-menu {
  top: 30rem;
  position: absolute;
  right: 0;
}

.header .header-bg {
  display: none;
}

.header .header-bg img {
  width: 100%;
}

.header.open {
  color: #fff;
  height: 150vh;
  background-size: cover;
  background-color: #012834;
}

.header.open .header-menu-icon {
  color: #fff;
}

.header.open .header-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header.open .header-inner {
  height: 100%;
}

@media (min-width: 769px) {
  .header.open
.header-inner
.nav-menu
.menuL1
.primary
li.L1-item.selected
.tri,
  .header.open
.header-inner
.nav-menu
.menuL1
.secondary
li.L1-item.selected
.tri {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header.open .header-inner .nav-menu .menuL2 {
    overflow: hidden;
  }
  .header.open .header-inner .nav-menu .menuL2.active {
    top: 100rem;
    opacity: 1;
  }
  .header.open .header-inner .nav-menu .menuL2.active .primary li {
    margin-top: 0;
    opacity: 0.5;
  }
  .header.open .header-inner .nav-menu .menuL2.active .primary li h3 {
    color: #fff;
  }
  .header.open .header-inner .nav-menu .menuL2.active .primary li.selected {
    opacity: 1;
  }
  .header.open .header-inner .nav-menu .menuL3 {
    overflow: hidden;
  }
  .header.open .header-inner .nav-menu .menuL3.active .primary li {
    margin-top: 0;
    opacity: 1;
  }
  .header.open
.header-inner
.nav-menu
.menuL3.active
.primary
li.L3-item
a
.tri {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .header.open
.header-inner
.nav-menu
.menuL3.active
.primary
li.L3-item
a:hover
.tri {
    left: 8rem;
  }
  .header.open .header-inner .nav-menu .featured-container {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header.open .header-inner .nav-menu .featured-container .featured-panel {
    height: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header.open
.header-inner
.nav-menu
.featured-container
.featured-panel
.featured-links {
    opacity: 0;
  }
  .header.open
.header-inner
.nav-menu
.featured-container
.featured-panel.active {
    height: 100%;
  }
  .header.open
.header-inner
.nav-menu
.featured-container
.featured-panel.active
.featured-links {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 15rem 14rem 0 0 #4bcd3e;
  }
}

@media (max-width: 768px) {
  .header.open .header-inner .nav-menu .L2-back,
  .header.open .header-inner .nav-menu .L3-back {
    font-size: 22rem;
    line-height: 26rem;
    padding: 10rem 30rem;
  }
  .header.open .header-inner .nav-menu .primary a,
  .header.open .header-inner .nav-menu .primary h3,
  .header.open .header-inner .nav-menu .primary li {
    color: #fff;
  }
  .header.open .header-inner .nav-menu.L1 .menuL1 {
    overflow-y: scroll;
  }
  .header.open .header-inner .nav-menu.L1 .menuL1.active {
    left: 0;
    height: -webkit-calc(93vh - 85rem);
    height: calc(93vh - 85rem);
    -webkit-overflow-scrolling: touch;
  }
  .header.open .header-inner .nav-menu.L1 .menuL1.active .primary li {
    top: 0;
    left: 0;
    opacity: 1;
  }
  .header.open .header-inner .nav-menu.L1 .menuL1.active .secondary {
    left: 0;
  }
  .header.open .header-inner .nav-menu.L1 .menuL1.active .secondary li {
    top: 0;
    left: 0;
    opacity: 1;
  }
  .header.open .header-inner .nav-menu.L1 .menuL2 {
    left: 100vw;
  }
  .header.open .header-inner .nav-menu.L1 .menuL2 .primary li {
    top: 0;
    left: 100vw;
    opacity: 0;
  }
  .header.open .header-inner .nav-menu.L1 .menuL3 {
    left: 100vw;
  }
  .header.open .header-inner .nav-menu.L1 .menuL3 .primary li {
    left: 100vw;
    top: 0;
    opacity: 0;
  }
  .header.open .header-inner .nav-menu.L2 .menuL1 {
    left: -100vw;
  }
  .header.open .header-inner .nav-menu.L2 .menuL1 .primary li {
    left: -100vw;
    opacity: 0;
  }
  .header.open .header-inner .nav-menu.L2 .secondary {
    left: -100vw;
  }
  .header.open .header-inner .nav-menu.L2 .secondary li {
    top: 0;
    left: -100vw;
    opacity: 0;
  }
  .header.open .header-inner .nav-menu.L2 .menuL2 {
    left: 100vw;
    overflow-y: scroll;
  }
  .header.open .header-inner .nav-menu.L2 .menuL2.active {
    left: 0;
    height: -webkit-calc(93vh - 85rem);
    height: calc(93vh - 85rem);
    -webkit-overflow-scrolling: touch;
  }
  .header.open .header-inner .nav-menu.L2 .menuL2.active .primary li {
    left: 0;
    top: 0;
    opacity: 1;
  }
  .header.open .header-inner .nav-menu.L2 .menuL3 {
    left: 100vw;
  }
  .header.open .header-inner .nav-menu.L2 .menuL3 .primary li {
    left: 100vw;
    top: 0;
    opacity: 0;
  }
  .header.open .header-inner .nav-menu.L3 .menuL1 {
    left: -100vw;
  }
  .header.open .header-inner .nav-menu.L3 .menuL1 .primary li {
    left: -100vw;
    opacity: 0;
  }
  .header.open .header-inner .nav-menu.L3 .secondary {
    left: -100vw;
  }
  .header.open .header-inner .nav-menu.L3 .secondary li {
    top: 0;
    left: -100vw;
    opacity: 0;
  }
  .header.open .header-inner .nav-menu.L3 .menuL2 {
    left: -100vw;
  }
  .header.open .header-inner .nav-menu.L3 .menuL2 .primary li {
    left: -100vw;
    top: 0;
    opacity: 0;
  }
  .header.open .header-inner .nav-menu.L3 .menuL3 {
    height: 0;
    overflow-y: hidden;
  }
  .header.open .header-inner .nav-menu.L3 .menuL3.active {
    left: 0;
    height: -webkit-calc(93vh - 85rem);
    height: calc(93vh - 85rem);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header.open .header-inner .nav-menu.L3 .menuL3.active .primary li {
    left: 0;
    top: 0;
    opacity: 1;
  }
  .header.open .header-inner .nav-menu .panel {
    display: block;
  }
  .header.open .header-inner .nav-menu .panel .primary {
    height: auto;
    margin-bottom: 30rem;
  }
  .header.open .header-inner .nav-menu .panel .primary li {
    left: 0;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(5) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(6) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(12) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(13) {
    -webkit-transition-delay: 1.95s;
    transition-delay: 1.95s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(14) {
    -webkit-transition-delay: 2.05s;
    transition-delay: 2.05s;
  }
  .header.open .header-inner .nav-menu .panel .primary li:nth-child(15) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
  .header.open .header-inner .nav-menu .panel .secondary {
    top: 0;
  }
  .header.open .header-inner .nav-menu .panel .secondary li {
    top: 0;
    opacity: 1;
  }
  .header.open .header-inner .nav-menu .panel .secondary li:nth-child(1) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .header.open .header-inner .nav-menu .panel .secondary li:nth-child(2) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .header.open .header-inner .nav-menu .panel .secondary li:nth-child(3) {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
  }
  .header.open .header-inner .nav-menu .panel .secondary li:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .header.open .header-inner .nav-menu .panel .secondary li select {
    font-size: 20rem;
    background-color: transparent;
    border: none;
  }
}

.header #icon-menu-top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.header .searchbar {
  height: 100vh;
  overflow: hidden;
  margin-top: 30rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100vw;
  margin: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 1000;
}

.header .searchbar.searchbar--active {
  left: 0;
}

.header .searchbar.searchbar--active .searchbar__form {
  top: 0;
  opacity: 1;
}

@media (min-width: 769px) {
  .header .searchbar {
    height: 0;
    left: 0;
  }
  .header .searchbar.searchbar--active {
    height: 100vh;
  }
}

.header .searchbar__back,
.header .searchbar__close {
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.header .searchbar__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  max-width: 685rem;
  margin: 120rem 20rem 0;
  position: relative;
  z-index: 10;
  top: 200rem;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out 0.5s;
  transition: 0.5s ease-in-out 0.5s;
}

@media (min-width: 769px) {
  .header .searchbar__form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    opacity: 1;
  }
}

.header .searchbar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20rem 25rem;
}

.header .searchbar__nav .fis-icon-arrow,
.header .searchbar__nav .fis-icon-x {
  fill: #fff !important;
  font-size: 16rem;
}

.header .searchbar__input,
.header .searchbar__submit {
  margin-top: 0;
}

.header .searchbar__input {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 25rem;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  text-transform: none;
  text-align: left;
  border: 2rem solid #fff;
  padding: 0 50rem 0 20rem;
  border-radius: 8rem 0 0 8rem;
  height: 50rem;
}

.component--light-text .header .searchbar__input,
.header .searchbar__input--secondary {
  color: #fff;
}

.header .searchbar__input--tertiary {
  color: #012834;
}

.header .searchbar__input--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .header .searchbar__input {
    height: 70rem;
  }
}

.header .searchbar__input:required:valid {
  color: #4bcd3e;
}

.header .searchbar__submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65rem;
  flex: 0 0 65rem;
  border-radius: 0 8rem 8rem 0;
  min-width: auto;
  height: 50rem;
}

@media (min-width: 769px) {
  .header .searchbar__submit {
    height: 70rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95rem;
    flex: 0 0 95rem;
  }
}

.header .searchbar .shutter-blade-left {
  -webkit-transform: translate(-65%, 28%) rotate(-26deg);
  -ms-transform: translate(-65%, 28%) rotate(-26deg);
  transform: translate(-65%, 28%) rotate(-26deg);
}

.header .searchbar .shutter-blade-right {
  -webkit-transform: translate(75%, 25%) rotate(14deg);
  -ms-transform: translate(75%, 25%) rotate(14deg);
  transform: translate(75%, 25%) rotate(14deg);
}

@media (min-width: 769px) {
  .header .searchbar {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .header .searchbar .shutter-blade {
    display: block;
  }
  .header .searchbar .shutter-blade-left {
    -webkit-transform: translate(-65%, 5%) rotate(55deg);
    -ms-transform: translate(-65%, 5%) rotate(55deg);
    transform: translate(-65%, 5%) rotate(55deg);
  }
  .header .searchbar .shutter-blade-right {
    -webkit-transform: translate(70%, -3%) rotate(-60deg);
    -ms-transform: translate(70%, -3%) rotate(-60deg);
    transform: translate(70%, -3%) rotate(-60deg);
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 80rem;
}

.hero--image-bg {
  overflow: hidden;
}

.hero--image-bg .hero-inner {
  position: relative;
  min-height: 46.6666vw;
}

@media (min-width: 769px) {
  .hero--image-bg .hero-inner {
    position: static;
    min-height: 230rem;
  }
}

.hero-image-container {
  z-index: 0;
}

.hero-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 5;
}

@media (min-width: 769px) {
  .hero {
    padding-top: 0;
  }
  .hero .shutter-blade {
    height: 200%;
  }
  .hero .shutter-blade-left {
    z-index: 6;
    -webkit-transform: translate(-40%, 25%) rotate(30deg);
    -ms-transform: translate(-40%, 25%) rotate(30deg);
    transform: translate(-40%, 25%) rotate(30deg);
  }
  .hero .shutter-blade-right {
    -webkit-transform: translate(25%, 25%) rotate(-47deg);
    -ms-transform: translate(25%, 25%) rotate(-47deg);
    transform: translate(25%, 25%) rotate(-47deg);
  }
}

.hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 30rem 0;
}

@media (min-width: 769px) {
  .hero-inner {
    padding: 0;
    min-height: 13.888vw;
    padding: 130rem 0;
  }
  .hero--no-bottom-pad .hero-inner {
    padding-bottom: 0;
  }
}

.hero-copy {
  z-index: 10;
}

.hero-title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 25rem;
  color: #012834;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .hero-title {
    line-height: 1.1;
    font-size: 45rem;
  }
}

.component--light-text .hero-title,
.hero-title--secondary {
  color: #fff;
}

.hero-title--tertiary {
  color: #012834;
}

.hero-title--quaternary {
  color: #00a4b6;
}

.hero-title .trademark::before {
  position: relative;
  content: "TM";
  font-size: 12rem;
  bottom: 17rem;
}

.hero-desc {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
  max-width: 550rem;
  margin: 17rem auto 0 auto;
}

.component--light-text .hero-desc,
.hero-desc--secondary {
  color: #fff;
}

.hero-desc--tertiary {
  color: #9b9b9b;
}

.hero-desc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (min-width: 769px) {
  .hero-desc-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 25rem;
  }
}

@media (min-width: 769px) {
  .hero-desc-container .hero-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    text-align: left;
    margin-left: 40rem;
    margin-top: 0;
  }
}

.hero-inline-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 769px) {
  .hero-inline-image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.hero-inline-image img {
  width: 50%;
  margin: 40rem auto 0;
}

@media (min-width: 769px) {
  .hero-inline-image img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}

.hero-icon-link {
  margin: 30rem auto;
  display: inline-block;
  text-transform: none;
}

.hero.hero--default .hero-title {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.2;
  font-size: 25rem;
  color: #012834;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .hero.hero--default .hero-title {
    line-height: 1.1;
    font-size: 45rem;
  }
}

.component--light-text .hero.hero--default .hero-title,
.hero.hero--default .hero-title--secondary {
  color: #fff;
}

.hero.hero--default .hero-title--tertiary {
  color: #012834;
}

.hero.hero--default .hero-title--quaternary {
  color: #00a4b6;
}

.hero.hero--default .hero-title .trademark::before {
  position: relative;
  content: "TM";
  font-size: 12rem;
  bottom: 17rem;
}

.hero.hero--default .hero-title::after {
  margin: 16rem auto 0 auto;
}

@media (min-width: 769px) {
  .hero.hero--default .hero-title::after {
    content: "";
    display: block;
    width: 50rem;
    height: 4.5rem;
    margin-top: 30rem;
    border-radius: 15rem;
    background-color: #4bcd3e;
  }
}

.hero.hero--careers .hero-title {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 25rem;
  color: #012834;
}

@media (min-width: 769px) {
  .hero.hero--careers .hero-title {
    line-height: 1.1;
    font-size: 45rem;
  }
}

.component--light-text .hero.hero--careers .hero-title,
.hero.hero--careers .hero-title--secondary {
  color: #fff;
}

.hero.hero--careers .hero-title--tertiary {
  color: #012834;
}

.hero.hero--careers .hero-title--quaternary {
  color: #00a4b6;
}

.hero.hero--careers .hero-title .trademark::before {
  position: relative;
  content: "TM";
  font-size: 12rem;
  bottom: 17rem;
}

.hero.hero--careers .hero-title::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 30rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.hero.hero--careers .hero-title::after {
  margin: 16rem auto 0 auto;
}

.hero.hero-text--secondary .fis-h5,
.hero.hero-text--secondary .hero-desc,
.hero.hero-text--secondary .hero-title {
  color: #fff;
}

.hero.hero--extra-tall {
  min-height: 1.426vw;
  padding-top: 100rem;
  padding-bottom: 100rem;
  background-color: #012834;
}

@media (min-width: 769px) {
  .hero.hero--extra-tall .hero-image {
    opacity: 0.1;
  }
}

.hero.hero--extra-tall .hero-inner {
  position: static;
}

@media (min-width: 769px) {
  .hero.hero--extra-tall {
    min-height: 0.444vw;
  }
}

.hero.hero--extra-tall .hero-desc {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 16rem;
  color: #012834;
  letter-spacing: 0;
  margin-top: 30rem;
  margin-bottom: 30rem;
  color: #fff;
}

.component--light-text .hero.hero--extra-tall .hero-desc,
.hero.hero--extra-tall .hero-desc--secondary {
  color: #fff;
}

.hero.hero--extra-tall .hero-desc b,
.hero.hero--extra-tall .hero-desc strong {
  font-family: source_sans_proregular, sans-serif;
}

.hero.hero--content-template .hero-inner,
.hero.hero--product-bundle .hero-inner {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  padding: 0;
  min-height: 100rem;
}

.hero.hero--content-template .hero-date,
.hero.hero--product-bundle .hero-date {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
}

.component--light-text .hero.hero--content-template .hero-date,
.component--light-text .hero.hero--product-bundle .hero-date,
.hero.hero--content-template .hero-date--secondary,
.hero.hero--product-bundle .hero-date--secondary {
  color: #fff;
}

.hero.hero--content-template .hero-date--tertiary,
.hero.hero--product-bundle .hero-date--tertiary {
  color: #9b9b9b;
}

.hero.hero--content-template .hero-copy,
.hero.hero--product-bundle .hero-copy {
  position: relative;
  text-align: left;
  margin-top: 100rem;
  padding: 20rem 0 0 20rem;
  background-color: #fff;
  z-index: 10;
}

@media (min-width: 769px) {
  .hero.hero--content-template .hero-copy,
  .hero.hero--product-bundle .hero-copy {
    padding: 60rem 240rem 0 130rem;
    margin: 120rem auto 0;
  }
  .hero.hero--content-template .hero-copy.no-padding,
  .hero.hero--product-bundle .hero-copy.no-padding {
    padding: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .hero.hero--content-template .hero-copy,
  .hero.hero--product-bundle .hero-copy {
    padding: 60rem 85rem 0 130rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero.hero--content-template .hero-copy,
  .hero.hero--product-bundle .hero-copy {
    padding: 60rem 85rem 0 130rem;
  }
}

.hero.hero--content-template .hero-copy::after,
.hero.hero--product-bundle .hero-copy::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 100%;
  height: 100%;
  background-color: #fff;
}

.hero--marketplace {
  margin-bottom: 30rem;
}

@media (max-width: 768px) {
  .hero--marketplace {
    margin-bottom: 30rem;
  }
}

@media (min-width: 619px) and (max-width: 1023px) {
  .fis-quote-container .hero--marketplace .slick-dots,
  .hero--marketplace .content-width,
  .hero--marketplace .fis-quote-container .slick-dots,
  .hero--marketplace .hero-carousel .slick-dots,
  .hero-carousel .hero--marketplace .slick-dots {
    max-width: -webkit-calc(100% - 40rem);
    max-width: calc(100% - 40rem);
  }
}

@media (min-width: 620px) {
  .hero--marketplace {
    margin-bottom: 25rem;
  }
}

@media (min-width: 769px) {
  .hero--marketplace {
    margin-bottom: 30rem;
  }
}

.hero--marketplace .hero-inner {
  width: 100%;
  padding: 52rem 0 0 0;
  margin-bottom: 20rem;
  position: relative;
}

.hero--marketplace .hero-inner .content-wider {
  max-width: 1440rem;
  width: 100%;
  margin: 0 auto;
}

.hero--marketplace .hero-inner .hero-copy {
  display: none;
}

.hero--marketplace .hero-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.hero--marketplace .hero-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .hero--marketplace .hero-column {
    width: -webkit-calc(100% - ((100% - (220rem + 60rem)) / 3));
    width: calc(100% - ((100% - (220rem + 60rem)) / 3));
  }
}

@media (min-width: 619px) and (max-width: 1023px) {
  .hero--marketplace .hero-column {
    width: -webkit-calc(100% - ((100% - (160rem + 60rem)) / 3));
    width: calc(100% - ((100% - (160rem + 60rem)) / 3));
  }
}

.hero--marketplace .hero-column--sm {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hero--marketplace .hero-column--sm .card--product {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

@media (min-width: 769px) {
  .hero--marketplace .hero-column--sm {
    width: -webkit-calc((100% - (220rem + 60rem)) / 3);
    width: calc((100% - (220rem + 60rem)) / 3);
  }
}

@media (min-width: 619px) and (max-width: 1023px) {
  .hero--marketplace .hero-column--sm {
    width: -webkit-calc((100% - (160rem + 60rem)) / 3);
    width: calc((100% - (160rem + 60rem)) / 3);
  }
}

@media (max-width: 768px) {
  .hero--marketplace .hero-column--sm {
    display: none;
  }
}

.hero--marketplace .marketplace-featured-copy {
  text-align: left;
}

@media (min-width: 769px) {
  .hero--marketplace .marketplace-featured-copy {
    display: block;
  }
}

.hero--marketplace .hero-image-container {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

@media (max-width: 768px) {
  .hero--marketplace .hero-image-container {
    height: 113%;
  }
}

.hero--marketplace .hero-image-container .hero-image {
  background-color: #fff !important;
}

.hero--marketplace .hero-image-container .shutter-blade-left {
  -webkit-transform: scale(3, 3) translate(42%, 45%) rotate(58deg);
  -ms-transform: scale(3, 3) translate(42%, 45%) rotate(58deg);
  transform: scale(3, 3) translate(42%, 45%) rotate(58deg);
  box-shadow: rgba(0, 0, 0, 0.2) -1rem -1rem 1rem;
  background-color: #fff;
  z-index: 8;
  opacity: 0.4;
}

.hero--marketplace .hero-image-container .shutter-blade-right {
  -webkit-transform: translate(38.5%, -4%) rotate(-68deg);
  -ms-transform: translate(38.5%, -4%) rotate(-68deg);
  transform: translate(38.5%, -4%) rotate(-68deg);
  opacity: 1;
}

@media (max-width: 768px) {
  .hero--marketplace .hero-image-container .shutter-blade-left,
  .hero--marketplace .hero-image-container .shutter-blade-right {
    opacity: 0.2;
  }
}

.hero--product-bundle .hero-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 60rem 130rem 0 130rem;
}

@media (max-width: 768px) {
  .hero--product-bundle .hero-title {
    font-size: 25rem;
  }
}

.hero--product-bundle .hero-copy-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 30rem 30rem;
  min-width: 40%;
}

@media (min-width: 769px) {
  .hero--product-bundle .hero-copy-stack {
    margin: 0 30rem 0;
  }
}

@media (max-width: 768px) {
  .hero--product-bundle .fis-breadcrumb {
    margin-bottom: 20rem;
  }
}

.hero--product-bundle .fis-breadcrumb--d {
  display: none;
}

@media (min-width: 769px) {
  .hero--product-bundle .fis-breadcrumb--d {
    display: block;
    margin-bottom: 10rem;
  }
}

.hero--product-bundle .fis-breadcrumb--m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (min-width: 769px) {
  .hero--product-bundle .fis-breadcrumb--m {
    display: none;
  }
}

.hero--product-bundle .fis-breadcrumb-link {
  display: inline-block;
  margin-right: 10rem;
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  color: #012834;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  text-transform: none;
}

@media (min-width: 769px) {
  .hero--product-bundle .fis-breadcrumb-link:hover {
    color: #00a4b6;
    text-decoration: none;
  }
}

.component--light-text .hero--product-bundle .fis-breadcrumb-link,
.hero--product-bundle .fis-breadcrumb-link--secondary {
  color: #fff;
}

.hero--product-bundle .fis-breadcrumb-link--tertiary {
  color: #000;
}

.hero--product-bundle .fis-breadcrumb-link--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .hero--product-bundle .fis-breadcrumb-link--quaternary:hover {
    color: #012834;
  }
}

.hero--product-bundle .fis-breadcrumb-link + .fis-breadcrumb-link {
  position: relative;
  padding-left: 40rem;
}

.hero--product-bundle .fis-breadcrumb-link + .fis-breadcrumb-link::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  width: 30rem;
  height: 20rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMjUgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZSBDb3B5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9Ikxpbmstd2l0aC1hcnJvdyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4LjAwMDAwMCwgLTUuMDAwMDAwKSI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiIGZpbGw9IiM4M0JBMjIiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik02MS4wNzY1MDQ1LDIyLjc5NTEwMzYgTDY1LjY1OTA2MjYsMTkuMDQ4NzEyOSBDNjYuMDY1ODAwMiwxOC42ODM0NzEgNjYuMTAyMjgwNCwxOC4xMTQ3MDY1IDY1LjgwMjMzNDQsMTcuNzMxNTc1NiBDNjUuNTAyMzkxNSwxNy4zNDg0MTM1IDY0Ljg4ODMzMDMsMTcuMjc4NzMwNiA2NC41MTM0MjYxLDE3LjU4NTI3OSBMNjEuNDIwMjA3NiwyMC4xMTIxMjU5IEw2MS40MjAyMDc2LC0xLjA2MzQwMjMyIEM2MS40MjAyMDc2LC0xLjU4MDY1NCA2MS4wMDk4NDM3LC0yIDYwLjUwMzY4NjIsLTIgQzU5Ljk5NzQ5ODIsLTIgNTkuNTg3MTc3LC0xLjU4MDY1NCA1OS41ODcxNzcsLTEuMDYzNDAyMzIgTDU5LjU4NzE3NywyMC4xMTIxMjU5IEw1Ni40OTM5NTg1LDE3LjU4NTI3OSBDNTYuMTE5MDc1NywxNy4yNzg3MzA2IDU1LjUxODg4NDQsMTcuMzYwMTgzNCA1NS4yMDUwNzE3LDE3LjczMTU3NTYgQzU0Ljg2NDA5OTcsMTguMTM1MDkzMSA1NC45NzMzNzgxLDE4Ljc0MjIyNjkgNTUuMzQ4MzIyMSwxOS4wNDg3MTI5IEw1OS45MzA4NjgsMjIuNzk1MTAzNiBDNjAuMTIwNzY4NywyMi45NTM2Njk2IDYwLjI2MDIwMDMsMjIuOTk3MjIxNCA2MC41MDM2ODYyLDIzIEM2MC43MDYzODc1LDIyLjk4MjUxNjggNjAuOTQ2MTQ2MywyMi45MDQ4MTA1IDYxLjA3NjUwNDUsMjIuNzk1MTAzNiBaIiBpZD0iU2hhcGUtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNTAwMDAwLCAxMC41MDAwMDApIHNjYWxlKC0xLCAxKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTYwLjUwMDAwMCwgLTEwLjUwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

.fis-style .hero--product-bundle .btn-xrayhtml-flipsource,
.hero--product-bundle .fis-cta-btn,
.hero--product-bundle .fis-style .btn-xrayhtml-flipsource {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  -ms-flex-preferred-size: 230rem;
  flex-basis: 230rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 768px) {
  .fis-style .hero--product-bundle .btn-xrayhtml-flipsource,
  .hero--product-bundle .fis-cta-btn,
  .hero--product-bundle .fis-style .btn-xrayhtml-flipsource {
    margin-right: 20rem;
  }
}

.hero--product-bundle .hero-title {
  margin-bottom: 0 !important;
}

.hero--product-bundle .fis-h5 {
  margin-bottom: 0;
}

.hero--product-bundle .hero-subtitle {
  margin-top: 10rem;
  margin-bottom: 0;
}

.hero--product-bundle .hero-image-container .shutter-blade-right {
  background-color: #4bcd3e;
}

.hero--product-bundle .hero-image-container .shutter-blade-left {
  background-color: #012834;
}

.hero--product-bundle .hero-icon-container {
  display: inline-block;
  position: relative;
  width: 90rem;
  height: 90rem;
  z-index: 3;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero--product-bundle .hero-icon-container {
    margin-bottom: 30rem;
  }
}

.hero--product-bundle .hero-icon-container .hero-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 30%;
}

.hero--product-bundle .hero-icon-container .hero-icon img {
  width: 100%;
  height: 100%;
}

.hero--product-bundle .hero-icon-container .shutter-blade-right {
  height: inherit;
  -webkit-transform: scale(2) translate(-65%, 25%) rotate(45deg);
  -ms-transform: scale(2) translate(-65%, 25%) rotate(45deg);
  transform: scale(2) translate(-65%, 25%) rotate(45deg);
}

.hero--product-bundle .hero-icon-container .shutter-blade-left {
  height: inherit;
  -webkit-transform: scale(2) translate(-25%, -45%) rotate(45deg);
  -ms-transform: scale(2) translate(-25%, -45%) rotate(45deg);
  transform: scale(2) translate(-25%, -45%) rotate(45deg);
}

.hero-carousel {
  position: relative;
}

@media (min-width: 620px) {
  .hero-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 44.44vw;
    min-width: 100vw;
    margin: 0 auto 0;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (min-width: 620px) {
  .hero-carousel.slick-initialized {
    padding-bottom: 0;
  }
}

.hero-carousel .hero-copy,
.hero-carousel .hero-image,
.hero-carousel .shutter-blade-left-opac,
.hero-carousel .shutter-blade-right {
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

@media (min-width: 769px) {
  .hero-carousel .hero-copy,
  .hero-carousel .hero-image,
  .hero-carousel .shutter-blade-left-opac,
  .hero-carousel .shutter-blade-right {
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
  }
}

.hero-carousel .slick-dots {
  bottom: auto;
  top: 90vw;
  text-align: left;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

@media (min-width: 619px) and (max-width: 1023px) {
  .hero-carousel .slick-dots {
    max-width: -webkit-calc(100% - 120rem);
    max-width: calc(100% - 120rem);
  }
}

@media (min-width: 620px) {
  .hero-carousel .slick-dots {
    opacity: 0;
    top: auto;
    bottom: 20rem;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
  }
}

@media (min-width: 769px) {
  .hero-carousel .slick-dots {
    bottom: 80rem;
  }
}

.hero-carousel .shutter-blade-left-opac {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzc1cHgiIGhlaWdodD0iNDE5cHgiIHZpZXdCb3g9IjAgMCAzNzUgNDE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OS4yICg1MTE2MCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+R3JvdXAgMTA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cG9seWdvbiBpZD0icGF0aC0xIiBwb2ludHM9IjIuNTI3NTk3MTMgNDg5LjkwODgxOCAxOTMgMC4zNTk2OTQwMjkgNTcwLjY3ODk5NSA2NjUuNDU0MjI4IDQuNTQ3NDczNTFlLTEzIDY3MC42OTM5MDUiPjwvcG9seWdvbj4KICAgICAgICA8ZmlsdGVyIHg9Ii0xLjElIiB5PSItMi4yJSIgd2lkdGg9IjEwNC4yJSIgaGVpZ2h0PSIxMDMuNiUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImZpbHRlci0yIj4KICAgICAgICAgICAgPGZlT2Zmc2V0IGR4PSI2IiBkeT0iLTMiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiPjwvZmVPZmZzZXQ+CiAgICAgICAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSI+PC9mZUdhdXNzaWFuQmx1cj4KICAgICAgICAgICAgPGZlQ29tcG9zaXRlIGluPSJzaGFkb3dCbHVyT3V0ZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0ib3V0IiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiPjwvZmVDb21wb3NpdGU+CiAgICAgICAgICAgIDxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwICAgMCAwIDAgMCAwICAgMCAwIDAgMCAwICAwIDAgMCAwLjExMzM2NjE2OCAwIiB0eXBlPSJtYXRyaXgiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlQ29sb3JNYXRyaXg+CiAgICAgICAgPC9maWx0ZXI+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIwLjQ1OTk5OTk3OSI+CiAgICAgICAgPGcgaWQ9Ik1vYmlsZS0tLUhvbWVwYWdlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgLTYxLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iSG9tZXBhZ2UtLS1IZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNjkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTUiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHZXR0eUltYWdlcy04NjE1NjA4NDgtKy1Hcm91cC0xMC1NYXNrIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU3LjAwMDAwMCwgLTE5NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJUcmlhbmdsZTFAMngtQ29weS0yIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgZmlsbC1vcGFjaXR5PSIwLjUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

.hero-carousel .shutter-blade-left-opac.shutter-blade--open {
  -webkit-transform: translateX(0) translateY(0) rotate(4deg);
  -ms-transform: translateX(0) translateY(0) rotate(4deg);
  transform: translateX(0) translateY(0) rotate(4deg);
}

@media (min-width: 620px) {
  .hero-carousel .shutter-blade-left-opac {
    -webkit-transform: translateX(-850rem) translateY(-40%);
    -ms-transform: translateX(-850rem) translateY(-40%);
    transform: translateX(-850rem) translateY(-40%);
    top: 50%;
    left: 60%;
    width: 80%;
    min-width: 1000rem;
    max-width: 1400rem;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOTQzcHgiIGhlaWdodD0iNjM5cHgiIHZpZXdCb3g9IjAgMCA5NDMgNjM5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OS4yICg1MTE2MCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+VHJpYW5nbGUxQDJ4IENvcHkgMjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iNDAuOTUxMzMwMyA0NjMuNzM3MzU1IDQwLjk1MTMzMDMgLTEwMi4zMTQxOTggMTE4MC4wMDIzIDgxOC41NDQ2MDkgMzYgODE3Ljk0NDg4NSI+PC9wb2x5Z29uPgogICAgICAgIDxmaWx0ZXIgeD0iLTAuNSUiIHk9Ii0xLjYlIiB3aWR0aD0iMTAyLjElIiBoZWlnaHQ9IjEwMi42JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iZmlsdGVyLTIiPgogICAgICAgICAgICA8ZmVPZmZzZXQgZHg9IjYiIGR5PSItMyIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSI+PC9mZU9mZnNldD4KICAgICAgICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMyIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlR2F1c3NpYW5CbHVyPgogICAgICAgICAgICA8ZmVDb21wb3NpdGUgaW49InNoYWRvd0JsdXJPdXRlcjEiIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJvdXQiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSI+PC9mZUNvbXBvc2l0ZT4KICAgICAgICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgICAwIDAgMCAwIDAgICAwIDAgMCAwIDAgIDAgMCAwIDAuMTEzMzY2MTY4IDAiIHR5cGU9Im1hdHJpeCIgaW49InNoYWRvd0JsdXJPdXRlcjEiPjwvZmVDb2xvck1hdHJpeD4KICAgICAgICA8L2ZpbHRlcj4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJEZXNrdG9wLUNvbXBvbmVudHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNDM5OTk5OTk4Ij4KICAgICAgICA8ZyBpZD0iSG9tZXBhZ2UtVXBkYXRlczEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOC4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJIb21lcGFnZS1IZXJvLUNhcm91c2VsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgLTIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR2V0dHlJbWFnZXMtODYxNTYwODQ4LSstVHJpYW5nbGUxQDJ4LUNvcHktMi0rLVRyaWFuZ2xlMUAyeC1Db3B5LTMtTWFzayI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlRyaWFuZ2xlMUAyeC1Db3B5LTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGwtb3BhY2l0eT0iMC41IiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  }
  .hero-carousel .shutter-blade-left-opac.shutter-blade--open {
    -webkit-transform: translateX(-850rem) translateY(-40%) rotate(4deg);
    -ms-transform: translateX(-850rem) translateY(-40%) rotate(4deg);
    transform: translateX(-850rem) translateY(-40%) rotate(4deg);
  }
}

@media (min-width: 619px) and (max-width: 1023px) {
  .hero-carousel .shutter-blade-left-opac {
    -webkit-transform: translateX(-60%) translateY(-40%);
    -ms-transform: translateX(-60%) translateY(-40%);
    transform: translateX(-60%) translateY(-40%);
    left: 60%;
  }
  .hero-carousel .shutter-blade-left-opac.shutter-blade--open {
    -webkit-transform: translateX(-60%) translateY(-40%) rotate(4deg);
    -ms-transform: translateX(-60%) translateY(-40%) rotate(4deg);
    transform: translateX(-60%) translateY(-40%) rotate(4deg);
  }
}

.hero-carousel .shutter-blade-left-solid {
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  top: 50%;
  left: -15%;
  -webkit-transform: translateX(0) translateY(-40%);
  -ms-transform: translateX(0) translateY(-40%);
  transform: translateX(0) translateY(-40%);
  width: 100%;
  height: 110%;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzNTNweCIgaGVpZ2h0PSI0NDVweCIgdmlld0JveD0iMCAwIDM1MyA0NDUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1MyA0NDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHRpdGxlPk1hc2s8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KPGcgaWQ9IlBhZ2UtMSI+Cgk8ZyBpZD0iTW9iaWxlLS0tSG9tZXBhZ2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMi4wMDAwMDAsIC03MC4wMDAwMDApIj4KCQk8ZyBpZD0iSG9tZXBhZ2UtLS1IZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNjkuMDAwMDAwKSI+CgkJCTxnIGlkPSJHcm91cC0xNSI+CgkJCQk8ZyBpZD0iR2V0dHlJbWFnZXMtODYxNTYwODQ4LV94MkJfLUdyb3VwLTEwLU1hc2siPgoJCQkJCTxnIGlkPSJHZXR0eUltYWdlcy04NjE1NjA4NDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03Mi4wMDAwMDAsIC03OS4wMDAwMDApIj4KCQkJCQkJPHBvbHlnb24gaWQ9Ik1hc2siIGNsYXNzPSJzdDAiIHBvaW50cz0iMjIwLjEsNTI1IDk0LDUyNSA5NCw4MCA0MDgsODAgCQkJCQkJIi8+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}

.hero-carousel .shutter-blade-left-solid.shutter-blade--open {
  -webkit-transform: translateX(0) translateY(-40%) rotate(1deg);
  -ms-transform: translateX(0) translateY(-40%) rotate(1deg);
  transform: translateX(0) translateY(-40%) rotate(1deg);
}

@media (min-width: 620px) {
  .hero-carousel .shutter-blade-left-solid {
    opacity: 1;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    top: 50%;
    left: 55%;
    -webkit-transform: translateX(-842rem) translateY(-40%);
    -ms-transform: translateX(-842rem) translateY(-40%);
    transform: translateX(-842rem) translateY(-40%);
    width: 50%;
    height: 120%;
    min-width: 800rem;
    max-width: 1200rem;
    background: 0 0;
    background-size: cover;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iODQzcHgiIGhlaWdodD0iODg5cHgiIHZpZXdCb3g9IjAgMCA4NDMgODg5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OS4yICg1MTE2MCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+c29saWQgd2hhdCBhbmxnZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iNTczLjUxODI0MSAwIDE0MjkuMzQ0ODYgMCAxNDI5LjM0NDg2IDk0OS44MDIyMjggMC44MDkxMDExOTcgOTQ5LjgwMjIyOCI+PC9wb2x5Z29uPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IkRlc2t0b3AtQ29tcG9uZW50cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkhvbWVwYWdlLVVwZGF0ZXMxIj4KICAgICAgICAgICAgPGcgaWQ9IkhvbWVwYWdlLUhlcm8tQ2Fyb3VzZWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NTAuMDAwMDAwLCAtNjEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgIDx1c2UgaWQ9InNvbGlkLXdoYXQtYW5sZ2UiIGZpbGw9IiNGRkZGRkYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcxNS4wNzY5ODMsIDQ3NC45MDExMTQpIHNjYWxlKC0xLCAtMSkgdHJhbnNsYXRlKC03MTUuMDc2OTgzLCAtNDc0LjkwMTExNCkgIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  }
  .hero-carousel .shutter-blade-left-solid.shutter-blade--open {
    -webkit-transform: translateX(-842rem) translateY(-40%) rotate(1deg);
    -ms-transform: translateX(-842rem) translateY(-40%) rotate(1deg);
    transform: translateX(-842rem) translateY(-40%) rotate(1deg);
  }
  .hero-carousel .shutter-blade-left-solid::before {
    content: " ";
    display: block;
    position: absolute;
    content: " ";
    left: auto;
    right: 75%;
    width: 50vw;
    height: 100%;
    background-color: #fff;
  }
}

@media (min-width: 620px) and (max-width: 768px) {
  .hero-carousel .shutter-blade-left-solid {
    -webkit-transform: translateX(0) translateY(-25%);
    -ms-transform: translateX(0) translateY(-25%);
    transform: translateX(0) translateY(-25%);
    left: -25%;
  }
  .hero-carousel .shutter-blade-left-solid.shutter-blade--open {
    -webkit-transform: translateX(0) translateY(-25%) rotate(4deg);
    -ms-transform: translateX(0) translateY(-25%) rotate(4deg);
    transform: translateX(0) translateY(-25%) rotate(4deg);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-carousel .shutter-blade-left-solid {
    -webkit-transform: translateX(0) translateY(-10%);
    -ms-transform: translateX(0) translateY(-10%);
    transform: translateX(0) translateY(-10%);
    left: -10%;
  }
  .hero-carousel .shutter-blade-left-solid.shutter-blade--open {
    -webkit-transform: translateX(0) translateY(-10%) rotate(4deg);
    -ms-transform: translateX(0) translateY(-10%) rotate(4deg);
    transform: translateX(0) translateY(-10%) rotate(4deg);
  }
  .hero-carousel .shutter-blade-left-solid::before {
    right: 95%;
  }
}

.hero-carousel .shutter-blade-right {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  right: -5%;
  left: auto;
  top: auto;
  bottom: -5%;
  width: 50%;
  height: 105%;
  background: 0 0;
  background-size: cover;
  background-position: 0 100%;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTM1cHgiIGhlaWdodD0iMzkxcHgiIHZpZXdCb3g9IjAgMCA1MzUgMzkxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OS4yICg1MTE2MCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+VHJpYW5nbGUxQDJ4IENvcHkgMzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iMTg4Ni45ODIxNyA5MDIuODgzNzM4IDc4OC4xNDQ0NTMgNzA5LjEyOSA5MjkuNjMxNTIxIC05My4yODQwNDA3Ij48L3BvbHlnb24+CiAgICAgICAgPGZpbHRlciB4PSItMC41JSIgeT0iLTEuNSUiIHdpZHRoPSIxMDIuMiUiIGhlaWdodD0iMTAyLjQlIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJmaWx0ZXItMiI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iNiIgZHk9Ii0zIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIj48L2ZlT2Zmc2V0PgogICAgICAgICAgICA8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiPjwvZmVHYXVzc2lhbkJsdXI+CiAgICAgICAgICAgIDxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwICAgMCAwIDAgMCAwICAgMCAwIDAgMCAwICAwIDAgMCAwLjExMzM2NjE2OCAwIiB0eXBlPSJtYXRyaXgiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlQ29sb3JNYXRyaXg+CiAgICAgICAgPC9maWx0ZXI+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iRGVza3RvcC1Db21wb25lbnRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIwLjY2MjIwNTYxNiI+CiAgICAgICAgPGcgaWQ9IkhvbWVwYWdlLVVwZGF0ZXMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTA1LjAwMDAwMCwgLTI0OC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9IkhvbWVwYWdlLUhlcm8tQ2Fyb3VzZWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHZXR0eUltYWdlcy04NjE1NjA4NDgtKy1UcmlhbmdsZTFAMngtQ29weS0yLSstVHJpYW5nbGUxQDJ4LUNvcHktMy1NYXNrIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iVHJpYW5nbGUxQDJ4LUNvcHktMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMzNy41NjMzMTIsIDQwNC43OTk4NDgpIHNjYWxlKDEsIC0xKSByb3RhdGUoLTE5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTMzNy41NjMzMTIsIC00MDQuNzk5ODQ4KSAiPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

.hero-carousel .shutter-blade-right.shutter-blade--open {
  -webkit-transform: translateX(0) translateY(0) rotate(-4deg);
  -ms-transform: translateX(0) translateY(0) rotate(-4deg);
  transform: translateX(0) translateY(0) rotate(-4deg);
}

.hero-carousel .hero-copy {
  text-align: left;
  max-width: 300rem;
  opacity: 0;
  margin-top: 200rem;
  margin-bottom: -200rem;
}

@media (min-width: 620px) {
  .hero-carousel .hero-copy {
    padding: 80rem 0;
  }
}

.hero-carousel .hero-title {
  max-width: 250rem;
}

.hero-carousel .hero-title::after {
  margin: 16rem 0 0 2rem;
}

.hero-carousel .hero-title::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 30rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.hero-carousel .hero-desc {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 18rem;
  color: #012834;
  margin-bottom: 30rem;
}

.component--light-text .hero-carousel .hero-desc,
.hero-carousel .hero-desc--secondary {
  color: #fff;
}

.hero-carousel .hero-desc--tertiary {
  color: #012834;
}

.hero-carousel .hero-desc--quaternary {
  color: #00a4b6;
}

.hero-carousel .hero-inner {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.hero-carousel .hero-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 106.666vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 619px) and (max-width: 1023px) {
  .hero-carousel .hero-content {
    max-width: -webkit-calc(100% - 120rem);
    max-width: calc(100% - 120rem);
  }
}

@media (min-width: 620px) {
  .hero-carousel .hero-content {
    min-height: 44.44vw;
  }
}

.hero-carousel .hero-content-mobile {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: left;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 619px) {
  .hero-carousel .hero-content-mobile .hero-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 100rem;
  }
}

.hero-carousel .hero-content-mobile .hero-desc {
  margin-left: 0;
  max-width: 280rem;
}

@media (min-width: 620px) {
  .hero-carousel .hero-content-mobile {
    display: none;
  }
}

.hero-carousel .hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 106.666vw;
  overflow: hidden;
}

@media (min-width: 620px) {
  .hero-carousel .hero-image-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 44.44vw;
  }
}

.hero-carousel .hero-image {
  z-index: -1;
  background-size: cover;
}

@media (min-width: 769px) {
  .hero-carousel .hero-image {
    left: auto;
    width: 85vw;
    max-width: 1700rem;
    background-size: 100% auto;
  }
}

.hero-carousel.hero-carousel--animate-in .hero-image,
.hero-carousel.hero-carousel--animate-in .shutter-blade-left-opac,
.hero-carousel.hero-carousel--animate-in .shutter-blade-left-solid,
.hero-carousel.hero-carousel--animate-in .shutter-blade-right {
  opacity: 1;
}

@media (max-width: 619px) {
  .hero-carousel.hero-carousel--animate-in .slick-dots {
    opacity: 1;
  }
}

@media (min-width: 620px) {
  .hero-carousel.hero-carousel--animate-in .slick-dots {
    opacity: 1;
  }
}

.hero-carousel.hero-carousel--animate-in .shutter-blade-left-opac {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.hero-carousel.hero-carousel--animate-in
.shutter-blade-left-opac.shutter-blade--open {
  -webkit-transform: translateX(0) translateY(0) rotate(7deg);
  -ms-transform: translateX(0) translateY(0) rotate(7deg);
  transform: translateX(0) translateY(0) rotate(7deg);
}

@media (min-width: 620px) {
  .hero-carousel.hero-carousel--animate-in .shutter-blade-left-opac {
    -webkit-transform: translateX(-850rem) translateY(-50%);
    -ms-transform: translateX(-850rem) translateY(-50%);
    transform: translateX(-850rem) translateY(-50%);
  }
  .hero-carousel.hero-carousel--animate-in
.shutter-blade-left-opac.shutter-blade--open {
    -webkit-transform: translateX(-850rem) translateY(-50%) rotate(7deg);
    -ms-transform: translateX(-850rem) translateY(-50%) rotate(7deg);
    transform: translateX(-850rem) translateY(-50%) rotate(7deg);
  }
}

@media (min-width: 620px) and (max-width: 1023px) {
  .hero-carousel.hero-carousel--animate-in .shutter-blade-left-opac {
    -webkit-transform: translateX(-60%) translateY(-50%);
    -ms-transform: translateX(-60%) translateY(-50%);
    transform: translateX(-60%) translateY(-50%);
  }
  .hero-carousel.hero-carousel--animate-in
.shutter-blade-left-opac.shutter-blade--open {
    -webkit-transform: translateX(-60%) translateY(-50%) rotate(7deg);
    -ms-transform: translateX(-60%) translateY(-50%) rotate(7deg);
    transform: translateX(-60%) translateY(-50%) rotate(7deg);
  }
}

.hero-carousel.hero-carousel--animate-in .shutter-blade-left-solid {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.hero-carousel.hero-carousel--animate-in
.shutter-blade-left-solid.shutter-blade--open {
  -webkit-transform: translateX(0) translateY(-50%) rotate(5deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(5deg);
  transform: translateX(0) translateY(-50%) rotate(5deg);
}

@media (min-width: 620px) {
  .hero-carousel.hero-carousel--animate-in .shutter-blade-left-solid {
    -webkit-transform: translateX(-842rem) translateY(-50%);
    -ms-transform: translateX(-842rem) translateY(-50%);
    transform: translateX(-842rem) translateY(-50%);
  }
  .hero-carousel.hero-carousel--animate-in
.shutter-blade-left-solid.shutter-blade--open {
    -webkit-transform: translateX(-842rem) translateY(-50%) rotate(5deg);
    -ms-transform: translateX(-842rem) translateY(-50%) rotate(5deg);
    transform: translateX(-842rem) translateY(-50%) rotate(5deg);
  }
}

@media (min-width: 620px) and (max-width: 1023px) {
  .hero-carousel.hero-carousel--animate-in .shutter-blade-left-solid {
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  .hero-carousel.hero-carousel--animate-in
.shutter-blade-left-solid.shutter-blade--open {
    -webkit-transform: translateX(0) translateY(-50%) rotate(7deg);
    -ms-transform: translateX(0) translateY(-50%) rotate(7deg);
    transform: translateX(0) translateY(-50%) rotate(7deg);
  }
}

.hero-carousel.hero-carousel--animate-in .shutter-blade-right {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.hero-carousel.hero-carousel--animate-in
.shutter-blade-right.shutter-blade--open {
  -webkit-transform: translateX(0) translateY(0) rotate(-7deg);
  -ms-transform: translateX(0) translateY(0) rotate(-7deg);
  transform: translateX(0) translateY(0) rotate(-7deg);
}

@media (min-width: 620px) {
  .hero-carousel.hero-carousel--animate-in.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

@media (max-width: 619px) {
  .hero-carousel.hero-carousel--animate-in .slick-dots.dots-animate {
    -webkit-animation-name: dotsAnimation;
    animation-name: dotsAnimation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

@media (max-width: 619px) {
  .hero-carousel.hero-carousel--animate-in .slick-dots.dots-animate2 {
    -webkit-animation-name: dotsAnimation2;
    animation-name: dotsAnimation2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.hero-carousel.hero-carousel--animate-in .slick-slide .hero-copy {
  opacity: 0;
  margin-top: 200rem;
  margin-bottom: -200rem;
}

@media (max-width: 619px) {
  .hero-carousel.hero-carousel--animate-in
.slick-slide
.hero-content-mobile
.hero-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 100rem;
  }
}

.hero-carousel.hero-carousel--animate-in .slick-slide .hero-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hero-carousel.hero-carousel--animate-in .slick-active .hero-copy,
.hero-carousel.hero-carousel--animate-in .slick-active .hero-image,
.hero-carousel.hero-carousel--animate-in .slick-active .shutter-blade-left-opac,
.hero-carousel.hero-carousel--animate-in
.slick-active
.shutter-blade-left-solid,
.hero-carousel.hero-carousel--animate-in .slick-active .shutter-blade-right {
  opacity: 1;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.hero-carousel.hero-carousel--animate-in .slick-active .hero-copy {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

@media (max-width: 619px) {
  .hero-carousel.hero-carousel--animate-in
.slick-active
.hero-content-mobile
.hero-copy {
    margin-left: 0;
  }
}

@-webkit-keyframes dotsAnimation {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dotsAnimation {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes dotsAnimation2 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dotsAnimation2 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tag-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 30rem auto;
}

@media (min-width: 769px) {
  .tag-nav {
    display: block;
    margin: 30rem -10rem 60rem;
  }
}

.tag-nav--mobile {
  position: relative;
}

.tag-nav--mobile::after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8rem solid transparent;
  border-right: 8rem solid transparent;
  border-top: 10rem solid #012834;
  margin-top: -4rem;
  right: 20rem;
  top: 25rem;
}

.tag-nav--mobile select.tag-button {
  background: 0 0;
  padding: 0 20rem;
  height: 50rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 769px) {
  .tag-nav--mobile {
    display: none;
  }
}

.tag-nav--desktop {
  display: none;
}

@media (min-width: 769px) {
  .tag-nav--desktop {
    display: block;
  }
}

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

.tag-button {
  display: inline-block;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.tag-button-inner {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  text-transform: uppercase;
  text-align: center;
  color: #012834;
  display: inline-block;
  margin: 0;
  padding: 20rem;
  border-radius: 2rem;
  border: solid 1rem rgba(0, 86, 91, 0.3);
  color: #012834;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  background-color: #fff;
}

.tag-button-inner--secondary {
  color: #fff;
}

.tag-button-inner--tertiary {
  color: #012834;
}

.tag-button-inner--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tag-button-inner {
    border-width: 1.5rem;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .tag-button-inner {
    border-width: 1.75rem;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .tag-button-inner {
    border-width: 1.5rem;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {
  .tag-button-inner {
    border-width: 1rem;
  }
}

.tag-button--height-toggle {
  justify-self: flex-end;
}

.tag-button--height-toggle .tag-button-inner,
.tag-button--inverse .tag-button-inner {
  background: #012834;
  color: #fff;
}

@media (min-width: 769px) {
  .tag-button .tag-button-inner {
    padding: 8rem 10rem;
    margin: 10rem;
  }
  .tag-button:hover {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  .tag-button:hover .tag-button-inner {
    background: #012834;
    color: #fff;
  }
}

.tag-nav--related .tag-button .tag-button-inner {
  border-color: rgba(78, 78, 78, 0.3);
  color: #012834;
}

@media (min-width: 769px) {
  .tag-nav--related .tag-button:hover .tag-button-inner {
    color: #fff;
    background: #012834;
  }
}

.content-body .tag-nav-container {
  margin-top: -30rem;
}

.content-body .tag-nav-container .content-width,
.content-body .tag-nav-container .fis-quote-container .slick-dots,
.content-body .tag-nav-container .hero-carousel .slick-dots,
.fis-quote-container .content-body .tag-nav-container .slick-dots,
.hero-carousel .content-body .tag-nav-container .slick-dots {
  padding-top: 0;
}

.content-body .tag-nav-container .content-width .tag-nav,
.content-body .tag-nav-container .fis-quote-container .slick-dots .tag-nav,
.content-body .tag-nav-container .hero-carousel .slick-dots .tag-nav,
.fis-quote-container .content-body .tag-nav-container .slick-dots .tag-nav,
.hero-carousel .content-body .tag-nav-container .slick-dots .tag-nav {
  margin: 0 -10rem 30rem;
}

.tab {
  display: inline-block;
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  color: #012834;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .tab:hover {
    color: #00a4b6;
    text-decoration: none;
  }
}

.component--light-text .tab,
.tab--secondary {
  color: #fff;
}

.tab--tertiary {
  color: #000;
}

.tab--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .tab--quaternary:hover {
    color: #012834;
  }
}

.tab-nav {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 40rem;
  background-color: #fff;
  -ms-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
}

@media (min-width: 769px) {
  .tab-nav {
    margin-bottom: 60rem;
    text-align: center;
  }
}

.tab a {
  display: inline-block;
  position: relative;
  padding: 25rem 15rem 30rem;
}

@media (min-width: 769px) {
  .tab a {
    padding: 30rem 40rem;
  }
}

.tab--active a::after {
  content: " ";
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 7rem);
  left: calc(50% - 7rem);
  bottom: 18rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #4bcd3e;
}

@media (min-width: 769px) {
  .tab--active a::after {
    bottom: 20rem;
    width: 6rem;
    height: 6rem;
  }
}

.tab-content {
  display: none;
  opacity: 0;
}

.tab-content--active {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.page-animation {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 415rem;
  overflow: hidden;
  z-index: -1;
}

@media (max-width: 768px) {
  .page-animation {
    height: 350rem;
  }
}

.page-animation .shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 134%;
  -webkit-animation: 5s infinite alternate ease-in-out;
  animation: 5s infinite alternate ease-in-out;
}

.page-animation .shape-1 {
  width: 64%;
  background: #f5f5f5;
  -webkit-animation-name: animation-shape-1;
  animation-name: animation-shape-1;
}

.page-animation .shape-2 {
  width: 64%;
  background: #fff;
  -webkit-animation-name: animation-shape-2;
  animation-name: animation-shape-2;
}

.page-animation .shape-3 {
  width: 77%;
  background: #ececec;
  opacity: 0.9;
  -webkit-animation-name: animation-shape-3;
  animation-name: animation-shape-3;
}

.page-animation .shape-4 {
  width: 77%;
  background: #ececec;
  opacity: 0.3;
  -webkit-animation-name: animation-shape-4;
  animation-name: animation-shape-4;
}

.page-animation .shape-5 {
  width: 64%;
  background: #f5f5f5;
  -webkit-animation-name: animation-shape-5;
  animation-name: animation-shape-5;
}

.page-animation .shape-6 {
  width: 77%;
  background: #fff;
  -webkit-animation-name: animation-shape-6;
  animation-name: animation-shape-6;
}

.page-animation .overlay {
  top: 50%;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(white));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.1)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0, #fff 100%);
}

@-webkit-keyframes animation-shape-1 {
  0.01% {
    -webkit-transform: translate(-31%, -50%) rotate(-39deg);
    transform: translate(-31%, -50%) rotate(-39deg);
  }
  100% {
    -webkit-transform: translate(-20%, -62%) rotate(-27deg);
    transform: translate(-20%, -62%) rotate(-27deg);
  }
}

@keyframes animation-shape-1 {
  0.01% {
    -webkit-transform: translate(-31%, -50%) rotate(-39deg);
    transform: translate(-31%, -50%) rotate(-39deg);
  }
  100% {
    -webkit-transform: translate(-20%, -62%) rotate(-27deg);
    transform: translate(-20%, -62%) rotate(-27deg);
  }
}

@-webkit-keyframes animation-shape-2 {
  0.01% {
    -webkit-transform: translate(-49%, -30%) rotate(-64deg);
    transform: translate(-49%, -30%) rotate(-64deg);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate(-45%, 15%) rotate(-118deg);
    transform: translate(-45%, 15%) rotate(-118deg);
    opacity: 0.3;
  }
}

@keyframes animation-shape-2 {
  0.01% {
    -webkit-transform: translate(-49%, -30%) rotate(-64deg);
    transform: translate(-49%, -30%) rotate(-64deg);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate(-45%, 15%) rotate(-118deg);
    transform: translate(-45%, 15%) rotate(-118deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes animation-shape-3 {
  0.01% {
    -webkit-transform: translate(-33%, 22%) rotate(66deg);
    transform: translate(-33%, 22%) rotate(66deg);
  }
  100% {
    -webkit-transform: translate(-23%, 52%) rotate(14deg);
    transform: translate(-23%, 52%) rotate(14deg);
  }
}

@keyframes animation-shape-3 {
  0.01% {
    -webkit-transform: translate(-33%, 22%) rotate(66deg);
    transform: translate(-33%, 22%) rotate(66deg);
  }
  100% {
    -webkit-transform: translate(-23%, 52%) rotate(14deg);
    transform: translate(-23%, 52%) rotate(14deg);
  }
}

@-webkit-keyframes animation-shape-4 {
  0.01% {
    -webkit-transform: translate(66%, 15%) rotate(-48deg);
    transform: translate(66%, 15%) rotate(-48deg);
  }
  100% {
    -webkit-transform: translate(64%, -23%) rotate(-116deg);
    transform: translate(64%, -23%) rotate(-116deg);
  }
}

@keyframes animation-shape-4 {
  0.01% {
    -webkit-transform: translate(66%, 15%) rotate(-48deg);
    transform: translate(66%, 15%) rotate(-48deg);
  }
  100% {
    -webkit-transform: translate(64%, -23%) rotate(-116deg);
    transform: translate(64%, -23%) rotate(-116deg);
  }
}

@-webkit-keyframes animation-shape-5 {
  0.01% {
    -webkit-transform: translate(99%, -44%) rotate(63deg);
    transform: translate(99%, -44%) rotate(63deg);
  }
  100% {
    -webkit-transform: translate(85%, 16%) rotate(120deg);
    transform: translate(85%, 16%) rotate(120deg);
  }
}

@keyframes animation-shape-5 {
  0.01% {
    -webkit-transform: translate(99%, -44%) rotate(63deg);
    transform: translate(99%, -44%) rotate(63deg);
  }
  100% {
    -webkit-transform: translate(85%, 16%) rotate(120deg);
    transform: translate(85%, 16%) rotate(120deg);
  }
}

@-webkit-keyframes animation-shape-6 {
  0.01% {
    -webkit-transform: translate(74%, 41%) rotate(-33deg);
    transform: translate(74%, 41%) rotate(-33deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(80%, 31%) rotate(-76deg);
    transform: translate(80%, 31%) rotate(-76deg);
    opacity: 0.3;
  }
}

@keyframes animation-shape-6 {
  0.01% {
    -webkit-transform: translate(74%, 41%) rotate(-33deg);
    transform: translate(74%, 41%) rotate(-33deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(80%, 31%) rotate(-76deg);
    transform: translate(80%, 31%) rotate(-76deg);
    opacity: 0.3;
  }
}

@media (max-width: 480px) {
  @-webkit-keyframes animation-shape-1 {
    0.01% {
      -webkit-transform: translate(-34%, -62%) rotate(-40deg) scale(2, 1);
      transform: translate(-34%, -62%) rotate(-40deg) scale(2, 1);
    }
    100% {
      -webkit-transform: translate(-31%, -62%) rotate(-20deg) scale(2, 1);
      transform: translate(-31%, -62%) rotate(-20deg) scale(2, 1);
    }
  }
  @keyframes animation-shape-1 {
    0.01% {
      -webkit-transform: translate(-34%, -62%) rotate(-40deg) scale(2, 1);
      transform: translate(-34%, -62%) rotate(-40deg) scale(2, 1);
    }
    100% {
      -webkit-transform: translate(-31%, -62%) rotate(-20deg) scale(2, 1);
      transform: translate(-31%, -62%) rotate(-20deg) scale(2, 1);
    }
  }
  @-webkit-keyframes animation-shape-2 {
    0.01% {
      -webkit-transform: translate(-67%, -5%) rotate(-64deg) scale(2, 1);
      transform: translate(-67%, -5%) rotate(-64deg) scale(2, 1);
      opacity: 0.9;
    }
    100% {
      -webkit-transform: translate(-73%, 15%) rotate(-118deg) scale(2, 1);
      transform: translate(-73%, 15%) rotate(-118deg) scale(2, 1);
      opacity: 0.3;
    }
  }
  @keyframes animation-shape-2 {
    0.01% {
      -webkit-transform: translate(-67%, -5%) rotate(-64deg) scale(2, 1);
      transform: translate(-67%, -5%) rotate(-64deg) scale(2, 1);
      opacity: 0.9;
    }
    100% {
      -webkit-transform: translate(-73%, 15%) rotate(-118deg) scale(2, 1);
      transform: translate(-73%, 15%) rotate(-118deg) scale(2, 1);
      opacity: 0.3;
    }
  }
  @-webkit-keyframes animation-shape-3 {
    0.01% {
      -webkit-transform: translate(-50%, 35%) rotate(66deg) scale(2, 1);
      transform: translate(-50%, 35%) rotate(66deg) scale(2, 1);
    }
    100% {
      -webkit-transform: translate(-50%, 39%) rotate(14deg) scale(2, 1);
      transform: translate(-50%, 39%) rotate(14deg) scale(2, 1);
    }
  }
  @keyframes animation-shape-3 {
    0.01% {
      -webkit-transform: translate(-50%, 35%) rotate(66deg) scale(2, 1);
      transform: translate(-50%, 35%) rotate(66deg) scale(2, 1);
    }
    100% {
      -webkit-transform: translate(-50%, 39%) rotate(14deg) scale(2, 1);
      transform: translate(-50%, 39%) rotate(14deg) scale(2, 1);
    }
  }
  @-webkit-keyframes animation-shape-4 {
    0.01% {
      -webkit-transform: translate(150%, 48%) rotate(-48deg) scale(1.5);
      transform: translate(150%, 48%) rotate(-48deg) scale(1.5);
    }
    100% {
      -webkit-transform: translate(150%, -3%) rotate(-80deg) scale(1.5);
      transform: translate(150%, -3%) rotate(-80deg) scale(1.5);
    }
  }
  @keyframes animation-shape-4 {
    0.01% {
      -webkit-transform: translate(150%, 48%) rotate(-48deg) scale(1.5);
      transform: translate(150%, 48%) rotate(-48deg) scale(1.5);
    }
    100% {
      -webkit-transform: translate(150%, -3%) rotate(-80deg) scale(1.5);
      transform: translate(150%, -3%) rotate(-80deg) scale(1.5);
    }
  }
  @-webkit-keyframes animation-shape-5 {
    0.01% {
      -webkit-transform: translate(150%, -2%) rotate(120deg) scale(2, 1);
      transform: translate(150%, -2%) rotate(120deg) scale(2, 1);
    }
    100% {
      -webkit-transform: translate(150%, 6%) rotate(70deg) scale(2, 1);
      transform: translate(150%, 6%) rotate(70deg) scale(2, 1);
    }
  }
  @keyframes animation-shape-5 {
    0.01% {
      -webkit-transform: translate(150%, -2%) rotate(120deg) scale(2, 1);
      transform: translate(150%, -2%) rotate(120deg) scale(2, 1);
    }
    100% {
      -webkit-transform: translate(150%, 6%) rotate(70deg) scale(2, 1);
      transform: translate(150%, 6%) rotate(70deg) scale(2, 1);
    }
  }
  @-webkit-keyframes animation-shape-6 {
    0.01% {
      -webkit-transform: translate(74%, 41%) rotate(-33deg) scale(2, 1);
      transform: translate(74%, 41%) rotate(-33deg) scale(2, 1);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translate(80%, 31%) rotate(-76deg) scale(2, 1);
      transform: translate(80%, 31%) rotate(-76deg) scale(2, 1);
      opacity: 0.6;
    }
  }
  @keyframes animation-shape-6 {
    0.01% {
      -webkit-transform: translate(74%, 41%) rotate(-33deg) scale(2, 1);
      transform: translate(74%, 41%) rotate(-33deg) scale(2, 1);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translate(80%, 31%) rotate(-76deg) scale(2, 1);
      transform: translate(80%, 31%) rotate(-76deg) scale(2, 1);
      opacity: 0.6;
    }
  }
}

.fis-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.fis-icon.fis--black {
  color: #012834;
}

.fis-icon.fis--white {
  color: #fff;
}

.fis-icon.fis--teal-dark {
  color: #012834;
}

.fis-icon.fis--blue {
  color: #00a4b6;
}

.fis-icon.fis--green {
  color: #4bcd3e;
}

.fis-icon.fis--gray {
  color: #9b9b9b;
}

.fis-icon.fis-green-2019 {
  color: #4bcd3e;
}

.fis-icon.fis-icon--lg {
  font-size: 50rem;
  margin-bottom: 20rem;
}

.fis-icon.fis-icon-carrot--down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fis-icon-lightbulb {
  width: 1.0107421875em;
}

.fis-icon-double-chat {
  width: 1.099609375em;
}

.fis-icon-double-heart {
  width: 0.98828125em;
}

.fis-icon-check {
  width: 1.400390625em;
}

.fis-icon-star {
  width: 1.052734375em;
}

.fis-icon-person {
  width: 0.9091796875em;
}

.fis-icon-chat-bubble-center {
  width: 2.2724609375em;
}

.fis-icon-chat-bubble-corner {
  width: 2.2724609375em;
}

.fis-icon-chat-bubble-side {
  width: 2.2724609375em;
}

.fis-icon-contact {
  width: 1.3447265625em;
}

.fis-icon-cube {
  width: 0.91796875em;
}

.fis-icon-bank {
  width: 0.974609375em;
}

.fis-icon-building {
  width: 0.8837890625em;
}

.fis-icon-castle {
  width: 0.7314453125em;
}

.fis-icon-vault {
  width: 1.052734375em;
}

.fis-icon-scale {
  width: 1.189453125em;
}

.fis-icon-email {
  width: 1.4033203125em;
}

.fis-icon-money-hand {
  width: 0.9677734375em;
}

.fis-icon-email-stroke {
  width: 1.25em;
}

.fis-icon-fundraising {
  width: 1.099609375em;
}

.fis-icon-disaster-aid {
  width: 0.9013671875em;
}

.fis-icon-charitable {
  width: 0.96484375em;
}

.fis-icon-quotes {
  width: 1.5em;
}

.fis-icon-cares {
  width: 1.119140625em;
}

.fis-icon-graph {
  width: 0.888671875em;
}

.fis-icon-map {
  width: 0.75em;
}

.fis-icon-facebook {
  width: 0.5em;
}

.fis-icon-twitter {
  width: 1.181640625em;
}

.fis-icon-download {
  width: 0.76171875em;
}

.fis-icon-menu {
  width: 1.5498046875em;
}

.fis-icon-carrot {
  width: 0.599609375em;
}

.fis-icon-arrow-down {
  width: 0.7998046875em;
}

.fis-icon-logo {
  width: 2.015625em;
}

.fis-icon-arrow {
  width: 2.2724609375em;
}

.fis-icon-apple {
  width: 0.8193359375em;
}

.fis-icon-cell-phone {
  width: 0.642578125em;
}

.fis-icon-cellular-hand {
  width: 0.736328125em;
}

.fis-icon-debit-card {
  width: 1.40234375em;
}

.fis-icon-briefcase {
  width: 1.0634765625em;
}

.fis-icon-computer-search {
  width: 1.0439453125em;
}

.fis-icon-risk {
  width: 1.068359375em;
}

.fis-icon-scale2 {
  width: 1.1904296875em;
}

.fis-icon-search {
  width: 0.9580078125em;
}

.fis-icon-arrow-up {
  width: 0.80078125em;
}

.card {
  margin: 0 0;
  padding: 0 10rem;
  text-align: left;
}

@media (min-width: 769px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.card .card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #fff;
}

.card .card-link-inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.card .play-button {
  z-index: 2;
  display: inline-block;
  position: absolute;
  height: 60rem;
  width: 60rem;
  top: -webkit-calc(50% - 30rem);
  top: calc(50% - 30rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTA2cHgiIGhlaWdodD0iMTA2cHgiIHZpZXdCb3g9IjAgMCAxMDYgMTA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OC4yICg0NzMyNykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGUgQ29weTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik03MzYsMjY0IEM3MDguOTM4MDQ3LDI2NCA2ODcsMjQyLjA2MTk1MyA2ODcsMjE1IEM2ODcsMTg3LjkzODA0NyA3MDguOTM4MDQ3LDE2NiA3MzYsMTY2IEM3NjMuMDYxOTUzLDE2NiA3ODUsMTg3LjkzODA0NyA3ODUsMjE1IEM3ODUsMjQyLjA2MTk1MyA3NjMuMDYxOTUzLDI2NCA3MzYsMjY0IFogTTc1My44NzQ1MzYsMjE3LjQ4MDIzNCBDNzU1LjI0MTgyMSwyMTYuNjg3MjA5IDc1NS4yNDE4MjEsMjE0LjcxMjc5MSA3NTMuODc0NTM2LDIxMy45MTk3NjYgTDcyOC41OTA1MzYsMTk5LjI1NTA0NiBDNzI3LjIxODU0LDE5OC40NTkyODggNzI1LjUsMTk5LjQ0OTIxNSA3MjUuNSwyMDEuMDM1MjggTDcyNS41LDIzMC4zNjQ3MiBDNzI1LjUsMjMxLjk1MDc4NSA3MjcuMjE4NTQsMjMyLjk0MDcxMiA3MjguNTkwNTM2LDIzMi4xNDQ5NTQgTDc1My44NzQ1MzYsMjE3LjQ4MDIzNCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICAgICAgPGZpbHRlciB4PSItNy4xJSIgeT0iLTUuMSUiIHdpZHRoPSIxMTQuMyUiIGhlaWdodD0iMTE0LjMlIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJmaWx0ZXItMiI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iMCIgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiPjwvZmVPZmZzZXQ+CiAgICAgICAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSI+PC9mZUdhdXNzaWFuQmx1cj4KICAgICAgICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgICAwIDAgMCAwIDAgICAwIDAgMCAwIDAgIDAgMCAwIDAuNSAwIiB0eXBlPSJtYXRyaXgiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlQ29sb3JNYXRyaXg+CiAgICAgICAgPC9maWx0ZXI+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iRGVza3RvcC1Db21wb25lbnRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIwLjkxIj4KICAgICAgICA8ZyBpZD0iSEVSTy0tLU1lZGlhLS0tVmlkZW8yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjgzLjAwMDAwMCwgLTE2NC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9IkNvbWJpbmVkLVNoYXBlLUNvcHkiPgogICAgICAgICAgICAgICAgPHVzZSBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIxIiBmaWx0ZXI9InVybCgjZmlsdGVyLTIpIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDx1c2UgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: cover;
}

.card .solution-tags {
  margin-top: 20rem;
  margin-bottom: 0;
}

.card-bullets,
.card-date,
.card-descrip,
.card-details,
.card-duration {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
  margin-bottom: 20rem;
}

.card-bullets--secondary,
.card-date--secondary,
.card-descrip--secondary,
.card-details--secondary,
.card-duration--secondary,
.component--light-text .card-bullets,
.component--light-text .card-date,
.component--light-text .card-descrip,
.component--light-text .card-details,
.component--light-text .card-duration {
  color: #fff;
}

.card-bullets--tertiary,
.card-date--tertiary,
.card-descrip--tertiary,
.card-details--tertiary,
.card-duration--tertiary {
  color: #9b9b9b;
}

.card:nth-child(3n + 1) .card-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#012834), to(#fff));
  background-image: -webkit-linear-gradient(top, #012834, #fff);
  background-image: linear-gradient(to bottom, #012834, #fff);
}

.card:nth-child(3n + 2) .card-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4bcd3e), to(#fff));
  background-image: -webkit-linear-gradient(top, #4bcd3e, #fff);
  background-image: linear-gradient(to bottom, #4bcd3e, #fff);
}

.card:nth-child(3n + 3) .card-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1394a7), to(#fff));
  background-image: -webkit-linear-gradient(top, #1394a7, #fff);
  background-image: linear-gradient(to bottom, #1394a7, #fff);
}

.card .card-copy {
  position: relative;
  z-index: 2;
  margin: -60rem 0 0 30rem;
  padding: 20rem 30rem;
  background: #fff;
  color: #000;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.card .card-copy-inner .fis-h4,
.card .card-copy-inner .twin-fis-h4 {
  margin-bottom: 10rem;
}

.card .card-copy-inner .fis-h4::after,
.card .card-copy-inner .twin-fis-h4::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 10rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.card .card-copy-inner .fis-h5 {
  margin-bottom: 10rem;
}

.card .card-copy-inner .card-duration {
  line-height: 24rem;
  letter-spacing: 0.2rem;
  color: #9b9b9b;
}

.card-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-favicon {
  margin-right: 10rem;
  width: 25rem;
  height: 25rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.417em;
  font-weight: 700;
}

.card-details .fis-icon {
  font-size: 16rem;
  margin-right: 15rem;
  margin-top: 3px;
}

.card-details .fis-icon-map {
  font-size: 20rem;
}

.card-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.card-social img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  -ms-flex-preferred-size: 35rem;
  flex-basis: 35rem;
  width: 35rem;
  height: 35rem;
  margin: 2.5rem 10rem 2.5rem 0;
  border-radius: 50%;
  border: none;
}

.card-social-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: -webkit-calc(100% - 55rem);
  width: calc(100% - 55rem);
}

.card-social .card-copy-inner .fis-h4,
.card-social .card-soc-handle,
.card-social .card-soc-name {
  margin-top: 0;
  margin-bottom: 0;
}

.card-social .card-soc-name {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  font-size: 16rem;
}

.card-bullets {
  list-style: none;
}

.card-bullets li {
  position: relative;
  padding-left: 20rem;
  margin-bottom: 20rem;
}

.card-bullets li::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #4bcd3e;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  top: 4rem;
  left: 0;
}

@media (min-width: 769px) {
  .card--preview {
    width: -webkit-calc(33% - 2rem);
    width: calc(33% - 2rem);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 0;
  }
  .card--preview .card-copy-inner .fis-h4::after,
  .card--preview .card-date,
  .card--preview .card-descrip,
  .card--preview .card-duration,
  .card--preview .card-image {
    display: none;
  }
  .card--preview .card-copy {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
  .card--preview + .card--preview {
    padding-top: 25rem;
    border-top: 2px solid #c8c8c8;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .card--preview + .card--preview {
    border-top: 1px solid #c8c8c8;
  }
}

@media (min-width: 769px) {
  .card--preview:hover .fis-h4 {
    color: #00a4b6;
    -webkit-transition: color transform 0.6s;
    transition: color transform 0.6s;
  }
  .card--preview .fis-h4 {
    margin-bottom: 30rem;
  }
}

h4,
h4 a {
  font-size: 24rem;
}

.card--full.card--solution {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.card--full.card--solution::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  padding-top: 100%;
  width: -webkit-calc(100% - 20rem);
  width: calc(100% - 20rem);
  background-color: #fff;
}

.card--full.card--solution .card-link {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.card--full.card--solution .solution-tags {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.card--full .solution-tags {
  margin-top: -10rem;
  padding: 10rem 30rem 30rem 60rem;
  background-color: #fff;
}

@media (min-width: 769px) {
  .card--full {
    width: -webkit-calc(100% / 3 - 2rem);
    width: calc(100% / 3 - 2rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .card--full:hover .card-image {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .card--full:hover .shutter-blade-left {
    -webkit-transform: translate(-50%, 65%) rotate(45deg);
    -ms-transform: translate(-50%, 65%) rotate(45deg);
    transform: translate(-50%, 65%) rotate(45deg);
  }
  .card--full:hover .shutter-blade-right {
    -webkit-transform: translate(40%, 25%) rotate(-60deg);
    -ms-transform: translate(40%, 25%) rotate(-60deg);
    transform: translate(40%, 25%) rotate(-60deg);
  }
  .card--full:hover .card-copy {
    -webkit-transform: translateY(-4%);
    -ms-transform: translateY(-4%);
    transform: translateY(-4%);
  }
}

.card--half,
.card--shadow {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  -ms-flex-preferred-size: calc(50% - 2rem);
  flex-basis: -webkit-calc(50% - 2rem);
  flex-basis: calc(50% - 2rem);
}

.card--half .card-link,
.card--shadow .card-link {
  background-color: transparent;
}

.card--half .card-link-inner,
.card--shadow .card-link-inner {
  width: 100%;
}

.card--half .card-image,
.card--shadow .card-image {
  margin-bottom: 10rem;
  width: 100%;
}

.card--half .card-image::after,
.card--shadow .card-image::after {
  margin-top: -64rem;
}

.card--half .card-image .card-image-inner,
.card--shadow .card-image .card-image-inner {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.card--half .card-image .play-button,
.card--shadow .card-image .play-button {
  top: 50%;
}

.card--half .card-copy,
.card--shadow .card-copy {
  margin: 0;
  padding: 15rem 10rem 0 0;
  background-color: transparent;
}

.card--half .card-copy .fis-h4,
.card--shadow .card-copy .fis-h4 {
  font-family: "Titillium Web", sans-serif;
  line-height: 1.4;
  font-size: 24rem;
  color: #012834;
  letter-spacing: 0;
  margin-bottom: 20rem;
}

.card--half .card-copy .fis-h4--secondary,
.card--shadow .card-copy .fis-h4--secondary,
.component--light-text .card--half .card-copy .fis-h4,
.component--light-text .card--shadow .card-copy .fis-h4 {
  color: #fff;
}

.card--half .card-copy .fis-h4--tertiary,
.card--shadow .card-copy .fis-h4--tertiary {
  color: #012834;
}

.card--half .card-copy .fis-h4--quaternary,
.card--shadow .card-copy .fis-h4--quaternary {
  color: #00a4b6;
}

.card--half .card-copy .fis-h4::after,
.card--shadow .card-copy .fis-h4::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 15rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.card--half .card-descrip,
.card--shadow .card-descrip {
  margin: 0;
}

.card--half:hover .shutter-blade-left,
.card--shadow:hover .shutter-blade-left {
  -webkit-transform: scale(3, 3) translate(31%, 43%) rotate(61deg);
  -ms-transform: scale(3, 3) translate(31%, 43%) rotate(61deg);
  transform: scale(3, 3) translate(31%, 43%) rotate(61deg);
}

.card--half:hover .shutter-blade-right,
.card--shadow:hover .shutter-blade-right {
  -webkit-transform: translate(52%, -4%) rotate(-63deg);
  -ms-transform: translate(52%, -4%) rotate(-63deg);
  transform: translate(52%, -4%) rotate(-63deg);
}

@media (min-width: 480px) {
  .card--half,
  .card--shadow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    -ms-flex-preferred-size: calc(50% - 20rem);
    flex-basis: -webkit-calc(50% - 20rem);
    flex-basis: calc(50% - 20rem);
  }
  .card--half .card-copy,
  .card--shadow .card-copy {
    margin: 0;
    padding: 25rem 30rem 0 0;
  }
  .card--half .card-copy .card-descrip,
  .card--shadow .card-copy .card-descrip {
    margin-top: 20rem;
    margin-bottom: 0;
  }
  .card--half:hover .card-image-inner,
  .card--shadow:hover .card-image-inner {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .card--half:hover .shutter-blade-left,
  .card--shadow:hover .shutter-blade-left {
    -webkit-transform: translate(-50%, 65%) rotate(45deg);
    -ms-transform: translate(-50%, 65%) rotate(45deg);
    transform: translate(-50%, 65%) rotate(45deg);
  }
  .card--half:hover .shutter-blade-right,
  .card--shadow:hover .shutter-blade-right {
    -webkit-transform: translate(40%, 25%) rotate(-60deg);
    -ms-transform: translate(40%, 25%) rotate(-60deg);
    transform: translate(40%, 25%) rotate(-60deg);
  }
}

@media (max-width: 768px) {
  .card--shadow {
    display: block;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    margin-bottom: 60rem;
  }
}

.card--shadow .card-copy .fis-h4 {
  font-family: titillium_webregular, sans-serif;
  line-height: 1.4;
  font-size: 18rem;
  color: #012834;
}

.card--shadow .card-copy .fis-h4--secondary,
.component--light-text .card--shadow .card-copy .fis-h4 {
  color: #fff;
}

.card--shadow .card-copy .fis-h4--tertiary {
  color: #012834;
}

.card--shadow .card-copy .fis-h4--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .card.card--double {
    width: -webkit-calc(66% - 2rem);
    width: calc(66% - 2rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 20rem;
  }
  .card.card--double .card-copy-inner .fis-h4 {
    font-family: "Titillium Web", sans-serif;
    line-height: 1.4;
    font-size: 24rem;
    color: #012834;
    letter-spacing: 0;
  }
  .card.card--double .card-copy-inner .fis-h4--secondary,
  .component--light-text .card.card--double .card-copy-inner .fis-h4 {
    color: #fff;
  }
  .card.card--double .card-copy-inner .fis-h4--tertiary {
    color: #012834;
  }
  .card.card--double .card-copy-inner .fis-h4--quaternary {
    color: #00a4b6;
  }
  .card.card--double .card-copy-inner .card-descrip {
    font-family: source_sans_proregular, sans-serif;
    line-height: 1.5;
    font-size: 18rem;
    color: #012834;
    letter-spacing: 0;
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .card.card--double .card-copy-inner .card-descrip--secondary,
  .component--light-text .card.card--double .card-copy-inner .card-descrip {
    color: #fff;
  }
  .card.card--double .card-copy-inner .card-descrip b,
  .card.card--double .card-copy-inner .card-descrip strong {
    font-family: source_sans_proregular, sans-serif;
  }
  .card.card--double .card-image::after {
    padding-bottom: 35%;
  }
}

.card--text-only .card-copy {
  margin: 0;
  padding: 0;
}

@media (min-width: 769px) {
  .card--text-only.card--double .card-copy-inner .fis-h4 {
    font-family: "Titillium Web", sans-serif;
    line-height: 1.4;
    font-size: 24rem;
    color: #012834;
    letter-spacing: 0;
    margin-bottom: 30rem;
  }
  .card--text-only.card--double .card-copy-inner .fis-h4--secondary,
  .component--light-text
.card--text-only.card--double
.card-copy-inner
.fis-h4 {
    color: #fff;
  }
  .card--text-only.card--double .card-copy-inner .fis-h4--tertiary {
    color: #012834;
  }
  .card--text-only.card--double .card-copy-inner .fis-h4--quaternary {
    color: #00a4b6;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .card--text-only.card--double .card-copy-inner .fis-h4 {
    line-height: 1.4;
    font-size: 35rem;
  }
}

@media (min-width: 769px) {
  .card--text-only.card--double:hover .fis-h4 {
    color: #00a4b6;
    -webkit-transition: color transform 0.6s;
    transition: color transform 0.6s;
  }
  .card--text-only.card--preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .card--text-only.card--preview .fis-h4 {
    margin-bottom: 30rem;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .card--text-only.card--preview .card-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.card--rise .card-link-inner::after {
  content: " ";
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 60rem;
  height: 25rem;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTlweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgNTkgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5GSVNfUklTRV9sb2dvX3RlYWw8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iSW5zaWdodC0tLUJhbmtpbmctUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMS4wMDAwMDAsIC0zMTUuMDAwMDAwKSI+CiAgICAgICAgPGcgaWQ9IkZJU19SSVNFX2xvZ29fdGVhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMxLjAwMDAwMCwgMzE1LjAwMDAwMCkiPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iYmciIGZpbGw9IiM4REM2M0YiIHBvaW50cz0iMCAyNCAwIDAuMTA0Mjc1ODYyIDU4Ljg5NTE4OTYgMC4xMDQyNzU4NjIgNTMuMzIzNjM0NyAyNCI+PC9wb2x5Z29uPgogICAgICAgICAgICA8cGF0aCBkPSJNMTMuNDA0MTUwNiwxMS45MzIyMDc3IEwxNi40MTgwMDU5LDExLjkzMjIwNzcgQzE2LjYzODUzNDgsMTEuOTMyMjA3NyAxNi44NDQ4NTkzLDExLjg4MTc1NzYgMTcuMDM2NzM4OCwxMS43ODAzOTAyIEMxNy4yMjgxMzY3LDExLjY3ODkwNjEgMTcuMzkzNTMzNCwxMS41NDExMDI2IDE3LjUzMzA0OTIsMTEuMzY2MTYyMiBDMTcuNjcyNTY1MSwxMS4xOTE1NzIyIDE3Ljc4MjcwOTIsMTAuOTg1ODAxMiAxNy44NjM5NjMsMTAuNzQ5MTk5NiBDMTcuOTQ1MjE2OSwxMC41MTI4MzE1IDE3Ljk4NjAyNDMsMTAuMjU5MDYyOCAxNy45ODYwMjQzLDkuOTg4NzExMDEgQzE3Ljk4NjAyNDMsOS43MDczODE2NCAxNy45Mzk0Mzg4LDkuNDQ3NzczODMgMTcuODQ2NTA4NSw5LjIxMTQwNTc3IEMxNy43NTM1NzgyLDguOTc0NDUzOCAxNy42Mjg3NDgyLDguNzY5MTQ5OTIgMTcuNDcyMjU5Myw4LjU5NDQ0MzA5IEMxNy4zMTUyODksOC40MTk4NTMwNSAxNy4xMzQ5NjU2LDguMjg0NjE4NzUgMTYuOTMyMDExNiw4LjE4ODg1Njk5IEMxNi43Mjg4MTY4LDguMDkzMDk1MjMgMTYuNTIyNDkyMyw4LjA0NDk4MDc4IDE2LjMxMzYzOTgsOC4wNDQ5ODA3OCBMMTMuNDA0MTUwNiw4LjA0NDk4MDc4IEwxMy40MDQxNTA2LDExLjkzMjIwNzcgWiBNMTEsMTggTDExLDYgTDE2LjQ3MDM2OTQsNiBDMTcuMDM5MjY2Nyw2IDE3LjU2NDk0ODksNi4xMTU2MTQ4MSAxOC4wNDY5MzQ2LDYuMzQ2Mzc3MzEgQzE4LjUyODgsNi41Nzc0OTAxNSAxOC45NDQzMzgxLDYuODgxNTkyMTQgMTkuMjkyNzA2NCw3LjI1OTE1MDQxIEMxOS42NDEwNzQ3LDcuNjM2NzA4NjggMTkuOTEzODQ2OSw4LjA2NDgzMzgzIDIwLjExMTM4NCw4LjU0MzY0MjY1IEMyMC4zMDg4MDA3LDkuMDIyODAxODEgMjAuNDA3NjI5NCw5LjUwNDI5NjYzIDIwLjQwNzYyOTQsOS45ODg3MTEwMSBDMjAuNDA3NjI5NCwxMC43NjYxMzMgMjAuMjA3MzIzNywxMS40NzMzNjg3IDE5LjgwNjQ3MTQsMTIuMTA5OTUwOSBDMTkuNDA1ODU5OSwxMi43NDY1MzMgMTguODYyODQzNSwxMy4yMDU4MzkxIDE4LjE3NzY2MywxMy40ODc1MTg5IEwyMSwxOCBMMTguMjk5NDgzNiwxOCBMMTUuNzczNTEyNSwxMy45Nzc0MjIgTDEzLjQwNDE1MDYsMTMuOTc3NDIyIEwxMy40MDQxNTA2LDE4IEwxMSwxOCBaIiBpZD0iciIgZmlsbD0iI0ZGRkZGRSI+PC9wYXRoPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iaSIgZmlsbD0iI0ZGRkZGRSIgcG9pbnRzPSIyMiAxOCAyNCAxOCAyNCA2IDIyIDYiPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBhdGggZD0iTTM0LjQ2NzA3MTUsOS4xNzAwOTkxIEMzNC4zODM4MTEsOS4wOTI2OTAxMSAzNC4yMzIxOTMyLDguOTg3NTI4NTUgMzQuMDEyNDY0NCw4Ljg1NDg0MzggQzMzLjc5MjQ4OTMsOC43MjE5Mjk2OCAzMy41MjUwOTUxLDguNTkxOTk3MjUgMzMuMjEwNDA1MSw4LjQ2NDU4Nzc3IEMzMi44OTUzNDU1LDguMzM3NjM3MDIgMzIuNTUzNjgyMSw4LjIyOTYwODQ2IDMyLjE4NTUzNzgsOC4xNDEwNzU1MSBDMzEuODE3MDI0MSw4LjA1MjU0MjU1IDMxLjQ0MjcyMTUsOC4wMDgzOTA3NSAzMS4wNjIzODM4LDguMDA4MzkwNzUgQzMwLjM4NTIxNTEsOC4wMDgzOTA3NSAyOS44Nzk4NjM1LDguMTI0NDQ2OTEgMjkuNTQ3NDM3NSw4LjM1NjkwMzI2IEMyOS4yMTQ1MTg5LDguNTg5MDE1NTcgMjkuMDQ4MjQ0Myw4LjkxNTYyNDE5IDI5LjA0ODI0NDMsOS4zMzYwNDEwNiBDMjkuMDQ4MjQ0Myw5LjU3OTUwNjY4IDI5LjExMDU2NjQsOS43ODE1NzI4NCAyOS4yMzUzMzQsOS45NDE3ODA3OSBDMjkuMzYwMTAxNSwxMC4xMDI0NDc1IDI5LjU0MTAzMjksMTAuMjQzNTAzOSAyOS43Nzg5OTAzLDEwLjM2NTA2NDcgQzMwLjAxNjU3ODIsMTAuNDg2OTY5NSAzMC4zMTYzNjUxLDEwLjU5NzQwNjMgMzAuNjc5MjEzMiwxMC42OTY4MzM5IEMzMS4wNDE0NDU1LDEwLjc5NjYwNTUgMzEuNDYwNDU3NCwxMC45MDE5OTY0IDMxLjkzNTc1NjQsMTEuMDEyMzE4NSBDMzIuNTUzNjgyMSwxMS4xNjczNjU5IDMzLjExNTE5NzUsMTEuMzMzNTM3MiAzMy42MjA0MjU5LDExLjUxMDE0NDQgQzM0LjEyNTE2MTcsMTEuNjg3NDM5NyAzNC41NTMyODc5LDExLjkwODQyOCAzNC45MDM2OTYyLDEyLjE3NDM3MDkgQzM1LjI1NDEwNDUsMTIuNDM5NjI1OCAzNS41MjQ3MDEsMTIuNzU3ODYyNyAzNS43MTQ5OTMsMTMuMTI4NTA4NSBDMzUuOTA0NjY5MiwxMy40OTkyNjg5IDM2LDEzLjk1NTgxIDM2LDE0LjQ5NzY3MyBDMzYsMTUuMTI4NDEyOSAzNS44NzIyNzY1LDE1LjY2Nzk4MjMgMzUuNjE2OTUyNiwxNi4xMTYxNTE3IEMzNS4zNjExMzYxLDE2LjU2NDMyMTEgMzUuMDE2NTE2NiwxNi45MjY0ODA2IDM0LjU4MzA5NDIsMTcuMjAzMDg4NyBDMzQuMTQ5MTc5MSwxNy40Nzk4MTE1IDMzLjY0OTk4NTgsMTcuNjgxODc3NyAzMy4wODU2Mzc2LDE3LjgwOTA1NzggQzMyLjUyMTE2NjEsMTcuOTM1ODkzOSAzMS45Mjk3MjEzLDE4IDMxLjMxMjE2NTEsMTggQzMwLjM2MTMyMDgsMTggMjkuNDIyNjcsMTcuODY2OTcxMiAyOC40OTU1OTY4LDE3LjYwMTYwMTcgQzI3LjU2ODY0NjgsMTcuMzM1ODg4MSAyNi43MzY3ODEyLDE2Ljk1OTczNzggMjYsMTYuNDcyNjkxOCBMMjcuMDg3MzEyNiwxNC40OTc2NzMgQzI3LjE5NDM0NDIsMTQuNTk3NDQ0NSAyNy4zODczNDU5LDE0LjcyNzQ5MTcgMjcuNjY2ODEwNCwxNC44ODc5MjkgQzI3Ljk0NTkwNTMsMTUuMDQ4MzY2MyAyOC4yNzU2MjE3LDE1LjIwODkxODMgMjguNjU2MjA1NywxNS4zNjkxMjYyIEMyOS4wMzYwNTA4LDE1LjUyOTc5MjkgMjkuNDU4MjY1MSwxNS42NjUzNDQ3IDI5LjkyMTc0MDEsMTUuNzc1NzgxNSBDMzAuMzg1MjE1MSwxNS44ODYzMzMgMzAuODYwMTQ0NiwxNS45NDE4MzgxIDMxLjM0NzUxMzksMTUuOTQxODM4MSBDMzIuNzAyMzQzOSwxNS45NDE4MzgxIDMzLjM3OTYzNTcsMTUuNTM3OTM1MiAzMy4zNzk2MzU3LDE0LjczMDEyOTMgQzMzLjM3OTYzNTcsMTQuNDc1ODgzOCAzMy4zMDIyODcyLDE0LjI1OTgyNjYgMzMuMTQ4MDgyOSwxNC4wODI3NjA3IEMzMi45OTM1MDkxLDEzLjkwNjE1MzUgMzIuNzczNzgwMywxMy43NTA5OTE1IDMyLjQ4ODQwMzksMTMuNjE4MDc3NCBDMzIuMjAzNTIwMSwxMy40ODUyNzggMzEuODU4NTMxMSwxMy4zNjM4MzE4IDMxLjQ1NDc5MTgsMTMuMjUyOTM2MyBDMzEuMDUwNTU5OCwxMy4xNDI0OTk1IDMwLjU5ODc4NTYsMTMuMDIwODI0IDMwLjA5OTk2MTgsMTIuODg3Nzk1MiBDMjkuNDkzOTgzMywxMi43MzMwOTE5IDI4Ljk2ODA2MywxMi41NjQwNTM2IDI4LjUyMjMyMzksMTIuMzgxNzEyNCBDMjguMDc2NzA4LDEyLjE5OTAyNzEgMjcuNzA1MzYxNCwxMS45ODM0Mjg3IDI3LjQwODI4NDIsMTEuNzM0MjI5MSBDMjcuMTEwOTYwNiwxMS40ODUzNzM1IDI2Ljg4ODE1MjYsMTEuMTk3NzU2MSAyNi43Mzk4NjAzLDEwLjg3MTE0NzUgQzI2LjU5MTE5ODUsMTAuNTQ0OTk3NiAyNi41MTcwNTI0LDEwLjE1NTA4NTYgMjYuNTE3MDUyNCw5LjcwMTI5Njg0IEMyNi41MTcwNTI0LDkuMTAzNTg0NzEgMjYuNjM1NjYxNiw4LjU3MjYxNjMzIDI2Ljg3MzYxOSw4LjEwNzgxODMxIEMyNy4xMTA5NjA2LDcuNjQzMjQ5NjUgMjcuNDQwNjc2OSw3LjI1NTk3NTMxIDI3Ljg2Mjc2OCw2Ljk0NTg4MDYgQzI4LjI4NDQ4OTcsNi42MzYzNTkyOSAyOC43NzQ1Njg2LDYuNDAxMTUwNjIgMjkuMzMzMzc0NCw2LjI0MDcxMzMxIEMyOS44OTE2ODc1LDYuMDgwMzkwNjggMzAuNDkyMDAwMyw2IDMxLjEzMzY5NzEsNiBDMzIuMDI0OTI4OSw2IDMyLjg0NDk3MDUsNi4xMzAyNzY0NyAzMy41OTM2OTg4LDYuMzkwMDI2NjYgQzM0LjM0MjQyNzEsNi42NTAxMjA4OSAzNC45OTU3MDE1LDYuOTU3MjMzOTIgMzUuNTU0Mzg0MSw3LjMxMTEzNjM4IEwzNC40NjcwNzE1LDkuMTcwMDk5MSIgaWQ9InMiIGZpbGw9IiNGRkZGRkUiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJlIiBmaWxsPSIjRkZGRkZFIiBwb2ludHM9IjQ2IDE1Ljk1NTAxOTIgNDYgMTggMzggMTggMzggNiA0NS44NTM5MDMzIDYgNDUuODUzOTAzMyA4LjA0NDk4MDc4IDQwLjIzOTMyNzMgOC4wNDQ5ODA3OCA0MC4yMzkzMjczIDEwLjkzNTM1MTEgNDUuMDkxMjQwNCAxMC45MzUzNTExIDQ1LjA5MTI0MDQgMTIuODI4MDQ3MyA0MC4yMzkzMjczIDEyLjgyODA0NzMgNDAuMjM5MzI3MyAxNS45NTUwMTkyIDQ2IDE1Ljk1NTAxOTIiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

.card--fb .card-link-inner::after,
.card--twitter .card-link-inner::after {
  content: " ";
  display: block;
  position: absolute;
  top: 10rem;
  left: 10rem;
  width: 20rem;
  height: 20rem;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMjAgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5LjIgKDUxMTYwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QYWdlIDEgQ29weTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJEZXNrdG9wLUNvbXBvbmVudHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJNZWRpYS1Sb29tLUh1Yi0tLUluLXRoZS1OZXdzLVYyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQwLjAwMDAwMCwgLTk5OS4wMDAwMDApIiBmaWxsPSIjMURBMUYyIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzMC4wMDAwMDAsIDkxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJBcnRpY2xlLUNhcmQtLS1Tb2NpYWwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA3OS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTYuMjg5NzQ0LDI3IEMyMy45MDgzMDAyLDI3IDI4LjIxMTcwNTcsMjAuMjY5OTAxNyAyNy45NTI3MjQ5LDE0LjIzMzY4MSBDMjguNzU0MjM4NSwxMy42Mjg3MjI2IDI5LjQ1MDA5NTgsMTIuODczMTY3IDMwLDEyLjAxMjI0NDkgQzI5LjI2Mzg0NTksMTIuMzUzNTI5OSAyOC40NzMxNDM2LDEyLjU4NDMwODQgMjcuNjQzMTI3NCwxMi42ODc2MTkgQzI4LjQ5MDM0MzUsMTIuMTU3MTg4MiAyOS4xNDA5ODk3LDExLjMxNTc5NzQgMjkuNDQ3MTQ3MywxMC4zMTM1Mjk5IEMyOC42NTQ0NzkzLDEwLjgwNTQxMTkgMjcuNzc2MzAzNSwxMS4xNjI2MzA0IDI2Ljg0MTYxMzgsMTEuMzU0ODYwMiBDMjYuMDkzNjY1NSwxMC41MjA2NjUyIDI1LjAyNzI3NDEsMTAgMjMuODQ2ODcyMSwxMCBDMjEuMTk4NTg0NywxMCAxOS4yNTE1NjAzLDEyLjU4NDgyMjQgMTkuODQ5NjI0MSwxNS4yNjk4NzE1IEMxNi40Mzk2Mjg1LDE1LjA5MDQ5MTMgMTMuNDE1ODkyNywxMy4zODIwMTA2IDExLjM5MjY5NzQsMTAuNzg1MzY2NiBDMTAuMzE3NDYwMywxMi43MTQzNDYyIDEwLjgzNDkzMDUsMTUuMjM4MDA0NSAxMi42NjI1Mzg3LDE2LjUxNTI1MzIgQzExLjk4OTc3ODQsMTYuNDkzMTUxOSAxMS4zNTY4MjM0LDE2LjI5OTg5NDIgMTAuODAzNDc5MywxNS45Nzg2NTQ2IEMxMC43NTkyNTExLDE3Ljk2Njc0MjMgMTIuMTIwOTg4NywxOS44MjU4MjAxIDE0LjA5NDU1MDEsMjAuMjQxMTE4NyBDMTMuNTE3MTI2MSwyMC40MDUwNzk0IDEyLjg4NDY2MjYsMjAuNDQyNjAwMiAxMi4yNDE4NzkyLDIwLjMxNDEwNDMgQzEyLjc2Mzc3MjIsMjIuMDE4OTg3MiAxNC4yNzkzMjU4LDIzLjI1OTc0MyAxNi4wNzQ1LDIzLjI5NDE3OTkgQzE0LjM1MDA5MDksMjQuNzA4NjYyMSAxMi4xNzcwMTEyLDI1LjMzOTgzMzcgMTAsMjUuMDcxNTM0NCBDMTEuODE1ODE0LDI2LjI4OTE2MSAxMy45NzI2NzY4LDI3IDE2LjI4OTc0NCwyNyBaIiBpZD0iUGFnZS0xLUNvcHkiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

.card--fb .card-link-inner::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCA5IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OS4yICg1MTE2MCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+RmlsbCAxPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkRlc2t0b3AtQ29tcG9uZW50cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ik1lZGlhLVJvb20tSHViLS0tSW4tdGhlLU5ld3MtVjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NDIuMDAwMDAwLCAtMTAwMC4wMDAwMDApIiBmaWxsPSIjNDI2NkIyIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzMC4wMDAwMDAsIDkxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00MTMuOTY3NTAxLDEwOS4xODkyMTcgTDQxNy43NTA3MTgsMTA5LjE4OTIxNyBMNDE3Ljc1MDcxOCw5OS41MTI3MzEyIEw0MjAuMzkwMDU4LDk5LjUxMjczMTIgTDQyMC42NzE2NTMsOTYuMjczMzgxOSBMNDE3Ljc1MDcxOCw5Ni4yNzMzODE5IEw0MTcuNzUwNzE4LDk0LjQyODAyNTEgQzQxNy43NTA3MTgsOTMuNjY0MTEzOSA0MTcuOTAxMjgxLDkzLjM2MTk1NzUgNDE4LjYyMzk4Nyw5My4zNjE5NTc1IEw0MjAuNjcxNjUzLDkzLjM2MTk1NzUgTDQyMC42NzE2NTMsOTAgTDQxOC4wNTE4NDUsOTAgQzQxNS4yMzY3MTIsOTAgNDEzLjk2NzUwMSw5MS4yNjU5ODEzIDQxMy45Njc1MDEsOTMuNjkwMjk4IEw0MTMuOTY3NTAxLDk2LjI3MzM4MTkgTDQxMiw5Ni4yNzMzODE5IEw0MTIsOTkuNTUzNDYyIEw0MTMuOTY3NTAxLDk5LjU1MzQ2MiBMNDEzLjk2NzUwMSwxMDkuMTg5MjE3IFoiIGlkPSJGaWxsLTEiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

.card--product {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100rem;
  z-index: 2;
  margin-bottom: 30rem;
  background: 0 0;
}

.card-grid-inner .card--product {
  width: 33.333%;
}

@media (max-width: 768px) {
  .card-grid-inner .card--product {
    width: 100%;
  }
}

@media (min-width: 620px) {
  .card-grid-inner .card--product {
    width: 50%;
  }
  .card-grid-inner .card--product:nth-last-child(1) {
    display: none;
  }
}

@media (min-width: 769px) {
  .card-grid-inner .card--product {
    width: 33.333%;
    margin-bottom: 60rem;
  }
  .card-grid-inner .card--product:nth-last-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.card-grid-inner .card--product .fis-icon-arrow {
  -webkit-transition: margin-left 0.6s;
  transition: margin-left 0.6s;
}

.card--product.hero--marketplace-card.card--product-featured {
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #fff;
  box-shadow: rgba(0, 101, 111, 0.8) 8rem 8rem 0;
}

@media (min-width: 769px) {
  .card--product.hero--marketplace-card.card--product-featured {
    max-width: 90%;
    width: 735rem;
  }
}

.card--product.hero--marketplace-card.card--product-featured .card-link {
  padding: 30rem 20rem;
}

@media (min-width: 769px) {
  .card--product.hero--marketplace-card.card--product-featured .card-link {
    padding: 50rem 50rem 20rem;
  }
}

.card--product.hero--marketplace-card.card--product-featured
.card-link
.card-link-inner
.fis-cta-btn,
.card--product.hero--marketplace-card.card--product-featured
.card-link
.card-link-inner
.fis-style
.btn-xrayhtml-flipsource,
.fis-style
.card--product.hero--marketplace-card.card--product-featured
.card-link
.card-link-inner
.btn-xrayhtml-flipsource {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-preferred-size: 175rem;
  flex-basis: 175rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  height: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175rem;
  margin: 0;
  white-space: nowrap;
  z-index: 8;
}

@media (min-width: 620px) {
  .card--product.hero--marketplace-card.card--product-featured
.card-link
.card-link-inner
.fis-cta-btn,
  .card--product.hero--marketplace-card.card--product-featured
.card-link
.card-link-inner
.fis-style
.btn-xrayhtml-flipsource,
  .fis-style
.card--product.hero--marketplace-card.card--product-featured
.card-link
.card-link-inner
.btn-xrayhtml-flipsource {
    margin-bottom: 20rem;
  }
}

.card--product.hero--marketplace-card.card--product-featured .card-copy {
  margin-top: 0;
  position: relative;
  top: 0;
  width: 100%;
}

@media (max-width: 619px) {
  .card--product.hero--marketplace-card.card--product-featured .card-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-category {
  margin-bottom: 10rem;
  margin-top: 5rem;
}

@media (max-width: 619px) {
  .card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-category {
    margin-top: 20rem;
  }
}

@media (min-width: 620px) {
  .card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-category {
    margin-bottom: 10rem;
    margin-top: 0;
  }
}

.card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-title {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 25rem;
  color: #012834;
}

@media (min-width: 769px) {
  .card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-title {
    line-height: 1.1;
    font-size: 45rem;
  }
}

.card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-title--secondary,
.component--light-text
.card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-title {
  color: #fff;
}

.card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-title--tertiary {
  color: #012834;
}

.card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-title--quaternary {
  color: #00a4b6;
}

.card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-title
.trademark::before {
  position: relative;
  content: "TM";
  font-size: 12rem;
  bottom: 17rem;
}

@media (max-width: 619px) {
  .card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-subtitle {
    margin-bottom: 20rem;
  }
}

@media (max-width: 619px) {
  .card--product.hero--marketplace-card.card--product-featured
.card-copy
.card-copy-inner {
    margin-left: 0;
  }
}

.card--product.hero--marketplace-card.card--product-featured
.card-copy
.fis-icon-link {
  display: none;
}

.card--product.hero--marketplace-card.card--product-featured
.card-icon-container {
  width: 95rem;
  height: 95rem;
}

.card--product.hero--marketplace-card.card--product-featured
.card-icon-container
img {
  border: none;
  width: 100%;
  height: 100%;
  padding: 24rem 16rem;
}

.card--product.hero--marketplace-card.card--product-featured
.card-product-descrip {
  position: relative;
  z-index: 5;
  display: none;
  margin-top: 20rem;
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 16rem;
  color: #012834;
  letter-spacing: 0;
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.card--product.hero--marketplace-card.card--product-featured
.card-product-descrip--secondary,
.component--light-text
.card--product.hero--marketplace-card.card--product-featured
.card-product-descrip {
  color: #fff;
}

.card--product.hero--marketplace-card.card--product-featured
.card-product-descrip
b,
.card--product.hero--marketplace-card.card--product-featured
.card-product-descrip
strong {
  font-family: source_sans_proregular, sans-serif;
}

@media (min-width: 620px) {
  .card--product.hero--marketplace-card.card--product-featured
.card-product-descrip {
    display: block;
  }
}

.card--product .card-icon-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-preferred-size: 100rem;
  flex-basis: 100rem;
  width: 100rem;
  height: 100rem;
  z-index: 3;
  overflow: hidden;
}

.card--product .card-icon-container .card-icon {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0;
  font-size: 45rem;
}

.card--product .card-icon-container .card-icon .fis-icon {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card--product .card-icon-container .card-icon img {
  border: none;
  width: 100%;
  height: 100%;
  padding: 24rem 16rem;
}

.card--product .card-icon-container .shutter-blade-right {
  height: inherit;
  opacity: 0.2;
  -webkit-transform: scale(2) translate(-65%, 25%) rotate(45deg);
  -ms-transform: scale(2) translate(-65%, 25%) rotate(45deg);
  transform: scale(2) translate(-65%, 25%) rotate(45deg);
}

.card--product .card-icon-container .shutter-blade-left {
  height: inherit;
  opacity: 0.2;
  -webkit-transform: scale(2) translate(-25%, -45%) rotate(45deg);
  -ms-transform: scale(2) translate(-25%, -45%) rotate(45deg);
  transform: scale(2) translate(-25%, -45%) rotate(45deg);
}

.card--product .card-icon-container:hover .shutter-blade-right {
  height: inherit;
  -webkit-transform: scale(2) translate(-45%, 45%) rotate(35deg);
  -ms-transform: scale(2) translate(-45%, 45%) rotate(35deg);
  transform: scale(2) translate(-45%, 45%) rotate(35deg);
}

.card--product .card-icon-container:hover .shutter-blade-left {
  height: inherit;
  -webkit-transform: scale(2) translate(-25%, -45%) rotate(65deg);
  -ms-transform: scale(2) translate(-25%, -45%) rotate(65deg);
  transform: scale(2) translate(-25%, -45%) rotate(65deg);
}

.card--product .fis-icon-arrow {
  font-size: 0.8em;
  -webkit-transition: margin-left 0.6s;
  transition: margin-left 0.6s;
}

.card--product:hover .card-icon-container .shutter-blade-right {
  height: inherit;
  -webkit-transform: scale(2) translate(-45%, 45%) rotate(35deg);
  -ms-transform: scale(2) translate(-45%, 45%) rotate(35deg);
  transform: scale(2) translate(-45%, 45%) rotate(35deg);
}

.card--product:hover .card-icon-container .shutter-blade-left {
  height: inherit;
  -webkit-transform: scale(2) translate(-25%, -45%) rotate(65deg);
  -ms-transform: scale(2) translate(-25%, -45%) rotate(65deg);
  transform: scale(2) translate(-25%, -45%) rotate(65deg);
}

.card--product:hover .fis-icon-arrow {
  margin-left: 15rem;
}

.card--product .card-link {
  background: 0 0;
  margin-top: 5rem;
}

.card--product .card-link .fis-cta-btn,
.card--product .card-link .fis-style .btn-xrayhtml-flipsource,
.fis-style .card--product .card-link .btn-xrayhtml-flipsource {
  display: none;
}

.card--product .card-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  background: 0 0;
}

.card--product .card-copy .card-copy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
  -ms-flex: 3 1;
  flex: 3 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-left: 20rem;
  padding-right: 10rem;
}

.card--product .card-copy .card-copy-inner .card-category,
.card--product .card-copy .card-copy-inner .card-subtitle,
.card--product .card-copy .card-copy-inner .card-title {
  margin-top: 0;
  margin-bottom: 5rem;
}

.card--product .card-copy .card-copy-inner .card-category {
  color: #012834;
}

.card--product .card-copy .card-copy-inner .card-title::after {
  display: none;
}

.card--product .card-copy .card-copy-inner .card-subtitle {
  color: #012834;
}

.card--product .card-copy .card-copy-inner .fis-icon-link {
  display: block;
  margin: 0;
}

@media (max-width: 768px) {
  .card--product .card-copy .card-copy-inner .card-title::after {
    display: none;
  }
  .card--product .card-copy .card-copy-inner .card-subtitle {
    color: #9b9b9b;
  }
  .card--product .card-copy .card-copy-inner .fis-icon-link {
    display: block;
    margin: 0;
  }
}

.card--product .card-copy .card-descrip {
  display: none;
}

.card--product .card-product-descrip {
  display: none;
}

@media (max-width: 768px) {
  .card--product.product-highlight-card {
    margin-bottom: 40rem;
  }
  .card--product.product-highlight-card .product-highlight-title h1 {
    font-size: 30rem;
  }
}

.card--product.product-highlight-card
.card-copy
.card-copy-inner
.card-category,
.card--product.product-highlight-card
.card-copy
.card-copy-inner
.card-subtitle,
.card--product.product-highlight-card .card-copy .card-copy-inner .card-title,
.card--product.product-highlight-card .card-copy .card-copy-inner .fis-link {
  color: #fff;
}

.card .card-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.card .card-image::after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.card .card-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: no-repeat center/cover;
  height: 101%;
}

.card.visible .play-button {
  mix-blend-mode: normal;
}

.card.visible .play-button .fis-icon {
  mix-blend-mode: normal;
}

.card.visible .card-image-inner {
  opacity: 1;
}

.card.visible .card-copy-inner {
  opacity: 1;
}

.card.visible .card-image {
  background-image: none;
}

.card.visible.card--highlight .card-image {
  background-color: #fff;
}

.card--highlight.visible .card-image-inner {
  mix-blend-mode: multiply;
}

.card--highlight.visible .shutter-blade-left {
  background: #012834;
  opacity: 0.7;
}

.card--highlight.visible .shutter-blade-right {
  background: #4bcd3e;
  opacity: 0.7;
}

.card--gray .card-image-inner {
  filter: #c8c8c8;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.left-heavy-container .card .card-image::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

@media (max-width: 768px) {
  .card-grid--infinite .card {
    margin-bottom: 60rem;
  }
}

.card-icon {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 10rem;
  text-align: left;
}

@media (max-width: 768px) {
  .card-icon + .card-icon {
    margin-top: 40rem;
  }
}

@media (min-width: 769px) {
  .card-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: -webkit-calc(100% / 3 - 20rem);
    width: calc(100% / 3 - 20rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 3 - 20rem);
    flex: 1 1 -webkit-calc(100% / 3 - 20rem);
    flex: 1 1 calc(100% / 3 - 20rem);
  }
}

.card-icon .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: hidden;
  box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.1);
}

.card-icon .card-content:hover .fis-icon-arrow {
  -webkit-transition: margin-left 0.6s;
  transition: margin-left 0.6s;
}

.card-icon .card-content:hover:hover .fis-icon-arrow {
  margin-left: 15rem;
}

.card-icon .card-descrip {
  margin-top: 0;
  margin-bottom: 20rem;
  max-width: 100%;
}

.card-icon .card-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 60rem 45rem;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.card-icon .card-copy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-icon .card-copy-inner .fis-h3 {
  margin-bottom: 30rem;
}

.card-icon .card-copy-inner .fis-h3::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 15rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.card-icon .card-copy-inner .fis-h3::after {
  margin-right: auto;
  margin-left: auto;
}

.card-icon .module-title-link .fis-icon {
  font-size: 11rem;
}

.card-icon .bg--teal-dark .fis-icon {
  color: #fff;
}

.card-icon .bg--teal-dark .fis-icon.fis--green {
  color: #4bcd3e;
}

.card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-bottom: 60rem;
}

@media (min-width: 769px) {
  .card-grid {
    margin-bottom: 50rem;
  }
}

.card-grid.padding-lg {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .card-grid.padding-lg {
    margin-bottom: 0;
  }
}

.card-grid-inner,
.card-grid-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: -10rem;
  margin-right: -10rem;
}

.card-grid .card--full:nth-child(n + 4) {
  margin-top: 20rem;
}

@media (max-width: 768px) {
  .card-grid .card--full {
    width: 100%;
  }
}

.card-grid .card-grid-inner > .card--half {
  margin-bottom: 30rem;
}

@media (min-width: 769px) {
  .card-grid .card-grid-inner > .card--full {
    margin-bottom: 60rem;
  }
}

@media (min-width: 769px) {
  .card-grid--left-heavy .card-grid-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 450rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .card-grid--left-heavy .card-grid-inner {
    height: 500rem;
  }
}

.card-grid--marketplace {
  margin-top: 0;
}

.card-grid .card-grid-loader .card {
  margin-top: 20rem;
  pointer-events: none;
  -webkit-animation: blink 0.6s infinite alternate;
  animation: blink 0.6s infinite alternate;
}

.card-grid .card-grid-loader .card:nth-child(3n + 2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.card-grid .card-grid-loader .card:nth-child(3n + 3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@media (max-width: 768px) {
  .card-grid .card-grid-loader .card:nth-child(n + 2) {
    display: none;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.8;
  }
}

.hero--default + .card-grid.padding-lg {
  padding-top: 0;
}

.card-template {
  display: none;
}

@media (min-width: 769px) {
  .marketplace--new {
    display: none;
  }
}

@media (min-width: 769px) {
  .marketplace--new .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.marketplace--new .marketplace-featured-copy {
  border-bottom: #c8c8c8 1rem solid;
}

@media (max-width: 768px) {
  .marketplace--new .marketplace-featured-copy {
    margin-top: 40rem;
    margin-bottom: 30rem;
    padding-bottom: 10rem;
  }
}

.marketplace--new .module-title-bar {
  display: none;
}

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

.card-grid--center .card-grid-inner > .card--full {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .card-grid--center .card-grid-inner > .card--product {
    margin-bottom: 0;
  }
  .card-grid--center .card-grid-inner > .card--product:nth-child(n + 4) {
    margin-top: 20rem;
  }
}

.card-grid--center .card-grid-footer {
  margin: 40rem auto 0;
}

.card-grid--center .fis-cta-btn,
.card-grid--center .fis-style .btn-xrayhtml-flipsource,
.fis-style .card-grid--center .btn-xrayhtml-flipsource {
  margin-top: 0;
}

.card-grid--center .fis-cta-btn .fis-icon-carrot--down,
.card-grid--center .fis-style .btn-xrayhtml-flipsource .fis-icon-carrot--down,
.fis-style .card-grid--center .btn-xrayhtml-flipsource .fis-icon-carrot--down {
  margin-left: 15rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .card-grid--center .slick-initialized + .card-grid-footer {
    margin-top: 80rem;
  }
}

.card-grid--center .fis-icon-link {
  display: inline-block;
  margin-left: 30%;
  margin-right: 30%;
}

@media (min-width: 769px) {
  .card-grid--center .fis-icon-link {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.card-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 50%;
  padding: 0 10rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: 20rem;
}

@media (min-width: 769px) {
  .card-media {
    width: 20%;
    margin-bottom: 60rem;
    min-height: 350rem;
  }
}

.card-media-link {
  display: block;
  height: auto;
}

.card-media .card-media-image {
  width: 100%;
  height: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.card-media .fis-icon-link-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-media .card-media-descrip {
  padding-right: 30rem;
}

.card-media .card-media-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20rem;
}

.card-grid--carousel .card-grid-inner {
  margin-left: -10rem;
  margin-right: -10rem;
}

.card-grid--5-carousel {
  margin-bottom: 60rem;
}

.card-grid--5-carousel .card-grid-inner,
.card-grid--5-carousel .card-grid-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .card-grid--5-carousel .card-grid-inner,
  .card-grid--5-carousel .card-grid-loader {
    display: block;
  }
}

@media (min-width: 769px) {
  .contact-container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.card-contact {
  padding: 30rem 0;
}

@media (max-width: 768px) {
  .card-contact {
    padding-top: 0;
  }
  .card-contact + .card-contact {
    border-top: 2rem solid #c8c8c8;
    padding-top: 30rem;
  }
}

@media (min-width: 769px) {
  .card-contact {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 2rem);
    flex: 1 0 -webkit-calc(50% - 2rem);
    flex: 1 0 calc(50% - 2rem);
    margin: 30rem 0 60rem;
    padding: 30rem 100rem;
  }
  .card-contact:nth-child(even) {
    border-left: 2rem solid #c8c8c8;
  }
}

.card-contact .fis-icon-link {
  display: block;
  margin-top: 30rem;
}

.card-contact .fis-icon-link-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-contact .fis-icon-link .fis-icon-phone-stroke {
  font-size: 1.438em;
}

.card-contact .fis-icon-link .fis-icon-email-stroke {
  font-size: 1.25em;
}

@media (min-width: 769px) {
  .executive-detail .content-width,
  .executive-detail .fis-quote-container .slick-dots,
  .executive-detail .hero-carousel .slick-dots,
  .fis-quote-container .executive-detail .slick-dots,
  .hero-carousel .executive-detail .slick-dots {
    padding-left: 120rem;
    padding-right: 120rem;
  }
}

.executive-detail .fis-icon-link {
  display: block;
  font-size: 14rem;
  margin-bottom: 15rem;
}

.executive-detail-content {
  position: relative;
}

.executive-detail-content p {
  margin: 30rem 0;
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0.2rem;
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.component--light-text .executive-detail-content p,
.executive-detail-content p--secondary {
  color: #fff;
}

.executive-detail-content p b,
.executive-detail-content p strong {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 500;
}

@media (min-width: 769px) {
  .executive-detail-content {
    content: "";
    display: table;
    clear: both;
  }
}

.executive-detail-img-container {
  position: relative;
  display: inline-block;
  width: 50%;
}

@media (max-width: 768px) {
  .executive-detail-img-container .fis-icon-link {
    display: none;
  }
}

@media (min-width: 769px) {
  .executive-detail-img-container {
    width: 220rem;
    float: left;
    position: absolute;
    height: 100%;
  }
  .executive-detail-img-container .executive-detail-img-stick {
    position: absolute;
  }
}

.executive-detail-img-container .executive-detail-img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .executive-detail-img-container .executive-detail-img {
    margin-bottom: 20rem;
  }
}

@media (min-width: 769px) {
  .executive-detail-img-container--fixed .executive-detail-img-stick {
    width: 220rem;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(100rem);
    -ms-transform: translateY(100rem);
    transform: translateY(100rem);
  }
}

.executive-detail-bio,
.executive-detail-header {
  display: inline-block;
  margin-left: 20rem;
  float: right;
  width: -webkit-calc(100% - 50% - 20rem);
  width: calc(100% - 50% - 20rem);
}

@media (min-width: 769px) {
  .executive-detail-bio,
  .executive-detail-header {
    margin-left: 20rem;
    width: -webkit-calc(100% - 220rem - 20rem);
    width: calc(100% - 220rem - 20rem);
  }
}

@media (max-width: 768px) {
  .executive-detail-bio .fis-h2,
  .executive-detail-header .fis-h2 {
    font-size: 16rem;
  }
}

.executive-detail-header p {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14rem;
  color: #012834;
  letter-spacing: 0;
}

.component--light-text .executive-detail-header p,
.executive-detail-header p--secondary {
  color: #fff;
}

.executive-detail-header p--tertiary {
  color: #9b9b9b;
}

.executive-detail-header .executive-detail-name,
.executive-detail-header .executive-detail-title,
.executive-detail-header .fis-icon-link {
  margin-top: 0;
  margin-bottom: 20rem;
}

@media (min-width: 769px) {
  .executive-detail-header .fis-icon-link {
    display: none;
  }
  .executive-detail-header .executive-detail-title {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .executive-detail-bio {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}

.fis-social {
  pointer-events: auto;
}

@media (min-width: 769px) {
  .fis-social {
    padding-top: 0;
    display: inline-block;
  }
}

.fis-social-link {
  display: inline-block;
  margin-right: 10rem;
}

@media (min-width: 769px) {
  .fis-social-link {
    display: block;
    margin-bottom: 15rem;
  }
}

.fis-social-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  font-size: 18rem;
  color: #fff;
  pointer-events: auto;
  border: 1rem solid #fff;
  background-color: #4bcd3e;
  background-clip: padding-box;
}

.fis-social-link a:hover {
  background-color: #012834;
}

.fis-social-link .fis-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fis-social-link--border {
  position: relative;
  padding-left: 10rem;
}

@media (min-width: 769px) {
  .fis-social-link--border {
    padding-top: 15rem;
    padding-left: 0;
  }
}

.fis-social-link--border::before {
  content: " ";
  display: block;
  position: absolute;
}

@media (max-width: 768px) {
  .fis-social-link--border::before {
    border-left: 2rem solid #c8c8c8;
    top: 25%;
    left: 0;
    height: 50%;
  }
}

@media (min-width: 769px) {
  .fis-social-link--border::before {
    top: 0;
    left: 25%;
    width: 50%;
    border-top: 2rem solid #c8c8c8;
  }
}

.fis-social .fis-email-btn {
  font-size: 14rem;
}

.fis-social .fis-linkedin-btn .fis-icon {
  margin-top: -3rem;
}

.fis-social .fis-twitter-btn .fis-icon {
  margin-left: 3rem;
}

.fis-social--secondary .fis-social-link a {
  color: #012834;
  background-color: #fff;
  border: 0;
}

.fis-social--secondary .fis-social-link a:hover {
  color: #fff;
  background-color: #012834;
}

.fis-social--tertiary .fis-social-link a {
  color: #fff;
  background-color: #4bcd3e;
}

.fis-social--tertiary .fis-social-link a:hover {
  background-color: #012834;
}

.fis-social--horz {
  display: block;
}

.fis-social--horz .fis-social-link {
  display: inline-block;
  margin-right: 0;
}

.fis-social--horz .fis-social-link + .fis-social-link {
  margin-left: 10rem;
}

.content-body {
  position: relative;
}

.content-body .content-width,
.content-body .fis-quote-container .slick-dots,
.content-body .hero-carousel .slick-dots,
.fis-quote-container .content-body .slick-dots,
.hero-carousel .content-body .slick-dots {
  padding: 30rem 0;
}

@media (min-width: 769px) {
  .content-body .content-width,
  .content-body .fis-quote-container .slick-dots,
  .content-body .hero-carousel .slick-dots,
  .fis-quote-container .content-body .slick-dots,
  .hero-carousel .content-body .slick-dots {
    padding: 60rem 240rem 30rem;
  }
  .content-body .content-width.no-padding,
  .content-body .fis-quote-container .no-padding.slick-dots,
  .content-body .hero-carousel .no-padding.slick-dots,
  .fis-quote-container .content-body .no-padding.slick-dots,
  .hero-carousel .content-body .no-padding.slick-dots {
    padding: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .content-body .content-width,
  .content-body .fis-quote-container .slick-dots,
  .content-body .hero-carousel .slick-dots,
  .fis-quote-container .content-body .slick-dots,
  .hero-carousel .content-body .slick-dots {
    padding: 60rem 130rem 30rem 130rem;
  }
}

.content-body .fis-rich-text {
  color: #012834;
}

.content-body .fis-rich-text h4 {
  margin-bottom: 30rem;
}

.content-body .fis-rich-text p,
.content-body .fis-rich-text ul {
  margin-bottom: 20rem;
}

.content-body .fis-rich-text ul {
  list-style: none;
}

.content-body .fis-rich-text ul li {
  position: relative;
  padding-left: 20rem;
  margin-bottom: 20rem;
}

.content-body .fis-rich-text ul li::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #4bcd3e;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  top: 9rem;
  left: 0;
}

.content-body .fis-rich-text p {
  margin-top: 0;
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.component--light-text .content-body .fis-rich-text p,
.content-body .fis-rich-text p--secondary {
  color: #fff;
}

.content-body .fis-rich-text p b,
.content-body .fis-rich-text p strong {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 500;
}

.content-body .fis-icon-text-link {
  float: right;
}

.content-body .fis-icon-text-link .fis-icon {
  vertical-align: text-top;
}

.content-body.content--product-bundle {
  margin: 20rem 0;
}

.content-body.content--product-bundle .content-width,
.content-body.content--product-bundle .fis-quote-container .slick-dots,
.content-body.content--product-bundle .hero-carousel .slick-dots,
.fis-quote-container .content-body.content--product-bundle .slick-dots,
.hero-carousel .content-body.content--product-bundle .slick-dots {
  padding: 0 20rem;
  font-size: 16rem;
}

@media (min-width: 769px) {
  .content-body.content--product-bundle .content-width,
  .content-body.content--product-bundle .fis-quote-container .slick-dots,
  .content-body.content--product-bundle .hero-carousel .slick-dots,
  .fis-quote-container .content-body.content--product-bundle .slick-dots,
  .hero-carousel .content-body.content--product-bundle .slick-dots {
    padding: 0 130rem;
  }
}

.content-body.content--product-bundle .content-width p,
.content-body.content--product-bundle .fis-quote-container .slick-dots p,
.content-body.content--product-bundle .hero-carousel .slick-dots p,
.fis-quote-container .content-body.content--product-bundle .slick-dots p,
.hero-carousel .content-body.content--product-bundle .slick-dots p {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.component--light-text .content-body.content--product-bundle .content-width p,
.component--light-text
.content-body.content--product-bundle
.fis-quote-container
.slick-dots
p,
.component--light-text
.content-body.content--product-bundle
.hero-carousel
.slick-dots
p,
.content-body.content--product-bundle .content-width p--secondary,
.content-body.content--product-bundle
.fis-quote-container
.slick-dots
p--secondary,
.content-body.content--product-bundle .hero-carousel .slick-dots p--secondary,
.fis-quote-container
.component--light-text
.content-body.content--product-bundle
.slick-dots
p,
.fis-quote-container
.content-body.content--product-bundle
.slick-dots
p--secondary,
.hero-carousel
.component--light-text
.content-body.content--product-bundle
.slick-dots
p,
.hero-carousel .content-body.content--product-bundle .slick-dots p--secondary {
  color: #fff;
}

.content-body.content--product-bundle .content-width p b,
.content-body.content--product-bundle .content-width p strong,
.content-body.content--product-bundle .fis-quote-container .slick-dots p b,
.content-body.content--product-bundle .fis-quote-container .slick-dots p strong,
.content-body.content--product-bundle .hero-carousel .slick-dots p b,
.content-body.content--product-bundle .hero-carousel .slick-dots p strong,
.fis-quote-container .content-body.content--product-bundle .slick-dots p b,
.fis-quote-container .content-body.content--product-bundle .slick-dots p strong,
.hero-carousel .content-body.content--product-bundle .slick-dots p b,
.hero-carousel .content-body.content--product-bundle .slick-dots p strong {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 500;
}

.content-body.content--product-bundle .content-width .divider-title,
.content-body.content--product-bundle
.fis-quote-container
.slick-dots
.divider-title,
.content-body.content--product-bundle .hero-carousel .slick-dots .divider-title,
.fis-quote-container
.content-body.content--product-bundle
.slick-dots
.divider-title,
.hero-carousel
.content-body.content--product-bundle
.slick-dots
.divider-title {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .content-body.content--product-bundle .content-width .divider-title,
  .content-body.content--product-bundle
.fis-quote-container
.slick-dots
.divider-title,
  .content-body.content--product-bundle
.hero-carousel
.slick-dots
.divider-title,
  .fis-quote-container
.content-body.content--product-bundle
.slick-dots
.divider-title,
  .hero-carousel
.content-body.content--product-bundle
.slick-dots
.divider-title {
    margin-top: 50rem;
  }
}

.fis-content-nav {
  display: none;
}

@media (min-width: 769px) {
  .fis-content-nav {
    display: inline-block;
    text-align: center;
    left: 20rem;
    position: relative;
  }
  .fis-content-nav-inner {
    pointer-events: auto;
    width: 80rem;
  }
  .fis-content-nav p {
    margin: 0;
  }
  .fis-content-nav-title {
    line-height: 1.2;
    padding-bottom: 10rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .fis-content-nav .fis-chapter-button {
    padding: 10rem;
    border-top: 1rem solid rgba(0, 0, 0, 0.5);
  }
  .fis-content-nav .fis-chapter-button a {
    color: #4bcd3e;
    font-family: source_sans_proregular, sans-serif;
    font-size: 36rem;
    pointer-events: auto;
    display: block;
    position: relative;
    z-index: 100;
  }
  .fis-content-nav .fis-chapter-button--active a {
    color: #000;
  }
}

.fis-quote-container {
  position: relative;
  text-align: center;
}

.fis-quote-container .fis-cta-btn,
.fis-quote-container .fis-style .btn-xrayhtml-flipsource,
.fis-style .fis-quote-container .btn-xrayhtml-flipsource {
  display: inline-block;
  margin-top: 40rem;
}

@media (max-width: 768px) {
  .fis-quote-container .fis-quote-inner {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .fis-quote-container .fis-quote-inner {
    max-width: -webkit-calc(100% - 240rem);
    max-width: calc(100% - 240rem);
  }
}

@media (max-width: 768px) {
  .content-body .fis-quote-container .slick-dots {
    bottom: -25rem;
    padding-left: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .content-body .fis-quote-container .slick-dots {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .content-body .fis-quote-container .slick-dots {
    padding-top: 0;
    max-width: 100%;
  }
}

.content-body .fis-quote-container .fis-quote-inner {
  padding-top: 0;
}

.fis-quote {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 32rem;
  letter-spacing: 0;
  color: #012834;
  margin: 0 auto;
  max-width: 800rem;
  position: relative;
  padding: 28rem;
}

.fis-quote-container .fis-quote::after {
  content: " “ ";
  position: absolute;
  top: -22rem;
  left: -10rem;
  font: normal 250rem/1 Roboto, sans-serif;
  opacity: 0.15;
  display: block;
}

.component--light-text .fis-quote,
.fis-quote--secondary {
  color: #fff;
}

.fis-quote--tertiary {
  color: #012834;
}

.fis-quote--quaternary {
  color: #00a4b6;
}

.fis-quote footer {
  font-family: titillium_webregular, sans-serif;
  font-size: 16rem;
  font-style: italic;
  margin-top: 40rem;
}

@media (max-width: 768px) {
  .fis-quote {
    font-size: 24rem;
    padding-left: 30rem;
    padding-right: 30rem;
  }
  .fis-quote footer {
    font-size: 14rem;
  }
  .fis-quote-container .fis-quote::after {
    display: none;
  }
}

.fis-quote .padding-lg {
  padding-bottom: 0;
}

.fis-quote-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.fis-quote-image::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: " ";
  background-color: rgba(0, 0, 0, 0.5);
}

.fis-quote .fis-icon-quotes {
  position: relative;
  opacity: 0.25;
  top: 5rem;
  font-size: 40rem;
  display: none;
}

@media (min-width: 769px) {
  .fis-quote .fis-icon-quotes {
    font-size: 60rem;
  }
}

.image-grid {
  text-align: center;
  background-color: #fff;
  margin-bottom: 30rem;
}

@media (min-width: 769px) {
  .image-grid {
    margin-bottom: 50rem;
  }
}

.image-grid .image-grid-inner,
.image-grid .image-grid-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-grid .image-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  width: 50%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40rem;
}

@media (min-width: 769px) {
  .image-grid .image-grid-item {
    width: 25%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30rem 40rem;
  }
}

.image-grid .image-grid-item-media {
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-grid .image-grid-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-grid .image-grid-item-link::before {
  content: " ";
  float: left;
  padding-top: 100%;
}

.image-grid .image-grid-item-link .image-grid-item-media {
  width: 100%;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

@media (min-width: 769px) {
  .image-grid .image-grid-item-link:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.image-grid .module-title {
  margin-bottom: 60rem;
}

.fis-style .image-grid .btn-xrayhtml-flipsource,
.image-grid .fis-cta-btn,
.image-grid .fis-style .btn-xrayhtml-flipsource {
  margin: 60rem auto 0;
}

.image-collage {
  overflow: hidden;
}

.image-collage__scroll {
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
  top: 20rem;
}

@media (min-width: 769px) {
  .image-collage__scroll {
    width: auto;
    overflow: hidden;
  }
}

.image-collage__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 60vw;
  position: relative;
  width: 168vw;
}

@media (min-width: 769px) {
  .image-collage__container {
    height: 30vw;
    width: 100vw;
    overflow: hidden;
  }
}

.image-collage__img {
  display: block;
  border: 5rem solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26vw;
  flex: 0 0 26vw;
  width: 26vw;
}

@media (min-width: 769px) {
  .image-collage__img {
    width: -webkit-calc(100% / 6 - 35px);
    width: calc(100% / 6 - 35px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14vw;
    flex: 0 0 14vw;
  }
}

.image-collage__img:nth-of-type(1),
.image-collage__img:nth-of-type(4),
.image-collage__img:nth-of-type(7) {
  border-top-width: 10rem;
}

.image-collage__img:nth-of-type(3),
.image-collage__img:nth-of-type(6) {
  border-top: 0;
  border-bottom-width: 50rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60vw;
  flex: 0 0 60vw;
  width: 32vw;
}

@media (min-width: 769px) {
  .image-collage__img:nth-of-type(3),
  .image-collage__img:nth-of-type(6) {
    border-bottom-width: 30rem;
    width: -webkit-calc(100% / 6 + 70px);
    width: calc(100% / 6 + 70px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30vw;
    flex: 0 0 30vw;
  }
}

.image-collage__img:nth-of-type(7) {
  width: 52vw;
}

@media (min-width: 769px) {
  .image-collage__img:nth-of-type(7) {
    width: -webkit-calc(100% / 3 - 35px);
    width: calc(100% / 3 - 35px);
  }
}

.image-collage__img:last-of-type {
  position: absolute;
  right: 0;
  top: 26vw;
}

@media (min-width: 769px) {
  .image-collage__img:last-of-type {
    top: 14vw;
  }
}

.author {
  position: relative;
  overflow: hidden;
  padding-bottom: 20rem;
}

@media (min-width: 769px) {
  .author {
    padding-bottom: 40rem;
  }
}

.author-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (min-width: 769px) {
  .author-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 0 110rem;
  }
}

.author-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
}

@media (min-width: 769px) {
  .author-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    -ms-flex-preferred-size: calc(100% - 160rem - 130rem);
    flex-basis: -webkit-calc(100% - 160rem - 130rem);
    flex-basis: calc(100% - 160rem - 130rem);
    text-align: left;
  }
}

.author .fis-link {
  display: inline-block;
}

.author-descrip {
  display: none;
}

@media (min-width: 769px) {
  .author-descrip {
    display: block;
    font-family: source_sans_proregular, sans-serif;
    line-height: 1.5;
    font-size: 16rem;
    color: #012834;
    letter-spacing: 0;
    margin-top: 30rem;
    margin-bottom: 30rem;
    margin-top: 0;
  }
  .author-descrip--secondary,
  .component--light-text .author-descrip {
    color: #fff;
  }
  .author-descrip b,
  .author-descrip strong {
    font-family: source_sans_proregular, sans-serif;
  }
}

.author .fis-link,
.author-descrip,
.author-title {
  margin-bottom: 10rem;
}

@media (min-width: 769px) {
  .author .fis-link,
  .author-descrip,
  .author-title {
    margin-bottom: 20rem;
  }
}

.author-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150rem;
  flex: 0 0 150rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 150rem;
  height: 150rem;
  border-radius: 50%;
  margin-bottom: 40rem;
}

.author .shutter-blade-left {
  z-index: 0;
  opacity: 0.2;
  top: 40%;
  width: 200%;
  height: 200%;
  -webkit-transform: translate(-45%, 15%) rotate(35deg);
  -ms-transform: translate(-45%, 15%) rotate(35deg);
  transform: translate(-45%, 15%) rotate(35deg);
}

@media (min-width: 769px) {
  .author .shutter-blade-left {
    top: 0;
  }
}

.author .shutter-blade-right {
  z-index: 1;
  opacity: 0.15;
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
  -ms-transform: translate(50%, 50%) rotate(-45deg);
  transform: translate(50%, 50%) rotate(-45deg);
}

@media (min-width: 769px) {
  .author .shutter-blade-right {
    left: auto;
    right: 0;
    width: 75%;
  }
}

.fis-media {
  width: 100%;
  text-align: center;
}

.fis-media .wistia_embed {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.fis-media .wistia_embed .wistia_click_to_play {
  width: 100% !important;
  height: 46.666vw !important;
}

.fis-media--video-sm .fis-media .wistia_embed .wistia_click_to_play {
  height: 100% !important;
}

@media (min-width: 769px) {
  .fis-media .wistia_embed .wistia_click_to_play {
    height: 30vw !important;
  }
  .fis-media--video-sm .fis-media .wistia_embed .wistia_click_to_play {
    height: 100% !important;
  }
}

.fis-media + .fis-media-title {
  margin-top: 20rem;
}

.fis-media + .fis-media-desc {
  margin-top: 60rem;
}

.fis-media.fis-media--video-md .wistia_embed,
.fis-media.fis-media--video-sm .wistia_embed {
  overflow: visible;
}

.fis-media.fis-media--video-md .wistia_embed .wistia_click_to_play,
.fis-media.fis-media--video-sm .wistia_embed .wistia_click_to_play {
  height: 100% !important;
}

@media (min-width: 769px) {
  .fis-media.fis-media--video-md .wistia_embed .wistia_click_to_play,
  .fis-media.fis-media--video-sm .wistia_embed .wistia_click_to_play {
    height: 100% !important;
  }
}

@media (max-width: 768px) {
  .fis-media.fis-media--video-md .fis-media-play {
    width: 45rem;
    height: 45rem;
  }
}

@media (min-width: 769px) {
  .fis-media.fis-media--video-sm .fis-media-play {
    width: 55rem;
    height: 55rem;
  }
}

.fis-media-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 46.666vw;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.fis-media--contain .fis-media-image {
  background-size: contain;
  background-repeat: no-repeat;
}

.fis-media--video-md .fis-media-image {
  padding-bottom: 52%;
  height: 100% !important;
  box-shadow: 15rem 14rem 0 0 rgba(0, 86, 91, 0.4);
}

.fis-media--video-sm .fis-media-image {
  padding-bottom: 52%;
  height: 100% !important;
  box-shadow: 7.5rem 7rem 0 0 rgba(0, 86, 91, 0.4);
}

@media (max-width: 768px) {
  .fis-media-image .shutter-blade-left {
    -webkit-transform: translate(-20%, 65%) rotate(40deg) scale(2, 1);
    -ms-transform: translate(-20%, 65%) rotate(40deg) scale(2, 1);
    transform: translate(-20%, 65%) rotate(40deg) scale(2, 1);
  }
  .fis-media-image .shutter-blade-right {
    -webkit-transform: translate(20%, 75%) rotate(-35deg) scale(2, 1);
    -ms-transform: translate(20%, 75%) rotate(-35deg) scale(2, 1);
    transform: translate(20%, 75%) rotate(-35deg) scale(2, 1);
  }
}

@media (min-width: 769px) {
  .fis-media-image {
    height: 30vw;
  }
  .fis-media--video-sm .fis-media-image,
  .fis-media-image .fis-media--video-md {
    height: 100% !important;
  }
  .fis-media--video .fis-media-image:hover .video-image {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }
  .fis-media--video .fis-media-image:hover .shutter-blade-left {
    -webkit-transform: translate(-50%, 65%) rotate(45deg);
    -ms-transform: translate(-50%, 65%) rotate(45deg);
    transform: translate(-50%, 65%) rotate(45deg);
  }
  .fis-media--video .fis-media-image:hover .shutter-blade-right {
    -webkit-transform: translate(40%, 25%) rotate(-60deg);
    -ms-transform: translate(40%, 25%) rotate(-60deg);
    transform: translate(40%, 25%) rotate(-60deg);
  }
}

.fis-media-play {
  fill: #fff;
  position: absolute;
  height: 100rem;
  width: 100rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fis-media--highlight .fis-media-image-inner {
  mix-blend-mode: multiply;
}

.fis-media--highlight .shutter-blade-left {
  background: #012834;
  opacity: 0.7;
}

.fis-media--highlight .shutter-blade-right {
  background: #4bcd3e;
  opacity: 0.7;
}

.wistia_popover_embed {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.wistia_popover_mode .wistia_popover_embed {
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.wistia_popover_overlay {
  height: 100vh !important;
  overflow: hidden;
  position: fixed !important;
}

.wistia_placebo_close_button {
  position: fixed !important;
  top: 6% !important;
}

.postroll-image img {
  width: 92vw;
  height: 61vw;
}

.postroll-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.postroll-cta a {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  color: #fff;
}

.title-desc + .fis-stats {
  margin-top: 60rem;
}

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

.fis-stats-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 60rem;
}

@media (min-width: 769px) {
  .fis-stats-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding-left: 100rem;
    padding-right: 100rem;
  }
  .fis-stats--four .fis-stats-inner {
    padding: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .fis-stats-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.fis-stats .fis-h3 {
  margin-bottom: 60rem;
}

.fis-stats .fis-h4 {
  text-transform: uppercase;
}

.fis-stats.fis-stats--four .fis-stat {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

.fis-stats .fis-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

@media (max-width: 768px) {
  .fis-stats .fis-stat {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .fis-stats .fis-stat + .fis-stat {
    position: relative;
    margin-top: 30rem;
    padding-top: 30rem;
  }
  .fis-stats .fis-stat + .fis-stat::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 35rem;
    height: 4rem;
    border-radius: 15rem;
    background-color: #4bcd3e;
  }
}

.fis-stats .fis-stat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.fis-stats .fis-stat-row-animate {
  opacity: 1;
}

.fis-stats .fis-stat sup,
.fis-stats .fis-stat-num,
.fis-stats .fis-stat-word {
  display: inline-block;
  color: #4bcd3e;
}

.fis-stats .fis-stat sup {
  font-family: source_sans_proregular, sans-serif;
  font-size: 50rem;
  margin-right: 0;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .fis-stats .fis-stat sup {
    font-size: 40rem;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .fis-stats .fis-stat sup {
    font-size: 35rem;
  }
}

.fis-stats .fis-stat-num {
  font-family: source_sans_proregular, sans-serif;
  font-size: 80rem;
  line-height: 1em;
  margin-top: 20rem;
  margin-bottom: 20rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .fis-stats .fis-stat-num {
    font-size: 70rem;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .fis-stats .fis-stat-num {
    font-size: 65rem;
  }
}

.fis-stats .fis-stat-word {
  font-size: 40rem;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .fis-stats .fis-stat-word {
    font-size: 30rem;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .fis-stats .fis-stat-word {
    font-size: 25rem;
  }
}

.content-body .fis-stats-icons .content-width,
.content-body .fis-stats-icons .fis-quote-container .slick-dots,
.content-body .fis-stats-icons .hero-carousel .slick-dots,
.fis-quote-container .content-body .fis-stats-icons .slick-dots,
.hero-carousel .content-body .fis-stats-icons .slick-dots {
  padding-top: 0;
}

.fis-stats-icons .fis-stats-inner {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.content-body .fis-stats-icons .fis-stats-inner {
  padding-left: 0;
  padding-right: 0;
}

.fis-stats-icons .fis-stat-row {
  opacity: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fis-stats-icons .fis-stat-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.fis-stats-icons .fis-stat {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 769px) {
  .fis-stats-icons .fis-stat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

.fis-stats-icons .fis-icon {
  font-size: 60rem;
  margin: 20rem 10rem 20rem 0;
}

.fis-stats-icons .fis-stat-num,
.fis-stats-icons .fis-stat-word {
  margin-top: 0;
  margin-bottom: 0;
}

.fis-stats-icons .fis-body-1 {
  margin-top: 0;
  max-width: 200rem;
}

.global-story {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .fis-quote-container .global-story .slick-dots,
  .global-story .content-width,
  .global-story .fis-quote-container .slick-dots,
  .global-story .hero-carousel .slick-dots,
  .hero-carousel .global-story .slick-dots {
    padding-left: 240rem;
    padding-right: 240rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .fis-quote-container .global-story .slick-dots,
  .global-story .content-width,
  .global-story .fis-quote-container .slick-dots,
  .global-story .hero-carousel .slick-dots,
  .hero-carousel .global-story .slick-dots {
    padding-left: 0;
    padding-right: 0;
  }
}

.global-story-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

@media (min-width: 1280px) {
  .global-story-inner {
    padding-left: 50rem;
    padding-right: 50rem;
  }
}

@media (max-width: 768px) {
  .global-story .module-title {
    margin-bottom: 0;
  }
}

.global-story-descrip {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
  margin-top: 30rem;
  margin-bottom: 30rem;
  margin-bottom: 0;
}

.component--light-text .global-story-descrip,
.global-story-descrip--secondary {
  color: #fff;
}

.global-story-descrip b,
.global-story-descrip strong {
  font-family: source_sans_proregular, sans-serif;
}

.global-story .clock-container {
  display: none;
}

@media (min-width: 769px) {
  .global-story .clock-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media (min-width: 769px) {
  .global-story .clock {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 50%;
    width: 110rem;
    height: 110rem;
    margin-bottom: 40rem;
  }
  .global-story .clock::before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: -webkit-calc(50% - 5.5rem);
    top: calc(50% - 5.5rem);
    left: -webkit-calc(50% - 5.5rem);
    left: calc(50% - 5.5rem);
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background-color: #012834;
  }
  .global-story .clock--blue {
    background-color: #00a4b6;
  }
  .global-story .clock--blue .hours {
    background-color: #012834;
  }
  .global-story .clock--blue .minutes {
    background-color: #fff;
  }
  .global-story .clock--blue .seconds {
    background-color: #012834;
  }
  .global-story .clock--teal {
    background-color: #012834;
  }
  .global-story .clock--teal::before {
    background-color: #4bcd3e;
  }
  .global-story .clock--teal .hours {
    background-color: #4bcd3e;
  }
  .global-story .clock--teal .minutes {
    background-color: #fff;
  }
  .global-story .clock--teal .seconds {
    background-color: #4bcd3e;
  }
  .global-story .clock--gray {
    background-color: #c8c8c8;
  }
  .global-story .clock--gray .hours {
    background-color: #012834;
  }
  .global-story .clock--gray .minutes {
    background-color: #00a4b6;
  }
  .global-story .clock--gray .seconds {
    background-color: #012834;
  }
  .global-story .clock--green {
    background-color: #4bcd3e;
  }
  .global-story .clock--green .hours {
    background-color: #fff;
  }
  .global-story .clock--green .minutes {
    background-color: #012834;
  }
  .global-story .clock--green .seconds {
    background-color: #012834;
  }
}

.hours-container,
.minutes-container,
.seconds-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hours {
  position: absolute;
  height: 20%;
  left: 48.75%;
  top: 30%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 2%;
}

.minutes {
  position: absolute;
  height: 40%;
  left: 49%;
  top: 10%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 1%;
}

.seconds {
  position: absolute;
  height: 45%;
  left: 49.5%;
  top: 14%;
  -webkit-transform-origin: 50% 80%;
  -ms-transform-origin: 50% 80%;
  transform-origin: 50% 80%;
  width: 1%;
  z-index: 8;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.hours-container {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}

.hours-container.hand-container--active {
  -webkit-animation: rotate 43200s infinite linear;
  animation: rotate 43200s infinite linear;
}

.minutes-container {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}

.minutes-container.hand-container--active {
  -webkit-animation: rotate 3600s infinite steps(60);
  animation: rotate 3600s infinite steps(60);
}

.seconds-container {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotate(0);
  transform: rotateZ(0);
}

.seconds-container.hand-container--active {
  -webkit-animation: rotate 60s infinite steps(60);
  animation: rotate 60s infinite steps(60);
}

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

@media (max-width: 768px) {
  .content-rich .content-rich-title {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .content-rich .fis-body-2--desktop,
  .content-rich .fis-cta-btn--desktop {
    display: none;
  }
}

.content-rich-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  height: auto;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-rich-slide .fis-icon {
  font-size: 80rem;
  color: #fff;
  margin-bottom: 40rem;
}

.content-rich-slide-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 769px) {
  .content-rich-slide-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    height: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  .content-rich-copy {
    padding-left: 360rem;
    padding-right: 360rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .content-rich-copy {
    padding-left: 240rem;
    padding-right: 240rem;
  }
}

.content-rich-copy--mobile {
  margin-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  height: auto;
}

@media (min-width: 769px) {
  .content-rich-copy--mobile {
    display: none;
  }
}

.content-rich .fis-cta-btn,
.content-rich .fis-style .btn-xrayhtml-flipsource,
.fis-style .content-rich .btn-xrayhtml-flipsource {
  margin-top: 30rem;
}

@media (min-width: 769px) {
  .content-rich .fis-cta-btn--mobile {
    display: none;
  }
}

.twin-image-carousel .card-grid-inner {
  padding-top: 14rem;
}

.twin-image-carousel .card-grid-footer {
  text-align: center;
  margin: 0 auto 0;
}

@media (max-width: 768px) {
  .twin-image-carousel .slick-initialized + .card-grid-footer {
    margin-top: 80rem;
  }
}

.email-signup {
  width: 103%;
  overflow: hidden;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.email-signup .email-wrapper {
  overflow: hidden;
  position: relative;
}

.email-signup .email-signup-container {
  position: relative;
  z-index: 10;
}

.email-signup .email-signup-content {
  text-align: center;
}

@media (max-width: 768px) {
  .email-signup .email-signup-content .headline {
    font-size: 30rem;
  }
}

.email-signup .email-signup-content .copytext {
  max-width: 420rem;
  margin: 30rem auto;
}

.email-signup .email-signup-content .copytext a {
  color: #fff;
}

.email-signup .email-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 475rem;
  max-width: 100%;
  margin: 0 auto;
}

.email-signup-input,
.email-signup-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-top: 0;
}

.email-signup-input {
  width: 70%;
  max-width: 315rem;
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  text-transform: uppercase;
  text-align: center;
  color: #012834;
  text-transform: none;
  text-align: left;
  border: 0;
  padding: 15rem 20rem;
  border-radius: 5rem 0 0 5rem;
}

.email-signup-input--secondary {
  color: #fff;
}

.email-signup-input--tertiary {
  color: #012834;
}

.email-signup-input--quaternary {
  color: #00a4b6;
}

.email-signup-input:required:valid {
  color: #4bcd3e;
}

.email-signup-input.invalid {
  border: red 2rem solid;
}

.email-signup-submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  width: 30%;
  min-width: 100rem;
  max-width: 145rem;
  border-radius: 0 5rem 5rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.email-signup .error {
  color: #fff;
  display: none;
}

.email-signup .shutter-container {
  overflow: hidden;
  pointer-events: none;
}

.email-signup .shutter-blade {
  height: 200%;
  opacity: 0.1;
  display: none;
}

.email-signup .email-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 769px) {
  .email-signup .email-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.email-signup .fis-cta-btn,
.email-signup .fis-style .btn-xrayhtml-flipsource,
.fis-style .email-signup .btn-xrayhtml-flipsource {
  margin-top: 0;
}

.email-signup .fis-cta-btn + .fis-cta-btn,
.email-signup .fis-style .btn-xrayhtml-flipsource + .btn-xrayhtml-flipsource,
.email-signup .fis-style .btn-xrayhtml-flipsource + .fis-cta-btn,
.email-signup .fis-style .fis-cta-btn + .btn-xrayhtml-flipsource,
.fis-style .email-signup .btn-xrayhtml-flipsource + .btn-xrayhtml-flipsource,
.fis-style .email-signup .btn-xrayhtml-flipsource + .fis-cta-btn,
.fis-style .email-signup .fis-cta-btn + .btn-xrayhtml-flipsource {
  margin-top: 40rem;
}

@media (min-width: 769px) {
  .email-signup .fis-cta-btn + .fis-cta-btn,
  .email-signup .fis-style .btn-xrayhtml-flipsource + .btn-xrayhtml-flipsource,
  .email-signup .fis-style .btn-xrayhtml-flipsource + .fis-cta-btn,
  .email-signup .fis-style .fis-cta-btn + .btn-xrayhtml-flipsource,
  .fis-style .email-signup .btn-xrayhtml-flipsource + .btn-xrayhtml-flipsource,
  .fis-style .email-signup .btn-xrayhtml-flipsource + .fis-cta-btn,
  .fis-style .email-signup .fis-cta-btn + .btn-xrayhtml-flipsource {
    margin-top: 0;
    margin-left: 20rem;
  }
}

@media (min-width: 769px) {
  .email-signup {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .email-signup .shutter-blade {
    display: block;
  }
  .email-signup .shutter-blade-left {
    -webkit-transform: translate(-65%, 5%) rotate(35deg);
    -ms-transform: translate(-65%, 5%) rotate(35deg);
    transform: translate(-65%, 5%) rotate(35deg);
  }
  .email-signup .shutter-blade-right {
    -webkit-transform: translate(60%, 5%) rotate(-47deg);
    -ms-transform: translate(60%, 5%) rotate(-47deg);
    transform: translate(60%, 5%) rotate(-47deg);
  }
  .email-signup:hover .card-image-inner {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    box-shadow: 25rem 10rem 0 0 rgba(0, 0, 0, 0.3);
  }
  .email-signup:hover .shutter-blade-left {
    -webkit-transform: translate(-80%, 0) rotate(45deg) scale(1.5);
    -ms-transform: translate(-80%, 0) rotate(45deg) scale(1.5);
    transform: translate(-80%, 0) rotate(45deg) scale(1.5);
  }
  .email-signup:hover .shutter-blade-right {
    -webkit-transform: translate(70%, 0) rotate(-60deg) scale(1.5);
    -ms-transform: translate(70%, 0) rotate(-60deg) scale(1.5);
    transform: translate(70%, 0) rotate(-60deg) scale(1.5);
  }
}

.stock-price .stock-price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  max-width: 100%;
  background-color: #00a4b6;
}

.fis-style .stock-price .stock-price-container .btn-xrayhtml-flipsource,
.stock-price .stock-price-container .fis-cta-btn,
.stock-price .stock-price-container .fis-style .btn-xrayhtml-flipsource {
  z-index: 5;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin-bottom: 30rem;
}

.stock-price .stock-price-container .stock-news-content {
  display: inline-block;
  padding: 30rem 30rem 0 30rem;
  width: 100%;
  position: relative;
  z-index: 5;
  color: #fff;
}

.stock-price .stock-price-container .stock-news-content h1 {
  font-size: 28rem;
}

.stock-price .stock-price-container .stock-news-content h3 {
  font-size: 18rem;
  padding-top: 20rem;
}

.stock-price .stock-price-container .stock-news-content h5 {
  padding-bottom: 30rem;
  padding-top: 20rem;
}

.stock-price .stock-price-container .stock-news-content h1,
.stock-price .stock-price-container .stock-news-content h3,
.stock-price .stock-price-container .stock-news-content h5 {
  color: #fff;
}

.stock-price .stock-price-container .stock-news-content .fis-link {
  display: none;
}

.stock-price .stock-price-container .stock-news-content .fis-icon-link-inner {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-top: 15rem;
}

.stock-price .stock-price-container .stock-news-content .mobile-rule {
  border: none;
  border-bottom: #fff 1rem solid;
  padding-top: 30rem;
}

.stock-price .stock-price-container .stock-quote {
  background-color: #00a4b6;
  display: inline-block;
  padding: 0 30rem;
  width: 100%;
  position: relative;
  z-index: 5;
}

.stock-price .stock-price-container .stock-quote .stock-price-title {
  text-transform: uppercase;
  letter-spacing: 1rem;
  display: none;
}

.stock-price .stock-price-container .stock-quote .stock-price-dollar {
  font-size: 50rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 25rem;
  font-weight: 300;
}

.stock-price .stock-price-container .stock-quote p .stock-price-value {
  font-size: 23vw;
}

.stock-price .stock-price-container .stock-quote .quote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

.stock-price .stock-price-container .stock-quote .container {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  color: #fff;
  font-size: 20rem;
  text-transform: uppercase;
}

.stock-price .stock-price-container .stock-quote .container-value {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.stock-price .stock-price-container .stock-quote .container-icon {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.stock-price .stock-price-container .stock-quote .container p {
  font-size: 16rem;
  margin: 0;
}

.stock-price .stock-price-container .stock-quote .container .label {
  font-weight: 500;
}

.stock-price .stock-price-container .stock-quote .container .circle {
  background-color: #fff;
  text-align: center;
  margin-top: 38rem;
  border-radius: 20rem;
  height: 40rem;
  width: 40rem;
  padding: 10rem;
}

.stock-price
.stock-price-container
.stock-quote
.container
.circle
.fis-icon.up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.stock-price .stock-price-container .stock-quote .stock-price-value {
  font-size: 60rem;
  font-weight: 300;
}

.stock-price .stock-price-container .stock-quote .updated {
  font-style: italic;
  position: relative;
  z-index: 5;
}

@media (min-width: 440px) {
  .stock-price .stock-price-container {
    top: -80rem;
    margin: 0 auto -80rem;
    box-shadow: rgba(0, 0, 0, 0.5) 0 2rem 8rem;
  }
  .stock-price .stock-price-container .stock-price-container {
    background-color: #fff;
  }
  .fis-style
.stock-price
.stock-price-container
.stock-price-container
.btn-xrayhtml-flipsource,
  .stock-price .stock-price-container .stock-price-container .fis-cta-btn,
  .stock-price
.stock-price-container
.stock-price-container
.fis-style
.btn-xrayhtml-flipsource {
    display: none;
  }
  .stock-price .stock-price-container .stock-news-content {
    width: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom right;
    background-image: url(../images/stock-price/stock-graph-left.png);
    padding: 60rem;
  }
  .stock-price .stock-price-container .stock-news-content h1,
  .stock-price .stock-price-container .stock-news-content h3,
  .stock-price .stock-price-container .stock-news-content h5 {
    color: #000;
  }
  .stock-price .stock-price-container .stock-news-content h1 {
    font-size: 40rem;
    padding-bottom: 20rem;
  }
  .stock-price .stock-price-container .stock-news-content .mobile-rule {
    display: none;
  }
  .stock-price .stock-price-container .stock-news-content .fis-link {
    display: block;
  }
  .stock-price .stock-price-container .stock-quote {
    width: 50%;
    padding: 140rem 50rem;
  }
  .fis-style
.stock-price
.stock-price-container
.stock-quote
.btn-xrayhtml-flipsource,
  .stock-price .stock-price-container .stock-quote .fis-cta-btn,
  .stock-price
.stock-price-container
.stock-quote
.fis-style
.btn-xrayhtml-flipsource {
    display: none;
  }
  .stock-price .stock-price-container .stock-quote .stock-price-title {
    display: block;
  }
  .stock-price .stock-price-container .stock-quote .stock-price-dollar {
    top: 4rem;
    font-size: 35rem;
    line-height: 35rem;
  }
  .stock-price .stock-price-container .stock-quote .container {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
  .stock-price .stock-price-container .stock-quote .container p {
    margin: 0;
    font-size: 16rem;
    line-height: 16rem;
    padding-bottom: 8rem;
  }
  .stock-price .stock-price-container .stock-quote .container-value {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-top: -8rem;
  }
  .stock-price
.stock-price-container
.stock-quote
.container-value
.stock-price-value {
    font-size: 74rem;
    line-height: 70rem;
  }
  .stock-price .stock-price-container .stock-quote .container-icon {
    text-align: center;
    border-left: #fff 1rem solid;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    height: 55rem;
  }
  .stock-price .stock-price-container .stock-quote .container-icon .circle {
    background-color: #fff;
    border-radius: 15rem;
    height: 30rem;
    width: 30rem;
    padding: 5rem;
    text-align: center;
    margin-top: 0;
    margin: 0 auto;
  }
}

@media (min-width: 440px) and (max-width: 768px) {
  .stock-price .stock-price-container {
    top: 0;
    margin-bottom: 0;
  }
  .stock-price .stock-price-container .stock-quote {
    width: 50%;
    padding: 100rem 50rem;
  }
  .stock-price .stock-price-container .stock-quote .stock-price-dollar {
    top: 1vw;
    font-size: 4vw;
    line-height: 3vw;
  }
  .stock-price .stock-price-container .stock-quote .container {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .stock-price .stock-price-container .stock-quote .container p {
    white-space: nowrap;
  }
  .stock-price .stock-price-container .stock-quote .container-value {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .stock-price
.stock-price-container
.stock-quote
.container-value
.stock-price-value {
    font-size: 8vw;
    line-height: 8vw;
  }
  .stock-price .stock-price-container .stock-quote .container-icon {
    border-left: none;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin: 0 0 0 10rem;
  }
  .stock-price .stock-price-container .stock-quote .container-icon .circle {
    margin: 0;
  }
}

.fis-summary .fis-summary-plus {
  margin-left: 15rem;
  margin-right: 15rem;
  font-size: 16rem;
  color: #012834;
}

.fis-summary .fis-icon-logo {
  font-size: 35rem;
}

.fis-summary .fis-h4 {
  margin-bottom: 30rem;
}

.fis-summary .fis-h5 {
  font-family: "Titillium Semibold", sans-serif;
  line-height: 1.4;
  font-size: 18rem;
  color: #012834;
  margin-bottom: 10rem;
}

.component--light-text .fis-summary .fis-h5,
.fis-summary .fis-h5--secondary {
  color: #fff;
}

.fis-summary .fis-h5--tertiary {
  color: #012834;
}

.fis-summary .fis-h5--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .fis-summary-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.fis-summary-section p {
  margin-top: 0;
}

@media (min-width: 769px) {
  .fis-summary-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fis-summary-section--half {
    width: 50%;
    padding-right: 100rem;
  }
  .fis-summary-section--half + .fis-summary-section--half {
    padding-right: 0;
  }
  .fis-summary-section--full {
    width: 100%;
  }
}

.fis-summary-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

@media (min-width: 769px) {
  .fis-summary-footer {
    margin-bottom: 30rem;
  }
}

.fis-events .module-title-eyebrow .fis-h5 {
  margin-bottom: 0;
}

.slick-slide .fis-event {
  padding-bottom: 60rem;
}

@media (min-width: 769px) {
  .fis-event .content-width,
  .fis-event .fis-quote-container .slick-dots,
  .fis-event .hero-carousel .slick-dots,
  .fis-quote-container .fis-event .slick-dots,
  .hero-carousel .fis-event .slick-dots {
    padding-left: 240rem;
    padding-right: 240rem;
  }
}

.fis-event-title {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 25rem;
  color: #012834;
  margin-bottom: 20rem;
}

.component--light-text .fis-event-title,
.fis-event-title--secondary {
  color: #fff;
}

.fis-event-title--tertiary {
  color: #012834;
}

.fis-event-title--quaternary {
  color: #00a4b6;
}

.slick-slide .fis-event-title {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 25rem;
  color: #012834;
  margin-bottom: 30rem;
}

.component--light-text .slick-slide .fis-event-title,
.slick-slide .fis-event-title--secondary {
  color: #fff;
}

.slick-slide .fis-event-title--tertiary {
  color: #012834;
}

.slick-slide .fis-event-title--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .slick-slide .fis-event-title {
    line-height: 1.4;
    font-size: 35rem;
  }
}

.fis-event-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fis-event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 769px) {
  .fis-event-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.fis-event-detail {
  position: relative;
}

@media (min-width: 769px) {
  .fis-event-detail {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 30%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0 30rem;
    margin-top: 0;
  }
  .fis-events-hosted .fis-event-detail {
    width: 40%;
  }
  .fis-events-external .fis-event-detail {
    text-align: left;
  }
}

@media (min-width: 769px) {
  .fis-events-hosted .fis-event-detail-date {
    width: 20%;
  }
  .fis-events-external .fis-event-detail-date {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .fis-event-detail + .fis-event-detail {
    margin-top: 20rem;
  }
  .fis-event-detail + .fis-event-detail::after {
    content: "";
    display: block;
    width: 50rem;
    height: 4.5rem;
    margin-top: 20rem;
    border-radius: 15rem;
    background-color: #4bcd3e;
  }
  .fis-event-detail + .fis-event-detail::after {
    position: absolute;
    bottom: -webkit-calc(100% + 15rem);
    bottom: calc(100% + 15rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .fis-event-detail + .fis-event-detail::before {
    content: "";
    display: block;
    height: 35rem;
    width: 4.5rem;
    margin-left: 0;
    border-radius: 15rem;
    background-color: #4bcd3e;
  }
  .fis-event-detail + .fis-event-detail::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}

.fis-event-cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40rem;
}

@media (min-width: 769px) {
  .slick-slide .fis-event-cta-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .fis-style .slick-slide .fis-event-cta-row .btn-xrayhtml-flipsource,
  .slick-slide .fis-event-cta-row .fis-cta-btn,
  .slick-slide .fis-event-cta-row .fis-style .btn-xrayhtml-flipsource {
    margin-top: 0;
  }
  .fis-style
.slick-slide
.fis-event-cta-row
.btn-xrayhtml-flipsource
+ .fis-icon-link,
  .slick-slide .fis-event-cta-row .fis-cta-btn + .fis-icon-link,
  .slick-slide
.fis-event-cta-row
.fis-style
.btn-xrayhtml-flipsource
+ .fis-icon-link {
    display: inline-block;
    margin-left: 20rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-style
.slick-slide
.fis-event-cta-row
.btn-xrayhtml-flipsource
+ .fis-icon-link,
  .slick-slide .fis-event-cta-row .fis-cta-btn + .fis-icon-link,
  .slick-slide
.fis-event-cta-row
.fis-style
.btn-xrayhtml-flipsource
+ .fis-icon-link {
    margin-top: 0;
  }
}

.fis-event-cta-row .fis-cta-btn,
.fis-event-cta-row .fis-style .btn-xrayhtml-flipsource,
.fis-style .fis-event-cta-row .btn-xrayhtml-flipsource {
  margin-top: 0;
}

.fis-event-cta-row .fis-cta-btn + .fis-icon-link,
.fis-event-cta-row .fis-style .btn-xrayhtml-flipsource + .fis-icon-link,
.fis-style .fis-event-cta-row .btn-xrayhtml-flipsource + .fis-icon-link {
  display: inline-block;
  margin-top: 20rem;
}

.fis-footer .shutter-container {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.fis-footer .shutter-blade-left,
.fis-footer .shutter-blade-right {
  top: auto;
  bottom: 0;
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0);
  -ms-transform: translate(0, 0) rotate(0);
  transform: translate(0, 0) rotate(0);
  background-color: transparent;
  background-repeat: no-repeat;
}

.fis-footer .shutter-blade-left {
  width: 100%;
  height: 85%;
  background-position: top left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTQ0MHB4IiBoZWlnaHQ9IjQwMHB4IiB2aWV3Qm94PSIwIDAgMTQ0MCA0MDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ5LjIgKDUxMTYwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5SZWN0YW5nbGUgMiBDb3B5IDEwPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIxNDQwIDg0OCAwIDg0OCAxNDQwIDQ2MiI+PC9wb2x5Z29uPgogICAgICAgIDxmaWx0ZXIgeD0iLTEuNSUiIHk9Ii01LjQlIiB3aWR0aD0iMTAyLjQlIiBoZWlnaHQ9IjEwOC44JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iZmlsdGVyLTIiPgogICAgICAgICAgICA8ZmVPZmZzZXQgZHg9Ii00IiBkeT0iLTQiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiPjwvZmVPZmZzZXQ+CiAgICAgICAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUiIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSI+PC9mZUdhdXNzaWFuQmx1cj4KICAgICAgICAgICAgPGZlQ29tcG9zaXRlIGluPSJzaGFkb3dCbHVyT3V0ZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0ib3V0IiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiPjwvZmVDb21wb3NpdGU+CiAgICAgICAgICAgIDxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwICAgMCAwIDAgMCAwICAgMCAwIDAgMCAwICAwIDAgMCAwLjAzODc3OTQzODQgMCIgdHlwZT0ibWF0cml4IiBpbj0ic2hhZG93Qmx1ck91dGVyMSI+PC9mZUNvbG9yTWF0cml4PgogICAgICAgIDwvZmlsdGVyPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZvb3Rlci0tLURlc2t0b3AiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtNDQ5LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iUmVjdGFuZ2xlLTItQ29weS0xMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzIwLjAwMDAwMCwgNjU1LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtNzIwLjAwMDAwMCwgLTY1NS4wMDAwMDApICI+CiAgICAgICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPHVzZSBmaWxsLW9wYWNpdHk9IjAuNTIwMDAwMDQxIiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

@media (max-width: 768px) {
  .fis-footer .shutter-blade-left {
    top: 100rem;
    left: -15%;
    width: 120%;
    bottom: auto;
    -webkit-transform: translate(0, 0) rotate(15deg);
    -ms-transform: translate(0, 0) rotate(15deg);
    transform: translate(0, 0) rotate(15deg);
    background-position: 0 0;
    background-size: auto 100%;
  }
}

.fis-footer .shutter-blade-right {
  width: 60%;
  height: 25%;
  right: 0;
  left: auto;
  background-size: auto 200%;
  background-position: top right;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjExcHgiIGhlaWdodD0iNDEzcHgiIHZpZXdCb3g9IjAgMCA2MTEgNDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0OS4yICg1MTE2MCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UmVjdGFuZ2xlIDIgQ29weSA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIxODg2LjAwMDc1IDM0OSAxODg3IDg0OSA4NDEgODQ5IDE2MDQuNjA3OTUgMzQ5Ij48L3BvbHlnb24+CiAgICAgICAgPGZpbHRlciB4PSItMi4wJSIgeT0iLTQuMiUiIHdpZHRoPSIxMDMuMyUiIGhlaWdodD0iMTA2LjglIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJmaWx0ZXItMiI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iLTQiIGR5PSItNCIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSI+PC9mZU9mZnNldD4KICAgICAgICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlR2F1c3NpYW5CbHVyPgogICAgICAgICAgICA8ZmVDb21wb3NpdGUgaW49InNoYWRvd0JsdXJPdXRlcjEiIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJvdXQiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSI+PC9mZUNvbXBvc2l0ZT4KICAgICAgICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgICAwIDAgMCAwIDAgICAwIDAgMCAwIDAgIDAgMCAwIDAuMDM4Nzc5NDM4NCAwIiB0eXBlPSJtYXRyaXgiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlQ29sb3JNYXRyaXg+CiAgICAgICAgPC9maWx0ZXI+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iRm9vdGVyLS0tRGVza3RvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgyOS4wMDAwMDAsIC00MzYuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJSZWN0YW5nbGUtMi1Db3B5LTkiPgogICAgICAgICAgICAgICAgPHVzZSBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIxIiBmaWx0ZXI9InVybCgjZmlsdGVyLTIpIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDx1c2UgZmlsbC1vcGFjaXR5PSIwLjUyMDAwMDA0MSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

@media (min-width: 769px) {
  .fis-footer .shutter-blade-right {
    width: 100%;
    height: 85%;
    background-size: contain;
    background-position: bottom right;
  }
}

.fis-footer-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 30rem 0 0;
}

@media (min-width: 769px) {
  .fis-footer-main-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 100rem 0;
  }
}

.fis-footer-link,
.fis-footer-title {
  margin-bottom: 20rem;
}

.fis-footer-section {
  margin-bottom: 40rem;
}

.fis-footer-section + .fis-footer-section {
  margin-bottom: 60rem;
}

@media (min-width: 769px) {
  .fis-footer-section {
    width: 25%;
    margin-bottom: 0;
  }
  .fis-footer-section + .fis-footer-section {
    margin-bottom: 0;
  }
}

.fis-footer-section-main {
  position: relative;
}

.fis-footer-secondary {
  color: #fff;
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-color: #333399;
}

.fis-footer-secondary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 769px) {
  .fis-footer-secondary ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.fis-footer-secondary .fis-body-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.fis-footer-secondary li {
  display: inline-block;
  margin-right: 50rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

@media (min-width: 769px) {
  .fis-footer-secondary li {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}

@media (max-width: 768px) {
  .fis-footer .fis-social-link {
    margin-right: 25rem;
  }
}

.fis-chart-title {
  margin-bottom: 20rem;
}

.fis-chart-item a {
  padding-top: 10rem;
  display: block;
}

.fis-filter-panel {
  width: 100%;
  pointer-events: auto;
}

@media (min-width: 769px) {
  .fis-filter-panel {
    margin-top: -20rem;
    padding: 20rem;
    width: 220rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .fis-filter-panel {
    width: 160rem;
  }
}

.content-locked-nav--fixed .fis-filter-panel {
  background-color: #fff;
}

.fis-filter-panel .fis-icon {
  display: none;
}

@media (max-width: 768px) {
  .fis-filter-panel--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 3500;
    background-color: #fff;
  }
  .fis-filter-panel--open .fis-icon {
    display: inline-block;
    position: absolute;
    top: 20rem;
    right: 20rem;
    font-size: 20rem;
  }
}

@media (max-width: 768px) {
  .fis-filter-panel .fis-filter-bar {
    position: relative;
    padding: 0 20rem;
    background-color: #012834;
  }
}

@media (max-width: 768px) {
  .fis-filter-panel .filter-content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    margin-left: -20rem;
    margin-right: -20rem;
    background-color: #fff;
  }
}

.fis-filter-panel .filter-content .filter-choice {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20rem;
  text-transform: uppercase;
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  color: #012834;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

@media (min-width: 769px) {
  .fis-filter-panel .filter-content .filter-choice:hover {
    color: #00a4b6;
    text-decoration: none;
  }
}

.component--light-text .fis-filter-panel .filter-content .filter-choice,
.fis-filter-panel .filter-content .filter-choice--secondary {
  color: #fff;
}

.fis-filter-panel .filter-content .filter-choice--tertiary {
  color: #000;
}

.fis-filter-panel .filter-content .filter-choice--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .fis-filter-panel .filter-content .filter-choice--quaternary:hover {
    color: #012834;
  }
}

@media (min-width: 769px) {
  .fis-filter-panel .filter-content .filter-choice--all {
    display: none;
  }
}

.fis-filter-panel .filter-content .filter-choice--active {
  color: #000;
}

.fis-filter-panel .filter-content .filter-choice--active::before {
  content: " ";
  display: block;
  position: absolute;
  display: block;
  margin-left: -15rem;
  margin-top: 5rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #4bcd3e;
}

.fis-filter-panel .filter-title {
  border-bottom: 1rem #c8c8c8 solid;
  height: 35rem;
  margin-top: 7rem;
}

@media (max-width: 768px) {
  .fis-filter-panel .filter-title {
    width: 50%;
    height: 36rem;
    margin-right: 0;
    margin-top: 7rem;
    line-height: 46rem;
    font-size: 14rem;
    display: inline-block;
    color: #9b9b9b;
    border-bottom: none;
  }
}

.fis-filter-panel .filter-title--filters {
  color: #012834;
}

@media (max-width: 768px) {
  .fis-filter-panel .filter-title--filters {
    display: inline-block;
    text-align: right;
    color: #fff;
  }
}

@media (min-width: 769px) {
  .fis-filter-panel .filter-title--filters {
    display: none;
  }
}

@media (min-width: 769px) {
  .fis-filter-panel .filter-title--mobile {
    display: none;
  }
}

.fis-filter-panel .filter-title--filters-open {
  display: none;
}

@media (max-width: 768px) {
  .fis-filter-panel.fis-filter-panel--open .filter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fis-filter-panel.fis-filter-panel--open .fis-filter-bar .filter-title {
    display: none;
  }
  .fis-filter-panel.fis-filter-panel--open
.fis-filter-bar
.filter-title--filters-open {
    display: inline-block;
    color: #fff;
  }
  .fis-filter-panel.fis-filter-panel--open .filter-title {
    width: 100%;
    text-align: center;
  }
}

.product-highlight {
  width: 100%;
  overflow: hidden;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-highlight .product-highlight-wrapper {
  overflow: hidden;
  position: relative;
}

.product-highlight .product-highlight-container {
  position: relative;
  z-index: 10;
  width: 100%;
}

@media (max-width: 768px) {
  .product-highlight .product-highlight-container {
    margin-left: 0;
  }
}

.product-highlight-title h1 {
  margin-bottom: 20rem;
}

.product-highlight .module-title-link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20rem;
}

.product-highlight .module-title-link .fis-icon {
  -webkit-transition: margin-left 0.6s;
  transition: margin-left 0.6s;
}

.product-highlight .module-title-link:hover .fis-icon {
  margin-left: 20rem;
}

.product-highlight .product-highlight-description {
  margin-bottom: 40rem;
}

.product-highlight .product-highlight-bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.product-highlight .product-highlight-bg-image img {
  width: 100%;
  height: 100%;
}

.product-highlight .product-highlight-bg-image img.img--mobile {
  display: none;
}

@media (max-width: 768px) {
  .product-highlight .product-highlight-bg-image img.img--mobile {
    display: block;
  }
}

.product-highlight .product-highlight-bg-image img.img--desktop {
  display: none;
}

@media (min-width: 769px) {
  .product-highlight .product-highlight-bg-image img.img--desktop {
    display: block;
  }
}

.product-highlight .shutter-container {
  overflow: hidden;
  pointer-events: none;
  width: 100vw;
  top: 0;
  position: absolute;
  height: 100%;
}

.product-highlight .shutter-container .shutter-blade {
  height: 200%;
  opacity: 0.1;
  display: none;
}

@media (min-width: 769px) {
  .product-highlight .shutter-container .shutter-blade {
    display: block;
  }
  .product-highlight .shutter-container .shutter-blade-left {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    left: -158%;
    width: 400%;
    top: 91%;
  }
  .product-highlight .shutter-container .shutter-blade-right {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    left: -218%;
    width: 400%;
    top: -89%;
  }
}

.product-accordion__link {
  padding-top: 40rem;
  border-top: 2px solid #c8c8c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 769px) {
  .product-accordion__link {
    border-top: 1px solid #c8c8c8;
  }
}

.product-accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

.product-accordion__header .product-icon {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50rem;
  flex: 1 0 50rem;
  height: 50rem;
  width: auto;
  max-width: 50rem;
  margin-right: 20rem;
}

.product-accordion__indicator {
  display: block;
  width: 40rem;
  font-size: 24rem;
  margin: 0;
  color: #012834;
}

.product-accordion__indicator::after {
  content: "+";
}

.product-accordion--open .product-accordion__indicator::after {
  content: "—";
}

.product-accordion__body {
  display: none;
  margin: 0 auto 30rem;
}

@media (min-width: 769px) {
  .product-accordion__body {
    max-width: -webkit-calc(100% - 150rem);
    max-width: calc(100% - 150rem);
  }
}

.product-accordion__body .fis-icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20rem;
}

.product-accordion__description {
  margin: 0;
}

.product-accordion__eyebrow {
  text-transform: uppercase;
  color: #012834;
}

.product-accordion__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 769px) {
  .product-accordion__benefit {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.product-accordion__benefit + .product-accordion__benefit {
  margin-top: 30rem;
}

@media (min-width: 769px) {
  .product-accordion__benefit + .product-accordion__benefit {
    margin-left: 30rem;
    margin-top: 0;
  }
}

.product-accordion__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .product-accordion__benefits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.product-accordion__image {
  height: 50rem;
  max-width: 50rem;
  margin-right: 20rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50rem;
  flex: 0 0 50rem;
}

.content-body.content--product-bundle
.content-width
p.product-accordion__description,
.content-body.content--product-bundle
.fis-quote-container
.slick-dots
p.product-accordion__description,
.content-body.content--product-bundle
.hero-carousel
.slick-dots
p.product-accordion__description,
.fis-quote-container
.content-body.content--product-bundle
.slick-dots
p.product-accordion__description,
.hero-carousel
.content-body.content--product-bundle
.slick-dots
p.product-accordion__description {
  margin: 0;
}

.image-and-text-accordion .module-title-bar {
  margin-bottom: 0;
}

.image-and-text-accordion__link {
  padding-bottom: 0;
  border-bottom: 2px solid #c8c8c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40rem 0;
}

@media (min-width: 769px) {
  .image-and-text-accordion__link {
    border-bottom: 1px solid #c8c8c8;
  }
}

.image-and-text-accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

@media (min-width: 769px) {
  .image-and-text-accordion__header {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
}

.image-and-text-accordion__indicator {
  display: block;
  font-size: 24rem;
  margin: 0;
  color: #012834;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  text-align: right;
  padding-right: 20rem;
}

.image-and-text-accordion__indicator:after {
  content: "+";
}

.image-and-text-accordion--open .image-and-text-accordion__indicator:after {
  content: "—";
}

.image-and-text-accordion__body {
  display: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.image-and-text-accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50rem;
}

@media (min-width: 769px) {
  .image-and-text-accordion__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.image-and-text-accordion__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77rem;
  flex: 0 0 77rem;
  width: 133rem;
  margin-bottom: 10rem;
}

@media (min-width: 769px) {
  .image-and-text-accordion__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195rem;
    flex: 0 0 195rem;
    height: 113rem;
    width: auto;
    margin-right: 25rem;
    margin-bottom: 0;
  }
}

.image-and-text-accordion__subtitle {
  margin: 0 0 5rem;
  display: block;
}

.image-and-text-accordion__desc {
  margin: 0;
  display: block;
}

.fis-download-links {
  margin-top: 30rem;
  padding: 40rem 0;
}

.fis-download-links .download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10rem;
  border: #b3c1c7 1rem solid;
  border-right: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
}

.fis-download-links .download-link:hover .download-link-arrow {
  color: #4bcd3e;
  background-color: #012834;
  border-color: #012834;
}

.fis-download-links .download-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20rem;
  color: #012834;
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
}

.fis-download-links .download-link-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 20rem 20rem 20rem 0;
  color: #012834;
}

.fis-download-links .download-link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20rem;
  width: 60rem;
  max-width: 72rem;
  font-size: 20rem;
  color: #4bcd3e;
  background-color: #4bcd3e;
  border: 0;
  margin-top: -1rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 0 10px 10px 0;
}

.fis-download-links .download-link-arrow .fis-icon {
  fill: #fff;
  width: 1.2em;
  height: 1.2em;
  stroke: #fff;
}

.fis-text-accordion {
  margin-top: 30rem;
  margin-bottom: 80rem;
}

@media (min-width: 769px) {
  .fis-text-accordion .fis-border {
    margin-bottom: 20rem;
  }
}

.fis-text-accordion .text-accordion-wrapper {
  padding-top: 0;
  border-top: 2px solid #c8c8c8;
}

@media (min-width: 769px) {
  .fis-text-accordion .text-accordion-wrapper {
    border-top: 1px solid #c8c8c8;
  }
}

.fis-text-accordion .text-accordion-wrapper .text-accordion-header {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fis-text-accordion
.text-accordion-wrapper
.text-accordion-header
.text-accordion-item-title {
  color: #012834;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  margin: 15rem 0;
}

.fis-text-accordion
.text-accordion-wrapper
.text-accordion-header
.accordion-toggle {
  font-size: 20rem;
  line-height: 22rem;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin: 15rem 0;
}

.fis-text-accordion .text-accordion-wrapper .text-accordion-content-container {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: max-height 0.6s;
  transition: max-height 0.6s;
}

.fis-text-accordion
.text-accordion-wrapper
.text-accordion-content-container
.text-accordion-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  width: 100%;
  padding: 0 0 15rem;
}

.full-image-promo {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 120vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 620px) {
  .full-image-promo {
    min-height: 80vw;
  }
}

@media (min-width: 769px) {
  .full-image-promo {
    min-height: 40vw;
  }
}

.full-image-promo__headline::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 15rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.full-image-promo__headline:after {
  margin-top: 30rem;
}

.full-image-promo .shutter-blade {
  height: 200%;
}

.fis-style .full-image-promo .btn-xrayhtml-flipsource,
.full-image-promo .fis-cta-btn,
.full-image-promo .fis-style .btn-xrayhtml-flipsource {
  margin-top: 0;
}

.full-image-promo__content {
  position: relative;
  z-index: 6;
}

@media (min-width: 620px) {
  .full-image-promo__content {
    max-width: 465rem;
  }
}

.full-image-promo .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.full-image-promo .shutter-blade-left {
  opacity: 0.85;
  background-color: #012834;
  z-index: 3;
  -webkit-transform: translate(6%, -7%) rotate(-52deg);
  -ms-transform: translate(6%, -7%) rotate(-52deg);
  transform: translate(6%, -7%) rotate(-52deg);
}

.full-image-promo .shutter-blade-right {
  opacity: 0.4;
  background-color: #4bcd3e;
  z-index: 2;
  -webkit-transform: translate(29%, -1%) rotate(-137deg);
  -ms-transform: translate(29%, -1%) rotate(-137deg);
  transform: translate(29%, -1%) rotate(-137deg);
}

@media (min-width: 620px) {
  .full-image-promo .shutter-blade-left {
    -webkit-transform: translate(-38%, -4%) rotate(-37deg);
    -ms-transform: translate(-38%, -4%) rotate(-37deg);
    transform: translate(-38%, -4%) rotate(-37deg);
  }
  .full-image-promo .shutter-blade-right {
    -webkit-transform: translate(47%, 9%) rotate(-143deg);
    -ms-transform: translate(47%, 9%) rotate(-143deg);
    transform: translate(47%, 9%) rotate(-143deg);
  }
}

@media (min-width: 769px) {
  .full-image-promo {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .full-image-promo .shutter-blade-left {
    -webkit-transform: translate(-47%, 5%) rotate(-38deg);
    -ms-transform: translate(-47%, 5%) rotate(-38deg);
    transform: translate(-47%, 5%) rotate(-38deg);
  }
  .full-image-promo .shutter-blade-right {
    -webkit-transform: translate(56%, 24%) rotate(-132deg);
    -ms-transform: translate(56%, 24%) rotate(-132deg);
    transform: translate(56%, 24%) rotate(-132deg);
  }
}

.featured-solution {
  color: #fff;
}

.featured-solution .fis-border {
  margin-top: 60rem;
}

@media (max-width: 768px) {
  .featured-solution .fis-border.content-width--med {
    max-width: 80%;
  }
}

.featured-solution-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60rem;
}

@media (min-width: 769px) {
  .featured-solution-inner {
    margin-bottom: 50rem;
  }
}

.featured-solution-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  width: -webkit-calc(100%);
  width: calc(100%);
  -ms-flex-preferred-size: calc(100%);
  flex-basis: -webkit-calc(100%);
  flex-basis: calc(100%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-grid-column-align: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  margin-top: 20rem;
}

@media (min-width: 769px) {
  .featured-solution-item {
    width: -webkit-calc(50% - 10rem);
    width: calc(50% - 10rem);
    -ms-flex-preferred-size: calc(50% - 10rem);
    flex-basis: -webkit-calc(50% - 10rem);
    flex-basis: calc(50% - 10rem);
  }
}

.featured-solution-category {
  margin-top: 20rem;
}

.featured-solution-title {
  position: relative;
  margin-bottom: 40rem;
  max-width: 400rem;
  margin-left: auto;
  margin-right: auto;
}

.featured-solution-title::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 15rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.featured-solution-title::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.featured-solution-body {
  max-width: 320rem;
  margin-left: auto;
  margin-right: auto;
}

.featured-solution-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 40rem 20rem;
}

@media (min-width: 769px) {
  .featured-solution-link {
    padding: 40rem 16%;
  }
  .featured-solution-link:hover .shutter-blade-left {
    -webkit-transform: rotate(10deg) scale(1.35) translate(5%, 0);
    -ms-transform: rotate(10deg) scale(1.35) translate(5%, 0);
    transform: rotate(10deg) scale(1.35) translate(5%, 0);
  }
  .featured-solution-link:hover .shutter-blade-right {
    -webkit-transform: rotate(-10deg) scale(1.35) translate(-5%, 0);
    -ms-transform: rotate(-10deg) scale(1.35) translate(-5%, 0);
    transform: rotate(-10deg) scale(1.35) translate(-5%, 0);
  }
}

.featured-solution-list {
  text-align: left;
  list-style: disc;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .featured-solution-list {
    width: 400rem;
    max-width: -webkit-calc(100% - 40rem);
    max-width: calc(100% - 40rem);
  }
}

.featured-solution-list li {
  margin-bottom: 20rem;
}

.featured-solution .fis-cta-btn,
.featured-solution .fis-style .btn-xrayhtml-flipsource,
.fis-style .featured-solution .btn-xrayhtml-flipsource {
  margin-top: 10rem;
  margin-bottom: 20rem;
  position: relative;
  z-index: 10;
}

.featured-solution .shutter-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.featured-solution .shutter-blade-left,
.featured-solution .shutter-blade-right {
  top: auto;
  bottom: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0) rotate(0);
  -ms-transform: translate(0, 0) rotate(0);
  transform: translate(0, 0) rotate(0);
  background-size: auto 100%;
  background-color: transparent;
  background-repeat: no-repeat;
}

.featured-solution .shutter-blade-left {
  left: -25%;
  background-position: bottom left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTk2cHgiIGhlaWdodD0iMzAzcHgiIHZpZXdCb3g9IjAgMCAxOTYgMzAzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMTk2LjA1NjUyNywzMDIuNTc2MDI1IEwwLDMwMi41NzYwMjUgTDAsMS43MDUzMDI1N2UtMTMgTDE5Ni4wNTY1MjcsMzAyLjU3NjAyNSBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUERQLVBhZ2VzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgPC9tYXNrPgogICAgICAgIDx1c2UgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuMDUiIGZpbGw9IiNGRkZGRkYiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgPC9nPgo8L3N2Zz4=);
}

@media (min-width: 769px) {
  .featured-solution .shutter-blade-left {
    left: auto;
    height: 315rem;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDE2cHgiIGhlaWdodD0iMzI1cHgiIHZpZXdCb3g9IjAgMCA0MTYgMzI1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+VHJpYW5nbGUxQDJ4IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cG9seWdvbiBpZD0icGF0aC0xIiBwb2ludHM9IjIuMTAyMjk1OTEgMjYyLjkyMTQxNCAyLjEwMjI5NTkxIDMxLjIwMjk1NDUgNDg1LjczNDM3NSA0MDguMTY1MDU4IDAgNDA3LjkxOTU1NiI+PC9wb2x5Z29uPgogICAgICAgIDxmaWx0ZXIgeD0iLTEuMiUiIHk9Ii00LjAlIiB3aWR0aD0iMTA0LjklIiBoZWlnaHQ9IjEwNi40JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iZmlsdGVyLTIiPgogICAgICAgICAgICA8ZmVPZmZzZXQgZHg9IjYiIGR5PSItMyIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSI+PC9mZU9mZnNldD4KICAgICAgICAgICAgPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMyIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlR2F1c3NpYW5CbHVyPgogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgMCAwIDAgMC4xMTMzNjYxNjggMCIgdHlwZT0ibWF0cml4IiBpbj0ic2hhZG93Qmx1ck91dGVyMSI+PC9mZUNvbG9yTWF0cml4PgogICAgICAgIDwvZmlsdGVyPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlBEUC1QYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iMC4yMDAwMDAwMDMiPgogICAgICAgIDxnIGlkPSJMMi1Db3JlLUJhbmtpbmctQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMC4wMDAwMDAsIC04MDMuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMwLjAwMDAwMCwgNjUzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlNjcmVlbi1TaG90LTIwMTgtMDEtMjItYXQtMTIuNDguNDktUE0tQ29weS0yIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMy4wMDAwMDAsIDExOS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlRyaWFuZ2xlMUAyeC1Db3B5IiBvcGFjaXR5PSIwLjM5OTk5OTk3NiI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjEiIGZpbHRlcj0idXJsKCNmaWx0ZXItMikiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  }
}

.featured-solution .shutter-blade-right {
  background-position: bottom right;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTI0cHgiIGhlaWdodD0iNDc3cHgiIHZpZXdCb3g9IjAgMCAxMjQgNDc3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUERQLVBhZ2VzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsLW9wYWNpdHk9IjAuMDUiPgogICAgICAgIDxwYXRoIGQ9Ik0xMDMuNjA4MDcyLDAgTDEyMy4xNDgyODQsMCBMMTIzLjE0ODI4NCw0NzcgTC0zLjQxMDYwNTEzZS0xMyw0NzcgTDEwMy42MDgwNzIsLTUuNjg0MzQxODllLTE0IFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iI0Y4RjhGOCI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=);
}

@media (min-width: 769px) {
  .featured-solution .shutter-blade-right {
    height: 280rem;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjQ3cHgiIGhlaWdodD0iMjkwcHgiIHZpZXdCb3g9IjAgMCAyNDcgMjkwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+VHJpYW5nbGUxQDJ4IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cG9seWdvbiBpZD0icGF0aC0xIiBwb2ludHM9IjI5MC43NTE0MzQgNDM5LjE4NDAxMiA2NjUuMDkzNzM3IDAgNjY1LjA5MzczNyA0MzkuMTg0MDEyIj48L3BvbHlnb24+CiAgICAgICAgPGZpbHRlciB4PSItMS42JSIgeT0iLTMuNCUiIHdpZHRoPSIxMDYuNCUiIGhlaWdodD0iMTA1LjUlIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJmaWx0ZXItMiI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeD0iNiIgZHk9Ii0zIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIj48L2ZlT2Zmc2V0PgogICAgICAgICAgICA8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIzIiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiByZXN1bHQ9InNoYWRvd0JsdXJPdXRlcjEiPjwvZmVHYXVzc2lhbkJsdXI+CiAgICAgICAgICAgIDxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwICAgMCAwIDAgMCAwICAgMCAwIDAgMCAwICAwIDAgMCAwLjExMzM2NjE2OCAwIiB0eXBlPSJtYXRyaXgiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIj48L2ZlQ29sb3JNYXRyaXg+CiAgICAgICAgPC9maWx0ZXI+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUERQLVBhZ2VzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIwLjIwMDAwMDAwMyI+CiAgICAgICAgPGcgaWQ9IkwyLUNvcmUtQmFua2luZy1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDYzLjAwMDAwMCwgLTgzOC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzAuMDAwMDAwLCA2NTMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iU2NyZWVuLVNob3QtMjAxOC0wMS0yMi1hdC0xMi40OC40OS1QTS1Db3B5LTIiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzLjAwMDAwMCwgMTE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iVHJpYW5nbGUxQDJ4LUNvcHkiIG9wYWNpdHk9IjAuMzcwMDAwMDA1Ij4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMSIgZmlsdGVyPSJ1cmwoI2ZpbHRlci0yKSIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  }
}

.fis-pagination {
  padding: 50rem 0 50rem 0;
}

.fis-pagination--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.fis-pagination--text p,
.fis-pagination--text ul {
  margin-top: 0;
  margin-bottom: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.fis-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fis-pagination ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin: 0 10rem;
}

.fis-pagination ul li.page-selected {
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  font-size: 14rem;
}

.fis-pagination ul li a {
  color: #4bcd3e;
}

.fis-pagination ul li .tri {
  content: " ";
  display: block;
  position: relative;
  width: 8rem;
  height: 8rem;
  border-top: 4rem solid transparent;
  border-bottom: 4rem solid transparent;
  border-left: 6rem solid #4bcd3e;
  padding-right: 8rem;
}

.fis-pagination ul li .tri.prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@-webkit-keyframes mapHotspot {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 5.5rem #fff;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes mapHotspot {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 5.5rem #fff;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes mapHotspotAfter {
  0% {
    border-width: 0.4vw;
    opacity: 0;
  }
  50% {
    border-width: 0.2vw;
    opacity: 0.4;
  }
  100% {
    border-width: 0.4vw;
    opacity: 0;
  }
}

@keyframes mapHotspotAfter {
  0% {
    border-width: 0.4vw;
    opacity: 0;
  }
  50% {
    border-width: 0.2vw;
    opacity: 0.4;
  }
  100% {
    border-width: 0.4vw;
    opacity: 0;
  }
}

.fis-configurator {
  position: relative;
  text-align: center;
  margin-top: 85rem;
}

@media (max-width: 768px) {
  .fis-configurator {
    padding-bottom: 85rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator {
    margin-top: 60rem;
  }
}

.fis-configurator::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url(/assets/images/configurator/background-m.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

@media (min-width: 769px) {
  .fis-configurator::before {
    opacity: 0.1;
    background-image: url(/assets/images/configurator/background.gif);
  }
}

.fis-configurator .fis-cta-btn,
.fis-configurator .fis-style .btn-xrayhtml-flipsource,
.fis-style .fis-configurator .btn-xrayhtml-flipsource {
  font-size: 18rem;
  margin-top: 0;
  text-transform: none;
}

@media (max-width: 768px) {
  .fis-configurator .fis-cta-btn,
  .fis-configurator .fis-style .btn-xrayhtml-flipsource,
  .fis-style .fis-configurator .btn-xrayhtml-flipsource {
    width: 100%;
    margin-bottom: 20rem;
  }
}

.fis-configurator__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .fis-configurator__goals-container .fis-configurator__titles {
    padding: 5vh 0;
  }
}

.fis-configurator__subtitle {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 16rem;
  color: #012834;
  letter-spacing: 0;
  margin-top: 30rem;
  margin-bottom: 30rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  position: relative;
  top: 200rem;
  margin-top: 0;
  margin-bottom: 10rem;
}

.component--light-text .fis-configurator__subtitle,
.fis-configurator__subtitle--secondary {
  color: #fff;
}

.fis-configurator__subtitle b,
.fis-configurator__subtitle strong {
  font-family: source_sans_proregular, sans-serif;
}

.fis-configurator__map .fis-configurator__subtitle {
  text-transform: uppercase;
}

.fis-configurator__goals-container .fis-configurator__subtitle {
  top: 0;
  opacity: 1;
}

.fis-configurator__title {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 25rem;
  color: #fff;
  text-align: center;
  opacity: 0;
}

@media (min-width: 769px) {
  .fis-configurator__title {
    line-height: 1.1;
    font-size: 45rem;
  }
}

.component--light-text .fis-configurator__title,
.fis-configurator__title--secondary {
  color: #fff;
}

.fis-configurator__title--tertiary {
  color: #012834;
}

.fis-configurator__title--quaternary {
  color: #00a4b6;
}

.fis-configurator__title .trademark::before {
  position: relative;
  content: "TM";
  font-size: 12rem;
  bottom: 17rem;
}

.fis-configurator__map .fis-configurator__title,
.fis-configurator__polygon .fis-configurator__title {
  position: relative;
  top: 200rem;
}

.fis-configurator__goals-container .fis-configurator__title {
  top: 0;
  opacity: 1;
}

.fis-configurator__wrapper {
  position: relative;
  z-index: 20;
}

@media (max-width: 768px) {
  .fis-configurator__wrapper {
    min-height: -webkit-calc(100vh - 85rem - 70rem - 60rem - 15rem);
    min-height: calc(100vh - 85rem - 70rem - 60rem - 15rem);
  }
}

@media (min-width: 769px) {
  .fis-configurator__wrapper {
    width: 100%;
    height: -webkit-calc(100vh - 60rem - 70rem - 15rem);
    height: calc(100vh - 60rem - 70rem - 15rem);
    max-height: 50vw;
  }
}

.fis-configurator__map {
  padding-bottom: 30rem;
}

@media (min-width: 769px) {
  .fis-configurator__map {
    width: 100%;
    max-width: 130vh;
    height: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 0;
  }
}

.fis-configurator__map .particles-js-map-canvas-el {
  width: 100%;
  height: auto;
}

.fis-configurator__particle-map {
  opacity: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}

.fis-configurator__polygon {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 130vh;
  height: auto;
  display: none;
}

.fis-configurator #polygonSelect {
  width: 100%;
  height: auto;
  opacity: 0;
}

@media (max-width: 768px) {
  .fis-configurator #polygonSelect {
    display: none;
  }
}

.fis-configurator #polygonSmallerSelect {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}

@media (max-width: 768px) {
  .fis-configurator #polygonSmallerSelect {
    display: none;
  }
}

.fis-configurator__roles-container {
  position: relative;
}

@media (min-width: 769px) {
  .fis-configurator__roles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}

.fis-configurator__goals-container {
  display: none;
  position: relative;
  top: 200rem;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .fis-configurator__goals-container {
    padding-bottom: 60rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator__goals-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: 100%;
  }
}

.fis-configurator__goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .fis-configurator__goals {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .fis-configurator__goals {
    -webkit-box-flex: 5;
    -ms-flex: 5 1;
    flex: 5 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5vh 0;
  }
}

.fis-configurator .map-hotspot {
  position: relative;
}

@media (max-width: 768px) {
  .fis-configurator .map-hotspot {
    margin-bottom: 20rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .map-hotspot {
    position: absolute;
    height: 80rem;
    width: 80rem;
  }
  .fis-configurator .map-hotspot.map-na {
    top: 33%;
    left: 20%;
  }
  .fis-configurator .map-hotspot.map-sa {
    top: 67%;
    left: 30%;
  }
  .fis-configurator .map-hotspot.map-eu {
    top: 28%;
    left: 50%;
  }
  .fis-configurator .map-hotspot.map-af {
    top: 54%;
    left: 50%;
  }
  .fis-configurator .map-hotspot.map-me {
    top: 40%;
    left: 56%;
  }
  .fis-configurator .map-hotspot.map-as {
    top: 36%;
    left: 65%;
  }
}

.fis-configurator .hotspot-icon {
  position: absolute;
  height: 20rem;
  width: 20rem;
  left: 20%;
  top: 50%;
  border: 7rem solid #fff;
  cursor: pointer;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background-color: #4bcd3e;
}

@media (min-width: 769px) {
  .fis-configurator .hotspot-icon {
    left: 20%;
    top: 35%;
    border: 0.4vw solid #fff;
    -webkit-animation: mapHotspot 4s 0s infinite;
    animation: mapHotspot 4s 0s infinite;
  }
  .fis-configurator .hotspot-icon::before {
    content: " ";
    display: block;
    position: absolute;
    height: 300%;
    width: 300%;
    top: -100%;
    left: -100%;
    z-index: 1;
    opacity: 0;
    border: 0.4vw #012834 solid;
    -webkit-animation: mapHotspotAfter 4s 0s infinite;
    animation: mapHotspotAfter 4s 0s infinite;
  }
}

.fis-configurator .map-label {
  color: #000;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.fis-configurator .map-label:hover {
  color: #000;
}

@media (min-width: 769px) {
  .fis-configurator .map-label {
    position: absolute;
    font-family: source_sans_proregular, sans-serif;
    font-weight: 700;
    border-radius: 5rem;
    text-align: center;
    padding: 20rem;
    opacity: 0;
    z-index: 10;
    width: 200rem;
    left: -60rem;
    top: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.6s;
    transition: opacity 0.2s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.2s;
    transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
  }
  .fis-configurator .map-label.map-label--active {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.fis-configurator .config-cta--animate-in .config-cta {
  opacity: 1;
}

@media (min-width: 769px) {
  .fis-configurator .config-cta {
    top: 50%;
    left: 50%;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-3 .config-cta:nth-child(1) {
    top: 8%;
    left: 50%;
    margin-left: -80rem;
    -webkit-transition: 0.5s opacity 0.5s;
    transition: 0.5s opacity 0.5s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-3 .config-cta:nth-child(1) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-3
.config-cta:nth-child(1)
.icon-container
.fis-icon-chat-bubble-center {
    display: inline-block;
  }
  .fis-configurator
.config-cta-3
.config-cta:nth-child(1)
.icon-container::before {
    bottom: -45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-3 .config-cta:nth-child(2) {
    top: 67%;
    left: 65%;
    -webkit-transition: 0.5s opacity 0.75s;
    transition: 0.5s opacity 0.75s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-3 .config-cta:nth-child(2) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
    transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
  }
  .fis-configurator
.config-cta-3
.config-cta:nth-child(2)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-3
.config-cta:nth-child(2)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-3 .config-cta:nth-child(3) {
    top: 67%;
    left: 35%;
    margin-left: -160rem;
    -webkit-transition: 0.5s opacity 1s;
    transition: 0.5s opacity 1s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-3 .config-cta:nth-child(3) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-3
.config-cta:nth-child(3)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-3
.config-cta:nth-child(3)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-4 .config-cta:nth-child(1) {
    top: 8%;
    left: 50%;
    margin-left: -80rem;
    -webkit-transition: 0.5s opacity 0.5s;
    transition: 0.5s opacity 0.5s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-4 .config-cta:nth-child(1) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-4
.config-cta:nth-child(1)
.icon-container
.fis-icon-chat-bubble-center {
    display: inline-block;
  }
  .fis-configurator
.config-cta-4
.config-cta:nth-child(1)
.icon-container::before {
    bottom: -45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-4 .config-cta:nth-child(2) {
    top: 50%;
    left: 65%;
    margin-top: -27.5rem;
    -webkit-transition: 0.5s opacity 0.75s;
    transition: 0.5s opacity 0.75s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-4 .config-cta:nth-child(2) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-4
.config-cta:nth-child(2)
.icon-container
.fis-icon-chat-bubble-side {
    display: inline-block;
  }
  .fis-configurator
.config-cta-4
.config-cta:nth-child(2)
.icon-container::before {
    top: 50%;
    left: -45rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-4 .config-cta:nth-child(3) {
    top: 80%;
    left: 50%;
    margin-left: -80rem;
    -webkit-transition: 0.5s opacity 1s;
    transition: 0.5s opacity 1s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-4 .config-cta:nth-child(3) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-4
.config-cta:nth-child(3)
.icon-container
.fis-icon-chat-bubble-center {
    display: inline-block;
  }
  .fis-configurator
.config-cta-4
.config-cta:nth-child(3)
.icon-container::before {
    bottom: -45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-4 .config-cta:nth-child(4) {
    top: 50%;
    left: 35%;
    margin-top: -27.5rem;
    margin-left: -160rem;
    -webkit-transition: 0.5s opacity 1.25s;
    transition: 0.5s opacity 1.25s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-4 .config-cta:nth-child(4) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-4
.config-cta:nth-child(4)
.icon-container
.fis-icon-chat-bubble-side {
    display: inline-block;
  }
  .fis-configurator
.config-cta-4
.config-cta:nth-child(4)
.icon-container::before {
    top: 50%;
    left: -45rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-5 .config-cta:nth-child(1) {
    top: 10%;
    left: 50%;
    margin-left: -80rem;
    -webkit-transition: 0.5s opacity 0.5s;
    transition: 0.5s opacity 0.5s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-5 .config-cta:nth-child(1) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-5
.config-cta:nth-child(1)
.icon-container
.fis-icon-chat-bubble-center {
    display: inline-block;
  }
  .fis-configurator
.config-cta-5
.config-cta:nth-child(1)
.icon-container::before {
    bottom: -45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-5 .config-cta:nth-child(2) {
    top: 30%;
    left: 65%;
    -webkit-transition: 0.5s opacity 0.75s;
    transition: 0.5s opacity 0.75s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-5 .config-cta:nth-child(2) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-5
.config-cta:nth-child(2)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-5
.config-cta:nth-child(2)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-5 .config-cta:nth-child(3) {
    top: 75%;
    left: 60%;
    -webkit-transition: 0.5s opacity 1s;
    transition: 0.5s opacity 1s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-5 .config-cta:nth-child(3) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
    transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
  }
  .fis-configurator
.config-cta-5
.config-cta:nth-child(3)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-5
.config-cta:nth-child(3)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-5 .config-cta:nth-child(4) {
    top: 75%;
    left: 40%;
    margin-left: -160rem;
    -webkit-transition: 0.5s opacity 1.25s;
    transition: 0.5s opacity 1.25s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-5 .config-cta:nth-child(4) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-5
.config-cta:nth-child(4)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-5
.config-cta:nth-child(4)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-5 .config-cta:nth-child(5) {
    top: 30%;
    left: 35%;
    margin-left: -160rem;
    -webkit-transition: 0.5s opacity 1.5s;
    transition: 0.5s opacity 1.5s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-5 .config-cta:nth-child(5) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
  }
  .fis-configurator
.config-cta-5
.config-cta:nth-child(5)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-5
.config-cta:nth-child(5)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(1) {
    top: 10%;
    left: 50%;
    margin-left: -80rem;
    -webkit-transition: 0.5s opacity 0.5s;
    transition: 0.5s opacity 0.5s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(1) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(1)
.icon-container
.fis-icon-chat-bubble-center {
    display: inline-block;
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(1)
.icon-container::before {
    bottom: -45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(2) {
    top: 25%;
    left: 64%;
    -webkit-transition: 0.5s opacity 0.75s;
    transition: 0.5s opacity 0.75s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(2) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(2)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(2)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(3) {
    top: 65%;
    left: 64%;
    -webkit-transition: 0.5s opacity 1s;
    transition: 0.5s opacity 1s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(3) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
    transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(3)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(3)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(4) {
    top: 90%;
    left: 50%;
    margin-left: -80rem;
    margin-top: -55rem;
    -webkit-transition: 0.5s opacity 1.25s;
    transition: 0.5s opacity 1.25s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(4) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(4)
.icon-container
.fis-icon-chat-bubble-center {
    display: inline-block;
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(4)
.icon-container::before {
    bottom: -45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(5) {
    top: 65%;
    left: 36%;
    margin-left: -160rem;
    -webkit-transition: 0.5s opacity 1.5s;
    transition: 0.5s opacity 1.5s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(5) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(5)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(5)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(6) {
    top: 25%;
    left: 37%;
    margin-left: -160rem;
    -webkit-transition: 0.5s opacity 1.75s;
    transition: 0.5s opacity 1.75s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-6 .config-cta:nth-child(6) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(6)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-6
.config-cta:nth-child(6)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(1) {
    top: 10%;
    left: 50%;
    margin-left: -80rem;
    -webkit-transition: 0.5s opacity 0.5s;
    transition: 0.5s opacity 0.5s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(1) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(1)
.icon-container
.fis-icon-chat-bubble-center {
    display: inline-block;
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(1)
.icon-container::before {
    bottom: -45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(2) {
    top: 22%;
    left: 63%;
    -webkit-transition: 0.5s opacity 0.75s;
    transition: 0.5s opacity 0.75s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(2) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(2)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(2)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(3) {
    top: 51%;
    left: 65%;
    -webkit-transition: 0.5s opacity 1s;
    transition: 0.5s opacity 1s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(3) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(3)
.icon-container
.fis-icon-chat-bubble-side {
    display: inline-block;
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(3)
.icon-container::before {
    top: 50%;
    left: -45rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(4) {
    top: 85%;
    left: 50%;
    margin-left: 88rem;
    margin-top: -55rem;
    -webkit-transition: 0.5s opacity 1.25s;
    transition: 0.5s opacity 1.25s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(4) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
    transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(4)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(4)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(5) {
    top: 85%;
    left: 50%;
    margin-left: -248rem;
    margin-top: -55rem;
    -webkit-transition: 0.5s opacity 1.5s;
    transition: 0.5s opacity 1.5s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(5) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(5)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(5)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(6) {
    top: 51%;
    left: 35%;
    margin-left: -160rem;
    -webkit-transition: 0.5s opacity 1.75s;
    transition: 0.5s opacity 1.75s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(6) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(6)
.icon-container
.fis-icon-chat-bubble-side {
    display: inline-block;
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(6)
.icon-container::before {
    top: 50%;
    left: -45rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(7) {
    top: 22%;
    left: 37%;
    margin-left: -160rem;
    -webkit-transition: 0.5s opacity 2s;
    transition: 0.5s opacity 2s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-7 .config-cta:nth-child(7) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(7)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-7
.config-cta:nth-child(7)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(1) {
    margin-top: -webkit-calc(-17% - 45rem);
    margin-top: calc(-17% - 45rem);
    margin-left: -80rem;
    -webkit-transition: 0.5s opacity 0.5s;
    transition: 0.5s opacity 0.5s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(1) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(1)
.icon-container
.fis-icon-chat-bubble-center {
    display: inline-block;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(1)
.icon-container::before {
    bottom: -45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(2) {
    margin-top: -webkit-calc(-12% - 45rem);
    margin-top: calc(-12% - 45rem);
    margin-left: -webkit-calc(11% + 5rem);
    margin-left: calc(11% + 5rem);
    -webkit-transition: 0.5s opacity 0.75s;
    transition: 0.5s opacity 0.75s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(2) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(2)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(2)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(3) {
    margin-left: -webkit-calc(20% - 45rem);
    margin-left: calc(20% - 45rem);
    margin-top: -27.5rem;
    -webkit-transition: 0.5s opacity 1s;
    transition: 0.5s opacity 1s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(3) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(3)
.icon-container
.fis-icon-chat-bubble-side {
    display: inline-block;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(3)
.icon-container::before {
    top: 50%;
    left: -45rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(4) {
    margin-top: -webkit-calc(13.5% + 25rem - 55rem);
    margin-top: calc(13.5% + 25rem - 55rem);
    margin-left: -webkit-calc(11% + 5rem);
    margin-left: calc(11% + 5rem);
    -webkit-transition: 0.5s opacity 1.25s;
    transition: 0.5s opacity 1.25s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(4) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
    transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(4)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(4)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(5) {
    margin-top: -webkit-calc(17% + 45rem - 55rem);
    margin-top: calc(17% + 45rem - 55rem);
    margin-left: -80rem;
    -webkit-transition: 0.5s opacity 1.5s;
    transition: 0.5s opacity 1.5s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(5) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(5)
.icon-container
.fis-icon-chat-bubble-center {
    display: inline-block;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(5)
.icon-container::before {
    bottom: -45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(6) {
    margin-top: -webkit-calc(13.5% + 25rem - 55rem);
    margin-top: calc(13.5% + 25rem - 55rem);
    margin-left: -webkit-calc(-11% - 5rem - 160rem);
    margin-left: calc(-11% - 5rem - 160rem);
    -webkit-transition: 0.5s opacity 1.75s;
    transition: 0.5s opacity 1.75s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(6) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(6)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(6)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(7) {
    margin-left: -webkit-calc(-20% + 45rem - 160rem);
    margin-left: calc(-20% + 45rem - 160rem);
    margin-top: -27.5rem;
    -webkit-transition: 0.5s opacity 2s;
    transition: 0.5s opacity 2s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(7) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(7)
.icon-container
.fis-icon-chat-bubble-side {
    display: inline-block;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(7)
.icon-container::before {
    top: 50%;
    left: -45rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(8) {
    margin-top: -webkit-calc(-13.5% - 25rem);
    margin-top: calc(-13.5% - 25rem);
    margin-left: -webkit-calc(-11% - 5rem - 160rem);
    margin-left: calc(-11% - 5rem - 160rem);
    -webkit-transition: 0.5s opacity 2.25s;
    transition: 0.5s opacity 2.25s;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .fis-configurator .config-cta-8 .config-cta:nth-child(8) .icon-container {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(8)
.icon-container
.fis-icon-chat-bubble-corner {
    display: inline-block;
  }
  .fis-configurator
.config-cta-8
.config-cta:nth-child(8)
.icon-container::before {
    bottom: -25rem;
    right: 200rem;
  }
}

@media (min-width: 769px) {
  .fis-configurator .fis-style a.configurator-goal.btn-xrayhtml-flipsource,
  .fis-configurator a.configurator-goal.fis-cta-btn,
  .fis-style .fis-configurator a.configurator-goal.btn-xrayhtml-flipsource {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .fis-configurator
.fis-style
a.configurator-goal.btn-xrayhtml-flipsource:hover,
  .fis-configurator a.configurator-goal.fis-cta-btn:hover,
  .fis-style
.fis-configurator
a.configurator-goal.btn-xrayhtml-flipsource:hover {
    background-color: #00a4b6;
    border-color: #00a4b6;
    color: #fff;
  }
}

.fis-configurator
.fis-style
a.configurator-goal.configurator-goal--selected.btn-xrayhtml-flipsource,
.fis-configurator a.configurator-goal.fis-cta-btn.configurator-goal--selected,
.fis-style
.fis-configurator
a.configurator-goal.configurator-goal--selected.btn-xrayhtml-flipsource {
  background-color: #fff;
  color: #000;
}

@media (min-width: 769px) {
  .fis-configurator a.config-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    vertical-align: middle;
    font-family: source_sans_proregular, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 18rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 160rem;
    min-width: 160rem;
    height: 55rem;
    border: none;
    opacity: 0;
    padding: 0;
    cursor: pointer;
    overflow: visible;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .fis-configurator a.config-cta .fis-icon {
    stroke-width: 1rem;
    stroke: rgba(255, 255, 255, 0.5);
    fill: none;
  }
  .fis-configurator a.config-cta:hover {
    color: #fff;
    border: none;
    background-color: transparent;
  }
  .fis-configurator a.config-cta:hover .fis-icon {
    stroke: #00a4b6;
    fill: #00a4b6;
  }
}

.fis-configurator a.config-cta--selected {
  color: #000;
}

@media (max-width: 768px) {
  .fis-configurator a.config-cta--selected {
    background-color: #fff;
  }
}

@media (min-width: 769px) {
  .fis-configurator a.config-cta--selected .fis-icon {
    stroke: #fff;
    fill: #fff;
  }
}

@media (max-width: 768px) {
  .fis-configurator .icon-container {
    display: none;
  }
}

@media (min-width: 769px) {
  .fis-configurator .icon-container {
    width: 195rem;
    height: 85rem;
  }
  .fis-configurator .icon-container .fis-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 2rem;
    font-size: 85rem;
  }
  .fis-configurator .icon-container .fis-icon-chat-bubble-center,
  .fis-configurator .icon-container .fis-icon-chat-bubble-corner,
  .fis-configurator .icon-container .fis-icon-chat-bubble-side {
    display: none;
  }
}

.configurator-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s opacity;
  transition: 0.6s opacity;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  overflow: hidden;
  min-height: 70rem;
  border-top: 1rem solid #f8f8f8;
  background-color: #fff;
}

.configurator-nav--mobile {
  position: absolute;
  z-index: 3000;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 58rem;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .configurator-nav--mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .configurator-nav {
    font-size: 12rem;
  }
}

.configurator-nav--state-one {
  visibility: visible;
  opacity: 1;
}

.configurator-nav--state-one .configurator-nav__section:first-of-type {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.configurator-nav--state-two {
  visibility: visible;
}

.configurator-nav--state-two .configurator-nav__section:first-of-type,
.configurator-nav--state-two .configurator-nav__section:nth-of-type(2) {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.configurator-nav--state-two .configurator-nav__next.fis-cta-btn,
.configurator-nav--state-two
.fis-style
.configurator-nav__next.btn-xrayhtml-flipsource,
.fis-style
.configurator-nav--state-two
.configurator-nav__next.btn-xrayhtml-flipsource {
  display: none;
}

.configurator-nav--state-two .configurator-nav__skip.fis-cta-btn,
.configurator-nav--state-two
.fis-style
.configurator-nav__skip.btn-xrayhtml-flipsource,
.fis-style
.configurator-nav--state-two
.configurator-nav__skip.btn-xrayhtml-flipsource {
  display: inline-block;
}

.configurator-nav--state-three {
  visibility: visible;
}

.configurator-nav--state-three .configurator-nav__ctas {
  display: none;
}

.configurator-nav__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
}

@media (max-width: 768px) {
  .configurator-nav__sections {
    padding: 10rem 20rem;
  }
}

.configurator-nav__section {
  position: relative;
  top: -100rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  text-align: center;
  position: relative;
  visibility: hidden;
  opacity: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  -webkit-transition: opacity, top 0.6s;
  transition: opacity, top 0.6s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.configurator-nav__section + .configurator-nav__section::before {
  content: "";
  display: inline-block;
  height: 35rem;
  width: 4.5rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
  vertical-align: middle;
}

.configurator-nav__section + .configurator-nav__section::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.configurator-nav .fis-cta-btn,
.configurator-nav .fis-style .btn-xrayhtml-flipsource,
.fis-style .configurator-nav .btn-xrayhtml-flipsource {
  margin-top: 0;
  margin-bottom: 0;
}

.configurator-nav__skip.fis-cta-btn,
.fis-style .configurator-nav__skip.btn-xrayhtml-flipsource {
  display: none;
}

.configurator-nav__ctas {
  position: absolute;
  right: 15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .configurator-nav--desktop .configurator-nav__ctas {
    display: none;
  }
}

.configurator-nav--mobile .configurator-nav__ctas {
  right: 0;
  width: 100%;
  border-radius: 0;
}

.configurator-nav--mobile .configurator-nav__ctas .fis-cta-btn,
.configurator-nav--mobile
.configurator-nav__ctas
.fis-style
.btn-xrayhtml-flipsource,
.fis-style
.configurator-nav--mobile
.configurator-nav__ctas
.btn-xrayhtml-flipsource {
  border-radius: 0;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .configurator-nav--mobile .configurator-nav__ctas {
    display: none;
  }
}

.key-benefits {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.key-benefits__title::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 15rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.key-benefits__title.module-title {
  margin-bottom: 20rem;
}

.key-benefits__title:after {
  margin-left: auto;
  margin-right: auto;
}

.key-benefits__text {
  max-width: 600rem;
  margin: 0 auto 60rem auto;
}

.key-benefits__tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .key-benefits__tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.key-benefits .shutter-blade {
  opacity: 0.1;
}

.key-benefits__tile {
  margin-bottom: 20rem;
}

@media (min-width: 769px) {
  .key-benefits__tile {
    margin-bottom: 0;
    max-width: 340rem;
  }
  .key-benefits__tile + .key-benefits__tile {
    margin-left: 80rem;
  }
}

.key-benefits__tile .fis-icon {
  font-size: 52rem;
}

.key-benefits .shutter-blade-left {
  -webkit-transform: translate(-82%, 21%) rotate(-14deg);
  -ms-transform: translate(-82%, 21%) rotate(-14deg);
  transform: translate(-82%, 21%) rotate(-14deg);
}

@media (min-width: 620px) {
  .key-benefits .shutter-blade-left {
    -webkit-transform: translate(-86%, 49%) rotate(54deg);
    -ms-transform: translate(-86%, 49%) rotate(54deg);
    transform: translate(-86%, 49%) rotate(54deg);
  }
}

@media (min-width: 769px) {
  .key-benefits .shutter-blade-left {
    -webkit-transform: translate(-47%, 13%) rotate(56deg);
    -ms-transform: translate(-47%, 13%) rotate(56deg);
    transform: translate(-47%, 13%) rotate(56deg);
  }
}

.key-benefits .shutter-blade-right {
  -webkit-transform: translate(72%, 29%) rotate(21deg);
  -ms-transform: translate(72%, 29%) rotate(21deg);
  transform: translate(72%, 29%) rotate(21deg);
}

@media (min-width: 620px) {
  .key-benefits .shutter-blade-right {
    -webkit-transform: translate(88%, 39%) rotate(-65deg);
    -ms-transform: translate(88%, 39%) rotate(-65deg);
    transform: translate(88%, 39%) rotate(-65deg);
  }
}

@media (min-width: 769px) {
  .key-benefits .shutter-blade-right {
    -webkit-transform: translate(40%, 20%) rotate(-50deg);
    -ms-transform: translate(40%, 20%) rotate(-50deg);
    transform: translate(40%, 20%) rotate(-50deg);
  }
}

.fis-sticky-bar {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 2000;
  bottom: -200rem;
  -webkit-transition: bottom 0.6s;
  transition: bottom 0.6s;
}

@media (min-width: 769px) {
  .fis-sticky-bar {
    display: block;
  }
}

.fis-sticky-bar-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.fis-sticky-bar--fixed {
  bottom: 0;
}

.fis-sticky-bar .fis-cta-btn,
.fis-sticky-bar .fis-style .btn-xrayhtml-flipsource,
.fis-style .fis-sticky-bar .btn-xrayhtml-flipsource {
  margin-top: 0;
}

.fis-sticky-bar .fis-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 60rem;
  height: 60rem;
  top: -30rem;
  color: #00a4b6;
  font-size: 50rem;
  padding: 10rem;
  border-radius: 50%;
  background-color: #fff;
  -ms-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.08);
}

.fis-sticky-bar .fis-h4 {
  display: inline-block;
  margin-top: 10rem;
  margin-bottom: 10rem;
  margin-right: auto;
  max-width: -webkit-calc(100% - (230rem + 30rem));
  max-width: calc(100% - (230rem + 30rem));
}

.fis-sticky-bar .fis-icon {
  margin-top: 5rem;
  margin-left: 5rem;
  max-height: 30rem;
}

.product-icon {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 90rem;
  height: 90rem;
  z-index: 3;
}

.product-icon .fis-icon {
  width: 18rem;
  height: 18rem;
}

.product-icon__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.product-icon .shutter-blade-right {
  height: inherit;
  -webkit-transform: scale(2) translate(-65%, 25%) rotate(45deg);
  -ms-transform: scale(2) translate(-65%, 25%) rotate(45deg);
  transform: scale(2) translate(-65%, 25%) rotate(45deg);
}

.product-icon .shutter-blade-left {
  height: inherit;
  -webkit-transform: scale(2) translate(-25%, -45%) rotate(45deg);
  -ms-transform: scale(2) translate(-25%, -45%) rotate(45deg);
  transform: scale(2) translate(-25%, -45%) rotate(45deg);
}

.full-image-promo-simple {
  position: relative;
  min-height: 50vw;
  text-align: center;
}

@media (min-width: 769px) {
  .full-image-promo-simple {
    text-align: right;
    min-height: 35vw;
  }
}

.fis-style .full-image-promo-simple .btn-xrayhtml-flipsource,
.full-image-promo-simple .fis-cta-btn,
.full-image-promo-simple .fis-style .btn-xrayhtml-flipsource {
  margin-top: 0;
}

.full-image-promo-simple .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.fis-media-carousel .module-title-eyebrow {
  margin-bottom: 60rem;
}

.fis-media-carousel .fis-media--media {
  margin-bottom: 30rem;
}

.fis-media-carousel .fis-media-shadow {
  padding-right: 15rem;
}

.fis-media-carousel .fis-media-title {
  margin-top: 30rem;
  margin-bottom: 20rem;
}

.fis-media-carousel .fis-media-title + .fis-media-desc {
  margin-top: 0;
}

.code-connect-promo {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .code-connect-promo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.code-connect-promo__content {
  position: relative;
  z-index: 3;
}

@media (min-width: 769px) {
  .code-connect-promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.code-connect-promo__text {
  text-align: center;
}

@media (min-width: 769px) {
  .code-connect-promo__text {
    text-align: left;
    margin-right: 20rem;
  }
}

.code-connect-promo .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.code-connect-module {
  display: block;
  height: 230rem;
  border-radius: 5rem;
  box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  margin-top: 60rem;
  background-color: #fff;
}

.code-connect-module:hover .shutter-blade-left {
  -webkit-transform: translate(-52%, 65%) rotate(50deg);
  -ms-transform: translate(-52%, 65%) rotate(50deg);
  transform: translate(-52%, 65%) rotate(50deg);
}

.code-connect-module:hover .shutter-blade-right {
  -webkit-transform: translate(42%, 25%) rotate(-65deg);
  -ms-transform: translate(42%, 25%) rotate(-65deg);
  transform: translate(42%, 25%) rotate(-65deg);
}

@media (min-width: 769px) {
  .code-connect-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300rem;
    margin: 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}

.code-connect-module__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.code-connect-module__icon {
  width: 60rem;
  height: 60rem;
  z-index: 10;
}

.code-connect-module__title {
  margin: 0;
  text-transform: none;
}

.code-connect-module__description {
  margin: 10rem 0;
}

.code-connect-module__content {
  padding: 15rem;
}

.code-connect-module .shutter-blade-left {
  opacity: 0.2;
}

.code-connect-module .shutter-blade-right {
  opacity: 0.1;
}

.icon-group-container {
  position: relative;
  overflow: hidden;
}

.icon-group-container__content {
  position: relative;
  z-index: 10;
  text-align: center;
}

.icon-group-container .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.icon-group-container__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60rem;
}

.icon-group-container--hide-icons-m .icon-group-container__icons {
  display: none;
}

@media (min-width: 769px) {
  .icon-group-container--hide-icons-m .icon-group-container__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) {
  .icon-group-container__icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.icon-group-container__icons .icon-group {
  text-align: center;
  padding-left: 35rem;
  padding-right: 35rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 30rem;
}

@media (min-width: 769px) {
  .icon-group-container__icons .icon-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    margin-bottom: 0;
  }
}

.icon-group-container__icons .icon-group .fis-icon {
  font-size: 80rem;
}

.icon-group-container--lg
.icon-group-container__icons
.icon-group__subtitle::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 20rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.icon-group-container--lg
.icon-group-container__icons
.icon-group__subtitle::after {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .icon-group-container--lg .icon-group-container__icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .icon-group-container--lg .icon-group-container__icons .icon-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: -webkit-calc(33% - 2rem);
    width: calc(33% - 2rem);
    margin-bottom: 30rem;
  }
}

.icon-group-container .shutter-blade-left {
  opacity: 0.2;
}

.icon-group-container .shutter-blade-right {
  opacity: 0.17;
}

@media (max-width: 768px) {
  .icon-group-container .shutter-blade-right {
    -webkit-transform: translate(55%, 30%) rotate(-55deg);
    -ms-transform: translate(55%, 30%) rotate(-55deg);
    transform: translate(55%, 30%) rotate(-55deg);
  }
}

.card-container__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .card-container__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-container__cards .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    -ms-flex-preferred-size: calc(100% / 3 - 20rem);
    flex-basis: -webkit-calc(100% / 3 - 20rem);
    flex-basis: calc(100% / 3 - 20rem);
    width: -webkit-calc(100% / 3 - 20rem);
    width: calc(100% / 3 - 20rem);
    margin-bottom: 50rem;
  }
}

.quote-image {
  position: relative;
}

@media (min-width: 769px) {
  .quote-image .shutter-blade {
    display: none;
  }
}

.quote-image__text {
  display: none;
}

@media (min-width: 769px) {
  .quote-image__text {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 745rem;
    max-width: 55%;
    text-align: center;
    padding: 20rem;
  }
  .quote-image__text.quote-image__text--left {
    right: 40%;
  }
  .quote-image__text.quote-image__text--right {
    left: 40%;
  }
  .quote-image__text::after {
    content: " “ ";
    position: absolute;
    top: -28rem;
    left: -30rem;
    font: normal 250rem/1 Roboto, sans-serif;
    opacity: 0.5;
    display: block;
  }
}

@media (max-width: 768px) {
  .quote-image .fis-media-image {
    height: 77.33vw;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .quote-image .fis-media-image {
    height: 40vw;
  }
}

.icon-list__list {
  margin-left: 0;
  padding-left: 0;
}

.icon-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30rem;
}

.icon-list__content {
  margin-left: 30rem;
}

.icon-list__title {
  margin-top: 0;
  margin-bottom: 15rem;
}

.icon-list__desc {
  margin-top: 15rem;
}

.icon-list .fis-icon {
  font-size: 60rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
}

.title-desc {
  padding-top: 60rem;
}

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

.title-desc .module-subhead {
  padding-left: 60rem;
  padding-right: 60rem;
}

.media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.media-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: -10rem;
  margin-right: -10rem;
}

.media-container .fis-media-shadow {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (min-width: 769px) {
  .media-container .fis-media-shadow {
    padding: 0 10rem;
    width: -webkit-calc(100% / 3 - 2rem);
    width: calc(100% / 3 - 2rem);
  }
}

.content-rich-columns {
  margin-top: 40rem;
  margin-bottom: 40rem;
}

.content-rich-columns__columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .content-rich-columns__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .content-rich-columns__column ul {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .content-rich-columns--two .content-rich-columns__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    -ms-flex-preferred-size: 320rem;
    flex-basis: 320rem;
    max-width: 50%;
    padding: 0 60rem 0 0;
  }
  .content-rich-columns--three .content-rich-columns__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    -ms-flex-preferred-size: 320rem;
    flex-basis: 320rem;
    max-width: 33%;
    padding: 0 60rem 0 0;
  }
}

.content-rich-columns__column + .content-rich-columns__column {
  margin-top: 0;
}

@media (min-width: 769px) {
  .content-rich-columns--border-between.content-rich-columns--three
.content-rich-columns__column,
  .content-rich-columns--border-between.content-rich-columns--two
.content-rich-columns__column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 80rem;
  }
}

@media (min-width: 769px) {
  .content-rich-columns--border-between.content-rich-columns--three
.content-rich-columns__column {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

.content-rich-columns--border-between
.content-rich-columns__column
+ .content-rich-columns__column {
  padding-top: 20rem;
  border-top: 2px solid #c8c8c8;
  margin-top: 20rem;
}

@media (min-width: 769px) {
  .content-rich-columns--border-between
.content-rich-columns__column
+ .content-rich-columns__column {
    border-top: 1px solid #c8c8c8;
  }
}

@media (min-width: 769px) {
  .content-rich-columns--border-between
.content-rich-columns__column
+ .content-rich-columns__column {
    border-left: 1px solid #c8c8c8;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .fis-search-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.fis-search-results__nav-m {
  background-color: #012834;
  height: 60rem;
  display: none;
}

.fis-search-results__nav-m .fis-icon {
  font-size: 20rem;
}

@media (max-width: 768px) {
  .fis-search-results__nav-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fis-search-results__filter-trigger {
  background: 0 0;
  border: none;
  color: #fff;
  margin-left: auto;
}

.fis-search-results__filter-content {
  height: 0;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  max-height: -webkit-calc(100vh - 60rem);
  max-height: calc(100vh - 60rem);
  padding-top: 20rem;
  overflow: auto;
}

@media (min-width: 769px) {
  .fis-search-results__filter-content {
    padding-top: 0;
    height: 100%;
    max-height: 100%;
    overflow: visible;
  }
}

.fis-search-results__filters {
  opacity: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  background-color: #fff;
  z-index: 10000;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  visibility: hidden;
}

.fis-search-results__filters.fis-search-results--f-show {
  opacity: 1;
  visibility: visible;
}

.fis-search-results__filters.fis-search-results--f-show
.fis-search-results__filter-content {
  height: 100vh;
}

.fis-search-results__filters.fis-search-results--f-show .filter-choice::before {
  background-color: #4bcd3e;
}

.fis-search-results__filters .module-title-bar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .fis-search-results__filters {
    display: block;
    height: auto;
    width: 220rem;
    padding: 0 20rem;
    position: relative;
    z-index: 1;
    visibility: visible;
    opacity: 1;
  }
  .fis-search-results__filters .module-title-bar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fis-search-results__filters .filter-choice::before {
    background-color: #4bcd3e;
  }
}

.fis-search-results__results {
  margin: 0 auto;
  max-width: -webkit-calc(100% - 40rem);
  max-width: calc(100% - 40rem);
  width: 100%;
}

@media (min-width: 769px) {
  .fis-search-results__results {
    width: 650rem;
    max-width: 650rem;
    margin-left: 120rem;
    margin-right: 0;
  }
}

.fis-search-results__desc,
.fis-search-results__tag,
.fis-search-results__title {
  margin-top: 0;
  margin-bottom: 10rem;
}

.fis-search-results__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30rem;
}

.fis-search-results__card.fis-search-results--product-card
.fis-search-results__desc,
.fis-search-results__card.fis-search-results--product-card
.fis-search-results__tag,
.fis-search-results__card.fis-search-results--product-card
.fis-search-results__title {
  margin-bottom: 7rem;
}

.fis-search-results__card.fis-search-results--product-card
.fis-search-results__desc {
  color: #9b9b9b;
}

.fis-search-results__tag {
  text-align: left;
}

.fis-search-results__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100rem;
  flex: 0 0 100rem;
  width: 100rem;
  height: 100rem;
}

.fis-search-results__img + .fis-search-results__content {
  margin-left: 20rem;
}

.fis-search-results .filter-group-title {
  font-weight: 500;
}

.fis-search-results .filter-content {
  padding-bottom: 20rem;
  border-bottom: 2px solid #c8c8c8;
  display: block;
  border-color: #c8c8c8;
}

@media (min-width: 769px) {
  .fis-search-results .filter-content {
    border-bottom: 1px solid #c8c8c8;
  }
}

@media (max-width: 768px) {
  .fis-search-results .filter-content {
    text-align: center;
  }
}

.fis-search-results .filter-choice {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  color: #012834;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  display: block;
  text-transform: uppercase;
  color: #00a4b6;
}

@media (min-width: 769px) {
  .fis-search-results .filter-choice:hover {
    color: #00a4b6;
    text-decoration: none;
  }
}

.component--light-text .fis-search-results .filter-choice,
.fis-search-results .filter-choice--secondary {
  color: #fff;
}

.fis-search-results .filter-choice--tertiary {
  color: #000;
}

.fis-search-results .filter-choice--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .fis-search-results .filter-choice--quaternary:hover {
    color: #012834;
  }
}

@media (max-width: 768px) {
  .fis-search-results .filter-choice {
    position: relative;
  }
}

.fis-search-results .filter-choice--active {
  color: #000;
}

.fis-search-results .filter-choice--active::before {
  content: " ";
  display: block;
  position: absolute;
  margin-left: -15rem;
  margin-top: 5rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: transparent;
}

@media (min-width: 769px) {
  .fis-search-results .filter-choice--active::before {
    background-color: #4bcd3e;
  }
}

.fis-search-results .filter-choice + .filter-choice {
  margin-top: 20rem;
}

.fis-search-hero {
  min-height: 20vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 40rem;
}

@media (min-width: 769px) {
  .fis-search-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.fis-search-hero__inner {
  margin: 10rem 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.fis-search-hero__filter {
  background: 0 0;
  border: 0;
  display: block;
  cursor: pointer;
}

@media (min-width: 769px) {
  .fis-search-hero__filter {
    display: none;
  }
}

.fis-search-hero .searchbar {
  position: relative;
  z-index: 10;
}

.fis-search-hero .searchbar__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  max-width: 685rem;
  margin: 120rem 20rem 0;
  position: relative;
  z-index: 10;
}

@media (min-width: 769px) {
  .fis-search-hero .searchbar__form {
    width: 100%;
    margin-top: 8vw;
  }
}

.fis-search-hero .searchbar__input,
.fis-search-hero .searchbar__submit {
  margin-top: 0;
}

.fis-search-hero .searchbar__clear {
  position: absolute;
  left: 79%;
  background: 0 0;
  border: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.6s opacity;
  transition: 0.6s opacity;
}

.fis-search-hero .searchbar__clear.fis-search-hero--active {
  pointer-events: auto;
  opacity: 1;
}

.fis-search-hero .searchbar__input {
  font-family: source_sans_proregular, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 25rem;
  letter-spacing: 0;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
  border: 2rem solid #fff;
  padding: 0 50rem 0 20rem;
  border-radius: 8rem 0 0 8rem;
  height: 50rem;
}

.component--light-text .fis-search-hero .searchbar__input,
.fis-search-hero .searchbar__input--secondary {
  color: #fff;
}

.fis-search-hero .searchbar__input--tertiary {
  color: #012834;
}

.fis-search-hero .searchbar__input--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .fis-search-hero .searchbar__input {
    height: 70rem;
  }
}

.fis-search-hero .searchbar__input:required:valid {
  color: #4bcd3e;
}

.fis-search-hero .searchbar__submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65rem;
  flex: 0 0 65rem;
  border-radius: 0 8rem 8rem 0;
  min-width: 65rem;
  height: 50rem;
}

@media (min-width: 769px) {
  .fis-search-hero .searchbar__submit {
    height: 70rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95rem;
    flex: 0 0 95rem;
  }
}

.fis-search-hero .fis-icon {
  font-size: 18rem;
}

.fis-search-hero .shutter-blade-right {
  -webkit-transform: translate(40%, 64%) rotate(-50deg);
  -ms-transform: translate(40%, 64%) rotate(-50deg);
  transform: translate(40%, 64%) rotate(-50deg);
}

@media (min-width: 769px) {
  .fis-search-hero .shutter-blade-right {
    -webkit-transform: translate(40%, 22%) rotate(-30deg);
    -ms-transform: translate(40%, 22%) rotate(-30deg);
    transform: translate(40%, 22%) rotate(-30deg);
  }
}

.fis-search-hero .shutter-blade-left {
  -webkit-transform: translate(-45%, 46%) rotate(42deg);
  -ms-transform: translate(-45%, 46%) rotate(42deg);
  transform: translate(-45%, 46%) rotate(42deg);
}

@media (min-width: 769px) {
  .fis-search-hero .shutter-blade-left {
    -webkit-transform: translate(-31%, 46%) rotate(25deg);
    -ms-transform: translate(-31%, 46%) rotate(25deg);
    transform: translate(-31%, 46%) rotate(25deg);
  }
}

.fis-select__container {
  position: relative;
}

.fis-select--custom {
  display: none;
  min-width: 175rem;
}

@media (min-width: 769px) {
  .fis-select--custom {
    position: absolute;
    right: 0;
    display: block;
    list-style: none;
    padding: 15rem;
    border-radius: 4rem;
    border: 1rem solid #4bcd3e;
    background-color: #fff;
  }
}

.fis-select--custom .fis-select__option {
  display: block;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  height: 0;
  opacity: 0;
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 16rem;
  color: #012834;
}

.component--light-text .fis-select--custom .fis-select__option,
.fis-select--custom .fis-select__option--secondary {
  color: #fff;
}

.fis-select--custom .fis-select__option--tertiary {
  color: #012834;
}

.fis-select--custom .fis-select__option--quaternary {
  color: #00a4b6;
}

.fis-select--custom .fis-select__option--default,
.fis-select--custom .fis-select__option--selected {
  display: block;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  height: auto;
  opacity: 1;
}

.fis-select--custom .fis-select__option--default {
  position: relative;
}

.fis-select--custom .fis-select__option--default::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 6rem solid #012834;
  margin-top: -2rem;
}

.fis-select--custom.fis-select--open .fis-select__option {
  width: 100%;
  height: auto;
  opacity: 1;
  margin-top: 10rem;
  padding-top: 10rem;
  border-top: 2px solid #c8c8c8;
}

@media (min-width: 769px) {
  .fis-select--custom.fis-select--open .fis-select__option {
    border-top: 1px solid #c8c8c8;
  }
}

.fis-select--custom.fis-select--open .fis-select__option--default::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.fis-select--custom.fis-select--open .fis-select__option--selected {
  background-color: #f8f8f8;
}

.fis-select--custom.fis-select--open .fis-select__option--selected::after {
  display: none;
}

@media (min-width: 769px) {
  .fis-select--custom-inline {
    padding: 0;
    border: none;
    background-color: #fff;
  }
}

.fis-select--custom-inline .fis-select__option {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  color: #012834;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  text-transform: uppercase;
  color: #00a4b6;
  padding-left: 15rem;
  padding-right: 15rem;
}

@media (min-width: 769px) {
  .fis-select--custom-inline .fis-select__option:hover {
    color: #00a4b6;
    text-decoration: none;
  }
}

.component--light-text .fis-select--custom-inline .fis-select__option,
.fis-select--custom-inline .fis-select__option--secondary {
  color: #fff;
}

.fis-select--custom-inline .fis-select__option--tertiary {
  color: #000;
}

.fis-select--custom-inline .fis-select__option--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .fis-select--custom-inline .fis-select__option--quaternary:hover {
    color: #012834;
  }
}

.fis-select--custom-inline .fis-select__option--default,
.fis-select--custom-inline .fis-select__option--selected {
  position: relative;
}

.fis-select--custom-inline .fis-select__option--default::after,
.fis-select--custom-inline .fis-select__option--selected::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15rem;
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 6rem solid #00a4b6;
  margin-top: -2rem;
}

.fis-select--custom-inline .fis-select__option--default {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  color: #012834;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  text-transform: uppercase;
  color: #00a4b6;
  padding-bottom: 14rem;
  padding-left: 15rem;
  padding-right: 15rem;
}

@media (min-width: 769px) {
  .fis-select--custom-inline .fis-select__option--default:hover {
    color: #00a4b6;
    text-decoration: none;
  }
}

.component--light-text .fis-select--custom-inline .fis-select__option--default,
.fis-select--custom-inline .fis-select__option--default--secondary {
  color: #fff;
}

.fis-select--custom-inline .fis-select__option--default--tertiary {
  color: #000;
}

.fis-select--custom-inline .fis-select__option--default--quaternary {
  color: #00a4b6;
}

@media (min-width: 769px) {
  .fis-select--custom-inline .fis-select__option--default--quaternary:hover {
    color: #012834;
  }
}

.fis-select--custom-inline .fis-select__option--default::after {
  margin-top: -7.5rem;
}

.fis-select--custom-inline.fis-select--open {
  box-shadow: 7rem 7rem 14rem 0 rgba(0, 0, 0, 0.05);
}

.fis-select--custom-inline.fis-select--open .fis-select__option {
  margin-top: 0;
  padding-bottom: 15rem;
  border-top: 1rem solid rgba(0, 0, 0, 0.05);
}

.fis-select--custom-inline.fis-select--open .fis-select__option--default::after,
.fis-select--custom-inline.fis-select--open
.fis-select__option--selected::after {
  margin-top: -7.5rem;
}

.fis-select--custom-inline.fis-select--open
.fis-select__option--default
+ .fis-select__option {
  border-top: 1rem solid #c8c8c8;
}

.fis-select.fis-select--sorted .fis-select__option--default {
  display: none;
}

.fis-select.fis-select--sorted.fis-select--open .fis-select__option--default {
  display: block;
}

.fis-select--native {
  display: none;
}

.fis-search-results {
  position: relative;
}

.fis-search-results--careers .fis-search-results__card {
  margin-bottom: 0;
  padding-bottom: 10rem;
  border-bottom: 2px solid #c8c8c8;
}

@media (min-width: 769px) {
  .fis-search-results--careers .fis-search-results__card {
    border-bottom: 1px solid #c8c8c8;
  }
}

.fis-search-results--careers
.fis-search-results__card
+ .fis-search-results__card {
  padding-top: 30rem;
}

.fis-search-results--careers .fis-search-results__title {
  color: #012834;
}

.fis-search-results--careers .fis-search-results__results {
  max-width: 100%;
}

@media (min-width: 769px) {
  .fis-search-results--careers .fis-search-results__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    -ms-flex-preferred-size: 580rem;
    flex-basis: 580rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-left: 35rem;
    margin-right: 35rem;
    max-width: 580rem;
  }
}

.fis-search-results--careers .fis-search-results__address,
.fis-search-results--careers .fis-search-results__date,
.fis-search-results--careers .fis-search-results__job-id {
  margin-top: 0;
}

.fis-search-results--careers .fis-search-results__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
}

.fis-search-results--careers .module-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fis-search-results--careers .module-title-link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fis-search-results--careers .module-title-bar {
  margin-top: 40rem;
}

.fis-search-results--careers .filter-choice {
  position: relative;
}

.fis-search-results--careers .filter-choice .fis-icon {
  display: none;
  position: absolute;
  top: 4rem;
  left: -20rem;
  font-size: 9rem;
}

.fis-search-results--careers .filter-choice--selected {
  color: #4bcd3e;
}

.fis-search-results--careers .filter-choice--selected .fis-icon {
  display: inline-block;
}

.fis-search-results--careers
.filter-choice--more
.filter-choice__more-text::after {
  content: " ";
  display: block;
  position: absolute;
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 6rem solid #012834;
  margin-top: -2rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fis-search-results--careers .filter-choice--more .filter-choice__less-text {
  display: none;
}

.fis-search-results--careers
.filter-choice--more
.filter-choice__less-text::after {
  content: " ";
  display: block;
  position: absolute;
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-bottom: 6rem solid #012834;
  margin-bottom: -2rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fis-search-results--careers
.filter-choice--more-expand
.filter-choice__more-text {
  display: none;
}

.fis-search-results--careers
.filter-choice--more-expand
.filter-choice__less-text {
  display: inline-block;
}

.fis-search-results--careers .fis-search-results__filter-trigger {
  color: #012834;
  margin-left: 0;
}

@media (min-width: 769px) {
  .fis-search-results--careers .fis-search-results__filter-trigger {
    display: none;
  }
}

.fis-search-results--careers .filter-choice__more-container {
  overflow: hidden;
  margin-bottom: 20rem;
  height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fis-search-results--careers .filter-choice__more-container--expand {
  margin-top: 20rem;
  min-height: 100rem;
  height: auto;
}

.fis-search-results--careers .fis-search-results__selected-count {
  display: inline-block;
  margin-left: 10rem;
}

.fis-search-results--careers
.fis-search-results__selected-count
+ .module-title-link {
  visibility: hidden;
  color: #4bcd3e;
}

.fis-search-results--careers
.fis-search-results__selected-count--active
+ .module-title-link {
  visibility: visible;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 769px) {
  .fis-search-results--careers .fis-search-results__right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    -ms-flex-preferred-size: 240rem;
    flex-basis: 240rem;
    width: 240rem;
    margin-left: auto;
  }
}

.fis-search-results--careers .fis-search-results__right-nav .fis-cta-btn,
.fis-search-results--careers
.fis-search-results__right-nav
.fis-style
.btn-xrayhtml-flipsource,
.fis-style
.fis-search-results--careers
.fis-search-results__right-nav
.btn-xrayhtml-flipsource {
  margin-top: 0;
}

.fis-search-results--careers .fis-search-results__right-nav .fis-border {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.fis-search-results--careers .fis-search-results__right-nav .fis-social-link {
  margin-bottom: 0;
}

.fis-search-results__save-btn {
  display: inline-block;
  font-size: 20rem;
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: none;
  min-height: 25rem;
  min-width: 25rem;
  cursor: pointer;
  color: #9b9b9b;
  background: 0 0;
}

.fis-search-results__save-btn .fis-icon {
  stroke-width: 2rem;
  fill: none;
}

.fis-search-results__save-btn--saved .fis-icon {
  fill: #4bcd3e;
  stroke: #4bcd3e;
}

.fis-careers-hero {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .fis-careers-hero {
    padding-top: 100rem;
  }
}

.fis-careers-hero__title {
  margin-bottom: 20rem;
  text-align: center;
}

.fis-careers-hero__title::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 15rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.fis-careers-hero__title::after {
  margin-left: auto;
  margin-right: auto;
}

.fis-careers-hero__content {
  position: relative;
  z-index: 10;
  min-height: 20vw;
}

@media (min-width: 769px) {
  .fis-careers-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-preferred-size: 20vw;
    flex-basis: 20vw;
    height: 20vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.fis-careers-hero__filter {
  display: block;
}

@media (min-width: 769px) {
  .fis-careers-hero__filter {
    display: none;
  }
}

.fis-careers-hero__ctas {
  margin-top: 20rem;
  text-align: center;
}

.fis-careers-hero__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.fis-careers-hero__cta .fis-icon {
  fill: #4bcd3e;
  margin-right: 10rem;
}

.fis-careers-hero__cta + .fis-careers-hero__cta {
  margin-left: 15rem;
}

.fis-careers-hero .careers-search {
  position: relative;
  z-index: 10;
}

.fis-careers-hero .careers-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  max-width: 685rem;
  position: relative;
  z-index: 10;
  margin-left: 20rem;
  margin-right: 20rem;
}

@media (min-width: 769px) {
  .fis-careers-hero .careers-search__form {
    width: 100%;
    margin: 0;
  }
}

.fis-careers-hero .careers-search__input,
.fis-careers-hero .careers-search__submit {
  margin-top: 0;
}

.fis-careers-hero .careers-search__clear {
  position: absolute;
  left: 79%;
  background: 0 0;
  border: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.6s opacity;
  transition: 0.6s opacity;
}

.fis-careers-hero .careers-search__clear.fis-search-hero--active {
  pointer-events: auto;
  opacity: 1;
}

.fis-careers-hero .careers-search__input {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 16rem;
  color: #012834;
  letter-spacing: 0;
  margin-top: 30rem;
  margin-bottom: 30rem;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  text-transform: none;
  text-align: left;
  border: 2rem solid #fff;
  padding: 0 50rem 0 20rem;
  border-radius: 8rem 0 0 8rem;
  height: 45rem;
}

.component--light-text .fis-careers-hero .careers-search__input,
.fis-careers-hero .careers-search__input--secondary {
  color: #fff;
}

.fis-careers-hero .careers-search__input b,
.fis-careers-hero .careers-search__input strong {
  font-family: source_sans_proregular, sans-serif;
}

.fis-careers-hero .careers-search__input:required:valid {
  color: #4bcd3e;
}

.fis-careers-hero .careers-search__submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45rem;
  flex: 0 0 45rem;
  border-radius: 0 8rem 8rem 0;
  min-width: auto;
  height: 45rem;
}

.fis-careers-hero .careers-search__submit .fis-icon {
  position: relative;
  top: -4rem;
}

.fis-careers-hero .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.fis-careers-hero .fis-icon {
  font-size: 18rem;
}

.fis-careers-hero .shutter-blade-right {
  -webkit-transform: translate(40%, 22%) rotate(-30deg);
  -ms-transform: translate(40%, 22%) rotate(-30deg);
  transform: translate(40%, 22%) rotate(-30deg);
}

.fis-careers-hero .shutter-blade-left {
  -webkit-transform: translate(-31%, 46%) rotate(25deg);
  -ms-transform: translate(-31%, 46%) rotate(25deg);
  transform: translate(-31%, 46%) rotate(25deg);
}

.fis-job-description {
  margin-top: 40rem;
}

@media (min-width: 769px) {
  .fis-job-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.fis-job-description .fis-rich-text {
  width: auto;
  margin-left: 20rem;
  margin-right: 20rem;
}

@media (min-width: 769px) {
  .fis-job-description .fis-rich-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-preferred-size: 700rem;
    flex-basis: 700rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding-right: 140rem;
  }
}

.fis-job-description .fis-rich-text h2 {
  position: relative;
  padding-right: 40rem;
  color: #012834;
}

.fis-job-description .fis-rich-text h3 {
  margin: 20rem 0;
}

.fis-job-description .fis-rich-text h5 {
  font-family: "Titillium Semibold", sans-serif;
  line-height: 1.4;
  font-size: 14rem;
  color: #012834;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20rem;
}

.component--light-text .fis-job-description .fis-rich-text h5,
.fis-job-description .fis-rich-text h5--secondary {
  color: #fff;
}

.fis-job-description .fis-rich-text h5--tertiary {
  color: #012834;
}

.fis-job-description .fis-rich-text h5--quaternary {
  color: #00a4b6;
}

.fis-job-description .fis-rich-text hr {
  margin: 20rem 0;
}

.fis-job-description .fis-rich-text p,
.fis-job-description .fis-rich-text ul {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 16rem;
  color: #012834;
  letter-spacing: 0;
  margin-top: 30rem;
  margin-bottom: 30rem;
  margin: 20rem 0;
}

.component--light-text .fis-job-description .fis-rich-text p,
.component--light-text .fis-job-description .fis-rich-text ul,
.fis-job-description .fis-rich-text p--secondary,
.fis-job-description .fis-rich-text ul--secondary {
  color: #fff;
}

.fis-job-description .fis-rich-text p b,
.fis-job-description .fis-rich-text p strong,
.fis-job-description .fis-rich-text ul b,
.fis-job-description .fis-rich-text ul strong {
  font-family: source_sans_proregular, sans-serif;
}

.fis-job-description .fis-rich-text ul {
  list-style: disc;
  padding-left: 20rem;
}

.fis-job-description .fis-rich-text li {
  margin: 20rem 0;
}

.fis-job-description__apply {
  width: auto;
  margin-left: 20rem;
  margin-right: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .fis-job-description__apply {
    margin: 0;
    max-width: 220rem;
    margin-top: 40rem;
  }
}

.fis-job-description__apply .fis-cta-btn,
.fis-job-description__apply .fis-style .btn-xrayhtml-flipsource,
.fis-style .fis-job-description__apply .btn-xrayhtml-flipsource {
  margin-top: 20rem;
}

.fis-job-description__apply .fis-border {
  width: 100%;
  margin-top: 40rem;
  padding-top: 20rem;
}

.fis-job-description__apply .fis-cta-btn--apply {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .fis-job-description__apply .fis-cta-btn--apply-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    border-radius: 0;
    z-index: 10000;
  }
}

.fis-job-description__content {
  position: relative;
}

.fis-job-description__save-btn {
  display: inline-block;
  font-size: 20rem;
  padding: 0;
  border: none;
  min-height: 25rem;
  min-width: 25rem;
  cursor: pointer;
  color: #9b9b9b;
  background: 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fis-job-description__save-btn .fis-icon {
  stroke-width: 2rem;
  fill: none;
}

.fis-job-description__save-btn.fis-job-description--saved .fis-icon {
  fill: #4bcd3e;
  stroke: #4bcd3e;
}

.fis-job-description__section {
  position: relative;
  margin-bottom: 60rem;
}

.fis-style {
  background-color: #fff;
}

.fis-style .bg-dark-gray {
  background-color: #012834;
}

.fis-style .method-flip .source-panel {
  overflow: hidden;
}

.fis-style .method-flip.view-source .source-panel {
  overflow: auto;
}

.fis-style .xrayhtml .xraytitle {
  position: absolute;
}

.fis-style .fis-style-nav-bar {
  position: fixed;
  z-index: 8000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 10rem 20rem;
  background-color: #fff;
}

.fis-style__main {
  padding-left: 25rem;
}

.fis-style .fis-left-nav__container,
.fis-style__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20rem;
}

.fis-style .fis-left-nav__container {
  position: fixed;
  z-index: 9000;
  top: 0;
  opacity: 0;
  right: -500rem;
  max-height: 100vh;
  overflow: scroll;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  box-shadow: -8rem 0 5rem 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.fis-style .fis-left-nav__container--open {
  right: 0;
  opacity: 1;
}

.fis-style .fis-left-nav__container ul {
  margin-top: 40rem;
  padding-left: 0;
  list-style: none;
}

.fis-style .fis-left-nav__container ul ul {
  margin-top: 20rem;
}

.fis-style .fis-style__component-section {
  padding-top: 70rem;
}

.fis-style .fis-style__component-section > .fis-h2 {
  margin-bottom: 20rem;
}

.fis-style .fis-style__component-section > .fis-h2::after {
  content: "";
  display: block;
  width: 50rem;
  height: 4.5rem;
  margin-top: 15rem;
  border-radius: 15rem;
  background-color: #4bcd3e;
}

.fis-style .fis-style__component-section .module-title-bar {
  padding-top: 60rem;
}

.fis-style .fis-style__component-section .fis-container-full-width .snippet {
  padding: 0;
}

.fis-style .fis-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 70rem;
}

.fis-style .fis-container-inner .fis-flex-item--half,
.fis-style .fis-container-inner .fis-flex-item--med,
.fis-style .fis-container-inner .fis-flex-item--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 40rem) / 3);
  flex: 0 1 -webkit-calc((100% - 40rem) / 3);
  flex: 0 1 calc((100% - 40rem) / 3);
  margin-bottom: 60rem;
}

.fis-style .fis-container-inner .fis-flex-item--sm {
  margin-left: 10rem;
  margin-right: 10rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.fis-style .fis-container-inner .fis-flex-item--quart {
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc((100% / 4) - 20rem);
  width: calc((100% / 4) - 20rem);
  padding: 0 20rem;
}

.fis-style .fis-container-inner .fis-flex-item--quart .snippet {
  text-align: center;
}

.fis-style .fis-container-inner .fis-flex-item--quart .btn-xrayhtml-flipsource,
.fis-style .fis-container-inner .fis-flex-item--quart .fis-cta-btn {
  margin-left: auto;
  margin-right: auto;
}

.fis-style .fis-container-inner .fis-flex-item--half {
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  flex: 0 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: -webkit-calc((100% - 20rem) / 2);
  width: calc((100% - 20rem) / 2);
  padding: 0 20rem;
}

.fis-style .fis-logo {
  font-size: 35rem;
}

.fis-style .fis-color-swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 380rem;
  height: 245rem;
}

.fis-style .fis-color-swatch.fis-green {
  background-color: #4bcd3e;
}

.fis-style .fis-color-swatch.fis-blue {
  background-color: #00a4b6;
}

.fis-style .fis-color-swatch.fis-teal-dark {
  background-color: #012834;
}

.fis-style .fis-color-swatch.fis-black {
  background-color: #000;
}

.fis-style .fis-color-swatch.fis-light-gray {
  background-color: #c8c8c8;
}

.fis-style .fis-color-swatch.fis-gray {
  background-color: #9b9b9b;
}

.fis-style .fis-color-swatch.fis-gray-dark {
  background-color: #012834;
}

.fis-style .fis-color-swatch.fis-white {
  border: 1rem solid #c8c8c8;
  background-color: #fff;
}

.fis-style .fis-color-swatch.fis-white p {
  color: #012834;
}

.fis-style--icons .fis-icon {
  font-size: 35rem;
}

.fis-style .fis-style--typography .fis-h1--secondary,
.fis-style .fis-style--typography .fis-h2--secondary,
.fis-style .fis-style--typography .fis-h3--secondary,
.fis-style .fis-style--typography .fis-h4--secondary,
.fis-style .fis-style--typography .fis-h5--secondary,
.fis-style .fis-style--typography .fis-h6--secondary {
  padding: 10rem;
  background-color: #012834;
}

.fis-style .btn-xrayhtml-flipsource {
  margin-bottom: 30rem;
}

.fis-style .snippet .hero {
  overflow: hidden;
}

.fis-style .stock-price .stock-price-container {
  top: auto;
  margin-top: 80rem;
  margin-bottom: 80rem;
}

.fis-style .content-locked-nav,
.fis-style .content-locked-nav--inner {
  position: static;
  left: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.content-body .fis-rich-text ul {
  margin-top: 20rem;
}

.hero {
  width: 54%;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero-desc {
  font-family: source_sans_proregular, sans-serif;
  line-height: 1.5;
  font-size: 18rem;
  color: #012834;
  letter-spacing: 0;
  max-width: 550rem;
  margin: 25rem auto 0 auto;
}

.thankyou-container {
  padding-top: 8%;
  text-align: center;
}
