
@-webkit-keyframes fadeInUpCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 255px, 0);
    transform: translate3d(0, 255px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -255px, 0);
    transform: translate3d(0, -255px, 0); } }

@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 255px, 0);
    transform: translate3d(0, 255px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -255px, 0);
    transform: translate3d(0, -255px, 0); } }

.fadeInUpCustom {
  -webkit-animation-name: fadeInUpCustom;
  animation-name: fadeInUpCustom; }

@-webkit-keyframes fadeInRightCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0); } }

@keyframes fadeInRightCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0); } }

.fadeInRightCustom {
  -webkit-animation-name: fadeInRightCustom;
  animation-name: fadeInRightCustom; }

@-webkit-keyframes fadeInUpCustomWrap {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); } }

@keyframes fadeInUpCustomWrap {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); } }

.fadeInUpCustomWrap {
  -webkit-animation-name: fadeInUpCustomWrap;
  animation-name: fadeInUpCustomWrap; }


.b-block p {
  font-size: 18px;
  line-height: 1.7;
}
.subway-results-wrap {
  height: 500px;
}
.subway-list {
  width: 730px;
  margin: 0 auto;
}
.b-text {
  z-index: 200;
  position: relative;
  max-width: 730px;
  margin: auto;
}
.subway-list li {
  line-height: 30px;
}
.subway-hand {
  top: -123px;
}
.subway-pic {
  margin-top: 80px;
}
.subway-list li {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0.4em;
}
.column-wrapper p + p.subway-results__subtitle {
  margin-top: 10px;
}
.sub-logo {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .subway-diagram {
    right: -200px;
  }
}
@media (max-width: 1200px) {
  .subway-diagram {
    position: static;
    width: 100%;
    max-width: 300px;
    margin: 0 auto!important;
  }
  .subway-hand {
    position: static;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
  .quote {
    margin: 0 auto;
    max-width: 730px;
  }
}
@media (max-width: 992px) {
  .subway-results {
    max-width: 100%;
  }
  .subway-list {
    width: 100%;
    max-width: 730px;
  }
}
@media (max-width: 767px) {
  .quote {
    padding-left: 10px;
    padding-right: 10px;
  }
  .quote {
    margin: 0 auto;
    max-width: calc(100% - 40px);
  }
  .subway-results .column-wrapper {
    margin: 25px auto;
  }
  .subway-results-wrap {
    height: auto;
    padding-top: 30px;
  }
  .subway-b2b {
    margin-left: 0!important;
  }
  .subway-screens {
    margin-top: 50px!important;
    margin-bottom: -35px!important;
  }
  .b-block p {
    font-size: 15px;
  }
  .subway-list li {
    line-height: 1.7;
    margin-bottom: 0.9em;
  }
  .subway-list li *,.b-block p * {
    font-size: 15px!important;
  }
  .subway-diagram {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
  .subway-hand {
    margin-bottom: 40px;
  }
  .subway-pic {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .b-block {
    padding-top: 40px;
  }
  .sub-logo {
    margin-bottom: 20px;
    text-align: left;
    max-width: 130px;
  }
}