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: neue-haas-grotesk-display;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.05;
}

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

.link:hover {
  opacity: .6;
}

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

.body {
  color: #222;
  background-color: #fff;
  font-family: neue-haas-grotesk-text;
  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;
  width: 50%;
  padding: 17.5vh 3rem 20vh 1.75rem;
  display: flex;
  position: relative;
}

.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;
  inset: 1.5rem auto auto 1.75rem;
}

.cs-logo.w--current {
  max-width: 200px;
}

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

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

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

.cs-footer {
  z-index: 2;
  position: absolute;
  inset: auto auto 1.5rem 1.75rem;
}

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

.cs-slider {
  background-color: #0000;
  height: auto;
}

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

.cs-img-wrap {
  background-image: url('../images/img-placeholder-22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.cs-img-wrap.is--1 {
  background-image: url('../images/daniel-norris-J5i6axcCSVw-unsplash.jpg');
  background-size: 1516px;
}

.cs-img-wrap.is--2 {
  background-image: url('../images/korie-jenkins-rVPxgFMFpdc-unsplash.jpg');
  background-position: 50% 100%;
  background-size: 1797px;
}

.cs-img-wrap.is--3 {
  background-image: url('../images/joshua-rawson-harris-w5P8mdWzLu8-unsplash.jpg');
  background-position: 50% 100%;
  background-size: 1484px;
}

.cs-slider-arrow, .cs-slider-nav {
  display: none;
}

.image {
  width: 100%;
}

@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 {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

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

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

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

  .cs-contact-list {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .cs-footer {
    position: relative;
    top: 3rem;
    bottom: 0;
    left: 0;
  }

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

  .cs-img-wrap {
    height: auto;
    padding-top: 142%;
  }
}

@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;
    margin-bottom: 4rem;
    display: block;
  }

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

  .cs-page-title {
    margin-bottom: 4rem;
  }
}


@font-face {
  font-family: 'Roslindaledisplaycondensed';
  src: url('../fonts/RoslindaleDisplayCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cosmicamonotrial Bf 668366 Cd 2 A 308';
  src: url('../fonts/CosmicaMonoTrial-Heavy-BF668366cd2a308.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Visbycf';
  src: url('../fonts/Fontspring-DEMO-visbycf-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}