@import url('digical-blessed1.css?z=136');

@import url('digical-blessed2.css?z=136');

@import url('digical-blessed3.css?z=136');

.chartPercentage--val {
  font-size: 26px;
  font-size: 1.73333rem;
  margin: 0;
}

.chartPercentage--val strong {
  font-weight: 500;
}

.chartPercentage--name {
  font-weight: 100;
  font-size: 14px;
  font-size: .93333rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.chartPercentage+.chartValue .chartValue--val,
.chartPercentage+.chartValue .amount-in-chart,
.chartPercentage+.chartValue .label-in-chart,
.chartPercentage+.chartValue+.chartValue .chartValue--val,
.chartPercentage+.chartValue+.chartValue .amount-in-chart,
.chartPercentage+.chartValue+.chartValue .label-in-chart {
  font-size: 20px;
  font-size: 1.33333rem;
}

.InvestmentsTypeOverview .chartValue+.chartValue {
  position: relative;
}

.InvestmentsTypeOverview .chartValue+.chartValue:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  height: 2px;
  width: 40px;
  background-color: #969696;
  display: block;
}

.shiftVertical {
  margin-top: -18px;
}

.shiftLeft {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
  -webkit-animation: slide 0.3s forwards;
  animation: slide 0.3s forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.pieChart .highcharts-tooltip text tspan {
  font-weight: bold;
}

@-webkit-keyframes slide {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.productContracting__colRight {
  float: right;
}

.productContracting__pageheaderWrapper {
  margin-bottom: 25px;
}

.productContracting__colHeader {
  border-bottom: solid 1px #e6e6e6;
}

.productContracting__buttonWrapper {
  margin-top: 20px;
}

.productContractingBody {
  padding-top: 32px;
}

.productContractingBody__inner {
  padding: 0 48px;
}

.productContractingBody__row+.productContractingBody__row {
  margin-top: 32px;
}

.productCard {
  border-radius: 1px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  cursor: pointer;
  position: relative;
}

.productCard::before {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  border-radius: 1px;
  background: #F36F20;
  position: absolute;
  top: 0;
  left: 0;
}

.productCard.panel-payments {
  border-bottom: 0;
}

.productCard__seperator {
  border-bottom: solid 1px #e6e6e6;
}

.productCard__details {
  padding: 40px 32px 32px;
}

.productCard__details--withBg {
  background-image: url("../graphics/savings-images/savingContracting_productCard.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.productCard__details.suggestions {
  padding-bottom: 0;
}

.productCard__details--suggestions {
  padding: 20px 15px 0px;
}

.productCard__detailsTitle {
  margin: 0 0 15px;
  font-size: 18px;
  font-size: 1.2rem;
  color: #262626;
  font-weight: bold;
}

.productCard__detailsTitle.cropped {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}

@media only screen and (min-width: 768px) {
  .productCard__detailsTitle.cropped {
    max-width: 175px;
  }
}

.productCard__detailsList {
  padding: 7px 0;
}

@media only screen and (min-width: 768px) {
  .productCard__detailsList {
    padding: 12px 0;
  }
}

.productCard__detailsList dl {
  margin: 0 !important;
}

.productCard__detailsList+.productCard__detailsList {
  border-top: 1px solid #e6e6e6;
}

.productCard__detailsDescription {
  display: block;
  font-size: 10px;
  font-size: .66667rem;
  color: gray;
}

.productCard__detailsNoDetails {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
}

.productCard__details dl {
  display: table;
  width: 100%;
  margin: 0 0 5px;
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  color: #4c4c4c;
}

.productCard__details dt {
  display: table-cell;
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  color: #4c4c4c;
}

.productCard__details dd {
  display: table-cell;
  color: #30915C;
  text-align: right;
}

.productCardAdd {
  position: relative;
  padding: 20px 32px 20px 60px;
  color: #fff;
  background: #F36F20;
  background: -webkit-linear-gradient(315deg, #F36F20 44%, #F08E00 69%);
  background: linear-gradient(135deg, #F36F20 44%, #F08E00 69%);
}

.productCardAdd__text {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.5;
  color: #fff;
}

.productCardAdd__link {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.productCardAdd__link:hover {
  text-decoration: underline;
}

.productCardAdd .icon {
  position: absolute;
  top: 25px;
  left: 35px;
  font-size: 20px;
  font-size: 1.33333rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.productCardFeatures {
  padding: 30px 55px 40px;
  background-color: #e6e6e6;
}

.productCardFeatures__title {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 500;
  color: #262626;
}

.productCardFeatures .productCardFeature {
  padding: 15px 18px;
}

@media only screen and (max-width: 767px) {
  .productCardFeatures .productCardFeature {
    padding: 15px 0;
  }
}

.productCardFeatures .productCardFeature .active {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
}

.productCardFeatures .productCardFeature .active:before {
  content: '\e667';
  font-family: 'icomoon';
  color: #2b8804;
  padding-top: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding-right: 10px;
  font-size: 20px;
  top: 3px;
}

.productCardFeatures .productCardFeature .not-active {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
}

.productCardFeatures .productCardFeature .not-active:before {
  content: '\e922';
  font-family: 'icomoon';
  color: #DE5B3D;
  padding-top: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  padding-right: 10px;
  font-size: 20px;
  top: 3px;
}

.productCardFeatures .row+.row .productCardFeature {
  border-top: solid 1px #ccc;
}

@media only screen and (max-width: 767px) {
  .productCardFeatures .row+.row .productCardFeature {
    border-top: 0;
  }
}

.detailsList--vertical dt,
.detailsList--vertical dd {
  display: block;
}

.detailsList--vertical dd {
  font-weight: 700;
  margin-bottom: 8px;
  color: #262626;
}

.detailsList--vertical dt {
  font-weight: 400;
}

.detailsList--alignedLeft dt,
.detailsList--alignedLeft dd {
  text-align: left;
}

.detailsList--alignedRight dt,
.detailsList--alignedRight dd {
  text-align: right;
}

.detailsList--smaller {
  font-size: 11px;
  font-size: .73333rem;
  margin-bottom: 6px;
}

.detailsList--smaller dd {
  font-weight: 400;
  color: #4d4d4d;
}

.documentPreviewPanel {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .documentPreviewPanel {
    padding: 0 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .documentPreviewPanel {
    padding: 0 37px;
  }
}

.productListPanel {
  padding: 0;
}

.productListPanel__btn.isActive {
  position: relative;
  background-color: #F36F20;
}

.productListPanel__btn.isActive span[class^='icon'] {
  color: #fff;
}

.productListPanel__btn.isActive:after {
  position: absolute;
  content: '';
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #F36F20;
}

.productListPanel__btn.isApplied {
  background-color: #e6e6e6;
}

.productListHeader__title .productListTitle {
  margin: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  color: #262626;
}

.productListHeader__actions {
  text-align: right;
}

.productListSearch {
  display: inline-block;
}

.productListSearch__bar {
  display: none;
}

.productListSearch__bar.isActive {
  position: relative;
  display: inline-block;
  width: 450px;
  border-radius: 20px;
  border: solid 1px #e6e6e6;
  vertical-align: middle;
  overflow: hidden;
}

.productListSearch__bar input {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 38px;
  background-color: #fff;
  border: none;
  outline: none;
}

.productListSearch__bar input::-webkit-input-placeholder {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
}

.productListSearch__bar input:-ms-input-placeholder {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
}

.productListSearch__bar input::placeholder {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
}

.productListSearch__bar .icon-search {
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 15px;
  color: #F36F20;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productListSearch__bar .clearSearchBtn {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
}

.productListSearch__bar .clearSearchBtn:before,
.productListSearch__bar .clearSearchBtn:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 8px;
  width: 2px;
  height: 10px;
  background-color: #b3b3b3;
}

.productListSearch__bar .clearSearchBtn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.productListSearch__bar .clearSearchBtn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.productListSearch__bar+.searchBtnBlock {
  margin-left: 10px;
}

.btn-circle+.productListSearch,
.productListSearch+.btn-circle {
  margin-left: 10px;
}

.productListFilter__footerCont {
  border-top: 1px solid #ffffff;
}

.productListFilter__footerInner {
  text-align: right;
  float: right;
  vertical-align: middle;
  padding: 24px 60px;
}

.productListFilter__footerInner .btn-default {
  font-size: 10px;
  font-size: .66667rem;
  font-size: 0.66667rem;
  font-weight: bold;
  padding: 0;
  color: #4d4d4d;
  display: inline-block;
}

.productListFilter__footerInner .btn+.btn {
  margin-left: 24px;
}

.productListFilter {
  border-radius: 1px;
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
}

.productListFilter__body {
  padding: 39px;
}

.productListFilter__footer {
  padding: 24px 100px;
  border-top: 1px solid #fff;
  text-align: right;
}

.productList .listHeader {
  font-size: 11px;
  font-size: .73333rem;
  color: gray !important;
  text-transform: uppercase;
}

.productList .dataCol {
  display: inline-block;
  vertical-align: middle;
}

.productList .listBody .dataCol {
  font-size: 14px;
  font-size: .93333rem;
}

.productList .listBody .colTitle {
  line-height: 1.14;
  color: #262626;
  padding-right: 10px;
}

.productList .listBody .colInterestRate {
  font-weight: 700;
  color: #30915C;
}

.productList .listBody .colTenor {
  color: #4d4d4d;
}

.productList .listBody .colMinDeposit {
  font-weight: 700;
  color: #4d4d4d;
}

.productList__actionCol {
  display: inline-block;
  width: 10%;
  vertical-align: middle;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .productList__actionCol {
    display: block;
    width: 100%;
  }
}

.productList__dataRow {
  padding: 15px 25px;
}

.productList__dataRow+.productList__dataRow {
  border-top: 1px solid #e6e6e6;
}

.productList__dataCol {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .productList__dataCol {
    display: block;
    width: 100%;
  }
}

.productList__dataCol.savingsExplorer .colTitle {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .productList__dataCol.savingsExplorer .colTitle {
    width: 100%;
  }
}

.productList__dataCol.savingsExplorer .colTitle.colTitle__inRow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  color: #262626;
}

.productList__dataCol.savingsExplorer .colInterestRate {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .productList__dataCol.savingsExplorer .colInterestRate {
    width: 100%;
  }
}

.productList__dataCol.savingsExplorer .colTenor {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .productList__dataCol.savingsExplorer .colTenor {
    width: 100%;
  }
}

.productList__dataCol.savingsExplorer .colMinDeposit {
  width: 20%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .productList__dataCol.savingsExplorer .colMinDeposit {
    width: 100%;
    text-align: left;
  }
}

.productList__dataCol.savingsExplorer .colAccNumber {
  width: 15%;
}

@media only screen and (max-width: 767px) {
  .productList__dataCol.savingsExplorer .colAccNumber {
    width: 100%;
  }
}

.productList__dataCol.savingsExplorer .colInitialAmount {
  text-align: right;
  width: 30%;
  padding-right: 10%;
}

@media only screen and (max-width: 767px) {
  .productList__dataCol.savingsExplorer .colInitialAmount {
    width: 100%;
    padding: 0;
  }
}

.productList__dataCol.savingsExplorer .colStatus {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .productList__dataCol.savingsExplorer .colStatus {
    width: 100%;
  }
}

.productList__dataCol.savingsExplorer .productList__link {
  max-width: 186px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.productList__link {
  color: #4d4d4d;
}

.productList__link:hover,
.productList__link:focus {
  color: #262626;
  text-decoration: underline;
}

.noDataPanel {
  padding: 30px 10px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .noDataPanel {
    min-height: 524px;
    padding: 80px 0 90px;
  }
}

.noDataPanel--noBorder {
  border: none;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noDataPanel__iconWrapper {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .noDataPanel__iconWrapper {
    text-align: right;
  }
}

.noDataPanel__icon {
  max-width: 104px;
}

.noDataPanel__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 1.07;
  color: #262626;
  margin: 20px 0 24px;
}

@media only screen and (min-width: 768px) {
  .noDataPanel__title {
    font-size: 30px;
    font-size: 2rem;
  }
}

.noDataPanel__descriptionWrapper {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .noDataPanel__descriptionWrapper {
    text-align: left;
  }
}

.noDataPanel__description {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 300;
  line-height: 1.17;
  color: #262626;
  margin: 20px 0 30px;
}

@media only screen and (min-width: 768px) {
  .noDataPanel__description {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.noDataPanel--small .noDataPanel__title {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.33333rem;
}

@media only screen and (min-width: 768px) {
  .noDataPanel--small .noDataPanel__title {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.noDataPanel--small .noDataPanel__description {
  margin: 5px 0 24px;
}

@media only screen and (min-width: 768px) {
  .noDataPanel--small .noDataPanel__description {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.noDataPanel--currencyConversion {
  background-image: url("../graphics/currency-exchange-images/currencyConversion-noAccounts.svg");
}

.noDataPanel--cards {
  min-height: 555px;
  background-image: url("../graphics/bg_emptyState-cardpayoff.svg");
}

.noDataPanel--investments {
  min-height: 555px;
  background-image: url("../graphics/bg_emptyState-myPortfolio.svg");
}

.noDataPanel--beneficiaries {
  min-height: 555px;
  background-image: url("../graphics/bg_emptyState-beneficiaries.svg");
}

.noDataPanel--beneficiaries-small {
  min-height: 253px;
  background-image: url("../graphics/bg_emptyState-beneficiaries.svg");
}

.noDataPanel--notifications {
  text-align: center;
  background-image: url("../graphics/bg_emptyState_notifications.svg");
}

.noDataPanel--notifications .noDataPanel__title {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
}

.noDataPanel--notifications .noDataPanel__description {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
}

.product__info {
  margin: 0 24px;
  padding: 32px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.product__info__text {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 700;
}

.productDetails__header {
  border-bottom: 1px solid #e6e6e6;
}

.productDetails__title {
  margin: 16px 0;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  color: #262626;
}

.productDetails__spacer {
  padding: 0 32px;
}

.productDetails__actions {
  padding-top: 10px;
  padding-bottom: 10px;
}

.productDetails__notification {
  margin: 16px 0 8px;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .productDetails__notification .notificationCol--left {
    float: left;
    width: 50%;
  }
}

.productDetails__notification .notificationCol--right {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .productDetails__notification .notificationCol--right {
    float: right;
    width: 50%;
  }
}

.productDetails__notification .notificationCol+.notificationCol {
  border-left: 1px solid #ccc;
}

.highcharts-container * {
  font-family: "HelveticaNeueW02",Helvetica,Arial,sans-serif !important;
}

.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}

.highcharts-tooltip .highcharts-tooltip-box {
  stroke-width: 0px;
  fill: #4d4d4d;
  fill-opacity: 0.80;
  color: #fff;
}

.highcharts-tooltip text,
.highcharts-tooltip tspan {
  fill: #fff;
  color: #fff;
  font-weight: 300;
}

.fund-widget-padding {
  position: relative;
}

.fund-widget-padding .highcharts-point {
  width: 11px;
  height: 11px;
}

.highcharts-button.highcharts-button-normal .highcharts-button-box {
  fill: #fff;
}

.highcharts-button.highcharts-button-normal text,
.highcharts-button.highcharts-button-normal tspan {
  font-size: 12px;
  font-weight: 400 !important;
  text-transform: uppercase;
  fill: gray;
}

.highcharts-button.highcharts-button-pressed,
.highcharts-button.highcharts-button-hover {
  -webkit-filter: drop-shadow(-5px 0 0 #fff) drop-shadow(6px 0 0 #fff);
  filter: drop-shadow(-5px 0 0 #fff) drop-shadow(6px 0 0 #fff);
}

.highcharts-button.highcharts-button-pressed .highcharts-button-box,
.highcharts-button.highcharts-button-hover .highcharts-button-box {
  stroke: #d9d9d9;
  fill: gray;
}

.highcharts-button.highcharts-button-pressed text,
.highcharts-button.highcharts-button-hover text {
  fill: #fff !important;
  font-size: 12px;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.highcharts-button.highcharts-button-hover text {
  text-decoration: underline;
}

.highcharts-legend-item text,
.highcharts-legend-item text tspan {
  font-weight: 400 !important;
}

.MyPortfolio__chart .highcharts-halo {
  fill-opacity: .2;
  stroke-width: 0 !important;
}

.OverviewPerformanceChart .highcharts-halo {
  opacity: 0;
}

.OverviewPerformanceChart .highcharts-grid.highcharts-yaxis-grid .highcharts-grid-line {
  opacity: 0;
}

.OverviewPerformanceChart .highcharts-grid.highcharts-yaxis-grid .highcharts-grid-line:last-child {
  opacity: 1;
}

.highcharts-navigator-series .highcharts-graph {
  display: none;
}

#tooltipyields {
  width: auto;
  max-width: 400px;
}

#tooltipyields .tooltip-inner {
  max-width: 400px;
}

#overviewPerformanceChart {
  position: relative;
}

#overviewPerformanceChart .highcharts-background {
  fill: none;
}

#overviewPerformanceChart:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 5px;
  right: 5px;
  height: 1px;
  display: block;
  background-color: #ccc;
}

.compact #overviewPerformanceChart:before {
  top: 0;
}

.buttonZoomSeparator {
  position: absolute;
  top: 6px;
  left: 8px;
}

.buttonZoomSeparator span {
  display: inline-block;
  width: 1px;
  height: 12px;
  top: 0px;
  left: 0;
  background-color: #cccccc;
  margin-left: 79px;
}

.GeographicExposure__map .highcharts-series .highcharts-halo {
  display: none;
}

.fund-details-tab-content {
  padding: 20px 24px 20px;
}

.fund-widget-padding {
  margin-top: 8px;
}

.FundProductPage__fundStrategy {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #4d4d4d;
}

.FundProductPage__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  color: #262626;
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}

.FundProductPage__dataSource {
  font-size: 10px;
  font-size: .66667rem;
  line-height: 1.2;
  color: #4d4d4d;
}

.FundProductPage__tabList .nav-tabs-holder {
  margin-bottom: -2px;
}

.FundProductPage__tabList .nav-tabs>li a:after {
  bottom: 0;
}

.FundProductPage__tabList .large-nav-tabs {
  background: none;
}

.tooltipyieldsFixer {
  z-index: 999999;
}

.FundYieldsInfo {
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .FundYieldsInfo {
    padding: 32px;
  }
}

.FundYieldsInfo__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.2;
  color: #262626;
  margin: 0;
  padding: 0;
}

.FundProductPage__infoIcon,
.FundYieldsInfo__infoIcon {
  position: absolute;
  top: 32px;
  right: 32px;
}

.FundYieldsInfo__row {
  clear: both;
}

.FundYieldsInfo__row:after {
  content: "";
  display: table;
  clear: both;
}

.FundYieldsInfo__row+.FundYieldsInfo__row {
  margin-top: 60px;
}

.FundYieldsInfo__rowBar {
  height: 10px;
  border-radius: 2px;
  background-color: #f5f5f5;
  width: 75%;
  margin: 32px auto 16px;
  position: relative;
}

.FundYieldsInfo__rowBarItem {
  height: 10px;
  border-radius: 2px;
  background-color: #ccc;
  width: 4px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.FundYieldsInfo__rowBarItem:nth-child(2) {
  left: 50%;
  margin-left: -2px;
}

.FundYieldsInfo__rowBarItem:nth-child(3) {
  left: 100%;
  margin-left: -4px;
}

.FundYieldsInfo__desc {
  margin: 0;
}

.FundYieldsInfo__label {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  color: #4d4d4d;
  display: block;
}

.FundYieldsInfo__value {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: bold;
  color: #262626;
}

.FundYieldsInfo__value.up {
  color: #30915C;
}

.FundYieldsInfo__iconCover {
  font-size: 8px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #3D8F62;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.FundYieldsInfo__iconCover.pos {
  color: #3D8F62;
}

.FundYieldsInfo__iconCover.neg {
  color: #DE5B3D;
  border: 1px solid #DE5B3D;
}

.FundRiskAndRewardProfile {
  padding: 16px;
  min-height: 456px;
}

@media only screen and (min-width: 768px) {
  .FundRiskAndRewardProfile {
    padding: 32px 24px;
  }
}

.FundRiskAndRewardProfile__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.2;
  color: #262626;
  margin: 0;
  padding: 0 40px 0 8px;
}

.FundRiskAndRewardProfile__riskBox {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
  position: relative;
}

.FundRiskAndRewardProfile__riskBoxLine1 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #262626;
}

.FundRiskAndRewardProfile__riskBoxLine2 {
  font-size: 14px;
  font-size: .93333rem;
  color: #262626;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
}

.FundRiskAndRewardProfile__riskBoxLine3 {
  font-size: 11px;
  font-size: .73333rem;
  font-size: 11px;
  line-height: 1.1;
  color: gray;
}

.FundRiskAndRewardProfile__infoIcon {
  position: absolute;
  right: 32px;
  top: 32px;
}

.FundRiskAndRewardProfile__risk {
  width: 48px;
  height: 48px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: -24px;
  font-size: 32px;
  font-weight: bold;
  color: #118d8a;
  background-color: #fff;
}

.FundDetailsInfo,
.FundValidity,
.BasicFundData,
.FundCharges,
.FundProductPage__innerWidget {
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .FundDetailsInfo,
  .FundValidity,
  .BasicFundData,
  .FundCharges,
  .FundProductPage__innerWidget {
    padding: 32px;
  }
}

.FundDetailsInfo .transfer--details.standalone,
.FundValidity .transfer--details.standalone,
.BasicFundData .transfer--details.standalone,
.FundCharges .transfer--details.standalone,
.FundProductPage__innerWidget .transfer--details.standalone {
  margin-bottom: 0;
}

.compact .FundDetailsInfo,
.compact .FundValidity,
.compact .BasicFundData,
.compact .FundCharges,
.compact .FundProductPage__innerWidget {
  padding: 0 !important;
}

.compact .FundDetailsInfo .FundProductPage__title,
.compact .FundValidity .FundProductPage__title,
.compact .BasicFundData .FundProductPage__title,
.compact .FundCharges .FundProductPage__title,
.compact .FundProductPage__innerWidget .FundProductPage__title {
  font-size: 16px;
  font-size: 1.06667rem;
  border-bottom: 1px solid #e6e6e6;
}

.panel>.OverviewPerformanceChart>.FundProductPage__innerWidget {
  padding-top: 16px;
}

.panel>.OverviewPerformanceChart>.FundProductPage__innerWidget .FundProductPage__title {
  border-bottom: 0;
}

.OnYourPortfolio {
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .OnYourPortfolio {
    padding: 32px;
  }
}

.OnYourPortfolio .FundProductPage__title {
  border-bottom: 0;
}

.OnYourPortfolio .slick-arrow {
  display: none !important;
}

.OnYourPortfolio .transfer--details.standalone {
  margin-bottom: 0;
}

.OnYourPortfolio__item {
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  overflow: hidden;
  width: 100%;
}

.OnYourPortfolio__header {
  padding: 32px 24px 32px 96px;
  position: relative;
  background-color: #f5f5f5;
}

.OnYourPortfolio__avatar {
  position: absolute;
  top: 30px;
  left: 36px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  border: 1px solid #4d4d4d;
  background-color: #fff;
}

.OnYourPortfolio__description {
  margin-top: -4px;
  margin-bottom: 0;
  margin-left: 16px;
}

.OnYourPortfolio__description .line1,
.OnYourPortfolio__description .line2 {
  display: block;
  color: #262626;
}

.OnYourPortfolio__description .line1 {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1;
}

.OnYourPortfolio__description .line2 {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.3;
  padding-top: 4px;
}

.OnYourPortfolio__descriptionLink {
  font-size: 16px;
  line-height: 1;
  color: #262626;
}

.OnYourPortfolio__descriptionLink:hover {
  color: #4d4d4d;
}

.OnYourPortfolio__body {
  padding: 0 16px;
}

@media only screen and (min-width: 768px) {
  .OnYourPortfolio__body {
    padding: 0 32px;
  }
}

.OnYourPortfolio__body .transfer--details.standalone {
  margin-bottom: 0;
}

.OnYourPortfolio__footer {
  text-align: center;
  padding: 24px 0 32px;
}

@media only screen and (max-width: 767px) {
  .OnYourPortfolio__footer>.btn {
    margin: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .OnYourPortfolio__footer>.btn+.btn {
    margin-left: 16px;
  }
}

.OnYourPortfolio__indexer {
  font-size: 10px;
  font-size: .66667rem;
  line-height: 1.6;
  color: gray;
  text-align: center;
}

span.OnYourPortfolio__amounts {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.2px;
  text-align: right;
  color: #262626;
}

span.OnYourPortfolio__percentage {
  font-size: 11px;
  font-size: .73333rem;
  line-height: 1.45;
  letter-spacing: 0.2px;
  text-align: right;
  color: gray;
  display: block;
}

.FundDetailsInfo {
  min-height: 496px;
}

.FundDetailsInfoAndConditions .panel {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .FundDetailsInfoAndConditions .BasicFundData {
    padding: 32px 6px 32px 32px;
  }
}

@media only screen and (min-width: 768px) {
  .FundDetailsInfoAndConditions .FundCharges {
    padding: 32px 32px 32px 6px;
  }
}

@media only screen and (min-width: 768px) {
  .FundDetailsInfoAndConditions .FundCharges+.FundProductPage__innerWidget {
    padding: 32px 32px 32px 6px;
  }
}

.FundDocumentation:after {
  content: "";
  display: table;
  clear: both;
}

.FundDocumentation__listCover {
  margin-left: -10px;
  margin-right: -10px;
}

.FundDocumentation__listCover:after {
  content: "";
  display: table;
  clear: both;
}

.FundDocumentation__listCover .standalone__row {
  float: left;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
}

.FundDocumentation__listCover .standalone__row:first-child {
  padding-top: 24px;
}

@media only screen and (min-width: 768px) {
  .FundDocumentation__listCover .standalone__row:nth-child(2) {
    border-top: 0;
    padding-top: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .FundDocumentation__listCover .standalone__row:nth-child(2n+1) {
    clear: both;
  }
}

.FundDetailsManager__person {
  padding-bottom: 32px;
}

.FundDetailsManager__person+.FundDetailsManager__person {
  padding-top: 32px;
  border-top: 1px solid #e6e6e6;
}

.FundDetailsManager__avatar {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 88px;
}

.FundDetailsManager__title {
  margin: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1;
  color: #262626;
}

.FundDetailsManager__subTitle {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.6;
  color: #262626;
}

.FundDetailsManager__text {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.7;
  color: #4d4d4d;
}

.FundDetailsComposition {
  padding: 0;
}

.FundDetailsComposition .switcher-menu--tab-holder {
  margin: 8px 0 32px;
}

.FundDetailsComposition .FundProductPage__title {
  border-bottom: 0;
}

.FundDetailsComposition .CompositionChart:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .FundDetailsComposition .CompositionChart .text-muted {
    display: block;
  }
}

.FundDetailsComposition .CompositionChart .switcher-menu>li:first-child {
  margin-left: 0;
}

.FundDetailsComposition .compositionChart-switcher .btn {
  background-color: #fff;
  font-weight: 500;
  margin-left: 24px;
  display: inline-block;
}

.FundDetailsComposition .compositionChart-switcher .btn:after {
  content: "";
  position: absolute;
  border-right: 1px solid #ccc;
  display: inline-block;
  left: -16px;
  top: 6px;
}

.FundDetailsComposition .compositionChart-switcher .btn:first-child {
  margin-left: 0;
}

.FundDetailsComposition .compositionChart-switcher .btn:first-child:after {
  display: none;
}

.FundDetailsComposition .compositionChart-switcher .btn a {
  color: #262626;
}

.FundDetailsComposition .compositionChart-switcher .btn.active {
  padding: 0 8px;
}

.FundDetailsComposition .compositionChart-switcher .btn.active a {
  margin-left: 0;
}

.FundDetailsComposition .AssetAllocation__row {
  padding-bottom: 32px;
}

.FundDetailsComposition .AssetAllocation__label {
  font-size: 11px;
  font-size: .73333rem;
  color: #404040;
}

.FundDetailsComposition__part.panel {
  padding: 0;
}

.FundDetailsComposition__part .slick-slider button.slick-arrow {
  display: none !important;
}

.FundDetailsComposition__part .FundProductPage__list {
  padding-left: 0;
}

.FundDetailsComposition__part .FundProductPage__list li {
  list-style: none;
  padding-left: 0;
}

.slider-bottom-arrow {
  position: relative;
  margin-top: 16px;
}

.slider-bottom-arrow .slider-bottom-currentNumb {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}

.slider-bottom-arrow .slider-arrow-right {
  float: right;
  display: inline-block;
}

.TopProductItem {
  padding: 20px 24px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .TopProductItem {
    margin-bottom: 8px;
  }
}

.TopProductItem__left,
.TopProductItem__right {
  display: inline-block;
  vertical-align: middle;
}

.TopProductItem__left {
  width: 80px;
}

.TopProductItem__right {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}

.TopProductItem__text {
  padding-left: 12px;
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.3;
  color: #4d4d4d;
}

.FundObjectivesAndInvestmentPolicy__title {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  margin: 0;
}

.FundObjectivesAndInvestmentPolicy__conditions {
  margin-top: 32px;
}

.FundObjectivesAndInvestmentPolicy__text {
  padding-top: 8px;
  font-size: 14px;
  font-size: .93333rem;
}

.FundDetailsManager__subtitle {
  font-size: 12px;
  font-size: .8rem;
  padding-top: 4px;
  font-weight: 300;
  text-transform: uppercase;
}

.CompareContainer:after {
  content: "";
  display: table;
  clear: both;
}

.CompareContainer .offcanvas {
  margin-left: 0;
}

.CompareContainer__iconArrow {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 24px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  height: 70px;
}

.CompareContainer__iconSearch {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1049;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  font-size: 28px;
}

.CompareContainer__fundsComparisonHeader {
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
  padding: 60px 0 0;
}

.CompareContainer__fundsComparisonHeader:after {
  content: "";
  display: table;
  clear: both;
}

.CompareContainer__fundsComparisonHeaderWrapper {
  max-width: 940px;
  margin: 0 auto;
}

.CompareContainer__fundsComparisonTitle {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #262626;
  padding: 0 32px 0;
}

@media only screen and (min-width: 768px) {
  .CompareContainer__fundsComparisonTitle {
    padding-left: 0px;
  }
}

.CompareContainer__diagramBody {
  height: 408px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
}

.CompareColumns {
  max-width: 940px;
  margin: 0 auto;
}

.CompareColumns:after {
  content: "";
  display: table;
  clear: both;
}

.CompareColumns__edit {
  display: block;
  margin-top: 32px;
  left: -20%;
  position: absolute;
  width: 75%;
  z-index: 1051;
}

.CompareColumns__edit:after {
  content: "";
  display: table;
  clear: both;
}

.FooterContainer__edit {
  left: -20%;
  position: relative;
  min-height: 108px;
  border-radius: 1px;
  background-color: #e6e6e6;
  border: solid 1px #e6e6e6;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: 8px;
  padding: 24px 36px;
  font-size: 10px;
  font-size: .66667rem;
}

.CompareColumn__header {
  border-radius: 1px;
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
  width: 100%;
  padding: 24px 32px;
  display: inline-block;
}

.CompareColumn__header:after {
  content: "";
  display: table;
  clear: both;
}

.CompareColumn__legend--0,
.CompareColumn__legend--1,
.CompareColumn__legend--2 {
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background-color: #26a6a3;
  float: left;
}

.CompareColumn__legend--1 {
  background-color: #f7b63b;
}

.CompareColumn__legend--2 {
  background-color: #40718f;
}

.CompareColumn__remove {
  float: right;
  color: #b3b3b3;
  font-size: 13px;
  margin-right: -8px;
}

.CompareColumn__titleHeader {
  clear: both;
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 500;
  line-height: 1.71;
  text-align: left;
  color: #262626;
  padding-top: 8px;
}

.CompareColumn__titleHeader a {
  color: #262626;
}

.CompareColumn__titleHeader a:hover {
  text-decoration: underline;
}

.CompareColumn__title {
  position: relative;
}

.CompareColumn__titleHeaderDefinition {
  margin-bottom: 16px;
}

.CompareColumn__titleHeaderDefinition:after {
  content: "";
  display: table;
  clear: both;
}

.CompareColumn__titleHeaderDefinition dt,
.CompareColumn__titleHeaderDefinition dd {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.6;
  color: #4d4d4d;
}

.CompareColumn__titleHeaderDefinition dt {
  float: left;
  text-align: left;
  font-weight: normal;
}

.CompareColumn__titleHeaderDefinition dd {
  float: right;
  text-align: right;
}

.CompareColumn__titleHeaderDefinition dd+dt {
  clear: both;
}

.CompareColumn__titleHeaderDefinition .higlight {
  font-weight: bold;
  color: #262626;
}

.CompareColumn__buttonCov {
  position: relative;
  text-align: right;
}

.CompareColumn__buttonCov .PageBox__buttonsOrder {
  top: 38px;
}

.CompareColumn__buttonCov .icon-arrow-circle-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.CompareColumn__buttonCov .open .icon-arrow-circle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.CompareColumn__button {
  position: relative;
  text-align: right;
}

.CompareColumn__table {
  width: 100%;
}

.CompareColumn__container,
.CompareColumn__footer {
  border-radius: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  border: solid 1px #e6e6e6;
  padding: 0 32px;
}

.CompareColumn__container:after,
.CompareColumn__footer:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .CompareColumn__container,
  .CompareColumn__footer {
    display: none;
  }
}

.CompareColumn__headerTable {
  padding: 24px 0;
}

.CompareColumn__headerTable:after {
  content: "";
  display: table;
  clear: both;
}

.CompareColumn__imgCover {
  float: left;
}

.CompareColumn__titleCont {
  float: right;
}

.CompareColumn__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.2;
  color: #4d4d4d;
  padding-top: 20px;
  margin: 0;
}

.CompareColumn__img {
  width: 64px;
}

.CompareColumn__columnText {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.33;
  text-align: left;
  color: #4d4d4d;
  padding: 16px 8px;
  border-top: 1px solid #e6e6e6;
}

.CompareColumn__columnTextSub {
  width: 50%;
  display: inline-block;
  clear: both;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.14;
  text-align: left;
  color: #4d4d4d;
  padding: 12px 8px;
  font-weight: 400;
}

.CompareColumn__columnTextHeader {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.33;
  text-align: left;
  color: #4d4d4d;
  padding: 24px 8px 12px;
}

.CompareColumn__centralBlockTable {
  min-height: 144px;
  margin-bottom: 0;
}

.CompareColumn__centralBlockTable dt,
.CompareColumn__centralBlockTable dd {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 400;
  line-height: 1.2;
  color: #4d4d4d;
}

.CompareColumn__centralBlockTable dt {
  float: left;
  text-align: left;
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.CompareColumn__centralBlockTable dd {
  float: right;
  text-align: right;
}

.CompareColumn__centralBlockTableLine {
  clear: both;
  padding: 16px 8px;
}

.CompareColumn__centralBlockTableLine:after {
  content: "";
  display: table;
  clear: both;
}

.CompareColumn__columnValue {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.14;
  text-align: right;
  color: #262626;
  border-top: 1px solid #e6e6e6;
}

.CompareColumn__columnValueHeader {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.14;
  text-align: right;
  color: #262626;
}

.CompareColumn__footer {
  margin-top: 8px;
  margin-bottom: 8px;
}

.CompareColumn__footer:after {
  content: "";
  display: table;
  clear: both;
}

.CompareContainer__iconFooter {
  position: absolute;
  float: left;
  left: 24px;
  font-size: 16px;
}

.CompareContainer__textFooter {
  position: relative;
  left: 16px;
  font-size: 10px;
  font-size: .66667rem;
  line-height: 1.2;
  text-align: left;
  color: #4d4d4d;
}

.CompareContainer__filterToggle {
  float: right;
  cursor: pointer;
  position: relative;
}

.CompareContainer__filterToggle .custom-checkboxFilter {
  float: right;
}

.AssetCompositions {
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (min-width: 768px) {
  .AssetCompositions:nth-child(3n+1) {
    clear: both;
  }
}

.AssetCompositions__row {
  margin-left: -16px;
  margin-right: -16px;
}

.CompareContainer__performanceAssetCont:after {
  content: "";
  display: table;
  clear: both;
}

.CompareContainer__performanceAssetCont .OverviewPerformanceChart .FundProductPage__innerWidget {
  padding: 0;
}

.CompareContainer__performanceAssetCont .FundProductPage__title {
  text-align: left;
  line-height: 1.2;
}

.AssetComposition,
.PerformanceFunds {
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 940px;
  padding: 32px;
  z-index: 1051;
}

.AssetComposition:after,
.PerformanceFunds:after {
  content: "";
  display: table;
  clear: both;
}

.AssetComposition__title,
.PerformanceFunds__title {
  text-align: left;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.2;
  color: #262626;
  margin: 0;
}

.AssetComposition__bodyTitle {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4d4d4d;
}

.AssetComposition__bodyCont {
  padding: 0;
}

.AssetComposition__barBodyCover {
  position: relative;
}

.AssetComposition__barBody {
  text-align: left;
}

.AssetComposition__barBody:after {
  content: "";
  display: table;
  clear: both;
}

.AssetComposition__barBody:nth-child(1) .AssetComposition__barFill {
  background-color: #26a6a3;
}

.AssetComposition__barBody:nth-child(2) .AssetComposition__barFill {
  background-color: #f7b63b;
}

.AssetComposition__barBody:nth-child(3) .AssetComposition__barFill {
  background-color: #40718f;
}

.AssetComposition__bar {
  width: 84%;
  border-radius: 3px;
  background-color: #f5f5f5;
  height: 6px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.AssetComposition__barFill {
  height: 6px;
  top: 0;
  position: absolute;
  border-radius: 3px;
}

.AssetComposition__number {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.67;
  text-align: right;
  color: #4d4d4d;
  width: 32px;
}

.Fatca.panel {
  margin-bottom: 0;
  border-bottom: 0;
}

.Fatca .panel {
  padding: 0;
}

.Fatca__section,
.Fatca__footer {
  padding: 24px 24px 36px;
}

@media only screen and (min-width: 768px) {
  .Fatca__section,
  .Fatca__footer {
    padding: 24px 48px 72px;
  }
}

.Fatca__section+.Fatca__section,
.Fatca__footer+.Fatca__section {
  border-top: 1px solid #e6e6e6;
}

.Fatca__headerQuestion {
  padding: 8px 0 8px 0;
}

.Fatca__wrap:after {
  content: "";
  display: table;
  clear: both;
}

.Fatca__headerQuestionTitle {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  color: #262626;
  margin-left: 80px;
  padding-bottom: 32px;
  padding-top: 16px;
}

.Fatca__headerQuestionImageCover {
  position: absolute;
  width: 64px;
  height: 64px;
}

.Fatca__headerQuestionImage {
  display: block;
  width: 100%;
}

.Fatca__inputCont {
  padding: 8px;
}

.Fatca__bodyQuestion {
  padding-bottom: 32px;
}

.Fatca__bodyQuestionCont {
  margin-bottom: 0;
}

.Fatca__bodyQuestionCell {
  margin-top: 16px;
}

.Fatca__bodyQuestionCell:last-child .Fatca__bodyQuestionDesc {
  border-bottom: 0;
}

.Fatca__bodyQuestionTerm {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.5;
  text-align: left;
  color: #4d4d4d;
  font-weight: 300;
  padding-bottom: 8px;
}

.Fatca__bodyQuestionDesc {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1.2;
  color: #262626;
  padding-bottom: 16px;
}

.Fatca__valueSelect {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  color: gray;
}

.Fatca__bodyQuestionValue {
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1;
  text-align: left;
  color: #262626;
}

.Fatca__button {
  text-align: right;
  padding-top: 16px;
}

.Fatca__container+.Fatca__container {
  border-top: 1px solid #e6e6e6;
}

.Fatca__headerInput {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 0.9;
  text-align: left;
  color: #262626;
  padding-left: 8px;
}

.Fatca__input.text {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 300;
  line-height: 1;
  color: gray;
}

.Fatca__input.disabled {
  background-color: #e6e6e6;
}

.Fatca__footerText {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  color: #4c4c4c;
}

.Fatca__blockTitle {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  color: #262626;
}

.Fatca__iconCover {
  position: relative;
  float: right;
  top: 2px;
}

.Fatca__frame.panel {
  padding-top: 0;
}

.Fatca__frame .Frame__subtitle {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  color: #4d4d4d;
}

.Fatca__frame .Frame {
  padding: 32px 46px;
}

.Fatca__frame .Frame__subtitle {
  margin: 8px 0 0;
}

.orderInfo {
  padding: 24px 32px;
  margin-bottom: 24px;
  line-height: 1.2;
  font-size: 14px;
  font-size: .93333rem;
  color: #262626;
  background-color: #e6e6e6;
}

.orderInfo span[class^='icon'] {
  margin: 0 15px;
  color: gray;
}

.orderInfo .phoneNo {
  font-weight: 700;
}

.orderTitle {
  padding: 16px 32px;
  background-color: #fff;
}

.orderTitle__icon {
  display: inline-block;
  width: 88px;
  margin-right: 32px;
  vertical-align: middle;
}

.orderTitle__titleWrapper {
  display: inline-block;
  vertical-align: middle;
}

.orderTitle__title {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #262626;
}

.orderTitle__status {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 700;
  line-height: 1.14;
  margin-top: 4px;
  color: gray;
}

.orderDetails {
  padding: 24px 32px 0;
}

@media only screen and (min-width: 768px) {
  .orderDetailsMain {
    display: table;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .orderDetailsMain__colWide {
    display: table-cell;
    width: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .orderDetailsMain__colNarrow {
    display: table-cell;
    width: 25%;
  }
}

.TutorialBody:before {
  content: "";
  position: fixed;
  z-index: 1040;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (min-width: 768px) {
  .TutorialLoaded:before {
    opacity: 1;
    visibility: visible;
  }
}

.TutorialSeeLater {
  z-index: 1040;
}

.TutorialSeeLater .Tutorial__startButton {
  z-index: 1041;
}

@media only screen and (min-width: 768px) {
  .TutorialSeeLater:before {
    opacity: 1;
    visibility: visible;
  }
}

.Tutorial__startButton {
  background-color: #e76011;
  position: fixed;
  top: -webkit-calc(50% - 115px);
  top: calc(50% - 115px);
  right: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .Tutorial__startButton {
    display: none;
  }
}

.Tutorial__closeButton {
  position: absolute;
  right: 0;
  top: 0;
  color: gray;
  font-size: 14px;
  padding: 24px;
  cursor: pointer;
}

.Tutorial__slider {
  background: #262626;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 32px;
}

@media only screen and (max-width: 767px) {
  .Tutorial__slider {
    display: none;
  }
}

.Tutorial__sliderCover {
  position: relative;
  min-height: 120px;
}

.Tutorial__sliderContainer {
  max-width: 816px;
  margin: 0 auto;
  min-height: 120px;
}

.Tutorial__arrow {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: solid 1px #e6e6e6;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 10px;
  top: 50%;
  position: absolute;
  margin-top: -12px;
}

.Tutorial__arrow.next {
  right: 0;
}

.Tutorial__arrow.prev {
  left: 0;
}

.TutorialCover {
  position: relative;
}

.TutorialCover.active {
  position: relative;
  z-index: 1200;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  background-color: #fff;
}

.TutorialCover.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0,0,0,0.01);
}

.TutorialPins {
  position: absolute;
  z-index: 9;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.TutorialLoaded .TutorialPins {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .TutorialPins {
    display: none;
  }
}

.TutorialPins:before,
.TutorialPins:after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #F36F20;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: pulse 3s linear 0s infinite forwards;
  animation: pulse 3s linear 0s infinite forwards;
  opacity: 0;
  top: 0;
  left: 0;
}

.TutorialPins:after {
  -webkit-animation: pulse 2s linear 0s infinite;
  animation: pulse 2s linear 0s infinite;
}

.TutorialPins.active {
  margin: 0;
  background-color: #D65A10;
}

.TutorialPins.active:before,
.TutorialPins.active:after {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #F36F20;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: pulse 3s linear 0s infinite forwards;
  animation: pulse 3s linear 0s infinite forwards;
  opacity: 0;
  top: -15px;
  left: -15px;
}

.TutorialPins.active:after {
  -webkit-animation: pulse 2s linear 0s infinite;
  animation: pulse 2s linear 0s infinite;
}

.TutorialDescription {
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 62px;
  right: 62px;
}

.TutorialDescription__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 0.92;
  text-align: left;
  color: #fff;
  margin: 0;
}

.TutorialDescription__text {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.2px;
  text-align: left;
  color: #fff;
  margin: 8px 0 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.TutorialPointer {
  display: inline-block;
  padding: 0 0 24px 62px;
}

.TutorialPointer__point {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 50%;
}

.TutorialPointer__point.active {
  background-color: #F36F20;
  width: 20px;
  height: 20px;
}

.TutorialPointer__point+.TutorialPointer__point {
  margin-left: 12px;
}

.Tutorial__showLater {
  position: absolute;
  right: 50px;
  top: 0px;
  background-color: #f5f5f5;
  width: 290px;
  text-align: left;
  color: #262626;
  line-height: 1.2;
  font-size: 14px;
  font-size: .93333rem;
  padding: 16px 32px;
}

.Tutorial__showLater:before {
  position: absolute;
  display: block;
  content: '';
  top: 18px;
  right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 5px 6px;
  border-color: transparent transparent transparent #f5f5f5;
}

.Tutorial__titleShowLater {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  color: #262626;
}

.Tutorial__textShowLater {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  line-height: 1.14;
  text-align: left;
  color: #262626;
}

.Tutorial__titleBox {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #262626;
  margin: 0;
  padding: 20px 0 16px;
}

.Tutorial__textBox {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #4d4d4d;
  padding-bottom: 32px;
}

.Tutorial__buttonCover {
  text-align: center;
  padding-bottom: 48px;
}

.Tutorial__button {
  margin-right: 8px;
}

.Tutorial__boxContainer {
  max-width: 714px;
  margin: 0 auto;
  padding: 0 10px;
}

.Tutorial__modal.modal-dialog {
  max-width: 826px;
  width: 100%;
}

.Tutorial__modal.modal-dialog .modal-content {
  border-radius: 0;
}

.Tutorial__modal .modal-body {
  padding: 0;
  margin: 0;
}

.Tutorial__modal .modal-footer {
  background-color: #fff;
  position: relative;
}

.MSWthreeCard__box {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .MSWthreeCard__box {
    margin-bottom: 0;
  }
}

.MSW__title {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 24px 0 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #262626;
}

.MSWthreeCard__textCover {
  position: absolute;
  bottom: 42px;
  text-align: center;
  left: 0;
  width: 100%;
  padding: 0 34px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.MSWthreeCard__icon {
  font-size: 24px;
  font-size: 1.6rem;
  display: block;
}

.MSWthreeCard__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 16px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.MSWthreeCard__subTitle {
  font-weight: 300;
  font-size: 16px;
  font-size: 1.06667rem;
  margin-bottom: 32px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.MSWthreeCard__image {
  display: block;
  width: 100%;
}

.MSWsliderCardsInner {
  position: relative;
}

.MSWOtherTabs {
  font-size: 11px;
  font-size: .73333rem;
  font-weight: 500;
  line-height: 1.45;
  text-transform: uppercase;
}

.MSWOtherTabs .nav>li>a {
  color: gray;
  padding: 8px 0;
}

@media only screen and (min-width: 768px) {
  .MSWOtherTabs .nav>li>a {
    padding: 10px 16px;
  }
}

.MSWOtherTabs .nav>li.active {
  color: #F36F20;
}

.MSWOtherTabs .nav>li.active a {
  color: #F36F20;
  font-weight: bold;
}

.MSWOtherTabs .nav>li.active a .tabsIcon:after {
  display: block;
}

.MSWOtherTabs .tabsIcon {
  margin-right: 16px;
  font-size: 18px;
  position: relative;
  padding-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.MSWOtherTabs .tabsIcon:after {
  content: '';
  display: none;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 28px;
  background-color: #F36F20;
  width: 2px;
  height: 18px;
}

.MSWOtherTabs .slick-dots,
.MSWOtherTabs .slick-prev,
.MSWOtherTabs .slick-next {
  position: absolute;
  bottom: -52px;
}

.MSWOtherTabs .slick-prev {
  left: 39%;
}

.MSWOtherTabs .slick-next {
  left: 58%;
}

.MSWOtherTabs .slick-arrow.slick-prev,
.MSWOtherTabs .slick-arrow.slick-next {
  z-index: 99;
  height: 22px;
  width: 24px;
  font-size: 0;
}

.MSWOtherTabs .slick-dots {
  display: block;
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
}

.MSWOtherTabs .slick-dots>li {
  display: inline-block;
  background-color: #ccc;
  overflow: hidden;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  vertical-align: middle;
}

.MSWOtherTabs .slick-dots>li+li {
  margin-left: 8px;
}

.MSWOtherTabs .slick-dots>li button {
  text-indent: -999px;
}

.MSWOtherTabs .slick-dots>li.slick-active {
  background-color: gray;
  width: 12px;
  height: 12px;
}

.slider-arrowBottom {
  display: none;
}

@media only screen and (min-width: 768px) {
  .slider-arrowBottom {
    display: block;
  }
}

.MSWsliderCards__single {
  background-color: #fff;
}

.MSWsliderCards__textCover {
  padding: 16px;
}

.MSWsliderCards__imageCover {
  display: block;
}

.MSWsliderCards__title {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  line-height: 1.4;
  color: #4d4d4d;
  margin: 0 0 10px;
}

.MSWsliderCards__subTitle {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.5;
  text-transform: initial;
  min-height: 73px;
}

.MSWsliderCards__moreLink {
  display: block;
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  text-align: right;
  color: #F36F20 !important;
  padding-top: 16px;
}

.MSWOffers__product .panel {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 0;
  padding-top: 0;
}

.MSWOffers__product .panel .panel-collapse {
  border: solid 1px #e6e6e6;
  border-top: 0;
}

.MSWOffers__product .panel .panel-body {
  background-color: #f5f5f5;
}

.MSWOffers__innerProduct {
  padding: 16px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
}

.MSWOffers__innerProduct:after {
  content: "";
  display: table;
  clear: both;
}

.MSWOffers__innerProduct+.MSWOffers__innerProduct {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .MSWOffers__innerProduct {
    padding: 40px 46px;
  }
}

.MSWOffers__image {
  max-width: 64px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .MSWOffers__image {
    margin: 0 auto;
  }
}

.MSWOffers__status {
  display: inline-block;
  height: 20px;
  border-radius: 4px;
  font-size: 11px;
  font-size: .73333rem;
  padding: 2px 6px;
  margin-right: 8px;
}

.MSWOffers__status.progressStatus {
  background-color: #e6e6e6;
}

.MSWOffers__status.newStatus {
  background-color: #3D8F62;
  color: #fff;
}

.MSWOffers__valid {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  color: gray;
}

.MSWOffers__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  opacity: 0.7;
  margin-top: 8px;
}

.MSWOffers__description {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  color: gray;
}

.MSWOffers__button {
  margin-top: 24px;
}

.MSWOffersDetails {
  display: block;
}

.MSWOffers__icon {
  margin: 10px auto;
}

@media only screen and (min-width: 768px) {
  .MSWOffers__icon {
    float: left;
    width: 100px;
    margin-top: 0;
  }
}

.MSWOffers__textCover {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .MSWOffers__textCover {
    float: left;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-top: 0;
  }
}

.MSWalert {
  display: table;
  width: 100%;
  padding: 20px 24px;
  background-color: #e6e6e6;
}

.MSWalertWrapper {
  margin-top: 24px;
  border-radius: 1px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

.MSWalert--info {
  display: inline-block;
  padding-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .MSWalert--info {
    padding-bottom: 0;
  }
}

.MSWalert--configure {
  display: block;
  width: 100%;
  padding: 16px;
  background-color: #cbe5c5;
}

@media only screen and (min-width: 768px) {
  .MSWalert--configure {
    display: table;
    padding: 20px 24px;
  }
}

.MSWalert--contact {
  font-size: 14px;
  font-size: .93333rem;
  color: #4d4d4d;
}

.MSWalert__img {
  display: block;
  height: 50px;
  margin: 0 auto 10px;
}

@media only screen and (min-width: 768px) {
  .MSWalert__img {
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    margin: 0 16px 0 0;
  }
}

.MSWalert__inner {
  display: block;
  font-size: 14px;
  font-size: .93333rem;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .MSWalert__inner {
    display: table;
    vertical-align: middle;
  }
}

.MSWalert__contact {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  color: #4d4d4d;
}

.MSWalert__info {
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .MSWalert__info {
    display: table-cell;
    margin-bottom: 15px;
    vertical-align: middle;
    text-align: left;
  }
}

.MSWalert__btn {
  font-weight: 500;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .MSWalert__btn {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    font-size: .8rem;
  }
}

@media only screen and (min-width: 768px) {
  .MSWOffersDetails__cover {
    padding: 24px 32px;
  }
}

.MSWOffersDetails__title {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #262626;
  text-align: left;
}

.MSWOffersDetails__expires {
  font-size: 14px;
  font-size: .93333rem;
  color: #4d4d4d;
}

.MSWOffersDetails__expiresInner {
  margin-bottom: 12px;
}

.MSWOffersDetails__expiresTime {
  display: inline-block;
  width: 70px;
  height: 50px;
  border: solid 1px #e6e6e6;
  margin-right: 8px;
  padding: 12px;
  text-align: left;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  line-height: 0.88;
  color: #4d4d4d;
}

.MSWOffersDetails__time {
  font-size: 14px;
  font-size: .93333rem;
  color: gray;
}

.MSWOffersDetails__columnIcon {
  text-align: left;
  display: inline-block;
  padding: 0 16px;
  border-left: 1px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .MSWOffersDetails__columnIcon {
    padding: 0px 40px;
    text-align: center;
  }
}

.MSWOffersDetails__columnIcon:first-child {
  border-left: 0;
  padding-left: 0;
}

.MSWOffersDetails__columnCover {
  text-align: left;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .MSWOffersDetails__columnCover {
    text-align: right;
    margin-top: 0;
  }
}

.MSWOffersDetails__Icon {
  font-size: 26px;
  font-size: 1.73333rem;
  color: gray;
}

.MSWOffersDetails__label {
  font-size: 12px;
  font-size: .8rem;
  color: gray;
}

.MSWOffersDetails__value {
  font-size: 14px;
  font-size: .93333rem;
}

.MSWOffersDetails__moreInfo {
  font-size: 10px;
  font-size: .66667rem;
  line-height: 1.4;
  color: #4d4d4d;
}

.MSWOffersDetails__button {
  display: block;
  margin-top: 12px;
  margin-bottom: 6px;
  position: relative;
}

.MSWOffersDetails__button:after {
  content: "";
  display: table;
  clear: both;
}

.offersDetailsBtn {
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.tutorialTipsButton {
  position: fixed;
  top: 50%;
  right: 0;
  width: 51px;
  height: 51px;
  margin-top: -117px;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .tutorialTipsButton {
    display: none;
  }
}

.tutorialTipsButton__trigger {
  background-image: -webkit-linear-gradient(#F36F20, #F36F20),-webkit-linear-gradient(105deg, #F08E00, #F36F20);
  background-image: linear-gradient(#F36F20, #F36F20),linear-gradient(345deg, #F08E00, #F36F20);
  width: 51px;
  height: 51px;
  display: inline-block;
  color: #fff;
  border-radius: 0;
  position: relative;
}

.tutorialTipsButton__iconCover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tutorialTipsButton__flyout {
  width: 289px;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  right: 51px;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  padding: 32px;
  visibility: hidden;
}

.tutorialTipsButton__flyout:before {
  content: '';
  display: block;
  top: 20px;
  right: -10px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #f5f5f5;
}

.tutorialTipsButton__flyout.flyoutIn {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.tutorialTipsButton__flyoutTitle {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.1;
  color: #262626;
  margin: 0;
}

.tutorialTipsButton__flyoutText {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  line-height: 1.2;
  color: #262626;
  margin: 8px 0 0;
}

.tutorialTipsButton__buttons {
  margin: 16px 0 0;
}

.tutorialTipsButton__buttons>.btn+.btn {
  margin-left: 8px;
}

.tutorialTipsModal .carousel-control.left,
.tutorialTipsModal .carousel-control.right,
.tutorialTipsModal .carousel-control.complete {
  background-image: inherit;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 50%;
  color: gray;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  border: solid 1px #d9d9d9;
  border-radius: 50%;
  font-size: 12px;
  line-height: 32px;
  text-shadow: none;
  opacity: 1;
}

.tutorialTipsModal .carousel-control.left {
  left: 32px;
}

@media only screen and (min-width: 1024px) {
  .tutorialTipsModal .carousel-control.left {
    left: 70px;
  }
}

.tutorialTipsModal .carousel-control.right {
  right: 32px;
}

@media only screen and (min-width: 1024px) {
  .tutorialTipsModal .carousel-control.right {
    right: 70px;
  }
}

.tutorialTipsModal .carousel-control.complete {
  right: 32px;
  color: #fff;
  background-color: #F36F20;
  border-color: #F36F20;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .tutorialTipsModal .carousel-control.complete {
    right: 70px;
  }
}

.tutorialTips__modal-dialog {
  max-width: 940px;
  width: 100%;
}

.tutorialTips__modal-dialog .modal-content {
  border-radius: 0 !important;
}

.tutorialTipsCarousel {
  max-width: 700px;
  margin: 0 auto;
}

.tutorialTipsCarousel__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #4d4d4d;
}

.tutorialTipsCarousel__text {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: center;
  color: gray;
  min-height: 30px;
}

.tutorialTipsStatic__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  color: #4d4d4d;
  margin: 0 0 16px;
}

.tutorialTipsStatic__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tutorialTipsStatic__list>li {
  padding-left: 16px;
  position: relative;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #4d4d4d;
}

.tutorialTipsStatic__list>li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #F36F20;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}

.tutorialTipsCarousel__indicators {
  position: static;
  margin: 0 auto;
}

.tutorialTipsCarousel__indicators>li {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border: 1px solid #fff;
  vertical-align: middle;
  margin: 0 8px;
}

.tutorialTipsCarousel__indicators>li.active {
  margin: 0 8px;
  width: 8px;
  height: 8px;
  background-color: #F36F20;
  border: 1px solid #F36F20;
}

.tutorialTipsModalStatic .carousel-control.left,
.tutorialTipsModalStatic .carousel-control.right {
  position: static;
}

.tutorialTipsStatic__body.modal-body {
  margin: 0;
  padding: 0;
}

.tutorialTipsStatic__body.modal-body .image-block {
  margin: 0;
}

.tutorialTipsStatic__inner {
  text-align: left;
  padding: 16px 32px;
}

@media only screen and (min-width: 768px) {
  .tutorialTipsStatic__inner {
    padding: 32px 56px;
  }
}

.tutorialTipsStatic__footer {
  background-color: #f5f5f5;
  border: solid 1px #e6e6e6;
  padding: 24px;
  text-align: right;
}

.tutorialTipsStatic__footer>.btn+.btn {
  margin-left: 16px;
}

.tutorialTipsModal.tutorialTipsModal--beneficiary .tutorialTips__modal-dialog {
  max-width: 626px;
}

mark.im-caret {
  -webkit-animation: 1s blink step-end infinite !important;
  animation: 1s blink step-end infinite !important;
  padding: 0;
  background: none;
}

mark.im-caret-select {
  background-color: rgba(0,0,0,0.25);
}

@-webkit-keyframes blink {
  from, to {
    border-right-color: black;
  }

  50% {
    border-right-color: transparent;
  }
}

@keyframes blink {
  from, to {
    border-right-color: black;
  }

  50% {
    border-right-color: transparent;
  }
}

span.im-static {
  color: grey;
  display: inline-block;
}

span.im-static-start {
  display: inline-block;
}

div.im-colormask {
  display: block;
  border: 0;
  height: 50px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

div.im-colormask>input {
  position: absolute !important;
  top: 0;
  display: inline-block;
  background-color: transparent;
  color: transparent;
  -webkit-appearance: caret;
  -moz-appearance: caret;
  appearance: caret;
  border-style: none;
  left: 0;
}

div.im-colormask>input:focus {
  outline: none;
}

div.im-colormask>input::-moz-selection {
  background: none;
}

div.im-colormask>input::selection {
  background: none;
}

div.im-colormask>input::-moz-selection {
  background: none;
}

div.im-colormask>div {
  display: inline-block;
  line-height: 1;
  height: 50px;
  padding: 18px 16px 8px 16px;
  width: 100px;
}

.inputMaterial.active div.im-colormask+.inputMaterial__label {
  top: 8px;
  font-size: 11px;
  font-size: .73333rem;
}

.withCash__container:after {
  content: "";
  display: table;
  clear: both;
}

.withCash__container .panel.panel-payments {
  margin-bottom: 0;
}

.wrapperwWithCash:after {
  content: "";
  display: table;
  clear: both;
}

.cardWithCash {
  position: relative;
  width: 100%;
  background-color: #fff;
  float: left;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .cardWithCash {
    width: 50%;
  }
}

.cardWithCash .buttonArrow-left,
.cardWithCash .buttonArrow-right {
  position: absolute;
  top: 50%;
  padding: 0px;
  margin: 0px;
}

.cardWithCash__slick {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .cardWithCash__slick {
    padding-top: 72px;
    padding-bottom: 70px;
  }
}

.cardWithCash__item {
  margin: 0 auto;
  max-width: 268px;
}

.cardWithCash__name {
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  max-width: 160px;
  margin: 0 auto;
  font-size: 14px;
  padding: 32px 5px 8px 5px;
  color: #4d4d4d;
}

.cardWithCash__title {
  text-align: center;
  padding: 8px 0px 0px 0px;
  font-size: 12px;
}

.cardWithCash .buttonArrow-left {
  left: 20px;
  z-index: 1;
}

.cardWithCash .buttonArrow-right {
  right: 20px;
  z-index: 1;
}

.settingsWithCash {
  position: relative;
  width: 100%;
  background-image: -webkit-linear-gradient(140deg, #ede9e4, #f4f0ee);
  background-image: linear-gradient(310deg, #ede9e4, #f4f0ee);
  float: left;
  min-height: 386px;
}

@media only screen and (min-width: 768px) {
  .settingsWithCash {
    width: 50%;
  }
}

.settingsWithCash__wrapper {
  margin: 40px 28px 16px 48px;
}

.settingsWithCash__slider:after {
  content: "";
  display: table;
  clear: both;
}

.settingsWithCash__slider .sliderDescriptionMin,
.settingsWithCash__slider .sliderDescriptionMax {
  float: left;
  font-size: 12px;
  color: #4d4d4d;
  margin: 0;
}

.settingsWithCash__slider .sliderDescriptionMin:last-child,
.settingsWithCash__slider .sliderDescriptionMax:last-child {
  float: right;
}

.settingsWithCash__slider .sliderDescription {
  margin-top: 16px;
}

.settingsWithCash__slider .settingsWithCash__slideEl {
  float: left;
  margin-top: 48px;
  margin-bottom: 32px;
}

.settingsWithCash__amountlist {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 56px;
  padding-left: 0;
  list-style-type: none;
}

.settingsWithCash__amountlist>li {
  padding-right: 12px;
}

.settingsWithCash__amountTitle {
  margin: 0;
  font-size: 12px;
  font-size: .8rem;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: 0.3px;
  color: #262626;
}

.settingsWithCash__amountlistItem {
  display: inline-block;
  width: 50%;
  padding-bottom: 16px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .settingsWithCash__amountlistItem {
    width: 33%;
  }
}

.settingsWithCash__amountlistItem .item {
  position: relative;
  display: block;
  border-radius: 8px;
  border: solid 1px #e6e6e6;
  padding: 22px 32px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.settingsWithCash__amountlistItem .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: #fff;
  display: block;
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.settingsWithCash__amountlistItem .item.item-active,
.settingsWithCash__amountlistItem .item:hover {
  background-image: -webkit-linear-gradient(139deg, #F08E00, #F36F20);
  background-image: linear-gradient(311deg, #F08E00, #F36F20);
}

.settingsWithCash__amountlistItem .item.item-active:before,
.settingsWithCash__amountlistItem .item:hover:before {
  opacity: 0;
}

.settingsWithCash__amountlistItem .item.item-active .ammountText,
.settingsWithCash__amountlistItem .item:hover .ammountText {
  color: #fff;
}

.settingsWithCash__amountlistItem .item .ammountText {
  position: absolute;
  width: 100%;
  top: 50%;
  color: #4d4d4d;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-transition: color .20s ease;
  transition: color .20s ease;
}

.accordionBar {
  background-color: #fff;
  width: 100%;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 16px;
}

.accordionBar:after {
  content: "";
  display: table;
  clear: both;
}

.accordionBar__title {
  float: left;
  font-size: 20px;
  margin: 0;
  padding: 16px 0px 0px 16px;
}

@media only screen and (min-width: 768px) {
  .accordionBar__title {
    margin-left: 32px;
  }
}

.accordion-button.btn {
  float: right;
  margin: 16px 16px 0px 0px;
  text-decoration: none;
}

.accordion-button.btn:active,
.accordion-button.btn:focus,
.accordion-button.btn:hover,
.accordion-button.btn:visited {
  text-decoration: none;
}

.accordion-button.btn::after {
  font-size: 6px;
}

@media only screen and (min-width: 768px) {
  .accordion-button.btn {
    margin-right: 32px;
  }
}

.tutorialContainer {
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 0px;
  padding: 0;
  vertical-align: top;
}

.iconCircleAccordion {
  position: relative;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  padding: 32px 16px 0px 16px;
  margin: 0px;
  text-align: center;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .iconCircleAccordion {
    width: 33.3333334%;
  }
}

.iconCircleAccordion:last-child {
  padding-bottom: 32px;
}

.iconCircleAccordion__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f5f5f5;
  display: inline-block;
  line-height: 48px;
}

.iconCircleAccordion__name {
  font-weight: bold;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 0px;
}

.iconCircleAccordion__title {
  font-size: 14px;
  color: gray;
  line-height: 1.1;
  max-width: 300px;
  margin: 0 auto;
  padding: 0px 16px 0px 16px;
}

.rc-slider-disabled {
  background-color: #fff;
}

.rc-slider-tooltip-inner {
  font-size: 12px;
  font-weight: 500;
  line-height: 0.88;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #4d4d4d;
}

.text-tooltip .rc-slider-tooltip-inner {
  padding: 0;
  color: #4d4d4d;
  background-color: #fff;
}

.settingsCard__slideEl .rc-slider {
  position: relative;
  width: 100%;
  height: 30px;
}

.settingsCard__slideEl .rc-slider-rail {
  height: 8px;
  background-color: #e6e6e6;
}

.settingsCard__slideEl .rc-slider-track {
  height: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  background-image: -webkit-linear-gradient(173deg, #F08E00, #F36F20);
  background-image: linear-gradient(277deg, #F08E00, #F36F20);
}

.settingsCard__slideEl .rc-slider-handle {
  visibility: hidden;
}

.settingsCard__slideEl .rc-slider-dot,
.settingsCard__slideEl .rc-slider-dot-active {
  border-radius: 0;
  width: 0;
  height: 8px;
  border: 0;
  background-color: rgba(255,255,255,0.7);
  bottom: -4px;
  border: 0.5px solid #fff;
  margin-left: -1px;
}

.settingsCard__slideEl .rc-slider-dot:first-child,
.settingsCard__slideEl .rc-slider-dot:last-child,
.settingsCard__slideEl .rc-slider-dot-active:first-child,
.settingsCard__slideEl .rc-slider-dot-active:last-child {
  display: none;
}

.settingsWithCash__slideEl .rc-slider {
  position: relative;
  width: 100%;
  height: 30px;
}

.settingsWithCash__slideEl .rc-slider-rail {
  height: 10px;
}

.settingsWithCash__slideEl .rc-slider-track {
  height: 10px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  background-image: -webkit-linear-gradient(173deg, #F08E00, #F36F20);
  background-image: linear-gradient(277deg, #F08E00, #F36F20);
}

.settingsWithCash__slideEl .rc-slider-handle {
  z-index: 1;
  position: absolute;
  margin-top: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #F36F20;
  background-color: #fff;
}

.settingsWithCash__slideEl .rc-slider-handle:active {
  border-color: #F36F20;
  -webkit-box-shadow: 0 0 5px #F36F20;
  box-shadow: 0 0 5px #F36F20;
}

.settingsWithCash__slideEl .rc-slider-handle:before {
  position: absolute;
  content: '';
  top: -40px;
  left: -50%;
  width: 25px;
  height: 40px;
}

.whitCashConfirm {
  background-color: #fff;
}

.whitCashConfirm:after {
  content: "";
  display: table;
  clear: both;
}

.whitCashConfirm__wrapper {
  margin-left: 8.33333333%;
  margin-right: 8.33333333%;
  position: relative;
}

.whitCashConfirm__wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .whitCashConfirm__wrapper {
    margin-left: 16.66667%;
    margin-right: 8.33333333%;
  }
}

.withCashConfirm__left {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 768px) {
  .withCashConfirm__left {
    width: 60%;
  }
}

.withCashConfirm__right {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 768px) {
  .withCashConfirm__right {
    width: 40%;
  }
}

.withCashConfirm__transferStatus {
  position: relative;
  padding-left: 104px;
  left: 0px;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .withCashConfirm__transferStatus {
    left: -104px;
  }
}

.withCashConfirm__transferImage {
  position: absolute;
  left: 16px;
  top: 0;
  width: 64px;
}

.withCashConfirm__transferTitle {
  font-size: 24px;
  font-weight: normal;
  line-height: 0.92;
  color: gray;
  margin: 0;
}

.withCashConfirm__transferName {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.92;
  color: #262626;
  margin: 0;
}

.withCashConfirm__transferNumber {
  padding-top: 8px;
  margin: 0;
  font-size: 12px;
  line-height: 1.83;
  text-align: left;
  color: #4d4d4d;
}

.withCashConfirm__pinTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  text-align: center;
  color: #262626;
  padding-top: 32px;
}

@media only screen and (min-width: 768px) {
  .withCashConfirm__pinTitle {
    text-align: left;
  }
}

.withCashConfirm__pinNumberContainer {
  margin-top: 16px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .withCashConfirm__pinNumberContainer {
    text-align: left;
  }
}

.withCashConfirm__pinNumberContainer .pin {
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #262626;
  border-radius: 8px;
  border: dashed 1px gray;
  display: inline-block;
  padding: 24px 16px;
  margin-bottom: 0;
}

.withCashConfirm__pinNumberContainer .pin.cvv {
  font-size: 18px;
  font-size: 1.2rem;
  padding: 20px 24px;
}

.withCashConfirm__infoContainer {
  display: inline-block;
  vertical-align: top;
  max-width: -webkit-calc(100% - 180px);
  max-width: calc(100% - 180px);
  padding-left: 24px;
  padding-right: 8px;
  position: relative;
  margin-left: 16px;
}

.withCashConfirm__infoContainer .icon-info {
  position: absolute;
  top: 4px;
  left: 0;
  padding-top: 16px;
}

.withCashConfirm__infoContainer .text-info {
  padding-top: 16px;
  margin: 0;
  font-size: 12px;
  line-height: 1.17;
  text-align: left;
  color: #4d4d4d;
}

.withCashConfirm__cardContainer {
  padding-top: 50px;
  padding-bottom: 88px;
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .withCashConfirm__cardContainer {
    padding-top: 40px;
    margin: 0;
    max-width: none;
  }
}

@media only screen and (min-width: 1024px) {
  .withCashConfirm__cardContainer {
    padding-top: 0px;
  }
}

.withCashConfirm__cardContainer:before {
  content: '';
  width: 80%;
  height: 1px;
  display: none;
  border: dashed 1px #b3b3b3;
  position: absolute;
  bottom: 110px;
  right: 20%;
}

@media only screen and (min-width: 768px) {
  .withCashConfirm__cardContainer:before {
    display: block;
  }
}

.withCashConfirm__cvvTitle {
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-size: .93333rem;
  margin-bottom: 4px;
}

.withCashConfirm__card {
  position: relative;
}

.withCashConfirm__cardDesc {
  width: 100%;
  min-height: 82px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 7px 7px;
  -webkit-box-shadow: 0 12px 23px 0 rgba(0,0,0,0.1);
  box-shadow: 0 12px 23px 0 rgba(0,0,0,0.1);
}

.withCashConfirm__amount {
  text-align: center;
  padding-top: 10px;
}

.withCashConfirm__range {
  position: relative;
  text-align: center;
  padding: 8px 26px 22px;
}

.amountCard__value {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.02;
  color: #262626;
  margin-left: 4px;
}

.amountCard__currency {
  font-size: 18px;
  line-height: 1.02;
  margin-left: 4px;
  font-weight: normal;
}

.withCashConfirm__duration {
  font-size: 12px;
  font-weight: 500;
  line-height: 0.88;
  color: #4d4d4d;
}

.panel-payments-content .whitCashConfirm>.modSpacer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}

.WithCashInputPage {
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

.lbsContainer .nav-tabs {
  background: none;
}

.lbsMap {
  height: 593px;
}

@media only screen and (max-width: 767px) {
  .lbsMap {
    height: -webkit-calc(100vh - 235px);
    height: calc(100vh - 235px);
  }
}

@media only screen and (min-width: 768px) {
  .lbsMap {
    height: -webkit-calc(100vh - 381px);
    height: calc(100vh - 381px);
  }
}

@media only screen and (min-width: 1024px) {
  .lbsMap {
    height: 593px;
  }
}

@media only screen and (max-width: 1023px) {
  .lbsMap .active {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .activeFalse {
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .activeFalse {
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .activeFalse {
    width: 100%;
    display: block;
  }
}

.infoWindow {
  padding-top: 5px;
}

.infoWindow--name {
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  color: black;
  text-transform: capitalize;
}

.infoWindow--name:hover {
  text-decoration: underline;
  color: black;
}

.infoWindow--title {
  font-size: 12px;
  margin-top: 8px;
}

.infoWindow--time {
  float: left;
  font-size: 12px;
}

@media only screen and (max-width: 1023px) {
  .nav-tabs-storelocator li {
    width: 50%;
    display: inline-block;
    margin: 0 !important;
  }

  .nav-tabs-storelocator li a::after {
    content: '';
    width: 0;
    height: 0;
    border-radius: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .active-storeLocator {
    background: #fff;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapperLbs {
    padding-bottom: 10px;
  }
}

.wrapperLbs .nav-tabs-holder {
  margin-bottom: -2px;
  overflow-x: hidden;
}

@media only screen and (min-width: 1024px) {
  .wrapperLbs .nav-tabs {
    border-bottom: 1px rgba(230,230,230,0.5) solid;
  }
}

.wrapperLbs .nav-tabs>li>a {
  text-transform: none;
  font-size: 14px;
  color: #262626;
}

@media only screen and (max-width: 1023px) {
  .wrapperLbs .nav-tabs>li>a {
    background-color: #f5f5f5;
  }
}

.wrapperLbs .nav-tabs>li>a:hover {
  color: #F36F20;
}

.wrapperLbs .nav-tabs>li.active>a {
  color: #F36F20;
}

@media only screen and (max-width: 1023px) {
  .wrapperLbs .nav-tabs>li.active>a {
    background-color: #fff;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapperLbs .nav-tabs>li.active a:after {
    background-color: #F36F20;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapperLbs .nav-tabs>li>a:after {
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: transparent;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .active-map {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .active-map {
    display: none;
  }
}

.wrapperLbsMap {
  position: relative;
  float: left;
  width: 65%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .wrapperLbsMap {
    display: block;
    width: 100%;
  }
}

.icon-adjust-position {
  position: absolute;
  top: 10px;
  right: 9px;
}

.lbsFilter-open {
  font-size: 12px;
  font-weight: 500;
  margin-left: 32px;
  color: #4d4d4d;
}

@media only screen and (max-width: 767px) {
  .lbsFilter-open {
    margin-left: 34px;
  }
}

@media only screen and (min-width: 768px) {
  .activeButtonList {
    width: 65%;
    display: block;
  }
}

.wrapperLbsList {
  position: relative;
  float: left;
  width: 35%;
  overflow-y: auto;
  background-color: #fff;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .wrapperLbsList {
    width: 100%;
    height: -webkit-calc(100vh - 235px);
    height: calc(100vh - 235px);
  }
}

@media only screen and (min-width: 768px) {
  .wrapperLbsList {
    width: 35%;
    height: -webkit-calc(100vh - 381px);
    height: calc(100vh - 381px);
    min-height: 400px;
  }
}

@media only screen and (min-width: 1024px) {
  .wrapperLbsList {
    height: 593px;
  }
}

.wrapperLbsInfoPanel__overflow {
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 550px;
}

@media only screen and (max-width: 1023px) {
  .wrapperLbsInfoPanel__overflow {
    height: -webkit-calc(100vh - 424px);
    height: calc(100vh - 424px);
  }
}

@media only screen and (max-width: 767px) {
  .wrapperLbsInfoPanel__overflow {
    height: -webkit-calc(100vh - 213px);
    height: calc(100vh - 213px);
  }
}

.wrapperLbsList__title {
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.1px;
  padding-top: 20px;
  display: block;
}

.branchList__Name {
  width: 100%;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: left;
  margin-bottom: 4px;
  color: #262626;
}

.branchList__Address {
  width: 100%;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  float: left;
  margin-bottom: 4px;
  color: gray;
}

.infoPanel__detailOpen {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #3D8F62;
}

.infoPanel__detailClosed {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #D83636;
}

.infoPanel__circlePosition {
  float: left;
  position: relative;
  top: 4px;
}

.infoPanel__detailHourText {
  margin: -13px;
  padding-left: 25px;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  text-align: left;
  color: #262626;
}

.branchList__Hour {
  width: 100%;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-left: 12px;
  color: #262626;
}

.branchList__loadMoreBtnWrapper {
  padding: 15px;
  text-align: right;
}

.markerAnimation {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(1.8) rotate(0.01deg);
  -ms-transform: scale(1.8) rotate(0.01deg);
  transform: scale(1.8) rotate(0.01deg);
}

.wrapperLbsMap__geolocalization {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 468px;
  left: auto;
  right: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
  z-index: 9;
  padding: 0;
  outline: none;
}

@media only screen and (max-width: 1023px) {
  .wrapperLbsMap__geolocalization {
    top: -webkit-calc(100vh - 505px);
    top: calc(100vh - 505px);
  }
}

@media only screen and (max-width: 767px) {
  .wrapperLbsMap__geolocalization {
    top: -webkit-calc(100vh - 291px);
    top: calc(100vh - 291px);
  }
}

.wrapperLbsInfo {
  position: relative;
  width: 35%;
  float: left;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .wrapperLbsInfo {
    width: 35%;
    height: -webkit-calc(100vh - 381px);
    height: calc(100vh - 381px);
    min-height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapperLbsInfo {
    width: 100%;
    height: -webkit-calc(100vh - 235px);
    height: calc(100vh - 235px);
  }
}

@media only screen and (min-width: 1024px) {
  .wrapperLbsInfo {
    width: 35%;
    height: 593px;
  }
}

.branchInfo__heading {
  position: relative;
  padding: 20px 15px 40px 0;
  color: #000;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
}

.branchInfo__detailPanel {
  display: block;
  position: relative;
  padding-left: 21px;
}

.infoPanel__direction {
  position: absolute;
  bottom: -53px;
  right: 20px;
  width: 54px;
  line-height: 54px;
  font-size: 24px;
  font-size: 1.6rem;
  text-align: center;
  color: #367df3;
  border-radius: 50%;
  z-index: 9;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}

.wrapperLbsList__underline {
  border-bottom: 1px solid #e6e6e6;
  margin-left: 16px;
  margin-right: 16px;
}

.wrapperLbsInfo__underline {
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .wrapperLbsFilter__underline {
    border-bottom: 1px solid #fff;
    position: relative;
    top: 60px;
  }
}

.wrapperLbsFilter {
  padding-top: 16px;
  margin: 0px;
  border-radius: 1px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.inputListFilter {
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
  height: 36px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  padding: 11px 16px 11px 16px;
  float: left;
}

.inputListFilter:focus {
  background: #f5f5f5;
  outline: 0;
}

.search_bar {
  background: #fff;
  padding: 18px 16px 14px 16px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.search_bar:after {
  content: "";
  display: table;
  clear: both;
}

.wrapperLbsFilter__buttonFiltering {
  width: 37px;
  height: 37px;
  margin-right: -16px;
  float: left;
  border-radius: 50%;
  position: absolute;
  right: 31px;
  border: solid 1px #e6e6e6;
  outline: 0;
  padding: 0;
  top: 18px;
}

.wrapperLbsFilter__buttonFiltering:hover {
  background: #F36F20;
  color: #fff;
}

.active-filterButton {
  color: #fff;
  background: #F36F20;
}

.active-filterButton::after {
  content: '';
  width: 40px;
  background-color: #F36F20;
  height: 3px;
  display: block;
  position: absolute;
  right: -2px;
  top: 47px;
}

.wrapperLbsFilter__collapse {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wrapperLbsFilter__collapse {
    padding: 0;
  }
}

.wrapperLbsFilter__openCheck {
  padding: 7px;
}

.wrapperLbsFilter__span {
  margin-left: 3px;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

.wrapperLbsList__li {
  display: block;
  padding: 16.5px;
  border-radius: 4px;
  margin: 16px;
  position: relative;
}

.wrapperLbsList__li:after {
  content: "";
  display: table;
  clear: both;
}

.wrapperLbsList__li:hover,
.wrapperLbsList__li:focus {
  background-color: #f5f5f5;
}

.wrapperLbsList__ul {
  display: block;
  padding-left: 0;
  width: 100%;
}

.wrapperLbsList__ul:after {
  content: "";
  display: table;
  clear: both;
}

.branchList {
  float: left;
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
}

.branchList_arrow {
  font-size: 8px;
  color: gray;
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: 0px;
}

.infoPanel__title {
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  padding: 8px;
  color: gray;
}

.infoPanel__heading {
  display: block;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4d4d;
  font-weight: 300;
  padding: 7px;
}

.infoPanel__name {
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: left;
  margin-bottom: 8px;
  color: #262626;
}

.infoPanel__address {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  text-align: left;
  margin-bottom: 8px;
  color: gray;
}

.infoPanel__Subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.2px;
  text-align: left;
  color: #262626;
}

.infoPanel__ListLi {
  font-size: 14px;
  padding: 10px 0;
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  color: #4d4d4d;
}

.infoPanel__ListLi:last-child {
  border-bottom: 0px;
}

.infoPanel__openingHours__day {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  text-align: right;
  color: #262626;
  float: left;
  text-align: left;
  width: 30%;
}

.infoPanel__openingHours__hour {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  text-align: right;
  color: #262626;
  float: left;
  width: 70%;
  text-align: right;
}

.infoPanel__contact {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4d4d4d;
  word-break: break-all;
}

.infoPanel__contact:hover {
  text-decoration: underline;
}

.infoPanel__contact:active {
  text-decoration: underline;
}

.image__block__nodata {
  margin: 165px auto;
}

.no-data__detailstrong,
.no-data__details {
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
}

.no-data__detailstrong {
  font-weight: 500;
}

.no-data__details {
  font-weight: 300;
}

.btn--backWithArrow .arrowIcon {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  font-size: 8px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 50%;
}

.btn--backWithArrow .arrowIcon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn--backWithArrow .button-label {
  text-transform: uppercase;
  font-size: 12px;
  font-size: .8rem;
}

.search_bar_icon-close {
  margin-left: -90px;
  position: relative;
  top: 10px;
  left: 60px;
  outline: none;
  padding: 0;
  border: 0;
}

.wrapperLbsFilter__checkBoxItem {
  margin-bottom: 4px;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .wrapperLbsFilter__checkBoxItem {
    margin-bottom: 21px;
  }
}

.wrapperLbsFilter__checkBoxItem:nth-child(3n+1) {
  clear: both;
}

.wrapperLbsFilter__checkBoxList {
  padding: 0;
}

.wrapperLbsFilter__right {
  width: 75%;
  padding-left: 24px;
  float: right;
}

@media only screen and (max-width: 767px) {
  .wrapperLbsFilter__right {
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    height: -webkit-calc(100vh - 241px);
    height: calc(100vh - 241px);
  }
}

.wrapperLbsFilter__branch {
  position: relative;
  top: 15px;
  left: 2px;
}

.wrapperLbsFilter__left {
  float: left;
  width: 25%;
  margin-top: -19px;
}

@media only screen and (max-width: 767px) {
  .wrapperLbsFilter__left {
    width: 100%;
    margin-bottom: 16px;
    padding: 24px;
  }
}

.wrapperLbsFilter__checkButton {
  float: right;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .wrapperLbsFilter__checkButton {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .wrapperLbsFilter__reset {
    width: 50%;
    height: 48px;
    margin-top: 0px;
    border-radius: 0;
    background-color: #fff;
    border: solid 1px #e6e6e6;
  }

  .wrapperLbsFilter__reset:focus {
    height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapperLbsFilter__apply {
    width: 50%;
    height: 48px;
    border-radius: 0;
    border: solid 1px #e6e6e6;
  }

  .wrapperLbsFilter__apply:focus {
    height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapperLbsFilter__check {
    margin: 0;
  }
}

.wrapperLbsFilter__toggle {
  margin-top: -47px;
  margin-left: 100px;
}

.wrapperLbsFilter__toggleBtnWrapper {
  max-width: 160px;
  margin-top: 20px;
}

.wrapperLbsFilter__toggleBtnWrapper .iconInToggle {
  font-size: 20px;
  color: #4d4d4d;
  position: absolute;
  top: -2px;
  left: 0;
}

.wrapperLbsFilter__toggleBtnWrapper .iconInToggle+span {
  margin-left: 30px;
  color: #4d4d4d;
  font-weight: 500;
}

.lbsMobileToggleBtn {
  display: block;
  z-index: 5;
  width: 100%;
  height: 55px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .lbsMobileToggleBtn {
    display: none;
  }
}

.lbsMobileToggleBtn--black {
  background-color: #4d4d4d;
  color: #fff;
}

.lbsMobileToggleBtn--white {
  background-color: #fff;
  color: #000;
}

.lbsMobileToggleBtn button {
  padding: 19px 0px 16px 16px;
  font-size: 14px;
  text-align: left;
}

.lbsMobileToggleBtn button:focus {
  outline: 0;
}

.lbsMobileToggleBtn span {
  padding: 10px;
}

.wrapperLbsListButton {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapperLbsListButton {
    width: 49px;
    height: 68px;
    border-radius: 0px 8px 8px 0px;
    position: absolute;
    top: 16px;
    z-index: 9;
    background-color: #fff;
    outline: 0;
    display: block;
  }
}

.setwrapperLbsListButtonColor {
  background-color: #f5f5f5;
}

.lbsAutocompleteInput__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}

.lbsAutocompleteInput__menuItem {
  padding: 10px 16px;
  font-size: 14px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}

.lbsAutocompleteInput__menuItem.active {
  background-color: #f5f5f5;
}

.main-data__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 0.3px;
  text-align: left;
  color: #262626;
  padding-bottom: 5px;
}

.panel-insurance {
  padding-bottom: 6px;
}

.panel-footerInsurance {
  text-align: right;
}

.insuranceBox {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 16px 0px 34px 0px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05);
}

.insuranceBoxContent {
  padding: 16px 22px 16px 22px;
  background-color: #fff;
  border: solid 1px #fff;
}

.insuranceBoxContent__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 0.3px;
  text-align: left;
  color: #262626;
}

.insuranceBoxContent__link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 0.2px;
  text-align: right;
  color: #F36F20;
  padding-top: 88px;
}

.insuranceBoxContent__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4d4d4d;
}

.insuranceQuickAccessBox {
  float: right;
}

.insuranceFooterBox {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin: 0;
  padding: 36px;
  background: url(../graphics/bg_emptyState-newcontacts.svg) no-repeat #fff;
}

.insuranceFooterBox .insuranceFooterBox__title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: 0.4px;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .insuranceFooterBox .removePaddingInsuranceFooterBox {
    padding: 0;
  }
}

.insuranceFooterBox .insuranceFooterBox__titleBold {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0.67;
  letter-spacing: 0.5px;
  text-align: right;
  color: #262626;
  margin-top: 12px;
}

.insuranceFooterBox span {
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 0.2px;
}

.insuranceFooterBox h3 {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: 0.3px;
  color: #262626;
}

.ContactTableBox {
  text-align: left;
  overflow: auto;
  padding: 46px 38px 0px;
  max-height: 300px;
}

@media only screen and (max-width: 767px) {
  .ContactTableBox {
    padding: 0px 38px;
  }
}

.ContactTableBox tr:last-child {
  border-bottom: 0;
}

.ContactTableBox__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.0;
  text-align: center;
  margin-top: -18px;
  color: #262626;
}

.ContactTableBox__headerTable {
  font-size: 11px;
  line-height: 1.09;
  letter-spacing: 0.2px;
  color: gray;
}

.ContactTableBox__headerTable th {
  padding: 0;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .ContactTableBox__headerTable th {
    display: none !important;
  }
}

.ContactTableBox__link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #262626;
}

.ContactTableBox__imgCompany {
  border-radius: 50%;
}

.ContactTableBox__companyName {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.2px;
  margin-left: 16px;
  color: #262626;
}

.ContactTableBox__row {
  border-bottom: 1px solid #e6e6e6;
}

.ContactTableBox__row>td {
  padding: 24px 0px;
}

@media only screen and (max-width: 767px) {
  .ContactTableBox__row td {
    display: block !important;
    float: unset !important;
    position: unset !important;
    padding: 4px 0px;
  }
}

.ContactTableBox__row__title {
  font-size: 11px;
  line-height: 1.09;
  letter-spacing: 0.2px;
  color: gray;
  display: none;
}

@media only screen and (max-width: 767px) {
  .ContactTableBox__row__title {
    display: block;
  }
}

.ContactTableBox__icon {
  padding-right: 10px;
}

.ContactTableBox__phonenumber {
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4d4d4d;
}

.panel-group>.panel {
  padding-top: 0;
}

.InsuranceNavTabs {
  margin: 0;
}

.InsuranceCompanyBox {
  width: 100%;
  border-radius: 4px;
  padding: 6px 0 24px 24px;
  display: block;
  border-radius: 4px 4px 0px 0px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
}

.InsuranceCompanyBox__title {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.06;
  letter-spacing: 0.2px;
  color: #262626;
  padding-left: 26px;
}

.InsuranceCompanyBox__image {
  display: inline-block;
  border-radius: 50%;
  vertical-align: text-top;
}

.InsuranceCompanyBox__subtitle {
  font-size: 14px;
  margin-left: 92px;
  margin-top: -38px;
  font-weight: 400;
}

.InsuranceCompanyBox__collapseButton {
  float: right;
  margin-top: -4px;
  margin-right: 24px;
  display: inline-block;
}

.InsuranceCompanyBox__iconDetails {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
}

.iconDetailsRotate {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.InsuranceCompanyContentBox {
  border-radius: 0px 0px 4px 4px;
  border-top: 0;
  margin-bottom: 0;
}

.InsuranceCompanyContentBox h3 {
  font-size: 12px;
  font-weight: 500;
}

.InsuranceCompanyContentBox h4 {
  font-size: 14px;
}

.collapseButton__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: 0.3px;
  padding-right: 6px;
  color: #fff;
}

.InsuranceCompanyBox__link {
  font-size: 12px;
  margin-left: 92px;
  font-weight: bold;
}

.InsuranceSummaryPanelBox {
  padding-top: 20px;
}

.InsuranceSummaryPanelContentBox__image {
  margin-right: 14px;
  border-radius: 50%;
}

.InsuranceSummaryPanelContentBox__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #262626;
}

.InsuranceSummaryPanelContentBox__buttonIcon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  margin-top: 2px;
  float: right;
}

.InsuranceSummaryPanelContentBox__ammount {
  float: right;
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.2px;
  padding-right: 24px;
  color: #4d4d4d;
}

.InsuranceSummaryPanelContentBox__ammount h3 {
  display: inline-block;
  font-weight: 500;
  float: right;
  margin-top: 1px;
  margin-left: 6px;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.2px;
  color: #4d4d4d;
}

.InsurancePanelBox>.panel-heading {
  background-color: #fafafa;
}

.InsuranceSummaryPanelContentBox__iconDetails {
  float: right;
  font-size: 12px;
  margin-top: 1px;
  margin-right: 1px;
  color: gray;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.collapsed .InsuranceSummaryPanelContentBox__iconDetails {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.InsuranceSummaryFooterBox {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin: 0;
  padding: 16px 0px 26px 16px;
  background-color: #f5f5f5;
}

.InsuranceSummaryFooterBox h3 {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.InsuranceSummaryFooterBox a {
  font-size: 13px;
  font-weight: 600;
}

.InsuranceSummaryFooterBox__assistanceText {
  display: inline-block;
  padding-left: 20px;
  font-weight: 400;
}

.InsuranceSummaryFooterBox__image {
  border-radius: 50%;
  display: inline-block;
}

.InsuranceSummaryFooterBox__icon {
  padding-right: 6px;
  vertical-align: middle;
}

.InsuranceAlertBox__text {
  padding-left: 10px;
}

.InsuranceAlertBox__fee {
  float: right;
  margin-top: 10px;
}

.InsuranceAlertBox {
  margin-top: 0;
}

.InsuranceDetailInfo {
  padding: 16px;
  min-height: 470px;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .InsuranceDetailInfo {
    padding: 32px;
  }
}

.InsuranceDetailInfo .transfer--details.standalone {
  margin-bottom: 0;
}

.compact .InsuranceDetailInfo {
  padding: 0 !important;
}

.compact .InsuranceDetailInfo .FundProductPage__title {
  font-size: 16px;
  font-size: 1.06667rem;
  border-bottom: 1px solid #e6e6e6;
}

.InsuranceDetailInfo__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-size: 1.33333rem;
  font-weight: 300;
  color: #262626;
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}

.InsuranceDocumentFrameBox {
  margin-bottom: 0;
}

.InsurancePopoverBox {
  background-color: #4d4d4d;
}

.InsurancePopoverBox__text {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-align: left;
  color: #fff;
}

.InsurancePopoverBox__text>.padding-paragraph {
  padding-top: 10px;
}

.insuranceConctractingBox {
  margin-bottom: 0;
}

.insuranceConctractingBox h4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 0.3px;
  text-align: left;
  text-transform: uppercase;
  color: #262626;
  margin-left: 10px;
}

.insuranceConctractingBox .inputMaterial.disabled:after {
  z-index: 0;
}

.InsuranceContractingBox__infoDetails span {
  display: block;
}

.InsuranceInfoBox {
  background-color: #fff;
  border: solid 1px #e6e6e6;
  padding: 32px;
}

.InsuranceInfoBox h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4c4c4c;
  margin-top: 8px;
  margin-bottom: 0;
}

.InsuranceInfoBox__text {
  font-size: 10px;
  color: gray;
}

.InsuranceInfoBox__desc {
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.2px;
  text-align: right;
  color: #262626;
}

.InsuranceInfoBox__desc.greenText {
  color: #30915C;
  font-weight: 700;
}

.InsuranceInfoBox__popover {
  margin-left: 6px;
}

.InsuranceContractingBox__infoTitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 0.3px;
  text-align: left;
  color: #4d4d4d;
  text-transform: uppercase;
  margin-left: 6px;
}

.InsuranceContractingBox__infoTitleIcon {
  vertical-align: text-bottom;
  color: gray;
}

.InsuranceContractingBox__infoDescription {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
  text-align: left;
  color: #262626;
  padding-top: 10px;
}

.InsuranceSummaryBox__desc {
  margin-left: 10px;
}

.InsuranceSummaryBox__desc.bold {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.2px;
  text-align: left;
  color: #262626;
}

.insuranceRequestDetails .collapse__payment-details-wrapper {
  padding: 6px 28px;
}

.InsuranceSummaryFieldsBox {
  padding: 7px 18px 7px 18px;
}

.InsuranceSummaryFieldsBox .col-xs-6>h3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  color: #4c4c4c;
}

.InsuranceSummaryFieldsBox .row {
  padding-top: 24px;
  padding-bottom: 24px;
}

.InsuranceSummaryFieldsBox .row.borderFieldsInsurance {
  border-bottom: 1px solid #ccc;
}

.insuranceConctractingBox__header {
  display: block;
}

.InsuranceInfoBox__container {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
}

.panelInsurance--data--table-holder {
  min-height: 200px;
}

.panel-infoInsurance__daysText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  margin-top: 12px;
  letter-spacing: 0.2px;
  text-align: right;
  color: #f7b63b;
}

.panel-infoInsurance__daysLeftIcon {
  font-size: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

.InsuranceContractingBox__signUp {
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 24px;
}

.InsuranceContractingBox__signUp span {
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.2px;
  text-align: left;
  color: #262626;
  margin-right: 16px;
}

.InsuranceContractingBox__signUp a {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: right;
  color: #F36F20;
}

.InsuranceContractingBox__signUp>.InsuranceContractingBox__signUpLink {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .InsuranceContractingBox__signUp>.InsuranceContractingBox__signUpLink {
    text-align: left;
  }
}

.buttonInsuranceDetail {
  margin-left: 6px;
}

.savingContractedHeader {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  color: #4d4d4d;
}

.DocumentPreviewModeInsurance {
  padding: 16px;
}

.panelInsuranceBox {
  border-radius: 4px 4px 0px 0px !important;
}

.theTutorial {
  position: absolute;
  -webkit-box-shadow: 0 0 0 10000px rgba(0,0,0,0.75);
  box-shadow: 0 0 0 10000px rgba(0,0,0,0.75);
  z-index: 99999999;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
}

.theTutorial.animate {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.theTutorial__pointers {
  z-index: 999999999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.theTutorial__points {
  background: #f39300;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  -webkit-transition: width 300ms ease, height 300ms ease;
  transition: width 300ms ease, height 300ms ease;
  -webkit-animation: pulseTips 1s infinite;
  animation: pulseTips 1s infinite;
}

.theTutorial__points.active {
  width: 40px;
  height: 40px;
  -webkit-animation: none;
  animation: none;
}

.theTutorial__points.active:before {
  width: 48px;
  height: 48px;
}

.theTutorial__points:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 28px;
  height: 28px;
  background-color: rgba(243,147,0,0.2);
  display: block;
  border-radius: 50%;
}

@-webkit-keyframes pulseTips {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(243,147,0,0.4);
    box-shadow: 0 0 0 0 rgba(243,147,0,0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(243,147,0,0);
    box-shadow: 0 0 0 15px rgba(243,147,0,0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(243,147,0,0);
    box-shadow: 0 0 0 0 rgba(243,147,0,0);
  }
}

@keyframes pulseTips {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(243,147,0,0.4);
    box-shadow: 0 0 0 0 rgba(243,147,0,0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(243,147,0,0);
    box-shadow: 0 0 0 15px rgba(243,147,0,0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(243,147,0,0);
    box-shadow: 0 0 0 0 rgba(243,147,0,0);
  }
}

.theTutorial-flyout {
  background-color: #fff;
  position: absolute;
  z-index: 999999999;
  width: 330px;
  border-radius: 4px;
}

.theTutorial-flyout:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #e6e6e6 transparent;
  display: block;
  position: absolute;
  top: -12px;
  left: 12px;
  right: auto;
}

.left .theTutorial-flyout:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #e6e6e6;
  display: block;
  position: absolute;
  top: 12px;
  left: auto;
  right: -12px;
}

.right .theTutorial-flyout:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #e6e6e6 transparent transparent;
  display: block;
  position: absolute;
  top: 12px;
  right: auto;
  left: -12px;
}

.theTutorial-flyout__body {
  padding: 24px 24px 16px;
  position: relative;
  background-color: #e6e6e6;
}

.theTutorial-flyout__body>h1,
.theTutorial-flyout__body h2,
.theTutorial-flyout__body h3 {
  margin: 0;
  font-size: 14px;
  font-size: .93333rem;
  color: #262626;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: bold;
}

.theTutorial-flyout__body>p,
.theTutorial-flyout__body li {
  font-size: 12px;
  font-size: .8rem;
  margin: 0;
  color: #262626;
  letter-spacing: 0;
  line-height: 1.5;
}

.theTutorial-flyout__body>ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.theTutorial-flyout__body>ul li+li {
  margin-top: 8px;
}

.theTutorial-flyout__body>*+* {
  margin-top: 8px;
}

.theTutorial-flyout__footer {
  padding: 10px 24px;
  background-color: #f5f5f5;
  text-align: right;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.theTutorial-flyout__footerLink+.theTutorial-flyout__footerLink {
  margin-left: 8px;
}

.theTutorial__trigger {
  position: fixed;
  top: 50%;
  right: 0;
  width: 52px;
  height: 51px;
  margin-top: -118px;
  z-index: 999;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

@media only screen and (max-width: 767px) {
  .theTutorial__trigger {
    display: none;
  }
}

.theTutorial__trigger.hideBut {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.theTutorial__iconCover {
  background-image: -webkit-linear-gradient(#F36F20, #F36F20),-webkit-linear-gradient(105deg, #F08E00, #F36F20);
  background-image: linear-gradient(#F36F20, #F36F20),linear-gradient(345deg, #F08E00, #F36F20);
  width: 52px;
  height: 51px;
  display: inline-block;
  color: #fff;
  border-radius: 0;
  position: relative;
  padding: 13px;
  margin-left: -6px;
  font-size: 20px;
}

.tutorialTransition-enter {
  opacity: 0.01;
}

.tutorialTransition-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.tutorialTransition-leave {
  opacity: 1;
}

.tutorialTransition-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms easen;
  transition: opacity 300ms easen;
}

@media only screen and (max-width: 767px) {
  .myMessages.messageSelected .myMessages__listBlock {
    display: none !important;
  }

  .myMessages.messageSelected .myMessages__contentBlock {
    position: fixed;
    top: 0;
    z-index: 1;
    height: 100%;
    overflow-y: scroll;
    display: block;
  }
}

.myMessages__listBlock {
  display: inline-block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .myMessages__listBlock {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 578px;
    width: 32%;
    float: left;
    border-right: 1px solid #e6e6e6;
  }
}

.myMessages__contentBlock {
  width: 100%;
  display: none;
}

@media only screen and (min-width: 768px) {
  .myMessages__contentBlock {
    width: 68%;
    float: right;
    display: inline-block;
  }
}

.myMsgList {
  padding: 0;
  background-color: #fff;
}

.footerMessageWrapper {
  background-image: url(../graphics/bg_emptyState_contacts.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e6e6e6;
  padding: 20px 32px 42px;
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  .footerMessageWrapper {
    padding: 4px 0px 14px;
  }
}

.footerMessageWrapper__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: 0.4px;
  color: #262626;
}

.footerMessageWrapper__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 0.3px;
  text-align: left;
  color: #262626;
}

.footerMessageWrapper__linkBranch {
  display: inline-block;
  position: relative;
}

.footerMessageWrapper__linkBranch .footerBtnNext {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  right: -60px;
  border: 1px solid gray;
}

.footerMessageWrapper__linkBranch .footerIconNext {
  font-size: 9px;
  font-size: .6rem;
  position: inherit;
  right: 4px;
  bottom: 4px;
  color: gray;
}

.footerBranch__description {
  max-width: 100px;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-left: 10px;
  display: inline-block;
  color: gray;
  vertical-align: bottom;
}

.currentMessage__iconAttachment {
  -webkit-text-fill-color: #F36F20;
}

.footerBranch__image--style {
  width: 33px;
  height: 40px;
  vertical-align: top;
}

.myMsgItemList {
  width: 100%;
  padding: 0;
  display: table;
  min-height: 90px;
  margin-top: 16px;
}

.myMsgItemList>div {
  display: table-cell;
}

.myMsgItemList:hover {
  border-radius: 4px;
  background-color: #fafafa;
}

.myMsgItemList.active {
  background-color: #f5f5f5;
}

.myMsgItemList__cb {
  text-align: center;
  width: 50px;
  vertical-align: middle;
  position: relative;
}

.myMsgItemList__cb:after {
  position: absolute;
  right: 0;
  left: auto;
  content: '';
  width: 1px;
  min-height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: -webkit-calc(100% - 56px);
  height: calc(100% - 56px);
  bottom: auto;
  background-color: #e6e6e6;
}

.myMsgItemList__txt {
  position: relative;
  padding: 24px 24px 24px 32px;
  cursor: pointer;
}

.new .myMsgItemList__txt:before {
  display: inline-block;
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F36F20;
  left: 16px;
  top: 50%;
}

.myMsgItemList__txt .date {
  font-size: 10px;
  font-size: .66667rem;
  color: gray;
  margin: 0;
  text-transform: uppercase;
}

.myMsgItemList__txt .title {
  font-size: 14px;
  font-size: .93333rem;
  color: #262626;
  margin: 0;
}

.myMsgItemList__txt .desc {
  font-size: 11px;
  font-size: .73333rem;
  color: #4d4d4d;
  margin: 0;
}

.myMsgItemList__prefered {
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

.infoBranch__arrowButton {
  position: relative;
  bottom: 2px;
  font-size: 9px;
}

.btn-prefered {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #b3b3b3;
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-size: .93333rem;
  border: solid 1px #d9d9d9;
  background-color: #fff;
  display: block;
}

.btn-prefered.active {
  color: #fff;
  background-color: #fcb53f;
  color: #fff;
  border: solid 1px #fcb53f;
}

.btn-prefered.large {
  width: 28px;
  height: 28px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}

.myMsgEmptyState__wrapper {
  background-color: #fff;
}

.myMsgEmptyState {
  padding-left: 120px;
  min-height: 578px;
  margin-top: 0;
  border: 0;
  padding-top: 200px;
}

.myMsgEmptyState .EmptyStateInPage__ImgIcon img {
  width: 100%;
}

.myMsgSearchBar__wrapper {
  display: block;
  width: 100%;
  padding: 18px 0px 14px 15px;
  border-radius: 1px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.myMsgSearchBar__searchMessageWrapper {
  display: inline-block;
  width: 85%;
}

@media only screen and (min-width: 768px) {
  .myMsgSearchBar__searchMessageWrapper {
    width: 92%;
  }
}

.myMsgSearchBar__deleteButton {
  display: inline-block;
  width: 15%;
}

@media only screen and (min-width: 768px) {
  .myMsgSearchBar__deleteButton {
    width: 8%;
  }
}

.myMsgSearchBar__deleteButtonStyle {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  vertical-align: middle;
  margin-left: 8px;
}

@media only screen and (min-width: 768px) {
  .myMsgSearchBar__deleteButtonStyle {
    margin-left: 20px;
  }
}

.myMsgSearchBar__deleteButtonStyle.active {
  color: #fff;
  background-color: #F36F20;
}

.myMsgSearchBar__searchMessage {
  min-height: 40px;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  padding-left: 16px;
}

.myMsgSearchBar__searchMessage::-webkit-input-placeholder {
  padding: 11px 0px;
}

.myMsgSearchBar__searchMessage::-moz-placeholder {
  padding: 11px 0px;
}

.myMsgSearchBar__searchMessage:-ms-input-placeholder {
  padding: 11px 0px;
}

.myMsgSearchBar__searchMessage:-moz-placeholder {
  padding: 11px 0px;
}

.listBlock__wrapper {
  background-color: #fff;
  padding: 8px;
  min-height: 578px;
}

.listBlock__wrapper.listBlock__display {
  display: none;
}

.listBlock__messages {
  padding-bottom: 4px;
  border-bottom: 1px solid #b3b3b3;
}

.listBlock__title {
  color: #262626;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.1px;
  text-align: left;
}

.numberElement__text {
  float: right;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1px;
  text-align: left;
  color: gray;
  margin-top: 6px;
}

.msgCheckPosition {
  margin-left: 16px;
  margin-top: 5px;
}

.msgCheckPosition span:before {
  width: 16px !important;
  height: 16px !important;
}

.msgCheckPosition span:after {
  line-height: 19px !important;
  left: 4px !important;
}

.objMessageEmpty {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: gray;
}

.virtualCards {
  background-color: #fff;
}

.virtualCards:after {
  content: "";
  display: table;
  clear: both;
}

.virtualCards+.virtualCards {
  border-top: 1px solid #e6e6e6;
}

.virtualCardsLeft,
.virtualCardsRight {
  float: left;
  padding: 32px 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .virtualCardsLeft,
  .virtualCardsRight {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .virtualCardsLeft {
    padding-right: 120px;
  }
}

.virtualCardsLeft__name,
.virtualCardsLeft__status,
.virtualCardsLeft__description {
  text-align: center;
  margin: 0;
}

.virtualCardsLeft__name {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  color: #262626;
}

.virtualcard__statusContainer {
  width: 55px;
  width: 55px;
  width: 55px;
  margin: 0 auto;
  text-align: center;
  width: 55px;
  width: 55px;
  width: 55px;
  border-radius: 4px;
  background-color: #e6e6e6;
  margin-top: 4px;
}

.virtualCardsLeft__status {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 2.0;
  color: gray;
}

.virtualCardsLeft__description {
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #4d4d4d;
  margin-top: 8px;
}

.virtualCardsLeft__status {
  margin-top: 4px;
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #4d4d4d;
}

.virtualCardsLeft__imgContainer {
  padding-top: 8px;
  max-width: 300px;
  margin: 0 auto;
}

.virtualCardsRight__list {
  list-style-type: none;
  padding-top: 50px;
  padding-left: 0;
  font-size: 14px;
  font-size: .93333rem;
  line-height: 1;
  letter-spacing: 0.2px;
}

.virtualCardsRight__list .virtualCardsRight__listItem {
  display: inline-block;
  width: 100%;
}

.virtualCardsRight__list .virtualCardsRight__listItem+.virtualCardsRight__listItem {
  border-top: 1px solid #e6e6e6;
}

.virtualCardsRight__list .listName {
  padding: 16px 0px 16px 0px;
  float: left;
  font-weight: 300;
  color: #4d4d4d;
}

.virtualCardsRight__list .listValue {
  padding: 16px 0px 16px 0px;
  float: right;
  color: #262626;
}

.virtualCardsRight__buttonsContainer {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .virtualCardsRight__buttonsContainer {
    display: block;
    text-align: right;
  }
}

.virtualCardsRight__button {
  margin: 8px;
}

@media only screen and (min-width: 768px) {
  .virtualCardsRight__button {
    margin: 0;
  }

  .virtualCardsRight__button+.virtualCardsRight__button {
    margin-left: 16px;
  }
}

.newVirtualCardWrapper {
  position: relative;
  background-color: #fff;
  padding: 47px;
}

.newVirtualCardWrapper:after {
  content: "";
  display: table;
  clear: both;
}

.newVirtualCardWrapper .transfer--header {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .newVirtualCard__imgContainer {
    padding-top: 0;
    position: absolute;
    top: -40px;
    right: -45px;
  }
}

.virtualCard__cardStatus {
  margin: 16px 0 24px 0;
}

.virtualCard__cardStatus dl {
  display: inline-block;
  width: 50%;
}

.virtualCard__cardStatus dl dt {
  font-size: 12px;
  font-size: .8rem;
}

.virtualCard__cardStatus dl dd {
  font-size: 19px;
  font-size: 1.26667rem;
}

.virtualCardConfirm .withCashConfirm__transferStatus {
  padding-top: 0;
}

.virtualCardConfirm .withCashConfirm__cardContainer img {
  -webkit-box-shadow: 0 12px 23px 0 rgba(0,0,0,0.1);
  box-shadow: 0 12px 23px 0 rgba(0,0,0,0.1);
}

.virtualCardConfirm .withCashConfirm__cardContainer:before {
  bottom: auto;
  top: 146px;
}

.panel-payments-content .virtualCardSummary>.modSpacer {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .panel-payments-content .virtualCardSummary>.modSpacer {
    padding-bottom: 20px;
  }
}

.smartbanner-show .smartbanner {
  display: block;
}

.smartbanner {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #f5f5f5;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

.smartbanner-container {
  margin: 0 auto;
  white-space: nowrap;
}

.smartbanner-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 5px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
  text-align: center;
  color: gray;
  text-decoration: none;
  border: 0;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-icon {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  margin-right: 12px;
  background-size: cover;
  border-radius: 10px;
  margin: 10px;
}

.smartbanner-info {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 10px;
}

.smartbanner-title {
  font-size: 13px;
  line-height: 18px;
}

.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
  color: #aaa;
}

.smartbanner-ios {
  background: #F2F2F2;
  line-height: 82px;
}

.smartbanner-ios .smartbanner-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-right: 7px;
  color: #b1b1b3;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-icon {
  background-color: transparent;
  -webkit-box-shadow: 0 0.5px 1.5px rgba(0,0,0,0.3);
  box-shadow: 0 0.5px 1.5px rgba(0,0,0,0.3);
}

.smartbanner-ios .smartbanner-info {
  color: #262626;
  font-weight: 400;
}

.smartbanner-ios .smartbanner-title {
  color: #262626;
  font-weight: 400;
  margin-bottom: 4px;
}

.smartbanner-ios .smartbanner-button {
  min-width: 12%;
  padding: 0;
  background: none;
  color: #262626;
  background: #4D4D4D;
  border: 1px solid #333333;
  border-radius: 20px;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
  background: lightgrey;
}

.smartbanner-ios .smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 10px;
  text-transform: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  color: white;
}

.smartbanner-ios .smartbanner-button-text:active,
.smartbanner-ios .smartbanner-button-text:hover {
  background: none;
}

.smartbanner-android {
  background: #f5f5f5;
  line-height: 82px;
}

.smartbanner-android .smartbanner-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-right: 7px;
  color: gray;
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-icon {
  background-color: transparent;
  -webkit-box-shadow: 0 0.5px 1.5px rgba(0,0,0,0.3);
  box-shadow: 0 0.5px 1.5px rgba(0,0,0,0.3);
}

.smartbanner-android .smartbanner-info {
  color: #262626;
  font-weight: 400;
}

.smartbanner-android .smartbanner-title {
  color: #262626;
  font-weight: 400;
  margin-bottom: 4px;
}

.smartbanner-android .smartbanner-button {
  min-width: 12%;
  padding: 0;
  background: none;
  color: #262626;
  background: #4D4D4D;
  border: 1px solid #333333;
  border-radius: 20px;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
  background: lightgrey;
}

.smartbanner-android .smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 10px;
  text-transform: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  color: white;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
  background: none;
}

.statements__body .getSpace+.getSpace {
  margin-top: 24px;
}

.statements__bodySingle .cardFix {
  margin-top: 48px;
}

@media only screen and (min-width: 768px) {
  .statements__bodySingle .cardFix {
    margin-top: 56px;
  }
}

.statements__bodySingle .cardFix.i0 {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .statements__bodySingle .cardFix.i1 {
    margin-top: 0;
  }
}

.statements__bodyAll .row {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .statements__bodyAll .cardFix+.cardFix {
    margin-top: 16px;
  }
}

.statementsArea__headerTitle {
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #262626;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.statementsArea__notificationHeader {
  margin-bottom: 0;
}

.statementsArea__notificationHeader .custom-checkbox label.large {
  margin: 0;
}

.statementsArea__notificationHeader .custom-checkbox__description {
  padding-left: 0;
}

.statementsArea__notificationHeaderInner {
  color: #262626;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 16px;
  display: block;
}

.statementsArea__notificationDesc {
  font-size: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.33;
  color: #262626;
  margin: 0;
  padding: 0 0 16px;
}

.statementsArea__selectCover {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .statementsArea__btnSave {
    position: absolute;
    right: 24px;
    top: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .statementsArea__btnSave {
    top: 20px;
  }
}

.statementsArea__singleAccHeader {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin: 0 0 24px;
}

.statementsArea__singleAccHeader .line1 {
  display: block;
  font-size: 12px;
  font-size: .8rem;
  line-height: 1.17;
  letter-spacing: 0.3px;
  color: #262626;
}

.statementsArea__singleAccHeader .line2 {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.11;
  letter-spacing: 0.2px;
  color: #262626;
  margin-top: 8px;
}

.statementsArea__footer {
  padding-top: 48px;
}

.statementsArea__footer:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .statementsArea__footer {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .statementsArea__footerLinkCover {
    text-align: center;
    margin-top: 16px;
  }
}

.statementsArea__footerLink {
  margin-top: 12px;
}

@media only screen and (min-width: 768px) {
  .statementsArea__footerLink {
    display: inline-block;
    float: right;
  }
}

.ContextualDetail {
  width: 320px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.ContextualDetail * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ContextualDetail:before,
.ContextualDetail:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 98.5%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #CCCCCC;
  z-index: 1;
}

.ContextualDetail:after {
  z-index: 1;
  background-color: #ffffff;
  left: 98.4%;
}

.ContextualDetail__cover {
  padding: 21px 0 0;
  position: relative;
  z-index: 3;
}

.ContextualDetail__image {
  text-align: center;
  padding-bottom: 21px;
}

.ContextualDetail__text {
  font-size: 14px;
  line-height: 1.14;
  text-align: left;
  color: #4d4d4d;
  letter-spacing: 0.2px;
  padding: 0 18px;
}

.ContextualDetail__text>* {
  margin: 0;
}

.ContextualDetail__ctas {
  text-align: center;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  display: block;
  margin-top: 21px;
}

.ContextualDetail__cta {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  color: #333333;
  vertical-align: top;
  padding: 0 8px;
  text-align: center;
  width: 50%;
  line-height: 40px;
}

.ContextualDetail__cta+.ContextualDetail__cta {
  font-weight: bold;
  border-left: 1px solid #e6e6e6;
}

.ContextualOverall {
  background-color: #fff;
  text-align: left;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-family: "HelveticaNeueLT-Roman", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 0;
}

@media only screen and (min-width: 768px) {
  .ContextualOverall {
    display: table;
  }
}

.ContextualOverall * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ContextualOverall__cover {
  padding: 24px 0px 0px;
  text-align: center;
  font-size: 0px;
}

@media only screen and (min-width: 768px) {
  .ContextualOverall__cover {
    padding: 20px 40px;
    width: 80%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
  }
}

.ContextualOverall__image {
  padding-bottom: 24px;
  display: block;
  text-align: center;
  vertical-align: middle;
  max-width: 88px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .ContextualOverall__image {
    display: inline-block;
    padding-bottom: 0px;
    text-align: left;
  }
}

.ContextualOverall__image img {
  width: 100%;
  display: block;
}

.ContextualOverall__text {
  padding: 0 16px 24px;
  display: block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .ContextualOverall__text {
    padding: 0 0 0 40px;
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
    display: inline-block;
  }
}

.ContextualOverall__text>p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #4d4d4d;
  margin: 0px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .ContextualOverall__text>p {
    text-align: left;
  }
}

.ContextualOverall__ctas {
  text-align: center;
  display: block;
  width: 100%;
  border-top: solid 1px #e6e6e6;
  font-size: 0px;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .ContextualOverall__ctas {
    display: inline-block;
    display: table-cell;
    width: 20%;
    border-top: none;
    border-left: solid 1px #e6e6e6;
  }
}

.ContextualOverall__cta {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  line-height: 1.33;
  letter-spacing: 0.2px;
  padding: 16px 12px;
  width: 50%;
  color: #262626;
}

@media only screen and (min-width: 768px) {
  .ContextualOverall__cta {
    display: block;
    width: 100%;
    padding: 26px 16px;
  }
}

.ContextualOverall__cta--positive {
  font-weight: bold;
}

.ContextualOverall__cta+.ContextualOverall__cta {
  border-left: solid 1px #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .ContextualOverall__cta+.ContextualOverall__cta {
    border-left: none;
    border-top: solid 1px #e6e6e6;
  }
}

.ContextualPrelogin {
  background-color: #fff;
  margin: 0 auto;
  text-align: left;
  border-radius: 10px;
}

.ContextualPrelogin__price {
  text-align: center;
  padding: 40px 0;
}

.ContextualPrelogin__priceLabel {
  font-size: 12px;
  line-height: 1.17;
  color: #fff;
  font-family: 'SFUIText','Roboto', 'San Francisco', 'HelveticaNeueW02', Helvetica, Arial, sans-serif;
}

.ContextualPrelogin__priceNumber {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11;
  color: #fff;
}

.ContextualPrelogin__cover {
  border-top: 1px solid #fff;
}

.ContextualPrelogin__text {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'SFUIText','Roboto', 'San Francisco', 'HelveticaNeueW02', Helvetica, Arial, sans-serif;
  padding: 16px 16px 18px;
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  color: #4d4d4d;
}

.ContextualPrelogin__text p {
  margin-bottom: 0;
}

.ContextualPrelogin__ctas {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.17;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #e6e6e6;
  width: 40%;
}

.ContextualPrelogin__cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  display: block;
  line-height: 40px;
  text-align: center;
  color: #262626;
  padding: 3px 12px;
  font-family: 'SFUIText','Roboto', 'San Francisco', 'HelveticaNeueW02', Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.ContextualPrelogin__cta--positive {
  font-weight: bold;
}

.ContextualPrelogin__cta:hover {
  text-decoration: underline;
}

.ContextualPrelogin__cta+.ContextualPrelogin__cta {
  border-top: 1px solid #e6e6e6;
}

.FreeplacePhotoFull {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}

.FreeplacePhotoFull.LEADING {
  text-align: left;
}

.FreeplacePhotoFull.CENTER {
  text-align: center;
}

.FreeplacePhotoFull.CENTER .FreeplacePhotoFull__text {
  float: none;
  margin: 0 auto;
  padding: 22px;
}

@media only screen and (min-width: 768px) {
  .FreeplacePhotoFull.CENTER .FreeplacePhotoFull__text {
    padding: 32px;
  }
}

.FreeplacePhotoFull.TRAILING {
  text-align: right;
}

.FreeplacePhotoFull.TRAILING .FreeplacePhotoFull__text {
  float: right;
  padding: 22px 22px 22px 0px;
}

@media only screen and (min-width: 768px) {
  .FreeplacePhotoFull.TRAILING .FreeplacePhotoFull__text {
    padding: 32px 32px 22px 0;
  }
}

.FreeplacePhotoFull__cover {
  position: relative;
}

.FreeplacePhotoFull__image {
  width: 100%;
}

.FreeplacePhotoFull__image img {
  display: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .FreeplacePhotoFull__image img.small {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .FreeplacePhotoFull__image img.medium {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .FreeplacePhotoFull__image img.big {
    display: block;
  }
}

.FreeplacePhotoFull__textWrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}

.FreeplacePhotoFull__text {
  font-family: "Gnuolane W00 Regular", 'HelveticaNeueW02', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #333333;
  padding: 32px 0px 32px 32px;
  z-index: 2;
  margin: 0;
  width: 60%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .FreeplacePhotoFull__text {
    width: 85%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .FreeplacePhotoFull__text {
    width: 45%;
  }
}

@media only screen and (min-width: 1024px) {
  .FreeplacePhotoFull__text {
    font-size: 24px;
  }
}

.FreeplacePhotoFull__ctas {
  position: relative;
  z-index: 2;
  padding: 0px 32px;
  clear: both;
}

.FreeplacePhotoSquared {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
}

.FreeplacePhotoSquared.CENTER {
  text-align: center;
}

.FreeplacePhotoSquared.CENTER .FreeplacePhotoSquared__text {
  margin: 0 auto;
  padding: 22px;
}

@media only screen and (min-width: 768px) {
  .FreeplacePhotoSquared.CENTER .FreeplacePhotoSquared__text {
    padding: 32px;
  }
}

.FreeplacePhotoSquared.TRAILING {
  text-align: right;
}

.FreeplacePhotoSquared.TRAILING .FreeplacePhotoSquared__text {
  float: right;
  padding: 22px 22px 22px 0px;
}

@media only screen and (min-width: 768px) {
  .FreeplacePhotoSquared.TRAILING .FreeplacePhotoSquared__text {
    padding: 32px 32px 22px 0;
  }
}

.FreeplacePhotoSquared.LEADING {
  text-align: left;
}

.FreeplacePhotoSquared__cover {
  position: relative;
}

.FreeplacePhotoSquared__image {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.FreeplacePhotoSquared__image img {
  display: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .FreeplacePhotoSquared__image img.small {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .FreeplacePhotoSquared__image img.medium {
    display: block;
  }
}

.responsiveTarget .FreeplacePhotoSquared__image img.big {
  display: none;
}

.deviceTarget .FreeplacePhotoSquared__image img.small,
.deviceTarget .FreeplacePhotoSquared__image img.medium {
  display: none;
}

.deviceTarget .FreeplacePhotoSquared__image img.big {
  display: block;
}

.FreeplacePhotoSquared__textWrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.FreeplacePhotoSquared__text {
  padding: 22px 0px 22px 22px;
  position: relative;
  z-index: 2;
  margin: 0;
  width: 80%;
}

.FreeplacePhotoSquared__text>* {
  font-family: "Gnuolane W00 Regular", 'HelveticaNeueW02', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: inherit;
  display: inline;
}

.FreeplacePhotoSquared__text>* strong {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .FreeplacePhotoSquared__text {
    padding: 32px 0px 22px 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .FreeplacePhotoSquared__text {
    width: 56%;
  }
}

@media only screen and (min-width: 1024px) {
  .FreeplacePhotoSquared__text {
    display: block;
  }
}

.LIGHT .FreeplacePhotoSquared__text {
  color: #fff;
}

.DARK .FreeplacePhotoSquared__text {
  color: #000;
}

.FreeplacePhotoSquared__ctas {
  position: relative;
  z-index: 2;
  padding: 0px 22px;
  clear: both;
}

.FreeplacePhotoSquared__ctas .btn.btn-primary:hover {
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .FreeplacePhotoSquared__ctas {
    padding: 0px 32px;
  }
}

.FreeplacePrelogin {
  background-color: #fff;
  margin: 0 auto;
  text-align: left;
  border-radius: 4px;
  padding: 28px 0;
}

.FreeplacePrelogin:before {
  content: '';
  display: block;
  width: 35%;
  position: absolute;
  top: -2px;
  left: 0;
  height: 8px;
  border-radius: 4px;
  background-color: #D65A10;
}

.FreeplacePrelogin__cover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px;
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 118px);
  width: calc(100% - 118px);
}

.FreeplacePrelogin__image {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-right: 32px;
}

.FreeplacePrelogin__image img {
  max-width: 86px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.FreeplacePrelogin__title {
  font-size: 18px;
  font-weight: bold;
  color: #262626;
  font-family: 'Roboto', 'San Francisco', 'HelveticaNeueW02', Helvetica, Arial, sans-serif;
}

.FreeplacePrelogin__text {
  font-size: 12px;
  line-height: 1.2;
  color: #262626;
  padding-top: 8px;
  font-family: 'Roboto', 'San Francisco', 'HelveticaNeueW02', Helvetica, Arial, sans-serif;
}

.InAppFreePlaceVideoPreview {
  display: block;
}

.InAppFreePlaceVideo__videoBody {
  padding: 64px 0;
}

.InAppFreePlaceVideo__videoBodyContainer {
  max-width: 694px;
  margin: 0 auto;
  -webkit-transition: max-width .5s ease;
  transition: max-width .5s ease;
}

.InAppFreePlaceVideo__videoBodyContainer.large {
  max-width: 100%;
}

.InAppFreePlaceVideo__video {
  width: 100%;
}

.extraContentWrapper {
  opacity: 0;
  -webkit-transition: 400ms all ease;
  transition: 400ms all ease;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.show-extra-info .extraContentWrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 50px;
  height: 50px;
}

.InfoCard {
  font-family: "HelveticaNeueLT","HelveticaNeueW02",Helvetica,Arial,sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 630px;
}

.InfoCard .extraInfoToggler {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 16px;
  fill: #7F7F7F;
}

.InfoCard .icon-bullet-arrow-rtl.withSvg,
.InfoCard .icon-info.withSvg {
  width: 16px;
  display: block;
}

.InfoCard .icon-bullet-arrow-rtl.withSvg svg,
.InfoCard .icon-info.withSvg svg {
  display: block;
  width: 100%;
}

.InfoCard .disclaimer--text {
  padding-left: 16px;
  vertical-align: middle;
}

.InfoCard .disclaimer__icon-info {
  font-size: 16px;
  vertical-align: middle;
}

.InfoCard .extraContentWrapper {
  top: 0;
  background-color: #FFFFFF;
  z-index: 4;
  height: 100%;
  width: 100%;
}

.InfoCard .InfoCard__buttonCover .btn {
  line-height: 40px;
}

.InfoCard__bgWhite {
  background-color: #ffffff;
  padding: 74px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .InfoCard__bgWhite {
    padding: 74px 0 1px 0;
  }
}

.InfoCard__bgGray {
  background-color: #e6e6e6;
  padding: 40px 0 40px 0;
}

.InfoCard__innerSpacer {
  text-align: left;
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  .InfoCard__innerSpacer {
    padding: 0;
  }
}

.InfoCard__image {
  padding: 0 56px;
  float: left;
}

.InfoCard__image img {
  width: 88px;
}

@media only screen and (max-width: 767px) {
  .InfoCard__image {
    text-align: center;
    float: none;
  }
}

.InfoCard__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 56px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .InfoCard__title {
    margin: 0;
    text-align: left;
    padding: 0 0 24px 200px;
    width: 78%;
    color: #262626;
  }
}

.InfoCard__desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  color: #262626;
  padding-left: 200px;
}

@media only screen and (max-width: 767px) {
  .InfoCard__desc {
    padding: 16px 56px 0;
    text-align: center;
  }
}

.InfoCard__interested {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
  color: #262626;
  margin: 0;
}

.InfoCard__buttonCover {
  text-align: left;
  padding-left: 200px;
  display: block;
}

.InfoCard__buttonCover .btn {
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  margin: 16px 0px 0;
}

.InfoCard__buttonCover .buttonCover__info+.buttonCover__info {
  margin-left: 12.5px;
}

@media only screen and (max-width: 767px) {
  .InfoCard__buttonCover .buttonCover__info+.buttonCover__info {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .InfoCard__buttonCover {
    padding: 0;
    text-align: center;
  }
}

.buttonCover__info {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .buttonCover__info {
    display: block;
  }
}

.InfoCard__notInterested {
  padding-top: 16px;
}

.InfoCard__disclaimer {
  background-color: #f5f5f5;
  border-radius: 8px;
  font-size: 12px;
  padding: 10px;
  word-wrap: break-word;
  color: gray;
  margin: 24px 16px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
}

@media only screen and (min-width: 768px) {
  .InfoCard__disclaimer {
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    margin: 32px 56px 0;
  }
}

.InfoCard__notInterestedLink {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2px;
  display: inline-block;
  text-transform: uppercase;
}

.extraContentWrapper {
  text-align: left;
}

.extraContentWrapper__inner {
  padding: 24px 10px 32px 30px;
}

.extraContentWrapper__title {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.14;
  text-align: left;
  padding-bottom: 4px;
  width: 100%;
}

.extraContentWrapper__subTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.2px;
  color: #333333;
}

.extraContentWrapper__text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0.1px;
  text-align: left;
  color: #4d4d4d;
}

.extraContentWrapper__textScroll {
  max-height: 301px;
  padding-right: 20px;
  overflow-y: auto;
}

.InfoCard__iconCover {
  font-size: 16px;
}

.InfoCard__iconCover svg {
  width: 1em;
  height: 1em;
}

.extraContentWrapper__imageCover {
  padding-top: 16px;
}

.extraContentWrapper__image {
  width: 88px;
  display: block;
  margin: 0 auto;
}

.MyLetter {
  background-color: #f5f5f5;
  max-width: 810px;
}

.MyLetter .responsiveImage+.MyLetter__body .MyLetter__btn-prefered {
  top: -14px;
}

.MyLetter__body {
  padding: 48px 48px 84px;
  background-color: #f5f5f5;
  position: relative;
}

.MyLetter__btn-prefered {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #b3b3b3;
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-size: .93333rem;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: block;
}

.MyLetter__btn-prefered.active {
  color: #fff;
  background-color: #f7b63b;
  border: solid 1px #f7b63b;
}

.MyLetter__btn-prefered.large {
  width: 28px;
  height: 28px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}

.MyLetter__btn-prefered.contentMessagePosition {
  position: absolute;
  right: 40px;
  top: 40px;
}

.MyLetter__title {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: 1.2;
  color: #262626;
  margin: 0;
}

.MyLetter__date {
  font-size: 12px;
  letter-spacing: 0.2px;
  color: gray;
  margin: 0;
}

.MyLetter__text {
  font-size: 14px;
  text-align: left;
  color: #4d4d4d;
  padding-top: 24px;
}

.MyLetter__attachments {
  list-style: none;
  padding: 0 0 20px;
}

.MyLetter__attachmentLink {
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #F36F20;
}

.MyLetter__discoverLink {
  margin-bottom: 20px;
}

.MyLetter__discoverIcon {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.MyLetter__discoverLinkText {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.FunTips {
  position: relative;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
  min-height: 316px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 16px;
}

@media only screen and (min-width: 768px) {
  .FunTips {
    padding: 40px 32px;
  }
}

.FunTips__header {
  position: relative;
  z-index: 2;
  text-align: right;
}

.FunTips__title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #4d4d4d;
  text-align: left;
  padding-right: 116px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .FunTips__title {
    padding-right: 156px;
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.FunTips__dogImng {
  display: inline-block;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .FunTips__dogImng {
    width: 140px;
  }
}

.FunTips__body {
  z-index: 2;
  position: relative;
  padding-top: 24px;
}

.FunTips__body p {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #4d4d4d;
}

.FunTips__body p+p {
  margin-top: 12px;
}

.FunTips__body strong,
.FunTips__body bold,
.FunTips__body b {
  font-weight: normal;
}

.PopupCampaign {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign {
    height: auto;
  }
}

.PopupCampaign.PopupCampaign--Inpage {
  position: static;
  margin-top: 24px;
  height: auto;
}

.PopupCampaign__flyout {
  max-width: 1120px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign__flyout {
    position: relative;
    height: auto;
  }
}

.PopupCampaign__title {
  font-size: 34px;
  font-size: 2.26667rem;
  color: #fff;
  letter-spacing: 1.4px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.PopupCampaign__text {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 16px;
}

.PopupCampaign__image {
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .PopupCampaign__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.PopupCampaign__image .small {
  display: block;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign__image .small {
    display: none;
  }
}

.PopupCampaign__image .medium {
  display: none;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign__image .medium {
    display: block;
  }
}

.PopupCampaign__textContainer {
  position: absolute;
  bottom: 30%;
  left: 24px;
  z-index: 6;
  max-width: 415px;
  padding-right: 24px;
  z-index: 6;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign__textContainer {
    padding-right: 0;
    bottom: 80px;
    left: 168px;
  }
}

.PopupCampaign__shapeContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign__shapeContainer {
    height: auto;
  }
}

.PopupCampaign__shapeContainer .shape1 {
  position: absolute;
  left: -24px;
  bottom: 25%;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign__shapeContainer .shape1 {
    bottom: 24px;
    left: 24px;
  }
}

.PopupCampaign__shapeContainer .shape2 {
  position: absolute;
  left: 150px;
  bottom: 30%;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign__shapeContainer .shape2 {
    left: 230px;
    bottom: 80px;
  }
}

.PopupCampaign__shapeContainer .shape3 {
  position: absolute;
  left: 75px;
  bottom: 25%;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign__shapeContainer .shape3 {
    left: 115px;
    bottom: -15px;
  }
}

.PopupCampaign__flyoutInpage {
  background: #fff;
  border: 1px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign__flyoutInpageImage {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
  }
}

.PopupCampaign__flyoutInpageCover {
  padding: 24px;
}

@media only screen and (min-width: 768px) {
  .PopupCampaign__flyoutInpageCover {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 48px;
  }
}

.PopupCampaign__flyoutInpageTitle {
  margin: 0;
}

.PopupCampaign__flyoutInpageText {
  margin: 8px 0 0;
}

.PopupCampaign__flyoutInpageLink {
  margin: 8px 0 0;
  text-transform: uppercase;
}

.PopupCampaign__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 10px;
  color: #fff;
}

.distributionContractBox {
  margin: 24px 0;
  border-radius: 4px;
}

.distributionContractBox__firstBlock,
.distributionContractBox__secondBlock {
  background-color: #f5f5f5;
  display: table;
  width: 100%;
  padding: 16px 24px;
}

@media only screen and (min-width: 768px) {
  .distributionContractBox__firstBlock,
  .distributionContractBox__secondBlock {
    padding: 16px 32px;
  }
}

.distributionContractBox__firstBlock {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.distributionContractBox__secondBlock {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.distributionContractBox__leftPart {
  display: inline-block;
  width: 100%;
}

.distributionContractBox__leftPart h3 {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .distributionContractBox__leftPart {
    width: 70%;
    display: table-cell;
  }
}

.distributionContractBox__rightPart {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.distributionContractBox__firstBlock .distributionContractBox__rightPart {
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .distributionContractBox__rightPart {
    width: 30%;
    display: table-cell;
  }
}

.distributionContractBox__link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .8rem;
  color: #F36F20;
}

.distributionContractBox__secondBlock {
  background-color: #e6e6e6;
}
/*# sourceMappingURL=digical.css.map */
