.hdv2-web-hosting-new .hdv2-whnew-notice {
    padding: 0 0 88px;
}

.hdv2-web-hosting-new .hdv2-whnew-notice__inner {
    display: grid;
    min-height: 86px;
    padding: 20px 25px;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    border: 1px solid #d9e3f3;
    border-radius: 12px;
    background: #f5f8fd;
}

.hdv2-web-hosting-new .hdv2-whnew-notice__icon {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 9px;
    color: #1965d8;
    background: #e5edfb;
}

.hdv2-web-hosting-new .hdv2-whnew-notice__icon svg {
    width: 20px;
    height: 20px;
}

.hdv2-web-hosting-new .hdv2-whnew-notice__icon .hdv2-windows-logo-icon {
    display: block;
    width: 20px;
    height: 20px;
}

.hdv2-web-hosting-new .hdv2-whnew-notice p {
    margin: 0;
    color: #4d586b;
    font-size: 14px;
    line-height: 1.65;
}

.hdv2-web-hosting-new .hdv2-whnew-notice p strong {
    color: #303b4f;
    font-weight: 700;
}

.hdv2-web-hosting-new .hdv2-whnew-notice a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--whnew-blue);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.hdv2-web-hosting-new .hdv2-whnew-notice a:hover {
    opacity: 0.85;
}

.hdv2-web-hosting-new .hdv2-whnew-notice a svg {
    width: 16px;
    height: 16px;
}

.hdv2-web-hosting-new .hdv2-whnew-platform {
    padding: 95px 0;
    border-block: 1px solid var(--whnew-line);
    background: var(--whnew-soft);
}

.hdv2-web-hosting-new .hdv2-whnew-platform__grid {
    display: grid;
    grid-template-columns: 1.25fr .875fr .875fr;
    gap: 15px;
}

.hdv2-web-hosting-new .hdv2-whnew-platform__grid article {
    min-height: 280px;
    padding: 32px;
    border: 1px solid #dfe4ed;
    border-radius: 13px;
    background: #fff;
}

.hdv2-web-hosting-new .hdv2-whnew-platform__grid article:first-child {
    color: #fff;
    border-color: #173d80;
    background: #163d7e;
}

.hdv2-web-hosting-new .hdv2-whnew-platform__grid article > span {
    display: grid;
    width: 47px;
    height: 47px;
    margin-bottom: 46px;
    place-items: center;
    border-radius: 10px;
    color: var(--whnew-blue);
    background: #edf3fe;
}

