@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html#scoped {
  font-family: "Noto Sans TC", sans-serif;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html#scoped * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: "Noto Sans TC", sans-serif;
  outline: none;
}
html#scoped.no-scroll {
  overflow: hidden;
}
html#scoped body {
  margin: 0;
}
html#scoped img {
  display: block;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

html#scoped {
    background-color: #EEF0F0;
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}
    html#scoped body {
        -ms-touch-action: pan-x pan-y;
        touch-action: pan-x pan-y;
    }
html#scoped body.has-bg {
  background-image: url("../../img/Sobo/common/common-bg-d.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top 63px;
}
@media screen and (max-width: 1920px) {
  html#scoped body.has-bg {
    background-size: 1920px auto;
  }
}
@media screen and (max-width: 1365px) {
  html#scoped body.has-bg {
    background-image: none;
  }
}
html#scoped .nice-select {
  width: 350px;
  max-width: 100%;
  height: 56px;
  border-radius: 12px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 0;
  cursor: pointer;
  background-image: url("../../img/Sobo/theme-light/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 16px center;
  float: none;
}
html#scoped .nice-select.bg {
  background-color: #EEF0F0;
  border-color: #EEF0F0;
}
html#scoped .nice-select:after {
  display: none;
}
html#scoped .nice-select:focus {
  border-color: #0093C1;
}
html#scoped .nice-select.tw .current {
  background-image: url("../../img/Sobo/theme-light/select-tw.svg");
}
html#scoped .nice-select.us .current {
  background-image: url("../../img/Sobo/theme-light/select-us.svg");
}
html#scoped .nice-select.open .list {
  -webkit-transform: scale(1) translateY(-2px);
      -ms-transform: scale(1) translateY(-2px);
          transform: scale(1) translateY(-2px);
}
html#scoped .nice-select.disabled {
  background-color: #D7D8DA;
  border-color: #D7D8DA;
  background-image: none;
}
html#scoped .nice-select.disabled .current {
  color: #AEAFB4;
}
    html#scoped .nice-select .current {
        display: block;
        line-height: 54px;
        font-size: 16px;
        color: #494A57;
        padding-left: 36px;
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 16px center;
        overflow: hidden;
        margin-right: 40px;
    }
html#scoped .nice-select .list {
  -webkit-transform: scale(1) translateY(-10px);
      -ms-transform: scale(1) translateY(-10px);
          transform: scale(1) translateY(-10px);
  width: 100%;
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
          box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
  border-radius: 12px;
  background-color: #FFFFFF;
}
    html#scoped .nice-select .list .option {
        display: block;
        padding: 4px 20px;
        font-size: 16px;
        color: #494A57;
        background-color: #FFFFFF;
        overflow: hidden;
        white-space: wrap;
        height: 48px;
        padding-right: 40px;
    }
html#scoped .nice-select .list .option.selected {
  font-weight: 400;
  background-color: #F4FBFF !important;
  color: #0093C1;
  background-image: url("../../img/Sobo/theme-light/select-selected.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 12px center;
}
html#scoped .nice-select .list .option:hover {
  background-color: #F4FBFF;
  color: #0093C1;
}
html#scoped .number {
  color: #0C0E1F;
}
html#scoped .number.bull {
  color: #EB4751;
}
html#scoped .number.bear {
  color: #00A59B;
}
html#scoped .slider-wrap .slider {
  overflow: hidden;
}
html#scoped .slider-wrap .slick-dots {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  html#scoped .slider-wrap .slick-dots {
    margin-top: 8px;
  }
}
html#scoped .slider-wrap .slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: red;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  background-color: #AEAFB4;
}
html#scoped .slider-wrap .slick-dots li.slick-active {
  width: 16px;
  background-color: #0093C1;
}
@media screen and (max-width: 1023px) {
  html#scoped .slider-wrap .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 3px;
  }
  html#scoped .slider-wrap .slick-dots li.slick-active {
    width: 12px;
  }
}
html#scoped .slider-wrap .slick-dots li button {
  display: none;
}
html#scoped .tooltip-icon {
  margin-left: 2px;
  width: 16px;
  background-image: url("../../img/Sobo/theme-light/tooltip-info.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
}
html#scoped .tooltip-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
html#scoped .tooltip-icon.big {
  width: 20px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .tooltip-icon.big {
    width: 16px;
  }
}
html#scoped .tooltip-icon.big .tooltip {
  top: -100%;
}
@media screen and (max-width: 767px) {
  html#scoped .tooltip-icon.big .tooltip {
    top: calc(-100% - 4px);
  }
}
html#scoped .tooltip-icon .tooltip {
    position: absolute;
    white-space: nowrap;
    font-size: 16px;
    color: #FFFFFF;
    padding: 4px 12px;
    background-color: rgba(2, 4, 22, 0.72);
    border-radius: 8px;
    top: calc(-100% - 18px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    z-index: 5;
}
html#scoped .tooltip-icon .tooltip .triangle {
  position: absolute;
  background-image: url("../../img/Sobo/theme-light/tooltip-triangle.svg");
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
    html#scoped .tooltip-icon .tooltip.flip {
        top: auto;
        bottom: calc(-100% - 18px);
    }

        html#scoped .tooltip-icon .tooltip.flip .triangle {
            top: auto;
            bottom: 100%;
            -webkit-transform: translateX(-50%) rotate(180deg);
            -ms-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
        }
html#scoped .bull-icon {
  width: 12px;
  background-image: url("../../img/Sobo/theme-light/number-bull.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top 60%;
  margin-right: 2px;
}
html#scoped .bear-icon {
  width: 12px;
  background-image: url("../../img/Sobo/theme-light/number-bear.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top 60%;
  margin-right: 2px;
}
html#scoped .color-tw {
  color: #0093C1;
}
html#scoped .color-us {
  color: #00A59B;
}
html#scoped .bull {
  color: #EB4751;
}
html#scoped .bear {
  color: #00A59B;
}
html#scoped table {
  width: 100%;
  border-collapse: collapse;
}
html#scoped table td.tal, html#scoped table th.tal {
  text-align: left;
}
html#scoped table td.tal .flex, html#scoped table th.tal .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
html#scoped table td.tac, html#scoped table th.tac {
  text-align: center;
}
html#scoped table td.tac .flex, html#scoped table th.tac .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped table td.tar, html#scoped table th.tar {
  text-align: right;
}
html#scoped table td.tar .flex, html#scoped table th.tar .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
html#scoped table td .flex, html#scoped table th .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .popup-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 22, 0.8);
  z-index: 11;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .popup-message.active {
  opacity: 1;
  visibility: visible;
}
html#scoped .popup-message.active .popup-wrap {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1023px) {
  html#scoped .popup-message.active .popup-wrap {
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@media screen and (max-width: 767px) {
  html#scoped .popup-message {
    padding: 0 16px;
  }
}
html#scoped .popup-message .popup-wrap {
  background-color: #FFFFFF;
  width: 500px;
  border-radius: 16px;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-message .popup-wrap {
    width: 100%;
    border-radius: 12px;
  }
}
html#scoped .popup-message .popup-wrap .popup-content {
  padding: 32px 24px;
}
html#scoped .popup-message .popup-wrap .popup-content .message-icon {
  height: 68px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px auto;
}
html#scoped .popup-message .popup-wrap .popup-content .message-icon.success {
  background-image: url("../../img/Sobo/theme-light/alert-success.svg");
}
html#scoped .popup-message .popup-wrap .popup-content .status-icon {
  height: 36px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 36px;
}
html#scoped .popup-message .popup-wrap .popup-content .status-icon.warning {
  background-image: url("../../img/Sobo/common/status-warning.svg");
}
html#scoped .popup-message .popup-wrap .popup-content .title {
  font-size: 20px;
  font-weight: bold;
  color: #0C0E1F;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-message .popup-wrap .popup-content .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
html#scoped .popup-message .popup-wrap .popup-content .sub {
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-message .popup-wrap .popup-content .sub {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
html#scoped .popup-message .popup-wrap .popup-content .content {
  font-size: 18px;
  color: #0C0E1F;
  text-align: center;
}
html#scoped .popup-message .popup-wrap .popup-content .content.tal {
  text-align: left;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-message .popup-wrap .popup-content .content {
    font-size: 16px;
  }
}
html#scoped .popup-message .popup-wrap .popup-content .content ol {
  padding-left: 1.25em;
  margin: 0;
}
html#scoped .popup-message .popup-wrap .popup-content .content ol li {
  margin: 0;
  padding: 0;
  text-align: left;
}
html#scoped .popup-message .popup-wrap .popup-content .content .text {
  text-align: left;
  color: #494A57;
}
html#scoped .popup-message .popup-wrap .close {
  text-align: center;
  line-height: 56px;
  background-color: #0093C1;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
html#scoped .popup-message .popup-wrap .close:hover {
  background-color: #006E91;
}
html#scoped .popup-message .sub-title {
  text-align: center;
  font-size: 16px;
  color: #494A57;
  margin-top: 12px;
}
html#scoped .popup-message .company-card {
  border: 1px solid #D7D7DA;
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}
html#scoped .popup-message .company-card .name {
  font-size: 18px;
  font-weight: 500;
  color: #0C0E1F;
}
html#scoped .popup-message .company-card .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped .popup-message .company-card .flex-between .t1 {
  font-size: 16px;
  line-height: 36px;
  color: #494A57;
  white-space: nowrap;
}
html#scoped .popup-message .company-card .flex-between .t2 {
  font-size: 18px;
  line-height: 36px;
  color: #0C0E1F;
}
html#scoped .popup-message .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .popup-message .flex-buttons .button {
  width: 50%;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
html#scoped .popup-message .flex-buttons .button.cancel {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
html#scoped .popup-message .flex-buttons .button.cancel:hover {
  background-color: #B3B4B4;
}
html#scoped .popup-message .flex-buttons .button.confirm {
  background-color: #0093C1;
  color: #FFFFFF;
}
html#scoped .popup-message .flex-buttons .button.confirm:hover {
  background-color: #006E91;
}
html#scoped .view-control {
  width: 80px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px;
  border-radius: 12px;
  background-color: #DFE4E5;
}
@media screen and (max-width: 1023px) {
  html#scoped .view-control {
    height: 36px;
    width: 72px;
  }
}
html#scoped .view-control .control {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
html#scoped .view-control .control.active {
  background-color: #FFFFFF;
}
html#scoped .view-control .control.active .icon {
  opacity: 0;
}
html#scoped .view-control .control.active .icon-active {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  html#scoped .view-control .control {
    width: 28px;
    height: 28px;
  }
}
html#scoped .view-control .control .icon {
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped .view-control .control .icon {
    background-size: 20px;
  }
}
html#scoped .view-control .control .icon-active {
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  html#scoped .view-control .control .icon-active {
    background-size: 20px;
  }
}
html#scoped .view-control .list-view .icon {
  background-image: url("../../img/Sobo/theme-light/list-view.svg");
}
html#scoped .view-control .list-view .icon-active {
  background-image: url("../../img/Sobo/theme-light/list-view-active.svg");
}
html#scoped .view-control .card-view .icon {
  background-image: url("../../img/Sobo/theme-light/card-view.svg");
}
html#scoped .view-control .card-view .icon-active {
  background-image: url("../../img/Sobo/theme-light/card-view-active.svg");
}
html#scoped .view-control .compact-view .icon {
  background-image: url("../../img/Sobo/theme-light/compact-view.svg");
}
html#scoped .view-control .compact-view .icon-active {
  background-image: url("../../img/Sobo/theme-light/compact-view-active.svg");
}
html#scoped .popup-wrap.terms-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 22, 0.8);
  z-index: 11;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .popup-wrap.terms-drawer.active {
  opacity: 1;
  visibility: visible;
}
html#scoped .popup-wrap.terms-drawer.active .popup-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1023px) {
  html#scoped .popup-wrap.terms-drawer.active .popup-content {
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.terms-drawer {
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
html#scoped .popup-wrap.terms-drawer .popup-content {
  background-color: #FFFFFF;
  width: 500px;
  border-radius: 16px;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  overflow: hidden;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.terms-drawer .popup-content {
    width: 100%;
    border-radius: 12px 12px 0 0;
    -webkit-transform: scale(1) translateY(20px);
        -ms-transform: scale(1) translateY(20px);
            transform: scale(1) translateY(20px);
    max-height: calc(100dvh - 48px);
  }
}
html#scoped .popup-wrap.terms-drawer .popup-content .popup-close {
  position: absolute;
  width: 52px;
  height: 52px;
  background-image: url("../../img/Sobo/theme-light/popup-close.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  cursor: pointer;
}
html#scoped .popup-wrap.terms-drawer .popup-content .top-content {
  padding: 32px 24px 24px 24px;
}
html#scoped .popup-wrap.terms-drawer .popup-content .top-content .title {
  font-size: 24px;
  font-weight: bold;
  color: #0C0E1F;
  text-align: center;
}
html#scoped .popup-wrap.terms-drawer .popup-content .top-content .sub-title {
  text-align: center;
  font-size: 16px;
  color: #494A57;
  margin-top: 12px;
}
html#scoped .popup-wrap.terms-drawer .popup-content .top-content .company-card {
  border: 1px solid #D7D7DA;
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}
html#scoped .popup-wrap.terms-drawer .popup-content .top-content .company-card .name {
  font-size: 18px;
  font-weight: 500;
  color: #0C0E1F;
}
html#scoped .popup-wrap.terms-drawer .popup-content .top-content .company-card .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped .popup-wrap.terms-drawer .popup-content .top-content .company-card .flex-between .t1 {
  font-size: 16px;
  line-height: 36px;
  color: #494A57;
  white-space: nowrap;
}
html#scoped .popup-wrap.terms-drawer .popup-content .top-content .company-card .flex-between .t2 {
  font-size: 18px;
  line-height: 36px;
  color: #0C0E1F;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 24px 32px 24px;
  min-height: 0;
  position: relative;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .terms-content {
  padding: 16px 6px 16px 16px;
  height: 100%;
  background-color: #EEF0F0;
  border-radius: 12px;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap {
  padding-right: 10px;
  height: 100%;
  overflow-y: auto;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #D7D8DA;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap .heading {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap .heading {
    font-size: 16px;
  }
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap .medium {
  font-weight: 500;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap ol {
  padding-left: 1.25em;
  margin: 0;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap ol.mt > li {
  margin-top: 8px;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap ol li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap ol li {
    font-size: 16px;
  }
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap ol.brackets {
  counter-reset: list;
  padding-left: 0;
  padding-left: 1.5em;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap ol.brackets > li {
  list-style: none;
  text-indent: -1.5em;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap ol.brackets > li:before {
  content: "(" counter(list) ") ";
  counter-increment: list;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap ol.brackets ul {
  padding-left: 1.25em;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-wrap ol.brackets ul li {
  text-indent: 0;
  list-style: disc;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-to-bottom {
    width: 102px;
    line-height: 37px;
    border-radius: 20px;
    padding-left: 30px;
    background-image: url("../../img/Sobo/theme-light/scroll-to-bottom.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 12px center;
    position: absolute;
    bottom: 44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(2, 4, 22, 0.72);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}
html#scoped .popup-wrap.terms-drawer .popup-content .mid-content .scroll-to-bottom.hide {
  display: none;
}
html#scoped .popup-wrap.terms-drawer .popup-content .bot-content .button.confirm {
  line-height: 56px;
  text-align: center;
  background-color: #D7D8DA;
  color: #AEAFB4;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
html#scoped .popup-wrap.terms-drawer .popup-content .bot-content .button.confirm.active {
  background-color: #0093C1;
  color: #FFFFFF;
  cursor: pointer;
}
html#scoped .popup-wrap.terms-drawer .popup-content .bot-content .button.confirm.active:hover {
  background-color: #006E91;
}
html#scoped .popup-wrap.details {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 22, 0.8);
  z-index: 11;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .popup-wrap.details.active {
  opacity: 1;
  visibility: visible;
}
html#scoped .popup-wrap.details.active .popup-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.details {
    padding: 16px;
  }
}
html#scoped .popup-wrap.details .popup-content {
  background-color: #FFFFFF;
  width: 1000px;
  border-radius: 16px;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  overflow: hidden;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.details .popup-content {
    width: 100%;
    max-height: 536px;
  }
}
html#scoped .popup-wrap.details .popup-content .top-content {
  padding: 32px 24px 24px 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.details .popup-content .top-content {
    padding: 32px 24px 8px 24px;
  }
}
html#scoped .popup-wrap.details .popup-content .top-content .title {
  font-size: 20px;
  font-weight: bold;
  color: #0C0E1F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.details .popup-content .top-content .title {
    font-size: 18px;
  }
}
html#scoped .popup-wrap.details .popup-content .top-content .sub {
  text-align: center;
  font-size: 18px;
  color: #0C0E1F;
  margin-top: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.details .popup-content .top-content .sub {
    text-align: left;
    font-size: 16px;
    margin-top: 8px;
  }
}
html#scoped .popup-wrap.details .popup-content .mid-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 24px 32px 24px;
  min-height: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.details .popup-content .mid-content {
    padding: 0 6px 32px 24px;
  }
}
html#scoped .popup-wrap.details .popup-content .mid-content .main-content {
  padding: 16px 6px 16px 16px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.details .popup-content .mid-content .main-content {
    padding: 0;
  }
}
html#scoped .popup-wrap.details .popup-content .mid-content .scroll-wrap {
  padding-right: 10px;
  height: 100%;
  overflow-y: auto;
}
html#scoped .popup-wrap.details .popup-content .mid-content .scroll-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html#scoped .popup-wrap.details .popup-content .mid-content .scroll-wrap::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #D7D8DA;
}
html#scoped .popup-wrap.details .popup-content .mid-content .scroll-wrap::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.details .popup-content .mid-content .scroll-wrap {
    padding-right: 12px;
  }
}
html#scoped .popup-wrap.details .popup-content .mid-content .toggle-card {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #D7D7DA;
  margin-bottom: 8px;
  cursor: pointer;
}
html#scoped .popup-wrap.details .popup-content .mid-content .toggle-card:last-child {
  margin-bottom: 0;
}
html#scoped .popup-wrap.details .popup-content .mid-content .toggle-card .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}
html#scoped .popup-wrap.details .popup-content .mid-content .toggle-card .row:last-child {
  margin-bottom: 0;
}
html#scoped .popup-wrap.details .popup-content .mid-content .toggle-card .row .head {
  font-size: 14px;
  line-height: 24px;
  color: #494A57;
}
html#scoped .popup-wrap.details .popup-content .mid-content .toggle-card .row .value {
  font-size: 16px;
  font-weight: 500;
  color: #0C0E1F;
}
html#scoped .popup-wrap.details .popup-content .mid-content .toggle-card .toggle-slide {
  display: none;
}
html#scoped .popup-wrap.details .popup-content .mid-content .toggle-card .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped .popup-wrap.details .popup-content .mid-content .toggle-card .icon-wrap .icon {
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/Sobo/theme-light/card-arrow.svg");
}
html#scoped .popup-wrap.details .popup-content .bot-content .button.confirm {
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #0093C1;
  color: #FFFFFF;
  cursor: pointer;
}
html#scoped .popup-wrap.details .popup-content .bot-content .button.confirm:hover {
  background-color: #006E91;
}
html#scoped .controls-popup-wrap.alt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 22, 0.8);
  z-index: 11;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .controls-popup-wrap.alt.active {
  opacity: 1;
  visibility: visible;
}
html#scoped .controls-popup-wrap.alt.active .popup-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1023px) {
  html#scoped .controls-popup-wrap.alt {
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  html#scoped .controls-popup-wrap.alt.active .popup-content {
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
html#scoped .controls-popup-wrap.alt .popup-content {
  background-color: #FFFFFF;
  width: 1000px;
  border-radius: 16px;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  overflow: hidden;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  html#scoped .controls-popup-wrap.alt .popup-content {
    width: 100%;
    border-radius: 12px 12px 0 0;
    -webkit-transform: scale(1) translateY(20px);
        -ms-transform: scale(1) translateY(20px);
            transform: scale(1) translateY(20px);
    max-height: calc(100dvh - 48px);
  }
}
html#scoped .controls-popup-wrap.alt .popup-content .top-content {
  padding: 40px 24px 24px 24px;
}
html#scoped .controls-popup-wrap.alt .popup-content .top-content .reset-filter {
  position: absolute;
  top: 40px;
  right: 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
  line-height: 30px;
}
html#scoped .controls-popup-wrap.alt .popup-content .top-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #0C0E1F;
  font-weight: bold;
}
html#scoped .controls-popup-wrap.alt .popup-content .mid-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 6px 8px 24px;
  min-height: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html#scoped .controls-popup-wrap.alt .popup-content .mid-content {
    padding: 12px 6px 8px 16px;
    padding-bottom: 0;
  }
}
html#scoped .controls-popup-wrap.alt .popup-content .mid-content .main-content {
  height: 100%;
}
html#scoped .controls-popup-wrap.alt .popup-content .mid-content .scroll-wrap {
  padding-right: 12px;
  height: 100%;
  overflow-y: auto;
}
html#scoped .controls-popup-wrap.alt .popup-content .mid-content .scroll-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html#scoped .controls-popup-wrap.alt .popup-content .mid-content .scroll-wrap::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #D7D8DA;
}
html#scoped .controls-popup-wrap.alt .popup-content .mid-content .scroll-wrap::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .controls-popup-wrap.alt .popup-content .mid-content .scroll-wrap {
    padding-right: 6px;
  }
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap {
  position: relative;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap.search {
  margin-bottom: 24px;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap input {
  width: 100%;
  height: 52px;
  border: 1px solid #EEF0F0;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  color: #0C0E1F;
  background-color: #EEF0F0;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap input::-webkit-input-placeholder {
  color: #AEAFB4;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap input:-ms-input-placeholder {
  color: #AEAFB4 !important;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap input::-moz-placeholder {
  color: #AEAFB4;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap input::-ms-input-placeholder {
  color: #AEAFB4;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap input::placeholder {
  color: #AEAFB4;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap input:focus {
  border-color: #0093C1;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap input.search {
  padding-left: 44px;
  background-image: url("../../img/Sobo/theme-light/input-search.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 16px center;
}
html#scoped .controls-popup-wrap.alt .popup-content .bot-content {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .controls-popup-wrap.alt .popup-content .bot-content {
    padding: 16px 24px;
    padding-bottom: calc(16px + constant(safe-area-inset-bottom));
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
}
html#scoped .controls-popup-wrap.alt .popup-content .bot-content .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped .controls-popup-wrap.alt .popup-content .bot-content .flex-buttons .button {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #0093C1;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  width: calc(50% - 4px);
}
html#scoped .controls-popup-wrap.alt .popup-content .bot-content .flex-buttons .button:hover {
  background-color: #006E91;
}
html#scoped .controls-popup-wrap.alt .popup-content .bot-content .flex-buttons .button.cancel {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
html#scoped .controls-popup-wrap.alt .popup-content .bot-content .flex-buttons .button.cancel:hover {
  background-color: #B3B4B4;
}
html#scoped .controls-popup-wrap.alt .popup-content .bot-content .flex-buttons .button.full {
  width: 100%;
}
html#scoped .controls-popup-wrap.alt .popup-content .group-title {
  font-size: 16px;
  font-weight: 500;
  color: #0C0E1F;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-radios {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-radios .custom-radio {
  width: calc(50% - 4px);
  margin-bottom: 14px;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-radios .custom-radio:hover .button {
  background-color: #F4FBFF;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-radios .custom-radio input {
  display: none;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-radios .custom-radio input:checked + .button {
  border-color: #0093C1;
  background-color: #F4FBFF;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-radios .custom-radio input:checked + .button .radio .inner {
  opacity: 1;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-radios .custom-radio .button {
  background-color: #EEF0F0;
  border-radius: 12px;
  font-size: 18px;
  color: #0C0E1F;
  line-height: 50px;
  padding: 0 16px;
  cursor: pointer;
  border: 1px solid #EEF0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html#scoped .controls-popup-wrap.alt .popup-content .flex-radios .custom-radio .button {
    font-size: 16px;
  }
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-radios .custom-radio .button .radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #D7D7DA;
  margin-right: 8px;
  background-color: #FFFFFF;
  padding: 4px;
  margin-top: 16px;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-radios .custom-radio .button .radio .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0093C1;
  opacity: 0;
}
html#scoped .controls-popup-wrap.alt .popup-content .more-options, html#scoped .controls-popup-wrap.alt .popup-content .less-options {
  text-align: center;
  font-size: 16px;
  color: #0093C1;
  cursor: pointer;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped .controls-popup-wrap.alt .popup-content .more-options, html#scoped .controls-popup-wrap.alt .popup-content .less-options {
    font-size: 14px;
  }
}
html#scoped .controls-popup-wrap.alt .popup-content .less-options {
  display: none;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes .custom-checkbox {
  width: calc(25% - 8px);
  margin-bottom: 14px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes .custom-checkbox {
    width: calc(50% - 4px);
    margin-right: 0;
  }
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes .custom-checkbox input {
  display: none;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes .custom-checkbox input:checked + .button {
  border-color: #0093C1;
  background-color: #F4FBFF;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes .custom-checkbox input:checked + .button .checkbox {
  background-color: #0093C1;
  background-image: url("../../img/Sobo/theme-light/check.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes .custom-checkbox .button {
  background-color: #EEF0F0;
  border-radius: 12px;
  font-size: 18px;
  color: #0C0E1F;
  line-height: 26px;
  padding: 12px 0;
  padding-left: 16px;
  cursor: pointer;
  border: 1px solid #EEF0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes .custom-checkbox .button {
    font-size: 16px;
  }
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes .custom-checkbox .button .checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #D7D7DA;
  margin-right: 8px;
  background-color: #FFFFFF;
  padding: 4px;
  margin-top: auto;
  margin-bottom: auto;
}
html#scoped .controls-popup-wrap.alt .popup-content .flex-checkboxes .custom-checkbox .button .text {
  margin: auto 0;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap.search {
  position: relative;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap.search .clear-input {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../img/Sobo/theme-light/input-clear.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap.search .clear-input.show {
  opacity: 1;
  visibility: visible;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap.search .clear-input input {
  padding-right: 52px;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap.search .autocomplete-wrap {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
          box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 12px 0;
  padding-right: 12px;
  display: none;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap.search .autocomplete-wrap.active {
  display: block;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap.search .autocomplete-wrap .overflow-wrap {
  height: 100%;
  max-height: 200px;
  overflow-y: auto;
}
html#scoped .controls-popup-wrap.alt .popup-content .input-wrap.search .autocomplete-wrap .option {
  line-height: 24px;
  font-size: 16px;
  padding: 8px 24px;
  color: #0C0E1F;
  cursor: pointer;
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .popup-wrap.type3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 22, 0.8);
  z-index: 11;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  padding: 0 16px;
}
html#scoped .popup-wrap.type3.wide .popup-content {
  width: 1000px;
  max-width: 100%;
}
html#scoped .popup-wrap.type3.active {
  opacity: 1;
  visibility: visible;
}
html#scoped .popup-wrap.type3.active .popup-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1023px) {
  html#scoped .popup-wrap.type3.active .popup-content {
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 {
    padding: 0 16px;
  }
}
html#scoped .popup-wrap.type3 .popup-content {
  background-color: #FFFFFF;
  width: 500px;
  border-radius: 16px;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  overflow: hidden;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 .popup-content {
    width: 100%;
  }
}
html#scoped .popup-wrap.type3 .popup-content .popup-close {
  position: absolute;
  width: 52px;
  height: 52px;
  background-image: url("../../img/Sobo/theme-light/popup-close.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  cursor: pointer;
}
html#scoped .popup-wrap.type3 .popup-content .top-content {
  padding: 32px 24px 12px 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 .popup-content .top-content {
    padding: 32px 24px 8px 24px;
  }
}
html#scoped .popup-wrap.type3 .popup-content .top-content .message-icon {
  height: 68px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px auto;
}
html#scoped .popup-wrap.type3 .popup-content .top-content .message-icon.success {
  background-image: url("../../img/Sobo/theme-light/alert-success.svg");
}
html#scoped .popup-wrap.type3 .popup-content .top-content .message-icon.exclamation {
  background-image: url("../../img/Sobo/common/exclamation.svg");
}
html#scoped .popup-wrap.type3 .popup-content .top-content .title {
  font-size: 24px;
  font-weight: bold;
  color: #0C0E1F;
  text-align: center;
}
html#scoped .popup-wrap.type3 .popup-content .top-content .title.alt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 .popup-content .top-content .title {
    font-size: 18px;
  }
  html#scoped .popup-wrap.type3 .popup-content .top-content .title.alt {
    font-size: 18px;
  }
}
html#scoped .popup-wrap.type3 .popup-content .top-content .sub-title {
  text-align: center;
  font-size: 16px;
  color: #494A57;
  margin-top: 12px;
}
html#scoped .popup-wrap.type3 .popup-content .top-content .sub-title.alt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 .popup-content .top-content .sub-title {
    margin-top: 8px;
    font-size: 14px;
  }
  html#scoped .popup-wrap.type3 .popup-content .top-content .sub-title.alt {
    font-size: 16px;
  }
}
html#scoped .popup-wrap.type3 .popup-content .company-card {
  border: 1px solid #D7D7DA;
  border-radius: 8px;
  padding: 12px;
}
html#scoped .popup-wrap.type3 .popup-content .company-card .name {
  font-size: 18px;
  font-weight: 500;
  color: #0C0E1F;
  margin-bottom: 12px;
}
html#scoped .popup-wrap.type3 .popup-content .company-card .name.alt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 .popup-content .company-card .name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  html#scoped .popup-wrap.type3 .popup-content .company-card .name.alt {
    margin-bottom: 0;
  }
}
html#scoped .popup-wrap.type3 .popup-content .company-card .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped .popup-wrap.type3 .popup-content .company-card .flex-between .t1 {
  font-size: 16px;
  line-height: 36px;
  color: #494A57;
  white-space: nowrap;
  margin-right: 8px;
  min-width: 98px;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 .popup-content .company-card .flex-between .t1 {
    font-size: 14px;
    line-height: 24px;
  }
}
html#scoped .popup-wrap.type3 .popup-content .company-card .flex-between .t2 {
  font-size: 18px;
  line-height: 36px;
  color: #0C0E1F;
  text-align: right;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 .popup-content .company-card .flex-between .t2 {
    font-size: 16px;
    line-height: 24px;
  }
}
html#scoped .popup-wrap.type3 .popup-content .unsigned-wrap {
  padding: 16px;
  border: 1px solid #D7D7DA;
  border-radius: 8px;
}
html#scoped .popup-wrap.type3 .popup-content .unsigned-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .popup-wrap.type3 .popup-content .unsigned-wrap .row .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  color: #0C0E1F;
  margin-right: 16px;
}
html#scoped .popup-wrap.type3 .popup-content .unsigned-wrap .row .button {
  width: 92px;
  min-width: 92px;
  max-width: 92px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 12px;
  background-color: #0093C1;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
