@keyframes rotate{0%{transform:rotate(0deg) scale(.8)}20%{transform:rotate(45deg) scale(.8)}25%{transform:rotate(40deg) scale(.8)}30%{transform:rotate(50deg) scale(.8)}50%{transform:rotate(180deg) scale(.8)}60%{transform:rotate(220deg) scale(.8)}70%{transform:rotate(200deg) scale(.8)}75%{transform:rotate(150deg) scale(.8)}80%{transform:rotate(200deg) scale(.8)}to{transform:rotate(1turn) scale(.8)}}@keyframes rotateCenter{0%{transform:translate(-50%,-50%) rotate(0deg) scale(.8)}20%{transform:translate(-50%,-50%) rotate(45deg) scale(.8)}25%{transform:translate(-50%,-50%) rotate(40deg) scale(.8)}30%{transform:translate(-50%,-50%) rotate(50deg) scale(.8)}50%{transform:translate(-50%,-50%) rotate(180deg) scale(.8)}60%{transform:translate(-50%,-50%) rotate(220deg) scale(.8)}70%{transform:translate(-50%,-50%) rotate(200deg) scale(.8)}75%{transform:translate(-50%,-50%) rotate(150deg) scale(.8)}80%{transform:translate(-50%,-50%) rotate(200deg) scale(.8)}to{transform:translate(-50%,-50%) rotate(1turn) scale(.8)}}header h1{line-height:2.5rem;margin:0;text-align:left}@media (min-width:768px){header h1{font-size:3rem;line-height:3.4375rem;margin:0 auto;text-align:center;width:80%}}@media (min-width:1024px){header h1{margin:1.875rem auto 0;max-width:50.625rem;width:100%}}header picture{box-sizing:border-box;display:block;height:auto;margin:1.875rem -20px 1.25rem;-o-object-fit:contain;object-fit:contain;width:calc(100% + 40px)}@media (min-width:768px){header picture{height:auto;margin:1.875rem 0 1.25rem;width:100%}}header picture img{height:auto;width:100%}header .author-holder{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width:768px){header .author-holder{grid-template-columns:1fr 1fr}}header .author-holder .author{display:grid;gap:1.25rem;grid-template-columns:4.6875rem 1fr}header .author-holder .author .author-image{border-radius:50%;height:4.6875rem;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:4.6875rem}header .author-holder .author .author-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}header .author-holder .author .author-name{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}header .author-holder .author .author-name h3{display:inline-block;font-size:1rem;font-weight:700;margin:0}header .author-holder .author .author-name p,header .author-holder .author .author-name time{font-size:.75rem;font-weight:400;margin:0}header .author-holder .author .author-name a:after{background-image:url(/img/social/twitter-bird.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:.75rem;margin-left:.1875rem;width:.75rem}header .author-holder .share-holder{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.625rem;justify-content:flex-start;position:relative}@media (min-width:768px){header .author-holder .share-holder{justify-content:flex-end}}header .author-holder .share-holder .share-icon{background:#fff url(/img/icons/share.svg) no-repeat 50%;background-size:60%;border:.125rem solid #121416;border-radius:50%;box-sizing:border-box;cursor:pointer;display:inline-block;height:2.625rem;-o-object-fit:contain;object-fit:contain;transform:scale(1);transition:all .2s ease-in-out;width:2.625rem}header .author-holder .share-holder .share-icon.bookmark{background-image:url(/img/icons/bookmark.svg)}header .author-holder .share-holder .share-icon:hover{border:.125rem solid #3fff00;transform:scale(1.1)}header .author-holder .share-holder input[type=checkbox]{display:none}.share-popup{background-color:#fff;border-radius:15px;box-shadow:0 0 .625rem rgba(0,0,0,.1);display:none;gap:0;grid-template-columns:1fr;list-style:none;margin:0;padding:.625rem 1.25rem;position:absolute;right:3.75rem;top:0;width:50%;z-index:50}@media (min-width:768px){.share-popup{left:auto;top:100%}}.share-popup a{background:transparent;border:none;cursor:pointer;display:block;height:2.8125rem;margin:0;outline:none;padding:0;text-align:left;width:100%}.share-popup a:hover{font-weight:700}.share-popup li a:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:.75rem;margin-right:.3125rem;text-align:left;width:.75rem}.share-popup li a:before,.share-popup li.twitter a:before{background-image:url(/img/social/twitter-bird.svg)}.share-popup li.facebook a:before{background-image:url(/img/social/facebook-f.svg)}.share-popup li.pinterest a:before{background-image:url(/img/social/pinterest-p.svg)}.share-popup li.email a:before{background-image:url(/img/social/email.png)}.share-popup li.copy_link a:before{background-image:url(/img/social/copy.png)}input.share-controller[type=checkbox]:checked~.share-popup{display:grid}@media (min-width:768px){.article-main-container{display:grid;gap:0;grid-auto-flow:row;grid-template-columns:repeat(12,1fr)}.article-main-container>div{grid-column:2/span 10}}@media (min-width:1024px){.article-main-container>div{grid-column:4/span 6}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}picture img:not(.loaded){animation:gradient 15s ease infinite;background:linear-gradient(-45deg,#dedede,#bbb,#6c6c6c,#8a8a8a);background-size:400% 400%}
