/* blocks/ppc-hero/ppc-hero.scss */
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 400;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 600;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.ttf) format("truetype");
  font-display: optional;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 700;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.ttf) format("truetype");
  font-display: swap;
}
:root {
  --font-primary:
    BROmega,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-base: 1rem;
  --line-height-normal: 1.6;
}
.ppc-hero {
  margin: 20px 0 40px;
}
@media screen and (min-width: 992px) {
  .ppc-hero {
    margin: 20px 0;
  }
}
.ppc-hero__container {
  max-width: 90rem;
}
.ppc-hero__card {
  background: #ffffff;
  padding: 0;
  color: #212121;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .ppc-hero__card {
    border-radius: 26px;
    background: #1d1f1e;
    color: #ffffff;
    padding: calc(2.0625rem + 7.5vw) calc(1.625rem + 3.4615384615vw) calc(1.5625rem + 2.8846153846vw);
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) and (min-width: 1560px) {
  .ppc-hero__card {
    padding: 9.375rem 5rem 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .ppc-hero__card {
    padding: calc(2.375rem + 10.3846153846vw) calc(1.8625rem + 5.6538461538vw) calc(1.6625rem + 3.8076923077vw);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1560px) {
  .ppc-hero__card {
    padding: 12.5rem 7.375rem 5.375rem;
  }
}
.ppc-hero__ratings {
  display: none;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .ppc-hero__ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}
.ppc-hero__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .ppc-hero__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.ppc-hero__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 38rem;
  z-index: 2;
}
@media screen and (max-width: 991.5px) {
  .ppc-hero__content {
    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;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .ppc-hero__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 52%;
    flex: 0 1 52%;
  }
}
.ppc-hero__media {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991.5px) {
  .ppc-hero__media {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .ppc-hero__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.ppc-hero__image-wrap {
  width: 100%;
  max-width: 100%;
}
.ppc-hero__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}
@media screen and (max-width: 991.5px) {
  .ppc-hero__image {
    aspect-ratio: 335/300;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
  }
}
@media screen and (min-width: 992px) {
  .ppc-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 26px;
  }
}
.ppc-hero__profile {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0;
  z-index: 2;
}
.ppc-hero__profile--desktop {
  display: none;
}
@media screen and (max-width: 991.5px) {
  .ppc-hero__profile--mobile {
    bottom: 30%;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .ppc-hero__profile {
    right: 60px;
    bottom: 206px;
  }
  .ppc-hero__profile--desktop {
    display: block;
  }
  .ppc-hero__profile--mobile {
    display: none;
  }
}
.ppc-hero__profile-logo-img {
  width: 186px;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .ppc-hero__profile-logo-img {
    width: 248px;
  }
}
.ppc-hero__pill {
  background: #F3F3F1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0.625rem 1rem;
  border-radius: 43px;
  color: #212121;
  font-weight: 400;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  border: 1px solid #D8D8D8;
}
.ppc-hero__pill {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  .ppc-hero__pill {
    font-size: calc(16px + -2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .ppc-hero__pill {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .ppc-hero__pill {
    text-align: left;
    letter-spacing: normal;
    border: 2px solid #D8D8D8;
    padding: 0.75rem 1.125rem;
    margin-bottom: 1.875rem;
    background: #ffffff;
  }
}
.ppc-hero__title {
  margin: 0 0 1rem;
  color: #0A2333;
  line-height: 1.2;
  text-transform: capitalize;
  text-align: center;
}
.ppc-hero__title {
  font-size: 26px;
}
@media screen and (min-width: 450px) {
  .ppc-hero__title {
    font-size: calc(26px + 10 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .ppc-hero__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .ppc-hero__title {
    margin-bottom: 1.375rem;
    line-height: 1.25;
    text-align: left;
    color: #ffffff;
  }
}
.ppc-hero__text {
  color: #555555;
  margin: 0 0 1.25rem;
  text-align: center;
  max-width: 474px;
}
.ppc-hero__text > * {
  margin: 0 0 0.75rem;
  line-height: 1.6;
}
.ppc-hero__text > * {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  .ppc-hero__text > * {
    font-size: calc(16px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .ppc-hero__text > * {
    font-size: 18px;
  }
}
.ppc-hero__text > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .ppc-hero__text {
    margin-bottom: 1.875rem;
    text-align: left;
    color: #F3F3F1;
  }
  .ppc-hero__text > * {
    line-height: 1.35;
  }
}
.ppc-hero__checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem;
  display: grid;
  gap: 0.5rem;
}
@media screen and (min-width: 992px) {
  .ppc-hero__checklist {
    margin-bottom: 3.125rem;
  }
}
.ppc-hero__checklist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.ppc-hero__check-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 28px;
  color: #212121;
  font-weight: 400;
  line-height: 1.46;
}
.ppc-hero__check-icon {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  .ppc-hero__check-icon {
    font-size: calc(16px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .ppc-hero__check-icon {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .ppc-hero__check-icon {
    color: #ffffff;
    line-height: 1.35;
  }
}
.ppc-hero__check-text {
  font-weight: 500;
}
.ppc-hero__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ppc-hero__button-wrap--desktop {
  display: none;
}
.ppc-hero__button-wrap--mobile {
  margin-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .ppc-hero__button-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ppc-hero__button-wrap--mobile {
    display: none;
  }
  .ppc-hero__button-wrap--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
