.chessbox{container-name:chessbox;container-type:inline-size;display:flex;flex-direction:column;position:relative;z-index:1}.chessbox__row{display:flex;flex-direction:row;width:100%}@container chessbox (width <= 1000px){.chessbox__row{overflow:hidden}}@container chessbox (width <= 600px){.chessbox__row{flex-direction:column-reverse!important}}.chessbox__row-image{display:flex;flex:0 0 50%;margin:0;position:relative;z-index:0}@container chessbox (width <= 1000px){.chessbox__row-image{flex:0 0 200px;padding:0!important}}.chessbox__row-image-wrapper{overflow:hidden;position:relative;width:100%}@container chessbox (width <= 1000px){.chessbox__row-image-wrapper{border-radius:0!important}}.chessbox__row-image-wrapper img{display:block;height:100%!important;left:0;object-fit:cover;position:absolute;top:0;transition:scale .5s ease-in-out;width:100%}.chessbox__row-content{align-items:center;background:var(--light-color,#d3d3d3);box-shadow:0 .5em 1em -.5em rgba(var(--black),.2);display:flex;flex:0 0 50%;flex-direction:column;gap:1.5rem;justify-content:center;min-height:400px;padding:3rem;position:relative;text-align:center;transition:background .3s ease-in;z-index:1}@media (width <= 767px){.chessbox__row-content{padding:2rem}}@container chessbox (width <= 1000px){.chessbox__row-content{border-radius:0!important;box-shadow:none;flex:100%;min-height:auto}}.chessbox__row-text,.chessbox__row-title{margin:0}@container chessbox (width <= 1000px){.chessbox__row:first-child{border-top-left-radius:2rem;border-top-right-radius:2rem}}.chessbox__row:first-child .chessbox__row-content{border-top-left-radius:3rem;border-top-right-radius:0}.chessbox__row:first-child .chessbox__row-image{padding-top:0}.chessbox__row:first-child .chessbox__row-image-wrapper{border-top-right-radius:3rem}.chessbox__row:nth-child(2n){flex-direction:row-reverse}.chessbox__row:nth-child(2n) .chessbox__row-content{background:rgba(var(--light),.4)}.chessbox__row:nth-child(2n) .chessbox__row-image{padding-left:0}@container chessbox (width <= 1000px){.chessbox__row:last-child{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}}.chessbox__row:last-child:nth-child(odd) .chessbox__row-content{border-bottom-left-radius:3rem;border-bottom-right-radius:0}.chessbox__row:last-child:nth-child(2n) .chessbox__row-content,.chessbox__row:last-child:nth-child(odd) .chessbox__row-image-wrapper{border-bottom-right-radius:3rem}.chessbox__row:last-child:nth-child(2n) .chessbox__row-image-wrapper{border-bottom-left-radius:3rem}.chessbox__row:hover .chessbox__row-content{background:var(--primary-color,#000);color:#fff}.chessbox__row:hover .chessbox__row-content *{color:inherit}.chessbox__row:hover .chessbox__row-image img{scale:1.1}