#trifecta header .logo {
  background-image: url(/i/Trifecta_Logo_Horizontal_1.svg);
}
#trifecta header.scroll .logo {
  background-image: url(/i/Trifecta_Logo_Horizontal_2.svg);
}
#trifecta a.btn {
  cursor: pointer;
}
#trifecta .connect .plx-wrap .plx-bg {
  background-image: url(/i/connect-bg-img.jpg);
}
#trifecta .connect .container > div {
  max-width: 850px;
}
#trifecta .connect h2 {
  margin-bottom: 1rem;
}
#trifecta .connect p {
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  color: #fff;
  margin-bottom: 1rem;
}
#trifecta .s2.intro h4::before {
  display: none;
}
#trifecta .s2.intro h4 img {
  max-width: 300px;
}
#trifecta .s2.intro p {
  border-left: 1px solid rgb(4, 167, 139);
  padding-left: 70px;
  max-width: 560px;
}
#trifecta .s3 {
  background: url(/i/what-we-offer-bg.jpg) no-repeat center/cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#trifecta .s3 .plx-bg {
  background: url(/i/what-we-offer-bg.jpg) no-repeat center/cover;
  display: none;
}
#trifecta .s3 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
#trifecta .s3 .sec-nav {
  min-width: 250px;
}
#trifecta .s3 .sec-nav h4 {
  color: #fff;
  margin-bottom: 2.5rem;
}
#trifecta .s3 .sec-nav h4::before {
  background-color: #fff;
}
#trifecta .s3 .sec-nav a {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  margin-bottom: 2rem;
  cursor: pointer;
}
#trifecta .s3 .sec-nav a:last-of-type {
  margin-bottom: 0;
}
#trifecta .s3 .sec-nav a.active {
  opacity: 1;
}
#trifecta .s3 .wrap .box {
  border-top: solid 1px #fff;
  padding-top: 3rem;
  margin-bottom: 5.6rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
#trifecta .s3 .wrap .box p.lg {
  color: #fff;
  max-width: 450px;
}
#trifecta .s3 .wrap .box ul {
  list-style: none;
  width: 100%;
  max-width: 453px;
}
#trifecta .s3 .wrap .box ul li {
  padding: 14px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}
#trifecta .s3 .wrap .box ul li span {
  display: block;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 5px;
}
#trifecta .s3 .wrap .box ul li span::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 100%;
  left: 0;
  top: 0.6em;
}
#trifecta .s3 .wrap .box ul li span:first-of-type {
  margin-top: 10px;
}
#trifecta .s3 .wrap .box ul li p {
  color: #fff;
  font-size: 0.8em;
}
#trifecta .s3 .wrap .box ul li:last-of-type {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
#trifecta .s3 .wrap .last {
  height: 9.5rem;
  border: none;
  margin: 0;
}
#trifecta .popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 90vh;
  width: 1200px;
  height: auto;
  z-index: 102;
  overflow-y: auto;
}
#trifecta .popup #contact-us {
  padding: 5rem 0 3rem 0;
}
#trifecta .popup .btn-close {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 63px;
  height: 63px;
  background: url(/i/x-icon.svg) no-repeat center/contain;
  cursor: pointer;
}

@media (max-width: 1199px), (max-height: 899px) {
  #trifecta .s3 {
    height: auto;
    background: none;
  }
  #trifecta .s3 .plx-bg {
    display: block;
  }
  #trifecta .s3 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    position: relative;
  }
  #trifecta .s3 .sec-nav {
    min-width: none;
  }
  #trifecta .s3 .sec-nav h4 {
    margin-bottom: 1rem;
  }
  #trifecta .s3 .sec-nav a {
    display: none;
  }
  #trifecta .s3 .wrap .box {
    padding-top: 2rem;
    margin-bottom: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #trifecta .s3 .wrap .box p.lg {
    max-width: none;
    margin-bottom: 1rem;
  }
  #trifecta .s3 .wrap .box ul {
    max-width: none;
  }
  #trifecta .s3 .wrap .box[data-id=cyber] {
    margin-bottom: 0;
  }
  #trifecta .s3 .wrap .last {
    display: none;
  }
}
@media all and (max-width: 979px) {
  #trifecta .s2.intro p {
    padding-left: 30px;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #trifecta .s2.intro p {
    padding-left: 0px;
    max-width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgb(4, 167, 139);
    border-left: none;
  }
  #trifecta .s2.intro h4 {
    padding-left: 0;
    text-align: center;
  }
  #trifecta .s3 {
    background: url(/i/services-mobile-bg-img.jpg) no-repeat center/cover;
  }
  #trifecta .s3 .wrap .box {
    margin-bottom: 4rem;
  }
  #trifecta .connect p {
    font-size: 20px;
    line-height: 28px;
  }
}

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