@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&display=swap");
/* Grey Color */
/* Heading Text Color */
/* Body Text Color */
/* Border Text Color */
.button-link {
  color: #fff;
  padding: 16px 38px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
  text-transform: uppercase;
  background-color: #FE0000; }
  .button-link:hover, .button-link:focus {
    color: #fff;
    background-color: #000000; }

.text-link {
  color: #FE0000;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: .01em;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 30px; }

input, textarea {
  outline: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input {
  padding: 0 10px;
  line-height: 34px;
  border: 1px solid #ebebeb; }
  input:focus {
    border-color: #ebebeb; }

label, textarea {
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  display: block;
  margin-bottom: 12px; }

.container, .container-wrap {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px; }

.container-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.container-wrap.column-align {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.col-2 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 740px) {
    .col-2 {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.col-3 {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 740px) {
    .col-3 {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.col-4 {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1180px) {
    .col-4 {
      width: 50%; } }
  @media screen and (max-width: 740px) {
    .col-4 {
      width: 100%; } }

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.1em !important;
  letter-spacing: -.02em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #ffffff; }

h1 {
  font-size: 58px;
  font-size: 3.625rem; }

h2 {
  font-size: 42px;
  font-size: 2.625rem; }

h3 {
  font-size: 24px;
  font-size: 1.5rem; }

h4 {
  font-size: 22px;
  font-size: 1.375rem; }

p {
  line-height: 1.3em;
  letter-spacing: .01em;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal; }

@media screen and (max-width: 779px) {
  h1 {
    font-size: 42px;
    font-size: 2.625rem; }

  h2 {
    font-size: 28px;
    font-size: 1.75rem; }

  h3 {
    font-size: 24px;
    font-size: 1.5rem; }

  h3 {
    font-size: 20px;
    font-size: 1.25rem; } }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  margin: 0 auto;
  vertical-align: top;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

a {
  cursor: pointer;
  text-decoration: none; }

address {
  font-style: normal; }

body {
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  -webkit-text-size-adjust: none;
  background-color: #ffffff; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  border: none; }

input {
  outline: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="submit"] {
  -webkit-appearance: none; }

ol, ul {
  padding-left: 0; }

p {
  color: #979796; }

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  * {
    background-attachment: scroll !important; } }
/* ==========================================================================
   GLOBAL
   ========================================================================== */
@font-face {
  font-family: 'BankGothic';
  src: url("../fonts/BankGothicBT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'BankGothic';
  src: url("../fonts/BankGothicBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
:root {
  --black: #000;
  --brand-black: #050505;
  --warm-white: #F4F4F1;
  --pure-white: #FFF;
  --olive: #6A7033;
  --olive-bright: #828A45;
  --ink-soft: rgba(244, 244, 241, .75);
  --ink-faint: rgba(244, 244, 241, .42);
  --hairline: rgba(244, 244, 241, .15);
  --olive-line: rgba(106, 112, 51, .38); }

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width: 0; }

html {
  scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--warm-white);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.6; }

img,
svg,
video {
  max-width: 100%;
  height: auto; }

section,
div,
header,
footer {
  max-width: 100%; }

/* Animations & Utilities */
.topo {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.7) 100%); }

.eyebrow {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--olive-bright); }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease; }

.reveal.visible {
  opacity: 1;
  transform: translateY(0); }

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* Buttons */
.btn-primary {
  background: var(--olive);
  color: var(--black);
  padding: 1rem 2.4rem;
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s; }

.btn-primary:hover {
  background: var(--olive-bright);
  transform: translateY(-2px); }

.btn-ghost {
  background: transparent;
  color: var(--warm-white);
  padding: 1rem 2.4rem;
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--hairline);
  transition: all .25s; }

.btn-ghost:hover {
  border-color: var(--olive);
  color: var(--olive-bright); }

.btn-dark {
  background: var(--brand-black);
  color: var(--warm-white);
  padding: 1.05rem 2.6rem;
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s;
  flex-shrink: 0; }

.btn-dark:hover {
  background: var(--olive);
  color: var(--black);
  transform: translateY(-2px); }

/* ==========================================================================
   HEADER
   ========================================================================== */
nav {
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 3.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), transparent);
  transition: background .3s, border-color .3s;
  border-bottom: 1px solid transparent;
  position: relative; }

.brand-lockup {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 2px; }

.brand-name {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--warm-white); }

.brand-name .amp {
  color: var(--olive); }

.brand-tag {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 400;
  font-size: .52rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--olive-bright); }

.nav-links {
  display: flex;
  gap: 2.4rem;
  list-style: none;
  align-items: center; }

.nav-links a {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 500;
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color .2s; }

.nav-links a:hover,
.nav-links a.active {
  color: var(--olive-bright); }

.nav-cta {
  border: 1px solid var(--olive);
  color: var(--olive-bright) !important;
  padding: .5rem 1.25rem;
  transition: all .2s !important; }

.nav-cta:hover {
  background: var(--olive);
  color: var(--black) !important; }

.page-header {
  padding: 5rem 3.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #111111;
  background-image: url("/wp-content/uploads/2026/07/crane-rigging-bg-banner-scaled.jpg");
  position: relative;
  background-attachment: fixed;
  background-position: center center; }

.ph-content {
  position: relative;
  z-index: 3; }

.breadcrumb {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-size: .68rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--olive-bright);
  margin-bottom: 1.2rem; }

.breadcrumb a {
  color: var(--ink-faint);
  text-decoration: none; }

.breadcrumb a:hover {
  color: var(--olive-bright); }

.page-title {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 6vw, 5rem);
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: .96; }

.page-title .olive {
  color: var(--olive-bright); }

.page-sub {
  margin-top: 1.4rem;
  font-size: 1.1rem;
  color: var(--ink-soft);
  max-width: 620px; }

.ph-equip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  pointer-events: none;
  opacity: .6; }

