.hero-text-container{margin-bottom:2rem}@media (max-width:1023px){.hero-text-block{text-align:center;margin-bottom:2rem}.hero-text-block .flex{justify-content:center}}header{box-shadow:0 2px 4px rgba(0,0,0,.05)}@media (max-width:1280px){header .container>div:first-child>div:last-child{flex-direction:column;align-items:flex-end;gap:.5rem}}@media (max-width:1024px){header .container>div:first-child>div:nth-child(2){flex-direction:column;gap:.5rem}}@media (max-width:768px){header .container>div:last-child{flex-direction:column;gap:1rem}header .container>div:last-child>nav{justify-content:center}header .container>div:nth-child(3){display:none}header .container>div:first-child{flex-direction:column;gap:1rem}header .container>div:first-child>div:last-child{align-items:center}}.nav-dropdown-container:hover .nav-dropdown{display:block}.nav-dropdown{animation:fadeIn .3s ease-in-out;margin-top:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown .dropdown-item{opacity:0;animation:slideDown .3s ease-in-out forwards}.nav-dropdown .dropdown-item:first-child{animation-delay:.05s}.nav-dropdown .dropdown-item:nth-child(2){animation-delay:.1s}.nav-dropdown .dropdown-item:nth-child(3){animation-delay:.15s}.nav-dropdown .dropdown-item:nth-child(4){animation-delay:.2s}.nav-dropdown .dropdown-item:nth-child(5){animation-delay:.25s}.nav-dropdown .dropdown-item:nth-child(6){animation-delay:.3s}@keyframes slideDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.nav-menu-container{width:100%;justify-content:space-between;padding:0 .5rem}.nav-separator{display:none}.nav-dropdown-container{width:auto}.nav-menu-container a{padding:.5rem;font-size:.9rem;width:auto!important;text-align:center}.nav-dropdown{position:absolute;left:50%;transform:translateX(-50%);width:200px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-radius:.375rem}}@media (max-width:480px){.nav-menu-container a{padding:.5rem .25rem;font-size:.85rem}}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}