#browser {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 16px;
  -webkit-box-shadow: 0 5px 20px rgba(0,83,143,0.1), 0 2px 6px rgba(0,0,0,0.05);
  box-shadow: 0 5px 20px rgba(0,83,143,0.1), 0 2px 6px rgba(0,0,0,0.05);
  height: 501px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 691px;
}
#browser.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
@media only screen and (max-width: 900px) {
  #browser {
    margin-top: 0;
  }
}
#browser *,
#browser *:before,
#browser *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#browser #b-header {
  position: absolute;
  width: 100%;
  background: #fff;
  height: 70px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
#browser #b-header .b-header-bg {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  height: 70px;
  -webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#browser #b-header .b-logo-alt {
  z-index: 100;
  top: 10px;
  position: absolute;
  left: 20px;
  top: -30px;
}
#browser #b-header .b-logo-alt > div {
  position: absolute;
  top: 0;
}
#browser #b-header .b-logo-alt img {
  height: 20px;
}
#browser #b-header .b-logo-alt .b-logo-intercom img {
  height: 36px;
  top: -14px;
  position: absolute;
  left: -6px;
}
#browser #b-header .b-logo {
  z-index: 100;
  top: 15px;
  position: absolute;
  left: 20px;
}
#browser #b-header .b-logo > div {
  position: absolute;
  top: 0;
}
#browser #b-header .b-logo img {
  height: 20px;
}
#browser #b-subheader {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 20px;
  position: absolute;
  top: 50px;
  width: 100%;
}
#browser #b-subheader .b-subheader-version {
  background: var(--demo-color);
  border-radius: 10px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  margin-left: 23px;
  max-width: 27px;
  padding: 2px 4px;
  -webkit-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#browser #b-subheader .b-subheader-version.extend {
  max-width: 43px;
}
#browser #b-subheader .b-subheader-item {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #b0b5bb;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  font-size: 10px;
  height: 20px;
  margin-left: 10px;
  max-width: 70px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: margin-left 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: margin-left 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: margin-left 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: margin-left 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: margin-left 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
#browser #b-subheader .b-subheader-item.hide {
  margin-left: 0;
  max-width: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser #b-subheader .b-subheader-item.active::after {
  background: var(--demo-color);
  border-radius: 2px;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
#browser #b-subheader .b-subheader-item::before {
  background: #eaebec;
  border-radius: 2px;
  content: '';
  height: 6px;
  margin-right: 3px;
  width: 6px;
}
#browser #b-sidebar {
  position: absolute;
  top: 70px;
  background: #f6f8f9;
  height: 451px;
  width: 134px;
  -webkit-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 24px 23px;
}
#browser #b-sidebar .b-link {
  width: 100%;
  top: 86px;
  height: 21px;
  left: 0;
  position: absolute;
  -webkit-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#browser #b-sidebar .b-s-line {
  z-index: 100;
}
#browser .b-s-line {
  margin-top: 13px;
  height: 6px;
  position: relative;
}
#browser .b-s-line-type {
  height: 6px;
  width: 0px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#browser .b-s-line-text {
  height: 6px;
  width: 50px;
  background: #eaebec;
  border-radius: 10px;
  -webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  position: absolute;
  top: 0;
  left: 0;
}
#browser #b-body {
  position: absolute;
  top: 70px;
  background: #fff;
  left: 134px;
  width: 357px;
  height: 451px;
  -webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#browser #b-body #b-body-top,
#browser #b-body #b-body-middle,
#browser #b-body #b-body-bottom {
  -webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}
