@font-face {
  font-family: "62b5b895bc84bf807211379c sherika";
  src: url('../fonts/62b5b895bc84bf807211379c_Sherika-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "62b5b895bc84bf78ea113798 sherika";
  src: url('../fonts/62b5b895bc84bf78ea113798_Sherika-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "62b5b895bc84bf3d7b11379b sherika";
  src: url('../fonts/62b5b895bc84bf3d7b11379b_Sherika-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --medium-sea-green: #5ab963;
  --dark-slate-grey: #2d322b;
  --black: black;
  --bg-grey: #fafafa;
  --white: white;
  --dark-grey: #b3b3b3;
  --slate-blue: #626494;
  --indian-red: #eb5056;
  --sea-green-2: #6d9773;
  --dark-grey-2: #999;
  --royal-blue: #4161b9;
  --indian-red-2: #a2595c;
  --gold: #fc0;
  --sea-green: #48944f;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navigation-logo.w--current {
  filter: grayscale();
  display: block;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
  display: none;
}

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.h1 {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #000;
  min-height: 150px;
  margin-left: 0;
  padding-top: 10px;
}

.paragraph.cc-white {
  color: #fafafa;
  margin-left: 0;
}

.paragraph.cc-gray {
  color: #000;
  min-height: 150px;
  margin-left: 0;
  padding-top: 10px;
  font-family: "62b5b895bc84bf807211379c sherika", sans-serif;
}

.button {
  background-color: var(--medium-sea-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #48944f;
}

.button.cc-cta {
  margin-top: 0;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  display: block;
  position: relative;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.features {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 120px 30px 40px;
  display: flex;
}

.h2 {
  color: var(--dark-grey);
  flex: 0 auto;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.h2.cc-white-text {
  color: #fff;
  margin-top: 0;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.text-span {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: inline;
}

.feature-item-container {
  background-color: #bd373721;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  height: 100%;
  padding: 50px 20px 139px;
  transition: box-shadow .2s;
  display: block;
  box-shadow: 0 5px 20px #0000000d;
}

.feature-item-container.feature-item-container-copy {
  border-radius: 20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.h3.cc-cta-rideau {
  color: #626494;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.h3.cc-cta {
  color: #5ab963;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 150px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: block;
}

.footer-column.cc-footer {
  flex-direction: column;
  display: block;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.text-footer-credits.link-5-copy {
  color: var(--dark-slate-grey);
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: none;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: block;
}

.feature-icon {
  background-color: var(--indian-red);
  object-fit: fill;
  border-radius: 2000px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: none;
  height: 150px;
  min-height: 150px;
  margin-bottom: 0;
  display: flex;
}

.header-inner {
  background-color: var(--bg-grey);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 140px 30px 90px;
  display: flex;
}

.header-inner-content {
  width: 75%;
  min-width: 70%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--indian-red);
  border-radius: 20px;
  max-width: none;
  padding: 30px 40px;
}

.pricing-block-separator {
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.facts {
  background-color: var(--sea-green-2);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 112px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: relative;
}

.fact-block {
  background-color: var(--bg-grey);
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  flex-wrap: wrap;
  place-content: space-around flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 0;
}

.fact-text-block {
  align-self: center;
  padding-left: 20px;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.nav-link.w--current {
  color: #fff;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.h1-blanc {
  color: var(--white);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.bold-text {
  color: #2d322b;
  font-family: Libre Franklin, sans-serif;
}

.image-3 {
  border-radius: 50px;
  max-width: 50%;
}

.div-block {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: none;
}

.text-block-2 {
  display: none;
}

.container-top {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.grid {
  grid-template: "." minmax(1000px, 3fr)
  / minmax(200px, 33%);
  display: block;
}

.button-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3ecf8e;
  background-image: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-2:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 15px 20px #0000001a;
}

.button-2.lottie-icon {
  background-color: var(--indian-red);
  background-image: linear-gradient(309deg, #e96368, var(--indian-red));
  background-color: #eb5056;
  background-image: linear-gradient(309deg, #e96368, #eb5056);
  border-radius: 7px;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.phone {
  width: 25px;
  padding-top: 0;
}

.phone.small {
  color: #eb5056;
  flex: 0 auto;
  width: 25px;
  padding-top: 0;
}

.button-text {
  color: var(--bg-grey);
  flex: 1;
  margin-left: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700;
}

.button-text.phonenumber {
  margin-left: 0;
}

.div-block-3 {
  margin-right: 20px;
  display: none;
}

.div-block-4 {
  background-color: var(--medium-sea-green);
  box-shadow: 1px 1px 11px 8px var(--medium-sea-green);
  border-radius: 50px;
  height: 50px;
  padding: 10px;
  display: inline-block;
}

.image-12-copy {
  filter: invert();
  min-width: 30px;
  min-height: 30px;
  max-height: 100%;
}

.div-block-5 {
  align-items: center;
  display: block;
}

.div-block-6 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-2-copy.lottie-icon-copy {
  background-color: var(--indian-red);
  background-image: linear-gradient(309deg, #e96368, var(--indian-red));
  border-radius: 7px;
  align-items: center;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.image-18 {
  min-width: auto;
  max-width: 100px;
  min-height: auto;
  max-height: 100px;
}

.image-19 {
  min-width: 80px;
  max-width: 100px;
  min-height: 70px;
  max-height: 100px;
}

.paragraph-connected {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.image-20 {
  width: auto;
  min-width: auto;
  max-width: 100px;
  height: auto;
  min-height: auto;
  max-height: 100px;
}

.feature-icon-green {
  background-color: var(--sea-green-2);
  border-radius: 2000px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: none;
  height: 150px;
  min-height: 150px;
  margin-bottom: 40px;
  display: flex;
}

.button-simple {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3ecf8e;
  background-image: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-simple:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 15px 20px #0000001a;
}

.button-simple.lottie-icon {
  background-color: var(--indian-red);
  background-color: #eb5056;
  background-image: linear-gradient(309deg, #e96368, #ff000a);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  justify-content: flex-start;
  display: flex;
}

.image-21 {
  min-width: 80px;
  max-width: 100px;
  min-height: 80px;
  max-height: 100px;
}

.image-22 {
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
}

.grid-2 {
  grid-template: ". . Area" 1fr
                 ". . Area" 1fr
                 / 1fr 1fr 1fr;
  grid-auto-rows: 25%;
  justify-items: center;
  margin-top: 57px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-4 {
  color: var(--dark-slate-grey);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-decoration: none;
}

.div-block-9 {
  cursor: pointer;
  object-fit: fill;
  background-color: #fff;
  border-radius: 3000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 50px;
  max-width: 200px;
  height: 200px;
  min-height: 50px;
  max-height: 200px;
  padding-top: 30px;
  display: flex;
  box-shadow: 1px 1px 13px 20px #fff;
}

.div-block-10 {
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  color: var(--bg-grey);
  margin-left: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 17px;
}

.button-2-copy {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3ecf8e;
  background-image: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-2-copy.lottie-icon-copy {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  border-radius: 7px;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.text-block-6-copy {
  color: var(--dark-slate-grey);
  text-align: center;
  padding-top: 5px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.slider-2 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 100%;
  min-height: auto;
  margin-top: 62px;
  display: none;
}

.grid-3 {
  grid-column-gap: 6px;
  grid-row-gap: 8px;
  grid-template: "Avatar reviewer" minmax(40px, 40px)
                 "Avatar stars" minmax(30px, 30px)
                 "Area Area" minmax(30%, 70%)
                 "Logo-review Logo-review" minmax(45px, 45px)
                 / minmax(30%, 80px) 1fr;
  margin-left: 0;
  padding: 20px;
}

.div-block-12 {
  max-width: 100%;
  max-height: 100%;
  padding-top: 0;
}

.link-block {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.icon-3 {
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: flex-end;
  display: inline-block;
}

.stars-small {
  color: #fc0;
  text-shadow: 0 0 6px #fc0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.reviewer {
  color: var(--dark-slate-grey);
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-7 {
  color: var(--dark-slate-grey);
  max-width: 100%;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.slide-nav-2 {
  margin-bottom: -45px;
  display: block;
}

.left-arrow-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-height: 40px;
  margin-top: 130px;
  margin-bottom: 130px;
  margin-left: -63px;
  display: none;
}

.right-arrow-2 {
  max-height: 40px;
  margin-right: -63px;
  display: none;
}

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

.image-23 {
  min-width: 45px;
  max-width: 45px;
  max-height: none;
  margin-right: 11px;
}

.div-block-13 {
  flex-flow: row;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-block-8 {
  color: var(--dark-grey-2);
  min-width: 20%;
  max-width: 50%;
  font-family: Open Sans, sans-serif;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.bold-text-3 {
  font-family: Libre Franklin, sans-serif;
}

.button-2-copy {
  background-color: var(--bg-grey);
  color: #fff;
  letter-spacing: .5px;
  background-image: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-2-copy:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 15px 20px #0000001a;
}

.button-text-copy {
  color: var(--dark-slate-grey);
  letter-spacing: 0;
  flex: 1;
  margin-left: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
}

.slider-2-copy {
  box-shadow: 1px 1px 9px 0 var(--dark-grey-2);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 300px;
  min-height: 500px;
  max-height: 700px;
  margin-top: 40px;
}

.feature-item-container-copy {
  background-color: #5ab96321;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  height: 100%;
  padding: 50px 40px;
  transition: box-shadow .2s;
  display: block;
  box-shadow: 0 5px 20px #0000000d;
}

.image-27 {
  min-width: 80px;
  max-width: 60px;
  min-height: 80px;
}

.grid-3-small {
  grid-column-gap: 6px;
  grid-row-gap: 17px;
  grid-template: "Avatar reviewer" minmax(40px, 40px)
                 "Avatar stars" minmax(30px, 30px)
                 "Area Area" 75%
                 "Logo-review Logo-review" minmax(45px, 45px)
                 / minmax(30%, 80px) 1fr;
  height: 300px;
  min-height: 300px;
  max-height: 700px;
  margin-left: 0;
  padding: 20px;
}

.slide-4 {
  max-width: 100%;
  max-height: 100%;
}

.mask {
  max-height: 100%;
}

.div-block-4-copy {
  background-color: var(--medium-sea-green);
  box-shadow: 1px 1px 11px 8px var(--medium-sea-green);
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50px;
  padding: 10px;
  display: inline-block;
  position: relative;
  top: -229px;
  left: 247px;
}

.paragraph-copy {
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-copy.cc-white {
  color: #fafafa;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.paragraph-copy.cc-gray {
  color: #000;
  min-height: 150px;
  margin-left: 0;
  padding-top: 10px;
  display: inline;
}

.div-block-4-petit {
  background-color: var(--royal-blue);
  box-shadow: 1px 1px 11px 8px var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 25px;
  height: 50px;
  max-height: 25px;
  padding: 0;
  display: none;
  position: relative;
  top: -220px;
  left: 258px;
  right: 0;
}

.div-block-4-petit-2 {
  background-color: var(--royal-blue);
  box-shadow: 1px 1px 11px 8px var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 25px;
  height: 50px;
  max-height: 25px;
  padding: 0;
  display: none;
  position: relative;
  top: -189px;
  left: 167px;
  right: 0;
}

.text-block-9 {
  color: var(--bg-grey);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  min-height: 25px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 800;
  line-height: 14px;
  display: flex;
}

.div-block-15 {
  display: flex;
}

.div-block-4-petit-copy {
  background-color: var(--royal-blue);
  box-shadow: none;
  border-radius: 50px;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 25px;
  max-width: 25px;
  height: 50px;
  min-height: 25px;
  max-height: 25px;
  padding: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.link-2 {
  padding-left: 20px;
}

.link-3 {
  padding-left: 20px;
  display: inline-block;
}

.div-block-15-copy {
  padding-top: 10px;
  display: flex;
}

.slider-2-copy-copy {
  background-color: var(--bg-grey);
  border-radius: 20px;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 300px;
  min-height: 400px;
  max-height: 500px;
  margin-top: 0;
}

.image-28 {
  display: block;
}

.medium {
  text-align: right;
  min-width: 500px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-picture {
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 62px;
  height: 62px;
}

.testimonial-picture._2 {
  background-image: url('../images/T-2_1T-2.jpg');
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.normal {
  color: #1c1a1a;
  font-weight: 400;
}

.testimonial-box {
  width: 31%;
  margin-bottom: 60px;
  padding-right: 20px;
  display: block;
}

.star {
  max-height: 100%;
  margin-right: 5px;
  display: inline-block;
}

.div-block-17 {
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 17px;
}

.open-close-box {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 28px;
  display: flex;
  position: relative;
}

.accordion-item-content {
  margin-top: 10px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  overflow: hidden;
}

.accordion-wrapper {
  border-bottom: 1px solid #a4bcb5;
  margin-top: 17px;
}

.center-content {
  text-align: center;
  position: relative;
}

.accordion-item-trigger {
  color: #1c1a1a;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  flex: 1;
}

.arrow {
  filter: invert();
  color: var(--bg-grey);
  margin-top: 1px;
}

.h2-big {
  font-size: 28px;
  line-height: 45px;
}

.h2-big.less-top-margin {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.h2-big.no-top-margin {
  margin-top: 0;
}

.details {
  color: #1c1a1a;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.premium-image-container-copy {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-title {
  text-align: center;
  border-bottom: 1px solid #a4bcb5;
  padding-top: 10px;
  padding-bottom: 25px;
}

.pricing-item {
  background-color: #fff;
  border: 1px solid #a4bcb5;
  border-top-width: 4px;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: 100%;
  max-width: none;
  margin-left: 1%;
  margin-right: 1%;
  display: block;
}

.check-mark {
  background-color: #f1f7f5;
  background-image: url('../images/Checkmark-g_1Checkmark-g.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.pricing-padding {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-bottom: 35px;
  padding-left: 22.5px;
  padding-right: 22.5px;
  display: block;
}

.div-block-18 {
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.image-30 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h3-copy {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.h3-feature {
  color: var(--dark-slate-grey);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.h3-feature.white {
  color: var(--white);
  margin-top: 10px;
  font-size: 30px;
  line-height: 30px;
}

.h3-copy-white {
  color: var(--bg-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 25px;
  text-decoration: none;
}

.h3-paiement {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-19 {
  min-height: 250px;
  max-height: none;
}

.tarifs {
  background-color: #fafafa;
  flex-flow: column wrap;
  place-content: stretch space-around;
  align-items: center;
  padding: 120px 30px;
  display: none;
}

.button-text-2 {
  color: #fafafa;
  flex: 1;
  margin-left: 10px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700;
}

.div-block-21 {
  margin-top: 60px;
}

.html-embed-2-copy {
  font-family: Open Sans, sans-serif;
}

.grid-3-small-copy {
  grid-column-gap: 6px;
  grid-row-gap: 17px;
  grid-template: "Avatar reviewer" minmax(40px, 40px)
                 "Avatar stars" minmax(30px, 30px)
                 "Area Area" minmax(100%, 1fr)
                 "Logo-review Logo-review" minmax(45px, 45px)
                 / minmax(30%, 80px) 1fr;
  height: 300px;
  min-height: 300px;
  max-height: 700px;
  margin-left: 0;
  padding: 20px;
}

.image-31 {
  display: none;
}

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

.cta-column-copy {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  margin-top: 100px;
  display: flex;
}

.div-block-17-copy {
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding-top: 9px;
}

.div-block-22 {
  flex-flow: column wrap;
  align-items: center;
  min-height: 40px;
  display: block;
}

.link-block-2 {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  place-content: center flex-start;
  align-self: center;
  display: block;
}

.text-block-10 {
  font-weight: 700;
}

.text-block-11 {
  color: var(--dark-slate-grey);
  margin-top: -19px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
}

.header-inner-rideau {
  background-color: var(--slate-blue);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 140px 30px 90px;
  display: flex;
}

.feature-icon-2 {
  object-fit: fill;
  background-color: #eb5056;
  border-radius: 2000px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: none;
  height: 150px;
  min-height: 150px;
  margin-bottom: 0;
  display: flex;
}

.div-block-23 {
  justify-content: center;
  display: flex;
}

.h3-feature-2 {
  color: var(--dark-slate-grey);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.text-block-12 {
  color: #2d322b;
  max-width: 100%;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.feature-icon-green-2 {
  background-color: #6d9773;
  border-radius: 2000px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: none;
  height: 150px;
  min-height: 150px;
  margin-bottom: 40px;
  display: flex;
}

.grid-4 {
  grid-row-gap: 16px;
  grid-template: ". . ." minmax(1000px, 3fr)
                 ". . ."
                 ". . ."
                 "Area-2 Area-2 Area-2"
                 / minmax(200px, 33%) minmax(200px, 33%) minmax(200px, 33%);
}

.reviewer-2 {
  color: #2d322b;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button-text-copy-2 {
  color: #2d322b;
  letter-spacing: 0;
  flex: 1;
  margin-left: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
}

.pricing-block-separator-2 {
  background-color: #2d322b;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-13 {
  color: #999;
  min-width: 20%;
  max-width: 50%;
  font-family: Open Sans, sans-serif;
}

.feature-item-container-rideau {
  background-color: #62649421;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  height: 100%;
  padding: 50px 20px 40px;
  transition: box-shadow .2s;
  display: block;
  box-shadow: 0 5px 20px #0000000d;
}

.feature-item-container-rideau.feature-item-container-copy {
  border-radius: 20px;
}

.facts-rideau {
  background-color: var(--slate-blue);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.cta-line-rideau {
  background-color: var(--slate-blue);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line-rideau.cc-header {
  background-color: #fff;
}

.navigation-button-copy {
  border: 2px solid var(--indian-red);
  color: var(--indian-red);
  background-color: #0000;
  border-radius: 4px;
  margin-left: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
  display: none;
}

.navigation-button-copy:hover {
  background-color: var(--indian-red);
  color: var(--bg-grey);
}

.paragraph-connected-copy {
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-delais {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.link-4 {
  color: var(--dark-slate-grey);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.project-link {
  color: var(--dark-slate-grey);
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: center;
  height: 28px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-link {
  letter-spacing: 1px;
  text-transform: none;
  height: 28px;
  font-size: 14px;
  font-weight: 800;
  line-height: 27px;
  text-decoration: underline;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.text-link:hover {
  text-decoration: underline;
  display: inline;
}

.arrow-on-hover-base {
  mix-blend-mode: normal;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0 0 0 auto;
}

.arrow-base {
  margin-left: -10px;
  display: none;
  position: absolute;
}

.small-arrow {
  color: #e9e9e9;
  display: flex;
}

.small-arrow.hide-small-arrow {
  color: var(--dark-slate-grey);
  display: flex;
}

.scroll-to-top {
  z-index: 1;
  background-color: #e9e9e9;
  border: 2px #e9e9e9;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  margin-right: 30px;
  text-decoration: none;
  position: fixed;
  inset: 88% 2% 0% auto;
}

.scroll-to-top:hover {
  background-color: #e9e9e9cc;
}

.scroll-to-top.w--current {
  background-color: #e9e9e9;
}

.scroll-to-top-arrow {
  margin-top: 14px;
  margin-left: 14px;
  position: absolute;
}

.fixed-cta-container {
  z-index: 2000;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 24px 0% auto;
}

.cta-button-with-arrow {
  z-index: 900;
  background-color: #ff6d4a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 17px 12px 20px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 24px;
  left: auto;
  right: 5vw;
  box-shadow: 0 0 3px #00000040;
}

.cta-button-with-arrow:hover {
  background-color: #f26846;
}

.cta-button-with-arrow.phonebutton {
  background-color: var(--indian-red);
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.button-text-3 {
  color: #e9e9e9;
  margin-right: 13px;
  font-size: 16px;
  font-weight: 500;
  position: static;
}

.cta-button {
  z-index: auto;
  cursor: pointer;
  background-color: #ff6d4a;
  border-radius: 10px;
  margin-right: 0;
  padding: 12px 37px;
  font-weight: 600;
  transition: opacity .2s;
  display: none;
  position: fixed;
  top: 22px;
  box-shadow: 0 2px 6px #0000001a;
}

.cta-button:hover {
  background-color: #ff6d4ae0;
}

.cta-button:active {
  background-color: #ff6d4a;
}

.div-block-24 {
  margin-right: 20px;
  display: inline-block;
}

.bold-text-4 {
  color: #fafafa;
  font-family: Libre Franklin, sans-serif;
  font-size: 17px;
}

.image-32 {
  filter: saturate(200%);
  margin-left: 10px;
}

.h1-blanc-2 {
  color: var(--indian-red);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.button-text-4 {
  color: #fafafa;
  flex: 1;
  margin-left: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700;
}

.button-text-4.phonenumber {
  margin-left: 0;
}

.cta-line-2 {
  background-color: #5ab963;
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line-2.cc-header {
  background-color: #fff;
}

.text-block-14 {
  color: #2d322b;
  margin-top: -19px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
}

.text-block-6-copy-2 {
  color: #2d322b;
  text-align: center;
  padding-top: 5px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.bold-text-5 {
  color: #fafafa;
  margin-left: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 17px;
}

.div-block-25 {
  background-color: #5ab963;
  border-radius: 50px;
  height: 50px;
  padding: 10px;
  display: inline-block;
  box-shadow: 1px 1px 11px 8px #5ab963;
}

.header-inner-depannage-serrure {
  background-color: var(--indian-red-2);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 140px 30px 90px;
  display: flex;
}

.feature-item-container-depannage-porte {
  background-color: #a2595c21;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  height: 100%;
  padding: 50px 20px 40px;
  transition: box-shadow .2s;
  display: block;
  box-shadow: 0 5px 20px #0000000d;
}

.feature-item-container-depannage-porte.feature-item-container-copy {
  border-radius: 20px;
}

.link-5 {
  color: var(--gold);
}

.facts-depannage-porte {
  background-color: var(--indian-red-2);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.goals-container {
  align-items: flex-start;
  margin: 91px -10px 40px;
  display: block;
}

.goals-container-inner {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 20px;
}

.h3-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h2-2 {
  color: #b3b3b3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2-2.text-span {
  color: var(--dark-slate-grey);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2.cc-gray {
  color: #999;
}

.pourquoi-choisir {
  min-height: auto;
  max-height: none;
  margin-top: 60px;
}

.paragraph-copy {
  color: #fff;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-copy.cc-white {
  color: var(--bg-grey);
  margin-left: 0;
}

.paragraph-copy.cc-gray {
  color: #000;
  min-height: 150px;
  margin-left: 0;
  padding-top: 10px;
}

.paragraph-faq {
  color: var(--bg-grey);
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-faq.cc-white {
  color: var(--bg-grey);
  margin-left: 0;
}

.paragraph-faq.cc-gray {
  color: #000;
  min-height: 150px;
  margin-left: 0;
  padding-top: 10px;
}

.open-close-box-black {
  filter: grayscale() invert();
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 28px;
  display: flex;
  position: relative;
}

.accordion-wrapper-faq {
  border-bottom: 1px solid var(--bg-grey);
  margin-top: 17px;
}

.div-block-19-copy {
  min-height: auto;
  max-height: none;
  margin-top: 68px;
}

.h3-feature-2-copy {
  color: #2d322b;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.image-33 {
  max-width: 100px;
}

.link-5-copy {
  color: var(--dark-grey);
}

.image-34, .image-35 {
  max-width: 100px;
}

.image-36 {
  max-width: 150px;
}

.button-3 {
  background-color: var(--medium-sea-green);
}

.button-2-green {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #3ecf8e;
  background-image: none;
  border-radius: 7px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-2-green:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 15px 20px #0000001a;
}

.button-2-green.lottie-icon {
  background-color: var(--indian-red);
  background-image: linear-gradient(309deg, #e96368, var(--indian-red));
  background-color: #eb5056;
  background-image: linear-gradient(309deg, #e96368, #eb5056);
  border-radius: 7px;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.min-height {
  background-image: url('../images/camion-abaca.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 70%;
  min-height: 480px;
  margin-top: 40px;
  margin-left: 0;
}

.underline {
  background-color: #91aea4;
  border-radius: 2px;
  width: 42px;
  height: 4px;
  margin-top: 15px;
}

.underline.center {
  background-color: var(--dark-slate-grey);
  margin-left: auto;
  margin-right: auto;
}

.title-name {
  color: var(--bg-grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.title {
  color: #91aea4;
  text-transform: capitalize;
  line-height: 21px;
}

.column-center {
  text-align: center;
  width: 100%;
  max-width: 430px;
}

.h3-big {
  font-size: 25px;
  line-height: 37px;
  position: relative;
}

.h3-big.less-top-margin {
  color: var(--bg-grey);
  margin-top: 10px;
}

.left-padding-center {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block-26 {
  display: flex;
}

.container-copy {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin-top: 0;
  padding-top: 10px;
  display: block;
  position: relative;
}

.container-copy.cc-cta {
  display: flex;
}

.container-copy.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-copy.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.block-quote {
  color: var(--bg-grey);
}

.slider {
  background-color: #0000;
  height: 100%;
  display: none;
}

.slide-dots {
  display: none;
}

.post-slide {
  width: 32%;
  margin-right: 22px;
}

.empty-state {
  background-color: #0000;
}

.display-none {
  display: none;
}

.content-wrapper {
  z-index: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: relative;
}

.heading-box {
  text-align: center;
  max-width: 660px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-37 {
  min-width: 100%;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
}

.div-block-27 {
  object-fit: fill;
  border-radius: 0;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50%;
  min-height: 200px;
  max-height: 300px;
  display: block;
  overflow: hidden;
}

.preview-text-box {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: flex-start;
  padding: 25px 25px 30px;
}

.category-link-bubble {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 6px 13px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 9px;
  transition: opacity .2s;
  display: inline-block;
}

.category-link-bubble:hover {
  opacity: .85;
}

.title-link {
  color: #1c1a1a;
  font-size: 20px;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .85;
}

.small-text {
  font-size: 14px;
  line-height: 16px;
}

.div-block-28 {
  border-radius: 20px;
  max-height: 500px;
}

.image-38 {
  max-height: 100%;
}

.slide-5, .slide-6 {
  width: 32%;
  margin-right: 22px;
}

.slide-7 {
  width: 32%;
}

.absolute-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.absolute-bg.chair-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute-bg.chair-1 {
  background-image: none;
}

.top-rounded {
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.image-39 {
  object-fit: fill;
  max-height: 100px;
}

.image-40 {
  object-fit: fill;
  max-height: none;
  overflow: visible;
}

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

.h3-feature-2-faq {
  color: var(--bg-grey);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.button-4, .button-5 {
  max-height: 45px;
}

.h2-container-copy {
  width: 100%;
  margin-bottom: 90px;
}

.div-block-29 {
  margin-left: 40px;
  margin-right: 40px;
}

.html-embed {
  align-self: flex-start;
  margin-top: 10px;
}

.div-block-30 {
  display: none;
}

.footer-column-copy {
  width: 50%;
  display: block;
}

.footer-column-copy.cc-footer {
  flex-direction: column;
  display: none;
}

.image-42 {
  max-width: 150px;
}

.image-43 {
  max-width: 120px;
}

.h3-feature-3 {
  color: #2d322b;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.h3-feature-3.white {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  font-size: 30px;
  line-height: 30px;
}

.div-block-4-petit-copy-2 {
  box-shadow: none;
  background-color: #4161b9;
  border-radius: 50px;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 25px;
  max-width: 25px;
  height: 50px;
  min-height: 25px;
  max-height: 25px;
  padding: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.premium-banner-inner-2 {
  background-color: #eb5056;
  border-radius: 20px;
  max-width: none;
  padding: 30px 40px;
}

.paragraph-faq-2 {
  color: #fafafa;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.facts-2 {
  background-color: var(--bg-grey);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 112px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.block-quote-2 {
  color: #fafafa;
}

.div-block-4-petit-3 {
  background-color: #4161b9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 25px;
  height: 50px;
  max-height: 25px;
  padding: 0;
  display: none;
  position: relative;
  top: -220px;
  left: 258px;
  right: 0;
  box-shadow: 1px 1px 11px 8px #fff;
}

.arrow-2 {
  filter: invert();
  color: #fafafa;
  margin-top: 1px;
}

.accordion-wrapper-faq-2 {
  border-bottom: 1px solid #fafafa;
  margin-top: 17px;
}

.h2-3 {
  color: #b3b3b3;
  flex: 0 auto;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.h2-3.cc-white-text {
  color: #fff;
  margin-top: 0;
}

.fact-block-2 {
  background-color: #eb50564d;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  flex-wrap: wrap;
  place-content: space-around flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.slider-2-copy-copy-2 {
  background-color: #fafafa;
  border-radius: 20px;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 300px;
  min-height: 400px;
  max-height: 500px;
  margin-top: 0;
}

.h3-feature-2-faq-2 {
  color: #fafafa;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.h3-copy-2 {
  color: #2d322b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}

.div-block-4-petit-4 {
  background-color: #4161b9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 25px;
  height: 50px;
  max-height: 25px;
  padding: 0;
  display: none;
  position: relative;
  top: -189px;
  left: 167px;
  right: 0;
  box-shadow: 1px 1px 11px 8px #fff;
}

.title-name-2 {
  color: #fafafa;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.text-block-15 {
  color: #fafafa;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  min-height: 25px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 800;
  line-height: 14px;
  display: flex;
}

.h3-copy-white-2 {
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 25px;
  text-decoration: none;
}

.block_followers {
  margin-top: 5px;
}

.creator_container {
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 120px;
  overflow: hidden;
}

.block-profile-img {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.full-centre {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.creators_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.block_text {
  max-width: 330px;
}

.block_top-wrap {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.h3-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.h3-3.centre {
  text-align: center;
  text-align: center;
  font-family: "62b5b895bc84bf739311379e sherika", sans-serif;
  font-weight: 500;
}

.creator_block {
  background-color: #fff;
  border-radius: 12px;
  min-width: 394px;
  margin-right: 24px;
  padding: 32px;
  display: block;
}

.div-block-31 {
  flex-flow: row;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.block_username {
  font-size: 24px;
  font-weight: 700;
}

.section {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section.off-white, .section.gradient-180 {
  background-color: #f5f3f2;
}

.creator_content {
  display: flex;
}

.image-44, .image-45, .image-46 {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.testimonial-client-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-2.testimonial {
  padding-bottom: 60px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 52px;
  display: inline-block;
}

.testimonial-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial-card {
  color: #76bd6d;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 20px;
  box-shadow: 0 0 20px #0000001a;
}

.testimonial-card.black {
  background-color: #424240;
}

.testimonial-card.green {
  color: #fff;
  background-color: #76bd6d;
}

._2-3-col-grid {
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-icon {
  object-fit: contain;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.quote-icon.white {
  filter: brightness(200%) grayscale();
  color: #000;
}

.bottom-left-logo {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-top: 100px;
}

.container-2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.testimonial-content {
  display: block;
}

.client-logo {
  object-fit: contain;
  height: 30px;
}

.client-name {
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.green-text {
  color: #76bd6d;
}

._480 {
  border-left: 3px solid #6d9773;
  max-width: 50%;
  margin-bottom: 169px;
  margin-right: 27px;
  padding-left: 20px;
  display: block;
}

._480.sticky {
  max-width: 60%;
  display: block;
  position: sticky;
  top: 120px;
}

.heading-2-copy {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.feature_text-2 {
  color: var(--dark-grey);
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.gallery-list {
  color: var(--bg-grey);
  padding-top: 5px;
  padding-left: 10px;
}

.gallery-feature {
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
}

.feature_text-2-copy {
  color: var(--bg-grey);
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 0;
  font-family: "62b5b895bc84bf807211379c sherika", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-2-copy-copy {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.image-47 {
  opacity: 1;
  outline-offset: 0px;
  border-radius: 12px;
  outline: 3px solid #333;
  margin-top: 40px;
  padding-top: 0;
}

.list-item {
  color: var(--bg-grey);
}

.heading {
  color: var(--medium-sea-green);
}

.heading-2 {
  color: var(--white);
}

.heading-copy {
  color: #333;
}

.image-48, .image-49 {
  margin-bottom: 40px;
}

.image-47-copy {
  opacity: 1;
  outline-offset: 0px;
  border-radius: 12px;
  outline: 3px #333;
  margin-top: 40px;
  padding-top: 0;
}

.heading-2-copy {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.feature_text-2-copy-copy {
  color: #333;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: "62b5b895bc84bf807211379c sherika", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

._2-3-col-grid-copy {
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 50%;
  height: 50%;
  margin-left: 10px;
  margin-right: 24px;
}

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

.margin-bottom-24px {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-main-image-copy {
  object-fit: cover;
  border-radius: 12px;
  width: 40%;
  height: 25%;
  margin-left: 10px;
  margin-right: 24px;
}

.heading-2-copy-2 {
  font-family: "62b5b895bc84bf739311379e sherika", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.how_grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  align-items: start;
  width: 100%;
  margin-top: 0;
}

.feature_text-3 {
  font-family: "62b5b895bc84bf807211379c sherika", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.bold-text-7 {
  font-family: "62b5b895bc84bf78ea113798 sherika", sans-serif;
}

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

.heading-3-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 46px;
  font-family: "62b5b895bc84bf78ea113798 sherika", sans-serif;
}

.div-block-35 {
  flex-flow: row;
  place-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.gallery-list-2 {
  padding-top: 5px;
}

.feature_wrap {
  padding-top: 66px;
  padding-bottom: 40px;
}

.feature_image-wrap {
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  max-width: none;
  min-height: 150px;
  margin-top: 35px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: relative;
}

.work-image {
  width: 104px;
  margin-bottom: 40px;
  display: block;
}

.heading-3-copy-copy {
  margin-bottom: 40px;
  font-family: "62b5b895bc84bf3d7b11379b sherika", sans-serif;
  position: static;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.feature_text-2-copy-2 {
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: "62b5b895bc84bf807211379c sherika", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.container-4 {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
}

.feature_image {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.feature_image._3 {
  object-fit: contain;
  max-height: 100px;
  display: inline-block;
}

.feature_image._2 {
  object-fit: contain;
  object-position: 100% 50%;
  max-height: 100px;
  display: inline-block;
}

.feature_image._1 {
  object-fit: contain;
  object-position: 0% 50%;
  max-height: 100px;
  display: inline-block;
}

.div-block-34 {
  height: 20px;
  min-height: 10px;
  max-height: 20px;
}

.how_text {
  text-align: center;
  margin-top: 16px;
  font-family: "62b5b895bc84bf807211379c sherika", sans-serif;
  font-size: 20px;
  line-height: 25px;
}

._480-copy {
  border-left: 3px #6d9773;
  max-width: 50%;
  margin-bottom: 169px;
  margin-right: 27px;
  padding-left: 20px;
  display: block;
}

.tarifs-2 {
  background-color: #fafafa;
  flex-flow: column wrap;
  place-content: stretch space-around;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.text-span-2 {
  color: #000;
  font-family: "62b5b895bc84bf807211379c sherika", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: inline;
}

.cta-line-rideau-2 {
  background-color: #626494;
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.paragraph-delais-2 {
  color: #2d322b;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.brand_logo-wrap {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px;
  display: flex;
}

.brand_image {
  object-fit: cover;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  display: block;
  position: relative;
}

.h2-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.h2-4.how {
  margin-bottom: 32px;
  font-family: "62b5b895bc84bf739311379e sherika", sans-serif;
}

.brand_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brand_logo {
  transform: scale(.5);
}

.brand_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: minmax(400px, 1fr) minmax(400px, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-bottom: 80px;
  display: grid;
  transform: translate(0);
}

.post-text-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 10px 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: flex;
}

.brand_block {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 300px;
  display: block;
  overflow: hidden;
}

.feature_text {
  font-family: "62b5b895bc84bf3d7b11379b sherika", sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.brand_grid-text {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brand_container {
  justify-content: flex-start;
  align-items: center;
  margin-left: 38px;
  overflow: visible;
}

.heading-3 {
  text-align: center;
  margin-top: 40px;
  font-family: "62b5b895bc84bf78ea113798 sherika", sans-serif;
}

.section-copy.off-white, .section-copy.gradient-180 {
  background-color: #f5f3f2;
}

.section-copy {
  background-color: #333;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-copy.off-white, .section-copy.gradient-180 {
  background-color: #f5f3f2;
}

.section-copy-copy.off-white, .section-copy-copy.gradient-180 {
  background-color: #f5f3f2;
}

.section-copy-copy {
  background-color: var(--white);
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-copy-copy.off-white, .section-copy-copy.gradient-180 {
  background-color: #f5f3f2;
}

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

.heading-6 {
  color: #5ab963;
}

.feature_text-2-copy-3 {
  color: #fafafa;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 0;
  font-family: "62b5b895bc84bf807211379c sherika", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-50 {
  opacity: 1;
  outline-offset: 0px;
  border-radius: 12px;
  outline: 3px solid #333;
  margin-top: 40px;
  padding-top: 0;
}

.container-5 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-5 {
  color: #fff;
}

.heading-7 {
  color: #5ab963;
}

.feature_text-2-copy-4 {
  color: #fafafa;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 0;
  font-family: "62b5b895bc84bf807211379c sherika", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-51 {
  opacity: 1;
  outline-offset: 0px;
  border-radius: 12px;
  outline: 3px solid #333;
  margin-top: 40px;
  padding-top: 0;
}

.container-6 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-8 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .facts {
    display: flex;
  }

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

  .title-link {
    transition: opacity .2s;
  }

  .title-link:hover {
    opacity: .85;
  }

  .facts-2 {
    display: flex;
  }

  .section.gradient-180 {
    background-image: linear-gradient(#fafafa 5%, #6d9773 95%);
  }

  .brand_content {
    margin-left: 89px;
  }

  .section-copy.gradient-180, .section-copy-copy.gradient-180, .section-copy-copy.gradient-180 {
    background-image: linear-gradient(#fafafa 5%, #6d9773 95%);
  }
}

@media screen and (min-width: 1440px) {
  .brand_content {
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .h2-container {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-banner-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .fact-text-block {
    padding-left: 0;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .nav-menu {
    background-color: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .container-top {
    display: block;
  }

  .grid {
    grid-template-columns: minmax(200px, 33%) minmax(200px, 33%) minmax(200px, 33%);
  }

  .button-simple.lottie-icon {
    justify-content: center;
  }

  .grid-2 {
    grid-template: ". ." 1fr
                   ". ." 1fr
                   "Area Area"
                   / 1fr 1fr;
  }

  .div-block-10 {
    margin-top: 40px;
  }

  .feature-item-container-copy {
    height: auto;
  }

  .div-block-4-copy {
    position: relative;
    inset: auto 0% 0%;
  }

  .premium-image-container-copy {
    margin-top: 60px;
    display: flex;
  }

  .grid-4 {
    grid-template-columns: minmax(200px, 33%) minmax(200px, 33%) minmax(200px, 33%);
  }

  .feature-item-container-rideau {
    height: auto;
  }

  .navigation-button-copy {
    width: 75%;
    margin: 20px 30px;
  }

  .project-link {
    justify-content: flex-start;
    margin-top: 10px;
    display: flex;
  }

  .text-link {
    font-size: 13px;
    position: relative;
  }

  .arrow-on-hover-base {
    width: 50px;
    margin-left: 20px;
    position: relative;
  }

  .arrow-base {
    margin-left: -25px;
    display: none;
  }

  .small-arrow {
    display: block;
  }

  .small-arrow.hide-small-arrow {
    display: flex;
  }

  .scroll-to-top.w--current {
    display: none;
  }

  .fixed-cta-container {
    display: flex;
  }

  .cta-button-with-arrow.phonebutton {
    top: 88%;
  }

  .cta-button {
    top: 505px;
  }

  .feature-item-container-depannage-porte {
    height: auto;
  }

  .min-height, .left-padding-center {
    width: 100%;
  }

  .div-block-26 {
    display: block;
  }

  .h2-container-copy {
    width: 80%;
  }

  .premium-banner-inner-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fact-block-2 {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .creator_container {
    padding-bottom: 80px;
  }

  .creators_wrap {
    padding-top: 80px;
  }

  .h3-3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .creator_block {
    display: block;
  }

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

  .testimonial-client-wrap {
    text-align: center;
    flex-direction: column;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.testimonial {
    background-color: #f6f6f6;
  }

  .section-title {
    font-size: 36px;
    line-height: 42px;
  }

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

  .align-center-mobile {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._2-3-col-grid {
    grid-template-columns: 1fr;
  }

  .quote-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .bottom-left-logo {
    margin-top: 40px;
  }

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

  .testimonial-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .client-logo {
    height: 40px;
    margin-top: 20px;
  }

  ._2-3-col-grid-copy {
    grid-template-columns: 1fr;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .testimonial-main-image, .testimonial-main-image-copy {
    width: 300px;
    height: 350px;
  }

  .how_grid {
    grid-column-gap: 24px;
  }

  .feature_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-4 {
    width: 90%;
  }

  .how_text {
    margin-bottom: auto;
  }

  .brand_logo-wrap {
    padding: 15px;
  }

  .brand_image {
    min-height: 0;
  }

  .h2-4 {
    font-size: 40px;
    line-height: 1.2;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-copy, .section-copy-copy, .section-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5, .container-6 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .feature-item-container {
    height: auto;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner-content, .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h1-blanc {
    font-size: 48px;
    line-height: 54px;
  }

  .container-top {
    display: block;
  }

  .grid {
    grid-template-columns: minmax(200px, 50%) minmax(200px, 50%);
    grid-template-areas: ". ."
                         "Area Area"
                         ". ."
                         "Area-2 Area-2";
  }

  .grid-2 {
    grid-template: ". ." 1fr
                   ". ." 1fr
                   "Area Area"
                   / 1fr 1fr;
  }

  .div-block-10 {
    margin-top: 60px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .feature-item-container-copy {
    height: auto;
  }

  .image-28 {
    margin-bottom: 20px;
  }

  .medium {
    font-size: 14px;
    line-height: 24px;
  }

  .accordion-item-content {
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    display: flex;
  }

  .accordion-item-trigger {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
  }

  .arrow {
    width: 60%;
  }

  .h2-big {
    font-size: 24px;
    line-height: 40px;
  }

  .details {
    font-size: 18px;
  }

  .premium-image-container-copy {
    margin-top: 60px;
    margin-bottom: 90px;
    display: block;
  }

  .pricing-item {
    min-width: 75%;
  }

  .check-mark {
    background-size: 8px;
    width: 19px;
    height: 19px;
  }

  .pricing-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cta-column-copy {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .header-inner-rideau {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .grid-4 {
    grid-template-columns: minmax(200px, 50%) minmax(200px, 50%);
    grid-template-areas: ". ."
                         "Area Area"
                         ". ."
                         "Area-2 Area-2";
  }

  .feature-item-container-rideau {
    height: auto;
  }

  .scroll-to-top.w--current {
    display: none;
  }

  .cta-button-with-arrow.phonebutton {
    top: 88%;
    right: 5vw;
  }

  .h1-blanc-2 {
    font-size: 48px;
    line-height: 54px;
  }

  .header-inner-depannage-serrure {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .feature-item-container-depannage-porte {
    height: auto;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .min-height {
    width: 100%;
  }

  .h3-big {
    font-size: 21px;
    line-height: 30px;
  }

  .left-padding-center {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-26 {
    display: block;
  }

  .container-copy.cc-cta, .container-copy.cc-footer {
    flex-wrap: wrap;
  }

  .slide-dots {
    display: block;
    position: relative;
  }

  .post-slide {
    width: 48%;
  }

  .heading-box {
    margin-bottom: 30px;
  }

  .title-link {
    font-size: 17px;
    line-height: 23px;
  }

  .image-41 {
    margin-bottom: 20px;
  }

  .h2-container-copy {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-column-copy {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column-copy.cc-footer {
    width: 100%;
  }

  .arrow-2 {
    width: 60%;
  }

  .creator_container {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .full-centre {
    padding-left: 20px;
    padding-right: 20px;
  }

  .creators_wrap {
    padding-top: 80px;
  }

  .creator_block {
    display: block;
  }

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

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

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image, .testimonial-main-image-copy {
    width: 250px;
  }

  .how_grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 48px;
  }

  .how_block {
    max-width: 300px;
  }

  .feature_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature_image-wrap {
    max-width: none;
    height: auto;
  }

  .work-image {
    margin-bottom: 24px;
  }

  .container-4 {
    width: 90%;
  }

  .feature_image._1 {
    position: relative;
  }

  ._480-copy {
    max-width: none;
    margin-bottom: 40px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

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

  .brand_content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand_grid-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .brand_container {
    width: 100%;
    padding-bottom: 80px;
  }

  .section-copy, .section-copy-copy, .section-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .fact-block {
    height: 100%;
  }

  .header-color {
    height: 85%;
  }

  .nav-menu {
    background-color: var(--sea-green-2);
  }

  .h1-blanc {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .container-top {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 100%));
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "Area"
                         "."
                         "."
                         "."
                         "Area-2";
  }

  .image-12-copy {
    min-width: 30px;
    max-width: 100%;
    min-height: 30px;
    max-height: 100%;
  }

  .grid-2 {
    grid-template: "." 1fr
                   "." 1fr
                   "." 1fr
                   "."
                   "."
                   / 1fr;
    place-items: stretch stretch;
  }

  .div-block-9 {
    width: 200px;
    min-width: 50px;
    max-width: 200px;
    height: 200px;
    min-height: 50px;
    max-height: 200px;
  }

  .div-block-10 {
    justify-content: center;
    margin-top: 111px;
    margin-bottom: 20px;
  }

  .div-block-11 {
    align-items: center;
  }

  .slide-nav-2 {
    display: block;
  }

  .right-arrow-2 {
    margin-top: 346px;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .div-block-4-copy {
    z-index: 1;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    padding-top: 5px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .image-28 {
    align-self: center;
    max-width: none;
    max-height: 50px;
    margin-bottom: 20px;
  }

  .medium {
    min-width: auto;
  }

  .testimonial-box {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .accordion-item-content {
    align-items: flex-end;
  }

  .premium-image-container-copy {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-item {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-18 {
    display: block;
  }

  .tarifs {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .header-inner-rideau {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 100%));
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "Area"
                         "."
                         "."
                         "."
                         "Area-2";
  }

  .project-link {
    width: auto;
  }

  .scroll-to-top, .scroll-to-top.w--current {
    display: none;
  }

  .fixed-cta-container {
    justify-content: flex-start;
    display: flex;
  }

  .cta-button-with-arrow.phonebutton {
    top: 88%;
    right: 5vw;
  }

  .h1-blanc-2 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .header-inner-depannage-serrure {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .goals-container {
    margin-top: 60px;
  }

  .h2-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .min-height {
    width: 100%;
    min-height: 280px;
  }

  .left-padding-center {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-26 {
    display: block;
  }

  .post-slide {
    width: 100%;
  }

  .display-none {
    display: none;
  }

  .image-41 {
    margin-bottom: 20px;
  }

  .footer-column-copy {
    flex-wrap: wrap;
  }

  .premium-banner-inner-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .fact-block-2 {
    height: 100%;
  }

  .creator_container {
    padding-bottom: 64px;
  }

  .creators_wrap {
    padding-top: 64px;
  }

  .h3-3.centre {
    text-align: center;
    text-align: center;
    font-size: 24px;
  }

  .creator_block {
    display: block;
  }

  .block_username {
    font-size: 22px;
  }

  .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  ._480.sticky {
    margin-bottom: 0;
  }

  .heading-2-copy, .heading-2-copy-copy {
    margin-bottom: 40px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .testimonial-main-content {
    display: block;
  }

  .testimonial-main-image-copy {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: 0;
  }

  .heading-2-copy-2 {
    margin-bottom: 40px;
  }

  .div-block-35 {
    flex-direction: column;
  }

  .feature_image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .work-image {
    width: 80px;
  }

  .heading-3-copy-copy {
    margin-bottom: 40px;
  }

  .feature_image._3, .feature_image._2, .feature_image._1 {
    max-height: 75px;
  }

  .tarifs-2 {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .brand_logo-wrap {
    height: auto;
  }

  .h2-4 {
    font-size: 32px;
  }

  .brand_logo {
    max-height: 100%;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .post-text-2 {
    align-items: center;
  }

  .brand_grid-text {
    padding-top: 64px;
  }

  .brand_container {
    margin-left: 0;
    padding-bottom: 64px;
  }
}

#w-node-_69faddca-0a62-6854-776e-7025ad0198e3-4afc29ef {
  grid-area: reviewer;
}

#w-node-_69faddca-0a62-6854-776e-7025ad0198e7-4afc29ef {
  grid-area: Area;
}

#w-node-_69faddca-0a62-6854-776e-7025ad0198e9-4afc29ef {
  grid-area: Logo-review;
}

#w-node-_69faddca-0a62-6854-776e-7025ad0198ef-4afc29ef {
  grid-area: stars;
}

#w-node-d893b23e-f27b-167e-dc64-49581ee6f6fe-4afc29ef {
  grid-area: reviewer;
}

#w-node-d893b23e-f27b-167e-dc64-49581ee6f702-4afc29ef {
  grid-area: Area;
}

#w-node-d893b23e-f27b-167e-dc64-49581ee6f704-4afc29ef {
  grid-area: Logo-review;
}

#w-node-d893b23e-f27b-167e-dc64-49581ee6f70a-4afc29ef {
  grid-area: stars;
}

#w-node-d893b23e-f27b-167e-dc64-49581ee6f714-4afc29ef {
  grid-area: reviewer;
}

#w-node-d893b23e-f27b-167e-dc64-49581ee6f717-4afc29ef {
  grid-area: Area;
}

#w-node-d893b23e-f27b-167e-dc64-49581ee6f719-4afc29ef {
  grid-area: Logo-review;
}

#w-node-d893b23e-f27b-167e-dc64-49581ee6f71f-4afc29ef {
  grid-area: stars;
}

#w-node-_9d100958-5c16-85e3-58f9-91f2c09c89c4-4afc29ef {
  align-self: start;
}

#w-node-_9d100958-5c16-85e3-58f9-91f2c09c89cb-4afc29ef {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_9d100958-5c16-85e3-58f9-91f2c09c89eb-4afc29ef {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29065468-54e6-f09f-ae9f-c3e9280b73aa-4afc29ef {
  align-self: auto;
}

#w-node-_29065468-54e6-f09f-ae9f-c3e9280b73df-4afc29ef {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_9d100958-5c16-85e3-58f9-91f2c09c89cb-4afc29ef {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9d100958-5c16-85e3-58f9-91f2c09c89eb-4afc29ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29065468-54e6-f09f-ae9f-c3e9280b73aa-4afc29ef, #w-node-_29065468-54e6-f09f-ae9f-c3e9280b73b1-4afc29ef, #w-node-_29065468-54e6-f09f-ae9f-c3e9280b73bb-4afc29ef {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_29065468-54e6-f09f-ae9f-c3e9280b73df-4afc29ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: '62b5b895bc84bf807211379c sherika';
  src: url('../fonts/62b5b895bc84bf807211379c_Sherika-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '62b5b895bc84bf78ea113798 sherika';
  src: url('../fonts/62b5b895bc84bf78ea113798_Sherika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '62b5b895bc84bf3d7b11379b sherika';
  src: url('../fonts/62b5b895bc84bf3d7b11379b_Sherika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '62b5b895bc84bf739311379e sherika';
  src: url('../fonts/62b5b895bc84bf739311379e_Sherika-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}