@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #152742;
  --black: #000;
  --white: #fff;
  --red: var(--black);
  --grey: #e2e2e2;
  --green: #1a936f;
  --dark-purple: #837d90;
  --blue: #4062bb;
  --orange: #ff5800;
  --transparent: #fff0;
  --light-green: #dce7e4;
  --lightblue: #ccdbf3;
  --light-yellow: #f0efe6;
  --light-purple: #e6dee7;
}

body {
  color: var(--dark-blue);
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  color: inherit;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.5em;
  line-height: 1.2em;
}

figcaption {
  opacity: .71;
  text-align: left;
  margin-top: 3px;
  font-size: .8em;
  line-height: 1.1em;
}

.hero {
  background-color: var(--black);
  color: var(--white);
  min-height: 55vh;
  padding-top: 170px;
  padding-bottom: 100px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.heroc {
  z-index: 1;
  padding-top: 100px;
}

.container.kiwrap {
  margin-bottom: -65px;
  padding-top: 65px;
}

.container.top {
  z-index: 10;
}

.row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2%;
  display: flex;
}

.row.centre {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: calc(2% + 40px);
}

.column {
  flex: 1;
  width: 100%;
  min-width: 23%;
  max-width: 700px;
  margin-right: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.column.top {
  z-index: 10;
  position: relative;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.reds {
  background-color: var(--red);
  color: var(--black);
}

.section.greys {
  background-color: var(--grey);
}

.section.yellows {
  background-color: var(--green);
}

.section.purples {
  background-color: var(--dark-purple);
  color: var(--white);
}

.section.blackb {
  background-color: var(--black);
  color: var(--white);
}

.section.section2 {
  background-color: var(--blue);
  color: var(--white);
  background-image: url('../images/BG1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 30%;
  padding-top: 50px;
}

.section.section3 {
  z-index: 2;
  background-color: var(--green);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--green) 20%, #1a936f00), url('../images/BG2.svg');
  color: var(--white);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.greens {
  background-color: var(--green);
  color: var(--white);
  background-image: url('../images/wind2.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
}

.section.blues {
  background-color: var(--blue);
  color: var(--white);
}

.section.lightbsection {
  background-color: #dce6ff;
}

.section.extrapad {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.menu-title {
  background-color: var(--white);
  color: var(--dark-blue);
  background-image: url('../images/wind2.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 10px;
  padding-bottom: 0;
}

.button {
  border: 2px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 17px 30px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  transition: transform .2s;
  position: relative;
}

.button:hover {
  transform: scale(1.03);
}

.button.rev {
  background-color: var(--white);
  color: var(--black);
}

.button.dl {
  border: 2px solid var(--white);
  background-color: var(--blue);
  color: var(--white);
  background-image: none;
  border-radius: 10px;
}

.button.orangeb {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--dark-blue);
}

.cardrow {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2%;
  display: flex;
}

.card {
  background-color: var(--black);
  color: var(--white);
  flex: 1;
  min-width: 23%;
  max-width: 31.3%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 2%;
  text-decoration: none;
}

.cardtext {
  padding: 20px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.cardtitle {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.brand {
  object-fit: contain;
  object-position: 50% 50%;
  margin-left: 2%;
  padding-top: 5px;
  padding-bottom: 4px;
  transition: transform .2s;
}

.brand:hover {
  transform: scale(1.1);
}

.nav-link {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 20px;
  transition: transform .2s;
}

.nav-link:hover {
  transform: scale(1.05);
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.nls {
  background-color: var(--orange);
  color: var(--dark-blue);
  border-radius: 10px;
  font-weight: 700;
}

.navbar {
  background-color: var(--transparent);
  color: var(--white);
  background-image: linear-gradient(#001a77, #001a7700);
  width: 100%;
  padding: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer {
  background-color: var(--dark-blue);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-link {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.note {
  font-size: .8em;
}

.accordwrapper {
  border-bottom: 1px solid #00000040;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.accordtitle {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.accordcontent {
  height: 0;
  overflow: hidden;
}

.accordcross {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa 400", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: 7px 0% auto auto;
}

.nav-menu {
  padding-right: 2%;
}

.navcontainer {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.fullimage {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fullimage.dark {
  opacity: .7;
}

.fullimage.fiblurs {
  z-index: 1;
  opacity: .53;
  filter: blur(10px);
}

.logo {
  width: 181px;
  margin-right: 20px;
}

.flipcardwrap {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 30%;
  max-width: 100%;
  min-height: 346px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.overimage {
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.highlight {
  z-index: 3;
  text-shadow: 0 0 10px var(--blue);
  display: inline-block;
  position: relative;
}

.imagegrad {
  z-index: 1;
  background-image: linear-gradient(#001a77, #001a7700);
  width: 100%;
  height: 100%;
  max-height: 40vh;
  position: absolute;
  inset: 0%;
}

.imagegrad.v2ig {
  z-index: 2;
  background-image: linear-gradient(90deg, #001a77, #001a7700);
  max-height: none;
}

.fubutton {
  padding: 20px;
  position: relative;
}

.image-2 {
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flip-front {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  backface-visibility: hidden;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flip-front.insight {
  background-color: var(--green);
}

.flip-front.objective {
  background-color: var(--light-green);
  color: var(--dark-blue);
}

.flip-back {
  background-color: var(--grey);
  color: var(--black);
  text-align: center;
  backface-visibility: hidden;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.text-block {
  font-weight: 600;
}

.card-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.2em;
  font-weight: 400;
}

.more {
  opacity: .9;
  color: inherit;
}

.more:hover {
  opacity: 100;
}

.cardicon {
  margin: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
}

.flipcardgrid {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 2%;
  display: flex;
}

.flipcardgrid.centre {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cardicon-front {
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  position: relative;
  inset: auto 0% 0%;
}

.fai {
  font-family: "Fa 400", sans-serif;
}

.rtb img {
  border-radius: 10px;
}

.socialrow {
  justify-content: flex-start;
  align-items: center;
  margin-top: -15px;
  display: flex;
}

.sociallink {
  color: var(--white);
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  text-decoration: none;
}

.sociallink:hover {
  color: var(--green);
}

.recc-section {
  max-width: 1600px;
  padding: 20px;
}

.recc-block {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.rec-wrapper {
  background-color: var(--lightblue);
  background-image: url('../images/BG1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 10px;
  flex: 1;
  width: 100%;
  margin-bottom: 60px;
  padding: 20px 30px 20px 10px;
}

.rec-wrapper.rw2 {
  background-color: var(--light-green);
}

.rec-wrapper.rw3 {
  background-color: var(--light-yellow);
}

.rec-wrapper.rw4 {
  background-color: var(--light-purple);
}

.rec-wrapper.rec {
  background-color: var(--blue);
  color: var(--white);
  background-image: none;
}

.action-card {
  background-color: var(--white);
  color: var(--dark-blue);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 30%;
  max-width: 100%;
  min-height: 230px;
  margin-bottom: 20px;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fa {
  font-family: "Fa Solid 900", sans-serif;
}

.casestudy {
  border: 2px dashed var(--orange);
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 30%;
  max-width: 100%;
  min-height: 230px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prhead {
  color: var(--orange);
}

.spinspinspin {
  box-sizing: content-box;
  opacity: .12;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.code-embed {
  border-radius: 20px;
  overflow: hidden;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: var(--blue);
  -webkit-text-stroke-color: #d00;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  background-color: var(--orange);
  color: var(--dark-blue);
  text-align: center;
  border-radius: 10px;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1em;
  font-weight: 700;
  transition: transform .2s;
}

.fs-cc-banner_button:hover {
  transform: scale(1.05);
}

.fs-cc-banner_trigger {
  display: none;
}

.ctf {
  opacity: .71;
  text-transform: none;
  font-family: Fira Sans, sans-serif;
  font-size: .7em;
  display: block;
}

.onpage-menu {
  z-index: 1000;
  border-bottom: 1px solid var(--lightblue);
  background-color: var(--white);
  color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 4px;
  display: flex;
  position: sticky;
  top: 0;
}

.opm-link {
  border: 2px solid var(--lightblue);
  background-color: var(--lightblue);
  color: var(--dark-blue);
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px;
  font-size: .8em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.opm-link:hover {
  text-decoration: underline;
}

.opm-link.w--current {
  border-color: var(--dark-blue);
}

.opm-link.k2 {
  border-color: var(--light-green);
  background-color: var(--light-green);
}

.opm-link.k2.w--current {
  border-color: var(--dark-blue);
}

.opm-link.pro {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.opm-link.pro.w--current {
  border-color: var(--dark-blue);
}

.opm-link.k3 {
  border-color: var(--light-yellow);
  background-color: var(--light-yellow);
}

.opm-link.k3.w--current {
  border-color: var(--dark-blue);
}

.opm-link.k4 {
  border-color: var(--light-purple);
  background-color: var(--light-purple);
}

.opm-link.k4.w--current {
  border-color: var(--dark-blue);
}

.opm-up {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

.inneropm {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.embedcontainer {
  background-color: var(--dark-blue);
  width: 100%;
  max-width: 100vw;
  padding-top: 100px;
}

.code-embed-2 {
  max-width: 100vw;
  height: 100vh;
  max-height: calc(100vh - 110px);
}

.spiral1 {
  z-index: 3;
  object-fit: contain;
  width: 50%;
  max-width: 800px;
  margin-top: 90px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  .container, .navcontainer {
    max-width: 1300px;
  }

  .flip-front {
    font-size: 14px;
    line-height: 22px;
  }

  .spiral1 {
    margin-right: 120px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  .hero {
    min-height: 50vh;
    padding-bottom: 60px;
    position: relative;
  }

  .container.hide-tab {
    display: none;
  }

  .row.centre {
    padding-left: calc(2% + 20px);
  }

  .column {
    min-width: 31.3%;
    padding-right: 20px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section2 {
    padding-top: 20px;
  }

  .card {
    min-width: 48%;
    max-width: 98%;
    margin-right: 2%;
  }

  .menu-button {
    font-size: 28px;
    line-height: 28px;
  }

  .nav-menu {
    padding-right: 0%;
  }

  .navcontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .flipcardwrap {
    min-width: 48%;
  }

  .rec-wrapper {
    min-width: 31.3%;
    padding-right: 20px;
  }

  .action-card {
    min-width: 48%;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .casestudy {
    min-width: 48%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .onpage-menu {
    padding: 0;
  }

  .opm-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .inneropm {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: var(--dark-blue);
    background-color: var(--white);
    max-height: calc(100vh - 57px);
    padding: 5px 30px 10px;
    overflow: auto;
  }

  .menu-button-2 {
    color: var(--dark-blue);
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px;
    font-size: 1em;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: var(--white);
    color: var(--blue);
  }

  .inner-icon {
    float: left;
    font-size: 35px;
    display: block;
    position: relative;
  }

  .mb-text {
    float: right;
    padding-top: 7px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 1.9em;
  }

  .hero {
    min-height: 40vh;
    padding-top: 254px;
    padding-bottom: 30px;
    position: relative;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.centre {
    padding-left: 2%;
  }

  .row.revmob {
    flex-flow: wrap-reverse;
  }

  .column {
    min-width: 98%;
    padding-right: 0;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 13px 20px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    color: var(--dark-blue);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
  }

  .menu-button {
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--orange);
    border-radius: 500px;
  }

  .navbar {
    color: var(--dark-blue);
  }

  .accordcross {
    font-size: 22px;
    line-height: 22px;
    top: 5px;
  }

  .nav-menu {
    z-index: 100;
    background-color: var(--white);
    color: var(--dark-blue);
    text-align: center;
    border-radius: 20px;
    width: 90%;
    margin-left: 5%;
    margin-right: auto;
    padding: 20px;
    left: auto;
    right: auto;
  }

  .flipcardwrap {
    min-width: 99%;
    max-width: 99%;
    min-height: 259px;
  }

  .overimage {
    display: none;
  }

  .flip-front, .flip-back {
    padding: 20px;
  }

  .rec-wrapper {
    background-size: 100%;
    min-width: 98%;
    padding-left: 7px;
    padding-right: 10px;
  }

  .action-card, .casestudy {
    min-width: 99%;
    max-width: 99%;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .inneropm {
    max-height: calc(100vh - 55px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spiral1 {
    margin-top: 0;
    margin-left: -65px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 13px;
    line-height: 18px;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero {
    padding-top: 150px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row, .row.centre {
    padding-left: 0%;
  }

  .column {
    margin-right: 0%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section.section2 {
    padding-top: 10px;
  }

  .button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card {
    min-width: 98%;
    max-width: 98%;
    margin-right: 0%;
  }

  .brand {
    margin-left: 0%;
  }

  .navbar {
    padding-left: 10px;
  }

  .nav-menu {
    width: 90%;
  }

  .fs-cc-banner_component {
    padding: 10px 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .spiral1 {
    margin-left: 0;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}