:root {
  --_brand-colors---green-light: #3b82f6;
  --_brand-colors---white: #fff;
  --_brand-colors---light-bg: #f0f6ff;
  --_brand-colors---primary-green: #2563eb;
  --_brand-colors---gray-text: #4a5568;
  --_brand-colors---dark-text: #111;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-wrapper {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 16px 32px;
  position: sticky;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo {
  color: var(--_brand-colors---green-light);
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
}

.nav-links {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.btn-primary {
  color: var(--_brand-colors---white);
  cursor: pointer;
  background-color: #6272ea;
  border-width: 0;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hero-section {
  background-color: #0d0d1a;
  background-image: linear-gradient(135deg, #0d0d1a 0%, #1e1040 35%, #3d1f8a 65%, #0d0d1a 100%);
  padding: 120px 24px;
  position: relative;
  overflow: hidden;
}

.section-light {
  background-color: var(--_brand-colors---light-bg);
  padding: 80px 32px;
}

.section-white {
  background-color: var(--_brand-colors---white);
  padding: 80px 32px;
}

.section-green {
  background-color: var(--_brand-colors---primary-green);
  padding: 80px 32px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading {
  color: #fff;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Arial Black, sans-serif;
  font-size: 96px;
  font-weight: 900;
  line-height: .9;
  position: relative;
}

.hero-subtext {
  color: #ffffffa6;
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.6;
}

.section-heading {
  color: #111;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.section-subheading {
  color: var(--_brand-colors---gray-text);
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 1.6;
}

.service-card {
  background-color: var(--_brand-colors---white);
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 4px 24px #00000014;
}

.cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.card-icon {
  margin-bottom: 20px;
  font-size: 48px;
  display: block;
}

.card-title {
  color: var(--_brand-colors---dark-text);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.card-text {
  color: var(--_brand-colors---gray-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.footer-wrapper {
  background-color: #111;
  padding: 48px 32px;
}

.footer-text {
  color: #888;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.green-tag {
  color: #9ba8ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #6272ea33;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.logo-wrapper {
  grid-column-gap: 6px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-word-dark {
  color: var(--_brand-colors---dark-text);
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
}

.logo-slash {
  color: #6272ea;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 900;
}

.logo-word-blue {
  color: #6272ea;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
}

.hidden {
  display: none;
}

.features-grid {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.feature-item {
  background-color: #fff;
  border-top: 4px solid #6272ea;
  border-radius: 16px;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  display: flex;
}

.feature-num {
  color: #6272ea;
  font-family: Arial Black, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.feature-label {
  color: #111;
  letter-spacing: -.5px;
  font-size: 20px;
  font-weight: 800;
}

.feature-text {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.cta-section {
  text-align: center;
  background-color: #6272ea;
  padding: 100px 24px;
}

.cta-eyebrow {
  color: #ffffffb3;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
}

.cta-heading {
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 20px;
  font-family: Arial Black, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
}

.cta-subtext {
  color: #ffffffd9;
  max-width: 480px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.6;
}

.btn-white {
  color: #6272ea;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.footer-container {
  border-bottom: 1px solid #ffffff1a;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  display: flex;
}

.footer-tagline {
  color: #ffffff73;
  max-width: 240px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-nav {
  align-items: flex-start;
  gap: 40px;
  display: flex;
}

.footer-link {
  color: #fff9;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: flex;
}

.footer-copy {
  color: #ffffff4d;
  font-size: 13px;
}

.hero-video-bg {
  z-index: 0;
  opacity: .18;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-hero {
  text-align: center;
  background: linear-gradient(160deg, #0d0d1a 0%, #1a0d3a 35%, #2d1060 65%, #0d0d1a 100%);
  padding: 120px 24px 100px;
  position: relative;
  overflow: hidden;
}

.page-hero-eyebrow {
  color: #9ba8ff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.page-hero-heading {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Arial Black, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
}

.page-hero-sub {
  color: #fff9;
  max-width: 500px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.6;
}

.service-detail {
  padding: 80px 24px;
}

.service-detail-inner {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 80px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service-icon-block {
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1;
}

.service-detail-title {
  color: #111;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  font-family: Arial Black, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.05;
}

.service-detail-desc {
  color: #555;
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.7;
}

.includes-label {
  color: #6272ea;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
}

.includes-list {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
  display: flex;
}

.includes-item {
  color: #333;
  padding-left: 20px;
  font-size: 15px;
  position: relative;
}

.service-visual {
  text-align: center;
  background-color: #f0f6ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding: 48px;
  display: flex;
}

.service-visual-icon {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 1;
}

.service-visual-tagline {
  color: #111;
  letter-spacing: -.5px;
  font-size: 20px;
  font-weight: 800;
}

.section-divider {
  border-top: 1px solid #eee;
  margin-left: 24px;
  margin-right: 24px;
}

.about-grid {
  grid-template-columns: 1fr 1.4fr;
  align-items: start;
  gap: 80px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px;
  display: grid;
}

.about-photo {
  aspect-ratio: 3 / 4;
  background-image: linear-gradient(135deg, #1e1040, #6272ea);
  border-radius: 20px;
  align-items: flex-end;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 100px;
}

.about-photo-name {
  color: #fff;
  letter-spacing: -.5px;
  font-family: Arial Black, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.about-photo-title {
  color: #ffffffa6;
  margin-top: 4px;
  font-size: 14px;
}

.about-heading {
  color: #111;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
  font-family: Arial Black, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
}

.about-body {
  color: #444;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.8;
}

.stats-row {
  background-color: #eee;
  border-radius: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2px;
  margin-top: 40px;
  display: grid;
  overflow: hidden;
}

.stat-item {
  text-align: center;
  background-color: #fff;
  padding: 32px 24px;
}

.stat-number {
  color: #6272ea;
  letter-spacing: -2px;
  font-family: Arial Black, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.stat-desc {
  color: #777;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
}

.contact-grid {
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
  gap: 64px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px;
  display: grid;
}

.contact-info-item {
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
  display: flex;
}

.contact-info-icon {
  background-color: #eeeffe;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 1;
  display: flex;
}

.contact-info-label {
  color: #111;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 800;
}

.contact-info-text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.booking-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 4px 40px #00000014;
}

.booking-card-title {
  color: #111;
  letter-spacing: -1px;
  margin-bottom: 8px;
  font-family: Arial Black, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.booking-card-sub {
  color: #888;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.5;
}

.calendly-placeholder {
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  min-height: 650px;
  margin-bottom: 24px;
  padding: 0;
  overflow: hidden;
}

.calendly-icon {
  margin-bottom: 12px;
  font-size: 48px;
  display: block;
}

.calendly-text {
  color: #555;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.email-link {
  color: #6272ea;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.logo-word-light {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
}

.portfolio-section {
  background-color: #0a0a14;
  background-image: radial-gradient(70% 60% at 15% 40%, #624aea2e 0%, #0000 65%), radial-gradient(50% 50% at 85% 60%, #a050f01f 0%, #0000 65%), radial-gradient(80% 40% at 50% 100%, #3c1e8c40 0%, #0000 60%);
  min-height: 60vh;
  padding: 80px 40px 120px;
  position: relative;
  overflow: hidden;
}

.portfolio-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
}

.rp-portfolio-wrap {
  background-image: linear-gradient(135deg, #0d0b1e 0%, #1a1040 50%, #0d0b1e 100%);
  min-height: 100vh;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
}

.rp-hero {
  text-align: center;
  padding: 80px 24px 60px;
  position: relative;
}

.rp-eyebrow {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #a78bfa;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #7c5cfc26;
  border: 1px solid #7c5cfc66;
  border-radius: 100px;
  margin-bottom: 28px;
  padding: 8px 20px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.rp-hero-title {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900;
  line-height: 1;
}

.rp-hero-sub {
  color: #ffffff8c;
  max-width: 520px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.6;
}

.rp-gallery {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px 80px;
  display: grid;
}

.rp-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  overflow: hidden;
  box-shadow: 0 8px 32px #0006, inset 0 1px #ffffff14;
}

.rp-video-wrap {
  background-color: #0a0818;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.rp-placeholder {
  color: #ffffff4d;
  background-color: #0a0818;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.rp-card-footer {
  background-color: #ffffff05;
  border-top: 1px solid #ffffff0f;
  padding: 18px 22px 22px;
}

.rp-card-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ffffffe6;
  align-items: center;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.rp-card-desc {
  color: #ffffff73;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.6;
}

.rp-loading {
  color: #fff6;
  text-align: center;
  grid-column: 1 / -1;
  padding: 80px 24px;
  font-size: 15px;
}

.text-block {
  color: var(--_brand-colors---white);
  padding-left: 29px;
  font-size: 18px;
}

.rp-hero-1 {
  text-align: center;
  padding: 80px 24px 60px;
}

.rp-hero-pill {
  color: #a78bfa;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #8b5cf633;
  border: 1px solid #8b5cf666;
  border-radius: 999px;
  margin-bottom: 20px;
  padding: 6px 18px;
  font-size: .75rem;
  font-weight: 600;
  display: inline-block;
}

.rp-gallery-1 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
}

.rp-card-1 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  flex-direction: column;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  display: flex;
  overflow: hidden;
}

.rp-video-wrap-1 {
  background-color: #0006;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.rp-card-body {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #ffffff08;
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 20px;
  display: flex;
}

.rp-card-title-1 {
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.3;
}

.rp-card-desc-1 {
  color: #ffffff8c;
  font-size: .82rem;
  line-height: 1.5;
}

.rp-loading-1 {
  color: #ffffff80;
  text-align: center;
  grid-column: 1 / -1;
  padding: 60px 20px;
}

.rp-error {
  color: #f87171;
  text-align: center;
  grid-column: 1 / -1;
  padding: 60px 20px;
}

.portfolio-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-color: #ffffff1f #ffffff0f #ffffff0f #ffffff1f;
  border-radius: 20px;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #00000080, inset 0 1px #ffffff14;
}

.portfolio-card:hover {
  background: #ffffff12;
  border-color: #9664ffa6;
  transform: translateY(-12px)scale(1.02);
  box-shadow: 0 32px 80px #624aea66, 0 8px 32px #00000080, inset 0 1px #ffffff26;
}

.portfolio-thumb-wrap {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1e1040 0%, #2d1460 100%);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.portfolio-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  display: block;
}

.portfolio-play-btn {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background: #624aead9;
  border: 1px solid #ffffff26;
  border-color: #ffffff4d #ffffff26 #ffffff26 #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding-left: 4px;
  font-size: 22px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px #624aeab3, 0 0 60px #624aea4d;
}

.portfolio-card-info {
  padding: 16px 20px 20px;
}

.portfolio-cat-tag {
  color: #a78bfa;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  background: #624aea40;
  border: 1px solid #a78bfa4d;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.portfolio-title {
  color: #fff;
  letter-spacing: -.3px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.portfolio-description {
  color: #ffffff8c;
  max-height: 84px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  overflow: hidden;
}

.portfolio-cms-list {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.portfolio-card-link {
  color: inherit;
  border-radius: 12px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: block;
  overflow: hidden;
}

.portfolio-card-1 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  overflow: hidden;
}

.portfolio-thumb-wrap-1 {
  background-color: #111;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.portfolio-thumb-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio-card-body {
  padding: 16px 20px 20px;
}

.portfolio-cat-tag-1 {
  color: #7b93ff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #7b93ff1f;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.portfolio-title-1 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.closer-section {
  text-align: center;
  background-color: #0a0a0a;
  padding: 120px 40px;
}

.closer-statement {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 800px;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .hero-heading {
    letter-spacing: -3px;
    font-size: 72px;
  }

  .page-hero-heading {
    letter-spacing: -2px;
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-heading {
    letter-spacing: -1px;
    font-size: 48px;
    line-height: 1;
  }

  .hero-subtext {
    font-size: 17px;
  }

  .section-heading {
    letter-spacing: -.5px;
    font-size: 32px;
  }

  .page-hero {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .page-hero-heading {
    letter-spacing: -1px;
    font-size: 44px;
    line-height: 1.05;
  }

  .portfolio-section {
    padding: 60px 16px 80px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    letter-spacing: -1px;
    font-size: 40px;
  }

  .page-hero-heading {
    letter-spacing: -.5px;
    font-size: 36px;
  }
}


