.gmt-ce-heading:before{content:"";background:rgb(var(--gmt-theme-secondary));border-radius:var(--gmt-radius);width:5px;height:100%;position:absolute;top:0;left:0}.gmt-content-editor .gmt-ce-heading:first-child{margin-top:0}.gmt-ce-paragraph{text-align:left;letter-spacing:.03125em;font-family:Esteban,serif;font-size:1.2rem;line-height:1.95rem}.gmt-ce-paragraph i:not(.gmt-icon):not(.material-icons):not(.fa):not(.fas):not(.fab):not(.fad):not(.far){font-style:italic}.gmt-ce-paragraph-image__item img{margin:0}.gmt-ce-paragraph-image__item-text-container{text-overflow:ellipsis;white-space:nowrap;text-align:center;background:rgba(var(--gmt-theme-primary), .75);color:rgb(var(--gmt-theme-on-primary));font-family:var(--gmt-font-family);border-radius:0 var(--gmt-radius) 0 var(--gmt-radius);font-size:1rem;line-height:1.25rem;overflow:hidden}.gmt-ce-paragraph-image--align-left{float:left;margin-left:0;margin-right:1rem}.gmt-ce-paragraph-image--align-right{float:right;margin-left:1rem;margin-right:0}.gmt-ce-paragraph-image--dim-medium{max-width:50%}.gmt-ce-paragraph-image--dim-small{max-width:25%}.gmt-ce-paragraph-image--dim-small .gmt-ce-paragraph-image__item-text-container{padding-top:.25rem;padding-bottom:.25rem;font-size:.85rem;line-height:1.25rem}.gmt-ce-paragraph>a{color:rgb(var(--gmt-theme-primary-accent));text-decoration:underline}@supports ((-webkit-hyphens:auto) or (hyphens:auto)){.gmt-ce-paragraph{word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}.gmt-ce-extended-image__caption{text-align:center;background-color:rgba(var(--gmt-theme-primary), .75);color:rgb(var(--gmt-theme-on-primary));font-size:1rem}.gmt-ce-quote{padding:1rem 1rem 1rem 2rem;font-family:Esteban,serif;font-style:italic}.gmt-ce-quote:before{content:"";background:linear-gradient(to bottom, rgba(var(--gmt-theme-primary), .8), rgba(var(--gmt-theme-secondary), 1));border-radius:var(--gmt-radius) 0 0 var(--gmt-radius);width:6px;height:100%;position:absolute;top:0;left:0}.gmt-ce-quote--with-author:after{content:""}.gmt-ce-quote__author{font-family:var(--gmt-font-family)}.gmt-ce-list-item{letter-spacing:.009375em;border-radius:var(--gmt-radius);grid-template-columns:max-content auto max-content;grid-template-areas:"prepend text append";height:auto;margin-bottom:1rem;font-size:1rem;font-weight:400;line-height:1.5rem;display:grid}.gmt-ce-list-item__checkbox{border:1px solid rgba(var(--gmt-border-color), var(--gmt-border-opacity));cursor:default;-webkit-user-select:none;user-select:none;background:rgb(var(--gmt-theme-surface));border-radius:50%;grid-area:prepend;width:20px;height:20px;margin:5px 12px 5px 0}.gmt-ce-list-item__checkbox:after{border:2px solid rgb(var(--gmt-theme-surface));content:"";opacity:0;background:0 0;border-top:none;border-right:none;width:9px;height:4px;position:absolute;top:6px;left:5px;transform:rotate(-45deg)}.gmt-ce-list-item:before{content:"";text-align:center;background:rgba(var(--gmt-border-color), var(--gmt-border-opacity));width:1rem;min-width:1rem;max-width:1rem;height:1rem;min-height:1rem;max-height:1rem;color:rgb(var(--gmt-border-color));border-radius:50%;grid-area:prepend;margin-inline-end:1rem;line-height:2rem}.gmt-ce-list-item--selected{background:rgba(var(--gmt-theme-primary), .1);margin:0 -.5rem;padding:0 .5rem}.gmt-ce-list-item--selected .gmt-ce-list-item__checkbox{border-color:rgb(var(--gmt-theme-primary));background:rgb(var(--gmt-theme-primary))}.gmt-ce-list-item--selected .gmt-ce-list-item__checkbox:after{opacity:1}.gmt-ce-list-item__prepend{grid-area:prepend}.gmt-ce-list-item__append{grid-area:append}.gmt-ce-list-item__text{grid-area:text;font-size:1.05rem}.gmt-ce-list-item__secondary-text{white-space:normal;color:rgba(var(--gmt-theme-on-surface), .75);font-size:1rem;font-weight:300}.gmt-ce-list:not(.gmt-ce-list--two-line) .gmt-ce-list-item{margin-bottom:.25rem}.gmt-ce-list:not(.gmt-ce-list--two-line) .gmt-ce-list-item__text{white-space:normal;padding:.5rem 0}ol.gmt-ce-list{counter-reset:my-awesome-counter}ol.gmt-ce-list .gmt-ce-list-item{counter-increment:my-awesome-counter}ol.gmt-ce-list .gmt-ce-list-item:before{content:counter(my-awesome-counter);width:2rem;min-width:2rem;max-width:2rem;height:2rem;min-height:2rem;max-height:2rem;color:rgba(var(--gmt-theme-on-surface), .8)}.gmt-ce-checklist .gmt-ce-list-item:before{display:none}.gmt-ce-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.gmt-ce-gallery-item img{width:100%}.gmt-ce-gallery-item__supporting{border-radius:0 var(--gmt-radius);background-color:rgba(var(--gmt-theme-primary), .75);color:rgb(var(--gmt-theme-on-primary))}.gmt-ce-gallery--two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.gmt-ce-gallery--three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.gmt-ce-table{--gmt-table-header-height:56px;--gmt-table-cell-height:52px;background:rgba(var(--gmt-theme-primary), .05);max-width:100%;color:rgba(var(--gmt-theme-on-surface), .8);font-size:1rem;line-height:1.5}.gmt-ce-table__container{border-radius:inherit}.gmt-ce-table__container>table{border-spacing:0;width:100%}.gmt-ce-table__container>table tr>th{border-bottom:1px solid rgba(var(--gmt-border-color), var(--gmt-border-opacity));height:var(--gmt-table-header-height);font-weight:500}.gmt-ce-table__container>table tr>td{border-bottom:1px solid rgba(var(--gmt-border-color), var(--gmt-border-opacity));height:var(--gmt-table-cell-height)}.gmt-ce-table__container>table>thead>tr{color:rgb(var(--gmt-theme-primary))}.gmt-ce-table__container>table>tbody>tr:last-child>td{border-bottom:none}code{background:rgba(var(--gmt-theme-secondary), .05);color:rgb(var(--gmt-theme-secondary));border-radius:var(--gmt-radius);padding:.25rem;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.gmt-ce-alert{--gmt-ce-alert-bg:rgba(var(--gmt-theme-surface), 1);--gmt-ce-alert-color:rgb(var(--gmt-theme-on-surface));--gmt-ce-alert-color-accent:rgb(var(--gmt-theme-on-surface));background-color:var(--gmt-ce-alert-bg);color:var(--gmt-ce-alert-color);grid-template-columns:max-content auto;grid-template-areas:"icon message";font-size:1.1rem;line-height:1.45rem;display:grid}.gmt-ce-alert__icon{background-color:var(--gmt-ce-alert-color);color:var(--gmt-ce-alert-color-accent);border-radius:inherit;grid-area:icon}.gmt-ce-alert__message{grid-area:message}.gmt-ce-alert--danger{--gmt-ce-alert-bg:rgba(var(--gmt-theme-error), .1);--gmt-ce-alert-color:rgb(var(--gmt-theme-error));--gmt-ce-alert-color-accent:rgb(var(--gmt-theme-on-error))}.gmt-ce-alert--primary{--gmt-ce-alert-bg:rgba(var(--gmt-theme-primary), .1);--gmt-ce-alert-color:rgb(var(--gmt-theme-primary));--gmt-ce-alert-color-accent:rgb(var(--gmt-theme-on-primary))}.gmt-ce-alert--secondary{--gmt-ce-alert-bg:rgba(var(--gmt-theme-secondary), .1);--gmt-ce-alert-color:rgb(var(--gmt-theme-secondary));--gmt-ce-alert-color-accent:rgb(var(--gmt-theme-on-secondary))}.gmt-ce-alert--info{--gmt-ce-alert-bg:rgba(var(--gmt-theme-info), .1);--gmt-ce-alert-color:rgb(var(--gmt-theme-info));--gmt-ce-alert-color-accent:rgb(var(--gmt-theme-on-info))}.gmt-ce-alert--success{--gmt-ce-alert-bg:rgba(var(--gmt-theme-success), .1);--gmt-ce-alert-color:rgb(var(--gmt-theme-success));--gmt-ce-alert-color-accent:rgb(var(--gmt-theme-on-success))}.gmt-ce-alert--warning{--gmt-ce-alert-bg:rgba(var(--gmt-theme-warning), .1);--gmt-ce-alert-color:rgb(var(--gmt-theme-warning));--gmt-ce-alert-color-accent:rgb(var(--gmt-theme-on-warning))}.gmt-ce-alert--light{--gmt-ce-alert-bg:#fff;--gmt-ce-alert-color:#1a202c;--gmt-ce-alert-color-accent:#fff}.gmt-ce-alert--dark{--gmt-ce-alert-bg:#2d3748;--gmt-ce-alert-color:#d3d3d3;--gmt-ce-alert-color-accent:#2d3748}.gmt-ce-warning{padding:.5rem .25rem}.gmt-ce-block--discord{--gmt-sizer-data-ratio:"174/549"}.gmt-ce-block--discord .gmt-image{max-width:549px}.gmt-ce-block--game{display:flex;position:relative}.gmt-ce-block--game__background{content:"";z-index:-1;width:100%;height:100%;filter:blur(var(--gmt-blur)) saturate(180%);opacity:.4;background-position:50%;background-size:cover;position:absolute;top:0;left:0}.gmt-ce-block--game__image{max-width:150px}.gmt-ce-block--game__text{max-height:150px;overflow-y:auto}.gmt-ce-link-tool{background:rgb(var(--gmt-theme-surface));border:1px solid rgba(var(--gmt-border-color), var(--gmt-border-opacity));transition:all .2s ease-in-out;box-shadow:0 0}.gmt-ce-link-tool__image{border-radius:var(--gmt-radius);float:right;background-position:50%;background-repeat:no-repeat;background-size:cover;width:65px;height:65px}.gmt-ce-link-tool__title{color:rgb(var(--gmt-theme-on-surface));font-size:1.1rem;font-weight:600;line-height:1.45em}.gmt-ce-link-tool__description{-webkit-line-clamp:3;color:rgba(var(--gmt-theme-on-surface), .75);-webkit-box-orient:vertical;font-size:.9rem;line-height:1.55em;display:-webkit-box}.gmt-ce-link-tool__anchor{color:rgba(var(--gmt-theme-on-surface), .75)}.gmt-ce-link-tool:hover{transform:scale(1.015);box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.gmt-ce-embed__description{background:rgba(var(--gmt-theme-primary), .75);color:rgb(var(--gmt-theme-on-primary))}.gmt-ce-embed-placeholder{background:rgba(var(--gmt-theme-primary), .05);border:1px solid rgba(var(--gmt-theme-primary), .2);border-radius:var(--gmt-radius,4px);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;display:flex}.gmt-ce-embed-placeholder__icon{color:rgb(var(--gmt-theme-primary));font-size:2rem}.gmt-ce-embed-placeholder__text{max-width:32rem;color:rgba(var(--gmt-theme-on-surface), .85);margin:0;font-size:.875rem}.gmt-ce-embed-placeholder__actions{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.gmt-ce-columns-layout{grid-template-columns:repeat(2,auto);gap:1rem;display:grid}@media (width<=640px){.gmt-ce-columns-layout--mobile-row{grid-template-columns:1fr}}.gmt-content-editor{text-align:left;font-weight:400}.gmt-content-editor .gmt-image{border-radius:var(--gmt-radius)}.gmt-content-editor .gmt-image--zoomable{cursor:pointer;transition:all .2s ease-in-out}.gmt-content-editor .gmt-image--zoomable:hover{box-shadow:0 10px 24px -8px #0006, 0 0 0 1px rgba(var(--gmt-theme-primary-accent), .25);transform:scale(1.025)}.gmt-content-editor strong,.gmt-content-editor b{font-weight:800}.gmt-content-editor em:not(.material-icons):not(.gmt-editor-content-list-item__graphic):not(.fa):not(.fas):not(.fab):not(.fad):not(.far){font-style:italic}.gmt-content-editor .text-source{color:rgb(var(--gmt-theme-on-surface), .75);font-size:1rem;line-height:30px}.gmt-content-editor .text-source i,.gmt-content-editor .text-source em,.gmt-content-editor .text-source span,.gmt-content-editor .text-source a{vertical-align:middle}.gmt-content-editor .text-source .material-icons{line-height:inherit;padding-right:.25rem;font-size:1rem}.gmt-content-editor-dynamic-content{margin:10px 0}.gmt-content-editor small,.gmt-content-editor .small{font-size:.7rem}.gmt-article-header{background:rgba(var(--gmt-theme-primary), .1);color:rgb(var(--gmt-theme-on-surface));min-height:200px}.gmt-article-header .gmt-section-container{grid-template-columns:auto;grid-template-areas:"image text";padding:2rem 1rem;display:grid}.gmt-article-header:before{opacity:.5;content:"";width:100%;height:100%;filter:blur(var(--gmt-blur)) saturate(180%);background-position:50%;background-size:cover;background-color:rgb(var(--gmt-theme-primary));position:absolute;top:0;left:0}.gmt-article-header__image{border-radius:var(--gmt-radius);grid-area:image;max-height:475px}.gmt-article-header__text{grid-area:text;align-self:center}@media screen and (width<=640px){.gmt-article-header .gmt-section-container{grid-template-columns:auto;grid-template-areas:"text""image"}}.gmt-article-relateds .gmt-list{overflow-x:hidden}.gmt-article-relateds .gmt-list-item{padding:inherit}.gmt-article-relateds .gmt-list-item-title{font-size:1.2rem}.gmt-article-relateds .gmt-list-item__prepend>.gmt-image{width:80px;height:80px}.gmt-article-like-and-not{justify-content:space-around;gap:1rem;display:flex}.gmt-article-like-and-not__icon{--gmt-icon-size-multiplier:4;opacity:.25;position:absolute;top:1rem;right:1rem;transform:rotate(-25deg)}.gmt-article-like-and-not .gmt-article-like{background:rgba(var(--gmt-theme-success), .1);flex:1}.gmt-article-like-and-not .gmt-article-like .gmt-article-like-and-not__icon{color:rgb(var(--gmt-theme-success))}.gmt-article-like-and-not .gmt-article-not-like{background:rgba(var(--gmt-theme-error), .1);flex:1}.gmt-article-like-and-not .gmt-article-not-like .gmt-article-like-and-not__icon{color:rgb(var(--gmt-theme-error))}@media screen and (width>=1025px){.gmt-article-like-and-not{margin-right:2rem}}@media screen and (width<=640px){.gmt-article-like-and-not{flex-direction:column}}.gmt-article-conclusion{margin-top:3rem}.gmt-article-conclusion .gmt-section-container>.gmt-subheader{color:rgb(var(--gmt-theme-primary));font-weight:600}.gmt-article-conclusion__content{background:rgba(var(--gmt-theme-surface), .4);border-radius:var(--gmt-radius);margin:1rem 0}.gmt-article-conclusion__content:before{content:"";background:rgb(var(--gmt-theme-primary));border-radius:inherit;opacity:.05;width:100%;height:100%;filter:blur(var(--gmt-blur)) saturate(180%);z-index:-1;position:absolute;top:0;left:0}.gmt-article-conclusion__description{font-size:1.25rem;line-height:2rem}.gmt-article-conclusion__description>p{margin:.5rem 1rem;font-weight:500}.gmt-article-conclusion__votes{grid-template-columns:max-content auto;grid-template-areas:"values motivations";display:grid}.gmt-article-conclusion__values{grid-area:values}.gmt-article-conclusion__motivations{grid-area:motivations;overflow-x:hidden}.gmt-article-conclusion-value{cursor:pointer;background:rgba(var(--gmt-theme-primary), .05);color:rgb(var(--gmt-theme-primary));min-width:280px;transition:transform,opacity .2s ease-in-out}.gmt-article-conclusion-value:hover{box-shadow:0 6px 16px -6px rgba(var(--gmt-theme-primary-accent), .5);transform:scale(1.05)}.gmt-article-conclusion-value:active{transform:scale(.95)}.gmt-article-conclusion-value:focus-visible{outline:3px solid rgba(var(--gmt-theme-primary), 1);outline-offset:-3px}.gmt-article-conclusion-value__number{border-radius:inherit;background:rgba(var(--gmt-theme-primary), .75);width:52px;height:52px;color:rgba(var(--gmt-theme-on-primary), .8);font-size:1.4rem;font-weight:600;line-height:52px}.gmt-article-conclusion-value__text{font-weight:500}.gmt-article-conclusion-value__overlay{border-radius:inherit;background:currentColor;width:0;height:0;transition:width .4s ease-in-out,height .2s ease-in-out}.gmt-article-conclusion-value__underlay{border-radius:inherit;width:calc(var(--gmt-vote-value,0) * 10%);opacity:.075;background:currentColor}.gmt-article-conclusion-value--selected{background:rgba(var(--gmt-theme-primary), .7);transform:scale(1.05)}.gmt-article-conclusion-value--selected .gmt-article-conclusion-value__overlay{height:100%;width:calc(var(--gmt-vote-value,0) * 10%)}.gmt-article-conclusion-value--selected .gmt-article-conclusion-value__text{color:rgb(var(--gmt-theme-on-primary))}.gmt-article-conclusion-vote{opacity:0;width:0;height:0;transition:transform .4s ease-in-out,opacity .2s ease-in-out;transform:translate(-120%)}.gmt-article-conclusion-vote .gmt-card-item{padding-top:.75rem}.gmt-article-conclusion-vote--selected{opacity:1;border-radius:var(--gmt-radius);width:auto;height:auto;margin:.5rem .5rem 1rem;transform:translate(0%)}.gmt-article-conclusion-final-rating{border:2px solid rgba(var(--gmt-theme-primary), .1);overflow:visible}.gmt-article-conclusion__final-vote{--gmt-final-vote-value:0;--gmt-final-vote-size:85px;--gmt-final-vote-stroke-array:145;top:calc(var(--gmt-final-vote-size) / -2);right:calc(50% - var(--gmt-final-vote-size) / 2);color:rgb(var(--gmt-theme-primary-accent));width:var(--gmt-final-vote-size);height:var(--gmt-final-vote-size);text-align:center;line-height:var(--gmt-final-vote-size);background:rgba(var(--gmt-theme-surface), .1);box-shadow:0 8px 20px -6px rgba(var(--gmt-theme-primary-accent), .45);border-radius:50%;font-family:BigNoodle;font-size:3rem;font-weight:600;position:absolute}.gmt-article-conclusion__final-vote>svg{transform:rotate(270deg)}.gmt-article-conclusion__final-vote__underlay{z-index:1;color:rgba(var(--gmt-theme-primary), .2);stroke:currentColor;stroke-dashoffset:0;stroke-dasharray:var(--gmt-final-vote-stroke-array)}.gmt-article-conclusion__final-vote__overlay{z-index:2;stroke:currentColor;stroke-linecap:round;stroke-dasharray:var(--gmt-final-vote-stroke-array);stroke-dashoffset:calc(var(--gmt-final-vote-value,0) * var(--gmt-final-vote-stroke-array) / 100)}.gmt-article-conclusion--without-votes .gmt-article-conclusion__content{padding:0}.gmt-article-conclusion--without-votes .gmt-article-conclusion-final-rating{margin-top:0}@media screen and (width<=640px){.gmt-article-conclusion__content{margin-left:-1rem;margin-right:-1rem}.gmt-article-conclusion__votes{grid-template-columns:auto;grid-template-areas:"values""motivations"}.gmt-article-conclusion-vote__motivation{padding:0}}@supports (-webkit-text-fill-color:transparent) and ((-webkit-background-clip:text) or (background-clip:text)){.gmt-article-conclusion .gmt-section-container>.gmt-subheader{background:linear-gradient(45deg, rgb(var(--gmt-theme-primary)), rgb(var(--gmt-theme-secondary)));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem}}@supports ((-webkit-backdrop-filter:blur(20px) saturate(180%)) or (backdrop-filter:blur(20px) saturate(180%))){.gmt-article-conclusion__final-vote{background:rgba(var(--gmt-theme-primary), .1);-webkit-backdrop-filter:blur(var(--gmt-blur)) saturate(180%);backdrop-filter:blur(var(--gmt-blur)) saturate(180%)}}.gmt-article-info-author-card{border-bottom:3px solid #0000;-o-border-image:linear-gradient(90deg, rgba(var(--gmt-theme-primary-accent), 1), rgba(var(--gmt-theme-secondary-accent), 1)) 1;border-image:linear-gradient(90deg, rgba(var(--gmt-theme-primary-accent), 1), rgba(var(--gmt-theme-secondary-accent), 1)) 1;padding:.25rem 1rem 1rem;overflow:visible}.gmt-article-info-author-card .gmt-card__text{padding:.5rem}.gmt-article-info-author-card .gmt-card-title{margin-left:4rem}.gmt-article-info-author__avatar{--gmt-avatar-multiplier:2;position:absolute;top:-26px;left:14px}.gmt-article-info-author--no-avatar .gmt-card-title{margin-left:0}.gmt-article-info-game-item{--gmt-game-plaftorms-width:36px;max-width:500px;display:flex}.gmt-article-info-game-item__image{max-width:calc(50% - var(--gmt-game-plaftorms-width) / 2)}.gmt-article-info-game-item__title{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:1.15rem;line-height:1.5rem;display:-webkit-box;overflow:hidden}.gmt-article-info-game-item__date{font-size:.875rem}.gmt-article-info-game-item__platforms{--gmt-icon-size-multiplier:.75;width:var(--gmt-game-plaftorms-width);border-right:1px solid rgba(var(--gmt-border-color), var(--gmt-border-opacity))}.gmt-article-info-game-item .gmt-card__horizontal-content{overflow-y:auto}.gmt-article-info-game-item__content{max-width:calc(50% - var(--gmt-game-plaftorms-width) / 2)}.gmt-article-info-game-item__vote{text-align:center;background-color:rgba(var(--gmt-theme-primary), .1);width:75px;height:75px;color:rgb(var(--gmt-theme-primary));font-size:2.25rem;line-height:75px}.gmt-article-category{background:rgba(var(--gmt-theme-surface), .5)}.gmt-article-author{border-bottom:1px solid rgba(var(--gmt-border-color), var(--gmt-border-opacity));font-size:1.25rem;line-height:1.75rem}.gmt-article-release-date span{opacity:.85;background-color:rgba(var(--gmt-theme-surface), .4);border-radius:var(--gmt-radius);font-size:1.25rem;line-height:1.75rem}.gmt-article-title{letter-spacing:-.00833333em;font-size:clamp(2.85rem,5vw,3.5rem);font-weight:800;line-height:clamp(3.125rem,5vw,3.75rem)}.gmt-article-text{flex:1;grid-area:text;width:100%}.gmt-article-prepend{grid-area:prepend}.gmt-article-append{grid-area:append}.gmt-article-source{opacity:.75;grid-template-columns:max-content auto;grid-template-areas:"icon content";display:grid}.gmt-article-source__icon{grid-area:icon}.gmt-article-source__content{grid-area:content}.gmt-article-note .text-overline{line-height:1.45rem}.theme-light .gmt-article-header:before{opacity:.3}@media screen and (width<=640px){.gmt-article-categories{flex-wrap:wrap;order:-2;gap:.5rem;margin:0 0 1rem;padding:0;display:flex}.gmt-article-release-date{margin:.25rem 0}.gmt-article-release-date span{font-size:1rem}.gmt-article-title{order:-1;margin:0 0 1rem;padding:0}.gmt-article-author{border-bottom:0;margin:0 0 .5rem;padding:1rem .25rem}}@media screen and (width<=1024px){.gmt-article-main.gmt-section--two-columns .gmt-section-container__columns{flex-direction:column}.gmt-article-main.gmt-section--two-columns .gmt-section-container__columns .gmt-section__left-column{width:100%;margin-bottom:2.5rem}.gmt-article-main.gmt-section--two-columns .gmt-section-container__columns .gmt-section__right-column{width:100%;margin-bottom:1rem}.gmt-article-text{margin:auto}}@media screen and (width>=1025px){.gmt-article-main.gmt-section--two-columns .gmt-section-container__columns .gmt-section__right-column{margin-left:2rem}}@media screen and (width>=1537px){.gmt-article-main.gmt-section--two-columns .gmt-section-container__columns .gmt-section__left-column{margin-left:2rem}}.gmt-image-modal{z-index:100;transform-origin:50%;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:all .2s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow:hidden;transform:scale(0)}.gmt-image-modal__img{pointer-events:auto}.gmt-image-modal--no-scrim{background:rgba(var(--gmt-theme-surface), .7);pointer-events:auto}.gmt-image-modal--active{border-radius:0;transform:scale(1)}.gmt-image-modal .gmt-button{pointer-events:auto;background:rgba(var(--gmt-theme-surface), .1);color:rgb(var(--gmt-theme-on-surface));position:absolute;top:1rem;right:1rem}
