@charset "UTF-8";
a {
  color: #e20917;
}

html {
  font-size: 16px;
  letter-spacing: 0px!important;
}

@media (max-width: 991px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: Poppins, 'Microsoft YaHei', '微软雅黑', sans-serif;
  color: #1A1918;
  letter-spacing: 0px!important;
}

a:focus,
a:hover {
  text-decoration: none;
}

.app-color-red {
  color: #e20917;
}

.app-color-black {
  color: #1A1918;
}

.container-fluid {
  max-width: 1200px;
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.app-heading-container {
  margin: 5rem 0;
  position: relative;
}

@media (max-width: 767px) {
  .app-heading-container {
    margin: 55px 0;
  }
}

.app-heading {
  font-size: 2rem;
  line-height: 2.8125rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  color: #e20917;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .app-heading {
    font-size: 20px;
    font-size: 30px;
    letter-spacing: 5px;
  }
}

.splide__pagination__page {
  border: #e20917 1px solid;
  background: none;
  opacity: 1;
  background: #ffffff;
}

.splide__pagination__page.is-active {
  background: #e20917;
}

.splide__pagination__page {
  width: 0.9375rem;
  height: 0.9375rem;
}

@media (max-width: 767px) {
  .splide__pagination__page {
    width: 6px;
    height: 6px;
  }
}

.splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.splide__pagination li:not(:first-child) {
  margin-left: 0.75rem;
}

@media (max-width: 767px) {
  .splide__pagination li:not(:first-child) {
    margin-left: 5px;
  }
}

.app-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .app-item {
    display: block;
  }
}

.app-item .img-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 5.625rem;
}

@media (max-width: 767px) {
  .app-item .img-container {
    margin-right: 0;
    margin-bottom: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.app-item .img-container img {
  max-width: 100%;
  height: auto;
}

.app-item .text-container {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app-item .text-container h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1A1918;
  margin: 0;
}

@media (max-width: 767px) {
  .app-item .text-container h3 {
    font-size: 21px;
  }
}

.app-item .text-container p {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #1A1918;
  margin: 0;
}

@media (max-width: 767px) {
  .app-item .text-container p {
    font-size: 18px;
  }
}

.app-item .text-container a,
.app-item .text-container a:focus,
.app-item .text-container a:hover {
  display: inline-block;
  width: 13rem;
  line-height: 3.375rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3125rem;
  border-radius: 3.375rem;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  background: #e20917;
  color: #fff;
}

@media (max-width: 767px) {
  .app-item .text-container a,
  .app-item .text-container a:focus,
  .app-item .text-container a:hover {
    width: 208px;
    line-height: 54px;
    font-size: 16px;
    letter-spacing: 5px;
    border-radius: 54px;
    margin-left: auto;
    margin-right: auto;
  }
}

.app-item .text-container a:focus, .app-item .text-container a:hover,
.app-item .text-container a:focus:focus,
.app-item .text-container a:focus:hover,
.app-item .text-container a:hover:focus,
.app-item .text-container a:hover:hover {
  border: 1px solid #e20917;
  background: #fff;
  color: #e20917;
}

.app-grids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .app-grids {
    display: block;
  }
}

.app-grids:last-child {
  padding-bottom: 6.25rem;
}

@media (max-width: 767px) {
  .app-grids:last-child {
    padding-bottom: 0;
  }
}

.app-grids .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 3.4375rem 2.5rem 3.4375rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .app-grids .item {
    padding: 55px 0;
  }
}

.app-grids .item .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  line-height: 2rem;
  background-color: #e20917;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .app-grids .item .number {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    line-height: 32px;
  }
}

.app-grids .item .img-container {
  height: 6.25rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
}

@media (max-width: 767px) {
  .app-grids .item .img-container {
    height: auto;
    margin-bottom: 25px;
  }
}

.app-grids .item img {
  width: auto;
  height: 6.25rem;
}

@media (max-width: 767px) {
  .app-grids .item img {
    height: 100px;
  }
}

.app-grids .item p {
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 767px) {
  .app-grids .item p {
    font-size: 16px;
    line-height: 22px;
  }
}

.app-hero {
  height: 20.875rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .app-hero {
    height: 215px;
    text-align: center;
  }
}

.app-content {
  margin-bottom: 2.5rem;
}

.app-content h2 {
  font-weight: bold;
  font-size: 1.5625rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .app-content h2 {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
  }
}

.app-content h3 {
  font-weight: normal;
  font-size: 1.5625rem;
  margin: 0;
  margin-bottom: 2.1875rem;
}

@media (max-width: 767px) {
  .app-content h3 {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 22px;
    text-align: center;
  }
}

.app-content p {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .app-content p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 22px;
  }
}

.app-content ul {
  padding: 0;
  padding-left: 0px;
  margin: 0;
}

.app-content li {
  font-size: 1rem;
  margin-bottom: 1.5625rem;
}

@media (max-width: 767px) {
  .app-content li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1.25rem;
  }
}

.app-content h3 + ul {
  margin-top: 1.875rem;
}

.app-pager {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.375rem;
}

@media (max-width: 767px) {
  .app-pager {
    display: none;
  }
}

