@font-face {
  font-family: 'Acid Grotesk TRIAL';
  src: url("../../../../fonts/AcidGrotesk-Regular-TRIAL.woff2") format("woff2"), url("../../../../fonts/AcidGrotesk-Regular-TRIAL.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../../../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../../../fonts/Roboto-Regular.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'GT America';
  src: url("../../../../fonts/GTAmerica-Regular.woff2") format("woff2"), url("../../../../fonts/GTAmerica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Mobile H1 */
/* Mobile H3 */
/* Mobile H2 */
/* Card */
/* Custom select */
@media (min-width: 769px) {
  html {
    font-size: 1rem; } }

.image-with-title-and-subTitle {
  margin-left: -15px;
  margin-right: -15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding-left: 3.333rem;
  padding-top: 3.611rem;
  margin-bottom: 3px; }
  @media (min-width: 1200px) {
    .image-with-title-and-subTitle {
      min-height: 702px; } }
  @media (max-width: 991.98px) {
    .image-with-title-and-subTitle {
      height: 500px; } }
  @media (max-width: 299px) {
    .image-with-title-and-subTitle {
      padding-left: 15px;
      padding-right: 15px; } }
  .image-with-title-and-subTitle > img {
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (min-width: 992px) {
    .image-with-title-and-subTitle {
      margin-bottom: -0.75rem; } }
  .image-with-title-and-subTitle .title {
    font-family: "Acid Grotesk TRIAL";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .image-with-title-and-subTitle .title {
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 1.666rem; } }
  .image-with-title-and-subTitle .sub-title {
    font-family: "Acid Grotesk TRIAL";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 0.888rem;
    line-height: 1.333rem;
    color: #fff;
    max-width: 23.88rem; }
    @media (max-width: 991.98px) {
      .image-with-title-and-subTitle .sub-title {
        max-width: 255px; } }
