.component-title-cta-images-and-caption__contact-us {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--dark-grey);
  padding: 6.25rem 1.875rem 2.5rem;
  font-family: var(--font-family-rubik);
  color: var(--white);

  .component-title-cta-images-and-caption--title,
  .component-title-cta-images-and-caption--subtitle {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.875rem;
    text-align: center;
    text-transform: uppercase;
  }

  .component-title-cta-images-and-caption--description {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.375rem;
    text-align: center;
  }

  .component-cta {
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.875rem 1.25rem 0.875rem 2.25rem;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    background-color: var(--white);
    color: var(--dark-grey);

    svg {
      display: none;
    }
  }

  .component-cta::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 0.875rem;
    height: 0.875rem;
    top: 50%;
    left: 0.875rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.601' height='13.601' viewBox='0 0 13.601 13.601'%3E%3Cpath id='chat_4_' data-name='chat (4)' d='M11.609,1.992A6.8,6.8,0,0,0,.823,10.046L.014,13.066a.425.425,0,0,0,.521.521l3.019-.809A6.8,6.8,0,0,0,11.609,1.992ZM6.8,12.751a5.947,5.947,0,0,1-2.976-.8.425.425,0,0,0-.323-.043l-2.475.663L1.689,10.1a.425.425,0,0,0-.043-.323A5.951,5.951,0,1,1,6.8,12.751ZM4.466,6.8A.664.664,0,1,1,3.8,6.136.665.665,0,0,1,4.466,6.8Zm3,0A.664.664,0,1,1,6.8,6.136.665.665,0,0,1,7.464,6.8Zm3,0A.664.664,0,1,1,9.8,6.136.665.665,0,0,1,10.463,6.8Z' transform='translate(0)' fill='%232d2d2d' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.component-title-cta-images-and-caption__contact-us::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 2.5rem;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.648' height='40.648' viewBox='0 0 40.648 40.648'%3E%3Cpath d='M34.695,5.953A20.326,20.326,0,0,0,2.461,30.025L.043,39.049A1.27,1.27,0,0,0,1.6,40.6l9.024-2.418A20.326,20.326,0,0,0,34.695,5.953ZM20.323,38.107a17.773,17.773,0,0,1-8.894-2.381,1.27,1.27,0,0,0-.965-.128l-7.4,1.982,1.982-7.4a1.27,1.27,0,0,0-.128-.965,17.785,17.785,0,1,1,15.4,8.889ZM13.347,20.324a1.985,1.985,0,1,1-1.985-1.985A1.989,1.989,0,0,1,13.347,20.324Zm8.961,0a1.985,1.985,0,1,1-1.985-1.985A1.989,1.989,0,0,1,22.308,20.324Zm8.961,0a1.985,1.985,0,1,1-1.985-1.985A1.989,1.989,0,0,1,31.269,20.324Z' transform='translate(0)' fill='%235bc5f1' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}

