@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: "Urbanist", sans-serif;
  color: #414144;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  color: #414144;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #ffffff;
}
h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, h6.orange {
  color: #e16d09;
}
h1.ghost, h2.ghost, h3.ghost, h4.ghost, h5.ghost, h6.ghost {
  color: #f7f7ff;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  line-height: 1;
}

p, li, a {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #414144;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-size: 76px;
  font-weight: 300;
  line-height: 1.05;
}
@media all and (max-width: 1280px) {
  h1 {
    font-size: 64px;
  }
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

p {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button:focus {
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Urbanist", sans-serif;
}

.sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  color: #414144;
  text-transform: capitalize;
}
.sub.white {
  color: #ffffff;
}
.sub.ghost {
  color: #f7f7ff;
}
.sub.orange {
  color: #e16d09;
}

.darkSec {
  background: #0d0d0d;
}
.darkSec p, .darkSec li, .darkSec a, .darkSec h1, .darkSec h2, .darkSec h3, .darkSec h4, .darkSec h5, .darkSec h6 {
  color: #ffffff;
}

.copy p:last-child {
  margin-bottom: 0;
}

.full-wrap {
  max-width: 2200px;
  margin: 0 auto;
  width: 100%;
}

.main-wrap {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
}

.med-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.sm-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 850px;
  margin: 0 auto;
}

.xxs-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.footer-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
}

.section-padding {
  padding: 5%;
}

.sec-padding {
  padding: 5% 15px;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid gray;
  font-size: 17px !important;
  padding: 10px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.orangeSolidBtn, .linkBtn, .linkBtnDark, .btnOutlineDark, .orangeBdrBtn, .btnOutlineLight {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}
.orangeSolidBtn .dot, .linkBtn .dot, .linkBtnDark .dot, .btnOutlineDark .dot, .orangeBdrBtn .dot, .btnOutlineLight .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.orangeSolidBtn:hover, .linkBtn:hover, .linkBtnDark:hover, .btnOutlineDark:hover, .orangeBdrBtn:hover, .btnOutlineLight:hover {
  text-decoration: none;
}

.btnOutlineLight {
  background: #ffffff;
  color: #414144;
  border: 2px solid #ffffff;
  border-radius: 50px;
  padding: 16px 32px;
}
.btnOutlineLight .dot {
  background: #e16d09;
}
.btnOutlineLight:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btnOutlineLight:hover .dot {
  background: #ffffff;
}

.orangeBdrBtn {
  background: transparent;
  color: #ffffff;
  border: 2px solid #e16d09;
  border-radius: 50px;
  padding: 16px 32px;
}
.orangeBdrBtn .dot {
  background: #e16d09;
}
.orangeBdrBtn:hover {
  background: #e16d09;
  border-color: #e16d09;
  color: #ffffff;
}
.orangeBdrBtn:hover .dot {
  background: #ffffff;
}

.btnOutlineDark {
  background: transparent;
  color: #414144;
  border: 1px solid rgba(65, 65, 68, 0.15);
  border-radius: 50px;
  padding: 16px 32px;
}
.btnOutlineDark .dot {
  background: #e16d09;
}
.btnOutlineDark:hover {
  background: #414144;
  color: #ffffff;
  border-color: #414144;
}
.btnOutlineDark:hover .dot {
  background: #ffffff;
}

.linkBtn, .linkBtnDark {
  color: #ffffff;
  border: none;
  padding: 0;
  position: relative;
  padding-bottom: 8px;
}
.linkBtn .dot, .linkBtnDark .dot {
  background: #e16d09;
}
.linkBtn::after, .linkBtnDark::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e16d09;
  transition: width 0.3s ease;
}
.linkBtn:hover, .linkBtnDark:hover {
  color: #ffffff;
}
.linkBtn:hover .dot, .linkBtnDark:hover .dot {
  background: #e16d09;
}
.linkBtn:hover::after, .linkBtnDark:hover::after {
  width: 60%;
}

.orangeSolidBtn {
  background: #e16d09;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  padding: 14px 28px;
}
.orangeSolidBtn .dot {
  background: #ffffff;
}
.orangeSolidBtn:hover {
  background: #ba5a07;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}
.orangeSolidBtn:hover .dot {
  background: #ffffff;
}

.linkBtnDark {
  color: #414144;
}
.linkBtnDark:hover {
  color: #414144;
}

@media all and (max-width: 992px) {
  .btnOutlineLight,
  .orangeBdrBtn,
  .btnOutlineDark,
  .orangeSolidBtn {
    padding: 10px 25px;
    gap: 10px;
  }
}
.innerBanner {
  position: relative;
  background-color: #414144;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.innerBanner .bannerTitle {
  padding-bottom: 3%;
}
.innerBanner .main-wrap {
  position: relative;
  z-index: 1;
}
.innerBanner .sub {
  color: #e16d09;
  margin-bottom: 12px;
}
.innerBanner h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 16px;
}
@media all and (max-width: 992px) {
  .innerBanner h1 {
    font-size: 38px;
  }
}
@media all and (max-width: 767px) {
  .innerBanner h1 {
    font-size: 30px;
  }
}
.innerBanner .copy p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  max-width: 600px;
  margin: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px 5%;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
.header .navLeft {
  display: flex;
  align-items: center;
}
.header .navLeft .navMenu {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .navLeft .navMenu > li > a {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header .navLeft .navMenu > li > a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.header .navLeft .navMenu > li.current-menu-item > a, .header .navLeft .navMenu > li.current-menu-parent > a, .header .navLeft .navMenu > li.current-menu-ancestor > a {
  border: 2px solid #e16d09;
  border-radius: 50px;
  padding: 7px 16px;
  color: #ffffff;
}
.header .navLeft .navMenu > li.current-menu-item > a:hover, .header .navLeft .navMenu > li.current-menu-parent > a:hover, .header .navLeft .navMenu > li.current-menu-ancestor > a:hover {
  color: #ffffff;
}
.header .navLeft .navMenu > li.menu-item-has-children .sub-menu {
  display: none;
  position: fixed;
  top: auto;
  left: 0;
  width: 100%;
  background: #000000;
  padding: 36px 40px 44px;
  z-index: 998;
  list-style: none;
  margin: 0;
}
.header .navLeft .navMenu > li.menu-item-has-children .sub-menu li {
  padding: 0;
}
.header .navLeft .navMenu > li.menu-item-has-children .sub-menu li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.3s ease;
}
.header .navLeft .navMenu > li.menu-item-has-children .sub-menu li > a:hover {
  color: #ffffff;
}
.header .navLeft .navMenu > li.menu-item-has-children .sub-menu li.current-menu-item > a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 8px;
  border-bottom: 2px solid #e16d09;
  margin-bottom: 4px;
}
.header .navLeft .navMenu > li.menu-item-has-children.sub-open .sub-menu {
  display: block;
}
.header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo a {
  display: block;
  text-decoration: none;
}
.header .logo img {
  height: 70px;
  width: auto;
  display: block;
}
.header .navRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header .navRight .headerBtn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #ffffff;
  background: #e16d09;
  border: 2px solid rgba(235, 235, 235, 0.5);
  border-radius: 50px;
  padding: 13px 28px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header .navRight .headerBtn .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}
