.bs-flags-container {
  overflow: hidden;
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  height: 50px;
  text-align: center;
}
.bs-flags-container > .bs-dialog-full {
  text-align: left;
}
@media (min-width: 768px) {
.bs-flags-container {
    max-width: 446px;
}
}
.bs-flags-inner-wrap {
  display: inline-block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 768px) {
.bs-flags-inner-wrap {
    overflow: hidden;
}
}
.bs-flags-inner-wrap::-webkit-scrollbar {
  display: none;
}
.bs-flags-inner {
  display: inline-block;
  padding: 0 16px;
}
.bs-flags-inner__flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.bs-flags-inner__flag + .bs-flags-inner__flag {
  margin-left: 16px;
}
.bs-flags-inner__flag__name {
  font-size: 14px;
  -ms-flex-wrap: bold;
      flex-wrap: bold;
  margin-left: 4px;
  white-space: nowrap;
}
.bs-flags-container__dialog {
  list-style-type: none;
  padding-left: 16px;
}
@media (min-width: 1200px) {
.bs-flags-container__dialog {
    padding-bottom: 44px;
}
}
.bs-flags-container__dialog__flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-flags-container__dialog__flag + .bs-flags-container__dialog__flag {
  margin-top: 16px;
}
.bs-flags-container__dialog__flag__name {
  margin-left: 16px;
}
.bs-flags-container__shadow {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  background-repeat: no-repeat;
}
.bs-flags-container__shadow--left {
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0), white);
}
.bs-flags-container__shadow--right {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0), white);
}
.scheme-flags {
  position: relative;
}
.bs-flags-action {
  position: absolute;
  top: 16px;
  right: 32px;
}
.bs-flags-action > a {
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media (any-hover: hover) {
.bs-flags-action > a:hover {
    color: #F56A00;
}
}
@media (any-hover: none) {
.bs-flags-action > a:active {
    color: #F56A00;
}
}
.bs-flags-action > a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 7px;
  height: 14px;
  margin-top: 2px;
}
.bs-flags-action__text {
  margin-right: 16px;
}

