@-webkit-keyframes colorChange {
  0% {
    color: red;
  }
  25% {
    color: blue;
  }
  50% {
    color: green;
  }
  75% {
    color: orange;
  }
  100% {
    color: red;
  }
}
@keyframes colorChange {
  0% {
    color: red;
  }
  25% {
    color: blue;
  }
  50% {
    color: green;
  }
  75% {
    color: orange;
  }
  100% {
    color: red;
  }
}
.abgb {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 18px;
  left: 0;
  cursor: pointer;
}
.abgb svg {
  fill: #00aecd;
}

.cbb {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 3px;
  left: 0;
  cursor: pointer;
}
.cbb svg {
  height: 15px;
  width: 15px;
  stroke: #00aecd;
  fill: #00aecd;
  stroke-width: 1.25;
}
.cbb:hover svg {
  background: #666;
  stroke: #fff;
}

.adContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adContainer .abgcp {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.adContainer .abgcp img {
  margin-bottom: 0;
}
.adContainer .abgb {
  left: 1px;
  bottom: 17px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adContainer .cbb {
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adContainer.afc {
  position: fixed;
  bottom: 0;
/*  width: -webkit-max-content;
  width: -moz-max-content;*/
  width: 100%;
  z-index: 1000;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.ns-mh8zd-e-0 {
  border-color: #e6e7e8;
  border-style: solid;
  border-width: 1px;
  font-family: "Google Sans", Arial, sans-serif;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /*  height: 90px;*/
  margin-bottom: 1rem;
  cursor: pointer;
  padding: 5px 0;
}

.ns-mh8zd-e-1 {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ns-mh8zd-e-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ns-mh8zd-e-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ns-mh8zd-e-17 {
  margin: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ns-mh8zd-e-17 img {
  border-radius: 15px;
  /*  width: 120px;*/
  max-width: 80px;
}

.ns-mh8zd-e-18 {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-animation: colorChange 5s infinite;
          animation: colorChange 5s infinite;
}

.ns-mh8zd-e-18:hover {
  opacity: 0.8;
}

.ns-mh8zd-e-16 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: 150px;
  max-width: 150px;
  border-radius: 30px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  background-color: #0088ff;
  color: #ffffff;
  height: 46px;
}

.ns-mh8zd-e-16:hover {
  opacity: 0.8;
}

.ns-mh8zd-e-19 {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .ns-mh8zd-e-16 {
    max-width: 140px;
    min-width: 140px;
  }
  .ns-mh8zd-e-18 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .ns-mh8zd-e-16 {
    text-transform: none;
  }
  .ns-mh8zd-e-18 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ns-mh8zd-e-16 {
    min-width: auto;
    max-width: none;
  }
  .ns-mh8zd-e-17 {
    padding: 0 5px 0 15px;
  }
  .ns-mh8zd-e-18 {
    font-size: 12px;
  }
}
@media (max-width: 395px) {
  .ns-mh8zd-e-19 {
    font-size: 14px;
    text-align: center;
  }
}