@charset "utf-8";

.conditions-page {
  background:
    linear-gradient(90deg, rgba(0, 109, 51, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 109, 51, .04) 1px, transparent 1px),
    #fbfdfc;
  background-size: 34px 34px;
}

.conditions-page h1,
.conditions-page h2,
.conditions-page h3,
.conditions-page p {
  letter-spacing: 0;
}

@media (min-width: 1281px) and (max-width: 1500px) {
  .conditions-template .topbar-inner {
    grid-template-columns: 180px minmax(185px, 1.1fr) minmax(190px, 1fr) minmax(215px, 1.15fr) minmax(165px, .9fr) auto;
    gap: 12px;
  }

  .conditions-template .contact-item,
  .conditions-template .contact-item strong {
    font-size: 11.5px;
  }

  .conditions-template .book-top {
    padding-inline: 12px;
    font-size: 12px;
  }

  .conditions-template .main-nav a {
    padding-inline: 22px;
  }
}

@media (min-width: 821px) and (max-width: 1280px) {
  .conditions-template .topbar-inner {
    grid-template-columns: 160px 1fr auto;
    gap: 14px 18px;
    padding: 14px 0;
  }

  .conditions-template .contact-item {
    display: none;
  }

  .conditions-template .book-top {
    justify-self: end;
  }
}

.cwt-hero {
  overflow: hidden;
  padding: 52px 0 34px;
  background:
    linear-gradient(132deg, #ffffff 0%, #f3faf6 48%, #eef6f8 100%);
  border-bottom: 1px solid var(--line);
}

.cwt-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  gap: 36px;
  align-items: center;
}

.cwt-eyebrow {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.cwt-hero h1 {
  margin: 0;
  max-width: 600px;
  font-family: var(--heading);
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
}

.cwt-hero h1 span,
.cwt-section-heading span,
.cwt-closing h2 span {
  color: var(--red);
}

.cwt-hero-copy {
  max-width: 620px;
  margin: 18px 0 0;
  color: #33403d;
  font-size: 17px;
}

.cwt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cwt-photo-board {
  display: grid;
  grid-template-columns: 1fr .82fr;
  grid-template-rows: 220px 170px;
  gap: 12px;
}

.cwt-photo-panel {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  border: 1px solid rgba(0, 109, 51, .22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(12, 55, 34, .12);
}

.cwt-photo-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cwt-photo-panel.large {
  grid-row: 1 / 3;
}

.cwt-photo-panel.large img {
  object-position: center top;
}

.cwt-photo-panel.small img {
  object-position: center center;
}

.cwt-photo-caption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 38px;
  padding: 8px 11px;
  color: #fff;
  background: rgba(0, 79, 38, .86);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}

.cwt-photo-caption b {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.cwt-index {
  padding: 22px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.cwt-index-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cwt-index-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 8px 10px;
  color: var(--green-deep);
  border: 1px solid #cfe2d8;
  border-radius: 7px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.cwt-index-list a:hover,
.cwt-index-list a:focus-visible {
  color: #fff;
  background: var(--green);
}

.cwt-intro {
  padding: 40px 0 22px;
}

.cwt-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
  gap: 28px;
  align-items: stretch;
}

.cwt-section-heading {
  margin: 0 0 12px;
  font-family: var(--heading);
  font-size: 36px;
  line-height: 1.12;
}

.cwt-intro-copy {
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(9, 49, 30, .07);
}

.cwt-intro-copy p {
  margin: 0;
  color: #3c4543;
  font-size: 17px;
}

.cwt-intro-copy p + p {
  margin-top: 12px;
  color: var(--green-deep);
  font-weight: 800;
}

.cwt-skill-panel {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(227, 17, 29, .22);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #fff5f6);
}

.cwt-skill-panel article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgba(0, 109, 51, .16);
  border-radius: 7px;
  background: #fff;
}

.cwt-skill-panel span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 50%;
  background: var(--green);
  font-size: 15px;
  font-weight: 800;
}

.cwt-skill-panel h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
}

.cwt-map {
  padding: 18px 0 42px;
}

.cwt-map-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.cwt-map-head .cwt-section-heading {
  margin-bottom: 0;
}