.ph-equip .eq-body {
  fill: none;
  stroke: rgba(244, 244, 241, 0.2);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round; }

.ph-equip .eq-fill {
  fill: rgba(244, 244, 241, 0.02);
  stroke: rgba(244, 244, 241, 0.2);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round; }

.ph-equip .eq-load {
  fill: rgba(106, 112, 51, 0.15);
  stroke: rgba(106, 112, 51, 0.48);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round; }

.ph-equip .eq-accent {
  fill: none;
  stroke: rgba(106, 112, 51, 0.4);
  stroke-width: 1.6;
  stroke-linecap: round; }

.ph-equip .eq-thin {
  fill: none;
  stroke: rgba(244, 244, 241, 0.15);
  stroke-width: 1.3;
  stroke-linecap: round; }

.ph-equip .eq-wheel {
  fill: none;
  stroke: rgba(244, 244, 241, 0.24);
  stroke-width: 2; }

.ph-equip .eq-tire {
  fill: none;
  stroke: rgba(244, 244, 241, 0.12);
  stroke-width: 3.5; }

.ph-equip .eq-hub {
  fill: rgba(244, 244, 241, 0.1); }

.ph-equip .eq-ground {
  stroke: rgba(106, 112, 51, 0.3);
  stroke-width: 2; }

/* ==========================================================================
   MAIN
   ========================================================================== */
/* Hero Section */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 80% 15%, rgba(106, 112, 51, 0.44) 0%, transparent 45%), radial-gradient(80% 60% at 15% 90%, rgba(106, 112, 51, 0.1) 0%, transparent 50%), linear-gradient(160deg, #0a0a0a 0%, #000 55%, #040404 100%); }

.hero-ghost {
  position: absolute;
  z-index: 1;
  right: -4%;
  top: 8%;
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: clamp(9rem, 26vw, 24rem);
  line-height: .8;
  letter-spacing: .02em;
  color: rgba(244, 244, 241, 0.025);
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
  white-space: nowrap; }

.hero-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .5;
  background-image: linear-gradient(90deg, transparent calc(50% - .5px), rgba(106, 112, 51, 0.14) 50%, transparent calc(50% + .5px)), linear-gradient(0deg, transparent calc(72% - .5px), rgba(244, 244, 241, 0.05) 72%, transparent calc(72% + .5px)); }

.hero-rig {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  pointer-events: none;
  opacity: .9; }

.hero-rig .deck {
  fill: none;
  stroke: rgba(244, 244, 241, 0.16);
  stroke-width: 2; }

.hero-rig .load {
  fill: rgba(106, 112, 51, 0.22);
  stroke: rgba(106, 112, 51, 0.55);
  stroke-width: 2; }

.hero-rig .wheel {
  fill: none;
  stroke: rgba(244, 244, 241, 0.2);
  stroke-width: 2; }

.hero-rig .hub {
  fill: rgba(244, 244, 241, 0.1); }

.hero-rig .ground {
  stroke: rgba(106, 112, 51, 0.4);
  stroke-width: 2; }

.hero-rig .eq-body {
  fill: none;
  stroke: rgba(244, 244, 241, 0.22);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round; }

.hero-rig .eq-fill {
  fill: rgba(244, 244, 241, 0.02);
  stroke: rgba(244, 244, 241, 0.22);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round; }

.hero-rig .eq-load {
  fill: rgba(106, 112, 51, 0.16);
  stroke: rgba(106, 112, 51, 0.5);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round; }

.hero-rig .eq-accent {
  fill: none;
  stroke: rgba(106, 112, 51, 0.42);
  stroke-width: 1.6;
  stroke-linecap: round; }

.hero-rig .eq-thin {
  fill: none;
  stroke: rgba(244, 244, 241, 0.16);
  stroke-width: 1.3;
  stroke-linecap: round; }

.hero-rig .eq-wheel {
  fill: none;
  stroke: rgba(244, 244, 241, 0.26);
  stroke-width: 2; }

.hero-rig .eq-tire {
  fill: none;
  stroke: rgba(244, 244, 241, 0.12);
  stroke-width: 3.5; }

.hero-rig .eq-hub {
  fill: rgba(244, 244, 241, 0.1); }

.hero-rig .eq-ground {
  stroke: rgba(106, 112, 51, 0.32);
  stroke-width: 2; }

.hero-content {
  position: relative;
  z-index: 3;
  padding: 5rem 3.5rem; }

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
  opacity: 0;
  animation: fadeUp .8s ease forwards .3s; }

.hero h1 {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: clamp(3.2rem, 8vw, 4.8rem);
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: .95;
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: fadeUp .9s ease forwards .5s; }

.hero h1 .olive {
  color: var(--olive-bright); }

.hero-sub {
  font-size: 1.22rem;
  color: var(--ink-soft);
  max-width: 650px;
  margin-bottom: 2.6rem;
  opacity: 0;
  animation: fadeUp .9s ease forwards .7s; }

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp .9s ease forwards .9s; }

.hero-stats {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--olive-line);
  margin-top: 2.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4));
  backdrop-filter: blur(2px);
  opacity: 0;
  animation: fadeUp .9s ease forwards 1.1s; }

.stat {
  padding: 1.8rem 3.5rem;
  border-right: 1px solid var(--hairline); }

.stat:last-child {
  border-right: none; }

.stat-num {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: var(--warm-white);
  line-height: 1;
  margin-bottom: .4rem; }

.stat-num .u {
  color: var(--olive-bright); }

.stat-label {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-faint); }

