main {
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

main .solutionContainer {
  padding: 4% 1%;
  text-align: center;
  position: relative;
}

@media (max-width: 800px) {
  main .solutionContainer {
    padding: 8% 4%;
  }
}

main .solutionContainer .smallContainer {
  padding: 0 6%;
}

main .solutionContainer h2 {
  color: white;
  font-size: 3.2rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  main .solutionContainer h2 {
    font-size: 2rem;
  }
}

main .solutionContainer p {
  margin: 30px 0;
  color: white;
  line-height: 30px;
  text-align: justify;
}

main .solutionContainer .enquireNowLink {
  position: absolute;
  top: 10%;
  right: -3%;
  background: white;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  padding: 0 2%;
  height: 40px;
  width: 200px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 800px) {
  main .solutionContainer .enquireNowLink {
    font-size: 0.85rem;
    top: 6%;
    right: -114px;
  }
}

main .solutionContainer .enquireNowLink:hover {
  right: -2%;
}

main .solutionContainer .cctvCamRow {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}

@media (max-width: 800px) {
  main .solutionContainer .cctvCamRow {
    gap: 10px;
  }
}

main .solutionContainer .cctvCamRow .cctvContainer {
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
  width: 25%;
}

@media (max-width: 800px) {
  main .solutionContainer .cctvCamRow .cctvContainer {
    max-width: 50%;
    min-width: 45%;
    margin-bottom: 10px;
  }
}

main .solutionContainer .cctvCamRow .cctvContainer .imageSection {
  border: 1px solid #cecece;
  position: relative;
  padding: 80px 60px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 800px) {
  main .solutionContainer .cctvCamRow .cctvContainer .imageSection {
    padding: 30px 10px;
  }
}

main .solutionContainer .cctvCamRow .cctvContainer .imageSection img {
  width: 100%;
  max-width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media (max-width: 800px) {
  main .solutionContainer .cctvCamRow .cctvContainer .imageSection img {
    height: 120px;
  }
}

main .solutionContainer .cctvCamRow .cctvContainer .imageSection .tooltip {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background: #575757;
  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;
  border: 1px solid #575757;
}

main .solutionContainer .cctvCamRow .cctvContainer .imageSection .tooltip svg {
  height: 12px;
  width: 12px;
  color: #0e0e0e;
}

main .solutionContainer .cctvCamRow .cctvContainer .imageSection:hover {
  background: #ebebeb;
}

main .solutionContainer .cctvCamRow .cctvContainer .imageSection:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

main .solutionContainer .cctvCamRow .cctvContainer .imageSection:hover .tooltip {
  background: transparent;
}

main .solutionContainer .cctvCamRow .cctvContainer .cctvName {
  height: 100px;
  font-size: 1.3rem;
  font-weight: 500;
}

main .solutionContainer .cctvCamRow .cctvContainer .cctvName p {
  text-align: center;
}

@media (max-width: 800px) {
  main .solutionContainer .cctvCamRow .cctvContainer .cctvName {
    font-size: 0.9rem;
    height: 80px;
  }
}

main .solutionsSection {
  padding: 10% 15%;
  position: relative;
}

@media (max-width: 800px) {
  main .solutionsSection {
    padding: 20px 8% 50px 8%;
  }
}

main .solutionsSection .solutionsSectionRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

main .solutionsSection .solutionsSectionRow .solutionsDetails {
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow .solutionsDetails {
    padding-top: 50px;
    text-align: left;
  }
}

main .solutionsSection .solutionsSectionRow .solutionsDetails h2 {
  font-size: 5rem;
  font-weight: 500;
  width: 80%;
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow .solutionsDetails h2 {
    font-size: 3rem;
    width: 100%;
  }
}

main .solutionsSection .solutionsSectionRow .solutionsDetails p {
  margin: 40px 0;
  line-height: 30px;
  width: 80%;
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow .solutionsDetails p {
    width: 100%;
  }
}

main .solutionsSection .solutionsSectionRow .solutionsImg {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
  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;
}

main .solutionsSection .solutionsSectionRow .solutionsImg::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 600px;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, rgba(128, 0, 128, 0.425)), color-stop(55%, rgba(153, 35, 6, 0.308)));
  background: linear-gradient(to right, rgba(128, 0, 128, 0.425) 45%, rgba(153, 35, 6, 0.308) 55%);
  -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.432));
          filter: blur(200px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.432));
  border-radius: 50%;
  top: -6%;
  right: -36%;
  z-index: -1;
  -webkit-animation: bgAnim 4s linear infinite alternate;
          animation: bgAnim 4s linear infinite alternate;
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow .solutionsImg::after {
    display: none;
  }
}

main .solutionsSection .solutionsSectionRow .solutionsImg img {
  position: absolute;
  top: -75%;
  right: -42%;
  height: auto;
  width: 900px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 800px) {
  main .solutionsSection .solutionsSectionRow .solutionsImg img {
    width: 400px;
    top: -30%;
    right: -170px;
    z-index: -1;
  }
}

