@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);.large-media-block {
  margin: 0;
  /* media block */ }
  .large-media-block html {
    font-family: 'Roboto'; }
  .large-media-block h2,
  .large-media-block p {
    margin-bottom: 0; }
  .large-media-block .display-none {
    display: none; }
  .large-media-block .button-unset {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit; }
  .large-media-block .hero-primary-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 44px;
    border-radius: 100px;
    padding: 12px 24px;
    text-transform: uppercase;
    color: #000 !important;
    background-color: #fff;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    letter-spacing: -0.5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 17.25px; }
  .large-media-block .hero-primary-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff, transparent);
    transition: left 1s ease; }
  .large-media-block .hero-primary-button:hover::before {
    left: 100%; }
  .large-media-block .width-initial {
    width: initial !important; }
  .large-media-block .block-component {
    display: -ms-flexbox;
    display: flex;
    max-height: 80vh;
    min-height: 40vh;
    gap: 30px;
    background-color: #ebe9e3;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
    line-height: 17.25px;
    padding: 0 30px 60px; }
  .large-media-block .block-component-left {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .large-media-block .block-component-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .large-media-block .image-component {
    width: 70%;
    overflow: hidden; }
    .large-media-block .image-component .shop-the-look-position-top {
      position: absolute;
      top: 0;
      right: 0;
      margin: 20px; }
    .large-media-block .image-component .shop-the-look-position-bottom {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 20px; }
  .large-media-block .mobile-image-container img {
    width: 100%;
    max-height: 30vh;
    object-fit: cover; }
  .large-media-block .block-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 30%; }
  .large-media-block .block-header {
    width: 64px;
    height: 64px;
    padding: 16px 8px; }
  .large-media-block .block-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 10px;
    width: 95%;
    margin-top: auto; }
  .large-media-block .functionality-icon {
    width: 48px;
    object-fit: cover; }
  .large-media-block .block-title {
    justify-self: center; }
  .large-media-block .block-title-text {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    color: inherit;
    letter-spacing: -1.5px; }
  .large-media-block .block-description {
    line-height: 17.25px; }
  .large-media-block .block-description-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 14.95px;
    text-transform: uppercase;
    color: inherit;
    letter-spacing: -0.5px; }
  .large-media-block .image-focus:hover {
    transform: rotate(360deg);
    transition-duration: 1s; }
  .large-media-block .block-buttons {
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    margin-top: 10px; }
  .large-media-block .color-coal {
    color: #000; }
  .large-media-block .image-full {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .large-media-block .video-full {
    width: 100%; }
  .large-media-block .block-image {
    width: 100%;
    height: 70vh;
    object-fit: cover; }
  @media (max-width: 768px) {
    .large-media-block .block-component {
      padding: 0 20.5px 40px;
      gap: 20px; }
    .large-media-block .block-component-left {
      -ms-flex-direction: column;
          flex-direction: column; }
    .large-media-block .block-component-right {
      -ms-flex-direction: column;
          flex-direction: column; }
    .large-media-block .image-component {
      width: 100%; }
    .large-media-block .block-content {
      width: 100%; }
    .large-media-block .block-header {
      width: 48px;
      height: auto;
      padding: 0 6px; }
    .large-media-block .block-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      gap: 10px;
      width: 100%;
      margin-top: auto; }
    .large-media-block .functionality-icon {
      width: 36px;
      object-fit: cover; }
    .large-media-block .block-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%; }
    .large-media-block .block-title-text {
      font-size: 26px;
      line-height: 26px; }
    .large-media-block .block-description {
      line-height: 12.65px; }
    .large-media-block .block-description-text {
      font-size: 11px;
      line-height: 12.65px; }
    .large-media-block .mobile-large-buttons {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      width: 100%;
      margin-top: 6px; }
    .large-media-block .width-initial {
      -ms-flex-direction: row;
          flex-direction: row; }
    .large-media-block .video-container-full {
      max-height: 50vh; } }
