@font-face {
  font-family: "Helvetica Now Display";
  src: url(Fonts/HelveticaNowDisplay-LightIta.woff2) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Display REG";
  src: url(Fonts/HelveticaNowDisplay-Regular.ttf) format("opentype");
  font-weight: 400;
}
#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: none;
  z-index: 99999;
  will-change: transform, opacity;
  transition: opacity 200ms linear;
  mix-blend-mode: normal;
  opacity: 1;
}

#custom-cursor.ring::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid #fff;
  pointer-events: none;
}

html.custom-cursor-enabled, html.custom-cursor-enabled * {
  cursor: none !important;
}

#custom-cursor.is-hovering {
  transform: translate(-50%, -50%) scale(2.1);
  transition: transform 180ms cubic-bezier(0.2, 0.9, 0.2, 1);
  background: #fff;
  opacity: 1;
}

#custom-cursor.is-clicking {
  transform: translate(-50%, -50%) scale(0.85);
  transition: transform 120ms cubic-bezier(0.2, 0.9, 0.2, 1);
  opacity: 0.95;
}

:root[data-keyboard-mode=true] html.custom-cursor-enabled * {
  cursor: auto !important;
}

.ovrall {
  overflow: hidden;
  height: auto;
}

#body {
  background-color: black;
  padding-left: 70px;
  padding-right: 70px;
}

.nav-layout {
  z-index: 50;
}
.nav-layout .nav-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  height: 60px;
  padding-top: 42px;
}
.nav-layout .nav_title {
  grid-column-start: 1;
  grid-column-end: 4;
}
.nav-layout .nav_title a {
  line-height: 1.1;
  text-decoration: none;
  font-family: "Switzer";
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  justify-content: center;
}
.nav-layout .current_role {
  grid-column-start: 4;
  grid-column-end: 7;
}
.nav-layout .current_role p {
  display: block;
  margin-inline-start: 0px;
  margin-top: -3px;
  margin-inline-end: 0px;
  font-size: 22px;
  font-family: "Switzer";
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.nav-layout .location {
  grid-column-start: 7;
  grid-column-end: 9;
  margin-top: -22px;
  margin-right: -20px;
}
.nav-layout .location p {
  font-size: 22px;
  font-weight: 600;
  font-family: "Switzer";
  color: #fff;
}
.nav-layout .navArea {
  justify-self: end;
  grid-column-start: 9;
  grid-column-end: 13;
  margin-block-start: -0.3em;
}
.nav-layout .navArea .nav_links .other-links {
  place-self: end;
  margin-right: -5px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Switzer";
  color: #fff;
  line-height: 2;
  text-decoration: none;
  position: relative;
  padding: 10px 5px;
  transition: color 0.3s;
}
.nav-layout .navArea .nav_links .other-links::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #fff);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: left;
}
.nav-layout .navArea .nav_links .other-links:hover {
  color: #fff;
}
.nav-layout .navArea .nav_links .other-links:hover::before {
  width: 90%;
  left: 4%;
  transform-origin: left;
}
.nav-layout .navArea .nav_links .other-links:not(:hover)::before {
  left: auto;
  right: 0%;
  transform-origin: right;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.nav-layout .navArea .nav_links .contact-only {
  margin-block-start: -0.3em;
  place-self: end;
  margin-right: -5px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Switzer";
  color: #fff;
  -webkit-text-decoration: underline 2px solid #fff;
          text-decoration: underline 2px solid #fff;
  line-height: 0;
  position: relative;
  padding: 10px 5px;
}
.nav-layout .navArea .nav_links span {
  display: inline-block;
  line-height: 2;
  text-decoration: none;
  color: #fff;
  font-family: "Switzer";
  font-weight: 600;
  font-size: 20px;
  color: hsl(0, 0%, 15%);
  transition: all 0.7s ease;
}

.contact-ovrall {
  margin-top: 72px;
}
.contact-ovrall .contact-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  align-items: center;
  padding: 120px 0 310px;
}
.contact-ovrall .contact-container .contact-first-title {
  grid-column-start: 1;
  grid-column-end: 13;
  margin-bottom: 72px;
  line-height: 1.18;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}