.app-pager .pager-nav {
  width: 3.125rem;
  height: 3.125rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.app-pager .pager-nav.prev {
  margin-right: 1.875rem;
  background-image: url(../img/common/pager_left.svg);
}

.app-pager .pager-nav.prev:hover, .app-pager .pager-nav.prev.is-active {
  background-image: url(../img/common/pager_left_active.svg);
}

.app-pager .pager-nav.next {
  margin-left: 1.875rem;
  background-image: url(../img/common/pager_right.svg);
}

.app-pager .pager-nav.next:hover, .app-pager .pager-nav.next.is-active {
  background-image: url(../img/common/pager_right_active.svg);
}

.app-pager ul {
  width: 11.875rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.app-pager ul li {
  display: inline-block;
  margin-right: 0.625rem;
}

.app-pager ul li a {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #1A1918;
}

.app-pager ul li a:focus, .app-pager ul li a:hover {
  color: #e20917;
}

.app-pager ul li.is-active a {
  color: #e20917;
}

@media (max-width: 767px) {
  .app-promotions .container-fluid {
    position: relative;
  }
}

.app-promotions .app-heading-container {
  z-index: 10;
}

@media (max-width: 767px) {
  .app-promotions .app-heading-container {
    position: static;
  }
}

.app-promotions .heading-button,
.app-promotions .heading-button:focus,
.app-promotions .heading-button:hover {
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: underline;
  color: #e20917;
  position: absolute;
  right: 0;
  top: 0.5rem;
}

@media (max-width: 767px) {
  .app-promotions .heading-button,
  .app-promotions .heading-button:focus,
  .app-promotions .heading-button:hover {
    top: auto;
    font-size: 16px;
    bottom: 30px;
    right: 20px;
  }
}

.app-promotions .splide {
  margin-top: -10.625rem;
}

@media (max-width: 767px) {
  .app-promotions .splide {
    margin-top: -100px;
  }
}

.app-promotions .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10.625rem 0;
}

@media (max-width: 767px) {
  .app-promotions .splide__slide {
    padding: 100px 0;
  }
}

.app-promotions .splide__pagination {
  bottom: 4.84375rem;
}

@media (max-width: 767px) {
  .app-promotions .splide__arrows {
    display: none;
  }
}

.app-promotions .splide__arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.app-promotions .splide__arrow--prev {
  background-image: url(../img/home/left_arrow.png);
  left: 0;
}

.app-promotions .splide__arrow--next {
  background-image: url(../img/home/right_arrow.png);
  right: 0;
}

.app-promotions .app-item .img-container img {
  width: 15rem;
}

@media (max-width: 767px) {
  .app-promotions .app-item .img-container img {
    width: auto;
  }
}

.app-promotions .app-item .text-container h3 {
  margin-bottom: 1.875rem;
}

@media (max-width: 767px) {
  .app-promotions .app-item .text-container h3 {
    margin-bottom: 15px;
  }
}

.app-promotions .app-item .text-container p {
  margin-bottom: 4.0625rem;
}

@media (max-width: 767px) {
  .app-promotions .app-item .text-container p {
    margin-bottom: 40px;
  }
}

.breadcrumb {
  background: none;
  padding: 0;
  padding-top: 2.1875rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.125rem;
  letter-spacing: 0.14062rem;
}

@media (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.breadcrumb > li + li:before {
  content: '>';
  color: #1A1918;
  padding: 0 8px 0 4px;
}

.breadcrumb > .active {
  color: #e20917;
}

@media (max-width: 767px) {
  header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

header .navbar {
  margin-bottom: 0;
}

header .navbar-toggle {
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 14px;
  top: 32px;
}

header .navbar-toggle.collapsed {
  background-image: url(../img/menu.svg);
}

header .navbar-brand {
  height: 7.5rem;
  padding: 0 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .navbar-brand img {
  height: 3.125rem;
}

@media (max-width: 767px) {
  header .navbar-nav {
    margin: 0;
  }
}

header .navbar-nav > li > a {
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: #1A1918;
  padding: 0 0.9375rem;
}

@media (max-width: 767px) {
  header .navbar-nav > li > a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0;
  }
}

header .navbar-nav > li.back {
  display: none;
  position: relative;
  cursor: pointer;
}

header .navbar-nav > li.language > a {
  padding: 0;
}

header .navbar-nav > li.language {
  margin: 0 0.625rem;
}

@media (max-width: 767px) {
  header .navbar-nav > li.language {
    display: none;
    position: absolute;
    top: 100%;
    margin: 0 10px;
    margin-top: -65px;
    right: 45px;
  }
}

@media (max-width: 767px) {
  header .in .navbar-nav > li.language {
    display: inline-block;
  }
}

header .navbar-nav > li.language > a {
  border-bottom: 0.125rem solid transparent;
}

header .navbar-nav > li.language.is-active > a {
  border-bottom: 0.125rem solid #1A1918;
}

@media (max-width: 767px) {
  header .navbar-nav > li.language:last-child {
    right: 15px;
  }
}

header .navbar-nav > li.language:last-child > a:before {
  position: absolute;
  content: '';
  left: -0.625rem;
  top: 0.125rem;
  bottom: 0.125rem;
  border-left: 0.125rem solid #1A1918;
}

header .navbar-nav > li > a:focus,
header .navbar-nav > li > a:hover {
  background-color: transparent;
}

header .navbar-nav > li {
  position: relative;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  header .navbar-nav > li {
    height: auto;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  header .navbar-nav > li:not(.language).is-active:before,
  header .navbar-nav > li:not(.language).is-active:before,
  header .navbar-nav > li:not(.language):focus:before,
  header .navbar-nav > li:not(.language):hover:before {
    content: '';
    position: absolute;
    bottom: 2.5rem;
    left: 0.8125rem;
    right: 0.8125rem;
    height: 0.25rem;
    background: #e20917;
    border-radius: 0.25rem;
  }
}

header .navbar-nav > li:not(.language).is-active > a,
header .navbar-nav > li:not(.language).is-active > a .navbar-nav > li:not(.language):focus > a,
header .navbar-nav > li:not(.language):hover > a {
  background-color: transparent;
}

@media (min-width: 768px) {
  header .navbar-nav > li:not(.language).is-active > a,
  header .navbar-nav > li:not(.language).is-active > a .navbar-nav > li:not(.language):focus > a,
  header .navbar-nav > li:not(.language):hover > a {
    color: #e20917;
  }
}

header .navbar-form {
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 0.9375rem;
  position: relative;
}

@media (max-width: 767px) {
  header .navbar-form {
    border-top: 1px solid #A5A5A5;
    height: auto;
    width: 100%;
    margin: 0;
    margin-top: 30px;
    padding: 0;
    padding-top: 30px;
    padding-right: 100px;
    padding-bottom: 30px;
  }
}

header .navbar-form .form-container {
  position: relative;
}

@media (max-width: 767px) {
  header .navbar-form .form-group {
    margin-bottom: 0;
  }
}

header .navbar-form .form-control {
  width: 13.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.125rem solid #e20917;
  border-radius: 1.375rem;
  height: 2.75rem;
  font-size: 1rem;
  padding: 0 1.5625rem;
  padding-right: 2.8125rem;
  line-height: 2.75rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  header .navbar-form .form-control {
    width: 100%;
    border: 0.125rem solid #e20917;
    border-radius: 22px;
    height: 44px;
    font-size: 16px;
    padding: 0 22px;
    padding-right: 45px;
    line-height: 44px;
  }
}

header .navbar-form .form-control::-webkit-input-placeholder,
header .navbar-form .form-control::-moz-placeholder,
header .navbar-form .form-control:-ms-input-placeholder,
header .navbar-form .form-control:-moz-placeholder {
  color: #ddd;
}

header .navbar-form .btn {
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  line-height: 1;
}

@media (max-width: 767px) {
  header .navbar-form .btn {
    right: 22px;
  }
}

header .navbar-form .btn img {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 767px) {
  header .navbar-form .btn img {
    width: 16px;
    height: 16px;
  }
}

header .navbar-nav > li > .dropdown-menu {
  border-radius: 0.625rem;
  border: 0.0625rem solid #E7E3E3;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1.5625rem;
  right: auto;
  left: 0.9375rem;
  margin-top: -1.5625rem;
  width: 17.125rem;
  white-space: normal;
}

@media (max-width: 767px) {
  header .navbar-nav > li > .dropdown-menu {
    padding: 0;
  }
}

header .navbar-nav > li > .dropdown-menu > li {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  header .navbar-nav > li > .dropdown-menu > li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding: 0;
  }
}

header .navbar-nav > li > .dropdown-menu > li:last-child {
  margin-bottom: 0;
}

header .navbar-nav > li > .dropdown-menu > li > a {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
  white-space: normal;
  position: relative;
}

header .navbar-nav > li > .dropdown-menu > li.is-active > a,
header .navbar-nav > li > .dropdown-menu > li.is-active > a,
header .navbar-nav > li > .dropdown-menu > li > a:focus,
header .navbar-nav > li > .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #e20917;
  font-weight: bold;
}

@media (max-width: 767px) {
  header .navbar-nav > li.is-shown {
    height: auto;
  }
  header .navbar-nav > li.is-shown > a {
    display: none;
  }
  header .navbar-nav > li.is-hidden {
    display: none;
  }
  header .navbar-nav > li.open > .dropdown-menu > li > a {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.75px;
    margin-bottom: 20px;
    padding: 0;
  }
  header .navbar-nav > li.open > .dropdown-menu > li:last-child > a {
    margin-bottom: 0;
  }
  header .navbar-nav > li:not(.language) > a:before {
    content: '';
    width: 15px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    background-image: url(../img/common/arrow_black.svg);
  }
  header .navbar-nav > li:not(.language):hover > a:before {
    background-image: url(../img/common/arrow.svg);
  }
  header .navbar-nav > li.back {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-left: 25px;
  }
  header .navbar-nav > li.back.is-shown {
    display: block;
  }
  header .navbar-nav > li.back:before {
    content: '';
    width: 15px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/common/arrow_forward_black.svg);
  }
  header .navbar-nav > li.back:hover:before {
    background-image: url(../img/common/arrow_forward.svg);
  }
}

footer {
  position: relative;
  background: #e20917;
  border-radius: 5.625rem 5.625rem 0 0;
  margin-top: 3.75rem;
}

@media (max-width: 767px) {
  footer {
    border-radius: 50px 50px 0 0;
    margin-bottom: 60px;
  }
}

footer .container-fluid {
  padding-top: 40px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  footer .container-fluid {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

footer .top {
  position: absolute;
  top: -25px;
  right: 6.25rem;
}

@media (max-width: 767px) {
  footer .top {
    top: -25px;
    right: 30px;
  }
}

footer .top img {
  width: 50px;
}

@media (max-width: 767px) {
  footer .top img {
    width: 60px;
  }
}

footer .footer-top {
  margin-bottom: 25px;
}

footer .footer-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  footer .footer-top ul {
    margin-bottom: 20px;
  }
}

footer .footer-top li {
  padding: 0;
}

footer .footer-top li.heading {
  font-size: 14px;
  color: #FFF;
  /* font-weight: bold; */
  margin-bottom: 10px;
}

footer .footer-top li:not(.heading) {
  margin-bottom: 10px;
}

footer .footer-top li:last-child {
  margin-bottom: 0;
}

footer .footer-top li a,
footer .footer-top li a:focus,
footer .footer-top li a:hover {
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  footer .footer-top .clear {
    clear: left;
  }
}

footer .footer-middle {
  margin-bottom: 25px;
}

footer .footer-middle p {
  color: #FFF;
  margin-bottom: 0;
}

footer .footer-middle p:first-child {
  font-size: 14px;
  letter-spacing: 1.75px;
  margin-bottom: 10px;
}

footer .footer-middle p:last-child {
  font-size: 12px;
}

@media (max-width: 767px) {
  footer .footer-middle p:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  footer .footer-middle img {
    margin-bottom: 30px;
  }
}

footer .footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  footer .footer-bottom ul {
    margin-bottom: 20px;
  }
}

footer .footer-bottom li {
  padding: 0;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  line-height: 0.9;
}

footer .footer-bottom li:last-child {
  border-right: 0;
}

footer .footer-bottom li a {
  color: #FFF;
  font-size: 12px;
}

footer .footer-bottom p {
  color: #FFF;
  margin-bottom: 0;
  font-size: 12px;
}

@media (max-width: 767px) {
  footer .footer-top {
    display: none;
  }
}

.page-home footer {
  margin-top: 0;
}

@media (max-width: 767px) {
  .page-home footer .footer-top {
    display: block;
  }
}

.page-home .banners {
  width: 100%;
  height: 31vw;
}

@media (max-width: 767px) {
  .page-home .banners {
    margin-bottom: 20px;
  }
}

.page-home .banners [data-banner="1"] img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.page-home .banners [data-banner="2"] .banner-container {
  color: #ffff;
  position: absolute;
  top: 9.375rem;
  left: 4.0625rem;
}

@media (max-width: 767px) {
  .page-home .banners [data-banner="2"] .banner-container {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.page-home .banners [data-banner="2"] h2 {
  margin: 0;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.1875rem;
}

.page-home .banners [data-banner="2"] button {
  border-radius: 2rem;
  border: none;
  padding: 1rem 2rem;
  background: #fff;
  letter-spacing: 0.125rem;
  font-weight: bold;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-home .banners [data-banner="2"] button span {
  font-size: 1rem;
  color: #e20917;
}

.page-home .banners [data-banner="2"] button img {
  margin-left: 0.9375rem;
  position: relative;
  top: -0.0625rem;
}

.page-home .banners .plyr__video-embed,
.page-home .banners .plyr__video-wrapper--fixed-ratio {
  height: 31vw;
}

.page-home .banners .plyr__control--overlaid,
.page-home .banners .plyr--video .plyr__control:hover {
  background-color: #e20917;
}

.page-home .banners li.splide__slide video,
.page-home .banners .splide__video {
  background-color: #ffffff;
}

.page-home .banners .splide__pagination {
  max-width: 1200px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  bottom: 2.5rem;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .page-home .banners .splide__pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -30px;
  }
}

.page-home .how {
  background: #F8F8F8;
  padding: 12.1875rem 0;
}

@media (max-width: 767px) {
  .page-home .how {
    padding: 125px 0;
  }
}

.page-home .how .app-item .img-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-home .how .app-item .img-container img {
  width: 8.75rem;
}

@media (max-width: 767px) {
  .page-home .how .app-item .img-container img {
    width: 95px;
  }
}

.page-home .how .app-item .text-container img {
  width: 3.4375rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 767px) {
  .page-home .how .app-item .text-container img {
    display: none;
  }
}

.page-home .how .app-item .text-container h3 {
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .page-home .how .app-item .text-container h3 {
    margin-bottom: 35px;
    text-align: center;
  }
}

.page-about-eps .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .page-about-eps .bottom {
    margin-bottom: 3.125rem;
  }
}

.page-about-eps .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .page-about-eps .bottom .items {
    display: block;
  }
}

.page-about-eps .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .page-about-eps .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.page-about-eps .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .page-about-eps .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.page-about-eps .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .page-about-eps .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.page-about-eps .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .page-about-eps .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.page-about-eps .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.page-about-eps .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .page-about-eps .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.page-about-eps .bottom .item > p > a[href^="tel"],
.page-about-eps .bottom .item > p > a[href^="tel"]:focus,
.page-about-eps .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.page-about-eps .bottom .item > p > a[href^="mailto"],
.page-about-eps .bottom .item > p > a[href^="mailto"]:focus,
.page-about-eps .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.page-about-eps .bottom .item > p:last-child {
  margin-bottom: 0;
}

.page-about-eps .bottom .item > a,
.page-about-eps .bottom .item > a:focus,
.page-about-eps .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .page-about-eps .bottom .item > a,
  .page-about-eps .bottom .item > a:focus,
  .page-about-eps .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.page-about-eps .bottom .item > a:last-child,
.page-about-eps .bottom .item > a:focus:last-child,
.page-about-eps .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.page-how .bottom {
  background: #F8F8F8;
}

.page-how-senior .middle {
  background: #F8F8F8;
  margin-bottom: 4.6875rem;
}

.page-how-senior .middle .app-content {
  margin-bottom: 5rem;
}

.page-latest-promotions-details .top h3 {
  margin-bottom: 0.3125rem;
}

@media (max-width: 767px) {
  .page-latest-promotions-details .top p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .page-latest-promotions-details .img {
    margin-bottom: 30px;
  }
}

.page-yro .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
}

