.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: "Recife";
  src: url("../fonts/RecifeTextWeb-Book.woff2") format("woff2"), url("../fonts/RecifeTextWeb-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Light";
  src: url("../fonts/ABCWhyte-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ABCWhyte-Regular";
  src: url("../fonts/ABCWhyte-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --main-width: 1400px;
  --heading-font: Recife;
  --body-font: ABCWhyte-Light;
  --bold-font: ABCWhyte-Regular;
  --heading-size-xs: clamp(16px, 15.2px + 0.2vw, 18px);
  --heading-size-sm: clamp(18px, 16.4px + 0.4vw, 22px);
  --heading-size-md: clamp(20px, 16.8px + 0.8vw, 28px);
  --heading-size-lg: clamp(24px, 19.2px + 1.2vw, 36px);
  --heading-size-xl: clamp(28px, 21.6px + 1.6vw, 44px);
  --heading-size-ul: clamp(32px, 24px + 2vw, 52px);
  --body-size-xs: clamp(12px, 11.2px + 0.2vw, 14px);
  --body-size-sm: clamp(14px, 13.2px + 0.2vw, 16px);
  --body-size-md: clamp(16px, 15.2px + 0.2vw, 18px);
  --body-size-lg: clamp(18px, 17.2px + 0.2vw, 20px);
  --body-size-xl: clamp(20px, 18.4px + 0.4vw, 24px);
  --body-size-ul: clamp(28px, 24.8px + 0.8vw, 36px);
  --space-navbar: clamp(45px, 43px + 0.5vw, 50px);
  --space-xs: clamp(2.5px, 1.5px + 0.25vw, 5px);
  --space-sm: clamp(5px, 3px + 0.5vw, 10px);
  --space-md: clamp(10px, 6px + 1vw, 20px);
  --space-lg: clamp(20px, 12px + 2vw, 40px);
  --space-xl: clamp(40px, 24px + 4vw, 80px);
  --space-ul: clamp(80px, 48px + 8vw, 160px);
  --color-black: #010207;
  --color-white: #ffffff;
  --color-off-white: #f0f0f0;
  --color-primary: #123B4D;
  --color-signal: #e74124;
  --color-darkblue: #0E2B3B;
  --content-width: min(85vw, 1280px);
  --breakpoint-mobile: 540px;
  --color-black-0: rgba(1, 2, 7, 0);
  --color-white-0: rgba(255, 255, 255, 0);
  --color-primary-0: rgba(18, 59, 77, 0);
  --color-signal-0: rgba(231, 65, 36, 0);
  --color-black-10: rgba(1, 2, 7, 0.1);
  --color-white-10: rgba(255, 255, 255, 0.1);
  --color-primary-10: rgba(18, 59, 77, 0.1);
  --color-signal-10: rgba(231, 65, 36, 0.1);
  --color-black-20: rgba(1, 2, 7, 0.2);
  --color-white-20: rgba(255, 255, 255, 0.2);
  --color-primary-20: rgba(18, 59, 77, 0.2);
  --color-signal-20: rgba(231, 65, 36, 0.2);
  --color-black-30: rgba(1, 2, 7, 0.3);
  --color-white-30: rgba(255, 255, 255, 0.3);
  --color-primary-30: rgba(18, 59, 77, 0.3);
  --color-signal-30: rgba(231, 65, 36, 0.3);
  --color-black-40: rgba(1, 2, 7, 0.4);
  --color-white-40: rgba(255, 255, 255, 0.4);
  --color-primary-40: rgba(18, 59, 77, 0.4);
  --color-signal-40: rgba(231, 65, 36, 0.4);
  --color-black-50: rgba(1, 2, 7, 0.5);
  --color-white-50: rgba(255, 255, 255, 0.5);
  --color-primary-50: rgba(18, 59, 77, 0.5);
  --color-signal-50: rgba(231, 65, 36, 0.5);
  --color-black-60: rgba(1, 2, 7, 0.6);
  --color-white-60: rgba(255, 255, 255, 0.6);
  --color-primary-60: rgba(18, 59, 77, 0.6);
  --color-signal-60: rgba(231, 65, 36, 0.6);
  --color-black-70: rgba(1, 2, 7, 0.7);
  --color-white-70: rgba(255, 255, 255, 0.7);
  --color-primary-70: rgba(18, 59, 77, 0.7);
  --color-signal-70: rgba(231, 65, 36, 0.7);
  --color-black-80: rgba(1, 2, 7, 0.8);
  --color-white-80: rgba(255, 255, 255, 0.8);
  --color-primary-80: rgba(18, 59, 77, 0.8);
  --color-signal-80: rgba(231, 65, 36, 0.8);
  --color-black-90: rgba(1, 2, 7, 0.9);
  --color-white-90: rgba(255, 255, 255, 0.9);
  --color-primary-90: rgba(18, 59, 77, 0.9);
  --color-signal-90: rgba(231, 65, 36, 0.9);
  --color-accent-1: rgb(101, 138, 46);
  --color-accent-2: rgb(200, 178, 35);
  --color-accent-3: rgb(154, 79, 154);
  --color-accent-4: rgb(181, 89, 58);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--body-font), sans-serif;
  font-size: var(--body-size-md);
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  background-color: var(--color-primary);
}

body {
  min-height: 200dvh;
  width: 100vw;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-heading-xs,
.text-heading-sm,
.text-heading-md,
.text-heading-lg,
.text-heading-xl,
.text-heading-ul {
  font-family: var(--heading-font), sans-serif;
  font-weight: 400;
  line-height: 1.15;
}

h1 {
  font-size: var(--heading-size-ul);
}

h2 {
  font-size: var(--heading-size-xl);
}

h3 {
  font-size: var(--heading-size-xl);
}

h4 {
  font-size: var(--heading-size-md);
}

h5 {
  font-size: var(--heading-size-sm);
}

h6 {
  font-size: var(--heading-size-xs);
}

.text-heading-xs {
  font-size: var(--heading-size-xs);
}

.text-heading-sm {
  font-size: var(--heading-size-sm);
}

.text-heading-md {
  font-size: var(--heading-size-md);
}

.text-heading-lg {
  font-size: var(--heading-size-lg);
}

.text-heading-xl {
  font-size: var(--heading-size-xl);
}

.text-heading-ul {
  font-size: var(--heading-size-ul);
}

.text-body-xs,
.text-body-sm,
.text-body-md,
.text-body-lg,
.text-body-xl,
.text-body-ul {
  font-family: var(--body-font);
}

.text-body-xs {
  font-size: var(--body-size-xs);
}

.text-body-sm {
  font-size: var(--body-size-sm);
}

.text-body-md {
  font-size: var(--body-size-md);
}

.text-body-lg {
  font-size: var(--body-size-lg);
}

.text-body-xl {
  font-size: var(--body-size-xl);
}

.text-body-ul {
  font-size: var(--body-size-ul);
}

p {
  margin: 1em 0;
}
p:first-child {
  margin-top: unset;
}
p:last-child {
  margin-bottom: unset;
}

a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.1s ease;
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.orange {
  color: var(--color-signal) !important;
}

strong {
  font-family: var(--bold-font);
  font-weight: 400;
}

ul,
ol {
  margin: 1rem;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: var(--space-md);
  transition: all 0.2s;
  border: 1px solid var(--color-white);
}
button:hover {
  background-color: var(--color-primary-80);
}

svg {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
}

.loader {
  background-color: var(--color-white);
  z-index: 100;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: var(--color-primary);
  opacity: 0;
  transform: translate3d(0, calc(-100% * var(--overlay-direction, 1)), 0);
  pointer-events: none;
}

/* Slightly move main content */
html.is-changing .transition-overlay {
  transition: transform 400ms ease-in-out;
  opacity: 1;
}

html.is-animating .transition-overlay {
  transform: translate3d(0, 0, 0);
}

html.is-rendering .transition-overlay {
  transform: translate3d(0, calc(var(--overlay-direction, 1) * 100%), 0);
}

html.to-back {
  /* --overlay-direction: -1; */
}

.margin-top-lg {
  margin-top: var(--space-lg);
}

.margin-bottom-lg {
  margin-bottom: var(--space-lg);
}

.margin-top-xl {
  margin-top: var(--space-xl);
}

.margin-bottom-xl {
  margin-bottom: var(--space-xl);
}

.margin-top-ul {
  margin-top: var(--space-ul);
}

.margin-bottom-ul {
  margin-bottom: var(--space-ul);
}

.padding-top-lg {
  padding-top: var(--space-lg);
}

.padding-bottom-lg {
  padding-bottom: var(--space-lg);
}

.padding-top-xl {
  padding-top: var(--space-xl);
}

.padding-bottom-xl {
  padding-bottom: var(--space-xl);
}

.padding-top-ul {
  padding-top: var(--space-ul);
}

.padding-bottom-ul {
  padding-bottom: var(--space-ul);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-top {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-bottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out-left {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes fade-out-top {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fade-out-right {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes fade-out-bottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
nav {
  padding: var(--space-md) var(--space-md) var(--space-md) var(--space-md);
  background: transparent;
}
nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
  /* Accessing the mixin through namespace */
  gap: 0;
}
nav li {
  text-align: right;
}

#main-navigation {
  position: fixed;
  right: var(--space-md);
  mix-blend-mode: difference;
  z-index: 1;
}
#main-navigation ul,
#main-navigation ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

input,
textarea,
select {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  transition: all 0.2s ease-in-out;
}

input {
  width: 100%;
  display: block;
  background-color: transparent;
  border: rgba(1, 2, 7, 0.5) 2px solid;
  padding: 5px 10px;
  margin-bottom: 20px;
}
input[type=radio], input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: rgba(1, 2, 7, 0.5) 2px solid;
  border-radius: 3px; /* Apply a small border radius */
  background-color: transparent;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  background-color: rgb(81, 0, 255); /* Optional: Highlight when checked */
  border-color: rgb(81, 0, 255);
}
input:focus {
  border-color: rgb(81, 0, 255);
}

textarea {
  width: 100%;
  display: block;
  background-color: transparent;
  border: rgba(1, 2, 7, 0.5) 2px solid;
  padding: 5px 10px;
  margin-bottom: 20px;
}

header {
  position: absolute;
  width: 100%;
  background: transparent;
}

.header-logo {
  z-index: 1;
  position: absolute;
}

footer {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
footer .website-social-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

footer * {
  color: var(--color-primary);
}

.footer-row::after {
  content: "";
  display: block;
  clear: both;
}

.footer-col {
  width: 33%;
  float: left;
}

@media (max-width: 740px) {
  .footer-col {
    width: 100%;
    margin-bottom: var(--space-md);
  }
}
.type-area {
  width: var(--content-width);
  margin-inline: auto;
  padding-top: var(--space-ul);
  padding-bottom: var(--space-ul);
}

.type-area.solutions {
  width: var(--content-width);
  margin-inline: auto;
  padding-top: var(--space-ul);
  padding-bottom: var(--space-ul);
}

.type-area.team {
  width: var(--content-width);
  margin-inline: auto;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}

.type-area-horizontal {
  width: var(--content-width);
  margin-inline: auto;
}

.orientation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  display: none;
}
.orientation-overlay.visible {
  display: block;
}

.header-logo {
  height: var(--space-lg);
}

section#hero {
  position: relative;
  background-color: var(--color-white);
  min-height: 100svh;
}

section#hero * {
  color: var(--color-primary);
}

.hero-text1 {
  position: absolute;
  top: var(--space-lg);
  left: var(--space-lg);
  top: 10vw;
  padding-right: 50%;
  z-index: 1;
}

.hero-text2 {
  position: relative;
  z-index: 1;
}

.hero-text3 {
  position: absolute;
  width: var(--content-width);
  margin-inline: auto;
  bottom: var(--space-ul);
  left: calc((100vw - var(--content-width)) * 0.5);
}

.hero-text2 h1 {
  width: 40%;
}

.hero-text3 p {
  width: 40%;
}

.hero-graphic-container {
  position: absolute;
  height: 100svh;
  width: 100svh;
  z-index: 0;
}

.hero-video-fallback {
  width: 100%;
  height: 100%;
  background-color: var(--color-signal);
}

.solutions-video-fallback {
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
}

@media (orientation: landscape) {
  .hero-graphic-container {
    height: 100svh;
    width: 100svh;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (orientation: portrait) {
  .hero-graphic-container {
    height: 100vw;
    width: 100vw;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-text3 p {
    display: none;
  }
}
.hero-graphic-container video,
.hero-graphic-container img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

section.content-subsite {
  background-color: var(--color-white);
}

section.content-subsite.off-white {
  background-color: var(--color-off-white);
}

section.content-subsite * {
  color: var(--color-primary);
}

.dropdown-button {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 20px;
}

.dropdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--color-white);
  padding-bottom: var(--space-sm);
  transition: all 0.2s;
  cursor: pointer;
}

.dropdown-row.inverted {
  border-color: var(--color-primary);
}

.dropdown-button img {
  width: var(--space-lg);
}

.dropdown-row img {
  width: var(--space-lg);
}

.dropdown-button img,
.dropdown-row img {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.dropdown-button[aria-expanded=true] img,
.dropdown-row[aria-expanded=true] img {
  transform: rotate(45deg);
}

.dropdown-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.dropdown-content.is-open {
  opacity: 1;
}

section#about .about-point:first-child {
  margin-top: var(--space-ul);
}

.about-point {
  margin-bottom: var(--space-xl);
}

.about-point:last-child {
  margin-bottom: var(--space-md);
}

.about-point p {
  font-size: var(--body-size-lg);
}

.about-point p:first-child {
  margin-top: var(--space-md);
}

section#solutions {
  background-color: var(--color-white);
}

section#solutions * {
  color: var(--color-primary);
}

.solutions-header {
  width: 100%;
  aspect-ratio: 2/1;
}

@media (max-width: 540px) {
  .solutions-header {
    aspect-ratio: 3/2;
  }
}
.solutions-header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#contact, section.hero-subsite {
  background-position: center center;
  background-size: cover;
  background-color: var(--color-primary);
  aspect-ratio: 2/1;
}