.contact-ovrall .contact-container .send-message-Bigtext-contact {
  grid-column-start: 1;
  grid-column-end: 13;
  text-align: center;
}
.contact-ovrall .contact-container .send-message-Bigtext-contact a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 124px;
  font-weight: 600;
  font-family: "Helvetica Now Display REG";
}
.contact-ovrall .contact-container .send-message-Bigtext-contact a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(to right, #fff);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: left;
}
.contact-ovrall .contact-container .send-message-Bigtext-contact a:hover {
  color: #fff;
}
.contact-ovrall .contact-container .send-message-Bigtext-contact a:hover::before {
  width: 66%;
  left: 17%;
  transform-origin: left;
}
.contact-ovrall .contact-container .send-message-Bigtext-contact a:not(:hover)::before {
  left: auto;
  right: 17%;
  transform-origin: right;
  transition: all 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.contact-ovrall .contact-container .contact-socail-link-title {
  grid-column-start: 1;
  grid-column-end: 13;
  align-items: center;
  text-align: center;
  margin: 248px 0 72px;
  line-height: 1.18;
  text-decoration: none;
  font-family: "Helvetica Now Display REG";
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.contact-ovrall .contact-container .contact-social-links {
  grid-column-start: 1;
  grid-column-end: 13;
  align-items: center;
  text-align: center;
}
.contact-ovrall .contact-container .contact-social-links a {
  position: relative;
  text-decoration: none;
  font-family: "Helvetica Now Display REG";
  font-size: 124px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.contact-ovrall .contact-container .contact-social-links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10;
  width: 0;
  height: 3px;
  background: linear-gradient(to right, #fff);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: left;
}
.contact-ovrall .contact-container .contact-social-links a:hover {
  color: #fff;
}
.contact-ovrall .contact-container .contact-social-links a:hover::before {
  width: 100%;
  left: 0;
  transform-origin: left;
}
.contact-ovrall .contact-container .contact-social-links a:not(:hover)::before {
  left: auto;
  right: 0;
  transform-origin: right;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.home-footer {
  height: 100px;
  padding-bottom: 20px;
}
.home-footer .footer-elements {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 25px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  font-family: "Helvetica Now Display REG";
}
.home-footer .footer-elements .footer-title {
  grid-column-start: 1;
  grid-column-end: 4;
}
.home-footer .footer-elements .footer-title a {
  text-decoration: none;
  color: #fff;
}
.home-footer .footer-elements .footer-links {
  grid-column-start: 5;
  grid-column-end: 9;
  margin-top: 27px;
  justify-self: center;
}
.home-footer .footer-elements .footer-links a {
  position: relative;
  text-decoration: none;
  color: #fff;
}
.home-footer .footer-elements .footer-links a::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(to right, #fff);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: left;
}
.home-footer .footer-elements .footer-links a:hover {
  color: #fff;
}
.home-footer .footer-elements .footer-links a:hover::before {
  width: 96%;
  left: 4%;
  transform-origin: left;
}
.home-footer .footer-elements .footer-links a:not(:hover)::before {
  left: auto;
  right: 0%;
  transform-origin: right;
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.home-footer .footer-elements .footer-third-title {
  grid-column-start: 9;
  grid-column-end: 13;
  justify-self: end;
  text-align: start;
}

/* ==============================================
   NEW MOBILE STYLES (768px and below)
   ============================================== */
@media (max-width: 768px) {
  #body {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* --- NAVBAR --- */
  .nav-layout .nav-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    height: auto;
    padding-top: 30px;
  }
  .nav-layout .nav_title {
    grid-column: 1/-1;
  }
  .nav-layout {
    /* Hide role and location on mobile for a cleaner look */
  }
  .nav-layout .current_role,
  .nav-layout .location {
    display: none;
  }
  .nav-layout .navArea {
    grid-column: 1/-1;
    justify-self: start;
    margin-block-start: 0;
  }
  /* --- CONTACT SECTION --- */
  .contact-ovrall {
    margin-top: 40px;
  }
  .contact-ovrall .contact-container {
    grid-template-columns: 1fr;
    padding: 80px 0 150px;
    /* --- THIS IS THE FIX: --- */
    /* All content items are NOW nested inside the container */
  }
  .contact-ovrall .contact-container .contact-first-title {
    grid-column: 1/-1;
    font-size: 18px;
  }
  .contact-ovrall .contact-container .send-message-Bigtext-contact {
    grid-column: 1/-1;
  }
  .contact-ovrall .contact-container .send-message-Bigtext-contact a {
    font-size: 10vw;
    line-height: 1.1;
  }
  .contact-ovrall .contact-container .send-message-Bigtext-contact a::before,
  .contact-ovrall .contact-container .send-message-Bigtext-contact a:hover::before,
  .contact-ovrall .contact-container .send-message-Bigtext-contact a:not(:hover)::before {
    display: none;
  }
  .contact-ovrall .contact-container .contact-socail-link-title {
    grid-column: 1/-1;
    margin: 120px 0 50px;
    font-size: 18px;
  }
  .contact-ovrall .contact-container .contact-social-links {
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .contact-ovrall .contact-container .contact-social-links a {
    font-size: 13vw;
    line-height: 1.1;
  }
  .contact-ovrall .contact-container .contact-social-links a::before, .contact-ovrall .contact-container .contact-social-links a:hover::before, .contact-ovrall .contact-container .contact-social-links a:not(:hover)::before {
    display: none;
  }
  /* --- FOOTER --- */
  .home-footer {
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .home-footer .footer-elements {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    text-align: center;
  }
  .home-footer .footer-elements .footer-title,
  .home-footer .footer-elements .footer-links,
  .home-footer .footer-elements .footer-third-title {
    grid-column: 1/-1;
    justify-self: center;
  }
  .home-footer .footer-elements .footer-links {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .home-footer .footer-elements .footer-third-title {
    text-align: center;
  }
}/*# sourceMappingURL=Contactstyle.css.map */