:root{--kumo-green:#92db7b;--kumo-green-20:#e9f8e5;--kumo-green-40:#d3f1ca;--forest:#213433;--forest-40:#a6aead;--tangerine:#dc8250;--lavender:#c37fed;--lemon:#e1e51b;--indigo:#1c008c;--off-white:#faf9f5;--true-white:#fff;--peach:#f4debb;--grey-3:#807e7a;--grey-4:#adaba5;--grey-5:#e1e1dd;--coal:#201f1d;--link-blue:#2a58cd}body{background-color:var(--off-white);overflow-x:hidden}a:hover{cursor:pointer}.background-forest{background-color:var(--forest)!important}.background-lavender{background-color:var(--lavender)!important}.background-off-white{background-color:var(--off-white)!important}.background-true-white{background-color:var(--true-white)!important}.background-tangerine{background-color:var(--tangerine)!important}.background-lemon{background-color:var(--lemon)!important}.background-peach{background-color:var(--peach)!important}.background-grey-5{background-color:var(--grey-5)!important}.button.primary,button.primary,select.primary{background-color:var(--kumo-green);color:var(--forest)}.button.secondary,button.secondary,select.secondary{background-color:var(--forest);color:var(--off-white)}.button.tertiary,button.tertiary,select.tertiary{background-color:#fff;border:1px solid var(--grey-5)}.button.tertiary:hover,button.tertiary:hover,select.tertiary:hover{background-color:var(--grey-5);border:1px solid var(--grey-3)}.button.quaternary,button.quaternary,select.quaternary{background-color:var(--lavender);color:var(--forest)}.button.quinary,button.quinary,select.quinary{background-color:var(--lemon);color:var(--forest)}.button,body button,select.button{align-items:center;border-radius:8px;box-sizing:border-box;color:#010a13;cursor:pointer;display:flex;flex-direction:row;position:relative}.button:after,button:after,select.button:after{background-color:rgba(1,10,19,0);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:.2s ease-in-out;width:100%}.button:hover,button:hover,select.button:hover{background-color:var(--lemon);color:var(--forest);text-decoration:none;transition:.2s ease-in-out}.button:active:after,button:active:after,select.button:active:after{background-color:rgba(1,10,19,.16)}.button.full-width,button.full-width,select.button.full-width{display:flex;justify-content:center;width:100%}.button.extra_small,button.extra_small,select.button.extra_small{font-size:14px;font-weight:400;line-height:20px;padding:4px 12px}.button.small,button.small,select.button.small{font-size:18px;font-weight:500;line-height:32px;padding:8px 16px}.button.medium,button.medium,select.button.medium{font-size:20px;font-weight:500;line-height:32px;padding:16px 18px}.button.extra_large,.button.large,button.extra_large,button.large,select.button.extra_large,select.button.large{font-size:32px;font-weight:500;line-height:32px;padding:24px 32px}button.ghost{border:0;border-radius:8px;overflow:hidden;transition:.2s ease-in-out}button.ghost:hover{background-color:rgba(0,108,207,.1)}button.icon-only.small{height:40px;padding:8px;width:40px}button.icon-only.medium{height:56px;padding:16px;width:56px}button.icon-only.large{padding:12px}button.icon-only img{object-fit:contain;width:100%}.button.disabled,button.disabled{opacity:.4;pointer-events:none}.link:hover,a:hover{cursor:pointer;text-decoration:underline}@media screen and (max-width:768px){.button.extra_large,.button.large,button.extra_large,button.large{font-size:24px;font-weight:500;padding:16px 32px}}@media screen and (max-width:500px){.button.extra_large,.button.large,.button.medium,button.extra_large,button.large,button.medium{font-size:18px;font-weight:500;padding:8px 16px}.button.medium,button.medium{line-height:32px}}iframe.stretch-me{height:100%;width:100%}.noshow{display:none!important}.hidden{visibility:hidden!important}section+section{margin-top:64px}.content-group{display:flex;padding:0 48px;width:100%}.content-group .content-group{padding:0}.content-group.horizontal{flex-direction:row;gap:32px;width:100%}.content-group.horizontal.wrap{flex-wrap:wrap}.content-group.vertical{flex-direction:column}.content-group.horizontal>div{flex:1 1 0px}.content-group.vertical .title-module{padding-bottom:32px}.content-group.vertical>.hs_cos_wrapper:not(:first-child) .content-module{padding-top:32px}.hs-embed-wrapper{padding-bottom:32px!important}.columns-2 .hs_cos_wrapper{min-width:calc(50% - 32px)}.columns-3 .hs_cos_wrapper{min-width:calc(33.33% - 32px)}.columns-4 .hs_cos_wrapper{min-width:calc(25% - 32px)}.columns-5 .hs_cos_wrapper{min-width:calc(20% - 32px)}.columns-6 .hs_cos_wrapper{min-width:calc(16.66% - 32px)}@media screen and (max-width:768px){.columns-2 .hs_cos_wrapper,.columns-3 .hs_cos_wrapper{min-width:100%}.columns-4 .hs_cos_wrapper,.columns-5 .hs_cos_wrapper,.columns-6 .hs_cos_wrapper{min-width:calc(50% - 32px)}.content-group{padding:0 24px}.noshow_mobile{display:none}}.footer-madlib-wrap{margin-top:-20px;overflow-x:hidden;padding-top:20px}.popover-wrap{display:flex;justify-content:center;position:relative;z-index:1}.popover-trigger{color:#006ccf;cursor:pointer;display:inline-flex;gap:8px;margin:0 auto;position:relative}.popover-trigger .text{font-weight:500}.popover-trigger:after{background-color:#006ccf;bottom:0;content:"";height:2px;left:32px;position:absolute;transition:width .2s ease-in-out;width:0}.popover-trigger:hover:after{width:calc(100% - 32px)}.popover{background-color:#fff;border:1px solid rgba(0,10,19,.25);border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.2);left:50%;margin-top:-8px;opacity:0;padding:24px;pointer-events:none;position:absolute;top:100%;transform:translate3d(-50%,0,0);transition:.4s ease-in-out;width:480px}@media screen and (max-width:768px){.popover{width:80vw}}.popover.show{opacity:1;pointer-events:auto;transform:translate3d(-50%,16px,1px)}.popover p.text{margin-bottom:0;margin-top:8px}.popover .close{border-radius:25%;cursor:pointer;height:40px;opacity:.7;padding:8px;position:absolute;right:8px;top:8px;transition:.2s ease-in-out;width:40px}.popover .close:hover{background-color:rgba(0,10,19,.1);opacity:1}.close img{height:100%;width:100%}.body-wrapper.article{padding-bottom:64px}p img:only-child{margin:48px auto}