:root{--text-margin:1rem;--text-padding:1rem;--text-gap:1rem}.text__image{display:flex;flex-direction:column;grid-gap:2rem;gap:2rem;grid-gap:calc(var(--text-gap)*2);gap:calc(var(--text-gap)*2);width:clamp(14rem,calc(100% - var(--padding-x)),90rem);margin:var(--margin-center);margin-top:2rem;margin-top:calc(var(--text-margin)*2)}@media (min-width:768px){.text__image{grid-gap:2rem;gap:2rem;grid-gap:calc(var(--text-gap)*2);gap:calc(var(--text-gap)*2);flex-direction:row;margin-top:2.875rem;margin-top:calc(var(--text-margin)*2.875)}}@media (min-width:768px){.text__image.reverse{flex-direction:row-reverse}}@media (min-width:768px){.text__image .image,.text__image .info{flex:1 1 50%}}.text__image .image{position:relative}@media (min-width:768px){.text__image .image{display:flex;flex-direction:column;justify-content:center}}.text__image .image .box{position:relative;width:90%;max-width:35rem}@media (min-width:768px){.text__image .image .box{width:83.33333%}}.text__image .image .box:before{content:"";display:block;padding-top:100%}.text__image .image .box img{position:absolute;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.text__image .image .box .backdrop{background-image:url(../../images/CIT-star-pattern.png);background-size:cover;position:absolute;top:0;width:100%;height:100%;z-index:-1;transform:translate(2rem,-2rem)}@media (min-width:768px){.text__image .image .box .backdrop{transform:translate(2.875rem,-2.875rem)}}.text__image .info{display:flex;flex-direction:column;justify-content:center}@media (min-width:768px){.text__image .info .text{width:83.33333%}}.text__image .info .button{margin-top:1rem;margin-top:var(--text-margin)}.text__image .info .button .btn-inline{text-align:left}@media (min-width:768px){.text__image .info .button{margin-top:2.25rem;margin-top:calc(var(--text-margin)*2.25)}}.text__headline{width:clamp(14rem,calc(100% - var(--padding-x)),90rem);margin:var(--margin-center)}.text__headline .top{color:var(--color-purple-700);margin-bottom:2rem;margin-bottom:calc(var(--text-margin)*2)}@media (min-width:1024px){.text__headline .top{width:83.33333%}}.text__headline .top h2{font-size:clamp(4.375rem,9vw,8.75rem);line-height:1;margin-bottom:0;transition:var(--transition)}@media (min-width:1440px){.text__headline .top h2{font-size:8.75rem}}.text__headline .bottom{display:flex;justify-content:flex-end}.text__headline .bottom .text{width:90%}@media (min-width:1024px){.text__headline .bottom .text{width:60%}}@media (min-width:1280px){.text__headline .bottom .text{width:50%}}.text__headline .bottom .text .button{margin-top:3.25rem;margin-top:calc(var(--text-margin)*3.25)}.text__columns{display:flex;flex-direction:column;grid-gap:2rem;gap:2rem;grid-gap:calc(var(--text-gap)*2);gap:calc(var(--text-gap)*2);width:clamp(14rem,calc(100% - var(--padding-x)),90rem);margin:var(--margin-center)}.text__columns.low-padding{padding-bottom:8rem;padding-bottom:calc(var(--text-padding)*8)}@media (min-width:768px){.text__columns,.text__columns.low-padding{padding-bottom:0}.text__columns{flex-direction:row}}@media (min-width:768px){.text__columns .left,.text__columns .right{flex:1 1 50%}}@media (min-width:1280px){.text__columns .left .text,.text__columns .right .text{width:83.33333%}}.text__columns .left h2{margin-bottom:0}.text__columns .right p{margin-bottom:1.5rem;margin-bottom:calc(var(--text-margin)*1.5)}.text__columns .right .button{margin-top:1rem;margin-top:var(--text-margin)}@media (min-width:768px){.text__columns .right .button{margin-top:1.5rem;margin-top:calc(var(--text-margin)*1.5)}}.text__graphic{position:absolute;bottom:0;left:0;pointer-events:none}.text__graphic.light svg path{fill:var(--color-white)}.text__graphic.dark svg path{fill:var(--color-purple-700)}.text__graphic svg{transition:var(--transition);width:33.33333%;height:100%;transform:translate(-55%)}@media (min-width:768px){.text__graphic svg{width:60%;transform:translate(-55%,7.5rem)}}@media (min-width:1024px){.text__graphic svg{width:100%}}