html#scoped .popup-wrap.type3 .popup-content .unsigned-wrap .row .button:hover {
  background-color: #006E91;
}
html#scoped .popup-wrap.type3 .popup-content .unsigned-wrap .separator {
  margin: 16px 0;
  border-top: 1px solid #D7D7DA;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 6px 32px 24px;
  min-height: 0;
  position: relative;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .main-content {
  padding: 0 6px 0 0;
  height: 100%;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap {
  padding-right: 12px;
  height: 100%;
  overflow-y: auto;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #D7D8DA;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .heading {
  font-size: 18px;
  font-weight: 500;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .heading.alt {
  font-size: 20px;
  margin-top: 12px;
  font-weight: 700;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .heading {
    font-size: 16px;
  }
  html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .heading.alt {
    font-size: 18px;
    margin-top: 8px;
  }
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .medium {
  font-weight: 500;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .text-wrap {
  margin: 12px 0;
  font-size: 18px;
  color: #0C0E1F;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .text-wrap.alt {
  font-size: 16px;
  margin-top: 8px;
  color: #494A57;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .text-wrap.altalt {
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .text-wrap.alt {
    font-size: 16px;
    margin-top: 4px;
  }
  html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .text-wrap.altalt {
    font-size: 16px;
    margin: 4px 0;
  }
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap ol {
  padding-left: 1.25em;
  margin: 0;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap ol.mt > li {
  margin-top: 8px;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap ol li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap ol li {
    font-size: 16px;
  }
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap ol.brackets {
  counter-reset: list;
  padding-left: 0;
  padding-left: 1.5em;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap ol.brackets > li {
  list-style: none;
  text-indent: -1.5em;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap ol.brackets > li:before {
  content: "(" counter(list) ") ";
  counter-increment: list;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap ol.brackets ul {
  padding-left: 1.25em;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap ol.brackets ul li {
  text-indent: 0;
  list-style: disc;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .footnote {
  margin-top: 8px;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .footnote.alt {
  margin-top: 16px;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-wrap .footnote ol li {
  font-size: 14px;
  color: #494A57;
  line-height: 21px;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-to-bottom {
  width: 102px;
  line-height: 37px;
  border-radius: 20px;
  padding-left: 30px;
  background-image: url("../../img/Sobo/theme-light/scroll-to-bottom.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 12px center;
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(2, 4, 22, 0.72);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
}
html#scoped .popup-wrap.type3 .popup-content .mid-content .scroll-to-bottom.hide {
  display: none;
}
html#scoped .popup-wrap.type3 .popup-content .bot-content .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped .popup-wrap.type3 .popup-content .bot-content .flex-buttons .button {
  width: 50%;
  height: 48px;
  line-height: 48px;
  background-color: #0093C1;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
html#scoped .popup-wrap.type3 .popup-content .bot-content .flex-buttons .button:hover {
  background-color: #006E91;
}
html#scoped .popup-wrap.type3 .popup-content .bot-content .flex-buttons .button.cancel {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
html#scoped .popup-wrap.type3 .popup-content .bot-content .flex-buttons .button.cancel:hover {
  background-color: #B3B4B4;
}
html#scoped .popup-wrap.type3 .popup-content .bot-content .flex-buttons .button.full {
  width: 100%;
}
html#scoped .stock-shares-counter {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .stock-shares-counter .prefix {
  line-height: 52px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #0C0E1F;
  white-space: nowrap;
}
html#scoped .stock-shares-counter .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
html#scoped .stock-shares-counter .input-wrap input {
  width: 100%;
  height: 52px;
  border: none;
  line-height: 52px;
  text-align: center;
  padding: 0 52px;
  border-radius: 12px;
  background-color: #EEF0F0;
  font-size: 18px;
  color: #0C0E1F;
}
html#scoped .stock-shares-counter .input-wrap input::-webkit-outer-spin-button, html#scoped .stock-shares-counter .input-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html#scoped .stock-shares-counter .input-wrap input[type=number] {
  -moz-appearance: textfield;
}
html#scoped .stock-shares-counter .input-wrap .icon {
  position: absolute;
  top: 0;
  width: 52px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
html#scoped .stock-shares-counter .input-wrap .icon.disabled .disabled {
  opacity: 1;
}
html#scoped .stock-shares-counter .input-wrap .icon.decrease {
  left: 0;
  background-image: url("../../img/Sobo/theme-light/icon-decrease.svg");
}
html#scoped .stock-shares-counter .input-wrap .icon.decrease .disabled {
  background-image: url("../../img/Sobo/theme-light/icon-decrease-inactive.svg");
}
html#scoped .stock-shares-counter .input-wrap .icon.increase {
  right: 0;
  background-image: url("../../img/Sobo/theme-light/icon-increase.svg");
}
html#scoped .stock-shares-counter .input-wrap .icon.increase .disabled {
  background-image: url("../../img/Sobo/theme-light/icon-decrease-inactive.svg");
}
html#scoped .stock-shares-counter .input-wrap .icon .disabled {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: #EEF0F0;
}
html#scoped .edit-center-wrap {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 64px;
}
html#scoped .edit-center-wrap.alt {
  padding-top: 24px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap {
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 32px;
  }
}
html#scoped .edit-center-wrap .steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .steps-wrapper {
    padding: 16px 0;
  }
}
html#scoped .edit-center-wrap .steps-wrapper .step {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #D7D7DA;
  text-align: center;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #494A57;
}
html#scoped .edit-center-wrap .steps-wrapper .step.active {
  background-color: #0093C1;
  color: #FFFFFF;
}
html#scoped .edit-center-wrap .steps-wrapper .step.check {
  background-image: url("../../img/Sobo/theme-light/icon-check.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .steps-wrapper .step {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }
}
html#scoped .edit-center-wrap .steps-wrapper .line {
  width: 85px;
  height: 1px;
  background-color: #D7D7DA;
  margin-top: 12px;
}
html#scoped .edit-center-wrap .steps-wrapper .line.active {
  background-color: #0093C1;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .steps-wrapper .line {
    width: 89px;
    margin-top: 10px;
  }
}
html#scoped .edit-center-wrap .icon-check {
  background-image: url("../../img/Sobo/theme-light/alert-success.svg");
  height: 68px;
  background-size: auto 68px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .icon-check {
    margin-bottom: 8px;
  }
}
html#scoped .edit-center-wrap .page-title {
  font-size: 28px;
  font-weight: bold;
  color: #0C0E1F;
  text-align: center;
  line-height: 52px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .page-title {
    font-size: 24px;
  }
  html#scoped .edit-center-wrap .page-title.sp {
    line-height: 30px;
    margin-top: -8px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap {
  background-color: #FFFFFF;
  border-radius: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap {
    padding: 0 16px;
    margin-top: 0;
    padding-top: 12px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap {
  padding: 60px 130px 40px 130px;
  border-bottom: 1px solid #D7D7DA;
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap {
    padding: 0;
    padding-top: 12px;
    padding-bottom: 16px;
  }
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap.step2 {
    border: none;
    padding-bottom: 0;
  }
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap.flex {
    display: block;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .more-info {
    margin-top: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item {
  text-align: right;
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item:first-child {
  margin-right: 32px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item {
    text-align: left;
    width: calc(50% - 4px);
  }
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item:first-child {
    margin-right: 0;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .title {
  padding: 0 8px;
  font-size: 16px;
  color: #494A57;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .title {
    padding: 0;
    font-size: 12px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  color: #0C0E1F;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .value.bull {
  color: #EB4751;
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .value.bear {
  color: #00A59B;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .value {
    margin-top: 2px;
  }
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .value.fs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .value .num {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .value .num {
    font-size: 18px;
    line-height: 22px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .value .change {
  font-size: 18px;
  line-height: 30px;
  margin-left: 2px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .item .value .change {
    line-height: 22px;
    font-size: 14px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .name {
  font-size: 24px;
  color: #0C0E1F;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .name {
    font-size: 18px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .sub {
  font-size: 16px;
  color: #494A57;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .sub {
    margin-top: 8px;
    font-size: 14px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .tags {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .tags {
    margin-top: 4px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .tags .tag {
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 4px;
  background-color: #EEF0F0;
  font-size: 16px;
  color: #0C0E1F;
  line-height: 28px;
  padding: 0 8px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .stock-info-wrap .tags .tag {
    padding: 0 4px;
    font-size: 14px;
    line-height: 21px;
    margin-top: 4px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap {
  padding: 40px 130px 20px 130px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap {
    padding: 0;
    padding-top: 12px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .info-wrap {
    border: 1px solid #D7D7DA;
    padding: 12px;
    border-radius: 8px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row {
    margin-top: 24px;
    display: block;
  }
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row:first-child {
    margin-top: 0;
  }
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row.step2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .label {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 52px;
  height: 52px;
  font-size: 18px;
  font-weight: 500;
  color: #0C0E1F;
  width: 120px;
  min-width: 120px;
  margin-right: 32px;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .label.alt {
  line-height: 56px;
  height: 56px;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .label.step2 {
  line-height: unset;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .label {
    font-size: 16px;
    line-height: unset;
    width: unset;
    min-width: unset;
    margin-right: 0;
    margin-bottom: 8px;
    height: unset;
  }
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .label.alt {
    line-height: unset;
    height: unset;
    margin-top: 12px;
  }
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .label.step2 {
    line-height: unset;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #494A57;
    font-weight: 400;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .value {
  font-size: 18px;
  color: #0C0E1F;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .value {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .select-wrap {
    width: 100%;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .nice-select {
  width: 340px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .nice-select {
    width: 100%;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio {
  width: 340px;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio.sixth {
  width: calc(16.66% - 6px);
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio:hover .button {
  background-color: #F4FBFF;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio {
    width: 100%;
  }
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio.half {
    width: calc(50% - 4px);
  }
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio.sixth {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio input {
  display: none;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio input:checked + .button {
  border-color: #0093C1;
  background-color: #F4FBFF;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio input:checked + .button .radio .inner {
  opacity: 1;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio input:disabled + .button {
  cursor: default;
  background-color: #EEF0F0;
  border-color: #EEF0F0;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio input:disabled + .button .radio {
  border-color: #D7D7DA;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio input:disabled + .button .radio .inner {
  background-color: #AEAFB4;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio .button {
  background-color: #EEF0F0;
  border-radius: 12px;
  font-size: 18px;
  color: #0C0E1F;
  line-height: 50px;
  padding: 0 16px;
  cursor: pointer;
  border: 1px solid #EEF0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio .button {
    font-size: 16px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio .button .radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #D7D7DA;
  margin-right: 8px;
  background-color: #FFFFFF;
  padding: 3px;
  margin-top: 16px;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .custom-radio .button .radio .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0093C1;
  opacity: 0;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap.full {
  width: 100%;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap.mt {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap.mt {
    margin-top: 0;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap.hide {
  display: none;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap.hide.active {
  display: block;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap input {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #EEF0F0;
  background-color: #EEF0F0;
  padding: 0 16px;
  font-size: 18px;
  color: #0C0E1F;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap input::-webkit-input-placeholder {
  color: #AEAFB4;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap input:-ms-input-placeholder {
  color: #AEAFB4 !important;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap input::-moz-placeholder {
  color: #AEAFB4;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap input::-ms-input-placeholder {
  color: #AEAFB4;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap input::placeholder {
  color: #AEAFB4;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap input:focus, html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .input-wrap input.active {
  border-color: #0093C1;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster.full {
  width: 100%;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: 100%;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap input {
  width: 100%;
  height: 52px;
  border: 1px solid #EEF0F0;
  line-height: 50px;
  text-align: center;
  padding: 0 52px;
  border-radius: 12px;
  background-color: #EEF0F0;
  font-size: 18px;
  color: #0C0E1F;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap input::-webkit-outer-spin-button, html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap input[type=number] {
  -moz-appearance: textfield;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap input.error {
  border-color: #EB4751;
}
@media screen and (max-width: 767px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap input {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap input.sp {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap .icon {
  position: absolute;
  top: 0;
  width: 52px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap .icon.disabled .disabled {
  opacity: 1;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap .icon.decrease {
  left: 0;
  background-image: url("../../img/Sobo/theme-light/icon-decrease.svg");
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap .icon.decrease .disabled {
  background-image: url("../../img/Sobo/theme-light/icon-decrease-inactive.svg");
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap .icon.increase {
  right: 0;
  background-image: url("../../img/Sobo/theme-light/icon-increase.svg");
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap .icon.increase .disabled {
  background-image: url("../../img/Sobo/theme-light/icon-decrease-inactive.svg");
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap .icon .disabled {
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: #EEF0F0;
  border-radius: 12px;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .input-wrap .suffix {
  position: absolute;
  right: 52px;
  font-size: 14px;
  font-weight: 500;
  line-height: 52px;
  top: 0;
  color: #0C0E1F;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .note {
  font-size: 16px;
  color: #494A57;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .form-row .content .stock-shares-adjuster .note {
    font-size: 14px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .additional-info {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .additional-info {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .additional-info ol {
  margin: 0;
  padding-left: 1.25em;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .additional-info ol li {
  font-size: 16px;
  color: #494A57;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .additional-info ol li {
    font-size: 14px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .additional-info ol li span.blue {
  color: #0093C1;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .input-wrap.custom-dates-picker {
  position: relative;
  width: 100%;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .input-wrap.custom-dates-picker .facade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .input-wrap.custom-dates-picker input.custom-dates-picker {
  cursor: pointer;
  background-image: url("../../img/Sobo/theme-light/input-calender.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
  width: 100%;
  height: 52px;
  border: 1px solid #EEF0F0;
  line-height: 50px;
  padding-left: 16px;
  padding-right: 52px;
  border-radius: 12px;
  background-color: #EEF0F0;
  font-size: 18px;
  color: #0C0E1F;
  text-overflow: ellipsis;
}
html#scoped .edit-center-wrap .main-content-wrap .form-wrap .input-wrap.custom-dates-picker input.custom-dates-picker.error {
  border-color: #EB4751;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .form-wrap .input-wrap.custom-dates-picker input.custom-dates-picker {
    font-size: 16px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding: 24px 0;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap {
    display: block;
    padding: 0;
    margin-top: 24px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  background-color: #F4FBFF;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex {
    display: block;
    border-radius: 12px;
    width: 100%;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .left {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 268px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .left {
    padding-top: 8px;
    padding-bottom: 0;
    width: auto;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .left .value {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .left .value .num {
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .left .value .num {
    font-size: 20px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .left .value .unit {
  line-height: 44px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .left .value .unit {
    line-height: 32px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .right {
  width: 268px;
  padding-top: 23px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .right {
    width: auto;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .right .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px;
  margin-top: 8px;
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .right .row:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .right .row {
    padding: 0;
    display: block;
    text-align: center;
    width: 50%;
    margin-top: 0;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .title {
  font-size: 16px;
  color: #494A57;
  line-height: 26px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .title {
    font-size: 14px;
    line-height: unset;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .value {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .value .num {
  font-weight: 500;
  font-size: 18px;
  color: #0093C1;
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .value .unit {
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
  margin-left: 2px;
  line-height: 26px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .value .unit {
    font-size: 14px;
    line-height: 26px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .separator {
  height: 51px;
  width: 1px;
  background-color: #CCF3FF;
  margin-top: 26px;
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .estimation-wrap .content-flex .separator {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
    height: 1px;
    width: calc(100% - 16px);
  }
}
html#scoped .edit-center-wrap .main-content-wrap .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
}
html#scoped .edit-center-wrap .main-content-wrap .flex-buttons.mt {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .main-content-wrap .flex-buttons {
    position: fixed;
    bottom: 0;
    background-color: #FFFFFF;
    left: 0;
    width: 100%;
    padding: 16px;
    padding-bottom: calc(16px + constant(safe-area-inset-bottom));
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
    z-index: 1;
  }
  html#scoped .edit-center-wrap .main-content-wrap .flex-buttons.mt {
    margin-top: 24px;
  }
}
html#scoped .edit-center-wrap .main-content-wrap .flex-buttons .button {
  width: 212px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #EEF0F0;
  color: #0C0E1F;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  margin: 0 12px;
  text-decoration: none;
  font-weight: 500;
}
html#scoped .edit-center-wrap .main-content-wrap .flex-buttons .button:hover {
  background-color: #B3B4B4;
}
html#scoped .edit-center-wrap .main-content-wrap .flex-buttons .button.confirm {
  background-color: #0093C1;
  color: #FFFFFF;
}
html#scoped .edit-center-wrap .main-content-wrap .flex-buttons .button.confirm:hover {
  background-color: #006E91;
}
html#scoped .edit-center-wrap .note-wrap {
  margin-top: 24px;
  padding: 0 16px;
  font-size: 14px;
  color: #494A57;
  position: relative;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .note-wrap {
    padding: 16px;
    padding-bottom: 0;
    background-color: #EEF0F0;
    height: 136px;
    overflow: hidden;
  }
  html#scoped .edit-center-wrap .note-wrap.active {
    height: auto;
    padding-bottom: 52px;
  }
}
html#scoped .edit-center-wrap .note-wrap ol {
  padding-left: 1.25em;
  margin: 0;
}
html#scoped .edit-center-wrap .note-wrap ol li {
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .note-wrap ol li {
    margin-top: 4px;
  }
}
html#scoped .edit-center-wrap .note-wrap ol li span.bold {
  font-weight: bold;
}
html#scoped .edit-center-wrap .note-wrap .toggler {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped .edit-center-wrap .note-wrap .toggler {
    display: block;
  }
  html#scoped .edit-center-wrap .note-wrap .toggler.active .facade {
    opacity: 0;
  }
  html#scoped .edit-center-wrap .note-wrap .toggler.active .icon {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
html#scoped .edit-center-wrap .note-wrap .toggler .facade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 240, 240, 0)), to(#EEF0F0));
  background: linear-gradient(to bottom, rgba(238, 240, 240, 0) 0%, #EEF0F0 100%);
  height: 44px;
}
html#scoped .edit-center-wrap .note-wrap .toggler .icon-wrap {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
  background-color: #EEF0F0;
}
html#scoped .edit-center-wrap .note-wrap .toggler .icon {
  width: 16px;
  height: 16px;
  background-image: url("../../img/Sobo/theme-light/toggler.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
html#scoped .more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  html#scoped .more-wrap {
    margin-top: 0;
    padding: 12px 16px;
  }
}
html#scoped .more-wrap .more-button {
  width: 212px;
  line-height: 48px;
  text-align: center;
  background-color: #EEF0F0;
  color: #0C0E1F;
  cursor: pointer;
  border-radius: 12px;
}
html#scoped .more-wrap .more-button:hover {
  background-color: #B3B4B4;
}
@media screen and (max-width: 767px) {
  html#scoped .more-wrap .more-button {
    width: 100%;
  }
}
html#scoped .input-error-message {
  margin-top: 8px;
  font-size: 16px;
  color: #EB4751;
  display: none;
}
html#scoped .input-error-message.active {
  display: block;
}
html#scoped .info-wrap {
  text-decoration: none;
}
html#scoped .sticky-table-outer-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 6;
}
html#scoped .sticky-table-wrapper {
  position: sticky;
  z-index: 6;
  left: 48px;
  overflow-x: auto;
}
html#scoped .sticky-table-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html#scoped .sticky-table-wrapper::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
}
html#scoped .sticky-table-wrapper::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}
@media screen and (max-width: 1023px) {
  html#scoped .sticky-table-wrapper {
    left: 16px;
  }
}
html#scoped .sticky-table-wrapper table thead {
  background-color: #FFFFFF;
}
html#scoped .sticky-table-wrapper table thead th {
  font-size: 14px;
  color: #494A57;
  padding: 0 4px;
  font-weight: 400;
  padding-bottom: 12px;
  white-space: nowrap;
}
html#scoped .sticky-table-wrapper table thead th:first-child {
  position: sticky;
  left: 0;
  background-color: #FFFFFF;
}
html#scoped .sticky-table-wrapper table thead th span.small {
  font-size: 12px;
  color: #494A57;
}
html#scoped .sticky-table-wrapper table thead th span.inline.d {
  display: inline;
}
@media screen and (max-width: 767px) {
  html#scoped .sticky-table-wrapper table thead th span.inline.d {
    display: none;
  }
}
html#scoped .common-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background-color: rgba(2, 4, 22, 0.72);
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
html#scoped .common-loading img {
  width: 32px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html#scoped .common-no-account {
  width: 328px;
  margin: 0 auto;
}
html#scoped .common-no-account.pt {
  padding-top: 56px;
}
@media screen and (max-width: 1023px) {
  html#scoped .common-no-account {
    padding-top: 16px;
    width: 100%;
  }
  html#scoped .common-no-account.pt {
    padding-top: 16px;
  }
}
html#scoped .common-no-account .title {
  font-size: 24px;
  font-weight: bold;
  color: #0C0E1F;
  text-align: center;
}
html#scoped .common-no-account .fig {
  width: 190px;
  margin: 24px auto;
}
html#scoped .common-no-account .fig img {
  width: 100%;
  height: auto;
}
html#scoped .common-no-account .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
html#scoped .common-no-account .list .item .icon {
  width: 20px;
  min-width: 20px;
  margin-right: 4px;
}
html#scoped .common-no-account .list .item .icon img {
  width: 100%;
  height: auto;
}
html#scoped .common-no-account .list .item .text {
  line-height: 24px;
  font-size: 16px;
  color: #0C0E1F;
}
html#scoped .common-no-account .button-wrap {
  text-align: center;
  margin-top: 24px;
}
html#scoped .common-no-account .button-wrap .button {
  display: inline-block;
  width: 212px;
  height: 48px;
  line-height: 48px;
  border-radius: 12px;
  background-color: #0093C1;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
}
html#scoped .common-no-account .button-wrap .button:hover {
  background-color: #006E91;
}
html#scoped .common-empty {
  padding-top: 56px;
  padding-bottom: 24px;
}
html#scoped .common-empty .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped .common-empty .image-wrap img {
  width: 200px;
}
html#scoped .common-empty .text-wrap {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #494A57;
  text-align: center;
}
html#scoped .common-empty .button-wrap {
  margin-top: 20px;
  text-align: center;
}
html#scoped .common-empty .button-wrap .button {
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 12px;
  background-color: #0093C1;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
}
html#scoped .common-empty .button-wrap .button:hover {
  background-color: #006E91;
}
html#scoped .common-no-data {
  padding-top: 56px;
  padding-bottom: 24px;
}
html#scoped .common-no-data .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped .common-no-data .image-wrap img {
  width: 200px;
}
html#scoped .common-no-data .text-wrap {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #494A57;
  text-align: center;
}
html#scoped .qa-item {
  -webkit-box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
          box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
  border-radius: 12px;
  background-color: #FFFFFF;
  margin-bottom: 16px;
  cursor: pointer;
}
html#scoped .qa-item.active .question .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
html#scoped .qa-item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
}
@media screen and (max-width: 767px) {
  html#scoped .qa-item .question {
    padding: 16px 24px;
  }
}
html#scoped .qa-item .question .num {
  font-size: 18px;
  font-weight: 500;
  color: #00A59B;
  margin-right: 16px;
  white-space: nowrap;
  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 screen and (max-width: 767px) {
  html#scoped .qa-item .question .num {
    font-size: 16px;
    margin-right: 8px;
  }
}
html#scoped .qa-item .question .text {
  font-size: 18px;
  font-weight: 500;
  color: #0C0E1F;
  margin-right: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  html#scoped .qa-item .question .text {
    font-size: 16px;
    margin-right: 8px;
  }
}
html#scoped .qa-item .question .icon {
  width: 20px;
  min-width: 20px;
  background-image: url("../../img/Sobo/theme-light/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
html#scoped .qa-item .answer {
  border-top: 1px solid #D7D7DA;
  padding: 24px 32px;
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .qa-item .answer {
    padding: 16px 24px;
  }
}
html#scoped .qa-item .answer .text {
  font-size: 18px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .qa-item .answer .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 413px) {
    html#scoped table.fix tbody tr td:first-of-type {
        max-width: 75px;
    }
}

html#scoped body {
  padding-top: 63px;
}

html#scoped #change-theme {
  position: fixed;
  left: 8px;
  bottom: 8px;
  font-size: 14px;
  cursor: pointer;
  background-color: #FFFFFF;
  color: #494A57;
  border: 1px solid #494A57;
  padding: 4px 8px;
  z-index: 100;
}

html#scoped .header {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 63px;
}
html#scoped .header .header-center-wrap {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap {
    padding-left: 0;
    padding-right: 16px;
  }
}
html#scoped .header .header-center-wrap .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .flex-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
html#scoped .header .header-center-wrap .menu-toggle {
  display: none;
  position: relative;
  width: 56px;
  min-width: 56px;
}
html#scoped .header .header-center-wrap .menu-toggle.active .icon.close {
  opacity: 1;
}
html#scoped .header .header-center-wrap .menu-toggle.active .icon.open {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .menu-toggle {
    display: block;
  }
}
html#scoped .header .header-center-wrap .menu-toggle .icon {
  height: 100%;
  width: 100%;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .header .header-center-wrap .menu-toggle .icon.open {
  background-image: url("../../img/Sobo/theme-light/menu-open.svg");
}
html#scoped .header .header-center-wrap .menu-toggle .icon.close {
  background-image: url("../../img/Sobo/theme-light/menu-close.svg");
  opacity: 0;
}
html#scoped .header .header-center-wrap .logo {
  width: 236px;
  display: block;
  background-image: url("../../img/Sobo/theme-light/logo.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 24px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .logo {
    background-image: url("../../img/Sobo/theme-light/logo-mobile.svg");
    margin-right: 0;
    width: 202px;
    display: none;
  }
  html#scoped .header .header-center-wrap .logo.landing {
    display: block;
  }
}
html#scoped .header .header-center-wrap .logo a {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .logo a {
    display: none;
  }
}
html#scoped .header .header-center-wrap .logo a.main {
  width: 60%;
  left: 0;
}
html#scoped .header .header-center-wrap .logo a.index {
  width: 40%;
  left: 60%;
}
html#scoped .header .header-center-wrap .current-group {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .current-group {
    display: block;
  }
  html#scoped .header .header-center-wrap .current-group.hide {
    display: none;
  }
}
html#scoped .header .header-center-wrap .current-group .text {
  line-height: 63px;
  font-size: 20px;
  font-weight: bold;
  color: #0C0E1F;
}
html#scoped .header .header-center-wrap .links-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .links-flex-wrap {
    display: block;
  }
}
html#scoped .header .header-center-wrap .links-menu-wrap {
  display: block;
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .links-menu-wrap {
    display: none;
  }
}
html#scoped .header .header-center-wrap .site-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .site-links {
    display: block;
    position: fixed;
    top: 63px;
    width: 100%;
    background-color: rgba(2, 4, 22, 0.8);
    -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  html#scoped .header .header-center-wrap .site-links.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
