/* Chrápátko contact and support hub 1.0.3 — scoped to Shoptet page id 29. */
body.id-29 .pageArticleDetail > header {
  display: none;
}

body.id-29 #content .content-inner,
body.id-29 #content .pageArticleDetail,
body.id-29 #content .pageArticleDetail > [itemprop="about"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.id-29 .contact-page {
  --contact-ink: #003140;
  --contact-accent: #007599;
  --contact-yellow: #eeba2b;
  --contact-warm: #f6f1e8;
  --contact-mist: #f2f7f8;
  --contact-line: #dbe3e5;
  --contact-copy: #415d65;
  --contact-radius: 24px;
  width: calc(100% - 48px);
  max-width: 1278px;
  margin: 36px auto 80px;
  color: var(--contact-ink);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.id-29 .contact-page,
body.id-29 .contact-page * {
  box-sizing: border-box;
}

body.id-29 .contact-page h1,
body.id-29 .contact-page h2,
body.id-29 .contact-page h3,
body.id-29 .contact-page p,
body.id-29 .contact-page dl,
body.id-29 .contact-page dd,
body.id-29 .contact-page address {
  margin-top: 0;
}

body.id-29 .contact-page h1,
body.id-29 .contact-page h2,
body.id-29 .contact-page h3,
body.id-29 .contact-page strong,
body.id-29 .contact-page button,
body.id-29 .contact-page input,
body.id-29 .contact-page textarea {
  font-family: Poppins, sans-serif;
}

body.id-29 .contact-page h1,
body.id-29 .contact-page h2,
body.id-29 .contact-page h3 {
  color: inherit;
  font-weight: 800;
  letter-spacing: -.035em;
}

body.id-29 .contact-page h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.06;
}

body.id-29 .contact-page p {
  margin-bottom: 18px;
}

body.id-29 .contact-page img {
  display: block;
  width: 100%;
  max-width: none;
}

body.id-29 .contact-page a {
  color: inherit;
  text-decoration: none;
}

body.id-29 .contact-page a:focus-visible,
body.id-29 .contact-page button:focus-visible,
body.id-29 .contact-page input:focus-visible,
body.id-29 .contact-page textarea:focus-visible {
  outline: 3px solid var(--contact-yellow);
  outline-offset: 3px;
}

body.id-29 .contact-eyebrow,
body.id-29 .contact-kicker {
  margin-bottom: 12px;
  color: var(--contact-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.id-29 .contact-hero {
  position: relative;
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border-radius: var(--contact-radius);
  background: var(--contact-ink);
  color: #fff;
  isolation: isolate;
}

body.id-29 .contact-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 610px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 70px);
}

body.id-29 .contact-hero__copy::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -130px;
  bottom: 0;
  width: 210px;
  background: linear-gradient(90deg, var(--contact-ink) 10%, rgba(0,49,64,0));
  content: "";
  pointer-events: none;
}

body.id-29 .contact-hero .contact-eyebrow,
body.id-29 .contact-cta .contact-eyebrow {
  color: #9fd7e5;
}

body.id-29 .contact-hero h1 {
  max-width: 9ch;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .98;
}

body.id-29 .contact-hero__lead {
  max-width: 41ch;
  color: rgba(255,255,255,.9);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
}

body.id-29 .contact-hero__note {
  max-width: 42ch;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

body.id-29 .contact-hero__media {
  min-width: 0;
  min-height: 540px;
  overflow: hidden;
}

body.id-29 .contact-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
}

body.id-29 .contact-actions,
body.id-29 .contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

body.id-29 .contact-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

body.id-29 .contact-button--light {
  background: #fff;
  color: #003140;
  -webkit-text-fill-color: #003140;
}

body.id-29 .contact-button--outline {
  border-color: rgba(255,255,255,.46);
  color: #fff;
}

body.id-29 .contact-button:hover {
  transform: translateY(-2px);
}

body.id-29 .contact-button--light:hover {
  background: var(--contact-yellow);
}

body.id-29 .contact-button--outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,.1);
}

