.dcd-fullbleed {
  position: relative;
  display: grid;
  background-color: #333333;
}

.dcd-fullbleed__panel {
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.dcd-fullbleed--partial .dcd-fullbleed__panel {
  padding-top: 12rem;
  min-height: 600px;
}
/*
@media (min-height: 500px) {
  .dcd-fullbleed--partial .dcd-fullbleed__panel {
    height: 66svh;
    max-height: 800px;
    min-height: auto;
  }
}
*/

.dcd-fullbleed--2 {
  border-bottom: none !important;
}

.dcd-fullbleed--2 .dcd-fullbleed__panel:first-child {
  border-bottom: 8px solid #fff;
}

.dcd-fullbleed--2 .dcd-fullbleed__panel {
  min-height: 66svh;
}

.dcd-fullbleed--fractional {
  border-bottom: 8px solid #fff;
}

.dcd-fullbleed--fractional .dcd-fullbleed__content-wrapper {
  padding-bottom: 2rem;
}

.dcd-fullbleed--fractional .dcd-fullbleed__panel {
  min-height: 400px;
}

@media (min-width: 768px) {
  .dcd-fullbleed--fractional .dcd-fullbleed__panel {
    min-height: 600px;
  }
}

@media (min-width: 1024px) {
  .dcd-fullbleed--fractional .dcd-fullbleed__panel {
  }
}

.dcd-fullbleed__panel > video,
.dcd-fullbleed__panel > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dcd-fullbleed__content-wrapper {
  position: relative;
  z-index: 10;
  padding-bottom: 2rem;
  color: #fff;
}

.dcd-fullbleed__content.wrap {
  box-sizing: content-box;
  max-width: none;
  padding-left: var(--wrap-padding);
  padding-right: var(--wrap-padding);
}

h1.dcd-fullbleed__title,
h2.dcd-fullbleed__title {
  font-weight: 800;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

h2.dcd-fullbleed__subheadline,
h3.dcd-fullbleed__subheadline {
  font-family: "Montserrat";
  font-size: 1.25rem;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
  text-transform: none;
}

.dcd-fullbleed__links {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dcd-fullbleed .dcd-button {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  letter-spacing: 0.04375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dcd-fullbleed .dcd-button svg {
  height: 1rem;
  width: auto;
  margin-right: 0.75rem;
  margin-left: -0.5rem;
}

.dcd-fullbleed .dcd-button.outline {
  border-color: #fff;
}

.dcd-fullbleed .dcd-button.outline:hover,
.dcd-fullbleed .dcd-button.outline:focus {
  background-color: rgba(255, 255, 255, 1);
  color: #000000;
}

.dcd-fullbleed .dcd-button.solid {
  border-color: #fff;
  background-color: #fff;
  color: #000000;
}

.dcd-fullbleed .dcd-button.solid:hover,
.dcd-fullbleed .dcd-button.solid:focus {
  border-color: rgb(180, 38, 34);
  background-color: rgb(180, 38, 34);
  color: #ffffff;
}

@media (min-width: 768px) {
  .dcd-fullbleed__content-wrapper {
    /* padding-top: 3rem; */
    padding-bottom: 3rem;
  }

  h1.dcd-fullbleed__title,
  h2.dcd-fullbleed__title {
    font-size: 5rem;
  }

  h2.dcd-fullbleed__subheadline,
  h3.dcd-fullbleed__subheadline {
    font-size: 1.5rem;
  }

  h2.dcd-fullbleed__subheadline br,
  h3.dcd-fullbleed__subheadline br {
    display: none;
  }

  .dcd-fullbleed__links {
    margin-top: 2rem;
    gap: 2rem;
  }

  .dcd-fullbleed .dcd-button {
    min-width: 200px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .dcd-fullbleed--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dcd-fullbleed--2 .dcd-fullbleed__panel:first-child {
    border-right: 4px solid white;
    border-bottom: none;
  }

  .dcd-fullbleed--2
    .dcd-fullbleed__panel:first-child
    .dcd-fullbleed__content.wrap {
    margin-right: 0;
  }

  .dcd-fullbleed--2 .dcd-fullbleed__panel:last-child {
    border-left: 4px solid white;
  }

  .dcd-fullbleed--2
    .dcd-fullbleed__panel:last-child
    .dcd-fullbleed__content.wrap {
    margin-left: 0;
  }

  .dcd-fullbleed--2 h1.dcd-fullbleed__title,
  .dcd-fullbleed--2 h2.dcd-fullbleed__title {
    font-size: 3.5rem;
  }

  .dcd-fullbleed--2 h2.dcd-fullbleed__subheadline,
  .dcd-fullbleed--2 h3.dcd-fullbleed__subheadline {
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .dcd-fullbleed__content-wrapper {
    /* padding-top: 5rem; */
    padding-bottom: 5rem;
  }

  h1.dcd-fullbleed__title,
  h2.dcd-fullbleed__title {
    font-size: 6rem;
  }
}