html#scoped .header .header-center-wrap .site-links a.link {
  display: block;
  line-height: 36px;
  margin-top: 12px;
  color: #494A57;
  text-decoration: none;
  padding: 0 30px;
  font-size: 20px;
  margin-right: 8px;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
}
html#scoped .header .header-center-wrap .site-links a.link:hover, html#scoped .header .header-center-wrap .site-links a.link.active {
  border-color: #0093C1;
  color: #0093C1;
}
html#scoped .header .header-center-wrap .site-links a.link:last-child {
  margin-right: 0;
}
html#scoped .header .header-center-wrap .site-links a.link.index {
  display: none;
  -webkit-box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
html#scoped .header .header-center-wrap .site-links a.link.mobile {
  display: none;
}
@media screen and (max-width: 1130px) {
  html#scoped .header .header-center-wrap .site-links a.link {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .site-links a.link {
    font-size: 16px;
    padding: 0 24px;
    margin-top: 0;
    margin-right: 0;
    line-height: 56px;
    background-color: #FFFFFF;
    border: none;
    color: #0C0E1F;
    font-weight: 500;
  }
  html#scoped .header .header-center-wrap .site-links a.link.index {
    display: block;
  }
  html#scoped .header .header-center-wrap .site-links a.link.mobile {
    display: block;
  }
}
html#scoped .header .header-center-wrap .icon-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}
html#scoped .header .header-center-wrap .icon-links .v-flex {
  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;
  margin-left: 24px;
}
html#scoped .header .header-center-wrap .icon-links .v-flex:first-child {
  margin-left: 0;
}
html#scoped .header .header-center-wrap .icon-links .v-flex.personal {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .icon-links .v-flex {
    margin-left: 12px;
  }
}
html#scoped .header .header-center-wrap .icon-links a.icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
html#scoped .header .header-center-wrap .icon-links a.icon.search {
  background-image: url("../../img/Sobo/theme-light/menu-search.svg");
}
html#scoped .header .header-center-wrap .icon-links a.icon.personal {
  background-image: url("../../img/Sobo/theme-light/menu-personal.svg");
}
html#scoped .header .header-center-wrap .icon-links a.icon.close {
  background-image: url("../../img/Sobo/theme-light/menu-close.svg");
}
@media screen and (max-width: 1023px) {
  html#scoped .header .header-center-wrap .icon-links a.icon {
    width: 24px;
    height: 24px;
  }
}
html#scoped .header .header-center-wrap .icon-links .show-login {
  padding: 0 12px;
  line-height: 38px;
  border: 1px solid #D7D7DA;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #0C0E1F;
  cursor: pointer;
  white-space: nowrap;
}
html#scoped .header .header-center-wrap .icon-links .show-login:hover {
  border-color: #0093C1;
}
html#scoped .header .header-center-wrap .icon-links.is-logged-in .v-flex.personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .header .header-center-wrap .icon-links.is-logged-in .v-flex.login {
  display: none;
}

html#scoped .login-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 22, 0.8);
  z-index: 11;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .login-popup-wrap.active {
  opacity: 1;
  visibility: visible;
}
html#scoped .login-popup-wrap.active .login-popup {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1023px) {
  html#scoped .login-popup-wrap.active .login-popup {
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
html#scoped .login-popup-wrap .login-popup {
  background-color: #FFFFFF;
  width: 500px;
  padding: 32px 24px;
  border-radius: 16px;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
}
@media screen and (max-width: 1023px) {
  html#scoped .login-popup-wrap .login-popup {
    -webkit-transform: scale(1) translateY(20px);
        -ms-transform: scale(1) translateY(20px);
            transform: scale(1) translateY(20px);
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 40px;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-bottom: calc(16px + constant(safe-area-inset-bottom));
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
}
html#scoped .login-popup-wrap .login-popup .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  background-image: url("../../img/Sobo/theme-light/popup-close.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
html#scoped .login-popup-wrap .login-popup .title {
  font-size: 24px;
  color: #0C0E1F;
  font-weight: bold;
  margin-bottom: 16px;
}
html#scoped .login-popup-wrap .login-popup form {
  margin-top: 30px;
}
html#scoped .login-popup-wrap .login-popup .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .login-popup-wrap .login-popup .message {
  padding: 0 16px;
  border-radius: 12px;
  margin-bottom: 12px;
  display: none;
}
html#scoped .login-popup-wrap .login-popup .message.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .login-popup-wrap .login-popup .message.error {
  background-color: #FAEDEE;
}
html#scoped .login-popup-wrap .login-popup .message.error .icon {
  background-image: url("../../img/Sobo/theme-light/message-error.svg");
}
html#scoped .login-popup-wrap .login-popup .message.error .text {
  color: #4C1111;
}
html#scoped .login-popup-wrap .login-popup .message .icon {
  width: 24px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
html#scoped .login-popup-wrap .login-popup .message .text {
  line-height: 56px;
  font-size: 16px;
}
html#scoped .login-popup-wrap .login-popup .input-wrap {
  margin-bottom: 20px;
  position: relative;
}
html#scoped .login-popup-wrap .login-popup .input-wrap.captcha {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html#scoped .login-popup-wrap .login-popup .input-wrap.captcha input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html#scoped .login-popup-wrap .login-popup .input-wrap input {
  width: 100%;
  height: 56px;
  border: 1px solid #EEF0F0;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 18px;
  color: #0C0E1F;
  background-color: #EEF0F0;
}
html#scoped .login-popup-wrap .login-popup .input-wrap input::-webkit-input-placeholder {
  color: #AEAFB4;
}
html#scoped .login-popup-wrap .login-popup .input-wrap input:-ms-input-placeholder {
  color: #AEAFB4 !important;
}
html#scoped .login-popup-wrap .login-popup .input-wrap input::-moz-placeholder {
  color: #AEAFB4;
}
html#scoped .login-popup-wrap .login-popup .input-wrap input::-ms-input-placeholder {
  color: #AEAFB4;
}
html#scoped .login-popup-wrap .login-popup .input-wrap input::placeholder {
  color: #AEAFB4;
}
html#scoped .login-popup-wrap .login-popup .input-wrap input:focus {
  border-color: #0093C1;
}
@media screen and (max-width: 1023px) {
  html#scoped .login-popup-wrap .login-popup .input-wrap input {
    height: 52px;
    font-size: 16px;
  }
}
html#scoped .login-popup-wrap .login-popup .input-wrap input#password {
  padding-right: 52px;
}
@media screen and (max-width: 1023px) {
  html#scoped .login-popup-wrap .login-popup .input-wrap input#password {
    padding-right: 48px;
  }
}
html#scoped .login-popup-wrap .login-popup .input-wrap .password-status {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-image: url("../../img/Sobo/theme-light/input-hide.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
html#scoped .login-popup-wrap .login-popup .input-wrap .password-status.show {
  background-image: url("../../img/Sobo/theme-light/input-show.svg");
}
@media screen and (max-width: 1023px) {
  html#scoped .login-popup-wrap .login-popup .input-wrap .password-status {
    width: 52px;
    height: 52px;
  }
}
html#scoped .login-popup-wrap .login-popup .captcha-image {
  width: 120px;
  height: 56px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-image: url("../../img/Sobo/theme-light/captcha-image.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  html#scoped .login-popup-wrap .login-popup .captcha-image {
    height: 52px;
  }
}
html#scoped .login-popup-wrap .login-popup .captcha-refresh {
  width: 56px;
  min-width: 56px;
  height: 56px;
  background-image: url("../../img/Sobo/theme-light/captcha-refresh.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #EEF0F0;
  border-radius: 12px;
  margin-left: 8px;
}
@media screen and (max-width: 1023px) {
  html#scoped .login-popup-wrap .login-popup .captcha-refresh {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }
}
html#scoped .login-popup-wrap .login-popup a.desktop {
  display: none;
}
html#scoped .login-popup-wrap .login-popup a.desktop.active {
  display: block;
}
html#scoped .login-popup-wrap .login-popup a.mobile {
  display: none;
}
html#scoped .login-popup-wrap .login-popup a.mobile.active {
  display: block;
}
html#scoped .login-popup-wrap .login-popup .links .link {
  font-size: 14px;
  text-decoration: underline;
  color: #0C0E1F;
}
html#scoped .login-popup-wrap .login-popup .links .input-wrap {
  margin-bottom: 0;
}
html#scoped .login-popup-wrap .login-popup .links .separator {
  width: 1px;
  height: 12px;
  background-color: #D7D7DA;
  margin: 0 12px;
  margin-top: 6px;
}
html#scoped .login-popup-wrap .login-popup .links input[type=checkbox] {
  display: none;
}
html#scoped .login-popup-wrap .login-popup .links label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .login-popup-wrap .login-popup .links .checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #D7D7DA;
  border-radius: 3px;
  cursor: pointer;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1px;
}
html#scoped .login-popup-wrap .login-popup .links input[type=checkbox]:checked + .checkbox {
  background-color: #0093C1;
  border-color: #0093C1;
  background-image: url("../../img/Sobo/theme-light/checkbox-check.svg");
}
html#scoped .login-popup-wrap .login-popup .links .text {
  font-size: 14px;
  color: #0C0E1F;
  margin-left: 6px;
}
html#scoped .login-popup-wrap .login-popup button {
  margin-top: 40px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #0093C1;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}

html#scoped .mobile-fixed-buttons .to-top {
  width: 48px;
  height: 48px;
  background-image: url("../../img/Sobo/theme-light/to-top.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  right: 24px;
  bottom: 16px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 6;
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .mobile-fixed-buttons .to-top.hide {
  opacity: 0;
  visibility: hidden;
}
html#scoped .mobile-fixed-buttons .shortcut-open {
  width: 64px;
  height: 64px;
  background-image: url("../../img/Sobo/theme-light/shortcut-open.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  right: 16px;
  bottom: 80px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
          box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 6;
}
html#scoped .mobile-fixed-buttons .shortcut-open.active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(9px);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap.active {
  opacity: 1;
  visibility: visible;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap.active .shortcut-wrap .text {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap.active .shortcut {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcuts {
  position: absolute;
  right: 16px;
  bottom: 136px;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
  text-decoration: none;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-wrap .text {
  line-height: 64px;
  margin-right: 12px;
  font-size: 16px;
  color: #0C0E1F;
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-wrap .text.s1 {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-wrap .text.s2 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-wrap .text.s3 {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut {
  width: 64px;
  height: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut.s1 {
  background-image: url("../../img/Sobo/theme-light/shortcut1.svg");
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut.s2 {
  background-image: url("../../img/Sobo/theme-light/shortcut2.svg");
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut.s3 {
  background-image: url("../../img/Sobo/theme-light/shortcut3.svg");
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 28px;
  bottom: 80px;
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  cursor: pointer;
  background-image: url("../../img/Sobo/theme-light/shortcut-close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html#scoped footer .top-wrap {
  background-color: #D7D7DA;
}
html#scoped footer .top-wrap .footer-center-wrap {
  width: 1328px;
  max-width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  html#scoped footer .top-wrap .footer-center-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
html#scoped footer .top-wrap .footer-center-wrap .toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
html#scoped footer .top-wrap .footer-center-wrap .toggler.active .icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
html#scoped footer .top-wrap .footer-center-wrap .toggler .text {
  font-size: 18px;
  font-weight: bold;
  color: #0C0E1F;
  line-height: 24px;
}
html#scoped footer .top-wrap .footer-center-wrap .toggler .icon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background-image: url("../../img/Sobo/theme-light/footer-chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
html#scoped footer .top-wrap .footer-center-wrap .toggle-target {
  padding-bottom: 16px;
  display: none;
}
html#scoped footer .top-wrap .footer-center-wrap .toggle-target .text-wrap {
  margin-bottom: 16px;
}
html#scoped footer .top-wrap .footer-center-wrap .toggle-target .text-wrap:last-child {
  margin-bottom: 0;
}
html#scoped footer .top-wrap .footer-center-wrap .toggle-target .text-wrap .title {
  font-size: 14px;
  font-weight: 500;
  color: #0C0E1F;
  margin-bottom: 4px;
}
html#scoped footer .top-wrap .footer-center-wrap .toggle-target .text-wrap .text {
  font-size: 14px;
  color: #494A57;
}
html#scoped footer .bot-wrap {
  background-color: #868686;
}
html#scoped footer .bot-wrap .footer-center-wrap {
  width: 1320px;
  max-width: 100%;
  padding: 16px 20px;
  margin: 0 auto;
  font-size: 14px;
  color: #FFFFFF;
}
html#scoped footer .bot-wrap .footer-center-wrap .top {
  margin-bottom: 20px;
}

html#scoped #search .page-center-wrap {
  padding-top: 64px;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .page-center-wrap {
    padding-top: 0;
  }
}
html#scoped #search .page-center-wrap .page-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0C0E1F;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .page-center-wrap .page-title {
    display: none;
  }
}
html#scoped #search .page-center-wrap .page-content {
  margin-top: 24px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #FFFFFF;
  padding: 48px 50px;
}
html#scoped #search .page-center-wrap .page-content.searching .history-wrap {
  display: none;
}
html#scoped #search .page-center-wrap .page-content.searching .result-wrap {
  display: block;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .page-center-wrap .page-content {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 12px 0 16px 0;
  }
}
html#scoped #search .page-center-wrap .page-content form.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .page-center-wrap .page-content form.search {
    padding: 0 16px;
  }
}
html#scoped #search .page-center-wrap .page-content form.search .input-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .page-center-wrap .page-content form.search .input-wrap {
    margin-right: 0;
  }
}
html#scoped #search .page-center-wrap .page-content form.search .input-wrap input {
  width: 100%;
  height: 52px;
  border: 1px solid #EEF0F0;
  border-radius: 12px;
  background-color: #EEF0F0;
  color: #0C0E1F;
  font-size: 18px;
  padding-left: 44px;
  padding-right: 52px;
  background-image: url("../../img/Sobo/theme-light/input-search.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 16px center;
}
html#scoped #search .page-center-wrap .page-content form.search .input-wrap input::-webkit-input-placeholder {
  color: #AEAFB4;
}
html#scoped #search .page-center-wrap .page-content form.search .input-wrap input:-ms-input-placeholder {
  color: #AEAFB4 !important;
}
html#scoped #search .page-center-wrap .page-content form.search .input-wrap input::-moz-placeholder {
  color: #AEAFB4;
}
html#scoped #search .page-center-wrap .page-content form.search .input-wrap input::-ms-input-placeholder {
  color: #AEAFB4;
}
html#scoped #search .page-center-wrap .page-content form.search .input-wrap input::placeholder {
  color: #AEAFB4;
}
html#scoped #search .page-center-wrap .page-content form.search .input-wrap input:focus {
  border-color: #0093C1;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .page-center-wrap .page-content form.search .input-wrap input {
    font-size: 16px;
  }
}
html#scoped #search .page-center-wrap .page-content form.search .input-wrap .clear-input {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../img/Sobo/theme-light/input-clear.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped #search .page-center-wrap .page-content form.search .input-wrap .clear-input.show {
  opacity: 1;
  visibility: visible;
}
html#scoped #search .page-center-wrap .page-content form.search button {
  width: 82px;
  height: 52px;
  line-height: 52px;
  background-color: #0093C1;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
html#scoped #search .page-center-wrap .page-content form.search button:hover {
  background-color: #006E91;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .page-center-wrap .page-content form.search button {
    display: none;
  }
}
html#scoped #search .history-wrap {
  margin-top: 24px;
  padding: 0 24px;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .history-wrap {
    margin-top: 16px;
    padding: 0 16px;
  }
}
html#scoped #search .history-wrap .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped #search .history-wrap .flex-row .title {
  font-size: 20px;
  font-weight: bold;
  color: #0C0E1F;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .history-wrap .flex-row .title {
    font-size: 18px;
  }
}
html#scoped #search .history-wrap .flex-row .clear-history {
  cursor: pointer;
  font-size: 16px;
  color: #AEAFB4;
}
html#scoped #search .history-wrap .flex-row .clear-history:hover {
  color: #0093C1;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .history-wrap .flex-row .clear-history {
    font-size: 14px;
  }
}
html#scoped #search .history-wrap .history-list {
  margin-top: 16px;
}
html#scoped #search .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D7D7DA;
  padding: 0 8px;
  width: calc(100% + 16px);
  margin-left: -8px;
}
html#scoped #search .list-item:last-child {
  border-bottom: none;
}
html#scoped #search .list-item .info-wrap {
  padding: 12px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}
html#scoped #search .list-item .info-wrap .name {
  font-size: 18px;
  color: #0C0E1F;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .list-item .info-wrap .name {
    font-size: 16px;
  }
}
html#scoped #search .list-item .info-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}
html#scoped #search .list-item .info-wrap .info .tag {
  padding: 0 4px;
  font-size: 14px;
  border-radius: 4px;
  height: 21px;
  line-height: 21px;
  margin-right: 4px;
}
html#scoped #search .list-item .info-wrap .info .tag.tw {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
html#scoped #search .list-item .info-wrap .info .tag.us {
  background-color: #8DB4FF;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .list-item .info-wrap .info .tag {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }
}
html#scoped #search .list-item .info-wrap .info .code {
  font-size: 16px;
  color: #494A57;
  line-height: 21px;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .list-item .info-wrap .info .code {
    font-size: 14px;
  }
}
html#scoped #search .list-item .v-flex {
  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;
  width: 40px;
  min-width: 40px;
  margin-left: 8px;
}
html#scoped #search .list-item .v-flex.alt {
  margin-right: 8px;
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .list-item .v-flex {
    width: 28px;
    min-width: 28px;
  }
}
html#scoped #search .list-item .v-flex .delete {
  width: 40px;
  height: 24px;
  background-image: url("../../img/Sobo/theme-light/search-delete.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .list-item .v-flex .delete {
    width: 28px;
    height: 20px;
  }
}
html#scoped #search .list-item .v-flex .search {
  width: 40px;
  height: 24px;
  background-image: url("../../img/Sobo/theme-light/search-search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .list-item .v-flex .search {
    width: 28px;
    height: 20px;
  }
}
html#scoped #search .result-wrap {
  margin-top: 24px;
  padding: 0 24px;
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped #search .result-wrap {
    margin-top: 16px;
    padding: 0 16px;
  }
}

