:root{--black:#000;--red:#d60000;--red-hover:#b50000;--white:#fff;--offwhite:#f8f8f8;--gray-50:#f9f9f9;--gray-100:#f2f2f2;--gray-200:#e5e5e5;--gray-400:#9ca3af;--gray-600:#6b7280;--gray-800:#1f2937;--text-primary:#111;--text-secondary:#555;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 40px #0000001f;--radius:12px;--radius-lg:20px;--header-h:72px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--text-primary);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,Avenir Next,Trebuchet MS,sans-serif;line-height:1.6}.font-jp body,.font-jp{font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif}.app{min-height:100vh}.container{max-width:1100px;margin:0 auto;padding:0 16px}.section-pad{padding:100px 0}.bg-offwhite{background:var(--offwhite)}.section-header{text-align:center;margin-bottom:60px}.section-title{color:var(--black);letter-spacing:-.03em;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.15}.section-line{background:var(--red);border-radius:2px;width:56px;height:4px;margin:14px auto 0}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn--primary{background:var(--red);color:var(--white)}.btn--primary:hover{background:var(--red-hover);transform:translateY(-1px);box-shadow:0 6px 20px #d600004d}.btn--full{justify-content:center;width:100%}.tag{background:var(--gray-100);color:var(--text-secondary);letter-spacing:.02em;border-radius:100px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-block}.header{z-index:100;-webkit-backdrop-filter:blur(22px)saturate(150%);height:var(--header-h);border:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.mobile-menu--pill{border-radius:0 0 24px 24px;overflow:hidden}.header__inner{justify-content:space-between;align-items:center;width:100%;max-width:900px;margin:0 auto;padding:0 28px;display:flex}.header__inner--pill{padding-left:16px;padding-right:16px}.header__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header__logo-img{object-fit:contain;width:auto;height:44px}.header__nav{align-items:center;gap:6px;display:flex}.header__nav-link{color:#ffffffeb;border-radius:8px;padding:8px 14px;font-size:14.5px;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.header--light .header__nav-link{color:#1a1a1a}.header--light .header__nav-link:hover{color:#111;background:#0000000f}.header--light .lang-toggle{background:#0000000f;border-color:#0000001a}.header--light .lang-toggle__btn{color:#0009}.header--light .lang-toggle__btn:not(.lang-toggle__btn--active):hover{color:#111}.header--light .lang-toggle__sep{color:#0000004d}.header--light .hamburger-line{background:#111}.header__nav-link:after{content:"";background:var(--red);border-radius:1px;height:2px;transition:transform .2s;position:absolute;bottom:4px;left:14px;right:14px;transform:scaleX(0)}.header__nav-link:hover:after{transform:scaleX(1)}.header__nav-link:hover{color:var(--white);background:#ffffff1f}.header__actions{align-items:center;gap:12px;display:flex}.lang-toggle{background:#ffffff1a;border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:2px;padding:4px 6px;display:flex;box-shadow:inset 0 1px #ffffff1f}.lang-toggle__btn{cursor:pointer;color:#ffffffb8;letter-spacing:.06em;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:700;transition:all .2s}.lang-toggle__btn--active{color:var(--white);background:#d60000c7}.lang-toggle__btn:not(.lang-toggle__btn--active):hover{color:var(--white)}.lang-toggle__sep{color:#fff6;font-size:11px}.header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger-line{background:var(--white);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.mobile-menu{top:var(--header-h);-webkit-backdrop-filter:blur(20px)saturate(140%);background:#0a0a0a7a;border-top:1px solid #ffffff24;flex-direction:column;display:flex;position:absolute;left:0;right:0;overflow:hidden;box-shadow:0 22px 38px #0000002e}.mobile-menu__link{color:#ffffffeb;border-bottom:1px solid #ffffff14;padding:16px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.mobile-menu__link:hover{color:var(--white);background:#ffffff14}.hero{height:100svh;color:var(--white);background:#050505;position:relative;overflow:hidden}.hero:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(#0000 0%,#fff 100%);height:180px;position:absolute;bottom:0;left:0;right:0}.hero__media{position:absolute;inset:0}.hero__video{object-fit:cover;width:100%;height:100%}.hero__overlay{position:absolute;inset:0}.hero__glow{filter:blur(60px);pointer-events:none;border-radius:50%;position:absolute}.hero__glow--left{background:#d6000038;width:280px;height:280px;top:16%;left:4%}.hero__glow--right{background:#ffffff1f;width:220px;height:220px;bottom:14%;right:10%}.hero__content{z-index:2;height:100%;padding-top:calc(var(--header-h) + clamp(8px, 2vh, 24px));grid-template-columns:minmax(0,1fr);align-items:center;gap:clamp(24px,3vw,40px);padding-bottom:clamp(8px,2vh,24px);display:grid;position:relative}.hero__copy{max-width:680px}.hero__badge{color:#ffe3e3;letter-spacing:.08em;text-transform:uppercase;background:#d6000029;border:1px solid #ffffff2e;border-radius:100px;align-items:center;gap:8px;margin-bottom:10px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 18px 40px #0000002e}.hero__badge-dot{background:var(--red);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__title{color:var(--white);letter-spacing:-.04em;text-wrap:balance;margin-bottom:12px;font-size:clamp(26px,3.5vw,46px);font-weight:900;line-height:1.1}.hero__title em{color:#ff7a7a;font-style:normal}.hero__subtitle{color:#ffffffd1;text-wrap:pretty;max-width:520px;margin-bottom:18px;font-size:clamp(14px,1.3vw,16px);line-height:1.55}.hero__actions{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:20px;display:flex}.hero__email{color:#ffffffd1;align-items:center;gap:8px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.hero__email:hover{color:var(--white)}.hero__stats{border-top:1px solid #ffffff2e;flex-wrap:wrap;gap:20px;padding-top:14px;display:flex}.hero__stat{flex-direction:column;gap:2px;display:flex}.hero__stat-val{color:var(--white);letter-spacing:-.03em;font-size:22px;font-weight:900}.hero__stat-label{color:#ffffffb8;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:500}.hero__info-card{-webkit-backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:18px;justify-self:end;max-width:320px;padding:18px 18px 16px;box-shadow:0 22px 50px #00000038}.hero__info-label{color:#ffe3e3;letter-spacing:.08em;text-transform:uppercase;background:#d600002e;border-radius:999px;align-items:center;padding:6px 11px;font-size:11px;font-weight:700;display:inline-flex}.hero__info-text{color:#ffffffd1;margin-top:12px;font-size:13px;line-height:1.55}.hero__info-meta{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.hero__info-meta span{color:#ffffffdb;background:#ffffff14;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:600}.about__header{max-width:780px;margin-left:auto;margin-right:auto}.about__intro{color:var(--text-secondary);margin-top:18px;font-size:16px;line-height:1.8}.about__flow{flex-direction:column;gap:32px;display:flex}.about__eyebrow,.about__section-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--red);align-items:center;font-size:11.5px;font-weight:800;display:inline-flex}.about__section-tag--light{color:#ffffffc7}.about__story,.about__partner-section,.about__locations-section{background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);border-radius:28px}.about__story{grid-template-columns:1.4fr .8fr;gap:32px;padding:40px;display:grid}.about__story-title,.about__block-title,.about__reach-title{letter-spacing:-.035em;font-size:clamp(28px,3vw,40px);font-weight:800;line-height:1.1}.about__story-title{margin-top:12px}.about__story-text,.about__block-text,.about__reach-text{color:var(--text-secondary);font-size:15.5px;line-height:1.85}.about__story-text{max-width:680px;margin-top:18px}.about__story-aside{flex-direction:column;justify-content:center;gap:14px;display:flex}.about__story-chip{color:var(--black);background:linear-gradient(#fffefe 0%,#fff6f5 100%);border:1px solid #d6000014;border-radius:18px;padding:16px 18px;font-size:14px;font-weight:700}.about__partner-section,.about__locations-section{padding:36px}.about__partner-layout{grid-template-columns:1.2fr .8fr;gap:30px;margin-top:14px;display:grid}.about__partner-main,.about__partner-side{min-width:0}.about__block-title{margin-top:10px}.about__block-text{margin-top:16px}.about__tag-row{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.about__partner-name{letter-spacing:.12em;text-transform:uppercase;color:var(--red);background:#d6000014;border-radius:6px;margin-bottom:14px;padding:4px 12px;font-size:13px;font-weight:800;display:inline-block}.about__partner-badge{color:var(--red);white-space:nowrap;background:#d600000f;border:1px solid #d600002e;border-radius:100px;align-items:center;padding:7px 12px;font-size:12.5px;font-weight:700;display:inline-flex}.about__bullet-list{gap:12px;margin-top:22px;list-style:none;display:grid}.about__bullet-list li{color:var(--text-secondary);padding-left:18px;font-size:15px;line-height:1.7;position:relative}.about__bullet-list li:before{content:"";background:var(--red);border-radius:50%;width:8px;height:8px;position:absolute;top:10px;left:0}.about__locations-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.about__locations-head{max-width:760px;margin-top:14px}.about__location-card{background:linear-gradient(#fffefe 0%,#fff8f7 100%);border:1px solid #d6000014;border-radius:18px;min-height:220px;padding:22px 20px;box-shadow:0 10px 24px #1111110d}.about__location-top{align-items:center;gap:10px;margin-bottom:14px;display:flex}.about__location-meta{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.about__location-country{color:var(--red);letter-spacing:.08em;text-transform:uppercase;background:#d6000014;border:1px solid #d600001f;border-radius:999px;align-items:center;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.about__location-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:10px;height:10px}.about__location-since{color:var(--red);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.about__location-name{color:var(--black);margin-bottom:8px;font-size:17px;font-weight:700;line-height:1.4}.about__location-subtitle{color:#8b1e1e;margin-bottom:10px;font-size:13px;font-weight:700;line-height:1.55}.about__location-note{color:var(--text-secondary);font-size:14px;line-height:1.75}.about__reach-section{color:var(--white);background:radial-gradient(circle at 0 0,#d6000038 0%,#0000 26%),linear-gradient(135deg,#111 0%,#1b1b1b 100%);border-radius:28px;grid-template-columns:1.1fr .9fr;gap:28px;padding:38px;display:grid;overflow:hidden}.about__reach-title{color:var(--white);margin-top:12px}.about__reach-text{color:#ffffffbd;margin-top:16px}.about__reach-list{gap:12px;margin-top:24px;list-style:none;display:grid}.about__reach-list li{color:#ffffffe0;padding-left:18px;font-size:15px;line-height:1.65;position:relative}.about__reach-list li:before{content:"";background:var(--red);border-radius:50%;width:8px;height:8px;position:absolute;top:10px;left:0}.about__reach-stats{align-self:center;gap:14px;display:grid}.about__reach-stat{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;padding:18px 20px}.about__reach-stat-value{letter-spacing:-.04em;color:var(--white);font-size:30px;font-weight:900;display:block}.about__reach-stat-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff9e;margin-top:4px;font-size:12px;font-weight:600;display:block}.wwd{background:var(--white)}.wwd__row{grid-template-columns:1fr 1fr;align-items:center;gap:72px;margin-bottom:0;display:grid}.wwd__row--reverse{direction:rtl}.wwd__row--reverse>*{direction:ltr}.wwd__divider{background:var(--gray-200);height:1px;margin:72px 0}.wwd__index{letter-spacing:.18em;color:var(--red);text-transform:uppercase;opacity:.8;margin-bottom:10px;font-size:11px;font-weight:900}.wwd__subtitle{color:var(--gray-600);letter-spacing:.04em;margin-bottom:8px;font-size:13px;font-weight:600}.wwd__title{color:var(--black);letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(26px,3vw,36px);font-weight:900;line-height:1.15}.wwd__body{color:var(--text-secondary);margin-bottom:28px;font-size:15.5px;line-height:1.8}.wwd__points{flex-direction:column;gap:12px;list-style:none;display:flex}.wwd__points li{color:var(--text-primary);align-items:center;gap:10px;font-size:14.5px;font-weight:500;display:flex}.wwd__visual{position:relative}.wwd__img-wrap{border-radius:24px;position:relative;overflow:visible}.wwd__img{object-fit:cover;width:100%;height:380px;box-shadow:var(--shadow-lg);border-radius:24px;display:block}.wwd__img-wrap--car{border:1px solid var(--gray-200);background:linear-gradient(135deg,#d600000a 0%,#f8f8f8 100%);border-radius:24px}.wwd__img--car{object-fit:contain;box-shadow:none;filter:drop-shadow(0 16px 40px #00000026);padding:20px}.wwd__img-badge{background:var(--white);border:1px solid var(--gray-200);z-index:2;border-radius:14px;align-items:center;gap:10px;padding:12px 16px;display:flex;position:absolute;box-shadow:0 8px 28px #00000021}.wwd__img-badge--br{bottom:-18px;right:20px}.wwd__img-badge--bl{bottom:-18px;left:20px}.wwd__badge-title{color:var(--black);font-size:13px;font-weight:700}.wwd__badge-sub{color:var(--gray-600);font-size:11px}.wwd__row--center{flex-direction:column;gap:52px;display:flex}.wwd__center-visual{width:100%}.wwd__img-wrap--wide{position:relative}.wwd__img--wide{object-fit:cover;width:100%;height:420px;box-shadow:var(--shadow-lg);filter:brightness(.75);border-radius:24px}.wwd__center-overlay{border-radius:24px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.wwd__center-overlay-text{color:var(--white);letter-spacing:-.03em;text-align:center;text-shadow:0 2px 20px #0006;font-size:clamp(22px,3.5vw,40px);font-weight:900}.wwd__center-content{text-align:center;max-width:760px;margin:0 auto}.wwd__center-header{justify-content:center;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.wwd__points-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px;display:grid}.wwd__point-card{background:var(--gray-50);border:1px solid var(--gray-200);color:var(--text-primary);border-radius:10px;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:500;display:flex}.contact__layout{grid-template-columns:1fr 1.4fr;align-items:start;gap:48px;display:grid}.contact__office-label{text-transform:uppercase;letter-spacing:.1em;color:var(--red);align-items:center;gap:8px;margin-bottom:16px;font-size:13px;font-weight:700;display:flex}.contact__map-btn{background:var(--black);color:var(--white);border-radius:8px;align-items:center;gap:8px;margin-bottom:32px;padding:11px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.contact__map-btn:hover{background:var(--red);transform:translateY(-1px)}.contact__details{flex-direction:column;gap:20px;margin-bottom:36px;display:flex}.contact__detail-row{align-items:flex-start;gap:14px;display:flex}.contact__detail-icon{background:var(--gray-100);width:40px;height:40px;color:var(--text-secondary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__detail-label{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600);margin-bottom:2px;font-size:11px;font-weight:700}.contact__detail-value{color:var(--text-primary);font-size:15px;font-weight:500;text-decoration:none}.contact__detail-value--link:hover{color:var(--red)}.contact__deco{border-left:3px solid var(--red);background:#d600000d;border-radius:0 8px 8px 0;align-items:center;gap:12px;padding:14px 18px;display:flex}.contact__deco-circle{background:var(--red);border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s infinite pulse}.contact__deco-text{color:var(--red);font-size:13px;font-weight:600}.contact__form-wrap{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);padding:40px}.contact__form{flex-direction:column;gap:20px;display:flex}.form-row--2col{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:7px;display:flex}.form-label{color:var(--text-primary);letter-spacing:.01em;font-size:13px;font-weight:600}.form-input{border:1.5px solid var(--gray-200);width:100%;color:var(--text-primary);background:var(--white);border-radius:8px;outline:none;padding:12px 14px;font-family:inherit;font-size:14.5px;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--red);box-shadow:0 0 0 3px #d600001a}.form-input::placeholder{color:var(--gray-400)}.form-select-wrap{position:relative}.form-select{appearance:none;cursor:pointer;padding-right:40px}.form-select-arrow{pointer-events:none;color:var(--gray-600);position:absolute;top:50%;right:12px;transform:translateY(-50%)}.form-textarea{resize:vertical;min-height:130px;line-height:1.6}.footer{background:var(--black);color:var(--white);padding:72px 0 0}.footer__inner{border-bottom:1px solid #ffffff1a;grid-template-columns:1.4fr 1fr 1fr;gap:60px;padding-bottom:48px;display:grid}.footer__brand{flex-direction:column;gap:16px;display:flex}.footer__lockup{flex-direction:column;gap:6px;display:flex}.footer__lockup-en{letter-spacing:.01em;color:var(--white);font-size:clamp(18px,2vw,24px);font-weight:800;line-height:1.05}.footer__lockup-jp{letter-spacing:.02em;color:var(--red);font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif;font-size:clamp(15px,1.6vw,19px);font-weight:700;line-height:1.2}.footer__tagline{color:#ffffff80;max-width:340px;font-size:13.5px;line-height:1.6}.footer__nav-title{letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:16px;font-size:11px;font-weight:800}.footer__nav{flex-direction:column;gap:4px;display:flex}.footer__nav-link{color:#ffffffb3;padding:5px 0;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s}.footer__nav-link:hover{color:var(--red)}.footer__contact{flex-direction:column;display:flex}.footer__contact-item{color:#ffffffb3;align-items:center;gap:10px;padding:5px 0;font-size:13.5px;text-decoration:none;transition:color .2s;display:flex}.footer__contact-item:hover{color:var(--red)}.footer__bottom{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.footer__bottom-left{color:#ffffff59;font-size:12.5px}.footer__bottom-right{color:#ffffff59;align-items:center;gap:6px;font-size:12.5px;display:flex}.footer__flag{font-size:16px}@media (width<=1024px){.wwd__row{gap:40px}.about__story,.about__partner-layout,.about__reach-section{grid-template-columns:1fr}.about__locations-grid{grid-template-columns:repeat(2,1fr)}.contact__layout{grid-template-columns:1fr}.footer__inner{grid-template-columns:1fr 1fr;gap:40px}}@media (width<=768px){html,body{overflow-x:hidden}*,:before,:after{box-sizing:border-box;max-width:100%}.container{padding:0 20px}.section-pad{padding:60px 0}.section-header{margin-bottom:36px}.header__nav{display:none}.header__hamburger{display:flex}.hero__content{text-align:left;padding-top:calc(var(--header-h) + 28px);grid-template-columns:1fr;align-items:flex-start;gap:20px;padding-bottom:28px}.hero__title{letter-spacing:-.03em;font-size:clamp(28px,8vw,42px)}.hero__subtitle{max-width:100%;font-size:15px}.hero__actions{flex-wrap:wrap;gap:14px}.hero__stats{flex-wrap:wrap;gap:20px}.hero__info-card{display:none}.about__story,.about__partner-section,.about__locations-section,.about__reach-section{border-radius:20px;padding:24px 20px}.about__story{gap:20px}.about__story-aside{flex-flow:wrap;gap:10px}.about__story-chip{flex:140px;padding:12px 14px;font-size:13px}.about__locations-grid{grid-template-columns:1fr;gap:14px}.about__location-card{min-height:unset;padding:18px 16px}.about__partner-layout{gap:20px}.about__reach-section{gap:24px}.about__reach-stats{grid-template-columns:repeat(2,1fr);gap:10px}.about__reach-stat{padding:14px 16px}.about__reach-stat-value{font-size:24px}.wwd__row{grid-template-columns:1fr;gap:28px}.wwd__row--reverse{direction:ltr}.wwd__divider{margin:40px 0}.wwd__img{height:220px}.wwd__img--wide{height:200px}.wwd__img-badge{display:none}.wwd__points-grid{grid-template-columns:1fr;gap:10px}.wwd__center-header{flex-direction:column;align-items:flex-start;gap:10px}.wwd__center-content{text-align:left}.contact__layout{gap:32px}.contact__form-wrap{padding:22px 18px}.form-row--2col{grid-template-columns:1fr}.footer__inner{grid-template-columns:1fr;gap:32px}.footer__bottom{text-align:center;flex-direction:column;gap:8px}}@media (width<=480px){.container{padding:0 16px}.section-pad{padding:48px 0}.hero__title{font-size:26px}.hero__badge{padding:5px 12px;font-size:11px}.hero__stats{gap:14px}.hero__stat-val{font-size:18px}.section-title{font-size:24px}.about__intro{font-size:14.5px}.about__story,.about__partner-section,.about__locations-section,.about__reach-section{border-radius:16px;padding:18px 16px}.about__story-title,.about__block-title,.about__reach-title{font-size:22px}.about__reach-stats{grid-template-columns:1fr 1fr}.about__reach-stat-value{font-size:22px}.wwd__img{height:190px}.contact__form-wrap{padding:18px 14px}.footer{padding:48px 0 0}}
