.contest-login-button{background:#176c66}.contest-login-button:hover{background:#105651}.contest-login-button--guest,.contest-login-button--guest:hover{background:#dd1f1f}.contest-login-button--guest:hover{background:#b91616}.contest-catalog{padding-top:48px;padding-bottom:80px}.contest-catalog__header,.contest-home__top{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid #d9d9d9;padding-bottom:22px;margin-bottom:46px}.contest-catalog__header p{color:#e44332;font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.contest-catalog__header h1{font-size:clamp(44px,8vw,100px);font-weight:700;line-height:.85;text-transform:uppercase}.contest-section,.contest-home__group{margin:0 0 68px}.contest-section__heading{display:flex;align-items:center;gap:14px;margin-bottom:24px}.contest-section__heading h2,.contest-home__top h2,.contest-home__group-title{font-size:clamp(26px,4vw,42px);font-weight:600;text-transform:uppercase}.contest-section__heading span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e44332;color:#fff;font-size:13px}.contest-home{padding-top:32px;padding-bottom:40px}.contest-home__all{font-weight:700;color:#176c66}.contest-home__group-title{margin-bottom:24px}.contest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.contest-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #dfdfdf;border-radius:22px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.contest-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(18,18,18,.09)}.contest-card__image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#222}.contest-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.contest-card:hover .contest-card__image img{transform:scale(1.03)}.contest-card__placeholder{display:grid;place-items:center;height:100%;color:#fff;font-size:34px;font-weight:700}.contest-card__status{position:absolute;left:16px;top:16px;padding:7px 12px;border-radius:999px;background:#fff;color:#171717;font-size:12px;font-weight:700}.contest-card--active .contest-card__status,.contest-card--submission .contest-card__status{background:#e44332;color:#fff}.contest-card__body{display:flex;flex:1;flex-direction:column;padding:20px}.contest-card__body h3{font-size:24px;font-weight:650;line-height:1.15}.contest-card__excerpt{margin-top:10px;color:#666;font-size:14px;line-height:1.45}.contest-card__dates{display:grid;gap:8px;margin:18px 0}.contest-card__dates div{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #eee;padding-top:8px;font-size:13px}.contest-card__dates dt{color:#777}.contest-card__dates dd{text-align:right;font-weight:650}.contest-card__button{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;padding:11px 18px;border-radius:999px;background:#171717;color:#fff;font-weight:650}.contest-card--active .contest-card__button,.contest-card--submission .contest-card__button{background:#e44332}.contest-catalog__empty{margin:30px 0;padding:22px;border-radius:16px;background:#f3f3f3;color:#555}.contest-single{padding-bottom:80px}.contest-single__hero{position:relative;min-height:440px;overflow:hidden;border-radius:0 0 28px 28px;background:#222;color:#fff}.contest-single__hero>img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.55}.contest-single__hero-content{position:absolute;left:clamp(20px,6vw,80px);right:20px;bottom:50px}.contest-single__hero h1{max-width:900px;font-size:clamp(36px,7vw,78px);font-weight:700;line-height:.95}.contest-single__status{display:inline-block;margin-bottom:18px;padding:8px 14px;border-radius:999px;background:#e44332;font-weight:700}.contest-single__lead{margin-top:20px}.contest-timeline{display:grid;grid-template-columns:repeat(6,1fr);margin:30px 0;padding:0;list-style:none}.contest-timeline li{position:relative;padding:22px 12px 0;border-top:3px solid #ddd;color:#777;font-size:13px}.contest-timeline li:before{content:"";position:absolute;left:0;top:-8px;width:13px;height:13px;border-radius:50%;background:#ddd}.contest-timeline .is-reached{border-color:#176c66;color:#222}.contest-timeline .is-reached:before{background:#176c66}.contest-timeline .is-current{font-weight:700}.contest-timeline time{display:block;margin-top:5px;font-size:11px}.contest-single__content{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:48px;margin:48px 0}.contest-single__copy{font-size:17px;line-height:1.7}.contest-single__aside{display:grid;gap:16px}.contest-single__aside section{padding:20px;border-radius:18px;background:#f3f3f3}.contest-single__aside h2{margin-bottom:10px;font-size:20px;font-weight:700}.contest-results{margin-top:64px}.contest-results>h2{font-size:clamp(30px,5vw,50px);font-weight:650;text-transform:uppercase}.contest-results__group{margin-top:36px}.contest-results__group>h3{margin-bottom:18px;font-size:26px;font-weight:650}.contest-results__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.contest-result-card{overflow:hidden;border:1px solid #ddd;border-radius:18px;background:#fff}.contest-result-card>a{display:block;aspect-ratio:4/3;overflow:hidden;background:#eee}.contest-result-card img{width:100%;height:100%;object-fit:cover}.contest-result-card>div{padding:16px}.contest-result-card strong{color:#e44332}.contest-result-card h4{margin-top:6px;font-size:19px;font-weight:650}.contest-result-card p{margin-top:4px;color:#666}
@media(max-width:900px){.contest-grid,.contest-results__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contest-timeline{grid-template-columns:repeat(3,1fr);row-gap:24px}.contest-single__content{grid-template-columns:1fr}}
@media(max-width:640px){.contest-catalog{padding-top:28px}.contest-catalog__header,.contest-home__top{align-items:flex-start;gap:16px;margin-bottom:30px}.contest-grid,.contest-results__grid{grid-template-columns:1fr}.contest-section,.contest-home__group{margin-bottom:45px}.contest-card:hover{transform:none}.contest-single__hero{min-height:390px;margin-inline:-20px;border-radius:0}.contest-timeline{grid-template-columns:1fr;margin:24px 0 38px;padding-left:8px}.contest-timeline li{min-height:64px;padding:0 0 16px 24px;border-top:0;border-left:3px solid #ddd}.contest-timeline li:before{left:-8px;top:0}.contest-single__content{gap:24px;margin:32px 0}.contest-result-card>a{aspect-ratio:16/11}.contest-result-card img{display:block}.contest-results{margin-top:45px}}
.contest-home-page{background:#f8f8f8}.contest-home-hero{min-height:610px;padding:76px 0 54px;background:#17211b url('../img/v2/top_bg.png') center/cover no-repeat;color:#fff}.contest-home-hero p,.contest-landing__heading p,.contest-results__eyebrow{color:#ef4b3f;font-size:14px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.contest-home-hero h1{max-width:1050px;margin:30px 0 65px;font-size:clamp(64px,11vw,154px);font-weight:700;line-height:.78;text-transform:uppercase}.contest-home-hero__bottom{display:flex;align-items:end;justify-content:space-between;gap:32px;border-top:1px solid rgba(255,255,255,.35);padding-top:24px}.contest-home-hero__bottom span{max-width:520px;font-size:clamp(20px,3vw,34px);line-height:1.1}.contest-home-hero__bottom a,.contest-single__rules{border-bottom:2px solid currentColor;padding-bottom:4px;font-weight:700}.contest-home-page .contest-home{padding-top:72px;padding-bottom:80px}.contest-landing{background:#f8f8f8;padding-bottom:80px}.contest-landing__heading{padding-top:58px;padding-bottom:35px}.contest-landing__heading h1{max-width:1200px;margin-top:18px;font-size:clamp(48px,9vw,120px);font-weight:700;line-height:.86;text-transform:uppercase}.contest-landing__hero{position:relative;min-height:540px;border-radius:0;background-image:linear-gradient(90deg,rgba(15,24,19,.88),rgba(15,24,19,.1)),var(--contest-hero);background-position:center;background-size:cover}.contest-landing__hero--plain{background:#244937}.contest-landing__hero-inner{display:flex;align-items:flex-end;gap:70px;min-height:540px;padding-top:70px;padding-bottom:55px;color:#fff}.contest-landing__date{display:grid;gap:10px;max-width:330px}.contest-landing__date span{color:#f0c84b;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.contest-landing__date strong{font-size:clamp(22px,3vw,34px);line-height:1.15}.contest-landing__lead{font-size:clamp(23px,3vw,38px);font-weight:600;line-height:1.2}.contest-participation{margin-top:32px}.contest-participation .contest-catalog__empty h2{margin-bottom:8px;font-size:clamp(26px,4vw,40px);text-transform:uppercase}.contest-results__eyebrow{margin-bottom:10px}.contest-results>h2{font-size:clamp(44px,8vw,96px);line-height:.9;text-transform:uppercase}.contest-results__group>h3{font-size:clamp(26px,4vw,42px);text-transform:uppercase}
@media(max-width:640px){.contest-home-hero{min-height:560px;padding:48px 0 38px}.contest-home-hero h1{margin:35px 0 75px}.contest-home-hero__bottom{align-items:flex-start;flex-direction:column}.contest-home-page .contest-home{padding-top:45px}.contest-landing__heading{padding-top:36px}.contest-landing__hero{min-height:500px;margin-inline:0;background-image:linear-gradient(0deg,rgba(15,24,19,.92),rgba(15,24,19,.12)),var(--contest-hero-mobile)}.contest-landing__hero-inner{align-items:flex-start;flex-direction:column;justify-content:flex-end;gap:28px;min-height:500px;padding-bottom:38px}.contest-landing__date strong{font-size:22px}}
.contest-section-kicker{margin-bottom:12px;color:#e44332;font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.contest-mission,.contest-awards,.contest-faq{margin-top:90px;margin-bottom:90px}.contest-mission__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:38px}.contest-mission__grid article{min-height:260px;border-radius:22px;background:#e8eadf;padding:32px}.contest-mission__grid span{color:#e44332;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.contest-mission__grid p{margin-top:50px;font-size:clamp(21px,2.5vw,34px);font-weight:600;line-height:1.2}.contest-faq__list{margin-top:40px;border-top:1px solid #ccc}.contest-faq details{border-bottom:1px solid #ccc;padding:0}.contest-faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;cursor:pointer;font-size:clamp(18px,2vw,25px);font-weight:700;list-style:none}.contest-faq summary::-webkit-details-marker{display:none}.contest-faq summary span{display:grid;place-items:center;flex:0 0 34px;height:34px;border:1px solid currentColor;border-radius:50%;transition:transform .2s}.contest-faq details[open] summary span{transform:rotate(45deg)}.contest-faq details>div{max-width:900px;padding:0 0 28px;color:#59645e;line-height:1.65}
@media(max-width:1000px){}
@media(max-width:640px){.contest-mission,.contest-awards,.contest-faq{margin-top:58px;margin-bottom:58px}.contest-mission__grid{grid-template-columns:1fr}.contest-mission__grid article{min-height:220px;padding:24px}.contest-mission__grid p{margin-top:35px}.contest-faq summary{padding:20px 0}}
.contest-grid--featured{grid-template-columns:1fr}.contest-card--featured{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.65fr);min-height:430px}.contest-card--featured .contest-card__image{height:100%;min-height:430px;aspect-ratio:auto}.contest-card--featured .contest-card__image picture{display:block;width:100%;height:100%}.contest-card--featured .contest-card__body{justify-content:center;padding:clamp(28px,4vw,58px)}.contest-card--featured .contest-card__body h3{font-size:clamp(30px,4vw,54px);line-height:1}.contest-card--featured .contest-card__excerpt{font-size:17px}.contest-card--featured .contest-card__button{margin-top:26px}
@media(max-width:900px){.contest-card--featured{grid-template-columns:1fr;min-height:0}.contest-card--featured .contest-card__image{min-height:0;aspect-ratio:16/9}.contest-card--featured .contest-card__body{padding:28px}}
@media(max-width:640px){.contest-card--featured .contest-card__image{aspect-ratio:4/5}.contest-card--featured .contest-card__body h3{font-size:30px}}
.contest-home--active{padding-top:64px;padding-bottom:80px}.contest-home--active .contest-home__top{margin-bottom:20px}.contest-home__active-list{display:grid;gap:20px}.contest-card--home-active{position:relative;display:block;min-height:318px;border:0;border-radius:20px;background:#1f1f1f;color:#fff}.contest-card--home-active:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,12,12,.82) 0,rgba(12,12,12,.55) 38%,rgba(12,12,12,0) 72%);pointer-events:none}.contest-card--home-active .contest-card__image{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;background:#1f1f1f}.contest-card--home-active .contest-card__image picture,.contest-card--home-active .contest-card__image img{display:block;width:100%;height:100%}.contest-card--home-active .contest-card__image img{object-fit:cover}.contest-card--home-active .contest-card__placeholder{height:100%}.contest-card--home-active .contest-card__body{position:relative;z-index:1;justify-content:center;width:min(46%,540px);min-height:318px;padding:36px 32px;background:transparent;color:#fff}.contest-card--home-active .contest-card__kicker{align-self:flex-start;margin-bottom:16px;padding:4px 9px;background:#fff;color:#1f1f1f;font-size:14px;font-weight:600;transform:rotate(-4deg)}.contest-card--home-active .contest-card__body h3{font-size:clamp(28px,3vw,34px);font-weight:800;line-height:1.05}.contest-card--home-active .contest-card__body h3 a,.contest-card--home-active .contest-card__excerpt,.contest-card--home-active .contest-card__dates dt,.contest-card--home-active .contest-card__dates dd{color:#fff}.contest-card--home-active .contest-card__excerpt{max-width:420px;margin-top:10px;color:rgba(255,255,255,.7);font-size:14px}.contest-card--home-active .contest-card__dates{margin:20px 0 16px}.contest-card--home-active .contest-card__dates div{justify-content:flex-start;border-color:rgba(255,255,255,.3);font-size:13px}.contest-card--home-active .contest-card__dates dt{min-width:90px;color:rgba(255,255,255,.7)}.contest-card--home-active .contest-card__dates dd{text-align:left}.contest-card--home-active .contest-card__button{align-self:flex-start;margin-top:0;padding:9px 18px;background:#dc1f1f}.contest-card--home-active:hover{transform:none;box-shadow:none}.contest-card--home-active:hover .contest-card__image img{transform:scale(1.02)}
@media(max-width:800px){.contest-card--home-active{min-height:420px}.contest-card--home-active:after{background:linear-gradient(90deg,rgba(12,12,12,.8),rgba(12,12,12,.2))}.contest-card--home-active .contest-card__body{width:70%;min-height:420px}}
@media(max-width:640px){.contest-home--active{padding-top:44px;padding-bottom:55px}.contest-home--active .contest-home__top{align-items:center}.contest-home--active .contest-home__top h2{font-size:26px}.contest-card--home-active{min-height:500px}.contest-card--home-active:after{background:linear-gradient(0deg,rgba(12,12,12,.9) 0,rgba(12,12,12,.55) 58%,rgba(12,12,12,.12) 100%)}.contest-card--home-active .contest-card__image picture,.contest-card--home-active .contest-card__image img{height:100%}.contest-card--home-active .contest-card__body{justify-content:flex-end;width:100%;min-height:500px;padding:24px 20px}.contest-card--home-active .contest-card__body h3{font-size:28px}.contest-card--home-active .contest-card__dates{margin-top:16px}.contest-card--home-active .contest-card__dates div{display:block}.contest-card--home-active .contest-card__dates dd{margin-top:3px}}
.contest-home-page .contest-home-hero{min-height:0;padding:64px 0 48px;background:#fff;color:#000}.contest-home-page .contest-home-hero h1{max-width:none;margin:0;color:#000;font-family:"Raleway",system-ui,sans-serif;font-size:91px;font-weight:700;line-height:.9}.contest-home-page .contest-home{padding-top:32px}
@media(max-width:640px){.contest-home-page .contest-home-hero{padding:38px 0 30px}.contest-home-page .contest-home-hero h1{font-size:clamp(42px,15vw,64px);line-height:.92}.contest-home-page .contest-home{padding-top:24px}}

/* Active contests on the legacy home page, based on the supplied Figma cards. */
.contest-home--active .contest-home__top{border-bottom:0;padding-bottom:0;margin-bottom:24px}
.contest-home--active .contest-home__top h2{font-size:30px;font-weight:500;letter-spacing:0;text-transform:uppercase}
.contest-home--active .contest-home__all{display:inline-flex;align-items:center;min-height:38px;border:1px solid #d7d7d7;border-radius:999px;padding:8px 16px;color:#1f1f1f;font-size:14px;font-weight:600;transition:border-color .2s ease,background-color .2s ease}
.contest-home--active .contest-home__all:hover{border-color:#1f1f1f;background:#f5f5f5}
.contest-card--home-active{isolation:isolate}
.contest-card--home-active:before{content:"";position:absolute;z-index:1;inset:-55% 42% -70% -15%;border:1px solid rgba(255,255,255,.12);border-radius:50%;pointer-events:none}
.contest-card--home-active:after{z-index:1;background:linear-gradient(90deg,rgba(18,18,18,.94) 0,rgba(18,18,18,.78) 31%,rgba(18,18,18,.25) 61%,rgba(18,18,18,.04) 100%)}
.contest-card--home-active .contest-card__image{z-index:0}
.contest-card--home-active .contest-card__body{z-index:2;width:min(48%,560px);padding:32px}
.contest-card--home-active .contest-card__kicker{margin-bottom:16px;border-radius:2px;padding:3px 8px;background:#fff;color:#1f1f1f;font-size:13px;font-weight:500;line-height:1.3;transform:rotate(-6deg)}
.contest-card--home-active .contest-card__body h3{max-width:520px;margin:0;font-size:clamp(28px,3vw,34px);font-weight:800;line-height:1.02;text-transform:none}
.contest-card--home-active .contest-card__excerpt{display:-webkit-box;max-width:470px;margin:10px 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.contest-card--home-active .contest-card__period{margin-top:12px;color:#fff;font-size:16px;font-weight:600}
.contest-card--home-active .contest-card__footer{display:flex;align-items:center;gap:16px;margin-top:auto;padding-top:26px}
.contest-card--home-active .contest-card__footer span{color:rgba(255,255,255,.75);font-size:13px;font-weight:500}
.contest-card--home-active .contest-card__button{flex:none;align-self:auto;margin:0;border-radius:999px;background:#dc1f1f;padding:9px 18px;color:#fff;font-size:14px;font-weight:600;line-height:20px}
.contest-card--home-active .contest-card__button:hover{background:#bd1717}

@media(max-width:800px){
  .contest-card--home-active:after{background:linear-gradient(90deg,rgba(18,18,18,.92),rgba(18,18,18,.64) 50%,rgba(18,18,18,.12))}
  .contest-card--home-active .contest-card__body{width:72%}
}
@media(max-width:640px){
  .contest-home--active .contest-home__top{align-items:center;gap:12px}
  .contest-home--active .contest-home__top h2{font-size:24px;line-height:1.05}
  .contest-home--active .contest-home__all{min-height:34px;padding:6px 12px;white-space:nowrap}
  .contest-card--home-active{min-height:480px}
  .contest-card--home-active:before{inset:35% -45% -35% 25%}
  .contest-card--home-active:after{background:linear-gradient(0deg,rgba(18,18,18,.96) 0,rgba(18,18,18,.78) 49%,rgba(18,18,18,.08) 82%)}
  .contest-card--home-active .contest-card__body{min-height:480px;padding:22px 20px}
  .contest-card--home-active .contest-card__excerpt{-webkit-line-clamp:3}
  .contest-card--home-active .contest-card__period{font-size:14px}
  .contest-card--home-active .contest-card__footer{align-items:flex-start;flex-direction:column;gap:10px;padding-top:20px}
}

/* Homepage contest list from Figma node 5549:61430. */
.contest-home-page--figma{min-height:70vh;padding-bottom:80px;background:transparent;color:#1f1f1f}
.contest-home-page--figma .container{max-width:1512px;padding-right:60px;padding-left:60px}
.contest-home-page__heading{padding-top:55px;padding-bottom:52px}
.contest-home-page__heading p{margin:0 0 12px;color:#dc1f1f;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.contest-home-page__heading h1{margin:0;font-size:clamp(58px,7vw,91px);font-weight:700;line-height:.92}
.contest-home-page--figma .contest-home--active{padding-top:0;padding-bottom:0}
.contest-home-page--figma .contest-home__top{display:flex;align-items:center;justify-content:flex-start;gap:14px;border:0;margin:0 0 20px;padding:0}
.contest-home-page--figma .contest-home__top h2{margin:0;font-size:30px;font-weight:500;line-height:1.2;text-transform:none}
.contest-home-page--figma .contest-home__top>span{display:grid;place-items:center;min-width:28px;height:28px;border-radius:50%;background:#dc1f1f;padding:0 8px;color:#fff;font-size:13px;font-weight:700}
.contest-home-page--figma .contest-home__active-list{display:grid;gap:20px}
.contest-home-page--figma .contest-card--home-active{isolation:isolate;position:relative;display:block;min-height:318px;overflow:hidden;border:0;border-radius:20px;background:#1f1f1f;color:#fff}
.contest-home-page--figma .contest-card--home-active:before{content:"";position:absolute;z-index:1;inset:-90% 49% -125% -16%;border:1px solid rgba(255,255,255,.13);border-radius:50%;pointer-events:none}
.contest-home-page--figma .contest-card--home-active:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(18,18,18,.92) 0,rgba(18,18,18,.74) 31%,rgba(18,18,18,.18) 62%,rgba(18,18,18,.02) 100%);pointer-events:none}
.contest-home-page--figma .contest-card--home-active .contest-card__image{position:absolute;z-index:0;inset:0;display:block;width:100%;height:100%;background:#1f1f1f}
.contest-home-page--figma .contest-card--home-active .contest-card__image picture,.contest-home-page--figma .contest-card--home-active .contest-card__image img{display:block;width:100%;height:100%}
.contest-home-page--figma .contest-card--home-active .contest-card__image img{object-fit:cover;transition:transform .45s ease}
.contest-home-page--figma .contest-card--home-active:hover .contest-card__image img{transform:scale(1.015)}
.contest-home-page--figma .contest-card--home-active .contest-card__placeholder{display:grid;place-items:center;width:100%;height:100%;background:radial-gradient(circle at 75% 40%,#3d3d3d,#1f1f1f 58%);color:rgba(255,255,255,.18);font-size:100px;font-weight:800}
.contest-home-page--figma .contest-card--home-active .contest-card__body{position:relative;z-index:2;display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-start;width:min(47%,650px);min-height:318px;padding:36px 32px;color:#fff}
.contest-home-page--figma .contest-card--home-active .contest-card__kicker{align-self:flex-start;margin:0 0 18px;border-radius:2px;background:#fff;padding:3px 8px;color:#1f1f1f;font-size:13px;font-weight:600;line-height:1.3;transform:rotate(-5deg)}
.contest-home-page--figma .contest-card--home-active h3{max-width:600px;margin:0;font-size:34px;font-weight:800;line-height:1.04;text-transform:none}
.contest-home-page--figma .contest-card--home-active h3 a{color:#fff}
.contest-home-page--figma .contest-card--home-active .contest-card__excerpt{display:-webkit-box;max-width:470px;margin:10px 0 0;overflow:hidden;color:rgba(255,255,255,.72);font-size:14px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.contest-home-page--figma .contest-card--home-active .contest-card__period{margin:13px 0 0;color:#fff;font-size:16px;font-weight:600}
.contest-home-page--figma .contest-card--home-active .contest-card__footer{display:flex;align-items:center;gap:16px;margin-top:auto;padding-top:22px}
.contest-home-page--figma .contest-card--home-active .contest-card__footer>span{color:rgba(255,255,255,.72);font-size:13px;font-weight:500}
.contest-home-page--figma .contest-card--home-active .contest-card__button{display:inline-flex;align-items:center;min-height:38px;border-radius:30px;background:#dc1f1f;padding:9px 18px;color:#fff;font-size:14px;font-weight:600;line-height:20px}
.contest-home-page--figma .contest-card--home-active .contest-card__button:hover{background:#b91616}
.contest-home-page--figma .contest-card__winner-count{position:absolute;z-index:2;right:32px;bottom:32px;display:grid;margin:0;color:#fff;text-align:right}
.contest-home-page--figma .contest-card__winner-count strong{font-size:72px;font-weight:700;line-height:.82}
.contest-home-page--figma .contest-card__winner-count span{margin-top:8px;font-size:16px;font-weight:600}
.contest-home-page--figma .contest-catalog__empty{min-height:180px;border-radius:20px;background:#f1f1f1;padding:32px}

@media(max-width:900px){
  .contest-home-page--figma .container{padding-right:32px;padding-left:32px}
  .contest-home-page--figma .contest-card--home-active .contest-card__body{width:68%}
  .contest-home-page--figma .contest-card--home-active:after{background:linear-gradient(90deg,rgba(18,18,18,.92),rgba(18,18,18,.62) 56%,rgba(18,18,18,.08))}
  .contest-home-page--figma .contest-card__winner-count{right:24px;bottom:24px}
  .contest-home-page--figma .contest-card__winner-count strong{font-size:58px}
}

@media(max-width:640px){
  .contest-home-page--figma{padding-bottom:55px}
  .contest-home-page--figma .container{padding-right:20px;padding-left:20px}
  .contest-home-page__heading{padding-top:36px;padding-bottom:38px}
  .contest-home-page__heading h1{font-size:clamp(48px,16vw,64px)}
  .contest-home-page--figma .contest-home__top h2{font-size:25px}
  .contest-home-page--figma .contest-card--home-active{min-height:500px;border-radius:18px}
  .contest-home-page--figma .contest-card--home-active:before{inset:38% -62% -32% 22%}
  .contest-home-page--figma .contest-card--home-active:after{background:linear-gradient(0deg,rgba(18,18,18,.96) 0,rgba(18,18,18,.76) 50%,rgba(18,18,18,.07) 80%)}
  .contest-home-page--figma .contest-card--home-active .contest-card__body{justify-content:flex-end;width:100%;min-height:500px;padding:22px 20px}
  .contest-home-page--figma .contest-card--home-active .contest-card__kicker{margin-bottom:14px}
  .contest-home-page--figma .contest-card--home-active h3{font-size:29px}
  .contest-home-page--figma .contest-card--home-active .contest-card__excerpt{-webkit-line-clamp:3}
  .contest-home-page--figma .contest-card--home-active .contest-card__period{font-size:14px}
  .contest-home-page--figma .contest-card--home-active .contest-card__footer{align-items:flex-start;flex-direction:column;gap:9px;margin-top:0;padding-top:18px}
  .contest-home-page--figma .contest-card__winner-count{top:22px;right:20px;bottom:auto}
  .contest-home-page--figma .contest-card__winner-count strong{font-size:46px}
  .contest-home-page--figma .contest-card__winner-count span{font-size:13px}
}

/* Contest landing from Figma node 5549:59213. */
.contest-figma{--contest-red:#dc1f1f;--contest-ink:#1f1f1f;--contest-muted:#595959;--contest-line:#e6e6e6;background:transparent;color:var(--contest-ink);padding-bottom:80px}
.contest-figma .container{max-width:1512px;padding-right:60px;padding-left:60px}
.contest-figma__heading{padding-top:20px;padding-bottom:20px}
.contest-figma__status,.contest-section-kicker{margin:0 0 8px;color:var(--contest-red);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.contest-figma__heading h1{max-width:1100px;margin:0;font-size:clamp(54px,6vw,91px);font-weight:700;line-height:1.08}
.contest-figma__intro{display:flex;align-items:center;gap:22px;margin-top:12px}
.contest-figma__intro p{max-width:510px;margin:0;color:var(--contest-muted);font-size:16px;font-weight:500;line-height:1.2}
.contest-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:999px;padding:8px 15px;font-size:16px;font-weight:600;line-height:1.2;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.contest-button--quiet{background:#efefef;color:var(--contest-ink)}
.contest-button--quiet:hover{background:#e2e2e2}
.contest-button--light{background:#fff;color:var(--contest-ink)}
.contest-button--light:hover{background:#f2f2f2}
.contest-button--accent{background:var(--contest-red);color:#fff}
.contest-button--accent:hover{background:#b91616}
.contest-button--outline{margin-top:20px;border:1px solid #d7d7d7;color:var(--contest-ink)}
.contest-button--outline:hover{border-color:var(--contest-ink)}
.contest-figma__hero{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:318px;overflow:hidden;border-radius:20px;background:#1f1f1f var(--contest-hero) center/cover no-repeat;padding:36px 32px;color:#fff}
.contest-figma__hero:before{content:"";position:absolute;z-index:1;left:-320px;bottom:-150px;width:745px;height:745px;border:2px solid rgba(255,255,255,.1);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 62%);pointer-events:none}
.contest-figma__hero:after{content:"";position:absolute;z-index:1;top:-60px;right:280px;width:429px;height:429px;border-radius:50%;background:rgba(255,255,255,.06);box-shadow:237px 220px 0 -120px rgba(255,255,255,.18);pointer-events:none}
.contest-figma__hero--plain{background-color:#1f1f1f}
.contest-figma__hero-copy,.contest-figma__hero>.contest-button{position:relative;z-index:2}
.contest-figma__hero-copy{display:grid;gap:17px;max-width:462px}
.contest-figma__hero-copy p{margin:0;font-size:34px;font-weight:800;line-height:1;text-transform:uppercase;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.contest-figma__hero-copy strong{font-size:16px;font-weight:600;line-height:1.2;text-shadow:0 1px 10px rgba(0,0,0,.45)}
.contest-figma__hero>.contest-button{margin-top:auto}
.contest-figma__stats{display:grid;grid-template-columns:minmax(280px,1.6fr) repeat(3,1fr);gap:0;padding-top:45px;padding-bottom:45px}
.contest-figma__stats--3{grid-template-columns:repeat(3,1fr)}
.contest-figma__stats>div{display:grid;align-content:start;min-width:0;border-left:1px solid var(--contest-line);padding:0 50px}
.contest-figma__stats>div:first-child{border-left:0;padding-left:30px}
.contest-figma__stats strong{font-size:clamp(48px,5vw,75px);font-weight:600;line-height:1.1}
.contest-figma__stats span{color:var(--contest-muted);font-size:20px;font-weight:600}
.contest-section-heading{margin-bottom:20px}
.contest-section-heading h2{margin:0;font-size:30px;font-weight:500;line-height:1.2}
.contest-awards,.contest-about,.contest-faq{margin-top:0;margin-bottom:0;padding-top:50px;padding-bottom:50px}
.contest-figma .contest-awards{margin-top:40px;padding-top:0;padding-bottom:0}
.contest-awards__heading{display:flex;align-items:flex-start;justify-content:space-between;min-height:50px;margin:0 0 20px}
.contest-awards__heading h2{margin:0;font-size:30px;font-weight:500;line-height:36px;text-transform:uppercase}
.contest-awards__controls{display:none;gap:10px}
.contest-awards__controls button{display:grid;place-items:center;width:50px;height:50px;border:0;border-radius:30px;background:#f7f7f7;color:#1f1f1f;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}
.contest-awards__controls button:hover:not(:disabled){background:#e9e9e9}
.contest-awards__controls button:disabled{cursor:default}
.contest-awards__controls svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.contest-awards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(262px,1fr));gap:20px;margin:0;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}
.contest-awards__grid::-webkit-scrollbar{display:none}
.contest-award-card{display:flex;align-items:flex-end;min-width:0;min-height:329px;height:329px;overflow:hidden;border:0;border-radius:20px;background:#f8f8f8 var(--award-image) center top/100% auto no-repeat;padding:20px;text-align:center;scroll-snap-align:start}
.contest-award-card div{width:100%}
.contest-award-card strong{display:block;margin:0;font-size:clamp(28px,2.65vw,40px);font-weight:500;line-height:1.2;white-space:nowrap}
.contest-award-card strong span{position:relative;top:-.45em;display:inline-block;margin-left:.08em;color:#dd1f1f;font-size:.55em;line-height:1;vertical-align:baseline}
.contest-award-card .contest-award-card__value--long{font-size:clamp(25px,2vw,30px);white-space:normal}
.contest-award-card p{max-width:205px;margin:8px auto 0;color:#1f1f1f;font-size:16px;font-weight:500;line-height:1.2}
.contest-about{padding-top:30px;padding-bottom:0}
.contest-about>h2{margin:0;font-size:30px;font-weight:500;line-height:36px;text-transform:uppercase}
.contest-about__lead{display:grid;gap:20px;max-width:1392px;margin-top:20px}
.contest-about__lead p{max-width:1392px;margin:0;font-size:16px;font-weight:600;line-height:1.48}
.contest-about__body{max-width:1392px;margin-top:20px;font-size:16px;line-height:1.5}
.contest-about__body>*+*{margin-top:14px}
.contest-about__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:20px}
.contest-about__grid article{display:flex;flex-direction:column;gap:14px;min-height:255px;border-radius:20px;background:#f8f8f8;padding:20px}
.contest-about__grid article>div{display:grid;gap:14px}
.contest-about__grid h3{margin:0;font-size:20px;font-weight:600;line-height:24px}
.contest-about__grid p{margin:0;color:#1f1f1f;font-size:14px;font-weight:500;line-height:17px}
.contest-about__note{color:var(--contest-muted)!important}
.contest-about__rules{display:inline-flex;align-items:center;gap:10px;min-height:38px;margin-top:20px;border-radius:30px;background:#1f1f1f;padding:9px 15px;color:#fff;font-size:16px;font-weight:600;line-height:20px}
.contest-about__rules:hover{background:#353535}
.contest-about__rules svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.contest-jury{margin:50px 0 0;padding:70px 0;background:#1f1f1f;color:#fff}
.contest-jury__inner{max-width:1512px;margin:0 auto;padding-right:60px;padding-left:60px}
.contest-jury__heading{display:flex;align-items:flex-start;justify-content:space-between;min-height:50px;margin:0 0 20px}
.contest-jury__heading h2{margin:0;font-size:30px;font-weight:500;line-height:36px;text-transform:uppercase}
.contest-jury__controls{display:flex;gap:10px}
.contest-jury__controls button{display:grid;place-items:center;width:50px;height:50px;border:0;border-radius:30px;background:rgba(255,255,255,.1);color:#fff;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}
.contest-jury__controls button:hover:not(:disabled){background:rgba(255,255,255,.2)}
.contest-jury__controls button:disabled{cursor:default;opacity:.4}
.contest-jury__controls svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.contest-jury__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch;gap:20px}
.contest-jury-card{display:flex;flex-direction:column;overflow:hidden;border-radius:20px;background:rgba(255,255,255,.1);scroll-snap-align:start}
.contest-jury-card>img{display:block;width:100%;aspect-ratio:320/281;object-fit:cover}
.contest-jury-card__body{display:flex;flex-direction:column;gap:14px;flex:1;padding:20px}
.contest-jury-card__info{display:grid;gap:14px}
.contest-jury-card h3{margin:0;font-size:20px;font-weight:600;line-height:24px}
.contest-jury-card__info span{display:-webkit-box;overflow:hidden;color:#e6e6e6;font-size:14px;font-weight:500;line-height:16.8px;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.contest-jury-card__bio{margin:0;color:#d0d0d0;font-size:14px;font-weight:500;line-height:1.3}
.contest-jury-card__links{display:flex;align-items:center;gap:20px;margin-top:auto}
.contest-jury-card__social{display:inline-flex;flex:0 0 28px;width:28px;height:28px}
.contest-jury-card__social svg{display:block;width:28px;height:28px}
.contest-jury-card__url{color:#f7f7f7;font-size:14px;font-weight:500;line-height:16.8px;text-decoration:none}
.contest-jury-card__url:hover{text-decoration:underline}
.contest-jury__dots{display:none;justify-content:center;gap:12px;margin-top:22px}
.contest-jury__dots span{width:12px;height:12px;border-radius:50%;background:#fff;opacity:.5;transition:opacity .2s ease}
.contest-jury__dots span.is-active{opacity:1}
.contest-results{padding-top:90px}
.contest-results .contest-section-heading h2{font-size:30px;text-transform:none}
.contest-results__group{margin-top:35px}
.contest-results__group>h3{margin-bottom:20px;font-size:24px;font-weight:600}
.contest-results__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.contest-result-card{overflow:hidden;border:0;border-radius:0;background:#f0f0f0}
.contest-result-card>a{display:block;aspect-ratio:1/1;overflow:hidden}
.contest-result-card img{width:100%;height:100%;object-fit:cover}
.contest-result-card>div{padding:18px}

@media(max-width:1000px){
  .contest-figma .container{padding-right:32px;padding-left:32px}
  .contest-figma__stats{grid-template-columns:repeat(2,1fr);row-gap:35px}
  .contest-figma__stats>div:nth-child(3){border-left:0}
  .contest-awards__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;justify-content:flex-start}
  .contest-awards__controls{display:flex}
  .contest-award-card{flex:0 0 min(42vw,310px)}
  .contest-about__grid{grid-template-columns:repeat(2,1fr)}
  .contest-jury__inner{padding-right:32px;padding-left:32px}
  .contest-jury__grid{overflow-x:auto;grid-auto-flow:column;grid-auto-columns:minmax(min(320px,42vw),auto);grid-template-columns:none;scroll-snap-type:x mandatory}
  .contest-results__grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:640px){
  .contest-figma{padding-bottom:55px}
  .contest-figma .container{padding-right:20px;padding-left:20px}
  .contest-figma__heading{padding-top:20px;padding-bottom:20px}
  .contest-figma__heading h1{font-size:clamp(42px,14vw,58px);line-height:.98}
  .contest-figma__intro{align-items:flex-start;flex-direction:column-reverse;margin-top:22px}
  .contest-figma__intro p{font-size:15px}
  .contest-figma__hero-wrap{padding-right:0!important;padding-left:0!important}
  .contest-figma__hero{align-items:flex-start;flex-direction:column;justify-content:flex-start;min-height:500px;background:#1f1f1f var(--contest-hero-mobile) center/cover no-repeat;padding:24px 20px}
  .contest-figma__hero:before{left:auto;right:-300px;bottom:auto;top:-420px;width:600px;height:600px}
  .contest-figma__hero:after{right:-260px;top:180px;width:340px;height:340px;box-shadow:190px 170px 0 -95px rgba(255,255,255,.18)}
  .contest-figma__hero-copy p{font-size:27px}
  .contest-figma__hero>.contest-button{margin-top:20px}
  .contest-figma__stats{grid-template-columns:repeat(2,1fr);gap:28px 0;padding-top:42px;padding-bottom:42px}
  .contest-figma__stats>div{border-left:1px solid var(--contest-line);padding:0 18px}
  .contest-figma__stats>div:nth-child(odd){border-left:0;padding-left:0}
  .contest-figma__stats strong{font-size:42px}
  .contest-figma__stats span{font-size:14px}
  .contest-about,.contest-faq{padding-top:42px;padding-bottom:42px}
  .contest-figma .contest-awards{margin-top:58px}
  .contest-section-heading h2{font-size:27px}
  .contest-awards__heading{align-items:center;min-height:44px;margin-bottom:18px}
  .contest-awards__heading h2{font-size:27px;line-height:32px}
  .contest-awards__controls{gap:8px}
  .contest-awards__controls button{width:44px;height:44px}
  .contest-awards__grid{margin-right:-20px;padding-right:20px}
  .contest-award-card{flex:0 0 78vw;min-height:340px;height:340px;background-size:280px auto}
  .contest-award-card strong{font-size:36px}
  .contest-award-card .contest-award-card__value--long{font-size:28px}
  .contest-about__lead p{font-size:15px}
  .contest-about__grid{grid-template-columns:1fr}
  .contest-about>h2{font-size:27px;line-height:32px}
  .contest-about__grid article{min-height:220px}
  .contest-jury{margin-top:30px;padding:40px 0}
  .contest-jury__inner{padding-right:15px;padding-left:15px}
  .contest-jury__grid{margin-right:-15px;overflow-x:auto;padding-right:15px;grid-auto-flow:column;grid-auto-columns:minmax(min(320px,86vw),auto);grid-template-columns:none}
  .contest-jury-card{min-width:0}
  .contest-jury__dots{display:flex}
  .contest-results{padding-top:55px}
  .contest-results__grid{grid-template-columns:1fr}
}