html#scoped #personal .page-top {
  padding-top: 32px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D7D7DA;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .page-top {
    padding-top: 16px;
  }
}
html#scoped #personal .page-top .center-wrap {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .page-top .center-wrap {
    padding: 0 16px;
  }
}
html#scoped #personal .page-top .center-wrap .greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped #personal .page-top .center-wrap .greeting .avatar {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background-image: url("../../img/Sobo/theme-light/default-avatar.svg");
  background-size: cover;
  background-position: center;
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .page-top .center-wrap .greeting .avatar {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    border-radius: 10px;
  }
}
html#scoped #personal .page-top .center-wrap .greeting .text {
  line-height: 64px;
  font-size: 20px;
  font-weight: 500;
  color: #0C0E1F;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .page-top .center-wrap .greeting .text {
    font-size: 18px;
    line-height: 48px;
  }
}
html#scoped #personal .page-top .center-wrap .tab-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .page-top .center-wrap .tab-headings {
    margin-top: 26px;
  }
}
html#scoped #personal .page-top .center-wrap .tab-headings .tab-heading {
  margin-right: 16px;
  cursor: pointer;
}
html#scoped #personal .page-top .center-wrap .tab-headings .tab-heading:last-child {
  margin-right: 0;
}
html#scoped #personal .page-top .center-wrap .tab-headings .tab-heading.active .text {
  font-weight: bold;
  color: #0C0E1F;
}
html#scoped #personal .page-top .center-wrap .tab-headings .tab-heading.active .underline {
  background-color: #0093C1;
}
html#scoped #personal .page-top .center-wrap .tab-headings .tab-heading .text {
  font-size: 28px;
  color: #494A57;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .page-top .center-wrap .tab-headings .tab-heading .text {
    font-size: 20px;
  }
}
html#scoped #personal .page-top .center-wrap .tab-headings .tab-heading .underline {
  margin: 0 4px;
  margin-top: 8px;
  height: 4px;
  border-radius: 2px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .page-top .center-wrap .tab-headings .tab-heading .underline {
    height: 3px;
    margin-top: 4px;
  }
}
html#scoped #personal .page-top .center-wrap .logout {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .page-top .center-wrap .logout {
    display: none;
  }
}
html#scoped #personal .logout {
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #0093C1;
  cursor: pointer;
  background-image: url("../../img/Sobo/theme-light/logout.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
}
html#scoped #personal .logout:hover {
  color: #11699C;
  background-image: url("../../img/Sobo/theme-light/logout-hover.svg");
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .logout {
    font-size: 16px;
  }
}
html#scoped #personal .page-bot {
  padding-top: 24px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .page-bot {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
html#scoped #personal .page-bot .center-wrap {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .page-bot .center-wrap {
    padding: 0 16px;
  }
}
html#scoped #personal .page-bot .tab-contents .tab-content {
  display: none;
}
html#scoped #personal .page-bot .tab-contents .tab-content.active {
  display: block;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .slider-wrap .slider {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  html#scoped #personal .slider-wrap .slick-list {
    margin: 0 -4px;
  }
  html#scoped #personal .slider-wrap .slide1 {
    padding-left: 20px;
    padding-right: 4px;
  }
  html#scoped #personal .slider-wrap .slide2 {
    padding-right: 20px;
    padding-left: 4px;
  }
}
html#scoped #personal .group {
  margin-top: 52px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group {
    margin-top: 32px;
  }
}
html#scoped #personal .group .group-title {
  font-size: 18px;
  font-weight: bold;
  color: #494A57;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .group-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
html#scoped #personal .group .info-row {
  padding: 22px 16px;
  border-radius: 16px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .info-row {
    display: block;
    padding: 12px 16px;
    margin-bottom: 0;
  }
}
html#scoped #personal .group .info-row .item {
  width: 33.33%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .info-row .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html#scoped #personal .group .info-row .item.first .head {
    font-size: 16px;
  }
  html#scoped #personal .group .info-row .item.first .value {
    font-size: 20px;
  }
}
html#scoped #personal .group .info-row .item .head {
  font-size: 16px;
  color: #494A57;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .info-row .item .head {
    font-size: 12px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    line-height: 24px;
  }
}
html#scoped #personal .group .info-row .item .head span.small {
  font-size: 14px;
  margin-left: 2px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .info-row .item .head span.small {
    font-size: 12px;
  }
}
html#scoped #personal .group .info-row .item .value {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .info-row .item .value {
    font-size: 16px;
    margin-top: 0;
    line-height: 24px;
    text-align: right;
  }
}
html#scoped #personal .group .info-row .item .value span.small {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .info-row .item .value span.small {
    font-size: 14px;
  }
}
html#scoped #personal .group .info-row .separator {
  width: 1px;
  height: 56px;
  background-color: #D7D7DA;
  margin: 0 28px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .info-row .separator {
    margin: 2px 0;
    height: 0;
  }
  html#scoped #personal .group .info-row .separator.first {
    width: 100%;
    height: 1px;
    margin: 8px 0;
  }
}
html#scoped #personal .group .content-wrap {
  border-radius: 16px;
  background-color: #FFFFFF;
}
html#scoped #personal .group .content-wrap .heading-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D7D7DA;
  padding: 12px 32px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .content-wrap .heading-flex {
    padding: 12px;
  }
}
html#scoped #personal .group .content-wrap .heading-flex .heading {
  font-size: 16px;
  color: #494A57;
}
html#scoped #personal .group .content-wrap .heading-flex .heading.start {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px;
}
html#scoped #personal .group .content-wrap .heading-flex .heading.end {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .content-wrap .heading-flex .heading {
    font-size: 14px;
  }
  html#scoped #personal .group .content-wrap .heading-flex .heading.start {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 8px;
  }
  html#scoped #personal .group .content-wrap .heading-flex .heading.end {
    width: 88px;
    min-width: 88px;
    max-width: 88px;
  }
}
html#scoped #personal .group .content-wrap .content-body {
  padding: 0 32px;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .content-wrap .content-body {
    padding: 0 12px;
  }
}
html#scoped #personal .group .content-wrap .content-body .content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D7D7DA;
  padding: 20px 0;
}
html#scoped #personal .group .content-wrap .content-body .content-flex:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .content-wrap .content-body .content-flex {
    padding: 12px 0;
  }
}
html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  color: #0C0E1F;
  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;
  font-size: 16px;
  color: #0C0E1F;
}
html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item.start {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px;
}
html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item.end {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item {
    font-size: 14px;
  }
  html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item.start {
    margin-right: 8px;
  }
  html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item.end {
    width: 88px;
    min-width: 88px;
    max-width: 88px;
  }
}
html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item a {
  color: #0093C1;
}
html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item a:hover {
  color: #11699C;
}
html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item a.button {
  display: block;
  width: 92px;
  height: 40px;
  line-height: 40px;
  border-radius: 12px;
  background-color: #0093C1;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
  margin: 0 auto;
}
html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item a.button:hover {
  background-color: #006E91;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .group .content-wrap .content-body .content-flex .flex-item a.button {
    width: 80px;
    font-size: 14px;
  }
}
html#scoped #personal .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .flex-buttons {
    margin-top: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
html#scoped #personal .flex-buttons .flex-button {
  margin: 0 10px;
  width: 144px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 12px;
  background-color: #F4FBFF;
  color: #0093C1;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
html#scoped #personal .flex-buttons .flex-button:hover {
  background-color: #E3F3FC;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .flex-buttons .flex-button {
    margin: 0;
    width: calc(50% - 6px);
    height: 40px;
    line-height: 40px;
  }
}
html#scoped #personal .flex-logout {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped #personal .flex-logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}

html#scoped #landing {
  background-color: #FFFFFF;
}
html#scoped #landing .slider-wrap .slider .slide {
  height: 400px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  html#scoped #landing .slider-wrap .slider .slide {
    height: auto;
  }
}
html#scoped #landing .slider-wrap .slider .slide img {
  display: none;
}
@media screen and (max-width: 1024px) {
  html#scoped #landing .slider-wrap .slider .slide img {
    display: block;
    width: 100%;
    height: auto;
  }
}
html#scoped #landing .banner {
  height: 200px;
  background-size: auto 100%;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  html#scoped #landing .banner {
    height: auto;
  }
}
html#scoped #landing .banner img {
  display: none;
}
@media screen and (max-width: 1024px) {
  html#scoped #landing .banner img {
    display: block;
    width: 100%;
    height: auto;
  }
}
html#scoped #landing .page-title {
  text-align: center;
  margin-top: 42px;
  font-size: 28px;
  font-weight: bold;
  color: #0C0E1F;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .page-title {
    margin-top: 30px;
    font-size: 20px;
    text-align: left;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .page-title {
    padding-left: 16px;
  }
}
html#scoped #landing .top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    html#scoped #landing .top-links {
        background-color: #FFFFFF;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding-left: 16px;
        padding-top: 12px;
        margin-bottom: 28px;
    }
}
html#scoped #landing .top-links .link {
  display: block;
  margin-right: 16px;
  font-size: 28px;
  color: #494A57;
  text-decoration: none;
}
html#scoped #landing .top-links .link:last-child {
  margin-right: 0;
}
html#scoped #landing .top-links .link.active, html#scoped #landing .top-links .link:hover {
  color: #0C0E1F;
  font-weight: bold;
}
html#scoped #landing .top-links .link.active .underline, html#scoped #landing .top-links .link:hover .underline {
  background-color: #0093C1;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .top-links .link {
    font-size: 20px;
    padding-top: 10px;
  }
}
html#scoped #landing .top-links .link .underline {
  border-radius: 2px;
  height: 4px;
  margin-top: 8px;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .top-links .link .underline {
    margin-top: 4px;
  }
}
html#scoped #landing .flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped #landing .flex-title a.more {
  line-height: 35px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
}
html#scoped #landing .flex-title a.more:hover {
  color: #11699C;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .flex-title a.more {
    padding: 0 16px;
    line-height: 26px;
  }
}
html#scoped #landing .section-title {
  font-size: 24px;
  font-weight: bold;
  color: #0C0E1F;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .section-title {
    font-size: 18px;
    margin-bottom: 12px;
    padding: 0 16px;
  }
}
html#scoped #landing .center-wrap {
  width: 1168px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 24px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap {
    padding: 0 16px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap {
    padding: 0;
    padding-bottom: 32px;
    position: relative;
  }
}
html#scoped #landing .center-wrap .controls-mobile {
  position: relative;
  margin-top: 28px;
  padding-left: 24px;
}
html#scoped #landing .center-wrap .controls-mobile.alt {
  padding-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .controls-mobile.alt {
    padding: 0 16px;
  }
  html#scoped #landing .center-wrap .controls-mobile.alt .view-control {
    right: 16px;
  }
}
html#scoped #landing .center-wrap .controls-mobile.mt {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .controls-mobile.mt {
    margin-top: -45px;
  }
}
@media screen and (max-width: 1023px) {
    html#scoped #landing .center-wrap .controls-mobile {
        margin-top: 8px;
        padding-left: 16px;
        padding-bottom: 60px;
        margin-top: 28px;
    }
  html#scoped #landing .center-wrap .controls-mobile.landing {
    padding-bottom: 0;
  }
  html#scoped #landing .center-wrap .controls-mobile.faq {
    padding-bottom: 0;
  }
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: 60px;
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading {
  padding: 12px 0;
  margin-right: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading.active .icon .active {
  opacity: 1;
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading.active .text {
  color: #0093C1;
  font-weight: bold;
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading.active .underline {
  display: block;
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading:hover .icon .active {
  opacity: 1;
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading:hover .text {
  color: #0093C1;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading {
    margin-right: 20px;
  }
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading .icon {
  margin-right: 8px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-image: url("../../img/Sobo/theme-light/tab-icon.svg");
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading .icon .active {
  background-image: url("../../img/Sobo/theme-light/tab-icon-active.svg");
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading .icon {
    display: none;
  }
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading .icon .active {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading .text {
  font-size: 18px;
  color: #494A57;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading .text {
    font-size: 16px;
  }
}
html#scoped #landing .center-wrap .controls-mobile .tab-headings .tab-heading .underline {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #0093C1;
  display: none;
}
html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-wrap {
    position: absolute;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  }
    html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-wrap.active {
        display: block;
    }
  html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-wrap .title {
    line-height: 47px;
    border-bottom: 1px solid #D7D7DA;
    padding-left: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #0C0E1F;
  }
  html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-wrap .headings {
    padding: 18px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-wrap .headings .tab-heading {
    width: calc(33.33% - 12px);
    border-radius: 8px;
    background-color: #EEF0F0;
    border: 1px solid #EEF0F0;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #0C0E1F;
    margin: 6px;
    cursor: pointer;
  }
  html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-wrap .headings .tab-heading.active {
    background-color: #F4FBFF;
    border: 1px solid #0093C1;
    font-weight: 500;
  }
  html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-wrap .facade {
    background-color: rgba(2, 4, 22, 0.8);
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100vh;
  }
}
html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-toggle {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 56px;
    height: 24px;
    border-left: 1px solid #D7D7DA;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #FFFFFF;
    z-index: 2;
  }
  html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-toggle.active .icon {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  html#scoped #landing .center-wrap .controls-mobile .mobile-tab-headings-toggle .icon {
    width: 24px;
    height: 24px;
    background-image: url("../../img/Sobo/theme-light/tab-select-arrow.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  }
}
html#scoped #landing .center-wrap .filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 100px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .filter-wrap.alt {
    width: 28px;
  }
}
html#scoped #landing .center-wrap .filter-wrap .open-filter {
  cursor: pointer;
  width: 24px;
  height: 40px;
  margin-right: 4px;
  background-image: url("../../img/Sobo/theme-light/filter.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: relative;
}
html#scoped #landing .center-wrap .filter-wrap .open-filter.active {
  margin-bottom: 16px;
}
html#scoped #landing .center-wrap .filter-wrap .open-filter.active .active {
  opacity: 1;
}
html#scoped #landing .center-wrap .filter-wrap .open-filter .active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/Sobo/theme-light/filter-active.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  opacity: 0;
}
html#scoped #landing .center-wrap .filter-wrap .text {
  line-height: 40px;
  font-size: 16px;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .filter-wrap .text {
    display: none;
  }
}
html#scoped #landing .center-wrap .result-count {
  font-size: 16px;
  color: #0C0E1F;
  display: none;
  margin-top: 6px;
}
html#scoped #landing .center-wrap .result-count.active {
  display: block;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .mobile-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 84px;
  }
}
html#scoped #landing .center-wrap .filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .filter-tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 7px;
    overflow-x: auto;
  }
}
html#scoped #landing .center-wrap .filter-tags .tag {
  padding: 0 8px;
  font-size: 16px;
  color: #0C0E1F;
  background-color: #EEF0F0;
  border-radius: 4px;
  line-height: 32px;
  display: none;
  white-space: nowrap;
  margin-right: 10px;
  height: 32px;
  margin-bottom: 10px;
}
html#scoped #landing .center-wrap .filter-tags .tag.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .filter-tags .tag {
    margin-right: 8px;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
  }
}
html#scoped #landing .center-wrap .filter-tags .tag .text {
  white-space: nowrap;
}
html#scoped #landing .center-wrap .filter-tags .tag .close {
  margin-left: 2px;
  width: 20px;
  min-width: 20px;
  height: 32px;
  background-image: url("../../img/Sobo/theme-light/tag-clear.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .filter-tags .tag .close {
    height: 26px;
  }
}
html#scoped #landing .center-wrap .separator {
  height: 1px;
  background-color: #D7D7DA;
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .separator {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
  }
  html#scoped #landing .center-wrap .separator.landing {
    bottom: 0;
  }
  html#scoped #landing .center-wrap .separator.alt {
    bottom: 0;
  }
}
html#scoped #landing .center-wrap .view-control {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 1;
}
html#scoped #landing .center-wrap .view-control.alt {
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .view-control.landing {
    top: -42px;
    right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .view-control.mobile-hide {
    display: none;
  }
}
html#scoped #landing .center-wrap .view-control.desktop-hide {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .view-control.desktop-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .view-control {
    top: unset;
    bottom: 8px;
  }
}
html#scoped #landing .center-wrap .tab-contents {
  margin-top: 32px;
}
html#scoped #landing .center-wrap .tab-contents.alt {
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  html#scoped #landing .center-wrap .tab-contents {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .tab-contents {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .tab-contents {
    margin-top: 16px;
  }
}
html#scoped #landing .center-wrap .tab-contents .tab-content {
  display: none;
}
html#scoped #landing .center-wrap .tab-contents .tab-content.active {
  display: block;
}
html#scoped #landing .center-wrap .tab-contents .tab-content .card-view-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .table-wrap {
    padding: 0 16px;
  }
}
html#scoped #landing .center-wrap table thead {
  background-color: #F0F0F0;
  height: 40px;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap table thead {
    background-color: transparent;
  }
}
html#scoped #landing .center-wrap table thead tr th {
  font-size: 14px;
  color: #494A57;
  font-weight: 400;
  padding: 0 24px;
  white-space: nowrap;
}
html#scoped #landing .center-wrap table thead tr th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
html#scoped #landing .center-wrap table thead tr th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 0;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap table thead tr th {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap table thead tr th {
    padding: 0 8px;
  }
  html#scoped #landing .center-wrap table thead tr th:first-child {
    padding-left: 0;
  }
  html#scoped #landing .center-wrap table thead tr th:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  html#scoped #landing .center-wrap table thead tr th:nth-child(2) {
    display: none;
  }
}
html#scoped #landing .center-wrap table tbody tr {
  border-bottom: 1px solid #D7D7DA;
}
html#scoped #landing .center-wrap table tbody tr:last-child {
  border-bottom: none;
}
html#scoped #landing .center-wrap table tbody tr td {
  padding: 12px 24px;
  color: #494A57;
  font-weight: 400;
}
html#scoped #landing .center-wrap table tbody tr td:first-child {
  padding-left: 24px;
}
html#scoped #landing .center-wrap table tbody tr td:last-child {
  padding-right: 24px;
}
@media screen and (max-width: 1279px) {
  html#scoped #landing .center-wrap table tbody tr td:first-child {
    padding-left: 24px;
  }
  html#scoped #landing .center-wrap table tbody tr td:last-child {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap table tbody tr td {
    padding: 8px 16px;
  }
  html#scoped #landing .center-wrap table tbody tr td:first-child {
    padding-left: 16px;
  }
  html#scoped #landing .center-wrap table tbody tr td:last-child {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap table tbody tr td {
    padding: 8px;
  }
  html#scoped #landing .center-wrap table tbody tr td:first-child {
    padding-left: 0;
  }
  html#scoped #landing .center-wrap table tbody tr td:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  html#scoped #landing .center-wrap table tbody tr td:nth-child(2) {
    display: none;
  }
}
html#scoped #landing .center-wrap table tbody tr td a.button {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap table tbody tr td a.button {
    width: 24px;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    white-space: pre-wrap;
    padding: 0;
    line-height: 16px;
    padding-top: 4px;
  }
}
html#scoped #landing .center-wrap table tbody tr td a.button span.mobile-break {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap table tbody tr td a.button span.mobile-break {
    display: inline;
  }
}
html#scoped #landing .center-wrap .info-wrap {
  text-decoration: none;
}
html#scoped #landing .center-wrap .info-wrap .name {
  font-size: 18px;
  color: #0C0E1F;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .info-wrap .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .info-wrap .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
html#scoped #landing .center-wrap .info-wrap .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
html#scoped #landing .center-wrap .info-wrap .info .tag {
  padding: 0 4px;
  font-size: 14px;
  border-radius: 4px;
  height: 21px;
  line-height: 21px;
  margin-right: 4px;
}
html#scoped #landing .center-wrap .info-wrap .info .tag.tw {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
html#scoped #landing .center-wrap .info-wrap .info .tag.us {
  background-color: #8DB4FF;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .info-wrap .info .tag {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }
}
html#scoped #landing .center-wrap .info-wrap .info .code {
  font-size: 16px;
  color: #494A57;
  line-height: 21px;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .info-wrap .info .code {
    font-size: 14px;
  }
}
html#scoped #landing .center-wrap .info-wrap .mobile-type {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .info-wrap .mobile-type {
    display: block;
    font-size: 14px;
    color: #494A57;
    margin-top: 4px;
  }
}
html#scoped #landing .center-wrap .bull {
  color: #EB4751;
  font-weight: 500;
}
html#scoped #landing .center-wrap .bear {
  color: #00A59B;
  font-weight: 500;
}
html#scoped #landing .center-wrap .flat {
  color: #0C0E1F;
  font-weight: 500;
}
html#scoped #landing .center-wrap a.button {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 12px;
  background-color: #0093C1;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  margin: 0 auto;
  display: block;
}
html#scoped #landing .center-wrap a.button:hover {
  background-color: #006E91;
}
html#scoped #landing .center-wrap .view-all-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .view-all-wrap {
    margin-top: 10px;
  }
}
html#scoped #landing .center-wrap .view-all-wrap .view-all {
  font-size: 16px;
  color: #0093C1;
  cursor: pointer;
  font-weight: 500;
}
html#scoped #landing .center-wrap .view-all-wrap .view-all:hover {
  color: #11699C;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .view-all-wrap .view-all {
    font-size: 14px;
  }
}
html#scoped #landing .center-wrap .flex-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .center-wrap .flex-cards {
    margin: -16px 0;
  }
}
html#scoped #landing .center-wrap .flex-cards .card {
  width: 33.33%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .center-wrap .flex-cards .card {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  html#scoped #landing .center-wrap .flex-cards .card {
    width: 100%;
  }
}
html#scoped #landing .center-wrap .flex-cards .card .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 12px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
          box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
