.underline-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
}

.button-icon {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 20px;
  margin-right: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fontcolor-white {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.fontcolor-white.intro {
  font-size: 26px;
  line-height: 32px;
}

.orange {
  color: #ff4d00;
}

.black {
  color: #000;
}

.fontcolor-orange {
  font-family: Poppins, sans-serif;
  color: #ff4d00;
  font-size: 18px;
  line-height: 24px;
}
.fontcolor-orange.intro {
  font-size: 26px;
  line-height: 32px;
}

.fontcolor-white.intro._2 {
  margin-bottom: 20px;
}

.button-scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  border-radius: 1000px;
  background-color: #fff;
  background-image: url('../images/baseline-keyboard_arrow_down-24px.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-scroll-down:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(31, 32, 32, .1);
  background-color: #ff4d00;
  color: #fff;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.price {
  margin-left: 0px;
}

.price.white {
  color: #fff;
}

.cover-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
  padding: 25px 25px 25px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.cover-wrapper.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-18 {
  display: none;
}

.margin-right {
  margin-right: 15px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.display-none {
  display: none;
}

.content-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 4px;
  padding: 100px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.content-section.bgcolor-white {
  position: relative;
  height: 100%;
  background-color: #fff;
}

.button {
  position: relative;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  padding: 15px 30px 15px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 7%, .1);
  border-radius: 2.5px;
  background-color: rgba(37, 37, 50, .1);
  -webkit-transition: background-color 300ms ease, color 300ms ease, border 150ms ease;
  transition: background-color 300ms ease, color 300ms ease, border 150ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(31, 32, 32, .1);
  background-color: #000;
  color: #fff;
}

.button.play {
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: url('../images/play-button.svg');
  background-position: 55% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.button.play:hover {
  background-color: #ffb600;
}

.button.red {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #ff4d00;
  color: #fff;
}

.button.red:hover {
  background-color: #000;
}

.button.button2-copy {
  width: 50%;
  background-color: #ff4d00;
  color: #fff;
}

.button.button2-copy:hover {
  background-color: #000;
}

.numbers {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.numbers.small {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom-style: none;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.slider-arrow {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 79%, .3);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #000;
  font-size: 16px;
}

.slider-arrow:hover {
  background-color: #000;
  box-shadow: none;
  color: #fff;
}

.background-image-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), color-stop(60%, rgba(0, 0, 0, .56))), url('../images/Amazing-Member2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .56) 60%), url('../images/Amazing-Member2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.display-1 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 3vw;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.display-1.orange {
  color: #ff4d00;
}

.display-1.white {
  color: #fff;
}

.horizontal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.horizontal-list.margin-bottom {
  margin-bottom: 25px;
}

.mask {
  overflow: visible;
}

.mask.absolute {
  position: absolute;
}

.columns-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.margin-bottom {
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}

.heading-23 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.heading-23.white {
  margin-bottom: 5px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
}

.column {
  display: block;
  overflow: hidden;
  padding: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.column.align-middle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.italic-text {
  font-size: 18px;
}

.button-label {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.horizontal.space {
  margin-top: 20px;
}

.slide {
  width: 100%;
  height: 100%;
}

.background-image.image-12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .85))), url('//images.amazing.com/homepage/images/Background-SellerPro-WhiteBricks1600.jpeg');
  background-image: linear-gradient(105deg, hsla(0, 0%, 100%, 0.85), transparent 72%), url('//images.amazing.com/homepage/images/Background-SellerPro-WhiteBricks1600.jpeg');

  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image.image-11c {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('//images.amazing.com/homepage/images/Phone3.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('//images.amazing.com/homepage/images/Phone3.png'), linear-gradient(180deg, #000, #000);
  background-position: 95% 100%, 0px 0px;
  background-size: 481px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.background-image.image-11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .85))), url('../images/ASM-Member.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .85)), url('../images/ASM-Member.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image.image-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/SellerPro-Member3.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/SellerPro-Member3.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image.image-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .29)), to(rgba(0, 0, 0, .95))), url('../images/fouroom-webflow-template-17.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .95)), url('../images/fouroom-webflow-template-17.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.new-orange-text {
  color: #ff4d00;
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image.academy-image {
  background-image: url('//images.amazing.com/homepage/images/Sellers-Academy-Jason.jpg');
  background-position: 72% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.all-content {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100vw;
  padding: 25px;
}

.image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/rocket-light.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.image-wrapper.big {
  min-height: 600px;
  background-image: none;
}

.padding {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lead-text {
  position: relative;
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.5px;
}

.icon-small {
  width: 32px;
  height: 32px;
}

.icon-small.margin-bottom {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.icon-small.margin-bottom.acadey {
  width: 55px;
}

.product-head {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 1.1em;
  font-weight: 600;
  text-align: left;
  letter-spacing: -1.5px;
}

.body {
  background-color: #edf0f2;
}

@media (max-width: 991px) {
  .price {
    text-align: left;
  }
  .cover-wrapper {
    padding: 10px 10px 10px;
  }
  .columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-section {
    overflow: hidden;
    padding: 40px 20px;
  }
  .numbers {
    font-size: 60px;
  }
  .slider-arrow {
    width: 50px;
    height: 50px;
  }
  .display-1 {
    font-size: 48px;
  }
  .horizontal-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .background-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .background-image.image-11c {
    background-image: none;
    background-color: black;
  }
  .all-content {
    padding: 10px;
  }
  .image-wrapper.big {
    min-height: 300px;
  }
  .padding {
    padding: 20px;
  }
  .lead-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 19px;
    line-height: 26px;
  }
  .product-head {
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -1px;
  }
  .font-34 {
    font-size: 2.2em;
  }
}

@media (max-width: 767px) {
  .price {
    text-align: left;
  }
  .columns {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content-section {
    overflow: hidden;
  }
  .numbers {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-top: 2px none #333;
    border-bottom-style: none;
    font-size: 40px;
  }
  .numbers.small {
    border-top-style: none;
  }
  .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .horizontal-list {
    width: 100%;
  }
  .horizontal-list.margin-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-copy {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-23 {
    text-align: center;
  }
  .heading-23.white {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .background-image.image-11 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .85))), url('../images/Training2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .85)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .85)), url('../images/Training2.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .85));
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-head {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.4px;
  }
  .font-20 {
    margin-right: 4em;
  }
}

@media (max-width: 479px) {
  .fontcolor-white.intro {
    font-size: 22px;
    line-height: 28px;
  }
  .cover-wrapper.vertical {
    min-height: 120vh;
  }
  .display-1 {
    font-size: 36px;
  }
  .font-20 {
    margin-right: 0;
  }
  .font-11 {
    margin-right: 0;
  }
}