body.id-29 .contact-quick,
body.id-29 .contact-details,
body.id-29 .contact-help,
body.id-29 .contact-social,
body.id-29 .contact-cta {
  margin-top: clamp(56px, 7vw, 86px);
}

body.id-29 .contact-section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

body.id-29 .contact-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.id-29 .contact-section-heading > p:last-child {
  max-width: 66ch;
  margin-bottom: 0;
  color: var(--contact-copy);
}

body.id-29 .contact-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.id-29 .contact-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 280px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--contact-line);
  border-radius: var(--contact-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,49,64,.06);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body.id-29 .contact-card--accent {
  border-color: var(--contact-ink);
  background: var(--contact-ink);
  color: #fff;
}

body.id-29 .contact-card--phone {
  min-height: 340px;
}

body.id-29 .contact-card:hover {
  border-color: rgba(0,117,153,.45);
  box-shadow: 0 18px 42px rgba(0,49,64,.12);
  transform: translateY(-3px);
}

body.id-29 .contact-icon {
  --contact-icon: none;
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-bottom: 30px;
  background: currentColor;
  color: var(--contact-accent);
  -webkit-mask: var(--contact-icon) center / contain no-repeat;
  mask: var(--contact-icon) center / contain no-repeat;
}

body.id-29 .contact-card--accent .contact-icon {
  color: var(--contact-yellow);
}

body.id-29 .contact-icon--mail {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/g%3E%3C/svg%3E");
}

body.id-29 .contact-icon--phone {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.4 19.4 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.2a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
}

body.id-29 .contact-icon--pin {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}

body.id-29 .contact-icon--message {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4Z'/%3E%3C/svg%3E");
}

body.id-29 .contact-icon--building {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M6 21V7l6-4 6 4v14M9 10h.01M15 10h.01M9 14h.01M15 14h.01M10 21v-3h4v3'/%3E%3C/g%3E%3C/svg%3E");
}

body.id-29 .contact-icon--package {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 4.5v9L12 21l-8-4.5v-9Z'/%3E%3Cpath d='m4.3 7.7 7.7 4.4 7.7-4.4M12 12v9M8 5.2l8 4.6'/%3E%3C/g%3E%3C/svg%3E");
}

body.id-29 .contact-icon--paw {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23000'%3E%3Cellipse cx='7' cy='6.5' rx='2' ry='3'/%3E%3Cellipse cx='17' cy='6.5' rx='2' ry='3'/%3E%3Cellipse cx='4.5' cy='12' rx='2' ry='2.7'/%3E%3Cellipse cx='19.5' cy='12' rx='2' ry='2.7'/%3E%3Cpath d='M12 10c-3 0-6 4-6 7 0 2 1.6 3 3.4 3 .9 0 1.7-.5 2.6-.5s1.7.5 2.6.5c1.8 0 3.4-1 3.4-3 0-3-3-7-6-7Z'/%3E%3C/g%3E%3C/svg%3E");
}

body.id-29 .contact-icon--return {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 1 0 3-6.7L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3C/g%3E%3C/svg%3E");
}

body.id-29 .contact-icon--store {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10v10h16V10M3 4h18l-1 6a3 3 0 0 1-4 2 3 3 0 0 1-4 0 3 3 0 0 1-4 0 3 3 0 0 1-4-2ZM9 20v-5h6v5'/%3E%3C/g%3E%3C/svg%3E");
}

body.id-29 .contact-icon--heart {
  --contact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1.1-1.1a5.5 5.5 0 0 0-7.8 7.8l1.1 1.1L12 21l7.8-7.5 1.1-1.1a5.5 5.5 0 0 0-.1-7.8Z'/%3E%3C/svg%3E");
}