html#scoped #landing .center-wrap .flex-cards .card .content .top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding: 16px 20px;
  border-bottom: 1px solid #D7D7DA;
  cursor: pointer;
}
html#scoped #landing .center-wrap .flex-cards .card .content .top .type {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #EEF0F0;
  font-size: 14px;
  color: #0C0E1F;
  text-align: center;
  width: 80px;
  line-height: 26px;
}
html#scoped #landing .center-wrap .flex-cards .card .content .top .info {
  margin-top: 0;
  margin-bottom: 4px;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot {
  padding: 16px;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item {
  width: 50%;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item.v-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;
  text-align: center;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item.v-flex .head {
  margin-bottom: 2px;
  padding-top: 2px;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item .flex.alt {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item .head {
  font-size: 14px;
  color: #494A57;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 24px;
  margin-bottom: 4px;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item .flex-between:last-child {
  margin-bottom: 0;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item .flex-between .text {
  font-size: 14px;
  color: #494A57;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item .big {
  font-size: 20px;
  font-weight: bold;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .item .value {
  font-size: 16px;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .flex-row .separator {
  width: 1px;
  background-color: #D7D7DA;
  height: 52px;
  margin: 0 16px;
  min-width: 1px;
  position: static;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .button-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .button-flex .button {
  width: calc(50% - 5px);
  display: block;
  margin: 0;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .button-flex .button.normal {
  background-color: transparent;
  border: 1px solid #0093C1;
  color: #0093C1;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .button-flex .button.normal:hover {
  background-color: #0093C1;
  color: #FFFFFF;
}
html#scoped #landing .center-wrap .flex-cards .card .content .bot .button-flex .button.full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .slider-wrap.combo.desktop {
    display: none;
  }
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slide {
  height: 170px;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content {
  height: 170px;
  width: 240px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content:hover .facade {
  opacity: 1;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content:hover .content {
  top: 12px;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content:hover .content .text {
  opacity: 1;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content:hover .content .link {
  opacity: 1;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content .facade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.84%, rgba(255, 255, 255, 0.6)), color-stop(51.42%, rgba(255, 255, 255, 0.9)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 1.84%, rgba(255, 255, 255, 0.9) 51.42%);
  opacity: 0;
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content .content {
  position: absolute;
  top: 122px;
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  padding: 0 20px;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content .content .title {
  font-size: 18px;
  font-weight: 500;
  color: #494A57;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content .content .text {
  margin-top: 4px;
  font-size: 14px;
  line-height: 21px;
  color: #494A57;
  opacity: 0;
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content .content .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
  opacity: 0;
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content .content .link:hover {
  color: #11699C;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content .content .link:hover .icon {
  background-image: url("../../img/Sobo/theme-light/link-angle-hover.svg");
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content .content .link .t {
  margin-right: 4px;
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slider-content .content .link .icon {
  height: 24px;
  width: 16px;
  min-width: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/Sobo/theme-light/link-angle.svg");
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slide1 .slider-content {
  background-image: url("../../img/Sobo/theme-light/landing-combo1.jpg");
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slide2 .slider-content {
  background-image: url("../../img/Sobo/theme-light/landing-combo2.jpg");
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slide3 .slider-content {
  background-image: url("../../img/Sobo/theme-light/landing-combo3.jpg");
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slide4 .slider-content {
  background-image: url("../../img/Sobo/theme-light/landing-combo4.jpg");
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slide5 .slider-content {
  background-image: url("../../img/Sobo/theme-light/landing-combo5.jpg");
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slide6 .slider-content {
  background-image: url("../../img/Sobo/theme-light/landing-combo6.jpg");
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slide7 .slider-content {
  background-image: url("../../img/Sobo/theme-light/landing-combo7.jpg");
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slide8 .slider-content {
  background-image: url("../../img/Sobo/theme-light/landing-combo8.jpg");
}
html#scoped #landing .slider-wrap.combo.desktop .slider .slide9 .slider-content {
  background-image: url("../../img/Sobo/theme-light/landing-combo9.jpg");
}
html#scoped #landing .slider-wrap.combo.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .slider-wrap.combo.mobile {
    display: block;
    padding-left: 16px;
    margin-bottom: 32px;
  }
}
html#scoped #landing .slider-wrap.combo.mobile .slide {
  padding-right: 10px;
}
html#scoped #landing .slider-wrap.combo.mobile .slide-content {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D7D7DA;
  border-radius: 12px;
  padding: 0 12px;
}
html#scoped #landing .slider-wrap.combo.mobile .slide-content .icon {
  width: 20px;
  height: 46px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2px;
  background-image: url("../../img/Sobo/theme-light/icon-trolley.svg");
}
html#scoped #landing .slider-wrap.combo.mobile .slide-content .text {
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .page-title.combo {
    text-align: center;
    margin-top: 16px;
  }
}
html#scoped #landing .combo-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .combo-flex-wrap {
    margin-top: -76px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap {
    margin-left: 0;
    margin-right: 0;
    margin-top: -60px;
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap {
  padding: 16px;
  width: 33.33%;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .combo-flex-wrap .item-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap {
    width: 100%;
    padding-top: 0;
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo {
  text-decoration: none;
  cursor: pointer;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
          box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
  height: 100%;
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top {
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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 screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top {
    height: 64px;
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo1 {
  background-image: url("../../img/Sobo/theme-light/combo-desktop1.jpg");
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo1 {
    background-image: url("../../img/Sobo/theme-light/combo-mobile1.jpg");
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo2 {
  background-image: url("../../img/Sobo/theme-light/combo-desktop2.jpg");
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo2 {
    background-image: url("../../img/Sobo/theme-light/combo-mobile2.jpg");
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo3 {
  background-image: url("../../img/Sobo/theme-light/combo-desktop3.jpg");
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo3 {
    background-image: url("../../img/Sobo/theme-light/combo-mobile3.jpg");
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo4 {
  background-image: url("../../img/Sobo/theme-light/combo-desktop4.jpg");
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo4 {
    background-image: url("../../img/Sobo/theme-light/combo-mobile4.jpg");
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo5 {
  background-image: url("../../img/Sobo/theme-light/combo-desktop5.jpg");
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo5 {
    background-image: url("../../img/Sobo/theme-light/combo-mobile5.jpg");
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo6 {
  background-image: url("../../img/Sobo/theme-light/combo-desktop6.jpg");
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo6 {
    background-image: url("../../img/Sobo/theme-light/combo-mobile6.jpg");
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo7 {
  background-image: url("../../img/Sobo/theme-light/combo-desktop7.jpg");
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo7 {
    background-image: url("../../img/Sobo/theme-light/combo-mobile7.jpg");
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo8 {
  background-image: url("../../img/Sobo/theme-light/combo-desktop8.jpg");
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo8 {
    background-image: url("../../img/Sobo/theme-light/combo-mobile8.jpg");
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo9 {
  background-image: url("../../img/Sobo/theme-light/combo-desktop9.jpg");
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top.combo9 {
    background-image: url("../../img/Sobo/theme-light/combo-mobile9.jpg");
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .top .title {
  font-size: 20px;
  font-weight: 500;
  color: #494A57;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .top .title {
    font-size: 18px;
    font-weight: bold;
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .bot {
  padding: 20px 24px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .bot {
    padding: 16px 20px;
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .bot .content {
  font-size: 16px;
  color: #494A57;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .combo-flex-wrap .item-wrap .combo .bot .content {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
    overflow: hidden;
  }
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .bot .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .bot .link-wrap .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
  margin-top: 12px;
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .bot .link-wrap .link:hover {
  color: #11699C;
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .bot .link-wrap .link:hover .icon {
  background-image: url("../../img/Sobo/theme-light/link-angle-hover.svg");
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .bot .link-wrap .link .t {
  margin-right: 4px;
}
html#scoped #landing .combo-flex-wrap .item-wrap .combo .bot .link-wrap .link .icon {
  height: 24px;
  width: 16px;
  min-width: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/Sobo/theme-light/link-angle.svg");
}
html#scoped #landing tr.link {
  cursor: pointer;
}
html#scoped #landing .section-center-wrap {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  html#scoped #landing .section-center-wrap {
    width: 100%;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .section-center-wrap {
    padding: 0 16px;
  }
}
html#scoped #landing .intro-section {
  padding-top: 130px;
  padding-bottom: 80px;
  background-color: #EEF0F0;
  background-image: url("../../img/Sobo/common/index-bg1.png");
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 1279px) {
  html#scoped #landing .intro-section {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section {
    padding-top: 32px;
    padding-bottom: 60px;
  }
}
html#scoped #landing .intro-section .title {
  font-size: 28px;
  font-weight: bold;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .title {
    font-size: 20px;
    text-align: center;
  }
}
html#scoped #landing .intro-section .flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-top {
    margin-top: 8px;
    display: block;
  }
}
html#scoped #landing .intro-section .flex-top .sub {
  font-size: 16px;
  color: #494A57;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-top .sub {
    margin-right: 0;
  }
}
html#scoped #landing .intro-section .flex-top .links-wrap {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-top .links-wrap {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
  }
}
html#scoped #landing .intro-section .flex-top .links-wrap .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-top .links-wrap .links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
html#scoped #landing .intro-section .flex-top .links-wrap .links .link {
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #0093C1;
  font-weight: 500;
  white-space: nowrap;
}
html#scoped #landing .intro-section .flex-top .links-wrap .links .link:hover {
  color: #11699C;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-top .links-wrap .links .link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 16px;
  }
}
html#scoped #landing .intro-section .flex-top .links-wrap .links .separator {
  width: 1px;
  height: 16.5px;
  background-color: #D7D7DA;
  margin: auto 16px;
}
html#scoped #landing .intro-section .flex-items {
  margin-top: 28px;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1279px) {
  html#scoped #landing .intro-section .flex-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-items {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
  }
}
html#scoped #landing .intro-section .flex-items .item {
  margin: 12px;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 32px 30px;
}
@media screen and (max-width: 1279px) {
  html#scoped #landing .intro-section .flex-items .item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-items .item {
    width: 100%;
    padding: 16px 20px;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-items .item .flex-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html#scoped #landing .intro-section .flex-items .item .flex-t .t1 {
  font-size: 20px;
  color: #0C0E1F;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-items .item .flex-t .t1 {
    font-size: 18px;
    margin-right: 4px;
  }
}
html#scoped #landing .intro-section .flex-items .item .flex-t .t2 {
  font-size: 20px;
  color: #00A59B;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-items .item .flex-t .t2 {
    font-size: 18px;
  }
}
html#scoped #landing .intro-section .flex-items .item .t3 {
  font-size: 16px;
  color: #494A57;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .intro-section .flex-items .item .t3 {
    font-size: 14px;
    margin-top: 8px;
  }
}
html#scoped #landing .faq-section {
  padding: 64px 0;
  background-image: url("../../img/Sobo/common/index-bg2.png");
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .faq-section {
    padding-top: 16px;
    padding-bottom: 48px;
  }
}
html#scoped #landing .faq-section .title {
  font-size: 28px;
  font-weight: bold;
  color: #0C0E1F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .faq-section .title {
    text-align: left;
    font-size: 20px;
  }
}
html#scoped #landing .faq-section .controls-mobile {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .faq-section .controls-mobile {
    margin-top: 8px;
  }
}
html#scoped #landing .faq-section .controls-mobile .separator {
  height: 1px;
  background-color: #D7D7DA;
  position: absolute;
  left: 0;
  width: 100%;
}
html#scoped #landing .faq-section .tab-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 24px;
}
html#scoped #landing .faq-section .tab-headings .tab-heading {
  padding: 12px 0;
  margin-right: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
}
html#scoped #landing .faq-section .tab-headings .tab-heading.active .icon .active {
  opacity: 1;
}
html#scoped #landing .faq-section .tab-headings .tab-heading.active .text {
  color: #0093C1;
  font-weight: bold;
}
html#scoped #landing .faq-section .tab-headings .tab-heading.active .underline {
  display: block;
}
html#scoped #landing .faq-section .tab-headings .tab-heading:hover .icon .active {
  opacity: 1;
}
html#scoped #landing .faq-section .tab-headings .tab-heading:hover .text {
  color: #0093C1;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .faq-section .tab-headings .tab-heading {
    margin-right: 20px;
  }
}
html#scoped #landing .faq-section .tab-headings .tab-heading .text {
  font-size: 18px;
  color: #494A57;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .faq-section .tab-headings .tab-heading .text {
    font-size: 16px;
  }
}
html#scoped #landing .faq-section .tab-headings .tab-heading .underline {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #0093C1;
  display: none;
}
html#scoped #landing .faq-section .tab-content {
  display: none;
}
html#scoped #landing .faq-section .tab-content.active {
  display: block;
}
html#scoped #landing .faq-section .show-all-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .faq-section .show-all-wrap {
    margin-top: 16px;
  }
}
html#scoped #landing .faq-section .show-all-wrap .show-all {
  font-size: 16px;
  color: #0093C1;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}
html#scoped #landing .faq-section .show-all-wrap .show-all:hover {
  color: #11699C;
}
@media screen and (max-width: 1023px) {
  html#scoped #landing .faq-section .show-all-wrap .show-all {
    font-size: 14px;
  }
}
html#scoped #landing .faq-section .qa-wrap {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .faq-section .qa-wrap {
    margin-top: 16px;
  }
}
html#scoped #landing .controls-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .controls-desktop {
    padding: 0 16px;
    margin-top: 12px;
  }
}
html#scoped #landing .controls-desktop .grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html#scoped #landing .controls-desktop .input-wrap input {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #EEF0F0;
  background-color: #EEF0F0;
  padding: 0 16px;
  font-size: 18px;
  color: #0C0E1F;
}
html#scoped #landing .controls-desktop .input-wrap input::-webkit-input-placeholder {
  color: #AEAFB4;
}
html#scoped #landing .controls-desktop .input-wrap input:-ms-input-placeholder {
  color: #AEAFB4 !important;
}
html#scoped #landing .controls-desktop .input-wrap input::-moz-placeholder {
  color: #AEAFB4;
}
html#scoped #landing .controls-desktop .input-wrap input::-ms-input-placeholder {
  color: #AEAFB4;
}
html#scoped #landing .controls-desktop .input-wrap input::placeholder {
  color: #AEAFB4;
}
html#scoped #landing .controls-desktop .input-wrap input:focus, html#scoped #landing .controls-desktop .input-wrap input.active {
  border-color: #0093C1;
}
html#scoped #landing .controls-desktop .input-wrap input.search {
  padding-left: 44px;
  background-image: url("../../img/Sobo/theme-light/input-search.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 16px center;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .controls-desktop .input-wrap input.search {
    font-size: 16px;
  }
}
html#scoped #landing .controls-desktop .input-wrap.search {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .controls-desktop .input-wrap.search {
    margin-right: 0;
  }
}
html#scoped #landing .controls-desktop .button-submit {
  line-height: 52px;
  height: 52px;
  text-align: center;
  width: 82px;
  min-width: 82px;
  cursor: pointer;
  border-radius: 12px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  background-color: #0093C1;
}
html#scoped #landing .controls-desktop .button-submit:hover {
  background-color: #006E91;
}
@media screen and (max-width: 767px) {
  html#scoped #landing .controls-desktop .button-submit {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html#scoped #landing .qa-wrap.alt {
    padding: 0 16px;
  }
}

