.a-banner-link {
  color: #000;
  border-radius: 4px;
}

.a-banner-link:hover {
  background-color: #dedfe3;
}

.a-banner-list {
  background-color: #947777;
}

.a-banner-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .05);
}

.a-icon-small {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-en-text {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

.a-banner-toggle {
  grid-column-gap: 4px;
  color: #b2b3bd;
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.a-banner-toggle:hover {
  color: #fff;
}

.a-banner-icon {
  width: 24px;
  height: 24px;
  background-color: #26272c;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.a-banner-right {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.a-banner-button {
  color: #fff;
  white-space: nowrap;
  background-color: #5167f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.a-banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.a-banner-strong-text {
  color: #7788f8;
  font-weight: 700;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.a-banner-container {
  width: 100%;
  max-width: 1140px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.a-banner-announcement {
  min-height: 56px;
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.a-header-grid-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -1px 0 20px rgba(0, 0, 0, .05);
}

.a-header-grid-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-header-image-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.a-header-background-image {
  width: 90%;
  height: 90%;
  object-fit: cover;
  object-position: 0% 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.a-header-image-block {
  width: 100%;
  height: 90%;
  max-width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.a-header-logo-block {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-text-color-primary {
  color: #5167f6;
}

.a-header-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: #5e606e;
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-header-play {
  width: 32px;
  height: 32px;
  background-color: #eceefe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-button-video {
  height: 48px;
  min-height: 48px;
  grid-column-gap: 12px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: #f4f4f6;
}

.a-button-video:active {
  background-color: #eceefe;
}

.a-button-primary {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: #6478f7;
}

.a-button-primary:active {
  background-color: #7788f8;
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-span-underline {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.a-h1-heading {
  color: #131316;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.a-margin-bottom-48 {
  margin-bottom: 48px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: #5167f6;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-header-content {
  max-width: 500px;
  color: #383942;
}

.a-header-block {
  max-width: 50%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-header-section {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.section {
  height: 100vh;
  background-image: radial-gradient(circle, #fff, rgba(252, 252, 252, 0) 0%, #000 70%), url('../images/desktop-1024x576.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.heading {
  color: #dedfe3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Nexarustsans Trial Black 2", sans-serif;
  font-size: 6.5rem;
  line-height: 5rem;
}

.heading-2 {
  color: #dedfe3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Nexarustsans Trial Black 2", sans-serif;
  font-size: 4rem;
  line-height: 5rem;
}

.div-block {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.button {
  color: #383942;
  background-color: #fff;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.image {
  width: 200px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: rgba(0, 0, 0, 0);
}

.fn-button-secondery-dark {
  color: #1d1f1e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1d1f1e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
  display: flex;
}

.fn-button-secondery-dark:hover {
  color: #df0;
  background-color: #1d1f1e;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-navbar-link-box {
  color: #1d1f1e;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
  transition: opacity .25s;
}

.fn-navbar-link-box:hover {
  opacity: .7;
}

.fn-navbar-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-wrapper, .fn-navbar-menu-box {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.fn-contain-logo {
  width: 100%;
  height: 100%;
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-contain-logo.dark-logo {
  color: #1d1f1e;
}

.fn-brand-box {
  width: 106px;
  height: 21.55px;
  object-fit: contain;
  object-position: 0% 50%;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-brand-box.side-margin.w--current {
  margin-right: 20px;
}

.fn-navbar-container-box {
  width: 100%;
  max-width: 1310px;
  background-color: #df0;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.fn-navbar-box {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
}

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

.fh-hero-image-wrapper-first {
  width: 100%;
  height: 534px;
  background-image: url('../images/text2-bgFichier-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 40px 20px 40px 10px;
  display: flex;
  overflow: hidden;
}

.fn-button {
  color: #eceefe;
  text-align: center;
  background-color: #7957ff;
  border: 1px #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-paragraph {
  width: 85%;
  color: #b2b3bd;
  margin-bottom: 20px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.fn-paragraph.slogan {
  width: auto;
  margin-bottom: 0;
  font-weight: 400;
}

.fn-heading-1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

.fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: none;
}

.fn-container-grid {
  width: 100%;
  max-width: 1310px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 100px 15px;
  display: flex;
}

.fn-section {
  width: 100%;
  color: #ecf0ef;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.image-2 {
  width: 550px;
  margin-bottom: 20px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-2.bottom {
  margin-bottom: 10px;
}

.div-block-3 {
  width: 25px;
  height: 1px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-5 {
  margin-bottom: 20px;
}

.div-block-6 {
  width: 100%;
  height: 100%;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Nexarustsans Trial Black 2", sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}

.image-3 {
  max-width: 90%;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  font-weight: 800;
}

.div-block-8 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 60px;
  padding: 10px 20px;
}

.image-4 {
  width: 50px;
}

.div-block-9 {
  padding-top: 10px;
}

.image-5 {
  width: 300px;
}

.div-block-10 {
  margin-bottom: 40px;
}

.fn-cover-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.fh-hero-image-wrapper-second {
  width: 800px;
  height: 720px;
  border-radius: 150px;
  position: relative;
  overflow: hidden;
}

.fn-button-secondery {
  min-width: 137px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.fn-button-2 {
  color: #f4f4f6;
  text-align: center;
  background-color: #7957ff;
  border: 1px #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Prompt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-2:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-2._2 {
  color: #7957ff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #7957ff;
}

.fn-button-wrapper-2 {
  width: auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-paragraph-2 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.2em;
}

.fn-column {
  height: 720px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.fn-container-grid-2 {
  width: 100%;
  max-width: 1310px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.fn-section-2 {
  width: 100%;
  color: #ecf0ef;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-11 {
  width: 100%;
  display: flex;
}

.image-6 {
  width: 250px;
}

.image-7 {
  max-width: 90%;
  display: none;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #f4f4f6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 4.5rem;
}

.heading-4.mobile {
  font-size: 6rem;
  line-height: 5rem;
}

.heading-4b {
  color: #929396;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 2.5rem;
}

.div-block-12 {
  border: 3px solid #dedfe3;
  border-radius: 5px;
  padding: 20px;
}

.div-block-13 {
  width: 3px;
  height: 35px;
  background-color: #dedfe3;
}

.image-8 {
  width: 600px;
}

.div-block-14 {
  border: 3px solid #dedfe3;
  border-radius: 5px;
  padding: 20px;
}

.div-block-13b {
  width: 3px;
  height: 40px;
  background-color: #dedfe3;
}

.div-block-15 {
  border: 3px solid #dedfe3;
  border-radius: 5px;
  padding: 20px;
}

.paragraph {
  color: #dedfe3;
  text-align: center;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

.div-block-13c {
  width: 3px;
  height: 35px;
  background-color: #dedfe3;
}

.image-9 {
  width: 700px;
}

.div-block-16 {
  width: 3px;
  height: 100px;
  background-color: #dedfe3;
}

.div-block-17 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-10 {
  width: 35px;
}

.link-block {
  margin-left: 10px;
  margin-right: 10px;
}

.play-button-pulse {
  z-index: 1;
  width: 80px;
  height: 80px;
  background-color: rgba(245, 20, 67, .5);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(0, -50%)translate(-50%);
}

.text-span {
  color: #ddff57;
}

.text-span-2 {
  color: #ddff57;
  font-weight: 600;
  text-decoration: none;
}

.text-span-3 {
  color: #f4f4f6;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .a-banner-container {
    justify-content: flex-start;
  }

  .a-header-image-grid {
    padding-left: 5%;
  }

  .a-header-image-block {
    height: 500px;
    max-width: 100%;
    position: relative;
  }

  .a-header-logo-wrapper {
    margin-top: 60px;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .a-header-block {
    max-width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .a-header-section {
    padding-bottom: 0;
  }

  .fn-nav-line-3, .fn-nav-line-2, .fn-nav-line-1 {
    width: 16px;
    height: 2px;
    background-color: #19224c;
    border-radius: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button-wrap {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fn-menu-button {
    margin-right: -18px;
    padding-right: 18px;
  }

  .fn-menu-button.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-button-secondery-dark {
    transition: none;
  }

  .fn-button-secondery-dark:hover {
    color: #1d1f1e;
    background-color: rgba(0, 0, 0, 0);
  }

  .fn-navbar-link-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    transition: none;
  }

  .fn-navbar-link-box:hover {
    opacity: 1;
  }

  .fn-navbar-link-box.navbar-link-box-last {
    margin-bottom: 12px;
  }

  .fn-navbar-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-wrapper {
    background-color: #df0;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 24px 24px;
    display: flex;
    position: relative;
  }

  .fn-navbar-menu-box {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

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

  .body {
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .fh-hero-image-wrapper-first {
    height: auto;
    background-image: url('../images/text2-bgFichier-2.svg');
    margin-top: 12px;
  }

  .fn-paragraph {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .fn-heading-1 {
    font-size: 48px;
  }

  .fn-container-grid {
    height: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-section {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-2 {
    width: 500px;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .div-block-8 {
    padding: 10px 20px;
  }

  .fh-hero-image-wrapper-second {
    width: 100%;
    height: 600px;
    border-radius: 50px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .fn-button-wrapper-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .fn-heading-2 {
    font-size: 48px;
  }

  .fn-column {
    height: auto;
  }

  .fn-container-grid-2 {
    height: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-6 {
    width: 225px;
  }

  .section-3 {
    height: auto;
  }

  .heading-4 {
    font-size: 4.5rem;
    line-height: 4.2rem;
  }

  .heading-4.mobile {
    font-size: 6rem;
  }

  .heading-4b {
    line-height: 2.7rem;
  }

  .div-block-13b {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .a-banner-icon, .a-banner-right {
    position: static;
  }

  .a-banner-container {
    grid-column-gap: 24px;
  }

  .a-banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .a-header-image-grid {
    margin-top: 20px;
  }

  .a-header-logo-wrapper {
    flex-direction: column;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .fn-button-dark {
    width: 100%;
  }

  .fn-navbar-link-box {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 18px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .fh-hero-image-wrapper-first {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fn-button {
    width: auto;
  }

  .fn-paragraph {
    margin-bottom: 20px;
  }

  .fn-heading-1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-container-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .image-2 {
    width: 100%;
  }

  .div-block-3 {
    height: 1px;
    background-color: #fff;
  }

  .image-3 {
    max-width: 90%;
  }

  .div-block-7 {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .fh-hero-image-wrapper-second {
    border-radius: 50px;
    display: block;
  }

  .fn-button-2 {
    width: 100%;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-column {
    margin-bottom: 20px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .div-block-11 {
    justify-content: center;
  }

  .image-6 {
    width: 200px;
  }

  .heading-4 {
    font-size: 3rem;
    line-height: 2.7rem;
  }

  .heading-4.mobile {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .heading-4b {
    line-height: 2.7rem;
  }
}

@media screen and (max-width: 479px) {
  .a-header-grid-column {
    grid-row-gap: 12px;
  }

  .a-header-image-grid {
    grid-column-gap: 12px;
  }

  .a-header-image-block {
    height: 320px;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .fn-button-wrapper {
    width: 100%;
  }

  .body {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .fh-hero-image-wrapper-first {
    margin-top: 0;
    padding-right: 10px;
  }

  .fn-button {
    width: 100%;
  }

  .fn-paragraph {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1rem;
  }

  .fn-section {
    background-image: url('../images/bg-2.png');
    background-position: 50%;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-2 {
    width: 100%;
    max-width: none;
  }

  .div-block-3 {
    width: 30px;
  }

  .div-block-4 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .image-3 {
    max-width: 95%;
  }

  .section-2 {
    background-image: url('../images/bg-2.png');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fn-cover-image-2 {
    width: 300px;
    height: auto;
  }

  .fh-hero-image-wrapper-second {
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .fn-button-secondery, .fn-button-2 {
    width: 100%;
  }

  .fn-button-wrapper-2 {
    width: 100%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .fn-column {
    align-items: center;
  }

  .fn-container-grid-2 {
    max-width: 100vw;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .fn-section-2 {
    background-image: url('../images/bg-2.png');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-start;
  }

  .image-6 {
    width: 175px;
    margin-bottom: 10px;
  }

  .image-7 {
    max-width: 100%;
  }

  .section-3 {
    background-image: url('../images/bg-2.png');
    background-position: 50%;
    background-size: cover;
  }

  .heading-4 {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }

  .heading-4.mobile {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .heading-4b {
    font-size: 2rem;
    line-height: 1.7rem;
  }

  .div-block-12 {
    border-width: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-13 {
    width: 2px;
  }

  .div-block-14 {
    border-width: 2px;
    padding: 10px;
  }

  .div-block-13b {
    width: 2px;
  }

  .div-block-15 {
    border-width: 2px;
  }

  .paragraph {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .div-block-13c, .div-block-16 {
    width: 2px;
  }
}

#w-node-cb85c087-6faa-9f77-8010-f59e4e7b1d5a-8a6b728d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-cb85c087-6faa-9f77-8010-f59e4e7b1d64-8a6b728d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-cb85c087-6faa-9f77-8010-f59e4e7b1d5a-8a6b728d, #w-node-cb85c087-6faa-9f77-8010-f59e4e7b1d64-8a6b728d {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb85c087-6faa-9f77-8010-f59e4e7b1d5a-8a6b728d {
    grid-column: span 1 / span 1;
  }

  #w-node-cb85c087-6faa-9f77-8010-f59e4e7b1d60-8a6b728d, #w-node-bd05ff1e-843e-6087-c81f-1d63ffbf9bda-8a6b728d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Nexarustsans Trial Black 2';
  src: url('../fonts/NexaRustSans-Trial-Black2.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}