html, body {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}

#mo, #mo div{
  display:block;
  position:absolute;
  margin:0px 0px;
  padding:0px 0px;
}
#mo{
  width:100%;
  height: 100%;
  z-index: 105;
}

#mo-logo{
  left:calc(50% - 96px);
  top:calc(50% - 48px);
  width:192px;
  height:48px;
  background: url("../../../assets/svg/app_logo.svg") no-repeat top left/192px 48px;
}

#mo-text{
  left:calc(50% - 72px);
  width: 144px;
  height: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  top: calc(50% + 16px);
  color:#888;
}

.btn-thick {
  border-width: 2px;
  padding: 7px 12px;
}

.bg-sky{
  background-color: #e8f3ff !important;
}

.bg-lightyellow{
  background-color: #fff6e6 !important;
}

.bg-blue-1 { background-color: #F8FBFF !important; }
.bg-blue-2 { background-color: #EAF4FF !important; }
.bg-blue-3 { background-color: #D6EAFF !important; }
.bg-blue-4 { background-color: #ADD5FF !important; }
.bg-blue-5 { background-color: #83C0FF !important; }

.bg-check-0 {
  background-color: #D6EAFF;
  opacity: 1;
  background-image:  linear-gradient(#EAF4FF 2px, transparent 2px), linear-gradient(90deg, #EAF4FF 2px, transparent 2px), linear-gradient(#EAF4FF 1px, transparent 1px), linear-gradient(90deg, #EAF4FF 1px, #D6EAFF 1px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.pricing-icon{
  background-color: lightgrey;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 5px 10px;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

#desktop-slider-container{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#desktop-slideshow{
  width: 100%;
  height:  100%;
}

.slide{
  display:  block;
  float: left;
  position: relative;

  width: 100%;
  height:  100%;
}