html#scoped .accounts-center-wrap {
  width: 1328px;
  margin: 0 auto;
  max-width: 100%;
  padding: 64px 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap {
    padding: 0;
    background-color: #FFFFFF;
  }
  html#scoped .accounts-center-wrap.overview {
    background-color: unset;
  }
}
html#scoped .accounts-center-wrap.overview .table-wrap {
  margin-top: 0;
  display: none;
}
html#scoped .accounts-center-wrap.overview .table-wrap.active {
  display: block;
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap.overview .table-wrap {
    overflow-x: unset;
    margin-left: unset;
    width: unset;
  }
}
html#scoped .accounts-center-wrap.overview .table-wrap table thead {
  top: 0;
}
html#scoped .accounts-center-wrap .top-content-wrap {
  position: relative;
}
    html#scoped .accounts-center-wrap .top-content-wrap .top-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 28px;
    }
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .top-content-wrap .top-links {
    padding-bottom: 12px;
    padding-left: 16px;
    margin-bottom: 0;
    background-color: #FFFFFF;
  }
}
html#scoped .accounts-center-wrap .top-content-wrap .top-links .link {
  display: block;
  margin-right: 16px;
  font-size: 28px;
  color: #494A57;
  text-decoration: none;
}
html#scoped .accounts-center-wrap .top-content-wrap .top-links .link:last-child {
  margin-right: 0;
}
html#scoped .accounts-center-wrap .top-content-wrap .top-links .link.active, html#scoped .accounts-center-wrap .top-content-wrap .top-links .link:hover {
  color: #0C0E1F;
  font-weight: bold;
}
html#scoped .accounts-center-wrap .top-content-wrap .top-links .link.active .underline, html#scoped .accounts-center-wrap .top-content-wrap .top-links .link:hover .underline {
  background-color: #0093C1;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .top-content-wrap .top-links .link {
    font-size: 20px;
    padding-top: 10px;
  }
}
html#scoped .accounts-center-wrap .top-content-wrap .top-links .link .underline {
  border-radius: 2px;
  height: 4px;
  margin-top: 8px;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .top-content-wrap .top-links .link .underline {
    margin-top: 4px;
  }
}
html#scoped .accounts-center-wrap .top-content-wrap .select-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .top-content-wrap .select-wrap {
    position: static;
    padding: 0 16px;
  }
  html#scoped .accounts-center-wrap .top-content-wrap .select-wrap .nice-select {
    background-color: #EEF0F0;
    width: 100%;
  }
}
html#scoped .accounts-center-wrap .countup {
  opacity: 0;
}
html#scoped .accounts-center-wrap .countup.show {
  opacity: 1;
}
html#scoped .accounts-center-wrap .big-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  html#scoped .accounts-center-wrap .big-flex {
    display: block;
  }
}
html#scoped .accounts-center-wrap .big-flex .left-wrap, html#scoped .accounts-center-wrap .big-flex .right-wrap {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1023px) {
  html#scoped .accounts-center-wrap .big-flex .left-wrap, html#scoped .accounts-center-wrap .big-flex .right-wrap {
    width: 100%;
  }
}
html#scoped .accounts-center-wrap .big-flex .right-wrap {
  height: 800px;
  overflow: hidden;
}
html#scoped .accounts-center-wrap .big-flex .card {
  padding: 32px 40px;
  background-color: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 24px;
}
html#scoped .accounts-center-wrap .big-flex .card:last-child {
  margin-bottom: 0;
}
html#scoped .accounts-center-wrap .big-flex .card.full {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html#scoped .accounts-center-wrap .big-flex .card.full .card-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1023px) {
  html#scoped .accounts-center-wrap .big-flex .card:last-child {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card {
    border-radius: 0;
    padding: 24px 16px;
    margin-bottom: 12px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .accounts-center-wrap .big-flex .card .card-title .text {
  font-size: 24px;
  font-weight: bold;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card-title .text {
    font-size: 20px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card-content {
  margin-top: 20px;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap {
    display: block;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap {
  position: relative;
  width: 280px;
  min-width: 280px;
  height: 280px;
  margin-right: 32px;
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap {
    margin: 0 auto;
    width: 260px;
    min-width: 260px;
    height: 260px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap canvas {
  width: 100%;
  height: 100%;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 52px;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap .text-wrap .t1 {
  text-align: center;
  font-size: 16px;
  color: #494A57;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap .text-wrap .total {
  margin-top: 4px;
  font-size: 28px;
  font-weight: 500;
  color: #0C0E1F;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap .text-wrap .separator {
  height: 1px;
  background-color: #D7D7DA;
  width: 156px;
  margin: 12px auto;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap .text-wrap .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 156px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 6px;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap .text-wrap .flex-row .t2 {
  font-size: 16px;
  line-height: 28px;
  height: 28px;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .chart-wrap .text-wrap .flex-row .value {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  height: 28px;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap {
    padding-top: 12px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .right {
  text-align: right;
  font-size: 16px;
  color: #494A57;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .right {
    display: none;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between:last-child {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between:last-child {
    margin-top: 12px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between .t1 {
    font-size: 18px;
    color: #E1E1E1;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between .t1 {
    font-size: 16px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between .t1 span.d {
  display: inline;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between .t1 span.d {
    display: none;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between .t1 span.m {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between .t1 span.m {
    display: inline;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between .number {
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between .number {
    font-size: 16px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .flex-between .number span {
  margin-left: 4px;
}
html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .separator {
  height: 1px;
  background-color: #D7D7DA;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card1 .flex-wrap .info-wrap .separator {
    margin: 12px 0;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .t1 {
  text-align: center;
  font-size: 18px;
  color: #494A57;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card2 .t1 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .total {
  font-size: 34px;
  font-weight: 500;
  color: #0C0E1F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card2 .total {
    font-size: 28px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .bar-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  margin-top: 32px;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 1600ms ease-out;
  transition: all 1600ms ease-out;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .bar-chart.active {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card2 .bar-chart {
    margin-top: 24px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .bar-chart .data1 {
  background-color: #0093C1;
  margin-right: 2px;
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .bar-chart .data2 {
  background-color: #00A59B;
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .bar-chart .data2.empty {
  background-color: #D7D8DA;
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .flex-wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card2 .flex-wrap {
    margin-top: 24px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .flex-wrap .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .flex-wrap .flex-between .t2 {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card2 .flex-wrap .flex-between .t2 {
    font-size: 16px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .flex-wrap .flex-between .value {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card2 .flex-wrap .flex-between .value {
    font-size: 18px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card2 .flex-wrap .separator {
  width: 1px;
  height: 28px;
  background-color: #D7D7DA;
  margin: 0 32px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card2 .flex-wrap .separator {
    margin: 0 16px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap .item {
  width: 50%;
}
html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap .item .t1 {
  font-size: 20px;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap .item .t1 {
    font-size: 18px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap .item .flex-wrap {
  margin: 8px 0;
  white-space: nowrap;
}
html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap .item .flex-wrap .t2 {
  margin-right: 12px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap .item .flex-wrap .t2 {
    font-size: 16px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap .item .link {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
  padding-right: 20px;
  background-image: url("../../img/Sobo/theme-light/link-angle.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right center;
}
html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap .item .link:hover {
  color: #11699C;
  background-image: url("../../img/Sobo/theme-light/link-angle-hover.svg");
}
html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap .separator {
  height: 92px;
  width: 1px;
  background-color: #D7D7DA;
  margin: 0 16px;
  min-width: 1px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card3 .flex-wrap .separator {
    margin: 0 12px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .calender {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 12px;
  margin-top: 20px;
  border: 1px solid #D7D7DA;
}
html#scoped .accounts-center-wrap .big-flex .card .calender .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .accounts-center-wrap .big-flex .card .calender .item {
  width: 14.28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px 0;
}
html#scoped .accounts-center-wrap .big-flex .card .calender .date {
  width: 44px;
  height: 44px;
  line-height: 36px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}
html#scoped .accounts-center-wrap .big-flex .card .calender .date.active .dot {
  opacity: 1;
}
html#scoped .accounts-center-wrap .big-flex .card .calender .date:hover, html#scoped .accounts-center-wrap .big-flex .card .calender .date.selected {
  background-color: #0093C1;
}
html#scoped .accounts-center-wrap .big-flex .card .calender .date:hover .text, html#scoped .accounts-center-wrap .big-flex .card .calender .date.selected .text {
  color: #FFFFFF !important;
}
html#scoped .accounts-center-wrap .big-flex .card .calender .date:hover .dot, html#scoped .accounts-center-wrap .big-flex .card .calender .date.selected .dot {
  background-color: #FFFFFF;
}
html#scoped .accounts-center-wrap .big-flex .card .calender .date.today .text {
  color: #0093C1;
}
html#scoped .accounts-center-wrap .big-flex .card .calender .date .text {
  font-size: 16px;
  color: #0C0E1F;
}
html#scoped .accounts-center-wrap .big-flex .card .calender .date .dot {
  position: absolute;
  background-color: #0093C1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow {
  margin-top: 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #D7D8DA;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 3px;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .tableNone {
  padding-top: 100px;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .tableNone .image {
  margin: 0 auto;
  width: 200px;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .tableNone .image img {
  display: block;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .tableNone .explain {
  text-align: center;
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #494A57;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .tableNone .button {
  text-decoration: none;
  width: 160px;
  line-height: 48px;
  text-align: center;
  background-color: #0093C1;
  color: #FFFFFF;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .tableNone .button:hover {
  background-color: #006E91;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table {
  width: 100%;
  border-collapse: collapse;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table thead tr {
  height: 24px;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table thead tr th {
  font-size: 14px;
  color: #494A57;
  padding: 0 4px;
  font-weight: 400;
  padding-bottom: 12px;
  white-space: nowrap;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table thead tr th .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr {
  border-bottom: 1px solid #D7D7DA;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr:last-child {
  border-bottom: none;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr td {
  padding: 12px 4px;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls td {
  padding: 0;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex {
  width: 100%;
  padding-top: 8px;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex .control {
  height: 39px;
  font-size: 14px;
  color: #0093C1;
  font-weight: 500;
  padding-top: 18px;
  cursor: pointer;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  width: 50%;
  text-align: center;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex .control:hover {
  color: #11699C;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex .control.sell {
  background-image: url("../../img/Sobo/theme-light/sell.svg");
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex .control.sell:hover {
  background-image: url("../../img/Sobo/theme-light/sell-hover.svg");
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex .control.change {
  background-image: url("../../img/Sobo/theme-light/edit.svg");
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex .control.change:hover {
  background-image: url("../../img/Sobo/theme-light/edit-hover.svg");
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex .control.stop {
  background-image: url("../../img/Sobo/theme-light/delete.svg");
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex .control.stop:hover {
  background-image: url("../../img/Sobo/theme-light/delete-hover.svg");
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex .control.details {
  background-image: url("../../img/Sobo/theme-light/details.svg");
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow table tbody tr.controls .controls-flex .control.details:hover {
  background-image: url("../../img/Sobo/theme-light/details-hover.svg");
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .amount {
  font-size: 16px;
  font-weight: 500;
  color: #0C0E1F;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .amount span.currency-unit {
  color: #494A57;
  margin-right: 4px;
  font-weight: 400;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .info-wrap .name {
  font-size: 18px;
  color: #0C0E1F;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .info-wrap .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .info-wrap .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .info-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .info-wrap .info .tag {
  padding: 0 4px;
  font-size: 14px;
  border-radius: 4px;
  height: 21px;
  line-height: 21px;
  margin-right: 4px;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .info-wrap .info .tag.tw {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .info-wrap .info .tag.us {
  background-color: #8DB4FF;
  color: #FFFFFF;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .info-wrap .info .code {
  font-size: 16px;
  color: #494A57;
  line-height: 21px;
}
@media screen and (max-width: 1023px) {
  html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .info-wrap .info .code {
    font-size: 14px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .flex-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .flex-controls .control {
  padding: 0 12px;
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}
html#scoped .accounts-center-wrap .big-flex .card .card-content.flow .flex-controls .control:hover {
  color: #11699C;
}
html#scoped .accounts-center-wrap .big-flex .card .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .flex-buttons {
    margin-top: 24px;
  }
}
html#scoped .accounts-center-wrap .big-flex .card .flex-buttons .button {
  width: 144px;
  text-align: center;
  line-height: 48px;
  border-radius: 12px;
  background-color: #F4FBFF;
  color: #0093C1;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 12px;
}
html#scoped .accounts-center-wrap .big-flex .card .flex-buttons .button:hover {
  background-color: #E3F3FC;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .big-flex .card .flex-buttons .button {
    width: 120px;
    line-height: 40px;
  }
}
html#scoped .accounts-center-wrap .page-content-wrap {
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 24px 0 40px 0;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .page-content-wrap {
    border-radius: 0;
    padding: 0;
    padding-bottom: 34px;
  }
}
html#scoped .accounts-center-wrap .page-content-wrap .sticky1 {
  position: sticky;
  top: 63px;
  background-color: #FFFFFF;
  z-index: 5;
}
html#scoped .accounts-center-wrap .page-content-wrap .flex-tab-links {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .page-content-wrap .flex-tab-links {
    margin-top: 12px;
    padding: 0 4px;
  }
}
html#scoped .accounts-center-wrap .page-content-wrap .flex-tab-links .link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  font-size: 20px;
  color: #494A57;
  cursor: pointer;
  position: relative;
}
html#scoped .accounts-center-wrap .page-content-wrap .flex-tab-links .link.active, html#scoped .accounts-center-wrap .page-content-wrap .flex-tab-links .link:hover {
  color: #0C0E1F;
  font-weight: bold;
}
html#scoped .accounts-center-wrap .page-content-wrap .flex-tab-links .link.active .underline, html#scoped .accounts-center-wrap .page-content-wrap .flex-tab-links .link:hover .underline {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .page-content-wrap .flex-tab-links .link {
    font-size: 18px;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    padding: 0 12px;
  }
  html#scoped .accounts-center-wrap .page-content-wrap .flex-tab-links .link:last-child {
    margin-right: 0;
  }
}
html#scoped .accounts-center-wrap .page-content-wrap .flex-tab-links .link .underline {
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #0C0E1F;
  border-radius: 2px;
  opacity: 0;
}
html#scoped .accounts-center-wrap .page-content-wrap .tab-links-underline {
  height: 1px;
  background-color: #D7D7DA;
}
html#scoped .accounts-center-wrap .page-content-wrap .page-title {
  font-size: 24px;
  font-weight: bold;
  color: #0C0E1F;
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .page-content-wrap .page-title {
    font-size: 20px;
    margin-top: 16px;
    text-align: left;
  }
}
html#scoped .accounts-center-wrap .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped .accounts-center-wrap .flex-between a.lend-stock {
  cursor: pointer;
  text-decoration: none;
  color: #0093C1;
  margin-top: 56px;
  font-size: 16px;
  font-weight: 500;
}
html#scoped .accounts-center-wrap .flex-between a.lend-stock:hover {
  color: #006E91;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .flex-between a.lend-stock {
    margin-top: 16px;
  }
}
html#scoped .accounts-center-wrap .page-content {
  padding: 0 40px;
}
@media screen and (max-width: 1023px) {
  html#scoped .accounts-center-wrap .page-content {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .page-content {
    padding: 0 16px;
  }
}
html#scoped .accounts-center-wrap .page-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
  background-color: #DFE4E5;
  border-radius: 12px;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .page-toggle {
    width: 100%;
    margin-top: 12px;
  }
}
html#scoped .accounts-center-wrap .page-toggle .link {
  display: block;
  width: 140px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #494A57;
  text-decoration: none;
  border-radius: 8px;
}
html#scoped .accounts-center-wrap .page-toggle .link.active {
  color: #FFFFFF;
  font-weight: 500;
  background-color: #0093C1;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .page-toggle .link {
    width: calc(50% - 6px);
    line-height: 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .slider-wrap .slider {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  html#scoped .accounts-center-wrap .slider-wrap .slick-list {
    margin: 0 -4px;
  }
  html#scoped .accounts-center-wrap .slider-wrap .slide1 {
    padding-left: 20px;
    padding-right: 4px;
  }
  html#scoped .accounts-center-wrap .slider-wrap .slide2 {
    padding-right: 20px;
    padding-left: 4px;
  }
}
html#scoped .accounts-center-wrap .slider-wrap .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .slider-wrap .slider {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .slider-wrap .slider {
    margin-top: 12px;
  }
}
html#scoped .accounts-center-wrap .slider-wrap .slider .slide {
  width: calc(50% - 10px);
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .slider-wrap .slider .slide {
    width: 100%;
    margin-bottom: 20px;
  }
  html#scoped .accounts-center-wrap .slider-wrap .slider .slide:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .slider-wrap .slider .slide {
    margin-bottom: 0;
  }
}
html#scoped .accounts-center-wrap .slider-wrap .slider .slide .info-title {
  font-size: 18px;
  color: #494A57;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .slider-wrap .slider .slide .info-title {
    display: none;
  }
}
html#scoped .accounts-center-wrap .slider-wrap .slider .slide .info-flex {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .slider-wrap .slider .slide .info-flex {
    margin-top: 0;
  }
}
html#scoped .accounts-center-wrap .info-flex {
  margin-top: 32px;
  background-color: #EEF0F0;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 16px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex {
    margin-top: 12px;
    display: block;
    padding: 12px 16px;
  }
}
html#scoped .accounts-center-wrap .info-flex .separator {
  width: 1px;
  background-color: #D7D7DA;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .separator {
    width: 100%;
    height: 1px;
    margin: 8px 0;
  }
}
html#scoped .accounts-center-wrap .info-flex .bot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .bot-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .bot-wrap .separator {
    display: none;
  }
}
html#scoped .accounts-center-wrap .info-flex .bot-wrap .info-item {
  width: 50%;
}
html#scoped .accounts-center-wrap .info-flex .bot-wrap .info-item.alt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .bot-wrap .info-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .bot-wrap .info-item .title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .bot-wrap .info-item .value .number {
    font-size: 16px;
    line-height: 24px;
  }
}
html#scoped .accounts-center-wrap .info-flex .info-item {
  width: 33.33%;
  text-align: center;
}
html#scoped .accounts-center-wrap .info-flex .info-item.alt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .info-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  html#scoped .accounts-center-wrap .info-flex .info-item.alt {
    width: 100%;
  }
}
html#scoped .accounts-center-wrap .info-flex .info-item .title {
  font-size: 16px;
  color: #494A57;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .info-item .title {
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .info-item .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html#scoped .accounts-center-wrap .info-flex .info-item .value .number {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .info-item .value .number {
    line-height: 24px;
  }
}
html#scoped .accounts-center-wrap .info-flex .info-item .value .percent {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .info-flex .info-item .value .percent {
    line-height: 24px;
  }
}
html#scoped .accounts-center-wrap .deduction-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
  background-color: #F4FBFF;
  padding: 20px;
  border-radius: 8px;
}
html#scoped .accounts-center-wrap .deduction-wrap.alt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .deduction-wrap {
    margin-top: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 11.5px 20px;
  }
  html#scoped .accounts-center-wrap .deduction-wrap.alt {
    margin-top: 12px;
  }
}
html#scoped .accounts-center-wrap .deduction-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
}
html#scoped .accounts-center-wrap .deduction-wrap .item .text {
  sfz: 16px;
  color: #494A57;
  line-height: 24px;
}
html#scoped .accounts-center-wrap .deduction-wrap .item .number {
  font-size: 20px;
  font-weight: 500;
  color: #0C0E1F;
  line-height: 24px;
}
html#scoped .accounts-center-wrap .deduction-wrap .item .small {
  font-size: 16px;
  font-weight: 500;
  color: #0C0E1F;
}
html#scoped .accounts-center-wrap .controls-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: sticky;
  top: 112px;
  padding: 12px 0;
  background-color: #FFFFFF;
  z-index: 5;
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .controls-desktop {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .controls-desktop {
    display: none;
  }
}
html#scoped .accounts-center-wrap .controls-desktop .half-flex {
    width: calc(45% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
html#scoped .accounts-center-wrap .controls-desktop .half-flex:nth-of-type(1) {
    width: calc(55% - 10px);
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .controls-desktop .half-flex {
    width: 100%;
    margin-bottom: 12px;
  }
  html#scoped .accounts-center-wrap .controls-desktop .half-flex:last-child {
    margin-bottom: 0;
  }
}
html#scoped .accounts-center-wrap .controls-desktop .custom-radio {
  margin-right: 12px;
}
html#scoped .accounts-center-wrap .controls-desktop .custom-radio:hover .button {
  background-color: #F4FBFF;
}
html#scoped .accounts-center-wrap .controls-desktop .custom-radio input {
  display: none;
}
html#scoped .accounts-center-wrap .controls-desktop .custom-radio input:checked + .button {
  border-color: #0093C1;
  background-color: #F4FBFF;
}
html#scoped .accounts-center-wrap .controls-desktop .custom-radio .button {
  background-color: #EEF0F0;
  border-radius: 12px;
  font-size: 18px;
  color: #0C0E1F;
  line-height: 50px;
  padding: 0 16px;
  cursor: pointer;
  border: 1px solid #EEF0F0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .controls-desktop .custom-radio .button {
    font-size: 16px;
  }
}
html#scoped .accounts-center-wrap .controls-desktop .grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html#scoped .accounts-center-wrap .controls-desktop .input-wrap input {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #EEF0F0;
  background-color: #EEF0F0;
  padding: 0 16px;
  font-size: 18px;
  color: #0C0E1F;
}
html#scoped .accounts-center-wrap .controls-desktop .input-wrap input::-webkit-input-placeholder {
  color: #AEAFB4;
}
html#scoped .accounts-center-wrap .controls-desktop .input-wrap input:-ms-input-placeholder {
  color: #AEAFB4 !important;
}
html#scoped .accounts-center-wrap .controls-desktop .input-wrap input::-moz-placeholder {
  color: #AEAFB4;
}
html#scoped .accounts-center-wrap .controls-desktop .input-wrap input::-ms-input-placeholder {
  color: #AEAFB4;
}
html#scoped .accounts-center-wrap .controls-desktop .input-wrap input::placeholder {
  color: #AEAFB4;
}
html#scoped .accounts-center-wrap .controls-desktop .input-wrap input:focus, html#scoped .accounts-center-wrap .controls-desktop .input-wrap input.active {
  border-color: #0093C1;
}
html#scoped .accounts-center-wrap .controls-desktop .input-wrap input.search {
  padding-left: 44px;
  background-image: url("../../img/Sobo/theme-light/input-search.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 16px center;
}
html#scoped .accounts-center-wrap .controls-desktop .input-wrap.search {
  margin-right: 12px;
}
html#scoped .accounts-center-wrap .controls-desktop .button-submit {
  line-height: 52px;
  height: 52px;
  text-align: center;
  width: 82px;
  min-width: 82px;
  cursor: pointer;
  border-radius: 12px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  background-color: #0093C1;
}
html#scoped .accounts-center-wrap .controls-desktop .button-submit:hover {
  background-color: #006E91;
}
html#scoped .accounts-center-wrap .controls-mobile {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px;
  position: sticky;
  top: 112px;
  background-color: #FFFFFF;
  z-index: 5;
  width: calc(100% + 32px);
  margin-left: -16px;
}
html#scoped .accounts-center-wrap .controls-mobile.alt {
  display: block;
  margin-top: 20px;
}
html#scoped .accounts-center-wrap .controls-mobile.alt .view-control {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .controls-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html#scoped .accounts-center-wrap .controls-mobile.alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
  }
  html#scoped .accounts-center-wrap .controls-mobile.alt .view-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html#scoped .accounts-center-wrap .controls-mobile .filter-wrap {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 12px;
  width: calc(100% - 72px);
}
html#scoped .accounts-center-wrap .controls-mobile .filter-wrap .open-filter {
  cursor: pointer;
  width: 20px;
  height: 26px;
  margin-right: 8px;
  background-image: url("../../img/Sobo/theme-light/filter.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  position: relative;
}
html#scoped .accounts-center-wrap .controls-mobile .filter-wrap .open-filter.active .active {
  opacity: 1;
}
html#scoped .accounts-center-wrap .controls-mobile .filter-wrap .open-filter .active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/Sobo/theme-light/filter-active.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  opacity: 0;
}
html#scoped .accounts-center-wrap .controls-mobile .filter-wrap .filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
html#scoped .accounts-center-wrap .controls-mobile .filter-wrap .filter-tags .tag {
  padding: 0 8px;
  font-size: 14px;
  color: #0C0E1F;
  background-color: #EEF0F0;
  border-radius: 4px;
  line-height: 26px;
  display: none;
  white-space: nowrap;
  margin-left: 8px;
  height: 26px;
}
html#scoped .accounts-center-wrap .controls-mobile .filter-wrap .filter-tags .tag.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .accounts-center-wrap .controls-mobile .filter-wrap .filter-tags .tag:first-child {
  margin-left: 0;
}
html#scoped .accounts-center-wrap .controls-mobile .filter-wrap .filter-tags .tag .text {
  white-space: nowrap;
}
html#scoped .accounts-center-wrap .controls-mobile .filter-wrap .filter-tags .tag .close {
  margin-left: 2px;
  width: 20px;
  min-width: 20px;
  height: 26px;
  background-image: url("../../img/Sobo/theme-light/tag-clear.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  cursor: pointer;
}
html#scoped .accounts-center-wrap .controls-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 22, 0.8);
  z-index: 11;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .accounts-center-wrap .controls-popup-wrap.active {
  opacity: 1;
  visibility: visible;
}
html#scoped .accounts-center-wrap .controls-popup-wrap.active .popup-content {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content {
  background-color: #FFFFFF;
  width: 100%;
  padding: 32px 24px;
  opacity: 0;
  -webkit-transform: scale(1) translateY(20px);
      -ms-transform: scale(1) translateY(20px);
          transform: scale(1) translateY(20px);
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  padding-top: 40px;
  padding-left: 16px;
  padding-bottom: 16px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-bottom: calc(16px + constant(safe-area-inset-bottom));
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content.active {
  position: absolute;
  left: 0;
  top: 48px;
  height: calc(100% - 48px);
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .reset-filter {
  position: absolute;
  top: 43px;
  right: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .reset-filter:hover {
  color: #11699C;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .title {
  font-size: 24px;
  color: #0C0E1F;
  font-weight: bold;
  margin-bottom: 16px;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap {
  position: relative;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap input {
  width: 100%;
  height: 52px;
  border: 1px solid #EEF0F0;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  color: #0C0E1F;
  background-color: #EEF0F0;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap input::-webkit-input-placeholder {
  color: #AEAFB4;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap input:-ms-input-placeholder {
  color: #AEAFB4 !important;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap input::-moz-placeholder {
  color: #AEAFB4;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap input::-ms-input-placeholder {
  color: #AEAFB4;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap input::placeholder {
  color: #AEAFB4;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap input:focus {
  border-color: #0093C1;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap input.search {
  padding-left: 44px;
  background-image: url("../../img/Sobo/theme-light/input-search.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 16px center;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-buttons .button {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #0093C1;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  width: calc(50% - 4px);
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-buttons .button:hover {
  background-color: #006E91;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-buttons .button.cancel {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-buttons .button.cancel:hover {
  background-color: #B3B4B4;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .group-title {
  margin-top: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #0C0E1F;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-radios {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-radios .custom-radio {
  width: calc(50% - 4px);
  margin-bottom: 8px;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-radios .custom-radio:hover .button {
  background-color: #F4FBFF;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-radios .custom-radio input {
  display: none;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-radios .custom-radio input:checked + .button {
  border-color: #0093C1;
  background-color: #F4FBFF;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-radios .custom-radio input:checked + .button .radio .inner {
  opacity: 1;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-radios .custom-radio .button {
  background-color: #EEF0F0;
  border-radius: 12px;
  font-size: 18px;
  color: #0C0E1F;
  line-height: 50px;
  padding: 0 16px;
  cursor: pointer;
  border: 1px solid #EEF0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-radios .custom-radio .button {
    font-size: 16px;
  }
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-radios .custom-radio .button .radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #D7D7DA;
  margin-right: 8px;
  background-color: #FFFFFF;
  padding: 4px;
  margin-top: 16px;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .flex-radios .custom-radio .button .radio .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0093C1;
  opacity: 0;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap.search {
  position: relative;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap.search .clear-input {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../img/Sobo/theme-light/input-clear.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap.search .clear-input.show {
  opacity: 1;
  visibility: visible;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap.search .clear-input input {
  padding-right: 52px;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap.search .autocomplete-wrap {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
          box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 12px 0;
  padding-right: 12px;
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap.search .autocomplete-wrap.active {
    display: block;
  }
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap.search .autocomplete-wrap .overflow-wrap {
  height: 100%;
  max-height: 200px;
  overflow-y: auto;
}
html#scoped .accounts-center-wrap .controls-popup-wrap .popup-content .input-wrap.search .autocomplete-wrap .option {
  line-height: 24px;
  font-size: 16px;
  padding: 8px 24px;
  color: #0C0E1F;
  cursor: pointer;
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .accounts-center-wrap .reinvest-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .accounts-center-wrap .reinvest-wrap .reinvest {
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
  padding-right: 18px;
  cursor: pointer;
  background-image: url("../../img/Sobo/theme-light/reinvest.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right center;
  text-decoration: none;
}
html#scoped .accounts-center-wrap .reinvest-wrap .reinvest:hover {
  color: #11699C;
  background-image: url("../../img/Sobo/theme-light/reinvest-hover.svg");
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .reinvest-wrap .reinvest {
    line-height: 36px;
  }
}
html#scoped .accounts-center-wrap .text-wrap {
  verflow-x: auto;
  width: 100%;
}
html#scoped .accounts-center-wrap .table-wrap {
  margin-top: 12px;
  width: auto;
}
html#scoped .accounts-center-wrap .table-wrap.mt {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap {
    margin-top: 0;
  }
  html#scoped .accounts-center-wrap .table-wrap.mt {
    margin-top: 16px;
  }
  html#scoped .accounts-center-wrap .table-wrap.alt {
    width: 100%;
    margin-left: 0;
    overflow-x: hidden;
  }
  html#scoped .accounts-center-wrap .table-wrap.alt table tbody tr.toggle-next td {
    padding: 16px 0;
  }
  html#scoped .accounts-center-wrap .table-wrap.alt table tbody tr.toggle-next td:last-child {
    padding-right: 0;
    padding-left: 4px;
  }
  html#scoped .accounts-center-wrap .table-wrap.alt table tbody tr.toggle-next td.mobile-show {
    width: 100%;
  }
  html#scoped .accounts-center-wrap .table-wrap.alt table tbody tr.toggle-next td.mobile-show .info-wrap {
    margin-bottom: 4px;
  }
  html#scoped .accounts-center-wrap .table-wrap.alt table tbody tr.toggle-next td.mobile-show .name {
    font-weight: 500;
    font-size: 16px;
    color: #0C0E1F;
  }
  html#scoped .accounts-center-wrap .table-wrap.alt table tbody tr.toggle-next td.mobile-show .info {
    margin-top: 4px;
    font-size: 14px;
    color: #494A57;
  }
  html#scoped .accounts-center-wrap .table-wrap.alt table tbody tr.toggle-next td.mobile-show .info span.sub {
    color: #AEAFB4;
  }
}
html#scoped .accounts-center-wrap .table-wrap table {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .table-wrap table {
    width: 100.2%;
  }
}
html#scoped .accounts-center-wrap .table-wrap table thead {
  position: sticky;
  top: 188px;
  background-color: #FFFFFF;
  z-index: 3;
}
html#scoped .accounts-center-wrap .table-wrap table thead.alt {
  top: 112px;
}
html#scoped .accounts-center-wrap .table-wrap table thead.alt-fix {
  top: 160px;
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .table-wrap table thead {
    position: static;
  }
}
html#scoped .accounts-center-wrap .table-wrap table thead tr th {
  font-size: 14px;
  color: #494A57;
  font-weight: 400;
  padding: 16px 12px 8px 12px;
  white-space: nowrap;
  vertical-align: top;
}
html#scoped .accounts-center-wrap .table-wrap table thead tr th:first-child {
  padding-left: 4px;
}
html#scoped .accounts-center-wrap .table-wrap table thead tr th:last-child {
  padding-right: 4px;
}
html#scoped .accounts-center-wrap .table-wrap table thead tr th.shrink {
  padding: 16px 6px 8px 6px;
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .table-wrap table thead tr th:first-child {
    position: sticky;
    left: 0;
    background-color: #FFFFFF;
    z-index: 4;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap table thead tr th {
    padding: 0 12px;
  }
  html#scoped .accounts-center-wrap .table-wrap table thead tr th:first-child {
    padding-left: 16px;
  }
  html#scoped .accounts-center-wrap .table-wrap table thead tr th:last-child {
    padding-right: 16px;
  }
  html#scoped .accounts-center-wrap .table-wrap table thead tr th.shrink {
    padding: 0 12px;
  }
}
html#scoped .accounts-center-wrap .table-wrap table thead tr th span.small {
  font-size: 12px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls {
  border-bottom: none;
  background-color: #EEF0F0;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls td {
  padding: 0;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls td:first-child {
  padding-left: 0;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls td:last-child {
  padding-right: 0;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .content {
  display: none;
  position: relative;
  height: 55px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .content .triangle {
  width: 8px;
  height: 4px;
  background-image: url("../../img/Sobo/theme-light/tr-triangle.svg");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center;
  position: sticky;
  top: 0;
  left: calc(50vw - 4px);
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 16px 8px 16px;
  width: 100vw;
  position: sticky;
  top: 0;
  left: 0;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex .control {
  height: 39px;
  font-size: 14px;
  color: #0093C1;
  font-weight: 500;
  padding-top: 18px;
  cursor: pointer;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  width: 50%;
  text-align: center;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex .control:hover {
  color: #11699C;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex .control.sell {
  background-image: url("../../img/Sobo/theme-light/sell.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex .control.sell:hover {
  background-image: url("../../img/Sobo/theme-light/sell-hover.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex .control.change {
  background-image: url("../../img/Sobo/theme-light/edit.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex .control.change:hover {
  background-image: url("../../img/Sobo/theme-light/edit-hover.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex .control.stop {
  background-image: url("../../img/Sobo/theme-light/delete.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex .control.stop:hover {
  background-image: url("../../img/Sobo/theme-light/delete-hover.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex .control.details {
  background-image: url("../../img/Sobo/theme-light/details.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.controls .controls-flex .control.details:hover {
  background-image: url("../../img/Sobo/theme-light/details-hover.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls {
  border-bottom: none;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls td {
  padding: 0;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls td:first-child {
  padding-left: 0;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls td:last-child {
  padding-right: 0;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .content {
  display: none;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap {
  background-color: #EEF0F0;
  border-radius: 12px;
  padding: 16px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content {
  border-bottom: 1px solid #D7D7DA;
  padding: 8px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content:last-child {
  border-bottom: none;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .message {
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  margin-bottom: 8px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .message.error {
  background-color: #FAEDEE;
  color: #4C1111;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .message.error .icon {
  background-image: url("../../img/Sobo/theme-light/error.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .message .icon {
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  margin-right: 8px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .flex-between:last-child {
  margin-bottom: 0;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .flex-between .head {
  font-size: 14px;
  line-height: 21px;
  color: #494A57;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  min-width: 98px;
  margin-right: 8px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .flex-between .head span.small {
  font-size: 12px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .flex-between .value {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #0C0E1F;
  text-align: right;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .flex-between .mid {
  text-align: right;
  padding-right: 8px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .wrap .info-content .flex-between .end {
  text-align: right;
  width: 90px;
  max-width: 90px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 16px 8px 16px;
  margin-top: 16px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex .control {
  height: 39px;
  font-size: 14px;
  color: #0093C1;
  font-weight: 500;
  padding-top: 18px;
  cursor: pointer;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  width: 50%;
  text-align: center;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex .control:hover {
  color: #11699C;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex .control.sell {
  background-image: url("../../img/Sobo/theme-light/sell.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex .control.sell:hover {
  background-image: url("../../img/Sobo/theme-light/sell-hover.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex .control.change {
  background-image: url("../../img/Sobo/theme-light/edit.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex .control.change:hover {
  background-image: url("../../img/Sobo/theme-light/edit-hover.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex .control.stop {
  background-image: url("../../img/Sobo/theme-light/delete.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex .control.stop:hover {
  background-image: url("../../img/Sobo/theme-light/delete-hover.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex .control.details {
  background-image: url("../../img/Sobo/theme-light/details.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.compact-controls .controls-flex .control.details:hover {
  background-image: url("../../img/Sobo/theme-light/details-hover.svg");
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next {
  border-top: 1px solid #D7D7DA;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next:first-child {
  border-top: none;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next.active + .controls + .compact-controls + .toggle-next {
  border-color: #FFFFFF;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next.border {
  border-bottom: 1px solid #D7D7DA;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next.border:last-child {
  border-bottom: none;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td {
  padding: 10px 12px;
  color: #0C0E1F;
  font-weight: 400;
  font-size: 16px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td:first-child {
  padding-left: 4px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td:last-child {
  padding-right: 4px;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td.narrow {
  width: 1%;
}
html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td.shrink {
  padding: 10px 6px;
}
@media screen and (max-width: 1330px) {
  html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td.narrow {
    max-width: 180px !important;
  }
}
@media screen and (max-width: 1279px) {
    html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td:first-child {
        position: sticky;
        left: 0;
        background-color: #FFFFFF;
        z-index: 4;
        transform: translateZ(0);
    }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td {
    padding: 8px 12px;
  }
  html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td:first-child {
    padding-left: 16px;
  }
  html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td:last-child {
    padding-right: 16px;
  }
  html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td.shrink {
    padding: 8px 12px;
  }
  html#scoped .accounts-center-wrap .table-wrap table tbody tr.toggle-next td.narrow {
    max-width: 190px !important;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap .mobile-hide {
    display: none;
  }
}
html#scoped .accounts-center-wrap .table-wrap .mobile-show {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap .mobile-show {
    display: table-cell;
  }
}
html#scoped .accounts-center-wrap .table-wrap .compact-show {
  display: none;
}
html#scoped .accounts-center-wrap .table-wrap .control {
  white-space: nowrap;
  padding: 0 12px;
  font-size: 16px;
  color: #0093C1;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}
html#scoped .accounts-center-wrap .table-wrap .control:hover {
  color: #11699C;
}
html#scoped .accounts-center-wrap .table-wrap .info-wrap {
  text-decoration: none;
}
html#scoped .accounts-center-wrap .table-wrap .info-wrap .name {
  font-size: 16px;
  color: #0C0E1F;
  font-weight: 500;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
html#scoped .accounts-center-wrap .table-wrap .info-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .accounts-center-wrap .table-wrap .info-wrap .info.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped .accounts-center-wrap .table-wrap .info-wrap .info .tag {
  padding: 0 4px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 21px;
  margin-right: 4px;
  margin-top: 2px;
}
html#scoped .accounts-center-wrap .table-wrap .info-wrap .info .tag.tw {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
html#scoped .accounts-center-wrap .table-wrap .info-wrap .info .tag.us {
  background-color: #8DB4FF;
  color: #FFFFFF;
}
html#scoped .accounts-center-wrap .table-wrap .info-wrap .info .tag.success {
  background-color: #F4FBFF;
  color: #0093C1;
}
html#scoped .accounts-center-wrap .table-wrap .info-wrap .info .tag.fail {
  background-color: #FAEDEE;
  color: #EB4751;
}
@media screen and (max-width: 1023px) {
  html#scoped .accounts-center-wrap .table-wrap .info-wrap .info .tag {
    line-height: 18px;
    font-size: 12px;
  }
}
html#scoped .accounts-center-wrap .table-wrap .info-wrap .info .code {
  font-size: 14px;
  color: #494A57;
  line-height: 21px;
}
html#scoped .accounts-center-wrap .table-wrap span.inline.d {
  display: inline;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap span.inline.d {
    display: none;
  }
  html#scoped .accounts-center-wrap .table-wrap span.inline.d.compact {
    display: inline;
  }
}
html#scoped .accounts-center-wrap .table-wrap .w200 {
  width: 200px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap .w200 {
    width: 120px;
  }
}
html#scoped .accounts-center-wrap .table-wrap .w180 {
  width: 180px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap .w180 {
    width: 120px;
  }
}
html#scoped .accounts-center-wrap .table-wrap .w130 {
  width: 130px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap .w130 {
    width: 120px;
  }
}
html#scoped .accounts-center-wrap .table-wrap .w110 {
  width: 110px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap .w110 {
    width: 120px;
  }
}
html#scoped .accounts-center-wrap .table-wrap .button.open {
  padding: 8px 12px;
  font-weight: 500;
  background-color: #0093C1;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  border-radius: 8px;
}
html#scoped .accounts-center-wrap .table-wrap .button.open:hover {
  background-color: #006E91;
}
html#scoped .accounts-center-wrap .table-wrap .button.close {
  padding: 8px 12px;
  font-weight: 500;
  background-color: #EEF0F0;
  color: #0C0E1F;
  cursor: pointer;
  display: inline-block;
  border-radius: 8px;
}
html#scoped .accounts-center-wrap .table-wrap .button.close:hover {
  background-color: #B3B4B4;
}
html#scoped .accounts-center-wrap .table-wrap:not(.compact) table tbody tr.toggle-next td {
  max-width: 242px;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap:not(.compact) table tbody tr.toggle-next td {
    min-width: 80px;
    max-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .table-wrap:not(.compact) table tbody tr.toggle-next td.dates {
    min-width: 190px;
  }
}
html#scoped .accounts-center-wrap .table-wrap.compact {
  margin-left: 0;
  width: 100%;
  overflow: hidden;
}
html#scoped .accounts-center-wrap .table-wrap.compact table {
  width: 100%;
}
html#scoped .accounts-center-wrap .table-wrap.compact table .compact-hide {
  display: none;
}
html#scoped .accounts-center-wrap .table-wrap.compact table .compact-show {
  display: table-cell;
}
html#scoped .accounts-center-wrap .table-wrap.compact table .compact-show .arrow {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url("../../img/Sobo/theme-light/table-arrow.svg");
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
html#scoped .accounts-center-wrap .table-wrap.compact table tr.active .arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .table-wrap.compact table thead tr th {
    padding: 0 4px;
  }
  html#scoped .accounts-center-wrap .table-wrap.compact table thead tr th:first-child {
    position: static;
    padding-left: 0;
  }
  html#scoped .accounts-center-wrap .table-wrap.compact table thead tr th:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped .accounts-center-wrap .table-wrap.compact table tbody tr.toggle-next td {
    padding: 8px 4px;
  }
  html#scoped .accounts-center-wrap .table-wrap.compact table tbody tr.toggle-next td:first-child {
    position: static;
    padding-left: 0;
  }
  html#scoped .accounts-center-wrap .table-wrap.compact table tbody tr.toggle-next td:last-child {
    padding-right: 0;
  }
  html#scoped .accounts-center-wrap .table-wrap.compact table tbody tr.toggle-next td.narrow {
    width: auto;
  }
}
html#scoped .accounts-center-wrap .table-wrap.compact .tr-group {
  display: none;
}
html#scoped .accounts-center-wrap .table-wrap.compact .tr-group.active {
  display: block;
}
html#scoped .accounts-center-wrap .table-wrap.compact .prewrap {
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  html#scoped .accounts-center-wrap .more-wrap {
    padding: 12px 0;
  }
}
html#scoped .accounts-center-wrap table.sp thead tr {
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
}
html#scoped .accounts-center-wrap table.sp thead tr th {
  font-size: 14px;
  font-weight: 500;
  padding: 16px;
  background-color: #F0F0F0;
  color: #494A57;
}
html#scoped .accounts-center-wrap table.sp thead tr th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
html#scoped .accounts-center-wrap table.sp thead tr th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
html#scoped .accounts-center-wrap table.sp tbody tr {
  border-bottom: 1px solid #D7D7DA;
}
html#scoped .accounts-center-wrap table.sp tbody tr:last-child {
  border-bottom: none;
}
html#scoped .accounts-center-wrap table.sp tbody tr td {
  font-size: 16px;
  color: #0C0E1F;
  padding: 16px;
}

.date-range-picker__popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 22, 0.8);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 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: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-range-picker__popup-wrap.active {
  opacity: 1;
  visibility: visible;
}
.date-range-picker__popup-wrap.active .date-range-picker__calendar {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap {
    padding: 0 16px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar {
  width: 500px;
  border-radius: 12px;
  background-color: #FFFFFF;
  color: #0C0E1F;
  border: 1px solid #FFFFFF;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar {
    width: 100%;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__month .date-range-picker__calendar__month__control {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__month .date-range-picker__calendar__month__control.prev {
  background-image: url("../../img/Sobo/theme-light/calender-prev.svg");
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__month .date-range-picker__calendar__month__control.next {
  background-image: url("../../img/Sobo/theme-light/calender-next.svg");
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__month .date-range-picker__calendar__month__control {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__month .date-range-picker__calendar__month__text {
  line-height: 60px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__month .date-range-picker__calendar__month__text {
    font-size: 16px;
    line-height: 56px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 46px;
  background-color: #F0F0F0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__week {
    font-size: 16px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__week .date-range-picker__calendar__week__day {
  width: 14.2857%;
  text-align: center;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__week .date-range-picker__calendar__week__day:first-child {
  padding-left: 12px;
  width: calc(14.2857% + 12px);
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__week .date-range-picker__calendar__week__day:last-child {
  padding-right: 12px;
  width: calc(14.2857% + 12px);
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body {
  padding-top: 10px;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day {
  width: 14.2857%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
  position: relative;
  cursor: pointer;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day:first-child {
  padding-left: 12px;
  width: calc(14.2857% + 12px);
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day:first-child .dot {
  left: calc(50% + 6px);
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day:last-child {
  padding-right: 12px;
  width: calc(14.2857% + 12px);
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day:last-child .dot {
  left: calc(50% - 6px);
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.today .date {
  color: #0093C1;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.today .dot {
  display: block;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.start .date, .date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.end .date {
  background-color: #0093C1;
  color: #FFFFFF;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.start .dot, .date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.end .dot {
  background-color: #FFFFFF;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.start.has-end .range-background {
  display: block;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.end .range-background {
  display: block;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.disabled {
  cursor: default;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.disabled .date {
  display: none;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.disabled:hover .date {
  background-color: #FFFFFF;
  color: #0C0E1F;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.inbetween .range-background {
  display: block;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.start .range-background {
  width: 50%;
  left: 50%;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date-range-picker__calendar__body__week__day.end .range-background {
  width: 50%;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .date {
    font-size: 16px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0093C1;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__body .date-range-picker__calendar__body__week .range-background {
  height: 36px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #EEF0F0;
  display: none;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__footer {
  text-align: center;
  font-size: 18px;
  padding-bottom: 16px;
  opacity: 0;
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__footer.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__footer {
    font-size: 16px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar .date-range-picker__calendar__button {
  line-height: 56px;
  text-align: center;
  background-color: #0093C1;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap.active, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control.prev, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control.prev, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control.prev, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control.prev, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control.prev, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control.prev, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control.prev, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control.prev {
  background-image: url("../../img/Sobo/theme-light/calender-prev.svg");
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control.next, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control.next, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control.next, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control.next, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control.next, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control.next, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control.next, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control.next {
  background-image: url("../../img/Sobo/theme-light/calender-next.svg");
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control__text {
  line-height: 60px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_month_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_control .date-picker__calendar__choose_year_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_month_control__text, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_control .date-picker__calendar__choose_year_control__text {
    font-size: 16px;
    line-height: 56px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years {
  padding-top: 12px;
  padding-left: 32px;
  padding-right: 32px;
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .row, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .row, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .row, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year {
  font-size: 18px;
  line-height: 44px;
  cursor: pointer;
  width: 44px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year {
    font-size: 16px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.selected .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.selected .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.selected .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.selected .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.selected .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.selected .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.selected .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.selected .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.selected .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.selected .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.selected .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.selected .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.selected .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.selected .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.selected .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.selected .year {
  background-color: #0093C1;
  color: #FFFFFF;
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.selected.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.selected.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.selected.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.selected.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.selected.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.selected.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.selected.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.selected.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.selected.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.selected.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.selected.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.selected.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.selected.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.selected.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.selected.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.selected.current .year {
  color: #FFFFFF;
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.selected.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.selected.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.selected.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.selected.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.selected.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.selected.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.selected.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.selected.current .dot {
  background-color: #FFFFFF;
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.current .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.current .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.current .year {
  color: #0093C1;
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month.current .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year.current .dot {
  display: block;
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year .year {
  border-radius: 50%;
  height: 44px;
  width: 44px;
}
@media screen and (max-width: 767px) {
  .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month .year, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year .month, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year .year {
    font-size: 16px;
  }
}
.date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_month_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_month_month .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_month_months .date-range-picker__calendar__choose_year_year .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_month_month .dot, .date-range-picker__popup-wrap .date-range-picker__calendar__choose_year_wrap .date-range-picker__calendar__choose_year_years .date-range-picker__calendar__choose_year_year .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0093C1;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.input-wrap.date-range {
  position: relative;
}
.input-wrap.date-range .facade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

input.custom-date-range {
  cursor: pointer;
  background-image: url("../../img/Sobo/theme-light/input-calender.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
}
@media screen and (max-width: 1023px) {
  input.custom-date-range {
    font-size: 16px !important;
  }
}

.controls-popup-wrap .input-wrap.date-range {
  display: none;
}
.controls-popup-wrap .input-wrap.date-range.active {
  display: block;
}

.dates-picker__popup-wrap, .dates-picker__popup-wrap-us {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 4, 22, 0.8);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 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: center;
      -ms-flex-align: center;
          align-items: center;
}
.dates-picker__popup-wrap.active, .dates-picker__popup-wrap-us.active {
  opacity: 1;
  visibility: visible;
}
.dates-picker__popup-wrap.active .dates-picker__calendar, .dates-picker__popup-wrap-us.active .dates-picker__calendar {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .dates-picker__popup-wrap, .dates-picker__popup-wrap-us {
    padding: 0 16px;
  }
}
.dates-picker__popup-wrap .dates-picker__calendar, .dates-picker__popup-wrap-us .dates-picker__calendar {
  width: 500px;
  border-radius: 12px;
  background-color: #FFFFFF;
  color: #0C0E1F;
  border: 1px solid #FFFFFF;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 500ms cubic-bezier(0.68, 0, 0.265, 1);
  position: relative;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .dates-picker__popup-wrap .dates-picker__calendar, .dates-picker__popup-wrap-us .dates-picker__calendar {
    width: 100%;
  }
}
.dates-picker__popup-wrap .dates-picker__calendar .title, .dates-picker__popup-wrap-us .dates-picker__calendar .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #0C0E1F;
}
.dates-picker__popup-wrap .dates-picker__calendar .info-flex, .dates-picker__popup-wrap-us .dates-picker__calendar .info-flex {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #0C0E1F;
}
.dates-picker__popup-wrap .dates-picker__calendar .info-flex span, .dates-picker__popup-wrap-us .dates-picker__calendar .info-flex span {
  color: #0093C1;
}
.dates-picker__popup-wrap .dates-picker__calendar .error-message, .dates-picker__popup-wrap-us .dates-picker__calendar .error-message {
  text-align: center;
  color: #EB4751;
  margin-top: 2px;
  font-size: 14px;
  display: none;
}
.dates-picker__popup-wrap .dates-picker__calendar .error-message.active, .dates-picker__popup-wrap-us .dates-picker__calendar .error-message.active {
  display: block;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body {
    padding-top: 8px;
  }
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .dates-picker__calendar__body__week__day, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .dates-picker__calendar__body__week__day {
  width: 14.2857%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
  position: relative;
  cursor: pointer;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .dates-picker__calendar__body__week__day.disabled, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .dates-picker__calendar__body__week__day.disabled {
  cursor: default;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .dates-picker__calendar__body__week__day.active .date, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .dates-picker__calendar__body__week__day.active .date {
  background-color: #0093C1;
  color: #FFFFFF;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .dates-picker__calendar__body__week__day.active .dot, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .dates-picker__calendar__body__week__day.active .dot {
  background-color: #FFFFFF;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .date, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .date {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .date, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .date {
    font-size: 16px;
  }
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .dot, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0093C1;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .range-background, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__body .dates-picker__calendar__body__week .range-background {
  height: 36px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #EEF0F0;
  display: none;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__button, .dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__button-us, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__button, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__button-us {
  line-height: 56px;
  text-align: center;
  background-color: #0093C1;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__button:hover, .dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__button-us:hover, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__button:hover, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__button-us:hover {
  background-color: #006E91;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__more-options, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__more-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  padding: 0 24px;
  padding-bottom: 8px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__more-options, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__more-options {
    margin-top: 16px;
  }
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__more-options .dates-picker__calendar__option, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__more-options .dates-picker__calendar__option {
  cursor: pointer;
  color: #0093C1;
  font-weight: 500;
  font-size: 18px;
}
.dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__more-options .dates-picker__calendar__option:hover, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__more-options .dates-picker__calendar__option:hover {
  color: #11699C;
}
@media screen and (max-width: 1023px) {
  .dates-picker__popup-wrap .dates-picker__calendar .dates-picker__calendar__more-options .dates-picker__calendar__option, .dates-picker__popup-wrap-us .dates-picker__calendar .dates-picker__calendar__more-options .dates-picker__calendar__option {
    font-size: 16px;
  }
}
.dates-picker__popup-wrap .flex-checkboxes, .dates-picker__popup-wrap-us .flex-checkboxes {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
  margin-bottom: -8px;
}
.dates-picker__popup-wrap .flex-checkboxes .custom-checkbox, .dates-picker__popup-wrap-us .flex-checkboxes .custom-checkbox {
  width: calc(33.33% - 4px);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .dates-picker__popup-wrap .flex-checkboxes .custom-checkbox, .dates-picker__popup-wrap-us .flex-checkboxes .custom-checkbox {
    width: calc(50% - 4px);
  }
}
.dates-picker__popup-wrap .flex-checkboxes .custom-checkbox input, .dates-picker__popup-wrap-us .flex-checkboxes .custom-checkbox input {
  display: none;
}
.dates-picker__popup-wrap .flex-checkboxes .custom-checkbox input:checked + .button, .dates-picker__popup-wrap-us .flex-checkboxes .custom-checkbox input:checked + .button {
  border-color: #0093C1;
  background-color: #F4FBFF;
}
.dates-picker__popup-wrap .flex-checkboxes .custom-checkbox input:checked + .button .checkbox, .dates-picker__popup-wrap-us .flex-checkboxes .custom-checkbox input:checked + .button .checkbox {
  background-color: #0093C1;
  background-image: url("../../img/Sobo/theme-light/check.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.dates-picker__popup-wrap .flex-checkboxes .custom-checkbox .button, .dates-picker__popup-wrap-us .flex-checkboxes .custom-checkbox .button {
  background-color: #EEF0F0;
  border-radius: 12px;
  font-size: 18px;
  color: #0C0E1F;
  line-height: 50px;
  padding-left: 16px;
  cursor: pointer;
  border: 1px solid #EEF0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dates-picker__popup-wrap .flex-checkboxes .custom-checkbox .button, .dates-picker__popup-wrap-us .flex-checkboxes .custom-checkbox .button {
    font-size: 16px;
  }
}
.dates-picker__popup-wrap .flex-checkboxes .custom-checkbox .button .checkbox, .dates-picker__popup-wrap-us .flex-checkboxes .custom-checkbox .button .checkbox {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #D7D7DA;
  margin-right: 8px;
  background-color: #FFFFFF;
  padding: 4px;
  margin-top: 16px;
}

html#scoped #stock-tw, html#scoped #stock-us, html#scoped #etf-tw, html#scoped #etf-us {
  background-color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  html#scoped #stock-tw, html#scoped #stock-us, html#scoped #etf-tw, html#scoped #etf-us {
    background-color: #FFFFFF;
  }
}
html#scoped img.desktop {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped img.desktop.alt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html#scoped img.desktop {
    display: none;
  }
}
html#scoped img.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped img.mobile.alt {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html#scoped img.mobile {
    display: block;
    width: 100%;
  }
}
html#scoped .product-center-wrap {
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap {
    padding-top: 28px;
    padding-bottom: 16px;
  }
}
html#scoped .product-center-wrap .top-content-wrap {
  padding: 0 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap {
    padding: 0 16px;
    margin-bottom: 21px;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap.flex {
    display: block;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .name {
  font-size: 28px;
  color: #0C0E1F;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .name {
    font-size: 20px;
    font-weight: bold;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .tags {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .tags {
    margin-top: 6px;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .tags .tag {
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 4px;
  background-color: #EEF0F0;
  font-size: 16px;
  color: #0C0E1F;
  line-height: 28px;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .tags .tag {
    padding: 0 4px;
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .wrap .updated {
    display: none;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .v-end {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .v-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .v-end .updated {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .v-end .updated {
    display: block;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .more-info {
    margin-top: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item {
  text-align: right;
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item:first-child {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .title {
  padding: 0 8px;
  font-size: 16px;
  color: #494A57;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .title {
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  color: #0C0E1F;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value.bull {
  color: #EB4751;
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value.bull .change .icon {
  background-image: url("../../img/Sobo/theme-light/number-bull.svg");
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value.bear {
  color: #00A59B;
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value.bear .change .icon {
  background-image: url("../../img/Sobo/theme-light/number-bear.svg");
}
@media screen and (max-width: 1023px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value {
    margin-top: 2px;
  }
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value.fs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value .num {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value .num {
    font-size: 20px;
    line-height: 22px;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value .change {
  font-size: 18px;
  line-height: 30px;
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value .change {
    line-height: 22px;
    font-size: 14px;
  }
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .item .value .change .icon {
  margin: 0 2px;
  width: 12px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .updated {
  font-size: 14px;
  color: #AEAFB4;
  line-height: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .stock-info-wrap .updated {
    margin-top: 12px;
    line-height: 28px;
  }
}
html#scoped .product-center-wrap .top-content-wrap .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .top-content-wrap .flex-between {
    margin-top: 12px;
  }
}
html#scoped .product-center-wrap .top-content-wrap .flex-between .updated {
  font-size: 14px;
  color: #AEAFB4;
  line-height: 24px;
}
html#scoped .product-center-wrap .top-content-wrap .flex-between .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
}
html#scoped .product-center-wrap .top-content-wrap .flex-between .link .t {
  margin-right: 4px;
}
html#scoped .product-center-wrap .top-content-wrap .flex-between .link .icon {
  height: 24px;
  width: 16px;
  min-width: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/Sobo/theme-light/link-angle.svg");
}
html#scoped .product-center-wrap .page-content-wrap {
  border-radius: 16px;
  background-color: #FFFFFF;
  padding-top: 24px;
  -webkit-box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
          box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .page-content-wrap {
    border-radius: 0;
    padding: 0;
    margin-bottom: 24px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
html#scoped .product-center-wrap .page-content-wrap .flex-tab-links {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .page-content-wrap .flex-tab-links {
    margin-top: 12px;
    padding: 0 4px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
html#scoped .product-center-wrap .page-content-wrap .flex-tab-links .link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  font-size: 20px;
  color: #494A57;
  cursor: pointer;
  position: relative;
}
html#scoped .product-center-wrap .page-content-wrap .flex-tab-links .link.active, html#scoped .product-center-wrap .page-content-wrap .flex-tab-links .link:hover {
  color: #0C0E1F;
  font-weight: bold;
}
html#scoped .product-center-wrap .page-content-wrap .flex-tab-links .link.active .underline, html#scoped .product-center-wrap .page-content-wrap .flex-tab-links .link:hover .underline {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .page-content-wrap .flex-tab-links .link {
    font-size: 18px;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    padding: 0 12px;
  }
  html#scoped .product-center-wrap .page-content-wrap .flex-tab-links .link:last-child {
    margin-right: 0;
  }
}
html#scoped .product-center-wrap .page-content-wrap .flex-tab-links .link .underline {
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #0C0E1F;
  border-radius: 2px;
  opacity: 0;
}
html#scoped .product-center-wrap .page-content-wrap .tab-links-underline {
  height: 1px;
  background-color: #D7D7DA;
}
html#scoped .product-center-wrap .page-content-wrap .page-content {
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .page-content-wrap .page-content {
    padding: 0;
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .page-content-wrap .page-content.alt .tab-content {
    padding: 0 16px;
  }
}
html#scoped .product-center-wrap .page-content-wrap .page-content .tab-content {
  display: none;
}
html#scoped .product-center-wrap .page-content-wrap .page-content .tab-content.active {
  display: block;
}
html#scoped .product-center-wrap .page-content-wrap .empty .image-wrap {
  width: 200px;
  margin: 0 auto;
}
html#scoped .product-center-wrap .page-content-wrap .empty .text-wrap {
  text-align: center;
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #494A57;
}
html#scoped .product-center-wrap .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-buttons {
    padding: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #FFFFFF;
  }
}
html#scoped .product-center-wrap .flex-buttons .button {
  line-height: 46px;
  border: 1px solid #0093C1;
  color: #0093C1;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  width: 212px;
  border-radius: 12px;
  margin: 0 16px;
}
html#scoped .product-center-wrap .flex-buttons .button:hover {
  background-color: #0093C1;
  color: #FFFFFF;
}
html#scoped .product-center-wrap .flex-buttons .button.next {
  background-color: #0093C1;
  border-color: #0093C1;
  color: #FFFFFF;
}
html#scoped .product-center-wrap .flex-buttons .button.next:hover {
  background-color: #006E91;
  border-color: #006E91;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-buttons .button {
    width: calc(50% - 4px);
    margin: 0;
  }
}
html#scoped .product-center-wrap .flex-yields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-yields {
    padding: 0 16px;
    margin-top: -12px;
  }
}
html#scoped .product-center-wrap .flex-yields .item {
  width: calc(33.33% - 16px);
  margin-top: 32px;
  border-radius: 12px;
  height: 158px;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(rgba(245, 247, 247, 0.2)));
  background: linear-gradient(180deg, #F0F0F0 0%, rgba(245, 247, 247, 0.2) 100%);
}
html#scoped .product-center-wrap .flex-yields .item.bull {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAEDEE), to(rgba(250, 237, 238, 0.2)));
  background: linear-gradient(180deg, #FAEDEE 0%, rgba(250, 237, 238, 0.2) 100%);
}
html#scoped .product-center-wrap .flex-yields .item.bull .info-flex .text, html#scoped .product-center-wrap .flex-yields .item.bull .info-flex .small {
  color: #EB4751;
}
html#scoped .product-center-wrap .flex-yields .item.bear {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3.67%, #EBF8F7), to(rgba(235, 248, 247, 0.2)));
  background: linear-gradient(180deg, #EBF8F7 3.67%, rgba(235, 248, 247, 0.2) 100%);
}
html#scoped .product-center-wrap .flex-yields .item.bear .info-flex .text, html#scoped .product-center-wrap .flex-yields .item.bear .info-flex .small {
  color: #00A59B;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-yields .item {
    width: calc(33.33% - 6px);
    margin-top: 12px;
    height: 100px;
  }
}
html#scoped .product-center-wrap .flex-yields .item .title {
  text-align: center;
  font-size: 20px;
  color: #494A57;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-yields .item .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
html#scoped .product-center-wrap .flex-yields .item .info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped .product-center-wrap .flex-yields .item .info-flex .bear-icon, html#scoped .product-center-wrap .flex-yields .item .info-flex .bull-icon {
  width: 24px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-yields .item .info-flex .bear-icon, html#scoped .product-center-wrap .flex-yields .item .info-flex .bull-icon {
    width: 16px;
  }
}
html#scoped .product-center-wrap .flex-yields .item .info-flex .text {
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-yields .item .info-flex .text {
    font-size: 18px;
    line-height: 28px;
  }
}
html#scoped .product-center-wrap .flex-yields .item .info-flex .small {
  font-size: 28px;
  font-weight: 500;
  margin-left: 4px;
  line-height: 42px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-yields .item .info-flex .small {
    font-size: 18px;
    line-height: 28px;
  }
}
html#scoped .product-center-wrap .flex-dividends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  html#scoped .product-center-wrap .flex-dividends.alt {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends {
    display: block;
    padding: 0 16px;
  }
}
html#scoped .product-center-wrap .flex-dividends .graph {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  html#scoped .product-center-wrap .flex-dividends .graph.alt {
    margin-right: 0;
    width: 100%;
  }
  html#scoped .product-center-wrap .flex-dividends .graph.alt img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .graph {
    margin-right: 0;
    margin-top: 12px;
  }
}
html#scoped .product-center-wrap .flex-dividends .info {
  width: 320px;
  min-width: 320px;
}
html#scoped .product-center-wrap .flex-dividends .info.pie {
  width: 644px;
  min-width: 644px;
}
@media screen and (max-width: 1023px) {
  html#scoped .product-center-wrap .flex-dividends .info.pie {
    margin-top: 16px;
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info {
    width: 100%;
    min-width: 100%;
    margin-top: 12px;
  }
  html#scoped .product-center-wrap .flex-dividends .info.pie {
    width: 100%;
    min-width: 100%;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .pie-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: #494A57;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .pie-info {
    font-size: 13px;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .scroll-wrap {
  overflow-y: auto;
  max-height: 300px;
}
html#scoped .product-center-wrap .flex-dividends .info .scroll-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html#scoped .product-center-wrap .flex-dividends .info .scroll-wrap::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #D7D8DA;
}
html#scoped .product-center-wrap .flex-dividends .info .scroll-wrap::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .scroll-wrap {
    max-height: unset;
    overflow-y: unset;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .scroll-wrap .toggle-target {
  display: none;
}
html#scoped .product-center-wrap .flex-dividends .info .toggle-target {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
  display: none;
}
html#scoped .product-center-wrap .flex-dividends .info .row-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  background-color: #F0F0F0;
  border-radius: 12px;
  font-size: 16px;
  color: #494A57;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .row-head {
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .row {
  font-size: 16px;
  color: #494A57;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .row {
    line-height: 42px;
    font-size: 14px;
    padding: 0 12px;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-last-child(2) .text {
  border-bottom: none;
}
html#scoped .product-center-wrap .flex-dividends .info .row.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
html#scoped .product-center-wrap .flex-dividends .info .row.active .text {
  border-bottom: none;
}
html#scoped .product-center-wrap .flex-dividends .info .row.active .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
html#scoped .product-center-wrap .flex-dividends .info .row.hovered {
  background-color: #F4FBFF;
}
html#scoped .product-center-wrap .flex-dividends .info .row.hovered + .toggle-target {
  background-color: #F4FBFF;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+1) .dot {
  background-color: #2B76AB;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+2) .dot {
  background-color: #60A9A5;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+3) .dot {
  background-color: #394184;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+4) .dot {
  background-color: #A9C8DA;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+5) .dot {
  background-color: #00647A;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+6) .dot {
  background-color: #6A4BC0;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+7) .dot {
  background-color: #8DB4FF;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+8) .dot {
  background-color: #AC58D3;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+9) .dot {
  background-color: #6EA0C6;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+10) .dot {
  background-color: #1D537F;
}
html#scoped .product-center-wrap .flex-dividends .info .row:nth-of-type(11n+11) .dot {
  background-color: #4C5071;
}
html#scoped .product-center-wrap .flex-dividends .info .row.last .text {
  border-top: 1px solid #D7D7DA;
  border-bottom: none;
}
html#scoped .product-center-wrap .flex-dividends .info .inner-row {
  font-size: 16px;
  color: #494A57;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}
html#scoped .product-center-wrap .flex-dividends .info .inner-row:first-child {
  padding-top: 0;
}
html#scoped .product-center-wrap .flex-dividends .info .inner-row:last-child .text {
  border-bottom: none;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .inner-row {
    line-height: 36px;
    font-size: 14px;
    padding: 0 12px;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .inner-row .text.left {
  padding-left: 8px;
}
html#scoped .product-center-wrap .flex-dividends .info .text {
  padding: 0 4px;
  white-space: nowrap;
  border-bottom: 1px solid #D7D7DA;
}
html#scoped .product-center-wrap .flex-dividends .info .text.left {
  width: 110px;
  min-width: 11px;
  max-width: 110px;
}
html#scoped .product-center-wrap .flex-dividends .info .text.left.alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: unset;
  min-width: unset;
  max-width: unset;
}
html#scoped .product-center-wrap .flex-dividends .info .text.left.alt .t {
  white-space: normal;
  line-height: 24px;
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .text.left.alt .t {
    padding: 8px 0;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .text.left.alt .dot {
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 3px;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .text.left.alt .dot {
    margin-top: 17px;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .text.mid {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  text-align: right;
}
html#scoped .product-center-wrap .flex-dividends .info .text.mid.alt {
  width: 170px;
  min-width: 170px;
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .text.mid {
    width: unset;
    min-width: unset;
    max-width: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  html#scoped .product-center-wrap .flex-dividends .info .text.mid.alt {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .text.right {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  text-align: right;
}
html#scoped .product-center-wrap .flex-dividends .info .text.right.alt {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .text.right.alt {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .text.end {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .text.end {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
  }
}
html#scoped .product-center-wrap .flex-dividends .info .text .icon {
  width: 24px;
  height: 50px;
  background-image: url("../../img/Sobo/theme-light/footer-chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .info .text .icon {
    height: 42px;
    width: 20px;
  }
}
html#scoped .product-center-wrap .flex-dividends .yields {
  border-radius: 12px;
  height: 112px;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4FBFF), to(rgba(245, 247, 247, 0.2)));
  background: linear-gradient(180deg, #F4FBFF 0%, rgba(245, 247, 247, 0.2) 100%);
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .yields {
    height: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
html#scoped .product-center-wrap .flex-dividends .yields.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .yields.desktop {
    display: none;
  }
}
html#scoped .product-center-wrap .flex-dividends .yields.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .yields.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html#scoped .product-center-wrap .flex-dividends .yields .title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped .product-center-wrap .flex-dividends .yields .title {
  text-align: center;
  font-size: 18px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .yields .title {
    font-size: 16px;
    line-height: 48px;
  }
}
html#scoped .product-center-wrap .flex-dividends .yields .info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .yields .info-flex {
    margin-top: 0;
    margin-left: 8px;
  }
}
html#scoped .product-center-wrap .flex-dividends .yields .info-flex .text {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .yields .info-flex .text {
    line-height: 48px;
    font-size: 20px;
  }
}
html#scoped .product-center-wrap .flex-dividends .yields .info-flex .small {
  font-size: 18px;
  font-weight: bold;
  margin-left: 2px;
  line-height: 34px;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-dividends .yields .info-flex .small {
    line-height: 48px;
    font-size: 16px;
  }
}
html#scoped .product-center-wrap .flex-basic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-basic-info {
    display: block;
    padding: 0 16px;
  }
}
html#scoped .product-center-wrap .flex-basic-info .row-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
  background-color: #F0F0F0;
  border-radius: 12px;
  font-size: 16px;
  color: #494A57;
  line-height: 48px;
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-basic-info .row-head {
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    width: 100%;
  }
  html#scoped .product-center-wrap .flex-basic-info .row-head.last {
    display: none;
  }
}
html#scoped .product-center-wrap .flex-basic-info .row {
  font-size: 16px;
  color: #494A57;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-basic-info .row {
    padding: 0 12px;
    font-size: 14px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-basic-info .row.last:nth-last-child(2) .text {
    border-bottom: 1px solid #D7D7DA;
  }
}
html#scoped .product-center-wrap .flex-basic-info .row.last .text {
  border-bottom: none;
}
html#scoped .product-center-wrap .flex-basic-info .row .text {
  border-bottom: 1px solid #D7D7DA;
  line-height: 28px;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-basic-info .row .text {
    line-height: 24px;
    padding: 8px 0;
  }
}
html#scoped .product-center-wrap .flex-basic-info .row .text.left {
  white-space: nowrap;
  padding-left: 8px;
  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-right: 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-basic-info .row .text.left {
    padding-left: 0;
  }
}
html#scoped .product-center-wrap .flex-basic-info .row .text.right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  padding-right: 8px;
  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 screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-basic-info .row .text.right {
    padding-right: 0;
  }
}
html#scoped .product-center-wrap .graph-note {
  margin-top: 10px;
  font-size: 14px;
  color: #AEAFB4;
}
html#scoped .product-center-wrap .intro {
  font-size: 18px;
  color: #494A57;
}
html#scoped .product-center-wrap .flex-top10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-top10 {
    display: block;
    padding: 0 16px;
  }
}
html#scoped .product-center-wrap .flex-top10 .graph {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 32px;
  max-width: 344px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-top10 .graph {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
html#scoped .product-center-wrap .flex-top10 .info {
  width: 644px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-top10 .info {
    width: 100%;
    margin-top: 16px;
  }
}
html#scoped .product-center-wrap .flex-top10 .info .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #494A57;
  padding: 0 24px;
}
html#scoped .product-center-wrap .flex-top10 .info .flex-row.head {
  background-color: #F0F0F0;
  border-radius: 12px;
}
html#scoped .product-center-wrap .flex-top10 .info .flex-row.head .item {
  border-bottom: none;
}
html#scoped .product-center-wrap .flex-top10 .info .flex-row:last-child .item {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-top10 .info .flex-row {
    font-size: 14px;
    padding: 0 12px;
  }
}
html#scoped .product-center-wrap .flex-top10 .info .flex-row .item {
  padding: 12px 4px;
  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;
  border-bottom: 1px solid #D7D7DA;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-top10 .info .flex-row .item {
    padding: 8px 4px;
  }
}
html#scoped .product-center-wrap .flex-top10 .info .flex-row .first {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
html#scoped .product-center-wrap .flex-top10 .info .flex-row .mid {
  white-space: nowrap;
  text-align: right;
  min-width: 86px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-top10 .info .flex-row .mid {
    font-size: 16px;
  }
}
html#scoped .product-center-wrap .flex-top10 .info .flex-row .last {
  white-space: nowrap;
  text-align: right;
  min-width: 86px;
}
@media screen and (max-width: 767px) {
  html#scoped .product-center-wrap .flex-top10 .info .flex-row .last {
    font-size: 16px;
  }
}
html#scoped .backtesting .section-title {
  font-size: 20px;
  font-weight: bold;
  color: #0C0E1F;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html#scoped .backtesting .section-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