/* Ticker Section */
.ticker {
  background: var(--olive);
  padding: 1rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.ticker-track {
  display: flex;
  gap: 2.5rem;
  white-space: nowrap;
  animation: ticker 26s linear infinite; }

.ticker-track span {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 500;
  font-size: .72rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--black);
  flex-shrink: 0; }

.ticker-track .dot {
  font-size: .5rem;
  opacity: .5; }

@keyframes ticker {
  to {
    transform: translateX(-50%); } }
/* General Sections */
.section {
  padding: 5rem 3.5rem;
  position: relative; }

.section-alt {
  background: var(--brand-black); }

.section-intro {
  font-size: 1.1rem;
  color: var(--ink-soft);
  max-width: 680px;
  margin-bottom: 3.4rem; }

.section-olive {
  background: var(--olive);
  color: var(--black); }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3.5rem;
  gap: 2rem;
  flex-wrap: wrap; }

.section-title {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: 1.02;
  margin-top: .6rem;
  margin-bottom: .6rem; }

.section-title .olive {
  color: var(--olive-bright); }

.section-olive .section-title .olive {
  color: var(--brand-black); }

.section-olive .eyebrow {
  color: rgba(0, 0, 0, 0.55); }

.section-link {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 500;
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--olive-bright);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
  transition: gap .2s; }

.section-link:hover {
  gap: .85rem; }

/* Services */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--hairline); }

.svc {
  background: var(--black);
  padding: 2.8rem 2.4rem;
  position: relative;
  overflow: hidden;
  transition: background .3s; }

.svc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--olive);
  transition: width .4s ease; }

.svc:hover {
  background: rgba(106, 112, 51, 0.07); }

.svc:hover::before {
  width: 100%; }

.svc-num {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: .8rem;
  color: var(--olive-bright);
  letter-spacing: .2em;
  margin-bottom: 1.4rem; }

.svc-name {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .8rem; }

.svc-desc {
  font-size: .92rem;
  color: var(--ink-soft); }

/* Why Section */
.why {
  background: var(--olive);
  color: var(--black);
  padding: 5.5rem 3.5rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  overflow: hidden; }

.why .eyebrow {
  color: rgba(0, 0, 0, 0.55); }

.why h2 {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 3.6vw, 3rem);
  text-transform: uppercase;
  line-height: 1.04;
  margin: .6rem 0 1.4rem; }

.why p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 1rem;
  max-width: 540px; }

.why-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15); }

.pillar {
  background: var(--olive);
  padding: 1.8rem 1.6rem; }

.pillar .n {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: .5rem; }

.pillar .d {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.3; }

/* Story Section */
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center; }

.story-text p {
  font-size: .95rem;
  color: var(--ink-soft);
  margin-bottom: 1.2rem; }

.story-text p strong {
  color: var(--warm-white);
  font-weight: 500; }

.story-img {
  position: relative; }

.story-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  filter: grayscale(30%);
  display: block; }

.story-img::before {
  content: '';
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid var(--olive-line);
  z-index: -1; }

/* Values */
.vals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.18);
  margin-top: 3.4rem; }

.val {
  background: var(--olive);
  padding: 2.4rem 1.8rem; }

.val .n {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--black);
  margin-bottom: .7rem; }

.val .d {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.35; }

/* Apply Form */
.apply {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start; }

.apply-info h2 {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  text-transform: uppercase;
  line-height: 1.04;
  margin-bottom: 1.2rem; }

.apply-info h2 .olive {
  color: var(--olive-bright); }

.apply-info p {
  font-size: .93rem;
  color: var(--ink-soft);
  margin-bottom: 1.4rem; }

.apply-contact {
  font-family: 'BankGothic','Saira',sans-serif;
  font-size: .9rem;
  color: var(--warm-white);
  letter-spacing: .04em; }

.apply-contact a {
  color: var(--olive-bright);
  text-decoration: none; }

@media (max-width: 920px) {
  .apply {
    grid-template-columns: 1fr;
    gap: 3rem; }

  .form-row {
    grid-template-columns: 1fr; } }
@media (max-width: 1100px) {
  .apply {
    grid-template-columns: 1fr;
    gap: 2.5rem; } }
/* Thank You */
/* Card Container */
.card {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 3.4rem auto; }

/* Checkmark Icon */
.check {
  width: 72px;
  height: 72px;
  border: 2px solid var(--olive);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem; }

.check svg {
  width: 32px;
  height: 32px;
  stroke: var(--olive-bright);
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round; }

.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: drawCheck .5s ease forwards .3s; }

/* Typography & Content Elements */
.eyebrow {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--olive-bright);
  margin-bottom: 1rem;
  opacity: 0;
  animation: fadeUp .7s ease forwards .5s; }

h1#headline {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.5rem);
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: .98;
  margin-bottom: 1.4rem;
  opacity: 0;
  animation: fadeUp .7s ease forwards .65s; }

.divider {
  width: 48px;
  height: 2px;
  background: var(--olive);
  margin: 2.5rem auto;
  opacity: 0;
  animation: fadeUp .7s ease forwards .75s; }

.sub {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 2.5rem;
  opacity: 0;
  animation: fadeUp .7s ease forwards .8s; }

/* Action Buttons */
.actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp .7s ease forwards .95s; }

.btn-primary {
  background: var(--olive);
  color: var(--black);
  padding: .95rem 2.4rem;
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s; }

.btn-primary:hover {
  background: var(--olive-bright);
  transform: translateY(-2px); }

.btn-ghost {
  background: transparent;
  color: var(--warm-white);
  padding: .95rem 2.4rem;
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--hairline);
  transition: all .25s; }

.btn-ghost:hover {
  border-color: var(--olive);
  color: var(--olive-bright); }

