.complutum-main--more-than-school-template > .community-alliance { position:relative; isolation:isolate; overflow:clip; padding:44px 0 100px; background:#fff; }
.community-alliance__photo { position:absolute; inset:0 auto auto 0; width:46%; height:210px; overflow:hidden; z-index:-1; }
.community-alliance__photo { clip-path:none; -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 640' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 0H385C430 168 256 286 162 381S80 589 0 635Z'/%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 640' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 0H385C430 168 256 286 162 381S80 589 0 635Z'/%3E%3C/svg%3E"); mask-size:100% 100%; mask-repeat:no-repeat; }
.community-alliance__photo img { width:100%; height:100%; object-fit:cover; object-position:55% 66%; transform:scale(1.35); }
.community-alliance__tiles { position:absolute; top:0; right:0; width:90px; height:155px; opacity:.38; pointer-events:none; z-index:-1; }
/* Crop inside the photographed frame; fade the painting into the page. */
.community-alliance .community-alliance__photo--storks { width:260px; height:380px; max-width:none; top:0; left:0; mask-image:linear-gradient(180deg,transparent,#000 12%,#000 75%,transparent); }
.community-alliance .community-alliance__photo--storks img { position:absolute; width:130%; max-width:none; height:auto; aspect-ratio:1000 / 1778; left:-12%; top:-28%; object-fit:initial; transform:none; }
.community-alliance__photo--storks::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.2),transparent 20%,transparent 70%,#fff); pointer-events:none; }
.community-alliance:has(.community-alliance__photo--storks) .community-alliance__head { padding-top:340px; }
.community-alliance__edge { position:absolute; left:0; bottom:-1px; width:100%; height:70px; color:#f5f5f1; pointer-events:none; z-index:-1; }
.community-alliance__head { position:relative; display:grid; justify-items:center; gap:20px; padding-top:175px; max-width:800px; margin:0 auto; text-align:center; }
.community-alliance__head > :is(p,h2) { margin:0; }
.community-alliance__head h2 { max-width:700px; }
.community-alliance__description { max-width:780px; }
:root .community-alliance__description p { font:400 16px/1.64 Montserrat,sans-serif; color:#696077; margin:0; }
.community-alliance__items { display:grid; grid-template-columns:minmax(0,1fr); gap:44px; margin-top:42px; }
.community-alliance__item { text-align:center; max-width:430px; margin-inline:auto; width:100%; }
.community-alliance__icon { position:relative; display:grid; place-items:center; width:116px; height:88px; margin:0 auto 20px; color:#819843; isolation:isolate; }
.community-alliance__icon::before { content:""; position:absolute; inset:0; background:#f0f2e9; z-index:-1; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 100'%3E%3Cpath fill='black' d='M8 35C24-6 70-3 106 18S147 65 115 86S-9 105 8 35Z'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.community-alliance__item:nth-child(2) .community-alliance__icon::before { transform:rotate(155deg); }
.community-alliance__item:nth-child(3) .community-alliance__icon::before { transform:rotate(-12deg); }
.community-alliance__icon svg { width:46px; height:46px; }
.community-alliance__item:nth-child(n+2) .community-alliance__icon svg { width:60px; height:60px; }
:root .community-alliance__item h3 { margin:0; font:500 20px/1.35 Montserrat,sans-serif; letter-spacing:0; color:#5d536d; }
.community-alliance__item h3::after { content:""; display:block; width:26px; height:1px; margin:20px auto; background:#819843; }
:root .community-alliance__item p { margin:0; font:400 16px/1.65 Montserrat,sans-serif; color:#696077; }
@media(min-width:700px) {
 .complutum-main--more-than-school-template > .community-alliance { padding-bottom:130px; }
 .community-alliance__photo { width:29%; height:330px; }
 .community-alliance__tiles { width:140px; height:225px; }
 .community-alliance__head { padding-top:200px; }
 .community-alliance__items { gap:42px; }
 .community-alliance__edge { height:110px; }
}
@media(min-width:1100px) {
 .community-alliance .community-alliance__photo--storks { width:360px; height:530px; top:20px; }
 .community-alliance:has(.community-alliance__photo--storks) .community-alliance__head { padding-top:0; margin-left:28%; max-width:none; }
 .complutum-main--more-than-school-template > .community-alliance { padding:90px 0 140px; }
 .community-alliance__photo { width:28%; max-width:470px; height:570px; }
 .community-alliance__tiles { width:210px; height:345px; }
 .community-alliance__head { padding-top:0; }
 :root .community-alliance__description p { font-size:17.92px; }
 .community-alliance__items { grid-template-columns:repeat(3,minmax(0,1fr)); gap:48px; margin-top:64px; padding-inline:20px; }
 .community-alliance__icon { width:132px; height:98px; }
 :root .community-alliance__item h3 { font-size:21px; }
 .community-alliance__edge { height:100px; }
}
@media(prefers-reduced-motion:no-preference) {
 .has-complutum-motion .community-alliance .complutum-reveal { transition:opacity 850ms ease,transform 1050ms cubic-bezier(.22,.68,.18,1); transition-delay:var(--complutum-reveal-delay,0s); }
 .has-complutum-motion .community-alliance .complutum-reveal:not(.is-visible) { opacity:0; transform:translateY(18px); }
 .has-complutum-motion .community-alliance .community-alliance__photo:not(.is-visible) { transform:translateX(-36px); }
 .community-alliance__icon svg { transition:transform 400ms ease; }
 .community-alliance__item:hover .community-alliance__icon svg { transform:translateY(-3px); }
}