html#scoped .backtesting .info-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
html#scoped .backtesting .info-wrap .row:last-child {
  margin-bottom: 0;
}
html#scoped .backtesting .info-wrap .row .heading {
  padding-left: 20px;
  background-image: url("../../img/Sobo/theme-light/icon-diamond.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  min-width: 140px;
  margin-right: 12px;
  line-height: 28px;
  color: #494A57;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped .backtesting .info-wrap .row .heading {
    font-size: 14px;
    line-height: 24px;
    background-position: left 4px;
  }
}
html#scoped .backtesting .info-wrap .row .value {
  font-size: 18px;
  font-weight: 500;
  color: #0C0E1F;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  html#scoped .backtesting .info-wrap .row .value {
    font-size: 16px;
    line-height: 24px;
  }
}
html#scoped .backtesting .separator {
  height: 1px;
  background-color: #D7D7DA;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  html#scoped .backtesting .separator {
    margin: 16px 0;
  }
}
html#scoped .backtesting .more-info {
  margin-top: 32px;
  font-size: 14px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .backtesting .more-info {
    margin-top: 16px;
  }
}
html#scoped .backtesting .graph {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .backtesting .graph {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .backtesting .flex-table.desktop {
    display: none;
  }
}
html#scoped .backtesting .flex-table.desktop .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  width: 100%;
}
html#scoped .backtesting .flex-table.desktop .row.head {
  background-color: #F0F0F0;
  border-radius: 12px;
}
html#scoped .backtesting .flex-table.desktop .row.head .item {
  color: #494A57;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