/* Contact Strip */
.contact-strip {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--hairline);
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp .7s ease forwards 1.1s; }

.cs-item {
  text-align: center; }

.cs-label {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: .3rem; }

.cs-val {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-size: .88rem;
  color: var(--warm-white); }

.cs-val a {
  color: var(--olive-bright);
  text-decoration: none; }

/* Animations */
@keyframes drawCheck {
  to {
    stroke-dashoffset: 0; } }
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* Responsive Overrides */
@media (max-width: 700px) {
  .contact-strip {
    gap: 1.4rem; } }
@media (max-width: 640px) {
  .contact-strip {
    gap: 1.5rem; } }
@media (max-width: 480px) {
  .btn-primary,
  .btn-ghost {
    padding: .9rem 1.6rem;
    font-size: .74rem; } }
/* Form Styling */
.wpforms-container {
  width: 100% !important; }

.wpforms-container .wpforms-field-label {
  font-family: 'BankGothic', 'Saira', sans-serif !important;
  font-size: .66rem !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: var(--ink-faint) !important;
  font-weight: 500 !important;
  display: block;
  margin-bottom: 0 !important; }

/* Inputs, Selects, and Textareas */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container input[type="url"],
.wpforms-container select,
.wpforms-container textarea {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid var(--olive-line) !important;
  color: var(--warm-white) !important;
  font-family: 'Barlow', sans-serif !important;
  font-size: .88rem !important;
  outline: none !important;
  transition: border-color .2s, background-color .2s !important;
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important; }

/* Options Styling */
.wpforms-container select option {
  background: var(--black) !important;
  color: var(--warm-white) !important; }

/* Placeholder */
/* Standard (Modern Browsers) */
.wpforms-container input::placeholder,
.wpforms-container textarea::placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
  /* Prevents browser default opacity stacking */ }

/* Chrome, Safari, Edge, Opera */
.wpforms-container input::-webkit-input-placeholder,
.wpforms-container textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

/* Firefox 19+ */
.wpforms-container input::-moz-placeholder,
.wpforms-container textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important; }

/* Internet Explorer 10-11 */
.wpforms-container input:-ms-input-placeholder,
.wpforms-container textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

/* Microsoft Edge (Legacy) */
.wpforms-container input::-ms-input-placeholder,
.wpforms-container textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important; }

/* Focus States */
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
  border-color: var(--olive-bright) !important;
  background: rgba(106, 112, 51, 0.05) !important; }

/* Textarea Sizing */
.wpforms-container textarea {
  resize: vertical !important;
  min-height: 110px !important; }

/* Submit Button */
.wpforms-container .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 !important; }

.wpforms-container button[type="submit"].wpforms-submit,
.wpforms-container .wpforms-page-button {
  background: var(--olive) !important;
  color: var(--black) !important;
  border: none !important;
  padding: 1.05rem 2.5rem !important;
  font-family: 'BankGothic', 'Saira', sans-serif !important;
  font-weight: 600 !important;
  font-size: .8rem !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all .25s ease !important;
  border-radius: 0 !important;
  display: inline-block !important;
  box-shadow: none !important; }

.wpforms-container button[type="submit"].wpforms-submit:hover,
.wpforms-container .wpforms-page-button:hover {
  background: var(--olive-bright) !important;
  transform: translateY(-2px) !important; }

/* Sub-labels / Notes / Descriptions */
.wpforms-container .wpforms-field-sublabel,
.wpforms-container .wpforms-field-description {
  font-size: .74rem !important;
  color: var(--ink-faint) !important;
  margin-top: .25rem !important; }

/* WPForms Validation / Error Messages */
.wpforms-container label.wpforms-error {
  color: #e57373 !important;
  font-size: .72rem !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  margin-top: .3rem !important; }

.wpforms-container input.wpforms-error,
.wpforms-container textarea.wpforms-error,
.wpforms-container select.wpforms-error {
  border-color: #e57373 !important; }

/* Benefits */
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px 0; }

.ben {
  background: var(--black);
  padding: 2.2rem 1.6rem;
  text-align: center; }

.ben .n {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--olive-bright);
  margin-bottom: .5rem; }

.ben .d {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.3; }

@media (max-width: 920px) {
  .benefits {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 1100px) {
  .benefits {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) {
  .benefits {
    grid-template-columns: 1fr; } }
/* Certifications*/
.certs {
  background: var(--brand-black);
  padding: 2.4rem 3.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid var(--hairline); }

.cert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  text-align: center;
  opacity: .65;
  transition: opacity .2s; }

.cert:hover {
  opacity: 1; }

.cert .n {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--olive-bright); }

.cert .l {
  font-family: 'BankGothic','Saira',sans-serif;
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-faint); }

@media (max-width: 920px) {
  .certs {
    padding: 2rem 1.4rem;
    gap: 1.6rem; } }
@media (max-width: 700px) {
  .certs {
    padding: 1.6rem 1.2rem;
    gap: 1.2rem; } }
/* Services Detail*/
.svc-full {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--hairline); }

.sf {
  background: var(--black);
  position: relative;
  overflow: hidden;
  transition: background .3s; }

.sf-head {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.2rem; }

.sf-num {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .2em;
  color: var(--olive-bright); }

.sf-name {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.1; }

.sf-desc {
  font-size: 1rem;
  color: var(--ink-soft);
  margin-bottom: 1.4rem; }

.sf-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .45rem; }

.sf-list li {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: .6rem; }

.sf-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--olive);
  flex-shrink: 0; }

@media (max-width: 920px) {
  .svc-full {
    grid-template-columns: 1fr; } }
@media (max-width: 1100px) {
  .svc-full {
    grid-template-columns: 1fr; } }
.services-image {
  height: 260px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative; }
  .services-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: grayscale(50%) brightness(0.65); }

