/* Corporate Tax DM LP */
:root {
  --ctdm-green: #004b32;
  --ctdm-green-dark: #003825;
  --ctdm-yellow: #f4d33f;
  --ctdm-orange: #f39a2b;
  --ctdm-soft: #f4f6f5;
  --ctdm-line: #e0e0e0;
  --ctdm-text: #1a1a1a;
  --ctdm-muted: #66706b;
  --ctdm-white: #ffffff;
}

.lp-corporate-tax-dm-page {
  margin: 0;
  min-width: initial;
  background: var(--ctdm-white);
}

.lp-corporate-tax-dm {
  color: var(--ctdm-text);
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
  background: var(--ctdm-white);
}

.lp-corporate-tax-dm *,
.lp-corporate-tax-dm *::before,
.lp-corporate-tax-dm *::after {
  box-sizing: border-box;
}

.lp-corporate-tax-dm a {
  color: inherit;
  text-decoration: none;
}

.lp-corporate-tax-dm img,
.lp-corporate-tax-dm svg {
  display: block;
  max-width: 100%;
}

.ctdm-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ctdm-container--narrow {
  width: min(860px, calc(100% - 40px));
}

.ctdm-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--ctdm-line);
  backdrop-filter: blur(14px);
}

.ctdm-header__inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.ctdm-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ctdm-brand__mark {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 0;
  background-image: url("https://yushi.stfconsul.com/wp/wp-content/uploads/2023/09/202309_logo_528.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ctdm-brand__mark::after {
  content: none;
}

.ctdm-brand__text {
  display: grid;
  gap: 2px;
}

.ctdm-brand__name {
  color: var(--ctdm-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}

.ctdm-brand__sub {
  color: #7a8580;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.1;
}

.ctdm-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.ctdm-header__nav a {
  color: #34403a;
  font-size: 14px;
  font-weight: 700;
}

.ctdm-header__nav a:hover {
  color: var(--ctdm-green);
}

.ctdm-header__contact {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ctdm-header__phone {
  display: grid;
  gap: 1px;
  color: var(--ctdm-green);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: right;
}

.ctdm-header__phone span {
  color: var(--ctdm-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ctdm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.ctdm-button:hover {
  transform: translateY(-2px);
}

.ctdm-button--primary {
  color: #fffdf4;
  background: linear-gradient(135deg, #006240 0%, var(--ctdm-green) 100%);
  box-shadow: 0 16px 28px rgba(0, 75, 50, .22);
}

.ctdm-button--primary:hover {
  color: #fffdf4;
  background: var(--ctdm-green-dark);
}

.ctdm-button--outline {
  color: var(--ctdm-green);
  background: var(--ctdm-white);
  border-color: var(--ctdm-green);
}

.ctdm-button--outline:hover {
  color: var(--ctdm-green);
  background: #f7faf8;
}

.ctdm-header__cta.ctdm-button--primary {
  color: #fffdf4;
}

.ctdm-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 690px;
  overflow: hidden;
  background: var(--ctdm-soft);
  border-bottom: 1px solid var(--ctdm-line);
}

.ctdm-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: 54px;
  align-items: center;
  padding: 76px 0;
}

.ctdm-hero__copy {
  position: relative;
  z-index: 2;
}

.ctdm-hero__ad-placeholder {
  display: block;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--ctdm-green);
  background: transparent;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: .04em;
}

.ctdm-hero__title {
  margin: 0 0 28px;
  color: var(--ctdm-green);
  font-size: clamp(54px, 8vw, 96px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
}

.ctdm-hero__title span {
  color: var(--ctdm-yellow);
  text-shadow: 0 2px 0 rgba(0, 75, 50, .1);
}

.ctdm-hero__lead {
  max-width: 620px;
  margin: 0 0 28px;
  color: #3d4843;
  font-size: 18px;
}

.ctdm-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.ctdm-hero__tags li {
  padding: 7px 13px;
  border: 1px solid var(--ctdm-line);
  border-radius: 999px;
  color: #4c5752;
  background: var(--ctdm-white);
  font-size: 12px;
  font-weight: 800;
}

.ctdm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}

.ctdm-hero__actions .ctdm-button {
  min-width: 218px;
  min-height: 66px;
  gap: 14px;
  padding: 17px 30px;
  border-radius: 999px;
  font-size: 17px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, .08);
}

.ctdm-hero__actions .ctdm-button::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.ctdm-hero__actions .ctdm-button--primary {
  min-width: 280px;
  color: #fffdf4;
  font-size: 18px;
  box-shadow: 0 22px 42px rgba(0, 75, 50, .3);
}

.ctdm-hero__actions .ctdm-button--outline {
  color: var(--ctdm-green);
  background: rgba(255, 255, 255, .92);
  border-color: rgba(0, 75, 50, .55);
}

.ctdm-hero__phone-note {
  max-width: 620px;
  margin: 0;
  color: var(--ctdm-muted);
  font-size: 13px;
}

.ctdm-cta-microcopy {
  margin: 10px 0 0;
  color: #6f7a75;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.ctdm-hero__visual {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctdm-hero__slant {
  position: absolute;
  top: -130px;
  right: -90px;
  bottom: -160px;
  width: 410px;
  background: var(--ctdm-green);
  transform: rotate(8deg);
  transform-origin: center;
}

.ctdm-hero__price-panel {
  position: relative;
  z-index: 1;
  width: min(390px, 100%);
  padding: 34px;
  border: 1px solid #eeeeee;
  border-radius: 34px;
  background: var(--ctdm-white);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
}

.ctdm-hero__panel-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  color: #8d9692;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ctdm-card-chip {
  width: 60px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e8f0ee 0%, #ffffff 100%);
  border: 1px solid var(--ctdm-line);
}

.ctdm-hero__price-list {
  margin: 0;
}

.ctdm-hero__price-list div {
  padding: 0 0 19px;
  margin-bottom: 19px;
  border-bottom: 1px solid #edf0ef;
}

.ctdm-hero__price-list div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.ctdm-hero__price-list dt {
  margin-bottom: 4px;
  color: #6c7671;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ctdm-hero__price-list dd {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 0;
  color: var(--ctdm-green);
}

.ctdm-hero__price-list strong {
  font-size: 44px;
  font-weight: 950;
  line-height: 1;
}

.ctdm-hero__price-featured dt,
.ctdm-hero__price-featured dd {
  color: var(--ctdm-orange);
}

.ctdm-hero__price-list span {
  color: #1f2824;
  font-size: 16px;
  font-weight: 900;
}

.ctdm-hero__speed-note {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid rgba(0, 75, 50, .1);
  border-radius: 18px;
  background: var(--ctdm-soft);
}

.ctdm-hero__speed-note span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: var(--ctdm-green);
  background: var(--ctdm-white);
  font-weight: 950;
}