html#scoped .backtesting .flex-table.desktop .row .item {
  font-size: 18px;
  padding: 16px 4px;
  width: 20%;
  text-align: right;
  color: #0C0E1F;
  font-weight: 500;
  line-height: 28px;
}
html#scoped .backtesting .flex-table.desktop .row .item:first-child {
  text-align: left;
}
html#scoped .backtesting .flex-table.desktop .row .item.big {
  font-size: 22px;
}
html#scoped .backtesting .flex-table.desktop .row .item.bull {
  color: #EB4751;
}
html#scoped .backtesting .flex-table.desktop .row .item.bear {
  color: #00A59B;
}
html#scoped .backtesting .flex-table.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .backtesting .flex-table.mobile {
    display: block;
  }
}
html#scoped .backtesting .flex-table.mobile .info-card {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F0F0F0;
  border-radius: 12px;
  margin-bottom: 16px;
}
html#scoped .backtesting .flex-table.mobile .info-card .item {
  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;
  width: 50%;
}
html#scoped .backtesting .flex-table.mobile .info-card .item .title {
  font-size: 14px;
  color: #494A57;
  margin-bottom: 8px;
  text-align: center;
}
html#scoped .backtesting .flex-table.mobile .info-card .item .value {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
html#scoped .backtesting .flex-table.mobile .info-card .item .value.bear {
  color: #00A59B;
}
html#scoped .backtesting .flex-table.mobile .info-card .item .value.bull {
  color: #EB4751;
}
html#scoped .backtesting .flex-table.mobile .info-card .separator {
  width: 1px;
  height: 49px;
  margin-top: 16px;
  margin-left: 4px;
  margin-right: 4px;
}
html#scoped .backtesting .flex-table.mobile .info-row {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px;
}
html#scoped .backtesting .flex-table.mobile .info-row .title {
  font-size: 14px;
  color: #494A57;
  line-height: 24px;
}
html#scoped .backtesting .flex-table.mobile .info-row .value {
  font-size: 16px;
  font-weight: 500;
  color: #0C0E1F;
  line-height: 24px;
}
html#scoped .inner-tabs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  html#scoped .inner-tabs-wrap {
    padding: 0 16px;
  }
}
html#scoped .inner-tabs-wrap .inner-tab {
  width: 68px;
  min-width: 68px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #EEF0F0;
  text-align: center;
  border-radius: 100px;
  background-color: #EEF0F0;
  font-size: 18px;
  color: #494A57;
  margin-right: 12px;
  cursor: pointer;
}
html#scoped .inner-tabs-wrap .inner-tab:hover, html#scoped .inner-tabs-wrap .inner-tab.active {
  font-weight: 500;
  background-color: #F4FBFF;
  border-color: #0093C1;
}
@media screen and (max-width: 767px) {
  html#scoped .inner-tabs-wrap .inner-tab {
    width: 56px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }
}
html#scoped .inner-content {
  display: none;
}
html#scoped .inner-content.active {
  display: block;
}
html#scoped .inner-content .flex-between-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped .inner-content .flex-between-info {
    padding: 0 16px;
  }
}
html#scoped .inner-content .flex-between-info .info-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
html#scoped .inner-content .flex-between-info .info-flex-wrap .text {
  font-size: 18px;
  line-height: 24px;
  color: #494A57;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .inner-content .flex-between-info .info-flex-wrap .text {
    font-size: 16px;
  }
}
html#scoped .inner-content .flex-between-info .info-flex-wrap .change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .inner-content .flex-between-info .info-flex-wrap .change.bull .icon {
  background-image: url("../../img/Sobo/theme-light/number-bull.svg");
}
html#scoped .inner-content .flex-between-info .info-flex-wrap .change.bear .icon {
  background-image: url("../../img/Sobo/theme-light/number-bear.svg");
}
html#scoped .inner-content .flex-between-info .info-flex-wrap .change .icon {
  width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  height: 24px;
}
html#scoped .inner-content .flex-between-info .info-flex-wrap .change .num {
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .inner-content .flex-between-info .info-flex-wrap .change .num {
    font-size: 18px;
  }
}
html#scoped .inner-content .flex-between-info .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
html#scoped .inner-content .flex-between-info .link:hover .text {
  color: #11699C;
}
html#scoped .inner-content .flex-between-info .link:hover .icon {
  background-image: url("../../img/Sobo/theme-light/link-angle-hover.svg");
}
html#scoped .inner-content .flex-between-info .link .text {
  line-height: 24px;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #0093C1;
}
@media screen and (max-width: 767px) {
  html#scoped .inner-content .flex-between-info .link .text {
    font-size: 14px;
  }
}
html#scoped .inner-content .flex-between-info .link .icon {
  width: 16px;
  background-image: url("../../img/Sobo/theme-light/link-angle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
  height: 24px;
}

#system {
  background-color: #FFFFFF;
  min-height: 100vh;
}
#system .system-message-wrap {
  margin: 0 auto;
  padding: 150px 16px;
  width: 407px;
  max-width: 100%;
}
#system .system-message-wrap .image-wrap {
  width: 200px;
  margin: 0 auto;
}
#system .system-message-wrap .image-wrap img {
  display: block;
}
#system .system-message-wrap .t1 {
  margin-top: 48px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  #system .system-message-wrap .t1 {
    margin-top: 24px;
  }
}
#system .system-message-wrap .t2 {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
  color: #494A57;
}
#system .system-message-wrap .t3 {
  width: 247px;
  margin: 0 auto;
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
  color: #0C0E1F;
}
#system .system-message-wrap .toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
#system .system-message-wrap .toggler.active .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#system .system-message-wrap .toggler .t4 {
  font-size: 14px;
  color: #494A57;
  cursor: pointer;
}
#system .system-message-wrap .toggler .icon {
  width: 16px;
  background-image: url("../../img/Sobo/theme-light/footer-chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 2px;
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
}
#system .system-message-wrap .toggle-target {
  display: none;
  margin-top: 24px;
  padding: 16px;
  border-radius: 12px;
  background-color: #EEF0F0;
}
#system .system-message-wrap .toggle-target .group {
  margin-bottom: 16px;
}
#system .system-message-wrap .toggle-target .group:last-child {
  margin-bottom: 0;
}
#system .system-message-wrap .toggle-target .t5 {
  font-size: 16px;
  font-weight: bold;
  color: #494A57;
}
#system .system-message-wrap .toggle-target .t6 {
  margin-top: 2px;
  font-size: 14px;
  color: #494A57;
}
#system .system-message-wrap .toggle-target .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#system .system-message-wrap .toggle-target .half {
  width: 50%;
}
#system .system-message-wrap .toggle-target a {
  text-decoration: none;
  font-size: 14px;
  color: #0093C1;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
#system .system-message-wrap .toggle-target a:hover {
  color: #11699C;
}

#instructions {
  background-color: #FFFFFF;
}
    #instructions .top-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 40px;
        margin-bottom: 40px;
    }
@media screen and (max-width: 767px) {
    #instructions .top-links {
        background-color: #FFFFFF;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding-left: 16px;
        padding-top: 12px;
        margin-bottom: 28px;
    }
}
#instructions .top-links .link {
  display: block;
  margin-right: 16px;
  font-size: 28px;
  color: #494A57;
  text-decoration: none;
}
#instructions .top-links .link:last-child {
  margin-right: 0;
}
#instructions .top-links .link.active, #instructions .top-links .link:hover {
  color: #0C0E1F;
  font-weight: bold;
}
#instructions .top-links .link.active .underline, #instructions .top-links .link:hover .underline {
  background-color: #0093C1;
}
@media screen and (max-width: 767px) {
  #instructions .top-links .link {
    font-size: 20px;
    padding-top: 10px;
  }
}
#instructions .top-links .link .underline {
  border-radius: 2px;
  height: 4px;
  margin-top: 8px;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  #instructions .top-links .link .underline {
    margin-top: 4px;
  }
}
#instructions .center-wrap {
  width: 1168px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 24px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  #instructions .center-wrap {
    padding: 0 16px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  #instructions .center-wrap {
    padding-bottom: 32px;
  }
}
#instructions .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#instructions .flex-between .title {
  font-size: 24px;
  font-weight: bold;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  #instructions .flex-between .title {
    font-size: 18px;
  }
}
#instructions .flex-between .title span.blue {
  color: #0093C1;
}
#instructions .flex-between .title span.big {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  #instructions .flex-between .title span.big {
    font-size: 24px;
  }
}
#instructions .flex-between .us-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#instructions .flex-between .us-links .link {
  text-decoration: none;
  display: block;
  margin-left: 8px;
  width: 68px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #EEF0F0;
  border-radius: 42px;
  font-size: 18px;
  color: #494A57;
  background-color: #EEF0F0;
}
#instructions .flex-between .us-links .link:hover, #instructions .flex-between .us-links .link.active {
  color: #0C0E1F;
  font-weight: bold;
  background-color: #F4FBFF;
  border: 1px solid #0093C1;
}
@media screen and (max-width: 767px) {
  #instructions .flex-between .us-links .link {
    width: 56px;
    line-height: 30px;
    font-size: 16px;
  }
}
#instructions .content-wrap {
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
          box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
  background-color: #FFFFFF;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #instructions .content-wrap {
    margin-top: 16px;
    border-radius: 12px;
  }
}
#instructions .flex-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 36px;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 1px solid #D7D7DA;
}
@media screen and (max-width: 767px) {
  #instructions .flex-controls {
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#instructions .tab-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
#instructions .tab-headings .tab-heading {
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
#instructions .tab-headings .tab-heading.active .text, #instructions .tab-headings .tab-heading:hover .text {
  color: #0C0E1F;
  font-weight: bold;
}
#instructions .tab-headings .tab-heading.active .underline, #instructions .tab-headings .tab-heading:hover .underline {
  display: block;
}
@media screen and (max-width: 767px) {
  #instructions .tab-headings .tab-heading {
    margin-right: 16px;
  }
}
#instructions .tab-headings .tab-heading .text {
  font-size: 20px;
  color: #494A57;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #instructions .tab-headings .tab-heading .text {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
#instructions .tab-headings .tab-heading .underline {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #0C0E1F;
  display: none;
}
#instructions .more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
#instructions .more-info:hover .text {
  color: #11699C;
}
@media screen and (max-width: 767px) {
  #instructions .more-info {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
#instructions .more-info .text {
  margin-right: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #0093C1;
  line-height: 41px;
}
@media screen and (max-width: 767px) {
  #instructions .more-info .text {
    margin-right: 2px;
    font-size: 14px;
    line-height: 30px;
  }
}
#instructions .more-info .tooltip-icon {
  width: 20px;
}
@media screen and (max-width: 767px) {
  #instructions .more-info .tooltip-icon {
    width: 16px;
  }
}
#instructions .tab-contents {
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  #instructions .tab-contents {
    padding: 16px 24px;
  }
}
#instructions .tab-contents .tab-content {
  display: none;
}
#instructions .tab-contents .tab-content.active {
  display: block;
}
#instructions .tab-contents .heading {
  font-size: 24px;
  font-weight: bold;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  #instructions .tab-contents .heading {
    font-size: 18px;
  }
}
#instructions .tab-contents .text {
  margin-top: 8px;
  font-size: 18px;
  color: #494A57;
}
#instructions .tab-contents .text.mt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #instructions .tab-contents .text {
    font-size: 16px;
  }
  #instructions .tab-contents .text.mt {
    margin-top: 20px;
  }
}
#instructions .tab-contents img {
  margin-top: 8px;
}
#instructions .tab-contents img.mt {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #instructions .tab-contents img.mt {
    margin-top: 20px;
  }
}

.light-mode {
  display: block;
}

.dark-mode {
  display: none !important;
}