@-webkit-keyframes bgAnim {
  0% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.363));
            filter: blur(200px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.363));
  }
  25% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.527));
            filter: blur(150px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.527));
  }
  50% {
    -webkit-filter: blur(120px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.521));
            filter: blur(120px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.521));
  }
  75% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.466));
            filter: blur(150px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.466));
  }
  100% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.342));
            filter: blur(200px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.342));
  }
}

@keyframes bgAnim {
  0% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.363));
            filter: blur(200px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.363));
  }
  25% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.527));
            filter: blur(150px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.527));
  }
  50% {
    -webkit-filter: blur(120px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.521));
            filter: blur(120px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.521));
  }
  75% {
    -webkit-filter: blur(150px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.466));
            filter: blur(150px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.466));
  }
  100% {
    -webkit-filter: blur(200px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.342));
            filter: blur(200px) drop-shadow(0 0 30px rgba(153, 35, 6, 0.342));
  }
}

main .accessManage {
  padding: 3% 1% 0 1%;
  text-align: center;
}

@media (max-width: 800px) {
  main .accessManage {
    padding: 6% 4%;
  }
}

main .accessManage h2 {
  font-size: 3rem;
  font-weight: 500;
}

main .accessManage p {
  margin: 40px 0;
  line-height: 30px;
}

@media (max-width: 800px) {
  main .accessManage p {
    margin: 40px 12px;
  }
}

main .accessManage .cctvCamRow {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}

@media (max-width: 800px) {
  main .accessManage .cctvCamRow {
    gap: 0px;
  }
}

main .accessManage .cctvCamRow .cctvContainer {
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
  width: 25%;
}

@media (max-width: 800px) {
  main .accessManage .cctvCamRow .cctvContainer {
    max-width: 45%;
    min-width: 45%;
    margin-bottom: 80px;
  }
}

main .accessManage .cctvCamRow .cctvContainer .imageSection {
  border: 1px solid #cecece;
  position: relative;
  padding: 80px 60px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 800px) {
  main .accessManage .cctvCamRow .cctvContainer .imageSection {
    padding: 40px 20px;
  }
}

main .accessManage .cctvCamRow .cctvContainer .imageSection img {
  width: 100%;
  max-width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media (max-width: 800px) {
  main .accessManage .cctvCamRow .cctvContainer .imageSection img {
    height: 120px;
  }
}

main .accessManage .cctvCamRow .cctvContainer .imageSection .tooltip {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background: #575757;
  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;
  border: 1px solid #575757;
}

main .accessManage .cctvCamRow .cctvContainer .imageSection .tooltip svg {
  height: 12px;
  width: 12px;
  color: #0e0e0e;
}

main .accessManage .cctvCamRow .cctvContainer .imageSection:hover {
  background: #ebebeb;
}

main .accessManage .cctvCamRow .cctvContainer .imageSection:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

main .accessManage .cctvCamRow .cctvContainer .imageSection:hover .tooltip {
  background: transparent;
}

main .accessManage .cctvCamRow .cctvContainer .cctvName {
  font-size: 1.3rem;
  font-weight: 500;
}

main .accessManage .cctvCamRow .cctvContainer .cctvName p {
  height: 80px;
  text-align: center;
}

main .accessManage .cctvCamRow .cctvContainer .cctvName a {
  display: none;
}

@media (max-width: 800px) {
  main .accessManage .cctvCamRow .cctvContainer .cctvName {
    font-size: 0.8rem;
  }
  main .accessManage .cctvCamRow .cctvContainer .cctvName a {
    display: block;
    color: #cecece;
  }
  main .accessManage .cctvCamRow .cctvContainer .cctvName a span {
    border-bottom: 1px solid #cecece;
  }
  main .accessManage .cctvCamRow .cctvContainer .cctvName p {
    height: 40px;
    margin: 20px 0;
    text-align: center;
  }
}

main .oneTouchSol {
  position: relative;
}

@media (max-width: 800px) {
  main .oneTouchSol {
    padding: 10% 0;
  }
}

main .oneTouchSol .solutionsSectionRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 4%;
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow {
    padding: 0 2%;
  }
}

main .oneTouchSol .solutionsSectionRow .solutionsDetails {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow .solutionsDetails {
    -webkit-box-flex: 0.6;
        -ms-flex: 0.6;
            flex: 0.6;
  }
}

main .oneTouchSol .solutionsSectionRow .solutionsDetails h2 {
  font-size: 5rem;
  font-weight: 500;
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow .solutionsDetails h2 {
    font-size: 2.5rem;
  }
}

main .oneTouchSol .solutionsSectionRow .solutionsDetails p {
  margin: 40px 0;
  line-height: 30px;
  width: 80%;
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow .solutionsDetails p {
    width: 100%;
  }
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow .solutionsDetails {
    padding: 2%;
  }
}