.yro-select-section {
  padding-bottom: 5rem;
  display:flex;
  align-items:center;
  gap:20px;
}
.yro-select-section .category-select {
  flex: 1;
}
.yro-select-section .merchant-select {
  flex: 2;
}

@media (max-width: 767px) {
  .page-yro .filters {
    gap: 2.1875rem;
  }
  .yro-select-section {
    padding-bottom: 50px;
    flex-direction: column;
  }
  .yro-select-section .category-select, 
  .yro-select-section .merchant-select {
    width: 100%;
  }
}

.page-yro .filters .filter {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-yro .filters .filter .icon {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  border: 1px solid #AFAFAF;
  background-size: 4.375rem 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .page-yro .filters .filter .icon {
    width: 82px;
    height: 82px;
    background-size: 34px 100%;
    margin-bottom: 10px;
  }
}

.page-yro .filters .filter .icon[data-icon="1"] {
  background-image: url(../img/yro/dress.svg);
}

.page-yro .filters .filter .icon[data-icon="2"] {
  background-image: url(../img/yro/cosmetics.svg);
}

.page-yro .filters .filter .icon[data-icon="3"] {
  background-image: url(../img/yro/diamond.svg);
}

.page-yro .filters .filter .icon[data-icon="4"] {
  background-image: url(../img/yro/laptop-2.svg);
}

.page-yro .filters .filter .icon[data-icon="5"] {
  background-image: url(../img/yro/toys.svg);
}

.page-yro .filters .filter .icon[data-icon="6"] {
  background-image: url(../img/yro/nightstand.svg);
}

.page-yro .filters .filter p {
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 767px) {
  .page-yro .filters .filter p {
    font-size: 12px;
    line-height: 21px;
  }
}

.page-yro .filters .filter:hover .icon,
.page-yro .filters .filter.is-active .icon {
  border: 1px solid #e20917;
}

.page-yro .filters .filter:hover .icon[data-icon="1"],
.page-yro .filters .filter.is-active .icon[data-icon="1"] {
  background-image: url(../img/yro/dress_hover.svg);
}

.page-yro .filters .filter:hover .icon[data-icon="2"],
.page-yro .filters .filter.is-active .icon[data-icon="2"] {
  background-image: url(../img/yro/cosmetics_hover.svg);
}

.page-yro .filters .filter:hover .icon[data-icon="3"],
.page-yro .filters .filter.is-active .icon[data-icon="3"] {
  background-image: url(../img/yro/diamond_hover.svg);
}

.page-yro .filters .filter:hover .icon[data-icon="4"],
.page-yro .filters .filter.is-active .icon[data-icon="4"] {
  background-image: url(../img/yro/laptop-2_hover.svg);
}

.page-yro .filters .filter:hover .icon[data-icon="5"],
.page-yro .filters .filter.is-active .icon[data-icon="5"] {
  background-image: url(../img/yro/toys_hover.svg);
}

.page-yro .filters .filter:hover .icon[data-icon="6"],
.page-yro .filters .filter.is-active .icon[data-icon="6"] {
  background-image: url(../img/yro/nightstand_hover.svg);
}

.page-yro .filters .filter:hover p,
.page-yro .filters .filter.is-active p {
  color: #e20917;
}

.page-yro .search {
  background: #F8F8F8;
  padding-bottom: 5.625rem;
}

.page-yro .search .select2-container {
  width: 100% !important;
}

@media (max-width: 767px) {
  .page-yro .search .select2-container {
    margin-bottom: 20px;
  }
}

.page-yro .search .select2-container--default .select2-selection--single {
  height: 3.5rem;
  border: 1px solid #e20917;
  border-radius: 1.75rem;
}

@media (max-width: 767px) {
  .page-yro .search .select2-container--default .select2-selection--single {
    height: 48px;
    border-radius: 24px;
  }
}

.page-yro .search .select2-container--default .select2-selection--single .select2-selection__placeholder,
.page-yro .search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #e20917;
  font-size: 1rem;
  letter-spacing: 0.1875rem;
  line-height: 3.5rem;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .page-yro .search .select2-container--default .select2-selection--single .select2-selection__placeholder,
  .page-yro .search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    line-height: 48px;
  }
}