#browser #b-body .b-s-dot {
  background: #f7ce64;
  position: absolute;
  top: 21px;
  left: 25px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  z-index: 100;
  -webkit-transition: 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.1s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser #b-body #b-body-middle {
  position: relative;
}
#browser #b-body #b-body-middle .b-s-btn {
  border-radius: 3px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 2px 4px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#browser #b-body #b-body-bottom .b-s-line {
  height: auto;
  margin-top: 0;
  padding-top: 15px;
}
#browser #b-body .b-s-line-wrapper {
  position: relative;
  height: 6px;
}
#browser #b-col {
  background: #64717f;
  width: 200px;
  height: 451px;
  position: absolute;
  top: 0;
  right: -200px;
  -webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#browser #b-col .b-s-line-wrapper {
  position: relative;
  height: 6px;
}
#browser #b-col .b-s-line {
  height: auto;
  margin-top: 0;
  padding: 15px;
}
#browser.show-yelp .b-logo-yelp {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
#browser.show-yelp .b-link {
  background: #f57f7f;
}
#browser.show-yelp .b-header-bg {
  background: #fff;
}
#browser.show-yelp #b-sidebar .b-s-line-text {
  background: #d7d8d9;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-yelp #b-sidebar .b-s-line:nth-child(6) .b-s-line-text {
  background-color: #b0b5bb;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(6) {
  margin-top: 48px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  background: #ca1d1d;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(1) .b-s-line-text {
  width: 78px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(2) .b-s-line-text {
  width: 74px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(3) .b-s-line-text {
  width: 96px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  width: 47px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(5) .b-s-line-text {
  width: 76px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(6) .b-s-line-text {
  width: 79px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(7) .b-s-line-text {
  width: 67px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(8) .b-s-line-text {
  width: 93px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(9) .b-s-line-text {
  width: 68px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(10) .b-s-line-text {
  width: 87px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(11) .b-s-line-text {
  width: 65px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(12) .b-s-line-text {
  width: 56px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(13) .b-s-line-text {
  width: 91px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(14) .b-s-line-text {
  width: 56px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(15) .b-s-line-text {
  width: 92px;
}
#browser.show-yelp #b-sidebar .b-s-line:nth-child(16) .b-s-line-text {
  width: 98px;
}
#browser.show-yelp #b-col .b-s-line:nth-child(1),
#browser.show-yelp #b-col .b-s-line:nth-child(6) {
  margin-top: 62px;
  background: #47515c;
  padding: 14px 15px;
}
#browser.show-yelp #b-col .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-yelp #b-col .b-s-line:nth-child(6) .b-s-line-text {
  width: 43px;
  color: #fff;
}
#browser.show-yelp #b-col .b-s-line:nth-child(6) {
  margin-top: 54px;
  padding: 14px 15px;
}
#browser.show-yelp #b-col .b-s-line:nth-child(6) .b-s-line-text {
  width: 150px;
}
#browser.show-yelp #b-col .b-s-line:nth-child(2),
#browser.show-yelp #b-col .b-s-line:nth-child(3),
#browser.show-yelp #b-col .b-s-line:nth-child(4),
#browser.show-yelp #b-col .b-s-line:nth-child(5),
#browser.show-yelp #b-col .b-s-line:nth-child(7),
#browser.show-yelp #b-col .b-s-line:nth-child(8),
#browser.show-yelp #b-col .b-s-line:nth-child(9) {
  background: #55616d;
  padding: 8px 15px;
}
#browser.show-yelp #b-col .b-s-line:nth-child(2),
#browser.show-yelp #b-col .b-s-line:nth-child(7) {
  background: #55616d;
  height: 28px;
  padding-top: 14px;
}
#browser.show-yelp #b-col .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-yelp #b-col .b-s-line:nth-child(7) .b-s-line-text {
  width: 30px;
  background: #f1c34b;
}
#browser.show-yelp #b-col .b-s-line:nth-child(3) .b-s-line-type,
#browser.show-yelp #b-col .b-s-line:nth-child(4) .b-s-line-type,
#browser.show-yelp #b-col .b-s-line:nth-child(5) .b-s-line-type,
#browser.show-yelp #b-col .b-s-line:nth-child(8) .b-s-line-type,
#browser.show-yelp #b-col .b-s-line:nth-child(9) .b-s-line-type {
  width: 14px;
  background: #889199;
}
#browser.show-yelp #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-yelp #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-yelp #b-col .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-yelp #b-col .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-yelp #b-col .b-s-line:nth-child(9) .b-s-line-text {
  left: 20px;
  background: #889199;
}
#browser.show-yelp #b-col .b-s-line:nth-child(5),
#browser.show-yelp #b-col .b-s-line:nth-child(9) {
  height: 50px;
}
#browser.show-yelp #b-col .b-s-line:nth-child(8) .b-s-line-type {
  width: 52px;
}
#browser.show-yelp #b-col .b-s-line:nth-child(8) .b-s-line-text {
  left: 59px;
  width: 71px;
  background: #47c14b;
}
#browser.show-yelp #b-col .b-s-line:nth-child(9) .b-s-line-text {
  width: 104px;
}
#browser.show-yelp #b-col .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-yelp #b-col .b-s-line:nth-child(11) .b-s-line-text,
#browser.show-yelp #b-col .b-s-line:nth-child(12) .b-s-line-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-yelp #b-body-top {
  padding: 53px 20px 0 20px;
  height: 222px;
}
#browser.show-yelp #b-body-top .b-s-line-text {
  background-color: #d7d8d9;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(1) .b-s-line-type {
  background-color: #b1b6bc;
  width: 50px;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(1) .b-s-line-text {
  background-color: #ca1d1d;
  left: 60px;
  width: 140px;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(2) {
  margin-top: 22px;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(3),
#browser.show-yelp #b-body-top .b-s-line:nth-child(4),
#browser.show-yelp #b-body-top .b-s-line:nth-child(6),
#browser.show-yelp #b-body-top .b-s-line:nth-child(7) {
  margin-top: 14px;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(2) .b-s-line-text {
  width: 180px;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(3) .b-s-line-text {
  width: 155px;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(4) .b-s-line-text {
  width: 290px;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(5) {
  margin-top: 35px;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(5) .b-s-line-text {
  width: 165px;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(6) .b-s-line-text {
  width: 115px;
}
#browser.show-yelp #b-body-top .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-yelp #b-body-top .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-yelp #b-body-top .b-s-line:nth-child(9) .b-s-line-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-yelp #b-body-middle {
  padding: 5px 20px 20px;
  background: #f6f8f9;
  width: 357px;
}
#browser.show-yelp #b-body-middle .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-yelp #b-body-middle .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-yelp #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  background: #e1e3e6;
}
#browser.show-yelp #b-body-middle .b-s-line:nth-child(1) .b-s-line-text {
  width: 120px;
  background: #d71f1f;
}
#browser.show-yelp #b-body-middle .b-s-line:nth-child(2) .b-s-line-type {
  width: 50px;
  background: #032b4b;
}
#browser.show-yelp #b-body-middle .b-s-line:nth-child(2) .b-s-line-text {
  width: 120px;
  left: 60px;
}
#browser.show-yelp #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  width: 110px;
}
#browser.show-yelp #b-body-bottom {
  padding: 5px 20px 0 20px;
}
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(1) .b-s-line-type,
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(2) .b-s-line-type,
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(3) .b-s-line-type {
  background: #b9bdc3;
  width: 40px;
}
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text {
  background: #dcdcdd;
  left: 65px;
}
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text {
  width: 200px;
}
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text {
  width: 170px;
}
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text {
  width: 210px;
}
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(4),
#browser.show-yelp #b-body-bottom .b-s-line:nth-child(5) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-lyft .b-logo-lyft,
#browser.show-scale .b-logo-lyft {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
#browser.show-lyft .b-link,
#browser.show-scale .b-link {
  background: #5b459d;
}
#browser.show-lyft .b-header-bg,
#browser.show-scale .b-header-bg {
  background: #391d88;
  -webkit-transform: translateY(44px);
  -moz-transform: translateY(44px);
  -o-transform: translateY(44px);
  -ms-transform: translateY(44px);
  transform: translateY(44px);
}
#browser.show-lyft #b-body,
#browser.show-scale #b-body {
  width: 422px;
}
#browser.show-lyft #b-col,
#browser.show-scale #b-col {
  background: #f6f8f9;
}
#browser.show-lyft #b-sidebar .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line-text {
  background: #eaebec;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-lyft #b-sidebar .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-lyft #b-sidebar .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(10) .b-s-line-text {
  background-color: #b0b5bb;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(6),
#browser.show-scale #b-sidebar .b-s-line:nth-child(6) {
  margin-top: 69px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(10),
