.sello-modal {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 10000;
  width: 570px;
  height: 570px;
  display: block; }

.sello-modal .modal-content {
  background: #fff;
  background-size: cover;
  text-align: center;
  border-radius: 5px; }

.sello-modal .close {
  border: none;
  float: right;
  background: url(../images/modal-close.png) no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  margin: 14px 10px 0 0; }

.sello-modal h3 {
  font-weight: 100;
  font-size: 36px;
  line-height: 40px;
  color: #3F434C;
  margin: 0;
  padding: 50px 0 5px 0; }

.sello-modal p {
  color: #A1A3A8;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.sello-modal .modal-body {
  padding: 40px 80px 20px 80px; }

.social-logins {
  margin: 0 -20px 30px -20px;
  text-align: center; }

.social-logins a {
  width: 190px;
  height: 50px;
  background: #FBFBFB;
  border: 1px solid #D9DADC;
  border-radius: 5px;
  line-height: 50px;
  display: inline-block;
  margin: 0 11px 0 11px;
  color: #3F434C;
  font-size: 12px;
  text-decoration: none; }

.social-logins a.facebook span {
  background: url(../images/facebook-icon-mini.png) no-repeat center left;
  padding-left: 25px;
  display: inline-block; }

.social-logins a.google span {
  background: url(../images/google-icon-mini.png) no-repeat center left;
  padding-left: 25px;
  display: inline-block; }

.sr-only {
  display: none; }

.form-group {
  margin: 0 0 13px 0; }

.form-control {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #D9DADC;
  box-sizing: border-box;
  padding: 15px; }

textarea.form-control {
  height: 250px; }

.btn-form {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #FF3366;
  color: #fff;
  border: none;
  margin-top: 7px;
  cursor: pointer; }

.form a {
  color: #3F434C;
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 0 0;
  text-decoration: none;
  display: inline-block; }

.sello-modal .terms-link {
  margin-top: 15px;
  line-height: 18px; }

.sello-modal .terms-link a {
  color: #3F434C;
  text-decoration: underline; }

