:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: color .2s;
}

.d--100 {
  letter-spacing: -.017em;
  margin-top: -17px;
  margin-left: -5px;
  font-family: Geologica, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.05;
}

.link {
  text-decoration: underline;
  transition: opacity .2s, color .2s;
}

.link:hover {
  opacity: .6;
}

.d--30 {
  letter-spacing: .015em;
  font-size: 12px;
  font-weight: 500;
}

.body {
  color: #222;
  background-color: #fff;
  font-family: Geologica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.cs-page-wrapper {
  width: 100%;
  height: 100vh;
}

.cs-col {
  width: 50%;
}

.cs-col.is--left {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 100vh;
  min-height: 100vh;
  padding-left: 1.75rem;
  padding-right: 3rem;
  display: flex;
}

.cs-col.is--right {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.cs-row {
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.cs-logo {
  z-index: 2;
  letter-spacing: -.02em;
  max-width: 86px;
  font-size: 22px;
  font-weight: 500;
  line-height: .9;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: 1.75rem;
  right: auto;
}

.cs-logo.w--current {
  order: 0;
  padding-top: 40px;
  display: flex;
  position: static;
}

.cs-contact-list {
  flex-direction: column;
}

.cs-description {
  width: 100%;
  max-width: 17rem;
}

.cs-page-title {
  flex-direction: column;
  order: 2;
  justify-content: center;
  max-width: 30rem;
  padding-top: 1rem;
}

.cs-footer {
  z-index: 2;
  order: 4;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 40px;
}

.cs-slider-wrap {
  height: 100vh;
}

.cs-content {
  order: 3;
}

.image {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.background-video {
  object-fit: cover;
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100vh;
  min-height: 100vh;
}

@media screen and (min-width: 1280px) {
  .cs-page-title {
    max-width: 30rem;
  }
}

@media screen and (min-width: 1440px) {
  .d--100 {
    letter-spacing: -.015em;
    font-size: 7rem;
  }

  .cs-col.is--left {
    padding-right: 3.5rem;
  }

  .cs-logo {
    top: 1.5rem;
    left: 2rem;
  }

  .cs-page-title {
    max-width: 32rem;
  }

  .cs-footer {
    bottom: 1.5rem;
    left: 1.75rem;
  }
}

@media screen and (min-width: 1920px) {
  .d--100 {
    letter-spacing: -.015em;
    font-size: 9rem;
    font-weight: 400;
  }

  .cs-page-title {
    max-width: 38rem;
  }
}

@media screen and (max-width: 991px) {
  .d--30, .body {
    font-size: 14px;
  }

  .cs-page-wrapper {
    height: auto;
  }

  .cs-col.is--left, .cs-col.is--right {
    width: 100%;
  }

  .cs-row {
    flex-direction: column;
  }

  .cs-logo {
    margin-bottom: 8rem;
    position: static;
  }

  .cs-logo.w--current {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .cs-contact-list {
    width: 50%;
    padding-bottom: 0;
  }

  .cs-page-title {
    text-align: left;
    max-width: 36rem;
    padding-top: 0;
    display: block;
  }

  .cs-slider-wrap {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .cs-page-wrapper {
    height: auto;
  }

  .cs-col {
    width: 100%;
  }

  .cs-row {
    display: block;
  }

  .cs-contact-list {
    width: 100%;
  }

  .cs-description {
    max-width: 24rem;
  }
}

@media screen and (max-width: 479px) {
  .d--100 {
    font-size: 4rem;
  }

  .cs-contact-list {
    flex-direction: column;
    display: block;
  }

  .cs-contact-list-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}


@font-face {
  font-family: 'Roslindaledisplaycondensed';
  src: url('../fonts/RoslindaleDisplayCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}