.ctdm-hero__speed-note p {
  margin: 0;
  color: #26312c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.ctdm-proof-band {
  padding: 30px 0;
  background: var(--ctdm-white);
  border-bottom: 1px solid var(--ctdm-line);
}

.ctdm-proof-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--ctdm-line);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(0, 75, 50, .06) 0%, rgba(255, 255, 255, .98) 48%),
    var(--ctdm-white);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .045);
}

.ctdm-proof-card__kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ctdm-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ctdm-proof-card h2 {
  margin: 0 0 12px;
  color: var(--ctdm-green);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 950;
  line-height: 1.28;
}

.ctdm-proof-card__copy p {
  margin: 0;
  color: var(--ctdm-muted);
  font-size: 15px;
}

.ctdm-proof-card__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ctdm-proof-card__stats div {
  min-height: 150px;
  padding: 22px 18px;
  border: 1px solid rgba(0, 75, 50, .14);
  border-radius: 20px;
  background: #fffdf4;
}

.ctdm-proof-card__stats span {
  display: block;
  margin-bottom: 10px;
  color: #52605a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
}

.ctdm-proof-card__stats strong {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: var(--ctdm-green);
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.ctdm-proof-card__stats small {
  color: var(--ctdm-green);
  font-size: 14px;
  font-weight: 950;
}

.ctdm-proof-card__note {
  grid-column: 1 / -1;
  margin: -8px 0 0;
  color: #8a9690;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
}

.ctdm-section {
  padding: 88px 0;
  border-bottom: 1px solid var(--ctdm-line);
}

.ctdm-section--white {
  background: var(--ctdm-white);
}

.ctdm-section--soft {
  background: var(--ctdm-soft);
}

.ctdm-section__head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.ctdm-section__kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #98a19d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ctdm-section__head h2 {
  margin: 0 0 13px;
  color: var(--ctdm-green);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: 0;
}

