:root{
  --wg-burgundy:#4A1824;
  --wg-deep-oxblood:#4A1824;
  --wg-dark-burgundy:var(--wg-deep-oxblood);
  --wg-ink:#201A21;
  --wg-porcelain:#F4F1ED;
  --wg-soft-putty:#D6D0C9;
  --wg-soft-putty-light:#E7E2DD;
  --wg-blush:var(--wg-soft-putty);
  --wg-white:#FFFFFF;
  --wg-deep:#0A090B;
  --wg-display:"Fraunces",Georgia,"Times New Roman",serif;
  --wg-sans:"Source Sans 3",Arial,Helvetica,sans-serif;
  --wg-page:1480px;
  --wg-reading:720px;
  --wg-line:#CFC8C0;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--wg-porcelain);color:var(--wg-ink);font-family:var(--wg-sans);font-size:18px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wg-skip{position:fixed;top:-4rem;left:1rem;z-index:9999;background:#fff;padding:.75rem 1rem}.wg-skip:focus{top:1rem}
#main[tabindex="-1"]:focus{outline:none}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header */
.wg-header{background:var(--wg-porcelain);border-top:1px solid #c4bcb4;border-bottom:1px solid #d9d2cb;position:relative;z-index:20}
.wg-header__inner{max-width:var(--wg-page);min-height:142px;margin:0 auto;padding:10px 36px;display:flex;align-items:center;gap:48px}
.wg-brand{width:218px;flex:0 0 218px;line-height:0}.wg-brand img{width:100%;height:auto}
.wg-nav{margin-left:auto}.wg-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-end;gap:42px}
.wg-nav__list>li{position:relative}.wg-nav a{font-size:17px;font-weight:500;color:#2e272d;padding:16px 0;white-space:nowrap;position:relative;display:block}
.wg-nav__list>li>a::after{content:"";position:absolute;left:0;right:100%;bottom:8px;height:1px;background:#861634;transition:right .18s ease}.wg-nav__list>li>a:hover::after,.wg-nav__list>li>a:focus-visible::after,.wg-nav__list>li.current-menu-item>a::after,.wg-nav__list>li.current-page-ancestor>a::after,.wg-nav__list>li.current-menu-ancestor>a::after{right:0}
.wg-nav__list>li.menu-item-has-children>a{padding-right:18px}.wg-nav__list>li.menu-item-has-children>a::before{content:"";position:absolute;right:1px;top:50%;width:6px;height:6px;border-right:1.5px solid #7e1730;border-bottom:1.5px solid #7e1730;transform:translateY(-65%) rotate(45deg)}
.wg-nav .sub-menu{display:none;position:absolute;top:100%;left:-18px;min-width:245px;list-style:none;margin:0;padding:10px 0;background:var(--wg-porcelain);border:1px solid #cec6be;box-shadow:0 15px 30px rgba(24,14,19,.12)}
.wg-nav li:hover>.sub-menu,.wg-nav li:focus-within>.sub-menu{display:block}.wg-nav .sub-menu a{padding:10px 18px;font-size:15px;white-space:normal}.wg-nav .sub-menu a:hover,.wg-nav .sub-menu a:focus-visible{background:#e9e4df}
.wg-menu-toggle{display:none;background:transparent;border:0;padding:8px;margin-left:auto}.wg-menu-toggle>span:not(.screen-reader-text){display:block;width:27px;height:2px;background:var(--wg-ink);margin:5px}

/* Hero */
.wg-hero{width:min(calc(100% - 32px),var(--wg-page));height:590px;margin:16px auto 0;position:relative;overflow:hidden;background:#09090a}
.wg-hero__photo{position:absolute;inset:-2%;background-image:var(--wg-hero-image);background-position:var(--wg-hero-x) var(--wg-hero-y);background-size:cover;background-repeat:no-repeat;transform:scale(var(--wg-hero-zoom));transform-origin:var(--wg-hero-x) var(--wg-hero-y)}
.wg-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,5,.97) 0%,rgba(5,5,6,.93) 24%,rgba(5,5,6,.67) 43%,rgba(5,5,6,.10) 72%,rgba(5,5,6,.10) 100%),linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.22))}
.wg-hero__content{position:relative;z-index:2;height:100%;max-width:720px;padding:82px 48px 64px 64px;color:#fff;display:flex;flex-direction:column;justify-content:center}
.wg-eyebrow,.wg-section-kicker{margin:0 0 18px;text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:600;color:#9f1a3d}
.wg-hero .wg-eyebrow{color:#d95a7a}
.wg-hero h1{font-family:var(--wg-display);font-size:clamp(58px,5.2vw,80px);line-height:.98;letter-spacing:-1.9px;margin:0;font-weight:600}.wg-hero h1 em{font-style:italic;color:#b11d45}.wg-hero__deck{font-size:20px;line-height:1.45;max-width:590px;color:#f2ecee;margin:30px 0 0}

/* Offers */
.wg-offers{padding:110px 32px 118px;background:linear-gradient(180deg,#f4f1ed 0%,#e7e2dd 55%,#d6d0c9 100%)}
.wg-section-heading{max-width:var(--wg-page);margin:0 auto 48px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"kicker kicker" "title body";gap:0 90px;align-items:end}.wg-section-heading .wg-section-kicker{grid-area:kicker}.wg-section-heading h2{grid-area:title;font-family:var(--wg-display);font-size:54px;line-height:1.02;letter-spacing:-1px;margin:0;font-weight:600}.wg-section-heading>p:last-child{grid-area:body;max-width:590px;margin:0 0 4px;font-size:20px;color:#665b61}
.wg-offer-grid{max-width:var(--wg-page);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.42fr) minmax(410px,.88fr);grid-template-rows:repeat(3,minmax(280px,auto));gap:22px}.wg-offer{position:relative;overflow:hidden;border:1px solid #cbc3bb;background:#fff}
.wg-offer--rentals{grid-row:1/4;min-height:884px;color:#fff;background:#080809}.wg-offer__rental-photo{position:absolute;inset:-3%;background-image:var(--wg-offer-image);background-position:var(--wg-offer-x) var(--wg-offer-y);background-size:cover;background-repeat:no-repeat;transform:scale(var(--wg-offer-zoom));transform-origin:var(--wg-offer-x) var(--wg-offer-y);filter:saturate(.88)}.wg-offer__rental-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,4,5,.02) 5%,rgba(4,4,5,.22) 48%,rgba(4,4,5,.94) 100%)}.wg-offer__rental-content{position:absolute;left:0;right:0;bottom:0;padding:46px 48px 42px;z-index:2}
.wg-offer-number{font-size:12px;letter-spacing:.16em;font-weight:600;color:#a91d42;margin:0 0 12px}.wg-offer--rentals .wg-offer-number{color:#e7a7b8}.wg-offer h3{font-family:var(--wg-display);font-size:44px;line-height:1.03;margin:0 0 15px;font-weight:600}.wg-offer--rentals p:not(.wg-offer-number):not(.wg-offer-detail){max-width:650px;font-size:18px;line-height:1.45;color:#f3ecee;margin:0}.wg-offer-detail{font-size:14px;line-height:1.4;margin:18px 0 20px;color:#d7cdd1}
.wg-text-link{display:inline-flex;gap:11px;align-items:center;font-size:15px;text-transform:uppercase;letter-spacing:.055em;font-weight:600;color:#7b1530;border-bottom:1px solid rgba(123,21,48,.35);padding-bottom:4px}.wg-text-link--light{color:#fff;border-color:rgba(255,255,255,.5)}
.wg-offer--secondary{display:grid;grid-template-columns:1.15fr .85fr;min-height:280px}.wg-secondary-copy{padding:30px 30px 28px;display:flex;flex-direction:column;align-items:flex-start}.wg-offer--secondary h3{font-size:32px;margin-bottom:11px}.wg-offer--secondary .wg-secondary-copy>p:not(.wg-offer-number):not(.wg-offer-detail){font-size:15px;line-height:1.43;margin:0;color:#3a3237}.wg-offer--secondary .wg-offer-detail{font-size:13px;color:#746970;margin:14px 0 18px}.wg-offer--secondary .wg-text-link{margin-top:auto;line-height:1.25}.wg-secondary-image{background-image:var(--wg-secondary-image);background-position:var(--wg-secondary-x) var(--wg-secondary-y);background-size:cover;background-repeat:no-repeat;border-left:1px solid #cec6be;transform:scale(var(--wg-secondary-zoom));transform-origin:var(--wg-secondary-x) var(--wg-secondary-y)}

.wg-secondary-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;background:var(--wg-soft-putty-light);border-left:1px solid #cec6be;text-align:center;overflow:hidden}.wg-secondary-brand img{width:min(190px,78%);height:auto}.wg-secondary-brand span{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#77676e;font-weight:600}

.wg-offer--test{display:grid;grid-template-columns:1.08fr .92fr;min-height:280px;background:linear-gradient(135deg,#fff 0%,#f8f4f1 100%)}
.wg-test-card__copy{padding:30px 30px 28px;display:flex;flex-direction:column;align-items:flex-start}
.wg-offer--test h3{font-size:32px;margin:0 0 11px}
.wg-offer--test .wg-test-card__copy>p:not(.wg-offer-number):not(.wg-offer-detail){font-size:15px;line-height:1.43;margin:0;color:#3a3237}
.wg-offer--test .wg-offer-detail{font-size:13px;color:#746970;margin:14px 0 18px}
.wg-offer--test .wg-text-link{margin-top:auto;line-height:1.25}
.wg-test-card__visual{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:22px 22px 18px;background:linear-gradient(145deg,#35131e 0%,#541828 45%,#7a2337 100%);color:#fff;border-left:1px solid rgba(255,255,255,.18);overflow:hidden}
.wg-test-card__visual::before{content:"";position:absolute;inset:auto -30px -30px auto;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.13) 0%,rgba(255,255,255,0) 68%)}
.wg-test-card__badge{position:relative;z-index:1;display:inline-flex;align-self:flex-start;padding:7px 10px;border:1px solid rgba(255,255,255,.25);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#f2dfe5;background:rgba(255,255,255,.06)}
.wg-test-card__path{position:relative;z-index:1;display:grid;gap:4px;margin-top:12px}
.wg-test-card__path span{font-size:10px;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;color:#f6e8ec;font-weight:600}
.wg-test-card__wordmark{position:absolute;right:14px;bottom:-8px;font-family:var(--wg-display);font-size:88px;line-height:.9;letter-spacing:-2px;color:rgba(255,255,255,.14);font-weight:600}

/* Standards */
.wg-standards{background:var(--wg-dark-burgundy);color:#fff;padding:88px 32px 92px}.wg-standards__inner{max-width:var(--wg-page);margin:0 auto;display:grid;grid-template-columns:.78fr 1.22fr;gap:100px}.wg-section-kicker--light{color:#e6b3c1}.wg-standards__intro h2{font-family:var(--wg-display);font-size:52px;line-height:1.03;letter-spacing:-.8px;margin:0;font-weight:600}.wg-standards__grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.22)}.wg-standards__grid article{padding:28px 28px 28px 0;border-bottom:1px solid rgba(255,255,255,.22)}.wg-standards__grid article:nth-child(odd){padding-right:38px;border-right:1px solid rgba(255,255,255,.22)}.wg-standards__grid article:nth-child(even){padding-left:38px}.wg-standards__grid span{display:block;font-size:12px;letter-spacing:.13em;color:#d7a9b5;margin-bottom:10px}.wg-standards__grid h3{font-family:var(--wg-sans);font-size:19px;line-height:1.15;margin:0 0 7px;font-weight:600}.wg-standards__grid p{font-size:15px;line-height:1.4;margin:0;color:#eadfe3}

/* Footer */
.wg-footer{background:#0b0a0c;color:#e9e2e5;padding:62px 32px 0}.wg-footer__inner{max-width:var(--wg-page);margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr .95fr;gap:88px;padding-bottom:58px}.wg-footer__name{font-family:var(--wg-display);font-size:27px!important;color:#fff!important;margin-bottom:15px!important}.wg-footer__brand p,.wg-footer__contact p{font-size:15px;line-height:1.48;color:#cfc5c9;margin:0 0 9px}.wg-footer__note{color:#a99ea3!important}.wg-footer__nav{display:grid;grid-template-columns:1fr 1fr;gap:40px}.wg-footer h2{font-family:var(--wg-sans);font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:600;color:#fff;margin:0 0 14px}.wg-footer__nav a{display:block;font-size:15px;color:#d5cdd0;margin:7px 0}.wg-footer__email{display:block;width:max-content;max-width:100%;overflow-wrap:anywhere;color:#d5cdd0;font-size:15px;margin:5px 0 10px}.wg-footer__email:hover,.wg-footer__email:focus{color:#fff}.wg-footer__cta{display:inline-flex;gap:10px;color:#fff;margin-top:9px;font-size:15px;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:3px}.wg-footer__bottom{max-width:var(--wg-page);margin:0 auto;border-top:1px solid #30282c;min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:13px;color:#90858b}.wg-footer__bottom nav{display:flex;gap:28px}.wg-footer__bottom a{color:#aaa0a5}

/* Interior pages */
.wg-page-shell{min-height:50vh}.wg-page__header{background:var(--wg-deep);color:#fff;padding:72px 32px}.wg-page__header-inner{max-width:var(--wg-page);margin:0 auto}.wg-page__header h1{font-family:var(--wg-display);font-size:clamp(50px,5vw,76px);line-height:1;margin:0;font-weight:600}.wg-page__content-wrap{padding:72px 32px 100px}.wg-page__content{max-width:var(--wg-reading);margin:0 auto}.wg-page__content h2,.wg-page__content h3{font-family:var(--wg-display);line-height:1.1}.wg-page__content a{text-decoration:underline;text-underline-offset:3px}

:focus-visible{outline:3px solid #c55472;outline-offset:4px}

@media(max-width:1100px){
  .wg-header__inner{min-height:126px;padding:8px 28px}.wg-brand{width:185px;flex-basis:185px}.wg-nav__list{gap:26px}.wg-nav a{font-size:15px}.wg-hero{height:540px;width:min(calc(100% - 24px),var(--wg-page));margin-top:12px}.wg-hero__content{padding-left:46px;max-width:640px}.wg-hero h1{font-size:62px}.wg-hero__deck{font-size:18px;max-width:520px}.wg-offers{padding:82px 24px 90px}.wg-section-heading{grid-template-columns:1fr;grid-template-areas:"kicker" "title" "body";gap:0}.wg-section-heading h2{font-size:46px;max-width:700px}.wg-section-heading>p:last-child{font-size:18px;margin-top:18px}.wg-offer-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.wg-offer--rentals{grid-column:1/-1;grid-row:auto;min-height:520px}.wg-offer--secondary,.wg-offer--test{grid-template-columns:1fr;min-height:auto}.wg-secondary-image,.wg-secondary-brand,.wg-test-card__visual{order:-1;height:185px;border-left:0;border-bottom:1px solid #cec6be}.wg-secondary-copy,.wg-test-card__copy{min-height:260px;padding:30px}.wg-standards{padding:72px 24px}.wg-standards__inner{grid-template-columns:1fr;gap:42px}.wg-standards__intro h2{font-size:46px}.wg-footer__inner{gap:48px}
}
@media(max-width:760px){
  body{font-size:17px}.wg-header__inner{min-height:112px;padding:8px 18px}.wg-brand{width:148px;flex-basis:148px}.wg-menu-toggle{display:block}.wg-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--wg-porcelain);padding:10px 20px 20px;border-top:1px solid #ddd6cf;border-bottom:1px solid #cbc3bb;box-shadow:0 18px 28px rgba(20,12,17,.12)}.wg-nav.is-open{display:block}.wg-nav__list{display:block}.wg-nav a{display:block;padding:14px 4px;border-bottom:1px solid #e4ded8;font-size:17px}.wg-nav__list>li>a::after{display:none}.wg-nav .sub-menu{display:block;position:static;min-width:0;box-shadow:none;border:0;background:transparent;padding:0 0 0 16px}.wg-nav .sub-menu a{font-size:15px;padding:10px 4px}.wg-hero{width:100%;height:600px;margin:0}.wg-hero__shade{background:linear-gradient(180deg,rgba(5,5,6,.02) 0%,rgba(5,5,6,.16) 30%,rgba(5,5,6,.88) 66%,rgba(5,5,6,.99) 100%)}.wg-hero__content{padding:0 22px 38px;justify-content:flex-end;max-width:none}.wg-eyebrow{font-size:11px;margin-bottom:12px}.wg-hero h1{font-size:48px;line-height:.98;letter-spacing:-1px}.wg-hero-break{display:none}.wg-hero__deck{font-size:17px;line-height:1.4;margin-top:20px;max-width:620px}.wg-offers{padding:68px 16px 72px}.wg-section-heading{margin-bottom:34px}.wg-section-heading h2{font-size:40px}.wg-section-heading>p:last-child{font-size:17px}.wg-offer-grid{display:block}.wg-offer{margin-bottom:18px}.wg-offer--rentals{min-height:500px}.wg-offer__rental-content{padding:34px 28px 30px}.wg-offer h3{font-size:38px}.wg-offer--rentals p:not(.wg-offer-number):not(.wg-offer-detail){font-size:16px}.wg-offer-detail{font-size:13px}.wg-offer--secondary,.wg-offer--test{grid-template-columns:1fr;min-height:auto}.wg-secondary-image,.wg-test-card__visual{height:210px}.wg-secondary-copy,.wg-test-card__copy{min-height:0;padding:30px 28px 32px}.wg-offer--secondary h3,.wg-offer--test h3{font-size:34px}.wg-test-card__path{gap:6px}.wg-test-card__wordmark{font-size:82px;right:10px}.wg-standards{padding:64px 20px 70px}.wg-standards__intro h2{font-size:42px}.wg-standards__grid{grid-template-columns:1fr}.wg-standards__grid article,.wg-standards__grid article:nth-child(odd),.wg-standards__grid article:nth-child(even){padding:22px 0;border-right:0}.wg-footer{padding:50px 20px 0}.wg-footer__inner{grid-template-columns:1fr;gap:38px;padding-bottom:44px}.wg-footer__nav{gap:28px}.wg-footer__bottom{min-height:0;padding:24px 0 28px;display:block}.wg-footer__bottom nav{margin-top:16px;gap:18px;flex-wrap:wrap}.wg-page__header{padding:52px 20px}.wg-page__content-wrap{padding:54px 20px 76px}
}
@media(max-width:420px){.wg-brand{width:138px;flex-basis:138px}.wg-hero h1{font-size:43px}.wg-hero{height:570px}.wg-offer--rentals{min-height:470px}.wg-section-heading h2{font-size:37px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* 18+ entry gate */
.wg-age-gate{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(10,9,11,.94);backdrop-filter:blur(7px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
html.wg-age-ok .wg-age-gate{display:none}
body.wg-age-gate-open{overflow:hidden}
.wg-age-gate__panel{width:min(560px,100%);background:var(--wg-porcelain);border:1px solid #c9c1b9;padding:38px 40px 34px;box-shadow:0 24px 70px rgba(0,0,0,.36);text-align:left}
.wg-age-gate__logo{width:150px;height:auto;margin:0 0 26px}
.wg-age-gate .wg-section-kicker{margin-bottom:10px}
.wg-age-gate h2{font-family:var(--wg-display);font-size:44px;line-height:1.02;letter-spacing:-.7px;margin:0 0 18px;font-weight:600;color:var(--wg-ink)}
.wg-age-gate__panel>p:not(.wg-section-kicker):not(.wg-age-gate__note){font-size:17px;line-height:1.52;color:#5f555a;margin:0}
.wg-age-gate__actions{display:flex;align-items:center;gap:18px;margin-top:28px}
.wg-age-enter{appearance:none;border:1px solid var(--wg-deep-oxblood);background:var(--wg-deep-oxblood);color:#fff;padding:13px 17px;font:600 15px/1 var(--wg-sans);cursor:pointer}
.wg-age-enter:hover,.wg-age-enter:focus-visible{background:#fff;color:var(--wg-deep-oxblood)}
.wg-age-exit{font-size:15px;font-weight:600;color:#5d5157;border-bottom:1px solid #a89da2;padding-bottom:3px}
.wg-age-gate__note{font-size:12px;color:#5f555a;margin:20px 0 0}
@media(max-width:560px){.wg-age-gate{padding:16px}.wg-age-gate__panel{padding:30px 24px 26px}.wg-age-gate__logo{width:125px}.wg-age-gate h2{font-size:37px}.wg-age-gate__actions{align-items:flex-start;flex-direction:column;gap:14px}.wg-age-enter{width:100%}}
@media(max-height:700px){.wg-age-gate{align-items:flex-start;padding-top:max(12px,env(safe-area-inset-top));padding-bottom:max(12px,env(safe-area-inset-bottom))}.wg-age-gate__panel{flex:0 0 auto}}

/* What's New homepage preview */
.wg-whats-new-home{padding:88px 32px 94px;background:#fff;border-top:1px solid var(--wg-line)}
.wg-whats-new-home__inner{max-width:var(--wg-page);margin:0 auto}
.wg-whats-new-home__heading{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:38px}
.wg-whats-new-home__heading h2{font-family:var(--wg-display);font-size:48px;line-height:1.03;letter-spacing:-.8px;margin:0;font-weight:600}
.wg-update-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--wg-line);border-bottom:1px solid var(--wg-line)}
.wg-update-preview{padding:30px 34px 32px 0}
.wg-update-preview+.wg-update-preview{border-left:1px solid var(--wg-line);padding-left:34px}
.wg-update-preview h3{font-family:var(--wg-display);font-size:29px;line-height:1.08;margin:6px 0 12px;font-weight:600}
.wg-update-preview>p:not(.wg-update-category):not(.wg-update-date){font-size:16px;line-height:1.5;color:#63585d;margin:0 0 18px}
.wg-update-category{margin:0 0 4px;text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:700;color:#8c1e3a}
.wg-update-date{margin:0;color:#786d72;font-size:13px}
@media(max-width:900px){.wg-update-preview-grid{grid-template-columns:1fr}.wg-update-preview,.wg-update-preview+.wg-update-preview{padding:26px 0;border-left:0;border-bottom:1px solid var(--wg-line)}.wg-update-preview:last-child{border-bottom:0}.wg-whats-new-home__heading{align-items:flex-start;flex-direction:column}.wg-whats-new-home__heading h2{font-size:43px}}
@media(max-width:760px){.wg-whats-new-home{padding:66px 20px 72px}.wg-whats-new-home__heading{margin-bottom:28px}.wg-whats-new-home__heading h2{font-size:38px}.wg-update-preview h3{font-size:27px}}
