*,:after,:before{box-sizing:border-box}body,p{color:#707070;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1.4;overflow-wrap:break-word;padding:0;text-decoration:none}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1;--column-gap:2.13%;--column-width-multiplier:8.333;--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}.hs-tabs,.hs-tabs__scroll{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration);animation-iteration-count:var(--animate-repeat);animation-name:fadeInUp;display:flex;justify-content:space-between;position:relative}.hs-tabs__scroll{overflow-x:auto}.hs-tabs__nudge{align-items:center;background:#f9860a;bottom:0;box-sizing:border-box;display:none;height:80%;position:absolute;top:0;width:16px}.hs-tabs__nudge--show{display:flex}.hs-tabs__nudge--left,.hs-tabs__nudge--right{border:1px solid #ccc;justify-content:center;z-index:1}.hs-tabs__tab-wrapper{display:flex;gap:.25rem;justify-content:space-between;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.hs-tabs__tab{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration);animation-iteration-count:var(--animate-repeat);animation-name:fadeInUp;background-color:#eee;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;box-sizing:border-box;flex:1;justify-content:center;padding:.7rem 1.4rem;position:relative;text-align:center;transition:background .3s ease;white-space:nowrap}.hs-tabs__tab:active,.hs-tabs__tab:focus,.hs-tabs__tab:hover{background:#212529}.hs-tabs__tab[aria-selected=true]{background:#fff;border-bottom-color:#fff;font-weight:700}.hs-tabs-nudge-icon{align-items:center;display:flex;height:100%;width:8px;fill:currentColor}.hs-tabs-nudge-icon svg{width:8px}.hs-tabs__content{border:1px solid #ccc;display:flex}.hs-tabs__content__panel{box-sizing:border-box;padding:2.8rem;width:100%}@media screen and (max-width:767px){.hs-tabs__scroll{margin-left:56px;width:calc(100% - 112px)}.hs-tabs__nudge{display:flex;justify-content:center;width:48px}.hs-tabs__nudge--mobile-disabled{opacity:30%}.hs-tabs__nudge--left,.hs-tabs__nudge--right{justify-content:center}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}