.ctaWrapper {
  margin: calc(1.5625rem + 2.8846153846vw) 0 calc(1.625rem + 3.4615384615vw);
}
@media (min-width: 1560px) {
  .ctaWrapper {
    margin: 4.375rem 0 5rem;
  }
}
.ctaWrapper .mobileStores {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.ctaWrapper .mobileStores a {
  display: block;
  text-decoration: none;
  max-width: 173px;
  height: 58px;
}
.ctaWrapper .mobileStores a:first-child {
  margin-right: 6px;
}
.ctaWrapper .mobileStores a:last-child {
  margin-left: 6px;
}
.ctaWrapper .mobileStores svg {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ctaWrapper {
    margin-bottom: 48px;
  }
  .ctaWrapper .mobileStores {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .ctaWrapper .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ctaWrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ctaWrapper .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ctaColumn--first {
  margin-bottom: 40px;
}
.ctaColumn__text {
  margin-bottom: calc(1.4875rem + 2.1923076923vw);
}
@media (min-width: 1560px) {
  .ctaColumn__text {
    margin-bottom: 3.625rem;
  }
}
.ctaColumn__text p:last-child {
  margin-bottom: 0;
}
.ctaColumn__block {
  border-radius: 20px;
  display: block;
  text-decoration: none;
  position: relative;
}
.ctaColumn__block__img {
  position: relative;
  width: 100%;
}
.ctaColumn__block__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 67.0906200318%;
}
.ctaColumn__block__img > img, .ctaColumn__block__img > div, .ctaColumn__block__img iframe, .ctaColumn__block__img > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ctaColumn__block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctaColumn__block__button {
  background: var(--main-color);
  color: #fff;
  border: none;
  position: relative;
  margin-top: 30px;
  border-radius: 30px;
  line-height: 1;
  padding: 0.875rem calc(1.275rem + 0.2307692308vw);
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 1560px) {
  .ctaColumn__block__button {
    padding: 0.875rem 1.5rem;
  }
}
.ctaColumn__block__button {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .ctaColumn__block__button {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .ctaColumn__block__button {
    font-size: 18px;
  }
}
.ctaColumn__block__button svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.ctaColumn__block__mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 75.03%;
  margin: auto;
  object-fit: contain;
  display: flex;
}
@media screen and (max-width: 767.5px) {
  .ctaColumn__block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ctaColumn__block__button {
    padding: 14px 24px;
    margin-bottom: 6px;
    color: #fff;
  }
  .ctaColumn__block path {
    stroke: #fff;
  }
}
@media screen and (min-width: 768px) {
  .ctaColumn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ctaColumn--first {
    margin-bottom: 0;
  }
  .ctaColumn__block__button {
    margin-top: 0;
    position: absolute;
    bottom: 14.47%;
    left: 6.83%;
    background: #fff;
    color: var(--main-color);
  }
}

.CTAIcon {
  stroke: var(--main-color);
}

/*# sourceMappingURL=cta.css.map */
