:root{--self-blue:#00adee;--light-blue:#0bd1ff;--lighter-blue:#e6f7fe;--cta-orange:#ffab44;--hover-cta-orange:#bf8033;--cta-orange-light:#ffc47c;--light-orange:#fff7ed;--error-red:#ef4423;--positive-green:#4fb965;--hover-positive-green:#3b8b4c;--light-green:#4fb9651a;--lighter-green:#4fb9650d;--caution-yellow:#ffb300;--dark-grey:#323232;--medium-grey:#666666;--light-grey:#f0f0f0;--grey:#f5f5f5;--black:#000;--article-font:Georgia,Cambria,"Times New Roman",Times,serif;--sans-font:Avenir,"Helvetica Neue",Arial;--an-section:#f6fbf7;--key-section:#e5f7fd;--key:#fff7ec}*{box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:var(--sans-font);margin:0;padding:0}.header{position:fixed;top:0;left:0;width:100%;height:70px;background:var(--self-blue);z-index:1030}.header__container{max-width:1060px;margin:0 auto;display:flex;justify-content:space-between;height:100%;align-items:center;padding:0 20px}.header__back-link{display:flex;font-size:14px;line-height:1.4;color:#fff;text-decoration:none;font-weight:700;position:relative}.header__back-link img{margin-right:11px}.header__back-link:hover:after{content:"";position:absolute;left:-15px;right:-15px;top:-5px;bottom:-5px;border-radius:10px;background:rgba(255,255,255,.3)}.header__link{text-decoration:none}.footer{background:var(--self-blue);color:#fff}.footer__container{max-width:1060px;padding:60px 20px 40px;margin:0 auto}.footer__top{display:flex;justify-content:space-between;flex-direction:column}@media (min-width:480px){.footer__top{flex-direction:row}}.footer__columns{display:flex;justify-content:flex-end}.footer__column{color:#fff;display:flex;flex-flow:column;text-align:right;padding:0 24px}.footer__column:last-child{padding-right:0}.footer__column-title{font-size:1.8rem;margin-top:0}.footer__column-item{color:#fff;font-size:1.4rem;text-decoration:none}.footer__column-item:hover{text-decoration:underline}.footer__join-links{display:flex;flex-flow:column}.footer__join-link{color:#fff;font-size:1.8rem;font-weight:700;text-decoration:none;padding:5px 10px;border-radius:10px;background:rgba(255,255,255,.1);margin-bottom:10px}.footer__join-link:hover{background:rgba(255,255,255,.4)}.footer__row{display:flex;justify-content:space-between;padding:48px 0 32px;flex-direction:column-reverse}@media (min-width:640px){.footer__row{flex-direction:row}}.footer__list-links{display:flex;flex-direction:column;text-align:center}@media (min-width:640px){.footer__list-links{justify-content:left}}.footer__last-links{display:flex;justify-content:center}@media (min-width:640px){.footer__last-links{justify-content:flex-start}}.footer__last-link{color:#fff;text-decoration:none;font-size:1.2rem;line-height:1.4;font-weight:500}.footer__last-link:hover{text-decoration:underline}.footer__list-buttons{display:flex;justify-content:center;margin-bottom:2rem}@media (min-width:640px){.footer__list-buttons{justify-content:none;margin-bottom:0}}.footer__list-button{text-decoration:none;margin:0 1.5rem}@media (min-width:640px){.footer__list-button{margin:0 0 0 3rem}}.footer__credit-info{font-size:1rem;line-height:1.4;font-weight:500;margin-bottom:4rem}.footer__badges-container{display:flex;width:100%;align-items:center;font-size:12px;font-weight:500;margin-bottom:2.4rem}@media (min-width:640px){.footer__badges-container{width:60%;margin-bottom:0}}.footer__badges{display:flex;align-items:center;margin-right:3rem}.footer__badge:first-child{margin-right:1rem}.footer__list-container{display:flex;justify-content:space-between;align-items:center;flex-direction:column}.footer__list-container p{padding:0;margin:0}@media (min-width:640px){.footer__list-container{flex-direction:row}}.footer__app-buttons{display:flex}.footer__app-button{margin-left:14px}.selfmodal{position:absolute;background:#fff;max-width:500px;min-width:250px;left:50%;top:50%;transform:translate(-50%,-50%);font-size:1.4rem}.selfmodal__back{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1040;display:none}.selfmodal__back.is-open{display:block}.selfmodal__header{background:#00adee;color:#fff;padding:15px}.selfmodal__close{position:absolute;top:15px;right:15px;cursor:pointer;width:20px;height:20px;border-radius:50%;line-height:25px;text-align:center;background:rgba(255,255,255,.2)}.selfmodal__close img{height:14px;width:14px}.selfmodal__close:hover{background:rgba(255,255,255,.3)}.selfmodal__content{padding:20px;max-height:calc(100vh - 250px);overflow:auto}.selfmodal__footer{padding:15px;display:flex;flex-direction:column;border:1px solid #ccc}.selfmodal__button{background:#fff;color:#333;font-size:14px;padding:8px 16px;border:1px solid #efefef;border-radius:4px;cursor:pointer}.selfmodal__button:hover{opacity:.8;background:#ccc}.selfmodal__button--blue{background:#00adee;color:#fff}.selfmodal__button--blue:hover{background:#22c3ff}.card{max-width:100%;display:flex;flex-direction:column;margin-bottom:4rem;box-sizing:border-box;border-radius:10px;position:relative;padding:1.6rem}@media (min-width:640px){.card{max-width:50%}}@media (min-width:900px){.card{max-width:32%}}.card--wide{flex-direction:row;padding:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1);max-width:100%;border-radius:20px}@media (min-width:640px){.card--wide{padding:3rem;max-width:49%}}.card--fifty{padding:1.6rem;max-width:100%;border-radius:0;flex-grow:1}@media (min-width:800px){.card--fifty{width:50%}}.card--fifty .card__link{display:flex;flex-direction:column;height:100%}@media (min-width:480px){.card--fifty .card__link{flex-direction:row;flex-wrap:wrap}}.card--fifty .card__title{font-size:2rem;padding-top:.8rem}.card--fifty .card__paragraph{font-size:1.6rem}.card--fifty .card__img-container{width:100%;flex-basis:100%}@media (min-width:480px){.card--fifty .card__img-container{width:40%;flex-basis:40%}}.card--fifty .card__img{width:100%;height:100%;object-fit:cover}.card--fifty .card__content{padding-left:1.6rem;width:100%;flex-basis:100%}@media (min-width:480px){.card--fifty .card__content{width:60%;flex-basis:60%}}.card__link{color:inherit;text-decoration:none;display:block;position:relative}.card__link:hover:after{content:"";background:var(--light-green);position:absolute;left:-1.6rem;top:-1.6rem;width:calc(100% + 3.2rem);height:calc(100% + 3.2rem);z-index:-1;border-radius:10px}.card__link--wide{display:flex;flex-direction:column}.card__link--wide:hover:after{content:"";background:var(--lighter-blue);position:absolute;left:-3.2rem;top:-3.2rem;width:calc(100% + 6.4rem);height:calc(100% + 6.4rem);z-index:-1;border-radius:20px}@media (min-width:900px){.card__link--wide{flex-direction:row}}.card__content{display:flex;flex-direction:column}.card__container{display:flex;justify-content:space-between;flex-wrap:wrap}.card__container:after{content:"";flex:0 0 33%}.card__container-title{font-size:3.6rem;padding-left:1.6rem;margin-bottom:4rem;width:100%}.card__img{max-width:100%;margin-bottom:2rem;border-radius:10px}.card__img-square{border-radius:20px;width:100%;height:200px;background-size:cover;background-position:center;margin:0 0 2rem 0}@media (min-width:900px){.card__img-square{margin:0 3rem 0 0;width:110px;height:110px;flex:0 0 110px}}.card__title{font-size:2.4rem;line-height:1.21;color:#000;margin:0 0 1.5rem 0}.card__paragraph{font-size:1.8rem;line-height:1.4;color:#666;margin:0 0 1.5rem 0}.card__paragraph--small{font-size:1.4rem;margin:0}.tag-small{font-size:1.2rem;line-height:1.2;position:relative;padding-left:1.5rem;font-weight:600}.tag-small:before{content:"";position:absolute;width:10px;height:10px;top:2px;left:0;border-radius:50%}.tag-small--money{color:var(--positive-green)}.tag-small--money:before{background:var(--positive-green)}.tag-small--cars,.tag-small--property{color:var(--self-blue)}.tag-small--cars:before,.tag-small--property:before{background:var(--self-blue)}.button{font-size:1.4rem;padding:1rem 2rem;border:none;border-radius:5px;font-weight:700;cursor:pointer}.button--primary{color:#fff;background-color:var(--cta-orange)}.button--primary:hover{background-color:#e2b884}.button--secondary{color:#fff;background-color:var(--self-blue)}.button--secondary:hover{background-color:var(--light-blue)}.download-pdf{padding:3rem 1.6rem;margin:4rem 0;border:1px solid var(--self-blue);border-width:1px 0;display:flex;justify-content:center;align-items:flex-start}.download-pdf__content{padding:0 16px;max-width:380px;display:flex;flex-direction:column;align-items:flex-start}.download-pdf__img{box-shadow:0 0 5px -1px #000,inset -1px 1px 2px rgba(255,255,255,.5);border-radius:5px}.download-pdf__title{font-size:1.8rem;font-weight:700;margin:0 0 .8rem}.download-pdf__paragraph{font-size:1.4rem;margin:0 0 1.6rem}.download-pdf__link{background-color:var(--cta-orange);color:#000;font-weight:700;font-size:1.4rem;padding:8px 16px;border-radius:4px;text-decoration:none;margin-top:2rem;align-self:center}.download-pdf__link:hover{background-color:var(--hover-cta-orange)}.download-pdf--back{border:none;background:var(--key-section);margin:0}