.section-content,
.section-content > .container {
  padding: 50px 0 0 0 !important;
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: #f2f2f2;
}
.section-content .button {
  margin-bottom: 0;
}

.section-content > .container > .content > h2 {
  text-align: center;
}

.section-product-attributes {
  background: #f2f2f2;
}

.logo-row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.logo-row img {
  max-width: 1000px;
  width: 80%;
}

.feature-list {
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.feature-list .feature-item {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  padding: 20px 0;
}
@media (min-width: 768px) {
  .feature-list .feature-item {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.feature-list .feature-item h2, .feature-list .feature-item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .feature-list .feature-item h2, .feature-list .feature-item h3 {
    justify-content: flex-end;
    text-align: right;
  }
}
.feature-list .feature-item h3 {
  font-size: 24px;
  font-weight: 300;
  justify-content: center;
}
@media (min-width: 768px) {
  .feature-list .feature-item h3 {
    justify-content: flex-start;
    text-align: left;
  }
}

.section-tiers-cards {
  background: #fff;
}
.section-tiers-cards .tiers-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 1024px) {
  .section-tiers-cards .tiers-container {
    padding: 50px 0;
    grid-template-columns: 3fr 4fr 3fr;
  }
}

.tier-card {
  padding: 25px;
  background: rgba(0, 0, 0, 0.03);
  position: relative;
  font-size: 13px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .tier-card {
    font-size: 14px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1280px) {
  .tier-card {
    font-size: 16px;
  }
}
.tier-card h2 {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.tier-card h2 span {
  font-weight: 300;
  font-size: 2em;
}
@media (min-width: 1024px) {
  .tier-card h2 span {
    font-size: 1.3em;
  }
}
@media (min-width: 1024px) {
  .tier-card .button {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .tier-card .button {
    font-size: 18px;
  }
}
.tier-card .tier-description {
  padding: 20px 0 0 0;
}
.tier-card .anchored-block {
  padding: 20px 0 0 0;
}
@media (min-width: 1024px) {
  .tier-card .anchored-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px 25px 25px;
  }
}

.tier-card-2 {
  color: #fff;
  background: #29373e;
}
@media (min-width: 1024px) {
  .tier-card-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .tier-card-2 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.tier-card-2 h2 {
  color: #fff;
}
.tier-card-2 h3 {
  font-size: 18px;
  color: #fff;
}
.tier-card-2 a {
  color: #fff;
}
@media (min-width: 1024px) {
  .tier-card-2 .anchored-block {
    padding: 0 50px 25px 50px;
  }
}
@media (min-width: 1024px) {
  .tier-card-2::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 55px;
    background: #29373e;
  }
}
@media (min-width: 1024px) {
  .tier-card-2::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 55px;
    background: #29373e;
  }
}

.iconed-list {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.iconed-list li {
  display: block;
  position: relative;
  padding: 0px 0 0px 35px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.iconed-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #D01679 url("/Content/images/icons/right-arrow-bullet.svg") no-repeat center center;
  background-size: cover;
}

.iconed-list {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.iconed-list li {
  display: block;
  position: relative;
  padding: 0px 0 0px 35px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.iconed-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #D01679 url("/Content/images/icons/right-arrow-bullet.svg") no-repeat center center;
  background-size: cover;
}
.iconed-list:last-of-type {
  padding: 0;
}

.iconed-list-check li::after {
  background-color: #3aae2a;
  background-image: url("/Content/images/icons/check-bullet.svg");
}

.tier-price {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
}
.tier-price strong {
  font-size: 48px;
  font-weight: 900;
  line-height: 0.9;
  color: #D01679;
}
@media (min-width: 1280px) {
  .tier-price strong {
    font-size: 54px;
  }
}

.tier-card-2 .tier-price strong {
  color: #fff;
}

.section-how-it-works {
  text-align: center;
  background: #fff;
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
}
.section-how-it-works h2.is-thin {
  font-weight: 300;
  font-size: 50px;
}
@media (min-width: 768px) {
  .section-how-it-works h2.is-thin {
    font-size: 70px;
  }
}
.section-how-it-works .container {
  max-width: 100%;
  width: 100%;
}
.section-how-it-works .steps-container {
  background: black url("/Content/images/textures/steps-bg-mobile.webp") no-repeat center center;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-how-it-works .steps-container {
    background-image: url("/Content/images/textures/steps-bg-tablet.webp");
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .section-how-it-works .steps-container {
    background-image: url("/Content/images/textures/steps-bg-desktop.webp");
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 50px;
  }
}
.section-how-it-works .step {
  padding: 15px;
  border: 3px solid white;
}
@media (min-width: 768px) {
  .section-how-it-works .step {
    padding: 50px 30px;
  }
}
@media (min-width: 1024px) {
  .section-how-it-works .step {
    padding: 60px 30px;
    border-top: 0;
    border-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .section-how-it-works .step {
    padding: 100px 50px;
  }
}
.section-how-it-works .step h2 {
  color: #E21884;
}
.section-how-it-works .step p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .section-how-it-works .step p {
    font-size: 18px;
  }
}
.section-how-it-works .step-label {
  font-size: 40px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .section-how-it-works .step-label {
    font-size: 70px;
  }
}
@media (min-width: 1024px) {
  .section-how-it-works .step-label {
    font-size: 48px;
  }
}

/*# sourceMappingURL=spinmarket.css.map */