/* Equipment */
.eq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.18); }

.eq {
  background: var(--olive);
  padding: 2rem 1.4rem;
  text-align: center;
  transition: background .3s; }

.eq:hover {
  background: #5a6029; }

.eq .n {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: .4rem; }

.eq .c {
  font-family: 'Barlow',sans-serif;
  font-size: .8rem;
  color: rgba(0, 0, 0, 0.62); }

@media (max-width: 920px) {
  .eq-grid {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1100px) {
  .eq-grid {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) {
  .eq-grid {
    grid-template-columns: 1fr; } }
/* Testimonials */
.section-white {
  background: var(--warm-white);
  color: var(--brand-black); }
  .section-white h2, .section-white p {
    color: var(--brand-black); }

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.12); }

.testimonial {
  background: var(--warm-white);
  padding: 2.4rem 2rem;
  position: relative; }

.testimonial-q {
  font-family: 'BankGothic','Saira',sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: var(--olive);
  opacity: .22;
  position: absolute;
  top: 1rem;
  left: 1.4rem; }

.testimonial-text {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(5, 5, 5, 0.74);
  font-style: italic;
  margin: 1.5rem 0;
  position: relative;
  z-index: 1;
  font-weight: 400; }

.testimonial-auth {
  display: flex;
  align-items: center;
  gap: .75rem; }

.testimonial-av {
  width: 38px;
  height: 38px;
  background: var(--olive);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: .85rem;
  color: var(--black); }

.testimonial-name {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--brand-black); }

.testimonial-role {
  font-size: .9rem;
  color: rgba(5, 5, 5, 0.8); }

@media (max-width: 920px) {
  .testimonial-grid {
    grid-template-columns: 1fr; } }
@media (max-width: 1100px) {
  .testimonial-grid {
    grid-template-columns: 1fr; } }
/* Contact Form */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start; }

.contact-info h2 {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  text-transform: uppercase;
  line-height: 1.04;
  margin-bottom: 1.2rem; }

.contact-info h2 .olive {
  color: var(--olive-bright); }

.contact-info p {
  font-size: .93rem;
  color: var(--ink-soft);
  margin-bottom: 2.4rem; }

@media (max-width: 920px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem; } }
@media (max-width: 1100px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem; } }
.ci-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem; }

.ci {
  display: flex;
  gap: 1rem;
  align-items: flex-start; }

.ci-ic {
  width: 36px;
  height: 36px;
  border: 1px solid var(--olive-line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--olive-bright);
  font-family: 'BankGothic','Saira',sans-serif;
  font-size: .7rem;
  font-weight: 600; }

.ci-t strong {
  display: block;
  font-family: 'BankGothic','Saira',sans-serif;
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: .2rem; }

.ci-t span {
  font-size: .92rem;
  color: var(--warm-white); }

.ci a {
  color: #fff; }

/* Projects */
.proj-m {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 3.5rem; }

.pm {
  position: relative;
  overflow: hidden;
  background: var(--brand-black); }

.pm img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  filter: grayscale(50%) brightness(0.35);
  transition: transform .6s ease,filter .4s;
  display: block; }

.pm-ov {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2rem 1.4rem 1.4rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.96), transparent); }

.pm-cat {
  font-family: 'BankGothic','Saira',sans-serif;
  font-size: .8rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #b8c362;
  margin-bottom: .3rem;
  line-height: 1.2em; }

.pm-title {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: .3rem;
  line-height: 1.2em; }

.pm-loc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8); }

@media (max-width: 920px) {
  .proj-m {
    grid-template-columns: 1fr; } }
@media (max-width: 1100px) {
  .proj-m {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) {
  .proj-m {
    grid-template-columns: 1fr; } }
/* Services Listings */
.services-wrapper {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-auto-rows: 2fr;
  gap: 60px; }
  @media screen and (max-width: 700px) {
    .services-wrapper {
      grid-template-columns: 1fr; } }

.services-listing {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-auto-rows: 2fr;
  gap: 40px; }
  @media screen and (max-width: 799px) {
    .services-listing {
      grid-template-columns: 1fr; } }

.services-individuals {
  position: relative;
  overflow: hidden;
  min-height: 300px; }
  .services-individuals .service-bgimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(50%) brightness(0.65); }

.services-ind-info {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2rem 1.3rem 1.8rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent); }
  .services-ind-info h3 {
    font-family: BankGothic, Saira, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.02em; }
  .services-ind-info p {
    color: #fff;
    font-size: 1rem; }

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--hairline);
  margin-top: 3.4rem; }

.tm {
  background: var(--black);
  padding: 0 0 2rem;
  transition: background .3s; }

.tm-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05);
  display: block;
  border-bottom: 2px solid var(--olive); }

.tm-body {
  padding: 1.6rem 1.5rem 0; }

.tm-name {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .25rem; }

.tm-role {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--olive-bright);
  margin-bottom: 1rem; }

.tm-bio {
  font-size: .84rem;
  color: var(--ink-soft);
  line-height: 1.6; }

/* Why Section */
.why-careers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.18);
  margin-top: 3.4rem; }
  @media screen and (max-width: 750px) {
    .why-careers {
      grid-template-columns: repeat(1, 1fr); } }

.why-c-sub {
  background: var(--olive);
  padding: 2.4rem 1.8rem; }

.why-c-sub .n {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--black);
  margin-bottom: .7rem; }

.why-c-sub .d {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.35; }

.why-pillars {
  grid-template-columns: 1fr 1fr; }

@media (max-width: 920px) {
  .why {
    grid-template-columns: 1fr; } }
