header.lp-header {
  background-color: var(--dark);
  color: white;
}
header.lp-header .header__logo-wrapper img {
  max-width: clamp(12rem, 12vw, 18rem);
}
header.lp-header .header-cta {
  font-size: clamp(1.6rem, 1.5vw, 2rem);
}
header.lp-header .header-cta button,
header.lp-header .header-cta .btn__tel {
  text-decoration: none;
  color: white;
  border: none;
  border-bottom: 2px solid white;
  background-color: transparent;
  padding: 0;
}
header.lp-header .header-cta button > *,
header.lp-header .header-cta .btn__tel > * {
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header.lp-header .header-cta button svg,
header.lp-header .header-cta .btn__tel svg {
  fill: white;
}
header.lp-header .header-cta button span,
header.lp-header .header-cta .btn__tel span {
  color: inherit;
}
header.lp-header .header-cta button:hover,
header.lp-header .header-cta .btn__tel:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
header.lp-header .header-cta button:hover > *,
header.lp-header .header-cta .btn__tel:hover > * {
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header.lp-header .header-cta button:hover svg,
header.lp-header .header-cta .btn__tel:hover svg {
  fill: var(--primary);
}
header.lp-header .header-cta button:hover span,
header.lp-header .header-cta .btn__tel:hover span {
  color: var(--primary);
}
@media (max-width: 767px) {
  header.lp-header .header__layout-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}

.main-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(3rem, 3vw, 9rem);
}
.main-content__wrapper .body-content__section {
  width: 100%;
  max-width: 66%;
  min-width: clamp(32rem, 4vw, 76.8rem);
}
.main-content__wrapper .lp-sidebar__wrapper {
  font-size: 80%;
  width: 100%;
  max-width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.main-content__wrapper .lp-sidebar__wrapper .sidebar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.main-content__wrapper .lp-sidebar__wrapper .sidebar-block figure {
  text-align: center;
}
.main-content__wrapper .lp-sidebar__wrapper .sidebar-block figure img {
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  max-width: 14rem;
}
.main-content__wrapper .lp-sidebar__wrapper .sidebar-block .sidebar-block__social-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.main-content__wrapper .lp-sidebar__wrapper .sidebar-block .sidebar-block__social-rating p {
  width: 100%;
  margin: 0;
  white-space: nowrap;
}
.main-content__wrapper .lp-sidebar__wrapper .sidebar-block .sidebar-block__social-rating svg {
  width: 100%;
  max-width: 6rem;
  height: auto;
  font-size: 1.5em;
}

@media (max-width: 810px) {
  .main-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .main-content__wrapper .body-content__section {
    width: 100%;
    max-width: 100%;
  }
  .main-content__wrapper .lp-sidebar__wrapper {
    width: 100%;
    max-width: 34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
  .main-content__wrapper .lp-sidebar__wrapper .sidebar-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}