/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.h1 {
  font-family: "termina", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}
@media (min-width: 768px) {
  .h1 {
    font-size: clamp(18px, (24 / 1140) * var(--container-width), 24px);
  }
}

@font-face {
  font-family: "Basier Square";
  src: url("../../fonts/BasierSquare-Regular.woff2") format("woff2"), url("../../fonts/BasierSquare-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier Square";
  src: url("../../fonts/BasierSquare-SemiBold.woff2") format("woff2"), url("../../fonts/BasierSquare-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --container-width: calc(100% - 30px);
}
@media (min-width: 768px) {
  :root {
    --container-width: calc(720px - 30px);
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: calc(960px - 30px);
  }
}
@media (min-width: 1300px) {
  :root {
    --container-width: calc(1170px - 30px);
  }
}
@media (min-width: 1600px) {
  :root {
    --container-width: calc(1470px - 30px);
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: "Basier Square", sans-serif;
  line-height: 1.2;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #000000;
  color: #ffffff;
  text-wrap: pretty;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

.top-section {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.top-animation {
  height: 100svh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  --cube-height: 100px;
}
@media (min-width: 768px) {
  .top-animation {
    --cube-height: 200px;
  }
}
.top-animation .cube-container {
  position: absolute;
  width: var(--cube-height);
  height: var(--cube-height);
  perspective: 1000px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.top-animation .cube-container .nzh-cube,
.top-animation .cube-container .face {
  position: absolute;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
}
.top-animation .cube-container .face {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-animation .cube-container .face svg {
  width: 95%;
}
.top-animation .nzh-whole {
  --nzh-width: 170%;
  visibility: hidden;
  width: var(--nzh-width);
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .top-animation .nzh-whole {
    --nzh-width: 100%;
  }
}
.top-animation .nzh-whole .nzh-whole-cube-container {
  flex: 1;
  aspect-ratio: 1;
  position: relative;
  perspective: 1000px;
  --img-shift: 40%;
}
@media (min-width: 768px) {
  .top-animation .nzh-whole .nzh-whole-cube-container {
    --img-shift: 0%;
  }
}
.top-animation .nzh-whole .nzh-whole-cube-container:nth-of-type(1) .face-image img {
  left: calc(0% + var(--img-shift));
}
.top-animation .nzh-whole .nzh-whole-cube-container:nth-of-type(2) .face-image img {
  left: calc(-100% + var(--img-shift));
}
.top-animation .nzh-whole .nzh-whole-cube-container:nth-of-type(3) .face-image img {
  left: calc(-200% + var(--img-shift));
}
.top-animation .nzh-whole .letter-cube,
.top-animation .nzh-whole .face {
  position: absolute;
  height: 100%;
  width: 100.05%;
  transform-style: preserve-3d;
}
.top-animation .nzh-whole .face {
  overflow: hidden;
}
.top-animation .nzh-whole .face-letter {
  display: flex;
  justify-content: center;
  background-color: #000000;
}
.top-animation .nzh-whole .face-letter svg {
  width: 95%;
}
.top-animation .nzh-whole .face-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 220%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: unset;
}
@media (min-width: 768px) {
  .top-animation .nzh-whole .face-image img {
    -o-object-position: 50% 40%;
       object-position: 50% 40%;
    width: 300%;
  }
}

.top-section-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .top-section-top {
    gap: clamp(20px, (70 / 1140) * var(--container-width), 70px);
  }
}

.top-section-nzh {
  display: flex;
  transition: width 1s ease-in-out;
  justify-content: space-between;
  position: relative;
  width: 90%;
  margin-inline: auto;
}
.top-section-nzh.animation-finish {
  width: 185px;
}
@media (min-width: 768px) {
  .top-section-nzh.animation-finish {
    width: 390px;
  }
}
@media (min-width: 992px) {
  .top-section-nzh.animation-finish {
    width: 520px;
  }
}
@media (min-width: 1300px) {
  .top-section-nzh.animation-finish {
    width: 635px;
  }
}
@media (min-width: 1600px) {
  .top-section-nzh.animation-finish {
    width: 715px;
  }
}
.top-section-nzh .logo-part svg {
  height: 9px;
  width: auto;
}
@media (min-width: 768px) {
  .top-section-nzh .logo-part svg {
    height: clamp(8px, (32 / 1140) * var(--container-width), 36px);
  }
}

.top-section-content {
  flex: 1;
  display: flex;
  font-size: 16px;
}
@media (min-width: 768px) {
  .top-section-content {
    font-size: clamp(16px, (18 / 1140) * var(--container-width), 18px);
  }
}
.top-section-content .top-section-content-inner {
  padding-block: 80px;
  min-height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-section-content .top-section-content-inner {
    max-width: 1000px;
    margin-inline: auto;
    padding-block: clamp(80px, (110 / 1140) * var(--container-width), 110px);
  }
}
.top-section-content .main-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-section-content .main-content-top {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 10px;
  width: 800px;
  margin: 0 auto;
}
.top-section-content .h1 strong {
  font-weight: 600;
}
.top-section-content .copy-bold {
  font-weight: 600;
}
.top-section-content .copy-caps {
  text-transform: uppercase;
  font-weight: 600;
}

.bottom-section {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .bottom-section {
    padding-top: clamp(60px, (80 / 1140) * var(--container-width), 80px);
  }
}
.bottom-section .bottom-section-inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (min-width: 768px) {
  .bottom-section .bottom-section-inner {
    gap: clamp(100px, (140 / 1140) * var(--container-width), 140px);
  }
}
.bottom-section .bottom-logo {
  max-width: 300px;
  align-self: center;
}
@media (min-width: 768px) {
  .bottom-section .bottom-logo {
    width: clamp(230px, (230 / 1140) * var(--container-width), 250px);
  }
}
.bottom-section .agent-cols {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.bottom-section .agent-cols .heading h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 992px) {
  .bottom-section .agent-cols {
    flex-direction: column;
    justify-content: unset;
  }
}
.bottom-section .agent-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
@media (min-width: 1600px) {
  .bottom-section .agent-col {
    gap: 40px;
  }
}
.bottom-section .col-logo {
  max-width: 140px;
  max-height: 78px;
}
.bottom-section .agents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .bottom-section .agents {
    flex-direction: row;
    width: 100%;
    gap: 0;
  }
}
.bottom-section .agent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media (min-width: 992px) {
  .bottom-section .agent {
    width: 33.33%;
  }
}
.bottom-section .agent a {
  color: inherit;
}
.bottom-section .agent .name {
  text-transform: uppercase;
  font-family: "termina", sans-serif;
  font-weight: 500;
}
.bottom-section .agent .contact-info {
  font-size: 14px;
}

.footer {
  text-align: center;
}
.footer .footer-inner {
  color: rgba(255, 255, 255, 0.3);
}
.footer .footer-inner a {
  color: inherit;
}
