.dv-czod-gate-v1,
.dv-czod-gate-v1 * {
  box-sizing: border-box;
}

.dv-czod-gate-v1 {
  color: #252d30;
  background: #f7f8f8;
  padding-top: 64px;
  padding-bottom: 64px;
}

.dv-czod-gate-v1__visual-note {
  margin: 14px 0 0;
  padding: 11px 13px;
  border: 1px solid #e6d1c7;
  border-radius: 8px;
  color: #5a6265;
  background: #fff8f4;
  font-size: 13px;
  line-height: 1.45;
}

.dv-czod-gate-v1__visual-note strong {
  color: #a84d28;
}

.dv-czod-gate-v1__intro,
.dv-czod-gate-v1__section {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.dv-czod-gate-v1__intro {
  margin-bottom: 28px;
}

.dv-czod-gate-v1__eyebrow {
  margin: 0 0 10px;
  color: #c7653d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.dv-czod-gate-v1 h2 {
  margin: 0 0 14px;
  color: #1f282b;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
}

.dv-czod-gate-v1 h3 {
  margin: 0 0 10px;
  color: #252d30;
  font-size: 20px;
  line-height: 1.3;
}

.dv-czod-gate-v1 p,
.dv-czod-gate-v1 li,
.dv-czod-gate-v1 td,
.dv-czod-gate-v1 th {
  font-size: 16px;
  line-height: 1.58;
}

.dv-czod-gate-v1 p {
  margin: 0 0 16px;
  color: #566164;
}

.dv-czod-gate-v1__cards {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
  gap: 16px;
}

.dv-czod-gate-v1__cards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dv-czod-gate-v1__cards--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dv-czod-gate-v1__card {
  padding: 22px;
  border: 1px solid #dfe3e4;
  border-radius: 12px;
  background: #fff;
}

.dv-czod-gate-v1__card p:last-child,
.dv-czod-gate-v1__card ul:last-child {
  margin-bottom: 0;
}

.dv-czod-gate-v1__card ul {
  margin: 0;
  padding-left: 20px;
  color: #566164;
}

.dv-czod-gate-v1__card li + li {
  margin-top: 6px;
}

.dv-czod-gate-v1__section {
  margin-top: 52px;
}

.dv-czod-gate-v1__table-wrap {
  overflow-x: auto;
  border: 1px solid #dfe3e4;
  border-radius: 12px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.dv-czod-gate-v1__table-wrap:focus {
  outline: 2px solid #c7653d;
  outline-offset: 3px;
}

.dv-czod-gate-v1__table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.dv-czod-gate-v1__table th,
.dv-czod-gate-v1__table td {
  padding: 15px 17px;
  border-bottom: 1px solid #e7e9ea;
  text-align: left;
  vertical-align: top;
}

.dv-czod-gate-v1__table th {
  color: #fff;
  background: #2f393c;
  font-size: 14px;
  font-weight: 700;
}

.dv-czod-gate-v1__table tr:last-child td {
  border-bottom: 0;
}

.dv-czod-gate-v1__table a,
.dv-czod-gate-v1__links a {
  color: #b65731;
  font-weight: 700;
  text-decoration: none;
}

.dv-czod-gate-v1__table a:hover,
.dv-czod-gate-v1__table a:focus,
.dv-czod-gate-v1__links a:hover,
.dv-czod-gate-v1__links a:focus {
  color: #8e3f21;
  text-decoration: underline;
}

.dv-czod-gate-v1__note {
  margin-top: 14px !important;
  padding: 14px 16px;
  border-left: 4px solid #c7653d;
  background: #fff;
}

.dv-czod-gate-v1__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: dv-czod-step;
  gap: 14px;
}

.dv-czod-gate-v1__steps li {
  min-height: 180px;
  padding: 20px;
  border: 1px solid #dfe3e4;
  border-radius: 12px;
  background: #fff;
  counter-increment: dv-czod-step;
}

.dv-czod-gate-v1__steps li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  background: #c7653d;
  content: counter(dv-czod-step);
  font-weight: 700;
}

.dv-czod-gate-v1__steps strong,
.dv-czod-gate-v1__steps span {
  display: block;
}

.dv-czod-gate-v1__steps span {
  margin-top: 7px;
  color: #566164;
}

.dv-czod-gate-v1__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 52px auto 0;
  padding: 28px;
  border-radius: 14px;
  color: #fff;
  background: #2f393c;
  gap: 28px;
}

.dv-czod-gate-v1__cta h2,
.dv-czod-gate-v1__cta p {
  color: #fff;
}

.dv-czod-gate-v1__cta h2 {
  font-size: clamp(26px, 2.6vw, 36px);
}

.dv-czod-gate-v1__cta p {
  max-width: 720px;
  margin-bottom: 0;
  opacity: .86;
}

.dv-czod-gate-v1__cta-button {
  flex: 0 0 auto;
  min-height: 50px;
  padding-right: 24px;
  padding-left: 24px;
  white-space: nowrap;
}

.dv-czod-gate-v1__links {
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 22px auto 0;
  gap: 10px;
}

.dv-czod-gate-v1__links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid #e2c4b4;
  border-radius: 999px;
  background: #fff7f2;
}

@media (max-width: 980px) {
  .dv-czod-gate-v1__cards--three,
  .dv-czod-gate-v1__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dv-czod-gate-v1__cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .dv-czod-gate-v1 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .dv-czod-gate-v1__visual-note {
    font-size: 12px;
  }

  .dv-czod-gate-v1 h2 {
    font-size: 28px;
  }

  .dv-czod-gate-v1 h3 {
    font-size: 19px;
  }

  .dv-czod-gate-v1 p,
  .dv-czod-gate-v1 li,
  .dv-czod-gate-v1 td,
  .dv-czod-gate-v1 th {
    font-size: 15px;
  }

  .dv-czod-gate-v1__cards--three,
  .dv-czod-gate-v1__cards--two,
  .dv-czod-gate-v1__steps {
    grid-template-columns: 1fr;
  }

  .dv-czod-gate-v1__card,
  .dv-czod-gate-v1__cta {
    padding: 19px;
  }

  .dv-czod-gate-v1__section,
  .dv-czod-gate-v1__cta {
    margin-top: 40px;
  }

  .dv-czod-gate-v1__steps li {
    min-height: 0;
  }

  .dv-czod-gate-v1__cta-button {
    width: 100%;
    white-space: normal;
  }
}