@media (max-width: 1100px) {
  .why {
    grid-template-columns: 1fr;
    gap: 2.5rem; }

  .why-pillars {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) {
  .why-pillars {
    grid-template-columns: 1fr; } }
/* Roles */
.roles {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline); }

.role {
  background: var(--black);
  padding: 2rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  transition: background .3s;
  cursor: pointer; }

.role-main {
  display: flex;
  flex-direction: column;
  gap: .5rem; }

.role-title {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: .03em; }

.role-meta {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap; }

.role-meta span {
  font-family: 'BankGothic','Saira',sans-serif;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--olive-bright);
  display: flex;
  align-items: center;
  gap: .4rem; }

.role-meta span::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--olive);
  flex-shrink: 0; }

.role-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
  margin-top: .3rem; }

.role-apply {
  font-family: 'BankGothic','Saira',sans-serif;
  font-weight: 600;
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--olive);
  padding: .7rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all .25s;
  align-self: start; }

.role-apply:hover {
  background: var(--olive-bright); }

@media (max-width: 920px) {
  .role {
    grid-template-columns: 1fr;
    gap: 1.2rem; }

  .role-apply {
    justify-self: start; } }
@media (max-width: 700px) {
  .role {
    grid-template-columns: 1fr;
    gap: 1rem; }

  .role-apply {
    justify-self: start; }

  .role-meta {
    gap: .8rem; } }
/* HQ Section */
.hq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--hairline);
  margin-top: 3.4rem; }

.hq-img {
  background-size: cover;
  background-position: center;
  min-height: 340px;
  filter: grayscale(40%); }

.hq-info {
  background: var(--olive);
  color: var(--black);
  padding: 3rem 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.hq-info h3 {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 1.2rem; }

.hq-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .7rem; }

.hq-list li {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
  display: flex;
  gap: 1rem;
  align-items: baseline; }

.hq-list li::before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--black);
  flex-shrink: 0; }

/* CTA */
.cta {
  background: var(--warm-white);
  color: var(--brand-black);
  padding: 5rem 3.5rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap; }

.cta h2 {
  color: var(--brand-black);
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-weight: 600;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  text-transform: uppercase;
  line-height: 1.05; }

.cta h2 .olive {
  color: var(--olive); }

.cta .btn-dark:hover {
  color: #fff; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  background: var(--brand-black);
  padding: 3rem 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-top: 1px solid var(--hairline); }

.foot-copy {
  font-size: .9rem;
  color: var(--ink-faint); }

.foot-links {
  display: flex;
  gap: 1rem 1.5rem; }
  @media screen and (max-width: 550px) {
    .foot-links {
      flex-flow: wrap; } }

.foot-links a {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-decoration: none;
  transition: color .2s; }

.foot-links a:hover {
  color: var(--olive-bright); }

.foot-addr-grid {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap; }

.foot-addr-label {
  font-family: 'BankGothic', 'Saira', sans-serif;
  font-size: .8rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--olive-bright);
  margin-bottom: .35rem; }

.foot-addr-val {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.5; }

.foot-addr-val a {
  color: var(--ink-soft);
  text-decoration: none; }

.foot-addr-val a:hover {
  color: var(--olive-bright); }

/* ==========================================================================
   MEDIA QUERIES (RESPONSIVE DESIGN)
   ========================================================================== */
/* Tablet / Half-Window (700px - 1100px) */
@media (max-width: 1100px) {
  nav {
    padding: 1.2rem 2rem; }

  .nav-links {
    gap: 1.4rem; }

  .nav-links a {
    font-size: .74rem;
    letter-spacing: .12em; }

  .section {
    padding: 5rem 2rem; }

  .page-header {
    padding: 8rem 2rem 4rem; }

  .svc-grid {
    grid-template-columns: repeat(2, 1fr); }

  .svc-full {
    grid-template-columns: 1fr; }

  .eq-grid {
    grid-template-columns: repeat(2, 1fr); }

  .proj-m {
    grid-template-columns: repeat(2, 1fr); }

  .testi-grid {
    grid-template-columns: 1fr; }

  .team-grid {
    grid-template-columns: repeat(2, 1fr); }

  .vals {
    grid-template-columns: repeat(2, 1fr); }

  .why {
    grid-template-columns: 1fr;
    gap: 2.5rem; }

  .why-pillars {
    grid-template-columns: 1fr 1fr; }

  .seam,
  .seam2,
  .story,
  .contact-grid,
  .apply {
    grid-template-columns: 1fr;
    gap: 2.5rem; }

  .proj-grid {
    grid-template-columns: 1fr; }

  .proj:first-child {
    grid-row: auto; }

  .foot-top {
    grid-template-columns: 1fr 1fr;
    gap: 2rem; }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr); }

  .hero h1 {
    font-size: clamp(2.6rem, 7vw, 5rem); }

  .benefits {
    grid-template-columns: repeat(2, 1fr); } }
/* Mid Tablet / Large Phone Breakpoint (max 920px) */
@media (max-width: 920px) {
  .brand-lockup {
    display: inline-flex !important; }

  nav {
    padding: 1.1rem 1.4rem;
    display: block !important; }

  .nav-links {
    display: none;
    /* Add Mobile Styling Here */ }
    .nav-links.open {
      margin-top: 20px;
      display: block !important; }
      .nav-links.open a {
        font-size: .8rem;
        display: block;
        text-align: center;
        padding: 1rem .2rem; }

  .hero-content {
    padding: 7rem 1.4rem 0; }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr); }

  .stat {
    padding: 1.4rem; }

  .section {
    padding: 4rem 1.4rem; }

  .svc-grid {
    grid-template-columns: 1fr; }

  .why {
    grid-template-columns: 1fr;
    padding: 3.5rem 1.4rem;
    gap: 2.5rem; }

  .cta {
    padding: 3.5rem 1.4rem;
    flex-direction: column;
    align-items: center;
    text-align: center; }

  footer {
    padding: 2rem 1.4rem;
    flex-direction: column;
    align-items: flex-start; }

  .page-header {
    padding: 3.5rem 1.4rem; }

  .story {
    grid-template-columns: 1fr;
    gap: 2.5rem; }

  .vals {
    grid-template-columns: 1fr 1fr; }

  .team-grid {
    grid-template-columns: 1fr 1fr; }

  .hq {
    grid-template-columns: 1fr; } }
