@charset "UTF-8";
* {
  box-sizing: border-box;
}

@keyframes button-ripple {
  0% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0.1;
  }
}
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a, a:hover, a:active, a:focus {
  text-decoration: none !important;
  cursor: pointer;
}

body .top-banner-content {
  color: black !important;
}
body .top-banner-content .nebula-logo {
  object-fit: none !important;
  width: 190px !important;
  height: auto;
  min-height: initial !important;
  display: block;
  margin-bottom: 12px;
  margin-left: -5px;
}
body .diagram {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .diagram .diagram-title {
  letter-spacing: 0.04em;
  font-size: 24px;
  line-height: 1em;
  font-weight: bolder;
}
@media screen and (min-width: 768px) {
  body .diagram .diagram-title {
    font-size: 36px;
    text-align: center;
  }
}
body .diagram .content {
  margin: auto;
  margin-top: 20px;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  body .diagram .content {
    text-align: center;
  }
}
body .diagram .scenario-wrap .scenario-switch {
  display: flex;
  width: 100%;
  max-width: 440px;
  background-image: url(/sites/zyxel/files/library/assets/solutions/diagram/scenario_icon_bar_mobile.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7% 0;
  margin: auto;
  margin-top: 20px;
  position: relative;
  justify-content: center;
}
body .diagram .scenario-wrap .scenario-switch .switch-icon {
  width: 30%;
  color: black;
  position: relative;
  display: block;
}
body .diagram .scenario-wrap .scenario-switch .switch-icon .switch-icon-image {
  height: 19vw;
  max-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .diagram .scenario-wrap .scenario-switch .switch-icon .switch-icon-image svg {
  display: block;
  object-fit: contain;
}
body .diagram .scenario-wrap .scenario-switch .switch-icon .switch-icon-image svg .st0 {
  fill: #888888;
}
body .diagram .scenario-wrap .scenario-switch .switch-icon p {
  font-size: 12px;
  text-align: center;
  line-height: 1em;
  font-weight: bolder;
}
@media screen and (min-width: 992px) {
  body .diagram .scenario-wrap .scenario-switch .switch-icon p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  body .diagram .scenario-wrap .scenario-switch .switch-icon {
    width: 60%;
    margin: 0 0 22px 0;
  }
}
body .diagram .scenario-wrap .scenario-switch .active {
  position: relative;
  z-index: 10;
}
body .diagram .scenario-wrap .scenario-switch .active .switch-icon-image svg .st0 {
  fill: #ff8900;
}
@media screen and (min-width: 768px) {
  body .diagram .scenario-wrap .scenario-switch {
    padding: 25px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  body .diagram .scenario-wrap .scenario-switch {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 185px;
    flex: none;
    background-image: url(/sites/zyxel/files/library/assets/solutions/diagram/scenario_icon_bar.png);
    padding: 64px 0;
    margin: auto;
  }
}
body .diagram .scenario-wrap .scenario-panel {
  position: relative;
  flex: 1;
  height: 42vw;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
body .diagram .scenario-wrap .scenario-panel .scenario {
  width: 100%;
}
body .diagram .scenario-wrap .scenario-panel .scenario .scenario-image {
  position: relative;
}
body .diagram .scenario-wrap .scenario-panel .scenario .scenario-image img.scenario-img-bg {
  width: 100%;
  display: block;
  margin: auto;
}
body .diagram .scenario-wrap .scenario-panel .scenario .scenario-image .diagram-tag-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}
body .diagram .scenario-wrap .scenario-panel .scenario .scenario-image .diagram-tag-wrap .tag {
  position: absolute;
  padding: 0 5px;
  width: max-content;
  display: none;
}
@media screen and (min-width: 1200px) {
  body .diagram .scenario-wrap .scenario-panel .scenario .scenario-image .diagram-tag-wrap {
    display: block;
  }
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=enterprise] .scenario-image .diagram-tag-wrap .tag.enterprise-tag {
  display: block;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=enterprise] .scenario-image .diagram-tag-wrap .tag#base_station_tag {
  transform: translate(0, -100%);
  left: 6%;
  top: 37%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=enterprise] .scenario-image .diagram-tag-wrap .tag#repeater_tag {
  transform: translate(0, -50%);
  left: 19%;
  top: 50%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=enterprise] .scenario-image .diagram-tag-wrap .tag#base_unit_tag {
  transform: translate(0, -50%);
  left: 19%;
  top: 81%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=enterprise] .scenario-image .diagram-tag-wrap .tag#extender_tag {
  transform: translate(0, -50%);
  left: 39%;
  top: 44%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=enterprise] .scenario-image .diagram-tag-wrap .tag#remote_unit_tag {
  transform: translate(0, -50%);
  left: 71%;
  top: 28%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=enterprise] .scenario-image .diagram-tag-wrap .tag#remote_unit_tag2 {
  transform: translate(0, -50%);
  left: 64%;
  top: 56%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=enterprise] .scenario-image .diagram-tag-wrap .tag#remote_unit_tag3 {
  transform: translate(0, -50%);
  left: 58%;
  top: 78%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=tower] .scenario-image .diagram-tag-wrap .tag.tower-tag {
  display: block;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=tower] .scenario-image .diagram-tag-wrap .tag#base_station_tag {
  transform: translate(0, -100%);
  left: 8%;
  top: 81%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=tower] .scenario-image .diagram-tag-wrap .tag#repeater_tag {
  transform: translate(0, -50%);
  left: 44.5%;
  top: 60%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=tower] .scenario-image .diagram-tag-wrap .tag#extender_tag {
  transform: translate(0, -50%);
  left: 73.5%;
  top: 60%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=tower] .scenario-image .diagram-tag-wrap .tag#base_unit_tag {
  transform: translate(0, -50%);
  left: 55%;
  top: 60%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=tower] .scenario-image .diagram-tag-wrap .tag#remote_unit_tag2 {
  transform: translate(-100%, -50%);
  left: 52%;
  top: 14%;
}
body .diagram .scenario-wrap .scenario-panel .scenario[scenario=tower] .scenario-image .diagram-tag-wrap .tag#remote_unit_tag3 {
  transform: translate(-50%, 0%);
  left: 76%;
  top: 90%;
}
@media screen and (min-width: 992px) {
  body .diagram .scenario-wrap .scenario-panel {
    height: 34vw;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  body .diagram .scenario-wrap .scenario-panel {
    max-height: 470px;
  }
}
@media screen and (min-width: 992px) {
  body .diagram .scenario-wrap {
    display: flex;
    flex: 1;
    margin-top: 60px;
  }
}
body .diagram .legend {
  margin-top: 10px;
}
body .diagram .legend img {
  width: 100%;
  display: none;
  max-height: 35px;
  margin: auto;
}
body .diagram .legend img.active {
  display: block;
}
@media screen and (min-width: 992px) {
  body .diagram .legend {
    padding-left: 185px;
  }
}
body .diagram .mobile-index {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
body .diagram .mobile-index ul {
  width: 100%;
  max-width: 564px;
}
body .diagram .mobile-index ul li {
  display: none;
  justify-content: flex-start;
  padding: 3px 0;
}
body .diagram .mobile-index ul li .number {
  background-color: #ff8900;
  color: white;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
}
body .diagram .mobile-index ul li .text {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  body .diagram .mobile-index ul li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  body .diagram .mobile-index ul {
    display: flex;
    flex-wrap: wrap;
  }
}
body .diagram .mobile-index[scenario=enterprise] li.enterprise-index {
  display: flex;
}
body .diagram .mobile-index[scenario=tower] li.tower-index {
  display: flex;
}
@media screen and (min-width: 768px) {
  body .diagram .mobile-index {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  body .diagram .mobile-index {
    padding-left: 185px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  body .diagram .mobile-index {
    display: none;
  }
}
body .diagram .product-section .product-wrap {
  padding: 15px 13px;
  text-align: center;
}
body .diagram .product-section .product-wrap .product-image img {
  width: 100%;
}
body .diagram .product-section .product-wrap .product-text .product-name {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
body .diagram .product-section .product-wrap .product-text .product-name a {
  color: black;
}
body .diagram .product-section .product-wrap .product-text .product-name a:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 5px 0 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-top: -3px;
  color: #ff8900;
  padding-left: 10px;
}
body .diagram .product-section .product-wrap .product-text .product-name a:hover {
  color: #ff8900;
}
body .diagram .product-section .slick-dots {
  bottom: -25px;
}
@media screen and (min-width: 768px) {
  body .diagram {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  body .diagram {
    padding-top: 60px;
  }
}
body #solution-tabs {
  display: none;
}

/*# sourceMappingURL=style.css.map */