.page-yro .search .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 1.125rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5625rem;
}

@media (max-width: 767px) {
  .page-yro .search .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 10px;
    height: 6px;
    right: 20px;
  }
}

.page-yro .search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  background-image: url(../img/common/select_down.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
  position: static;
  display: block;
}

.page-yro .search .btn {
  display: inline-block;
  width: 13rem;
  line-height: 3.375rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3125rem;
  border-radius: 3.375rem;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  background: #e20917;
  color: #fff;
  width: 100%;
}

@media (max-width: 767px) {
  .page-yro .search .btn {
    width: 208px;
    line-height: 54px;
    font-size: 16px;
    letter-spacing: 5px;
    border-radius: 54px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-yro .search .btn:focus, .page-yro .search .btn:hover {
  border: 1px solid #e20917;
  background: #fff;
  color: #e20917;
}

@media (max-width: 767px) {
  .page-yro .search .btn {
    width: 100%;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: 5px;
  }
}

@media (max-width: 767px) {
  .page-yro .search .col-sm-6 {
    padding: 0;
  }
}

.page-yro .search .col-sm-3 {
  padding-left: 0;
}

@media (max-width: 767px) {
  .page-yro .search .col-sm-3 {
    padding-left: 15px;
  }
}

.page-yro .results {
  padding-top: 5rem;
}

.page-yro .results-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page-yro .result {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #AFAFAF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.6875rem;
  text-align: center;
  margin-bottom: 1.875rem;
  padding: 1.875rem 1.875rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .page-yro .result {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 10px;
    padding-bottom: 50px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 30px;
  }
}

.page-yro .result .img {
  width: 100%;
  height: 12.625rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* margin-bottom: 1.875rem; */
  position: relative;
  /* cursor: pointer; */
}

@media (max-width: 767px) {
  .page-yro .result .img {
    height: 62px;
    margin-bottom: 5px;
  }
}

.page-yro .result h3 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75rem;
  margin: 0;
  margin-bottom: 0.3125rem;
}

@media (max-width: 767px) {
  .page-yro .result h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.page-yro .result p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 3.75rem;
}

@media (max-width: 767px) {
  .page-yro .result p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0rem;
  }
}

.page-yro .result a {
  display: inline-block;
  width: 13rem;
  line-height: 3.375rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3125rem;
  border-radius: 3.375rem;
  padding: 0;
  margin: 0;
  border: 1px solid #e20917;
  background: #fff;
  color: #e20917;
}

@media (max-width: 767px) {
  .page-yro .result a {
    width: 208px;
    line-height: 54px;
    font-size: 16px;
    letter-spacing: 5px;
    border-radius: 54px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-yro .result a:focus, .page-yro .result a:hover {
  border: 1px solid transparent;
  background: #e20917;
  color: #fff;
}

@media (max-width: 767px) {
  .page-yro .result a {
    display: none;
  }
}

.page-yro .result .spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-yro .result .img .hover {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-yro .result .img .hover img {
  width: 2.3125rem;
  height: 1.5625rem;
  margin-right: 0.875rem;
  position: relative;
  top: -1px;
}

.page-yro .result:hover .img .hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.85);
}

.page-yro .results-container:last-child .result {
  margin-bottom: 0;
}

.page-yro .mobile-container-outer {
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}

.page-yro .mobile-container-outer::-webkit-scrollbar {
  width: 10px;
}

.page-yro .mobile-container-outer::-webkit-scrollbar-track {
  background: #F4F4F4;
  border-radius: 15px;
}

.page-yro .mobile-container-outer::-webkit-scrollbar-thumb {
  background: #e20917;
  border-radius: 15px;
}

.page-yro .mobile-container-outer::-webkit-scrollbar-thumb:hover {
  background: #e20917;
}

.page-yro .mobile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}

.benefits-your-business .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .benefits-your-business .bottom {
    margin-bottom: 3.125rem;
  }
}

.benefits-your-business .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .benefits-your-business .bottom .items {
    display: block;
  }
}

.benefits-your-business .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .benefits-your-business .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.benefits-your-business .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .benefits-your-business .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.benefits-your-business .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .benefits-your-business .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.benefits-your-business .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .benefits-your-business .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.benefits-your-business .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.benefits-your-business .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .benefits-your-business .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.benefits-your-business .bottom .item > p > a[href^="tel"],
.benefits-your-business .bottom .item > p > a[href^="tel"]:focus,
.benefits-your-business .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.benefits-your-business .bottom .item > p > a[href^="mailto"],
.benefits-your-business .bottom .item > p > a[href^="mailto"]:focus,
.benefits-your-business .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.benefits-your-business .bottom .item > p:last-child {
  margin-bottom: 0;
}

.benefits-your-business .bottom .item > a,
.benefits-your-business .bottom .item > a:focus,
.benefits-your-business .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .benefits-your-business .bottom .item > a,
  .benefits-your-business .bottom .item > a:focus,
  .benefits-your-business .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.benefits-your-business .bottom .item > a:last-child,
.benefits-your-business .bottom .item > a:focus:last-child,
.benefits-your-business .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.benefits-your-business .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .benefits-your-business .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.benefits-your-business .business-grids {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4.625rem;
          column-gap: 4.625rem;
  padding-top: 1.1875rem;
  padding-bottom: 3.4375rem;
}

@media (max-width: 767px) {
  .benefits-your-business .business-grids {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.benefits-your-business .business-grids .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 40% 20% 50%;
      grid-template-rows: 40% 20% 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
}

@media (max-width: 767px) {
  .benefits-your-business .business-grids .item {
    display: block;
    padding: 48px 0;
  }
  .benefits-your-business .business-grids .item p {
    font-size: 16px;
  }
}

.benefits-your-business .business-grids .item p {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
}

@media (max-width: 767px) {
  .benefits-your-business .business-grids .item p {
    font-size: 16px;
  }
}

.benefits-your-business .business-grids-for-two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 30%;
      grid-template-columns: 30% 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.4375rem;
  padding-bottom: 6.1875rem;
}

@media (max-width: 767px) {
  .benefits-your-business .business-grids-for-two {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: inherit;
  }
}

.benefits-your-business .business-grids-for-two .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 40% 20% 50%;
      grid-template-rows: 40% 20% 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
}

@media (max-width: 767px) {
  .benefits-your-business .business-grids-for-two .item {
    display: block;
    padding: 48px 0;
  }
  .benefits-your-business .business-grids-for-two .item p {
    font-size: 16px;
  }
}

.benefits-your-business .business-grids-for-two .item p {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
}

@media (max-width: 767px) {
  .benefits-your-business .business-grids-for-two .item p {
    font-size: 16px;
  }
}

.benefits-your-business .sub-title {
  font-weight: bold;
  font-size: 1.125rem;
  padding: 2.6875rem 0 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 767px) {
  .benefits-your-business .sub-title {
    display: block;
    text-align: center;
    font-size: 16px;
  }
}

.benefits-your-business .app-grids .item p {
  width: 23.25rem;
}

@media (max-width: 767px) {
  .benefits-your-business .img-container {
    text-align: center;
  }
  .benefits-your-business .benefits-your-business .business-grids .item {
    display: block;
  }
  .benefits-your-business .benefits-your-business .business-grids .item .sub-title {
    display: block;
    text-align: center;
  }
}

.form-download .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .form-download .bottom {
    margin-bottom: 3.125rem;
  }
}

.form-download .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .form-download .bottom .items {
    display: block;
  }
}

.form-download .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .form-download .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.form-download .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .form-download .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.form-download .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .form-download .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.form-download .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .form-download .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.form-download .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.form-download .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .form-download .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.form-download .bottom .item > p > a[href^="tel"],
.form-download .bottom .item > p > a[href^="tel"]:focus,
.form-download .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.form-download .bottom .item > p > a[href^="mailto"],
.form-download .bottom .item > p > a[href^="mailto"]:focus,
.form-download .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.form-download .bottom .item > p:last-child {
  margin-bottom: 0;
}

.form-download .bottom .item > a,
.form-download .bottom .item > a:focus,
.form-download .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .form-download .bottom .item > a,
  .form-download .bottom .item > a:focus,
  .form-download .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.form-download .bottom .item > a:last-child,
.form-download .bottom .item > a:focus:last-child,
.form-download .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.form-download .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .form-download .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.form-download .list {
  font-weight: 400;
}

.form-download .list li a {
  color: #e20917;
  text-decoration: underline;
  font-size: 16px;
}

@media (max-width: 767px) {
  .form-download .list li a {
    font-size: 16px;
  }
}

.form-download .top .list {
  margin-top: 3.375rem;
  margin-bottom: 2.5rem;
  margin-left: 2.3125rem;
}