.component-title-cta-images-and-caption__book {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3.125rem 2.5rem;
  font-family: var(--font-family-rubik);

  .wrapper-asset img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
  }

  .component-title-cta-images-and-caption--title {
    order: 1;
    z-index: 2;

    margin: 0;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.875rem;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
  }

  .component-title-cta-images-and-caption--subtitle {
    order: 2;
    z-index: 2;

    margin: 0;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.875rem;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
  }

  .component-cta {
    order: 3;
    z-index: 2;

    position: relative;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    background-color: var(--blue);
    border: 0.125rem solid var(--blue);
    border-radius: 0.5rem;
    padding: 0.875rem 1.25rem 0.875rem 2.25rem;
    margin: 1rem auto 2rem;

    svg {
      display: none;
    }
  }

  .component-cta:hover {
    background-color: var(--white);
    color: var(--blue);
  }

  .component-cta:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.618' height='13.4' viewBox='0 0 14.618 13.4'%3E%3Cg id='Download' transform='translate(-4 -5)'%3E%3Cpath id='Tracé_93' data-name='Tracé 93' d='M18.618,16.572V14.136a.609.609,0,0,0-1.218,0v2.436a.609.609,0,0,1-.609.609H5.827a.609.609,0,0,1-.609-.609V14.136a.609.609,0,1,0-1.218,0v2.436A1.827,1.827,0,0,0,5.827,18.4H16.79A1.827,1.827,0,0,0,18.618,16.572Zm-3.886-3.179-3.045,2.436a.609.609,0,0,1-.755,0L7.886,13.393a.609.609,0,0,1,.755-.95L10.7,14.087V5.609a.609.609,0,1,1,1.218,0v8.478l2.059-1.644a.609.609,0,1,1,.755.95Z' transform='translate(0 0)' fill='%23274183'/%3E%3C/g%3E%3C/svg%3E");
  }
  
  .component-cta::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 1rem;
    height: 0.875rem;
    top: 50%;
    left: 0.875rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.618' height='13.4' viewBox='0 0 14.618 13.4'%3E%3Cg id='Download' transform='translate(-4 -5)'%3E%3Cpath id='Tracé_93' data-name='Tracé 93' d='M18.618,16.572V14.136a.609.609,0,0,0-1.218,0v2.436a.609.609,0,0,1-.609.609H5.827a.609.609,0,0,1-.609-.609V14.136a.609.609,0,1,0-1.218,0v2.436A1.827,1.827,0,0,0,5.827,18.4H16.79A1.827,1.827,0,0,0,18.618,16.572Zm-3.886-3.179-3.045,2.436a.609.609,0,0,1-.755,0L7.886,13.393a.609.609,0,0,1,.755-.95L10.7,14.087V5.609a.609.609,0,1,1,1.218,0v8.478l2.059-1.644a.609.609,0,1,1,.755.95Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .component-title-cta-images-and-caption--image-wrapper {
    order: 4;
    z-index: 2;

    .component-title-cta-images-and-caption--image-wrapper-description {
      display: none;
    }
  }
}

.component-title-cta-images-and-caption__book::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.75) 0%, rgba(10, 10, 10, 0.75) 100%);
}

@media (min-width: 48rem /* 768px */) {
  .component-title-cta-images-and-caption__book {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto 1fr;

    .component-title-cta-images-and-caption--title {
      grid-column: 1;
      grid-row: 1;
      text-align: start;
      margin-top: auto;
      font-size: 1.625rem;
      line-height: 2.25rem;

    }
    .component-title-cta-images-and-caption--subtitle {
      grid-column: 1;
      grid-row: 2;
      text-align: start;
      font-size: 1.625rem;
      line-height: 2.25rem;
    }
    .component-cta {
      grid-column: 1;
      grid-row: 3;
      margin: 0 auto auto 0;
    }
    .component-title-cta-images-and-caption--image-wrapper {
      grid-column: 2;
      grid-row: 1 / span 3;
    }
  }
  .component-title-cta-images-and-caption__contact-us {
    max-width: 76.25rem;
    width: calc(100% - 3.75rem);
    margin: 0 auto;

    .component-title-cta-images-and-caption--title,
    .component-title-cta-images-and-caption--subtitle {
      font-size: 1.625rem;
      line-height: 2.25rem;
      max-width: 43rem;
      margin: 0 auto;
    }
    
    .component-title-cta-images-and-caption--description {
      max-width: 43rem;
      margin: 0 auto;
    }
  }
}

@media (min-width: 64rem /* 1024px */) {
  .component-title-cta-images-and-caption__book {
    max-width: 64rem;
    margin: 0 auto;
    padding: 3.125rem 6.875rem;
    .component-title-cta-images-and-caption--image-wrapper {
      max-width: 25rem;
      margin-left: auto;
    }
  }
}

@media (min-width: 90rem /* 1440px */) {
  
}