.hdv2-web-hosting-new .hdv2-whnew-platform__grid article:first-child > span {
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.hdv2-web-hosting-new .hdv2-whnew-platform__grid svg {
    width: 23px;
    height: 23px;
}

.hdv2-web-hosting-new .hdv2-whnew-platform__grid h3 {
    margin: 0;
    color: var(--whnew-ink);
    font-size: 19px;
}

.hdv2-web-hosting-new .hdv2-whnew-platform__grid article:first-child h3 {
    color: #fff;
}

.hdv2-web-hosting-new .hdv2-whnew-platform__grid p {
    margin: 12px 0 0;
    color: var(--whnew-muted);
    font-size: 14px;
    line-height: 1.7;
}

.hdv2-web-hosting-new .hdv2-whnew-platform__grid article:first-child p {
    color: #cbd8ee;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare {
    padding: 100px 0;
    background: #fff;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare .hdv2-web-hosting-section-head {
    max-width: 740px;
    margin: 0 auto 42px;
    text-align: center;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare .hdv2-web-hosting-section-head__title {
    color: var(--whnew-ink);
    font-size: clamp(30px, 3.4vw, 44px);
    letter-spacing: -.035em;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare .hdv2-web-hosting-section-head__lead {
    color: var(--whnew-muted);
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    border: 1px solid #d8dee8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(31, 48, 76, .08);
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table {
    width: 100%;
    min-width: 850px;
    margin: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__col-feature {
    width: 22%;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__col-plan {
    width: 19.5%;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table th,
.hdv2-web-hosting-new .hdv2-web-hosting-compare__table td {
    height: 62px;
    padding: 16px 20px;
    border: 0;
    border-right: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
    text-align: center;
    vertical-align: middle;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table thead th {
    height: 82px;
    color: #202b3d;
    background: #f6f8fb;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table th:first-child,
.hdv2-web-hosting-new .hdv2-web-hosting-compare__table td:first-child {
    width: 22%;
    text-align: left;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table tbody th {
    color: #303b4f;
    background: #fbfcfd;
    font-size: 12px;
    font-weight: 750;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table tbody td {
    color: #4c586b;
    background: #fff;
    font-size: 13px;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table tr > *:last-child {
    border-right: 0;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table tbody tr:last-child > * {
    border-bottom: 0;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table .hdv2-web-hosting-compare__col--featured {
    background: #f2f6ff;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table thead .hdv2-web-hosting-compare__col--featured {
    color: #114fbe;
    background: #e9f1ff;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__tag {
    display: table;
    padding: 4px 8px;
    margin: 7px auto 0;
    border-radius: 999px;
    color: #fff;
    background: var(--whnew-blue);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.2;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__unlimited {
    color: var(--whnew-blue);
    font-weight: 800;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__groups {
    border-top: 1px solid #edf0f4;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__group {
    border-bottom: 1px solid #edf0f4;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__group:last-child {
    border-bottom: none;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__group-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 850px;
    padding: 16px 20px;
    background: #f6f8fb;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__group-summary::-webkit-details-marker {
    display: none;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__group-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--whnew-blue);
    color: #fff;
    flex-shrink: 0;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__group-icon svg {
    width: 16px;
    height: 16px;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__group-title {
    flex: 1;
    color: #1f2a3d;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__group-chevron {
    display: inline-flex;
    color: #94a3b8;
    flex-shrink: 0;
    transition: transform .2s ease;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__group-chevron svg {
    width: 18px;
    height: 18px;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__group:not([open]) .hdv2-web-hosting-compare__group-chevron {
    transform: rotate(180deg);
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table--group {
    min-width: 850px;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table--group tbody tr:nth-child(even) th,
.hdv2-web-hosting-new .hdv2-web-hosting-compare__table--group tbody tr:nth-child(even) td {
    background: #f8fafc;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__table--group tbody tr:nth-child(even) .hdv2-web-hosting-compare__col--featured {
    background: #eef3fb;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare .hdv2-compare-included {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: var(--whnew-blue);
    color: #fff;
    vertical-align: middle;
    flex-shrink: 0;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare .hdv2-compare-included svg {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare .hdv2-compare-excluded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    background: #e8edf4;
    color: #94a3b8;
    vertical-align: middle;
    flex-shrink: 0;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare .hdv2-compare-excluded svg {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__price {
    display: inline-block;
    color: var(--whnew-ink);
    font-size: 16px;
    font-weight: 850;
}

.hdv2-web-hosting-new .hdv2-web-hosting-compare__unit {
    display: block;
    margin-top: 3px;
    color: var(--whnew-muted);
    font-size: 10px;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages {
    padding: 105px 0;
    border-block: 1px solid var(--whnew-line);
    background: var(--whnew-soft);
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__list {
    position: relative;
    display: grid;
    max-width: 1080px;
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
    gap: 0 48px;
    margin: 0 auto;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__list::before {
    position: absolute;
    top: 48px;
    bottom: 136px;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, transparent, #a9bce0 8%, #a9bce0 92%, transparent);
    content: "";
    transform: translateX(-50%);
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 165px;
    padding: 25px 0;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid #d6deea;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(odd):not(:last-child) {
    grid-column: 1;
    flex-direction: row-reverse;
    text-align: right;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(even) {
    grid-column: 3;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(1),
.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(2) {
    grid-row: 1;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(3),
.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(4) {
    grid-row: 2;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(5),
.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(6) {
    grid-row: 3;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(7),
.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(8) {
    grid-row: 4;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(-n+8)::after {
    position: absolute;
    top: 50%;
    width: 84px;
    height: 1px;
    background: #b9c7dc;
    content: "";
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(-n+8)::before {
    position: absolute;
    z-index: 1;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border: 2px solid var(--whnew-soft);
    border-radius: 50%;
    background: var(--whnew-blue);
    box-shadow: 0 0 0 3px #b9c7dc;
    content: "";
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(odd):not(:last-child)::after {
    right: -84px;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(odd):not(:last-child)::before {
    right: -89px;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(even)::after {
    left: -84px;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(even)::before {
    left: -89px;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #cdd9ec;
    border-radius: 50%;
    color: var(--whnew-blue);
    background: #fff;
    box-shadow: 0 7px 17px rgba(31, 48, 76, .07);
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__icon svg {
    width: 21px;
    height: 21px;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__list h3 {
    margin: 0;
    color: var(--whnew-ink);
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: -.015em;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__list p {
    max-width: 410px;
    margin: 11px 0 0;
    color: var(--whnew-muted);
    font-size: 13px;
    line-height: 1.7;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item--backup {
    width: min(680px, 100%);
    min-height: 0;
    padding: 25px 30px;
    grid-row: 5;
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 45px;
    border: 1px solid #c7d8cd;
    border-radius: 12px;
    background: #f1f8f3;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__item--backup .hdv2-whnew-advantages__icon {
    color: #147653;
    border-color: #bfddcc;
    background: #dff2e8;
    box-shadow: none;
}

.hdv2-web-hosting-new .hdv2-whnew-advantages__action {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.hdv2-web-hosting-new .hdv2-whnew-backup {
    padding: 65px 0;
    color: #fff;
    background: #102c5c;
}

.hdv2-web-hosting-new .hdv2-whnew-backup__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
}

.hdv2-web-hosting-new .hdv2-whnew-backup__icon {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.hdv2-web-hosting-new .hdv2-whnew-backup__icon svg {
    width: 29px;
    height: 29px;
}

.hdv2-web-hosting-new .hdv2-whnew-backup h2 {
    margin: 0;
    color: #fff;
    font-size: 27px;
}

.hdv2-web-hosting-new .hdv2-whnew-backup p {
    max-width: 740px;
    margin: 8px 0 0;
    color: #cbd6e9;
    font-size: 14px;
    line-height: 1.65;
}

.hdv2-web-hosting-new .hdv2-whnew-button--light {
    color: #12346a;
    background: #fff;
}

.hdv2-web-hosting-new .hdv2-whnew-button--light:hover {
    color: #12346a;
}

.hdv2-web-hosting-new .hdv2-whnew-how {
    padding: 105px 0;
}

.hdv2-web-hosting-new .hdv2-whnew-how__steps {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    list-style: none;
    counter-reset: steps;
}

.hdv2-web-hosting-new .hdv2-whnew-how__steps li {
    position: relative;
    min-height: 245px;
    padding: 30px 26px;
    border: 1px solid #dfe4ec;
    border-right: 0;
}

.hdv2-web-hosting-new .hdv2-whnew-how__steps li:first-child {
    border-radius: 12px 0 0 12px;
}

.hdv2-web-hosting-new .hdv2-whnew-how__steps li:last-child {
    border-right: 1px solid #dfe4ec;
    border-radius: 0 12px 12px 0;
}

.hdv2-web-hosting-new .hdv2-whnew-how__steps span {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--whnew-blue);
    background: #edf3fe;
    font-size: 11px;
    font-weight: 800;
}

.hdv2-web-hosting-new .hdv2-whnew-how__steps h3 {
    margin: 39px 0 0;
    color: var(--whnew-ink);
    font-size: 17px;
}

.hdv2-web-hosting-new .hdv2-whnew-how__steps p {
    margin: 11px 0 0;
    color: var(--whnew-muted);
    font-size: 13px;
    line-height: 1.65;
}

.hdv2-web-hosting-new .hdv2-whnew-info {
    padding: 72px 0;
    border-block: 1px solid var(--whnew-line);
    background: var(--whnew-soft);
}

.hdv2-web-hosting-new .hdv2-whnew-info__board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hdv2-web-hosting-new .hdv2-whnew-info__tile {
    position: relative;
    min-width: 0;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid #c9d4e4;
    border-radius: 17px;
    background: #102c5c;
    box-shadow: 0 15px 35px rgba(31, 48, 76, .1);
}

.hdv2-web-hosting-new .hdv2-whnew-info__tile figure {
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
    background: #e9eef6;
}

.hdv2-web-hosting-new .hdv2-whnew-info__tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.hdv2-web-hosting-new .hdv2-whnew-info__tile::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 34, 70, .98) 0%, rgba(11, 34, 70, .93) 45%, rgba(11, 34, 70, .36) 76%, rgba(11, 34, 70, .05) 100%);
    content: "";
}

.hdv2-web-hosting-new .hdv2-whnew-info__tile:nth-child(even)::after {
    background: linear-gradient(270deg, rgba(18, 43, 77, .98) 0%, rgba(18, 43, 77, .93) 45%, rgba(18, 43, 77, .36) 76%, rgba(18, 43, 77, .05) 100%);
}

.hdv2-web-hosting-new .hdv2-whnew-info__tile:hover img {
    transform: scale(1.025);
}

.hdv2-web-hosting-new .hdv2-whnew-info__tile > div {
    position: relative;
    z-index: 2;
    display: flex;
    width: 72%;
    min-height: 420px;
    padding: 28px 30px;
    justify-content: flex-end;
    flex-direction: column;
}

.hdv2-web-hosting-new .hdv2-whnew-info__tile:nth-child(even) > div {
    margin-left: auto;
}

.hdv2-web-hosting-new .hdv2-whnew-info__tile > div > span {
    display: block;
    margin-bottom: auto;
    color: rgba(255, 255, 255, .55);
    font-size: 48px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.06em;
}

.hdv2-web-hosting-new .hdv2-whnew-info h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.hdv2-web-hosting-new .hdv2-whnew-info p {
    margin: 10px 0 0;
    color: #d5e0f0;
    font-size: 13px;
    line-height: 1.65;
}

:root[data-hdv2-theme="dark"] .hdv2-web-hosting-new .hdv2-whnew-info__tile {
    border-color: var(--whnew-line);
    box-shadow: none;
}

.hdv2-web-hosting-new .hdv2-whnew-related {
    padding: 105px 0;
}

.hdv2-web-hosting-new .hdv2-whnew-related__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--whnew-line);
    border-left: 1px solid var(--whnew-line);
}

.hdv2-web-hosting-new .hdv2-whnew-related__grid > a {
    display: grid;
    min-height: 180px;
    padding: 29px;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: start;
    border-right: 1px solid var(--whnew-line);
    border-bottom: 1px solid var(--whnew-line);
    color: inherit;
    background: #fff;
    transition: background .2s ease;
}

.hdv2-web-hosting-new .hdv2-whnew-related__grid > a:hover {
    background: #f7f9fc;
}

.hdv2-web-hosting-new .hdv2-whnew-related__grid > a > span {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 9px;
    color: var(--whnew-blue);
    background: #edf3fe;
}

.hdv2-web-hosting-new .hdv2-whnew-related__grid > a > span svg {
    width: 22px;
    height: 22px;
}

.hdv2-web-hosting-new .hdv2-whnew-related h3 {
    margin: 0;
    color: var(--whnew-ink);
    font-size: 17px;
}

.hdv2-web-hosting-new .hdv2-whnew-related p {
    margin: 9px 0 0;
    color: var(--whnew-muted);
    font-size: 13px;
    line-height: 1.65;
}

.hdv2-web-hosting-new .hdv2-whnew-related__arrow {
    width: 18px;
    height: 18px;
    color: #8b96a8;
}

.hdv2-web-hosting-new .hdv2-web-hosting-faq {
    padding-top: 105px;
    border-top: 1px solid var(--whnew-line);
    background: #f8f9fc;
}

@media (max-width: 920px) {
    .hdv2-web-hosting-new .hdv2-web-hosting-compare,
    .hdv2-web-hosting-new .hdv2-web-hosting-compare .hdv2-home__container {
        min-width: 0;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare__wrap {
        width: 100%;
        max-width: 100%;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare__table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare__table th,
    .hdv2-web-hosting-new .hdv2-web-hosting-compare__table td {
        padding: 13px 8px;
        overflow-wrap: anywhere;
        font-size: 11px;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare__table th:first-child {
        width: 26%;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare__price {
        font-size: 13px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-platform__grid {
        grid-template-columns: 1fr;
    }

    .hdv2-web-hosting-new .hdv2-whnew-platform__grid article {
        min-height: 230px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-advantages__list {
        display: block;
        max-width: 680px;
        overflow: hidden;
    }

    .hdv2-web-hosting-new .hdv2-whnew-advantages__list::before {
        top: 24px;
        bottom: 24px;
        left: 23px;
        transform: none;
    }

    .hdv2-web-hosting-new .hdv2-whnew-advantages__item,
    .hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(odd):not(:last-child),
    .hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(even) {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 12px 16px;
        align-items: start;
        min-width: 0;
        min-height: 0;
        padding: 24px 0;
        grid-column: auto;
        grid-row: auto;
        flex-direction: row;
        text-align: left;
    }

    .hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(-n+8)::before,
    .hdv2-web-hosting-new .hdv2-whnew-advantages__item:nth-child(-n+8)::after {
        display: none;
    }

    .hdv2-web-hosting-new .hdv2-whnew-advantages__item .hdv2-whnew-advantages__icon {
        position: static;
        grid-row: 1 / span 2;
        margin-top: 2px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-advantages__item > div {
        min-width: 0;
    }

    .hdv2-web-hosting-new .hdv2-whnew-advantages__item--backup {
        width: 100%;
        max-width: 100%;
        margin-top: 12px;
        padding: 20px 16px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info__board {
        grid-template-columns: 1fr;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info__tile {
        min-height: 360px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info__tile > div {
        width: 64%;
        min-height: 360px;
        padding: 24px 26px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-how__steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .hdv2-web-hosting-new .hdv2-whnew-how__steps li,
    .hdv2-web-hosting-new .hdv2-whnew-how__steps li:first-child,
    .hdv2-web-hosting-new .hdv2-whnew-how__steps li:last-child {
        border: 1px solid #dfe4ec;
        border-radius: 0;
    }

}

@media (max-width: 640px) {
    .hdv2-web-hosting-new .hdv2-whnew-notice {
        padding-bottom: 65px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-notice__inner {
        grid-template-columns: auto 1fr;
    }

    .hdv2-web-hosting-new .hdv2-whnew-notice__inner a {
        grid-column: 1 / -1;
    }

    .hdv2-web-hosting-new .hdv2-whnew-platform,
    .hdv2-web-hosting-new .hdv2-web-hosting-compare,
    .hdv2-web-hosting-new .hdv2-whnew-advantages,
    .hdv2-web-hosting-new .hdv2-whnew-how,
    .hdv2-web-hosting-new .hdv2-whnew-info,
    .hdv2-web-hosting-new .hdv2-whnew-related {
        padding: 75px 0;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare,
    .hdv2-web-hosting-new .hdv2-web-hosting-compare .hdv2-home__container {
        min-width: 0;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare__wrap {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
        contain: layout inline-size paint;
        scrollbar-width: thin;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare__table {
        width: 720px;
        min-width: 720px;
        table-layout: fixed;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare__table th,
    .hdv2-web-hosting-new .hdv2-web-hosting-compare__table td {
        padding: 14px 10px;
        overflow-wrap: normal;
        font-size: 11px;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare__table th:first-child {
        width: 22%;
        text-align: left;
    }

    .hdv2-web-hosting-new .hdv2-web-hosting-compare__price {
        font-size: 14px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-platform__grid article {
        min-height: 0;
        padding: 25px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-platform__grid article > span {
        margin-bottom: 30px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-advantages__list,
    .hdv2-web-hosting-new .hdv2-whnew-related__grid,
    .hdv2-web-hosting-new .hdv2-whnew-how__steps {
        grid-template-columns: 1fr;
    }

    .hdv2-web-hosting-new .hdv2-whnew-advantages__list article {
        min-height: 0;
    }

    .hdv2-web-hosting-new .hdv2-whnew-backup__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hdv2-web-hosting-new .hdv2-whnew-backup__icon {
        margin: 0 auto;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info__board {
        grid-template-columns: 1fr;
        border: 0;
        gap: 16px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info__tile,
    .hdv2-web-hosting-new .hdv2-whnew-info__tile:first-child {
        display: flex;
        min-height: 0;
        grid-column: auto;
        flex-direction: column;
        border: 1px solid #c1cee0;
        border-radius: 12px;
        background: #102c5c;
        overflow: hidden;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info__tile figure,
    .hdv2-web-hosting-new .hdv2-whnew-info__tile:nth-child(even) figure,
    .hdv2-web-hosting-new .hdv2-whnew-info__tile:first-child figure {
        position: relative;
        inset: auto;
        width: 100%;
        height: 160px;
        flex: 0 0 160px;
        order: 1;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info__tile::after,
    .hdv2-web-hosting-new .hdv2-whnew-info__tile:nth-child(even)::after {
        display: none;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info__tile > div,
    .hdv2-web-hosting-new .hdv2-whnew-info__tile:nth-child(even) > div,
    .hdv2-web-hosting-new .hdv2-whnew-info__tile:first-child > div {
        width: 100%;
        min-height: 0;
        padding: 20px 20px 24px;
        margin: 0;
        order: 2;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info__tile > div > span {
        margin-bottom: 14px;
        color: rgba(255, 255, 255, .45);
        font-size: 34px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info h2 {
        font-size: 23px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-info__tile:first-child h2 {
        font-size: 23px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-related__grid {
        border: 0;
        gap: 10px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-related__grid > a {
        grid-template-columns: auto 1fr;
        border: 1px solid var(--whnew-line);
        border-radius: 10px;
    }

    .hdv2-web-hosting-new .hdv2-whnew-related__arrow {
        display: none;
    }
}
