.tabbed-feature-overview{align-items:center;display:flex;flex-direction:column;justify-content:center}.tabbed-feature-overview .custom-dropdown{display:none;margin:20px auto;max-width:400px;position:relative;width:calc(100% - 40px)}@media screen and (max-width:768px){.tabbed-feature-overview .custom-dropdown{display:block}}.tabbed-feature-overview .custom-dropdown .dropdown-toggle{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:10px;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#425466;cursor:pointer;display:flex;font-size:18px;font-weight:500;justify-content:space-between;outline:none;padding:16px 20px;transition:all .2s ease;width:100%}.tabbed-feature-overview .custom-dropdown .dropdown-toggle .dropdown-chevron{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278%27 fill=%27none%27%3E%3Cpath stroke=%27%23425466%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m1 1 6 6 6-6%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;height:8px;transition:transform .2s ease;width:14px}.tabbed-feature-overview .custom-dropdown .dropdown-toggle:hover{background-color:#f9fafb;border-color:#9ca3af}.tabbed-feature-overview .custom-dropdown .dropdown-toggle[aria-expanded=true]{border-color:var(--nh-color-primary);box-shadow:0 0 0 3px rgba(var(--nh-color-primary-rgb),.1)}.tabbed-feature-overview .custom-dropdown .dropdown-toggle[aria-expanded=true] .dropdown-chevron{transform:rotate(180deg)}.tabbed-feature-overview .custom-dropdown .dropdown-menu{background-color:#fff;border:1px solid #d1d5db;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);display:none;left:0;list-style:none;margin:0;opacity:0;padding:8px;position:absolute;top:calc(100% + 8px);transform:translateY(-10px);transition:all .2s ease;width:100%;z-index:100}.tabbed-feature-overview .custom-dropdown .dropdown-menu.open{display:block;opacity:1;transform:translateY(0)}.tabbed-feature-overview .custom-dropdown .dropdown-menu .dropdown-item{border-radius:8px;color:#425466;cursor:pointer;font-size:16px;padding:12px 16px;transition:background-color .2s ease}.tabbed-feature-overview .custom-dropdown .dropdown-menu .dropdown-item:hover{background-color:#f3f4f6;color:var(--nh-color-primary)}.tabbed-feature-overview .custom-dropdown .dropdown-menu .dropdown-item.selected{background-color:#f3f4f6;color:var(--nh-color-primary);font-weight:600}.tabbed-feature-overview .tab-buttons{-moz-column-gap:80px;column-gap:80px;display:flex;flex-wrap:wrap;justify-content:center;row-gap:30px;width:100%}@media screen and (max-width:768px){.tabbed-feature-overview .tab-buttons{display:none}}@media screen and (max-width:1220px){.tabbed-feature-overview .tab-buttons{width:90%}}.tabbed-feature-overview .tab-buttons .tab-button{background:none;border:none;color:var(--nh-color-secondary);font-family:Armin Grotesk,sans-serif;font-size:var(--nh-text-size-sm);font-weight:600;padding-bottom:8px}.tabbed-feature-overview .tab-buttons .tab-button.active,.tabbed-feature-overview .tab-buttons .tab-button:active,.tabbed-feature-overview .tab-buttons .tab-button:hover{border-bottom:2px solid var(--nh-color-primary);color:var(--nh-color-primary);cursor:pointer;padding-bottom:6px}.tabbed-feature-overview .tab-content .tab-panel{display:none;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;padding:40px 80px}@media screen and (max-width:1200px){.tabbed-feature-overview .tab-content .tab-panel{padding:40px}}@media screen and (max-width:992px){.tabbed-feature-overview .tab-content .tab-panel{grid-template-columns:1fr 1fr}}@media screen and (max-width:520px){.tabbed-feature-overview .tab-content .tab-panel{grid-template-columns:1fr}}.tabbed-feature-overview .tab-content .tab-panel .feature{border-radius:12px;box-shadow:0 0 17px 0 rgba(0,0,0,.11);color:var(--nh-color-secondary-1);display:flex;flex-direction:column;gap:15px;padding:24px}.tabbed-feature-overview .tab-content .tab-panel .feature .nordicon-wrapper{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-bottom:12px}.tabbed-feature-overview .tab-content .tab-panel .feature .nordicon-wrapper.icon-custom{height:48px;width:48px}.tabbed-feature-overview .tab-content .tab-panel .feature .nordicon-wrapper.icon-custom svg{display:block;height:48px!important;width:48px!important}.tabbed-feature-overview .tab-content .tab-panel .feature .nordicon-wrapper.icon-custom img{height:48px!important;-o-object-fit:contain;object-fit:contain;width:48px!important}.tabbed-feature-overview .tab-content .tab-panel .feature .nordicon-wrapper.icon-nord{background-color:var(--nh-color-primary);border-radius:8px;color:#fff;height:44px;width:44px}.tabbed-feature-overview .tab-content .tab-panel .feature .nordicon-wrapper.icon-nord svg{height:24px!important;width:24px!important;fill:currentColor!important;display:block}.tabbed-feature-overview .tab-content .tab-panel .feature h3{font-size:var(--nh-text-size-lg);text-align:left!important}.tabbed-feature-overview .tab-content .tab-panel .feature p{flex-grow:1;line-height:1.2}.tabbed-feature-overview .tab-content .tab-panel .feature .feature-read-more{align-self:flex-start;background-color:var(--nh-color-primary);border:2px solid var(--nh-color-primary);border-radius:6px;color:var(--nh-color-light);cursor:pointer;font-size:var(--nh-text-size-sm);font-weight:600;margin-top:auto;padding:8px 16px 4px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease}.tabbed-feature-overview .tab-content .tab-panel .feature .feature-read-more:hover{background-color:var(--nh-color-primary-1);border-color:var(--nh-color-primary-1)}.tabbed-feature-overview .tab-content .tab-panel .feature .feature-read-more-text{align-self:flex-start;color:var(--nh-color-primary);cursor:pointer;font-size:var(--nh-text-size-sm);font-weight:600;margin-top:auto;text-decoration:none;transition:color .2s ease}.tabbed-feature-overview .tab-content .tab-panel .feature .feature-read-more-text:hover{color:var(--nh-color-primary-1);text-decoration:underline}.tabbed-feature-overview .tab-content .tab-panel.active{display:grid}
