.login-form{display:flex;flex-direction:column;gap:15px;width:100%;max-width:400px;margin:auto}.login-form--back{position:relative;top:10px;left:10px}.login-form #pre-login-form,.login-form #pre-register-form,.login-form #pre-register-modal-form{display:flex;flex-direction:column;gap:15px}.login-form .error-message,.login-form .success-message{display:none;opacity:0}.login-form .error-message.display,.login-form .success-message.display{display:block;animation:slideDown .3s ease-out forwards}.login-form--separator{display:flex;align-items:center;justify-content:center;margin:10px 0;position:relative;color:#5c5c5c}.login-form--separator:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:#d3d3d3;transform:translateY(-50%);z-index:1}.login-form--separator label{background-color:#fff;padding:0 15px;font-size:12px;font-weight:400;z-index:2;position:relative}.login-form .auth-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px 20px;border:1px solid #d3d3d3;border-radius:3px;font-size:16px;height:42px;font-weight:600;cursor:pointer;background:0 0;font-family:inherit}.login-form .auth-btn:hover{background-color:#f8f9fa;border-color:#c1c1c1}.login-form .auth-btn .btn-icon{flex-shrink:0;font-size:24px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.login-form .password-requirements{border-radius:4px;margin-bottom:-10px;text-align:center;border:1px solid #d3d3d3;background-color:#fff;padding:5px;display:none;opacity:0;position:absolute;top:-40px;left:0;right:0}.login-form .password-requirements.active{display:block;animation:slideUp .3s ease-out forwards}.login-form .password-requirements[data-valid=true]{border-color:#28a745;color:#28a745}.login-form .password-requirements[data-valid=false]{border-color:#dc3545;color:#dc3545}.login-form .password-requirements span.met{display:none}.login-form .password-requirements span:not(.met)~span{display:none}.login-form .marketing-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:12px;line-height:1.5;color:#374151}.login-form .marketing-checkbox .marketing-checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-size:14px;line-height:1.4;color:#374151;font-family:Arial,sans-serif}.login-form .marketing-checkbox .marketing-checkbox-input:checked+.marketing-checkbox-label .marketing-checkbox-custom{background:#004eff;border-color:#004eff}.login-form .marketing-checkbox .marketing-checkbox-custom{width:20px;height:20px;border:1px solid #d3d3d3;border-radius:4px;background:#f8f9fa;position:relative;flex-shrink:0;transition:all .2s ease;margin-right:15px}.login-form .marketing-checkbox .marketing-checkbox-input:checked+.marketing-checkbox-label .marketing-checkbox-custom:after{content:"";position:absolute;left:6px;top:3px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.login-form .send-button{display:flex;flex-direction:column;gap:5px}.login-form .guides-selection{padding:10px;border:1px solid #e5e7eb}.login-form .guides-carousel{position:relative}.login-form .guides-carousel__inner{display:flex;gap:10px;overflow-x:auto;padding:5px;scrollbar-width:none;scroll-snap-type:x mandatory}.login-form .guides-carousel__inner::-webkit-scrollbar{display:none}.login-form .guides-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid #eee;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;color:#666}.login-form .guides-carousel__btn:hover{background:#004eff;color:#fff;border-color:#004eff}.login-form .guides-carousel__btn--prev{left:-20px}.login-form .guides-carousel__btn--next{right:-20px}@media (max-width:768px){.login-form .guides-carousel__btn{display:none}}.login-form .guides-carousel--single .guides-carousel__inner{justify-content:center}.login-form .guides-carousel--single .guides-carousel__btn{display:none}.login-form .guide-item{flex:0 0 220px;scroll-snap-align:start;border:1px solid #e5e7eb;border-radius:3px;background:#f8f9fa;padding:10px}.login-form .guide-item__card{background:#fff;cursor:pointer;transition:all .2s ease}.login-form .guide-item__content{position:relative;display:flex;align-items:center;gap:12px}.login-form .guide-item__thumbnail-wrapper{flex:0 0 67px;height:80px;display:flex;align-items:center;justify-content:center}.login-form .guide-item__img{max-height:100%;max-width:100%;object-fit:contain;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.1))}.login-form .guide-item__info{margin-right:15px;flex:1;min-width:0}.login-form .guide-item__name{margin:0;font-size:12px;font-weight:600;color:#333;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.login-form .guide-item__badge{display:flex;align-items:center;gap:6px;margin-top:4px}.login-form .guide-item__price-old{font-size:10px;text-decoration:line-through;color:#999}.login-form .guide-item__price-free{font-size:10px;font-weight:800;color:#28a745}.login-form .guide-item__check{position:absolute;top:-7px;right:-5px;height:20px;width:20px;color:#fff;background:#fff;border-radius:3px;border:2px solid #d1d5db;font-size:18px;z-index:5;display:flex}.login-form .guide-item__input:checked+.guide-item__card .guide-item__check{color:#fff;background:#004eff;border:unset}.login-form .guide-item__input:checked+.guide-item__card .guide-item__name{color:#004eff}.login-form .guide-item:has(input:checked){border-color:#004eff;background-color:rgba(0,78,255,.03)}@media (max-width:768px){.login-form .guide-item{flex:0 0 85%}}.login-form .alert-card{width:100%}.login-form .alert-card__body{display:block;padding:10px;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;transition:all .2s ease-in-out;background-color:#fff}.login-form .alert-card__body:hover{border-color:#d1d5db;background-color:#f9fafb}.login-form .alert-card__header{display:flex;justify-content:space-between;align-items:center}.login-form .alert-card__title{color:#111827;font-size:14px}.login-form .alert-card__description{font-size:12px;line-height:1.4}.login-form .alert-card__indicator{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;position:relative;transition:all .2s ease;flex-shrink:0}.login-form .alert-card__indicator:after{content:"";position:absolute;top:45%;left:50%;width:6px;height:11px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:translate(-50%,-55%) rotate(45deg) scale(0);transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.login-form .alert-card__input:checked~label{border-color:#004eff;background-color:rgba(0,78,255,.03)}.login-form .alert-card__input:checked~label .alert-card__indicator{background-color:#004eff;border-color:#004eff}.login-form .alert-card__input:checked~label .alert-card__indicator:after{transform:translate(-50%,-55%) rotate(45deg) scale(1)}.login-form .alert-card__input:checked~label .alert-card__title{color:#004eff}.connection-hub-tabs{display:flex;border-bottom:2px solid #e5e7eb;margin-bottom:5px}.connection-hub-tabs .connection-hub-tabs__tab{flex:1;display:flex;align-items:center;justify-content:center;padding:10px 0;background:0 0;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:14px;font-weight:600;color:#5c5c5c;cursor:pointer;transition:color .2s,border-color .2s}.connection-hub-tabs .connection-hub-tabs__tab:hover{color:#262626}.connection-hub-tabs .connection-hub-tabs__tab.selected{color:#262626;border-bottom-color:#262626}.connection-hub-panel{display:none}.connection-hub-panel--active{display:block;animation:slideDown .25s ease-out forwards}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}div.dt-datetime{position:absolute;background-color:#fff;z-index:2050;border:1px solid #ccc;box-shadow:0 5px 15px -5px rgba(0,0,0,.5);padding:0 20px 6px;width:275px}div.dt-datetime.inline{position:relative;box-shadow:none}div.dt-datetime div.dt-datetime-title{text-align:center;padding:5px 0 3px}div.dt-datetime div.dt-datetime-buttons{text-align:center}div.dt-datetime div.dt-datetime-buttons a{display:inline-block;padding:0 .5em .5em;margin:0;font-size:.9em}div.dt-datetime div.dt-datetime-buttons a:hover{text-decoration:underline}div.dt-datetime table{border-spacing:0;margin:12px 0;width:100%}div.dt-datetime table.dt-datetime-table-nospace{margin-top:-12px}div.dt-datetime table th{font-size:.8em;color:#777;font-weight:400;width:14.285714286%;padding:0 0 4px;text-align:center}div.dt-datetime table td{font-size:.9em;color:#444;padding:0}div.dt-datetime table td.selectable{text-align:center;background:#f5f5f5}div.dt-datetime table td.selectable.disabled{color:#aaa;background:#fff}div.dt-datetime table td.selectable.disabled button:hover{color:#aaa;background:#fff}div.dt-datetime table td.selectable.now{background-color:#ddd}div.dt-datetime table td.selectable.now button{font-weight:700}div.dt-datetime table td.selectable.selected button{background:#4e6ca3;color:#fff;border-radius:2px}div.dt-datetime table td.selectable button:hover{background:#ff8000;color:#fff;border-radius:2px}div.dt-datetime table td.dt-datetime-week{font-size:.7em}div.dt-datetime table button{width:100%;box-sizing:border-box;border:none;background:0 0;font-size:inherit;color:inherit;text-align:center;padding:4px 0;cursor:pointer;margin:0}div.dt-datetime table button span{display:inline-block;min-width:14px;text-align:right}div.dt-datetime table.weekNumber th{width:12.5%}div.dt-datetime div.dt-datetime-calendar table{margin-top:0}div.dt-datetime div.dt-datetime-label{position:relative;display:inline-block;height:30px;padding:5px 6px;border:1px solid transparent;box-sizing:border-box;cursor:pointer}div.dt-datetime div.dt-datetime-label:hover{border:1px solid #ddd;border-radius:2px;background-color:#f5f5f5}div.dt-datetime div.dt-datetime-label select{position:absolute;top:6px;left:0;cursor:pointer;opacity:0}div.dt-datetime.horizontal{width:550px}div.dt-datetime.horizontal div.dt-datetime-date,div.dt-datetime.horizontal div.dt-datetime-time{width:48%}div.dt-datetime.horizontal div.dt-datetime-time{margin-left:4%}div.dt-datetime div.dt-datetime-date{position:relative;float:left;width:100%}div.dt-datetime div.dt-datetime-time{position:relative;float:left;width:100%;text-align:center}div.dt-datetime div.dt-datetime-time>span{vertical-align:middle}div.dt-datetime div.dt-datetime-time th{text-align:left}div.dt-datetime div.dt-datetime-time div.dt-datetime-timeblock{display:inline-block;vertical-align:middle}div.dt-datetime div.dt-datetime-iconLeft,div.dt-datetime div.dt-datetime-iconRight,div.dt-datetime div.dt-datetime-iconUp,div.dt-datetime div.dt-datetime-iconDown{width:30px;height:30px;background-position:center;background-repeat:no-repeat;opacity:.3;overflow:hidden;box-sizing:border-box}div.dt-datetime div.dt-datetime-iconLeft:hover,div.dt-datetime div.dt-datetime-iconRight:hover,div.dt-datetime div.dt-datetime-iconUp:hover,div.dt-datetime div.dt-datetime-iconDown:hover{border:1px solid #ccc;border-radius:2px;background-color:#f0f0f0;opacity:.6}div.dt-datetime div.dt-datetime-iconLeft button,div.dt-datetime div.dt-datetime-iconRight button,div.dt-datetime div.dt-datetime-iconUp button,div.dt-datetime div.dt-datetime-iconDown button{border:none;background:0 0;text-indent:30px;height:100%;width:100%;cursor:pointer}div.dt-datetime div.dt-datetime-iconLeft{position:absolute;top:5px;left:5px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==")}div.dt-datetime div.dt-datetime-iconRight{position:absolute;top:5px;right:5px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=")}div.dt-datetime div.dt-datetime-iconUp{height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=")}div.dt-datetime div.dt-datetime-iconDown{height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC")}div.dt-datetime-error{clear:both;padding:0 1em;max-width:240px;font-size:11px;line-height:1.25em;text-align:center;color:#b11f1f}