.cwt-map-note {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.cwt-condition-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.cwt-condition-card {
  --tone: var(--green);
  grid-column: span 4;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 5px solid var(--tone);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(9, 49, 30, .08);
}

.cwt-condition-card.is-wide {
  grid-column: span 6;
}

.cwt-condition-card.red {
  --tone: var(--red);
}

.cwt-condition-card.teal {
  --tone: #00737a;
}

.cwt-condition-card.blue {
  --tone: #2a6f9b;
}

.cwt-condition-card.olive {
  --tone: #567d36;
}

.cwt-card-photo {
  position: relative;
  height: 460px;
  overflow: hidden;
  background: #eef5f1;
}

.cwt-condition-card.is-wide .cwt-card-photo {
  height: 670px;
}

.cwt-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cwt-card-photo .position-top {
  object-position: center top;
}

.cwt-card-photo .position-center {
  object-position: center center;
}

.cwt-card-photo .position-right {
  object-position: right center;
}

.cwt-card-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(5, 28, 17, .62));
}

.cwt-card-number {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.cwt-card-body {
  padding: 22px 22px 24px;
}

.cwt-card-title {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.cwt-card-title img {
  width: 48px;
  height: 48px;
  padding: 7px;
  border: 1px solid rgba(0, 109, 51, .18);
  border-radius: 50%;
  object-fit: contain;
  background: var(--green-soft);
}

.cwt-card-title h2 {
  margin: 0;
  font-family: var(--heading);
  font-size: 25px;
  line-height: 1.15;
}

.cwt-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cwt-card-list li {
  position: relative;
  min-height: 28px;
  padding-left: 20px;
  color: #35413e;
  font-size: 14px;
  line-height: 1.5;
}

.cwt-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--tone);
  border-radius: 50%;
}

.cwt-card-list.compact {
  grid-template-columns: 1fr;
}

.cwt-closing {
  padding: 0 0 42px;
}

.cwt-closing-panel {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) 1fr;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 79, 38, .97), rgba(0, 109, 51, .9)),
    var(--green);
  box-shadow: 0 16px 34px rgba(0, 79, 38, .18);
}

.cwt-closing-panel img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.cwt-closing-copy {
  padding: 34px 42px 34px 0;
}

.cwt-closing h2 {
  margin: 0 0 10px;
  font-family: var(--heading);
  font-size: 34px;
  line-height: 1.12;
}

.cwt-closing p {
  max-width: 610px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .9);
}

.cwt-closing .cwt-eyebrow {
  color: #fff;
}

@media (max-width: 1120px) {
  .cwt-hero-grid,
  .cwt-intro-grid {
    grid-template-columns: 1fr;
  }

  .cwt-photo-board {
    max-width: 760px;
  }

  .cwt-index-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .cwt-condition-card,
  .cwt-condition-card.is-wide {
    grid-column: span 6;
  }
}

@media (max-width: 820px) {
  .cwt-hero {
    padding-top: 36px;
  }

  .cwt-hero h1 {
    font-size: 40px;
  }

  .cwt-photo-board {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 230px 170px;
  }

  .cwt-photo-panel.large {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .cwt-map-head {
    display: block;
  }

  .cwt-map-note {
    margin-top: 8px;
  }

  .cwt-card-list {
    grid-template-columns: 1fr;
  }

  .cwt-closing-panel {
    grid-template-columns: 1fr;
  }

  .cwt-closing-copy {
    padding: 0 24px 28px;
  }
}

@media (max-width: 560px) {
  .conditions-page {
    background-size: 24px 24px;
  }

  .cwt-hero h1 {
    font-size: 32px;
  }

  .cwt-hero-copy,
  .cwt-intro-copy p {
    font-size: 15.5px;
  }

  .cwt-photo-board,
  .cwt-intro-grid,
  .cwt-condition-grid {
    display: block;
  }

  .cwt-photo-panel,
  .cwt-condition-card {
    margin-bottom: 14px;
  }

  .cwt-index-list {
    grid-template-columns: 1fr;
  }

  .cwt-intro-copy,
  .cwt-card-body {
    padding: 20px;
  }

  .cwt-section-heading,
  .cwt-closing h2 {
    font-size: 28px;
  }

  .cwt-card-title h2 {
    font-size: 23px;
  }

  .cwt-card-photo,
  .cwt-condition-card.is-wide .cwt-card-photo {
    height: 215px;
  }

  .cwt-closing-panel img {
    min-height: 220px;
  }
}
