.hero-section{background-color:var(--background_mobile);background-image:var(--background_image_mobile);background-position:50%;background-repeat:no-repeat;background-size:cover;height:var(--section-max-height-mobile);margin:var(--margin-top-mobile) 0 var(--margin-bottom-mobile);overflow-x:hidden;padding:var(--padding-top-mobile) 0 var(--padding-bottom-mobile);position:relative}@media only screen and (min-width:1024px){.hero-section{background-color:var(--background_desktop);background-image:var(--background_image_desktop);background-position:50%;background-repeat:no-repeat;background-size:cover;height:var(--section-max-height-desktop);margin:var(--margin-top) 0 var(--margin-bottom);padding:var(--padding-top) 0 var(--padding-bottom)}}.hero-section__overlay{background:var(--overlay_mobile);height:100%;left:0;position:absolute;top:0;width:100%}@media (min-width:1024px){.hero-section__overlay{background:var(--overlay_desktop)}}.hero-section--inner{margin:0 auto;position:absolute;z-index:2}@media (min-width:1024px){.hero-section--inner{max-width:1450px;padding:0 60px}.hero-section__text-content{flex:1 1 auto}}.hero-section__text-content[class*="lg:text-center"] .hero-section__text-content-title{margin-left:auto;margin-right:auto}.hero-section__text-content[class*="lg:text-center"] .hero-section__text-content-icons{justify-content:center;width:100%}.hero-section__text-content-title{color:var(--main_text_color)}.hero-section__text-content-title span[style*="text-decoration:underline"]{position:relative;text-decoration:none!important}.hero-section__text-content-title span[style*="text-decoration:underline"] em{display:inline-block}.hero-section__text-content-title span[style*="text-decoration:underline"]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='445' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6s134.37-4 220.5-4S443 6 443 6' stroke='%23F57CB4' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:-10px;content:"";height:8px;left:23%;opacity:1;position:absolute;width:87%}@media (min-width:1024px){.hero-section__text-content-title span[style*="text-decoration:underline"]:after{bottom:-15px;left:20px;width:100%}}.hero-section__text-content-title strong{color:var(--bold_text_color);font-weight:800}.hero-section__text-content-subtitle{color:var(--main_text_color);letter-spacing:0}.hero-section__text-content-subtitle strong{color:var(--bold_text_color);font-weight:700}.hero-section__text-content-button{margin-left:auto;margin-right:auto}@media (min-width:1024px){.hero-section__text-content-button{display:inline-flex;margin-left:0;margin-right:0}}.hero-section__icon{position:relative}.hero-section__icon-image img{height:100%;-o-object-fit:contain;object-fit:contain;position:relative;width:100%}.hero-section__icon-text{position:relative}.hero-section__icon-text:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='122' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.9 2.8s36.152-1.05 59.325-1.05c23.173 0 59.325 1.05 59.325 1.05' stroke='%23F57CB4' stroke-width='2.1' stroke-linecap='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:-6px;content:"";height:4px;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity .3s ease;width:122px}.hero-section__icon-text:hover:after{opacity:1}
