html,
body {
  width: 100%;
  height: auto;
  background-color: #cfd6de30;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  font-family: Helvetica, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1em; }

p {
  font-size: 1rem;
  color: #444;
  margin: 1rem 0;
  line-height: 1.6rem; }
  p.small-text {
    font-size: 0.85rem;
    line-height: 1rem; }

label {
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.56rem; }

.hidden {
  display: none !important; }

ul li {
  margin-bottom: 0.5rem; }

ol li {
  margin-bottom: 0.5rem; }

dt {
  font-weight: 600;
  margin: 0 0 1rem; }

dd {
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.5rem; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.slider {
  position: relative;
  width: 100%;
  height: 50vh;
  min-width: 320px;
  overflow: hidden; }

.frame {
  width: 960px;
  height: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap; }
  @media (max-width: 415px) {
    .frame {
      width: 415px; } }

.slides {
  display: inline-block; }

.slide1 {
  background: url("./img/slide_1.jpg") center center; }

.slide2 {
  background: url("./img/slide_2.jpg") center center; }

.slide3 {
  background: url("./img/slide_3.jpg") center center; }

.slide4 {
  background: url("./img/slide_4.jpg") center center; }

li.js_slide {
  position: relative;
  display: inline-block;
  height: 50vh;
  width: 960px;
  background-size: cover; }
  @media (max-width: 415px) {
    li.js_slide {
      width: 415px; } }

.prev,
.next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  cursor: pointer;
  z-index: 500; }

.next {
  right: 0; }

.prev {
  left: 0; }

.next svg,
.prev svg {
  width: 25px; }

.csu__header {
  font-size: 1.5rem;
  font-weight: 400;
  color: black;
  margin: 0.5rem 0 1.5rem 0;
  line-height: 2rem; }

.csu__subheader {
  font-weight: 600;
  margin: 0;
  margin-bottom: 1rem;
  color: #4f5458;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.9rem; }

.csu__btn-wrapper {
  width: 100%;
  min-height: 3rem; }
  .csu__btn-wrapper button {
    width: 100%;
    height: 3rem;
    text-transform: uppercase; }

.csu__buy-container {
  width: 100%; }

.csu__buy-packaging-list {
  margin-top: 0.5rem; }

.csu__buy-spec_item {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #111; }

.csu__buy-header-wrapper {
  margin-bottom: 2rem; }

.csu__buy-form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0; }

.csu__buy-specs {
  margin: 1.5em; }

.csu__nav-header {
  width: 100%;
  box-shadow: 0 -23px 18px -24px #00000036; }
  .csu__nav-header-list {
    list-style: none;
    display: flex;
    padding: 0;
    width: 100%;
    margin: 1.5em 2em; }
    .csu__nav-header-list-item {
      margin: 0 1em;
      width: auto; }
    .csu__nav-header-list-link {
      text-transform: uppercase;
      text-decoration: none;
      color: #333;
      font-weight: 600;
      letter-spacing: 1.5px; }

.csu__modal-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.csu__modal-shield {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: block; }

.csu__modal-dialog {
  background: white;
  position: relative; }
  .csu__modal-dialog-content {
    margin: 1.5rem; }
  .csu__modal-dialog-close {
    position: absolute;
    right: 0;
    margin: 1rem;
    width: 1rem; }

.csu__page-container {
  width: 100vw;
  background-color: #fff;
  display: flex;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }

.csu__logo {
  width: 6rem;
  height: auto; }

.csu__page-header {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0 1.5rem 0; }

.csu__hero-container {
  background: url("./img/photo-homepage.jpg") center center;
  background-size: cover;
  display: flex;
  height: 50vh;
  width: 100%; }

.csu__content-container {
  margin: 1.5rem; }

.csu__text-lead {
  font-size: 1.5rem;
  font-weight: 400;
  color: black;
  margin: 0.5rem 0 1.5rem 0;
  line-height: 2rem; }

.csu__reserve-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  width: 100%; }

.csu__form-container {
  flex-direction: column;
  background-color: white;
  box-shadow: 0 0 2.5rem #00000029, 0px 0px 4px #0000001f;
  border-radius: 0.5rem;
  width: 100%;
  display: block;
  max-width: 500px; }
  .csu__form-container .content-wrapper {
    margin: 2rem; }

.csu__reserve-header {
  margin: 0;
  font-weight: 300;
  margin-bottom: 1rem; }

.csu__cta-header {
  font-weight: 600;
  margin: 0;
  margin-bottom: 1rem;
  color: #4f5458;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.9rem; }

.csu__input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem; }

.csu__email-input {
  flex: 3;
  padding: 1rem;
  border: none;
  background-color: #eaeaea;
  border-radius: 0;
  margin: 0; }

.csu__submit-btn {
  background-color: black;
  border: none;
  color: #fff;
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0 1rem;
  border-radius: 0;
  margin: 0; }

.csu__qualities-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center; }
  @media (min-width: 960px) {
    .csu__qualities-container {
      flex-direction: row; } }
  .csu__qualities-container .list-element {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .csu__qualities-container .list-element .list-image {
      width: 6rem;
      height: auto; }
    .csu__qualities-container .list-element h4 {
      font-weight: 600;
      color: #4f5458;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-size: 0.9rem; }

.csu__qualities-row {
  display: flex;
  width: 100%; }
