<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Neuemetananext, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5rem;
}

h2 {
  color: var(--black);
  letter-spacing: -2px;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 9px;
  font-family: Copperplatecc, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.25rem;
  display: inline-block;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Neuemetananext, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuemetananext, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
}

a {
  color: var(--black);
  font-family: "Dirtyline 36 Daysoftype 2022";
  font-size: 1.5em;
  line-height: 1em;
  text-decoration: none;
}

img {
  object-fit: fill;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

.container_intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  max-width: 1320px;
  display: grid;
}

.section_menu {
  margin-top: 90px;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}

.div_chambery {
  padding-bottom: 30px;
}

.div_line {
  background-color: #000;
  height: 2px;
  margin-top: 21px;
}

.h1_intro {
  text-align: right;
  margin-top: 30px;
}

.lettre_1 {
  font-family: "Dirtyline 36 Daysoftype 2022";
  font-size: 3em;
  font-weight: 500;
}

.h3_intro {
  margin-bottom: 30px;
  font-weight: 400;
}

.link_home {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div_plante_intro {
  z-index: -2;
  position: relative;
}

.link_instagram {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  transition: all .3s;
  display: block;
  position: relative;
}

.link_instagram:hover {
  transform: scale(.8);
}

.illustration_griffure {
  max-width: 120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu_top {
  z-index: 10;
  background-color: #fff;
  margin-right: 0;
  padding-right: 15px;
  position: fixed;
  inset: auto 0% auto auto;
}

.div_line_small {
  background-color: #000;
  height: 1px;
}

.div_line_small.white {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.menu_link {
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 9px;
  font-family: Neuemetananext, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.menu_link:hover {
  padding-top: 15px;
  padding-bottom: 10px;
}

.menu_link.w--current {
  white-space: normal;
}

.menu_link.white {
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.menu_link.home {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.menu_link.home.w--current {
  padding-top: 5px;
  font-size: 1.25rem;
}

.menu_link.home.w--current:hover {
  padding-top: 15px;
}

.menu_link.perso_top {
  display: none;
}

.section_video {
  margin-bottom: 400px;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}

.container_video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1320px;
  display: block;
  position: relative;
}

.background-video {
  z-index: 0;
  aspect-ratio: 16 / 9;
  height: 100%;
}

.img_video {
  z-index: 2;
  width: 20vw;
  position: absolute;
  inset: 50% auto 0% -150px;
}

.body {
  background-image: url('../images/Illustration_Haut_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 250px;
}

.image {
  mix-blend-mode: multiply;
}

.text_cotnoir {
  text-align: center;
  margin-top: 30px;
  font-size: 2em;
  text-decoration: none;
}

.text_cotnoir_baseline {
  text-align: center;
  margin-top: 15px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.section_persos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 90px;
  display: block;
}

.div_titre_section {
  position: relative;
}

.perso_1 {
  object-fit: contain;
  background-image: url('../images/Papillon_3.webp');
  background-position: 50% 0;
  background-size: cover;
}

.perso_2 {
  object-fit: cover;
  background-image: url('../images/Paul_1.webp');
  background-position: 50%;
  background-size: cover;
}

.perso_3 {
  object-fit: cover;
  background-image: url('../images/Tigre_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.container_persos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 100px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 100px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  width: 100%;
  max-width: 1320px;
  display: grid;
}

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

.perso_4 {
  object-fit: contain;
  background-image: url('../images/Dragon_4.webp');
  background-position: 50% 0;
  background-size: cover;
}

.perso_5 {
  object-fit: cover;
  background-image: url('../images/Poison_1.webp');
  background-position: 50%;
  background-size: cover;
}

.perso_6 {
  mix-blend-mode: multiply;
  object-fit: cover;
  background-image: url('../images/Crane_7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.perso_7 {
  object-fit: cover;
  background-image: url('../images/Phare.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.perso_8 {
  object-fit: cover;
  background-image: url('../images/Vieux_Loup_Couleur_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.perso_9 {
  object-fit: cover;
  background-image: url('../images/Fox_Recherche.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.perso_10 {
  mix-blend-mode: multiply;
  object-fit: cover;
  background-image: url('../images/Serpent-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.perso_11 {
  object-fit: cover;
  background-image: url('../images/Fox_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.perso_12 {
  mix-blend-mode: multiply;
  object-fit: cover;
  background-image: url('../images/26_Decembre_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.perso_13 {
  object-fit: cover;
  background-image: url('../images/Kraken_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.perso_14 {
  mix-blend-mode: multiply;
  object-fit: cover;
  background-image: url('../images/Meduse.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section_footer {
  background-color: #000;
  margin-top: 120px;
  padding-bottom: 120px;
}

.container_footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Forme_Footer_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: 120px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  max-width: 1320px;
  min-height: 270px;
  display: grid;
  position: relative;
}

.img_scarabe {
  mix-blend-mode: multiply;
  width: 150px;
  position: absolute;
  top: -80px;
}

.white {
  color: var(--white);
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
  display: inline-flex;
}

.white_filet {
  box-shadow: 0 -2px 0 0 var(--white);
  color: var(--white);
  display: inline-flex;
}

.white_filet.contact {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  font-family: Neuemetananext, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  display: flex;
}

.menu_footer {
  z-index: 10;
  margin-right: 30px;
}

.menu_footer.white {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0;
}

.section_flashs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 90px;
  display: block;
}

.container_flashs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1320px;
  display: grid;
}

.img_flashs {
  background-image: url('../images/Vendu_1.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.collection-item {
  mix-blend-mode: multiply;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.img_vendu {
  mix-blend-mode: multiply;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.img_vendu:hover {
  opacity: 0;
}

.div_titre_vendu {
  justify-content: space-between;
  display: flex;
}

.text_vendu {
  color: var(--white);
  background-color: #000;
  padding: 3px 6px 1px;
  font-weight: 500;
}

.heading {
  font-weight: 500;
  line-height: 1.5rem;
}

.logo {
  outline-color: var(--white);
  outline-offset: -2px;
  mix-blend-mode: multiply;
  background-color: #fff;
  outline-width: 3px;
  outline-style: solid;
}

.link_home_mobile {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.image-4 {
  position: relative;
}

.div-block, .grid_flash {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div_flash {
  margin-bottom: 30px;
  position: relative;
}

.img_flashs_div {
  width: 100%;
}

.img_cross {
  mix-blend-mode: multiply;
  width: 100%;
  transition: opacity .4s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img_cross:hover {
  opacity: 0;
}

.div_flash_titre {
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vendu {
  background-color: var(--black);
  color: var(--white);
  padding: 6px 9px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  display: inline-block;
}

.heading-4 {
  display: inline-block;
}

.footer_link {
  color: var(--white);
  padding: 6px 0 6px 15px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: inline-block;
}

.heading-5 {
  font-family: Neuemetananext, sans-serif;
  font-weight: 600;
}

.anim-ouverture {
  z-index: 10;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.anim_logo {
  position: absolute;
  inset: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h1_grand_titre {
  box-shadow: 0 2px 0 0 var(--black);
}

@media screen and (max-width: 991px) {
  .section_menu {
    margin-top: 120px;
  }

  .div_chambery {
    margin-bottom: 30px;
  }

  .h1_intro {
    font-size: 2rem;
    line-height: 2rem;
  }

  .link_home {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .link_home.w--current {
    display: flex;
  }

  .link_instagram {
    position: absolute;
    inset: 30px auto auto;
  }

  .menu_top {
    z-index: 10;
    background-color: #fffffff2;
    border-bottom: 1px solid #000;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    padding: 10px 60px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div_line_small {
    width: 1px;
    height: auto;
  }

  .div_line_small.white {
    height: 1px;
  }

  .menu_link {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1rem;
    transition-property: none;
    display: flex;
  }

  .menu_link:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu_link.w--current {
    background-color: var(--black);
    color: var(--white);
    align-self: center;
    height: 100%;
    padding: 6px 20px 3px;
    display: inline-block;
  }

  .menu_link.white {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .menu_link.home.w--current {
    font-size: 1rem;
    line-height: 1rem;
  }

  .menu_link.perso_right {
    display: none;
  }

  .menu_link.perso_top {
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
  }

  .menu_link.perso_top.w--current {
    white-space: nowrap;
  }

  .section_video {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img_video {
    width: 45vw;
    inset: auto auto -77% 0%;
  }

  .body {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section_persos {
    padding-left: 45px;
    padding-right: 45px;
  }

  .perso_1 {
    margin-right: -45px;
  }

  .perso_8 {
    margin-left: -45px;
  }

  .section_footer {
    padding-bottom: 60px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .white_filet.contact {
    white-space: nowrap;
    line-height: 2.5rem;
  }

  .menu_footer {
    z-index: 10;
    background-color: #fffffff2;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    padding: 30px 60px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu_footer.white {
    background-color: #0000;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section_flashs {
    padding-left: 45px;
    padding-right: 45px;
  }

  .container_flashs {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .link_home_mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    overflow: hidden;
  }

  .link_home_mobile.w--current {
    display: none;
  }

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

  .grid_flash {
    grid-template-columns: 1fr 1fr;
  }

  .div_flash {
    flex-flow: column;
    display: flex;
  }

  .div_flash_titre {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 12px;
    display: flex;
  }

  .vendu {
    background-color: var(--black);
    color: #fff;
    padding: 5px 9px 3px;
    font-family: "Dirtyline 36 Daysoftype 2022";
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    display: inline-block;
  }

  .heading-3 {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .section_menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_chambery {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .link_home {
    margin-bottom: 45px;
    display: flex;
    overflow: hidden;
  }

  .link_instagram {
    position: static;
  }

  .menu_top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu_link {
    font-size: .75rem;
    line-height: .75rem;
  }

  .menu_link.home.w--current {
    font-size: .75rem;
    line-height: .75rem;
    display: none;
  }

  .menu_link.perso_top {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .menu_link.perso_top.w--current {
    text-align: center;
    white-space: normal;
  }

  .section_video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img_video {
    width: 50vw;
    bottom: -100%;
    left: auto;
  }

  .section_persos {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container_footer, .section_flashs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_flashs {
    flex-flow: column;
    display: flex;
  }

  .link_home_mobile {
    display: none;
    overflow: hidden;
  }

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

@media screen and (max-width: 479px) {
  .container_intro {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_menu {
    flex-flow: column;
    margin-top: 90px;
    margin-bottom: 30px;
    display: flex;
  }

  .div_chambery {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div_line {
    display: none;
  }

  .h1_intro {
    text-align: center;
  }

  .link_home {
    display: none;
  }

  .link_home.w--current {
    margin-bottom: 45px;
    display: none;
  }

  .link_instagram {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 45px;
    display: flex;
    position: static;
  }

  .illustration_griffure {
    margin-top: -60px;
  }

  .menu_top {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 15px 30px 0;
    position: static;
  }

  .menu_link {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 500;
  }

  .menu_link.w--current {
    text-align: center;
    align-self: flex-start;
    width: 100%;
  }

  .menu_link.white {
    font-family: Neuemetananext, sans-serif;
    font-size: .75rem;
    font-weight: 600;
    line-height: .75rem;
  }

  .section_video {
    margin-bottom: 280px;
  }

  .background-video {
    aspect-ratio: 2 / 3;
    margin-left: -20px;
    margin-right: -20px;
  }

  .img_video {
    width: 100vw;
    inset: 330px 0% 0%;
  }

  .text_cotnoir {
    font-size: 1.5em;
  }

  .text_cotnoir_baseline {
    margin-top: 0;
    font-size: .75em;
  }

  .perso_1 {
    margin-right: -20px;
  }

  .container_persos {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 100px 100px 100px 100px 100px 100px auto 100px 100px 100px 100px 100px auto 100px 100px 100px 100px 100px auto 100px 100px 100px 100px 100px 100px 100px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 100px;
  }

  .perso_5 {
    margin-left: -20px;
  }

  .perso_7 {
    margin-right: -20px;
  }

  .perso_8 {
    margin-left: 0;
  }

  .perso_9 {
    margin-right: -20px;
  }

  .perso_11 {
    margin-left: -20px;
  }

  .section_footer {
    overflow: hidden;
  }

  .container_footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .img_scarabe {
    width: 75px;
    top: 0;
  }

  .white {
    font-size: .75rem;
  }

  .white_filet {
    text-align: center;
    width: 100%;
    font-size: 2rem;
    line-height: 2rem;
    display: block;
  }

  .white_filet.contact {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .menu_footer.white {
    justify-content: space-between;
    align-items: center;
  }

  .section_flashs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_flashs, .collection-list {
    flex-flow: column;
    display: flex;
  }

  .logo {
    width: 100px;
  }

  .link_home_mobile {
    width: 100%;
    margin-bottom: 45px;
    display: flex;
  }

  .link_home_mobile.w--current {
    margin-bottom: 45px;
    display: flex;
  }

  .image-3 {
    height: 60px;
  }

  .image-4 {
    display: none;
  }

  .heading-2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .image-5 {
    height: 60px;
  }

  .grid_flash {
    grid-template-columns: 1fr;
  }

  .footer_link {
    padding-left: 0;
  }

  .heading-6 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

#w-node-b0975812-b7c1-4054-9437-11a121cbee32-3a0c4d53 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-beb97e60-57cf-f92e-24a5-fe88b81587ad-3a0c4d53 {
  place-self: end start;
}

#w-node-_35a40e5b-8c55-57fd-8e07-3af5fa4dcd9e-fa4dcd9c {
  place-self: start center;
}

#w-node-_82cf7401-4144-d8ef-0a80-d1ba40158963-fa4dcd9c {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_35a40e5b-8c55-57fd-8e07-3af5fa4dcda1-fa4dcd9c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_35a40e5b-8c55-57fd-8e07-3af5fa4dcda3-fa4dcd9c {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-d72762e9-97d5-27e2-734c-c3b02fd3813f-2fd3813f, #w-node-_841e5ece-9ff3-35d4-d107-24fe94dedf4a-94dedf4a {
  place-self: start center;
}

#w-node-f89a1221-b3eb-2aa6-8812-2d1f0f98b26c-36f3bb35 {
  grid-area: 2 / 3 / 7 / 11;
}

#w-node-_1e915dc5-5db6-c84b-3abb-5843e9ea90fb-36f3bb35 {
  grid-area: 1 / 1 / 2 / 9;
  justify-self: start;
}

#w-node-d3a94ad8-c4ef-eaad-5c86-7027453f94e4-36f3bb35 {
  grid-area: 5 / 1 / 10 / 5;
}

#w-node-_0de7bf38-d0e9-f940-94da-f7289e9722d1-36f3bb35 {
  grid-area: 6 / 5 / 12 / 10;
}

#w-node-_50df06ed-9d79-ec6f-b264-04bb55e55720-36f3bb35 {
  grid-area: 11 / 1 / 16 / 5;
}

#w-node-_5c123f27-12ed-4e5c-dac1-f16678f344d6-36f3bb35 {
  grid-area: 12 / 6 / 16 / 11;
}

#w-node-_7cddc672-7d2a-c9fa-8d30-15fb9db7d4ce-36f3bb35 {
  grid-area: 19 / 1 / 21 / 5;
}

#w-node-a0dca50e-8d02-5487-fbea-7d6cd66b4000-36f3bb35 {
  grid-area: 16 / 2 / 19 / 5;
}

#w-node-_3a14073e-ca1c-6eab-50d3-41a4587ddef4-36f3bb35 {
  grid-area: 16 / 8 / 20 / 11;
}

#w-node-_395488a9-94f6-4f1a-6290-2083e3dc13af-36f3bb35 {
  grid-area: 16 / 5 / 18 / 7;
}

#w-node-_3be5ab8f-dea5-e8cd-00d1-e47bfde031dd-36f3bb35 {
  grid-area: 21 / 9 / 23 / 11;
}

#w-node-_07125ca7-d5f9-5b23-9842-56ab235f3079-36f3bb35 {
  grid-area: 18 / 6 / 21 / 8;
}

#w-node-cfe9b179-1104-6b0e-a43f-24abf9cc699d-36f3bb35 {
  grid-area: 18 / 9 / 21 / 11;
}

#w-node-_804aa496-630f-1f41-b825-2848a1cbee03-36f3bb35 {
  grid-area: 21 / 1 / 27 / 6;
}

#w-node-_8c871069-3404-bbd0-1e6a-949faf7d5546-36f3bb35 {
  grid-area: 24 / 7 / 29 / 11;
}

#w-node-d3b46728-6ecc-b166-ffb6-29eab1bfa99d-36f3bb35 {
  grid-area: 21 / 6 / 27 / 9;
}

#w-node-a3f35530-42d8-94f5-5f29-41653bd67041-36f3bb35 {
  grid-area: 26 / 4 / 29 / 6;
}

#w-node-_4c1a816f-8a22-3831-2967-a5cb5f6a06d5-36f3bb35 {
  grid-area: 10 / 2 / 11 / 5;
}

#w-node-b559f8c9-7676-12b0-8550-2a6cd17e4d88-d17e4d84 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e915dc5-5db6-c84b-3abb-5843e9ea90fb-3cf1b4e0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_395488a9-94f6-4f1a-6290-2083e3dc13af-3cf1b4e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92d8f34e-e9f8-d82a-4ded-a231a416e6c2-3cf1b4e0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1e915dc5-5db6-c84b-3abb-5843e9ea90fb-94cd5685 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_5bdb6ad2-7b73-72be-f4d9-58455d4c2238-94cd5685 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_2191d21b-6973-135d-4a54-0e0036b89039-94cd5685 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_395488a9-94f6-4f1a-6290-2083e3dc13af-94cd5685 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9e04f0cb-1594-3392-58ed-157650e87251-94cd5685 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_07ffa922-0729-339f-6de9-b19a7658b827-94cd5685 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_3a7d28dd-20d3-b8e3-3412-b70fddb33279-94cd5685 {
  grid-area: 7 / 2 / 8 / 4;
}

#w-node-_5dc6cea1-2086-16b0-5d17-28342ef95da3-94cd5685 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_3dc456be-8a51-38a9-e297-ecbf958c0450-94cd5685 {
  grid-area: 9 / 2 / 10 / 4;
}

#w-node-_94873f2f-0509-dd82-7ad4-23325931d982-94cd5685 {
  grid-area: 10 / 1 / 11 / 3;
}

#w-node-_37c5497b-97bf-7c5a-207a-b2d081af68ea-94cd5685 {
  grid-area: 11 / 2 / 12 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-b0975812-b7c1-4054-9437-11a121cbee32-3a0c4d53 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-beb97e60-57cf-f92e-24a5-fe88b81587ad-3a0c4d53 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: end;
  }

  #w-node-_35a40e5b-8c55-57fd-8e07-3af5fa4dcda1-fa4dcd9c {
    grid-column-end: 3;
  }

  #w-node-_35a40e5b-8c55-57fd-8e07-3af5fa4dcda3-fa4dcd9c {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-d72762e9-97d5-27e2-734c-c3b02fd3813f-2fd3813f, #w-node-_841e5ece-9ff3-35d4-d107-24fe94dedf4a-94dedf4a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f89a1221-b3eb-2aa6-8812-2d1f0f98b26c-36f3bb35 {
    grid-row-end: 5;
  }

  #w-node-d3a94ad8-c4ef-eaad-5c86-7027453f94e4-36f3bb35 {
    grid-row: 3 / 6;
  }

  #w-node-_0de7bf38-d0e9-f940-94da-f7289e9722d1-36f3bb35 {
    grid-row: 4 / 7;
    grid-column-end: 10;
  }

  #w-node-_50df06ed-9d79-ec6f-b264-04bb55e55720-36f3bb35 {
    grid-row: 8 / 11;
    grid-column-end: 6;
  }

  #w-node-_5c123f27-12ed-4e5c-dac1-f16678f344d6-36f3bb35 {
    grid-area: 7 / 5 / 9 / 11;
  }

  #w-node-_7cddc672-7d2a-c9fa-8d30-15fb9db7d4ce-36f3bb35 {
    grid-area: 13 / 1 / 15 / 7;
  }

  #w-node-a0dca50e-8d02-5487-fbea-7d6cd66b4000-36f3bb35 {
    grid-row: 11 / 13;
    grid-column-end: 6;
  }

  #w-node-_3a14073e-ca1c-6eab-50d3-41a4587ddef4-36f3bb35 {
    grid-row: 9 / 11;
    grid-column-start: 8;
  }

  #w-node-_395488a9-94f6-4f1a-6290-2083e3dc13af-36f3bb35 {
    grid-area: 11 / 6 / 12 / 10;
  }

  #w-node-_3be5ab8f-dea5-e8cd-00d1-e47bfde031dd-36f3bb35 {
    grid-row: 16 / 18;
    grid-column-start: 8;
  }

  #w-node-_07125ca7-d5f9-5b23-9842-56ab235f3079-36f3bb35 {
    grid-area: 14 / 7 / 16 / 10;
  }

  #w-node-cfe9b179-1104-6b0e-a43f-24abf9cc699d-36f3bb35 {
    grid-row: 12 / 14;
  }

  #w-node-_804aa496-630f-1f41-b825-2848a1cbee03-36f3bb35 {
    grid-row: 15 / 18;
    grid-column-end: 5;
  }

  #w-node-_8c871069-3404-bbd0-1e6a-949faf7d5546-36f3bb35 {
    grid-row: 19 / 22;
  }

  #w-node-d3b46728-6ecc-b166-ffb6-29eab1bfa99d-36f3bb35 {
    grid-row: 16 / 20;
    grid-column-start: 5;
  }

  #w-node-a3f35530-42d8-94f5-5f29-41653bd67041-36f3bb35 {
    grid-row: 19 / 22;
  }

  #w-node-_4c1a816f-8a22-3831-2967-a5cb5f6a06d5-36f3bb35 {
    grid-row: 6 / 8;
  }

  #w-node-b559f8c9-7676-12b0-8550-2a6cd17e4d88-d17e4d84 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_92d8f34e-e9f8-d82a-4ded-a231a416e6c2-3cf1b4e0 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_395488a9-94f6-4f1a-6290-2083e3dc13af-36f3bb35 {
    grid-column-end: 11;
  }

  #w-node-_3be5ab8f-dea5-e8cd-00d1-e47bfde031dd-36f3bb35, #w-node-_8c871069-3404-bbd0-1e6a-949faf7d5546-36f3bb35 {
    grid-column-start: 6;
  }

  #w-node-d3b46728-6ecc-b166-ffb6-29eab1bfa99d-36f3bb35 {
    grid-row: 18 / 21;
  }

  #w-node-a3f35530-42d8-94f5-5f29-41653bd67041-36f3bb35 {
    grid-column: 3 / 6;
    grid-row-end: 21;
  }

  #w-node-_4c1a816f-8a22-3831-2967-a5cb5f6a06d5-36f3bb35 {
    grid-column-start: 1;
  }

  #w-node-b559f8c9-7676-12b0-8550-2a6cd17e4d88-d17e4d84 {
    align-self: start;
  }

  #w-node-_395488a9-94f6-4f1a-6290-2083e3dc13af-3cf1b4e0 {
    grid-column: span 3 / span 3;
  }

  #w-node-_1e915dc5-5db6-c84b-3abb-5843e9ea90fb-94cd5685 {
    grid-column-end: 4;
  }

  #w-node-_5bdb6ad2-7b73-72be-f4d9-58455d4c2238-94cd5685, #w-node-_395488a9-94f6-4f1a-6290-2083e3dc13af-94cd5685, #w-node-_07ffa922-0729-339f-6de9-b19a7658b827-94cd5685, #w-node-_5dc6cea1-2086-16b0-5d17-28342ef95da3-94cd5685, #w-node-_94873f2f-0509-dd82-7ad4-23325931d982-94cd5685 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0975812-b7c1-4054-9437-11a121cbee32-3a0c4d53 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_82cf7401-4144-d8ef-0a80-d1ba40158963-fa4dcd9c, #w-node-_35a40e5b-8c55-57fd-8e07-3af5fa4dcda1-fa4dcd9c {
    grid-column-end: 2;
  }

  #w-node-_35a40e5b-8c55-57fd-8e07-3af5fa4dcda3-fa4dcd9c {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: stretch;
  }

  #w-node-f89a1221-b3eb-2aa6-8812-2d1f0f98b26c-36f3bb35 {
    grid-column: 2 / 4;
    grid-row-end: 4;
  }

  #w-node-_1e915dc5-5db6-c84b-3abb-5843e9ea90fb-36f3bb35 {
    grid-column-end: 4;
  }

  #w-node-d3a94ad8-c4ef-eaad-5c86-7027453f94e4-36f3bb35 {
    grid-row: 2 / 4;
    grid-column-end: 2;
  }

  #w-node-_0de7bf38-d0e9-f940-94da-f7289e9722d1-36f3bb35 {
    grid-column: 1 / 4;
    grid-row-end: 7;
  }

  #w-node-_50df06ed-9d79-ec6f-b264-04bb55e55720-36f3bb35 {
    grid-row: 10 / 13;
    grid-column-end: 3;
  }

  #w-node-_5c123f27-12ed-4e5c-dac1-f16678f344d6-36f3bb35 {
    grid-area: 8 / 1 / 10 / 3;
  }

  #w-node-_7cddc672-7d2a-c9fa-8d30-15fb9db7d4ce-36f3bb35 {
    grid-row: 17 / 19;
    grid-column-end: 4;
  }

  #w-node-a0dca50e-8d02-5487-fbea-7d6cd66b4000-36f3bb35 {
    grid-area: 14 / 2 / 16 / 4;
  }

  #w-node-_3a14073e-ca1c-6eab-50d3-41a4587ddef4-36f3bb35 {
    grid-column: 3 / 4;
  }

  #w-node-_395488a9-94f6-4f1a-6290-2083e3dc13af-36f3bb35 {
    grid-area: 13 / 1 / 14 / 4;
  }

  #w-node-_3be5ab8f-dea5-e8cd-00d1-e47bfde031dd-36f3bb35 {
    grid-area: 19 / 1 / 20 / 4;
  }

  #w-node-_07125ca7-d5f9-5b23-9842-56ab235f3079-36f3bb35 {
    grid-area: 20 / 3 / 22 / 4;
  }

  #w-node-cfe9b179-1104-6b0e-a43f-24abf9cc699d-36f3bb35 {
    grid-area: 15 / 1 / 17 / 3;
  }

  #w-node-_804aa496-630f-1f41-b825-2848a1cbee03-36f3bb35 {
    grid-row: 20 / 22;
    grid-column-end: 3;
  }

  #w-node-_8c871069-3404-bbd0-1e6a-949faf7d5546-36f3bb35 {
    grid-area: 25 / 2 / 28 / 4;
  }

  #w-node-d3b46728-6ecc-b166-ffb6-29eab1bfa99d-36f3bb35 {
    grid-area: 22 / 1 / 26 / 4;
  }

  #w-node-a3f35530-42d8-94f5-5f29-41653bd67041-36f3bb35 {
    grid-area: 26 / 1 / 28 / 2;
  }

  #w-node-_4c1a816f-8a22-3831-2967-a5cb5f6a06d5-36f3bb35 {
    grid-row-start: 7;
    grid-column-end: 4;
  }

  #w-node-b559f8c9-7676-12b0-8550-2a6cd17e4d88-d17e4d84 {
    grid-area: 1 / 3 / 2 / 4;
  }
}


@font-face {
  font-family: 'Neuemetananext';
  src: url('../fonts/NeueMetanaNext-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Copperplatecc';
  src: url('../fonts/CopperplateCC-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}</pre></body></html>