.text-slider-module.--inverted .text-slider-module__header-description,.text-slider-module.--inverted .text-slider-module__header-title{color:var(--color-white)}.text-slider-module.--inverted .text-slider-module__footer-button{background-color:var(--color-white);border-color:var(--color-white);color:var(--color-black)}.text-slider-module.--inverted .text-slider-module__footer-button:hover{background-color:var(--color-black);color:var(--color-white)}.text-slider-module__container{display:flex;flex-direction:column}.text-slider-module__header{display:flex;flex-direction:row;gap:44px;margin-bottom:60px}@media (max-width:768px){.text-slider-module__header{flex-direction:column;gap:24px;margin-bottom:46px}}@media (min-width:1280px){.text-slider-module__header{gap:49px;margin-bottom:50px}}.text-slider-module__header-title{font-size:var(--font-size-h3-tablet);font-weight:var(--font-weight-regular);line-height:var(--line-height-120);width:100%}@media (max-width:768px){.text-slider-module__header-title{font-size:var(--font-size-h3-mobile)}}@media (min-width:1280px){.text-slider-module__header-title{font-size:var(--font-size-h3-desktop)}}.text-slider-module__header-description{font-size:var(--font-size-body2-tablet);font-weight:var(--font-weight-regular);line-height:var(--line-height-120);width:100%}@media (max-width:768px){.text-slider-module__header-description{font-size:var(--font-size-body2-mobile)}}@media (min-width:1280px){.text-slider-module__header-description{font-size:var(--font-size-body2-desktop);padding-top:14px}}.text-slider-module__slides{height:100%;width:100%}.text-slider-module__wrapper{height:100%}@media (min-width:1280px){.text-slider-module__wrapper{height:412px}}.text-slider-module__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.text-slider-module__footer{display:flex;justify-content:center;margin-top:46px}@media (max-width:768px){.text-slider-module__footer{justify-content:flex-start;margin-top:46px}}@media (min-width:1280px){.text-slider-module__footer{margin-top:100px}}.text-slider-module__footer-button{background-color:var(--color-black);border:1px solid var(--color-black);border-radius:99999px;color:var(--color-white);font-size:var(--font-size-button-link-mobile);padding:16px 32px;text-transform:uppercase;transition:all .3s ease-in-out}@media (max-width:768px){.text-slider-module__footer-button{font-size:var(--font-size-button-link-tablet);padding:10px 22px}}@media (min-width:1280px){.text-slider-module__footer-button{font-size:var(--font-size-button-link-desktop);padding:16px 32px}}.text-slider-module__footer-button:hover{background-color:var(--color-white);color:var(--color-black)}