﻿/* 1.5:1 ratio */
/* 1.5:1 ratio */
.sellerportal-overall-wrapper {
  clear: both;
  color: #3f4b58;
  font-family: "Poppins", Arial;
  font-weight: 400;
}
.sellerportal-overall-wrapper * {
  box-sizing: border-box;
}
.sellerportal-overall-wrapper .inner-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}
.sellerportal-overall-wrapper .inner-wrapper.wider {
  max-width: 1290px;
}
.sellerportal-overall-wrapper .cta-button {
  background: #ff5c39;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 44px;
  line-height: 2.4;
  text-align: center;
  text-decoration: none;
  width: 220px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .cta-button {
    height: 48px;
    line-height: 2.7;
  }
}
.sellerportal-overall-wrapper .area-hero {
  background: #fddcd7;
  overflow: hidden;
  position: relative;
}
.sellerportal-overall-wrapper .area-hero .two-sides {
  clear: both;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .two-sides {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.sellerportal-overall-wrapper .area-hero .two-sides .cta-signup-desktop {
  display: none;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .two-sides .cta-signup-desktop {
    display: block;
  }
}
.sellerportal-overall-wrapper .area-hero .two-sides .cta-signup-mobile {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .two-sides .cta-signup-mobile {
    display: none;
  }
}
.sellerportal-overall-wrapper .area-hero .left-side {
  clear: both;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .left-side {
    padding: 55px 35px 60px 0;
  }
}
.sellerportal-overall-wrapper .area-hero .right-side {
  clear: both;
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .right-side {
    padding: 60px 0;
  }
}
.sellerportal-overall-wrapper .area-hero .right-side .banner-image {
  display: block;
  margin: 0 0 50px;
  width: 100%;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .right-side .banner-image {
    margin: 0;
  }
}
.sellerportal-overall-wrapper .area-hero .seo-title {
  position: absolute;
  top: -1000px;
}
.sellerportal-overall-wrapper .area-hero .hero-title {
  clear: both;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .hero-title {
    padding: 0;
  }
}
.sellerportal-overall-wrapper .area-hero .hero-title .manual-break {
  display: none;
}
@media (min-width: 950px) {
  .sellerportal-overall-wrapper .area-hero .hero-title .manual-break {
    display: block;
  }
}
.sellerportal-overall-wrapper .area-hero .slogan {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .slogan {
    margin-bottom: 25px;
  }
}
.sellerportal-overall-wrapper .area-hero .cta-button-mobile {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .cta-button-mobile {
    display: none;
  }
}
.sellerportal-overall-wrapper .area-hero .cta-button-desktop {
  display: none;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .cta-button-desktop {
    display: block;
  }
}
.sellerportal-overall-wrapper .area-hero .video-wrapper {
  align-items: center;
  background-color: #999;
  border-radius: 24px;
  box-shadow: 0 2px 9px 2px rgba(97, 97, 97, 0.5);
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .video-wrapper {
    margin: 0;
    width: 320px;
  }
}
@media (min-width: 900px) {
  .sellerportal-overall-wrapper .area-hero .video-wrapper {
    width: 450px;
  }
}
@media (min-width: 1100px) {
  .sellerportal-overall-wrapper .area-hero .video-wrapper {
    width: 609px;
  }
}
.sellerportal-overall-wrapper .area-hero .video-wrapper.player-ready {
  pointer-events: auto;
}
.sellerportal-overall-wrapper .area-hero .video-wrapper.player-ready .loading-cover {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.sellerportal-overall-wrapper .area-hero .video-wrapper.hide-thumbnail .video-thumbnail {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.sellerportal-overall-wrapper .area-hero .video-wrapper.hide-thumbnail .play-button {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.sellerportal-overall-wrapper .area-hero .video-wrapper .loading-cover {
  align-items: center;
  background-color: #404a56;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 250;
}
.sellerportal-overall-wrapper .area-hero .video-wrapper .video-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  z-index: 100;
}
.sellerportal-overall-wrapper .area-hero .video-wrapper .play-button {
  display: block;
  position: absolute;
  z-index: 150;
}
.sellerportal-overall-wrapper .area-hero .video-wrapper #youtube-video-iframe-container {
  border: 0;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 75;
}
.sellerportal-overall-wrapper .area-hero .loader-dual-ring,
.sellerportal-overall-wrapper .area-hero .loader-dual-ring:after {
  box-sizing: border-box;
}
.sellerportal-overall-wrapper .area-hero .loader-dual-ring {
  display: inline-block;
  height: 80px;
  width: 80px;
}
.sellerportal-overall-wrapper .area-hero .loader-dual-ring:after {
  animation: loader-dual-ring 1.2s linear infinite;
  border: 6.4px solid #fff;
  border-color: #fff transparent #fff transparent;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
@keyframes loader-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sellerportal-overall-wrapper .area-hero .dotted-line {
  display: block;
  position: absolute;
  z-index: 50;
}
.sellerportal-overall-wrapper .area-hero .dotted-line.dotted-line-1 {
  left: -64px;
  top: -5px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .dotted-line.dotted-line-1 {
    left: 0;
    top: -11px;
  }
}
.sellerportal-overall-wrapper .area-hero .dotted-line.dotted-line-2 {
  bottom: -132px;
  left: -10px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .dotted-line.dotted-line-2 {
    bottom: -200px;
    left: -5px;
  }
}
.sellerportal-overall-wrapper .area-hero .dotted-line.dotted-line-3 {
  right: -20px;
  top: 0;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-hero .dotted-line.dotted-line-3 {
    right: 0;
    top: -11px;
  }
}
.sellerportal-overall-wrapper .area-description {
  background: #fff;
  clear: both;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description {
    padding: 38px 0;
  }
}
.sellerportal-overall-wrapper .area-description .section-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description .section-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
.sellerportal-overall-wrapper .area-description .paragraph {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.95;
  margin: 0;
}
.sellerportal-overall-wrapper .area-description .small-dash {
  background: #ff5c39;
  clear: both;
  height: 3px;
  margin: 33px auto;
  width: 208px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description .small-dash {
    width: 278px;
  }
}
.sellerportal-overall-wrapper .area-description .superscript {
  font-size: inherit;
  position: relative;
  vertical-align: middle;
}
.sellerportal-overall-wrapper .area-description-with-images {
  background: #f4f4f4;
}
.sellerportal-overall-wrapper .area-description-with-images .description-with-image {
  clear: both;
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description-with-images .description-with-image {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
  }
}
@media (min-width: 1000px) {
  .sellerportal-overall-wrapper .area-description-with-images .description-with-image {
    padding: 85px 0;
  }
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description-with-images .description-with-image.second-set {
    padding-top: 0;
  }
}
.sellerportal-overall-wrapper .area-description-with-images .image-block {
  border-radius: 24px;
  box-shadow: 0 2px 9px 2px rgba(97, 97, 97, 0.5);
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description-with-images .image-block {
    flex: 1;
    margin: 0 15px 0 0;
    width: auto;
  }
}
@media (min-width: 1000px) {
  .sellerportal-overall-wrapper .area-description-with-images .image-block {
    margin-right: 35px;
  }
}
.sellerportal-overall-wrapper .area-description-with-images .image-block .image {
  display: block;
  width: 100%;
}
.sellerportal-overall-wrapper .area-description-with-images .description-block {
  clear: both;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description-with-images .description-block {
    flex: 1;
    margin: 0 0 0 15px;
  }
}
@media (min-width: 1000px) {
  .sellerportal-overall-wrapper .area-description-with-images .description-block {
    margin-left: 35px;
  }
}
.sellerportal-overall-wrapper .area-description-with-images .section-title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 36px 0 6px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description-with-images .section-title {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .sellerportal-overall-wrapper .area-description-with-images .section-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .sellerportal-overall-wrapper .area-description-with-images .section-title {
    padding-right: 50px;
  }
}
.sellerportal-overall-wrapper .area-description-with-images .section-title.no-subtitle {
  margin-bottom: 15px;
}
.sellerportal-overall-wrapper .area-description-with-images .section-subtitle {
  clear: both;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 18px;
}
@media (min-width: 1000px) {
  .sellerportal-overall-wrapper .area-description-with-images .section-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.sellerportal-overall-wrapper .area-description-with-images .superscript {
  font-size: 50%;
  font-weight: 600;
  position: relative;
  top: 1px;
  vertical-align: super;
}
.sellerportal-overall-wrapper .area-description-with-images .small-dash {
  background: #ff5c39;
  clear: both;
  height: 3px;
  margin: 0 0 16px;
  width: 82px;
}
@media (min-width: 1000px) {
  .sellerportal-overall-wrapper .area-description-with-images .small-dash {
    margin-bottom: 18px;
  }
}
.sellerportal-overall-wrapper .area-description-with-images .paragraph {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description-with-images .paragraph {
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .sellerportal-overall-wrapper .area-description-with-images .paragraph {
    font-size: 18px;
    line-height: 2;
  }
}
.sellerportal-overall-wrapper .area-description-with-images .paragraph .superscript {
  font-size: 70%;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description-with-images .order-1 {
    margin: 0 15px 0 0;
    order: 1;
  }
}
@media (min-width: 1000px) {
  .sellerportal-overall-wrapper .area-description-with-images .order-1 {
    margin-right: 35px;
  }
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description-with-images .order-2 {
    margin: 0 0 0 15px;
    order: 2;
  }
}
@media (min-width: 1000px) {
  .sellerportal-overall-wrapper .area-description-with-images .order-2 {
    margin-left: 35px;
  }
}
.sellerportal-overall-wrapper .area-description-with-images .disclaimer-block {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-description-with-images .disclaimer-block {
    margin: -16px 0 30px;
  }
}
@media (min-width: 1000px) {
  .sellerportal-overall-wrapper .area-description-with-images .disclaimer-block {
    margin: -60px 0 35px;
  }
}
.sellerportal-overall-wrapper .area-description-with-images .disclaimer-block .superscript {
  font-size: 70%;
  vertical-align: super;
}
.sellerportal-overall-wrapper .area-description-with-images .disclaimer-block .link {
  color: #ff5c39;
  text-decoration: underline;
}
.sellerportal-overall-wrapper .area-description-with-images .disclaimer-block .more-disclaimers {
  padding-top: 10px;
}
.sellerportal-overall-wrapper .section-value-propositions {
  background-color: #fff;
  min-height: 200px;
  overflow: hidden;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .sellerportal-overall-wrapper .section-value-propositions {
    padding-top: 40px;
  }
}
.sellerportal-overall-wrapper .section-value-propositions .section-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 13px;
  padding: 0 18px;
  text-align: center;
}
@media (min-width: 450px) {
  .sellerportal-overall-wrapper .section-value-propositions .section-title {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .sellerportal-overall-wrapper .section-value-propositions .section-title {
    font-size: 36px;
  }
}
.sellerportal-overall-wrapper .section-value-propositions .section-subtitle {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0 40px;
  text-align: center;
}
@media (min-width: 450px) {
  .sellerportal-overall-wrapper .section-value-propositions .section-subtitle {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .sellerportal-overall-wrapper .section-value-propositions .section-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .propositions-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 45px;
  }
}
@media (min-width: 992px) {
  .sellerportal-overall-wrapper .section-value-propositions .propositions-box {
    margin: 70px 0 80px;
  }
}
.sellerportal-overall-wrapper .section-value-propositions .phone-container {
  clear: both;
  margin: 25px auto 40px;
  max-width: 340px;
  width: 100%;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .phone-container {
    margin: 0 auto;
    clear: none;
    float: right;
    margin: 0;
    order: 2;
  }
}
@media (min-width: 1150px) {
  .sellerportal-overall-wrapper .section-value-propositions .phone-container {
    margin: 0;
    max-width: 640px;
  }
}
.sellerportal-overall-wrapper .section-value-propositions .phone-image {
  display: block;
  left: -5000px;
  margin: 0 auto;
  outline: none;
  position: absolute;
  top: 0;
  width: 290px;
  padding: 0;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .phone-image {
    right: -13px;
  }
}
@media (min-width: 1150px) {
  .sellerportal-overall-wrapper .section-value-propositions .phone-image {
    float: right;
    margin: 0;
    right: 25px;
    width: 525px;
  }
}
.sellerportal-overall-wrapper .section-value-propositions .phone-image.active-element {
  left: auto;
  position: relative;
  top: auto;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container {
    float: left;
    margin: 0;
    order: 1;
    width: calc(100% - 340px);
  }
}
@media (min-width: 1150px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container {
    width: calc(100% - 180px);
  }
}
.sellerportal-overall-wrapper .section-value-propositions .item-container .value-item {
  background: transparent;
  box-shadow: none;
  border-radius: 10px;
  clear: both;
  display: none;
  overflow: hidden;
  padding: 0px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .value-item {
    background: #fff;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    margin: 0 0 10px;
    position: relative;
    padding: 15px 15px 15px 20px;
  }
}
@media (min-width: 992px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .value-item {
    padding: 15px 20px 15px 36px;
  }
}
@media (min-width: 1150px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .value-item {
    margin: 0 0 20px;
    padding: 30px 20px 30px 36px;
  }
}
.sellerportal-overall-wrapper .section-value-propositions .item-container .value-item:last-child {
  margin: 0;
}
.sellerportal-overall-wrapper .section-value-propositions .item-container .value-item.active-element {
  display: block;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .value-item.active-element {
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .value-item.active-element::before {
    background: #ff5c39;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .value-item.active-element::before {
    width: 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .value-item.active-element::before {
    width: 18px;
  }
}
.sellerportal-overall-wrapper .section-value-propositions .item-container .item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 8px;
  display: none;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .item-title {
    display: block;
  }
}
@media (min-width: 1150px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .item-title {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
.sellerportal-overall-wrapper .section-value-propositions .item-container .item-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .item-description {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .item-description {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1150px) {
  .sellerportal-overall-wrapper .section-value-propositions .item-container .item-description {
    font-size: 18px;
  }
}
.sellerportal-overall-wrapper .section-value-propositions .item-container .item-description .link {
  color: inherit;
  display: inline;
  text-decoration: underline;
}
.sellerportal-overall-wrapper .section-value-propositions .item-container .item-description .orange {
  color: #ff5c39;
}
.sellerportal-overall-wrapper .section-value-propositions .mobile-navigation {
  margin: 0 -20px 11px;
  overflow: scroll;
  padding: 23px 0 17px;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .section-value-propositions .mobile-navigation {
    display: none;
  }
}
.sellerportal-overall-wrapper .section-value-propositions .mobile-navigation .navigation-strip {
  display: block;
  width: 620px;
}
.sellerportal-overall-wrapper .section-value-propositions .mobile-navigation .navigation-strip .nav-item {
  align-items: start;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  float: left;
  height: 98px;
  justify-content: center;
  margin: 0 0 0 15px;
  overflow: hidden;
  position: relative;
  width: 104px;
}
.sellerportal-overall-wrapper .section-value-propositions .mobile-navigation .navigation-strip .nav-item:first-child {
  margin-left: 20px;
}
.sellerportal-overall-wrapper .section-value-propositions .mobile-navigation .navigation-strip .nav-item.active-element::before {
  background: #ff5c39;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.sellerportal-overall-wrapper .section-value-propositions .mobile-navigation .navigation-strip .text-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 20px 8px 0;
  text-align: center;
}
.sellerportal-overall-wrapper .area-cta {
  background: url(/images/recos/1325/articles/sellerportal/dots-mobile.webp) no-repeat center;
  background-color: #3f4a58;
  background-size: auto 200%;
  padding: 55px 0 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-cta {
    background-image: url(/images/recos/1325/articles/sellerportal/dots-desktop.webp);
    background-size: cover;
    padding: 68px 0 74px;
  }
}
.sellerportal-overall-wrapper .area-cta .section-title {
  color: #fff;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 24px;
  text-shadow: 0 2px 7px #6e6e6e;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-cta .section-title {
    font-size: 30px;
    margin-bottom: 34px;
  }
}
.sellerportal-overall-wrapper .area-cta .cta-button {
  margin: 0 auto;
}
.sellerportal-overall-wrapper .area-get-started {
  background: #FFFFFF;
  bottom: 0;
  display: none;
  left: 0;
  max-width: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.sellerportal-overall-wrapper .area-get-started.sticky-get-started {
  display: block;
}
@media (min-width: 768px) {
  .sellerportal-overall-wrapper .area-get-started.sticky-get-started {
    display: none;
  }
}
.sellerportal-overall-wrapper .area-get-started .cta-button {
  background: #ff5c39;
  border-radius: 0;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 55px;
  padding: 5px 0 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/retail/Web/Images/Web04/RECos/1325/src/scss/_variables.scss%22,%22file:///C:/retail/Web/Images/Web04/RECos/1325/articles/sellerportal/style.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAgPuC;AAAA;AC3NvC;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAlDF;EAuCA;IAcI;IACA;;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAlEJ;EA+DE;IAMI;IACA;IACA;;;AAGF;EACE;;AA3EN;EA0EI;IAII;;;AAIJ;EACE;EACA;;AApFN;EAkFI;IAKI;;;AAKN;EACE;;AA7FJ;EA4FE;IAII;;;AAIJ;EACE;EACA;;AAtGJ;EAoGE;IAKI;;;AAGF;EACE;EACA;EACA;;AA/GN;EA4GI;IAMI;;;AAKN;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAlIJ;EA4HE;IASI;;;AAGF;EACE;;AAEA;EAHF;IAII;;;AAKN;EACE;EACA;EACA;EACA;;AArJJ;EAiJE;IAOI;;;AAIJ;EACE;;AA7JJ;EA4JE;IAII;;;AAIJ;EACE;;AArKJ;EAoKE;IAII;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAxLJ;EA4KE;IAeI;IACA;;;AAGF;EAnBF;IAoBI;;;AAGF;EAvBF;IAwBI;;;AAGF;EACE;;AAEA;EACE;EACA;EACA;;AAKF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAIJ;AAAA;EAEE;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAzSN;EAuSI;IAKI;IACA;;;AAIJ;EACE;EACA;;AAnTN;EAiTI;IAKI;IACA;;;AAIJ;EACE;EACA;;AA7TN;EA2TI;IAKI;IACA;;;AAMR;EACE;EACA;EACA;;AA1UF;EAuUA;IAMI;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AArVJ;EAgVE;IAQI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAzWJ;EAoWE;IAQI;;;AAIJ;EACE;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;EACA;;AA5XJ;EA0XE;IAKI;IACA;IACA;IACA;;;AAGF;EAXF;IAYI;;;AAtYN;EAyYI;IAEI;;;AAKN;EACE;EACA;EACA;EACA;;AApZJ;EAgZE;IAOI;IACA;IACA;;;AAGF;EAZF;IAaI;;;AAGF;EACE;EACA;;AAIJ;EACE;;AAvaJ;EAsaE;IAII;IACA;;;AAGF;EARF;IASI;;;AAIJ;EACE;EACA;EACA;EACA;;AAvbJ;EAmbE;IAOI;;;AAGF;EAVF;IAWI;;;AAlbN;EAuaE;IAeI;;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EAPF;IAQI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EAPF;IAQI;;;AAIJ;EACE;EACA;EACA;EACA;;AA/eJ;EA2eE;IAOI;;;AAGF;EAVF;IAWI;IACA;;;AAGF;EACE;EACA;;AA5fN;EAggBE;IAEI;IACA;;;AAGF;EANF;IAOI;;;AAvgBN;EA2gBE;IAEI;IACA;;;AAGF;EANF;IAOI;;;AAIJ;EACE;EACA;EACA;;AAzhBJ;EAshBE;IAMI;;;AAGF;EATF;IAUI;;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;AAKN;EACE;EACA;EACA;EACA;;AAjjBF;EA6iBA;IAOI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EARF;IASI;;;AAhkBN;EAujBE;IAaI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATF;IAUI;;;AAllBN;EAwkBE;IAcI;;;AA5lBN;EAgmBE;IAEI;IACA;IACA;IACA;;;AA/lBN;EA0lBE;IASI;;;AAIJ;EACE;EACA;EACA;EACA;;AAjnBJ;EA6mBE;IAOI;IACA;IACA;IACA;IACA;;;AAGF;EAdF;IAeI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAzoBJ;EAioBE;IAWI;;;AAGF;EAdF;IAeI;IACA;IACA;IACA;;;AAGF;EACE;EACA;EACA;;AAzpBN;EA6pBE;IAEI;IACA;IACA;IACA;;;AAGF;EARF;IASI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAhrBN;EAyqBI;IAUI;IACA;IACA;IACA;IACA;IACA;IACA;;;AAnrBR;EAmqBI;IAoBI;;;AAGF;EAvBF;IAwBI;IACA;;;AAGF;EACE;;AAGF;EACE;;AA1sBR;EAysBM;IAII;;;AA7sBV;EAgtBQ;IAEI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAztBZ;EAgtBQ;IAYM;;;AAttBd;EA0sBQ;IAgBM;;;AAOV;EACE;EACA;EACA;EACA;EACA;;AA5uBN;EAuuBI;IAQI;;;AAGF;EAXF;IAYI;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;AA5vBN;EAwvBI;IAOI;IACA;;;AA1vBR;EAkvBI;IAYI;IACA;;;AAGF;EAhBF;IAiBI;;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAKN;EACE;EACA;EACA;;AA3xBJ;EAwxBE;IAMI;;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;;AAMR;EACE;EACA;EACA;EACA;EACA;;AAv1BF;EAk1BA;IAQI;IACA;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAv2BJ;EA+1BE;IAWI;IACA;;;AAIJ;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AA/3BJ;EA83BE;IAII;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA%22%7D */