:root {
  --gb-red: #d32f3b;
  --gb-ink: #090f14;
  --gb-paper: #f4f3f0;
  --gb-line: #d5d5d2;
}

.main-slideshow-headline .msh-inner h1 {
  color: #fff !important;
  white-space: normal !important;
}

.main-slideshow-headline .msh-inner h1 .red {
  color: var(--gb-red) !important;
}

.gb-hero-pitch {
  position: absolute;
  left: 50%;
  bottom: 180px;
  z-index: 9;
  width: min(760px, calc(100% - 40px));
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}

.gb-hero-pitch p {
  margin: 0 0 22px;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.5;
  text-shadow: 0 2px 14px rgba(0,0,0,.7);
}

.gb-hero-pitch div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.gb-hero-pitch a,
.gb-emergency a,
.gb-scope a,
.gb-winter a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 1px solid currentColor;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

.gb-hero-pitch a:first-child,
.gb-emergency a,
.gb-winter a {
  border-color: var(--gb-red);
  background: var(--gb-red);
  color: #fff;
}

.gb-emergency {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(320px, 1.25fr) auto;
  align-items: center;
  gap: 34px;
  padding: 34px max(28px, calc((100vw - 1180px) / 2));
  border-top: 7px solid var(--gb-red);
  background: var(--gb-ink);
  color: #fff;
}

.gb-emergency small,
.gb-scope header > p,
.gb-winter div > p,
.gb-intake header > p {
  display: block;
  margin: 0 0 8px;
  color: var(--gb-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gb-emergency strong {
  display: block;
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
}

.gb-emergency p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.gb-scope {
  padding: 96px max(28px, calc((100vw - 1180px) / 2));
  background: var(--gb-paper);
  color: var(--gb-ink);
}

.gb-scope header {
  display: grid;
  grid-template-columns: .42fr 1.08fr .8fr;
  align-items: end;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid var(--gb-ink);
}

.gb-scope h2,
.gb-winter h2,
.gb-intake h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .95;
  text-transform: uppercase;
}

.gb-scope header > span {
  font-size: 17px;
  line-height: 1.55;
}

.gb-scope > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gb-scope article {
  min-width: 0;
  padding: 34px 28px 0 0;
}

.gb-scope article + article {
  padding-left: 28px;
  border-left: 1px solid var(--gb-line);
}

.gb-scope article b {
  color: var(--gb-red);
  font-size: 28px;
  text-transform: uppercase;
}

.gb-scope article p {
  min-height: 88px;
  font-size: 16px;
  line-height: 1.55;
}

.gb-scope article a {
  color: var(--gb-red);
}

.gb-winter {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: var(--gb-ink);
  color: #fff;
}

.gb-winter figure {
  min-height: 650px;
  margin: 0;
}

.gb-winter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gb-winter > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(34px, 6vw, 90px);
}

.gb-winter > div > span {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.65;
}

.gb-winter ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.gb-winter li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.25);
  font-weight: 700;
}

.gb-winter a {
  align-self: flex-start;
}

.gb-intake {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  padding: 96px max(28px, calc((100vw - 1180px) / 2));
  background: #fff;
  color: var(--gb-ink);
}

.gb-intake header > span {
  display: block;
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.65;
}

.gb-intake form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 32px;
  border-top: 7px solid var(--gb-red);
  background: var(--gb-paper);
}

.gb-intake label {
  display: grid;
  gap: 7px;
  color: var(--gb-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gb-intake input,
.gb-intake select,
.gb-intake textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #aaa;
  border-radius: 0;
  background: #fff;
  color: var(--gb-ink);
  font: inherit;
  text-transform: none;
}

.gb-intake textarea {
  min-height: 130px;
  resize: vertical;
}

.gb-intake .wide,
.gb-intake button,
.gb-intake [data-form-status] {
  grid-column: 1 / -1;
}

.gb-intake button {
  min-height: 50px;
  border: 0;
  background: var(--gb-red);
  color: #fff;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gb-intake .hp-field {
  position: absolute !important;
  left: -9999px !important;
}

.gb-mobile-help {
  display: none;
}

@media (max-width: 850px) {
  #header {
    background: #444 !important;
  }

  #header .rr-burger span {
    background: #fff !important;
  }

  .main-slideshow-wrap,
  .main-slideshow-headline,
  .main-slideshow-headline .msh-inner,
  .main-slideshow,
  .main-slideshow .owl-stage-outer,
  .main-slideshow .owl-stage,
  .main-slideshow .owl-item,
  .main-slideshow .main-slideshow-slide {
    height: 780px !important;
    min-height: 780px !important;
    max-height: 780px !important;
  }

  .main-slideshow .slide-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .gb-hero-pitch {
    bottom: 60px;
  }

  .gb-emergency,
  .gb-scope header,
  .gb-scope > div,
  .gb-winter,
  .gb-intake {
    grid-template-columns: 1fr;
  }

  .gb-emergency,
  .gb-scope,
  .gb-intake {
    padding: 62px 22px;
  }

  .gb-emergency {
    justify-items: start;
  }

  .gb-scope article,
  .gb-scope article + article {
    padding: 26px 0;
    border-left: 0;
    border-bottom: 1px solid var(--gb-line);
  }

  .gb-scope article p {
    min-height: 0;
  }

  .gb-winter figure {
    min-height: 380px;
  }

  .gb-mobile-help {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 2147483000;
    display: grid;
    min-width: 60px;
    min-height: 60px;
    place-items: center;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--gb-red);
    box-shadow: 0 12px 30px rgba(0,0,0,.32);
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (max-width: 560px) {
  .main-slideshow-headline .msh-inner h1 {
    font-size: 39px !important;
  }

  .gb-hero-pitch p {
    font-size: 15px;
  }

  .gb-hero-pitch div,
  .gb-hero-pitch a {
    width: 100%;
  }

  .gb-winter ul,
  .gb-intake form {
    grid-template-columns: 1fr;
  }

  .gb-intake form {
    padding: 24px 18px;
  }

  .gb-intake .wide,
  .gb-intake button,
  .gb-intake [data-form-status] {
    grid-column: 1;
  }
}