.form-download .top .list li {
  padding-bottom: 1.3125rem;
}

.form-download p {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .form-download p {
    font-size: 16px;
  }
}

.merchant-guide .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .merchant-guide .bottom {
    margin-bottom: 3.125rem;
  }
}

.merchant-guide .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .merchant-guide .bottom .items {
    display: block;
  }
}

.merchant-guide .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .merchant-guide .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.merchant-guide .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .merchant-guide .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.merchant-guide .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .merchant-guide .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.merchant-guide .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .merchant-guide .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.merchant-guide .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.merchant-guide .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .merchant-guide .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.merchant-guide .bottom .item > p > a[href^="tel"],
.merchant-guide .bottom .item > p > a[href^="tel"]:focus,
.merchant-guide .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.merchant-guide .bottom .item > p > a[href^="mailto"],
.merchant-guide .bottom .item > p > a[href^="mailto"]:focus,
.merchant-guide .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.merchant-guide .bottom .item > p:last-child {
  margin-bottom: 0;
}

.merchant-guide .bottom .item > a,
.merchant-guide .bottom .item > a:focus,
.merchant-guide .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .merchant-guide .bottom .item > a,
  .merchant-guide .bottom .item > a:focus,
  .merchant-guide .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.merchant-guide .bottom .item > a:last-child,
.merchant-guide .bottom .item > a:focus:last-child,
.merchant-guide .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.merchant-guide .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .merchant-guide .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.merchant-guide h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3125rem;
}

@media (max-width: 767px) {
  .merchant-guide h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
}

.merchant-guide .download-side {
  display: -ms-grid;
  display: grid;
}

.merchant-guide .download-side .merchant-intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
  justify-items: center;
  width: 76%;
}

@media (max-width: 767px) {
  .merchant-guide .download-side .merchant-intro {
    display: inherit;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    gap: 24px;
  }
}

.merchant-guide .download-side .container-right p {
  font-size: 1rem;
  line-height: 1.3125rem;
}

@media (max-width: 767px) {
  .merchant-guide .download-side .container-right p {
    font-size: 16px;
    letter-spacing: inherit;
    line-height: 21px;
  }
}

.merchant-guide .download-side .container-right a {
  background: #E20917;
  border-radius: 1.71875rem;
  width: 20rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 3.4375rem;
  text-align: center;
  color: #ffffff;
  margin-top: 3.125rem;
  border: 1px solid transparent;
}

.merchant-guide .download-side .container-right a:hover {
  color: #e20917;
  background: #ffffff;
  border: 1px solid #e20917;
}

@media (max-width: 767px) {
  .merchant-guide .download-side .container-right a {
    width: 100%;
    font-size: 16px;
  }
}

.merchant-guide .content {
  margin-top: 9.5625rem;
}

.merchant-guide .content h2 {
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 2rem;
}

@media (max-width: 767px) {
  .merchant-guide .content h2 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
  }
}

.merchant-guide .content p {
  font-size: 16px;
  line-height: 25px;
  padding: 2.25rem 0;
}

@media (max-width: 767px) {
  .merchant-guide .content p {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
}

.merchant-guide .top-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #AFAFAF;
  padding: 2.3125rem 0;
}

@media (max-width: 767px) {
  .merchant-guide .top-content .row {
    display: inherit;
    border: 0.73631px solid #AFAFAF;
    border-radius: 20px;
    margin-bottom: 25px;
  }
}

.merchant-guide .col-sm-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 767px) {
  .merchant-guide .col-sm-4 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .merchant-guide .col-sm-8 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
  }
}

.merchant-guide .col-sm-8 ul li {
  padding: 1.25rem 0 0 0;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .merchant-guide .col-sm-8 ul li {
    font-size: 16px;
  }
}

.merchant-guide .top {
  margin-bottom: 3.34375rem;
}

.secured-upload-portal .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .secured-upload-portal .bottom {
    margin-bottom: 3.125rem;
  }
}

.secured-upload-portal .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .secured-upload-portal .bottom .items {
    display: block;
  }
}

.secured-upload-portal .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .secured-upload-portal .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.secured-upload-portal .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .secured-upload-portal .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.secured-upload-portal .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .secured-upload-portal .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.secured-upload-portal .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .secured-upload-portal .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.secured-upload-portal .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.secured-upload-portal .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .secured-upload-portal .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.secured-upload-portal .bottom .item > p > a[href^="tel"],
.secured-upload-portal .bottom .item > p > a[href^="tel"]:focus,
.secured-upload-portal .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.secured-upload-portal .bottom .item > p > a[href^="mailto"],
.secured-upload-portal .bottom .item > p > a[href^="mailto"]:focus,
.secured-upload-portal .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.secured-upload-portal .bottom .item > p:last-child {
  margin-bottom: 0;
}

.secured-upload-portal .bottom .item > a,
.secured-upload-portal .bottom .item > a:focus,
.secured-upload-portal .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .secured-upload-portal .bottom .item > a,
  .secured-upload-portal .bottom .item > a:focus,
  .secured-upload-portal .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.secured-upload-portal .bottom .item > a:last-child,
.secured-upload-portal .bottom .item > a:focus:last-child,
.secured-upload-portal .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.secured-upload-portal .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .secured-upload-portal .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

@media (max-width: 767px) {
  .secured-upload-portal .secured-img {
    width: 100%;
  }
}

/* .secured-upload-portal img {
  border-radius: 15px;
} */

.secured-upload-portal .row_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .secured-upload-portal .row_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 44px;
  }
}

.secured-upload-portal .merchant-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.25rem;
}

.secured-upload-portal .merchant-button a {
  border: 1px solid #1A1918;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 27.5px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  letter-spacing: 5px;
  padding: 1.0625rem;
  width: 18.25rem;
  color: #1A1918;
  cursor: pointer;
}

@media (max-width: 767px) {
  .secured-upload-portal .merchant-button a {
    width: 100%;
  }
}

.secured-upload-portal .merchant-button a:hover {
  color: #E20917;
  border: 1px solid #E20917;
}

.eps-service .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .eps-service .bottom {
    margin-bottom: 3.125rem;
  }
}

.eps-service .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .eps-service .bottom .items {
    display: block;
  }
}

.eps-service .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .eps-service .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.eps-service .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .eps-service .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.eps-service .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .eps-service .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.eps-service .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .eps-service .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.eps-service .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.eps-service .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .eps-service .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.eps-service .bottom .item > p > a[href^="tel"],
.eps-service .bottom .item > p > a[href^="tel"]:focus,
.eps-service .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.eps-service .bottom .item > p > a[href^="mailto"],
.eps-service .bottom .item > p > a[href^="mailto"]:focus,
.eps-service .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.eps-service .bottom .item > p:last-child {
  margin-bottom: 0;
}

.eps-service .bottom .item > a,
.eps-service .bottom .item > a:focus,
.eps-service .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .eps-service .bottom .item > a,
  .eps-service .bottom .item > a:focus,
  .eps-service .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.eps-service .bottom .item > a:last-child,
.eps-service .bottom .item > a:focus:last-child,
.eps-service .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.eps-service .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .eps-service .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.eps-service h4 {
  font-size: 1.5625rem;
}

@media (max-width: 767px) {
  .eps-service h4 {
    font-size: 25px;
  }
}

.eps-service .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 21px;
  padding: 23px 0;
}

.eps-service .content a,
.eps-service .content p {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .eps-service .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eps-service .content a,
  .eps-service .content p {
    font-size: 16px;
  }
}

.eps-service .content a {
  color: #e20917;
}

.eps-service .table-1 {
  border-collapse: separate;
  width: 100%;
  border: 1px solid #F4F4F4;
  border-radius: 1em;
}

.eps-service .table-1 td,
.eps-service .table-1 th,
.eps-service .table-1 tr {
  text-align: left;
  padding: 30px;
}

.eps-service .table-1 th {
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  letter-spacing: 2px;
}

.eps-service .table-1 th:nth-child(1) {
  width: 370px;
  border-top-left-radius: 10px;
}

.eps-service .table-1 th:nth-last-child(1) {
  border-top-right-radius: 10px;
}

.eps-service .table-1 td {
  font-size: 1rem;
  line-height: 21px;
  width: 100%;
}

.eps-service .table-1 td:nth-child(1) {
  font-size: 1rem;
  padding-left: 50px;
}

.eps-service .table-1 td:nth-last-child(1) {
  padding-right: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.eps-service .table-1 tr:nth-child(odd) {
  background-color: #F4F4F4;
}

.eps-service .print-version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: red;
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 21px;
  padding: 38px 0;
}

