.grid-layout__container{background-image:var(--mobile-bg-image, );background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto}@media only screen and (min-width:768px)and (max-width:1023px){.grid-layout__container{background-image:var(--tablet-bg-image, )}}@media only screen and (min-width:1024px){.grid-layout__container{background-image:var(--desktop-bg-image, )}}.grid-layout__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.grid-layout__row,.grid-layout__top-content__items{display:-webkit-box;display:-ms-flexbox;display:flex}.grid-layout__items-row{display:grid;gap:var(--row-gap-mobile) var(--column-gap-mobile,15px);grid-template-columns:repeat(var(--items-per-row-mobile,1),1fr)}@media only screen and (min-width:1024px){.grid-layout__items-row{gap:var(--row-gap-desktop) var(--column-gap-desktop,30px);grid-template-columns:repeat(var(--items-per-row-desktop,2),1fr)}}@media only screen and (min-width:768px)and (max-width:1023px){.grid-layout__items-row{gap:var(--row-gap-tablet) var(--column-gap-tablet,25px);grid-template-columns:repeat(var(--items-per-row-tablet,2),1fr)}}.grid-layout__bottom-content__items,.grid-layout__items-row__items{display:-webkit-box;display:-ms-flexbox;display:flex}