.ctdm-section__head p {
  margin: 0;
  color: var(--ctdm-muted);
  font-size: 17px;
}

.ctdm-concern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ctdm-concern-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--ctdm-line);
  border-radius: 26px;
  background: var(--ctdm-white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ctdm-concern-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 75, 50, .18);
  box-shadow: 0 22px 42px rgba(0, 75, 50, .09);
}

.ctdm-concern-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.ctdm-concern-card h3 {
  margin: 0 0 10px;
  color: var(--ctdm-green);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.ctdm-concern-card p {
  margin: 0;
  color: var(--ctdm-muted);
  font-size: 14px;
  text-align: center;
}

.ctdm-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin-top: 58px;
}

.ctdm-pricing-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--ctdm-line);
  border-radius: 30px;
  background: var(--ctdm-white);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
}

.ctdm-pricing-card--featured {
  border-color: rgba(243, 154, 43, .8);
  box-shadow: 0 24px 52px rgba(243, 154, 43, .18);
}

.ctdm-pricing-card__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 18px;
  border-radius: 999px;
  color: var(--ctdm-green);
  background: var(--ctdm-yellow);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}

.ctdm-pricing-card__label {
  display: block;
  margin-bottom: 14px;
  color: #8f9894;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ctdm-pricing-card--featured .ctdm-pricing-card__label {
  color: var(--ctdm-orange);
}

.ctdm-pricing-card h3 {
  margin: 0 0 14px;
  color: var(--ctdm-green);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.28;
}

.ctdm-pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 0;
  color: var(--ctdm-green);
}

.ctdm-pricing-card__price strong {
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 950;
  line-height: 1;
}

.ctdm-pricing-card__price span {
  color: #26312c;
  font-size: 18px;
  font-weight: 900;
}

.ctdm-pricing-card--featured .ctdm-pricing-card__price strong {
  color: var(--ctdm-orange);
}

.ctdm-pricing-card__tax {
  margin: 6px 0 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eef1f0;
  color: #8f9894;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.ctdm-pricing-card__text {
  flex: 1;
  margin: 0 0 24px;
  color: var(--ctdm-muted);
  font-size: 14px;
}

.ctdm-pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ctdm-pricing-card li {
  position: relative;
  padding-left: 28px;
  color: var(--ctdm-green);
  font-size: 15px;
  font-weight: 800;
}

.ctdm-pricing-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ctdm-orange);
  font-weight: 950;
}

.ctdm-note-box {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(820px, 100%);
  margin: 54px auto 0;
  padding: 22px 26px;
  border: 1px solid var(--ctdm-line);
  border-radius: 22px;
  background: var(--ctdm-white);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .04);
}

.ctdm-note-box > span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  color: var(--ctdm-green);
  background: rgba(244, 211, 63, .45);
  font-size: 22px;
  font-weight: 950;
}

.ctdm-note-box h3 {
  margin: 0 0 4px;
  color: var(--ctdm-green);
  font-size: 18px;
  font-weight: 900;
}

.ctdm-note-box p {
  margin: 0;
  color: var(--ctdm-muted);
  font-size: 14px;
}

.ctdm-section-cta {
  display: grid;
  justify-items: center;
  width: min(520px, 100%);
  margin: 34px auto 0;
  text-align: center;
}

.ctdm-section-cta .ctdm-button {
  min-width: min(100%, 280px);
  min-height: 66px;
  gap: 14px;
  padding: 17px 30px;
  border-radius: 999px;
  color: #fffdf4;
  font-size: 18px;
  box-shadow: 0 22px 42px rgba(0, 75, 50, .24);
}

.ctdm-section-cta .ctdm-button::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.ctdm-compare-wrap {
  overflow-x: auto;
  border: 1px solid var(--ctdm-line);
  border-radius: 26px;
  background: var(--ctdm-white);
  box-shadow: 0 22px 42px rgba(0, 0, 0, .05);
}

.ctdm-compare-wrap:focus {
  outline: 3px solid rgba(244, 211, 63, .8);
  outline-offset: 3px;
}

.ctdm-compare-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  table-layout: fixed;
}

.ctdm-compare-table th,
.ctdm-compare-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #edf0ef;
  text-align: center;
  vertical-align: middle;
}

.ctdm-compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: var(--ctdm-white);
  background: var(--ctdm-green);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.ctdm-compare-table thead th:first-child {
  width: 32%;
  text-align: left;
}