.eps-service .print-version a:hover {
  color: #e20917;
}

.eps-service .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.eps-service .header p {
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .eps-service .header p {
    font-size: 16px;
  }
}

.eps-service .app-content {
  line-height: 21px;
  /* identical to box height, or 131% */
}

.eps-service .table-2 {
  border-collapse: separate;
  width: 100%;
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
  table-layout: fixed;
  margin-bottom: 77px;
}

@media (max-width: 767px) {
  .eps-service .table-2 {
    font-size: 16px;
  }
}

.eps-service .table-2 td,
.eps-service .table-2 th,
.eps-service .table-2 tr {
  padding: 30px;
  line-height: 21px;
  /* identical to box height, or 91% */
  text-align: center;
}

.eps-service .table-2 th {
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.eps-service .table-2 th:nth-child(1) {
  width: 370px;
}

@media (max-width: 767px) {
  .eps-service .table-2 th:nth-child(1) {
    width: auto;
  }
}

.eps-service .table-2 td {
  font-size: 1rem;
  line-height: 21px;
  text-align: center;
  width: 100%;
  border: 2px solid #F4F4F4;
}

.eps-service .table-2 td:nth-child(1) {
  padding-left: 50px;
}

.eps-service .table-2 td:nth-last-child(1) {
  padding-right: 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.eps-service .table-2 tr:nth-child(1),
.eps-service .table-2 tr:nth-last-child(1) {
  background-color: #F4F4F4;
}

.merchant .content {
  margin: 47px 0;
}

.merchant .upload-file {
  padding-bottom: 36px;
}

.merchant .h4 {
  padding-bottom: 16px;
}

.merchant p {
  padding: 20px 0;
}

.non-merchant .content {
  margin: 47px 0;
}

.non-merchant .upload-file {
  padding-bottom: 36px;
}

.non-merchant .h4 {
  padding-bottom: 16px;
}

.non-merchant p {
  padding: 20px 0;
}

.join-us {
  font-size: 14px;
  /* line-height: 25px; */
  /* or 156% */
}

.join-us .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .join-us .bottom {
    margin-bottom: 3.125rem;
  }
}

.join-us .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .join-us .bottom .items {
    display: block;
  }
}

.join-us .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .join-us .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.join-us .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .join-us .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.join-us .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .join-us .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.join-us .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .join-us .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.join-us .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.join-us .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .join-us .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.join-us .bottom .item > p > a[href^="tel"],
.join-us .bottom .item > p > a[href^="tel"]:focus,
.join-us .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.join-us .bottom .item > p > a[href^="mailto"],
.join-us .bottom .item > p > a[href^="mailto"]:focus,
.join-us .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.join-us .bottom .item > p:last-child {
  margin-bottom: 0;
}

.join-us .bottom .item > a,
.join-us .bottom .item > a:focus,
.join-us .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .join-us .bottom .item > a,
  .join-us .bottom .item > a:focus,
  .join-us .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.join-us .bottom .item > a:last-child,
.join-us .bottom .item > a:focus:last-child,
.join-us .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.join-us .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .join-us .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.join-us h3 {
  margin: 47px 0;
}

.join-us h4 {
  margin: 20px 0px;
}

.join-us .sub-title {
  margin: 20px 0;
  text-decoration: underline;
}

.join-us .app-content div ol {
  padding-left: 20px;
}

.join-us .app-content div ol li {
  margin: 0;
  padding: 0;
}

.eps .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .eps .bottom {
    margin-bottom: 3.125rem;
  }
}

.eps .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .eps .bottom .items {
    display: block;
  }
}

.eps .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .eps .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.eps .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .eps .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.eps .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .eps .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.eps .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .eps .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.eps .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.eps .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .eps .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.eps .bottom .item > p > a[href^="tel"],
.eps .bottom .item > p > a[href^="tel"]:focus,
.eps .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.eps .bottom .item > p > a[href^="mailto"],
.eps .bottom .item > p > a[href^="mailto"]:focus,
.eps .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.eps .bottom .item > p:last-child {
  margin-bottom: 0;
}

.eps .bottom .item > a,
.eps .bottom .item > a:focus,
.eps .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .eps .bottom .item > a,
  .eps .bottom .item > a:focus,
  .eps .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.eps .bottom .item > a:last-child,
.eps .bottom .item > a:focus:last-child,
.eps .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.eps .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .eps .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.eps .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 45%;
      grid-template-columns: 65% 45%;
}

.eps .content .left {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
}

.eps .content .right {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.eps .content .right img {
  width: 50%;
}

.eps .content p {
  padding-bottom: 20px;
  line-height: 21px;
}

.eps p {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .eps p {
    font-size: 14px;
  }
}

.eps .app-content {
  padding-bottom: 20px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .eps .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .eps .content .right img {
    width: 100%;
  }
  .eps .content .left {
    padding-top: 20px;
  }
  .eps .col-sm-8 {
    padding-top: 20px;
  }
}

.eps .drop-down-info {
  border: 0.736308px solid #AFAFAF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 34px 34px 14px 34px;
  margin-bottom: 40px;
}

.eps .drop-down-info a {
  text-decoration: underline;
}

.cup .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .cup .bottom {
    margin-bottom: 3.125rem;
  }
}

.cup .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .cup .bottom .items {
    display: block;
  }
}

.cup .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .cup .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.cup .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .cup .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.cup .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .cup .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.cup .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .cup .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.cup .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.cup .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .cup .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.cup .bottom .item > p > a[href^="tel"],
.cup .bottom .item > p > a[href^="tel"]:focus,
.cup .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.cup .bottom .item > p > a[href^="mailto"],
.cup .bottom .item > p > a[href^="mailto"]:focus,
.cup .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.cup .bottom .item > p:last-child {
  margin-bottom: 0;
}

.cup .bottom .item > a,
.cup .bottom .item > a:focus,
.cup .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .cup .bottom .item > a,
  .cup .bottom .item > a:focus,
  .cup .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.cup .bottom .item > a:last-child,
.cup .bottom .item > a:focus:last-child,
.cup .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.cup .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .cup .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.cup p {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .cup p {
    font-size: 14px;
  }
}

.cup p a {
  text-decoration: underline;
}

.cup .app-content {
  margin-top: 25px;
}

.cup .app-content p {
  padding: 20px 0;
  line-height: 21px;
}

.cup-form {
  font-size: 16px;
  line-height: 25px;
  /* or 156% */
}

.cup-form .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .cup-form .bottom {
    margin-bottom: 3.125rem;
  }
}

.cup-form .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .cup-form .bottom .items {
    display: block;
  }
}

.cup-form .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .cup-form .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.cup-form .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .cup-form .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.cup-form .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .cup-form .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.cup-form .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .cup-form .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.cup-form .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.cup-form .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .cup-form .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.cup-form .bottom .item > p > a[href^="tel"],
.cup-form .bottom .item > p > a[href^="tel"]:focus,
.cup-form .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.cup-form .bottom .item > p > a[href^="mailto"],
.cup-form .bottom .item > p > a[href^="mailto"]:focus,
.cup-form .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.cup-form .bottom .item > p:last-child {
  margin-bottom: 0;
}

.cup-form .bottom .item > a,
.cup-form .bottom .item > a:focus,
.cup-form .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .cup-form .bottom .item > a,
  .cup-form .bottom .item > a:focus,
  .cup-form .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.cup-form .bottom .item > a:last-child,
.cup-form .bottom .item > a:focus:last-child,
.cup-form .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.cup-form .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .cup-form .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.cup-form h3 {
  margin: 47px 0;
}

.cup-form h4 {
  margin: 20px 0px;
}

.cup-form .sub-title {
  margin: 20px 0;
  text-decoration: underline;
}

.cup-form .app-content div ol {
  padding-left: 20px;
}

.cup-form .app-content div ol li {
  margin: 0;
  padding: 0;
}

.contact-us .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .contact-us .bottom {
    margin-bottom: 3.125rem;
  }
}

.contact-us .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .contact-us .bottom .items {
    display: block;
  }
}

.contact-us .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .contact-us .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.contact-us .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .contact-us .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.contact-us .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .contact-us .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.contact-us .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .contact-us .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.contact-us .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.contact-us .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .contact-us .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.contact-us .bottom .item > p > a[href^="tel"],
.contact-us .bottom .item > p > a[href^="tel"]:focus,
.contact-us .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.contact-us .bottom .item > p > a[href^="mailto"],
.contact-us .bottom .item > p > a[href^="mailto"]:focus,
.contact-us .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.contact-us .bottom .item > p:last-child {
  margin-bottom: 0;
}

