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 {
  color: #f5f5f5;
  letter-spacing: -.017em;
  margin-top: -17px;
  margin-left: -5px;
  font-family: neue-haas-grotesk-display;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.05;
}

.link {
  color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  transition: opacity .2s, color .2s;
}

.link:hover {
  opacity: .6;
}

.d--30 {
  color: #f5f5f5;
  letter-spacing: .015em;
  font-family: Montserrat, sans-serif;
  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 {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 17.5vh 3rem 20vh 1.75rem;
  display: flex;
  position: relative;
}

.cs-col.is--right {
  background-image: url('../images/Untitled-10.jpg');
  background-position: 50%;
  background-size: cover;
  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-contact-list {
  flex-direction: column;
}

.cs-description {
  width: 100%;
  max-width: 17rem;
  font-family: Montserrat, sans-serif;
}

.p-30 {
  color: #f5f5f5;
  font-family: Montserrat, sans-serif;
}

.cs-page-title {
  flex-direction: column;
  justify-content: center;
  max-width: 30rem;
  margin-bottom: 2em;
  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/Untitled-6.jpg');
}

.cs-img-wrap.is--2 {
  background-image: url('../images/img-placeholder-22.jpg');
}

.cs-img-wrap.is--3 {
  background-image: url('../images/Untitled-10.jpg');
}

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

.image {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .d--100 {
    font-size: 5rem;
  }

  .cs-col.is--right {
    background-image: url('../images/Untitled-10.jpg');
    background-position: 50%;
    background-size: cover;
  }

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

  .cs-description {
    max-width: 25rem;
    font-size: 16px;
    line-height: 20px;
  }

  .p-30 {
    color: #f5f5f5;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

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

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

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

  .cs-col.is--right {
    background-image: url('../images/Untitled-10.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

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

  .cs-description {
    max-width: 30rem;
    font-size: 18px;
    line-height: 24px;
  }

  .p-30 {
    font-size: 20px;
    line-height: 24px;
  }

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

  .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-description {
    max-width: 40rem;
    font-size: 22px;
    line-height: 26px;
  }

  .p-30 {
    font-size: 28px;
    line-height: 32px;
  }

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

@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 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
  }

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

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

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

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

  .cs-footer {
    display: none;
  }

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

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

@media screen and (max-width: 767px) {
  .body {
    color: #f5f5f5;
  }

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

  .cs-col {
    width: 100%;
  }

  .cs-row {
    display: block;
  }

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

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

  .p-30 {
    color: #f5f5f5;
  }
}

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

  .cs-contact-list {
    flex-direction: column;
    margin-bottom: 4rem;
    display: block;
  }

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

  .p-30 {
    color: #f5f5f5;
  }

  .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;
}