.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;
}

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

.section_header {
  height: auto;
  display: none;
}

.section_video {
  background-image: url('../images/Fond-video.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  align-items: center;
  padding: 150px 0 30px;
  display: flex;
}

.section_arguments {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.section_brief {
  flex-direction: column;
  align-items: center;
  margin-bottom: -70px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.section_a_propos {
  background-image: url('../images/Fond-video-jaune-clair.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 90px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

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

.container_video {
  background-color: #ff0;
}

.container_arguments {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 90px;
  grid-row-gap: 75px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 45px;
  display: grid;
}

.text_argument {
  margin-bottom: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 45px;
}

.text_argument.fer_droit {
  text-align: right;
  margin-bottom: 21px;
  font-size: 36px;
}

.text_argument.fer_droit.petit {
  font-size: 15px;
}

.heading {
  margin-top: 90px;
  margin-bottom: 60px;
}

.heading.black {
  color: #0851ff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.heading.black.droite {
  text-align: right;
}

.text-span {
  text-shadow: none;
  border-bottom-width: 9px;
  border-bottom-color: #ff0;
  font-family: Work Sans, sans-serif;
  font-size: 60px;
  line-height: 52px;
}

.container-2 {
  grid-column-gap: 60px;
  grid-row-gap: 39px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.text-span-2 {
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.heading-2 {
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

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

.container_faq {
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 90px;
  display: grid;
}

.div-block-2 {
  background-color: #ff0;
  background-image: url('../images/Fond-video-jaune.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section_clients {
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.video-2 {
  border: 6px #ff0;
  border-radius: 0;
}

.div-block-3 {
  z-index: 5;
  width: 175px;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: url('../images/video-hyper-stylee_anim_5.gif');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: 125%;
  border-radius: 1000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 175px;
  transition: opacity .2s, height .2s, width .2s;
  display: flex;
  position: absolute;
  top: 15px;
}

.div-block-3:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.text_question_faq {
  font-family: Work Sans, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.text_paragraph_faq {
  margin-bottom: 21px;
  font-size: 15px;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.heading-3 {
  display: block;
  position: relative;
  top: -81px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text_numeros_brief {
  color: #0056ff;
  font-size: 60px;
  display: block;
  position: relative;
  top: -123px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text_numeros_brief.ordre-numero-1, .text_numeros_brief.ordre-numero-2, .text_numeros_brief.ordre-numero-3 {
  top: -96px;
}

.section_contact {
  background-image: url('../images/Fond-turquoise-80.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-3 {
  z-index: 2;
  position: relative;
  top: 52px;
  left: 68px;
}

.anim_zbem {
  z-index: 2;
  max-width: 50%;
  position: relative;
  top: 40px;
  left: 71px;
}

.image-4 {
  z-index: 1;
  max-width: 50%;
  position: relative;
  top: -52px;
  left: -30px;
}

.image-5 {
  position: relative;
  top: -44px;
  left: -40px;
}

.bold-text {
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.image-6 {
  max-width: 120%;
}

.anim-fond_1 {
  z-index: -1;
  position: absolute;
  top: 160px;
  left: -159px;
}

.anim-fond_2 {
  z-index: -1;
  max-width: 700px;
  position: absolute;
  top: 91%;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.image-7 {
  position: relative;
  left: 14px;
}

.image-8 {
  position: relative;
  left: -7px;
}

.accordion-item-trigger {
  cursor: pointer;
}

.accordion-item-content {
  margin-bottom: 21px;
  overflow: hidden;
}

.text-span-3, .bouton_plus {
  padding-left: 4px;
  padding-right: 4px;
}

.text-span-4 {
  padding-left: 0;
}

.bouton_moins {
  padding-left: 4px;
  padding-right: 5px;
  display: none;
}

.text_chapeau {
  margin-bottom: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
}

.text_chapeau.fer_droit {
  text-align: right;
}

.text_chapeau.fer_droit.petit {
  font-size: 15px;
}

.text_chapeau-contact {
  font-family: Work Sans, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
}

.text_chapeau-contact.fer_droit {
  text-align: right;
}

.text_chapeau-contact.fer_droit.petit {
  font-size: 15px;
}

.div_contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 120px;
  display: grid;
}

.pop_up {
  z-index: 5;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 100px;
  overflow: visible;
}

.bouton_exit {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: -13px;
  bottom: auto;
  left: auto;
  right: -13px;
}

.anim-fond_3 {
  z-index: -1;
  position: absolute;
  top: 156%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.anim-fond_4 {
  z-index: -1;
  position: absolute;
  top: 2700px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-4 {
  text-align: right;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.image-9, .image-10 {
  width: 50%;
}

.heading-5 {
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.container_video_pres {
  width: 100%;
  max-width: 1600px;
  padding-left: 90px;
  padding-right: 90px;
}

.section_showreels {
  background-image: url('../images/Fond-video-vert.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 75px;
  padding: 75px 90px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container_showreels {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div_gauche {
  z-index: 3;
  border: 3px solid #fff;
  position: relative;
}

.showreel {
  display: none;
}

.div_droite {
  z-index: 2;
  border: 3px solid #fff;
  position: relative;
}

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

.image_shoreel_enattendant {
  display: none;
}

.container_clients {
  width: 100%;
  max-width: 1600px;
}

.container_video_pres_full {
  padding-bottom: 50%;
}

.container_video_pres_cont {
  max-width: 1600px;
  margin-left: 90px;
  margin-right: 90px;
  display: none;
}

.container_brief {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.div_main_click_2 {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 60%;
  overflow: hidden;
  transform: rotate(180deg);
}

.div_main_click {
  z-index: 1;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 60%;
  right: auto;
  overflow: hidden;
}

.div_rond_showreel {
  z-index: -1;
  width: 75vw;
  height: 75vw;
  max-height: 1000px;
  max-width: 1000px;
  background-image: url('../images/Fond-video-vert.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.image-14 {
  position: relative;
  left: 20px;
}

.div_cam {
  max-width: 20vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 30px;
  right: auto;
}

.div_mic {
  max-width: 20vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div_main {
  z-index: 2;
  max-width: 5vw;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.div_souris {
  z-index: 2;
  max-width: 5vw;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.html-embed {
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section_header {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_video {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 125px;
  }

  .section_arguments {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_brief {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_a_propos {
    padding-bottom: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container_arguments {
    grid-row-gap: 90px;
  }

  .text_argument {
    font-size: 30px;
    line-height: 42px;
  }

  .text_argument.fer_droit {
    font-size: 30px;
  }

  .text-span {
    font-size: 48px;
    line-height: 48px;
  }

  .container-3 {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .image-2 {
    width: 390px;
  }

  .container_faq {
    grid-template-columns: .25fr 1fr;
    margin-bottom: 0;
  }

  .section_clients {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-3 {
    width: 125px;
    background-size: 100%;
    padding-top: 125px;
  }

  .grid {
    grid-column-gap: 75px;
    grid-row-gap: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .text_numeros_brief {
    margin-top: 30px;
  }

  .section_contact {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .pop_up {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .anim-fond_4 {
    top: 3900px;
  }

  .image-9, .image-10 {
    width: 100%;
  }

  .container_video_pres, .section_showreels {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div_main_click_2 {
    right: 20%;
  }

  .div_main_click {
    left: 20%;
  }
}

@media screen and (max-width: 767px) {
  .section_video {
    padding-top: 30px;
  }

  .section_brief {
    margin-bottom: -120px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .container_arguments {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    padding-left: 25vw;
    padding-right: 25vw;
    display: flex;
  }

  .text_argument, .text_argument.fer_droit {
    text-align: center;
    margin-bottom: 9px;
  }

  .heading.black.droite {
    text-align: left;
  }

  .container-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-span-2 {
    font-size: 12px;
  }

  .heading-2 {
    font-size: 12px;
    line-height: 14px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .image-2 {
    margin-bottom: 30px;
  }

  .container_faq {
    grid-template-columns: .25fr 1fr;
    padding-right: 45px;
  }

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

  .div-block-3 {
    position: static;
  }

  .grid {
    grid-column-gap: 45px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text_numeros_brief {
    margin-top: 67px;
    font-size: 45px;
  }

  .section_contact {
    padding-left: 29px;
    padding-right: 29px;
  }

  .anim_zbem {
    max-width: 100%;
    top: 27px;
    left: 28px;
  }

  .image-5 {
    top: -36px;
    left: -19px;
  }

  .text_chapeau {
    margin-top: 0;
  }

  .pop_up {
    display: none;
  }

  .anim-fond_4 {
    top: 2600px;
    overflow: hidden;
  }

  .heading-4 {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .image-9 {
    width: 100%;
    margin-bottom: -12px;
  }

  .div-block-4 {
    margin-bottom: 45px;
  }

  .image-10 {
    width: 100%;
    margin-bottom: 18px;
  }

  .heading-5 {
    text-align: center;
  }

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

  .container_showreels {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .div_gauche, .div_droite {
    width: 100%;
  }

  .container-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div_cam, .div_mic {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section_header {
    display: block;
  }

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

  .section_arguments {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section_brief {
    padding-left: 21px;
    padding-right: 21px;
  }

  .section_a_propos {
    padding-bottom: 0;
  }

  .container_arguments {
    grid-row-gap: 20px;
    padding-top: 20px;
  }

  .text_argument, .text_argument.fer_droit {
    font-size: 21px;
    line-height: 27px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 24px;
  }

  .text-span {
    font-size: 30px;
    line-height: 33px;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .text-span-2 {
    font-size: 15px;
  }

  .heading-2 {
    order: 4;
    margin-bottom: 60px;
  }

  .heading-2.ordre-1 {
    order: 1;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-2.ordre-2 {
    order: 4;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-2.ordre-3 {
    order: 7;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 18px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container_faq {
    grid-column-gap: 18px;
    flex-direction: column;
    grid-template-columns: minmax(10px, .25fr) 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-2 {
    height: 12px;
    order: 1;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 0;
  }

  .section_clients {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    width: 100%;
    height: 100px;
    background-position: 50%;
    background-size: contain;
  }

  .text_question_faq {
    font-size: 15px;
    line-height: 18px;
  }

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

  .text_numeros_brief {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 60px;
    display: flex;
    top: 7px;
  }

  .text_numeros_brief.ordre-numero-1 {
    order: 3;
    margin-bottom: 60px;
    top: 3px;
  }

  .text_numeros_brief.ordre-numero-2 {
    order: 6;
    top: 3px;
  }

  .text_numeros_brief.ordre-numero-3 {
    order: 9;
    top: -40px;
  }

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

  .anim_zbem, .image-5 {
    display: none;
  }

  .image-6 {
    width: 180px;
    order: 2;
    margin-bottom: -60px;
    position: relative;
    top: -31px;
    left: -3px;
  }

  .image-7 {
    width: 180px;
    order: 8;
    top: 13px;
    left: 20px;
  }

  .image-8 {
    width: 180px;
    order: 5;
    margin-bottom: -60px;
    top: -32px;
  }

  .text_chapeau {
    line-height: 27px;
  }

  .text_chapeau-contact {
    margin-top: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .div_contact_infos {
    margin-bottom: 21px;
  }

  .div_contact {
    flex-direction: column;
    margin-bottom: 60px;
    display: flex;
  }

  .heading-4.left {
    text-align: left;
  }

  .heading-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-5.left {
    text-align: left;
  }

  .image-11 {
    width: 200px;
    max-width: none;
    align-self: center;
  }

  .section_showreels {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .container_showreels {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_brief {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div_main_click_2, .div_main_click {
    display: none;
  }

  .image-14 {
    margin-bottom: 40px;
  }
}

#w-node-ce2e3119-3a6c-4310-676d-9be96f07a94e-c5b46531 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-ce2e3119-3a6c-4310-676d-9be96f07a94f-c5b46531 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-ce2e3119-3a6c-4310-676d-9be96f07a954-c5b46531 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-ce2e3119-3a6c-4310-676d-9be96f07a955-c5b46531 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_64daa3dd-f064-1cc2-83db-fc8a96626c4f-c5b46531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1450f95a-863d-21cc-7fa3-73446e760054-c5b46531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5a97d59d-b2bd-d6e7-67cc-215e52d3ab4a-c5b46531 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_85453e9d-bf5f-9fc9-1a46-ea1ca6b309f3-c5b46531 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3fb2aec7-80f4-bb9b-dc56-6acca0b1e24c-c5b46531 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3fb2aec7-80f4-bb9b-dc56-6acca0b1e24d-c5b46531, #w-node-_3fb2aec7-80f4-bb9b-dc56-6acca0b1e251-c5b46531 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c9a9e47-f06b-27cc-994b-41c7fe77b911-c5b46531 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0968fe7c-0d52-c790-ec16-c8c21090cc08-c5b46531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb133be9-b7f0-841b-e00c-130d4c65344c-c5b46531 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c327b590-e3aa-b2d4-080c-63446007384b-c5b46531 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f989a2f1-8d60-8fb4-5d48-b2de91474f19-c5b46531 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b9f1cb67-8bda-5c13-7b5e-b19f7b9b87f8-c5b46531 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_23fc59eb-9c2e-f490-bf7d-6f5730ccbc9a-c5b46531, #w-node-_62c4e18b-62e1-a76b-48f6-e7bff324be31-c5b46531 {
  justify-self: center;
}

#w-node-_7e1e553e-fdcb-e427-48b4-a152afa25971-c5b46531 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b97c8643-a4dc-b34b-6574-3ae50690bc6e-c5b46531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_701ac7ea-5a62-9955-6970-c6c09f984e04-c5b46531 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-c7506c20-cf83-50e9-3d87-31e2f218e348-c5b46531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b1972401-bdc1-46ce-25e9-42f694bf8160-c5b46531 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b1972401-bdc1-46ce-25e9-42f694bf8165-c5b46531, #w-node-b1972401-bdc1-46ce-25e9-42f694bf8166-c5b46531 {
  justify-self: center;
}

#w-node-b1972401-bdc1-46ce-25e9-42f694bf8168-c5b46531 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b1972401-bdc1-46ce-25e9-42f694bf816d-c5b46531 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b1972401-bdc1-46ce-25e9-42f694bf816e-c5b46531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b1972401-bdc1-46ce-25e9-42f694bf8170-c5b46531 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b1972401-bdc1-46ce-25e9-42f694bf8175-c5b46531 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-b1972401-bdc1-46ce-25e9-42f694bf8176-c5b46531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2ead8897-bd6e-7c95-5f64-bf35c94074a9-c5b46531 {
  align-self: center;
}

#w-node-c7adc6e2-0a4b-1bf0-b77a-bd32406fd6af-c5b46531 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_29b004bf-f865-ce29-b018-9565ad38579c-c5b46531 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_714dab49-9743-046f-70aa-5986c657893e-c5b46531 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06fde80e-9f52-81b7-7f94-14fe38c8916e-c5b46531, #w-node-_190f9b44-a836-f5b3-5905-7d8114385dce-c5b46531 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_585b0e0c-24be-ea3b-2239-71227c036a29-c5b46531, #w-node-_779ab726-672a-8682-3951-0b2a5b55df38-c5b46531 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_404b0a16-f085-0007-f8cb-fd532b4a6e4a-c5b46531, #w-node-_1f5b94ce-51e7-f6fb-7e09-8941d36192dc-c5b46531, #w-node-_870a3e04-f535-dbcd-884b-eae5d2cfe09f-c5b46531, #w-node-_6291ffa5-1126-c3fc-3064-86897a0b4d3a-c5b46531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e16db257-19d2-ffbf-ad97-4d1816e216b5-c5b46531 {
  align-self: start;
}

#w-node-_58779d17-2dda-6705-00a7-13caed9ca584-c5b46531 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2ead8897-bd6e-7c95-5f64-bf35c94074a9-c5b46531 {
    align-self: center;
  }

  #w-node-_58f6f983-19ca-fafe-cbd2-c89ed7b2a6ea-c5b46531 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3fb2aec7-80f4-bb9b-dc56-6acca0b1e24c-c5b46531, #w-node-_6c9a9e47-f06b-27cc-994b-41c7fe77b911-c5b46531 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


