@font-face {
  font-family: Neue Haas Grotesk Text Pro;
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/suisseintl-regular_0.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  color: #000;
  font-family: Suisseintl, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.body.about_contact {
  display: flex;
}

.home-backgroud {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/DANDELION_FLORES_HOMEPAGE_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/DANDELION_FLORES_HOMEPAGE_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/DANDELION_FLORES_HOMEPAGE_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/DANDELION_FLORES_HOMEPAGE_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/DANDELION_FLORES_HOMEPAGE_055.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  z-index: 700;
  color: #fff;
  text-align: right;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
}

.link-block {
  width: 22%;
  padding-top: 4px;
  display: flex;
}

.link-block.w--current {
  width: 22%;
  position: relative;
}

.footer {
  z-index: 500;
  color: var(--white);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.footer.black_light_min_text {
  color: var(--black);
  text-transform: none;
  justify-content: space-between;
  font-weight: 500;
}

.footer.black_light_min_text.contenidoright {
  z-index: 600;
  justify-content: flex-end;
  padding-bottom: 35px;
}

.footer.black_light_min_text.contenidoright.footerflores {
  flex-flow: column;
}

.footer.black_light_min_text.text-about {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-top: 100px;
  position: static;
}

.footer.black_light_min_text.text_about_contact {
  padding-top: 150px;
  padding-bottom: 10px;
  position: relative;
}

.footer.black_light_min_text.text_about_contact.footerflores {
  justify-content: flex-end;
  align-items: flex-end;
}

.link_white {
  color: var(--white);
  text-decoration: none;
}

.link_white.menu {
  color: #fff;
}

.link_white.menu.w--current {
  color: #fff;
  display: block;
}

.link_white.menu.in {
  text-decoration: underline;
}

.link_black {
  color: #000;
  text-decoration: none;
}

.link_black.w--current {
  color: #000;
}

.link_black.none {
  color: #00000080;
}

.link_black.in {
  text-decoration: underline;
}

.link_black.in.w--current {
  text-decoration: underline;
  display: inline;
}

.link {
  color: var(--black);
}

.link.linknoline {
  text-decoration: none;
}

.link.linknoline.peque:hover {
  text-decoration: underline;
}

.link.p {
  z-index: 600;
  position: relative;
}

.link.p.alingright {
  text-align: right;
}

.link.textwhite {
  color: var(--white);
}

.link.textwhite.linknoline:hover {
  text-decoration: underline;
}

.text-span {
  font-weight: 500;
}

.flores {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 200px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.flores._01 {
  padding-top: 20vw;
  padding-left: 20px;
  padding-right: 20px;
}

.flores._02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flores._02.ultimo {
  padding-bottom: 200px;
}

.flores._04 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.flores._03 {
  padding-left: 20px;
  padding-right: 20px;
}

.flores.antiguo {
  padding-top: 100px;
  padding-bottom: 200px;
}

.img_flores {
  width: 100%;
}

.img_flores.middle {
  width: 70%;
}

.img_flores.margin_left {
  padding-left: 16px;
}

.img_flores.margin_left.imagen-media {
  width: 85%;
}

.img_flores.margin_roght {
  padding-right: 16px;
}

.img_flores.margin_roght.opacity0 {
  opacity: 0;
}

.img_flores.margin_roght.imagen-media {
  width: 80%;
}

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

.logo_flores {
  z-index: 600;
  opacity: 1;
  mix-blend-mode: difference;
  width: 22%;
  padding-top: 24px;
  padding-left: 20px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.logo_flores.nonedferncia {
  mix-blend-mode: normal;
  width: 22%;
}

.nonelogo {
  opacity: 0;
}

.moreinterline {
  line-height: 42px;
}

.slide-6 {
  background-image: url('../images/DANDELION_FLORES_HOMEPAGE_06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.none {
  display: none;
}

.p.index {
  z-index: 600;
  position: relative;
}

.p.alineright {
  text-align: right;
}

.p.about {
  width: 57%;
}

.p.whatsapp-about {
  text-align: right;
}

.hueco {
  height: 300px;
}

.legal {
  width: 68%;
  padding: 150px 20px 100px;
  font-family: Suisseintl, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.textolegallink {
  z-index: 800;
  opacity: .2;
  color: var(--black);
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.textolegallink.noopacity {
  opacity: 100;
  color: var(--white);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 13px;
  font-size: 13.5px;
  line-height: 18px;
  display: flex;
}

.textolegallink.noopacity.black {
  opacity: .5;
  color: var(--black);
  width: 100%;
  position: relative;
}

.textolegallink.noopacity.black.footerflores {
  font-size: 13.5px;
}

.text-block-5.textlegal {
  font-size: 15px;
}

.text_opacity {
  opacity: .5;
}

.textlegal {
  font-size: 17px;
}

.linklegal {
  color: var(--white);
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
}

.linklegal:hover {
  text-decoration: underline;
}

.linklegal.black {
  color: var(--black);
}

.div_footer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div_footer.footerflores {
  position: fixed;
}

.div_footer.div_textos_footer_largos {
  padding-bottom: 30px;
}

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

  .header {
    align-items: flex-start;
  }

  .link-block, .link-block.w--current {
    width: 35%;
  }

  .flores {
    grid-row-gap: 85px;
    padding-top: 175px;
    padding-bottom: 0;
  }

  .flores.antiguo {
    padding-bottom: 100px;
  }

  .logo_flores, .logo_flores.nonedferncia {
    width: 35%;
  }

  .moreinterline {
    line-height: 38px;
  }

  .slide-6 {
    background-position: 50%;
  }

  .p.about {
    width: 60%;
  }

  .hueco {
    display: none;
  }

  .legal {
    width: 80%;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .textolegallink {
    padding-bottom: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .textolegallink.noopacity {
    padding-bottom: 10px;
    padding-right: 13px;
  }

  .textolegallink.noopacity.black {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
  }

  .textolegallink.noopacity.black.flores, .textolegallink.noopacity.black.floreslegal, .textolegallink.noopacity.black.footerflores {
    justify-content: flex-end;
    align-items: center;
  }

  .textolegallink.noopacity.black.footerflores.legalposition {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }
}

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

  .body.about {
    display: flex;
  }

  .link-block, .link-block.w--current {
    width: 42%;
  }

  .footer.black_light_min_text {
    position: fixed;
  }

  .footer.black_light_min_text.text-about {
    height: auto;
  }

  .flores {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 125px;
    padding-bottom: 0;
  }

  .flores.antiguo {
    padding-bottom: 75px;
  }

  .img_flores.middle {
    width: 80%;
  }

  .img_flores.margin_left.problema-margin {
    padding-left: 8px;
    padding-right: 16px;
  }

  .img_flores.margin_left.problema-margin.pronlema2 {
    padding-left: 16px;
    padding-right: 8px;
  }

  .img_flores.margin_left.problema-margin.problema3 {
    padding-left: 11.5px;
    padding-right: 11.5px;
  }

  .img_flores.margin_left.grandepequeno {
    padding-left: 12px;
    padding-right: 4px;
  }

  .img_flores.margin_left.pequenogrande {
    padding-left: 8px;
    padding-right: 8px;
  }

  .img_flores.margin_left.pequenopequeno {
    padding-left: 4px;
    padding-right: 12px;
  }

  .img_flores.margin_roght.imagen-media {
    width: 85%;
  }

  .logo_flores, .logo_flores.nonedferncia {
    width: 42%;
  }

  .slide-6 {
    background-position: 50%;
  }

  .p.about {
    width: 70%;
    line-height: 24px;
  }

  .p.whatsapp-about {
    z-index: 700;
    text-align: right;
    width: 20%;
    position: relative;
  }

  .p.whatsapp-about.contact {
    width: 20%;
  }

  .legal {
    width: 73%;
    padding-bottom: 80px;
  }

  .textolegallink {
    padding-left: 32%;
    padding-right: 32%;
    font-size: 10px;
    line-height: 13px;
  }

  .textolegallink.noopacity {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .textolegallink.noopacity.black {
    padding-left: 13px;
    padding-right: 13px;
  }

  .textolegallink.noopacity.black.flores, .textolegallink.noopacity.black.floreslegal {
    justify-content: flex-end;
    align-items: center;
  }

  .textolegallink.noopacity.black.footerflores.legalposition {
    font-size: 12px;
  }

  .text-block-5 {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .slide-3 {
    background-position: 70%;
  }

  .header {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block {
    width: 60%;
    padding-bottom: 0;
  }

  .link-block.w--current {
    width: 60%;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 75px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .footer.black_light_min_text {
    padding-bottom: 50px;
  }

  .footer.black_light_min_text.contenidoright {
    padding-bottom: 75px;
  }

  .footer.black_light_min_text.text_about_contact {
    justify-content: flex-end;
    padding-bottom: 10px;
  }

  .footer.black_light_min_text.text_about_contact.footerflores.legalposiion {
    padding-top: 0;
  }

  .link_black.in.w--current {
    color: #000;
  }

  .flores {
    grid-column-gap: 0px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 200px;
    padding-bottom: 0;
  }

  .flores._01 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-top: 60vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flores._02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .flores._04 {
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flores._03 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flores._03.editado {
    grid-template-columns: .5fr 1fr 1fr 1fr 1fr;
  }

  .img_flores.middle {
    padding: 20px 10px;
  }

  .img_flores.margin_left {
    padding-left: 15px;
  }

  .img_flores.margin_left.imagen-media {
    width: 75%;
    padding-right: 3px;
  }

  .img_flores.margin_left.imagen-media.extra {
    padding-left: 0;
    padding-right: 10px;
  }

  .img_flores.margin_left.imagen-media.problema {
    width: 75%;
    padding-left: 3px;
    padding-right: 15px;
  }

  .img_flores.margin_left.extra-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .img_flores.margin_left.grandepequeno {
    padding-left: 6px;
    padding-right: 3px;
  }

  .img_flores.margin_left.pequenogrande, .img_flores.margin_left.pequenopequeno {
    padding-left: 4.5px;
    padding-right: 4.5px;
  }

  .img_flores.margin_roght {
    padding-right: 10px;
  }

  .img_flores.margin_roght.imagen-media {
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .img_flores.margin_roght.pequenogrande {
    padding-left: 3px;
    padding-right: 6px;
  }

  .img_flores.margin_roght.peque-o-grande {
    padding-left: 6px;
    padding-right: 12px;
  }

  .img_flores.margin_roght.grandepequeno {
    padding-left: 6px;
    padding-right: 3px;
  }

  .img_flores.movebotom {
    position: relative;
    top: 17px;
  }

  .img_flores.movetop {
    position: relative;
    bottom: 17px;
  }

  .logo_flores {
    width: 60%;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo_flores.nonedferncia {
    width: 60%;
    padding-top: 25px;
    padding-right: 10px;
  }

  .moreinterline {
    line-height: 35px;
  }

  .text-block {
    padding-top: 10px;
  }

  .text-block-2, .text-block-3 {
    padding-top: 20px;
  }

  .text-block-4 {
    padding-top: 10px;
  }

  .slide-6 {
    background-position: 40%;
  }

  .home_back_01 {
    z-index: 400;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .p {
    font-size: 14px;
    line-height: 23px;
  }

  .p.about {
    width: 90%;
    line-height: 22px;
  }

  .p.whatsapp-about {
    text-align: left;
    width: 100%;
    padding-top: 20px;
  }

  .p.whatsapp-about.contact {
    width: 100%;
  }

  .legal {
    width: 100%;
    padding: 200px 10px 20px;
  }

  .textolegallink {
    z-index: 600;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .textolegallink.noopacity {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
    display: flex;
  }

  .textolegallink.noopacity.black {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .textolegallink.noopacity.black.flores {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .textolegallink.noopacity.black.floreslegal, .textolegallink.noopacity.black.footerflores, .textolegallink.noopacity.black.footerflores.legalposition {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-5 {
    width: 100%;
  }

  .text_opacity {
    opacity: .5;
  }

  .linklegal {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 0;
  }

  .div_footer.footerflores.legalposition {
    position: relative;
  }

  .div_footer.div_textos_footer_largos {
    padding-bottom: 105px;
  }
}

#w-node-_1fb4a49a-2676-d6c0-c11c-a8b21f8b0099-584ff88c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7d5e0c8f-3c92-b634-58ab-9f10c82ee9d9-584ff88e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_508adf51-d065-4277-cc7b-e0165799a09a-584ff88e {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_263bcf73-5dfb-4dc1-ff0b-37b1c3cb4fd8-584ff88e {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_7901f833-3e42-6cf7-3cc1-18d4ac2d702f-584ff88e {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f52d556a-b546-546c-634a-8b4f2a8ae79e-584ff88e {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-_21fff39c-2640-78d7-8bd4-cea3ce804395-584ff88e {
  grid-area: 3 / 7 / 4 / 9;
}

#w-node-b438fccc-eb71-6aa2-9f52-c8a42ac35227-584ff88e {
  grid-area: 3 / 1 / 5 / 5;
  place-self: end center;
}

#w-node-ff3c259f-cfd4-6d24-a672-23827701dfc5-584ff88e {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_635cfda0-1d79-6ed7-e917-292f3f83f61d-584ff88e {
  grid-area: 6 / 1 / 7 / 5;
}

#w-node-_69f7fb3f-77ff-b569-ac18-7aa76b370d91-584ff88e {
  grid-area: 6 / 5 / 7 / 9;
}

#w-node-_323307f8-8283-e856-9785-1926ff0f3967-584ff88e {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_595c6a07-d25b-8fee-1186-7f74849a33aa-584ff88e {
  grid-area: 5 / 5 / 6 / 7;
}

#w-node-b3ab0b0d-9816-1bbe-3c2f-cac7384c5a6f-584ff88e {
  grid-area: 7 / 5 / 8 / 7;
}

#w-node-_700f88de-41fe-07dd-bde3-ffe7a3656821-584ff88e {
  grid-area: 7 / 7 / 8 / 9;
}

#w-node-_28fd7570-90d0-1522-ce67-1bde5c9c5b76-584ff88e {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d426-584ff88e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d427-584ff88e {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d428-584ff88e {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d429-584ff88e {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42a-584ff88e {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42b-584ff88e {
  grid-area: 3 / 7 / 4 / 9;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42c-584ff88e {
  grid-area: 3 / 1 / 5 / 5;
  place-self: end center;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42d-584ff88e {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42e-584ff88e {
  grid-area: 6 / 1 / 7 / 5;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42f-584ff88e {
  grid-area: 6 / 5 / 7 / 9;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d430-584ff88e {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d431-584ff88e {
  grid-area: 5 / 5 / 6 / 7;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d432-584ff88e {
  grid-area: 7 / 2 / 8 / 5;
  justify-self: end;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d433-584ff88e {
  grid-area: 7 / 5 / 8 / 8;
  justify-self: start;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d434-584ff88e {
  grid-area: 8 / 1 / 9 / 3;
  justify-self: end;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d435-584ff88e {
  grid-area: 8 / 3 / 9 / 5;
  justify-self: end;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d437-584ff88e {
  grid-area: 9 / 1 / 11 / 5;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d438-584ff88e {
  grid-area: 9 / 5 / 10 / 9;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d439-584ff88e {
  grid-area: 10 / 3 / 11 / 5;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d43a-584ff88e {
  grid-area: 10 / 5 / 11 / 7;
}

#w-node-_0613235f-259b-ab0a-d5fe-4edcc952d43b-584ff88e {
  grid-area: 4 / 5 / 5 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-_21fff39c-2640-78d7-8bd4-cea3ce804395-584ff88e, #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42b-584ff88e {
    grid-area: 3 / 7 / 4 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_263bcf73-5dfb-4dc1-ff0b-37b1c3cb4fd8-584ff88e {
    grid-column-end: 4;
  }

  #w-node-_7901f833-3e42-6cf7-3cc1-18d4ac2d702f-584ff88e {
    grid-column: 4 / 7;
  }

  #w-node-f52d556a-b546-546c-634a-8b4f2a8ae79e-584ff88e {
    grid-column: 3 / 5;
  }

  #w-node-_21fff39c-2640-78d7-8bd4-cea3ce804395-584ff88e {
    grid-column: 5 / 7;
  }

  #w-node-b438fccc-eb71-6aa2-9f52-c8a42ac35227-584ff88e {
    grid-row-start: 4;
    grid-column-end: 4;
  }

  #w-node-_635cfda0-1d79-6ed7-e917-292f3f83f61d-584ff88e {
    grid-column-end: 4;
  }

  #w-node-_69f7fb3f-77ff-b569-ac18-7aa76b370d91-584ff88e {
    grid-column: 4 / 7;
  }

  #w-node-b3ab0b0d-9816-1bbe-3c2f-cac7384c5a6f-584ff88e {
    grid-column: 3 / 5;
  }

  #w-node-_700f88de-41fe-07dd-bde3-ffe7a3656821-584ff88e {
    grid-column: 5 / 7;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d428-584ff88e {
    grid-column-end: 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d429-584ff88e {
    grid-column: 4 / 7;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42a-584ff88e {
    grid-column: 3 / 5;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42b-584ff88e {
    grid-column: 5 / 7;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42c-584ff88e {
    grid-row-start: 4;
    grid-column-end: 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42e-584ff88e {
    grid-column-end: 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42f-584ff88e {
    grid-column: 4 / 7;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d432-584ff88e {
    grid-column: 1 / 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d433-584ff88e {
    grid-column: 4 / 7;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d437-584ff88e {
    grid-column-end: 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d438-584ff88e {
    grid-column: 4 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_127fd775-dfc4-7853-9f82-c660cd983ad3-584ff88e {
    justify-self: center;
  }

  #w-node-_7d5e0c8f-3c92-b634-58ab-9f10c82ee9d9-584ff88e {
    grid-column-end: 2;
  }

  #w-node-_508adf51-d065-4277-cc7b-e0165799a09a-584ff88e {
    grid-column: 2 / 3;
  }

  #w-node-_263bcf73-5dfb-4dc1-ff0b-37b1c3cb4fd8-584ff88e {
    grid-column-end: 4;
  }

  #w-node-_7901f833-3e42-6cf7-3cc1-18d4ac2d702f-584ff88e {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-f52d556a-b546-546c-634a-8b4f2a8ae79e-584ff88e {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_21fff39c-2640-78d7-8bd4-cea3ce804395-584ff88e {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-b438fccc-eb71-6aa2-9f52-c8a42ac35227-584ff88e {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-ff3c259f-cfd4-6d24-a672-23827701dfc5-584ff88e {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_635cfda0-1d79-6ed7-e917-292f3f83f61d-584ff88e {
    grid-row: 7 / 8;
    grid-column-end: 4;
  }

  #w-node-_69f7fb3f-77ff-b569-ac18-7aa76b370d91-584ff88e {
    grid-area: 8 / 1 / 9 / 4;
  }

  #w-node-_323307f8-8283-e856-9785-1926ff0f3967-584ff88e {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_595c6a07-d25b-8fee-1186-7f74849a33aa-584ff88e {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-b3ab0b0d-9816-1bbe-3c2f-cac7384c5a6f-584ff88e {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_700f88de-41fe-07dd-bde3-ffe7a3656821-584ff88e {
    grid-area: 9 / 3 / 10 / 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d426-584ff88e {
    grid-column-end: 2;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d427-584ff88e {
    grid-column: 2 / 3;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d428-584ff88e {
    grid-column-end: 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d429-584ff88e {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42a-584ff88e {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42b-584ff88e {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42c-584ff88e {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42d-584ff88e {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42e-584ff88e {
    grid-row: 7 / 8;
    grid-column-end: 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d42f-584ff88e {
    grid-area: 8 / 1 / 9 / 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d430-584ff88e {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d431-584ff88e {
    grid-area: 6 / 3 / 7 / 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d432-584ff88e {
    grid-area: 9 / 1 / 10 / 3;
    justify-self: start;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d433-584ff88e {
    grid-area: 9 / 2 / 10 / 4;
    justify-self: end;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d434-584ff88e {
    grid-row: 10 / 11;
    grid-column-end: 2;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d435-584ff88e {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d437-584ff88e {
    grid-row: 12 / 13;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d438-584ff88e {
    grid-area: 13 / 1 / 14 / 4;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d439-584ff88e {
    grid-area: 14 / 2 / 15 / 3;
  }

  #w-node-_0613235f-259b-ab0a-d5fe-4edcc952d43a-584ff88e {
    grid-area: 14 / 3 / 15 / 4;
  }
}


@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/suisseintl-regular_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}