.prose{color:var(--prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--prose-bold);font-weight:600}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){border-left-color:var(--prose-quote-borders);border-left-width:.25rem;color:var(--prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"“" "”" "‘" "’"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:var(--prose-links)}.prose :where(pre):not(:where([class~=not-prose] *)){background-color:var(--prose-pre-bg);border-radius:.375rem;color:var(--prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-color:var(--prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-color:var(--prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){padding:.5714286em;vertical-align:baseline}.prose{--prose-body:#374151;--prose-headings:#111827;--prose-lead:#4b5563;--prose-links:#111827;--prose-bold:#111827;--prose-counters:#6b7280;--prose-bullets:#d1d5db;--prose-hr:#e5e7eb;--prose-quotes:#111827;--prose-quote-borders:#e5e7eb;--prose-captions:#6b7280;--prose-code:#111827;--prose-pre-code:#e5e7eb;--prose-pre-bg:#1f2937;--prose-th-borders:#d1d5db;--prose-td-borders:#e5e7eb;--prose-invert-body:#d1d5db;--prose-invert-headings:#fff;--prose-invert-lead:#9ca3af;--prose-invert-links:#fff;--prose-invert-bold:#fff;--prose-invert-counters:#9ca3af;--prose-invert-bullets:#4b5563;--prose-invert-hr:#374151;--prose-invert-quotes:#f3f4f6;--prose-invert-quote-borders:#374151;--prose-invert-captions:#9ca3af;--prose-invert-code:#fff;--prose-invert-pre-code:#d1d5db;--prose-invert-pre-bg:rgba(0,0,0,.5);--prose-invert-th-borders:#4b5563;--prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose-invert{--prose-body:var(--prose-invert-body);--prose-headings:var(--prose-invert-headings);--prose-lead:var(--prose-invert-lead);--prose-links:var(--prose-invert-links);--prose-bold:var(--prose-invert-bold);--prose-counters:var(--prose-invert-counters);--prose-bullets:var(--prose-invert-bullets);--prose-hr:var(--prose-invert-hr);--prose-quotes:var(--prose-invert-quotes);--prose-quote-borders:var(--prose-invert-quote-borders);--prose-captions:var(--prose-invert-captions);--prose-code:var(--prose-invert-code);--prose-pre-code:var(--prose-invert-pre-code);--prose-pre-bg:var(--prose-invert-pre-bg);--prose-th-borders:var(--prose-invert-th-borders);--prose-td-borders:var(--prose-invert-td-borders)}.prose :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose>:where(ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.inner-block-padding{padding-left:.3vw;padding-right:.3vw}@media(min-width:768px){.inner-block-padding{padding-left:.45vw;padding-right:.45vw}}@media(min-width:993px){.inner-block-padding{padding-left:3.03vw;padding-right:3.03vw}}@media(min-width:1441px){.inner-block-padding{padding-left:3.13vw;padding-right:3.13vw}}.inner-block-padding--left{padding-left:.3vw}@media(min-width:768px){.inner-block-padding--left{padding-left:.45vw}}@media(min-width:993px){.inner-block-padding--left{padding-left:3.03vw}}@media(min-width:1441px){.inner-block-padding--left{padding-left:3.13vw}}.escape-inner-block-padding{margin-left:-.3vw;margin-right:-.3vw}@media(min-width:768px){.escape-inner-block-padding{margin-left:-.45vw;margin-right:-.45vw}}@media(min-width:993px){.escape-inner-block-padding{margin-left:-3.03vw;margin-right:-3.03vw}}@media(min-width:1441px){.escape-inner-block-padding{margin-left:-3.13vw;margin-right:-3.13vw}}.wp-block-campus-freedom-blocks-news-n-free-expression .row{padding:60px 0}@media(min-width:768px){.wp-block-campus-freedom-blocks-news-n-free-expression .row{margin-left:-35px!important;margin-right:-35px!important;padding:100px 0}.wp-block-campus-freedom-blocks-news-n-free-expression .row>*{padding-left:35px!important;padding-right:35px!important}}@media(min-width:1280px){.wp-block-campus-freedom-blocks-news-n-free-expression .row{margin-left:-20px!important;margin-right:-20px!important;padding:120px 0}.wp-block-campus-freedom-blocks-news-n-free-expression .row>*{padding-left:20px!important;padding-right:20px!important}}@media(min-width:1520px){.wp-block-campus-freedom-blocks-news-n-free-expression .row{margin-left:-40px!important;margin-right:-40px!important;padding:120px 0}.wp-block-campus-freedom-blocks-news-n-free-expression .row>*{padding-left:40px!important;padding-right:40px!important}}@media(min-width:1920px){.wp-block-campus-freedom-blocks-news-n-free-expression .row{margin-left:-70px!important;margin-right:-70px!important;padding:120px 0}.wp-block-campus-freedom-blocks-news-n-free-expression .row>*{padding-left:70px!important;padding-right:70px!important}}.wp-block-campus-freedom-blocks-news{--newsimage-height:500px}@media(min-width:1200px){.wp-block-campus-freedom-blocks-news{--newsimage-height:450px}}.wp-block-campus-freedom-blocks-news>h2{font-size:36px;margin-bottom:34px}.wp-block-campus-freedom-blocks-news>article>h3{font-size:28px;line-height:34px;margin-top:20px}.wp-block-campus-freedom-blocks-news>article .article__source{color:#131415;font:normal normal normal 15px/26px Inter}.wp-block-campus-freedom-blocks-news .swiper .swiper-slide .newsimage{height:var(--newsimage-height);-o-object-fit:cover;object-fit:cover;width:100%}.wp-block-campus-freedom-blocks-news .swiper .swiper-slide .newsinfo{color:#131415;padding-top:10px}.wp-block-campus-freedom-blocks-news .swiper .swiper-slide .newsinfo a{color:currentColor;font:inherit;text-decoration:none}.wp-block-campus-freedom-blocks-news .swiper .swiper-slide .newsinfo a:hover{color:#512651;text-decoration:underline}.wp-block-campus-freedom-blocks-news .swiper .swiper-slide .title{font:700 28px/1.2 Quattrocento,Times New Roman,serif}.wp-block-campus-freedom-blocks-news .swiper .swiper-slide .byline{font:normal 15px Inter,Helvetica,sans-serif;margin-top:8px}.wp-block-campus-freedom-blocks-news .swiper .swiper-button-next:after,.wp-block-campus-freedom-blocks-news .swiper .swiper-button-prev:after{color:#fff;font-size:12px}.wp-block-campus-freedom-blocks-news .swiper .swiper-button-next,.wp-block-campus-freedom-blocks-news .swiper .swiper-button-prev{background:rgba(51,51,51,.65);bottom:calc(100% - var(--newsimage-height));height:40px;top:unset;width:60px}.wp-block-campus-freedom-blocks-news .swiper .swiper-button-next{right:0}.wp-block-campus-freedom-blocks-news .swiper .swiper-button-prev{left:0}.wp-block-campus-freedom-blocks-news .swiper .swiper-pagination{align-items:center;background:rgba(51,51,51,.64);bottom:calc(100% - var(--newsimage-height));display:flex;height:40px;justify-content:center;left:64px;right:64px;width:auto}.wp-block-campus-freedom-blocks-news .swiper .swiper-pagination-bullet{background-color:transparent;border:1px solid #fff;height:7px;opacity:1;transition:all .3s ease-in;width:7px}.wp-block-campus-freedom-blocks-news .swiper .swiper-pagination-bullet-active{background-color:#fff;height:11px;width:11px}.wp-block-campus-freedom-blocks-news .swiper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wp-block-campus-freedom-blocks-free-expression>h4{margin-bottom:34px}.wp-block-campus-freedom-blocks-free-expression__items{display:flex;flex-direction:column}.wp-block-campus-freedom-blocks-free-expression__item{display:flex;gap:30px}.wp-block-campus-freedom-blocks-free-expression__item-media{aspect-ratio:16/9;flex:1 1 40%;height:auto;position:relative;width:100%}.wp-block-campus-freedom-blocks-free-expression__item-media>iframe{aspect-ratio:16/9;height:auto;left:0;position:absolute;top:0;width:100%}.wp-block-campus-freedom-blocks-free-expression__item-content{flex:1 1 60%}.wp-block-campus-freedom-blocks-free-expression__item-content>.title{font:normal normal 700 22px/28px Quattrocento;text-decoration:none}.wp-block-campus-freedom-blocks-free-expression__item-content>.title:hover{text-decoration:underline}.wp-block-campus-freedom-blocks-free-expression__item-content>.article__source{font:normal normal normal 15px/20px Inter;margin-top:8px}.wp-block-campus-freedom-blocks-free-expression__item:not(:last-child){margin-bottom:25px}.wp-block-campus-freedom-blocks-intro-foot{color:#fff}.wp-block-campus-freedom-blocks-intro-foot__title{font:normal normal 700 36px/44px Quattrocento}.wp-block-campus-freedom-blocks-intro-foot__description{font:normal normal normal 21px/28px Inter}.wp-block-campus-freedom-blocks-intro-foot__row{align-items:center;display:flex;flex-wrap:wrap;gap:30px}.wp-block-campus-freedom-blocks-intro-foot__left,.wp-block-campus-freedom-blocks-intro-foot__right{width:100%}.wp-block-campus-freedom-blocks-intro-foot__left>a{align-items:center;display:flex;justify-content:center;max-width:-moz-max-content;max-width:max-content;position:relative}.wp-block-campus-freedom-blocks-intro-foot__left .play-button-icon{height:86px;position:absolute;width:86px}.wp-block-campus-freedom-blocks-intro-foot__right>h2{margin-bottom:18px}@media(min-width:768px){.wp-block-campus-freedom-blocks-intro-foot__left,.wp-block-campus-freedom-blocks-intro-foot__right{width:calc(50% - 30px)}.wp-block-campus-freedom-blocks-intro-foot__left{max-width:534px}.wp-block-campus-freedom-blocks-intro-foot__right{max-width:473px;text-align:left}.wp-block-campus-freedom-blocks-intro-foot__right>h2{margin-bottom:20px}}@media(min-width:1280px){.wp-block-campus-freedom-blocks-intro-foot__row{gap:95px}.wp-block-campus-freedom-blocks-intro-foot__right>h2{margin-bottom:28px}}.wp-block-campus-freedom-blocks-gold-standard{position:relative}.wp-block-campus-freedom-blocks-gold-standard>.container>.inner-block-padding{padding-top:50px}@media(min-width:767px){.wp-block-campus-freedom-blocks-gold-standard>.container>.inner-block-padding{padding-top:100px}}.wp-block-campus-freedom-blocks-gold-standard__bg{background:transparent linear-gradient(180deg,#fff7e3,#fff) 0 0 no-repeat padding-box;height:70vh;left:0;position:absolute;right:0;top:0;z-index:-1}.wp-block-campus-freedom-blocks-gold-standard__header-row{align-items:center;display:flex;flex-direction:column-reverse;text-align:center}.wp-block-campus-freedom-blocks-gold-standard__header-row *+*{margin-bottom:30px}@media(min-width:767px){.wp-block-campus-freedom-blocks-gold-standard__header-row *+*{margin-bottom:unset}.wp-block-campus-freedom-blocks-gold-standard__header-row{flex-direction:row-reverse;gap:40px}}@media(min-width:1024px){.wp-block-campus-freedom-blocks-gold-standard__header-row{flex-direction:row}}@media(min-width:767px){.wp-block-campus-freedom-blocks-gold-standard__header-row{text-align:left}}.wp-block-campus-freedom-blocks-gold-standard__header-row h2{font:700 38px/1.2 Quattrocento}@media(min-width:1440px){.wp-block-campus-freedom-blocks-gold-standard__header-row h2{font-size:64px}}.wp-block-campus-freedom-blocks-gold-standard__header-row p{font:500 21px/1.5 Inter,sans-serif}.wp-block-campus-freedom-blocks-gold-standard__header-row img{max-width:clamp(0px,100%,180px)}@media(min-width:767px){.wp-block-campus-freedom-blocks-gold-standard__header-row img{max-width:clamp(0px,100%,250px)}}@media(min-width:1024px){.wp-block-campus-freedom-blocks-gold-standard__header-row img{max-width:clamp(0px,100%,284px)}}@media(min-width:767px){.wp-block-campus-freedom-blocks-gold-standard__header-left{flex:1 1 auto}.wp-block-campus-freedom-blocks-gold-standard__header-right{flex:1 1 30%}}@media(min-width:1024px){.wp-block-campus-freedom-blocks-gold-standard__header-left{flex:1 1 70%;padding-right:4vw}}.wp-block-campus-freedom-blocks-gold-standard__items{margin-top:50px}@media(min-width:992px){.wp-block-campus-freedom-blocks-gold-standard__items{margin-top:100px}}.wp-block-campus-freedom-blocks-gold-standard__action{margin-top:59.5px;text-align:center}.wp-block-campus-freedom-blocks-gold-standard__action .btn{font-size:20px;height:-moz-max-content;height:max-content;line-height:1.5;padding:20px 50px}.wp-block-campus-freedom-blocks-gold-standard-item{border-bottom:1px solid #dce0e3;padding:54px 0}.wp-block-campus-freedom-blocks-gold-standard-item__row{display:flex;flex-wrap:wrap}.wp-block-campus-freedom-blocks-gold-standard-item__left>h3{font:normal normal 700 28px/1.23 Inter}.wp-block-campus-freedom-blocks-gold-standard-item__right{color:#374151;font:400 16px/1.75 Inter,Helvetica,sans-serif;max-width:unset}.wp-block-campus-freedom-blocks-gold-standard-item__right li{padding-bottom:0!important;padding-top:0!important}.wp-block-campus-freedom-blocks-gold-standard-item__button{background:#fff 0 0 no-repeat padding-box;border:2px solid #dce0e3;color:#3c8608;display:block;margin-top:45px;padding:8px 30px;text-decoration:none;transition:all .3s ease;width:-moz-max-content;width:max-content}.wp-block-campus-freedom-blocks-gold-standard-item__button:hover{color:#89c24e}@media(min-width:1280px){.wp-block-campus-freedom-blocks-gold-standard-item__row{flex-wrap:nowrap}.wp-block-campus-freedom-blocks-gold-standard-item__left{flex:0 1 35%}.wp-block-campus-freedom-blocks-gold-standard-item__left>h3{font:normal normal 700 34px/1.23 Inter}.wp-block-campus-freedom-blocks-gold-standard-item__right{flex:1 1 65%;padding-left:40px}}@media(min-width:1600px){.wp-block-campus-freedom-blocks-gold-standard-item__right{padding-left:140px}}.wp-block-campus-freedom-blocks-contact-us .inner-block-padding{padding-bottom:80px}.wp-block-campus-freedom-blocks-contact-us__wrapper{background-color:#3c8608;color:#fff;padding:15px;position:relative}@media(min-width:768px){.wp-block-campus-freedom-blocks-contact-us__wrapper{padding:20px 30px}}@media(min-width:1024px){.wp-block-campus-freedom-blocks-contact-us__wrapper{padding:50px 60px}}@media(min-width:1280px){.wp-block-campus-freedom-blocks-contact-us__wrapper{padding:50px 90px}}@media(min-width:1920px){.wp-block-campus-freedom-blocks-contact-us__wrapper{padding:83px 117px}}.wp-block-campus-freedom-blocks-contact-us__title{font:normal normal 700 28px/1.23 Quattrocento}.wp-block-campus-freedom-blocks-contact-us__left{padding:20px!important;z-index:1}@media(max-width:767px){.wp-block-campus-freedom-blocks-contact-us__left{flex:auto;margin:0 auto}}.wp-block-campus-freedom-blocks-contact-us__left .btn{background-color:transparent;color:#fff;max-width:325px;min-width:unset;width:100%}@media(max-width:767px){.wp-block-campus-freedom-blocks-contact-us__left .btn{max-width:unset}}.wp-block-campus-freedom-blocks-contact-us__left .btn:hover{background:#fff;color:#3c8608}.wp-block-campus-freedom-blocks-contact-us__right{position:static!important}@media(max-width:767px){.wp-block-campus-freedom-blocks-contact-us__right{display:none}}.wp-block-campus-freedom-blocks-contact-us__btn{border:2px solid #fff!important;box-shadow:none!important;margin-top:40px}.wp-block-campus-freedom-blocks-contact-us__image{inset:0;left:40%;position:absolute}.wp-block-campus-freedom-blocks-contact-us__image>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wp-block-campus-freedom-blocks-contact-us__gradient{background:linear-gradient(74deg,#3c8608 30%,rgba(0,212,255,0) 80%);inset:0;left:30%;position:absolute}@media(min-width:1024px){.wp-block-campus-freedom-blocks-contact-us .inner-block-padding{padding-bottom:120px}.wp-block-campus-freedom-blocks-contact-us__title{font:normal normal 700 44px/1.23 Quattrocento}}.wp-block-campus-freedom-blocks-initiatives{background:#f8f7f5}.wp-block-campus-freedom-blocks-initiatives .section__inner>div{padding-bottom:110px}.wp-block-campus-freedom-blocks-initiatives h4{margin-top:1rem}@media(min-width:768px){.wp-block-campus-freedom-blocks-initiatives article{background:#fff}}.wp-block-campus-freedom-blocks-initiative .article{background:#fff;padding:4.93vw 2.6vw 2.08vw 3.57vw!important}.wp-block-campus-freedom-blocks-resources{background-color:#f8f7f5}.wp-block-campus-freedom-blocks-resources .article{background-color:#fff;padding:4.93vw 2.6vw 2.08vw 3.57vw!important}.wp-block-campus-freedom-blocks-resources .article h4{margin-bottom:0!important}.wp-block-campus-freedom-blocks-resources .article__content-title{margin-bottom:16px!important}.wp-block-campus-freedom-blocks-resources .article__source{margin:15px 0 20px!important}.wp-block-campus-freedom-blocks-resources.is-white{background-color:#fff}.wp-block-campus-freedom-blocks-resources.is-white .article{background-color:#f8f7f5;padding:43px 62px!important}.wp-block-campus-freedom-blocks-resources.is-white .section__inner{border-top-color:transparent}.wp-block-campus-freedom-blocks-testimonials{background-color:#512651;color:#fff;position:relative}.wp-block-campus-freedom-blocks-testimonials__item{display:flex;flex-wrap:wrap;gap:50px}.wp-block-campus-freedom-blocks-testimonials .inner-block-padding{padding-bottom:110px;padding-top:110px}.wp-block-campus-freedom-blocks-testimonials__video{max-width:427px;width:100%}.wp-block-campus-freedom-blocks-testimonials__video>a{align-items:center;display:flex;height:242px;justify-content:center;overflow:hidden;position:relative;width:100%}.wp-block-campus-freedom-blocks-testimonials__video>a img.play-button-icon{position:absolute;width:62px}.wp-block-campus-freedom-blocks-testimonials__video>a img:not(.play-button-icon){height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wp-block-campus-freedom-blocks-testimonials__content{display:flex;flex-direction:column;justify-content:center;max-width:900px;padding-bottom:44px}.wp-block-campus-freedom-blocks-testimonials__content img{margin-bottom:30px;width:45px}.wp-block-campus-freedom-blocks-testimonials__content p{font:normal normal 700 26px/1.53 Quattrocento}.wp-block-campus-freedom-blocks-testimonials__content span{display:block;margin-top:34px;text-align:right}.wp-block-campus-freedom-blocks-testimonials__line{bottom:0;left:50%;position:absolute;right:0;width:-moz-max-content;width:max-content}.wp-block-campus-freedom-blocks-testimonials .swiper-pagination{align-items:center;bottom:0!important;display:flex;justify-content:center}.wp-block-campus-freedom-blocks-testimonials .swiper-pagination .swiper-pagination-bullet{background-color:#fff;height:8px;opacity:.5;transition:all .3s ease;width:8px}.wp-block-campus-freedom-blocks-testimonials .swiper-pagination .swiper-pagination-bullet-active{height:12px;opacity:1;width:12px}@media(min-width:768px){.wp-block-campus-freedom-blocks-testimonials__item{flex-wrap:nowrap;gap:60px}}@media(min-width:1024px){.wp-block-campus-freedom-blocks-testimonials__item{gap:80px}}@media(min-width:1280px){.wp-block-campus-freedom-blocks-testimonials__item{gap:110px}}