/* Small Tablet / Large Phone (480px - 700px) */
@media (max-width: 700px) {
  nav {
    padding: 1rem 1.2rem; }

  .section {
    padding: 3.5rem 1.2rem; }

  .page-header {
    padding: 3rem 1.2rem; }

  .svc-grid,
  .eq-grid,
  .proj-m,
  .team-grid,
  .vals,
  .benefits,
  .why-pillars,
  .seam-stats,
  .seam2-stats {
    grid-template-columns: 1fr; }

  .hero-content {
    padding: 6.5rem 1.2rem 0; }

  .hero-stats {
    grid-template-columns: 1fr 1fr; }

  .stat {
    padding: 1.2rem !important; }

  .stat-num {
    font-size: 1.5rem; }

  .role {
    grid-template-columns: 1fr;
    gap: 1rem; }

  .role-apply {
    justify-self: start; }

  .role-meta {
    gap: .8rem; }

  .foot-top {
    grid-template-columns: 1fr;
    gap: 1.6rem; }

  .cta {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 1.2rem; }

  .certs {
    padding: 1.6rem 1.2rem;
    gap: 1.2rem; }

  .contact-strip {
    gap: 1.4rem; }

  footer {
    flex-direction: column;
    align-items: flex-start; }

  .hero {
    overflow: hidden; }

  .hero-ghost {
    font-size: 40vw;
    right: -10%; }

  .hero-rig {
    opacity: .7; }

  .hero-lines {
    display: none; }

  .foot-addr-grid {
    flex-direction: column;
    gap: 1.4rem; }

  .ph-equip {
    opacity: .4; } }
/* Small Phone (< 560px) */
@media (max-width: 560px) {
  .vals {
    grid-template-columns: 1fr; }

  .team-grid {
    grid-template-columns: 1fr; } }
/* Phone (< 480px) */
@media (max-width: 480px) {
  .hero-stats {
    grid-template-columns: 1fr 1fr; }

  .hero h1 {
    font-size: clamp(2.2rem, 9vw, 3rem); }

  .page-title {
    font-size: clamp(2.2rem, 9vw, 3.2rem); }

  .section-title {
    font-size: clamp(1.7rem, 7vw, 2.4rem); }

  .btn-primary,
  .btn-ghost,
  .btn-dark {
    padding: .9rem 1.6rem;
    font-size: .74rem; }

  .hero-actions {
    gap: .7rem; } }
/* Mobile Button */
@media screen and (max-width: 350px) {
  .brand-tag {
    display: none; } }
#mobile-button {
  cursor: pointer;
  display: inline-block;
  margin-right: 0;
  border: none;
  background: none; }
  @media screen and (min-width: 921px) {
    #mobile-button {
      display: none !important; } }
  @media screen and (max-width: 920px) {
    #mobile-button {
      position: absolute;
      right: 25px;
      top: 30px;
      z-index: 99; } }
  @media screen and (max-width: 350px) {
    #mobile-button {
      top: 21px; } }
  #mobile-button .icon-bar {
    width: 28px;
    height: 3px;
    opacity: 1;
    display: block;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: relative;
    top: 0; }
  #mobile-button .icon-bar + .icon-bar {
    margin-top: 6px; }

#mobile-button.open .icon-bar {
  background-color: #fff; }
#mobile-button.open .icon-bar:nth-of-type(1) {
  opacity: 1 !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 9px; }
#mobile-button.open .icon-bar:nth-of-type(2) {
  opacity: 0;
  position: relative;
  top: 3px; }
#mobile-button.open .icon-bar:nth-of-type(3) {
  opacity: 1 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -9px; }

#mobile-button:hover .icon-bar {
  opacity: .5; }

#mobile-button:focus {
  outline: none; }

/* Partners */
.hero-partners {
  padding: 4rem 0rem 20px;
  background-color: #fff;
  position: relative; }
  .hero-partners header {
    text-align: center;
    margin-bottom: 20px; }
    .hero-partners header .container {
      margin: 0 auto; }
    .hero-partners header .eyebrow {
      display: block;
      text-align: center; }
    .hero-partners header .section-title {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: clamp(2rem, 3.6vw, 3rem); }
    .hero-partners header .section-intro {
      margin: 0 auto;
      text-align: center; }
  .hero-partners .partners {
    position: relative; }
    .hero-partners .partners .container-wrap {
      max-width: 1280px;
      padding-left: 0px;
      padding-right: 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto;
      position: relative;
      z-index: 1; }
      .hero-partners .partners .container-wrap:before {
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
    .hero-partners .partners .partner-logo {
      text-align: center;
      padding: 20px 10px; }
    .hero-partners .partners .partner-slider {
      overflow: hidden;
      position: relative; }
    .hero-partners .partners .swiper-slide {
      position: relative; }
    .hero-partners .partners .swiper-pagination {
      text-align: center;
      margin-top: 40px;
      position: relative;
      bottom: 0; }
      .hero-partners .partners .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        margin: 0 10px; }
      @media screen and (max-width: 648px) {
        .hero-partners .partners .swiper-pagination {
          text-align: center; }
          .hero-partners .partners .swiper-pagination .swiper-pagination-bullet {
            margin: 10px 10px; } }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  transition-property: transform;
  box-sizing: content-box;
  position: relative; }

