.jgrid{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(var(--jcore-column-min), 100%), 1fr))}.jgrid.columns-1,.jgrid.columns-xs-1{grid-template-columns:repeat(1, 1fr)}.jgrid.columns-2,.jgrid.columns-xs-2{grid-template-columns:repeat(2, 1fr)}.jgrid.columns-3,.jgrid.columns-xs-3{grid-template-columns:repeat(3, 1fr)}.jgrid.columns-4,.jgrid.columns-xs-4{grid-template-columns:repeat(4, 1fr)}.jgrid.columns-5,.jgrid.columns-xs-5{grid-template-columns:repeat(5, 1fr)}.jgrid.columns-6,.jgrid.columns-xs-6{grid-template-columns:repeat(6, 1fr)}@media(width >= 640px){.jgrid.columns-sm-1{grid-template-columns:repeat(1, 1fr)}.jgrid.columns-sm-2{grid-template-columns:repeat(2, 1fr)}.jgrid.columns-sm-3{grid-template-columns:repeat(3, 1fr)}.jgrid.columns-sm-4{grid-template-columns:repeat(4, 1fr)}.jgrid.columns-sm-5{grid-template-columns:repeat(5, 1fr)}.jgrid.columns-sm-6{grid-template-columns:repeat(6, 1fr)}}@media(width >= 768px){.jgrid.columns-md-1{grid-template-columns:repeat(1, 1fr)}.jgrid.columns-md-2{grid-template-columns:repeat(2, 1fr)}.jgrid.columns-md-3{grid-template-columns:repeat(3, 1fr)}.jgrid.columns-md-4{grid-template-columns:repeat(4, 1fr)}.jgrid.columns-md-5{grid-template-columns:repeat(5, 1fr)}.jgrid.columns-md-6{grid-template-columns:repeat(6, 1fr)}}@media(width >= 1024px){.jgrid.columns-lg-1{grid-template-columns:repeat(1, 1fr)}.jgrid.columns-lg-2{grid-template-columns:repeat(2, 1fr)}.jgrid.columns-lg-3{grid-template-columns:repeat(3, 1fr)}.jgrid.columns-lg-4{grid-template-columns:repeat(4, 1fr)}.jgrid.columns-lg-5{grid-template-columns:repeat(5, 1fr)}.jgrid.columns-lg-6{grid-template-columns:repeat(6, 1fr)}}@media(width >= 1256px){.jgrid.columns-xl-1{grid-template-columns:repeat(1, 1fr)}.jgrid.columns-xl-2{grid-template-columns:repeat(2, 1fr)}.jgrid.columns-xl-3{grid-template-columns:repeat(3, 1fr)}.jgrid.columns-xl-4{grid-template-columns:repeat(4, 1fr)}.jgrid.columns-xl-5{grid-template-columns:repeat(5, 1fr)}.jgrid.columns-xl-6{grid-template-columns:repeat(6, 1fr)}}@media(width >= 1536px){.jgrid.columns-xxl-1{grid-template-columns:repeat(1, 1fr)}.jgrid.columns-xxl-2{grid-template-columns:repeat(2, 1fr)}.jgrid.columns-xxl-3{grid-template-columns:repeat(3, 1fr)}.jgrid.columns-xxl-4{grid-template-columns:repeat(4, 1fr)}.jgrid.columns-xxl-5{grid-template-columns:repeat(5, 1fr)}.jgrid.columns-xxl-6{grid-template-columns:repeat(6, 1fr)}}.jgrid .span-2{grid-column-start:span 2}.jgrid .span-3{grid-column-start:span 3}.jgrid .span-4{grid-column-start:span 4}.jgrid .span-5{grid-column-start:span 5}.jgrid .span-6{grid-column-start:span 6}@media(width >= 640px){.jgrid .span-sm-2{grid-column-start:span 2}.jgrid .span-sm-3{grid-column-start:span 3}.jgrid .span-sm-4{grid-column-start:span 4}.jgrid .span-sm-5{grid-column-start:span 5}.jgrid .span-sm-6{grid-column-start:span 6}}@media(width >= 768px){.jgrid .span-md-2{grid-column-start:span 2}.jgrid .span-md-3{grid-column-start:span 3}.jgrid .span-md-4{grid-column-start:span 4}.jgrid .span-md-5{grid-column-start:span 5}.jgrid .span-md-6{grid-column-start:span 6}}@media(width >= 1024px){.jgrid .span-lg-2{grid-column-start:span 2}.jgrid .span-lg-3{grid-column-start:span 3}.jgrid .span-lg-4{grid-column-start:span 4}.jgrid .span-lg-5{grid-column-start:span 5}.jgrid .span-lg-6{grid-column-start:span 6}}@media(width >= 1256px){.jgrid .span-xl-2{grid-column-start:span 2}.jgrid .span-xl-3{grid-column-start:span 3}.jgrid .span-xl-4{grid-column-start:span 4}.jgrid .span-xl-5{grid-column-start:span 5}.jgrid .span-xl-6{grid-column-start:span 6}}@media(width >= 1536px){.jgrid .span-xxl-2{grid-column-start:span 2}.jgrid .span-xxl-3{grid-column-start:span 3}.jgrid .span-xxl-4{grid-column-start:span 4}.jgrid .span-xxl-5{grid-column-start:span 5}.jgrid .span-xxl-6{grid-column-start:span 6}}.jflex{display:flex;flex-wrap:wrap}.jflex.center{justify-content:center}.jflex>div{min-width:min(var(--jcore-column-min),100%)}.jflex.columns-1>div,.jflex.columns-xs-1>div{width:100%;min-width:unset}.jflex.columns-2>div,.jflex.columns-xs-2>div{width:50%;min-width:unset}.jflex.columns-3>div,.jflex.columns-xs-3>div{width:33.3333333333%;min-width:unset}.jflex.columns-4>div,.jflex.columns-xs-4>div{width:25%;min-width:unset}.jflex.columns-5>div,.jflex.columns-xs-5>div{width:20%;min-width:unset}.jflex.columns-6>div,.jflex.columns-xs-6>div{width:16.6666666667%;min-width:unset}@media(width >= 640px){.jflex.columns-sm-1>div{width:100%;min-width:unset}.jflex.columns-sm-2>div{width:50%;min-width:unset}.jflex.columns-sm-3>div{width:33.3333333333%;min-width:unset}.jflex.columns-sm-4>div{width:25%;min-width:unset}.jflex.columns-sm-5>div{width:20%;min-width:unset}.jflex.columns-sm-6>div{width:16.6666666667%;min-width:unset}}@media(width >= 768px){.jflex.columns-md-1>div{width:100%;min-width:unset}.jflex.columns-md-2>div{width:50%;min-width:unset}.jflex.columns-md-3>div{width:33.3333333333%;min-width:unset}.jflex.columns-md-4>div{width:25%;min-width:unset}.jflex.columns-md-5>div{width:20%;min-width:unset}.jflex.columns-md-6>div{width:16.6666666667%;min-width:unset}}@media(width >= 1024px){.jflex.columns-lg-1>div{width:100%;min-width:unset}.jflex.columns-lg-2>div{width:50%;min-width:unset}.jflex.columns-lg-3>div{width:33.3333333333%;min-width:unset}.jflex.columns-lg-4>div{width:25%;min-width:unset}.jflex.columns-lg-5>div{width:20%;min-width:unset}.jflex.columns-lg-6>div{width:16.6666666667%;min-width:unset}}@media(width >= 1256px){.jflex.columns-xl-1>div{width:100%;min-width:unset}.jflex.columns-xl-2>div{width:50%;min-width:unset}.jflex.columns-xl-3>div{width:33.3333333333%;min-width:unset}.jflex.columns-xl-4>div{width:25%;min-width:unset}.jflex.columns-xl-5>div{width:20%;min-width:unset}.jflex.columns-xl-6>div{width:16.6666666667%;min-width:unset}}@media(width >= 1536px){.jflex.columns-xxl-1>div{width:100%;min-width:unset}.jflex.columns-xxl-2>div{width:50%;min-width:unset}.jflex.columns-xxl-3>div{width:33.3333333333%;min-width:unset}.jflex.columns-xxl-4>div{width:25%;min-width:unset}.jflex.columns-xxl-5>div{width:20%;min-width:unset}.jflex.columns-xxl-6>div{width:16.6666666667%;min-width:unset}}.jflex.span-2{width:50%}.jflex.span-3{width:33.3333333333%}.jflex.span-4{width:25%}.jflex.span-5{width:20%}.jflex.span-6{width:16.6666666667%}:root{--jcore-column-min: 360px}.jflex{display:flex;flex-wrap:wrap}.jflex>div{min-width:min(var(--jcore-column-min),100%);flex-grow:1}.jflex.columns-1>div{width:100%;min-width:unset;flex-grow:0}.jflex.columns-2>div{width:50%;min-width:unset;flex-grow:0}.jflex.columns-3>div{width:33.3333333333%;min-width:unset;flex-grow:0}.jflex.columns-4>div{width:25%;min-width:unset;flex-grow:0}.jflex.columns-5>div{width:20%;min-width:unset;flex-grow:0}.jflex.columns-6>div{width:16.6666666667%;min-width:unset;flex-grow:0}/*# sourceMappingURL=index.css.map */
