:root { --ink: #141414; --fg: #3f3f3f; --fg-2: #5c5c5c; --fg-3: #8a8a8a; --bg: #fdfcfb; --soft: #f4f2ef; --line: #e8e6e2; --blue: #1B4DE4; --blue-d: #1039B8; --terra: #b5502f; --wash: #f5e8e2; --s: 'Archivo', -apple-system, system-ui, sans-serif; --sf: 'Sorts Mill Goudy', Georgia, serif; --m26-serif: var(--sf); --m26-sans: var(--s); --accent: var(--blue); --terra-soft: var(--wash); --sans: var(--s); --serif: var(--sf); --m26-container-max: 1180px; --m26-container-pad: 48px; --m26-content: 1084px; } :where(.nav, .ft, .fr-footer, .hero, .mk, .dr, .st, .tl, .fq, .rp, .cl, .ph, .sec, .cl2, .pgrid) { box-sizing: border-box; } :where(.nav, .ft, .fr-footer, .hero, .mk, .dr, .st, .tl, .fq, .rp, .cl, .ph, .sec, .cl2, .pgrid) *, :where(.nav, .ft, .fr-footer, .hero, .mk, .dr, .st, .tl, .fq, .rp, .cl, .ph, .sec, .cl2, .pgrid) *::before, :where(.nav, .ft, .fr-footer, .hero, .mk, .dr, .st, .tl, .fq, .rp, .cl, .ph, .sec, .cl2, .pgrid) *::after { box-sizing: border-box; margin: 0; padding: 0; } :where(.nav, .ft, .hero, .mk, .dr, .st, .tl, .fq, .rp, .cl, .ph, .sec, .cl2, .pgrid) { background: var(--bg); color: var(--fg); font-family: var(--s); -webkit-font-smoothing: antialiased; line-height: 1.65; } :where(.nav, .ft, .fr-footer, .m26, .m26-mnav, .hero, .mk, .dr, .st, .tl, .fq, .rp, .cl, .ph, .sec, .cl2, .pgrid) a { color: inherit; text-decoration: none; } :where(.nav, .ft, .hero, .mk, .dr, .st, .tl, .fq, .rp, .cl, .ph, .sec, .cl2, .pgrid) h1, :where(.nav, .ft, .hero, .mk, .dr, .st, .tl, .fq, .rp, .cl, .ph, .sec, .cl2, .pgrid) h2, :where(.nav, .ft, .hero, .mk, .dr, .st, .tl, .fq, .rp, .cl, .ph, .sec, .cl2, .pgrid) h3 { color: var(--ink); font-family: var(--sf); font-weight: 400; letter-spacing: -0.012em; line-height: 1.1; } .w, .m26-container { max-width: 1180px; margin: 0 auto; padding: 0 48px; } .btn, .m26-btn { display: inline-flex; align-items: center; gap: 9px; padding: 16px 32px; background: var(--blue); color: #fff; font-family: var(--s); font-size: 15px; font-weight: 500; border-radius: 4px; border: 0; transition: 0.2s; } .btn:hover, .m26-btn:hover { background: var(--blue-d); } .btn.gh, .m26-btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); } .btn.gh:hover, .m26-btn--ghost:hover { border-color: var(--ink); background: transparent; } .m26-btn__arrow { transition: transform 0.15s; } .btn:hover .m26-btn__arrow, .m26-btn:hover .m26-btn__arrow { transform: translateX(3px); } .nav { position: sticky; top: 0; z-index: 50; background: rgba(253, 252, 251, 0.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); } .nav .w { display: flex; justify-content: space-between; align-items: center; height: 84px; position: relative; } .nav .l { display: flex; align-items: center; gap: 56px; } .nav .l > a { display: block; flex-shrink: 0; } .nav .l > a > svg { display: block; width: 36px; height: 36px; } .nav .m { display: flex; gap: 38px; align-items: stretch; height: 84px; } .nav .m > a { display: flex; align-items: center; font-size: 14.5px; font-weight: 450; color: var(--fg); letter-spacing: -0.01em; transition: 0.15s; height: 100%; } .nav .m a:hover { color: var(--ink); } .dd { display: flex; align-items: stretch; } .dd button { background: none; border: 0; font-family: var(--s); font-size: 14.5px; font-weight: 450; color: var(--fg); cursor: pointer; padding: 0; height: 100%; display: flex; align-items: center; gap: 7px; letter-spacing: -0.01em; line-height: 1; transition: 0.15s; } .dd button i { width: 5px; height: 5px; border-right: 1.3px solid currentColor; border-bottom: 1.3px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: 0.24s; display: inline-block; font-style: normal; } .dd:hover button, .dd:hover button i, .dd[data-open="true"] button, .dd[data-open="true"] button i, .dd:focus-within button, .dd:focus-within button i { color: var(--ink); } .dd:hover button i, .dd[data-open="true"] button i, .dd:focus-within button i { transform: rotate(225deg) translateY(2px); } .pop { background: var(--bg); position: fixed; left: 50%; transform: translateX(-50%) translateY(-6px); top: 84px; width: min(1084px, calc(100vw - 96px)); border: 1px solid var(--line); border-radius: 0 0 16px 16px; overflow: hidden; border-top: 0; box-shadow: 0 34px 76px rgba(13, 21, 32, 0.17), 0 2px 10px rgba(13, 21, 32, 0.05); display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.18s, transform 0.24s cubic-bezier(0.2, 0.9, 0.3, 1), visibility 0.18s; z-index: 60; } .pop .sd { background: var(--soft); border-right: 1px solid var(--line); padding: 34px 32px 38px; } .pop .sd .k { font-size: 10.5px; font-weight: 600; letter-spacing: 0.19em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; } .pop .sd h4 { font-family: var(--sf); font-weight: 400; font-size: 25px; line-height: 1.16; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 12px; } .pop .sd p { font-size: 13.5px; line-height: 1.56; color: var(--fg-2); } .pop .it { padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-content: start; } .dd:hover .pop, .dd[data-open="true"] .pop, .dd:focus-within .pop { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); } .pop a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 13px 16px; border-radius: 9px; transition: 0.16s; position: relative; } .pop a::after { content: '→'; font-size: 14px; color: var(--blue); opacity: 0; transform: translateX(-5px); transition: 0.2s; } .pop a:hover { background: var(--soft); } .pop a:hover::after { opacity: 1; transform: translateX(0); } .pop .t { display: block; font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: 3px; transition: 0.16s; } .pop a:hover .t { color: var(--blue); } .pop .d { display: block; font-size: 13px; color: var(--fg-2); line-height: 1.45; } .nav .r { display: flex; align-items: center; gap: 28px; } .nav .r a { font-size: 14.5px; font-weight: 450; } .nav .r .go { color: var(--blue); font-weight: 500; } .nav .r .m26-nav__mobile-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--ink); } @media (max-width: 1000px) { .nav .m { display: none; } .nav .r .m26-nav__mobile-toggle { display: inline-flex; } } .m26-mnav { position: fixed; inset: 84px 0 0 0; z-index: 49; background: var(--bg); overflow-y: auto; } .m26-mnav__inner { padding: 8px 48px 48px; } .m26-mnav__group { border-top: 1px solid var(--line); padding: 22px 0; } .m26-mnav__group:first-child { border-top: 0; } .m26-mnav__label { display: block; font-family: var(--sf); font-size: 19px; color: var(--ink); margin-bottom: 12px; } .m26-mnav a:not(.m26-mnav__label):not(.btn):not(.m26-btn) { display: block; padding: 9px 0; font-size: 15px; color: var(--fg-2); } .m26-mnav a:not(.m26-mnav__label):not(.btn):not(.m26-btn):hover { color: var(--blue); } .m26-mnav .btn, .m26-mnav .m26-btn { width: 100%; justify-content: center; margin-top: 8px; } @media (max-width: 600px) { .m26-mnav__inner { padding-left: 24px; padding-right: 24px; } } .ft { background: var(--soft); border-top: 1px solid var(--line); } .ft .w { padding: 0 48px; } .ft .sub { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 64px; padding: 64px 48px 60px; border-bottom: 1px solid var(--line); align-items: start; } .ft .eb { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; } .ft .sub h3 { font-size: 27px; line-height: 1.16; margin-bottom: 14px; max-width: 20ch; font-family: var(--sf); font-weight: 400; } .ft .sub .site-footer__signup-copy h2 { font-size: 27px; line-height: 1.16; margin-bottom: 14px; max-width: 420px; font-family: var(--sf); font-weight: 400; } .ft .sub > div > p, .ft .sub .site-footer__signup-copy p { font-size: 15px; line-height: 1.62; color: var(--fg-2); max-width: 44ch; } .ft .site-footer__signup-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; } .ft .form input[type="email"], .ft .site-footer__signup-form input[type="email"] { width: 100%; height: 52px; padding: 0 16px; border: 1px solid var(--line); background: var(--bg); font-family: var(--s); font-size: 15px; border-radius: 4px; } .ft .form input[type="email"]:focus, .ft .site-footer__signup-form input[type="email"]:focus { outline: none; border-color: var(--blue); } .ft .site-footer__signup-form { display: flex; flex-direction: column; } .ft .cs, .ft .site-footer__signup-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 14px; font-size: 13px; color: var(--fg-2); line-height: 1.5; cursor: pointer; } .ft .cs input, .ft .site-footer__signup-consent input { width: 15px; height: 15px; min-width: 15px; margin-top: 3px; } .ft .cs a, .ft .site-footer__signup-consent a { color: var(--blue); text-decoration: underline; } .ft .cap, .ft .xonik-captcha-slot { margin-top: 14px; border: 1px dashed var(--line); padding: 14px 16px; border-radius: 4px; } .ft .cap span, .ft .xonik-captcha-slot__label { font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--fg-3); } .ft .form button, .ft .site-footer__signup-submit { margin-top: 16px; height: 52px; padding: 0 34px; background: var(--blue); color: #fff; border: 0; font-family: var(--s); font-size: 15px; font-weight: 500; border-radius: 4px; cursor: pointer; transition: 0.18s; align-self: flex-start; order: 99; } .ft .form button:hover, .ft .site-footer__signup-submit:hover { background: var(--blue-d); } .ft .site-footer__signup-note { font-size: 13px; margin-top: 10px; order: 100; } .ft .site-footer__signup-note--ok { color: var(--blue); } .ft .site-footer__signup-note--bad { color: var(--terra); } .ft .cols, .fr-footer .cols { display: grid; grid-template-columns: minmax(0, 1fr) repeat(3, max-content); gap: 40px; padding: 60px 0 56px; border-bottom: 1px solid var(--line); } .ft .id, .fr-footer .id { display: flex; flex-direction: column; } .ft .id svg, .fr-footer .id svg { display: block; width: 36px; height: 36px; } .ft .id p, .fr-footer .id p { font-size: 14.5px; color: var(--fg); margin-top: 18px; } .ft .id .ad, .fr-footer .id .ad { font-size: 13.5px; color: var(--fg-2); line-height: 1.7; margin-top: auto; padding-top: 16px; } .ft .id .ad a, .fr-footer .id .ad a { color: var(--blue); } .ft h5, .fr-footer h5 { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); margin-bottom: 18px; } .ft h5 a:hover, .fr-footer h5 a:hover { color: var(--blue); } .ft ul, .fr-footer ul { list-style: none; margin: 0; padding: 0; } .ft li, .fr-footer li { margin-bottom: 8px; } .ft li:last-child, .fr-footer li:last-child { margin-bottom: 0; } .ft li a, .fr-footer li a { font-size: 14px; color: var(--fg-2); transition: 0.14s; } .ft li a:hover, .fr-footer li a:hover { color: var(--blue); } .ft .lg, .fr-footer .lg { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; padding: 28px 0 44px; } .ft .lg p, .fr-footer .lg p { font-size: 13px; color: var(--fg-3); } .ft .lg div, .fr-footer .lg div, .ft .lg nav, .fr-footer .lg nav { display: flex; gap: 26px; flex-wrap: wrap; } .ft .lg a, .fr-footer .lg a { font-size: 13px; color: var(--fg-3); } .ft .lg a:hover, .fr-footer .lg a:hover { color: var(--blue); } .hero { border-bottom: 1px solid var(--line); position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; right: -14%; top: -28%; width: 66%; height: 166%; background: radial-gradient(closest-side, rgba(181, 80, 47, 0.055), transparent 70%); } .hero .w { padding: 132px 48px 118px; position: relative; z-index: 2; } .hero .k { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #b5502f; margin-bottom: 40px; } .hero h1 { font-size: clamp(36px, 4.4vw, 60px); max-width: none; letter-spacing: -0.035em; line-height: 1.04; margin-bottom: 40px; } .hero p { font-size: 19px; line-height: 1.6; color: var(--fg-2); max-width: none; margin-bottom: 42px; font-weight: 400; } .hero .a { display: flex; gap: 16px; flex-wrap: wrap; } .hero .tx { max-width: 58%; position: relative; z-index: 2; } .hero .fig { position: absolute; right: 36px; top: 50%; transform: translateY(-50%); width: 38%; max-width: 420px; z-index: 1; } .hero .fig svg { display: block; width: 100%; height: auto; } @media (prefers-reduced-motion: no-preference) { .hero .fig svg .ln { stroke-dasharray: 392; stroke-dashoffset: 392; animation: xonik-hero-line-draw 9s ease-out forwards; } .hero .fig svg .t1, .hero .fig svg .t2, .hero .fig svg .t3, .hero .fig svg .t4 { opacity: 0; animation: xonik-hero-dot-fill 0.6s ease-out forwards; } .hero .fig svg .t1 { animation-delay: 0.3s; } .hero .fig svg .t2 { animation-delay: 3.3s; } .hero .fig svg .t3 { animation-delay: 6.3s; } .hero .fig svg .t4 { animation-delay: 9s; } } @keyframes xonik-hero-line-draw { to { stroke-dashoffset: 0; } } @keyframes xonik-hero-dot-fill { to { opacity: 1; } } .mk { border-bottom: 1px solid var(--line); } .mk .w { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 34px 48px; flex-wrap: wrap; } .mk p { font-size: 14.5px; color: var(--fg-2); } .mk p b { color: var(--ink); font-weight: 500; } .mk .r { display: flex; gap: 40px; } .mk .r span { font-size: 13.5px; color: var(--fg-3); } .dr { border-bottom: 1px solid var(--line); } .dr .w { padding: 70px 48px 76px; } .dr .gr { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin: 0 -34px; } .dr a { padding: 34px; border-right: 1px solid var(--line); min-width: 0; position: relative; transition: 0.28s; overflow: hidden; } .dr a::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(181, 80, 47, 0.05), transparent 58%); opacity: 0; transition: 0.3s; } .dr a:hover::before { opacity: 1; } .dr .mk { width: 100%; height: 64px; margin-bottom: 26px; position: relative; z-index: 2; } .dr .mk svg { display: block; width: 100%; height: 100%; } .dr .mk .p { transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .dr a:hover .mk .p { transform: translateX(10px); } .dr .go i { display: inline-block; transition: 0.28s; font-style: normal; } .dr a:hover .go i { transform: translateX(5px); } .dr a:last-child { border-right: 0; } .dr a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: 0.34s; } .dr a:hover::after { transform: scaleX(1); } .dr a:hover h3 { color: var(--blue); } .dr .n { position: relative; z-index: 2; font-size: 12px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 18px; } .dr h3 { position: relative; z-index: 2; font-size: 24px; margin-bottom: 12px; letter-spacing: -0.02em; transition: 0.2s; } .dr p { position: relative; z-index: 2; font-size: 14.5px; line-height: 1.58; color: var(--fg-2); margin-bottom: 22px; } .dr .go { position: relative; z-index: 2; font-size: 14px; font-weight: 500; color: var(--ink); display: inline-flex; align-items: center; gap: 8px; } .st { background: var(--soft); border-bottom: 1px solid var(--line); } .st .w { padding: 104px 48px 110px; display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 76px; align-items: center; } .st h2 { font-size: clamp(30px, 3.6vw, 46px); max-width: none; letter-spacing: -0.032em; line-height: 1.12; margin-bottom: 24px; } .st p { font-size: 17.5px; line-height: 1.68; color: var(--fg-2); margin-bottom: 20px; } .st .a { margin-top: 38px; } .st .sub { font-size: 16.5px; line-height: 1.62; color: var(--fg-2); max-width: 42ch; margin-bottom: 26px; } .st hr { border: 0; border-top: 1px solid var(--line); margin-bottom: 20px; } .st .marks { list-style: none; display: flex; flex-direction: column; gap: 8px; } .st .marks li { font-size: 13.5px; color: var(--fg-3); letter-spacing: 0.01em; } .tl { border-bottom: 1px solid var(--line); } .tl .w { padding: 104px 48px 110px; } .tl .hd { display: flex; justify-content: space-between; align-items: start; gap: 40px; flex-wrap: wrap; margin-bottom: 52px; } .tl h2 { font-size: clamp(26px, 3vw, 38px); max-width: 22ch; letter-spacing: -0.03em; } .tl .hd p { font-size: 15.5px; color: var(--fg-2); max-width: 34ch; } .tl .g { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin: 0 -34px; } .tl .g a { padding: 34px; border-right: 1px solid var(--line); min-width: 0; transition: 0.22s; position: relative; } .tl .g a:last-child { border-right: 0; } .tl .g a::after { content: ''; position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: 0.3s; } .tl .g a:hover::after { transform: scaleX(1); } .tl .g a:hover { background: var(--soft); } .tl .g a:hover h3 { color: var(--blue); } .tm { height: 64px; margin-bottom: 26px; } .tm svg { display: block; width: 100%; height: 100%; } .tm .p { transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); } .tl .g .n { font-size: 12px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 18px; } .tl .g h3 { font-size: 22px; margin-bottom: 11px; letter-spacing: -0.025em; } .tl .g p { font-size: 14.5px; line-height: 1.58; color: var(--fg-2); } .fq { background: var(--soft); border-bottom: 1px solid var(--line); } .fq .w { padding: 96px 48px 100px; } .fq .hd { margin-bottom: 52px; } .fq .hd .k { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #b5502f; margin-bottom: 14px; } .fq .hd h2 { font-size: clamp(26px, 3vw, 38px); max-width: 22ch; letter-spacing: -0.03em; } .fq .g { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 56px; } .fq .it h3 { font-size: 18px; margin-bottom: 10px; letter-spacing: -0.015em; } .fq .it p { font-size: 15px; line-height: 1.62; color: var(--fg-2); } .rp { border-bottom: 1px solid var(--line); } .rp .w { padding: 96px 48px 100px; } .rp .hd { max-width: 640px; margin-bottom: 52px; } .rp .hd .k { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #b5502f; margin-bottom: 14px; } .rp .hd h2 { font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.03em; margin-bottom: 16px; } .rp .hd p { font-size: 15.5px; line-height: 1.6; color: var(--fg-2); } .rp .g { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin: 0 -34px; } .rp .g a { padding: 34px; border-right: 1px solid var(--line); min-width: 0; transition: 0.22s; position: relative; display: block; } .rp .g a:last-child { border-right: 0; } .rp .g a::after { content: ''; position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: 0.3s; } .rp .g a:hover::after { transform: scaleX(1); } .rp .g a:hover { background: var(--soft); } .rp .g a:hover h3 { color: var(--blue); } .rp .g .n { font-size: 12px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 18px; } .rp .g h3 { font-size: 20px; margin-bottom: 10px; letter-spacing: -0.02em; transition: 0.2s; } .rp .g p { font-size: 14.5px; line-height: 1.58; color: var(--fg-2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .rp .more { text-align: right; margin-top: 34px; } .rp .more a { font-size: 14px; font-weight: 500; color: var(--ink); } .rp .more a:hover { color: var(--blue); } .cl { border-bottom: 1px solid var(--line); } .cl .w { padding: 116px 48px 124px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 80px; align-items: start; } .cl h2 { font-size: clamp(30px, 3.8vw, 50px); max-width: 520px; letter-spacing: -0.032em; line-height: 1.1; } .cl p { font-size: 17px; line-height: 1.66; color: var(--fg-2); margin-bottom: 30px; } @media (max-width: 1000px) { .ft .w { padding: 0 24px; } .ft .sub { grid-template-columns: 1fr; gap: 30px; padding: 44px 24px 40px; } .ft .cols, .fr-footer .cols { grid-template-columns: 1fr 1fr; gap: 32px; padding: 42px 0 38px; } .ft .id, .fr-footer .id { grid-column: 1 / -1; } .ft .lg, .fr-footer .lg { flex-direction: column; align-items: flex-start; gap: 16px; } .w, .m26-container { padding: 0 24px; } .hero .w { padding: 84px 24px 76px; } .hero .k { margin-bottom: 30px; } .hero .tx { max-width: 100%; } .hero .fig { display: none; } .dr .gr, .tl .g { grid-template-columns: 1fr; margin: 0; } .dr a { border-right: 0; border-bottom: 1px solid var(--line); padding: 30px 0 34px; } .dr a:last-child { border-bottom: 0; } .tl .g a { border-right: 0; border-bottom: 1px solid var(--line); padding: 30px 0 34px; } .st .w { grid-template-columns: 1fr; gap: 28px; padding: 70px 24px; } .tl .w { padding: 70px 24px; } .fq .w { padding: 70px 24px; } .fq .g { grid-template-columns: 1fr; gap: 34px; } .rp .w { padding: 70px 24px; } .rp .g { grid-template-columns: 1fr; margin: 0; } .rp .g a { border-right: 0; border-bottom: 1px solid var(--line); padding: 30px 0 34px; } .rp .g a:last-child { border-bottom: 0; } .cl .w { grid-template-columns: 1fr; gap: 34px; padding: 72px 24px 78px; } .mk .w { padding: 26px 24px; } .mk .r { gap: 24px; } .dr .mk { height: 56px; } }
