/* ===== BASE ====== */
/* CONTAINER'S MAX WIDTH */
/* FONTS */
/* FONT-SIZE */
:root {
  --fontSize-regular: 1.125rem;
  --fontSize-xxlarge: 4.875rem;
  --fontSize-xxlarge-02: 4.25rem;
  --fontSize-xlarge: 3.625rem;
  --fontSize-xlarge-02: 2.375rem;
  --fontSize-large: 1.75rem;
  --fontSize-medium: 1.375rem;
  --fontSize-small: 0.875rem;
  --fontSize-xsmall: 0.5rem;
}
@media (max-width: 640px) {
  :root {
    --fontSize-regular: 0.875rem;
    --fontSize-xlarge: 2.375rem;
    --fontSize-large: 2rem;
    --fontSize-medium: 1.125rem;
    --fontSize-small: 0.875rem;
    --fontSize-xsmall: 0.5rem;
  }
}

/* LINE HEIGHT */
/* COLORS */
/* BRANDS COLOR */
/* STATUS COLOR */
/* FOR SPACING (MARGIN AND PADDING) */
/* IMAGE SPRITE */
/* ICONS */
/* ===== SELLERS PAGE (sp) ===== */
/* SELLERS PAGE CONTENT */
.content--body {
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .content--body {
    margin-bottom: 0px;
  }
}
.content--body h2,
.content--body h3 {
  margin-top: 0;
}
.content--body p + h2 {
  margin-top: 35px;
}
.content--body h3, .content--body h4, .content--body h5 {
  font-weight: 400;
  color: #595959;
}
.content--body p {
  margin-bottom: 20px;
}
.content--body table td {
  vertical-align: middle;
  text-align: center;
}
.content--body table td ul {
  padding: 0 0 0 20px;
  text-align: left;
}
.content--body table td ul li {
  position: relative;
  padding: 0;
  list-style: none;
}
.content--body table td ul li::after {
  position: absolute;
  content: "-";
  left: 0;
  top: 50%;
  -webkit-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}
.content--body ul, .content--body ol {
  padding-bottom: 0;
  padding-left: 2rem;
  margin-bottom: 20px;
}
.content--body ul > li:last-child, .content--body ol > li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .content--body ul, .content--body ol {
    padding-bottom: 0;
  }
}
.content--body .button--primary {
  margin-top: 15px;
  margin-bottom: 0;
}

/* PAGE NAVIGATION */
.sp-page-nav {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .sp-page-nav {
    padding-top: 55px;
  }
}

/* INNOVATION */
/* EVENTS */
.sp-events {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .sp-events {
    padding-top: 40px;
  }
}

/* HOW TO APPLY */
.sp-apply {
  padding: 65px 0 0;
}
.sp-apply .button--primary {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sp-apply {
    padding: 40px 0 0;
  }
}

/* SELLERS PORTAL */
.sp-portal {
  padding: 65px 0 0;
}
.sp-portal .button--primary {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sp-portal {
    padding: 20px 0 0;
  }
}

/* ACCREDITATION */
.sp-accreditation {
  padding: 65px 0 0;
}
@media (max-width: 767px) {
  .sp-accreditation {
    padding: 45px 0 0;
  }
}

/* CONTACT */
.pl-contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pl-contact {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}