.contact-us .bottom .item > a,
.contact-us .bottom .item > a:focus,
.contact-us .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .contact-us .bottom .item > a,
  .contact-us .bottom .item > a:focus,
  .contact-us .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.contact-us .bottom .item > a:last-child,
.contact-us .bottom .item > a:focus:last-child,
.contact-us .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.contact-us .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .contact-us .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.contact-us .col-xs-9 a {
  text-decoration: underline;
}

.contact-us .box {
  padding: 0 56px 0 136px;
}

.contact-us .box .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
}

.contact-us .box div {
  margin-bottom: 1.25rem;
}

.contact-us .box .hotline {
  margin-bottom: 3.6875rem;
}

.contact-us .detail {
  margin-top: 135px;
}

.contact-us .col-sm-6 {
  padding-bottom: 0 30px;
}

.contact-us #contact-form div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
      grid-template-columns: 25% 75%;
  gap: 12px;
}

@media (max-width: 767px) {
  .contact-us #contact-form div {
    display: block;
  }
}

.contact-us #contact-form label {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}

.contact-us #contact-form input[type=text],
.contact-us #contact-form textarea,
.contact-us #contact-form select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #979797;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.contact-us #contact-form input[type=submit] {
  width: 320px;
  background-color: #e20917;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: 1px solid #e20917;
  border-radius: 27.5px;
  cursor: pointer;
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-column-align: self-end;
      justify-self: self-end;
}

@media (max-width: 767px) {
  .contact-us #contact-form input[type=submit] {
    width: 100%;
  }
}

.contact-us #contact-form input[type=submit]:hover {
  background-color: transparent;
  color: #e20917;
}

.contact-us .mobile-version {
  padding: 0 43px;
}

.contact-us .mobile-version .mobile-detail {
  text-align: center;
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin-bottom: 41px;
}

.contact-us .mobile-version .mobile-detail div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-us .mobile-version .mobile-detail .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  text-align: center;
}

.faq .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .faq .bottom {
    margin-bottom: 3.125rem;
  }
}

.faq .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .faq .bottom .items {
    display: block;
  }
}

.faq .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .faq .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.faq .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .faq .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.faq .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .faq .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.faq .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .faq .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.faq .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.faq .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .faq .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.faq .bottom .item > p > a[href^="tel"],
.faq .bottom .item > p > a[href^="tel"]:focus,
.faq .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.faq .bottom .item > p > a[href^="mailto"],
.faq .bottom .item > p > a[href^="mailto"]:focus,
.faq .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.faq .bottom .item > p:last-child {
  margin-bottom: 0;
}

.faq .bottom .item > a,
.faq .bottom .item > a:focus,
.faq .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .faq .bottom .item > a,
  .faq .bottom .item > a:focus,
  .faq .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.faq .bottom .item > a:last-child,
.faq .bottom .item > a:focus:last-child,
.faq .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.faq .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .faq .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.faq .selection {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 0;
  overflow: auto;
  white-space: nowrap;
}

.faq .selection::-webkit-scrollbar {
  color: transparent;
}

.faq .selection a {
  display: inline-block;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.faq .selection #customer-faq,
.faq .selection #merchant-faq {
  width: 100%;
  text-align: center;
  padding: 21px;
  border-bottom: 2px solid #AFAFAF;
  color: #AFAFAF;
}

.faq .selection #customer-faq:hover,
.faq .selection #merchant-faq:hover {
  color: #e20917;
}

.faq .selection #customer-faq:hover,
.faq .selection #merchant-faq:hover {
  border-bottom: 2px solid #e20917;
}

.faq .selection #customer-faq.active,
.faq .selection #merchant-faq.active {
  color: #e20917;
  border-bottom: 2px solid #e20917;
}

.faq .faq-set {
  border: 1px solid #AFAFAF;
  margin-bottom: 50px;
  border-radius: 5px;
}

.faq .faq-set div {
  padding: 15px;
}

.faq .faq-set div:nth-child(1) {
  border-bottom: 1px solid #AFAFAF;
}

.faq .faq-set .question {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.faq .faq-set .answer {
  font-size: 18px;
  line-height: 25px;
}

.faq .hide {
  display: none;
}

.faq .timetable {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
}

@media (max-width: 767px) {
  .faq .timetable {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.iDo-urban .topic {
  font-size: 1.5625rem;
  font-weight: 600;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 40px;
}

.iDo-urban .veritical-topic {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 40px;
}

.iDo-urban .app-content p {
  line-height: 25px;
}

@media (max-width: 767px) {
  .iDo-urban .app-content .col-sm-6 {
    margin: 50px 0;
  }
}

.iDo-urban .app-content img {
  width: 100%;
}

.iDo-urban .app-content a {
  background: #E20917;
  border-radius: 1.71875rem;
  width: 20rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 3.4375rem;
  text-align: center;
  color: #ffffff;
  margin-top: 3.125rem;
  border: 1px solid transparent;
}

.iDo-urban .app-content a:hover {
  color: #e20917;
  background: #ffffff;
  border: 1px solid #e20917;
}

@media (max-width: 767px) {
  .iDo-urban .app-content a {
    width: 100%;
    font-size: 16px;
  }
}

.iDo-urban .app-content .row {
  margin-bottom: 100px;
}

.iDo-urban .app-content .row .left-image {
  padding-right: 112px;
}

.iDo-urban .app-content .row .right-image {
  padding-left: 112px;
}

@media (max-width: 767px) {
  .iDo-urban .app-content .row .left-image,
  .iDo-urban .app-content .row .right-image {
    padding: inherit;
  }
}

@media (max-width: 767px) {
  .iDo-urban .app-content .row .vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.vertical-greening img {
  width: 100%;
}

.vertical-greening p {
  line-height: 25px;
}

.vertical-greening .title {
  font-size: 1.5625rem;
  font-weight: 700;
}

.vertical-greening .sub-title {
  font-size: 1.4375rem;
  font-weight: 600;
  padding: 20px 0;
}

.vertical-greening li::marker {
  font-size: 1.125rem;
  font-weight: 600;
}

.vertical-greening .col-sm-12 {
  line-height: 25px;
}

.vertical-greening .row .left-image {
  padding-right: 112px;
}

.iDo-tree .app-content .row {
  margin-bottom: 100px;
}

.iDo-tree .topic {
  font-size: 1.5625rem;
  font-weight: 600;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 40px;
}

.iDo-tree .veritical-topic {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .iDo-tree .app-content .col-sm-6 {
    margin: 50px 0;
  }
}

.iDo-tree .app-content .col-sm-6 p {
  line-height: 25px;
  margin: 20px 0;
}

.iDo-tree .app-content img {
  width: 100%;
}

.iDo-tree .app-content a {
  background: #E20917;
  border-radius: 1.71875rem;
  width: 20rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 3.4375rem;
  text-align: center;
  color: #ffffff;
  margin-top: 3.125rem;
  border: 1px solid transparent;
}

.iDo-tree .app-content a:hover {
  color: #e20917;
  background: #ffffff;
  border: 1px solid #e20917;
}

@media (max-width: 767px) {
  .iDo-tree .app-content a {
    width: 100%;
    font-size: 16px;
  }
}

.iDo-tree .row .left-image {
  padding-right: 112px;
}

.iDo-tree .row .right-image {
  padding-left: 112px;
}

@media (max-width: 767px) {
  .iDo-tree .row .left-image,
  .iDo-tree .row .right-image {
    padding: inherit;
  }
}

.iDo-tree .row .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  border: 2px solid #AFAFAF;
}

@media (max-width: 767px) {
  .iDo-tree .row .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.iDo-tree .row .content .left {
  padding: 30px 70px 0;
}

.iDo-tree .row .content .left .title {
  font-size: 20px;
  font-weight: 700;
}

.iDo-tree .row .content .left div:nth-child(1),
.iDo-tree .row .content .left div:nth-child(2) {
  margin-bottom: 20px;
  border-bottom: 1px solid #AFAFAF;
}

@media (max-width: 767px) {
  .iDo-tree .row .content .left {
    padding: 0 20px;
  }
  .iDo-tree .row .content .left div {
    padding: 30px 28px 0px 30px;
  }
}

@media (max-width: 767px) {
  .iDo-tree .row .vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.iDo-tree .row div#native-tree-reason {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 80% 10%;
      grid-template-columns: 10% 80% 10%;
}

@media (max-width: 767px) {
  .iDo-tree .row div#native-tree-reason {
    display: block;
  }
}

.iDo-tree .row .splide__arrow {
  background: transparent;
}

@media (max-width: 767px) {
  .iDo-tree .row .splide__arrow {
    width: 10px;
    height: 17px;
  }
}

@media (max-width: 767px) {
  .iDo-tree .row .splide__arrow--prev {
    left: -2em !important;
  }
  .iDo-tree .row .splide__arrow--next {
    right: -2em !important;
  }
}

.iDo-tree .row .splide__pagination {
  -webkit-transform: translateX(-50%) translateY(70px);
          transform: translateX(-50%) translateY(70px);
}

.pps .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .pps .bottom {
    margin-bottom: 3.125rem;
  }
}

.pps .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .pps .bottom .items {
    display: block;
  }
}

.pps .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .pps .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.pps .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .pps .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.pps .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .pps .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.pps .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .pps .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.pps .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.pps .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .pps .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.pps .bottom .item > p > a[href^="tel"],
.pps .bottom .item > p > a[href^="tel"]:focus,
.pps .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.pps .bottom .item > p > a[href^="mailto"],
.pps .bottom .item > p > a[href^="mailto"]:focus,
.pps .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.pps .bottom .item > p:last-child {
  margin-bottom: 0;
}

.pps .bottom .item > a,
.pps .bottom .item > a:focus,
.pps .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .pps .bottom .item > a,
  .pps .bottom .item > a:focus,
  .pps .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.pps .bottom .item > a:last-child,
.pps .bottom .item > a:focus:last-child,
.pps .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.pps .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .pps .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.pps .selection {
  font-weight: 500;
  font-size: 23px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 0;
  overflow: auto;
  white-space: nowrap;
}

.pps .selection::-webkit-scrollbar {
  color: transparent;
}

.pps .selection a {
  display: inline-block;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pps .selection {
    padding: 39px 0 0 0;
  }
}

.pps #pps,
.pps #shop_buy,
.pps #bill_payment,
.pps #new {
  width: 100%;
  text-align: center;
  padding: 21px;
  border: 2px solid #AFAFAF;
  color: #AFAFAF;
}