.ctdm-compare-table tbody th,
.ctdm-compare-table tfoot th {
  color: #25312c;
  background: #fbfcfb;
  font-size: 14px;
  font-weight: 850;
  text-align: left;
}

.ctdm-compare-table tbody tr:nth-child(even) th,
.ctdm-compare-table tbody tr:nth-child(even) td {
  background-color: #f8faf9;
}

.ctdm-compare-table thead th.ctdm-compare-table__featured {
  color: #fffdf4;
  background: linear-gradient(135deg, var(--ctdm-green-dark) 0%, var(--ctdm-green) 100%) !important;
  border-right: 2px solid var(--ctdm-yellow);
  border-left: 2px solid var(--ctdm-yellow);
}

.ctdm-compare-table__featured {
  background-color: #fffdf0 !important;
}

.ctdm-compare-table tbody tr:nth-child(even) .ctdm-compare-table__featured {
  background-color: #fff8dc !important;
}

.ctdm-check {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--ctdm-green);
  background: rgba(0, 75, 50, .08);
  font-size: 19px;
  font-weight: 950;
  line-height: 1;
}

.ctdm-check::before {
  content: "○";
}

.ctdm-blank {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #b7c0bc;
  background: #f3f5f4;
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
}

.ctdm-blank::before {
  content: "×";
}

.ctdm-compare-table tfoot th,
.ctdm-compare-table tfoot td {
  border-bottom: 0;
  color: var(--ctdm-green);
  background: #fff;
  font-size: 18px;
  font-weight: 950;
}

.ctdm-compare-table tfoot td.ctdm-compare-table__featured {
  color: var(--ctdm-green-dark);
  background: #fff0a6 !important;
  border-right: 2px solid var(--ctdm-yellow);
  border-left: 2px solid var(--ctdm-yellow);
}

.ctdm-compare-table small {
  display: block;
  margin-top: 2px;
  color: #8f9894;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ctdm-compare-tabs {
  display: none;
}

.ctdm-tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ctdm-tab-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px;
  border: 1px solid var(--ctdm-line);
  border-radius: 999px;
  background: var(--ctdm-white);
}

.ctdm-tab-labels label {
  display: grid;
  min-height: 42px;
  place-items: center;
  border-radius: 999px;
  color: var(--ctdm-muted);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

#ctdm-tab-basic:checked ~ .ctdm-tab-labels label[for="ctdm-tab-basic"],
#ctdm-tab-standard:checked ~ .ctdm-tab-labels label[for="ctdm-tab-standard"],
#ctdm-tab-full:checked ~ .ctdm-tab-labels label[for="ctdm-tab-full"] {
  color: var(--ctdm-white);
  background: var(--ctdm-green);
}

.ctdm-tab-panel {
  display: none;
  padding: 22px;
  border: 1px solid var(--ctdm-line);
  border-radius: 22px;
  background: var(--ctdm-white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .04);
}

#ctdm-tab-basic:checked ~ .ctdm-tab-panel--basic,
#ctdm-tab-standard:checked ~ .ctdm-tab-panel--standard,
#ctdm-tab-full:checked ~ .ctdm-tab-panel--full {
  display: block;
}

.ctdm-tab-panel h3 {
  margin: 0 0 16px;
  color: var(--ctdm-green);
  font-size: 20px;
  font-weight: 950;
}

.ctdm-tab-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ctdm-tab-panel li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #edf0ef;
  color: #25312c;
  font-size: 14px;
  font-weight: 800;
}

.ctdm-tab-panel li:last-child {
  border-bottom: 0;
}

.ctdm-tab-panel li span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
}

.ctdm-tab-panel .ctdm-symbol--yes {
  color: var(--ctdm-green);
  background: rgba(0, 75, 50, .08);
}

.ctdm-tab-panel .ctdm-symbol--no {
  color: #b7c0bc;
  background: #f3f5f4;
}

.ctdm-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ctdm-case-slider {
  position: relative;
}

.ctdm-case-nav {
  display: none;
}

.ctdm-case-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--ctdm-line);
  border-radius: 24px;
  background: var(--ctdm-white);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .045);
}

.ctdm-case-card__head {
  padding: 22px 26px 20px;
  border-bottom: 1px solid rgba(0, 75, 50, .08);
  background: linear-gradient(135deg, rgba(0, 75, 50, .12), rgba(232, 244, 235, .95));
}