body.id-29 .contact-card__label {
  margin-bottom: 7px;
  color: var(--contact-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.id-29 .contact-card--accent .contact-card__label {
  color: #9fd7e5;
}

body.id-29 .contact-card__value {
  max-width: 100%;
  margin-bottom: 8px;
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

body.id-29 .contact-card__value a {
  color: inherit;
}

body.id-29 .contact-card--accent .contact-card__value {
  color: #fff;
}

body.id-29 .contact-card__text {
  color: var(--contact-copy);
  font-size: 13px;
}

body.id-29 .contact-card--accent .contact-card__text {
  color: rgba(255,255,255,.72);
}

body.id-29 .contact-availability {
  display: grid;
  width: 100%;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 16px;
  padding: 12px 13px;
  border: 1px solid #f0c3bf;
  border-radius: 12px;
  background: #fff1ef;
  color: #8f2f2a;
}

body.id-29 .contact-availability.is-open {
  border-color: #b8e4ce;
  background: #eaf8f1;
  color: #15683f;
}

body.id-29 .contact-availability__dot {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 50%;
  background: #d64a4a;
  box-shadow: 0 0 0 4px rgba(214,74,74,.12);
}

body.id-29 .contact-availability.is-open .contact-availability__dot {
  background: #2eb875;
  box-shadow: 0 0 0 4px rgba(46,184,117,.14);
}

body.id-29 .contact-availability__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

body.id-29 .contact-availability__status {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

body.id-29 .contact-availability__detail,
body.id-29 .contact-availability__fallback {
  font-size: 10.5px;
  line-height: 1.45;
}

body.id-29 .contact-availability__fallback {
  display: block;
  margin-top: 9px;
  color: var(--contact-copy);
}

body.id-29 .contact-availability.is-closed + .contact-availability__fallback {
  color: #8f2f2a;
}

body.id-29 .contact-availability__fallback a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.id-29 .contact-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  font-size: 12px;
  font-weight: 800;
}

body.id-29 .contact-details {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  gap: 20px;
  align-items: stretch;
}

body.id-29 .contact-form-panel,
body.id-29 .contact-business {
  border-radius: var(--contact-radius);
  padding: clamp(32px, 4.8vw, 60px);
}

body.id-29 .contact-form-panel {
  background: var(--contact-mist);
}

body.id-29 .contact-form-panel > h2,
body.id-29 .contact-business > h2 {
  font-size: clamp(31px, 3.4vw, 48px);
}

body.id-29 .contact-form-panel__lead {
  max-width: 48ch;
  color: var(--contact-copy);
}

body.id-29 .contact-form__mount {
  min-width: 0;
  margin-top: 28px;
}

body.id-29 .contact-form__loading {
  margin: 0;
  color: var(--contact-copy);
  font-size: 13px;
}

body.id-29 #formContact {
  width: 100%;
  margin: 0;
}

body.id-29 #formContact > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.id-29 #formContact .form-group {
  min-width: 0;
  margin: 0;
}

body.id-29 #formContact .contact-form__field--message,
body.id-29 #formContact .consents,
body.id-29 #formContact .submit-wrapper {
  grid-column: 1 / -1;
}

body.id-29 #formContact .form-group label,
body.id-29 #formContact .form-group > .label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--contact-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

body.id-29 #formContact .form-control-wrapper {
  width: 100%;
}

body.id-29 #formContact .form-control {
  width: 100%;
  min-height: 56px;
  border: 1px solid #cbdadd;
  border-radius: 12px;
  background: #fff;
  color: var(--contact-ink);
  font-size: 15px;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body.id-29 #formContact input.form-control {
  padding: 0 16px;
}

body.id-29 #formContact textarea.form-control {
  min-height: 180px;
  padding: 15px 16px;
  resize: vertical;
}

body.id-29 #formContact .form-control:hover {
  border-color: #9fb8be;
}

body.id-29 #formContact .form-control:focus {
  border-color: var(--contact-accent);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0,117,153,.14);
}

body.id-29 #formContact .consents {
  color: var(--contact-copy);
  font-size: 12px;
  line-height: 1.55;
}

body.id-29 #formContact .consents p {
  margin-bottom: 0;
}

body.id-29 #formContact .consents a {
  color: var(--contact-accent);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.id-29 #formContact .submit-wrapper {
  display: flex;
  justify-content: flex-start;
}

