/** Shopify CDN: Minification failed

Line 122:1 Unexpected "`"

**/
.about-us-cta{
  background: #F5F5F2;
}

.about-us-cta__content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  background-color: #f5f5f2;
  @media(max-width: 1024px){
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-us-cta__content video,
.about-us-cta__content img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  @media(max-width: 1024px){
    grid-row: 1;
    aspect-ratio: 13/11;
  }
}

.about-us-cta__body{
  max-width: 464px;
  padding-left: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: 224px;
  @media(max-width: 1024px){
    max-width: 100%;
    margin: 0;
    padding: 40px 16px;
    grid-row: 2;
  }
}

.about-us-cta__body h2{
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  @media(max-width: 768px){
    font-size: 28px;
  }
}

.about-us-cta__body p{
  margin-top: 24px;
  max-width: 452px;
  width: 100%;
  color: #575757;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  @media(max-width: 1024px){
    max-width: 100%;
  }
  @media(max-width: 768px){
    font-size: 14px;
  }
}

.about-us-cta__body a{
  display: block;
  width: fit-content;
  border-bottom: 1px solid black;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  margin-top: 24px;
  font-weight: 400;
  transition: .4s ease all;
  line-height: 140%; /* 22.4px */
}

@media(hover: hover){
  .about-us-cta__body a:hover{
    text-decoration: none;
    border-color: transparent;
  }
}

.about-cta-slider__item-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.about-cta-slider__item-title p,
.about-cta-slider__item-title h3{
  color: #000;
  font-size: 16px;
  font-style: normal;
    text-decoration: none !important;
  font-weight: 400;
  line-height: 100%;
}

.about-us-cta__swiper .swiper-slide h4 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  text-decoration: none !important;
  margin-top: 2px;
  opacity: .5;
  font-weight: 400;
  line-height: 150%;
}`