.ctdm-case-card__head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ctdm-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ctdm-case-card__head h3 {
  margin: 0;
  color: var(--ctdm-green);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.35;
}

.ctdm-case-card__body {
  padding: 24px 26px 28px;
}

.ctdm-case-card__body p {
  margin: 0;
  color: var(--ctdm-muted);
  font-size: 14px;
}

.ctdm-case-card__body p + p {
  margin-top: 12px;
}

.ctdm-doc-panel {
  padding: 30px 34px;
  border: 1px solid var(--ctdm-line);
  border-radius: 24px;
  background: var(--ctdm-white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .04);
}

.ctdm-doc-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ctdm-doc-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid #edf0ef;
}

.ctdm-doc-list li:last-child {
  border-bottom: 0;
}

.ctdm-doc-list li > span {
  position: relative;
  display: grid;
  place-items: center;
  width: 16px;
  height: 2px;
  margin-top: 11px;
  border: 0;
  border-radius: 999px;
  background: var(--ctdm-green);
}

.ctdm-doc-list li > span::before {
  content: none;
}

.ctdm-doc-list li > span::after {
  content: none;
}

.ctdm-doc-list h3 {
  margin: 0 0 3px;
  color: var(--ctdm-green);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.ctdm-doc-list p {
  margin: 0;
  color: var(--ctdm-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ctdm-doc-panel__note {
  margin: 24px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--ctdm-yellow);
  border-radius: 0 12px 12px 0;
  color: #3d4843;
  background: var(--ctdm-soft);
  font-size: 14px;
  font-weight: 800;
}

.ctdm-trust-card {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--ctdm-line);
  border-radius: 28px;
  background: var(--ctdm-white);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .05);
}

.ctdm-trust-card img {
  display: block;
  width: 100%;
  height: 320px;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  color: transparent;
  font-size: 0;
  object-fit: cover;
  background: var(--ctdm-soft);
}

.ctdm-trust-card__role {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ctdm-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ctdm-trust-card h3 {
  margin: 0;
  color: var(--ctdm-green);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 950;
  line-height: 1.15;
}

.ctdm-trust-card__license {
  margin: 8px 0 18px;
  color: #52615a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
}

.ctdm-trust-card dl {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
}

.ctdm-trust-card dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0ef;
}

.ctdm-trust-card dt {
  color: #8f9894;
  font-size: 13px;
  font-weight: 900;
}

.ctdm-trust-card dd {
  margin: 0;
  color: #25312c;
  font-size: 14px;
  font-weight: 900;
}

.ctdm-trust-card p {
  margin: 0;
  color: var(--ctdm-muted);
  font-size: 15px;
}

.ctdm-flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 22px;
  width: min(920px, 100%);
  margin: 54px auto 0;
}

.ctdm-flow-grid::before {
  display: none;
}

.ctdm-flow-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.ctdm-flow-card__number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 38px;
  border: 3px solid var(--ctdm-white);
  border-radius: 999px;
  color: var(--ctdm-green);
  background: var(--ctdm-soft);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
  font-size: 21px;
  font-weight: 950;
}

.ctdm-flow-card__body {
  display: grid;
  gap: 12px;
  place-items: center;
  width: 100%;
  min-height: 174px;
  padding: 28px 18px;
  border: 1px solid var(--ctdm-line);
  border-radius: 22px;
  background: var(--ctdm-soft);
}

.ctdm-flow-card .ctdm-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
}

.ctdm-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--ctdm-green);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ctdm-flow-card h3 {
  margin: 0;
  color: var(--ctdm-green);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.ctdm-flow-card p {
  margin: 0;
  color: var(--ctdm-muted);
  font-size: 12px;
}

.ctdm-faq-list {
  display: grid;
  gap: 16px;
}

.ctdm-faq-item {
  padding: 24px 28px;
  border: 1px solid var(--ctdm-line);
  border-radius: 22px;
  background: var(--ctdm-white);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .04);
}

.ctdm-faq-item h3,
.ctdm-faq-item p {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
}

