[class*="back-"] {
  position: relative;
}
[class*="back-"]:before {
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
[class*="back-"].promo-image:before {
  opacity: 0.8;
}

.back-orange-red:before {
  background: linear-gradient(135deg, #f58823 0%, #ef5757 100%);
}

.back-green-teal:before {
  background: linear-gradient(135deg, #2db78d 0%, #26bcc4 100%);
}

.back-purple-teal:before {
  background: linear-gradient(135deg, #876baf 0%, #26bcc4 100%);
}

.back-red-purple:before {
  background: linear-gradient(135deg, #ef5757 0%, #876baf 100%);
}

@media screen and (max-width: 1024px) {
  .section-programs {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .section-testimonials.add-indent {
    padding-top: 50px;
  }
}

.programs-list.use-colums-3 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.programs-list.use-colums-3.col-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .programs-list.use-colums-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0 !important;
  }
  .programs-list.use-colums-3 li {
    width: 100%;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .programs-list.use-colums-3 li {
    max-width: 490px;
  }
}

.section-white {
  background-color: white;
}

.use-colums-3 .box .description {
  height: calc(100% - 270px);
}
@media screen and (max-width: 1024px) {
  .use-colums-3 .box .description {
    height: auto;
    font-size: 18px;
    line-height: 26px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 424px) {
  .use-colums-3 .box .description {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.use-colums-3 .box .description h3 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .use-colums-3 .box .description h3 {
    display: block;
    font-size: 32px !important;
    line-height: 36px !important;
  }
}
@media screen and (max-width: 767px) {
  .use-colums-3 .box .description h3 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .use-colums-3 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .use-colums-3 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.use-colums-3 .box.box-products .img {
  height: 270px;
}
@media screen and (max-width: 1024px) {
  .use-colums-3 .box.box-products .img {
    min-width: 396px;
    width: 396px;
    min-height: 320px;
    height: auto;
  }
  .use-colums-3 .box.box-products .img h3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .use-colums-3 .box.box-products .img {
    width: 100%;
    min-height: 280px;
  }
  .use-colums-3 .box.box-products .img img {
    position: absolute;
    z-index: 1;
    -o-object-position: center top;
       object-position: center top;
  }
  .use-colums-3 .box.box-products .img h3 {
    display: block;
    font-size: 32px;
    line-height: 36px;
    position: absolute;
    bottom: 40px;
    left: 38px;
    right: 38px;
  }
  .use-colums-3 .box.box-products .img[class*="mask-"]:before {
    z-index: 5;
  }
  .use-colums-3 .box.box-products .img .img-holder {
    z-index: 10;
  }
}
@media screen and (max-width: 424px) {
  .use-colums-3 .box.box-products .img h3 {
    bottom: 30px;
    left: 15px;
    right: 15px;
    font-size: 24px;
    line-height: 1.2;
  }
}
.use-colums-3 .box.box-products .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.use-colums-3 .box.box-products .img-holder {
  padding-left: 38px;
  padding-right: 38px;
}
@media screen and (max-width: 1024px) {
  .use-colums-3 .box.box-products .img-holder {
    height: 100%;
  }
}
@media screen and (max-width: 424px) {
  .use-colums-3 .box.box-products .img-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.use-colums-3 .box.box-products .img-holder .spot {
  left: 38px;
}
@media screen and (max-width: 1024px) {
  .use-colums-3 .box.box-products .img-holder .spot {
    left: auto;
    right: -10px;
    width: 20px;
    height: 100px;
    top: 40px;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .use-colums-3 .box.box-products .img-holder .spot {
    left: 38px;
    right: auto;
    width: 100px;
    height: 20px;
    top: auto;
    bottom: -10px;
  }
}
@media screen and (max-width: 424px) {
  .use-colums-3 .box.box-products .img-holder .spot {
    left: 15px;
  }
}
.use-colums-3 .box.box-products .description {
  padding-left: 38px;
  padding-right: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 424px) {
  .use-colums-3 .box.box-products .description {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.use-colums-3 .box.box-products .description .text {
  margin-bottom: auto;
  padding-bottom: 5px;
}

.box.box-products .img.mask-orange-red:before {
  background: linear-gradient(135deg, rgba(245, 136, 35, 0.25) 0%, rgba(239, 87, 87, 0.25) 100%);
}
.box.box-products .img.mask-orange-red .spot {
  background: linear-gradient(135deg, #f58823 0%, #ef5757 100%);
}
.box.box-products .img.mask-green-teal:before {
  background: linear-gradient(135deg, rgba(45, 183, 141, 0.25) 0%, rgba(38, 188, 196, 0.25) 100%);
}
.box.box-products .img.mask-green-teal .spot {
  background: -webkit-gradient(linear, left top, right top, from(#26bdc4), to(#2db88d));
  background: linear-gradient(to right, #26bdc4 0%, #2db88d 100%);
}
.box.box-products .img.mask-purple-teal:before {
  background: linear-gradient(135deg, rgba(135, 107, 175, 0.25) 0%, rgba(38, 188, 196, 0.25) 100%);
}
.box.box-products .img.mask-purple-teal .spot {
  background: linear-gradient(135deg, #876baf 0%, #26bcc4 100%);
}
.box.box-products .img.mask-red-purple:before {
  background: linear-gradient(135deg, rgba(239, 87, 87, 0.25) 0%, rgba(135, 107, 175, 0.25) 100%);
}
.box.box-products .img.mask-red-purple .spot {
  background: linear-gradient(135deg, #ef5757 0%, #876baf 100%);
}
.box.box-products .description .link-more {
  margin-top: auto;
  position: relative;
  display: inline-block;
}
.box.box-products .description .link-more[class*="link-more-"] a:hover {
  color: #fff;
}
.box.box-products .description .link-more.link-more-orange a {
  -webkit-box-shadow: inset 0 -4px 0 0 #f58823;
          box-shadow: inset 0 -4px 0 0 #f58823;
}
.box.box-products .description .link-more.link-more-orange a:hover {
  -webkit-box-shadow: inset 0 -4em 0 0 #f58823;
          box-shadow: inset 0 -4em 0 0 #f58823;
}
.box.box-products .description .link-more.link-more-green a {
  -webkit-box-shadow: inset 0 -4px 0 0 #26bdc3;
          box-shadow: inset 0 -4px 0 0 #26bdc3;
}
.box.box-products .description .link-more.link-more-green a:hover {
  -webkit-box-shadow: inset 0 -4em 0 0 #26bdc3;
          box-shadow: inset 0 -4em 0 0 #26bdc3;
}
.box.box-products .description .link-more.link-more-purple a {
  -webkit-box-shadow: inset 0 -4px 0 0 #876baf;
          box-shadow: inset 0 -4px 0 0 #876baf;
}
.box.box-products .description .link-more.link-more-purple a:hover {
  -webkit-box-shadow: inset 0 -4em 0 0 #876baf;
          box-shadow: inset 0 -4em 0 0 #876baf;
}
.box.box-products .description .link-more.link-more-red a {
  -webkit-box-shadow: inset 0 -4px 0 0 #ed5758;
          box-shadow: inset 0 -4px 0 0 #ed5758;
}
.box.box-products .description .link-more.link-more-red a:hover {
  -webkit-box-shadow: inset 0 -4em 0 0 #ed5758;
          box-shadow: inset 0 -4em 0 0 #ed5758;
}

.spot-block-left-to-right .spot.spot-container-l {
  left: 22%;
}

.spot-block-right-to-left .spot.spot-container-r {
  right: 10%;
}

.form-holder {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.form-holder table {
  border: 0;
  border-collapse: collapse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.form-holder table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
}
.form-holder table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
}
.form-holder table tbody tr.swpm-registration-membership-level-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-holder table tbody tr.swpm-registration-membership-level-row td label {
  margin-bottom: 0;
  padding-bottom: 0;
}
.form-holder table tbody tr.swpm-registration-membership-level-row td:last-child {
  text-align: right;
}
.form-holder table tbody tr td {
  border: 0;
  padding: 0;
}
.form-holder input[type="text"],
.form-holder input[type="tel"],
.form-holder input[type="email"],
.form-holder input[type="search"],
.form-holder input[type="password"],
.form-holder input[type="url"],
.form-holder input[type="date"] {
  padding-top: 2px;
  padding-bottom: 2px;
  height: 30px;
  border: 1px solid #b9bab7;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  margin-bottom: 15px;
  width: 100%;
}
.form-holder input[type="text"]:focus,
.form-holder input[type="tel"]:focus,
.form-holder input[type="email"]:focus,
.form-holder input[type="search"]:focus,
.form-holder input[type="password"]:focus,
.form-holder input[type="url"]:focus,
.form-holder input[type="date"]:focus {
  border: 1px solid #26bdc4;
}
.form-holder label,
.form-holder .swpm-rember-label {
  font-size: 17px;
}
.form-holder .swpm-registration-submit-section {
  text-align: left;
}
.form-holder input[type="submit"] {
  background-color: transparent;
  border-width: 2px;
  border-color: #f58823;
  color: #f58823;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  height: 43px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.538;
}
.form-holder input[type="submit"]:hover {
  border-color: #f58823;
  background-color: #f58823;
  color: #ffffff;
}
.form-holder .swpm-login-submit {
  margin-bottom: 20px;
}
.form-holder .swpm-remember-me {
  margin-bottom: 15px;
}
.form-holder p,
.form-holder .swpm-login-action-msg,
.form-holder .swpm-join-us-link,
.form-holder .swpm-forgot-pass-link {
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  color: #2e2b2a;
  margin-bottom: 15px;
}
.form-holder p a,
.form-holder .swpm-login-action-msg a,
.form-holder .swpm-join-us-link a,
.form-holder .swpm-forgot-pass-link a {
  color: inherit;
}
.form-holder p a {
  border-bottom: 1px solid #a3a2a1;
  border-bottom: 0;
  text-decoration: underline;
}
.form-holder p a:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}
.form-holder .title {
  text-transform: none;
  margin-bottom: 15px;
}
.form-holder .title h1,
.form-holder .title h2,
.form-holder .title h3,
.form-holder .title h4,
.form-holder .title h5,
.form-holder .title h6,
.form-holder .title p,
.form-holder .title span {
  font-size: 24px;
  line-height: 32px;
  color: #f58823;
}
