@keyframes blink{0%{color:#000}49%{color:#000}50%{color:rgba(0,0,0,0)}99%{color:rgba(0,0,0,0)}100%{color:#000}}.loading-fallback{animation:blink 1s infinite;font-family:var(--font-family-hed);font-size:var(--font-size-h1);font-weight:bold;user-select:none;text-transform:uppercase}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.keep-reading-lockup{height:160px;position:relative;width:160px;user-select:none;display:inline-block}.keep-reading-lockup__letters{animation-name:spin;animation-duration:5000ms;animation-iteration-count:infinite;animation-timing-function:linear;height:100%;width:100%}.keep-reading-lockup__letters__char{font-family:var(--font-family-accent);font-size:var(--font-size-h4);height:80px;position:absolute;width:16px;left:45%;top:0;text-transform:uppercase;transform-origin:bottom center}.keep-reading-lockup__arrow{position:absolute;left:50%;transform:translate(-50%, -50%);top:50%}
.sidebar-card{display:flex;align-items:flex-start;background-color:#fff;padding:20px 0;border-bottom:solid 1px rgba(0,0,0,.1)}.sidebar-card.vice-card--dark{background-color:#000}.sidebar-card .vice-card-rubric{font-size:var(--font-size-h5)}.sidebar-card .vice-card-image{flex-grow:1;min-width:80px;max-width:80px}.sidebar-card .vice-card-hed{font-size:var(--font-size-h4)}.sidebar-card .vice-card__content{flex-grow:1;padding-right:15px}.sidebar-card .vice-card-dek{display:none}
.sidebar{padding:40px;background-color:#fff}.sidebar__title{font-family:var(--font-family-hed);font-size:var(--font-size-h2);line-height:var(--line-height-hed-tight);text-transform:uppercase;margin:0 0 20px 0}.sidebar__items{list-style:none;margin:0;padding:0;border-top:solid 1px rgba(0,0,0,.1)}.sidebar__items li{margin:0;padding:0}
.split-header--dark{background-color:#000;color:#fff}.split-header--light{background-color:rgba(0,0,0,0);color:#000}.split-header--caps{text-transform:uppercase}.split-header__hed{color:inherit;display:block;font-family:var(--font-family-hed);-webkit-font-smoothing:antialiased;font-weight:var(--font-weight-hed-bold);line-height:var(--line-height-hed-normal);line-height:1;margin:0;padding:0}.split-header__hed--size-1{font-size:var(--font-size-h1)}.split-header__hed--size-2{font-size:var(--font-size-h2)}.split-header__hed--size-3{font-size:var(--font-size-h3)}.split-header__hed--size-4{font-size:var(--font-size-h4)}.split-header__hed--size-5{font-size:var(--font-size-h5)}.split-header__hed--size-6{font-size:var(--font-size-h6)}
.newsletter-signup{padding:40px 20px}@media only screen and (min-width: 700px){.newsletter-signup{padding:40px}}.newsletter-signup--light{background-color:#fff;color:#000}.newsletter-signup--dark{background-color:#000;color:#fff}@media only screen and (min-width: 1000px){.newsletter-signup__content{max-width:66.67%}}.newsletter-signup__title{font-family:var(--font-family-hed);font-size:var(--font-size-h1);-webkit-hyphens:auto;hyphens:auto;line-height:var(--line-height-hed-tight);margin:0 0 20px 0;text-transform:uppercase}.newsletter-signup__form{display:flex;margin-bottom:20px;position:relative}.newsletter-signup__input{font-family:var(--font-family-dek);font-size:var(--font-size-h5);line-height:var(--line-height-dek-tight);border-radius:2px;height:50px;padding:0 20px;vertical-align:middle;background-color:rgba(255,255,255,.4);color:#fff;border:0;width:100%}.newsletter-signup--success .newsletter-signup__input{background-color:#ffd600;color:#000}.newsletter-signup__input::placeholder{color:#fff}.newsletter-signup__input:focus,.newsletter-signup__input:active{background-color:#fff;color:#000}.newsletter-signup__submit{font-family:var(--font-family-dek);font-size:var(--font-size-h5);line-height:var(--line-height-dek-tight);border-radius:2px;height:50px;padding:0 20px;margin-left:10px;vertical-align:middle;background-color:#fff;color:#000;border:0;font-weight:bold;word-break:keep-all;max-width:130px;width:100%;cursor:pointer}.newsletter-signup__submit:hover{background-color:#ccc}.newsletter-signup__disclaimer{font-family:var(--font-family-dek);font-size:var(--font-size-h5);line-height:var(--line-height-dek-loose);color:rgba(255,255,255,.6)}.newsletter-signup__check{position:absolute;right:20px;top:17px}
.user-newsletter{background-color:#000;color:#fff}.user-newsletter--light{background-color:#fff;color:#000}.user-newsletter__content{padding:40px 20px}@media only screen and (min-width: 700px){.user-newsletter__content{padding:40px}}.user-newsletter__heading{margin-bottom:20px}.user-newsletter__title{-webkit-hyphens:auto;font-family:var(--font-family-hed);font-weight:var(--font-weight-hed-bold);line-height:var(--line-height-hed-tight);font-size:var(--font-size-h1);text-transform:uppercase;margin:0;hyphens:auto}.user-newsletter__dek{font-family:var(--font-family-dek);line-height:var(--line-height-dek-normal);font-size:var(--font-size-h4);margin-top:20px;margin-bottom:0}.user-newsletter__form{display:flex;margin-bottom:20px}.user-newsletter__form__wrap{width:100%}@media only screen and (min-width: 700px){.user-newsletter__form__wrap{position:relative}}.user-newsletter__form__label{height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.user-newsletter__form input[type=email],.user-newsletter__form input:focus{border:0;height:50px;padding:0 20px;font-size:var(--font-size-h5);font-family:var(--font-family-dek);vertical-align:middle;background-color:rgba(255,255,255,.4);color:#fff;border-radius:2px;width:100%}.user-newsletter--light .user-newsletter__form input[type=email],.user-newsletter--light .user-newsletter__form input:focus{background:#fff;color:#000;border:1px solid rgba(0,0,0,.2)}@media only screen and (min-width: 700px){.user-newsletter__form input[type=email],.user-newsletter__form input:focus{margin-bottom:0}}.user-newsletter__form input[type=email]::placeholder,.user-newsletter__form input:focus::placeholder{color:#fff}.user-newsletter--light .user-newsletter__form input[type=email]::placeholder,.user-newsletter--light .user-newsletter__form input:focus::placeholder{color:rgba(0,0,0,.2)}.user-newsletter__form input[type=email].user-newsletter__form__input--disabled,.user-newsletter__form input:focus.user-newsletter__form__input--disabled{background-color:#000;border:solid 1px rgba(255,255,255,.2)}.user-newsletter--light .user-newsletter__form input[type=email].user-newsletter__form__input--disabled,.user-newsletter--light .user-newsletter__form input:focus.user-newsletter__form__input--disabled{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.2)}.user-newsletter__form input[type=email].user-newsletter__form__input--error,.user-newsletter__form input:focus.user-newsletter__form__input--error{border:solid 1px #c80000;background-color:#c80000}.user-newsletter--light .user-newsletter__form input[type=email].user-newsletter__form__input--error,.user-newsletter--light .user-newsletter__form input:focus.user-newsletter__form__input--error{background-color:#fff;border:solid 1px #c80000;color:#c80000}.user-newsletter__submit{margin-left:15px;font-weight:var(--font-weight-dek-bold);word-break:keep-all;max-width:130px;width:100%}.user-newsletter__error{margin-top:20px;font-family:var(--font-family-dek);font-size:var(--font-size-h5)}.user-newsletter--light .user-newsletter__error{color:#c80000}.user-newsletter__edit-button{cursor:pointer;color:#fff;border:0;background-color:rgba(0,0,0,0);padding:0;margin:20px 0 0 0;font-size:var(--font-size-h5);font-family:var(--font-family-dek);line-height:var(--line-height-dek-loose);text-decoration:underline}@media only screen and (min-width: 700px){.user-newsletter__edit-button{margin:0}}.user-newsletter__edit-button:hover{opacity:.4}.user-newsletter--light .user-newsletter__edit-button{color:#000}@media only screen and (min-width: 700px){.user-newsletter__edit-button{position:absolute;right:20px;top:14px}}.user-newsletter__terms{color:rgba(255,255,255,.8);font-family:var(--font-family-dek);line-height:var(--line-height-dek-loose);font-size:var(--font-size-h5);margin:0}.user-newsletter__terms a{color:#fff}.user-newsletter--light .user-newsletter__terms{color:rgba(0,0,0,.8)}.user-newsletter--light .user-newsletter__terms a{color:#000}.user-newsletter__terms+.user-newsletter__terms{margin-top:15px}.user-newsletter__confirm__dek{font-family:var(--font-family-dek);margin-top:20px;margin-bottom:20px;font-size:var(--font-size-h4);line-height:var(--line-height-dek-loose)}.user-newsletter__confirm__resend{width:auto;font-weight:var(--font-weight-dek-bold)}
.user-newsletter-signup a:hover{opacity:.6}.user-newsletter-signup--dark{background-color:#000}@media only screen and (min-width: 1000px){.user-newsletter-signup--dark .user-newsletter{width:66.67%}}.user-newsletter-signup--dark a:hover{color:#fff}
.three-up{list-style-type:none;margin:0;padding:0;margin:0 auto;max-width:1600px;width:100%;border-bottom:1px solid rgba(0, 0, 0, 0.1);display:flex;flex-flow:column;width:100%}@media only screen and (min-width: 700px){.three-up{flex-flow:row;flex-wrap:wrap}}.three-up .three-up__item{border-bottom:1px solid rgba(0, 0, 0, 0.1);width:100%}.three-up .three-up__item:nth-child(3){border-right:none}.three-up .three-up__item:last-child{border-bottom:none}@media only screen and (min-width: 700px){.three-up .three-up__item{border-bottom:none;border-right:1px solid rgba(0, 0, 0, 0.1);width:33.3333333333%}.three-up .three-up__item:lang(ar){border-left:1px solid rgba(0, 0, 0, 0.1);border-right:none}}.three-up .three-up__vice-card{display:flex;flex-flow:row;height:100%;position:relative;width:100%}@media only screen and (min-width: 700px){.three-up .three-up__vice-card{flex-flow:column;width:100%}}.three-up .vice-card__vice-card-image{width:150px;min-width:150px;max-width:150px}@media only screen and (min-width: 700px){.three-up .vice-card__vice-card-image{width:100%;min-width:initial;max-width:initial}}.three-up .vice-card__content{background-color:#fff;display:flex;flex-flow:column;flex-grow:1;justify-content:center;padding:20px;width:100%}@media only screen and (min-width: 700px){.three-up .vice-card__content{display:block;height:100%;order:2;padding:40px}}.three-up .vice-card__vice-card-image .vice-card-image__link,.three-up .vice-card__vice-card-image .vice-card-image__placeholder-image{height:100%}@media only screen and (min-width: 700px){.three-up .vice-card__vice-card-image .vice-card-image__link,.three-up .vice-card__vice-card-image .vice-card-image__placeholder-image{height:auto}}.three-up .vice-card__vice-card-hed{font-size:var(--font-size-h4)}@media only screen and (min-width: 700px){.three-up .vice-card__vice-card-hed{font-size:var(--font-size-h3)}}.three-up .vice-card__vice-card-dek{display:none;font-size:var(--font-size-h5)}@media only screen and (min-width: 700px){.three-up .vice-card__vice-card-dek{display:block}}@media only screen and (min-width: 1000px){.three-up .vice-card__vice-card-dek{font-size:var(--font-size-h4)}}.three-up .vice-card--dark .vice-card__content{background-color:#000;border-bottom:1px solid rgba(255, 255, 255, 0.2)}@media only screen and (min-width: 700px){.three-up .vice-card--dark .vice-card__content{border-bottom:none;border-right:1px solid rgba(255, 255, 255, 0.2)}}.three-up .three-up__item:last-child .vice-card .vice-card__content,.three-up .three-up__item:last-child .vice-card--dark .vice-card__content{border-bottom:none}@media only screen and (min-width: 700px){.three-up .three-up__item:nth-child(3n) .vice-card .vice-card__content,.three-up .three-up__item:nth-child(3n) .vice-card--dark .vice-card__content{border-right:none}}

/*# sourceMappingURL=[slug].1a0975a0.chunk.css.map*/