.ctdm-faq-item h3 {
  margin-bottom: 10px;
  color: var(--ctdm-green);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.ctdm-faq-item p {
  color: var(--ctdm-muted);
  font-size: 15px;
}

.ctdm-faq-item h3 span {
  color: var(--ctdm-orange);
  font-weight: 950;
}

.ctdm-faq-item p span {
  color: #c8cecb;
  font-weight: 950;
}

.ctdm-contact-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 42px;
  overflow: hidden;
  padding: 54px;
  border-radius: 36px;
  color: var(--ctdm-white);
  background: var(--ctdm-green);
  box-shadow: 0 30px 70px rgba(0, 75, 50, .22);
}

.ctdm-contact-box::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 50%;
  width: 360px;
  height: 360px;
  border: 40px solid rgba(244, 211, 63, .18);
  border-radius: 999px;
  transform: translateY(-50%);
}

.ctdm-contact-box__copy,
.ctdm-contact-box__form {
  position: relative;
  z-index: 1;
}

.ctdm-contact-box__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .1);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ctdm-contact-box h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
}

.ctdm-contact-box__copy > p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
}

.ctdm-phone-box {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: rgba(0, 0, 0, .12);
}

.ctdm-phone-box a {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--ctdm-yellow);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.ctdm-phone-box p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.ctdm-contact-box__form {
  padding: 28px;
  border-radius: 26px;
  color: var(--ctdm-text);
  background: var(--ctdm-white);
}

.ctdm-contact-box__form h3 {
  margin: 0 0 18px;
  color: var(--ctdm-green);
  font-size: 20px;
  font-weight: 950;
}

.ctdm-contact-box__form .wpcf7 {
  margin: 0;
}

.ctdm-contact-box__form input[type="text"],
.ctdm-contact-box__form input[type="email"],
.ctdm-contact-box__form input[type="tel"],
.ctdm-contact-box__form textarea,
.ctdm-contact-box__form select {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #d9dfdc;
  border-radius: 10px;
  color: var(--ctdm-text);
  background: #fff;
  font: inherit;
}

.ctdm-contact-box__form textarea {
  min-height: 130px;
  resize: vertical;
}

.ctdm-contact-box__form input[type="submit"],
.ctdm-contact-box__form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  color: #fffdf4;
  background: linear-gradient(135deg, #006240 0%, var(--ctdm-green) 100%);
  box-shadow: 0 14px 26px rgba(0, 75, 50, .2);
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
}

.ctdm-cta-microcopy--form {
  margin-top: 14px;
  text-align: center;
}

.ctdm-footer {
  background: var(--ctdm-white);
}

.ctdm-footer__points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ctdm-line);
  border-bottom: 1px solid var(--ctdm-line);
}

.ctdm-footer__points div,
.ctdm-footer__points a {
  display: grid;
  gap: 4px;
  min-height: 110px;
  padding: 26px 34px;
  align-content: center;
  border-right: 1px solid var(--ctdm-line);
}

.ctdm-footer__points div:last-child,
.ctdm-footer__points a:last-child {
  border-right: 0;
}

.ctdm-footer__points a {
  color: var(--ctdm-white);
  background: var(--ctdm-green);
}

.ctdm-footer__points span {
  color: #9aa5a0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ctdm-footer__points a span {
  color: rgba(255, 255, 255, .58);
}

.ctdm-footer__points strong {
  color: var(--ctdm-green);
  font-size: 15px;
  font-weight: 900;
}

.ctdm-footer__points a strong {
  color: var(--ctdm-white);
}

.ctdm-footer__access {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 0;
}

.ctdm-footer__access p {
  margin: 0;
  color: #52605a;
  font-size: 13px;
  font-weight: 800;
}

