:root{--header-wrapper-height:200px}.header-wrapper{color:#fff;height:var(--header-wrapper-height);min-height:var(--header-wrapper-height);background-color:#0f766e}@media (max-width:768px){.header-wrapper{height:auto;min-height:0}}.header-wrapper .section-wrapper{text-align:center;flex-direction:row;width:100%;max-width:100%;display:flex}@media (max-width:768px){.header-wrapper .section-wrapper{flex-direction:column}}.header-wrapper .section-wrapper .logo-section{width:50%}@media (max-width:768px){.header-wrapper .section-wrapper .logo-section{width:100%}}.header-wrapper .section-wrapper .logo-section img{text-align:center;max-width:100%;height:auto;max-height:32rem;margin:auto;padding:.6rem;display:block}@media (max-width:768px){.header-wrapper .section-wrapper .logo-section img{max-height:min(42vw,11rem)}}.header-wrapper .section-wrapper .info-section{width:50%;max-width:100%;margin:auto;padding:.6rem}@media (max-width:768px){.header-wrapper .section-wrapper .info-section{width:100%}}.header-wrapper .section-wrapper .info-section h3{margin:0;font-size:min(3vw,32px);line-height:2.5rem}@media (max-width:768px){.header-wrapper .section-wrapper .info-section h3{font-size:min(5vw,32px)}}.header-wrapper .section-wrapper .info-section h3 a{cursor:pointer;color:#fff;font-weight:700;text-decoration:none;transition:color .3s,transform .3s;display:inline-block;position:relative}.header-wrapper .section-wrapper .info-section h3 a:hover{color:#ffd966;transform:scale(1.1)}.header-wrapper .section-wrapper .info-section h3 a:after{content:"";transform-origin:100%;background-color:#ffd966;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.header-wrapper .section-wrapper .info-section h3 a:hover:after{transform-origin:0;transform:scaleX(1)}
