/* TerrumEdge site stylesheet. Self-contained; no external dependencies. */
/* layout utility classes */
.te-coll-list, .te-coll-items, .te-coll-item { display: block; }
.te-block-link { max-width: 100%; display: inline-block; }
.te-vflex { display: flex; flex-direction: column; align-items: flex-start; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}
audio:not([controls]) {
  height: 0;
  display: none;
}
[hidden], template {
  display: none;
}
a {
  background-color: #0000;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0 0 10px;
}
figcaption {
  text-align: center;
  margin-top: 5px;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}
[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
:root {
  --charcoal: #2b2b2b;
  --body-copy-grey: #7a7a7a;
  --white: white;
  --violet: #a459ff;
  --concrete: #f1f3f6;
  --blue: #7ea2ad;
  --green: #cfedd9;
  --black: black;
}
body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  color: var(--charcoal);
  letter-spacing: -.6vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 11vw;
  font-weight: 700;
  line-height: 8.2vw;
}
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
h5 {
  color: var(--charcoal);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: .8em;
}
h6 {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1em;
}
p {
  color: var(--body-copy-grey);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}
a {
  color: #fff;
  font-family: Inter, sans-serif;
  text-decoration: underline;
}
img {
  max-width: 100%;
  display: inline-block;
}
blockquote {
  letter-spacing: -.02em;
  border-left: 0 #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1em;
}
.hero-section {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-section.is-home {
  flex-flow: row;
  justify-content: space-between;
  padding-top: 0;
}
.page-wrapper {
  width: 100%;
  position: relative;
}
.image-full {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 0% 0% auto;
}
.image-full.mobile {
  display: none;
}
.hero-content-flex {
  z-index: 5;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}
.hero-content-flex.is-home {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
}
.title-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
}
.hero-title-contain {
  height: auto;
  padding-right: 3vw;
  overflow: hidden;
}
.hero-title-contain.is-2 {
  margin-top: -.5vw;
  margin-left: -.2em;
}
.hero-title-contain.is-3 {
  margin-top: -.3vw;
  margin-left: 0;
}
.hero-title {
  color: var(--white);
  letter-spacing: -.6vw;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 11vw;
  font-weight: 700;
  line-height: 11vw;
}
.grid-guides {
  z-index: 99;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding-left: 1.3em;
  padding-right: 1.3em;
  display: none;
  position: fixed;
  inset: 0%;
}
.grid-column {
  background-color: #ff030340;
  width: 8.3%;
}
.heading4 {
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: .95em;
}
.subhead-contain {
  width: 16em;
}
.subhead-contain.vw {
  width: 18em;
}
.subhead-contain.vw.left {
  width: 19em;
  padding-left: 1.3em;
}
.subhead-contain.vw.left.mobile {
  width: 21.5em;
}
.body {
  background-color: var(--white);
}
.overlay {
  z-index: 2;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.overlay.off {
  display: none;
}
.loader-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}
.loader-logo-contain {
  z-index: 10;
  opacity: 0;
  width: 14vw;
  height: 2.5vw;
  position: relative;
}
.marker {
  z-index: 200;
  background-color: red;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto -30px 0%;
}
.marker.is-3 {
  z-index: 210;
  background-color: #e1ff00;
}
.marker-contain {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}
.column {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}
.column.middle {
  z-index: 50;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  position: relative;
}
.hero-title-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7em;
  display: flex;
}
.iphone {
  aspect-ratio: 1 / 2.05;
  width: 36vh;
  min-width: 18vw;
  position: relative;
}
.iphone.is-2 {
  aspect-ratio: 1 / 2.15;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32vh;
  min-width: 16vw;
  display: flex;
}
.iphone.is-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.iphone-image {
  z-index: 3;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.iphone-blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000005;
  border-radius: 6vh;
  width: 98.5%;
  height: 100%;
  margin-left: 1%;
  position: absolute;
  inset: 0%;
}
.text-span {
  font-weight: 700;
}
.iphone-section {
  z-index: 5;
  aspect-ratio: 3 / 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 94%;
  display: flex;
  position: relative;
}
.iphone-section.is-2 {
  background-color: #fff3;
  border-radius: .5em;
}
.iphone-section.is-1 {
  aspect-ratio: 4;
}
.iphone-section.is-3 {
  aspect-ratio: 1.2;
}
.iphone-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 18%;
  display: flex;
}
.mobile-anchor {
  display: none;
}
.load_grid {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}
.load_grid-item {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.load-bar {
  background-color: #e7e7e7;
  justify-content: flex-start;
  align-items: center;
  width: 14vw;
  height: 1px;
  display: flex;
  position: relative;
}
.progress {
  background-color: var(--violet);
  justify-content: flex-start;
  align-items: center;
  width: 0%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1920px) {
p {
    font-size: .9em;
    line-height: 1.2em;
  }
.loader-logo-contain {
    width: 14vw;
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
h6 {
    font-size: 26px;
    line-height: 28px;
  }
p {
    font-size: 14px;
    line-height: 16px;
  }
blockquote {
    font-size: 3.5vw;
  }
.hero-section {
    min-height: 95vh;
  }
.hero-section.is-home {
    flex-flow: column;
  }
.hero-content-flex {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 18px;
  }
.hero-content-flex.is-home {
    width: 100%;
    padding-top: 5vh;
  }
.title-wrapper.is-hero {
    z-index: 4;
    padding-bottom: 18px;
    padding-left: 18px;
    position: relative;
  }
.hero-title-contain {
    height: auto;
    overflow: hidden;
  }
.hero-title {
    font-size: 14vw;
    line-height: 14vw;
  }
.grid-guides {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 18px;
    padding-right: 18px;
    display: none;
  }
.grid-column {
    width: 16.67%;
  }
.grid-column.nm {
    display: none;
  }
.heading4 {
    font-size: 3vw;
    line-height: 3vw;
  }
.subhead-contain {
    width: 30vw;
  }
.subhead-contain.vw {
    width: 32vw;
  }
.subhead-contain.vw.left {
    width: 37vw;
    padding-left: 18px;
  }
.subhead-contain.vw.left.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
.loader-logo-contain {
    width: 30vw;
    height: 6vw;
  }
.column {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    width: 100%;
    position: relative;
  }
.column.middle {
    padding-bottom: 6em;
  }
.iphone {
    width: 33vw;
    min-width: auto;
  }
.iphone.is-2 {
    width: 300px;
    min-width: auto;
  }
.iphone.is-1 {
    width: 36vw;
  }
.iphone-blur {
    border-radius: 5.2vw;
  }
.iphone-section.is-2 {
    border-radius: 5px;
  }
.mobile-anchor {
    z-index: 0;
    height: 60px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }
}
@media screen and (max-width: 767px) {
.hero-section {
    min-height: 90vh;
  }
}
@media screen and (max-width: 479px) {
h6 {
    letter-spacing: -.01em;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }
p {
    color: var(--body-copy-grey);
    font-size: 18px;
    line-height: 20px;
  }
blockquote {
    font-size: 8vw;
  }
.hero-section.is-home {
    justify-content: space-between;
    padding-top: 15vh;
  }
.image-full.is-home {
    height: 74vh;
  }
.image-full.is-home.desktop, .image-full.desktop {
    display: none;
  }
.image-full.mobile {
    display: block;
  }
.hero-content-flex {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
.hero-content-flex.is-home {
    padding: 0 0 0;
  }
.title-wrapper.is-hero {
    padding-left: 18px;
  }
.hero-title-contain {
    height: auto;
    overflow: hidden;
  }
.hero-title-contain.is-2 {
    margin-top: -1vw;
  }
.hero-title {
    font-size: 18vw;
    line-height: 19vw;
  }
.grid-guides {
    display: none;
  }
.heading4 {
    font-size: 5vw;
    font-weight: 500;
    line-height: 5.5vw;
  }
.subhead-contain {
    width: 52vw;
  }
.subhead-contain.vw {
    width: 90%;
  }
.subhead-contain.vw.left {
    width: 60vw;
  }
.subhead-contain.vw.left.mobile {
    width: 75%;
  }
.loader-logo-contain {
    width: 40vw;
    height: 8vw;
  }
.column.middle {
    padding-top: 5vh;
    padding-bottom: 10vh;
  }
.hero-title-flex {
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 3vh;
  }
.iphone {
    width: 50vw;
  }
.iphone.is-2 {
    width: 280px;
    min-width: auto;
  }
.iphone.is-1 {
    width: 56vw;
  }
.iphone-blur {
    border-radius: 8vw;
  }
}
