@import url(https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto+Slab&family=Hammersmith+One&display=swap);:root{--header-color:#fff;--header-nav-color:#58738a;--header-nav-border-color:#889baa;--header-nav-hover-color:#fff;--footer-height:7rem;--footer-background-color:#bcb6b0;--footer-color:#333;--background-color:#e0dad4;--page-color:#f0eae4;--page-text-color:#222;--link-color:#58738a;--light-text-color:#efece8;--cta-background:#c19e78;--cta-highlight:#b68c62;--cta-text:#fff;--form-border-color:#c0bab4;--form-header-color:#403830;--form-element-color:#fff;--form-group-button-hover-active:#b0aaa4;--form-highlight-indent:1.3rem;--form-highlight-color:#07d;--form-valid-color:#4a4;--form-invalid-color:#c34;--form-invalid-text:#fff;--form-button-background:#fff;--tooltip-color:#fff;--tooltip-background-color:#000;--table-border-color:#000;--barchart-height:16rem;--barchart-height-labels:6rem;--barchart-background-color:#fff;--barchart-axis-color:#ccc;--color-success:#080;--color-fail:#c00;--color-pending:#00c;--font-roboto-slab:"Roboto Slab","Times New Roman",serif;--font-open-sans:"Open Sans",Arial,sans-serif;--font-logo:"Hammersmith One",Arial,sans-serif}*{box-sizing:border-box}html{background:#e0dad4;background:var(--background-color);flex-direction:column;min-height:100%}body,html{display:flex}body{color:#222;color:var(--page-text-color);flex:1 1;flex-direction:column;font-family:Open Sans,Arial,sans-serif;font-family:var(--font-open-sans);font-size:12pt;height:100%;margin:0;overflow-y:scroll}h1{font-size:2.5rem}h1,h2{font-family:Roboto Slab,Times New Roman,serif;font-family:var(--font-roboto-slab);margin:0}h2{font-size:1.5rem}h3{font-family:Roboto Slab,Times New Roman,serif;font-family:var(--font-roboto-slab);font-size:1.2rem;margin:.5rem 0}p{margin:0}.btn-link,a{border:none;color:#58738a;color:var(--link-color);font-weight:400;position:relative;text-decoration:none}.btn-link:after,a:not(.no-decoration):after{background-color:#58738a;background-color:var(--link-color);bottom:0;content:"";height:2px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:100%}.btn-link.active:after,.btn-link:hover:after,a.active:after,a:hover:after{-webkit-transform:none;transform:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}dialog{border:none;border-radius:1rem;display:block;inset:0;margin:auto;max-width:none;padding:0;position:fixed;-webkit-transform:none;transform:none;transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;width:min(700px,95%);z-index:100}dialog:not([open]){opacity:0;pointer-events:none;-webkit-transform:translateY(2rem);transform:translateY(2rem)}dialog.wobble{-webkit-animation:wobble .2s forwards;animation:wobble .2s forwards}dialog>form{display:flex;flex-direction:column}.dialog-header{align-items:center;background-color:#ddd;display:flex;gap:.5rem;padding:1rem}.dialog-header-icon{opacity:.5}.dialog-header-text{flex:1 1;font-family:Roboto Slab,Times New Roman,serif;font-family:var(--font-roboto-slab);font-size:1.7rem}.forexponentialForm .dialog-header-close{align-items:center;background:#fff;border:none;border-radius:1.25rem;color:#000;cursor:pointer;display:flex;-webkit-filter:drop-shadow(3px 3px 5px rgba(0,0,0,.3));filter:drop-shadow(3px 3px 5px rgba(0,0,0,.3));font-size:1.5rem;height:2.5rem;justify-content:center;opacity:.7;width:2.5rem}.forexponentialForm .dialog-header-close:hover{background:#000}.forexponentialForm .dialog-header-close:hover i{color:#fff}.dialog-body{padding:1rem}.dialog-footer{background-color:#ddd;display:flex;justify-content:flex-end;padding:.5rem 1rem}dialog[open]::-webkit-backdrop{-webkit-animation:fade-in .2s forwards;animation:fade-in .2s forwards}dialog[open]::backdrop{-webkit-animation:fade-in .2s forwards;animation:fade-in .2s forwards}@-webkit-keyframes fade-in{0%{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:transparent}to{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.5)}}@keyframes fade-in{0%{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:transparent}to{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.5)}}@-webkit-keyframes wobble{0%{-webkit-transform:rotate(0);transform:rotate(0)}10%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}30%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}50%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}70%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}90%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes wobble{0%{-webkit-transform:rotate(0);transform:rotate(0)}10%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}30%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}50%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}70%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}90%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}#root{display:flex;flex:1 1;flex-direction:column;width:100%}#root>.container{background:#f0eae4;background:var(--page-color);-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,.4));filter:drop-shadow(0 0 5px rgba(0,0,0,.4))}#root>.root-main{flex:1 0;padding:0 .3rem;z-index:1}#root>.wide-main{padding:0}.container{padding:0;position:relative;width:100%}header{background:#fff;background:var(--header-color);display:flex;-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,.4));filter:drop-shadow(0 0 5px rgba(0,0,0,.4));flex-direction:column;left:0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:10}header nav{pointer-events:none;position:absolute;right:0;top:100%;z-index:11}header nav ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}header nav ul li{--menu-delay:70ms;background-color:#58738a;background-color:var(--header-nav-color);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 0;transform-origin:100% 0;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}header nav.active{pointer-events:auto}header nav.active ul li{-webkit-transform:none;transform:none}header nav ul li:first-child{transition-delay:calc(var(--menu-delay)*4)}header nav ul li:nth-child(2){transition-delay:calc(var(--menu-delay)*3)}header nav ul li:nth-child(3){transition-delay:calc(var(--menu-delay)*2)}header nav ul li:nth-child(5){transition-delay:calc(var(--menu-delay)*1)}header nav ul li:nth-child(6),header nav.active ul li:first-child{transition-delay:calc(var(--menu-delay)*0)}header nav.active ul li:nth-child(2){transition-delay:calc(var(--menu-delay)*1)}header nav.active ul li:nth-child(3){transition-delay:calc(var(--menu-delay)*2)}header nav.active ul li:nth-child(5){transition-delay:calc(var(--menu-delay)*3)}header nav.active ul li:nth-child(6){transition-delay:calc(var(--menu-delay)*4)}header nav ul li:not(.menu-cta):not(.menu-spacer){border-bottom:1px solid #889baa;border-bottom:1px solid var(--header-nav-border-color)}header nav ul li:first-child{border-top:1px solid #889baa;border-top:1px solid var(--header-nav-border-color)}header nav ul li:last-child{background:#889baa;background:var(--header-nav-border-color)}header nav ul .menu-spacer{margin-left:auto}header nav ul li a{color:#fff;display:block;padding:1rem 3rem 1rem 2rem;text-transform:uppercase;transition:background-color .2s,color .2s}header nav ul li a.active,header nav ul li a:hover{background:#fff;background:var(--header-nav-hover-color);color:#58738a;color:var(--header-nav-color)}header .header-inner{display:flex;justify-content:space-between}header .header-inner .header-logo a{align-items:center;color:#000;display:flex;font-family:Hammersmith One,Arial,sans-serif;font-family:var(--font-logo);font-size:1.5rem;font-weight:700}header .header-logo img{height:4rem;padding:.5rem}header .header-inner .hamburger{align-self:center;border:2px solid #58738a;border:2px solid var(--header-nav-color);border-radius:.5rem;cursor:pointer;flex:0 0 3rem;height:3rem;margin-right:1rem;padding:0;position:relative;transition:background-color .2s;z-index:1}header .hamburger .hamburger-bar,header .hamburger:hover{background:#58738a;background:var(--header-nav-color)}header .hamburger .hamburger-bar{border-radius:2px;height:4px;left:15%;position:absolute;transition:top .2s .2s,opacity 0s .2s,background-color .2s,-webkit-transform .2s;transition:top .2s .2s,opacity 0s .2s,transform .2s,background-color .2s;transition:top .2s .2s,opacity 0s .2s,transform .2s,background-color .2s,-webkit-transform .2s;width:70%}header .hamburger:hover .hamburger-bar{background:#fff;background:var(--header-color)}header .hamburger.active .hamburger-bar{transition:top .2s,opacity 0s .2s,-webkit-transform .2s .2s;transition:top .2s,opacity 0s .2s,transform .2s .2s;transition:top .2s,opacity 0s .2s,transform .2s .2s,-webkit-transform .2s .2s}header .hamburger .hamburger-bar:first-child{top:calc(30% - 2px)}header .hamburger .hamburger-bar:nth-child(2){top:calc(50% - 2px)}header .hamburger .hamburger-bar:last-child{top:calc(70% - 2px)}header .hamburger.active .hamburger-bar:first-child{top:calc(50% - 2px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}header .hamburger.active .hamburger-bar:nth-child(2){opacity:0}header .hamburger.active .hamburger-bar:last-child{top:calc(50% - 2px);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header-blur{display:block;height:100%;left:0;pointer-events:none;position:fixed;top:0;transition:-webkit-backdrop-filter .2s;transition:backdrop-filter .2s;transition:backdrop-filter .2s,-webkit-backdrop-filter .2s;width:100%;z-index:9}.header-blur.active{-webkit-backdrop-filter:blur(5px) brightness(.8);backdrop-filter:blur(5px) brightness(.8);-webkit-filter:blur(0);filter:blur(0);pointer-events:auto}footer{background:#bcb6b0;background:var(--footer-background-color);color:#333;color:var(--footer-color);height:7rem;height:var(--footer-height);width:100%;z-index:1}footer>.container{align-items:center;display:flex;height:100%}footer img{padding:.5rem 2rem}footer p{line-height:1rem}footer a{color:#333;color:var(--footer-color);font-size:.8rem}footer a:hover{text-decoration:underline}.forexponentialForm{margin:auto;padding:0 3px;position:relative;width:100%}.forexponentialForm .form-header{background:#c0bab4;background:var(--form-border-color);color:#403830;color:var(--form-header-color);font-family:Roboto Slab,Times New Roman,serif;font-family:var(--font-roboto-slab);font-size:1.1rem;margin-top:1rem;padding:.2rem 1rem;text-align:center}.forexponentialForm input,.forexponentialForm select,.forexponentialForm textarea{border:1px solid #c0bab4;border-left:3px solid #c0bab4;border:1px solid var(--form-border-color);border-left-width:3px;border-radius:0;font-family:Open Sans,Arial,sans-serif;font-family:var(--font-open-sans);font-size:1rem;padding-left:1rem;position:relative;transition:all .1s ease-in-out}.forexponentialForm .form-floating input[type=checkbox],.forexponentialForm .form-floating input[type=radio]{height:1rem;width:1.2rem}.forexponentialForm .form-floating{margin:3px auto;position:relative;width:100%}.forexponentialForm .form-floating input,.forexponentialForm .form-floating select{height:3rem}.forexponentialForm .form-floating input,.forexponentialForm .form-floating select,.forexponentialForm .form-floating textarea{background-color:#fff;background-color:var(--form-element-color);padding:1rem 8px 0 calc(1.3rem + 3px);padding:1rem 8px 0 calc(var(--form-highlight-indent) + 3px);width:100%}.forexponentialForm .form-floating textarea{height:100%}.forexponentialForm .form-floating input:not([type=file]):focus,.forexponentialForm .form-floating select:focus,.forexponentialForm .form-floating textarea:focus{border-color:#07d;border-color:var(--form-highlight-color);border-left-width:3px;outline:none;z-index:1}.forexponentialForm input[data-validated=true],.forexponentialForm select[data-validated=true],.forexponentialForm textarea[data-validated=true]{border:1px solid #4a4;border:1px solid var(--form-valid-color);border-left-width:3px}.forexponentialForm input[data-validated=false],.forexponentialForm select[data-validated=false],.forexponentialForm textarea[data-validated=false]{border:1px solid #c34;border:1px solid var(--form-invalid-color);border-left-width:3px}.forexponentialForm input:disabled{padding:0;text-align:center}.forexponentialForm .form-floating:has(input:not([type=file]):not([type=checkbox]):not([type=radio])):before,.forexponentialForm .form-floating:has(select):before,.forexponentialForm .form-floating:has(textarea):before{align-items:center;box-sizing:border-box;color:#fff;color:var(--form-element-color);content:"";display:flex;font-family:Font Awesome\ 5 Free;font-weight:900;height:100%;justify-content:center;position:absolute;top:0;transition:width .1s,background-color .1s;width:0;z-index:2}.forexponentialForm .form-floating:has(input:not([type=file]):not([type=checkbox]):not([type=radio])[data-validated=true]):before,.forexponentialForm .form-floating:has(select[data-validated=true]):before,.forexponentialForm .form-floating:has(textarea[data-validated=true]):before{background:#4a4;background:var(--form-valid-color);border-color:#4a4;border-color:var(--form-valid-color);content:"\f00c";width:1.3rem;width:var(--form-highlight-indent)}.forexponentialForm .form-floating:has(input:not([type=file]):not([type=checkbox]):not([type=radio])[data-validated=false]):before,.forexponentialForm .form-floating:has(select[data-validated=false]):before,.forexponentialForm .form-floating:has(textarea[data-validated=false]):before{background:#c34;background:var(--form-invalid-color);border-color:#c34;border-color:var(--form-invalid-color);content:"\f00d";width:1.3rem;width:var(--form-highlight-indent)}.forexponentialForm .form-floating:has(input:not([type=file]):not([type=checkbox]):not([type=radio]):focus):before,.forexponentialForm .form-floating:has(select:focus):before,.forexponentialForm .form-floating:has(textarea:focus):before{background:#07d;background:var(--form-highlight-color);content:"\f303";width:1.3rem;width:var(--form-highlight-indent)}.forexponentialForm .form-floating label{left:3px;opacity:.7;padding-left:calc(1.3rem + 3px);padding-left:calc(var(--form-highlight-indent) + 3px);pointer-events:none;position:absolute;top:.9rem;transition:all .2s linear;z-index:2}.forexponentialForm .form-floating>input:focus~label,.forexponentialForm .form-floating>input:not(:placeholder-shown)~label,.forexponentialForm .form-floating>select~label,.forexponentialForm .form-floating>textarea:focus~label,.forexponentialForm .form-floating>textarea:not(:placeholder-shown)~label{font-size:.7rem;top:.3rem}.forexponentialForm .form-floating>input[type=checkbox]:focus~label,.forexponentialForm .form-floating>input[type=checkbox]~label,.forexponentialForm .form-floating>input[type=radio]:focus~label,.forexponentialForm .form-floating>input[type=radio]~label{font-size:1rem;opacity:1;padding-left:0;pointer-events:auto;position:relative;top:0}.forexponentialForm .form-error{align-items:stretch;color:#fff;color:var(--form-invalid-text);display:flex;font-size:.8rem;justify-content:center;margin-bottom:.3rem;margin-top:-3px;max-height:0;overflow:hidden;position:relative;transition:max-height .3s}.forexponentialForm .form-error.active{max-height:8rem}.forexponentialForm .form-error>*{align-items:center;background:#c34;background:var(--form-invalid-color);display:flex;padding:.5rem;text-align:center}.forexponentialForm .form-group{display:flex;margin:3px 0}.forexponentialForm .form-group .form-floating{margin:0}.forexponentialForm .form-group .form-floating.form-floating-flex-width{width:auto}.forexponentialForm .form-group>:not(:first-child) input,.forexponentialForm .form-group>:not(:first-child):not(button){border-left-width:0}.forexponentialForm .form-group button{height:auto;margin:0}.forexponentialForm .form-linked-boxes{border:1px solid #c0bab4;border-left:3px solid #c0bab4;border:1px solid var(--form-border-color);border-left-width:3px;display:flex;position:relative}.forexponentialForm .form-linked-boxes:has(input[data-validated=true]){border-color:#4a4;border-color:var(--form-valid-color)}.forexponentialForm .form-linked-boxes:has(input:not([data-validated=true])){border-color:#c0bab4;border-color:var(--form-border-color)}.forexponentialForm .form-linked-boxes:has(input[data-validated=false]){border-color:#c34;border-color:var(--form-invalid-color)}.forexponentialForm .form-linked-boxes:has(input:focus){border-color:#07d;border-color:var(--form-highlight-color);border-left:3px solid #07d;border-left:3px solid var(--form-highlight-color)}.forexponentialForm .form-linked-boxes input{border:none;height:calc(3rem - 2px);padding:1rem .5rem 0}.forexponentialForm .form-linked-boxes .form-floating:before{content:"";display:none!important}.forexponentialForm .form-linked-boxes .form-floating input:focus{border:none}.forexponentialForm .form-linked-boxes .form-linked-text{background-color:#fff;background-color:var(--form-element-color);height:calc(3rem - 2px);padding:1.25rem 0 .6rem}.forexponentialForm .form-linked-boxes label{font-size:.7rem;left:50%;position:absolute;top:.3rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;z-index:3}.forexponentialForm .form-buttons{display:flex;flex-wrap:wrap;justify-content:center}.forexponentialForm .form-buttons button{padding:0 2rem}.forexponentialForm.narrow{margin:auto;width:100%}.forexponentialForm button{background:#fff;background:var(--form-button-background);border:3px solid #07d;border:3px solid var(--form-highlight-color);color:#07d;color:var(--form-highlight-color);cursor:pointer;font-family:Open Sans,Arial,sans-serif;font-family:var(--font-open-sans);font-size:1rem;font-weight:700;height:2.5rem;margin:0 1px;padding:.4rem 1rem;transition:all .2s}.forexponentialForm button:hover{background:#07d;background:var(--form-highlight-color);color:#fff;color:var(--form-button-background)}.forexponentialForm .btn-grey{border-color:#666;color:#666}.forexponentialForm .btn-grey:hover{background:#666}.forexponentialForm .btn-red{border-color:#c34;border-color:var(--form-invalid-color);color:#c34;color:var(--form-invalid-color)}.forexponentialForm .btn-red:hover{background:#c34;background:var(--form-invalid-color)}.forexponentialForm .btn-link{background-color:initial;border:none;color:#58738a;color:var(--link-color);font-weight:400;height:auto;margin:0;padding:0!important}.forexponentialForm .btn-link:hover{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;color:#58738a;color:var(--link-color)}.forexponentialForm button.disabled{cursor:not-allowed;opacity:.4}.forexponentialForm .btn-secondary{background-color:#c0bab4;background-color:var(--form-border-color);border:1px solid #c0bab4;border:1px solid var(--form-border-color);border-radius:0;color:#333}.forexponentialForm .btn-secondary:hover{background-color:#b0aaa4;background-color:var(--form-group-button-hover-active);color:#333}.logo-creditcard{height:1.5rem;margin:.2rem}.btn-help{position:relative;white-space:pre-wrap}.btn-help:focus,.btn-help[data-display=block]{z-index:9}.btn-help:before{background-color:#000;background-color:var(--tooltip-background-color);border-radius:.3rem;box-sizing:border-box;color:#fff;color:var(--tooltip-color);content:attr(data-text);font-weight:400;left:0;left:var(--left,0);padding:.5rem;-webkit-transform:translateY(calc(-100% - 10px));transform:translateY(calc(-100% - 10px));width:250px;width:var(--width,250px)}.btn-help:after,.btn-help:before{display:block;position:absolute;top:0}.btn-help:after{border:10px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:10px solid #000;border-top:10px solid var(--tooltip-background-color);content:"";height:0;left:50%;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);width:0}.btn-help[data-display=none]:after,.btn-help[data-display=none]:before{display:none}.btn-help:focus:after,.btn-help:focus:before{display:block}.forexponentialTable{border:1px solid #000;border:1px solid var(--table-border-color);border-collapse:collapse;border-spacing:0}.forexponentialTable td,.forexponentialTable th{border:1px solid #000;border:1px solid var(--table-border-color);font-size:.85rem;padding:0 .2rem;text-align:center}.forexponentialBarChart{background-color:#fff;background-color:var(--barchart-background-color);display:inline-grid;grid-auto-columns:minmax(1px,20px);grid-auto-flow:column;height:16rem;height:var(--barchart-height);margin:.5rem 0;position:relative}.forexponentialBarChart .axis-separator-h{bottom:calc(6rem - 1px);bottom:calc(var(--barchart-height-labels) - 1px);height:1px;width:100%}.forexponentialBarChart .axis-separator-h,.forexponentialBarChart .axis-separator-v{background-color:#ccc;background-color:var(--barchart-axis-color);left:0;position:absolute}.forexponentialBarChart .axis-separator-v{height:100%;top:0;width:1px}.forexponentialBarChart .chart-element{position:relative}.forexponentialBarChart .chart-element-selected{background:#ddd}.forexponentialBarChart .chart-label{left:50%;margin:auto;padding-bottom:.3rem;position:absolute;text-align:end;top:10.3rem;top:calc(var(--barchart-height) - var(--barchart-height-labels) + .3rem);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;-webkit-writing-mode:vertical-lr;writing-mode:vertical-lr}.forexponentialBarChart .chart-bar{bottom:6rem;bottom:var(--barchart-height-labels);left:1px;min-height:1px;position:absolute;width:calc(100% - 1px)}.forexponentialBarChart .chart-line{height:1px;left:1px;width:calc(100% - 1px)}.forexponentialBarChart .chart-line,.forexponentialBarChart .chart-point{background-color:#00c;background-color:var(--color-pending);position:absolute}.forexponentialBarChart .chart-point{border-radius:50%;height:5px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:5px}.forexponentialForm button.cta,a.cta{background:transparent;border:none;cursor:pointer;display:flex;height:auto;margin:auto;padding:0}.forexponentialForm button.cta:hover{background:transparent}.forexponentialForm button.cta div:first-child,a.cta div:first-child{background-color:#c19e78;background-color:var(--cta-background);border-radius:13px 0 0 13px;color:#fff;color:var(--cta-text);font-weight:400;padding:.5rem 1rem;transition:background-color .5s}.forexponentialForm button.cta div:last-child,a.cta div:last-child{background-color:#b68c62;background-color:var(--cta-highlight);border-radius:0 13px 13px 0;color:#fff;color:var(--cta-text);padding:.5rem 1rem;position:relative}.forexponentialForm button.cta div:last-child:after,a.cta div:last-child:after{border-bottom:7px solid transparent;border-left:12px solid #fff;border-left:12px solid var(--cta-text);border-right:0;border-top:7px solid transparent;color:#fff;color:var(--cta-text);content:"";height:0;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:left .2s}.forexponentialForm button.cta div:last-child:before,a.cta div:last-child:before{background-color:#c19e78;background-color:var(--cta-background);border-radius:0 13px 13px 0;content:"";height:100%;left:0;position:absolute;top:0;transition:background-color .5s,width .2s;width:0}.forexponentialForm button.cta:hover div:first-child,a.cta:hover div:first-child{background-color:#b68c62;background-color:var(--cta-highlight)}.forexponentialForm button.cta:hover div:last-child:after,a.cta:hover div:last-child:after{left:55%}.forexponentialForm button.cta:hover div:last-child:before,a.cta:hover div:last-child:before{background-color:#b68c62;background-color:var(--cta-highlight);width:100%}.row-four{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around;text-align:center}.row-four,.row-four>*{padding-bottom:1rem;padding-top:1rem}.row-four>*{flex:100% 1}.row-two{display:flex;flex-direction:column;justify-content:space-around}.row-two>*{flex:1 1}@media (prefers-reduced-motion){.header-blur,header nav ul li{transition:none}}@media (min-width:420px){.row-four>*{flex:45% 1}}@media (min-width:780px){.container{margin:0 auto;padding:0;width:clamp(754px,90%,1400px)}.forexponentialForm{width:min(100%,700px)}.forexponentialForm.narrow{width:30rem}.row-four>*{flex:1 1}.row-two{flex-direction:row}.row-make-second{order:2}header .header-inner .hamburger{display:none}header nav,header nav.active{background-color:#58738a;background-color:var(--header-nav-color);pointer-events:auto;position:relative}header nav ul li{-webkit-transform:none;transform:none}header nav ul{display:flex;flex-direction:row}header nav ul li.menu-spacer,header nav ul li:not(.menu-cta):not(.menu-spacer){border-bottom:none;border-right:1px solid #889baa;border-right:1px solid var(--header-nav-border-color)}header nav ul li:first-child{border-left:1px solid #889baa;border-left:1px solid var(--header-nav-border-color);border-top:none}header nav ul li:last-child{background:#889baa;background:var(--header-nav-border-color)}header nav ul li a{padding:.75rem 1.5rem}header .header-logo img{height:4rem;padding:.5rem 1rem;transition:all .2s}header.top .header-logo img{height:6rem;padding:.75rem 2rem}header .header-inner .header-logo a{font-size:1.5rem}header.top .header-inner .header-logo a{font-size:2rem}.header-blur{display:none}}.articles-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin:1rem}.articles-container article{background-position:50%;background-size:cover;border-radius:.5rem;color:var(--light-text-color);display:flex;flex-direction:column;height:15rem;isolation:isolate;justify-content:flex-end;overflow:hidden;position:relative}.articles-container article .content{--padding:1rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.4) 20%,rgba(0,0,0,.8));padding:var(--padding);width:100%}.articles-container article .content .heading{max-width:100%;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.articles-container article .content .heading:after{background-color:var(--cta-highlight);bottom:-5px;content:"";height:.25rem;left:calc(var(--padding)*-1);position:absolute;width:calc(100% + var(--padding))}@media (hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.articles-container article .content .heading:after{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition:-webkit-transform .2s ease .3s;transition:transform .2s ease .3s;transition:transform .2s ease .3s,-webkit-transform .2s ease .3s}.articles-container article:focus-within .content .heading:after,.articles-container article:hover .content .heading:after{-webkit-transform:scaleX(1);transform:scaleX(1);transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.articles-container article .content>:not(h3){display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease .3s}.articles-container article .content>:not(h3)>*{overflow:hidden}.articles-container article:focus-within .content>:not(h3),.articles-container article:hover .content>:not(h3){grid-template-rows:1fr}}@media (min-width:780px){.articles-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.articles-container{grid-template-columns:repeat(3,minmax(0,1fr))}}.country-select-list{background:var(--form-element-color);border:1px solid var(--form-border-color)!important;display:none;-webkit-filter:drop-shadow(3px 3px 3px rgba(0,0,0,.4)) drop-shadow(-3px 3px 3px rgba(0,0,0,.4));filter:drop-shadow(3px 3px 3px rgba(0,0,0,.4)) drop-shadow(-3px 3px 3px rgba(0,0,0,.4));height:20rem;left:0;list-style-type:none;margin:0;overflow-y:scroll;padding:.3rem;position:absolute;text-align:start;top:100%;z-index:9}button:has(.country-select-button):focus~.country-select-list{display:block}.country-select-list li{cursor:pointer;padding:2px}.country-select-list li:hover{background:var(--form-border-color)}.country-select-list li span{padding:0 3px}.country-select-list li span:nth-child(3){opacity:.6}.country-select-flag{background:url(/static/media/flags22.8f50282ca571c3c44471.png) no-repeat;display:inline-block;font-size:0;margin:0;width:22px}.country-select-flag.ac{background-position:0 0;height:10px}.country-select-flag.ad{background-position:-22px 0;height:14px}.country-select-flag.ae{background-position:-44px 0;height:10px}.country-select-flag.af{background-position:-66px 0;height:14px}.country-select-flag.ag{background-position:-88px 0;height:14px}.country-select-flag.ai{background-position:-110px 0;height:10px}.country-select-flag.al{background-position:-132px 0;height:15px}.country-select-flag.am{background-position:-154px 0;height:10px}.country-select-flag.ao{background-position:-176px 0;height:14px}.country-select-flag.aq{background-position:-198px 0;height:14px}.country-select-flag.ar{background-position:-220px 0;height:13px}.country-select-flag.as{background-position:-242px 0;height:10px}.country-select-flag.at{background-position:-264px 0;height:14px}.country-select-flag.au{background-position:-286px 0;height:10px}.country-select-flag.aw{background-position:-308px 0;height:14px}.country-select-flag.ax{background-position:-330px 0;height:13px}.country-select-flag.az{background-position:-352px 0;height:10px}.country-select-flag.ba{background-position:-374px 0;height:10px}.country-select-flag.bb{background-position:-396px 0;height:14px}.country-select-flag.bd{background-position:-418px 0;height:12px}.country-select-flag.be{background-position:-440px 0;height:15px;width:20px}.country-select-flag.bf{background-position:-460px 0;height:14px}.country-select-flag.bg{background-position:-482px 0;height:12px}.country-select-flag.bh{background-position:-504px 0;height:12px}.country-select-flag.bi{background-position:-526px 0;height:12px}.country-select-flag.bj{background-position:-548px 0;height:14px}.country-select-flag.bl{background-position:-570px 0;height:14px}.country-select-flag.bm{background-position:-592px 0;height:10px}.country-select-flag.bn{background-position:-614px 0;height:10px}.country-select-flag.bo{background-position:-636px 0;height:14px}.country-select-flag.bq{background-position:-658px 0;height:14px}.country-select-flag.br{background-position:-680px 0;height:14px}.country-select-flag.bs{background-position:-702px 0;height:10px}.country-select-flag.bt{background-position:-724px 0;height:14px}.country-select-flag.bv{background-position:-746px 0;height:15px}.country-select-flag.bw{background-position:-768px 0;height:14px}.country-select-flag.by{background-position:-790px 0;height:10px}.country-select-flag.bz{background-position:-812px 0;height:14px}.country-select-flag.ca{background-position:-834px 0;height:10px}.country-select-flag.cc{background-position:-856px 0;height:10px}.country-select-flag.cd{background-position:-878px 0;height:15px}.country-select-flag.cf{background-position:-900px 0;height:14px}.country-select-flag.cg{background-position:-922px 0;height:14px}.country-select-flag.ch{background-position:-944px 0;height:15px;width:17px}.country-select-flag.ci{background-position:-961px 0;height:14px}.country-select-flag.ck{background-position:-983px 0;height:10px}.country-select-flag.cl{background-position:-1005px 0;height:14px}.country-select-flag.cm{background-position:-1027px 0;height:14px}.country-select-flag.cn{background-position:-1049px 0;height:14px}.country-select-flag.co{background-position:-1071px 0;height:14px}.country-select-flag.cp{background-position:-1093px 0;height:14px}.country-select-flag.cr{background-position:-1115px 0;height:12px}.country-select-flag.cu{background-position:-1137px 0;height:10px}.country-select-flag.cv{background-position:-1159px 0;height:12px}.country-select-flag.cw{background-position:-1181px 0;height:14px}.country-select-flag.cx{background-position:-1203px 0;height:10px}.country-select-flag.cy{background-position:-1225px 0;height:14px}.country-select-flag.cz{background-position:-1247px 0;height:14px}.country-select-flag.de{background-position:-1269px 0;height:12px}.country-select-flag.dg{background-position:-1291px 0;height:10px}.country-select-flag.dj{background-position:-1313px 0;height:14px}.country-select-flag.dk{background-position:-1335px 0;height:15px}.country-select-flag.dm{background-position:-1357px 0;height:10px}.country-select-flag.do{background-position:-1379px 0;height:14px}.country-select-flag.dz{background-position:-1401px 0;height:14px}.country-select-flag.ea{background-position:-1423px 0;height:14px}.country-select-flag.ec{background-position:-1445px 0;height:14px}.country-select-flag.ee{background-position:-1467px 0;height:13px}.country-select-flag.eg{background-position:-1489px 0;height:14px}.country-select-flag.eh{background-position:-1511px 0;height:10px}.country-select-flag.er{background-position:-1533px 0;height:10px}.country-select-flag.es{background-position:-1555px 0;height:14px}.country-select-flag.et{background-position:-1577px 0;height:10px}.country-select-flag.eu{background-position:-1599px 0;height:14px}.country-select-flag.fi{background-position:-1621px 0;height:12px}.country-select-flag.fj{background-position:-1643px 0;height:10px}.country-select-flag.fk{background-position:-1665px 0;height:10px}.country-select-flag.fm{background-position:-1687px 0;height:11px}.country-select-flag.fo{background-position:-1709px 0;height:15px}.country-select-flag.fr{background-position:-1731px 0;height:14px}.country-select-flag.ga{background-position:-1753px 0;height:15px}.country-select-flag.gb{background-position:-1775px 0;height:10px}.country-select-flag.gd{background-position:-1797px 0;height:12px}.country-select-flag.ge{background-position:-1819px 0;height:14px}.country-select-flag.gf{background-position:-1841px 0;height:14px}.country-select-flag.gg{background-position:-1863px 0;height:14px}.country-select-flag.gh{background-position:-1885px 0;height:14px}.country-select-flag.gi{background-position:-1907px 0;height:10px}.country-select-flag.gl{background-position:-1929px 0;height:14px}.country-select-flag.gm{background-position:-1951px 0;height:14px}.country-select-flag.gn{background-position:-1973px 0;height:14px}.country-select-flag.gp{background-position:-1995px 0;height:14px}.country-select-flag.gq{background-position:-2017px 0;height:14px}.country-select-flag.gr{background-position:-2039px 0;height:14px}.country-select-flag.gs{background-position:-2061px 0;height:10px}.country-select-flag.gt{background-position:-2083px 0;height:13px}.country-select-flag.gu{background-position:-2105px 0;height:11px}.country-select-flag.gw{background-position:-2127px 0;height:10px}.country-select-flag.gy{background-position:-2149px 0;height:12px}.country-select-flag.hk{background-position:-2171px 0;height:14px}.country-select-flag.hm{background-position:-2193px 0;height:10px}.country-select-flag.hn{background-position:-2215px 0;height:10px}.country-select-flag.hr{background-position:-2237px 0;height:10px}.country-select-flag.ht{background-position:-2259px 0;height:12px}.country-select-flag.hu{background-position:-2281px 0;height:10px}.country-select-flag.ic{background-position:-2303px 0;height:14px}.country-select-flag.id{background-position:-2325px 0;height:14px}.country-select-flag.ie{background-position:-2347px 0;height:10px}.country-select-flag.il{background-position:-2369px 0;height:15px}.country-select-flag.im{background-position:-2391px 0;height:10px}.country-select-flag.in{background-position:-2413px 0;height:14px}.country-select-flag.io{background-position:-2435px 0;height:10px}.country-select-flag.iq{background-position:-2457px 0;height:14px}.country-select-flag.ir{background-position:-2479px 0;height:12px}.country-select-flag.is{background-position:-2501px 0;height:15px}.country-select-flag.it{background-position:-2523px 0;height:14px}.country-select-flag.je{background-position:-2545px 0;height:12px}.country-select-flag.jm{background-position:-2567px 0;height:10px}.country-select-flag.jo{background-position:-2589px 0;height:10px}.country-select-flag.jp{background-position:-2611px 0;height:14px}.country-select-flag.ke{background-position:-2633px 0;height:14px}.country-select-flag.kg{background-position:-2655px 0;height:12px}.country-select-flag.kh{background-position:-2677px 0;height:13px}.country-select-flag.ki{background-position:-2699px 0;height:10px}.country-select-flag.km{background-position:-2721px 0;height:12px}.country-select-flag.kn{background-position:-2743px 0;height:14px}.country-select-flag.kp{background-position:-2765px 0;height:10px}.country-select-flag.kr{background-position:-2787px 0;height:14px}.country-select-flag.kw{background-position:-2809px 0;height:10px}.country-select-flag.ky{background-position:-2831px 0;height:10px}.country-select-flag.kz{background-position:-2853px 0;height:10px}.country-select-flag.la{background-position:-2875px 0;height:14px}.country-select-flag.lb{background-position:-2897px 0;height:14px}.country-select-flag.lc{background-position:-2919px 0;height:10px}.country-select-flag.li{background-position:-2941px 0;height:12px}.country-select-flag.lk{background-position:-2963px 0;height:10px}.country-select-flag.lr{background-position:-2985px 0;height:11px}.country-select-flag.ls{background-position:-3007px 0;height:14px}.country-select-flag.lt{background-position:-3029px 0;height:12px}.country-select-flag.lu{background-position:-3051px 0;height:12px}.country-select-flag.lv{background-position:-3073px 0;height:10px}.country-select-flag.ly{background-position:-3095px 0;height:10px}.country-select-flag.ma{background-position:-3117px 0;height:14px}.country-select-flag.mc{background-position:-3139px 0;height:15px;width:21px}.country-select-flag.md{background-position:-3160px 0;height:10px}.country-select-flag.me{background-position:-3182px 0;height:10px}.country-select-flag.mf{background-position:-3204px 0;height:14px}.country-select-flag.mg{background-position:-3226px 0;height:14px}.country-select-flag.mh{background-position:-3248px 0;height:11px}.country-select-flag.mk{background-position:-3270px 0;height:10px}.country-select-flag.ml{background-position:-3292px 0;height:14px}.country-select-flag.mm{background-position:-3314px 0;height:14px}.country-select-flag.mn{background-position:-3336px 0;height:10px}.country-select-flag.mo{background-position:-3358px 0;height:14px}.country-select-flag.mp{background-position:-3380px 0;height:10px}.country-select-flag.mq{background-position:-3402px 0;height:14px}.country-select-flag.mr{background-position:-3424px 0;height:14px}.country-select-flag.ms{background-position:-3446px 0;height:10px}.country-select-flag.mt{background-position:-3468px 0;height:14px}.country-select-flag.mu{background-position:-3490px 0;height:14px}.country-select-flag.mv{background-position:-3512px 0;height:14px}.country-select-flag.mw{background-position:-3534px 0;height:14px}.country-select-flag.mx{background-position:-3556px 0;height:12px}.country-select-flag.my{background-position:-3578px 0;height:10px}.country-select-flag.mz{background-position:-3600px 0;height:14px}.country-select-flag.na{background-position:-3622px 0;height:14px}.country-select-flag.nc{background-position:-3644px 0;height:10px}.country-select-flag.ne{background-position:-3666px 0;height:15px;width:20px}.country-select-flag.nf{background-position:-3686px 0;height:10px}.country-select-flag.ng{background-position:-3708px 0;height:10px}.country-select-flag.ni{background-position:-3730px 0;height:12px}.country-select-flag.nl{background-position:-3752px 0;height:14px}.country-select-flag.no{background-position:-3774px 0;height:15px}.country-select-flag.np{background-position:-3796px 0;height:15px;width:15px}.country-select-flag.nr{background-position:-3811px 0;height:10px}.country-select-flag.nu{background-position:-3833px 0;height:10px}.country-select-flag.nz{background-position:-3855px 0;height:10px}.country-select-flag.om{background-position:-3877px 0;height:10px}.country-select-flag.pa{background-position:-3899px 0;height:14px}.country-select-flag.pe{background-position:-3921px 0;height:14px}.country-select-flag.pf{background-position:-3943px 0;height:14px}.country-select-flag.pg{background-position:-3965px 0;height:15px}.country-select-flag.ph{background-position:-3987px 0;height:10px}.country-select-flag.pk{background-position:-4009px 0;height:14px}.country-select-flag.pl{background-position:-4031px 0;height:13px}.country-select-flag.pm{background-position:-4053px 0;height:14px}.country-select-flag.pn{background-position:-4075px 0;height:10px}.country-select-flag.pr{background-position:-4097px 0;height:14px}.country-select-flag.ps{background-position:-4119px 0;height:10px}.country-select-flag.pt{background-position:-4141px 0;height:14px}.country-select-flag.pw{background-position:-4163px 0;height:13px}.country-select-flag.py{background-position:-4185px 0;height:11px}.country-select-flag.qa{background-position:-4207px 0;height:8px}.country-select-flag.re{background-position:-4229px 0;height:14px}.country-select-flag.ro{background-position:-4251px 0;height:14px}.country-select-flag.rs{background-position:-4273px 0;height:14px}.country-select-flag.ru{background-position:-4295px 0;height:14px}.country-select-flag.rw{background-position:-4317px 0;height:14px}.country-select-flag.sa{background-position:-4339px 0;height:14px}.country-select-flag.sb{background-position:-4361px 0;height:10px}.country-select-flag.sc{background-position:-4383px 0;height:10px}.country-select-flag.sd{background-position:-4405px 0;height:10px}.country-select-flag.se{background-position:-4427px 0;height:13px}.country-select-flag.sg{background-position:-4449px 0;height:14px}.country-select-flag.sh{background-position:-4471px 0;height:10px}.country-select-flag.si{background-position:-4493px 0;height:10px}.country-select-flag.sj{background-position:-4515px 0;height:15px}.country-select-flag.sk{background-position:-4537px 0;height:14px}.country-select-flag.sl{background-position:-4559px 0;height:14px}.country-select-flag.sm{background-position:-4581px 0;height:15px}.country-select-flag.sn{background-position:-4603px 0;height:14px}.country-select-flag.so{background-position:-4625px 0;height:14px}.country-select-flag.sr{background-position:-4647px 0;height:14px}.country-select-flag.ss{background-position:-4669px 0;height:10px}.country-select-flag.st{background-position:-4691px 0;height:10px}.country-select-flag.sv{background-position:-4713px 0;height:12px}.country-select-flag.sx{background-position:-4735px 0;height:14px}.country-select-flag.sy{background-position:-4757px 0;height:14px}.country-select-flag.sz{background-position:-4779px 0;height:14px}.country-select-flag.ta{background-position:-4801px 0;height:10px}.country-select-flag.tc{background-position:-4823px 0;height:10px}.country-select-flag.td{background-position:-4845px 0;height:14px}.country-select-flag.tf{background-position:-4867px 0;height:14px}.country-select-flag.tg{background-position:-4889px 0;height:13px}.country-select-flag.th{background-position:-4911px 0;height:14px}.country-select-flag.tj{background-position:-4933px 0;height:10px}.country-select-flag.tk{background-position:-4955px 0;height:10px}.country-select-flag.tl{background-position:-4977px 0;height:10px}.country-select-flag.tm{background-position:-4999px 0;height:14px}.country-select-flag.tn{background-position:-5021px 0;height:14px}.country-select-flag.to{background-position:-5043px 0;height:10px}.country-select-flag.tr{background-position:-5065px 0;height:14px}.country-select-flag.tt{background-position:-5087px 0;height:12px}.country-select-flag.tv{background-position:-5109px 0;height:10px}.country-select-flag.tw{background-position:-5131px 0;height:14px}.country-select-flag.tz{background-position:-5153px 0;height:14px}.country-select-flag.ua{background-position:-5175px 0;height:14px}.country-select-flag.ug{background-position:-5197px 0;height:14px}.country-select-flag.um{background-position:-5219px 0;height:11px}.country-select-flag.un{background-position:-5241px 0;height:14px}.country-select-flag.us{background-position:-5263px 0;height:11px}.country-select-flag.uy{background-position:-5285px 0;height:14px}.country-select-flag.uz{background-position:-5307px 0;height:10px}.country-select-flag.va{background-position:-5329px 0;height:15px;width:17px}.country-select-flag.vc{background-position:-5346px 0;height:14px}.country-select-flag.ve{background-position:-5368px 0;height:14px}.country-select-flag.vg{background-position:-5390px 0;height:10px}.country-select-flag.vi{background-position:-5412px 0;height:14px}.country-select-flag.vn{background-position:-5434px 0;height:14px}.country-select-flag.vu{background-position:-5456px 0;height:12px}.country-select-flag.wf{background-position:-5478px 0;height:14px}.country-select-flag.ws{background-position:-5500px 0;height:10px}.country-select-flag.xk{background-position:-5522px 0;height:15px}.country-select-flag.ye{background-position:-5544px 0;height:14px}.country-select-flag.yt{background-position:-5566px 0;height:14px}.country-select-flag.za{background-position:-5588px 0;height:14px}.country-select-flag.zm{background-position:-5610px 0;height:14px}.country-select-flag.zw{background-position:-5632px 0;height:10px}.faq-container{padding:0 .5rem;width:100%}.faq{margin:1rem 0}.faq-question{background:#fff;border:none;box-shadow:0 0 10px 2px rgba(0,0,0,.3);color:var(--page-text-color);cursor:pointer;font-family:Open Sans;font-size:1rem;font-weight:700;gap:.5rem;justify-content:flex-start;padding:0;text-align:start;width:100%}.faq .faq-question .faq-indicator,.faq-question{align-items:center;display:flex;position:relative}.faq .faq-question .faq-indicator{align-self:stretch;background:var(--link-color);color:#fff;flex:0 0 2rem;justify-content:center;min-height:2rem}.faq.selected .faq-question .faq-indicator{background:#79a}.faq .faq-question .faq-indicator:before{background:#fff;content:"";height:3px;position:absolute;transition:.2s;width:1rem}.faq.selected .faq-question .faq-indicator:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faq .faq-question .faq-indicator:after{background:#fff;content:"";height:1rem;position:absolute;transition:.2s;width:3px}.faq.selected .faq-question .faq-indicator:after{height:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faq .faq-answer{display:grid;grid-template-rows:0fr;padding:.2rem 1rem;transition:grid-template-rows .2s,padding .2s}.faq.selected .faq-answer{grid-template-rows:1fr;padding:1rem}.faq-answer-inner{overflow:hidden}@media (min-width:780px){.faq-container{margin:auto;padding:0;width:70%}}.hero{align-items:center;display:grid;grid-template-columns:1fr;grid-template-rows:auto}.hero .hero-box{background:var(--page-color);margin-bottom:1rem;padding:0 1rem}.hero .hero-box h1{margin:2rem 0 1rem}.hero .hero-box p{margin-bottom:1rem}.hero .hero-box .cta{margin:initial}.hero .hero-image{margin-bottom:1rem;margin-left:auto;margin-right:auto;min-height:10rem;min-width:10rem;position:relative}.hero .hero-image img{aspect-ratio:1;border-radius:50%;display:block;margin:auto;object-fit:cover;object-position:50% 20%;position:absolute;width:10rem}@media (min-width:780px){.hero{grid-template-columns:45% 55%;grid-template-rows:1fr}.hero .hero-image{display:block;height:30rem;margin:0;position:relative}.hero .hero-image img{border-radius:0;-webkit-clip-path:ellipse(53% 120% at 53% 50%);clip-path:ellipse(53% 120% at 53% 50%);height:100%;width:100%}.hero .hero-box h1{margin-top:0}.steps-section{width:70%}}.steps-section{--step-margin:5rem;--step-line-width:10px;--step-number-width:3rem;--step-highlight-color:var(--cta-background);margin:auto;padding:1rem 0;width:90%}.steps-container{padding:calc(var(--step-margin)/2) 0}.steps-footer,.steps-header{background:var(--step-highlight-color);border-radius:.5rem;color:var(--step-text);display:inline-block;font-family:var(--roboto-slab);font-size:1.2rem;padding:1rem 2rem;position:relative;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1}.steps-header{left:calc(50% + var(--step-margin)/2)}.steps-footer{left:calc(50% - var(--step-margin)/2)}.steps-step{align-items:center;display:flex;isolation:isolate;justify-content:flex-start;margin:var(--step-margin) auto;position:relative}.steps-step:nth-child(2n){justify-content:flex-end}.steps-step:before{border:var(--step-line-width) solid var(--step-highlight-color);border-radius:calc(var(--step-margin)/2);box-sizing:border-box;-webkit-clip-path:inset(0 calc(50% - 1px) 0 0);clip-path:inset(0 calc(50% - 1px) 0 0);content:"";height:calc(100% + var(--step-margin) + var(--step-line-width));left:calc(var(--step-number-width)/2 - var(--step-line-width)/2);position:absolute;top:calc(0 - var(--step-margin)/2);width:calc(100% - var(--step-number-width) + var(--step-line-width));z-index:-1}.steps-step:nth-child(2n):before{-webkit-clip-path:inset(0 0 0 calc(50% - 1px));clip-path:inset(0 0 0 calc(50% - 1px))}.steps-step:first-child:after,.steps-step:last-child:after{border:var(--step-line-width) solid var(--step-highlight-color);border-radius:calc(var(--step-margin)/2);box-sizing:border-box;content:"";height:calc(var(--step-margin)*1.5 + var(--step-line-width)/2);left:calc(var(--step-number-width)/2 + var(--step-margin)/2);position:absolute;width:calc(50% - var(--step-number-width)/2 + var(--step-line-width)/2)}.steps-step:first-child:after{-webkit-clip-path:inset(calc(var(--step-margin)/2) 0 0 calc(var(--step-margin)/2));clip-path:inset(calc(var(--step-margin)/2) 0 0 calc(var(--step-margin)/2));top:0;-webkit-transform:translateY(calc(-100% - var(--step-margin)/2 + var(--step-line-width)/2));transform:translateY(calc(-100% - var(--step-margin)/2 + var(--step-line-width)/2))}.steps-step:nth-child(odd):last-child:after{-webkit-clip-path:inset(0 0 calc(var(--step-margin)/2) calc(var(--step-margin)/2));clip-path:inset(0 0 calc(var(--step-margin)/2) calc(var(--step-margin)/2))}.steps-step:nth-child(2n):last-child:after,.steps-step:nth-child(odd):last-child:after{top:100%;-webkit-transform:translateY(calc(var(--step-margin)/2 - var(--step-line-width)/2));transform:translateY(calc(var(--step-margin)/2 - var(--step-line-width)/2))}.steps-step:nth-child(2n):last-child:after{-webkit-clip-path:inset(0 calc(var(--step-margin)/2) calc(var(--step-margin)/2) 0);clip-path:inset(0 calc(var(--step-margin)/2) calc(var(--step-margin)/2) 0);left:auto;right:calc(var(--step-number-width)/2 + var(--step-margin)/2)}.steps-step .step-number{aspect-ratio:1;background:var(--step-highlight-color);border-radius:calc(var(--step-number-width)/2);color:var(--step-text);flex:0 0 var(--step-number-width);font-family:Roboto Slab;font-size:2rem;font-weight:700;text-align:center;width:var(--step-number-width)}.steps-step:nth-child(2n) .step-number{order:2}.steps-step .step-text{flex:1 1;padding:0 2rem}.steps-step:nth-child(2n) .step-text{text-align:end}:root{--stat-box-header:#432;--stat-box-figure:#654;--stat-box-text:#fff;--account-menu-color:#48637a}.account-menu{display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;left:-.3rem;position:relative;width:calc(100% + .6rem)}.account-menu button{background-color:#48637a;background-color:var(--account-menu-color);border:none;border-bottom:1px solid var(--header-nav-border-color);border-right:1px solid var(--header-nav-border-color);color:#fff;cursor:pointer;flex:1 1;padding:.4rem .2rem;transition:color .2s,background-color .2s,border-bottom-color .2s}.account-menu button:last-child{border-right:none}.account-menu button.active,.account-menu button:hover{background-color:#fff;border-bottom-color:#fff;color:#48637a;color:var(--account-menu-color)}.account-menu button i{margin:.2rem .5rem}.account-menu button p{margin:.2rem 0}.row-four>.stat-box{color:#fff;color:var(--stat-box-text);display:flex;flex-direction:column;padding:0}.stat-box .stat-header{background-color:#48637a;background-color:var(--account-menu-color);font-size:.9rem;padding:.2rem}.stat-box .stat-figure{background-color:var(--header-nav-color);flex:1 1;font-family:var(--font-roboto-slab);font-size:2rem;font-weight:700;padding:.2rem}@media (min-width:780px){.account-menu{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.account-menu button{padding:.65rem .2rem;text-transform:uppercase}.account-menu button p{display:inline-block}}
/*# sourceMappingURL=main.b02111dc.css.map*/