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

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.container-feedback {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.container-2 {
  width: 50%;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: static;
  bottom: 0;
  overflow: auto;
}

.heading {
  color: #3f3f3f;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.body {
  max-width: 100vw;
  font-family: Albert Sans, sans-serif;
  display: block;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: auto;
  max-width: none;
  height: 100vh;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  display: flex;
}

.container-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.container-4 {
  width: 50vw;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

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

.code-embed {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.footer {
  margin-top: 0;
  padding-top: 0;
}

.container-5 {
  z-index: auto;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.container-6 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin-left: 0;
  font-family: Exo, sans-serif;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.feedback-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-feedback {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  background-color: #f0f0f0d1;
  border-top-left-radius: 0;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin-left: 0;
  padding-top: 10px;
  font-family: Exo, sans-serif;
  display: flex;
  position: fixed;
  inset: auto 0% 0% 50%;
}

.feedback-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.image-3 {
  margin-top: 0;
}

.feedback-image {
  object-fit: cover;
  width: 50%;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.container-7 {
  width: 100%;
}

.feedback-allez {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  background-color: #f0f0f0d1;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin-left: 0;
  padding-top: 10px;
  font-family: Exo, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% 50%;
}

.heading-2 {
  color: #3f3f3f;
  text-align: center;
  border-bottom: 0 solid #e2e2e2;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph {
  color: #3f3f3f;
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.feedback-leave {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.link {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.container-8 {
  background-color: #f0f0f0d1;
  border-bottom: 1px solid #e9e9e9;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 50%;
  margin-top: -15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 2% 0% auto 50%;
}

.star-heading {
  color: #3f3f3f;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.paragraph-2 {
  font-family: Albert Sans, sans-serif;
}

.container-8-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 0 solid #cacaca;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-feedback-copy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

  .feedback-container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .container-feedback-copy {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    align-items: center;
    display: flex;
  }

  .container-feedback {
    justify-content: center;
    width: 100%;
    margin-top: 25%;
    padding: 40px;
    display: flex;
  }

  .container-2 {
    width: auto;
    display: none;
  }

  .heading {
    text-align: left;
  }

  .container-6 {
    width: 100%;
    display: flex;
  }

  .feedback-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding: 10px 40px 40px;
  }

  .footer-feedback {
    border-top-left-radius: 10px;
  }

  .image-3 {
    margin-top: 0;
  }

  .feedback-image {
    display: none;
  }

  .heading-2 {
    text-align: left;
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph {
    text-align: left;
  }

  .feedback-leave {
    text-align: center;
  }

  .container-8 {
    max-width: 100%;
    left: 0%;
  }

  .star-heading {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .container-8-copy {
    margin-top: 40px;
  }

  .container-feedback-copy {
    justify-content: center;
    width: 100%;
    margin-top: 0%;
    padding: 40px;
    display: flex;
  }
}