.ctdm-footer__access a {
  flex: 0 0 auto;
  color: var(--ctdm-green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ctdm-footer__map {
  display: grid;
  gap: 10px;
  padding: 18px max(20px, calc((100vw - 1180px) / 2)) 30px;
  background: var(--ctdm-white);
}

.ctdm-footer__map iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 20px;
  background: var(--ctdm-soft);
}

.ctdm-footer__map a {
  justify-self: end;
  color: var(--ctdm-green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ctdm-footer__bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

.ctdm-footer__bottom p {
  margin: 0;
  color: #9aa5a0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ctdm-reveal {
  opacity: 1;
  transform: none;
}

.ctdm-reveal--right {
  transform: none;
}

.lp-corporate-tax-dm.is-reveal-ready .ctdm-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .58s ease, transform .58s ease;
}

.lp-corporate-tax-dm.is-reveal-ready .ctdm-reveal--right {
  transform: translateX(28px);
}

.lp-corporate-tax-dm.is-reveal-ready .ctdm-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.lp-corporate-tax-dm.is-reveal-ready .ctdm-concern-grid .ctdm-reveal:nth-child(2),
.lp-corporate-tax-dm.is-reveal-ready .ctdm-pricing-grid .ctdm-reveal:nth-child(2),
.lp-corporate-tax-dm.is-reveal-ready .ctdm-case-grid .ctdm-reveal:nth-child(2),
.lp-corporate-tax-dm.is-reveal-ready .ctdm-flow-grid .ctdm-reveal:nth-child(2) {
  transition-delay: .06s;
}

.lp-corporate-tax-dm.is-reveal-ready .ctdm-concern-grid .ctdm-reveal:nth-child(3),
.lp-corporate-tax-dm.is-reveal-ready .ctdm-pricing-grid .ctdm-reveal:nth-child(3),
.lp-corporate-tax-dm.is-reveal-ready .ctdm-case-grid .ctdm-reveal:nth-child(3),
.lp-corporate-tax-dm.is-reveal-ready .ctdm-flow-grid .ctdm-reveal:nth-child(3) {
  transition-delay: .12s;
}

.lp-corporate-tax-dm.is-reveal-ready .ctdm-concern-grid .ctdm-reveal:nth-child(4),
.lp-corporate-tax-dm.is-reveal-ready .ctdm-flow-grid .ctdm-reveal:nth-child(4) {
  transition-delay: .03s;
}

.lp-corporate-tax-dm.is-reveal-ready .ctdm-concern-grid .ctdm-reveal:nth-child(5),
.lp-corporate-tax-dm.is-reveal-ready .ctdm-flow-grid .ctdm-reveal:nth-child(5) {
  transition-delay: .09s;
}

.lp-corporate-tax-dm.is-reveal-ready .ctdm-concern-grid .ctdm-reveal:nth-child(6),
.lp-corporate-tax-dm.is-reveal-ready .ctdm-flow-grid .ctdm-reveal:nth-child(6) {
  transition-delay: .15s;
}

@media (prefers-reduced-motion: reduce) {
  .lp-corporate-tax-dm.is-reveal-ready .ctdm-reveal,
  .lp-corporate-tax-dm.is-reveal-ready .ctdm-reveal--right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1080px) {
  .ctdm-header__nav {
    display: none;
  }

  .ctdm-hero__inner {
    grid-template-columns: 1fr;
  }

  .ctdm-hero__visual {
    min-height: auto;
  }

  .ctdm-hero__slant {
    right: -80px;
    width: 65%;
  }

  .ctdm-proof-card {
    grid-template-columns: 1fr;
  }

  .ctdm-concern-grid,
  .ctdm-pricing-grid,
  .ctdm-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ctdm-pricing-card--featured {
    grid-column: 1 / -1;
  }

  .ctdm-doc-list {
    grid-template-columns: 1fr;
  }

  .ctdm-trust-card {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .ctdm-trust-card img {
    height: 240px;
  }

  .ctdm-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ctdm-flow-grid::before {
    display: none;
  }

  .ctdm-contact-box {
    grid-template-columns: 1fr;
  }

  .ctdm-footer__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ctdm-container,
  .ctdm-container--narrow {
    width: min(100% - 28px, 1180px);
  }

  .ctdm-header__inner {
    min-height: 68px;
  }

  .ctdm-brand__sub,
  .ctdm-header__phone {
    display: none;
  }

  .ctdm-header__cta {
    min-height: 40px;
    padding: 9px 16px;
    font-size: 13px;
  }

  .ctdm-hero {
    min-height: auto;
  }

  .ctdm-hero__inner {
    gap: 34px;
    padding: 48px 0;
  }

  .ctdm-hero__title {
    font-size: clamp(48px, 14vw, 66px);
  }

  .ctdm-hero__lead {
    font-size: 16px;
  }

  .ctdm-hero__actions {
    display: grid;
  }

  .ctdm-hero__visual {
    display: none;
  }

  .ctdm-section {
    padding: 64px 0;
  }

  .ctdm-section__head {
    margin-bottom: 34px;
  }

  .ctdm-section__head p {
    font-size: 15px;
  }

  .ctdm-concern-grid,
  .ctdm-pricing-grid,
  .ctdm-flow-grid {
    grid-template-columns: 1fr;
  }

  .ctdm-proof-band {
    padding: 22px 0;
  }

  .ctdm-proof-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
    border-radius: 22px;
  }

  .ctdm-proof-card h2 {
    font-size: 24px;
  }

  .ctdm-proof-card__copy p {
    font-size: 14px;
  }

  .ctdm-proof-card__stats {
    grid-template-columns: 1fr;
  }

  .ctdm-proof-card__stats div {
    min-height: auto;
    padding: 18px;
  }

  .ctdm-proof-card__stats strong {
    font-size: 44px;
  }

  .ctdm-proof-card__note {
    margin-top: 0;
  }

  .ctdm-concern-card {
    display: block;
  }

  .ctdm-concern-card img {
    width: 110px;
    height: 110px;
    margin: 0 auto 16px;
  }

  .ctdm-concern-card h3 {
    font-size: 18px;
  }

  .ctdm-case-slider {
    overflow: hidden;
    padding: 0 4px;
  }

  .ctdm-case-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    transition: transform .32s ease;
    will-change: transform;
  }

  .ctdm-case-card {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .ctdm-case-card__head {
    min-height: 118px;
    padding: 20px 38px 18px;
  }

  .ctdm-case-card__head h3 {
    font-size: 20px;
  }

  .ctdm-case-card__body {
    padding: 22px 38px 26px;
  }

  .ctdm-case-nav {
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 75, 50, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 26px rgba(0, 0, 0, .12);
    transform: translateY(-50%);
    cursor: pointer;
    transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
  }

  .ctdm-case-nav::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid var(--ctdm-green);
    border-right: 3px solid var(--ctdm-green);
  }

  .ctdm-case-nav--prev {
    left: 0;
  }

  .ctdm-case-nav--prev::before {
    margin-left: 4px;
    transform: rotate(-135deg);
  }

  .ctdm-case-nav--next {
    right: 0;
  }

  .ctdm-case-nav--next::before {
    margin-right: 4px;
    transform: rotate(45deg);
  }

  .ctdm-case-nav:not(:disabled):active {
    transform: translateY(-50%) scale(.96);
  }

  .ctdm-case-nav:disabled {
    opacity: .38;
    cursor: default;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
  }

  .ctdm-note-box {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .ctdm-compare-wrap {
    display: none;
  }

  .ctdm-compare-tabs {
    display: block;
  }

  .ctdm-doc-panel {
    padding: 22px;
  }

  .ctdm-doc-list {
    grid-template-columns: 1fr;
  }

  .ctdm-trust-card {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px;
    text-align: center;
  }

  .ctdm-trust-card img {
    width: 136px;
    height: 136px;
    border-radius: 999px;
    object-position: center 18%;
  }

  .ctdm-trust-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
    text-align: left;
  }

  .ctdm-trust-card p:last-child {
    text-align: left;
  }

  .ctdm-flow-grid {
    gap: 28px;
  }

  .ctdm-flow-card__body {
    min-height: 158px;
  }

  .ctdm-contact-box {
    padding: 28px;
    border-radius: 28px;
  }

  .ctdm-phone-box a {
    font-size: 28px;
  }

  .ctdm-contact-box__form {
    padding: 20px;
  }

  .ctdm-contact-box__form h3 {
    font-size: 18px;
    line-height: 1.45;
  }

  .ctdm-footer__points {
    grid-template-columns: 1fr;
  }

  .ctdm-footer__points div,
  .ctdm-footer__points a {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid var(--ctdm-line);
  }

  .ctdm-footer__access {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 22px;
  }

  .ctdm-footer__map {
    padding: 18px 14px 24px;
  }

  .ctdm-footer__map iframe {
    height: 220px;
    border-radius: 16px;
  }

  .ctdm-footer__map a {
    justify-self: start;
  }

  .ctdm-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 760px) {
  #contact .ctdm-contact-box {
    grid-template-columns: minmax(0, 1fr);
  }

  #contact .ctdm-contact-box__copy,
  #contact .ctdm-contact-box__form,
  #contact .ctdm-phone-box {
    min-width: 0;
    width: 100%;
  }

  #contact .ctdm-contact-box__form input,
  #contact .ctdm-contact-box__form textarea,
  #contact .ctdm-contact-box__form select {
    max-width: 100%;
    box-sizing: border-box;
  }

  #contact .ctdm-contact-box__form input[type="submit"],
  #contact .ctdm-contact-box__form button[type="submit"] {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
  }
}