body.id-29 #formContact .btn-primary {
  min-width: 160px;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid var(--contact-ink);
  border-radius: 999px;
  background: var(--contact-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: none;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

body.id-29 #formContact .btn-primary:hover {
  border-color: var(--contact-accent);
  background: var(--contact-accent);
  transform: translateY(-2px);
}

body.id-29 #formContact .js-validated-element-wrapper.has-error .form-control,
body.id-29 #formContact .form-control.error {
  border-color: #b93838;
  box-shadow: 0 0 0 3px rgba(185,56,56,.1);
}

body.id-29 #formContact .recaptcha,
body.id-29 #formContact .g-recaptcha,
body.id-29 #formContact [class*="captcha"] {
  grid-column: 1 / -1;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

body.id-29 .contact-business {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: var(--contact-warm);
}

body.id-29 .contact-business > .contact-icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  margin-bottom: 28px;
}

body.id-29 .contact-business__identity {
  display: flex;
  flex-direction: column;
  margin: 12px 0 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfd5c4;
}

body.id-29 .contact-business__identity strong {
  font-size: 21px;
}

body.id-29 .contact-business__identity span {
  color: var(--contact-copy);
}

body.id-29 .contact-business__data {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

body.id-29 .contact-business__data > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

body.id-29 .contact-business__data dt {
  color: var(--contact-copy);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

body.id-29 .contact-business__data dd {
  margin-bottom: 0;
  font-weight: 700;
}

body.id-29 .contact-business address {
  margin-bottom: 22px;
  font-style: normal;
  font-weight: 700;
}

body.id-29 .contact-business__note {
  margin-top: auto;
  margin-bottom: 0;
  color: var(--contact-copy);
  font-size: 11px;
  line-height: 1.55;
}

body.id-29 .contact-help__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.id-29 .contact-help-card {
  display: grid;
  min-width: 0;
  min-height: 126px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--contact-line);
  border-radius: 18px;
  background: #fff;
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}

body.id-29 .contact-help-card:last-child {
  grid-column: 1 / -1;
}

body.id-29 .contact-help-card:hover {
  border-color: rgba(0,117,153,.45);
  background: var(--contact-mist);
  transform: translateY(-2px);
}

body.id-29 .contact-help-card .contact-icon {
  margin: 0;
}

body.id-29 .contact-help-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.id-29 .contact-help-card strong {
  margin-bottom: 4px;
  font-size: 17px;
}

body.id-29 .contact-help-card small {
  color: var(--contact-copy);
  font-size: 12px;
  line-height: 1.5;
}

body.id-29 .contact-help-card i {
  color: var(--contact-accent);
  font-size: 21px;
  font-style: normal;
}

body.id-29 .contact-social {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 30px;
  align-items: center;
  padding: clamp(32px, 5vw, 58px);
  border-radius: var(--contact-radius);
  background: var(--contact-mist);
}

body.id-29 .contact-social h2 {
  margin-bottom: 10px;
}

body.id-29 .contact-social p:last-child {
  margin-bottom: 0;
  color: var(--contact-copy);
}

body.id-29 .contact-social__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.id-29 .contact-social__links a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid var(--contact-line);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  transition: border-color .25s ease, transform .25s ease;
}

body.id-29 .contact-social__links a:hover {
  border-color: var(--contact-accent);
  transform: translateY(-2px);
}

body.id-29 .contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: clamp(36px, 5vw, 64px);
  border-radius: var(--contact-radius);
  background: var(--contact-ink);
  color: #fff;
}

body.id-29 .contact-cta__copy {
  max-width: 760px;
}

body.id-29 .contact-cta h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(32px, 4.3vw, 56px);
}

body.id-29 .contact-cta__copy > p:last-child {
  margin-bottom: 0;
  color: rgba(255,255,255,.74);
}

body.id-29 .contact-cta__actions {
  max-width: 250px;
  justify-content: flex-end;
  margin-top: 0;
}

body.id-29 .contact-cta__actions .contact-button {
  width: 100%;
}