.scheme {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.scheme-section {
  padding: 0 16px;
}
.scheme-tabs {
  max-width: 80%;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 6px 0;
}
@media (min-width: 768px) {
  .scheme-tabs {
    max-width: auto;
    text-align: center;
    position: relative;
    top: -45px;
  }
}
.scheme-flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
}
.scheme-flags > .bs-flags-container {
  min-width: 90%;
}
@media (min-width: 768px) {
  .scheme-card-container {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .scheme-card-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .scheme-card {
    min-width: 450px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
  .scheme-card .scheme-section:first-of-type {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .scheme-card + .scheme-card {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .scheme-card + .scheme-card {
    margin-top: 0;
    margin-left: 24px;
  }
}
.scheme-card-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 1200px) {
  .scheme-card-row-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.scheme-card-row {
  width: 100%;
}
@media (min-width: 1200px) {
  .scheme-card-row {
    width: 255px;
  }
}
.scheme-card-row + .scheme-card-row {
  border-top: 1px solid #E5E5E5;
}
@media (min-width: 1200px) {
  .scheme-card-row + .scheme-card-row {
    border-top: none;
  }
}
.scheme-info {
  overflow: hidden;
  border-top: 1px solid #E5E5E5;
}
.scheme-info-straw {
  height: 48px;
  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;
}
.scheme-info-straw .icon-info {
  display: none;
}
@media (min-width: 768px) {
  .scheme-info-straw .icon-info {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .scheme-info-straw {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 10%;
  }
  .scheme-info-straw .text-subtitle-sm {
    margin-left: 16px;
  }
  .scheme-info-straw .icon-pricing-arrow-down {
    display: none;
  }
}
.scheme-info-field {
  display: none;
}
.scheme-info-centent {
  max-height: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (min-width: 768px) {
  .scheme-info-centent {
    padding-left: 10%;
    max-height: 2499px;
  }
}
.scheme-info-centent-list {
  margin-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .scheme-info-centent-list {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .scheme-info-centent-list {
    padding-bottom: 32px;
  }
}
.scheme-info-field:checked ~ .scheme-info-straw .icon-pricing-arrow-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.scheme-info-field:checked ~ .scheme-info-centent {
  max-height: 1999px;
}
.icon-pricing-arrow-down {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%237B7B7B%22%20viewBox%3D%220%200%2020%2013%22%20width%3D%2220%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.667%201.71c0%20.232.079.467.238.664l8.463%2010.263c.205.25.516.395.845.395.329%200%20.641-.145.845-.395l8.417-10.22A1.04%201.04%200%200019.309.93a1.104%201.104%200%2000-1.524.163l-7.572%209.192-7.618-9.239A1.102%201.102%200%20001.071.884a1.05%201.05%200%2000-.404.826%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 12px;
  height: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.icon-info {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%205a1%201%200%20110%202%201%201%200%20010-2m0%204a1%201%200%20011%201v4a1%201%200%2001-2%200v-4a1%201%200%20011-1M11.694.14A10.013%2010.013%200%2000.14%2011.694c.681%204.143%204.023%207.485%208.166%208.166A10.013%2010.013%200%200019.86%208.306C19.179%204.163%2015.837.821%2011.694.14m-.126%2017.71C5.943%2018.926%201.074%2014.057%202.15%208.432c.601-3.144%203.138-5.681%206.282-6.282%205.625-1.076%2010.494%203.793%209.418%209.418-.601%203.144-3.138%205.681-6.282%206.282%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.bs-icon-faq-register,
.bs-icon-faq[data-name='會員註冊'] {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M8.905%2010.377c3.19%200%205.579.903%207.103%202.685%202.29%202.677%201.75%206.321%201.726%206.474a.501.501%200%2001-.404.415l-.09.008H.572a.501.501%200%2001-.494-.42c-.024-.153-.584-3.787%201.693-6.465%201.463-1.72%203.74-2.626%206.767-2.693l.367-.004zm0%201c-2.905%200-5.05.789-6.372%202.346-1.503%201.767-1.574%204.09-1.517%205.123l.007.113h15.763c.059-.973.026-3.424-1.543-5.253-1.326-1.545-3.458-2.329-6.337-2.329zm7.187-6.137c.277%200%20.5.223.5.5v1.884h1.885a.5.5%200%20010%201h-1.885v1.884a.499.499%200%2011-1%200V8.624h-1.884a.5.5%200%20010-1h1.884V5.74a.5.5%200%2001.5-.5zM8.903%200c2.433%200%204.412%201.942%204.412%204.329%200%202.387-1.979%204.329-4.412%204.329S4.49%206.716%204.49%204.329C4.49%201.942%206.47%200%208.903%200zm0%201C7.021%201%205.49%202.494%205.49%204.329c0%201.836%201.531%203.329%203.413%203.329s3.412-1.493%203.412-3.329C12.315%202.494%2010.785%201%208.903%201z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(3.956%202)%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cg%20mask%3D%22url(%23b)%22%3E%3Cpath%20d%3D%22M-3-2h24v24H-3z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.bs-icon-faq-shop,
.bs-icon-faq[data-name='海外購物'] {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2219px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2019%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3EGroup%208%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220%200.775%2018.431%200.775%2018.431%2015.9628%200%2015.9628%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Ffaq%2Fshop%22%20transform%3D%22translate(-3.000000%2C%20-2.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%20transform%3D%22translate(3.000000%2C%201.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.1993%2C19.2249%20C4.9243%2C19.2249%204.7003%2C19.0059%204.7003%2C18.7379%20C4.7003%2C18.4679%204.9243%2C18.2489%205.1993%2C18.2489%20C5.4743%2C18.2489%205.6993%2C18.4679%205.6993%2C18.7379%20C5.6993%2C19.0059%205.4743%2C19.2249%205.1993%2C19.2249%20M5.1993%2C17.2489%20C4.3733%2C17.2489%203.7003%2C17.9169%203.7003%2C18.7379%20C3.7003%2C19.5579%204.3733%2C20.2249%205.1993%2C20.2249%20C6.0263%2C20.2249%206.6993%2C19.5579%206.6993%2C18.7379%20C6.6993%2C17.9169%206.0263%2C17.2489%205.1993%2C17.2489%22%20id%3D%22Fill-1%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.0479%2C19.2249%20C14.7729%2C19.2249%2014.5489%2C19.0059%2014.5489%2C18.7379%20C14.5489%2C18.4679%2014.7729%2C18.2489%2015.0479%2C18.2489%20C15.3229%2C18.2489%2015.5479%2C18.4679%2015.5479%2C18.7379%20C15.5479%2C19.0059%2015.3229%2C19.2249%2015.0479%2C19.2249%20M15.0479%2C17.2489%20C14.2219%2C17.2489%2013.5489%2C17.9169%2013.5489%2C18.7379%20C13.5489%2C19.5579%2014.2219%2C20.2249%2015.0479%2C20.2249%20C15.8749%2C20.2249%2016.5479%2C19.5579%2016.5479%2C18.7379%20C16.5479%2C17.9169%2015.8749%2C17.2489%2015.0479%2C17.2489%22%20id%3D%22Fill-3%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-7%22%20transform%3D%22translate(0.000000%2C%200.225100)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-6%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.6349%2C11.8718%20L4.8919%2C11.9128%20L3.7849%2C6.6748%20L17.4029%2C6.6748%20L15.6349%2C11.8718%20Z%20M18.2439%2C6.0488%20C18.0659%2C5.8108%2017.7909%2C5.6748%2017.4929%2C5.6748%20L3.5729%2C5.6748%20L2.6219%2C1.1708%20C2.5729%2C0.9398%202.3689%2C0.7748%202.1329%2C0.7748%20L0.4999%2C0.7748%20C0.2239%2C0.7748%20-0.0001%2C0.9978%20-0.0001%2C1.2748%20C-0.0001%2C1.5508%200.2239%2C1.7748%200.4999%2C1.7748%20L1.7279%2C1.7748%20L2.6769%2C6.2648%20C2.6769%2C6.2688%202.6749%2C6.2738%202.6759%2C6.2778%20L3.9969%2C12.5178%20L3.9969%2C12.5198%20L4.6409%2C15.5658%20C4.6899%2C15.7978%204.8939%2C15.9628%205.1299%2C15.9628%20L15.8959%2C15.9628%20C16.1719%2C15.9628%2016.3959%2C15.7388%2016.3959%2C15.4628%20C16.3959%2C15.1858%2016.1719%2C14.9628%2015.8959%2C14.9628%20L5.5349%2C14.9628%20L5.1029%2C12.9128%20L15.6369%2C12.8718%20C16.0519%2C12.8718%2016.4219%2C12.5958%2016.5299%2C12.2238%20L18.3939%2C6.8648%20C18.4759%2C6.5818%2018.4209%2C6.2848%2018.2439%2C6.0488%20L18.2439%2C6.0488%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23000000%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.bs-icon-faq-declare,
.bs-icon-faq[data-name='貨件申報'] {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M8.703%200A2.55%202.55%200%200111.2%202.049h4.824c.946%200%201.716.769%201.716%201.715v14.31c0%20.946-.77%201.716-1.716%201.716H1.716C.77%2019.79%200%2019.02%200%2018.074V3.764c0-.946.77-1.715%201.716-1.715h4.49a2.55%202.55%200%20012.497-2.05zm7.321%203.049H1.716A.716.716%200%20001%203.764v14.31c0%20.395.321.716.716.716h14.308a.717.717%200%2000.716-.716V3.764a.716.716%200%2000-.716-.715zM13.34%207.255a.5.5%200%2001.697.717l-7.033%206.85a.497.497%200%2001-.7-.004l-2.82-2.792a.5.5%200%2011.704-.71l2.47%202.446zM8.703%201c-.678%200-1.249.44-1.458%201.049h2.916A1.545%201.545%200%20008.703.999z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(3.383%202)%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cg%20mask%3D%22url(%23b)%22%3E%3Cpath%20d%3D%22M-3-2h24v24H-3z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.bs-icon-faq-transition,
.bs-icon-faq[data-name='轉運服務'] {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2220px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2020%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3EGroup%206%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220%200.0004%2019.984%200.0004%2019.984%2016.4624%200%2016.4624%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Ffaq%2Ftransition%22%20transform%3D%22translate(-2.000000%2C%20-4.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-6%22%20transform%3D%22translate(2.000000%2C%204.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.189%2C11.7214%20L11.677%2C11.7214%20L11.677%2C0.9994%20L1.189%2C0.9994%20L1.189%2C11.7214%20Z%20M0.689%2C12.7214%20L12.177%2C12.7214%20C12.454%2C12.7214%2012.677%2C12.4974%2012.677%2C12.2214%20L12.677%2C0.4994%20C12.677%2C0.2234%2012.454%2C-0.0006%2012.177%2C-0.0006%20L0.689%2C-0.0006%20C0.413%2C-0.0006%200.189%2C0.2234%200.189%2C0.4994%20L0.189%2C12.2214%20C0.189%2C12.4974%200.413%2C12.7214%200.689%2C12.7214%20L0.689%2C12.7214%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23000000%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.8923%2C6.5257%20L17.6023%2C3.2917%20C17.5083%2C3.1597%2017.3563%2C3.0807%2017.1943%2C3.0807%20L13.7833%2C3.0807%20C13.5083%2C3.0807%2013.2853%2C3.3027%2013.2833%2C3.5777%20L13.2223%2C12.2177%20C13.2203%2C12.4937%2013.4433%2C12.7197%2013.7183%2C12.7217%20L13.7223%2C12.7217%20C13.9963%2C12.7217%2014.2203%2C12.4997%2014.2223%2C12.2257%20L14.2793%2C4.0807%20L16.9353%2C4.0807%20L18.9843%2C6.9737%20L18.9843%2C12.6827%20L18.9843%2C13.3047%20L18.2453%2C13.3047%20C18.2253%2C13.3047%2018.2093%2C13.3137%2018.1913%2C13.3157%20C18.1723%2C13.3137%2018.1563%2C13.3047%2018.1373%2C13.3047%20C17.8613%2C13.3047%2017.6373%2C13.5277%2017.6373%2C13.8047%20L17.6373%2C14.3227%20C17.6373%2C14.9507%2017.1283%2C15.4627%2016.5033%2C15.4627%20C15.8783%2C15.4627%2015.3703%2C14.9507%2015.3703%2C14.3227%20L15.3703%2C13.8047%20C15.3703%2C13.5277%2015.1463%2C13.3047%2014.8703%2C13.3047%20L11.0123%2C13.3047%20C10.7363%2C13.3047%2010.5123%2C13.5277%2010.5123%2C13.8047%20L10.5123%2C14.3227%20C10.5123%2C14.9507%2010.0033%2C15.4627%209.3773%2C15.4627%20C8.7523%2C15.4627%208.2443%2C14.9507%208.2443%2C14.3227%20L8.2443%2C13.8047%20C8.2443%2C13.5277%208.0203%2C13.3047%207.7443%2C13.3047%20L6.2153%2C13.3047%20C5.9423%2C13.3047%205.7183%2C13.5257%205.7153%2C13.7997%20L5.7103%2C14.3227%20C5.7103%2C14.9507%205.2023%2C15.4627%204.5763%2C15.4627%20C3.9513%2C15.4627%203.4423%2C14.9507%203.4423%2C14.3227%20L3.4423%2C13.8047%20C3.4423%2C13.5277%203.2183%2C13.3047%202.9423%2C13.3047%20L0.4993%2C13.3047%20C0.2233%2C13.3047%20-0.0007%2C13.5277%20-0.0007%2C13.8047%20C-0.0007%2C14.0807%200.2233%2C14.3047%200.4993%2C14.3047%20L2.4423%2C14.3047%20L2.4423%2C14.3227%20C2.4423%2C15.5027%203.3993%2C16.4627%204.5763%2C16.4627%20C5.7523%2C16.4627%206.7103%2C15.5027%206.7103%2C14.3277%20L7.2443%2C14.3047%20L7.2443%2C14.3227%20C7.2443%2C15.5027%208.2013%2C16.4627%209.3773%2C16.4627%20C10.5543%2C16.4627%2011.5123%2C15.5027%2011.5123%2C14.3227%20L11.5123%2C14.3047%20L14.3703%2C14.3047%20L14.3703%2C14.3227%20C14.3703%2C15.5027%2015.3273%2C16.4627%2016.5033%2C16.4627%20C17.6803%2C16.4627%2018.6373%2C15.5027%2018.6373%2C14.3227%20L18.6373%2C14.3047%20L19.4843%2C14.3047%20C19.7603%2C14.3047%2019.9843%2C14.0807%2019.9843%2C13.8047%20L19.9843%2C12.6827%20L19.9843%2C6.8147%20C19.9843%2C6.7117%2019.9523%2C6.6097%2019.8923%2C6.5257%22%20id%3D%22Fill-3%22%20fill%3D%22%23000000%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.5417%2C5.8645%20L9.4757%2C4.8555%20C9.4687%2C4.8495%209.4597%2C4.8475%209.4527%2C4.8415%20C9.4377%2C4.8285%209.4197%2C4.8225%209.4027%2C4.8105%20C9.3497%2C4.7745%209.2917%2C4.7505%209.2297%2C4.7375%20C9.2177%2C4.7355%209.2077%2C4.7245%209.1947%2C4.7225%20C9.1857%2C4.7215%209.1767%2C4.7275%209.1667%2C4.7275%20C9.0217%2C4.7165%208.8757%2C4.7615%208.7687%2C4.8755%20C8.7577%2C4.8865%208.7537%2C4.9025%208.7437%2C4.9145%20C8.7377%2C4.9215%208.7287%2C4.9235%208.7237%2C4.9305%20L7.8637%2C6.1495%20C7.7047%2C6.3755%207.7587%2C6.6875%207.9837%2C6.8465%20C8.2097%2C7.0045%208.5217%2C6.9525%208.6807%2C6.7255%20L8.8167%2C6.5335%20C8.6997%2C7.8475%207.5927%2C8.8815%206.2487%2C8.8815%20C5.8637%2C8.8815%205.4947%2C8.7995%205.1487%2C8.6365%20C4.9037%2C8.5185%204.6017%2C8.6245%204.4837%2C8.8755%20C4.3657%2C9.1245%204.4737%2C9.4225%204.7237%2C9.5405%20C5.2017%2C9.7675%205.7157%2C9.8815%206.2487%2C9.8815%20C8.1397%2C9.8815%209.6767%2C8.4025%209.8027%2C6.5425%20L9.8547%2C6.5915%20C9.9507%2C6.6825%2010.0747%2C6.7275%2010.1977%2C6.7275%20C10.3307%2C6.7275%2010.4627%2C6.6755%2010.5617%2C6.5715%20C10.7507%2C6.3705%2010.7417%2C6.0545%2010.5417%2C5.8645%22%20id%3D%22Fill-4%22%20fill%3D%22%23000000%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4.7537%2C6.5706%20C4.9117%2C6.3446%204.8577%2C6.0326%204.6327%2C5.8746%20C4.4057%2C5.7156%204.0947%2C5.7686%203.9357%2C5.9946%20L3.7997%2C6.1876%20C3.9167%2C4.8736%205.0247%2C3.8396%206.3687%2C3.8396%20C6.7537%2C3.8396%207.1227%2C3.9226%207.4687%2C4.0846%20C7.7147%2C4.2026%208.0157%2C4.0956%208.1337%2C3.8456%20C8.2517%2C3.5956%208.1447%2C3.2986%207.8947%2C3.1806%20C7.4157%2C2.9546%206.9017%2C2.8396%206.3687%2C2.8396%20C4.4777%2C2.8396%202.9407%2C4.3186%202.8147%2C6.1786%20L2.7627%2C6.1296%20C2.5627%2C5.9396%202.2457%2C5.9486%202.0557%2C6.1496%20C1.8657%2C6.3496%201.8747%2C6.6666%202.0747%2C6.8566%20L3.1427%2C7.8656%20C3.1497%2C7.8716%203.1577%2C7.8746%203.1657%2C7.8806%20C3.1807%2C7.8926%203.1967%2C7.8996%203.2127%2C7.9096%20C3.2677%2C7.9466%203.3257%2C7.9716%203.3887%2C7.9836%20C3.4007%2C7.9866%203.4097%2C7.9966%203.4227%2C7.9986%20C3.4437%2C8.0006%203.4657%2C8.0026%203.4857%2C8.0026%20C3.5597%2C8.0026%203.6317%2C7.9826%203.6987%2C7.9506%20C3.7207%2C7.9396%203.7377%2C7.9236%203.7587%2C7.9086%20C3.7887%2C7.8886%203.8227%2C7.8736%203.8497%2C7.8456%20C3.8587%2C7.8356%203.8627%2C7.8216%203.8717%2C7.8106%20C3.8787%2C7.8016%203.8897%2C7.7986%203.8957%2C7.7896%20L4.7537%2C6.5706%20Z%22%20id%3D%22Fill-5%22%20fill%3D%22%23000000%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.bs-icon-faq-rewards,
.bs-icon-faq[data-name='獎賞計劃'] {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2220px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2020%2019%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3EGroup%203%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%221.60445259e-05%200.0002%2019.978%200.0002%2019.978%2019.0272%201.60445259e-05%2019.0272%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Ffaq%2FRewards%22%20transform%3D%22translate(-2.000000%2C%20-2.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-3%22%20transform%3D%22translate(2.000000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.5742%2C7.7205%20L5.5942%2C11.6375%20C5.7112%2C11.7535%205.7642%2C11.9185%205.7372%2C12.0815%20L4.7882%2C17.6125%20L9.7572%2C15.0015%20C9.9022%2C14.9255%2010.0752%2C14.9255%2010.2212%2C15.0015%20L15.1892%2C17.6125%20L14.2402%2C12.0815%20C14.2132%2C11.9185%2014.2662%2C11.7535%2014.3852%2C11.6375%20L18.4042%2C7.7205%20L12.8492%2C6.9135%20C12.6872%2C6.8895%2012.5462%2C6.7875%2012.4732%2C6.6395%20L9.9892%2C1.6075%20L7.5052%2C6.6395%20C7.4322%2C6.7875%207.2922%2C6.8895%207.1292%2C6.9135%20L1.5742%2C7.7205%20Z%20M4.1242%2C19.0265%20C4.0202%2C19.0265%203.9172%2C18.9945%203.8302%2C18.9305%20C3.6772%2C18.8195%203.5992%2C18.6305%203.6322%2C18.4415%20L4.7072%2C12.1715%20L0.1502%2C7.7295%20C0.0142%2C7.5965%20-0.0338%2C7.3975%200.0242%2C7.2175%20C0.0832%2C7.0355%200.2392%2C6.9045%200.4282%2C6.8765%20L6.7242%2C5.9615%20L9.5412%2C0.2565%20C9.7092%2C-0.0855%2010.2692%2C-0.0855%2010.4372%2C0.2565%20L13.2542%2C5.9615%20L19.5512%2C6.8765%20C19.7382%2C6.9045%2019.8952%2C7.0355%2019.9542%2C7.2175%20C20.0122%2C7.3975%2019.9642%2C7.5965%2019.8272%2C7.7295%20L15.2702%2C12.1715%20L16.3462%2C18.4415%20C16.3792%2C18.6305%2016.3022%2C18.8195%2016.1472%2C18.9305%20C15.9932%2C19.0445%2015.7902%2C19.0585%2015.6212%2C18.9695%20L9.9892%2C16.0085%20L4.3562%2C18.9695%20C4.2842%2C19.0085%204.2042%2C19.0265%204.1242%2C19.0265%20L4.1242%2C19.0265%20Z%22%20id%3D%22Fill-1%22%20fill%3D%22%23000000%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.bs-icon-faq-plus,
.bs-icon-faq[data-name='其他'] {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3EFill%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Ffaq%2FMore%22%20transform%3D%22translate(-4.000000%2C%20-4.000000)%22%20fill%3D%22%23000000%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M19.511%2C11.505%20L12.506%2C11.505%20L12.506%2C4.5%20C12.506%2C4.224%2012.282%2C4%2012.006%2C4%20C11.73%2C4%2011.506%2C4.224%2011.506%2C4.5%20L11.506%2C11.505%20L4.5%2C11.505%20C4.224%2C11.505%204%2C11.729%204%2C12.005%20C4%2C12.281%204.224%2C12.505%204.5%2C12.505%20L11.506%2C12.505%20L11.506%2C19.51%20C11.506%2C19.786%2011.73%2C20.01%2012.006%2C20.01%20C12.282%2C20.01%2012.506%2C19.786%2012.506%2C19.51%20L12.506%2C12.505%20L19.511%2C12.505%20C19.787%2C12.505%2020.011%2C12.281%2020.011%2C12.005%20C20.011%2C11.729%2019.787%2C11.505%2019.511%2C11.505%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.bs-icon-overseas-house {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.5%2010c.28%200%20.5.22.5.5v7c0%20.28-.22.5-.5.5h-8c-.28%200-.5-.22-.5-.5v-3.44c0-.28.22-.5.5-.5H8V10.5c0-.28.22-.5.5-.5h4zM9%2013.56h3v-2.67H9v2.67zm0%203.55h3v-2.67H9v2.67zm-4%200h3v-2.67H5v2.67zm14.78-7.799a.518.518%200%2001-.736.033l-4.547-4.077H5.423L2.591%207.81v10.611c0%20.289.232.522.527.522h13.684a.521.521%200%2000.526-.522v-7.9h1.053v8.422c0%20.578-.474%201.056-1.053%201.056H2.591a1.059%201.059%200%2001-1.052-1.056v-10.2l-.663.6a.518.518%200%2001-.737-.033.527.527%200%2001.031-.744l3.685-3.3%201.052-.956.01-.011a.58.58%200%2001.306-.089h3.684V.522c0-.289.232-.522.527-.522h3.157c.295%200%20.527.233.527.522v2.111a.521.521%200%2001-.527.522H11.54a.521.521%200%2001-.526-.522c0-.3.231-.533.526-.533h.526V1.055H9.96v3.156h4.737a.58.58%200%2001.305.089l.01.011%201.053.956%203.684%203.3c.21.188.232.533.032.744z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.bs-icon-shop-bag {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3EMask%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2F24px%2Fshopping_24px%22%20transform%3D%22translate(-2.000000%2C%20-2.000000)%22%20fill%3D%22%23020303%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.0945%2C8.7637%20C8.3705%2C8.7637%208.5945%2C8.9877%208.5945%2C9.2637%20L8.5945%2C10.5217%20C8.5945%2C10.7987%208.3705%2C11.0217%208.0945%2C11.0217%20C7.8185%2C11.0217%207.5945%2C10.7987%207.5945%2C10.5217%20L7.5945%2C9.2637%20C7.5945%2C8.9877%207.8185%2C8.7637%208.0945%2C8.7637%20Z%20M15.8435%2C8.793%20C16.1195%2C8.793%2016.3435%2C9.017%2016.3435%2C9.293%20L16.3435%2C10.551%20C16.3435%2C10.828%2016.1195%2C11.051%2015.8435%2C11.051%20C15.5675%2C11.051%2015.3435%2C10.828%2015.3435%2C10.551%20L15.3435%2C9.293%20C15.3435%2C9.017%2015.5675%2C8.793%2015.8435%2C8.793%20Z%20M8.0671%2C6.6919%20C7.7921%2C6.6659%207.5901%2C6.4219%207.6171%2C6.1469%20C7.8421%2C3.7829%209.7131%2C1.9999%2011.9691%2C1.9999%20C14.2281%2C1.9999%2016.1001%2C3.7869%2016.3231%2C6.1549%20C16.3481%2C6.4299%2016.1461%2C6.6739%2015.8721%2C6.6999%20C15.8561%2C6.7019%2015.8391%2C6.7019%2015.8241%2C6.7019%20C15.5691%2C6.7019%2015.3511%2C6.5079%2015.3271%2C6.2489%20C15.1531%2C4.3969%2013.7101%2C2.9999%2011.9691%2C2.9999%20C10.2321%2C2.9999%208.7891%2C4.3939%208.6121%2C6.2419%20C8.5861%2C6.5169%208.3451%2C6.7239%208.0671%2C6.6919%20Z%20M18.8904%2C20.0176%20C18.8794%2C20.0796%2018.8364%2C20.1166%2018.8024%2C20.1166%20L5.2564%2C20.1166%20C5.2164%2C20.1166%205.1794%2C20.0746%205.1684%2C20.0186%20L3.0034%2C8.3206%20C2.9914%2C8.2536%203.0194%2C8.2096%203.0334%2C8.1936%20C3.0504%2C8.1736%203.0694%2C8.1626%203.0904%2C8.1626%20L20.9114%2C8.1936%20C20.9254%2C8.2086%2020.9534%2C8.2526%2020.9434%2C8.3186%20L18.8904%2C20.0176%20Z%20M21.6774%2C7.5506%20C21.4704%2C7.3036%2021.1704%2C7.1626%2020.8544%2C7.1626%20L15.8434%2C7.1626%20L8.0944%2C7.1626%20L3.0904%2C7.1626%20C2.7724%2C7.1626%202.4714%2C7.3056%202.2644%2C7.5546%20C2.0464%2C7.8166%201.9564%2C8.1626%202.0194%2C8.5016%20L4.1854%2C20.2006%20C4.2844%2C20.7316%204.7344%2C21.1166%205.2564%2C21.1166%20L18.8024%2C21.1166%20C19.3304%2C21.1166%2019.7824%2C20.7266%2019.8744%2C20.1896%20L21.9274%2C8.4906%20C21.9874%2C8.1526%2021.8964%2C7.8096%2021.6774%2C7.5506%20L21.6774%2C7.5506%20Z%22%20id%3D%22Mask%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.bs-icon-declare-done {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2219px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2019%2030%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F30px%2Fshipping%2F%20declare%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%221px-icon%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2F30px%2Fshipping%2F-declare%22%20transform%3D%22translate(-5.000000%2C%200.000000)%22%20fill%3D%22%23020303%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23%2C4%20L6%2C4%20L6%2C2%20C6%2C1.45%206.45%2C1%207%2C1%20L22%2C1%20C22.55%2C1%2023%2C1.45%2023%2C2%20L23%2C4%20Z%20M23%2C25%20L12.5%2C25%20C12.22%2C25%2012%2C25.22%2012%2C25.5%20C12%2C25.78%2012.22%2C26%2012.5%2C26%20L23%2C26%20L23%2C28%20C23%2C28.55%2022.55%2C29%2022%2C29%20L7%2C29%20C6.45%2C29%206%2C28.55%206%2C28%20L6%2C26%20L10.5%2C26%20C10.78%2C26%2011%2C25.78%2011%2C25.5%20C11%2C25.22%2010.78%2C25%2010.5%2C25%20L6%2C25%20L6%2C5%20L23%2C5%20L23%2C25%20Z%20M22%2C0%20C23.1%2C0%2024%2C0.9%2024%2C2%20L24%2C28%20C24%2C29.1%2023.1%2C30%2022%2C30%20L7%2C30%20C5.9%2C30%205%2C29.1%205%2C28%20L5%2C2%20C5%2C0.9%205.9%2C0%207%2C0%20L22%2C0%20Z%20M18.5694%2C13.23337%20C18.3484%2C12.96237%2017.9624%2C12.92137%2017.6904%2C13.14237%20L14.2954%2C15.90137%20L13.1124%2C14.44637%20C12.8914%2C14.17437%2012.5054%2C14.13437%2012.2334%2C14.35537%20C11.9614%2C14.57537%2011.9214%2C14.96237%2012.1424%2C15.23437%20L13.7184%2C17.17437%20C13.9364%2C17.44237%2014.3304%2C17.48337%2014.5984%2C17.26537%20L18.4784%2C14.11237%20C18.7504%2C13.89237%2018.7904%2C13.50437%2018.5694%2C13.23337%20Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.bs-icon-order-done {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2228%22%20height%3D%2230%22%20viewBox%3D%220%200%2028%2030%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M27%2020.909l-.85.533-11.874%207.376a.962.962%200%2001-1.085-.042L1.82%2020.449%201%2019.853V9.1l11.51%207.68c.16.105.32.178.49.25v8.81c0%20.313.22.564.5.564s.5-.251.5-.564v-8.81c.17-.04.33-.114.49-.208L27%209.08v11.829zM1.451%208.07l9.009-5.082%207.77%205.067c.24.157.54.063.68-.21.14-.281.06-.615-.18-.771l-7.19-4.692%202.01-1.14a.919.919%200%2001.9%200l12.09%206.834-12.52%207.764a.88.88%200%2001-.99-.021L1.45%208.098l.001-.027zM27.59%207.43c.25.187.41.533.41.909v12.559c0%20.356-.17.7-.49.899l-.51.324-12.22%207.586a1.925%201.925%200%2001-2.168-.085L1%2021.128l-.57-.418a1.07%201.07%200%2001-.43-.857V8.339c0-.387.17-.732.43-.93.06-.042.12-.084.18-.115l.39-.21%209.5-5.37v-.011h.01L13.11.24a1.751%201.751%200%20011.78%200L27%207.075l.39.219c.07.03.14.083.2.136zM11.273%2017.518a.496.496%200%2000-.615-.35l-5.302%201.46-.665-2.41a.495.495%200%2000-.614-.35.496.496%200%2000-.35.614l.797%202.892c.074.27.345.424.614.35l5.784-1.59a.496.496%200%2000.35-.616zM7.869%205.935L6.189%207.02a.5.5%200%2010.542.84l1.68-1.085a.5.5%200%2010-.542-.84z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.bs-icon-consolidate {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20%20fill%3D%22%237B7B7B%22%20width%3D%2229px%22%20height%3D%2229px%22%20viewBox%3D%220%200%2029%2029%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F30px%2Fshipping%2Fconsolidate%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%221px-icon%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2F30px%2Fshipping%2Fconsolidate%22%20fill%3D%22%23231F20%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.5%2C19%20C23.78%2C19%2024%2C19.22%2024%2C19.5%20L24%2C26.5%20C24%2C26.78%2023.78%2C27%2023.5%2C27%20L15.5%2C27%20C15.22%2C27%2015%2C26.78%2015%2C26.5%20L15%2C23.06%20C15%2C22.78%2015.22%2C22.56%2015.5%2C22.56%20L19%2C22.56%20L19%2C19.5%20C19%2C19.22%2019.22%2C19%2019.5%2C19%20L23.5%2C19%20Z%20M20%2C22.56%20L23%2C22.56%20L23%2C19.89%20L20%2C19.89%20L20%2C22.56%20Z%20M20%2C26.11%20L23%2C26.11%20L23%2C23.44%20L20%2C23.44%20L20%2C26.11%20Z%20M16%2C26.11%20L19%2C26.11%20L19%2C23.44%20L16%2C23.44%20L16%2C26.11%20Z%20M11.7603%2C1%20C11.4843%2C1%2011.2603%2C0.776%2011.2603%2C0.5%20C11.2603%2C0.224%2011.4843%2C0%2011.7603%2C0%20L12.7603%2C0%20C13.0363%2C0%2013.2603%2C0.224%2013.2603%2C0.5%20C13.2603%2C0.776%2013.0363%2C1%2012.7603%2C1%20L11.7603%2C1%20Z%20M10.7603%2C3%20C10.4843%2C3%2010.2603%2C2.776%2010.2603%2C2.5%20C10.2603%2C2.224%2010.4843%2C2%2010.7603%2C2%20L12.7603%2C2%20C13.0363%2C2%2013.2603%2C2.224%2013.2603%2C2.5%20C13.2603%2C2.776%2013.0363%2C3%2012.7603%2C3%20L10.7603%2C3%20Z%20M8.7603%2C3%20C8.4843%2C3%208.2603%2C2.776%208.2603%2C2.5%20C8.2603%2C2.224%208.4843%2C2%208.7603%2C2%20C9.0363%2C2%209.2603%2C2.224%209.2603%2C2.5%20C9.2603%2C2.776%209.0363%2C3%208.7603%2C3%20Z%20M9.7603%2C1%20C9.4843%2C1%209.2603%2C0.776%209.2603%2C0.5%20C9.2603%2C0.224%209.4843%2C0%209.7603%2C0%20C10.0363%2C0%2010.2603%2C0.224%2010.2603%2C0.5%20C10.2603%2C0.776%2010.0363%2C1%209.7603%2C1%20Z%20M14.7603%2C5.29%20L16.2603%2C5.29%20L16.2603%2C3%20L14.7603%2C3%20C14.4803%2C3%2014.2603%2C2.78%2014.2603%2C2.5%20C14.2603%2C2.22%2014.4803%2C2%2014.7603%2C2%20L16.7603%2C2%20C17.0403%2C2%2017.2603%2C2.18%2017.2603%2C2.41%20L17.2603%2C5.7%20C17.2603%2C5.93%2017.0403%2C6.11%2016.7603%2C6.11%20L15.7203%2C6.11%20L18.0703%2C8.9%20L20.4203%2C6.11%20L19.3803%2C6.11%20C19.1003%2C6.11%2018.8803%2C5.93%2018.8803%2C5.7%20L18.8803%2C1%20L14.7603%2C1%20C14.4803%2C1%2014.2603%2C0.78%2014.2603%2C0.5%20C14.2603%2C0.22%2014.4803%2C0%2014.7603%2C0%20L19.3803%2C0%20C19.6603%2C0%2019.8803%2C0.18%2019.8803%2C0.41%20L19.8803%2C5.29%20L21.3803%2C5.29%20C21.4803%2C5.29%2021.5803%2C5.31%2021.6703%2C5.36%20C21.8103%2C5.44%2021.8803%2C5.57%2021.8803%2C5.7%20C21.8803%2C5.78%2021.8503%2C5.85%2021.7903%2C5.93%20L21.7903%2C5.94%20L21.7803%2C5.94%20L21.6403%2C6.11%20L18.4503%2C9.82%20C18.3803%2C9.9%2018.2703%2C9.97%2018.1603%2C9.99%20C18.1003%2C10%2018.0403%2C10%2017.9803%2C9.99%20C17.8703%2C9.97%2017.7603%2C9.9%2017.6903%2C9.82%20L14.5003%2C6.11%20L14.3603%2C5.94%20L14.3503%2C5.94%20L14.3503%2C5.93%20C14.2903%2C5.85%2014.2603%2C5.78%2014.2603%2C5.7%20C14.2603%2C5.57%2014.3303%2C5.44%2014.4703%2C5.36%20C14.5603%2C5.31%2014.6603%2C5.29%2014.7603%2C5.29%20Z%20M15.7906%2C17%20L12.6606%2C12%20L24.4806%2C12%20L27.6106%2C17%20L15.7906%2C17%20Z%20M24.2606%2C28%20L12.2606%2C28%20L12.2606%2C23.5%20C12.2606%2C23.22%2012.0406%2C23%2011.7606%2C23%20C11.4806%2C23%2011.2606%2C23.22%2011.2606%2C23.5%20L11.2606%2C28%20L4.2606%2C28%20C3.7076%2C28%203.2606%2C27.552%203.2606%2C27%20L3.2606%2C18%20L8.5026%2C18%20C8.6866%2C18%208.8546%2C17.9%208.9426%2C17.739%20L11.2606%2C13.47%20L11.2606%2C20.5%20C11.2606%2C20.78%2011.4806%2C21%2011.7606%2C21%20C12.0406%2C21%2012.2606%2C20.78%2012.2606%2C20.5%20L12.2606%2C13.25%20L15.0836%2C17.765%20C15.1746%2C17.911%2015.3346%2C18%2015.5076%2C18%20L25.2606%2C18%20L25.2606%2C27%20C25.2606%2C27.552%2024.8126%2C28%2024.2606%2C28%20L24.2606%2C28%20Z%20M1.3406%2C17%20L4.0606%2C12%20L10.9206%2C12%20L8.2006%2C17%20L3.2606%2C17%20L2.2606%2C17%20L1.3406%2C17%20Z%20M25.6706%2C12%20L25.1876%2C11.233%20C25.0956%2C11.088%2024.9366%2C11%2024.7646%2C11%20L3.7576%2C11%20C3.5746%2C11%203.4056%2C11.1%203.3186%2C11.261%20L0.0616%2C17.261%20C-0.1194%2C17.595%200.1216%2C18%200.5006%2C18%20L2.2606%2C18%20L2.2606%2C27%20C2.2606%2C28.104%203.1556%2C29%204.2606%2C29%20L24.2606%2C29%20C25.3646%2C29%2026.2606%2C28.104%2026.2606%2C27%20L26.2606%2C18%20L28.5186%2C18%20C28.9106%2C18%2029.1506%2C17.568%2028.9426%2C17.235%20L25.6706%2C12%20Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.step-title {
  margin-left: 8px;
}
.pointer {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .bs-banner .bs-banner__inner {
    background-repeat: no-repeat;
    background-size: auto 95%;
    background-image: url(../img/banner/consolidate@3x.png);
    background-position: 85% bottom;
  }
}
.bs-banner__link {
  margin-top: 24px;
  text-align: center;
}
.bs-banner__link a {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
}
@media (any-hover: hover) {
  .bs-banner__link a:hover {
    color: #F56A00;
  }
}
@media (any-hover: none) {
  .bs-banner__link a:active {
    color: #F56A00;
  }
}
.bs-banner__link a:after {
  content: '';
  position: absolute;
  right: -24px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}
@media (min-width: 1200px) {
  .bs-banner__link {
    text-align: left;
  }
}
.section--progress {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 41px;
}
@media (min-width: 1200px) {
  .section--progress {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.progress-title {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .progress-title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 132px;
  }
}
.section--pricing {
  padding-bottom: 68px;
}
.section--faq {
  padding-bottom: 68px;
}
@media (min-width: 1200px) {
  .section--faq {
    padding-bottom: 88px;
  }
}
.progress-step-container {
  position: relative;
}
.progress-step {
  position: relative;
  padding-bottom: 84px;
}
.progress-step:last-child {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .progress-step {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 22vh;
  }
  .progress-step:last-of-type {
    padding-bottom: 160px;
  }
}
@media (min-width: 1200px) {
}
.progress-step-media {
  margin-left: 10%;
}
@media (min-width: 1200px) {
  .progress-step-media {
    margin-left: 0;
    width: 30%;
  }
}
.progress-step-media-image {
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 1200px) {
  .progress-step-media-image {
    width: 272px;
  }
}
.progress-step-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 1200px) {
  .progress-step-bar {
    position: static;
    display: block;
    width: 10%;
    height: auto;
  }
}
.progress-step-bar-dot {
  background-color: #262626;
  width: 9px;
  height: 9px;
}
@media (min-width: 1200px) {
  .progress-step-bar-dot {
    background-color: #E5E5E5;
  }
}
.progress-step-bar-dot--active {
  background-color: #262626;
}
.progress-step-bar-line {
  background-color: #262626;
  width: 1px;
  height: calc(100% - 9px - 10px);
  margin: 5px 0 5px 4px;
}
@media (min-width: 1200px) {
  .progress-step-bar-line {
    background-color: transparent;
    height: calc(22vh + 100% - 9px - 10px);
    position: relative;
    bottom: 0;
    margin: 5px 0 5px 4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), color-stop(50%, #E5E5E5), color-stop(51%, #262626), to(#262626));
    background-image: linear-gradient(#E5E5E5 0%, #E5E5E5 50%, #262626 51%, #262626 100%);
    background-size: 200% 200%;
    background-position: 0 0;
  }
}
.progress-step-content {
  margin-top: 80px;
  margin-left: 10%;
}
@media (min-width: 1200px) {
  .progress-step-content {
    width: 60%;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .progress-step-content-title {
    font-size: 24px;
    font-weight: normal;
  }
}
.progress-step-content-desc {
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 44px;
  color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 1200px) {
  .progress-step-content-desc {
    line-height: 25px;
  }
}
.progress-step-content-desc a {
  color: #F56A00;
}
@media (min-width: 1200px) {
  .progress-step-action .bs-button {
    width: auto;
  }
}
.trigger-progress-bar {
  height: 100vh;
}
.pricing-title {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .pricing-title {
    margin-bottom: 64px;
    font-size: 34px;
    text-align: center;
    position: relative;
    padding-top: 30px;
  }
}
.pricing-title-deco {
  display: none;
}
@media (min-width: 1200px) {
  .pricing-title-deco {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 2px;
    border-radius: 4px;
    background-color: #262626;
  }
}
@media (min-width: 1200px) {
  .scheme-card-container {
    display: block;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 34px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.scheme-cloumn {
  padding-top: 24px;
}
@media (min-width: 1200px) {
  .scheme-cloumn {
    width: 30%;
  }
}
.scheme-flags {
  min-width: 90%;
}
.scheme-section {
  padding: 0;
  border-top: none;
}
.scheme-section .scheme-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1200px) {
  .scheme-section {
    padding: 0 16px;
  }
}
.scheme-section.scheme-flags {
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .scheme-section.scheme-flags {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .scheme-card {
    width: 100%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.scheme-parcel-info {
  padding: 16px 32px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1200px) {
  .scheme-parcel-info {
    border-bottom: none;
  }
}
.scheme-info {
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .scheme-info {
    padding-top: 40px;
    padding-bottom: 36px;
  }
}
.scheme-info-centent-list {
  margin-top: 0;
  padding-bottom: 16px;
}
.faq-title {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .faq-title {
    margin-bottom: 0;
    font-size: 34px;
    text-align: center;
    position: relative;
    padding-top: 30px;
  }
}
.faq-title-deco {
  display: none;
}
@media (min-width: 1200px) {
  .faq-title-deco {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 2px;
    border-radius: 4px;
    background-color: #262626;
  }
}
.contact-second a {
  color: rgba(0, 0, 0, 0.85);
}
@media (any-hover: hover) {
  .contact-second a:hover {
    color: #F56A00;
  }
}
@media (any-hover: none) {
  .contact-second a:active {
    color: #F56A00;
  }
}
@media (min-width: 768px) {
  .contact-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .contact-second .contact-second-item {
    width: 33.33%;
    border-color: transparent;
    border-width: 0 12px;
    border-style: solid;
  }
}
.contact-second-item + .contact-second-item {
  margin-top: 44px;
}
@media (min-width: 1200px) {
  .contact-second-item + .contact-second-item {
    margin-top: 88px;
  }
}
@media (min-width: 768px) {
  .contact-second-item {
    border-color: transparent;
    border-width: 0 12px;
    border-style: solid;
  }
  .contact-second-item:first-of-type {
    margin-top: 44px;
  }
}
@media (min-width: 1200px) {
  .contact-second-item:first-of-type {
    margin-top: 88px;
  }
}
.contact-second-item-link {
  margin-top: 12px;
}
.contact-second-item-link-arrow {
  color: rgba(0, 0, 0, 0.85);
  position: relative;
  display: inline;
}
.contact-second-item-link-arrow:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23F56A00%22%20viewBox%3D%220%200%2013%2020%22%20width%3D%2213%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.112%2020c.244%200%20.49-.083.697-.25l10.777-8.886A1.15%201.15%200%200013%209.976c0-.345-.152-.673-.414-.887L1.855.25A1.094%201.094%200%2000.293.425a1.159%201.159%200%2000.17%201.6l9.653%207.95-9.701%208a1.158%201.158%200%2000-.17%201.6c.22.279.54.425.867.425z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}
.bs-tutorial__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}
.scheme-flags-icon-name {
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}
.scheme-info-centent-list {
  color: rgba(38, 38, 38, 0.87);
}
.scheme-info-field-title {
  color: rgba(0, 0, 0, 0.85);
}

