.custom-text{position:relative;transition:all .2s ease}.custom-text__content{background-color:var(--color-gray-100);color:var(--color-dark-blue);display:flex;flex-direction:column;row-gap:2rem}.custom-text__content.top-border{border-top:20px solid #ffd2bf}.custom-text__eyebrow{font-family:var(--font-secondary);font-size:1.6rem;font-weight:300;margin-bottom:-20px}.custom-text__big-text{font-size:2.8rem;font-weight:500;margin-left:auto;margin-right:auto;width:100%}.custom-text__detail{color:var(--color-gray-200);display:flex;flex-direction:column;line-height:190%;row-gap:1.5rem;width:100%}.custom-text__small-text{font-weight:300}.custom-text__cta-container{align-items:center;display:flex;flex-direction:column;row-gap:1rem}.custom-text__cta{width:100%}@media(min-width:768px){.custom-text__content{padding-bottom:3rem;padding-top:3rem}}@media(min-width:992px){.custom-text__eyebrow{font-size:1.6rem}.custom-text__big-text{font-size:3.2rem;margin-bottom:10px}.custom-text__small-text{max-width:85%}.custom-text__detail{row-gap:3rem}.custom-text__cta-container{flex-direction:row;gap:2rem;justify-content:center}}@media(min-width:1200px){.custom-text__big-text{font-size:4rem}}@media(min-width:1300px){.custom-text.overlap-bottom{margin-bottom:-50px;padding-bottom:unset!important}.custom-text.overlap-top{margin-top:-50px;padding-top:unset!important}}.custom-text--white{background-color:var(--color-white)}.custom-text--light-gray{background-color:var(--color-gray-100)}.custom-text--center{text-align:center}.custom-text--center .custom-text__detail{align-items:center;margin-left:auto;margin-right:auto}