@media (max-width: 1100px) {
  body.id-29 .contact-page {
    width: calc(100% - 32px);
    margin-top: 24px;
  }

  body.id-29 .contact-hero {
    min-height: 500px;
  }

  body.id-29 .contact-hero__media {
    min-height: 500px;
  }

  body.id-29 .contact-quick__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.id-29 .contact-card {
    min-height: 240px;
  }

  body.id-29 .contact-details {
    grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr);
  }

  body.id-29 .contact-cta {
    grid-template-columns: 1fr;
  }

  body.id-29 .contact-cta__actions {
    max-width: none;
    justify-content: flex-start;
  }

  body.id-29 .contact-cta__actions .contact-button {
    width: auto;
  }
}

@media (max-width: 767px) {
  body.id-29 .contact-page {
    width: calc(100% - 24px);
    margin: 16px auto 56px;
    font-size: 15px;
  }

  body.id-29 .contact-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body.id-29 .contact-hero__copy {
    min-height: 440px;
    padding: 38px 28px;
  }

  body.id-29 .contact-hero__copy::after {
    top: auto;
    right: 0;
    bottom: -110px;
    left: 0;
    width: auto;
    height: 150px;
    background: linear-gradient(180deg, var(--contact-ink), rgba(0,49,64,0));
  }

  body.id-29 .contact-hero h1 {
    font-size: clamp(46px, 15vw, 68px);
  }

  body.id-29 .contact-hero__media {
    min-height: 360px;
  }

  body.id-29 .contact-hero__media img {
    object-position: 52% 48%;
  }

  body.id-29 .contact-quick,
  body.id-29 .contact-details,
  body.id-29 .contact-help,
  body.id-29 .contact-social,
  body.id-29 .contact-cta {
    margin-top: 52px;
  }

  body.id-29 .contact-section-heading {
    margin-bottom: 22px;
  }

  body.id-29 .contact-section-heading--center {
    text-align: left;
  }

  body.id-29 .contact-quick__grid,
  body.id-29 .contact-details,
  body.id-29 .contact-help__grid,
  body.id-29 .contact-social,
  body.id-29 .contact-social__links {
    grid-template-columns: 1fr;
  }

  body.id-29 .contact-card {
    min-height: 215px;
    padding: 24px;
  }

  body.id-29 .contact-card .contact-icon {
    margin-bottom: 22px;
  }

  body.id-29 .contact-form-panel,
  body.id-29 .contact-business,
  body.id-29 .contact-social,
  body.id-29 .contact-cta {
    padding: 30px 24px;
  }

  body.id-29 #formContact > div {
    grid-template-columns: 1fr;
  }

  body.id-29 #formContact .form-group,
  body.id-29 #formContact .contact-form__field--message,
  body.id-29 #formContact .consents,
  body.id-29 #formContact .submit-wrapper {
    grid-column: 1;
  }

  body.id-29 #formContact .btn-primary {
    width: 100%;
  }

  body.id-29 .contact-help-card:last-child {
    grid-column: auto;
  }

  body.id-29 .contact-social {
    gap: 24px;
  }

  body.id-29 .contact-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.id-29 .contact-cta__actions .contact-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  body.id-29 .contact-hero__copy {
    min-height: 420px;
    padding: 32px 22px;
  }

  body.id-29 .contact-hero__media {
    min-height: 315px;
  }

  body.id-29 .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.id-29 .contact-actions .contact-button {
    width: 100%;
  }

  body.id-29 .contact-help-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }

  body.id-29 .contact-help-card i {
    display: none;
  }

  body.id-29 .contact-business__data > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
  }
}

@media (max-width: 380px) {
  body.id-29 #formContact .g-recaptcha {
    width: 106.4%;
    margin-bottom: -5px;
    transform: scale(.94);
    transform-origin: 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.id-29 .contact-page *,
  body.id-29 .contact-page *::before,
  body.id-29 .contact-page *::after {
    scroll-behavior: auto;
    transition-duration: .01ms;
  }

  body.id-29 .contact-card:hover,
  body.id-29 .contact-help-card:hover,
  body.id-29 .contact-social__links a:hover,
  body.id-29 .contact-button:hover,
  body.id-29 #formContact .btn-primary:hover {
    transform: none;
  }
}
