.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.viewport-section {
  width: 100vw;
  height: 100vh;
  position: static;
  overflow: hidden;
}

.cont-wrapper {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Light-Background_00000.webp');
  background-position: 0 0;
  background-size: cover;
  padding: 7% 8% 8%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.inner-content {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid {
  width: 100%;
  height: 100%;
  grid-row-gap: 16px;
  grid-template-rows: 15.6% auto 35.8% 11.5% 16.66%;
  grid-template-columns: 14% auto 10% 9.2%;
}

.global-design {
  align-items: stretch;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  display: block;
  position: relative;
  bottom: -9px;
}

.global-design.white {
  color: #fff;
}

.global-design-wrapper {
  align-items: flex-end;
  display: flex;
  overflow: visible;
}

.value-proposition-wrapper {
  flex-direction: column;
  flex: 2 auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.value-proposition, .value-proposition-copy-2 {
  align-self: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 52px;
  display: block;
}

.value-proposition-copy-2-copy {
  align-self: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 63px;
  font-weight: 400;
  line-height: 52px;
  display: block;
}

.secondary-text {
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  position: relative;
  bottom: -4px;
}

.secondary-text.white {
  color: #fff;
}

.contact-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-inner-text {
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

.contact-inner-text.white {
  color: #fff;
}

.html-embed {
  flex: 2 auto;
  justify-content: flex-end;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 4px;
  display: flex;
  position: relative;
  right: -12px;
}

.lagence-cactus {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 4px;
  display: flex;
  position: relative;
  bottom: -10px;
  right: -12px;
}

.btn.knowmore {
  width: 161.423px;
  height: 43.0759px;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.btn.knowmore.white {
  border-color: #fff;
}

.text-block {
  text-align: center;
}

.text-block.white {
  color: #fff;
}

.line-wrapper {
  width: 50%;
  height: 100%;
  border: 0 solid #000;
  border-width: 1px 0 0 1px;
}

.line-wrapper-copy {
  width: 50%;
  height: 100%;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
}

.html-embed-2 {
  z-index: 15;
  object-fit: fill;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-inner-wrapper {
  z-index: 5;
  width: 1920px;
  height: 1080px;
  background-color: rgba(236, 194, 194, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video-inner-wrapper.black {
  z-index: 15;
  width: 100%;
  height: 100%;
  position: fixed;
}

.bold-text {
  font-size: 4rem;
}

.image {
  width: 100px;
  height: 100px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image.white {
  filter: contrast(200%) invert();
}

.cont-black-wrapper {
  z-index: 15;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  padding: 7% 8% 8%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 24px;
}

.paragraph-2.white {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-div {
  border-bottom: 1px solid #000;
  align-items: flex-start;
  display: flex;
}

.paragraph-div.white {
  border-bottom-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

.background-video.black {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.full-content-wrapper {
  width: 100vw;
  height: 100vh;
  position: static;
  overflow: hidden;
}

.inner-content-black {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: relative;
}

.cont-wrapper-black {
  z-index: 20;
  width: 100%;
  height: 100%;
  background-image: url('../images/Dark-Bg_00233.webp');
  background-position: 0 0;
  background-size: cover;
  padding: 2% 8%;
  display: flex;
  position: absolute;
}

.html-embed-2-youtube {
  z-index: 15;
  object-fit: fill;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-container {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  padding: 4% 8%;
  display: flex;
}

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

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

.left-oontent {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

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

.right-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-information {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  bottom: -5px;
}

.contact-information.white {
  color: #fff;
}

.grid-01 {
  z-index: 0;
  width: 100%;
  height: 100%;
  grid-template-rows: 15.6% auto 35.8% 11.5% 16.66%;
  grid-template-columns: 14% auto 10% 9.2%;
  padding: 4% 8%;
  position: relative;
}

.grid-01.black {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.header-text {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
  bottom: -8px;
}

.header-text.white {
  color: #fff;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.left-line {
  width: 50%;
  height: 60%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.left-line.white {
  border-top-color: #fff;
  border-left-color: #fff;
}

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

.background-video-2 {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-3 {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black-grid-card {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.html-embed-black {
  flex: 2 auto;
  justify-content: flex-end;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 4px;
  display: flex;
  position: relative;
  right: -12px;
}

.lagence-cactus-black {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 4px;
  display: flex;
  position: relative;
  bottom: -10px;
  right: -12px;
}

.white-grid-card {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.right-line {
  width: 50%;
  height: 60%;
  border: 1px solid #000;
  border-style: none solid solid none;
}

.right-line.white {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 991px) {
  .viewport-section {
    height: 150vh;
  }

  .grid {
    grid-template-columns: 50% 50%;
  }

  .global-design {
    font-size: 30px;
  }

  .logo-wrapper.opacity-in {
    padding-right: 5%;
    position: relative;
  }

  .value-proposition-wrapper {
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 31px;
    position: relative;
    top: -10px;
  }

  .value-proposition, .value-proposition-copy-2 {
    font-size: 2.5rem;
  }

  .contact-text {
    justify-content: space-between;
    align-items: flex-start;
  }

  .btn.knowmore {
    justify-content: center;
    align-self: flex-start;
  }

  .line-wrapper, .line-wrapper-copy {
    display: none;
  }

  .bold-text {
    font-size: 2.5rem;
  }

  .grid-01 {
    z-index: 0;
    position: relative;
  }

  .grid-01.black {
    z-index: 5;
    position: relative;
  }

  .left-line.white {
    display: none;
  }

  .background-video-2 {
    z-index: -1;
  }

  .background-video-3 {
    z-index: 1;
  }

  .black-grid-card, .white-grid-card {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .viewport-section {
    height: 100vh;
    overflow: hidden;
  }

  .cont-wrapper {
    width: 100vw;
    height: 100vh;
    padding-top: 4%;
    padding-bottom: 12%;
    overflow: visible;
  }

  .inner-content {
    width: 100%;
    height: 100%;
    margin-bottom: 17px;
    overflow: visible;
  }

  .grid {
    grid-template-rows: 25% auto auto 11%;
    justify-content: center;
    padding: 18px;
    position: relative;
  }

  .global-design {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .global-design.white {
    color: #fff;
  }

  .global-design-wrapper {
    height: 30%;
    justify-content: center;
    align-items: center;
  }

  .logo-wrapper.opacity-in {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 0%;
    display: flex;
    left: 0;
    right: 0;
  }

  .value-proposition-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0 96px;
    top: 8px;
  }

  .value-proposition, .value-proposition-copy-2 {
    align-self: center;
    font-size: 25px;
    line-height: 30px;
  }

  .value-proposition-copy-2-copy {
    align-self: center;
    font-size: 25px;
    line-height: 20px;
  }

  .secondary-text {
    height: 16px;
    text-align: center;
    margin-top: 0;
  }

  .secondary-text.white {
    bottom: -7px;
  }

  .contact-text {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-inner-text {
    font-size: 16px;
    line-height: 10px;
  }

  .contact-inner-text.white {
    color: #fff;
    margin-left: 10px;
    line-height: 19px;
  }

  .html-embed, .lagence-cactus, .lagence-cactus.white {
    display: none;
  }

  .btn.knowmore {
    flex-direction: row;
    align-self: auto;
  }

  .btn.knowmore.white {
    width: 130px;
    height: 30px;
    border-color: #fff;
  }

  .text-block.white {
    color: #fff;
  }

  .bold-text {
    font-size: 25px;
    line-height: 40px;
  }

  .image {
    width: 50px;
    height: 50px;
  }

  .image.white {
    filter: contrast(200%) invert();
  }

  .cont-black-wrapper {
    justify-content: space-between;
    padding-top: 4%;
    padding-bottom: 12%;
    display: flex;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-2.white {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
  }

  .paragraph-div {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-div.white {
    border: 0 solid #fff;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .body {
    height: 100vh;
  }

  .background-video {
    z-index: -10;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .full-content-wrapper {
    overflow: hidden;
  }

  .inner-content-black {
    margin-bottom: 0;
  }

  .cont-wrapper-black {
    width: 100vw;
    height: 100vh;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 8%;
    overflow: hidden;
  }

  .contact-information {
    text-align: center;
    align-self: auto;
    font-size: 16px;
    bottom: -10px;
  }

  .contact-information.white {
    font-size: 12px;
    line-height: 14px;
    bottom: 0;
  }

  .grid-01 {
    grid-template-rows: 15.6% 35.8% 11.5% 16.66%;
    grid-template-columns: 50% 50%;
  }

  .grid-01.black {
    width: 100%;
    height: 100%;
    grid-template-rows: 15.6% 43.8% auto 16.66%;
    position: relative;
  }

  .header-text {
    font-size: 18px;
    line-height: 22px;
  }

  .left-line {
    display: none;
  }

  .contact-container {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 14px;
  }

  .video {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .black-grid-card {
    width: 100vw;
    height: 100vh;
  }

  .html-embed-black, .lagence-cactus-black, .lagence-cactus-black.white, .right-line {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .viewport-section {
    overflow: hidden;
  }

  .cont-wrapper {
    width: 100vw;
    height: 100vh;
    padding: 4%;
    overflow: hidden;
  }

  .grid {
    grid-column-gap: 16px;
    grid-template-rows: 8.6% 35% auto 29.66%;
    grid-template-columns: 50% 50%;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .global-design {
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 16px;
    line-height: 28px;
    display: flex;
  }

  .logo-wrapper.opacity-in {
    width: auto;
    height: auto;
    object-fit: fill;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0%;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .value-proposition-wrapper {
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .value-proposition {
    font-size: 28px;
    line-height: 40px;
  }

  .value-proposition-copy-2, .value-proposition-copy-2-copy {
    font-size: 28px;
  }

  .secondary-text {
    height: 0;
    text-align: center;
    align-self: center;
    margin-top: 0;
    padding-top: 0%;
    line-height: 20px;
  }

  .contact-text {
    flex-direction: column;
  }

  .contact-inner-text {
    margin-top: 0;
    font-size: 14px;
    line-height: 15px;
  }

  .contact-inner-text.white {
    font-size: 14px;
    line-height: 16px;
  }

  .btn.knowmore {
    flex-flow: row;
    align-self: auto;
    margin-bottom: 19px;
  }

  .btn.knowmore.white {
    width: 120px;
    height: 30px;
    margin-bottom: 0;
  }

  .html-embed-2 {
    display: none;
  }

  .video-inner-wrapper {
    width: 1280px;
    height: 720px;
  }

  .video-inner-wrapper.black {
    width: 1080px;
    height: 1920px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 40px;
  }

  .image {
    width: 70px;
    height: 70px;
    position: static;
  }

  .image.white {
    width: 50px;
    height: 50px;
  }

  .cont-black-wrapper {
    width: 100%;
    height: 100%;
    padding: 4%;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-2.white {
    font-size: 10px;
    line-height: 11px;
  }

  .paragraph-div.white {
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    display: flex;
  }

  .full-content-wrapper {
    overflow: hidden;
  }

  .inner-content-black {
    margin-bottom: 0;
    position: absolute;
    overflow: hidden;
  }

  .cont-wrapper-black {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    padding: 0%;
    position: absolute;
    overflow: hidden;
  }

  .html-embed-2-youtube {
    display: none;
  }

  .contact-information {
    align-self: auto;
  }

  .grid-01 {
    grid-template-rows: 15.6% 35.8% 11.5% 16.66%;
    grid-template-columns: 50% 50%;
  }

  .grid-01.black {
    grid-template-rows: 15.6% 43.8% auto 16.66%;
  }

  .header-text {
    font-size: 16px;
    line-height: 20px;
  }

  .header-text.white {
    bottom: -4px;
  }

  .div-block-2 {
    width: 100%;
  }

  .contact-container {
    height: 100%;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    top: 0;
  }

  .video {
    z-index: 2;
  }

  .bg-video-light {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

#w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948bb-60839f6b, #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948bc-60839f6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948c3-60839f6b {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948c7-60839f6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948d9-60839f6b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948dc-60839f6b {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: end;
}

#w-node-_41fbd903-718d-0525-5a5a-da319f5c3c14-60839f6b, #w-node-_530b120a-7c10-48cc-3ab7-1303889df502-60839f6b {
  grid-area: 3 / 2 / 5 / 3;
}

#w-node-a49a24c5-a344-0e0b-56bd-7f60591cea0e-60839f6b, #w-node-_5446f36a-785c-7ffd-a007-73247c6c7aa0-60839f6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf2fa16a-033b-93c6-746d-da00ad1f4926-60839f6b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-cf2fa16a-033b-93c6-746d-da00ad1f4927-60839f6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d15ea41c-3b90-9d52-db2e-b425dd723d82-60839f6b {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-d15ea41c-3b90-9d52-db2e-b425dd723d83-60839f6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9dc97e6-4ece-fd61-edf2-b81695bc8374-60839f6b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c9dc97e6-4ece-fd61-edf2-b81695bc8375-60839f6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1409e99-9e8e-603c-4d21-68495b425704-60839f6b {
  grid-area: 3 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-aa6c9d3c-cb37-a41d-9a1b-2c4eb63dcb41-60839f6b {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: end;
}

#w-node-c99d53cc-db2e-f872-6111-adfb9e59adf9-60839f6b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1f299e90-6616-17ba-292c-4e20fb2ce693-60839f6b {
  grid-area: 5 / 3 / 6 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-_3c41b1cd-db85-a89a-e02e-8eb89faa0a3a-60839f6b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ee96d670-89ed-a1cb-2d45-a0602a959611-9205ac88 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_1570507a-2dd1-7a40-546f-c092d098fe28-9205ac88 {
  grid-area: 5 / 3 / 6 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef5643ec-9205ac88 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef5643ed-9205ac88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef5643f1-9205ac88 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-aeab628f-3316-d109-d485-370f0d0e17e6-9205ac88 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-aeab628f-3316-d109-d485-370f0d0e17e7-9205ac88 {
  grid-area: 3 / 2 / 5 / 3;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef5643f2-9205ac88 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: start;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef5643f4-9205ac88 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef5643f5-9205ac88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef564402-9205ac88 {
  grid-area: 3 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef564404-9205ac88 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef564405-9205ac88 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef56440c-9205ac88 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_3d386953-3d11-6da4-3bc4-6025ef5643eb-9205ac88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2af13ff2-7f49-b7d3-ecc2-ecd2554ef08d-9205ac88 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5446f36a-785c-7ffd-a007-73247c6c7aa0-9205ac88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c41b1cd-db85-a89a-e02e-8eb89faa0a3a-9205ac88 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-cf2fa16a-033b-93c6-746d-da00ad1f4927-9205ac88 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: start;
}

#w-node-c9dc97e6-4ece-fd61-edf2-b81695bc8374-9205ac88 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c9dc97e6-4ece-fd61-edf2-b81695bc8375-9205ac88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1409e99-9e8e-603c-4d21-68495b425704-9205ac88 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-_3c9cc66e-0373-c493-2ce2-9f8ee0f5c178-9205ac88 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c199c587-e7b6-e0a2-1eb9-b00f22983f00-9205ac88 {
  grid-area: 5 / 3 / 6 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-_742ef461-1be3-8ee7-9fca-64af0363167c-9205ac88 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-d15ea41c-3b90-9d52-db2e-b425dd723d83-9205ac88 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-aa6c9d3c-cb37-a41d-9a1b-2c4eb63dcb41-9205ac88 {
  grid-area: 5 / 4 / 6 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948bb-60839f6b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948c3-60839f6b {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948d9-60839f6b {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948dc-60839f6b {
    grid-area: 4 / 2 / 6 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-_41fbd903-718d-0525-5a5a-da319f5c3c14-60839f6b {
    grid-column-start: 1;
  }

  #w-node-a49a24c5-a344-0e0b-56bd-7f60591cea0e-60839f6b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d15ea41c-3b90-9d52-db2e-b425dd723d82-60839f6b {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-c9dc97e6-4ece-fd61-edf2-b81695bc8374-60839f6b {
    grid-column-start: 1;
  }

  #w-node-c1409e99-9e8e-603c-4d21-68495b425704-60839f6b {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: end;
  }

  #w-node-aa6c9d3c-cb37-a41d-9a1b-2c4eb63dcb41-60839f6b {
    grid-area: 4 / 2 / 6 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-aeab628f-3316-d109-d485-370f0d0e17e6-9205ac88 {
    grid-column-start: 1;
  }

  #w-node-_3d386953-3d11-6da4-3bc4-6025ef5643f4-9205ac88, #w-node-c9dc97e6-4ece-fd61-edf2-b81695bc8374-9205ac88 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948bb-60839f6b {
    align-self: end;
    justify-self: start;
  }

  #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948c3-60839f6b {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948d9-60839f6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: end;
  }

  #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948dc-60839f6b {
    grid-row-end: 5;
  }

  #w-node-_41fbd903-718d-0525-5a5a-da319f5c3c14-60839f6b {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-a49a24c5-a344-0e0b-56bd-7f60591cea0e-60839f6b {
    align-self: end;
    justify-self: start;
  }

  #w-node-cf2fa16a-033b-93c6-746d-da00ad1f4926-60839f6b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d15ea41c-3b90-9d52-db2e-b425dd723d82-60839f6b {
    grid-row: 4 / 5;
    grid-column-end: 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-c9dc97e6-4ece-fd61-edf2-b81695bc8374-60839f6b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-aa6c9d3c-cb37-a41d-9a1b-2c4eb63dcb41-60839f6b {
    grid-row-end: 5;
  }

  #w-node-_3d386953-3d11-6da4-3bc4-6025ef5643ec-9205ac88 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aeab628f-3316-d109-d485-370f0d0e17e6-9205ac88 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3d386953-3d11-6da4-3bc4-6025ef5643f2-9205ac88 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-_3d386953-3d11-6da4-3bc4-6025ef5643f4-9205ac88 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3d386953-3d11-6da4-3bc4-6025ef564404-9205ac88 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2af13ff2-7f49-b7d3-ecc2-ecd2554ef08d-9205ac88 {
    grid-column: span 2 / span 2;
  }

  #w-node-cf2fa16a-033b-93c6-746d-da00ad1f4927-9205ac88 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-c9dc97e6-4ece-fd61-edf2-b81695bc8374-9205ac88 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_742ef461-1be3-8ee7-9fca-64af0363167c-9205ac88 {
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948d9-60839f6b {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-bcd175dd-ee45-e5b0-0bf1-445c1df948dc-60839f6b {
    grid-area: 4 / 2 / 5 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-_41fbd903-718d-0525-5a5a-da319f5c3c14-60839f6b {
    align-self: center;
  }

  #w-node-cf2fa16a-033b-93c6-746d-da00ad1f4926-60839f6b {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-c9dc97e6-4ece-fd61-edf2-b81695bc8374-60839f6b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-aa6c9d3c-cb37-a41d-9a1b-2c4eb63dcb41-60839f6b {
    grid-area: 4 / 2 / 5 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-_3c41b1cd-db85-a89a-e02e-8eb89faa0a3a-60839f6b {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-_3d386953-3d11-6da4-3bc4-6025ef5643ec-9205ac88 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aeab628f-3316-d109-d485-370f0d0e17e6-9205ac88 {
    grid-row-start: 2;
    align-self: center;
  }

  #w-node-_3d386953-3d11-6da4-3bc4-6025ef5643f2-9205ac88 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: center;
  }

  #w-node-_3d386953-3d11-6da4-3bc4-6025ef5643f4-9205ac88 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3d386953-3d11-6da4-3bc4-6025ef564404-9205ac88 {
    grid-row: 4 / 5;
  }

  #w-node-_2af13ff2-7f49-b7d3-ecc2-ecd2554ef08d-9205ac88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf2fa16a-033b-93c6-746d-da00ad1f4927-9205ac88 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-c9dc97e6-4ece-fd61-edf2-b81695bc8374-9205ac88 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_742ef461-1be3-8ee7-9fca-64af0363167c-9205ac88 {
    grid-row: 4 / 5;
  }
}


