.htabber{background-color:#fff;box-shadow:-2px 4px 8px rgba(50,62,72,.25);padding:2rem}.htabber__tab-container{display:flex;flex-direction:row;flex-wrap:wrap}.htabber__tablist{display:flex;flex-direction:column;margin:0;padding:0;width:100%}.htabber__tab{align-items:center;border-style:solid;border-width:0 0 .025rem .25rem;cursor:pointer;display:flex;flex-grow:1;list-style:none;padding:.5rem;position:relative;transition:background-color .25s}.htabber__tab:hover{background-color:#e6e7eb;font-weight:600}.htabber__tab[aria-selected=true]{font-weight:600}.htabber__tab-content{align-items:center;display:flex;padding:2rem 4rem;position:relative;width:100%}.htabber__tabpanel{display:none}.htabber__tabpanel[aria-expanded=true]{display:block}.htabber__title{color:#323e48;padding-bottom:1rem;position:relative}.htabber__title:after{bottom:0;content:"";height:4px;left:0;position:absolute;width:120px}.htabber__content :last-child{margin-bottom:0}@media (max-width:767px){.htabber{padding:0}.htabber__tablist{display:none;opacity:0;visibility:hidden}.htabber__tab-content{display:flex;flex-direction:column;padding:0}.htabber__tab--mobile{width:100%}.htabber__tabpanel{padding:2rem 1rem}.htabber__tabpanel[aria-expanded=true]{border-bottom-style:solid;border-bottom-width:.025rem}.htabber--dark .htabber__tabpanel[aria-expanded=true]{border-bottom-color:#fff}}@media (min-width:768px){.htabber__tab-content,.htabber__tablist{width:50%}.htabber__tab--mobile{display:none;opacity:0;visibility:hidden}}