/* Contact — 26B */

.centercontent .container:has(.ct-page) {
  width: 100%;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

.ct-page,
.ct-page *,
.ct-page *::before,
.ct-page *::after {
  box-sizing: border-box;
}

.ct-page {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 42px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #26313a;
}

.ct-page a {
  color: #204e75;
  text-decoration: none;
}

.ct-page a:hover,
.ct-page a:focus {
  color: #163854;
  text-decoration: underline;
}

.ct-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ct-head h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #204e75;
  text-transform: uppercase;
}

.ct-head p {
  margin: 0;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.5;
  color: #55606a;
  text-wrap: pretty;
}

.ct-signature {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: stretch;
  border: 1px solid #dfe4e8;
  background: #fff;
}

.ct-signature__plate {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(120% 90% at 50% 100%, #2f6293 0%, #204e75 62%, #1c4569 100%);
}

.ct-signature__plate img {
  display: block;
  position: relative;
  z-index: 1;
  height: 265px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.ct-signature__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 26px 18px 13px;
  background: linear-gradient(0deg, rgba(20, 44, 66, 0.94), rgba(20, 44, 66, 0));
}

.ct-signature__caption strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.ct-signature__caption span {
  display: block;
  font-size: 11.5px;
  color: #b9cee0;
}

.ct-signature__body {
  padding: 34px 38px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.ct-signature__eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #8a9199;
  text-transform: uppercase;
}

.ct-signature__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.12;
  color: #204e75;
}

.ct-signature__intro {
  margin: 0;
  max-width: 520px;
  font-size: 14px;
  line-height: 1.55;
  color: #55606a;
}

.ct-signature__sign {
  margin: 0;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-style: italic;
  font-size: 20px;
  color: #204e75;
}

.ct-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ct-channel {
  border: 1px solid #dfe4e8;
  background: #fff;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.ct-channel__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.ct-channel__top svg {
  flex: none;
  width: 30px;
  height: 30px;
  stroke: #204e75;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-channel__status {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a9199;
  text-align: right;
}

.ct-channel__status.is-online {
  color: #7eb12c;
}

.ct-channel__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #1d2429;
}

.ct-channel__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #6a747d;
}

.ct-channel__desc strong {
  color: #204e75;
  font-weight: 700;
}

.ct-channel__btn {
  margin-top: auto;
  display: block;
  text-align: center;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0;
}

.ct-channel__btn:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.ct-channel__btn--fill {
  background: #c4470c;
  color: #fff !important;
  border: 1px solid #c4470c;
}

.ct-channel__btn--fill:hover,
.ct-channel__btn--fill:focus {
  background: #a13908;
  border-color: #a13908;
  color: #fff !important;
}

.ct-channel__btn--outline {
  background: #fff;
  color: #204e75 !important;
  border: 1px solid #c9ced3;
}

.ct-channel__btn--outline:hover,
.ct-channel__btn--outline:focus {
  background: #204e75;
  border-color: #204e75;
  color: #fff !important;
}

.ct-visit {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
}

.ct-visit__photo {
  padding: 16px;
  background: #f7f9fb;
  border-right: 1px solid #eef0f2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ct-visit__frame {
  border: 1px solid #c9ced3;
  padding: 6px;
  background: #fff;
}

.ct-visit__frame img {
  display: block;
  width: 372px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 372 / 251;
  object-fit: cover;
}

.ct-visit__cap {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #8a9199;
  text-align: center;
}

.ct-visit__body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ct-visit__title {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  color: #204e75;
  text-transform: uppercase;
}

.ct-visit__blurb {
  margin: 0;
  max-width: 440px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #55606a;
}

.ct-visit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 32px;
  align-content: start;
}

.ct-visit__cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ct-visit__label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #8a9199;
  text-transform: uppercase;
}

.ct-visit__value {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #55606a;
}

.ct-visit__value a {
  font-weight: 700;
}

.ct-visit__dir {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  font-size: 12.5px;
  font-weight: 700;
  color: #204e75;
}

.ct-visit__dir svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-faq {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 0 22px;
}

.ct-faq__title {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  color: #204e75;
  text-transform: uppercase;
}

.ct-faq__list {
  max-width: 900px;
  display: flex;
  flex-direction: column;
}

.ct-faq__item {
  border-top: 1px solid #eef0f2;
}

.ct-faq__item:last-child {
  border-bottom: 1px solid #eef0f2;
}

.ct-faq__q {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 0;
  padding: 15px 4px;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
  color: #26313a;
  text-align: left;
  cursor: pointer;
}

.ct-faq__q:hover,
.ct-faq__q:focus {
  color: #204e75;
  outline: none;
}

.ct-faq__q:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.ct-faq__chevron {
  flex: none;
  width: 16px;
  height: 16px;
  stroke: #204e75;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.ct-faq__item.is-open .ct-faq__chevron {
  transform: rotate(90deg);
}

.ct-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.ct-faq__a-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 30px;
  max-width: 760px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #55606a;
}

.ct-faq__a-inner p {
  margin: 0 0 0.75em;
}

.ct-faq__a-inner p:last-child {
  margin-bottom: 0;
}

.ct-faq__item.is-open .ct-faq__a {
  grid-template-rows: 1fr;
}

.ct-faq__item.is-open .ct-faq__a-inner {
  padding-bottom: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .ct-faq__a,
  .ct-faq__chevron {
    transition: none;
  }
}

@media (max-width: 991px) {
  .ct-signature {
    grid-template-columns: 1fr;
  }

  .ct-signature__plate {
    min-height: 280px;
  }

  .ct-channels {
    grid-template-columns: 1fr;
  }

  .ct-visit {
    grid-template-columns: 1fr;
  }

  .ct-visit__photo {
    border-right: 0;
    border-bottom: 1px solid #eef0f2;
    align-items: center;
  }

  .ct-visit__frame img {
    width: 100%;
    max-width: 372px;
  }
}

@media (max-width: 640px) {
  .ct-page {
    gap: 32px;
  }

  .ct-signature__body {
    padding: 24px 20px;
  }

  .ct-signature__title {
    font-size: 24px;
  }

  .ct-visit__body {
    padding: 22px 18px;
  }

  .ct-visit__grid {
    grid-template-columns: 1fr;
  }
}