.header .navRight .headerBtn:hover {
  background: #ba5a07;
  border-color: rgba(235, 235, 235, 0.5);
  color: #ffffff;
}
.header .menuBtn {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
  transition: transform 0.2s ease;
  position: relative;
  z-index: 10000;
}
.header .menuBtn:hover {
  transform: scale(1.12);
}
.header .menuBtn .burgerIcon {
  display: block;
  overflow: visible;
}
.header .menuBtn .burgerIcon .bar--1,
.header .menuBtn .burgerIcon .bar--2,
.header .menuBtn .burgerIcon .bar--3 {
  fill: #ffffff;
  transform-box: fill-box;
  transform-origin: center;
}
.header .menuBtn .burgerIcon .bar--2 {
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.header .menuBtn .burgerIcon .bar--1 {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}
.header .menuBtn .burgerIcon .bar--3 {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}
.header .menuBtn .burgerIcon .accentDot {
  fill: #e16d09;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}
.header .menuBtn.open .burgerIcon .bar--1 {
  transform: translateY(8px) rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .menuBtn.open .burgerIcon .bar--2 {
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.25s ease 0.05s, opacity 0.2s ease 0.05s;
}
.header .menuBtn.open .burgerIcon .bar--3 {
  transform: translateY(-8px) rotate(-45deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .menuBtn.open .burgerIcon .accentDot {
  transform: scale(0);
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s ease;
}
.header.darkHeader {
  background: #000000;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}
.header.subOpen {
  background: #000000;
}
.header .mobileNav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 380px;
  height: 100vh;
  background: #000000;
  z-index: 9999;
  padding: 100px 40px 40px;
  transform: translateX(120%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  overflow-y: auto;
}
.header .mobileNav.show {
  transform: translateX(0);
  opacity: 1;
}
.header .mobileNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .mobileNav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .mobileNav ul li.current-menu-item > a, .header .mobileNav ul li.current-menu-parent > a {
  color: #e16d09;
}
.header .mobileNav ul li a {
  display: block;
  padding: 18px 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}
.header .mobileNav ul li a:hover {
  color: #e16d09;
}
.header .mobileNav ul li .sub-menu {
  list-style: none;
  padding: 0 0 10px 16px;
  margin: 0;
}
.header .mobileNav ul li .sub-menu li {
  border-bottom: none;
}
.header .mobileNav ul li .sub-menu li a {
  padding: 10px 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.45);
}
.header .mobileNav ul li .sub-menu li.current-menu-item > a {
  color: #e16d09;
  font-weight: 700;
}
.header .mobileNav .mobileNavLogo {
  margin-bottom: 32px;
}
.header .mobileNav .mobileNavLogo img {
  height: 56px;
  width: auto;
  display: block;
}
.header .mobileNav .mobileNavSocials {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}
.header .mobileNav .mobileNavSocials img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.header .mobileNav .mobileNavSocials a:hover img {
  opacity: 1;
}
.header .mobileNav .mobileContactBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #ffffff;
  background: #e16d09;
  border: 1px solid #e16d09;
  padding: 14px 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  justify-content: center;
}
.header .mobileNav .mobileContactBtn .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}
.header .mobileNav .mobileContactBtn:hover {
  background: #ba5a07;
  border-color: #e16d09;
}
.header .mobileOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.header .mobileOverlay.show {
  opacity: 1;
  pointer-events: auto;
}
@media all and (max-width: 992px) {
  .header {
    padding: 16px 20px;
    grid-template-columns: auto 1fr auto;
  }
  .header .navLeft {
    display: none;
  }
  .header .logo {
    grid-column: 1;
    justify-self: start;
  }
  .header .navRight {
    grid-column: 3;
    justify-self: end;
  }
  .header .navRight .headerBtn {
    display: none;
  }
  .header .menuBtn {
    display: flex;
  }
  .header .mobileNav {
    display: block;
  }
  .header .mobileOverlay {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .header {
    padding: 12px 20px;
  }
  .header .logo img {
    height: 55px;
  }
}

body.innerPage .header {
  position: sticky;
  top: 0;
  background: #000000;
}

.footer .mainFooter {
  background: #000000;
  padding: 70px 0 60px;
}
.footer .mainFooter .footerInner {
  display: grid;
  grid-template-columns: 280px 1fr 1fr auto;
  gap: 60px;
  padding: 0 60px;
  max-width: 1800px;
  margin: 0 auto;
}
.footer .mainFooter .logoBox img.footerLogo {
  max-width: 240px;
  height: auto;
  margin-bottom: 30px;
}
.footer .mainFooter .logoBox .socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.footer .mainFooter .logoBox .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}
.footer .mainFooter .logoBox .socials a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  transition: filter 0.3s ease;
}
.footer .mainFooter .logoBox .socials a:hover {
  border-color: #e16d09;
}
.footer .mainFooter .logoBox .socials a:hover img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(84%) saturate(700%) hue-rotate(350deg) brightness(95%);
}
.footer .mainFooter .menuBox .menuHead {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #e16d09;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .footer .mainFooter .menuBox .menuHead {
    margin-bottom: 10px;
  }
}
.footer .mainFooter .menuBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .mainFooter .menuBox ul li {
  margin-bottom: 0;
}
.footer .mainFooter .menuBox ul li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 7px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.footer .mainFooter .menuBox ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer .mainFooter .contactBox .menuHead {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #e16d09;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .footer .mainFooter .contactBox .menuHead {
    margin-bottom: 10px;
  }
}
.footer .mainFooter .contactBox a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  padding: 7px 0;
  transition: color 0.3s ease;
}
.footer .mainFooter .contactBox a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 1100px) {
  .footer .mainFooter .footerInner {
    grid-template-columns: 220px 1fr 1fr;
  }
  .footer .mainFooter .footerInner .contactBox {
    grid-column: 1/-1;
  }
}
@media all and (max-width: 767px) {
  .footer .mainFooter {
    padding: 50px 0 40px;
  }
  .footer .mainFooter .footerInner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }
}
.footer .accreditationBar {
  padding: 16px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.footer .accreditationBar .accredLogos {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer .accreditationBar .accredLogos .accredItem {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .accreditationBar .accredLogos .accredItem img {
  height: 36px;
  width: auto;
}
.footer .accreditationBar .accredLogos .accredItem p {
  font-size: 10px;
  font-weight: 500;
  color: #414144;
  margin: 0;
  line-height: 1.4;
  max-width: 250px;
  text-transform: capitalize;
  letter-spacing: 0.4px;
}
.footer .accreditationBar .copyright {
  font-size: 10px;
  font-weight: 500;
  color: #414144;
  margin: 0;
  letter-spacing: 0.4px;
  text-align: right;
  white-space: nowrap;
}
.footer .accreditationBar .copyright a {
  font-size: 10px;
  color: #414144;
  text-decoration: underline;
}
.footer .accreditationBar .copyright a:hover {
  color: #e16d09;
}
@media all and (max-width: 992px) {
  .footer .accreditationBar {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
  }
  .footer .accreditationBar .accredLogos {
    flex-direction: column;
    gap: 20px;
  }
  .footer .accreditationBar .copyright {
    text-align: center;
    white-space: normal;
  }
}
@media all and (max-width: 767px) {
  .footer .accreditationBar {
    padding: 16px 20px;
    gap: 20px;
  }
  .footer .accreditationBar .accredLogos {
    gap: 16px;
  }
  .footer .accreditationBar .accredItem {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .footer .accreditationBar .accredItem p {
    max-width: 100%;
  }
  .footer .accreditationBar .copyright {
    white-space: normal;
    font-size: 10px;
  }
}

.homeBanner {
  position: relative;
  height: 80vh;
  min-height: 650px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.homeBanner .bannerSlider {
  position: absolute;
  inset: 0;
  margin-bottom: 0 !important;
}
.homeBanner .bannerSlider .slick-list,
.homeBanner .bannerSlider .slick-track,
.homeBanner .bannerSlider .slick-slide > div,
.homeBanner .bannerSlider .bannerSlide {
  height: 100%;
}
.homeBanner .bannerSlider .bannerSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.homeBanner .bannerSlider .slick-dots {
  position: absolute;
  right: 44px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  z-index: 3;
}
.homeBanner .bannerSlider .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeBanner .bannerSlider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.35;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: block;
}
.homeBanner .bannerSlider .slick-dots li button::before {
  display: none;
}
.homeBanner .bannerSlider .slick-dots li.slick-active button {
  opacity: 1;
}
.homeBanner .bannerOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.7) 100%);
}
.homeBanner .bannerContent {
  position: relative;
  z-index: 2;
}
.homeBanner .bannerContent h1 {
  color: #f7f7ff;
  font-size: 76px;
  font-weight: 300;
  line-height: 1.05;
  max-width: 800px;
  margin-bottom: 44px;
}
.homeBanner .awardBadge {
  position: absolute;
  right: 60px;
  bottom: 100px;
  width: 124px;
  z-index: 2;
}
.homeBanner .awardBadge img {
  width: 100%;
}
@media all and (max-width: 1280px) {
  .homeBanner .bannerContent h1 {
    font-size: 62px;
  }
}
@media all and (max-width: 992px) {
  .homeBanner {
    height: 80vh;
    min-height: 500px;
  }
  .homeBanner .bannerContent {
    padding-bottom: 80px;
  }
  .homeBanner .bannerContent h1 {
    font-size: 46px;
    max-width: 600px;
    margin-bottom: 30px;
  }
  .homeBanner .awardBadge {
    width: 90px;
    right: 30px;
    bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .homeBanner {
    height: 75vh;
  }
  .homeBanner .bannerContent {
    padding-bottom: 60px;
  }
  .homeBanner .bannerContent h1 {
    font-size: 34px;
    max-width: 100%;
  }
  .homeBanner .awardBadge {
    width: 70px;
    right: 20px;
    bottom: 70px;
  }
}

.darkBgWrap {
  position: relative;
  background-color: #111112;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.darkBgWrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 12, 0.72);
  pointer-events: none;
  z-index: 0;
}
.darkBgWrap > section {
  position: relative;
  z-index: 1;
}

.aboutSec .aboutGrid {
  display: grid;
  grid-template-columns: 30% 50%;
  align-items: start;
  justify-content: space-between;
}
.aboutSec .aboutGrid .leftCol {
  padding-top: 6px;
}
.aboutSec .aboutGrid .rightCol .copy p {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 0;
}
.aboutSec .aboutGrid .rightCol .btnBox {
  margin-top: 44px;
}
@media all and (max-width: 992px) {
  .aboutSec .aboutGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .aboutSec .aboutGrid .rightCol .copy p {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .aboutSec .aboutGrid .rightCol .copy p {
    font-size: 20px;
  }
}

.servicesSec .sectionHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 30px;
}
.servicesSec .sectionHead .textBox .sub {
  color: #f7f7ff;
}
.servicesSec .sectionHead .textBox h2 {
  color: #e16d09;
  margin-bottom: 16px;
}
.servicesSec .sectionHead .textBox .copy p {
  font-size: 15px;
  color: rgba(247, 247, 255, 0.8);
  max-width: 600px;
  margin: 0;
}
.servicesSec .sectionHead .btnBox {
  flex-shrink: 0;
  padding-bottom: 4px;
}
@media all and (max-width: 992px) {
  .servicesSec .sectionHead {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .servicesSec .sectionHead .btnBox {
    padding-bottom: 0;
  }
}
.servicesSec .servicesGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.servicesSec .servicesGrid .serviceCard {
  position: relative;
  padding: 0 0 20px;
}
.servicesSec .servicesGrid .serviceCard::before {
  height: 100%;
  width: 1.5px;
  position: absolute;
  right: -10px;
  top: 0;
  content: "";
  z-index: 3;
  background-color: #EBEBEB;
  opacity: 0.2;
}
.servicesSec .servicesGrid .serviceCard:last-child::before {
  display: none;
}
.servicesSec .servicesGrid .serviceCard .imgBox {
  height: 240px;
  overflow: hidden;
  margin-bottom: 28px;
}
.servicesSec .servicesGrid .serviceCard .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.servicesSec .servicesGrid .serviceCard h3 {
  font-size: 19px;
  font-weight: 400;
  color: #f7f7ff;
  margin-bottom: 14px;
  line-height: 1.3;
}
.servicesSec .servicesGrid .serviceCard .copy p {
  font-size: 14px;
  color: rgba(247, 247, 255, 0.72);
  line-height: 1.65;
  margin-bottom: 0;
}
.servicesSec .servicesGrid .serviceCard .btnBox {
  margin-top: 28px;
}
.servicesSec .servicesGrid .serviceCard:hover .imgBox img {
  transform: scale(1.04);
}
@media all and (max-width: 1100px) {
  .servicesSec .servicesGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .servicesSec .servicesGrid .serviceCard:nth-child(1), .servicesSec .servicesGrid .serviceCard:nth-child(2) {
    border-bottom: 1px solid rgba(247, 247, 255, 0.12);
    padding-bottom: 20px;
    margin-bottom: 0;
    border-right: 0;
  }
  .servicesSec .servicesGrid .serviceCard:nth-child(3), .servicesSec .servicesGrid .serviceCard:nth-child(4) {
    padding-top: 0;
    border-right: none;
  }
}
@media all and (max-width: 992px) {
  .servicesSec .servicesGrid .serviceCard::before {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .servicesSec .servicesGrid {
    grid-template-columns: 1fr;
    border-left: none;
  }
  .servicesSec .servicesGrid .serviceCard {
    border-right: none !important;
    border-bottom: 1px solid rgba(247, 247, 255, 0.12) !important;
    padding: 30px 0 !important;
  }
  .servicesSec .servicesGrid .serviceCard:last-child {
    border-bottom: none !important;
  }
}

.portfolioSec {
  background: #ffffff;
}
.portfolioSec .sectionHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 30px;
}
.portfolioSec .sectionHead .textBox .sub {
  color: #414144;
}
.portfolioSec .sectionHead .textBox h2 {
  color: #e16d09;
  margin-bottom: 16px;
}
.portfolioSec .sectionHead .textBox .copy p {
  font-size: 15px;
  color: rgba(65, 65, 68, 0.75);
  max-width: 500px;
  margin: 0;
}
.portfolioSec .sectionHead .btnBox {
  flex-shrink: 0;
  padding-bottom: 4px;
}
@media all and (max-width: 992px) {
  .portfolioSec .sectionHead {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.portfolioSec .portfolioSlider .portfolioSlide {
  display: grid !important;
  grid-template-columns: 72% 25%;
  gap: 3%;
  align-items: start;
}
.portfolioSec .portfolioSlider .portfolioSlide .imgBox {
  overflow: hidden;
}
.portfolioSec .portfolioSlider .portfolioSlide .imgBox img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.portfolioSec .portfolioSlider .portfolioSlide .imgBox:hover img {
  transform: scale(1.03);
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo h3 {
  font-size: 19px;
  font-weight: 400;
  color: #414144;
  margin-bottom: 16px;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .location {
  font-size: 14px;
  color: rgba(65, 65, 68, 0.72);
  margin-bottom: 20px;
  line-height: 1.5;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .copy p {
  font-size: 14px;
  color: rgba(65, 65, 68, 0.72);
  margin-bottom: 0;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .btnBox {
  margin-top: 30px;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: auto;
  padding-top: 48px;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .prev,
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .prev svg,
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .next svg {
  width: 14px;
  height: 12px;
  transition: color 0.3s ease;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .prev {
  background: transparent;
  border: 1px solid #ebebeb;
  color: #414144;
  margin-right: 8px;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .prev svg {
  transform: scaleX(-1);
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .prev:hover {
  background: rgba(65, 65, 68, 0.15);
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .next {
  background: transparent;
  border: 2px solid #e16d09;
  color: #e16d09;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .next:hover {
  background: #e16d09;
  color: #ffffff;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .dividerV {
  width: 1px;
  height: 36px;
  background: rgba(65, 65, 68, 0.2);
  margin: 0 20px;
}
.portfolioSec .portfolioSlider .portfolioSlide .projectInfo .portfolioNav .sliderCount {
  font-size: 13px;
  font-weight: 400;
  color: rgba(65, 65, 68, 0.65);
  letter-spacing: 1.5px;
}
@media all and (max-width: 992px) {
  .portfolioSec .portfolioSlide {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .portfolioSec .portfolioSlide .imgBox img {
    height: 320px;
  }
  .portfolioSec .portfolioSlide .projectInfo {
    padding-top: 30px;
  }
  .portfolioSec .portfolioSlide .projectInfo .btnBox {
    margin-top: 0 !important;
  }
  .portfolioSec .portfolioSlide .projectInfo .portfolioNav {
    padding-top: 32px;
  }
}
@media all and (max-width: 767px) {
  .portfolioSec .portfolioSlide .imgBox img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.6s ease;
  }
}

.approachSec {
  background: #ffffff;
  padding-right: 0;
}
.approachSec .approachLayout {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 0;
  align-items: start;
}
.approachSec .approachLeft {
  display: flex;
  flex-direction: column;
  padding-right: 60px;
}
.approachSec .approachLeft .sectionHead .sub {
  color: #414144;
}
.approachSec .approachLeft .sectionHead h2 {
  color: #e16d09;
  margin-bottom: 0;
}
.approachSec .approachLeft .approachNav {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 40px;
}
.approachSec .approachLeft .approachNav .prev,
.approachSec .approachLeft .approachNav .next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.approachSec .approachLeft .approachNav .prev svg,
.approachSec .approachLeft .approachNav .next svg {
  width: 14px;
  height: 12px;
  transition: color 0.3s ease;
}
.approachSec .approachLeft .approachNav .prev {
  background: transparent;
  border: 1px solid #ebebeb;
  color: #414144;
  margin-right: 8px;
}
.approachSec .approachLeft .approachNav .prev svg {
  transform: scaleX(-1);
}
.approachSec .approachLeft .approachNav .prev:hover {
  background: rgba(65, 65, 68, 0.08);
}
.approachSec .approachLeft .approachNav .next {
  background: transparent;
  border: 2px solid #e16d09;
  color: #e16d09;
}
.approachSec .approachLeft .approachNav .next:hover {
  background: #e16d09;
  color: #ffffff;
}
.approachSec .approachRight {
  overflow: hidden;
}
.approachSec .approachSlider {
  width: 90%;
  overflow: visible;
}
.approachSec .approachSlider .slick-list {
  overflow: visible;
}
.approachSec .approachSlider .approachItem {
  padding: 0 48px;
  border-right: 1px solid rgba(65, 65, 68, 0.12);
}
.approachSec .approachSlider .approachItem .itemTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.approachSec .approachSlider .approachItem .itemTitle .iconBox {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.approachSec .approachSlider .approachItem .itemTitle .iconBox img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.approachSec .approachSlider .approachItem .itemTitle h3 {
  font-size: 19px;
  font-weight: 600;
  color: #414144;
  margin: 0;
  line-height: 1.3;
}
.approachSec .approachSlider .approachItem .copy p {
  font-size: 14px;
  color: rgba(65, 65, 68, 0.72);
  line-height: 1.65;
  margin: 0;
}
@media all and (max-width: 992px) {
  .approachSec .approachLayout {
    grid-template-columns: 1fr;
  }
  .approachSec .approachLeft {
    border-right: none;
    border-bottom: none;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .approachSec .approachLeft .approachNav {
    margin-top: 30px;
  }
  .approachSec .approachSlider .approachItem {
    padding: 0 24px;
  }
}
@media all and (max-width: 767px) {
  .approachSec .approachSlider .approachItem {
    padding: 0 20px;
  }
  .approachSec .approachSlider .approachItem .itemTitle h3 {
    font-size: 17px;
  }
}

.reviewsSec {
  background: #f5f5f5;
}
.reviewsSec .sectionHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 30px;
}
.reviewsSec .sectionHead .textBox .sub {
  color: #414144;
}
.reviewsSec .sectionHead .textBox h2 {
  color: #e16d09;
  margin-bottom: 0;
}
.reviewsSec .sectionHead .btnBox {
  flex-shrink: 0;
}
@media all and (max-width: 992px) {
  .reviewsSec .sectionHead {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.reviewsSec .reviewLayout {
  display: grid;
  grid-template-columns: 46% 46%;
  justify-content: space-between;
  align-items: center;
}
.reviewsSec .reviewLayout .reviewImgBox {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.reviewsSec .reviewLayout .reviewImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.reviewsSec .reviewLayout .reviewContent {
  position: relative;
}
.reviewsSec .reviewLayout .reviewContent .quoteMark {
  font-size: 240px;
  font-weight: 700;
  color: #ebebeb;
  line-height: 0.7;
  display: block;
  margin-bottom: -20px;
  user-select: none;
}
@media all and (max-width: 992px) {
  .reviewsSec .reviewLayout {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .reviewsSec .reviewLayout .reviewImgBox {
    height: 320px;
  }
  .reviewsSec .reviewLayout .reviewContent .quoteMark {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .reviewsSec .reviewLayout .reviewImgBox {
    display: none;
  }
}
.reviewsSec .reviewSlider .reviewSlide h2 {
  font-size: 30px;
  font-weight: 300;
  color: #414144;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .reviewsSec .reviewSlider .reviewSlide h2 {
    font-size: 22px;
  }
}
.reviewsSec .reviewSlider .reviewSlide .copy p {
  font-size: 15px;
  color: rgba(65, 65, 68, 0.78);
  line-height: 1.75;
  margin: 0;
}
.reviewsSec .sliderNav {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 50px;
}
.reviewsSec .sliderNav .prev,
.reviewsSec .sliderNav .next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.reviewsSec .sliderNav .prev svg,
.reviewsSec .sliderNav .next svg {
  width: 14px;
  height: 12px;
  transition: color 0.3s ease;
}
.reviewsSec .sliderNav .prev {
  background: transparent;
  border: 1px solid #ebebeb;
  color: #414144;
  margin-right: 8px;
}
.reviewsSec .sliderNav .prev svg {
  transform: scaleX(-1);
}
.reviewsSec .sliderNav .prev:hover {
  background: rgba(65, 65, 68, 0.08);
}
.reviewsSec .sliderNav .next {
  background: transparent;
  border: 2px solid #e16d09;
  color: #e16d09;
}
.reviewsSec .sliderNav .next:hover {
  background: #e16d09;
  color: #ffffff;
}
.reviewsSec .sliderNav .dividerV {
  width: 1px;
  height: 36px;
  background: rgba(65, 65, 68, 0.2);
  margin: 0 20px;
}
.reviewsSec .sliderNav .sliderCount {
  font-size: 13px;
  font-weight: 400;
  color: rgba(65, 65, 68, 0.65);
  letter-spacing: 1.5px;
}
@media all and (max-width: 992px) {
  .reviewsSec .sliderNav {
    margin-top: 30px;
  }
}

body.page-template-template-home .faqSec {
  padding-top: 0;
}

.faqSec {
  background: #f5f5f5;
}
.faqSec .sectionHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 30px;
}
.faqSec .sectionHead .textBox .sub {
  color: #414144;
}
.faqSec .sectionHead .textBox h2 {
  color: #e16d09;
  margin-bottom: 0;
}
.faqSec .sectionHead .btnBox {
  flex-shrink: 0;
}
@media all and (max-width: 992px) {
  .faqSec .sectionHead {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.faqSec .faqList {
  border-top: 1px solid rgba(65, 65, 68, 0.1);
  max-width: 900px;
  width: 90%;
}
@media all and (max-width: 767px) {
  .faqSec .faqList {
    width: 100%;
  }
}
.faqSec .faqList .faqItem {
  border-bottom: 1px solid rgba(65, 65, 68, 0.1);
}
.faqSec .faqList .faqItem .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  cursor: pointer;
  gap: 20px;
  border: none;
  background-color: transparent;
  width: 100%;
  text-align: left;
}
.faqSec .faqList .faqItem .question h3 {
  font-size: 19px;
  font-weight: 400;
  color: #414144;
  margin: 0;
  transition: color 0.3s ease;
}
.faqSec .faqList .faqItem .question .faqToggle {
  flex-shrink: 0;
  width: 20px;
  height: 12px;
  position: relative;
  transition: transform 0.3s ease;
}
.faqSec .faqList .faqItem .question .faqToggle::before, .faqSec .faqList .faqItem .question .faqToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1.5px;
  background: #414144;
  transition: background 0.3s ease;
}
.faqSec .faqList .faqItem .question .faqToggle::before {
  left: 1px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.faqSec .faqList .faqItem .question .faqToggle::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left center;
}
.faqSec .faqList .faqItem .question:hover h3 {
  color: #e16d09;
}
.faqSec .faqList .faqItem .answer {
  display: none;
  padding-bottom: 36px;
}
.faqSec .faqList .faqItem .answer .copy {
  padding: 0 25px;
}
.faqSec .faqList .faqItem .answer .copy p {
  font-size: 14px;
  color: rgba(65, 65, 68, 0.72);
  line-height: 1.75;
  margin: 0;
}
.faqSec .faqList .faqItem.open .question .faqToggle {
  transform: rotate(180deg);
}
@media all and (max-width: 767px) {
  .faqSec .faqList .faqItem .question {
    padding: 24px 0;
  }
  .faqSec .faqList .faqItem .question h3 {
    font-size: 16px;
  }
}

.newsSec {
  background: #ffffff;
}
.newsSec .sectionHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 30px;
}
.newsSec .sectionHead .textBox .sub {
  color: #414144;
}
.newsSec .sectionHead .textBox h2 {
  color: #e16d09;
  margin-bottom: 0;
}
.newsSec .sectionHead .btnBox {
  flex-shrink: 0;
  padding-bottom: 4px;
}
@media all and (max-width: 992px) {
  .newsSec .sectionHead {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.newsSec .newsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.newsSec .newsGrid .newsCard {
  border-right: 1px solid rgba(65, 65, 68, 0.12);
  padding: 0 28px;
}
.newsSec .newsGrid .newsCard .imgBox {
  height: 220px;
  overflow: hidden;
  margin-bottom: 28px;
}
.newsSec .newsGrid .newsCard .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.newsSec .newsGrid .newsCard h3 {
  font-size: 19px;
  font-weight: 400;
  color: #414144;
  margin-bottom: 14px;
  line-height: 1.35;
}
.newsSec .newsGrid .newsCard .excerpt p {
  font-size: 14px;
  color: rgba(65, 65, 68, 0.72);
  line-height: 1.65;
  margin-bottom: 0;
}
.newsSec .newsGrid .newsCard .btnBox {
  margin-top: 24px;
}
.newsSec .newsGrid .newsCard:hover .imgBox img {
  transform: scale(1.04);
}
@media all and (max-width: 1100px) {
  .newsSec .newsGrid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
  }
  .newsSec .newsGrid .newsCard:nth-child(odd) {
    border-right: 1px solid rgba(65, 65, 68, 0.12);
  }
  .newsSec .newsGrid .newsCard:nth-child(even) {
    border-right: none;
  }
  .newsSec .newsGrid .newsCard:nth-child(1), .newsSec .newsGrid .newsCard:nth-child(2) {
    border-bottom: 1px solid rgba(65, 65, 68, 0.12);
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .newsSec .newsGrid .newsCard:nth-child(3), .newsSec .newsGrid .newsCard:nth-child(4) {
    padding-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .newsSec .newsGrid {
    grid-template-columns: 1fr;
    border-left: none;
  }
  .newsSec .newsGrid .newsCard {
    border-right: none !important;
    border-bottom: 1px solid rgba(65, 65, 68, 0.12) !important;
    padding: 30px 0 !important;
  }
  .newsSec .newsGrid .newsCard:last-child {
    border-bottom: none !important;
  }
  .newsSec .newsGrid .newsCard .imgBox {
    height: 200px;
  }
}

.portArchHero {
  background: #000000;
}
.portArchHero h1 {
  font-size: 52px;
  font-weight: 300;
  color: #f7f7ff;
  line-height: 1.15;
  margin-bottom: 20px;
}
.portArchHero h1 .orange {
  color: #e16d09;
}
.portArchHero .copy {
  max-width: 520px;
}
.portArchHero .copy p {
  font-size: 15px;
  font-weight: 400;
  color: rgba(247, 247, 255, 0.75);
  line-height: 1.75;
  margin: 0;
}
@media all and (max-width: 992px) {
  .portArchHero h1 {
    font-size: 38px;
  }
}
@media all and (max-width: 767px) {
  .portArchHero h1 {
    font-size: 28px;
  }
  .portArchHero .copy {
    max-width: 100%;
  }
}

.portArchSec .portArchGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.portArchSec .portArchCard .imgBox {
  overflow: hidden;
  margin-bottom: 20px;
}
.portArchSec .portArchCard .imgBox a {
  display: block;
}
.portArchSec .portArchCard .imgBox img {
  width: 100%;
  aspect-ratio: 4/2.6;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.portArchSec .portArchCard .imgBox:hover img {
  transform: scale(1.04);
}
.portArchSec .portArchCard .cardInfo h2 {
  font-weight: 400;
  color: #414144;
  margin-bottom: 8px;
  line-height: 1.2;
}
.portArchSec .portArchCard .cardInfo h2 a {
  color: #414144;
  text-decoration: none;
  transition: color 0.3s ease;
}
.portArchSec .portArchCard .cardInfo h2 a:hover {
  color: #e16d09;
}
.portArchSec .portArchCard .cardInfo .cardMeta {
  font-size: 15px;
  color: rgba(65, 65, 68, 0.76);
  margin-bottom: 16px;
  line-height: 1.5;
}
.portArchSec .loadMoreWrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media all and (max-width: 992px) {
  .portArchSec .portArchGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .portArchSec .loadMoreWrap {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .portArchSec .portArchGrid {
    grid-template-columns: 100%;
  }
}

.portHero {
  background: #000000;
}
.portHero h1 {
  font-size: 44px;
  font-weight: 300;
  color: #f7f7ff;
  line-height: 1.1;
}
@media all and (max-width: 992px) {
  .portHero h1 {
    font-size: 34px;
  }
}
@media all and (max-width: 767px) {
  .portHero h1 {
    font-size: 28px;
  }
}

.portGallery {
  background: #000000;
  padding-bottom: 0;
  overflow: hidden;
}
.portGallery .portGallerySlider .slide {
  padding: 0 8px;
  cursor: pointer;
}
.portGallery .portGallerySlider .slide .imgBox {
  height: 500px;
  overflow: hidden;
}
.portGallery .portGallerySlider .slide .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portGallery .portGallerySlider .slick-prev,
.portGallery .portGallerySlider .slick-next {
  width: 48px;
  height: 48px;
  z-index: 10;
}
.portGallery .portGallerySlider .slick-prev::before,
.portGallery .portGallerySlider .slick-next::before {
  display: none;
}
.portGallery .portGallerySlider .slick-prev {
  left: 20px;
}
.portGallery .portGallerySlider .slick-next {
  right: 20px;
}
@media all and (max-width: 992px) {
  .portGallery .portGallerySlider .slide .imgBox {
    height: 360px;
  }
}
@media all and (max-width: 767px) {
  .portGallery .portGallerySlider .slide .imgBox {
    height: 260px;
  }
}

.portDetails {
  padding-bottom: 0;
}
.portDetails .portTagline {
  font-size: 28px;
  font-weight: 300;
  color: #e16d09;
  line-height: 1.4;
  margin-bottom: 32px;
  max-width: 800px;
}
@media all and (max-width: 992px) {
  .portDetails .portTagline {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .portDetails .portTagline {
    font-size: 18px;
  }
}
.portDetails .portDivider {
  height: 1px;
  background: #ebebeb;
  margin: 30px 0;
  opacity: 0.5;
}
@media all and (max-width: 767px) {
  .portDetails .portDivider {
    margin: 20px 0;
  }
}
.portDetails .portMeta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
.portDetails .portMeta .metaCol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.portDetails .portMeta .metaItem {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.portDetails .portMeta .metaLabel {
  font-size: 13px;
  font-weight: 400;
  color: rgba(65, 65, 68, 0.65);
  white-space: nowrap;
}
.portDetails .portMeta .metaLabel::after {
  content: " /";
}
.portDetails .portMeta .metaValue {
  font-size: 13px;
  font-weight: 700;
  color: #414144;
  opacity: 0.75;
}
@media all and (max-width: 992px) {
  .portDetails .portMeta {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
  }
}
@media all and (max-width: 767px) {
  .portDetails .portMeta {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.portDetails .portDesc p {
  font-size: 15px;
  color: #414144;
  line-height: 1.8;
  max-width: 1000px;
}
.portDetails .contentBlock h3 {
  font-size: 20px;
  font-weight: 400;
  color: #414144;
  line-height: 1.3;
  margin-bottom: 20px;
}
.portDetails .contentBlock .copy p, .portDetails .contentBlock .copy li {
  font-size: 15px;
  color: #414144;
  line-height: 1.8;
}
.portDetails .contentBlock .copy ul {
  padding-left: 20px;
  margin: 0;
}
.portDetails .contentBlock .copy ul li {
  margin-bottom: 12px;
}

body.single-portfolio .faqSec {
  background: none;
}

.portFaqs {
  background: #f7f7ff;
}
.portFaqs .sectionHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 30px;
}
.portFaqs .sectionHead .btnBox {
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .portFaqs .sectionHead {
    flex-direction: column;
    align-items: flex-start;
  }
}

.portCta {
  background: #ebebeb;
}
.portCta .sub {
  color: #414144;
}
.portCta h2 {
  font-size: 28px;
  font-weight: 300;
  color: #414144;
  margin-bottom: 20px;
  max-width: 700px;
}
.portCta .copy p {
  font-size: 15px;
  color: #414144;
  max-width: 780px;
  line-height: 1.8;
}
.portCta .btnBox {
  margin-top: 32px;
}
@media all and (max-width: 767px) {
  .portCta h2 {
    font-size: 22px;
  }
  .portCta .btnBox {
    margin-top: 24px;
  }
}

.portRelated {
  padding-top: 0;
}
.portRelated .sectionHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 30px;
}
.portRelated .sectionHead h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 0;
}
.portRelated .sectionHead .headRight {
  display: flex;
  align-items: center;
  gap: 20px;
}
.portRelated .sectionHead .sliderNav {
  display: none;
  align-items: center;
  gap: 0;
}
.portRelated .sectionHead .sliderNav .prev,
.portRelated .sectionHead .sliderNav .next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.portRelated .sectionHead .sliderNav .prev svg,
.portRelated .sectionHead .sliderNav .next svg {
  width: 14px;
  height: 12px;
  transition: color 0.3s ease;
}
.portRelated .sectionHead .sliderNav .prev {
  background: transparent;
  border: 1px solid rgba(65, 65, 68, 0.2);
  color: #414144;
  margin-right: 8px;
}
.portRelated .sectionHead .sliderNav .prev svg {
  transform: scaleX(-1);
}
.portRelated .sectionHead .sliderNav .prev:hover {
  background: rgba(65, 65, 68, 0.08);
}
.portRelated .sectionHead .sliderNav .next {
  background: transparent;
  border: 2px solid #e16d09;
  color: #e16d09;
}
.portRelated .sectionHead .sliderNav .next:hover {
  background: #e16d09;
  color: #ffffff;
}
@media all and (max-width: 1100px) {
  .portRelated .sectionHead .sliderNav {
    display: flex;
  }
}
@media all and (max-width: 992px) {
  .portRelated .sectionHead .sliderNav .prev,
  .portRelated .sectionHead .sliderNav .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }
}
@media all and (max-width: 767px) {
  .portRelated .sectionHead {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.portRelated .relatedGrid .slick-slide {
  padding: 0 12px;
  border-right: 2px solid rgba(235, 235, 235, 0.5);
}
.portRelated .relatedGrid .relatedCard .imgBox {
  aspect-ratio: 4/2.6;
  overflow: hidden;
  margin-bottom: 20px;
}
.portRelated .relatedGrid .relatedCard .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.portRelated .relatedGrid .relatedCard:hover .imgBox img {
  transform: scale(1.04);
}
.portRelated .relatedGrid .relatedCard .cardInfo h3 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 8px;
}
.portRelated .relatedGrid .relatedCard .cardInfo h3 a {
  color: #414144;
  text-decoration: none;
  transition: color 0.3s ease;
}
.portRelated .relatedGrid .relatedCard .cardInfo h3 a:hover {
  color: #e16d09;
}
.portRelated .relatedGrid .relatedCard .cardInfo .cardMeta {
  font-size: 13px;
  color: rgba(65, 65, 68, 0.7);
  margin-bottom: 0;
}
.portRelated .relatedGrid .relatedCard .cardInfo .btnBox {
  margin-top: 16px;
}
@media all and (max-width: 992px) {
  .portRelated .btnOutlineDark {
    background: transparent;
    color: #414144;
    border: 1px solid rgba(65, 65, 68, 0.15);
    border-radius: 50px;
    padding: 10px 20px;
  }
}

.portLightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portLightbox[hidden] {
  display: none;
}
.portLightbox .lbClose {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  padding: 0;
  transition: opacity 0.2s ease;
}
.portLightbox .lbClose:hover {
  opacity: 1;
}
.portLightbox .lbPrev,
.portLightbox .lbNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.portLightbox .lbPrev svg,
.portLightbox .lbNext svg {
  width: 14px;
  height: 12px;
}
.portLightbox .lbPrev:hover,
.portLightbox .lbNext:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
.portLightbox .lbPrev {
  left: 24px;
}
.portLightbox .lbPrev svg {
  transform: scaleX(-1);
}
.portLightbox .lbNext {
  right: 24px;
}
.portLightbox .lbImgWrap {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portLightbox .lbImgWrap .lbImg {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}
@media all and (max-width: 767px) {
  .portLightbox .lbPrev {
    left: 12px;
  }
  .portLightbox .lbNext {
    right: 12px;
  }
  .portLightbox .lbPrev,
  .portLightbox .lbNext {
    width: 40px;
    height: 40px;
  }
}

.innerBanner {
  background: #000000;
}
.innerBanner .bannerTitle h1 {
  color: #ffffff;
  margin: 0;
}
.innerBanner .bannerImg {
  width: 100%;
  height: 520px;
  overflow: hidden;
}
.innerBanner .bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media all and (max-width: 992px) {
  .innerBanner .bannerImg {
    height: 420px;
  }
}
@media all and (max-width: 767px) {
  .innerBanner .bannerImg {
    height: 320px;
  }
}

.overviewSec .overviewGrid {
  display: grid;
  grid-template-columns: 45% 40%;
  gap: 80px;
  align-items: start;
}
.overviewSec .overviewLabel {
  padding-top: 10px;
}
.overviewSec .overviewContent h2 {
  color: #e16d09;
  margin-bottom: 24px;
}
.overviewSec .overviewContent .copy {
  margin-bottom: 32px;
  max-width: 680px;
}
@media all and (max-width: 992px) {
  .overviewSec .overviewGrid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .overviewSec .overviewGrid {
    gap: 0;
  }
}

.iconSection {
  padding-top: 0;
  padding-bottom: 0;
}
.iconSection .sectionHead {
  margin-bottom: 60px;
}
.iconSection .sectionHead .textBox {
  max-width: 600px;
}
.iconSection .iconGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}
.iconSection .iconGrid::before {
  width: 1.5px;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  background-color: #f5f5f5;
}
.iconSection .iconGrid::after {
  height: 1.5px;
  width: 100%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f5f5f5;
}
.iconSection .iconCard {
  background: #ebebeb;
  padding: 70px 15%;
  display: flex;
  align-items: center;
  gap: 36px;
}
.iconSection .iconCard .iconBox {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
.iconSection .iconCard .iconBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.iconSection .iconCard .copy {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(65, 65, 68, 0.65);
  margin: 0;
}
.iconSection .iconCard .copy h3 {
  font-size: 20px;
  font-weight: 500;
  color: #414144;
  margin-bottom: 12px;
}
.iconSection .iconCard .copy p {
  font-size: 14px;
}
@media all and (max-width: 992px) {
  .iconSection .sectionHead {
    margin-bottom: 30px;
  }
  .iconSection .iconGrid {
    grid-template-columns: 1fr;
  }
  .iconSection .iconGrid::before, .iconSection .iconGrid::after {
    display: none;
  }
  .iconSection .iconCard {
    padding: 48px 10%;
  }
}
@media all and (max-width: 767px) {
  .iconSection .sectionHead {
    margin-bottom: 28px;
  }
  .iconSection .iconCard {
    padding: 36px 24px;
    gap: 24px;
  }
  .iconSection .iconCard .iconBox {
    width: 64px;
    height: 64px;
  }
}

.credentialsSec {
  background: #f5f5f5;
}
.credentialsSec .credRow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.credentialsSec .credItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  padding: 0 30px;
}
.credentialsSec .credItem img {
  max-height: 90px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  flex-shrink: 0;
}
.credentialsSec .credItem span {
  font-size: 15px;
  font-weight: 400;
  color: #414144;
  line-height: 1.5;
  max-width: 220px;
}
.credentialsSec .credDivider {
  width: 1px;
  height: 80px;
  background: rgba(65, 65, 68, 0.15);
  flex-shrink: 0;
}
@media all and (max-width: 992px) {
  .credentialsSec .credItem {
    padding: 0 32px;
  }
  .credentialsSec .credItem span {
    max-width: 160px;
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .credentialsSec .credRow {
    flex-direction: column;
    gap: 32px;
  }
  .credentialsSec .credItem {
    padding: 0;
  }
  .credentialsSec .credItem span {
    max-width: 240px;
  }
  .credentialsSec .credDivider {
    width: 60px;
    height: 1px;
  }
}

.processSec {
  background: #f5f5f5;
  padding-right: 0;
  padding-bottom: 0;
}
.processSec .main-wrap {
  overflow: hidden;
}
.processSec .procHead {
  margin-bottom: 48px;
}
.processSec .procHead h2 {
  margin-bottom: 0;
}
.processSec .procHead .procCopy {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(65, 65, 68, 0.65);
  max-width: 680px;
  margin-top: 20px;
}
.processSec .procHead .procCopy p {
  margin: 0;
}
.processSec .processSlider {
  overflow: visible;
  width: 95%;
}
.processSec .processSlider .slick-list {
  overflow: visible !important;
}
.processSec .processSlider .slick-track {
  display: flex;
  height: inherit;
}
@media all and (max-width: 992px) {
  .processSec .processSlider {
    width: 100%;
  }
}
.processSec .processCard {
  position: relative;
  overflow: visible;
  height: inherit;
  margin-right: 20px;
  display: flex;
  gap: 20px;
  border-right: 2px solid #ebebeb;
  padding-right: 20px;
}
.processSec .processCard .cardContent {
  transition: background 0.3s ease, color 0.3s ease;
  background: #ebebeb;
  padding: 48px 40px;
  height: 100%;
}
.processSec .processCard .cardContent h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #414144;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}
.processSec .processCard .cardContent .copy {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(65, 65, 68, 0.7);
  transition: color 0.3s ease;
}
.processSec .processCard .cardContent .copy p {
  color: inherit;
  font-size: 14px;
}
.processSec .processCard .cardNum .stepNum {
  color: rgba(65, 65, 68, 0.1);
  font-size: 28px;
  line-height: 1;
  transition: color 0.3s ease;
}
.processSec .processCard:hover .cardContent {
  background: #e16d09;
}
.processSec .processCard:hover .cardContent h3 {
  color: #ffffff;
}
.processSec .processCard:hover .cardContent .copy {
  color: rgba(255, 255, 255, 0.85);
}
.processSec .processCard:hover .cardNum .stepNum {
  color: #e16d09;
}
.processSec .slick-current .processCard {
  background: #e16d09;
}
.processSec .slick-current .processCard .cardContent h3 {
  color: #ffffff;
}
.processSec .slick-current .processCard .cardContent .copy {
  color: rgba(255, 255, 255, 0.85);
}
.processSec .procFooter {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.processSec .processNav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.processSec .processNav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  padding: 0;
}
.processSec .processNav button svg {
  width: 16px;
  height: 14px;
}
.processSec .processNav button.prev {
  border: 1px solid #ebebeb;
  color: #414144;
  transform: scaleX(-1);
}
.processSec .processNav button.prev:hover {
  border-color: #414144;
}
.processSec .processNav button.next {
  border: 2px solid #e16d09;
  color: #e16d09;
}
.processSec .processNav button.next:hover {
  background: #e16d09;
  color: #ffffff;
}
.processSec .dividerV {
  width: 1px;
  height: 20px;
  background: rgba(65, 65, 68, 0.2);
  flex-shrink: 0;
}
.processSec .sliderCount {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: rgba(65, 65, 68, 0.45);
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .processSec .procHead {
    margin-bottom: 32px;
  }
  .processSec .processCard .cardContent {
    padding: 32px 24px;
  }
  .processSec .procFooter {
    margin-top: 28px;
  }
}

.svcTestimonials {
  background: #000000;
  padding-right: 0;
}
.svcTestimonials .main-wrap {
  overflow: hidden;
}
.svcTestimonials .sectionHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 30px;
}
.svcTestimonials .sectionHead .textBox .sub {
  color: #ffffff;
}
.svcTestimonials .sectionHead .textBox h2 {
  color: #e16d09;
  margin-bottom: 0;
}
.svcTestimonials .sectionHead .btnBox {
  flex-shrink: 0;
  padding-top: 6px;
}
.svcTestimonials .revSliderWrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.svcTestimonials .revQuoteCol {
  flex-shrink: 0;
}
.svcTestimonials .revQuoteCol .quoteIcon {
  font-size: 160px;
  font-weight: 900;
  color: #2e2e2e;
  line-height: 0.8;
  user-select: none;
}
.svcTestimonials .revSliderCol {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.svcTestimonials .svcRevSlider {
  width: 95%;
}
.svcTestimonials .svcRevSlider .slick-slide {
  padding-right: 30px;
  border-right: 2px solid rgba(235, 235, 235, 0.25);
  margin-right: 30px;
  opacity: 0.5;
}
.svcTestimonials .svcRevSlider .slick-current {
  opacity: 1;
}
.svcTestimonials .svcRevSlider .slick-list {
  overflow: visible !important;
}
@media all and (max-width: 767px) {
  .svcTestimonials .svcRevSlider .slick-list {
    overflow: hidden !important;
  }
}
.svcTestimonials .svcRevCard {
  padding-right: 48px;
}
.svcTestimonials .svcRevCard h3 {
  font-size: 34px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 24px;
}
.svcTestimonials .svcRevCard .copy {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}
.svcTestimonials .svcRevCard .copy p {
  color: inherit;
  font-size: 14px;
}
.svcTestimonials .svcRevCard .reviewerName {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #e16d09;
  margin: 24px 0 0;
}
.svcTestimonials .revFooter {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.svcTestimonials .sliderNav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.svcTestimonials .sliderNav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  padding: 0;
}
.svcTestimonials .sliderNav button svg {
  width: 16px;
  height: 14px;
}
.svcTestimonials .sliderNav button.prev {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  transform: scaleX(-1);
}
.svcTestimonials .sliderNav button.prev:hover {
  border-color: #ffffff;
}
.svcTestimonials .sliderNav button.next {
  border: 2px solid #e16d09;
  color: #e16d09;
}
.svcTestimonials .sliderNav button.next:hover {
  background: #e16d09;
  color: #ffffff;
}
.svcTestimonials .dividerV {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.svcTestimonials .sliderCount {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
@media all and (max-width: 992px) {
  .svcTestimonials .sectionHead {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .svcTestimonials .revQuoteCol {
    display: none;
  }
  .svcTestimonials .svcRevSlider {
    width: 100%;
  }
  .svcTestimonials .svcRevCard h3 {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .svcTestimonials .svcRevSlider .slick-slide {
    padding-right: 24px;
  }
  .svcTestimonials .svcRevCard {
    padding-right: 24px;
  }
  .svcTestimonials .svcRevCard h3 {
    font-size: 22px;
  }
}

.svcRelatedSec .sectionHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}
.svcRelatedSec .sectionHead .textBox h2 {
  margin-bottom: 0;
}
.svcRelatedSec .sectionHead .headRight {
  display: flex;
  align-items: center;
  gap: 20px;
}
.svcRelatedSec .sectionHead .sliderNav {
  display: none;
  align-items: center;
  gap: 0;
}
.svcRelatedSec .sectionHead .sliderNav .prev,
.svcRelatedSec .sectionHead .sliderNav .next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.svcRelatedSec .sectionHead .sliderNav .prev svg,
.svcRelatedSec .sectionHead .sliderNav .next svg {
  width: 14px;
  height: 12px;
  transition: color 0.3s ease;
}
.svcRelatedSec .sectionHead .sliderNav .prev {
  background: transparent;
  border: 1px solid rgba(65, 65, 68, 0.2);
  color: #414144;
  margin-right: 8px;
}
.svcRelatedSec .sectionHead .sliderNav .prev svg {
  transform: scaleX(-1);
}
.svcRelatedSec .sectionHead .sliderNav .prev:hover {
  background: rgba(65, 65, 68, 0.08);
}
.svcRelatedSec .sectionHead .sliderNav .next {
  background: transparent;
  border: 2px solid #e16d09;
  color: #e16d09;
}
.svcRelatedSec .sectionHead .sliderNav .next:hover {
  background: #e16d09;
  color: #ffffff;
}
@media all and (max-width: 1100px) {
  .svcRelatedSec .sectionHead .sliderNav {
    display: flex;
  }
}
@media all and (max-width: 992px) {
  .svcRelatedSec .sectionHead .sliderNav .prev,
  .svcRelatedSec .sectionHead .sliderNav .next {
    width: 40px;
    height: 40px;
  }
}
.svcRelatedSec .sectionHead .btnBox {
  flex-shrink: 0;
  padding-top: 8px;
}
@media all and (max-width: 767px) {
  .svcRelatedSec .sectionHead {
    flex-direction: column;
    align-items: flex-start;
  }
}
.svcRelatedSec .relatedGrid .slick-slide {
  padding: 0 12px;
  border-right: 2px solid rgba(235, 235, 235, 0.5);
}
.svcRelatedSec .relatedCard .imgBox {
  overflow: hidden;
  margin-bottom: 16px;
}
.svcRelatedSec .relatedCard .imgBox a {
  display: block;
}
.svcRelatedSec .relatedCard .imgBox img {
  width: 100%;
  aspect-ratio: 4/2.6;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.svcRelatedSec .relatedCard .imgBox:hover img {
  transform: scale(1.05);
}
.svcRelatedSec .relatedCard .cardInfo h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
}
.svcRelatedSec .relatedCard .cardInfo h3 a {
  color: #414144;
  text-decoration: none;
}
.svcRelatedSec .relatedCard .cardInfo h3 a:hover {
  color: #e16d09;
}
.svcRelatedSec .relatedCard .cardInfo .cardMeta {
  font-size: 12px;
  color: rgba(65, 65, 68, 0.6);
  margin-bottom: 12px;
  line-height: 1.5;
}
.svcRelatedSec .relatedCard .cardInfo .btnBox {
  margin-top: 12px;
}

.svcCta {
  background: #f5f5f5;
}
.svcCta .sub {
  color: #414144;
}
.svcCta h2 {
  color: #414144;
  font-weight: 300;
  max-width: 700px;
  margin: 8px 0 20px;
}
.svcCta .copy {
  max-width: 620px;
  margin-bottom: 32px;
}
.svcCta .copy p {
  font-size: 15px;
  color: rgba(65, 65, 68, 0.75);
  line-height: 1.75;
  margin: 0;
}
@media all and (max-width: 767px) {
  .svcCta h2 {
    font-size: 22px;
  }
  .svcCta .copy {
    margin-bottom: 24px;
  }
}

.founderSec {
  padding-top: 0;
}
.founderSec .founderGrid {
  display: grid;
  grid-template-columns: 27% 50%;
  gap: 60px;
  align-items: center;
}
.founderSec .founderGrid--noImg {
  grid-template-columns: 1fr;
  max-width: 800px;
}
.founderSec .founderImg {
  border-right: 2px solid #ebebec;
  padding-right: 20px;
}
.founderSec .founderImg img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.founderSec .founderQuote .quoteIcon {
  font-size: 160px;
  font-weight: 900;
  color: rgba(65, 65, 68, 0.18);
  line-height: 0.7;
  user-select: none;
  margin-bottom: 20px;
}
.founderSec .founderQuote blockquote {
  font-size: 20px;
  font-weight: 300;
  color: #414144;
  line-height: 1.6;
  margin: 0 0 28px;
  padding: 0;
  border: none;
  font-style: normal;
}
.founderSec .founderQuote .founderCredit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.founderSec .founderQuote .founderCredit .founderName {
  font-size: 12px;
  font-weight: 700;
  color: #414144;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.founderSec .founderQuote .founderCredit .founderName::after {
  content: " / ";
  font-weight: 400;
  color: rgba(65, 65, 68, 0.4);
}
.founderSec .founderQuote .founderCredit .founderTitle {
  font-size: 12px;
  font-weight: 400;
  color: rgba(65, 65, 68, 0.6);
}
@media all and (max-width: 992px) {
  .founderSec .founderGrid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .founderSec .founderImg {
    max-width: 400px;
  }
}
@media all and (max-width: 767px) {
  .founderSec .founderQuote .quoteIcon {
    font-size: 100px;
  }
  .founderSec .founderQuote blockquote {
    font-size: 17px;
  }
}

.timelineSec {
  background: #f5f5f5;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.timelineSec .main-wrap {
  overflow: hidden;
}
.timelineSec .timelineHead {
  margin-bottom: 35px;
}
.timelineSec .timelineSlider {
  overflow: visible;
  width: 95%;
}
.timelineSec .timelineSlider .slick-list {
  overflow: visible !important;
}
.timelineSec .timelineSlider .slick-track {
  display: flex;
  height: inherit;
}
@media all and (max-width: 992px) {
  .timelineSec .timelineSlider {
    width: 100%;
  }
}
.timelineSec .timelineCard {
  position: relative;
  height: inherit;
  margin-right: 20px;
  display: flex;
  gap: 20px;
  border-right: 2px solid #ebebeb;
  padding-right: 20px;
}
.timelineSec .timelineCard .cardContent {
  background: #ebebeb;
  padding: 48px 40px;
  height: 100%;
  transition: background 0.3s ease;
}
.timelineSec .timelineCard .cardContent h3 {
  font-size: 24px;
  font-weight: 400;
  color: #414144;
  line-height: 1;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}
.timelineSec .timelineCard .cardContent .copy {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(65, 65, 68, 0.7);
  transition: color 0.3s ease;
}
.timelineSec .timelineCard .cardContent .copy p {
  color: inherit;
  font-size: 14px;
}
.timelineSec .timelineCard .cardYear .yearNum {
  font-size: 28px;
  color: rgba(65, 65, 68, 0.1);
  line-height: 1;
  transition: color 0.3s ease;
}
.timelineSec .timelineCard:hover .cardContent {
  background: #e16d09;
}
.timelineSec .timelineCard:hover .cardContent h3 {
  color: #ffffff;
}
.timelineSec .timelineCard:hover .cardContent .copy {
  color: rgba(255, 255, 255, 0.85);
}
.timelineSec .timelineCard:hover .cardYear .yearNum {
  color: #e16d09;
}
.timelineSec .slick-current .timelineCard .cardContent {
  background: #e16d09;
}
.timelineSec .slick-current .timelineCard .cardContent h3 {
  color: #ffffff;
}
.timelineSec .slick-current .timelineCard .cardContent .copy {
  color: rgba(255, 255, 255, 0.85);
}
.timelineSec .slick-current .timelineCard .cardYear .yearNum {
  color: #e16d09;
}
.timelineSec .timeFooter {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding-bottom: 5%;
}
.timelineSec .processNav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.timelineSec .processNav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  padding: 0;
}
.timelineSec .processNav button svg {
  width: 16px;
  height: 14px;
}
.timelineSec .processNav button.prev {
  border: 1px solid #ebebeb;
  color: #414144;
  transform: scaleX(-1);
}
.timelineSec .processNav button.prev:hover {
  border-color: #414144;
}
.timelineSec .processNav button.next {
  border: 2px solid #e16d09;
  color: #e16d09;
}
.timelineSec .processNav button.next:hover {
  background: #e16d09;
  color: #ffffff;
}
.timelineSec .dividerV {
  width: 1px;
  height: 20px;
  background: rgba(65, 65, 68, 0.2);
  flex-shrink: 0;
}
.timelineSec .sliderCount {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: rgba(65, 65, 68, 0.45);
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .timelineSec .timelineHead {
    margin-bottom: 32px;
  }
  .timelineSec .timelineCard .cardContent {
    padding: 32px 24px;
  }
  .timelineSec .timeFooter {
    margin-top: 28px;
  }
}

.whyChooseSec .whyGrid {
  display: grid;
  grid-template-columns: 50% 30%;
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}
.whyChooseSec .whyContent .sub {
  display: block;
  margin-bottom: 16px;
}
.whyChooseSec .whyContent h2 {
  margin-bottom: 24px;
}
.whyChooseSec .whyContent .copy p {
  font-size: 15px;
  color: #414144;
  line-height: 1.8;
}
.whyChooseSec .whyMedia .imgBox {
  overflow: hidden;
}
.whyChooseSec .whyMedia .imgBox img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.whyChooseSec .whyMedia .imgCaption {
  font-size: 12px;
  color: rgba(65, 65, 68, 0.55);
  margin-top: 12px;
  line-height: 1.5;
}
@media all and (max-width: 992px) {
  .whyChooseSec .whyGrid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media all and (max-width: 767px) {
  .whyChooseSec .whyGrid {
    gap: 32px;
  }
}

.careersCta {
  background: #ebebeb;
}
.careersCta .sub {
  color: #414144;
}
.careersCta h2 {
  font-size: 28px;
  font-weight: 300;
  color: #414144;
  margin: 8px 0 20px;
  max-width: 700px;
}
.careersCta .copy {
  max-width: 620px;
  margin-bottom: 32px;
}
.careersCta .copy p {
  font-size: 15px;
  color: rgba(65, 65, 68, 0.75);
  line-height: 1.75;
  margin: 0;
}
@media all and (max-width: 767px) {
  .careersCta h2 {
    font-size: 22px;
  }
  .careersCta .copy {
    margin-bottom: 24px;
  }
}

.capabilitiesSec {
  background: #f5f5f5;
}
.capabilitiesSec .capHead {
  margin-bottom: 48px;
}
.capabilitiesSec .capGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.capabilitiesSec .capCol {
  padding: 0 48px;
  border-right: 1px solid rgba(65, 65, 68, 0.15);
}
.capabilitiesSec .capCol:first-child {
  padding-left: 0;
}
.capabilitiesSec .capCol:last-child {
  border-right: none;
}
.capabilitiesSec .capHeading {
  font-size: 22px;
  font-weight: 400;
  color: #e16d09;
  line-height: 1.2;
  margin-bottom: 24px;
}
.capabilitiesSec .capList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.capabilitiesSec .capList li {
  font-size: 14px;
  color: #414144;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}
.capabilitiesSec .capList li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #414144;
  font-size: 18px;
  line-height: 1.2;
}
.capabilitiesSec .capDisclaimer {
  font-size: 14px;
  color: #414144;
  margin-top: 64px;
  letter-spacing: 0.2px;
}
@media all and (max-width: 992px) {
  .capabilitiesSec .capGrid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .capabilitiesSec .capCol {
    padding: 30px 0 0;
    border-right: none;
    border-top: 1px solid rgba(65, 65, 68, 0.15);
  }
  .capabilitiesSec .capCol:first-child {
    padding-top: 0;
    border-top: none;
  }
}
@media all and (max-width: 767px) {
  .capabilitiesSec .capHead {
    margin-bottom: 32px;
  }
  .capabilitiesSec .capHeading {
    font-size: 20px;
  }
  .capabilitiesSec .capDisclaimer {
    margin-top: 10px;
  }
}

body.page-template-template-about-php .svcTestimonials {
  position: relative;
}
body.page-template-template-about-php .svcTestimonials::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 2px;
  background: #ebebeb;
  opacity: 0.25;
}

.newsHero {
  background: #000000;
}
.newsHero .heroLeft {
  margin-bottom: 40px;
}
.newsHero .heroLeft h1 {
  font-size: 52px;
  font-weight: 300;
  color: #f7f7ff;
  line-height: 1.1;
  margin-bottom: 24px;
}
.newsHero .heroLeft .heroCopy p {
  font-size: 15px;
  color: rgba(247, 247, 255, 0.72);
  line-height: 1.75;
  max-width: 480px;
  margin: 0;
}
.newsHero .heroFeatured {
  display: grid;
  grid-template-columns: 60% 25%;
  gap: 48px;
  align-items: flex-start;
  height: 100%;
}
.newsHero .heroFeatured .featuredImgBox {
  overflow: hidden;
  aspect-ratio: 1/0.5;
  height: 100%;
}
.newsHero .heroFeatured .featuredImgBox a {
  display: block;
  height: 100%;
}
.newsHero .heroFeatured .featuredImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.newsHero .heroFeatured .featuredImgBox:hover img {
  transform: scale(1.03);
}
.newsHero .heroFeatured .featuredInfo {
  padding: 20px 0;
}
.newsHero .heroFeatured .featuredInfo .featuredDate {
  display: block;
  font-size: 13px;
  color: rgba(235, 235, 235, 0.7);
  margin-bottom: 16px;
}
.newsHero .heroFeatured .featuredInfo h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
}
.newsHero .heroFeatured .featuredInfo h2 a {
  color: #e16d09;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: inherit;
  line-height: 1.2;
}
.newsHero .heroFeatured .featuredInfo h2 a:hover {
  opacity: 0.82;
}
.newsHero .heroFeatured .featuredInfo .featuredExcerpt {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  margin-bottom: 28px;
}
@media all and (max-width: 992px) {
  .newsHero .heroFeatured {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .newsHero .heroFeatured .featuredImgBox {
    min-height: 300px;
    height: 300px;
    aspect-ratio: unset;
  }
  .newsHero .heroFeatured .featuredInfo {
    padding: 0 0 40px;
  }
}
@media all and (max-width: 767px) {
  .newsHero .heroLeft h1 {
    font-size: 34px;
  }
}

.postHero {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.postHero .postHeroBg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.postHero .postHeroOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
}
@media all and (max-width: 992px) {
  .postHero {
    height: 360px;
  }
}
@media all and (max-width: 767px) {
  .postHero {
    height: 260px;
  }
}

.postHeader {
  padding-bottom: 0;
}
.postHeader .med-wrap {
  max-width: 860px;
}
.postHeader .readTime {
  display: block;
  font-size: 13px;
  color: rgba(65, 65, 68, 0.55);
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
.postHeader h1 {
  font-size: 36px;
  font-weight: 300;
  color: #e16d09;
  line-height: 1.25;
  margin-bottom: 32px;
}
.postHeader .postDivider {
  height: 1px;
  background: rgba(65, 65, 68, 0.12);
  margin-bottom: 24px;
}
.postHeader .postMeta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.postHeader .postMeta .postMetaLeft {
  display: flex;
  align-items: center;
  gap: 8px;
}
.postHeader .postMeta .postMetaLeft .postAuthor {
  font-size: 13px;
  font-weight: 700;
  color: #414144;
}
.postHeader .postMeta .postMetaLeft .postMetaSep {
  font-size: 13px;
  color: rgba(65, 65, 68, 0.35);
}
.postHeader .postMeta .postMetaLeft .postDate {
  font-size: 13px;
  color: rgba(65, 65, 68, 0.6);
}
.postHeader .postMeta .postShare {
  display: flex;
  align-items: center;
  gap: 8px;
}
.postHeader .postMeta .postShare .shareIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(65, 65, 68, 0.2);
  color: #414144;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.postHeader .postMeta .postShare .shareIcon:hover {
  border-color: #e16d09;
  color: #e16d09;
}
@media all and (max-width: 767px) {
  .postHeader h1 {
    font-size: 26px;
  }
}

.postBody {
  padding-top: 20px;
}
.postBody .sm-wrap {
  max-width: 860px;
}
.postBody .postContent p {
  font-size: 17px;
  font-weight: 300;
  color: #414144;
  line-height: 1.85;
  margin-bottom: 24px;
}
.postBody .postContent h2 {
  font-size: 28px;
  font-weight: 400;
  color: #414144;
  line-height: 1.3;
  margin: 48px 0 20px;
}
.postBody .postContent h3 {
  font-size: 22px;
  font-weight: 400;
  color: #414144;
  line-height: 1.35;
  margin: 40px 0 16px;
}
.postBody .postContent h4 {
  font-size: 18px;
  font-weight: 600;
  color: #414144;
  margin: 32px 0 12px;
}
.postBody .postContent ul, .postBody .postContent ol {
  font-size: 17px;
  font-weight: 300;
  color: #414144;
  line-height: 1.85;
  padding-left: 24px;
  margin-bottom: 24px;
}
.postBody .postContent ul li, .postBody .postContent ol li {
  margin-bottom: 8px;
}
.postBody .postContent blockquote {
  border-left: 3px solid #e16d09;
  margin: 40px 0;
  padding: 8px 0 8px 28px;
}
.postBody .postContent blockquote p {
  font-size: 20px;
  font-weight: 300;
  color: rgba(65, 65, 68, 0.75);
  font-style: italic;
  margin: 0;
}
.postBody .postContent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
}
.postBody .postContent a {
  color: #e16d09;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
}
.postBody .postContent a:hover {
  opacity: 0.75;
}
.postBody .postContent hr {
  border: none;
  border-top: 1px solid rgba(65, 65, 68, 0.12);
  margin: 48px 0;
}
@media all and (max-width: 767px) {
  .postBody {
    padding-top: 32px;
  }
  .postBody .postContent p, .postBody .postContent ul, .postBody .postContent ol {
    font-size: 16px;
  }
  .postBody .postContent h2 {
    font-size: 22px;
  }
  .postBody .postContent h3 {
    font-size: 19px;
  }
}

.newsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 48px;
  column-gap: 0;
}

.newsCard {
  padding: 0 28px;
  border-right: 1px solid rgba(65, 65, 68, 0.1);
}
.newsCard:nth-child(4n+1) {
  padding-left: 0;
}
.newsCard:nth-child(4n) {
  border-right: none;
}
.newsCard .cardImg {
  overflow: hidden;
  margin-bottom: 20px;
}
.newsCard .cardImg a {
  display: block;
}
.newsCard .cardImg img {
  width: 100%;
  aspect-ratio: 4/2.6;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.newsCard .cardImg:hover img {
  transform: scale(1.04);
}
.newsCard .cardInfo .cardDate {
  display: block;
  font-size: 13px;
  color: rgba(65, 65, 68, 0.65);
  margin-bottom: 10px;
}
.newsCard .cardInfo h3 {
  font-size: 20px;
  font-weight: 400;
  color: #414144;
  line-height: 1.3;
  margin-bottom: 12px;
}
.newsCard .cardInfo h3 a {
  color: #414144;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: inherit;
  line-height: 1;
}
.newsCard .cardInfo h3 a:hover {
  color: #e16d09;
}
.newsCard .cardInfo .cardExcerpt {
  font-size: 14px;
  color: rgba(65, 65, 68, 0.7);
  line-height: 1.75;
  margin-bottom: 20px;
}

@media all and (max-width: 992px) {
  .newsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .newsCard {
    border-right: 1px solid rgba(65, 65, 68, 0.1);
    padding-left: 28px;
  }
  .newsCard:nth-child(4n+1) {
    padding-left: 28px;
  }
  .newsCard:nth-child(4n) {
    border-right: 1px solid rgba(65, 65, 68, 0.1);
  }
  .newsCard:nth-child(2n+1) {
    padding-left: 0;
  }
  .newsCard:nth-child(2n) {
    border-right: none;
  }
}
@media all and (max-width: 540px) {
  .newsGrid {
    grid-template-columns: 1fr;
  }
  .newsCard {
    padding: 0 0 32px;
    border-right: none;
    border-bottom: 1px solid rgba(65, 65, 68, 0.1);
  }
  .newsCard:nth-child(n) {
    padding-left: 0;
    border-right: none;
  }
  .newsCard:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.newsSec .loadMoreWrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media all and (max-width: 992px) {
  .newsSec .loadMoreWrap {
    margin-top: 40px;
  }
}

.readMoreSec {
  border-top: 1px solid rgba(65, 65, 68, 0.1);
}
.readMoreSec .readMoreHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
}
.readMoreSec .readMoreHead h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}
@media all and (max-width: 992px) {
  .readMoreSec .readMoreHead h2 {
    font-size: 28px;
  }
}

.faqHero {
  background: #000000;
}
.faqHero h1 {
  font-size: 52px;
  font-weight: 300;
  color: #f7f7ff;
  line-height: 1.1;
  margin-bottom: 24px;
}
.faqHero .heroCopy {
  font-size: 15px;
  color: rgba(247, 247, 255, 0.72);
  line-height: 1.75;
  max-width: 560px;
  margin: 0;
}
@media all and (max-width: 767px) {
  .faqHero h1 {
    font-size: 34px;
  }
}

body.page-template-template-faq-php .faqSec {
  background: #ffffff;
}
body.page-template-template-faq-php .faqSec .sectionHead {
  display: none;
}
body.page-template-template-faq-php .faqSec .faqList {
  max-width: 100%;
  width: 100%;
}

.contactHero .contactSplit {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contactHero .contactInfo {
  background: #000000;
  padding: 0 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactHero .contactInfo h1 {
  font-size: 52px;
  font-weight: 300;
  color: #f7f7ff;
  line-height: 1.1;
  margin-bottom: 48px;
}
.contactHero .contactDetails {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}
.contactHero .detailBlock {
  margin-bottom: 20px;
  width: 600px;
  max-width: 100%;
}
.contactHero .detailBlock .detailLabel {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #e16d09;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
.contactHero .detailBlock .detailValue {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.contactHero .detailBlock .detailValue:is(a):hover {
  opacity: 0.75;
}
.contactHero .detailBlock .detailAddress p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}
.contactHero .detailDivider {
  height: 2px;
  background: rgba(235, 235, 235, 0.25);
  margin: 8px 0 28px;
  width: 600px;
  max-width: 100%;
}
.contactHero .hoursTable {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 48px;
  row-gap: 2px;
}
.contactHero .hoursTable .hoursDay {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}
.contactHero .hoursTable .hoursTime {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.75;
}
.contactHero .detailNote {
  font-size: 13px;
  font-weight: 300;
  color: rgba(247, 247, 255, 0.7);
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}
.contactHero .contactFormWrap {
  background: #414144;
  padding: 8% 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactHero .formInner {
  max-width: 580px;
}
.contactHero .formInner h2 {
  font-size: 32px;
  font-weight: 300;
  color: #e16d09;
  line-height: 1.25;
  margin-bottom: 16px;
}
.contactHero .formInner .formSubtitle {
  font-size: 15px;
  font-weight: 300;
  color: rgba(247, 247, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 460px;
}
.contactHero .contactFormWrap .gform_wrapper {
  margin: 0 !important;
  max-width: none !important;
}
.contactHero .contactFormWrap .gform_wrapper .gform_body {
  padding: 0 !important;
}
.contactHero .contactFormWrap .gform_wrapper .gform_fields {
  gap: 0 28px !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield--width-full,
.contactHero .contactFormWrap .gform_wrapper .gfield--type-textarea,
.contactHero .contactFormWrap .gform_wrapper .gfield--type-select,
.contactHero .contactFormWrap .gform_wrapper .gfield--type-consent,
.contactHero .contactFormWrap .gform_wrapper .gfield--type-captcha {
  grid-column: 1/-1 !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield {
  padding: 0 !important;
  margin-bottom: 24px !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield .gfield_label {
  font-size: 13px !important;
  font-weight: 300 !important;
  color: rgba(247, 247, 255, 0.72) !important;
  text-transform: capitalize !important;
  margin-bottom: 6px !important;
  letter-spacing: 0 !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield .gfield_label .gfield_required {
  color: #e16d09 !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.contactHero .contactFormWrap .gform_wrapper .gfield select,
.contactHero .contactFormWrap .gform_wrapper .gfield textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(247, 247, 255, 0.25) !important;
  border-radius: 0 !important;
  color: #f7f7ff !important;
  font-size: 15px !important;
  font-family: inherit !important;
  padding: 0 0 !important;
  width: 100% !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.contactHero .contactFormWrap .gform_wrapper .gfield select:focus,
.contactHero .contactFormWrap .gform_wrapper .gfield textarea:focus {
  outline: none !important;
  border-bottom-color: rgba(247, 247, 255, 0.7) !important;
  box-shadow: none !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.contactHero .contactFormWrap .gform_wrapper .gfield select::placeholder,
.contactHero .contactFormWrap .gform_wrapper .gfield textarea::placeholder {
  color: rgba(247, 247, 255, 0.35) !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='rgba(247,247,255,0.6)' stroke-width='1.5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 4px center !important;
  padding-right: 24px !important;
  cursor: pointer !important;
  height: auto !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield select option {
  background: #414144 !important;
  color: #f7f7ff !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield textarea {
  resize: none !important;
  min-height: 100px !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield.gfield_error input:not([type=submit]),
.contactHero .contactFormWrap .gform_wrapper .gfield.gfield_error select,
.contactHero .contactFormWrap .gform_wrapper .gfield.gfield_error textarea {
  border-bottom-color: #e16d09 !important;
}
.contactHero .contactFormWrap .gform_wrapper .gfield.gfield_error .validation_message {
  font-size: 12px !important;
  color: #e16d09 !important;
  margin-top: 4px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.contactHero .contactFormWrap .gform_wrapper .gform_footer,
.contactHero .contactFormWrap .gform_wrapper .gform_page_footer {
  padding: 8px 0 0 !important;
  margin: 0 !important;
  text-align: left !important;
}
.contactHero .contactFormWrap .gform_wrapper .gform_footer .gform_button,
.contactHero .contactFormWrap .gform_wrapper .gform_page_footer .gform_button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: #ffffff !important;
  color: #414144 !important;
  border: none !important;
  border-radius: 100px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  padding: 15px 32px !important;
  cursor: pointer !important;
  transition: opacity 0.3s ease !important;
  box-shadow: none !important;
  width: auto !important;
}
.contactHero .contactFormWrap .gform_wrapper .gform_footer .gform_button::after,
.contactHero .contactFormWrap .gform_wrapper .gform_page_footer .gform_button::after {
  content: "" !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #e16d09 !important;
  flex-shrink: 0 !important;
}
.contactHero .contactFormWrap .gform_wrapper .gform_footer .gform_button:hover,
.contactHero .contactFormWrap .gform_wrapper .gform_page_footer .gform_button:hover {
  opacity: 0.85 !important;
}
.contactHero .contactFormWrap .gform_wrapper .gform_validation_errors {
  background: none !important;
  border: 1px solid rgba(225, 109, 9, 0.4) !important;
  border-radius: 0 !important;
  padding: 12px 16px !important;
  margin-bottom: 20px !important;
  color: #e16d09 !important;
}
.contactHero .contactFormWrap .gform_wrapper .gform_validation_errors h2 {
  font-size: 13px !important;
  color: #e16d09 !important;
}
.contactHero .contactFormWrap .gform_wrapper .gform_confirmation_wrapper {
  color: #f7f7ff !important;
  font-size: 15px !important;
}
@media all and (max-width: 992px) {
  .contactHero .contactSplit {
    grid-template-columns: 100%;
    min-height: auto;
  }
  .contactHero .contactInfo {
    padding: 8% 5%;
  }
  .contactHero .contactFormWrap {
    padding: 8% 5%;
  }
  .contactHero .formInner {
    max-width: 100%;
  }
  .contactHero .contactInfo h1 {
    font-size: 38px;
    margin-bottom: 36px;
  }
}
@media all and (max-width: 767px) {
  .contactHero .contactInfo {
    padding: 6% 5%;
  }
  .contactHero .contactInfo h1 {
    font-size: 30px;
  }
  .contactHero .detailValue,
  .contactHero .detailAddress p {
    font-size: 17px;
  }
  .contactHero .hoursTable .hoursDay,
  .contactHero .hoursTable .hoursTime {
    font-size: 15px;
  }
  .contactHero .formInner h2 {
    font-size: 26px;
  }
  .contactHero .contactFormWrap .gform_wrapper .gform_fields {
    grid-template-columns: 1fr !important;
  }
}

.mapOuter {
  background-color: #000000;
}

.contactMap {
  position: relative;
  overflow: hidden;
  height: 520px;
}
.contactMap #contactMapCanvas {
  width: 100%;
  height: 100%;
  display: block;
}
.contactMap .mapDirections {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}
.contactMap .directionBtn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  color: #414144;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 100px;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.contactMap .directionBtn:hover {
  opacity: 0.85;
}
.contactMap .directionBtn .mapLogo {
  height: 15px;
  width: auto;
  display: block;
}
@media all and (max-width: 767px) {
  .contactMap {
    height: 380px;
  }
  .contactMap .mapDirections {
    bottom: 16px;
    right: 16px;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
}

.privacyHero {
  background-color: #000000;
}
.privacyHero h1 {
  color: #f7f7ff;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 12px;
}
@media all and (max-width: 992px) {
  .privacyHero h1 {
    font-size: 34px;
  }
}
@media all and (max-width: 767px) {
  .privacyHero h1 {
    font-size: 26px;
  }
}
.privacyHero .dateUpdated {
  color: #f7f7ff;
  font-size: 13px;
  margin: 0;
}
.privacyHero .dateUpdated span {
  font-weight: 400;
}

.privacyContent {
  background-color: #ffffff;
}
.privacyContent .policyIntro {
  margin-bottom: 48px;
}
.privacyContent .policyIntro p {
  font-size: 14px;
  color: rgba(65, 65, 68, 0.76);
  line-height: 1.8;
  margin-bottom: 16px;
}
.privacyContent .policyIntro p:last-child {
  margin-bottom: 0;
}
.privacyContent .policySection {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px;
}
.privacyContent .policySection h2 {
  font-size: 20px;
  font-weight: 400;
  color: #414144;
  margin-bottom: 20px;
}
.privacyContent .policySection p {
  font-size: 14px;
  color: rgba(65, 65, 68, 0.76);
  line-height: 1.8;
  margin-bottom: 14px;
}
.privacyContent .policySection p:last-child {
  margin-bottom: 0;
}
.privacyContent .policySection p a {
  color: #e16d09;
  text-decoration: none;
}
.privacyContent .policySection p a:hover {
  text-decoration: underline;
}
.privacyContent .policySection ul {
  padding-left: 20px;
  margin-bottom: 14px;
}
.privacyContent .policySection ul li {
  font-size: 14px;
  color: rgba(65, 65, 68, 0.76);
  line-height: 1.8;
  margin-bottom: 4px;
}

.tyHero {
  min-height: 100vh;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px 80px;
}
.tyHero .tyInner {
  text-align: center;
  max-width: 560px;
  width: 100%;
}
.tyHero .tyIcon {
  margin-bottom: 32px;
}
.tyHero .tyIcon svg {
  display: block;
  margin: 0 auto;
}
.tyHero .tyEyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e16d09;
  margin-bottom: 16px;
}
.tyHero h1 {
  font-size: 72px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 24px;
}
.tyHero .tyCopy {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
  margin-bottom: 40px;
}
.tyHero .tyBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.tyHero .tyContact {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
}
.tyHero .tyContact .tyContactLabel {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 12px;
}
.tyHero .tyContact .tyContactLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.tyHero .tyContact .tyContactLinks a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.3s ease;
}
.tyHero .tyContact .tyContactLinks a:hover {
  color: #e16d09;
}
.tyHero .tyContact .tyContactLinks .tySep {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 767px) {
  .tyHero {
    padding: 100px 24px 60px;
  }
  .tyHero h1 {
    font-size: 48px;
  }
  .tyHero .tyBtns {
    flex-direction: column;
    gap: 12px;
  }
  .tyHero .tyBtns a {
    width: 100%;
    justify-content: center;
  }
}

@keyframes pnf-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pnf-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pnf-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes pnf-float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes pnf-floatRot {
  0%, 100% {
    transform: translateY(0px) rotate(45deg);
  }
  50% {
    transform: translateY(-10px) rotate(45deg);
  }
}
@keyframes pnf-floatSlow {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-8px) rotate(2deg);
  }
  66% {
    transform: translateY(-4px) rotate(-1deg);
  }
}
.error404Sec {
  background: #000000;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 5%;
}
.error404Sec .errorBg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: pnf-fadeIn 1.4s ease forwards;
}
.error404Sec .errorFloats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.error404Sec .floatShape {
  position: absolute;
}
.error404Sec .floatShape--triangle {
  width: 80px;
  top: 10%;
  right: 7%;
  animation: pnf-float 7s ease-in-out infinite;
  animation-delay: 0s;
}
.error404Sec .floatShape--diamond {
  width: 58px;
  bottom: 18%;
  left: 5%;
  animation: pnf-floatRot 9s ease-in-out infinite;
  animation-delay: 1.2s;
}
.error404Sec .floatShape--cross {
  width: 52px;
  top: 52%;
  left: 47%;
  animation: pnf-float 8s ease-in-out infinite;
  animation-delay: 0.6s;
}
.error404Sec .floatShape--dot {
  width: 26px;
  top: 28%;
  left: 33%;
  animation: pnf-float 5.5s ease-in-out infinite;
  animation-delay: 2s;
}
.error404Sec .floatShape--ruler {
  width: 140px;
  bottom: 8%;
  right: 14%;
  animation: pnf-floatSlow 10s ease-in-out infinite;
  animation-delay: 0.4s;
}
.error404Sec .main-wrap {
  position: relative;
  z-index: 1;
}
.error404Sec .errorLayout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.error404Sec .errorLeft {
  position: relative;
}
.error404Sec .errorCode {
  display: block;
  font-size: clamp(120px, 18vw, 240px);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  line-height: 0.82;
  letter-spacing: -6px;
  user-select: none;
  margin-bottom: -28px;
  animation: pnf-fadeIn 1s ease forwards;
}
.error404Sec .errorContent .sub {
  display: block;
  margin-bottom: 16px;
  color: #e16d09;
  opacity: 0;
  animation: pnf-fadeInUp 0.7s ease forwards 0.2s;
}
.error404Sec .errorContent h1 {
  font-size: clamp(28px, 3.8vw, 50px);
  font-weight: 300;
  color: #f7f7ff;
  line-height: 1.18;
  margin-bottom: 24px;
  opacity: 0;
  animation: pnf-fadeInUp 0.7s ease forwards 0.36s;
}
.error404Sec .errorContent .errorCopy {
  font-size: 15px;
  color: rgba(247, 247, 255, 0.6);
  line-height: 1.8;
  max-width: 440px;
  margin-bottom: 40px;
  opacity: 0;
  animation: pnf-fadeInUp 0.7s ease forwards 0.52s;
}
.error404Sec .errorContent .errorBtns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: pnf-fadeInUp 0.7s ease forwards 0.68s;
}
.error404Sec .errorRight {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: pnf-fadeIn 0.8s ease forwards 0.5s;
}
.error404Sec .houseDrawSvg {
  width: 100%;
  max-width: 520px;
}
.error404Sec .houseDrawSvg .svgGroup path, .error404Sec .houseDrawSvg .svgGroup line, .error404Sec .houseDrawSvg .svgGroup rect, .error404Sec .houseDrawSvg .svgGroup polyline, .error404Sec .houseDrawSvg .svgGroup circle {
  stroke-dasharray: 2200;
  stroke-dashoffset: 2200;
}
.error404Sec .houseDrawSvg .svgGroup--roof path, .error404Sec .houseDrawSvg .svgGroup--roof line, .error404Sec .houseDrawSvg .svgGroup--roof rect, .error404Sec .houseDrawSvg .svgGroup--roof polyline {
  animation: pnf-draw 1.4s ease forwards 0.8s;
}
.error404Sec .houseDrawSvg .svgGroup--body rect {
  animation: pnf-draw 1s ease forwards 1.7s;
}
.error404Sec .houseDrawSvg .svgGroup--details path, .error404Sec .houseDrawSvg .svgGroup--details line, .error404Sec .houseDrawSvg .svgGroup--details rect, .error404Sec .houseDrawSvg .svgGroup--details polyline, .error404Sec .houseDrawSvg .svgGroup--details circle {
  animation: pnf-draw 1.2s ease forwards 2.4s;
}
.error404Sec .houseDrawSvg .svgGroup--ground line {
  animation: pnf-draw 0.7s ease forwards 3.2s;
}
.error404Sec .houseDrawSvg .svgGroup--dims line {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: pnf-draw 0.7s ease forwards 3.7s;
}
.error404Sec .houseDrawSvg .svgGroup--labels {
  opacity: 0;
  animation: pnf-fadeIn 0.6s ease forwards 4.1s;
}
.error404Sec .houseDrawSvg .svgGroup--labels text, .error404Sec .houseDrawSvg .svgGroup--labels polygon, .error404Sec .houseDrawSvg .svgGroup--labels circle, .error404Sec .houseDrawSvg .svgGroup--labels line {
  stroke-dasharray: unset;
  stroke-dashoffset: unset;
}
@media all and (max-width: 992px) {
  .error404Sec {
    min-height: auto;
    padding: 8% 0;
  }
  .error404Sec .errorLayout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .error404Sec .errorRight {
    order: -1;
    max-width: 380px;
    margin: 0 auto;
  }
  .error404Sec .floatShape--cross,
  .error404Sec .floatShape--dot {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .error404Sec .errorRight {
    display: none;
  }
  .error404Sec .floatShape--ruler {
    display: none;
  }
  .error404Sec .errorCode {
    font-size: 100px;
    letter-spacing: -4px;
  }
  .error404Sec .errorContent h1 {
    font-size: 28px;
  }
}

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