.hero-internal{padding-top:120px;padding-bottom:80px}.hero-internal .hero-content{flex-direction:row;align-items:center;gap:80px;padding-bottom:44px;display:flex}.hero-internal .hero-image{min-width:400px;height:400px;display:none}.hero-internal .hero-image video{width:100%;height:100%}@media only screen and (min-width:400px){.hero-internal .hero-image{width:200px;height:400px}}@media only screen and (min-width:800px){.hero-internal{padding-bottom:120px}.hero-internal .hero-content{padding-bottom:88px}.hero-internal .hero-image{min-width:250px;height:250px;display:block}}@media only screen and (min-width:1000px){.hero-internal .hero-content{padding-bottom:120px}.hero-internal .hero-image{min-width:300px;height:300px}}@media only screen and (min-width:1200px){.hero-internal .hero-image{min-width:400px;height:400px}}.FAQ-section{border-bottom:1px dashed var(--border-light);cursor:pointer;flex-direction:column;gap:8px;padding:24px 0;transition:all .3s;display:flex}.FAQ-section .faq-arrow{width:12px;transition:all .3s;transform:rotate(-90deg)}.FAQ-section .faq-arrow path{opacity:.3;stroke-width:2px;transition:all .3s}.FAQ-section:hover .faq-arrow path{opacity:1;stroke:var(--st-main-blue);stroke-width:4px}.FAQ-section .faq-hide{opacity:1;max-height:300px;transition:max-height .3s linear,opacity .3s linear;overflow:hidden}.FAQ-section.selected .faq-arrow{transform:rotate(0)}.FAQ-section.selected .faq-hide{opacity:0;max-height:0}
