@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}body.test-page{background-color:#e3f2fd}body.test-page .test-page-container{max-width:1000px;margin:0 auto;padding:20px}body.test-page .test-info-wrapper{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee;background-color:#e3f2fd}body.test-page .test-info{flex:1}body.test-page .test-title{margin:0 0 10px;font-size:24px}body.test-page .test-topic{font-size:18px;color:#666;margin-bottom:5px}body.test-page .test-questions-count{font-size:16px;color:#666}body.test-page .test-timer{display:flex;align-items:center;gap:10px;padding:10px 15px;background-color:#f8f9fa;border-radius:5px;box-shadow:0 2px 4px #0000001a}body.test-page .timer-icon{font-size:20px;margin-right:4px}body.test-page .timer-display{font-size:20px;font-weight:700;min-width:64px;text-align:center}body.test-page .timer-stopwatch{margin-left:8px;padding:6px 10px;border-radius:4px;border:1px solid #F44336;background:transparent;color:#f44336;font-weight:600;cursor:pointer;transition:all .2s ease}body.test-page .timer-stopwatch:hover{background:#f443361a}body.test-page .timer-stopwatch.stopped{background:#f44336;color:#fff}body.test-page .timer-stopped .timer-display{opacity:.8}body.test-page .test-progress{margin-bottom:20px}body.test-page .progress-bar{height:10px;background-color:#eee;border-radius:5px;overflow:hidden;margin-bottom:5px}body.test-page .progress-fill{height:100%;background-color:#4caf50;width:0%;transition:width .3s ease}body.test-page .progress-text{font-size:14px;color:#666}body.test-page .question{background-color:#f8f9fa;margin-bottom:40px;padding:20px;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 4px #0000000d}body.test-page .question-number{font-size:16px;color:#666;margin-bottom:10px;font-weight:700}body.test-page .question-text{font-size:18px;margin-bottom:10px;margin-top:10px;line-height:1.5}body.test-page .question-explanation-btn{width:28px;height:28px;border-radius:50%;border:1px solid #1976D2;background:#e3f2fd;color:#1976d2;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;margin-bottom:10px}body.test-page .question-explanation-btn:before{content:"i";font-weight:700;font-family:Arial,sans-serif}body.test-page .question-explanation-btn:hover{background:#bbdefb}body.test-page .question-explanation{display:none;padding:12px;border:1px dashed #90CAF9;background:#f5fbff;border-radius:6px;margin-bottom:15px;white-space:pre-line}body.test-page .question-explanation-text{margin-bottom:10px;white-space:pre-line}body.test-page .question-explanation-images{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width: 600px){body.test-page .question-explanation-images{grid-template-columns:repeat(2,1fr)}}body.test-page .question-explanation-images .explanation-image-item{margin:0;padding:0;border:1px solid #e5f2ff;background:#fff;border-radius:6px;overflow:hidden}body.test-page .question-explanation-images .explanation-image-item img{display:block;width:100%;height:auto}body.test-page .question-explanation.is-visible{display:block}body.test-page .question-note-btn{width:28px;height:28px;border-radius:50%;border:1px solid #00796B;background:#e0f2f1;color:#00796b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;margin:0 0 10px 8px}body.test-page .question-note-btn:before{content:"✎";font-weight:700;font-family:Arial,sans-serif}body.test-page .question-note-btn:hover{background:#b2dfdb}body.test-page .question-note-btn.has-note{background:#00796b;color:#fff;border-color:#00695c}body.test-page .question-note-panel{display:none;padding:12px;border:1px dashed #80CBC4;background:#f1fffd;border-radius:6px;margin-bottom:15px}body.test-page .question-note-panel.is-visible{display:block}body.test-page .question-note-text{width:100%;min-height:80px;resize:vertical;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box;margin-bottom:8px;background:#fff}body.test-page .question-note-actions{display:flex;gap:8px}body.test-page .answers-container{display:flex;flex-direction:column;gap:10px}body.test-page .answer{padding:10px;border:1px solid #ddd;border-radius:5px;transition:background-color .2s ease}body.test-page .answer:hover{background-color:#f5f5f5}body.test-page .answer-label{display:flex;align-items:center;cursor:pointer}body.test-page .answer-input{margin-right:10px}body.test-page .answer.correct{background-color:#4caf5033;border-color:#4caf50}body.test-page .answer.incorrect{background-color:#f4433633;border-color:#f44336}body.test-page .answer.disabled{pointer-events:none;opacity:.7}body.test-page .test-navigation{display:flex;justify-content:space-between;margin-top:30px}body.test-page .btn{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:background-color .2s ease}body.test-page .btn-prev,body.test-page .btn-next{background-color:#2196f3;color:#fff}body.test-page .btn-prev:disabled,body.test-page .btn-next:disabled{background-color:#ccc;cursor:not-allowed}body.test-page .btn-submit{background-color:#4caf50;color:#fff;margin-left:auto}body.test-page .english-text-section{margin-bottom:30px;padding:20px;background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d}body.test-page .english-text-section h3{margin-top:0;margin-bottom:15px;color:#333;font-size:18px;font-weight:700}body.test-page .english-text-content{font-size:16px;line-height:1.6;white-space:pre-line}.test-header .btn-submit{display:none}.test-header.is-fixed{position:fixed;top:10px;padding:10px 28px 10px 18px;border:1px solid #004E87!important;border-radius:8px;z-index:100;left:0;right:0;background-color:#e3f2fd;box-shadow:0 2px 4px #00000014}.test-header.is-fixed .test-info-wrapper{margin-bottom:5px}.test-header.is-fixed .test-info-wrapper .test-info{display:none}.test-header.is-fixed .test-info-wrapper .test-timer{gap:0}.test-header.is-fixed .btn-submit{display:block!important;margin:auto}body.test-page #auth-required-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:9999}body.test-page #auth-required-modal .modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}body.test-page #auth-required-modal .modal-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(480px,calc(100% - 40px))}body.test-page #auth-required-modal .modal-content{background:#fff;border-radius:8px;box-shadow:0 8px 24px #0003;overflow:hidden}body.test-page #auth-required-modal .modal-body{padding:16px 20px;font-size:16px;color:#333}body.test-page #auth-required-modal .modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;border-top:1px solid #eee;background:#fafafa}@keyframes spin{to{transform:rotate(360deg)}}body.test-page .inline-loader{width:18px;height:18px;border:2px solid #90CAF9;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite;display:inline-block;vertical-align:middle}body.test-page .btn.loading{position:relative;pointer-events:none;opacity:.8}body.test-page .btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid #1976D2;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}body.test-page .question-explanation-btn.is-loading,body.test-page .question-note-btn.is-loading{position:relative;color:transparent}body.test-page .question-explanation-btn.is-loading:after{content:"";position:absolute;top:45%;left:43%;width:14px;height:14px;margin:-7px 0 0 -7px;border:2px solid #1976D2;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}body.test-page .question-note-btn.is-loading:after{content:"";position:absolute;top:45%;left:43%;width:14px;height:14px;margin:-7px 0 0 -7px;border:2px solid #00796B;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}body.test-page .question-note-panel.is-fetching{position:relative}body.test-page .question-note-panel.is-fetching:after{content:"";position:absolute;top:8px;right:8px;width:18px;height:18px;border:2px solid #00796B;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}body.test-page .question-note-panel.is-fetching .question-note-text,body.test-page .question-note-panel.is-fetching .question-note-actions{opacity:.6;pointer-events:none}.qna-index-page{padding:0 72px;height:100%;min-height:100vh;overflow:hidden}.qna-index-page h1{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;text-align:start;width:100%}.qna-search-form{display:flex;gap:8px;margin-bottom:16px}.qna-search-form input[type=text]{flex:1;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px}.qna-search-form button[type=submit]{padding:10px 16px;border-radius:8px;border:1px solid #FF7300;background:#ff7300;color:#fff}.qna-list{display:grid;grid-template-columns:1fr;gap:12px}.qna-item{border:1px solid #eef0f3;border-radius:12px;padding:16px;background:#fff}.qna-item-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.qna-item h3{margin:0 0 8px;font-size:20px}.qna-item .qna-answer{color:#374151;margin-bottom:6px}.qna-item .qna-meta{color:#6b7280;font-size:12px}.qna-votes{display:inline-flex;align-items:center;gap:8px}.qna-votes .btn-like,.qna-votes .btn-dislike{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:4px 10px;cursor:pointer;font-size:14px}.qna-votes .btn-like.active{border-color:#00a103;color:#00a103}.qna-votes .btn-dislike.active{border-color:#ff7300;color:#ff7300}.qna-show-page{max-width:860px;margin:24px auto;padding:0 16px}.qna-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.qna-show-page .qna-question{font-size:22px;margin:8px 0 12px}.qna-show-page .qna-answer{background:#fff;border:1px solid #eef0f3;border-radius:12px;padding:16px;color:#374151}.profile-questions-page{max-width:960px;margin:24px auto;padding:0 16px}.user-question-form{display:grid;grid-template-columns:1fr;gap:12px;margin:12px 0 20px}.user-question-form input[type=text],.user-question-form textarea,.user-question-form select{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px}.user-question-form button[type=submit]{justify-self:start;padding:10px 16px;border-radius:10px;border:1px solid #FF7300;background:#ff7300;color:#fff}.user-question-form .status{font-size:12px;color:#6b7280}#my-questions-list-root{display:grid;gap:12px}.my-question-item{background:#fff;border:1px solid #eef0f3;border-radius:12px;padding:14px}.my-question-item .meta{font-size:12px;color:#6b7280;margin-bottom:6px;display:flex;align-items:center;gap:8px}.my-question-item .meta .status{display:inline-block;padding:2px 8px;border-radius:999px;background:#f3f4f6;color:#111827}.my-question-item .title{font-weight:600;margin-bottom:6px}.my-question-item .question{color:#374151}.my-question-item .answer{margin-top:8px;padding-top:8px;border-top:1px dashed #e5e7eb}.profile-settings-page{max-width:800px}.profile-settings-page h2{font-family:Nunito,Arial,sans-serif;font-weight:700;font-size:32px;line-height:120%;margin:0 0 16px}.profile-settings-page h3{font-family:Stolzl,Arial,sans-serif;font-weight:400;font-size:20px;line-height:140%;margin:24px 0 8px}.profile-settings-page p{margin:0 0 16px}.profile-settings-page form{background-color:#f2f7ff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px}.profile-settings-page .form-group{display:flex;flex-direction:column;gap:8px}.profile-settings-page label{font-family:Stolzl,Arial,sans-serif;font-weight:400;font-size:14px}.profile-settings-page input[type=text],.profile-settings-page input[type=password]{font-family:Stolzl,Arial,sans-serif;font-weight:400;font-size:16px;min-height:40px;background-color:#fff;border-radius:8px;border:none;padding:8px 10px;outline:none}.profile-settings-page .alert{border-radius:8px;padding:12px 14px}.profile-settings-page .alert.success{background-color:#e6f6ea;color:#257942}.profile-settings-page .alert.error{background-color:#fdecec;color:#9b1c1c}.profile-settings-page .btn.primary{color:#fff;border:1px solid #FF6B00;background-color:#ff6b00;border-radius:8px;padding:10px 20px;font-weight:500;font-size:16px;line-height:160%;letter-spacing:0;align-self:flex-start;transition:all .3s ease}.profile-settings-page .btn.primary:hover{color:#ff6b00;background-color:#fff}@media (max-width: 750px){.profile-settings-page h2{font-size:24px}.profile-settings-page form{padding:16px;border-radius:12px}}html,body{height:100%;margin:0;padding:0}.swiper-button-prev,.swiper-button-next{color:#ff7300!important}.wrapper{min-height:100vh;display:flex;flex-direction:column}body{font-family:Stolzl,Arial,sans-serif}.content{flex:1}a{text-decoration:none;color:#1f1f1f}.logo{font-weight:500;font-size:28px;line-height:100%;letter-spacing:0;transition:color .3s ease}.logo:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#ff8522;transform:translate(-50%);transition:width .4s ease}.logo:hover{color:#ff8522}.logo:hover:after{width:100%}.submit-btn{text-decoration:none;color:#fbfbfb;border:1px solid #FF7300;background-color:#ff7300;border-radius:8px;padding:8px 28px 8px 20px;font-weight:500;font-size:16px;line-height:160%;letter-spacing:0;position:relative;overflow:hidden;transition:all .3s ease}.submit-btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fbfbfb;transition:left .3s ease;z-index:-1}.submit-btn:hover{color:#ff7300;border-color:#ff8522;background-color:#fbfbfb;box-shadow:0 8px 25px #00000026,0 4px 10px #0000001a;transform:translateY(-2px)}.submit-btn:hover:after{left:0}.submit-btn:hover:before{background-image:url(/icons/account.svg)}.submit-btn:before{content:"";display:inline-block;width:16px;height:16px;background-image:url(/icons/account_white.svg);background-size:contain;background-repeat:no-repeat;margin-right:8px;margin-bottom:3px;vertical-align:middle;position:relative;z-index:1;transition:background-image .3s ease}.submit-btn:active{transform:translateY(0);box-shadow:0 4px 15px #0000001a}nav{display:flex;gap:24px;font-weight:400;font-size:16px;line-height:160%;letter-spacing:0;flex-direction:row;flex-wrap:nowrap;align-items:center}nav a{text-decoration:none;color:#1f1f1f;position:relative;transition:color .3s ease}nav a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#ff8522;transform:translate(-50%);transition:width .4s ease}nav a:hover{color:#ff8522}nav a:hover:after{width:100%}nav .nav-dropdown{position:relative;cursor:default}nav .nav-dropdown .nav-dropdown__label{display:inline-flex;align-items:center;gap:6px;padding:0 2px;transition:color .3s ease}nav .nav-dropdown .caret{font-size:12px}nav .nav-dropdown:hover .nav-dropdown__label{color:#ff8522}nav .nav-dropdown .nav-dropdown__menu{position:absolute;top:26px;left:0;min-width:260px;background:#fbfbfb;border:1px solid rgba(31,31,31,.1);border-radius:8px;box-shadow:0 8px 25px #0000001f;padding:8px 0;list-style:none;margin:8px 0 0;display:none;z-index:100}nav .nav-dropdown:hover .nav-dropdown__menu{display:block}nav .nav-dropdown.is-open .nav-dropdown__menu{display:block}nav .nav-dropdown .nav-dropdown__menu li{padding:0}nav .nav-dropdown .nav-dropdown__menu a{display:block;padding:10px 16px;white-space:nowrap}nav .nav-dropdown .nav-dropdown__menu a:hover{background:#ff85221a}header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;align-items:center;padding:30px 48px;background-color:#fbfbfb}header .burger-btn{display:none;width:38px;height:38px;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(31,31,31,.1);border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}header .burger-btn .burger-line{display:block;width:20px;height:2px;background-color:#1f1f1f;margin:3px 0;transition:background-color .2s ease}header .burger-btn:hover{background-color:#1f1f1f0d}header .burger-btn:active{transform:scale(.98)}header .auth-buttons{display:flex;gap:8px;flex-direction:row;flex-wrap:nowrap;align-items:center}header .auth-buttons .register{font-weight:400;font-size:16px;line-height:160%;letter-spacing:0;text-decoration:underline;text-decoration-style:solid;text-decoration-thickness:1px;text-decoration-color:#1f1f1f;text-underline-position:under;color:#1f1f1f;cursor:pointer;transition:all .3s ease}header .auth-buttons .register:hover{color:#ff7300;text-decoration-color:#ff7300;text-decoration-thickness:2px;transform:translateY(-1px);text-shadow:0 2px 4px rgba(0,0,0,.1)}header .auth-buttons .register:active{transform:translateY(0);transition:transform .1s ease}header .auth-buttons .authorize{text-decoration:none;color:#ff7300;border:1px solid #FF7300;border-radius:8px;padding:8px 28px 8px 20px;font-weight:500;font-size:16px;line-height:160%;letter-spacing:0;position:relative;overflow:hidden;transition:all .3s ease}header .auth-buttons .authorize:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#ff8522;transition:left .3s ease;z-index:-1}header .auth-buttons .authorize:hover{color:#fbfbfb;border-color:#ff8522;box-shadow:0 8px 25px #00000026,0 4px 10px #0000001a;transform:translateY(-2px)}header .auth-buttons .authorize:hover:after{left:0}header .auth-buttons .authorize:hover:before{background-image:url(/icons/account_white.svg)}header .auth-buttons .authorize:before{content:"";display:inline-block;width:16px;height:16px;background-image:url(/icons/account.svg);background-size:contain;background-repeat:no-repeat;margin-right:8px;margin-bottom:3px;vertical-align:middle;position:relative;z-index:1;transition:background-image .3s ease}header .auth-buttons .authorize:active{transform:translateY(0);box-shadow:0 4px 15px #0000001a}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fbfbfb;z-index:1000;display:none}.mobile-menu.is-open{display:block}.mobile-menu__inner{height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding:24px}.mobile-menu__close{position:absolute;top:16px;right:16px;font-size:36px;line-height:1;background:transparent;border:none;cursor:pointer}.mobile-menu__nav{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.mobile-menu__nav a{font-size:20px}.mobile-submenu{width:100%}.mobile-submenu__toggle{font-size:20px;display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;background:transparent;border:none;padding:0;cursor:pointer}.mobile-submenu__toggle .caret{transition:transform .2s ease}.mobile-submenu.is-open .mobile-submenu__toggle .caret{transform:rotate(180deg)}.mobile-submenu__list{list-style:none;padding-left:12px;margin:8px 0 0;display:none}.mobile-submenu.is-open .mobile-submenu__list{display:block}.mobile-submenu__list li a{display:block;font-size:18px;padding:6px 0}.mobile-menu__auth{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.mobile-menu__auth .register{text-decoration:underline}.mobile-menu__auth .authorize{text-decoration:none;color:#ff7300;border:1px solid #FF7300;border-radius:8px;padding:8px 28px 8px 20px;font-weight:500;font-size:16px;line-height:160%;letter-spacing:0}.mobile-menu__auth .authorize:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#ff8522;transition:left .3s ease;z-index:-1}.mobile-menu__auth .authorize:hover{color:#fbfbfb;border-color:#ff8522;background-color:#ff8522}body.menu-open{overflow:hidden}@media (max-width: 1024px){header{justify-content:space-between}header .desktop-nav,header .desktop-auth{display:none}header .burger-btn{display:inline-flex;flex-direction:column}}footer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;align-items:center;background-color:#e3f2fd;padding:30px 48px;margin-top:auto}footer .socials{display:flex;gap:16px;flex-direction:row;flex-wrap:nowrap}.inst-redirect,.telegram-redirect{cursor:pointer}.error-message{color:red}.question{position:relative}.question .question-fav{content:" ";position:absolute;height:24px;width:24px;opacity:.5;transition:all .3s ease;background-size:contain;background-repeat:no-repeat;background-position:center;top:8px;right:8px;border:none;background-image:url(/icons/bookmark.svg);cursor:pointer;font-size:18px;line-height:1;background-color:unset}.question .question-fav:hover{opacity:1;transform:scale(1.1);background-image:url(/icons/bookmark_checked.svg)}.question .question-fav.is-favorited{opacity:1;background-image:url(/icons/bookmark_checked.svg)}@media (min-width: 750px) and (max-width: 1024px){nav{gap:8px}}.alert{display:block;margin:25px auto;max-width:600px;padding:12px 16px;border-radius:8px;background:#ffc5c5;color:#820000;border:1px solid #FF0000;font-size:14px;line-height:1.4}.subscription-promo{background:#fff7df;border:2px dashed #9FD7FF;border-radius:8px;padding:16px;margin:16px 0}.subscription-promo__title{color:#ff7300;font-weight:600;font-size:18px;margin-bottom:12px}.subscription-promo__subtitle{font-weight:500;margin-bottom:8px}.subscription-promo__list{margin:0 0 12px 16px;padding:0;list-style:none}.subscription-promo__list li{position:relative;padding-left:10px;margin:4px 0}.subscription-promo__list li:before{content:"-";position:absolute;left:0;color:#1f1f1f}.subscription-promo__footer{display:flex;gap:16px;align-items:center}.subscription-promo__price{display:inline-block;background:#fff7df;border:1px solid #9FD7FF;color:#ff7300;padding:6px 12px;border-radius:6px;font-weight:600}.subscription-promo__buy{text-decoration:none;color:#fbfbfb;background:#ff7300;border:1px solid #FF7300;border-radius:8px;padding:10px 24px;font-weight:600;transition:background-color .2s ease}.subscription-promo__buy:hover{background:#ff8522;border-color:#ff8522}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.registration-container{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:20px;flex-direction:column}.registration-container .heading-wrapper .page-title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;text-align:center}.registration-container .heading-wrapper .sub-title{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;text-align:center}.registration-container .heading-wrapper .sub-title a{color:#0086eb;text-decoration:underline}.registration-container form{padding:104px 56px;min-width:800px;background-color:#e3f2fd;border-radius:24px;gap:24px;display:flex;flex-direction:column}.registration-container form .input-container{display:flex;flex-direction:column;gap:10px}.registration-container form .input-container input{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:16px;line-height:160%;letter-spacing:0;min-height:40px;background-color:#fbfbfb;border-radius:8px;border:none;padding:8px 7px}@media (max-width: 750px){.registration-container .heading-wrapper .page-title{font-size:36px}.registration-container .heading-wrapper .sub-title{font-size:18px}.registration-container form{min-width:328px;padding:35px 24px}.registration-container form .input-container input{font-size:14px}}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}h1.heading-text{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;letter-spacing:3px;font-weight:700;font-size:83px;line-height:110%;text-transform:uppercase;color:#004e87;text-align:center;white-space:nowrap}h1.heading-text.mobile{display:none}.main-photo{padding:0 72px;position:relative}.main-photo:before{content:"";position:absolute;top:85%;right:0;transform:translateY(-50%);width:800px;height:800px;background:linear-gradient(135deg,#3b82f666,#93c5fd33);border-radius:50%;filter:blur(80px);z-index:-1;pointer-events:none}.main-photo .more-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;margin-bottom:24px}.main-photo .more-wrapper .text{font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;max-width:60%}.main-photo .more-wrapper .learn-more{text-decoration:none;color:#fbfbfb;border:1px solid #FF7300;background-color:#ff7300;border-radius:8px;padding:8px 28px 8px 20px;font-weight:500;font-size:16px;line-height:160%;letter-spacing:0;position:relative;overflow:hidden;transition:all .3s ease}.main-photo .more-wrapper .learn-more:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fbfbfb;transition:left .3s ease;z-index:-1}.main-photo .more-wrapper .learn-more:hover{color:#ff8522;border-color:#ff8522;background-color:#fbfbfb;box-shadow:0 8px 25px #00000026,0 4px 10px #0000001a;transform:translateY(-2px)}.main-photo .more-wrapper .learn-more:hover:after{left:0}.main-photo .more-wrapper .learn-more:hover:before{background-image:url(/icons/account.svg)}.main-photo .more-wrapper .learn-more:before{content:"";display:inline-block;width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-image:url(/icons/account_white.svg);margin-right:8px;margin-bottom:3px;vertical-align:middle;position:relative;z-index:1;transition:background-image .3s ease}.main-photo .more-wrapper .learn-more:active{transform:translateY(0);box-shadow:0 4px 15px #0000001a}.main-photo .image-wrapper{position:relative;width:100%}.main-photo .image-wrapper .main-image{display:block;width:100%;height:auto;border-radius:20px}.main-photo .image-wrapper .socials{position:absolute;left:45%;bottom:4%}.main-photo .cards-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-around;margin-top:64px;gap:24px}.main-photo .cards-wrapper .card{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;padding:16px 40px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px;background-color:#e3f2fd;border:1px solid #0086EB;border-radius:8px;width:30%;height:144px}.main-photo .cards-wrapper .card .heading{font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;text-align:center}.main-photo .cards-wrapper .card .text{font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;text-align:center}.main-photo .cards-wrapper .card:nth-child(2n){background-color:#fff7df;border:1px solid #FFC200}.about-us{margin-top:120px;padding:0 72px;position:relative}.about-us:before{content:"";position:absolute;top:72%;left:-17%;transform:translateY(-50%);width:800px;height:800px;background:linear-gradient(135deg,#3b82f666,#93c5fd33);border-radius:50%;filter:blur(50px);z-index:-1;pointer-events:none}.about-us h1{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;text-align:left;color:#1f1f1f;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0}.about-us .block{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;position:relative}.about-us .block .text-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;width:47%}.about-us .block .text-wrapper .text-natalia{position:absolute;left:40%;top:11%}.about-us .block .text-wrapper .text-viktoria{position:absolute;left:3%;top:-1%}.about-us .block .text-wrapper .about-us-learn-more{align-self:flex-start;text-decoration:none;color:#fbfbfb;border:1px solid #FF7300;background-color:#ff7300;border-radius:8px;padding:8px 28px 8px 20px;font-weight:500;font-size:16px;line-height:160%;letter-spacing:0;position:relative;overflow:hidden;transition:all .3s ease}.about-us .block .text-wrapper .about-us-learn-more:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fbfbfb;transition:left .3s ease;z-index:-1}.about-us .block .text-wrapper .about-us-learn-more:hover{color:#ff8522;border-color:#ff8522;background-color:#fbfbfb;box-shadow:0 8px 25px #00000026,0 4px 10px #0000001a;transform:translateY(-2px)}.about-us .block .text-wrapper .about-us-learn-more:hover:after{left:0}.about-us .block .text-wrapper .about-us-learn-more:active{transform:translateY(0);box-shadow:0 4px 15px #0000001a}.how-it-works{margin-top:120px;padding:0 72px;position:relative}.how-it-works:before{content:"";position:absolute;top:85%;right:0;transform:translateY(-50%);width:800px;height:800px;background:linear-gradient(135deg,#3b82f666,#93c5fd33);border-radius:50%;filter:blur(50px);z-index:-1;pointer-events:none}.how-it-works h1{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;text-align:left;color:#1f1f1f;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;margin-bottom:120px}.how-it-works .timeline-element{position:absolute;left:50%;top:0;bottom:0;height:100%;width:20px;display:flex;flex-direction:column;align-items:center}.how-it-works .timeline-element .timeline-dot{width:8px;height:8px;background-color:#0086eb;border-radius:50%;position:relative;z-index:2;flex-shrink:0}.how-it-works .timeline-element .timeline-line{width:2px;flex:1;background:repeating-linear-gradient(to bottom,#0086EB 0,#0086EB 20px,transparent 20px,transparent 44px);margin-top:4px}.how-it-works .content-wrapper{display:flex;flex-direction:row;justify-content:center;min-height:800px;position:relative}.how-it-works .content-wrapper .column{width:50%;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;gap:100px}.how-it-works .content-wrapper .column.right .card{align-self:flex-end}.how-it-works .content-wrapper .column .card{gap:17px;position:relative;padding:16px;background-color:#e3f2fd;border-radius:8px;min-height:165px;max-width:512px;display:flex;flex-direction:column;align-items:flex-start}.how-it-works .content-wrapper .column .card .number{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;position:absolute;z-index:-1;color:#ffc200;font-weight:500;font-size:72px;line-height:100%;letter-spacing:0;left:-10%;top:-21%}.how-it-works .content-wrapper .column .card .heading{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;color:#004e87}.how-it-works .content-wrapper .column .card .text{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:18px;line-height:160%;letter-spacing:0;color:#004e87}.banner{height:298px;background-repeat:no-repeat;background-size:cover;background-image:url(/images/banner.png);display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:30px}.banner .heading{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;text-align:center;color:#e3f2fd}.banner .text{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;color:#e3f2fd}.banner .button{text-decoration:none;color:#fbfbfb;border:1px solid #FF7300;background-color:#ff7300;border-radius:8px;padding:8px 28px 8px 20px;font-weight:500;font-size:16px;line-height:160%;letter-spacing:0;position:relative;overflow:hidden;transition:all .3s ease}.banner .button:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fbfbfb;transition:left .3s ease;z-index:-1}.banner .button:hover{color:#ff8522;border-color:#ff8522;background-color:#fbfbfb;box-shadow:0 8px 25px #00000026,0 4px 10px #0000001a;transform:translateY(-2px)}.banner .button:hover:after{left:0}.banner .button:active{transform:translateY(0);box-shadow:0 4px 15px #0000001a}.video{margin-top:120px;padding:0 72px;position:relative}.video .heading-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.video .heading-wrapper h1{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0}.video .heading-wrapper span{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:18px;line-height:160%;letter-spacing:0;max-width:30%}.video .video-container{position:relative;width:100%;max-width:800px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #00000026}.video .video-container .video-preview{position:relative;cursor:pointer;transition:transform .3s ease}.video .video-container .video-preview:hover{transform:scale(1.02)}.video .video-container .video-preview:hover .play-button{transform:translate(-50%,-50%) scale(1.1)}.video .video-container .video-preview .video-thumbnail{width:100%;height:auto;display:block}.video .video-container .video-preview .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .3s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.video .video-container .video-preview .play-button svg{transition:all .3s ease}.video .video-container .video-preview .play-button:hover svg{filter:brightness(1.1)}.video .video-container .video-preview .video-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fbfbfb;gap:16px}.video .video-container .video-preview .video-loading .loading-info{text-align:center;max-width:300px}.video .video-container .video-preview .video-loading .loading-info .progress-bar{width:250px;height:4px;background:#ffffff4d;border-radius:2px;overflow:hidden;margin:10px 0}.video .video-container .video-preview .video-loading .loading-info .progress-bar .progress-fill{height:100%;background:#ff7300;width:0%;transition:width .3s ease}.video .video-container .video-preview .video-loading .spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #FF7300;border-radius:50%;animation:spin 1s linear infinite}.video .video-container video{width:100%;height:auto;border-radius:12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.questions{margin-top:120px;padding:0 72px}.questions h1{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;text-align:left;color:#1f1f1f;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;margin-bottom:40px}.questions .questions-wrapper{display:flex;flex-direction:column;gap:16px}.questions .questions-wrapper .question{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background-color:#e3f2fd}.questions .questions-wrapper .question .heading{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.questions .questions-wrapper .question .heading:hover{background-color:#e3f2fd}.questions .questions-wrapper .question .heading .heading-text{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;font-weight:500;font-size:18px;line-height:140%;color:#004e87;flex:1}.questions .questions-wrapper .question .heading:after{content:"";display:block;width:20px;height:20px;background-image:url(/icons/chevron_open.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease;flex-shrink:0}.questions .questions-wrapper .question .delimiter{height:1px;background-color:#fff;margin:0 24px;opacity:0;transition:opacity .3s ease}.questions .questions-wrapper .question .text{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:16px;line-height:160%;color:#004e87;padding:0 24px;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background-color:#e3f2fd}.questions .questions-wrapper .question .text.active{padding:20px 24px 24px}.questions .questions-wrapper .question.active .heading:after{transform:rotate(180deg)}.questions .questions-wrapper .question.active .delimiter{opacity:1}.reviews-section{margin-top:120px;padding:0 72px;position:relative}.reviews-section:before{content:"";position:absolute;top:50%;left:-10%;transform:translateY(-50%);width:600px;height:600px;background:linear-gradient(135deg,#3b82f64d,#93c5fd26);border-radius:50%;filter:blur(60px);z-index:-1;pointer-events:none}.reviews-section .heading-wrapper{display:flex;margin-bottom:60px;flex-direction:row;justify-content:space-between;align-items:center}.reviews-section .heading-wrapper h1{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;color:#1f1f1f;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;margin:0 0 16px}.reviews-section .heading-wrapper span{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:18px;line-height:160%;color:#1f1f1f}.reviews-section .swiper-wrapper .card{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;margin:0 12px;padding:24px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start;gap:16px;background-color:#fff7df;border:#FFDEC3 1px solid;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;min-height:320px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.reviews-section .swiper-wrapper .card:hover{box-shadow:0 12px 40px #00000026;border-color:#ff8522}.reviews-section .swiper-wrapper .card .heading{display:flex;align-items:center;gap:12px;margin-bottom:0;width:100%;font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-align:left}.reviews-section .swiper-wrapper .card .heading img{width:48px;height:48px;flex-shrink:0;border-radius:50%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.reviews-section .swiper-wrapper .card .heading .text-wrapper{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.reviews-section .swiper-wrapper .card .heading .text-wrapper .name{font-weight:600;font-size:18px;color:#1f1f1f;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviews-section .swiper-wrapper .card .heading .text-wrapper .result{font-weight:400;font-size:14px;color:#b45100;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviews-section .swiper-wrapper .card .delimiter{width:100%;height:1px;background:linear-gradient(90deg,#3b82f64d,#3b82f61a);margin:0;flex-shrink:0}.reviews-section .swiper-wrapper .card .text{flex:1;width:100%;font-weight:400;font-size:16px;line-height:1.6;letter-spacing:0;text-align:left;color:#374151;overflow:hidden}.reviews-section .swiper-wrapper .card .text p{margin:0;font-size:inherit;line-height:inherit;color:inherit;word-wrap:break-word;overflow-wrap:break-word}.our-inst{margin-top:120px;padding:0 72px;background-image:url(/images/instagram.png);background-repeat:no-repeat;background-position:center;background-size:contain;min-height:997px;cursor:pointer}.our-inst h1{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;text-align:left;color:#1f1f1f;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;margin-bottom:40px}@media (max-width: 1200px){.reviews-section .cards-wrapper .reviews-slider-wrapper{max-width:660px}.reviews-section .cards-wrapper .reviews-slider-track .card{flex:0 0 306px;max-width:306px;margin:0 8px}}@media (max-width: 1024px){h1.heading-text{font-size:53px!important}}@media (max-width: 768px){.reviews-section{padding:0 24px}.reviews-section .heading-wrapper{margin-bottom:40px}.reviews-section .heading-wrapper h1{font-size:36px}.reviews-section .heading-wrapper span{font-size:16px}.reviews-section .cards-wrapper .reviews-slider-wrapper{max-width:330px}.reviews-section .cards-wrapper .reviews-slider-track .card{flex:0 0 306px;max-width:306px;margin:0 12px;min-height:280px;padding:20px}.reviews-section .cards-wrapper .reviews-slider-track .card .heading img{width:40px;height:40px}.reviews-section .cards-wrapper .reviews-slider-track .card .heading .text-wrapper .name{font-size:16px}.reviews-section .cards-wrapper .reviews-slider-track .card .heading .text-wrapper .result{font-size:13px}.reviews-section .cards-wrapper .reviews-slider-track .card .text{font-size:15px}}@media (max-width: 480px){.reviews-section{padding:0 16px}.reviews-section .cards-wrapper .reviews-slider-wrapper{max-width:calc(100vw - 32px)}.reviews-section .cards-wrapper .reviews-slider-track .card{flex:0 0 min(306px,calc(100vw - 56px));max-width:min(306px,calc(100vw - 56px));margin:0 8px;padding:16px}}@media (max-width: 360px){.reviews-section .cards-wrapper .reviews-slider-track .card{flex:0 0 calc(100vw - 48px);max-width:calc(100vw - 48px);margin:0 4px}}@media (min-width: 750px) and (max-width: 1024px){.main-photo .cards-wrapper{flex-wrap:wrap;justify-content:space-between}.main-photo .cards-wrapper .card{width:calc(39% - 12px)}.main-photo .cards-wrapper .card:nth-child(3){width:100%}.about-us-image{width:98%}.how-it-works .card{max-width:300px!important}.banner .text{margin-bottom:121px}}@media (min-width: 750px) and (max-width: 1024px){.main-photo{padding:0 24px}h1.heading-text{font-size:clamp(34px,6vw,53px)!important;letter-spacing:1px;white-space:nowrap}h1.heading-text span{margin-left:12px}}@media (max-width: 749px){h1.heading-text{white-space:normal!important;font-size:35px!important;text-align:start!important}h1.heading-text .line1,h1.heading-text .line2,h1.heading-text .line3{display:block}.main-photo{padding:0 12px}.main-photo .more-wrapper{flex-direction:column!important;align-items:flex-start!important}.main-photo .more-wrapper .text{max-width:unset!important}.main-photo .more-wrapper .learn-more{padding:15px 12px!important}.main-photo .image-wrapper{margin-top:20px}.main-photo .cards-wrapper{flex-direction:column}.main-photo .cards-wrapper .card{width:80%;padding:30px 24px}.about-us{padding:0 12px}.about-us .about-us-image{width:100%}.about-us .block{flex-direction:column}.about-us .block .text-wrapper{width:unset}.about-us .block .text-wrapper .text-natalia{position:absolute;left:72%;top:2%;max-width:120px}.about-us .block .text-wrapper .text-viktoria{top:-63%;max-width:88px}.about-us .block .text-wrapper .text-block{border:1px solid #0086EB;border-radius:12px;padding:20px;margin-top:20px;width:100%;max-width:300px;position:relative;z-index:1;background-color:#e3f2fd;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.about-us .block .text-wrapper .about-us-learn-more{align-self:center;margin-top:20px}.how-it-works{padding:0 12px}}@media (max-width: 750px){.about-us .block{flex-direction:column}.about-us .block:nth-of-type(2) .image-wrapper{margin-top:20px;order:0}.about-us .block:nth-of-type(2) .text-wrapper{order:1}}@media (max-width: 750px){.how-it-works .content-wrapper{flex-direction:column;min-height:auto}.how-it-works .timeline-element{display:none}.how-it-works .content-wrapper .column{width:100%;gap:24px}.how-it-works .content-wrapper .column.right .card{align-self:flex-start}.how-it-works .content-wrapper .column .card{max-width:100%}}.how-it-works .column.mobile{display:none}@media (max-width: 750px){h1.heading-text.mobile{display:block}h1.heading-text,.how-it-works .content-wrapper .column{display:none}.how-it-works .content-wrapper .column.mobile{display:flex;gap:80px;align-items:center}.how-it-works .content-wrapper .column.mobile .card{max-width:75%}.how-it-works .content-wrapper .column.mobile .card .number{z-index:2}.banner{background-image:url(/images/banner_mobile.png);gap:15px}.banner .text{margin-top:40px}.video{margin-top:0;padding:20px 12px 0;background-color:#e3f2fd}.video .heading-wrapper{flex-direction:column}.video .heading-wrapper span{max-width:100%}.questions{padding:0 12px}.questions h1{font-size:40px}.reviews-section .heading-wrapper{flex-direction:column;align-items:flex-start}.our-inst{padding:0 12px;background-image:url(/images/instagram_mobile.png)}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.login-container{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:20px;flex-direction:column}.login-container .heading-wrapper .page-title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;text-align:center}.login-container .heading-wrapper .sub-title{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;text-align:center}.login-container .heading-wrapper .sub-title a{color:#0086eb;text-decoration:underline}.login-container form{padding:104px 56px;min-width:800px;background-color:#e3f2fd;border-radius:24px;gap:24px;display:flex;flex-direction:column}.login-container form .input-container{display:flex;flex-direction:column;gap:10px}.login-container form .input-container input{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:16px;line-height:160%;letter-spacing:0;min-height:40px;background-color:#fbfbfb;border-radius:8px;border:none;padding:8px 7px}@media (max-width: 750px){.login-container .heading-wrapper .page-title{font-size:36px}.login-container .heading-wrapper .sub-title{font-size:18px}.login-container form{min-width:328px;padding:35px 24px}.login-container form .input-container input{font-size:14px}}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.policy-container{padding:0 72px;margin-bottom:120px}.policy-container .content-wrapper{padding:24px 400px 24px 24px;border-radius:16px;background-color:#f6f6f6}.policy-container h1{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;text-align:start;width:100%}.policy-container .text{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:18px;line-height:160%;letter-spacing:0}.policy-container .text p{font-family:Roboto,serif;font-weight:500;font-size:24px;line-height:100%;letter-spacing:0}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.wrapper .bases-container{padding:0 72px;height:100%;min-height:100vh;overflow:hidden}.wrapper .bases-container .telegram-redirect{color:#0086eb;text-decoration:underline}.wrapper .bases-container:before{content:"";position:absolute;top:65%;right:-36%;transform:translateY(-50%);width:800px;height:800px;background:linear-gradient(135deg,#3b82f666,#93c5fd33);border-radius:50%;filter:blur(80px);z-index:-1;pointer-events:none;overflow:hidden}.wrapper .bases-container:after{content:"";position:absolute;top:100%;left:-36%;transform:translateY(-50%);width:800px;height:800px;background:linear-gradient(135deg,#3b82f666,#93c5fd33);border-radius:50%;filter:blur(80px);z-index:-1;pointer-events:none;overflow:hidden}.wrapper .bases-container .page-title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;text-align:start;width:100%}.wrapper .bases-container .content-wrapper{display:flex;flex-direction:column;gap:16px;font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:18px;line-height:160%;letter-spacing:0}.wrapper .bases-container .content-wrapper.not-authorized h1{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;text-align:center}.wrapper .bases-container .content-wrapper.not-authorized h1 .authorize{color:#0086eb;text-decoration:underline;cursor:pointer;transition:all .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.1);text-decoration-thickness:1px;text-decoration-color:#0086eb;text-underline-offset:2px;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.wrapper .bases-container .content-wrapper.not-authorized h1 .authorize:hover{color:#ff7300;text-decoration-color:#ff7300;text-decoration-thickness:2px;transform:translateY(-1px);text-shadow:0 2px 4px rgba(0,0,0,.1)}.wrapper .bases-container .content-wrapper.not-authorized h1 .authorize:active{transform:translateY(0);transition:transform .1s ease}.wrapper .bases-container .content-wrapper .base{display:flex;background-color:#fbfbfb;border:1px solid #004E87;border-radius:8px;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:16px}.wrapper .bases-container .content-wrapper .base .actions-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:20%}.wrapper .bases-container .content-wrapper .base .actions-wrapper .action{background-color:#fbfbfb;padding:8px 20px;border:1px solid #004E87;border-radius:8px;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wrapper .bases-container .content-wrapper .base .actions-wrapper .action:hover,.wrapper .bases-container .content-wrapper .base.started,.wrapper .bases-container .content-wrapper .base.started .action{background-color:#e3f2fd}.wrapper .bases-container .content-wrapper .base.started .action:hover{background-color:#fbfbfb}@media (max-width: 750px){.base{padding:5px!important}.base .actions-wrapper{width:unset!important}.base .actions-wrapper .count{font-size:12px}.base .actions-wrapper .action{padding:2px 7px!important;font-size:12px;margin-left:5px}}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.wrapper{overflow:hidden;position:relative}.wrapper .booklets-container{padding:0 72px;height:100%;min-height:100vh;overflow:hidden}.wrapper .booklets-container:before{content:"";position:absolute;top:65%;right:-36%;transform:translateY(-50%);width:800px;height:800px;background:linear-gradient(135deg,#3b82f666,#93c5fd33);border-radius:50%;filter:blur(80px);z-index:-1;pointer-events:none;overflow:hidden}.wrapper .booklets-container:after{content:"";position:absolute;top:100%;left:-36%;transform:translateY(-50%);width:800px;height:800px;background:linear-gradient(135deg,#3b82f666,#93c5fd33);border-radius:50%;filter:blur(80px);z-index:-1;pointer-events:none;overflow:hidden}.wrapper .booklets-container .page-title{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit;font-weight:500;font-size:48px;line-height:110%;letter-spacing:0;text-align:start;width:100%}.wrapper .booklets-container .periods-wrapper{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:12px;margin:20px 0;font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:16px}.wrapper .booklets-container .periods-wrapper .period{padding:8px 16px;border:1px solid #004E87;border-radius:8px;cursor:pointer;transition:background-color .3s ease;text-decoration:none;color:#004e87}.wrapper .booklets-container .periods-wrapper .period:hover{background-color:#e3f2fd}.wrapper .booklets-container .periods-wrapper .period.active{background-color:#004e87;color:#fbfbfb}.wrapper .booklets-container .content-wrapper{display:flex;flex-direction:column;gap:16px;font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:18px;line-height:160%;letter-spacing:0}.wrapper .booklets-container .content-wrapper .booklet{display:flex;background-color:#fbfbfb;border:1px solid #004E87;border-radius:8px;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:16px}.wrapper .booklets-container .content-wrapper .booklet .actions-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:20%}.wrapper .booklets-container .content-wrapper .booklet .actions-wrapper .action{background-color:#fbfbfb;padding:8px 20px;border:1px solid #004E87;border-radius:8px;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wrapper .booklets-container .content-wrapper .booklet .actions-wrapper .action:hover,.wrapper .booklets-container .content-wrapper .booklet.started,.wrapper .booklets-container .content-wrapper .booklet.started .action{background-color:#e3f2fd}.wrapper .booklets-container .content-wrapper .booklet.started .action:hover{background-color:#fbfbfb}@media (max-width: 750px){.booklet{padding:5px!important}.booklet .actions-wrapper{width:unset!important}.booklet .actions-wrapper .count{font-size:12px}.booklet .actions-wrapper .action{padding:2px 7px!important;font-size:12px;margin-left:5px}}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.profile-content{display:flex;gap:24px;padding:72px}.profile-content .side-menu{border:1px solid #004E87;border-radius:8px;padding:16px;min-width:300px;display:flex;flex-direction:column;height:100vh}.profile-content .side-menu .heading{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;border-bottom:1px solid #004E87}.profile-content .side-menu .menu-items{margin-top:24px;gap:8px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start}.profile-content .side-menu .menu-items .item{padding:8px;display:flex;gap:8px;flex-direction:row;flex-wrap:nowrap;align-items:center;width:100%;box-sizing:border-box}.profile-content .side-menu .menu-items .item.active,.profile-content .side-menu .menu-items .item:hover{background-color:#e3f2fd;border-radius:8px;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-content .side-menu .logout{margin-top:auto;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start}.profile-content .side-menu .logout .link-button{background:none;border:none;padding:0;display:flex;align-items:center;gap:8px;font:inherit;color:inherit;cursor:pointer}.profile-content .side-menu .logout:hover{background-color:#e3f2fd;border-radius:8px;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-content .main-content{flex:1}.profile-content .main-content .content-heading{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:48px;letter-spacing:0;margin-top:0;margin-bottom:0}.mobile-side-menu{display:none}@media (max-width: 1024px){.side-menu{min-width:195px!important}}@media (max-width: 750px){.profile-content{flex-direction:column;padding:24px}.side-menu{display:none!important}.mobile-side-menu{display:flex;border:1px solid #004E87;border-radius:8px;padding:16px;min-width:300px;flex-direction:column}.mobile-side-menu .heading{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;text-align:center;border-bottom:1px solid #004E87}.mobile-side-menu .menu-items{margin-top:24px;gap:8px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:space-around}.mobile-side-menu .menu-items .item{padding:8px;display:flex;gap:8px;flex-direction:row;flex-wrap:nowrap;align-items:center;box-sizing:border-box}.mobile-side-menu .menu-items .item.active,.mobile-side-menu .menu-items .item:hover{background-color:#e3f2fd;border-radius:8px;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-side-menu .logout{padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-top:20px;border-top:1px solid #004E87}.mobile-side-menu .logout:hover{background-color:#e3f2fd;border-radius:8px;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.schedule-container .no-schedule{background-color:#fff7df;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.schedule-container .no-schedule h2{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;text-align:center}.schedule-container .no-schedule .learn-more{text-decoration:none;color:#fbfbfb;border:1px solid #FF7300;background-color:#ff7300;border-radius:8px;padding:8px 28px 8px 20px;font-weight:500;font-size:16px;line-height:160%;letter-spacing:0;position:relative;overflow:hidden;transition:all .3s ease}.schedule-container .no-schedule .learn-more:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fbfbfb;transition:left .3s ease;z-index:-1}.schedule-container .no-schedule .learn-more:hover{color:#ff8522;border-color:#ff8522;background-color:#fbfbfb;box-shadow:0 8px 25px #00000026,0 4px 10px #0000001a;transform:translateY(-2px)}.schedule-container .no-schedule .learn-more:hover:after{left:0}.schedule-container .no-schedule .learn-more:active{transform:translateY(0);box-shadow:0 4px 15px #0000001a}.schedule-container .calendar{width:100%;font-family:Arial,sans-serif}.schedule-container .calendar-header{text-align:center;margin-bottom:20px}.schedule-container .calendar-header h2{margin:0;font-size:36px!important;color:#333;font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400}.schedule-container .calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:2px}.schedule-container .weekday{padding:10px;text-align:center;font-weight:700;background-color:#f0f0f0;color:#666;font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;font-size:inherit;line-height:inherit}.schedule-container .calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.schedule-container .day-square{background-color:#fbfbfb;border:2px solid #004E87;min-height:80px;position:relative;padding:8px;transition:all .2s}.schedule-container .day-square:hover{border-color:#ff7300;box-shadow:0 2px 8px #0000001a}.schedule-container .day-square.other-month{background-color:#f8f9fa;border-color:#dee2e6}.schedule-container .day-square.other-month:hover{border-color:#adb5bd}.schedule-container .day-square.today{background-color:#e3f2fd;border-color:#ff7300}.schedule-container .day-square.today:hover{border-color:#ff8522}.schedule-container .date-circle{position:absolute;top:8px;left:8px;width:24px;height:24px;background-color:#0086eb;color:#fbfbfb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.schedule-container .day-square.other-month .date-circle{background-color:#e3f2fd}.schedule-container .day-square.today .date-circle,.schedule-container .day-square.has-lesson .date-circle{background-color:#ff7300;color:#fbfbfb}.schedule-container .day-square.has-lesson{cursor:pointer}.schedule-container .lesson-info{margin-top:35px;padding:0 4px;font-size:12px;line-height:1.3}.schedule-container .lesson-info .subject-name{color:#004e87;font-weight:700;margin-bottom:2px;word-break:break-word}.schedule-container .lesson-info .lesson-topic{color:#6e6e6e;margin-bottom:2px;word-break:break-word}.schedule-container .lesson-info .lesson-time{color:#ff7300;font-size:11px;font-weight:500}@media (max-width: 768px){.schedule-container .day-square{min-height:60px}.schedule-container .date-circle{width:20px;height:20px;font-size:10px}.schedule-container .lesson-info{margin-top:28px;font-size:10px}.schedule-container .lesson-info .lesson-time{font-size:9px}}@media (max-width: 750px){.schedule-container .wrapper{overflow-x:scroll!important}.schedule-container .calendar{width:200%!important}}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.lessons-container .no-lessons{background-color:#fff7df;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lessons-container .no-lessons h2{font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:24px;line-height:160%;letter-spacing:0;text-align:center}.lessons-container .no-lessons .learn-more{text-decoration:none;color:#fbfbfb;border:1px solid #FF7300;background-color:#ff7300;border-radius:8px;padding:8px 28px 8px 20px;font-weight:500;font-size:16px;line-height:160%;letter-spacing:0;position:relative;overflow:hidden;transition:all .3s ease}.lessons-container .no-lessons .learn-more:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#fbfbfb;transition:left .3s ease;z-index:-1}.lessons-container .no-lessons .learn-more:hover{color:#ff8522;border-color:#ff8522;background-color:#fbfbfb;box-shadow:0 8px 25px #00000026,0 4px 10px #0000001a;transform:translateY(-2px)}.lessons-container .no-lessons .learn-more:hover:after{left:0}.lessons-container .no-lessons .learn-more:active{transform:translateY(0);box-shadow:0 4px 15px #0000001a}.lessons-container .content-wrapper.lesson-show{display:block}.lessons-container .content-wrapper.lesson-show .status-banner{margin:8px 0 16px;padding:8px 12px;border-radius:6px;font-size:14px}.lessons-container .content-wrapper.lesson-show .status-banner.success{background:#d1fadf;color:#166534;border:1px solid #bbf7d0}.lessons-container .content-wrapper.lesson-show .video-placeholder{width:100%;min-height:300px;background:#e5e7eb;border:1px solid #004E87;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.lessons-container .content-wrapper.lesson-show .video-placeholder .play-btn{width:96px;height:96px;border-radius:50%;border:1px solid #9ca3af;background:#f9fafb;display:flex;align-items:center;justify-content:center}.lessons-container .content-wrapper.lesson-show .video-placeholder .play-btn .triangle{margin-left:4px;width:0;height:0;border-left:24px solid #111827;border-top:16px solid transparent;border-bottom:16px solid transparent}.lessons-container .content-wrapper.lesson-show .resources{margin:8px 0 12px}.lessons-container .content-wrapper.lesson-show .resources .resource-link{color:#004e87;text-decoration:underline;background:transparent;border:none;padding:0;cursor:pointer}.lessons-container .content-wrapper.lesson-show .resources .resource-link.disabled{color:#9ca3af;text-decoration:none;cursor:default}.lessons-container .content-wrapper.lesson-show .presentation-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:1000}.lessons-container .content-wrapper.lesson-show .presentation-modal .presentation-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.lessons-container .content-wrapper.lesson-show .presentation-modal .presentation-dialog{position:relative;width:min(96vw,1100px);height:min(90vh,800px);margin:4vh auto;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #004E87}.lessons-container .content-wrapper.lesson-show .presentation-modal .presentation-close{position:absolute;top:8px;right:8px;background:#fff;border:1px solid #004E87;border-radius:4px;width:32px;height:32px;cursor:pointer;z-index:2}.lessons-container .content-wrapper.lesson-show .presentation-modal iframe{width:100%;height:100%;border:none}.lessons-container .content-wrapper.lesson-show .presentation-modal .pdfjs-viewer{position:relative;display:flex;flex-direction:column;width:100%;height:100%;background:#f3f4f6}.lessons-container .content-wrapper.lesson-show .presentation-modal .pdfjs-toolbar{display:flex;align-items:center;gap:8px;padding:8px;border-bottom:1px solid #004E87;background:#fff}.lessons-container .content-wrapper.lesson-show .presentation-modal .pdfjs-toolbar .btn{border:1px solid #004E87;background:#fff;color:#004e87;padding:4px 8px;border-radius:4px;cursor:pointer}.lessons-container .content-wrapper.lesson-show .presentation-modal .pdfjs-toolbar .spacer{flex:1 1 auto}.lessons-container .content-wrapper.lesson-show .presentation-modal .pdf-page-info{color:#004e87;font-size:14px}.lessons-container .content-wrapper.lesson-show .presentation-modal .pdf-canvas-wrap{flex:1 1 auto;overflow:auto;display:flex;align-items:flex-start;justify-content:center;padding:8px}.lessons-container .content-wrapper.lesson-show .presentation-modal #pdf-canvas{max-width:100%;height:auto;background:#fff;box-shadow:0 1px 3px #0000001a}.lessons-container .content-wrapper .subjects{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;margin-top:24px;margin-bottom:24px}.lessons-container .content-wrapper .subjects .subject{padding:8px;font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:18px;line-height:160%;letter-spacing:0;color:#004e87;cursor:pointer;transition:all .3s ease;border:1px solid #004E87;border-radius:8px}.lessons-container .content-wrapper .subjects .subject:hover,.lessons-container .content-wrapper .subjects .subject.active{background-color:#e3f2fd}.lessons-container .content-wrapper .lessons-list{display:flex;flex-direction:column;flex-wrap:nowrap;gap:16px}.lessons-container .content-wrapper .lessons-list .lesson{flex:1;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;padding:16px;border:1px solid #004E87;border-radius:8px;font-family:Stolzl,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-size:inherit;line-height:inherit;font-weight:400;font-size:18px;line-height:160%;letter-spacing:0}.lessons-container .content-wrapper .lessons-list .lesson .progress-ring{position:relative;display:inline-block;width:60px;height:60px}.lessons-container .content-wrapper .lessons-list .lesson .progress-ring-svg{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotate(-90deg);transform-origin:50% 50%}.lessons-container .content-wrapper .lessons-list .lesson .progress-ring-circle-bg{opacity:.3;vector-effect:non-scaling-stroke}.lessons-container .content-wrapper .lessons-list .lesson .progress-ring-circle{stroke-dasharray:157.08;stroke-dashoffset:157.08;stroke-linecap:round;transition:stroke-dashoffset 2s ease-in-out;vector-effect:non-scaling-stroke}.lessons-container .content-wrapper .lessons-list .lesson .result{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;font-size:14px;color:#004e87}.lessons-container .content-wrapper .lessons-list .lesson .button{border:1px solid #004E87;border-radius:8px;padding:8px 28px 8px 20px;font-weight:500;font-size:16px;line-height:160%;letter-spacing:0;position:relative;overflow:hidden;transition:all .3s ease;cursor:pointer}.lessons-container .content-wrapper .lessons-list .lesson .button:hover{background-color:#e3f2fd}@media (max-width: 1024px){.lessons-container .content-wrapper.lesson-show .status-banner{font-size:13px}.lessons-container .content-wrapper.lesson-show .video-placeholder{min-height:240px}.lessons-container .content-wrapper.lesson-show .resources{margin:10px 0 12px}.lessons-container .content-wrapper.lesson-show .lessons-list .lesson{padding:12px}.name,.date{font-size:14px}.lessons-container{padding:0}.lessons-container .lesson{padding:8px!important}.lessons-container .lesson .name,.lessons-container .lesson .date{font-size:10px}.lessons-container .lesson .progress-ring{width:48px;height:48px}.lessons-container .lesson .progress-ring-svg{width:100%;height:100%}.lessons-container .lesson .result{font-size:12px}.lessons-container .lesson .button{padding:6px 20px;font-size:14px}}@media (max-width: 480px){.lessons-container .content-wrapper.lesson-show .status-banner{font-size:13px}.lessons-container .content-wrapper.lesson-show .video-placeholder{min-height:180px}.lessons-container .content-wrapper.lesson-show .resources{margin:12px 0}.lessons-container .content-wrapper.lesson-show .lessons-list .lesson{padding:10px;flex-wrap:wrap;justify-content:flex-start;gap:8px 12px}.lessons-container .content-wrapper.lesson-show .lessons-list .lesson .name{display:inline-block;border:1px solid #004E87;border-radius:8px;padding:6px 10px;font-size:14px;line-height:1.2}.lessons-container .content-wrapper.lesson-show .lessons-list .lesson .progress-ring{width:40px;height:40px}.lessons-container .content-wrapper.lesson-show .lessons-list .lesson .result{font-size:11px}.lessons-container .content-wrapper.lesson-show .lessons-list .lesson .button{padding:6px 16px!important;font-size:12px!important;margin-left:auto}}.lessons-container .content-wrapper.lesson-show .lessons-list.subjects-list .lesson .progress-ring{margin-left:auto;margin-right:10px}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.my-tests-container{max-width:1000px;margin:0 auto;padding:20px}.my-tests-container h1{margin:0 0 16px;font-size:24px;line-height:1.3}.my-tests-container .subjects{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;margin-top:8px;margin-bottom:24px}.my-tests-container .subjects .subject{padding:8px;font-weight:400;font-size:18px;line-height:160%;color:#004e87;cursor:pointer;transition:all .3s ease;border:1px solid #004E87;border-radius:8px}.my-tests-container .subjects .subject:hover,.my-tests-container .subjects .subject.active{background-color:#e3f2fd}.my-tests-container .favorites-questions{display:flex;flex-direction:column;gap:24px}.my-tests-container .question{background-color:#e3f2fd;padding:20px;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 4px #0000000d}.my-tests-container .question-text{font-size:18px;margin-bottom:20px;line-height:1.5;margin-top:10px}.my-tests-container .answers-container{display:flex;flex-direction:column;gap:10px}.my-tests-container .answer{padding:10px;border:1px solid #ddd;border-radius:5px;transition:background-color .2s ease}.my-tests-container .answer:hover{background-color:#f5f5f5}.my-tests-container .answer-label{display:flex;align-items:center;cursor:pointer}.my-tests-container .answer-input{margin-right:10px}.my-tests-container .answer.correct{background-color:#4caf5033;border-color:#4caf50}.my-tests-container .answer.incorrect{background-color:#f4433633;border-color:#f44336}.my-tests-container .answer.disabled{pointer-events:none;opacity:.7}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/fonts/Nunito-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_regular.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_medium.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Stolzl;src:url(/fonts/stolzl_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.profile-search-page{display:flex;flex-direction:column;gap:16px}.profile-search-page .search-input-wrap{display:flex;flex-direction:column;gap:8px}.profile-search-page .search-label{font-size:14px;opacity:.8}.profile-search-page .search-input{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;outline:none}.profile-search-page .search-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.profile-search-page .search-hint{font-size:12px;color:#6b7280}.profile-search-page .search-loading{font-size:14px}.profile-search-page .search-results{display:flex;flex-direction:column;gap:16px}.profile-search-page .question .question-text{margin-bottom:8px}.profile-search-page .answers-container{display:flex;flex-direction:column;gap:6px}.profile-search-page .answer-label{display:flex;align-items:center;gap:8px}.question{background-color:#e3f2fd;padding:20px;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 4px #0000000d}.question-text{font-size:18px;margin-bottom:20px;line-height:1.5;margin-top:10px}.answers-container{display:flex;flex-direction:column;gap:10px}.answer{padding:10px;border:1px solid #ddd;border-radius:5px;transition:background-color .2s ease}.answer:hover{background-color:#f5f5f5}.answer-label{display:flex;align-items:center;cursor:pointer}.answer-input{margin-right:10px}.answer.correct{background-color:#4caf5033;border-color:#4caf50}
