#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:rgba(0,0,0,0);outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Value-Sans-Black-Italic;src:url(/resources/fonts/value-sans-black-italic-pro.ttf);font-display:swap}@font-face{font-family:Value-Sans-Pro;src:url(/resources/fonts/value-sans-black-pro.ttf);font-display:swap}@font-face{font-family:Value-Sans-BoldItalic;src:url(/resources/fonts/value-sans-bold-italic-pro.ttf);font-display:swap}@font-face{font-family:Value-Sans-Bold;src:url(/resources/fonts/value-sans-bold-pro.ttf);font-display:swap}@font-face{font-family:Value-Sans-Italic;src:url(/resources/fonts/value-sans-italic-pro.ttf);font-display:swap}@font-face{font-family:Value-Sans-Medium-Italic;src:url(/resources/fonts/value-sans-medium-italic-pro.ttf);font-display:swap}@font-face{font-family:Value-Sans-Medium;src:url(/resources/fonts/value-sans-medium-pro.ttf);font-display:swap}@font-face{font-family:Value-Sans-Regular;src:url(/resources/fonts/value-sans-regular-pro.ttf);font-display:swap}@font-face{font-family:Value-Sans-Black;src:url(/resources/fonts/value-sans-black.ttf);font-display:swap;font-weight:900}body,html{padding:0;margin:0;font-family:Value-Sans-Regular;font-size:18px;color:#091e42}a{color:inherit;text-decoration:none}*{box-sizing:border-box}li,p{margin-block:0 24px;font-style:normal;font-weight:400;font-size:18px;line-height:160%;color:#091e42}strong{font-family:Value-Sans-Bold;margin-bottom:8px}h1,h2,h3,h4,h5,h6{font-family:Value-Sans-Medium;font-weight:500}h1{font-size:48px;line-height:125%}h1,h2{margin-bottom:8px}h2{font-size:32px;line-height:36px;margin-top:40px}h3{font-size:28px}h3,h4{margin-block:24px}h4{font-size:24px}h5{font-size:22px;line-height:26px}h6{font-size:20px}#nprogress .bar{background:red!important}.mainContent{margin-top:116px}.inheritFullHeightMainContent{margin-top:0;height:100%}ul li,ul li p{margin-bottom:8px}.defaultType{background-color:#b9e076}.articleType{background-color:#f99595}.decoderType{background-color:#fcb319}.guideType{background-color:#c8f195}.parent_questionType{background-color:#fef28c}.resource_listType{background-color:#84dbfd}.videoType{background-color:#d075f0}.video_clipType{background-color:#b7b7ff}.event_recapType{background-color:#6fa3ff}.custom-filter .MuiMenu-paper{margin-top:8px;width:382px;max-height:327px;background:#fff;border:1px solid #edeff4;box-shadow:1px 1px 10px rgba(9,30,66,.05);border-radius:6px;padding-top:16px;overflow-x:hidden;max-width:100%;display:flex;flex-direction:column;justify-content:space-between;transition-duration:0s!important}.custom-filter .MuiMenu-paper ::-webkit-scrollbar{width:2px}.custom-filter .MuiMenu-paper ::-webkit-scrollbar-track{background:#fafafc}.custom-filter .MuiMenu-paper ::-webkit-scrollbar-thumb{background:#c2ccda}.custom-filter .MuiMenu-paper ::-webkit-scrollbar-thumb:hover{background:#555}.custom-filter .MuiMenu-paper ul{display:flex;flex-direction:column;height:100%;padding:0}.app-loader{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;align-items:center;display:flex;justify-content:center}.app-loader-content{width:60px!important;height:60px!important;color:#b9e076}.loading-background{filter:blur(8px);-webkit-filter:blur(8px)}.how_it_worksNav:hover{background-color:#f2c7d3}.membershipNav:hover{background-color:#e6f5be}.about_usNav:hover{background-color:#f8efd4}.resourcesNav:hover{background-color:#fcb319}.activeMenu.how_it_worksNav{background-color:#f2c7d3}.activeMenu.membershipNav{background-color:#e6f5be}.activeMenu.about_usNav{background-color:#f8efd4}.activeMenu.resourcesNav{background-color:#fcb319}.cookie-popup{position:fixed;bottom:20px;right:20px;background:#fff;border-radius:60px;padding:20px 20px 20px 40px;display:flex;align-items:center;box-shadow:7px 7px 7px rgba(50,50,50,.6);opacity:1;z-index:9999999999}.cookie-popup .cookie-message{display:flex;flex-direction:column}.cookie-popup .message-title{font-family:Value-Sans-Medium;font-size:20px;font-weight:500;margin:0}.cookie-popup a{font-size:14px;color:#4e5355}.cookie-popup a svg{margin-left:6px}.cookie-popup button{width:50px;height:50px;background:rgba(0,0,0,0);border:1px solid #4e5355;color:#4e5355;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:30px;transition:background-color .4s ease,border-color .4s ease,color .4s ease}.cookie-popup button:hover{cursor:pointer}.MuiTooltip-tooltip{background-color:#051023;border-radius:8px;box-shadow:4px 4px 24px rgba(0,0,0,.28);color:#fff;display:flex;align-items:center;font-size:12px;padding-top:2px}.MuiTooltip-arrow{color:#051023}.MuiButton-root{box-shadow:none;text-transform:none}.MuiButton-contained{display:flex;padding:8px 24px;align-items:center;gap:8px;color:#fff;border-radius:58px;background:#091e42;border:2px solid #091e42}.MuiButton-contained:hover{color:#091e42;background:#fff;box-shadow:none}.MuiButton-contained.Mui-disabled{border:none}.MuiCardActionArea-focusHighlight{all:unset}.MuiTextField-root .MuiInputLabel-shrink{transform:translate(17px,9px) scale(.85)}.MuiSnackbar-root{left:auto}.loggedout-resource-container{max-width:1280px;margin-inline:auto;margin-top:160px}@media only screen and (max-width:425px){p{font-size:16px!important}}:export{primary:#b9e076;secondary:#d1ee9d;button:#8684bd;text:#091e42;greyText:#505f79;secondaryText:#3b4352;greenHighlight:#baed7a;violetHighlight:#8787ff;orangeHighlight:#fcb319;extraSmallScreen:0;smallScreen:760px;mediumScreen:959px;largeScreen:1100px;extraLargeScreen:1536px;containerWidth:820px;sandalRed:#fbb9b9;crimson:#f54f4f;darkRed:#990909}html{scroll-behavior:smooth}body .loggedIn,html .loggedIn{padding:0;margin:0;font-family:Value-Sans-Regular;color:#091e42;font-size:16px;font-weight:400;font-style:normal}body .loggedIn a,html .loggedIn a{color:inherit;text-decoration:none}body .loggedIn *,html .loggedIn *{box-sizing:border-box}body .loggedIn li,body .loggedIn p,html .loggedIn li,html .loggedIn p{font-size:16px;line-height:150%;-webkit-margin-before:0;margin-block-start:0;margin-bottom:24px}body .loggedIn strong,html .loggedIn strong{margin-bottom:8px}body .loggedIn h1,body .loggedIn h2,body .loggedIn h3,body .loggedIn h4,body .loggedIn h5,body .loggedIn h6,html .loggedIn h1,html .loggedIn h2,html .loggedIn h3,html .loggedIn h4,html .loggedIn h5,html .loggedIn h6{font-family:Value-Sans-Medium;font-weight:500}body .loggedIn h1,html .loggedIn h1{font-size:42px;line-height:125%;margin-bottom:8px}body .loggedIn h2,html .loggedIn h2{font-size:32px;line-height:36px;margin-bottom:8px;margin-top:40px}body .loggedIn #nprogress .bar,html .loggedIn #nprogress .bar{background:red!important}body .loggedIn .mainContent,html .loggedIn .mainContent{margin-top:unset}body .loggedIn ul li,body .loggedIn ul li p,html .loggedIn ul li,html .loggedIn ul li p{margin-bottom:8px}body .loggedIn .defaultType,html .loggedIn .defaultType{background-color:#b9e076}body .loggedIn .articleType,html .loggedIn .articleType{background-color:#f99595}body .loggedIn .decoderType,html .loggedIn .decoderType{background-color:#fcb319}body .loggedIn .guideType,html .loggedIn .guideType{background-color:#c8f195}body .loggedIn .parent_questionType,html .loggedIn .parent_questionType{background-color:#fef28c}body .loggedIn .resource_listType,html .loggedIn .resource_listType{background-color:#84dbfd}body .loggedIn .videoType,html .loggedIn .videoType{background-color:#d075f0}body .loggedIn .video_clipType,html .loggedIn .video_clipType{background-color:#b7b7ff}body .loggedIn .event_recapType,html .loggedIn .event_recapType{background-color:#6fa3ff}body .loggedIn .custom-filter .MuiMenu-paper,html .loggedIn .custom-filter .MuiMenu-paper{margin-top:8px;width:382px;max-height:327px;background:#fff;border:1px solid #edeff4;box-shadow:1px 1px 10px rgba(9,30,66,.05);border-radius:6px;padding-top:16px;overflow-x:hidden;max-width:100%;display:flex;flex-direction:column;justify-content:space-between;transition-duration:0s!important}body .loggedIn .custom-filter .MuiMenu-paper ::-webkit-scrollbar,html .loggedIn .custom-filter .MuiMenu-paper ::-webkit-scrollbar{width:2px}body .loggedIn .custom-filter .MuiMenu-paper ::-webkit-scrollbar-track,html .loggedIn .custom-filter .MuiMenu-paper ::-webkit-scrollbar-track{background:#fafafc}body .loggedIn .custom-filter .MuiMenu-paper ::-webkit-scrollbar-thumb,html .loggedIn .custom-filter .MuiMenu-paper ::-webkit-scrollbar-thumb{background:#c2ccda}body .loggedIn .custom-filter .MuiMenu-paper ::-webkit-scrollbar-thumb:hover,html .loggedIn .custom-filter .MuiMenu-paper ::-webkit-scrollbar-thumb:hover{background:#555}body .loggedIn .custom-filter .MuiMenu-paper ul,html .loggedIn .custom-filter .MuiMenu-paper ul{display:flex;flex-direction:column;height:100%;padding:0}body .loggedIn .app-loader,html .loggedIn .app-loader{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;align-items:center;display:flex;justify-content:center}body .loggedIn .app-loader-content,html .loggedIn .app-loader-content{width:60px!important;height:60px!important;color:#b9e076}body .loggedIn .loading-background,html .loggedIn .loading-background{filter:blur(8px);-webkit-filter:blur(8px)}body .loggedIn .how_it_worksNav:hover,html .loggedIn .how_it_worksNav:hover{background-color:#f2c7d3}body .loggedIn .membershipNav:hover,html .loggedIn .membershipNav:hover{background-color:#e6f5be}body .loggedIn .about_usNav:hover,html .loggedIn .about_usNav:hover{background-color:#f8efd4}body .loggedIn .resourcesNav:hover,html .loggedIn .resourcesNav:hover{background-color:#fcb319}body .loggedIn .activeMenu.how_it_worksNav,html .loggedIn .activeMenu.how_it_worksNav{background-color:#f2c7d3}body .loggedIn .activeMenu.membershipNav,html .loggedIn .activeMenu.membershipNav{background-color:#e6f5be}body .loggedIn .activeMenu.about_usNav,html .loggedIn .activeMenu.about_usNav{background-color:#f8efd4}body .loggedIn .activeMenu.resourcesNav,html .loggedIn .activeMenu.resourcesNav{background-color:#fcb319}body .loggedIn .cookie-popup,html .loggedIn .cookie-popup{position:fixed;bottom:20px;right:20px;background:#fff;border-radius:60px;padding:20px 20px 20px 40px;display:flex;align-items:center;box-shadow:7px 7px 7px rgba(50,50,50,.6);opacity:1;z-index:9999999999}body .loggedIn .cookie-popup h5,html .loggedIn .cookie-popup h5{font-size:20px;font-weight:500;margin:0}body .loggedIn .cookie-popup a,html .loggedIn .cookie-popup a{font-size:14px;color:#4e5355}body .loggedIn .cookie-popup a svg,html .loggedIn .cookie-popup a svg{margin-left:6px}body .loggedIn .cookie-popup button,html .loggedIn .cookie-popup button{width:50px;height:50px;background:rgba(0,0,0,0);border:1px solid #4e5355;color:#4e5355;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:30px;transition:background-color .4s ease,border-color .4s ease,color .4s ease}body .loggedIn .cookie-popup button:hover,html .loggedIn .cookie-popup button:hover{cursor:pointer}body .loggedIn .MuiCardActionArea-focusHighlight,html .loggedIn .MuiCardActionArea-focusHighlight{all:unset}body .loggedIn .topBorderImageClass,html .loggedIn .topBorderImageClass{background-image:url(/resources/_next/static/media/andyResourcesHoemPage.35f610ba.svg);width:100%;height:36px;position:absolute;top:0}body .loggedIn .resource-container,html .loggedIn .resource-container{border-top-right-radius:31px;border:1px solid #fff;position:relative;top:12px;background-color:#fff}.layout_mainContainer__QkXmH{display:flex;flex-direction:column;height:100vh}.layout_container__RSovk{margin-top:45px;margin-inline:auto;flex-grow:1}.layout_resourceLayout__vlm12{margin:0 auto;padding:0!important;max-width:1280px}.layout_hideOverflow__ZuULR{position:fixed}.layout_fullWidthResourceLayout__0R5rl{max-width:unset}.layout_mainContentWrapper__d0DQc{height:100%}@media only screen and (min-width:1025px){.layout_hideOverflow__ZuULR{position:unset!important}}.ConciseSignupDialog_dialog__T0K1V{width:90%;height:90%;margin:auto}.ConciseSignupDialog_dialog__T0K1V .ConciseSignupDialog_dialogPaper__D0SzG{border-radius:8px;border:1px solid #edeff4;background:#fff}.ConciseSignupDialog_dialog__T0K1V .ConciseSignupDialog_dialogContent__7teHP{position:relative;padding:0}.ConciseSignupDialog_dialog__T0K1V .ConciseSignupDialog_iframeContent__LZ_oC{width:100%;height:100%;border:none}.ConciseSignupDialog_dialog__T0K1V .ConciseSignupDialog_closeIconContainer__Ffw9R{padding:16px;position:absolute;color:#091e42;right:0;top:0}.ConciseSignupDialog_dialog__T0K1V .ConciseSignupDialog_closeIconContainer__Ffw9R .ConciseSignupDialog_closeIcon__4YeAx{width:22px;height:22px}.ConfirmationDialog_paper__iZ_Bc{max-width:624px;padding:16px 8px 0}.ConfirmationDialog_title___0teq{display:flex;align-items:center;justify-content:space-between;line-height:32px}.ConfirmationDialog_closeIconButton__hksAC{position:absolute;top:0;right:0;margin:8px}.ConfirmationDialog_closeIcon__sr6J7{height:22px;width:22px;color:#091e42}.ConfirmationDialog_titleText__KlkXL{font-size:28px;margin-right:8px}.ConfirmationDialog_childrenContent__57HYn{padding:0 24px}.ConfirmationDialog_actions__qnqZQ{justify-content:space-between;margin:8px 22px 22px 14px}.ConfirmationDialog_actions__qnqZQ .ConfirmationDialog_confirmButton__CXThn{color:#990909;padding:16px 40px;border-radius:100px;border:2px solid #990909}.ConfirmationDialog_actions__qnqZQ .ConfirmationDialog_confirmButton__CXThn:hover{border:2px solid #990909}.ConfirmationDialog_actions__qnqZQ .ConfirmationDialog_cancelButtonRoot__d9UVX{padding:16px 40px;background:#091e42}.ConfirmationDialog_actions__qnqZQ .ConfirmationDialog_cancelButtonRoot__d9UVX:hover{color:#fff}@media(max-width:548px){.ConfirmationDialog_actions__qnqZQ{justify-content:center;flex-wrap:wrap;gap:16px}.ConfirmationDialog_actions__qnqZQ .ConfirmationDialog_cancelButtonRoot__d9UVX,.ConfirmationDialog_actions__qnqZQ .ConfirmationDialog_confirmButton__CXThn{width:100%}}.WelcomeDialog_paper__WGo2X{max-width:1034px}.WelcomeDialog_backdrop__LAOBA{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.WelcomeDialog_title__ju1ZF{display:flex;margin:0}.WelcomeDialog_dialogContent__rRoov{display:flex}.WelcomeDialog_contentContainer__ALURE{display:flex;flex-direction:column;gap:24px;padding:48px}.WelcomeDialog_featureList__2XbsD{display:flex;flex-direction:column;gap:16px;font-size:16px;line-height:24px;margin-bottom:-8px}.WelcomeDialog_featureList__2XbsD .WelcomeDialog_featureItem__3DEe5{display:flex;align-items:flex-start;gap:8px}.WelcomeDialog_featureList__2XbsD .WelcomeDialog_icon__IR_mf{color:#20befb;display:flex;width:32px;height:32px;padding:6.5px 6px 5.5px;justify-content:center;align-items:center;border-radius:2px;background-color:#edeff4}.WelcomeDialog_featureList__2XbsD .WelcomeDialog_featureText__7DFnr{padding-top:6px}.WelcomeDialog_welcomeImage__ZiJA5{width:412px;height:544px;display:block}.WelcomeDialog_closeIconButton__Vr3DT{position:absolute;top:8px;right:8px;color:#091e42}.WelcomeDialog_actions__4me_b{width:-moz-fit-content;width:fit-content;position:relative}.WelcomeDialog_actions__4me_b .WelcomeDialog_buttonRoot__i6MSs{padding:16px 24px 14px;background:#091e42}.WelcomeDialog_actions__4me_b .WelcomeDialog_buttonRoot__i6MSs:hover{color:#fff}.WelcomeDialog_actions__4me_b .WelcomeDialog_sunImage__RCOdV{position:absolute;bottom:-48px;right:-130px}@media(max-width:959px){.WelcomeDialog_welcomeImage__ZiJA5{display:none}}.nav-bar_navbarContainer__6hTL8{z-index:2}.nav-bar_appBar__VS_5h{display:flex;background-color:#fff;padding-inline:60px}.nav-bar_headerScroll___jKZT{box-shadow:0 2px 10px rgba(0,0,0,.1)}.nav-bar_toggleIcon__1Fo1b{z-index:2}.nav-bar_menuButton__AkEz1{flex-grow:1;display:flex;justify-content:flex-end}.nav-bar_toolbar__2ddAH{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:95px;word-break:keep-all}.nav-bar_menuListContainer__529jJ{-webkit-font-smoothing:antialiased}.nav-bar_menuBox__m6WCT{display:flex;word-wrap:break-word;white-space:nowrap;align-items:center;gap:24px}.nav-bar_popper__Y_OuR{z-index:9999;border:1px solid #091e42;border-radius:2px;padding:14px;background-color:#fff}.nav-bar_linkContainer__MX7zR{display:flex;align-items:center}.nav-bar_menuList__fZl5d{display:inline-block;justify-content:flex-end;align-items:center;white-space:nowrap;padding:0 21px;margin-block:0}.nav-bar_listItemTextRoot__Fmb6T{margin-top:0}.nav-bar_listItemTextRoot__Fmb6T>span{font-family:Value-Sans-Bold;font-size:16px;height:20px}.nav-bar_listItemTextRoot__Fmb6T>span:hover{border-bottom:.35em solid #65d2fc;text-decoration:none;height:20px}.nav-bar_mobileNavBox__yrN_H{height:100vh;display:flex;flex-direction:column;gap:15px;background-color:#fff}.nav-bar_activeTab__nVbnT{border-bottom:5px solid #baed7a;text-decoration:none;height:20px}.nav-bar_listItemContainer__umSc_{display:flex;flex-direction:row;align-items:center;padding:0}.nav-bar_buttonContainer__2kzIv{display:flex;gap:20px}.nav-bar_loginBtn__T5h49{font-family:Value-Sans-Regular;font-weight:bolder;padding:.9em 1.6em;font-size:16px;margin-right:8px;line-height:1;border-radius:3.75em;color:#091e42;text-transform:unset;border:2px solid #091e42;-webkit-font-smoothing:antialiased;height:49px;max-width:96px}.nav-bar_loginBtn__T5h49:hover{box-shadow:none;background-color:#091e42;color:#fff;border:2px solid #091e42}.nav-bar_joinBtn__wCaI2{font-family:Value-Sans-Regular;font-weight:bolder;font-size:16px;height:49px;padding:.9em 1.6em;line-height:1;border-radius:3.75em;border:2px solid #091e42;text-transform:unset;color:#fff;box-shadow:none;-webkit-font-smoothing:antialiased;background-color:#091e42;max-width:141px}.nav-bar_joinBtn__wCaI2:hover{box-shadow:none;background-color:#fff;color:#091e42}.nav-bar_mobileNavList__GPb0O{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;-webkit-font-smoothing:antialiased}.nav-bar_mobileNavList__GPb0O .nav-bar_menuList__fZl5d{flex-direction:column;padding:0;width:auto}.nav-bar_mobileNavList__GPb0O .nav-bar_menuList__fZl5d .nav-bar_textLabel__u9XJJ{margin:0}.nav-bar_mobileNavList__GPb0O .nav-bar_menuList__fZl5d .nav-bar_textLabel__u9XJJ>span{font-family:Value-Sans-Regular;font-size:24px;color:#fff}.nav-bar_mobileNavList__GPb0O .nav-bar_menuList__fZl5d:hover{background-color:unset!important}.nav-bar_mobileNavList__GPb0O>ul{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.nav-bar_sidebar__BUkq8{box-shadow:0 4px 8px rgba(0,0,0,.16);position:fixed;width:100%;height:100%;top:-700%;z-index:1;min-height:0}.nav-bar_sidebar__BUkq8 .nav-bar_mobileNavList__GPb0O>ul{opacity:0}.nav-bar_sidebar__BUkq8.nav-bar_active__qMFib{top:0;min-height:100vh}.nav-bar_sidebar__BUkq8.nav-bar_active__qMFib .nav-bar_mobileNavList__GPb0O>ul{opacity:1}@media only screen and (max-width:1025px){.nav-bar_mobileNavContainer__0CrYz{display:none}}@media only screen and (min-width:1261px){.nav-bar_menuButton__AkEz1,.nav-bar_mobileNavContainer__0CrYz,.nav-bar_sidebar__BUkq8{display:none}}@media only screen and (max-width:1260px){.nav-bar_appBar__VS_5h{height:95px;padding-inline:20px}.nav-bar_toolbar__2ddAH{padding-inline:unset}.nav-bar_active__qMFib{display:contents;flex-direction:column}.nav-bar_mobileNavContainer__0CrYz{height:100vh;display:block}.nav-bar_menuListContainer__529jJ{display:none}.nav-bar_mobileMenuList__ZaupN{height:100vh}.nav-bar_menuList__fZl5d{display:flex;flex-direction:column;padding:unset}.nav-bar_menuList__fZl5d .nav-bar_listItemTextRoot__Fmb6T>span{font-size:1.125rem}.nav-bar_buttonContainer__2kzIv{display:flex;flex-direction:column;gap:35px;align-items:center;margin:unset;margin-top:40px;width:150px}.nav-bar_joinBtn__wCaI2,.nav-bar_loginBtn__T5h49{width:100%;height:55px;max-width:unset}.nav-bar_joinBtn__wCaI2{font-size:1.12em}.nav-bar_mobileButtonContainer__p70gi{display:none}}.footer_footer__3uXdD{position:relative;background:#f6f7fb;margin-top:84px;padding-inline:60px}.footer_footer__3uXdD .footer_footerContainer__oAPJJ{margin:20px 0;position:relative;bottom:10px}.footer_footer__3uXdD .footer_footerContainer__oAPJJ .footer_footer_content___3mBK .footer_imageContainer__dUzJf{margin:0 0 1rem}.footer_footer__3uXdD .footer_footerContainer__oAPJJ .footer_footer_content___3mBK .footer_logo__jiNgg{height:70px;max-width:100%}.footer_footer__3uXdD .footer_containerFluid__Uzo3U{display:flex;gap:30px;align-items:flex-start;padding:10px 20px}.footer_footer__3uXdD .footer_containerFluid__Uzo3U .footer_linkContent__hrCR4{padding-top:5px;display:flex;flex-direction:row;gap:2vw;position:relative;right:10px}.footer_footer__3uXdD .footer_containerFluid__Uzo3U .footer_headingContent__oebFQ{padding:0 15px}.footer_footer__3uXdD .footer_brandName__VHoJJ{flex-grow:2}.footer_footer__3uXdD .footer_heading__1NYoY{font-size:1.375rem;line-height:30px;color:#091e42;padding-bottom:2px;font-weight:unset;font-family:Value-Sans-Medium}.footer_footer__3uXdD .footer_listContainer__NdvJJ{display:flex;flex-direction:column;gap:8px;width:170px}.footer_footer__3uXdD .footer_listContainer__NdvJJ>span{padding-left:unset}.footer_footer__3uXdD .footer_listContainer__NdvJJ :hover{text-decoration:underline}.footer_margin__oBfeu{margin:0 0 8px}.footer_headingMargin__fdxdX{margin:0}.footer_subHeading__tQY_J{color:#091e42;padding-left:5px}.footer_subHeading__tQY_J .footer_muiLinkRoot__Yp0qS{color:#091e42}.footer_copyRight__1jNLg{display:flex;flex-direction:row;justify-content:space-between;padding:30px 70px 30px 67px;font-size:14px}.footer_copyRight__1jNLg .footer_policy__MLSGk{display:flex;flex-direction:row;gap:23px;color:#091e42}.footer_copyRight__1jNLg .footer_policy__MLSGk :hover{text-decoration:underline}@media(max-width:726px){.footer_footer__3uXdD .footer_footerContainer__oAPJJ{padding-bottom:50px}.footer_footer__3uXdD .footer_brandName__VHoJJ{all:unset;padding-inline:20px;padding-left:2%}.footer_footer__3uXdD .footer_copyRight__1jNLg{padding:unset;padding-block:3%;padding-bottom:25px}.footer_footer__3uXdD .footer_containerFluid__Uzo3U{all:unset;display:flex;flex-direction:column}.footer_footer__3uXdD .footer_containerFluid__Uzo3U .footer_linkContent__hrCR4{flex-direction:column;padding-inline:20px;gap:35px}}@media(min-width:727px)and (max-width:1024px){.footer_footer__3uXdD .footer_footerContainer__oAPJJ{padding-bottom:50px}.footer_footer__3uXdD .footer_footerContainer__oAPJJ .footer_containerFluid__Uzo3U{flex-direction:column}.footer_footer__3uXdD .footer_footerContainer__oAPJJ .footer_containerFluid__Uzo3U .footer_brandName__VHoJJ{width:100%}.footer_footer__3uXdD .footer_footerContainer__oAPJJ .footer_containerFluid__Uzo3U .footer_linkContent__hrCR4{width:100%;justify-content:space-between}}@media(max-width:1163px){.footer_footer__3uXdD{padding-inline:20px}}