@media (max-width: 540px) {
  section#contact, section.hero-subsite {
    aspect-ratio: 3/2;
  }
}
.team-card-container::after {
  content: "";
  display: block;
  clear: both;
}

.team-card {
  width: calc(var(--content-width) * 0.47);
  float: left;
  margin-left: unset;
}

.team-card:nth-child(2n) {
  margin-left: calc(var(--content-width) * 0.06);
}

.team-card-line1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--color-white);
}

.team-card-line2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: var(--space-sm);
}

.team-card-portrait-container {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: var(--color-darkblue);
  margin-bottom: var(--space-md);
  background-image: url(../images/NCP_Icon_digital_blue.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center center;
}

.team-card-portrait-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 541px) and (max-width: 940px) {
  .team-card {
    width: calc(var(--content-width) * 0.47);
    float: left;
    margin-left: unset;
  }
  .team-card:nth-child(2n) {
    margin-left: calc(var(--content-width) * 0.06);
  }
}
@media (max-width: 540px) {
  .team-card {
    width: 100%;
    margin-left: 0;
  }
  .team-card:nth-child(2n) {
    margin-left: 0;
  }
}
.team-card-container2 {
  display: grid;
  gap: var(--space-lg) var(--space-lg);
  grid-template-columns: 1fr;
}

@media (min-width: 540px) {
  .team-card-container2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 940px) {
  .team-card-container2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

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