.pps #pps {
  border-radius: 10px 0px 0px 0px;
}

.pps #bill_payment {
  border-radius: 0px 10px 0px 0px;
}

@media (max-width: 767px) {
  .pps #pps,
  .pps #shop_buy,
  .pps #bill_payment,
  .pps #new {
    width: auto;
  }
}

.pps #pps:hover,
.pps #shop_buy:hover,
.pps #bill_payment:hover,
.pps #new:hover {
  color: #e20917;
}

.pps #pps:hover,
.pps #shop_buy:hover,
.pps #bill_payment:hover,
.pps #new:hover {
  border: 2px solid #e20917;
}

.pps #pps.active,
.pps #shop_buy.active,
.pps #bill_payment.active,
.pps #new.active {
  color: #e20917;
  border: 2px solid #e20917;
}

.pps .row {
  margin-bottom: 20px;
}

/* .pps .row p {
  line-height: 25px;
} */

.pps .title {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 32px;
  margin: 50px 0;
}

.pps .video {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

@media (max-width: 767px) {
  .pps .col-sm-4 img {
    padding: 50px 0;
  }
}

.other-service .bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .other-service .bottom {
    margin-bottom: 3.125rem;
  }
}

.other-service .bottom .items {
  background: #F4F4F4;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .other-service .bottom .items {
    display: block;
  }
}

.other-service .bottom .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 2.8125rem 0 3.4375rem;
  border-right: 1px solid #AFAFAF;
  line-height: 1.8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .other-service .bottom .item {
    border-right: 0;
    margin-bottom: 40px;
  }
}

.other-service .bottom .item:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .other-service .bottom .item:last-child {
    margin-bottom: 0;
  }
}

.other-service .bottom .item > img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 767px) {
  .other-service .bottom .item > img {
    height: 50px;
    margin-bottom: 10px;
  }
}

.other-service .bottom .item h3 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #e20917;
  letter-spacing: 0.14062rem;
  margin: 0;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .other-service .bottom .item h3 {
    font-size: 18px;
    letter-spacing: 2.25px;
  }
}

.other-service .bottom .item h3 img {
  width: 1rem;
  position: relative;
  top: -1px;
  left: 4px;
}

.other-service .bottom .item > p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .other-service .bottom .item > p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.other-service .bottom .item > p > a[href^="tel"],
.other-service .bottom .item > p > a[href^="tel"]:focus,
.other-service .bottom .item > p > a[href^="tel"]:hover {
  color: #1A1918;
}

.other-service .bottom .item > p > a[href^="mailto"],
.other-service .bottom .item > p > a[href^="mailto"]:focus,
.other-service .bottom .item > p > a[href^="mailto"]:hover {
  color: #e20917;
}

.other-service .bottom .item > p:last-child {
  margin-bottom: 0;
}

.other-service .bottom .item > a,
.other-service .bottom .item > a:focus,
.other-service .bottom .item > a:hover {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.625rem;
  color: #1A1918;
}

@media (max-width: 767px) {
  .other-service .bottom .item > a,
  .other-service .bottom .item > a:focus,
  .other-service .bottom .item > a:hover {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.other-service .bottom .item > a:last-child,
.other-service .bottom .item > a:focus:last-child,
.other-service .bottom .item > a:hover:last-child {
  margin-bottom: 0;
}

.other-service .app-heading-container p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
  margin: 0px 300px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .other-service .app-heading-container p {
    font-size: 16px;
    margin: inherit;
  }
}

.other-service .title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 21px;
}

.other-service .sub-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 21px;
  margin: 36px 0;
}

.other-service .transfer {
  padding: 0 20px;
}

.other-service .transfer > li {
  padding-left: 20px;
}

.other-service .transfer > li::marker {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 21px;
  padding-left: 10px;
}

.other-service .show-logo {
  text-align: center;
}

.other-service .description {
  margin: 70px 0;
}

.other-service .description p {
  padding-bottom: 20px;
}

.mapping .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 469px;
  height: 394px;
  z-index: 0;
  margin-left: 80px;
  margin-top: 15px;
}

.mapping .external {
  width: 617px;
  height: 426px;
  margin-left: 0px;
  position: relative;
  -webkit-transform: scale(1.8) translateX(-15px);
          transform: scale(1.8) translateX(-15px);
  -webkit-transform-origin: top;
          transform-origin: top;
  /* opacity: 1; */
  /* justify-content: center; */
  margin: auto;
}

.mapping .external-container {
  height: 800px;
}

.mapping .img-responsive {
  /* width: 765px; */
  /* -webkit-transform: scale(1) translate(7px, 19px);
          transform: scale(1) translate(7px, 19px); */
  position: relative;
  /* left: -1px;
  top: -1px; */
  /* border: 2px solid #EA3E33;
  border-radius: 10px; */
}

.mapping .mapkey {
  position: absolute;
  top: 342px;
  left: 101px;
  width: 115px;
}

.mapping .details {
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 10px;
  width: 305px;
  padding: 24px;
  z-index: 6;
}

.mapping h5 {
  margin-top: 0px;
}

.banner1 .app-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 192px;
}

@media screen and (max-width: 586px) {
  .banner1 .app-hero,
  .banner2 .app-hero,
  .banner3 .app-hero,
  .banner4 .app-hero {
    padding: 35px!important;
  }
}

.banner1 .app-hero p {
  color: #FFFF;
  font-weight: 700;
  font-size: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner1 .app-hero {
  /* background-image: url("../img/Customer_Banner.png"); */
  background-image: url("../img/Banner.png");
}

.banner2 .app-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 192px;
}

.banner2 .app-hero p {
  color: #FFFF;
  font-weight: 700;
  font-size: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner2 .app-hero {
  /* background-image: url("../img/BusinessBanner.png"); */
  background-image: url("../img/Banner.png");
}

.banner3 .app-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 192px;
}

.banner3 .app-hero p {
  color: #FFFF;
  font-weight: 700;
  font-size: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner3 .app-hero {
  /* background-image: url("../img/AboutCompanyBanner.png"); */
  background-image: url("../img/Banner.png");
}

.banner4 .app-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 192px;
}

.banner4 .app-hero p {
  color: #FFFF;
  font-weight: 700;
  font-size: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner4 .app-hero {
  /* background-image: url("../img/HelpCentreBanner.png"); */
  background-image: url("../img/Banner.png");
}
/*# sourceMappingURL=app.css.map */
.epsHomeModalClass {
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.epsHomeModalClose {
  color: #AAA;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.epsHomeModalClose:hover {
  cursor: pointer;
}

.home-modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  width: 50%;
  /* height: 40%; */
  overflow: -moz-scrollbars-vertical;
  /* overflow-y: scroll; */
  overflow-x: hidden;
  border: 5px solid #E20917;
}

@media (max-width: 991px) {
  .home-modal-content {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .home-modal-content {
    width: 90%;
  }
}