.group{position:relative;overflow:hidden}.group--theme-white{background-color:var(--white)}.group--theme-black{color:var(--white);background-color:var(--black)}.group--theme-light{background-color:var(--primary-50)}.group--theme-primary-100{background-color:var(--primary-100)}.group--theme-primary-main{color:var(--white);background-color:var(--primary-main)}.group__background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.group__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.group__body{position:relative;display:flex;flex-direction:column;gap:var(--section-gap)}.group:not(.group--theme-transparent)>.group__body{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}@media (max-width:768px){.group__body{gap:40px}}