main .oneTouchSol .solutionsSectionRow .solutionsImg {
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
  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;
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow .solutionsImg {
    -webkit-box-flex: 0.4;
        -ms-flex: 0.4;
            flex: 0.4;
  }
}

main .oneTouchSol .solutionsSectionRow .solutionsImg img {
  margin: 0 auto;
  height: auto;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 800px) {
  main .oneTouchSol .solutionsSectionRow .solutionsImg img {
    margin: 30px 0;
    max-width: 100%;
  }
}

main .networking {
  padding: 0% 0 6% 0;
  position: relative;
  background: url("../../assets/Net object.png");
  background-size: 100vw 50vh;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

@media (max-width: 800px) {
  main .networking {
    padding: 10% 0;
    min-height: 55vh;
    background-size: 200% 62%;
  }
}

@media (max-width: 800px) {
  main .networking {
    padding: 6% 4%;
  }
}

main .networking h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

main .networking p {
  margin: 40px 0;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 800px) {
  main .networking p {
    margin: 40px 12px;
  }
}

main .networking .cctvCamRow {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}

@media (max-width: 800px) {
  main .networking .cctvCamRow {
    gap: 0px;
  }
}

main .networking .cctvCamRow .cctvContainer {
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
  width: 25%;
}

@media (max-width: 800px) {
  main .networking .cctvCamRow .cctvContainer {
    max-width: 45%;
    min-width: 45%;
    margin-bottom: 80px;
  }
}

main .networking .cctvCamRow .cctvContainer .imageSection {
  border: 1px solid #cecece;
  position: relative;
  padding: 80px 60px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 800px) {
  main .networking .cctvCamRow .cctvContainer .imageSection {
    padding: 40px 20px;
  }
}

main .networking .cctvCamRow .cctvContainer .imageSection img {
  width: 100%;
  max-width: 100%;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media (max-width: 800px) {
  main .networking .cctvCamRow .cctvContainer .imageSection img {
    height: 120px;
  }
}

main .networking .cctvCamRow .cctvContainer .imageSection .tooltip {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background: #575757;
  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;
  border: 1px solid #575757;
}

main .networking .cctvCamRow .cctvContainer .imageSection .tooltip svg {
  height: 12px;
  width: 12px;
  color: #0e0e0e;
}

main .networking .cctvCamRow .cctvContainer .imageSection:hover {
  background: #ebebeb;
}

main .networking .cctvCamRow .cctvContainer .imageSection:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

main .networking .cctvCamRow .cctvContainer .imageSection:hover .tooltip {
  background: transparent;
}

main .networking .cctvCamRow .cctvContainer .cctvName {
  font-size: 1.3rem;
  font-weight: 500;
}

main .networking .cctvCamRow .cctvContainer .cctvName p {
  height: 80px;
}

main .networking .cctvCamRow .cctvContainer .cctvName a {
  display: none;
}

@media (max-width: 800px) {
  main .networking .cctvCamRow .cctvContainer .cctvName {
    font-size: 0.8rem;
  }
  main .networking .cctvCamRow .cctvContainer .cctvName a {
    display: block;
    color: #cecece;
  }
  main .networking .cctvCamRow .cctvContainer .cctvName a span {
    border-bottom: 1px solid #cecece;
  }
  main .networking .cctvCamRow .cctvContainer .cctvName p {
    height: 40px;
    margin: 20px 0;
  }
}

main .companyLogos {
  min-height: 30vh;
  background: white;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media (max-width: 800px) {
  main .companyLogos {
    min-height: 20vh;
  }
}

main .companyLogos .companyLogoContainer {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  main .companyLogos .companyLogoContainer {
    overflow-x: scroll;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 30px;
  }
  main .companyLogos .companyLogoContainer::-webkit-scrollbar {
    display: none;
  }
  main .companyLogos .companyLogoContainer {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}

@media (max-width: 800px) {
  main .companyLogos .companyLogoContainer {
    width: 100%;
  }
}

main .companyLogos .logoCaroselContainer {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

main .companyLogos .logoCaroselContainer .swiper-container {
  width: 100%;
  height: 100%;
}

main .companyLogos .logoCaroselContainer .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}

main .companyLogos .logoCaroselContainer .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .companyLogos .logoCaroselContainer .swiper-slide .skGrayImg img {
  -webkit-filter: contrast(0.2);
          filter: contrast(0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

main .companyLogos .logoCaroselContainer .swiper-slide span {
  height: 160px;
  width: 160px;
}

@media (max-width: 800px) {
  main .companyLogos .logoCaroselContainer .swiper-slide span {
    min-width: 100px;
    margin-right: 40px;
  }
}

main .companyLogos .logoCaroselContainer .swiper-slide span img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

main .companyLogos .logoCaroselContainer .swiper-slide span:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*# sourceMappingURL=cctvSurvilence.css.map */