#browser.show-scale #b-sidebar .b-s-line:nth-child(10) {
  margin-top: 49px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  background: #8d7fb5;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(1) .b-s-line-text {
  width: 53px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(2) .b-s-line-text {
  width: 86px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(3) .b-s-line-text {
  width: 54px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  width: 60px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(5) .b-s-line-text {
  width: 44px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(6) .b-s-line-text {
  width: 58px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(7) .b-s-line-text {
  width: 84px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(8) .b-s-line-text {
  width: 80px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(9) .b-s-line-text {
  width: 56px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(10) .b-s-line-text {
  width: 79px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(11) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(11) .b-s-line-text {
  width: 49px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(12) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(12) .b-s-line-text {
  width: 57px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(13) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(13) .b-s-line-text {
  width: 87px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(14) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(14) .b-s-line-text {
  width: 70px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(15) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(15) .b-s-line-text {
  width: 0px;
}
#browser.show-lyft #b-sidebar .b-s-line:nth-child(16) .b-s-line-text,
#browser.show-scale #b-sidebar .b-s-line:nth-child(16) .b-s-line-text {
  width: 0px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(1),
#browser.show-scale #b-col .b-s-line:nth-child(1),
#browser.show-lyft #b-col .b-s-line:nth-child(5),
#browser.show-scale #b-col .b-s-line:nth-child(5) {
  padding-top: 50px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(1),
#browser.show-scale #b-col .b-s-line:nth-child(1),
#browser.show-lyft #b-col .b-s-line:nth-child(5),
#browser.show-scale #b-col .b-s-line:nth-child(5) {
  padding-top: 37px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-lyft #b-col .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(5) .b-s-line-text {
  background: #afb4ba;
}
#browser.show-lyft #b-col .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(1) .b-s-line-text {
  width: 21px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(2),
#browser.show-scale #b-col .b-s-line:nth-child(2),
#browser.show-lyft #b-col .b-s-line:nth-child(3),
#browser.show-scale #b-col .b-s-line:nth-child(3),
#browser.show-lyft #b-col .b-s-line:nth-child(4),
#browser.show-scale #b-col .b-s-line:nth-child(4),
#browser.show-lyft #b-col .b-s-line:nth-child(6),
#browser.show-scale #b-col .b-s-line:nth-child(6),
#browser.show-lyft #b-col .b-s-line:nth-child(7),
#browser.show-scale #b-col .b-s-line:nth-child(7),
#browser.show-lyft #b-col .b-s-line:nth-child(8),
#browser.show-scale #b-col .b-s-line:nth-child(8),
#browser.show-lyft #b-col .b-s-line:nth-child(9),
#browser.show-scale #b-col .b-s-line:nth-child(9),
#browser.show-lyft #b-col .b-s-line:nth-child(10),
#browser.show-scale #b-col .b-s-line:nth-child(10) {
  padding-top: 0px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-lyft #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-lyft #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-lyft #b-col .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-lyft #b-col .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-lyft #b-col .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-lyft #b-col .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-lyft #b-col .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(10) .b-s-line-text {
  left: 16px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(2) .b-s-line-text {
  width: 92px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(3) .b-s-line-text {
  width: 32px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(4) .b-s-line-text {
  width: 72px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(2) .b-s-line-type,
#browser.show-scale #b-col .b-s-line:nth-child(2) .b-s-line-type,
#browser.show-lyft #b-col .b-s-line:nth-child(6) .b-s-line-type,
#browser.show-scale #b-col .b-s-line:nth-child(6) .b-s-line-type {
  width: 10px;
  background: #eaebec;
}
#browser.show-lyft #b-col .b-s-line:nth-child(5),
#browser.show-scale #b-col .b-s-line:nth-child(5) {
  padding-top: 22px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(5) .b-s-line-text {
  width: 63px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(6) .b-s-line-text {
  width: 80px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(7) .b-s-line-text {
  width: 38px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(8) .b-s-line-text {
  width: 92px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(11) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(11) .b-s-line-text {
  width: 77px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(11),
#browser.show-scale #b-col .b-s-line:nth-child(11) {
  padding-top: 145px;
  padding-bottom: 10px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(12),
#browser.show-scale #b-col .b-s-line:nth-child(12) {
  padding-top: 0;
}
#browser.show-lyft #b-col .b-s-line:nth-child(12) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(12) .b-s-line-text {
  width: 77px;
}
#browser.show-lyft #b-col .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-lyft #b-col .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-scale #b-col .b-s-line:nth-child(10) .b-s-line-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-lyft #b-body-top,
#browser.show-scale #b-body-top {
  padding: 53px 20px 0 20px;
  height: 255px;
}
#browser.show-lyft #b-body-top .b-s-line-text,
#browser.show-scale #b-body-top .b-s-line-text {
  background-color: #d7d8d9;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(1) .b-s-line-type,
#browser.show-scale #b-body-top .b-s-line:nth-child(1) .b-s-line-type {
  background-color: #d7d8d9;
  width: 50px;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-scale #b-body-top .b-s-line:nth-child(1) .b-s-line-text {
  background-color: #7767a8;
  left: 60px;
  width: 140px;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(2),
#browser.show-scale #b-body-top .b-s-line:nth-child(2) {
  margin-top: 22px;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(3),
#browser.show-scale #b-body-top .b-s-line:nth-child(3),
#browser.show-lyft #b-body-top .b-s-line:nth-child(4),
#browser.show-scale #b-body-top .b-s-line:nth-child(4),
#browser.show-lyft #b-body-top .b-s-line:nth-child(6),
#browser.show-scale #b-body-top .b-s-line:nth-child(6),
#browser.show-lyft #b-body-top .b-s-line:nth-child(7),
#browser.show-scale #b-body-top .b-s-line:nth-child(7) {
  margin-top: 14px;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-scale #b-body-top .b-s-line:nth-child(2) .b-s-line-text {
  width: 160px;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-scale #b-body-top .b-s-line:nth-child(3) .b-s-line-text {
  width: 165px;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-scale #b-body-top .b-s-line:nth-child(4) .b-s-line-text {
  width: 310px;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-scale #b-body-top .b-s-line:nth-child(5) .b-s-line-text {
  width: 350px;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(6) .b-s-line-type,
#browser.show-scale #b-body-top .b-s-line:nth-child(6) .b-s-line-type {
  background-color: #d7d8d9;
  width: 80px;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-scale #b-body-top .b-s-line:nth-child(6) .b-s-line-text {
  width: 80px;
  left: 95px;
  background: #6ed27c;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-scale #b-body-top .b-s-line:nth-child(7) .b-s-line-text {
  width: 340px;
}
#browser.show-lyft #b-body-top .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-scale #b-body-top .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-lyft #b-body-top .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-scale #b-body-top .b-s-line:nth-child(9) .b-s-line-text {
  width: 310px;
}
#browser.show-lyft #b-body-middle,
#browser.show-scale #b-body-middle {
  margin-left: 20px;
  background: #f6f8f9;
  margin-top: 0;
  width: 250px;
  padding: 7px 20px 22px;
}
#browser.show-lyft #b-body-middle .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-scale #b-body-middle .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-lyft #b-body-middle .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-scale #b-body-middle .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-lyft #b-body-middle .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-scale #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  background: #e1e3e6;
}
#browser.show-lyft #b-body-middle .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-scale #b-body-middle .b-s-line:nth-child(1) .b-s-line-text {
  width: 30px;
  background: #f6c64a;
}
#browser.show-lyft #b-body-middle .b-s-line:nth-child(2) .b-s-line-type,
#browser.show-scale #b-body-middle .b-s-line:nth-child(2) .b-s-line-type {
  width: 70px;
  background: #e1e3e6;
}
#browser.show-lyft #b-body-middle .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-scale #b-body-middle .b-s-line:nth-child(2) .b-s-line-text {
  width: 130px;
  left: 80px;
}
#browser.show-lyft #b-body-middle .b-s-line:nth-child(3),
#browser.show-scale #b-body-middle .b-s-line:nth-child(3) {
  margin-top: 20px;
}
#browser.show-lyft #b-body-middle .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-scale #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  background: #816bad;
  width: 130px;
}
#browser.show-lyft #b-body-bottom,
#browser.show-scale #b-body-bottom {
  padding: 5px 20px 0 20px;
}
#browser.show-lyft #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-scale #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-lyft #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-scale #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-lyft #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-scale #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text {
  background: #d7d8d9;
}
#browser.show-lyft #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-scale #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text {
  width: 100px;
}
#browser.show-lyft #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-scale #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text {
  width: 270px;
}
#browser.show-lyft #b-body-bottom .b-s-line:nth-child(3),
#browser.show-scale #b-body-bottom .b-s-line:nth-child(3),
#browser.show-lyft #b-body-bottom .b-s-line:nth-child(4),
#browser.show-scale #b-body-bottom .b-s-line:nth-child(4),
#browser.show-lyft #b-body-bottom .b-s-line:nth-child(5),
#browser.show-scale #b-body-bottom .b-s-line:nth-child(5) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-uipath .b-logo-uipath {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
#browser.show-uipath .b-link {
  background: #fc4816;
}
#browser.show-uipath .b-header-bg {
  background: #fc4816;
}
#browser.show-uipath #b-sidebar {
  background: #fff;
}
#browser.show-uipath #b-sidebar .b-s-line-text {
  background: #eaebec;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(11) .b-s-line-text {
  left: 30px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(7) .b-s-line-type,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(8) .b-s-line-type,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(9) .b-s-line-type,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(10) .b-s-line-type,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(11) .b-s-line-type {
  height: 6px;
  background: #fc4816;
  width: 22px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(7) .b-s-line-type,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(8) .b-s-line-type,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(9) .b-s-line-type {
  background-color: #45c14b;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(10) .b-s-line-type {
  background-color: #816bad;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(11) .b-s-line-type {
  background-color: #f6c64c;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-uipath #b-sidebar .b-s-line:nth-child(12) .b-s-line-text {
  background-color: #b0b5bb;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(6) {
  margin-top: 46px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(12) {
  margin-top: 26px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  background: rgba(255,255,255,0.5);
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(1) .b-s-line-text {
  width: 38px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(2) .b-s-line-text {
  width: 82px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(3) .b-s-line-text {
  width: 74px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  width: 92px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(5) .b-s-line-text {
  width: 79px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(6) .b-s-line-text {
  width: 94px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(7) .b-s-line-text {
  width: 31px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(8) .b-s-line-text {
  width: 59px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(9) .b-s-line-text {
  width: 61px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(10) .b-s-line-text {
  width: 40px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(11) .b-s-line-text {
  width: 56px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(12) .b-s-line-text {
  width: 92px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(13) .b-s-line-text {
  width: 41px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(14) .b-s-line-text {
  width: 92px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(15) .b-s-line-text {
  width: 0px;
}
#browser.show-uipath #b-sidebar .b-s-line:nth-child(16) .b-s-line-text {
  width: 0px;
}
#browser.show-uipath #b-body {
  width: 422px;
}
#browser.show-uipath #b-col {
  background: #f6f8f9;
}
#browser.show-uipath #b-col .b-s-line:nth-child(1) {
  padding-top: 50px;
}
#browser.show-uipath #b-col .b-s-line:nth-child(1) {
  padding-top: 31px;
}
#browser.show-uipath #b-col .b-s-line:nth-child(1) .b-s-line-text {
  background: #afb4ba;
  width: 21px;
}
#browser.show-uipath #b-col .b-s-line:nth-child(2),
#browser.show-uipath #b-col .b-s-line:nth-child(3),
#browser.show-uipath #b-col .b-s-line:nth-child(4),
#browser.show-uipath #b-col .b-s-line:nth-child(5),
#browser.show-uipath #b-col .b-s-line:nth-child(6),
#browser.show-uipath #b-col .b-s-line:nth-child(7),
#browser.show-uipath #b-col .b-s-line:nth-child(8),
#browser.show-uipath #b-col .b-s-line:nth-child(9) {
  padding-top: 0px;
}
#browser.show-uipath #b-col .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(9) .b-s-line-text {
  left: 16px;
}
#browser.show-uipath #b-col .b-s-line:nth-child(2) .b-s-line-text {
  width: 108px;
  left: 0;
}
#browser.show-uipath #b-col .b-s-line:nth-child(3) .b-s-line-text {
  width: 82px;
}
#browser.show-uipath #b-col .b-s-line:nth-child(4) .b-s-line-text {
  width: 72px;
}
#browser.show-uipath #b-col .b-s-line:nth-child(5) .b-s-line-text {
  width: 50px;
}
#browser.show-uipath #b-col .b-s-line:nth-child(6) .b-s-line-text {
  width: 90px;
}
#browser.show-uipath #b-col .b-s-line:nth-child(8) .b-s-line-text {
  width: 90px;
  margin-top: 50px;
  z-index: 200;
  background: #919aa2;
}
#browser.show-uipath #b-col .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(11) .b-s-line-text,
#browser.show-uipath #b-col .b-s-line:nth-child(12) .b-s-line-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-uipath #b-body-top {
  height: 155px;
  padding: 22px;
  background: #f6f8f9;
}
#browser.show-uipath #b-body-top .b-s-line-text {
  background-color: #d7d8d9;
}
#browser.show-uipath #b-body-top .b-s-line:nth-child(1) .b-s-line-type {
  background-color: #b0b5bb;
  width: 50px;
}
#browser.show-uipath #b-body-top .b-s-line:nth-child(1) .b-s-line-text {
  background-color: #b0b5bb;
  left: 60px;
  width: 140px;
}
#browser.show-uipath #b-body-top .b-s-line:nth-child(2),
#browser.show-uipath #b-body-top .b-s-line:nth-child(3),
#browser.show-uipath #b-body-top .b-s-line:nth-child(4),
#browser.show-uipath #b-body-top .b-s-line:nth-child(5) {
  margin-top: 15px;
}
#browser.show-uipath #b-body-top .b-s-line:nth-child(2) .b-s-line-text {
  width: 220px;
}
#browser.show-uipath #b-body-top .b-s-line:nth-child(3) .b-s-line-text {
  width: 370px;
}
#browser.show-uipath #b-body-top .b-s-line:nth-child(4) .b-s-line-text {
  width: 320px;
}
#browser.show-uipath #b-body-top .b-s-line:nth-child(5) .b-s-line-text {
  width: 250px;
}
#browser.show-uipath #b-body-top .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-uipath #b-body-top .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-uipath #b-body-top .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-uipath #b-body-top .b-s-line:nth-child(9) .b-s-line-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-uipath #b-body-middle {
  margin-left: 20px;
  background: #f6f8f9;
  margin-top: 0;
  padding: 0px 0px 22px 0;
  margin: 24px 0;
  width: 557px;
  z-index: 100;
  background: #54606d;
  position: relative;
}
#browser.show-uipath #b-body-middle .b-s-line:nth-child(1) {
  margin: 0;
  padding: 7px 10px;
  background: #47515c;
  height: 22px;
}
#browser.show-uipath #b-body-middle .b-s-line:nth-child(1) .b-s-line-text {
  background: #fff;
  width: 80px;
}
#browser.show-uipath #b-body-middle .b-s-line:nth-child(2),
#browser.show-uipath #b-body-middle .b-s-line:nth-child(3) {
  padding-left: 10px;
}
#browser.show-uipath #b-body-middle .b-s-line:nth-child(2) .b-s-line-text {
  background: #f6c64a;
  width: 30px;
}
#browser.show-uipath #b-body-middle .b-s-line:nth-child(3) .b-s-line-type {
  background: #879099;
  width: 60px;
}
#browser.show-uipath #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  width: 70px;
  left: 70px;
  background: #816bad;
}
#browser.show-uipath #b-body-bottom {
  padding: 5px 20px 0 20px;
}
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(1) .b-s-line-type,
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(2) .b-s-line-type,
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(3) .b-s-line-type,
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(4) .b-s-line-type,
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(5) .b-s-line-type {
  background: #b9bdc3;
  width: 50px;
}
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(5) .b-s-line-text {
  background: #dcdcdd;
  left: 65px;
}
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text {
  width: 170px;
}
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text {
  width: 220px;
}
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text {
  width: 100px;
}
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(4) .b-s-line-text {
  width: 170px;
}
#browser.show-uipath #b-body-bottom .b-s-line:nth-child(5) .b-s-line-text {
  width: 200px;
}
#browser.show-mixpanel .b-logo-mp {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
#browser.show-mixpanel .b-link {
  background: #0256e7;
}
#browser.show-mixpanel .b-header-bg {
  background: #0256e7;
}
#browser.show-mixpanel #b-col {
  background: #f6f8f9;
}
#browser.show-mixpanel #b-sidebar .b-s-line-text {
  background: #eaebec;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(6) .b-s-line-text {
  background-color: #b0b5bb;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(6) {
  margin-top: 48px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  background: #74bde0;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(1) .b-s-line-text {
  width: 38px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(2) .b-s-line-text {
  width: 35px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(3) .b-s-line-text {
  width: 88px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  width: 87px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(5) .b-s-line-text {
  width: 76px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(6) .b-s-line-text {
  width: 79px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(7) .b-s-line-text {
  width: 77px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(8) .b-s-line-text {
  width: 53px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(9) .b-s-line-text {
  width: 94px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(10) .b-s-line-text {
  width: 67px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(11) .b-s-line-text {
  width: 0px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(12) .b-s-line-text {
  width: 0px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(13) .b-s-line-text {
  width: 0px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(14) .b-s-line-text {
  width: 0px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(15) .b-s-line-text {
  width: 0px;
}
#browser.show-mixpanel #b-sidebar .b-s-line:nth-child(16) .b-s-line-text {
  width: 0px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(1) {
  padding-top: 20px;
  background: #fff;
  padding-bottom: 15px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(1) .b-s-line-text {
  background: #afb4ba;
  width: 100px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(2),
#browser.show-mixpanel #b-col .b-s-line:nth-child(3),
#browser.show-mixpanel #b-col .b-s-line:nth-child(4),
#browser.show-mixpanel #b-col .b-s-line:nth-child(5),
#browser.show-mixpanel #b-col .b-s-line:nth-child(6),
#browser.show-mixpanel #b-col .b-s-line:nth-child(7),
#browser.show-mixpanel #b-col .b-s-line:nth-child(8),
#browser.show-mixpanel #b-col .b-s-line:nth-child(9),
#browser.show-mixpanel #b-col .b-s-line:nth-child(10),
#browser.show-mixpanel #b-col .b-s-line:nth-child(11),
#browser.show-mixpanel #b-col .b-s-line:nth-child(12) {
  padding: 7px 15px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-mixpanel #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-mixpanel #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-mixpanel #b-col .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-mixpanel #b-col .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-mixpanel #b-col .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-mixpanel #b-col .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-mixpanel #b-col .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-mixpanel #b-col .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-mixpanel #b-col .b-s-line:nth-child(11) .b-s-line-text,
#browser.show-mixpanel #b-col .b-s-line:nth-child(12) .b-s-line-text {
  background: #dddfe1;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(6) {
  padding-top: 56px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(10) {
  padding-top: 25px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(2) {
  padding-top: 15px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(2) .b-s-line-text {
  width: 117px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(3) .b-s-line-text {
  width: 87px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(4) .b-s-line-text {
  width: 147px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(5) .b-s-line-text {
  width: 111px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(6) .b-s-line-text {
  width: 121px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(7) .b-s-line-text {
  width: 91px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(8) .b-s-line-text {
  width: 141px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(9) .b-s-line-text {
  width: 121px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(10) .b-s-line-text {
  width: 121px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(11) .b-s-line-text {
  width: 91px;
}
#browser.show-mixpanel #b-col .b-s-line:nth-child(12) .b-s-line-text {
  width: 111px;
}
#browser.show-mixpanel #b-body-top {
  height: 155px;
  padding: 22px;
}
#browser.show-mixpanel #b-body-top .b-s-line-text {
  background-color: #d7d8d9;
}
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(2),
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(3),
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(4),
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(5) {
  margin-top: 15px;
}
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(2),
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(4) {
  margin-top: 25px;
}
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(1) .b-s-line-text {
  width: 50px;
}
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(2) .b-s-line-text {
  width: 210px;
}
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(3) .b-s-line-text {
  width: 195px;
}
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(4) .b-s-line-text {
  width: 255px;
}
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(5) .b-s-line-text {
  width: 160px;
}
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-mixpanel #b-body-top .b-s-line:nth-child(9) .b-s-line-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-mixpanel #b-body-middle {
  padding: 5px 20px 20px;
  background: #f6f8f9;
  width: 320px;
  margin-left: 20px;
  margin-top: 10px;
}
#browser.show-mixpanel #b-body-middle .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-mixpanel #b-body-middle .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-mixpanel #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  background: #e1e3e6;
}
#browser.show-mixpanel #b-body-middle .b-s-line:nth-child(1) .b-s-line-text {
  width: 110px;
  background: #2695cd;
}
#browser.show-mixpanel #b-body-middle .b-s-line:nth-child(3) .b-s-line-type {
  width: 70px;
  background: #49c14d;
}
#browser.show-mixpanel #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  width: 120px;
  left: 80px;
}
#browser.show-mixpanel #b-body-middle .b-s-line:nth-child(2) .b-s-line-text {
  width: 80px;
}
#browser.show-mixpanel #b-body-bottom {
  padding: 5px 20px 0 20px;
  position: relative;
}
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text {
  background: #d7d8d9;
}
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(2) {
  padding-bottom: 20px;
}
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(3),
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(4) {
  background: #ffefc0;
}
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(4) .b-s-line-text {
  left: 55px;
  background: #f7ce64;
}
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(4) {
  padding-top: 10px !important;
  padding-bottom: 15px;
}
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text {
  width: 170px;
}
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text {
  width: 220px;
}
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text {
  width: 190px;
}
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(4) .b-s-line-text {
  width: 70px;
}
#browser.show-mixpanel #b-body-bottom .b-s-line:nth-child(5) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-mixpanel #b-body-bottom .b-s-dot {
  -webkit-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#browser.show-intercom .b-logo-intercom,
#browser.show-optimizely .b-logo-intercom {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
#browser.show-intercom .b-link,
#browser.show-optimizely .b-link {
  background: #458ffd;
}
#browser.show-intercom .b-header-bg,
#browser.show-optimizely .b-header-bg {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  background: #0f6fff;
}
#browser.show-intercom #b-sidebar .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line-text {
  background: #eaebec;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-intercom #b-sidebar .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-intercom #b-sidebar .b-s-line:nth-child(11) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(11) .b-s-line-text {
  background-color: #b0b5bb;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(6),
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(6) {
  margin-top: 47px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(11),
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(11) {
  margin-top: 48px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  background: #8fbcfe;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(1) .b-s-line-text {
  width: 38px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(2) .b-s-line-text {
  width: 36px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(3) .b-s-line-text {
  width: 87px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  width: 89px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(5) .b-s-line-text {
  width: 74px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(6) .b-s-line-text {
  width: 79px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(7) .b-s-line-text {
  width: 84px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(8) .b-s-line-text {
  width: 52px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(9) .b-s-line-text {
  width: 96px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(10) .b-s-line-text {
  width: 79px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(11) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(11) .b-s-line-text {
  width: 59px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(12) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(12) .b-s-line-text {
  width: 97px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(13) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(13) .b-s-line-text {
  width: 67px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(14) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(14) .b-s-line-text {
  width: 92px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(15) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(15) .b-s-line-text {
  width: 81px;
}
#browser.show-intercom #b-sidebar .b-s-line:nth-child(16) .b-s-line-text,
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(16) .b-s-line-text {
  width: 0px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(1),
#browser.show-optimizely #b-col .b-s-line:nth-child(1) {
  background: #47515c;
  padding: 12px 15px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(1) .b-s-line-text {
  width: 78px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(2),
#browser.show-optimizely #b-col .b-s-line:nth-child(2),
#browser.show-intercom #b-col .b-s-line:nth-child(3),
#browser.show-optimizely #b-col .b-s-line:nth-child(3),
#browser.show-intercom #b-col .b-s-line:nth-child(4),
#browser.show-optimizely #b-col .b-s-line:nth-child(4),
#browser.show-intercom #b-col .b-s-line:nth-child(5),
#browser.show-optimizely #b-col .b-s-line:nth-child(5),
#browser.show-intercom #b-col .b-s-line:nth-child(6),
#browser.show-optimizely #b-col .b-s-line:nth-child(6),
#browser.show-intercom #b-col .b-s-line:nth-child(7),
#browser.show-optimizely #b-col .b-s-line:nth-child(7),
#browser.show-intercom #b-col .b-s-line:nth-child(8),
#browser.show-optimizely #b-col .b-s-line:nth-child(8),
#browser.show-intercom #b-col .b-s-line:nth-child(9),
#browser.show-optimizely #b-col .b-s-line:nth-child(9),
#browser.show-intercom #b-col .b-s-line:nth-child(10),
#browser.show-optimizely #b-col .b-s-line:nth-child(10),
#browser.show-intercom #b-col .b-s-line:nth-child(11),
#browser.show-optimizely #b-col .b-s-line:nth-child(11),
#browser.show-intercom #b-col .b-s-line:nth-child(12),
#browser.show-optimizely #b-col .b-s-line:nth-child(12) {
  padding: 7px 15px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(11) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(11) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(12) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(12) .b-s-line-text {
  background-color: #929ca6;
}
#browser.show-intercom #b-col .b-s-line:nth-child(2),
#browser.show-optimizely #b-col .b-s-line:nth-child(2) {
  padding-top: 16px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(2) .b-s-line-text {
  background-color: #f6c64a;
  width: 30px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(3) .b-s-line-text {
  width: 110px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(4) .b-s-line-text {
  width: 60px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(5) .b-s-line-text {
  width: 80px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(6) .b-s-line-text {
  width: 100px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(7),
#browser.show-optimizely #b-col .b-s-line:nth-child(7) {
  padding-top: 35px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(7) .b-s-line-text {
  width: 80px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(8) .b-s-line-type,
#browser.show-optimizely #b-col .b-s-line:nth-child(8) .b-s-line-type {
  width: 79px;
  background-color: #929ca6;
}
#browser.show-intercom #b-col .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(8) .b-s-line-text {
  left: 87px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(10) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(10) .b-s-line-text {
  width: 80px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(11) .b-s-line-type,
#browser.show-optimizely #b-col .b-s-line:nth-child(11) .b-s-line-type {
  width: 29px;
  background-color: #47c14b;
}
#browser.show-intercom #b-col .b-s-line:nth-child(11) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(11) .b-s-line-text {
  left: 37px;
  background-color: #47c14b;
  width: 60px;
}
#browser.show-intercom #b-col .b-s-line:nth-child(3) .b-s-line-type,
#browser.show-optimizely #b-col .b-s-line:nth-child(3) .b-s-line-type,
#browser.show-intercom #b-col .b-s-line:nth-child(4) .b-s-line-type,
#browser.show-optimizely #b-col .b-s-line:nth-child(4) .b-s-line-type,
#browser.show-intercom #b-col .b-s-line:nth-child(5) .b-s-line-type,
#browser.show-optimizely #b-col .b-s-line:nth-child(5) .b-s-line-type,
#browser.show-intercom #b-col .b-s-line:nth-child(7) .b-s-line-type,
#browser.show-optimizely #b-col .b-s-line:nth-child(7) .b-s-line-type {
  width: 15px;
  background-color: #929ca6;
}
#browser.show-intercom #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-intercom #b-col .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-optimizely #b-col .b-s-line:nth-child(7) .b-s-line-text {
  left: 20px;
}
#browser.show-intercom #b-body-top,
#browser.show-optimizely #b-body-top {
  height: 187px;
  padding: 1px 23px;
}
#browser.show-intercom #b-body-top .b-s-line-text,
#browser.show-optimizely #b-body-top .b-s-line-text {
  background-color: #d7d8d9;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-optimizely #b-body-top .b-s-line:nth-child(1) .b-s-line-text {
  height: 12px;
  border-radius: 12px;
  background: #066bff;
  width: 147px;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(2),
#browser.show-optimizely #b-body-top .b-s-line:nth-child(2),
#browser.show-intercom #b-body-top .b-s-line:nth-child(3),
#browser.show-optimizely #b-body-top .b-s-line:nth-child(3),
#browser.show-intercom #b-body-top .b-s-line:nth-child(4),
#browser.show-optimizely #b-body-top .b-s-line:nth-child(4),
#browser.show-intercom #b-body-top .b-s-line:nth-child(5),
#browser.show-optimizely #b-body-top .b-s-line:nth-child(5) {
  margin-top: 15px;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(2),
#browser.show-optimizely #b-body-top .b-s-line:nth-child(2) {
  margin-top: 30px;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-optimizely #b-body-top .b-s-line:nth-child(2) .b-s-line-text {
  width: 50px;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(3),
#browser.show-optimizely #b-body-top .b-s-line:nth-child(3) {
  margin-top: 22px;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-optimizely #b-body-top .b-s-line:nth-child(3) .b-s-line-text {
  width: 205px;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(5),
#browser.show-optimizely #b-body-top .b-s-line:nth-child(5) {
  margin-top: 30px;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(4) .b-s-line-text,
#browser.show-optimizely #b-body-top .b-s-line:nth-child(4) .b-s-line-text {
  width: 195px;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(5) .b-s-line-text,
#browser.show-optimizely #b-body-top .b-s-line:nth-child(5) .b-s-line-text {
  width: 250px;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(6) .b-s-line-text,
#browser.show-optimizely #b-body-top .b-s-line:nth-child(6) .b-s-line-text {
  width: 160px;
}
#browser.show-intercom #b-body-top .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-optimizely #b-body-top .b-s-line:nth-child(7) .b-s-line-text,
#browser.show-intercom #b-body-top .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-optimizely #b-body-top .b-s-line:nth-child(8) .b-s-line-text,
#browser.show-intercom #b-body-top .b-s-line:nth-child(9) .b-s-line-text,
#browser.show-optimizely #b-body-top .b-s-line:nth-child(9) .b-s-line-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-intercom #b-body-middle,
#browser.show-optimizely #b-body-middle {
  padding: 5px 20px 20px;
  background: #f6f8f9;
  width: 320px;
  margin-left: 20px;
  margin-top: 10px;
}
#browser.show-intercom #b-body-middle .b-s-line:nth-child(1) .b-s-line-type,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(1) .b-s-line-type,
#browser.show-intercom #b-body-middle .b-s-line:nth-child(2) .b-s-line-type,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(2) .b-s-line-type,
#browser.show-intercom #b-body-middle .b-s-line:nth-child(3) .b-s-line-type,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(3) .b-s-line-type {
  background: #9fa5ab;
}
#browser.show-intercom #b-body-middle .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-intercom #b-body-middle .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-intercom #b-body-middle .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  background: #e1e3e6;
}
#browser.show-intercom #b-body-middle .b-s-line:nth-child(1) .b-s-line-type,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(1) .b-s-line-type {
  width: 40px;
}
#browser.show-intercom #b-body-middle .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(1) .b-s-line-text {
  width: 200px;
  left: 50px;
}
#browser.show-intercom #b-body-middle .b-s-line:nth-child(2) .b-s-line-type,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(2) .b-s-line-type {
  width: 45px;
}
#browser.show-intercom #b-body-middle .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(2) .b-s-line-text {
  left: 55px;
  width: 180px;
}
#browser.show-intercom #b-body-middle .b-s-line:nth-child(3) .b-s-line-type,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(3) .b-s-line-type {
  width: 35px;
}
#browser.show-intercom #b-body-middle .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  left: 45px;
  width: 210px;
}
#browser.show-intercom #b-body-bottom,
#browser.show-optimizely #b-body-bottom {
  padding: 5px 20px 0 20px;
}
#browser.show-intercom #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-optimizely #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-intercom #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-optimizely #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-intercom #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-optimizely #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text {
  background: #d7d8d9;
}
#browser.show-intercom #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text,
#browser.show-optimizely #b-body-bottom .b-s-line:nth-child(1) .b-s-line-text {
  width: 190px;
}
#browser.show-intercom #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text,
#browser.show-optimizely #b-body-bottom .b-s-line:nth-child(2) .b-s-line-text {
  width: 210px;
}
#browser.show-intercom #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text,
#browser.show-optimizely #b-body-bottom .b-s-line:nth-child(3) .b-s-line-text {
  width: 80px;
}
#browser.show-intercom #b-body-bottom .b-s-line:nth-child(4),
#browser.show-optimizely #b-body-bottom .b-s-line:nth-child(4),
#browser.show-intercom #b-body-bottom .b-s-line:nth-child(5),
#browser.show-optimizely #b-body-bottom .b-s-line:nth-child(5) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#browser.show-optimizely .b-logo-optimizely {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
#browser.show-optimizely .b-link {
  background: #0037ff;
}
#browser.show-optimizely .b-header-bg {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: #fff;
}
#browser.show-optimizely #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  background: rgba(255,255,255,0.5);
}
#browser.show-optimizely #b-col {
  background: #fff;
}
#browser.show-optimizely #b-col .b-s-line:nth-child(1) {
  background: #b6c6ff;
}
#browser.show-optimizely #b-body-top .b-s-line:nth-child(1) .b-s-line-text {
  background: #0037ff;
}
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(1) .b-s-line-text {
  width: 160px;
}
#browser.show-optimizely #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  left: 45px;
  width: 140px;
}
#browser.show-scale .b-logo-scale {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
#browser.show-scale .b-logo-scale img {
  margin-top: -5px;
}
#browser.show-scale .b-link {
  background: #000;
}
#browser.show-scale .b-header-bg {
  background: #000;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
#browser.show-scale #b-sidebar .b-s-line:nth-child(4) .b-s-line-text {
  background: #fff;
}
#browser.show-scale #b-body-top .b-s-line:nth-child(1) .b-s-line-text {
  background-color: #fd9d52;
}
#browser.show-scale #b-body-middle .b-s-line:nth-child(3) .b-s-line-text {
  background: #dd45d3;
  width: 130px;
}
#options {
  width: 691px;
  text-align: center;
  margin-top: 20px;
}
#owlbert-flythrough {
  width: 282px;
  height: 307px;
  background-image: url("/static/flythrough.png");
  -webkit-background-size: 564px auto;
  -moz-background-size: 564px auto;
  background-size: 564px auto;
  position: absolute;
  top: -205px;
  z-index: 101;
  left: -50px;
  background-position: 0 -6447px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  #owlbert-flythrough {
    background-image: url("/static/flythrough@2x.png");
    -webkit-background-size: 564px auto;
    -moz-background-size: 564px auto;
    background-size: 564px auto;
  }
}
.logo.hover #owlbert-flythrough {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  pointer-events: auto;
  -webkit-animation: flythrough 0.9s steps(1, end) forwards;
  -moz-animation: flythrough 0.9s steps(1, end) forwards;
  -o-animation: flythrough 0.9s steps(1, end) forwards;
  -ms-animation: flythrough 0.9s steps(1, end) forwards;
  animation: flythrough 0.9s steps(1, end) forwards;
}
.logo.nohover #owlbert-flythrough {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-animation: flythrough-back 0.5s steps(1, end) forwards;
  -moz-animation: flythrough-back 0.5s steps(1, end) forwards;
  -o-animation: flythrough-back 0.5s steps(1, end) forwards;
  -ms-animation: flythrough-back 0.5s steps(1, end) forwards;
  animation: flythrough-back 0.5s steps(1, end) forwards;
}
@-moz-keyframes flythrough {
  0% {
    background-position: -282px -3070px;
  }
  4.761904761904762% {
    background-position: -282px -2763px;
  }
  9.523809523809524% {
    background-position: -282px -2456px;
  }
  14.285714285714285% {
    background-position: -282px -2149px;
  }
  19.047619047619047% {
    background-position: -282px -1842px;
  }
  23.80952380952381% {
    background-position: -282px -1535px;
  }
  28.57142857142857% {
    background-position: -282px -1228px;
  }
  33.333333333333336% {
    background-position: -282px -921px;
  }
  38.095238095238095% {
    background-position: -282px -614px;
  }
  42.857142857142854% {
    background-position: -282px -307px;
  }
  47.61904761904762% {
    background-position: -282px 0px;
  }
  52.38095238095238% {
    background-position: 0 -3070px;
  }
  57.14285714285714% {
    background-position: 0 -2763px;
  }
  61.904761904761905% {
    background-position: 0 -2456px;
  }
  66.66666666666667% {
    background-position: 0 -2149px;
  }
  71.42857142857143% {
    background-position: 0 -1842px;
  }
  76.19047619047619% {
    background-position: 0 -1535px;
  }
  80.95238095238095% {
    background-position: 0 -1228px;
  }
  85.71428571428571% {
    background-position: 0 -921px;
  }
  90.47619047619048% {
    background-position: 0 -614px;
  }
  95.23809523809524% {
    background-position: 0 -307px;
  }
  100% {
    background-position: 0 0px;
  }
}
@-webkit-keyframes flythrough {
  0% {
    background-position: -282px -3070px;
  }
  4.761904761904762% {
    background-position: -282px -2763px;
  }
  9.523809523809524% {
    background-position: -282px -2456px;
  }
  14.285714285714285% {
    background-position: -282px -2149px;
  }
  19.047619047619047% {
    background-position: -282px -1842px;
  }
  23.80952380952381% {
    background-position: -282px -1535px;
  }
  28.57142857142857% {
    background-position: -282px -1228px;
  }
  33.333333333333336% {
    background-position: -282px -921px;
  }
  38.095238095238095% {
    background-position: -282px -614px;
  }
  42.857142857142854% {
    background-position: -282px -307px;
  }
  47.61904761904762% {
    background-position: -282px 0px;
  }
  52.38095238095238% {
    background-position: 0 -3070px;
  }
  57.14285714285714% {
    background-position: 0 -2763px;
  }
  61.904761904761905% {
    background-position: 0 -2456px;
  }
  66.66666666666667% {
    background-position: 0 -2149px;
  }
  71.42857142857143% {
    background-position: 0 -1842px;
  }
  76.19047619047619% {
    background-position: 0 -1535px;
  }
  80.95238095238095% {
    background-position: 0 -1228px;
  }
  85.71428571428571% {
    background-position: 0 -921px;
  }
  90.47619047619048% {
    background-position: 0 -614px;
  }
  95.23809523809524% {
    background-position: 0 -307px;
  }
  100% {
    background-position: 0 0px;
  }
}
@-o-keyframes flythrough {
  0% {
    background-position: -282px -3070px;
  }
  4.761904761904762% {
    background-position: -282px -2763px;
  }
  9.523809523809524% {
    background-position: -282px -2456px;
  }
  14.285714285714285% {
    background-position: -282px -2149px;
  }
  19.047619047619047% {
    background-position: -282px -1842px;
  }
  23.80952380952381% {
    background-position: -282px -1535px;
  }
  28.57142857142857% {
    background-position: -282px -1228px;
  }
  33.333333333333336% {
    background-position: -282px -921px;
  }
  38.095238095238095% {
    background-position: -282px -614px;
  }
  42.857142857142854% {
    background-position: -282px -307px;
  }
  47.61904761904762% {
    background-position: -282px 0px;
  }
  52.38095238095238% {
    background-position: 0 -3070px;
  }
  57.14285714285714% {
    background-position: 0 -2763px;
  }
  61.904761904761905% {
    background-position: 0 -2456px;
  }
  66.66666666666667% {
    background-position: 0 -2149px;
  }
  71.42857142857143% {
    background-position: 0 -1842px;
  }
  76.19047619047619% {
    background-position: 0 -1535px;
  }
  80.95238095238095% {
    background-position: 0 -1228px;
  }
  85.71428571428571% {
    background-position: 0 -921px;
  }
  90.47619047619048% {
    background-position: 0 -614px;
  }
  95.23809523809524% {
    background-position: 0 -307px;
  }
  100% {
    background-position: 0 0px;
  }
}
@keyframes flythrough {
  0% {
    background-position: -282px -3070px;
  }
  4.761904761904762% {
    background-position: -282px -2763px;
  }
  9.523809523809524% {
    background-position: -282px -2456px;
  }
  14.285714285714285% {
    background-position: -282px -2149px;
  }
  19.047619047619047% {
    background-position: -282px -1842px;
  }
  23.80952380952381% {
    background-position: -282px -1535px;
  }
  28.57142857142857% {
    background-position: -282px -1228px;
  }
  33.333333333333336% {
    background-position: -282px -921px;
  }
  38.095238095238095% {
    background-position: -282px -614px;
  }
  42.857142857142854% {
    background-position: -282px -307px;
  }
  47.61904761904762% {
    background-position: -282px 0px;
  }
  52.38095238095238% {
    background-position: 0 -3070px;
  }
  57.14285714285714% {
    background-position: 0 -2763px;
  }
  61.904761904761905% {
    background-position: 0 -2456px;
  }
  66.66666666666667% {
    background-position: 0 -2149px;
  }
  71.42857142857143% {
    background-position: 0 -1842px;
  }
  76.19047619047619% {
    background-position: 0 -1535px;
  }
  80.95238095238095% {
    background-position: 0 -1228px;
  }
  85.71428571428571% {
    background-position: 0 -921px;
  }
  90.47619047619048% {
    background-position: 0 -614px;
  }
  95.23809523809524% {
    background-position: 0 -307px;
  }
  100% {
    background-position: 0 0px;
  }
}
@-moz-keyframes flythrough-back {
  100% {
    background-position: -282px -3070px;
  }
  95.23809523809524% {
    background-position: -282px -2763px;
  }
  90.47619047619048% {
    background-position: -282px -2456px;
  }
  85.71428571428572% {
    background-position: -282px -2149px;
  }
  80.95238095238095% {
    background-position: -282px -1842px;
  }
  76.19047619047619% {
    background-position: -282px -1535px;
  }
  71.42857142857143% {
    background-position: -282px -1228px;
  }
  66.66666666666666% {
    background-position: -282px -921px;
  }
  61.904761904761905% {
    background-position: -282px -614px;
  }
  57.142857142857146% {
    background-position: -282px -307px;
  }
  52.38095238095238% {
    background-position: -282px 0px;
  }
  47.61904761904762% {
    background-position: 0 -3070px;
  }
  42.85714285714286% {
    background-position: 0 -2763px;
  }
  38.095238095238095% {
    background-position: 0 -2456px;
  }
  33.33333333333333% {
    background-position: 0 -2149px;
  }
  28.57142857142857% {
    background-position: 0 -1842px;
  }
  23.80952380952381% {
    background-position: 0 -1535px;
  }
  19.04761904761905% {
    background-position: 0 -1228px;
  }
  14.285714285714292% {
    background-position: 0 -921px;
  }
  9.523809523809518% {
    background-position: 0 -614px;
  }
  4.761904761904759% {
    background-position: 0 -307px;
  }
  0% {
    background-position: 0 0px;
  }
}
@-webkit-keyframes flythrough-back {
  100% {
    background-position: -282px -3070px;
  }
  95.23809523809524% {
    background-position: -282px -2763px;
  }
  90.47619047619048% {
    background-position: -282px -2456px;
  }
  85.71428571428572% {
    background-position: -282px -2149px;
  }
  80.95238095238095% {
    background-position: -282px -1842px;
  }
  76.19047619047619% {
    background-position: -282px -1535px;
  }
  71.42857142857143% {
    background-position: -282px -1228px;
  }
  66.66666666666666% {
    background-position: -282px -921px;
  }
  61.904761904761905% {
    background-position: -282px -614px;
  }
  57.142857142857146% {
    background-position: -282px -307px;
  }
  52.38095238095238% {
    background-position: -282px 0px;
  }
  47.61904761904762% {
    background-position: 0 -3070px;
  }
  42.85714285714286% {
    background-position: 0 -2763px;
  }
  38.095238095238095% {
    background-position: 0 -2456px;
  }
  33.33333333333333% {
    background-position: 0 -2149px;
  }
  28.57142857142857% {
    background-position: 0 -1842px;
  }
  23.80952380952381% {
    background-position: 0 -1535px;
  }
  19.04761904761905% {
    background-position: 0 -1228px;
  }
  14.285714285714292% {
    background-position: 0 -921px;
  }
  9.523809523809518% {
    background-position: 0 -614px;
  }
  4.761904761904759% {
    background-position: 0 -307px;
  }
  0% {
    background-position: 0 0px;
  }
}
@-o-keyframes flythrough-back {
  100% {
    background-position: -282px -3070px;
  }
  95.23809523809524% {
    background-position: -282px -2763px;
  }
  90.47619047619048% {
    background-position: -282px -2456px;
  }
  85.71428571428572% {
    background-position: -282px -2149px;
  }
  80.95238095238095% {
    background-position: -282px -1842px;
  }
  76.19047619047619% {
    background-position: -282px -1535px;
  }
  71.42857142857143% {
    background-position: -282px -1228px;
  }
  66.66666666666666% {
    background-position: -282px -921px;
  }
  61.904761904761905% {
    background-position: -282px -614px;
  }
  57.142857142857146% {
    background-position: -282px -307px;
  }
  52.38095238095238% {
    background-position: -282px 0px;
  }
  47.61904761904762% {
    background-position: 0 -3070px;
  }
  42.85714285714286% {
    background-position: 0 -2763px;
  }
  38.095238095238095% {
    background-position: 0 -2456px;
  }
  33.33333333333333% {
    background-position: 0 -2149px;
  }
  28.57142857142857% {
    background-position: 0 -1842px;
  }
  23.80952380952381% {
    background-position: 0 -1535px;
  }
  19.04761904761905% {
    background-position: 0 -1228px;
  }
  14.285714285714292% {
    background-position: 0 -921px;
  }
  9.523809523809518% {
    background-position: 0 -614px;
  }
  4.761904761904759% {
    background-position: 0 -307px;
  }
  0% {
    background-position: 0 0px;
  }
}
@keyframes flythrough-back {
  100% {
    background-position: -282px -3070px;
  }
  95.23809523809524% {
    background-position: -282px -2763px;
  }
  90.47619047619048% {
    background-position: -282px -2456px;
  }
  85.71428571428572% {
    background-position: -282px -2149px;
  }
  80.95238095238095% {
    background-position: -282px -1842px;
  }
  76.19047619047619% {
    background-position: -282px -1535px;
  }
  71.42857142857143% {
    background-position: -282px -1228px;
  }
  66.66666666666666% {
    background-position: -282px -921px;
  }
  61.904761904761905% {
    background-position: -282px -614px;
  }
  57.142857142857146% {
    background-position: -282px -307px;
  }
  52.38095238095238% {
    background-position: -282px 0px;
  }
  47.61904761904762% {
    background-position: 0 -3070px;
  }
  42.85714285714286% {
    background-position: 0 -2763px;
  }
  38.095238095238095% {
    background-position: 0 -2456px;
  }
  33.33333333333333% {
    background-position: 0 -2149px;
  }
  28.57142857142857% {
    background-position: 0 -1842px;
  }
  23.80952380952381% {
    background-position: 0 -1535px;
  }
  19.04761904761905% {
    background-position: 0 -1228px;
  }
  14.285714285714292% {
    background-position: 0 -921px;
  }
  9.523809523809518% {
    background-position: 0 -614px;
  }
  4.761904761904759% {
    background-position: 0 -307px;
  }
  0% {
    background-position: 0 0px;
  }
}

