@font-face {
  font-family: CoFo Sans Mono;
  src: url(../fonts/CoFoSansMono-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: CoFo Sans Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

img,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.font-mono {
  font-family: CoFo Sans Mono, Courier New, monospace;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.pointer-events-none {
  pointer-events: none;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #fff;
}
.uppercase {
  text-transform: uppercase;
}

.uc-page {
  --uc-u: min(calc(100vw / 1920), calc(100vh / 1080));
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  overflow: hidden;
}

@supports (height: 100svh) {
  .uc-page {
    --uc-u: min(calc(100vw / 1920), calc(100svh / 1080));
    min-height: 100svh;
  }
}

.uc-stage {
  position: relative;
  flex: none;
  width: calc(1920 * var(--uc-u));
  height: calc(1080 * var(--uc-u));
}

.uc-col {
  display: contents;
}

.uc-panel {
  left: calc((100% - 100vw) / 2);
  top: calc((100% - 100vh) / 2);
  z-index: -1;
  width: calc(1261 * var(--uc-u) + (100vw - 100%) / 2);
  height: calc(639 * var(--uc-u) + (100vh - 100%) / 2);
  background: rgba(217, 217, 217, 0.2);
}

@supports (height: 100svh) {
  .uc-panel {
    top: calc((100% - 100svh) / 2);
    height: calc(639 * var(--uc-u) + (100svh - 100%) / 2);
  }
}

.uc-logo {
  left: calc(45 * var(--uc-u));
  top: calc(60 * var(--uc-u));
  width: calc(447 * var(--uc-u));
  height: calc(79 * var(--uc-u));
}

.uc-title {
  left: calc(813 * var(--uc-u));
  top: calc(224 * var(--uc-u));
  width: calc(914 * var(--uc-u));
  margin: 0;
  font-size: calc(64 * var(--uc-u));
  line-height: calc(71 * var(--uc-u));
  font-weight: 400;
  letter-spacing: 0;
}

.uc-media {
  left: calc(813 * var(--uc-u));
  top: calc(331 * var(--uc-u));
  width: calc(914 * var(--uc-u));
  height: calc(514 * var(--uc-u));
}

.uc-phone {
  right: calc(172 * var(--uc-u));
  top: calc(877 * var(--uc-u));
  margin: 0;
  font-size: calc(12 * var(--uc-u));
  line-height: calc(16 * var(--uc-u));
  text-align: right;
  white-space: nowrap;
}

.uc-phone a {
  color: inherit;
  text-decoration: none;
}

.uc-heading {
  left: calc(36 * var(--uc-u));
  top: calc(558 * var(--uc-u));
  width: calc(603 * var(--uc-u));
  margin: 0;
  font-size: calc(64 * var(--uc-u));
  line-height: calc(71 * var(--uc-u));
  font-weight: 400;
  letter-spacing: 0;
  word-break: break-word;
}

.uc-text {
  left: calc(45 * var(--uc-u));
  top: calc(736 * var(--uc-u));
  width: calc(603 * var(--uc-u));
  margin: 0;
  font-size: calc(20 * var(--uc-u));
  line-height: calc(28 * var(--uc-u));
}

.uc-cta {
  left: calc(45 * var(--uc-u));
  top: calc(940 * var(--uc-u));
  width: calc(279 * var(--uc-u));
  height: calc(60 * var(--uc-u));
  background: #000;
  font-size: calc(14 * var(--uc-u));
  line-height: normal;
  text-decoration: none;
  transition: background 0.2s;
}

.uc-cta:hover,
.uc-cta:focus-visible {
  background: #1d1d1b;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .uc-page {
    align-items: stretch;
    overflow: auto;
  }

  .uc-stage {
    display: grid;
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    height: auto;
    min-height: 100vh;
    grid-template-columns: minmax(0, 603fr) minmax(0, 914fr);
    grid-template-rows: auto minmax(0, 1fr);
    column-gap: 8.6%;
    row-gap: clamp(20px, 4vh, 44px);
    padding: clamp(24px, 5.5vh, 60px) clamp(24px, 2.34vw, 45px) clamp(28px, 7vh, 80px);
  }

  @supports (height: 100svh) {
    .uc-stage {
      min-height: 100svh;
    }
  }

  .uc-panel {
    left: 0;
    top: 0;
    width: 65.68%;
    height: 59.17%;
  }

  .uc-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .uc-col-media {
    grid-area: 2 / 2;
  }

  .uc-col-copy {
    grid-area: 2 / 1;
    justify-content: flex-end;
  }

  .uc-logo {
    position: static;
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
    width: clamp(200px, 23.28vw, 372px);
    height: auto;
  }

  .uc-title,
  .uc-media,
  .uc-phone,
  .uc-heading,
  .uc-text,
  .uc-cta {
    position: static;
    width: auto;
  }

  .uc-title {
    font-size: clamp(30px, 3.33vw, 53px);
    line-height: 1.11;
    margin-bottom: clamp(14px, 2.6vh, 36px);
  }

  .uc-media {
    width: 100%;
    height: auto;
    aspect-ratio: 914 / 514;
  }

  .uc-phone {
    align-self: flex-end;
    margin-top: clamp(10px, 2.2vh, 32px);
    font-size: 12px;
    line-height: 16px;
  }

  .uc-heading {
    font-size: clamp(30px, 3.33vw, 53px);
    line-height: 1.11;
    margin-bottom: clamp(14px, 2.4vh, 28px);
  }

  .uc-text {
    font-size: clamp(17px, 1.04vw, 20px);
    line-height: 1.4;
    margin-bottom: clamp(18px, 3.4vh, 40px);
  }

  .uc-cta {
    flex: none;
    align-self: flex-start;
    width: 279px;
    max-width: 100%;
    height: 60px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .uc-page {
    --uc-u: min(calc(100vw / 393), calc(100vh / 852));
  }

  @supports (height: 100svh) {
    .uc-page {
      --uc-u: min(calc(100vw / 393), calc(100svh / 852));
    }
  }

  .uc-stage {
    width: calc(393 * var(--uc-u));
    height: calc(852 * var(--uc-u));
  }

  .uc-panel {
    width: calc(302 * var(--uc-u) + (100vw - 100%) / 2);
    height: calc(639 * var(--uc-u) + (100vh - 100%) / 2);
  }

  @supports (height: 100svh) {
    .uc-panel {
      height: calc(639 * var(--uc-u) + (100svh - 100%) / 2);
    }
  }

  .uc-logo {
    left: calc(16 * var(--uc-u));
    top: calc(24 * var(--uc-u));
    width: calc(266 * var(--uc-u));
    height: calc(47 * var(--uc-u));
  }

  .uc-title {
    left: calc(16 * var(--uc-u));
    top: calc(131 * var(--uc-u));
    width: calc(306 * var(--uc-u));
    font-size: calc(30 * var(--uc-u));
    line-height: calc(33 * var(--uc-u));
    white-space: nowrap;
  }

  .uc-media {
    left: calc(16 * var(--uc-u));
    top: calc(188 * var(--uc-u));
    width: calc(308 * var(--uc-u));
    height: calc(173 * var(--uc-u));
  }

  .uc-phone {
    right: calc(16 * var(--uc-u));
    top: calc(377 * var(--uc-u));
  }

  .uc-heading {
    left: calc(16 * var(--uc-u));
    top: calc(455 * var(--uc-u));
    width: calc(361 * var(--uc-u));
    font-size: calc(30 * var(--uc-u));
    line-height: calc(33 * var(--uc-u));
  }

  .uc-text {
    left: calc(16 * var(--uc-u));
    top: calc(545 * var(--uc-u));
    width: calc(361 * var(--uc-u));
    font-size: calc(16 * var(--uc-u));
    line-height: calc(24 * var(--uc-u));
  }

  .uc-cta {
    left: calc(16 * var(--uc-u));
    top: calc(761 * var(--uc-u));
  }
}