.swiper-slide img {
  width: 86%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  pointer-events: none; }

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.wysiwyg {
  line-height: 1.6; }

.wysiwyg a {
  text-decoration: none; }

.wysiwyg a:hover {
  text-decoration: underline; }

.wysiwyg abbr {
  border-bottom: 1px dotted;
  cursor: help; }

.wysiwyg cite {
  font-style: italic; }

.wysiwyg hr {
  background: #e6e6e6;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 1.4em;
  margin-top: 1.4em; }

.wysiwyg img {
  vertical-align: text-bottom; }

.wysiwyg ins {
  background-color: lime;
  text-decoration: none; }

.wysiwyg mark {
  background-color: #ff0; }

.wysiwyg small {
  font-size: 0.8em; }

.wysiwyg strong {
  font-weight: 700; }

.wysiwyg sub,
.wysiwyg sup {
  font-size: 0.8em; }

.wysiwyg sub {
  vertical-align: sub; }

.wysiwyg sup {
  vertical-align: super; }

.wysiwyg p,
.wysiwyg dl,
.wysiwyg ol,
.wysiwyg ul,
.wysiwyg blockquote,
.wysiwyg pre,
.wysiwyg table {
  margin-bottom: 1.4em; }

.wysiwyg p:last-child,
.wysiwyg dl:last-child,
.wysiwyg ol:last-child,
.wysiwyg ul:last-child,
.wysiwyg blockquote:last-child,
.wysiwyg pre:last-child,
.wysiwyg table:last-child {
  margin-bottom: 0; }

.wysiwyg p:empty {
  display: none; }

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  line-height: 1.2; }

.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child {
  margin-top: 0; }

.wysiwyg h1 {
  margin-bottom: 0.58333em;
  margin-top: 0.58333em;
  line-height: 1; }

.wysiwyg h2 {
  margin-bottom: 0.875em;
  margin-top: 1.75em;
  line-height: 1.1; }

.wysiwyg h3 {
  margin-bottom: 1.07692em;
  margin-top: 1.07692em; }

.wysiwyg h4 {
  margin-bottom: 1.16667em;
  margin-top: 1.16667em; }

.wysiwyg h5 {
  margin-bottom: 1.27273em;
  margin-top: 1.27273em; }

.wysiwyg h6 {
  margin-bottom: 1.4em;
  margin-top: 1.4em; }

.wysiwyg dd {
  margin-left: 1.4em; }

.wysiwyg ol,
.wysiwyg ul {
  list-style-position: outside;
  margin-left: 1.4em; }

.wysiwyg ol {
  list-style-type: decimal; }

.wysiwyg ol ol {
  list-style-type: lower-alpha; }

.wysiwyg ol ol ol {
  list-style-type: lower-roman; }

.wysiwyg ol ol ol ol {
  list-style-type: lower-greek; }

.wysiwyg ol ol ol ol ol {
  list-style-type: decimal; }

.wysiwyg ol ol ol ol ol ol {
  list-style-type: lower-alpha; }

.wysiwyg ul {
  list-style-type: disc; }

.wysiwyg ul ul {
  list-style-type: circle; }

.wysiwyg ul ul ul {
  list-style-type: square; }

.wysiwyg ul ul ul ul {
  list-style-type: circle; }

.wysiwyg ul ul ul ul ul {
  list-style-type: disc; }

.wysiwyg ul ul ul ul ul ul {
  list-style-type: circle; }

.wysiwyg li {
  margin: 10px 0; }

.wysiwyg blockquote {
  border-left: 4px solid #e6e6e6;
  padding: 0.6em 1.2em; }

.wysiwyg blockquote p {
  margin-bottom: 0; }

.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp,
.wysiwyg pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  background-color: #f2f2f2;
  color: #333;
  font-size: 0.9em; }

.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp {
  border-radius: 3px;
  line-height: 1.77778;
  padding: 0.1em 0.4em 0.2em;
  vertical-align: baseline; }

.wysiwyg pre {
  overflow: auto;
  padding: 1em 1.2em; }

.wysiwyg pre code {
  background: none;
  font-size: 1em;
  line-height: 1em; }

.wysiwyg figure {
  margin-bottom: 2.8em;
  text-align: center; }

.wysiwyg figure:first-child {
  margin-top: 0; }

.wysiwyg figure:last-child {
  margin-bottom: 0; }

.wysiwyg figcaption {
  font-size: 0.8em;
  margin-top: 0.875em; }

.wysiwyg table {
  width: 100%; }

.wysiwyg table pre {
  white-space: pre-wrap; }

.wysiwyg th,
.wysiwyg td {
  font-size: 1em;
  padding: 0.7em;
  border: 1px solid #e6e6e6;
  line-height: 1.4; }

.wysiwyg thead tr,
.wysiwyg tfoot tr {
  background-color: #f5f5f5; }

.wysiwyg thead th,
.wysiwyg thead td,
.wysiwyg tfoot th,
.wysiwyg tfoot td {
  font-size: 0.9em;
  padding: 0.77778em; }

.wysiwyg thead th code,
.wysiwyg thead td code,
.wysiwyg tfoot th code,
.wysiwyg tfoot td code {
  background-color: #fff; }

.wysiwyg tbody tr {
  background-color: #fff; }

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  position: relative; }

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

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.screen-reader-text {
  width: 100% !important;
  height: 44px;
  line-height: 44px;
  margin-top: -44px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: block;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  background-color: #000000;
  text-align: center;
  padding: 0 10px;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 200; }
  .screen-reader-text:focus {
    margin-top: 0 !important;
    outline: none !important; }

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