.modal-footer {
  box-sizing: border-box;
  padding: 30px 80px 40px 80px;
  border-top: 1px solid #D9DADC; }

.modal-footer p {
  margin: 0 0 10px 0; }

.modal-footer a {
  text-decoration: underline;
  color: #3F434C; }

.modal-footer .atradera {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 50px;
  background: #FFCF3D;
  color: #2D3743;
  border: none;
  margin-top: 7px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none; }

.atradera img {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 5px; }

.hidden {
  display: none; }

.single-page {
  width: 100%;
  background: #fff;
  padding: 40px 0;
  float: left; }

.single-page h3 {
  font-weight: 300;
  margin: 0;
  padding: 0px 0 25px 0;
  font-size: 32px;
  line-height: 38px;
  color: #5c6067; }

/* LOGIN AND MFA
-------------------------------------------------- */
.login-cont {
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

.slide-form.login-form {
  position: relative;
  height: 300px;
  top: 0px; }

.slide-form.mfa-form {
  position: relative;
  height: 0px;
  top: 1000px; }

.slide-form.mfa-form.active {
  top: 0px;
  height: 300px;
  transition: 0.5s; }

.slide-form.login-form.inactive {
  height: 0px;
  top: -1000px;
  transition: 0.5s; }

.forgot-pass-p {
  margin-top: -45px; }

.loginError, .mfaError {
  padding-bottom: 15px; }

/* COOKIES LAW BANNER
-------------------------------------------------- */
.cookie-banner {
  position: fixed;
  bottom: -100px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 999;
  background: #ccc;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.cookie-banner.show-cookielaw {
  bottom: 0px; }

.cookie-banner.accepted {
  bottom: -100px; }

.cookie-banner .content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #ccc;
  margin: 23px 0;
  text-align: left;
  color: #9ea0a4;
  font-weight: 300;
  font-size: 20px;
  line-height: 100px;
  display: inline-block;
  vertical-align: middle; }

.cookie-banner .text {
  color: #444;
  width: 75%;
  float: left;
  line-height: 18px; }

.cookie-banner .text a {
  color: #FF3366;
  text-decoration: none;
  float: none;
  width: auto;
  margin: 0; }

.cookie-banner .button {
  width: 25%;
  float: right; }

.cookie-banner .accept-cookie {
  display: block;
  background: #FF3366;
  color: #fff;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 5px;
  font-weight: 400;
  float: right;
  margin: auto;
  line-height: normal;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.cookie-banner .accept-cookie:hover {
  background: #3F434C;
  color: #fff; }

.copyright.show-cookielaw {
  margin-bottom: 100px; }

@media (max-width: 700px) {
  .cookie-banner .content {
    margin: 23px 0; }

  .cookie-banner .button {
    margin: 0 5% 0 0;
    width: 30%; }

  .cookie-banner .text {
    margin: 0 0 0 5%;
    width: 60%; } }
body {
  height: 100%;
  width: 100%;
  line-height: 1.5em;
  font-family: Avenir, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

.main-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem; }
  @media screen and (min-width: 420px) {
    .main-nav {
      margin: 0;
      flex-wrap: nowrap; } }
  .main-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 1rem;
    padding: 0; }
  .main-nav li {
    list-style-type: none;
    padding: 0 10px 0 0; }
    @media screen and (min-width: 750px) {
      .main-nav li {
        padding: 0 0.5rem; } }
    @media screen and (min-width: 1200px) {
      .main-nav li {
        padding: 0 1rem; } }
  .main-nav a {
    text-decoration: none;
    color: white; }

.login-button {
  display: flex;
  justify-content: center;
  align-items: center; }
  .login-button.desktop-login {
    display: none;
    margin-right: 2rem;
    margin-top: 0; }
    @media screen and (min-width: 420px) {
      .login-button.desktop-login {
        display: block; } }
  .login-button.mobile-login {
    margin-right: 1rem; }
    @media screen and (min-width: 420px) {
      .login-button.mobile-login {
        display: none; } }
  .login-button a {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 29px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: white;
    margin-left: 1rem; }
    @media screen and (min-width: 420px) {
      .login-button a {
        margin-left: 2rem; } }
    .login-button a:hover {
      background: #ff3366;
      border-color: #ff3366; }

section.usp.odd {
  border-top: 1px solid #ccc;
  background: #eee; }
  @media screen and (min-width: 750px) {
    section.usp.odd .content {
      order: 1; }
    section.usp.odd .illustration {
      order: 2; } }
section.usp.even {
  background: #262c39;
  color: white; }
section.usp .related-brands {
  display: flex;
  padding: 1rem 0;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap; }
  section.usp .related-brands a {
    width: 100px;
    height: 30px;
    display: flex; }
    @media screen and (min-width: 750px) {
      section.usp .related-brands a {
        margin: 0.5rem 1rem; } }
    section.usp .related-brands a img {
      max-width: 100%;
      max-height: 100%;
      padding: 5px; }
section.usp h2 {
  font-size: 18pt;
  font-weight: bold;
  margin-top: 0;
  line-height: 1.25em; }
  @media screen and (min-width: 750px) {
    section.usp h2 {
      font-size: 28pt;
      font-weight: 500; } }
section.usp h3 {
  font-size: 18pt;
  margin-bottom: 0;
  padding-bottom: 0; }
section.usp .section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em; }
  @media screen and (min-width: 420px) {
    section.usp .section-container {
      flex-wrap: nowrap;
      padding: 5rem 2rem; } }
  section.usp .section-container .content, section.usp .section-container .illustration {
    width: 100%; }
    @media screen and (min-width: 420px) {
      section.usp .section-container .content, section.usp .section-container .illustration {
        width: 48%; } }
  section.usp .section-container .illustration {
    text-align: center;
    margin-bottom: 2rem; }
    @media screen and (min-width: 1200px) {
      section.usp .section-container .illustration {
        margin: 0; } }
    section.usp .section-container .illustration img {
      width: 100%;
      height: 100%;
      max-height: 250px; }
      @media screen and (min-width: 750px) {
        section.usp .section-container .illustration img {
          max-height: 500px; } }

.hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #262c39;
  color: white;
  width: 100%;
  padding: 1rem 0; }
  @media screen and (min-width: 750px) {
    .hero {
      padding: 3rem 0; } }
  @media screen and (min-width: 1200px) {
    .hero {
      padding: 0;
      height: 88vh; } }
  @media screen and (min-width: 1600px) {
    .hero {
      padding: 3rem 0 8rem 0;
      height: auto; } }
  .hero .hero-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 1rem; }
    @media screen and (min-width: 750px) {
      .hero .hero-content {
        margin: 5vh -1rem 0 1rem; } }
    @media screen and (min-width: 1200px) {
      .hero .hero-content {
        margin: 0 2rem; } }
    @media screen and (min-width: 1600px) {
      .hero .hero-content {
        margin: 0 -50px 0 0; } }
  .hero .hero-text {
    width: 100%; }
    @media screen and (min-width: 420px) {
      .hero .hero-text {
        width: 40%; } }
    @media screen and (min-width: 750px) {
      .hero .hero-text {
        margin-left: 1rem; } }
    .hero .hero-text h1 {
      font-weight: 200;
      margin: 0;
      padding: 0;
      font-size: 36px;
      line-height: 40px; }
      @media screen and (min-width: 750px) {
        .hero .hero-text h1 {
          font-size: 30px;
          line-height: 38px; } }
      @media screen and (min-width: 1200px) {
        .hero .hero-text h1 {
          font-size: 46px;
          line-height: 58px; } }
  .hero .hero-image {
    width: 100%;
    display: none; }
    @media screen and (min-width: 420px) {
      .hero .hero-image {
        width: 60%;
        display: block; } }
    .hero .hero-image img {
      width: 100%; }

header {
  background-color: #262c39; }
  header .header-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 20;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1rem; }
    @media screen and (min-width: 420px) {
      header .header-container {
        padding-top: 0;
        flex-wrap: nowrap; } }
    header .header-container .logo {
      margin-left: 1rem; }
      header .header-container .logo img {
        width: 100px; }
      @media screen and (min-width: 420px) {
        header .header-container .logo {
          margin-left: 2rem; } }
    @media screen and (min-width: 750px) {
      header .header-container {
        padding: 1rem 0; } }
    @media screen and (min-width: 1200px) {
      header .header-container {
        height: 8vh; } }

.markets-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  margin-top: 1rem;
    /*img {

      
    }*/ }
  @media screen and (min-width: 420px) {
    .markets-list {
      margin-top: 0; } }
  .markets-list a {
    display: flex;
    width: 80px;
    height: 20px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 420px) {
      .markets-list a {
        width: 100px;
        height: 30px;
        padding: 10px 25px; } }
    @media screen and (min-width: 1200px) {
      .markets-list a {
        width: 100px;
        height: 40px;
        padding: 25px; } }
    @media screen and (min-width: 1600px) {
      .markets-list a {
        width: 100px;
        height: 30px;
        padding: 30px; } }
    .markets-list a img {
      max-width: 100%;
      max-height: 100%; }

.product-sales-counter {
  height: 200px;
  background: url(../images/cover-products-mobile.png) no-repeat center #fff;
  text-align: center; }
  .product-sales-counter h3 {
    font-size: 20px;
    line-height: 1.2em;
    padding: 30px 0 10px 0; }
  .product-sales-counter .product-count {
    font-size: 50px;
    line-height: 1em;
    font-weight: 400; }
  @media screen and (min-width: 750px) {
    .product-sales-counter {
      background: url(../images/cover-products.png) no-repeat center #fff;
      height: 230px; }
      .product-sales-counter h3 {
        color: #9fa1a5;
        font-size: 24px;
        margin: 0;
        font-weight: 300;
        padding: 60px 0 0 0; }
      .product-sales-counter .product-count {
        color: #3F434C;
        font-weight: 100;
        font-size: 90px;
        line-height: 90px; } }
  @media screen and (min-width: 1200px) {
    .product-sales-counter {
      height: 270px; }
      .product-sales-counter .product-count {
        font-size: 120px;
        line-height: 120px; } }

.so-container {
  width: auto; }
  @media screen and (min-width: 1700px) {
    .so-container {
      width: 1600px;
      margin: 0 auto; } }

.nav-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
  .nav-overlay.active {
    -webkit-animation: showOverlay 0.3s;
    opacity: 1;
    height: auto; }
@-webkit-keyframes showOverlay {
  0% {
    height: 0; }
  1% {
    height: auto;
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes showOverlay {
  0% {
    height: 0; }
  1% {
    height: auto;
    opacity: 0; }
  100% {
    opacity: 1; } }
.sello-3step {
  align-items: baseline !important;
  justify-content: center; }
  .sello-3step .step {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
    @media screen and (min-width: 750px) {
      .sello-3step .step {
        width: 30%;
        margin: 0; } }
  .sello-3step h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 10px 0; }
  .sello-3step p {
    font-size: 16px;
    line-height: 19px;
    color: #8a8c92;
    font-size: 200;
    margin: 0;
    padding: 0; }

.testimonials {
  flex-wrap: wrap !important;
  justify-content: space-evenly !important; }
  .testimonials .testimonial {
    width: 100%;
    background: white;
    margin-bottom: 2rem; }
    @media screen and (min-width: 750px) {
      .testimonials .testimonial {
        width: 45%; } }
    .testimonials .testimonial .inner {
      padding: 2rem; }
    .testimonials .testimonial .who {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 1rem; }
    .testimonials .testimonial blockquote {
      margin: 0;
      font-style: italic; }
    .testimonials .testimonial .image {
      width: 60px;
      height: 60px;
      overflow: hidden;
      border-radius: 50%;
      display: inline-block;
      border: 3px solid rgba(255, 255, 255, 0.3);
      margin-right: 1em; }
      .testimonials .testimonial .image img {
        width: 100%;
        min-height: 100%; }

.pricing-wrapper {
  justify-content: space-evenly !important; }
  .pricing-wrapper h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 30px 0;
    line-height: 29px; }
  .pricing-wrapper .price-box {
    width: 100%;
    border-top: 4px solid #FF3366;
    background: #575d69;
    background: -moz-linear-gradient(top, #575d69 0%, #262c39 100%);
    background: -webkit-linear-gradient(top, #575d69 0%, #262c39 100%);
    background: linear-gradient(to bottom, #575d69 0%, #262c39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575d69', endColorstr='$dark-blue',GradientType=0 );
    text-align: center;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 10px; }
    @media screen and (min-width: 750px) {
      .pricing-wrapper .price-box {
        width: 40%;
        min-height: 570px;
        margin: 0 25px; } }
    @media screen and (min-width: 1200px) {
      .pricing-wrapper .price-box {
        width: 30%;
        min-height: 570px;
        margin: 0 50px; } }
    .pricing-wrapper .price-box h4 {
      color: #aaadb3;
      font-size: 48px;
      line-height: 56px;
      margin: 0;
      padding: 20px 0 15px 0;
      font-weight: 300; }
    .pricing-wrapper .price-box p {
      padding: 0;
      margin: 0; }
    .pricing-wrapper .price-box a {
      font-size: 16px;
      line-height: 19px;
      color: #fff;
      text-decoration: none;
      padding: 10px 20px;
      box-sizing: border-box;
      border: 1px solid #fff;
      border-radius: 5px;
      padding: 10px 20px;
      margin: 30px 0 35px 0;
      display: inline-block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .pricing-wrapper .price-box a:hover {
        background: #ff3366;
        border-color: #ff3366; }
    .pricing-wrapper .price-box ul {
      color: #dddedf;
      font-size: 16px;
      line-height: 19px;
      list-style: none;
      margin: 0;
      padding: 0; }
      .pricing-wrapper .price-box ul li {
        margin: 0;
        padding: 25px 0;
        position: relative; }
        .pricing-wrapper .price-box ul li:before {
          content: "";
          width: 60%;
          height: 1px;
          margin: 0 20%;
          display: block;
          background: rgba(255, 255, 255, 0.1);
          position: absolute;
          top: 0; }

.cta-button {
  cursor: pointer;
  display: inline-block;
  background: #FF3366;
  color: #fff;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 5px;
  font-weight: 400; }

.start-selling {
  text-align: center;
  display: block !important; }
  .start-selling h3 {
    font-weight: 300;
    font-size: 40px !important;
    line-height: 47px;
    margin: 0;
    padding: 2px 0; }
  .start-selling p {
    margin: 0;
    padding: 0; }

.footer {
  background: #EEEFF1;
  position: relative;
  height: 95px;
  box-sizing: border-box;
  padding: 30px 0 0 0;
  font-weight: 300;
  width: 100%;
  float: left; }

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top; }

.footer li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top; }

.footer .footer-logo {
  background: url(../images/sello-logo-color.png) no-repeat center;
  display: inline-block;
  width: 97px;
  height: 31px;
  font-size: 0;
  text-indent: -9999em;
  vertical-align: top; }

.footer .footer-social-nav {
  margin: 0 0 0 30px; }

.footer .footer-social-nav li {
  margin: 0 10px 0 0; }

.footer .footer-social-nav li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  font-size: 0;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top; }

.footer .footer-social-nav li.facebook a {
  background-image: url(../images/icon-facebook.png); }

.footer .footer-social-nav li.twitter a {
  background-image: url(../images/icon-twitter.png); }

.footer .footer-social-nav li.google a {
  background-image: url(../images/icon-google.png); }

.footer .footer-login-nav {
  float: right; }

.footer .footer-login-nav li a {
  background: #3F434C;
  border-radius: 5px;
  padding: 10px 29px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.footer .footer-login-nav li a:hover {
  background: #ff3366; }

.footer .footer-nav {
  position: absolute;
  top: 10px;
  right: 120px; }

.footer .footer-nav li {
  position: relative; }

.footer .footer-nav li a {
  color: #3F434C;
  text-decoration: none;
  padding: 10px 20px;
  box-sizing: border-box; }

.footer .footer-nav li:before {
  content: "";
  width: 80%;
  margin: 0 10%;
  height: 5px;
  background: #FF3366;
  display: block;
  position: absolute;
  top: 49px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

.footer .footer-nav li:hover:before,
.footer .footer-nav li.active:before {
  opacity: 1; }

.copyright {
  background: #fff;
  height: 70px;
  color: #9FA1A5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 25px 0 0 0;
  box-sizing: border-box;
  width: 100%;
  float: left; }

.copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right; }

.copyright li {
  display: inline-block;
  margin: 0 0 0 35px;
  padding: 0; }

.copyright a {
  color: #9FA1A5;
  text-decoration: none; }

.copyright a:hover {
  color: #ff3366; }

.holder {
  width: 1240px;
  margin: 0 auto;
  position: relative; }

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