.registration-header{background:var(--action);box-shadow:0 0 16px rgba(var(--black-rgb),.25);color:var(--white);font-size:16px;padding:24px 50px;position:sticky;top:0;transition:all var(--transition);z-index:999}@media(max-width:1199px){.registration-header{padding:24px 20px}}@media(max-width:991px){.registration-header{padding:20px}}@media(max-width:479px){.registration-header{padding:16px 20px}}.registration-header a{color:hsla(0,0%,100%,.6)}.registration-header a:active,.registration-header a:focus,.registration-header a:hover{color:#fff}.registration-header a.registration-custom-menu{font-weight:700;letter-spacing:.96px;text-transform:uppercase}.registration-header--logo .client-logo__image{max-width:51px}.registration-header--container{grid-column-gap:15px;align-items:center;display:grid;grid-template-areas:"btn-left left middle right btn-right";grid-template-columns:1fr 2fr min-content 2fr 1fr;margin:0;padding:0;width:100%}@media(max-width:1199px){.registration-header--container{grid-template-areas:"left middle right btn-right";grid-template-columns:2fr min-content 2fr 1fr}}@media(max-width:991px){.registration-header--container{grid-template-areas:"middle btn-right";grid-template-columns:min-content auto}.registration-header .header-col{text-align:right}}.registration-header .header-col--left,.registration-header .header-col--right{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;justify-content:space-evenly}@media(max-width:991px){.registration-header .header-col--left,.registration-header .header-col--right{display:none}}.registration-header .header-col--btn-left{grid-area:btn-left}@media(max-width:991px){.registration-header .header-col--btn-left{display:none}}.registration-header .header-col--left{grid-area:left}@media(max-width:991px){.registration-header .header-col--left{display:none}}.registration-header .header-col--middle{grid-area:middle}.registration-header .header-col--right{grid-area:right}.registration-header .header-col--btn-right{grid-area:btn-right}.footer{background-color:var(--black);color:var(--white);padding:100px 50px;position:relative}@media(max-width:1199px){.footer{padding:80px 40px}}@media(max-width:991px){.footer{padding:60px 30px}}@media(max-width:479px){.footer{padding:40px 20px}}.footer a{color:inherit}.footer a:hover{color:var(--accent)}.footer .footer--container{margin:0 auto;max-width:1660px}@media(min-width:993px){.footer .footer--container{align-items:center;display:grid;gap:3%;grid-template-columns:auto auto auto auto auto}}.footer .footer-column{margin:20px 0;text-align:left}.footer .footer-column:first-child{margin-top:0}.footer .footer-column:last-child{margin-bottom:0}.footer .footer-column.footer__rentsync{font-size:15px}@media(min-width:993px){.footer .footer-column{margin:0}.footer .footer-column.footer__rentsync{text-align:right}.footer .footer-column.footer__socials{text-align:center}.footer .footer-column.footer__socials .social-default__wrapper{gap:10px}}@media(max-width:992px){.footer .footer-column.footer__socials{margin:50px 0}.footer .footer-column.footer__socials .social-default__wrapper{display:inline-flex;gap:40px}}:root{--action:#2d2d82;--action-rgb:45,45,130;--action-light:#2d2d82;--action-light-rgb:45,45,130;--accent:#5cc6a3;--accent-rgb:92,198,163;--white:#fff;--white-rgb:255,255,255;--offwhite:#f6f8f7;--offwhite-rgb:246,248,247;--gray:#4c5d4f;--gray-rgb:76,93,79;--gray-light:#f6f8f7;--gray-mid:#4c5d4f;--gray-dark:#4c5d4f;--black:#000;--black-rgb:0,0,0;--shadow-color:var(--black);--shadow-color-rgb:var(--black-rgb);--text-color:var(--black);--text-color-rgb:0,0,0;--text-color-light:var(--gray);--text-color-mid:var(--gray-mid);--success:var(--action);--warning:#d89d0b;--error:#d82047;--danger:var(--error);--scrollbar-bg:#d1d1d1;--box-shadow-color:rgba(var(--shadow-color-rgb),0.1);--box-shadow-color-med:rgba(var(--shadow-color-rgb),0.15);--box-shadow-color-darker:rgba(var(--shadow-color-rgb),0.2);--primary-font:graphie,sans-serif;--secondary-font:KoHo,serif;--header-font:KoHo,serif;--body-font:graphie,sans-serif;--body-font-size:20px;--button-font-size:16px;--heading:var(--black);--transition-time:300ms;--transition-ease:ease-in-out;--transition:var(--transition-time) var(--transition-ease)}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--body-font);position:relative}.page-wrapper{min-height:40vh}.fade-enter-active,.fade-leave-active{transition:opacity .7s ease-in-out}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}