/** Shopify CDN: Minification failed

Line 78:22 Expected ":"

**/
.banner-content {
  position: relative;
}
.banner-text {
  position: absolute;
  left: 50px;
  top: 50px;
}
.row > div:not(.col-full) .banner-text a.button.btn-base {
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}
.heading-title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  font-family: var(--body-font-family);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.heading.description {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--body-font-family);
}
.banner-grid .row {
  margin: 0 -10px;
}
.banner-col {
  padding: 0 10px;
}
.banner-grid .row > div {
  padding: 0;
}
.banner-grid .row {
  margin: 0 -10px;
}
.banner-grid .section__header {
  flex-direction: column;
  margin-bottom: 40px;
  gap: 19px;
}
h2.heading.heading-center {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 8px;
  letter-spacing: -1px;
}
.banner-grid .container-fluid {
  padding: 0;
}

/* BANNER CENTER */
.banner-text.text-center {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.banner-text.text-center .heading-title {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.banner-text.text-center h2.heading.heading-center {
font-size: 64px;
    line-height: 68px;
    margin: 0 0 20px;x;
}
.text-center a.button.btn-base {
  margin: 0 auto 0;
}
.text-right a.button.btn-base {
  margin-left: auto;
}

/* Col FULL */
.banner-grid .col-full {
  padding: 0 10px;
}
.col-full .heading.description {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
}
.col-full .banner-text {
  left: unset;
  right: 190px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 473px;
}
.col-full .banner-image-child {
  position: absolute;
  top: 221px;
  left: 687px;
}
@media (max-width: 1299px) {
  .col-full .banner-image-child {
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 1199px) {
  img.banner-list-image {
    min-height: 500px;
    object-fit: cover;
  }
  .banner-text {
    left: 30px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .image-banner .banner-text {
    width: 100%;
    padding: 0 15px;
  }
  .col-full .banner-text {
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    padding: 0 15px;
  }
  .col-full .banner-image-child {
    display: none;
  }
}
@media (max-width: 480px) {
  .col-full .heading-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .col-full .banner-text.text-center h2.heading.heading-center {
    font-size: 42px;
    line-height: 1;
    margin: 0 0 10px;
  }
  .col-full .heading.description {
    margin-bottom: 20px;
  }
}
