*{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,li,p,ul{margin:0;padding:0}a{color:inherit;text-decoration:none}ul li{list-style:none}body{font-family:Inter,sans-serif}.page-container{display:flex;flex-direction:column;height:100vh;justify-content:space-between;margin:0 auto}.page-container main{flex-grow:1}.content-container{margin:0 auto;max-width:1300px;min-width:350px;padding:80px 20px 0;width:100%}@media only screen and (max-width:968px){.content-container{padding:70px 10px 0}}.home-content-container{margin:0 auto;min-width:350px;padding-top:80px;width:100%}@media only screen and (max-width:968px){.home-content-container{padding-top:70px}}.content-width-container{margin:0 auto;max-width:1300px;min-width:350px;padding:0 20px;width:100%}@media only screen and (max-width:968px){.content-width-container{padding:0 10px}}.content-full-width-container{margin:0 auto;max-width:1300px;min-width:350px;width:100%}.content-intra-container{display:flex;gap:20px}@media only screen and (max-width:968px){.content-intra-container{display:block}}.content-intra-container{margin:50px auto}@media only screen and (max-width:768px){.content-intra-container{margin:30px auto}}@media only screen and (max-width:468px){.content-intra-container{margin:20px auto}}.content-intra-container .left-block{width:70%}@media only screen and (max-width:968px){.content-intra-container .left-block{width:100%}}.content-intra-container .right-block{width:30%}@media only screen and (max-width:968px){.content-intra-container .right-block{width:100%}}.content-intra-container .content-intra-title{color:#7357eb;margin-bottom:20px}@media only screen and (max-width:468px){.content-intra-container .content-intra-title{font-size:30px;margin:0 20px 20px}}.catalog-notice{align-items:center;background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;color:#666;display:flex;font-size:1.1em;justify-content:center;margin:20px 0;padding:20px;text-align:center}.hero-header{background-color:#fff;padding:60px 20px;text-align:center}.hero-header .hero-header-container{margin:0 auto}.hero-header .hero-header-badge{align-items:center;background-color:#f0f0f0;border-radius:7px;display:inline-flex;font-size:14px;gap:8px;justify-content:center;margin-bottom:24px;padding:5px 10px}.hero-header .hero-header-badge .hero-header-badge-new{background-color:#000;border-radius:4px;color:#fff;font-weight:600;padding:4px 8px}.hero-header .hero-header-badge .hero-header-badge-link{color:#333;text-decoration:none;transition:color .2s ease}.hero-header .hero-header-badge .hero-header-badge-link:hover{color:#7357eb}.hero-header .hero-header-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:40px}.hero-header .hero-header-title .hero-header-title-purple{color:#7357eb}.hero-header .hero-header-title .hero-header-title-black{color:#2e2151}.hero-header .hero-header-subtitle{color:#666;font-size:18px;margin-bottom:32px}.hero-header .hero-header-cta{background-color:#7b61ff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:18px;font-weight:600;padding:16px 30px;transition:background .3s ease}.hero-header .hero-header-cta:hover{background-color:#6749e8}.hero-header .hero-header-features{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:32px}.hero-header .hero-header-features .hero-header-feature{align-items:center;color:#2e2151;display:flex;font-family:Onest Bold,sans-serif;gap:6px}.hero-header .hero-header-features .hero-header-feature svg{background-color:#e8e8e8;border-radius:7px;color:#2e2151;font-size:36px;padding:8px}@media(max-width:992px){.hero-header .hero-header-container{max-width:100%}}@media(max-width:768px){.hero-header{padding:40px 16px}.hero-header .hero-header-title{font-size:40px;margin-bottom:32px}.hero-header .hero-header-subtitle{font-size:16px;margin-bottom:24px}.hero-header .hero-header-cta{font-size:16px;padding:14px 20px}.hero-header .hero-header-features{font-size:13px;gap:12px}.hero-header .hero-header-features .hero-header-feature{border-radius:5px;padding:6px 10px}.hero-header .hero-header-badge{font-size:13px;padding:6px 10px}}@media(max-width:480px){.hero-header .hero-header-title{font-size:34px}.hero-header .hero-header-features{align-items:center;flex-direction:column}.hero-header .hero-header-cta{width:100%}}.scrolling-topics{margin-top:50px;overflow:hidden;padding:20px 0;position:relative;width:100%}@media(max-width:480px){.scrolling-topics{margin-top:30px}}.scrolling-topics .scrolling-topics-track{animation:scroll-left 30s linear infinite;display:flex;gap:20px;white-space:nowrap}@media(max-width:480px){.scrolling-topics .scrolling-topics-track{animation-duration:60s;gap:5px}}.scrolling-topics .scrolling-topics-item{align-items:center;border:2px solid transparent;border-radius:15px;box-sizing:border-box;color:#333;display:flex;flex:0 0 auto;font-size:16px;font-weight:500;gap:15px;padding:14px 24px;transition:border-color .2s ease;width:300px}.scrolling-topics .scrolling-topics-item:hover{border-color:#eee;cursor:pointer}.scrolling-topics .scrolling-topics-item .item-icon{font-size:30px}.scrolling-topics .scrolling-topics-item .item-icon svg{display:block}.scrolling-topics .scrolling-topics-item .item-icon .icon-quiz{color:#f73bca}.scrolling-topics .scrolling-topics-item .item-icon .icon-article{color:#f05245;font-size:40px}.scrolling-topics .scrolling-topics-item .item-img{max-width:60px}.scrolling-topics .scrolling-topics-item .item-img img{border-radius:10px;width:100%}.scrolling-topics .scrolling-topics-item .item-text{flex:1;text-align:left}.scrolling-topics .scrolling-topics-item .item-text .item-type{color:gray;font-size:12px}.scrolling-topics .scrolling-topics-item .item-text .item-title{color:#2e2151;display:-webkit-box;font-family:Onest Regular,sans-serif;font-size:18px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}@media(max-width:480px){.scrolling-topics .scrolling-topics-item .item-text .item-title{font-size:16px}}.scrolling-topics .scrolling-topics-item .item-text .item-title a{display:block;white-space:normal;word-break:break-word}.scrolling-topics:after,.scrolling-topics:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:60px;z-index:1}.scrolling-topics:before{background:linear-gradient(90deg,#fff,transparent);left:0}.scrolling-topics:after{background:linear-gradient(270deg,#fff,transparent);right:0}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(calc(var(--scroll-width)*-1))}}.why-block{background-color:#f6f6f6;padding:80px 20px;text-align:center}.why-block .why-title{color:#2e2151;font-size:46px;font-weight:700;margin-bottom:12px}.why-block .why-title span{color:#7357eb}.why-block .why-subtitle{color:#878787;font-size:18px;margin-bottom:40px}.why-block .why-cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.why-block .why-card{background-color:#fdfdff;border:1px solid #eee;border-radius:20px;box-shadow:none;display:flex;flex-direction:column;height:430px;justify-content:space-between;max-width:350px;padding:35px;text-align:left}.why-block .why-card:hover{cursor:pointer}.why-block .why-card .why-card-top-title{align-items:center;display:flex;gap:15px;margin-bottom:20px}.why-block .why-card .why-card-top-title h3{color:#2e2151;font-size:20px;font-weight:700;margin:0;padding:0}.why-block .why-card .why-card-top-title .why-icon{align-items:center;background-color:#7b61ff;border-radius:12px;display:flex;height:44px;justify-content:center;width:44px}.why-block .why-card .why-card-top-title .why-icon svg{color:#fff;font-size:20px}.why-block .why-card .why-card-top-title .why-icon.purple{background-color:#7357eb}.why-block .why-card .why-card-top-title .why-icon.pink{background-color:#f73bca}.why-block .why-card .why-card-top-title .why-icon.green{background-color:rgba(12,154,0,.91)}.why-block .why-card p{color:#878787;font-family:Inter Regular,sans-serif;font-size:16px;margin-bottom:30px}.why-block .why-card ul{margin-top:12px;padding-left:0}.why-block .why-card ul li{color:#222;display:flex;font-size:16px;gap:8px;margin-bottom:20px}.why-block .why-card ul li svg{color:#7357eb;flex-shrink:0;font-size:24px}.why-block .why-card ul li svg.icon-pink{color:#f73bca}.why-block .why-card ul li svg.icon-green{color:rgba(12,154,0,.91)}.why-block .why-card-link{align-items:center;color:#2e2151;display:inline-flex;font-family:Inter Regular,sans-serif;font-size:14px;font-weight:800;gap:6px;text-decoration:none}.why-block .why-card-link svg{font-size:16px}@media(max-width:768px){.why-block{padding:60px 16px}.why-block .why-title{font-size:34px}.why-block .why-subtitle{font-size:16px;margin-bottom:30px}.why-block .why-cards{align-items:center;flex-direction:column;gap:20px}.why-block .why-cards>a{width:100%}.why-block .why-card{height:330px;max-width:100%;padding:25px}.why-block .why-card .why-card-top-title{gap:12px}.why-block .why-card .why-card-top-title h3{font-size:18px}.why-block .why-card .why-card-top-title .why-icon{height:40px;width:40px}.why-block .why-card .why-card-top-title .why-icon svg{font-size:18px}.why-block .why-card p{font-size:15px;margin-bottom:20px}.why-block .why-card ul li{font-size:15px;margin-bottom:16px}.why-block .why-card ul li svg{font-size:20px}.why-block .why-card .why-card-link{font-size:13px}}.statistics{padding:80px 20px;text-align:center}.statistics .statistics-title{color:#2e2151;font-size:46px;font-weight:700;margin-bottom:12px}.statistics .statistics-subtitle{color:#878787;font-size:18px;margin-bottom:40px}.statistics .statistics-cards{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.statistics .statistics-card{border-radius:24px;cursor:default;display:flex;flex-direction:column;height:300px;justify-content:space-between;padding:40px;position:relative;text-align:left;transition:all .3s ease;width:290px}.statistics .statistics-card:hover{transform:translateY(-6px)}.statistics .statistics-card.with-bg{background-image:url(/build/images/google.fea1c67b.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.statistics .statistics-card.with-bg:before{background:rgba(0,0,0,.7);border-radius:24px;content:"";inset:0;position:absolute;z-index:0}.statistics .statistics-card.with-bg>*{position:relative;z-index:9999}.statistics .statistics-card.with-bg .statistics-number{color:#fff}.statistics .statistics-card.with-bg .statistics-desc{color:#c5c5c5}.statistics .statistics-brand{color:#f05245;font-size:20px;font-weight:600}.statistics .statistics-number{color:#2e2151;font-size:50px;font-weight:700;margin-bottom:4px}.statistics .statistics-desc{color:#898989;font-size:14px}@media(max-width:768px){.statistics{padding:60px 16px}.statistics .statistics-title{font-size:34px}.statistics .statistics-subtitle{font-size:16px;margin-bottom:30px}.statistics .statistics-cards{align-items:center;flex-direction:column;gap:24px}.statistics .statistics-card{height:200px;padding:28px;width:100%}.statistics .statistics-card .statistics-number{font-size:40px}.statistics .statistics-card .statistics-desc{font-size:16px}.statistics .statistics-card.with-bg{background-position:50%;background-size:cover}.statistics .statistics-card.with-bg .statistics-number{font-size:40px}.statistics .statistics-card.with-bg .statistics-desc{font-size:16px}}@media(max-width:480px){.statistics .statistics-card .statistics-brand{font-size:18px}.statistics .statistics-card .statistics-number{font-size:36px}.statistics .statistics-card .statistics-desc{font-size:14px}.statistics .statistics-card.with-bg{background-position:50%;background-size:cover}.statistics .statistics-card.with-bg .statistics-number{font-size:36px}.statistics .statistics-card.with-bg .statistics-desc{font-size:14px}}.header-wrapper{align-items:center;background-color:#fff;display:flex;font-family:Inter,sans-serif;font-weight:400;height:80px;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.header-wrapper:after{background-color:#ebeef5;bottom:0;content:"";height:1px;left:0;pointer-events:none;position:absolute;right:0;width:100%}#header{font-family:Inter,sans-serif;justify-content:space-between;margin:0 auto;max-width:1300px;min-width:300px;padding:0 20px;width:100%}#header,#header .header-left{align-items:center;display:flex}#header .header-left{gap:20px}@media only screen and (max-width:480px){#header .header-left{gap:10px}}#header .header-left .logo{margin-right:40px;padding-top:5px}@media only screen and (max-width:1200px){#header .header-left .logo{margin-right:20px}}@media only screen and (max-width:480px){#header .header-left .logo{margin-right:0}}#header .header-left .logo img{max-width:200px}@media only screen and (max-width:480px){#header .header-left .logo img{max-width:170px}}#header .header-right{align-items:center;display:flex;gap:30px}@media only screen and (max-width:992px){#header .header-right{gap:0}}#header .header-right .header-btn-login{color:#7357eb;font-size:15px;font-weight:600}@media only screen and (max-width:992px){#header .header-right .header-btn-login{display:none}}#header .header-right .header-btn-login:hover{color:#6249d1}#header .header-right .header-btn-signup{background-color:#7357eb;border-radius:5px;color:#fff;font-size:15px;font-weight:600;padding:12px 24px;transition:color .33s ease,background-color .33s ease;width:calc(50% + 1px)}@media only screen and (max-width:992px){#header .header-right .header-btn-signup{display:none}}#header .header-right .header-btn-signup:hover{background-color:#6249d1}.header-services-wrapper{position:relative}@media only screen and (max-width:992px){.header-services-wrapper{display:none}}.header-services-wrapper:hover .arrow-icon{transform:rotate(-180deg)}.header-services-wrapper:hover .header-selector-btn:after{width:100%}.header-services-wrapper:hover .header-dropdown{opacity:1;transform:translateY(0);visibility:visible}.header-services-wrapper .header-selector-btn{cursor:pointer;display:inline-block;padding:29px 0}.header-services-wrapper .header-selector-btn p{align-items:center;color:#2e2151;display:flex;font-weight:600;gap:10px}.header-services-wrapper .header-selector-btn p .arrow-icon{transition:transform .3s ease}.header-services-wrapper .header-selector-btn:after{background:#7357eb;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.header-services-wrapper .header-dropdown{background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.08);left:0;opacity:0;position:fixed;top:79px;transform:translateY(-10px);transition:all .5s ease;visibility:hidden;width:100%;z-index:-5}.header-services-wrapper .header-dropdown .header-dropdown-inner{display:flex;gap:20px;margin:0 auto;max-width:1300px;padding:20px 10px}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column{animation:fadeInColumn .4s ease forwards;opacity:0;transform:translateX(-20px)}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column .dropdown-item{border-radius:7px;display:flex;gap:15px;padding:20px}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column .dropdown-item:hover{background-color:#f7f7f8;cursor:pointer}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column .dropdown-item .dropdown-item-icon{color:#7357eb;font-size:30px}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column .dropdown-item .dropdown-item-icon-quiz{color:#f73bca}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column .dropdown-item .dropdown-item-icon-search{color:#f05245}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column .dropdown-item .dropdown-item-text .dropdown-item-title{color:#7357eb;font-size:16px;font-weight:600;line-height:1.5;margin-bottom:4px}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column .dropdown-item .dropdown-item-text .dropdown-item-subtitle{color:#6c7c8c;font-size:14px;line-height:1.4}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column:first-child{animation-delay:.1s}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column:nth-child(2){animation-delay:.2s}.header-services-wrapper .header-dropdown .header-dropdown-inner .dropdown-column:nth-child(3){animation-delay:.3s}@keyframes fadeInColumn{to{opacity:1;transform:translateX(0)}}@media only screen and (max-width:480px){.header-mobile-hide{display:none}}.burger-menu{cursor:pointer;display:none;height:24px;position:relative;width:30px;z-index:100000}@media only screen and (max-width:992px){.burger-menu{display:block}}.burger-menu span{background:#333;border-radius:2px;height:3px;left:0;position:absolute;transition:all .3s ease;width:100%}.burger-menu span:first-child{top:0}.burger-menu span:nth-child(2){top:10px}.burger-menu span:nth-child(3){top:20px}.burger-menu.open span:first-child{top:10px;transform:rotate(45deg)}.burger-menu.open span:nth-child(2){opacity:0}.burger-menu.open span:nth-child(3){top:10px;transform:rotate(-45deg)}@media(max-width:480px){.burger-menu{height:18px;width:22px}.burger-menu span:first-child{top:0}.burger-menu span:nth-child(2){top:8px}.burger-menu span:nth-child(3){top:16px}.burger-menu.open span:first-child,.burger-menu.open span:nth-child(3){top:8px}}.side-menu{background:#fff;height:calc(100vh - 80px);left:0;opacity:0;overflow-y:auto;padding:5px 20px;pointer-events:none;position:absolute;top:80px;transform:translateX(-100%);transition:transform .3s ease,opacity .3s ease;visibility:hidden;width:100%;z-index:99999}.side-menu.open{opacity:1;pointer-events:auto;transform:translateX(0);visibility:visible}@media(min-width:993px){.side-menu{display:none!important}}.menu{list-style:none;padding:0}.menu .menu-item{border-bottom:1px solid #ececec;color:#2e2151;cursor:pointer;padding:20px 0;position:relative}.menu .menu-item .menu-title{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:20px;font-weight:600;justify-content:space-between}.menu .menu-item .menu-title .chevron-icon{font-size:24px;transition:transform .3s ease}.menu .menu-item.open .chevron-icon{transform:rotate(-180deg)}.menu .menu-item .submenu{max-height:0;opacity:0;overflow:hidden;transform:scaleY(0);transform-origin:top;transition:max-height .4s ease,transform .3s ease,opacity .3s ease}.menu .menu-item.open .submenu{max-height:500px;opacity:1;transform:scaleY(1)}.submenu-item{background-color:#f7f7f8;border-radius:7px;display:flex;gap:15px;margin-bottom:10px;padding:20px}.submenu-item.first-child{margin-top:20px}.submenu-item.last-child{margin-bottom:0}.submenu-item:hover{background-color:#f1f1f1;cursor:pointer}.submenu-item .submenu-item-icon{color:#7357eb;font-size:30px}.submenu-item .submenu-item-icon-quiz{color:#f73bca}.submenu-item .submenu-item-icon-search{color:#f05245}.submenu-item .submenu-item-text .submenu-item-title{color:#7357eb;font-size:16px;font-weight:600;line-height:1.5;margin-bottom:4px}.submenu-item .submenu-item-text .submenu-item-subtitle{color:#6c7c8c;font-size:14px;line-height:1.4}.submenu-list-item{align-items:center;cursor:pointer;display:flex;font-size:16px;gap:20px;padding:15px 0}.submenu-list-item:hover{color:#2e2151}.submenu-list-item:first-child{margin-top:10px}.submenu-list-item.active{color:#7357eb;font-weight:600}.submenu-list-item svg{display:block;font-size:18px}.submenu-list-item .submenu-item-list-text{font-family:Inter,sans-serif;font-size:16px;font-weight:500}.menu-lang-label{align-items:center;display:flex;font-size:16px;gap:8px}.menu-lang-label svg{font-size:18px}.menu-item-auth{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:50px}.menu-item-auth .auth-btn{border-radius:5px;display:block;font-weight:600;padding:12px;text-align:center;width:100%}.menu-item-auth .auth-login-btn{border:2px solid #2e2151}.menu-item-auth .auth-signup-btn{background-color:#7357eb;border:2px solid #7357eb;color:#fff}.language-selector{cursor:pointer;font-size:14px;position:relative;user-select:none}@media only screen and (max-width:992px){.language-selector{display:none}}.language-selector .lang-main-icon{display:block;font-size:22px}.language-selector .dropdown{background:#fff;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);justify-content:center;left:0;list-style:none;margin-top:10px;padding:10px;position:absolute;top:110%;z-index:100}.language-selector .dropdown li{align-items:center;display:flex;gap:30px;justify-content:space-between;padding:10px 20px;transition:background .2s}@media only screen and (max-width:480px){.language-selector .dropdown li{padding:3px 0}}.language-selector .dropdown li:hover{background:#f6f6f6;border-radius:5px}.language-selector .dropdown li.active{color:#7357eb;font-weight:700}.footer{background-color:#f9f9f9;border-top:1px solid #eee;color:#fff;font-size:14px;padding:60px 20px}.footer .footer-container{display:flex;flex-wrap:wrap;gap:80px;margin:0 auto;max-width:1200px}.footer .footer-column h4{color:#2e2151;font-size:16px;font-weight:600;margin-bottom:16px}.footer .footer-column ul{list-style:none;padding:0}.footer .footer-column ul li{margin-bottom:10px}.footer .footer-column ul li a{color:#6f6f6f;text-decoration:none}.footer .footer-column ul li a:hover{text-decoration:underline}.footer .footer-brand .footer-logo{display:inline-block;margin-bottom:10px}.footer .footer-brand .footer-logo img{max-width:150px}.footer .footer-brand p{color:#9c9c9c;font-size:13px;margin-bottom:20px}.footer .footer-brand .footer-telegram{align-items:center;color:#08c;display:flex;font-size:14px;font-weight:500;gap:8px;text-decoration:none}.footer .footer-brand .footer-telegram svg{font-size:26px}.footer .footer-brand .footer-telegram:hover{text-decoration:underline}@media(max-width:480px){.footer{padding:30px 20px}.footer .footer-container{gap:20px}}.login-block .login-password-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.login-block .login-password-row label{margin-bottom:0}.login-block .login-password-row .login-link-recovery{color:#7357eb;font-family:Onest Regular,sans-serif;font-size:14px}.login-block .login-password-row .login-link-recovery:hover{text-decoration:underline}.form-block{background-color:#fff;border:1px solid #dbdbdb;border-radius:7px;padding:30px}@media only screen and (max-width:768px){.form-block{padding:20px}}.form-block{margin:50px auto}@media only screen and (max-width:768px){.form-block{margin:30px auto}}@media only screen and (max-width:468px){.form-block{margin:20px auto}}.form-block{font-family:Inter Regular,sans-serif;max-width:500px}@media only screen and (max-width:768px){.form-block{margin:50px auto}}.form-block .form-title{font-family:Inter Regular,sans-serif;font-size:24px;line-height:1.3;margin-bottom:10px;text-align:center}.form-block .form-subtitle{color:#1e1e1e;font-family:Onest Regular,sans-serif;font-size:16px;margin-bottom:30px;text-align:center}.form-block .form-subtitle a{color:#7357eb;text-decoration:underline}.form-block .form-btn-submit{width:100%}.form-label{color:#1e1e1e;display:block;font-family:Onest Regular,sans-serif;font-size:16px;margin-bottom:5px;text-align:left}.form-label span{color:#f05245}.form-label-description{color:#9a9a9a;font-family:Onest Regular,sans-serif;font-size:14px;margin-bottom:12px}.form-input-wrapper{position:relative;width:100%}.form-input{background-color:#fafafa;border:1px solid hsla(0,0%,85%,.98);border-radius:7px;font-size:16px;margin-bottom:30px;outline:none;padding:15px 30px 15px 15px;width:100%}.form-input::placeholder{font-family:Onest Light,sans-serif;font-size:14px}@media only screen and (max-width:480px){.form-input{padding:12px 30px 12px 12px}}.form-input-icon-close{color:#878787;font-size:24px;position:absolute;right:10px;top:13px}.form-input-icon-close:hover{cursor:pointer}.form-textarea{background-color:#fafafa;border:2px solid rgba(93,93,93,.98);border-radius:7px;font-family:Inter,sans-serif;font-size:16px;height:200px;margin-bottom:30px;outline:none;overflow-y:auto;padding:12px;resize:none;width:100%}.form-textarea::placeholder{font-family:Onest Light,sans-serif;font-size:14px}.form-btn-submit{background-color:#f05245;border:none;border-radius:7px;color:#fff;font-family:Onest Bold,sans-serif;font-size:16px;outline:none;padding:15px 25px;position:relative;transition:background-color .3s ease}@media only screen and (max-width:480px){.form-btn-submit{font-size:14px;padding:14px 5px}}.form-btn-submit:hover{background-color:#d84536;cursor:pointer}.form-btn-submit .form-btn-submit-spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.form-btn-submit-active,.form-btn-submit-disable{opacity:.5;pointer-events:none}.form-btn-submit-full-width{width:100%}.form-input-password-icon{color:#737373;font-size:22px;position:absolute;right:14px;top:13px}.form-input-password-icon:hover{cursor:pointer}.form-password-container{position:relative}.custom-select-container{background-color:#fff;font-family:Onest Regular,sans-serif;min-width:200px;position:relative}@media only screen and (max-width:480px){.custom-select-container{margin-bottom:10px}}.custom-select-container .select-label{background-color:#fff;color:#8b8b8b;font-family:Onest Light,sans-serif;font-size:14px;left:15px;padding:0 5px;pointer-events:none;position:absolute;top:-7px;transition:.3s ease;z-index:999}@media only screen and (max-width:768px){.custom-select-container .select-label{font-size:12px}}.custom-select-container .custom-select{border:1px solid hsla(0,0%,65%,.98);border-radius:5px;cursor:pointer;font-family:Onest Light,sans-serif;font-size:14px;padding:12px;position:relative}.custom-select-container .custom-select .icon{color:#9c9c9c;position:absolute;right:14px;top:54%;transform:translateY(-50%)}.custom-select-container .custom-select .icon .rotate{transform:translateY(-50%) rotate(180deg)}.custom-select-container .custom-select-open{border-radius:5px 5px 0 0}.custom-select-container .custom-select-options{background-color:#fff;border:1px solid #ccc;border-radius:0 0 5px 5px;box-shadow:0 8px 16px rgba(0,0,0,.1);font-family:Onest Light,sans-serif;font-size:14px;left:0;list-style:none;margin:0;padding:0;position:absolute;top:99%;width:100%;z-index:10}.custom-select-container .custom-select-options li{cursor:pointer;padding:10px 15px}.custom-select-container .custom-select-options li:hover{background-color:#f0f0f0}.upload-area{background-color:#f5f5f5;border:1px dashed #c9c9c9;border-radius:10px;cursor:pointer;margin-bottom:20px;padding:35px;text-align:center;transition:background-color .3s,border-color .3s}.upload-area.dragover{background-color:#f0f8ff;border-color:#0af}.upload-area .icon-upload-container{background-color:#e7e7e7;border-radius:10px;display:inline-block;margin-bottom:20px;padding:10px 15px}.upload-area .icon-upload-container .icon-upload{color:#f05245;font-size:30px}.upload-area .upload-text{color:dimgray}.upload-area .upload-text-notice{color:#888;font-family:Onest Light,sans-serif,serif;font-size:14px;margin-top:10px}.preview{display:flex;flex-wrap:wrap;gap:10px}.preview .preview-item{display:inline-block;position:relative}.preview .preview-item button{background-color:#ff4d4f;border:none;border-radius:28px;color:#fff;cursor:pointer;padding:2px 5px;position:absolute;right:5px;top:5px}.preview .preview-item button:hover{background-color:#ff7875}.preview .preview-item button svg{font-size:16px;margin-top:2px}.preview img{border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,.1);margin:10px;max-height:150px;max-width:150px}@media only screen and (max-width:768px){.preview img{max-height:100px;max-width:100px}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.toast-popup{border-radius:7px;bottom:20px;box-shadow:0 5px 15px rgba(0,0,0,.35);font-size:14px;font-weight:700;margin:0 auto;max-width:500px;min-width:200px;opacity:0;padding:10px;position:fixed;right:0;text-align:center;transition:opacity .5s ease;z-index:1000}@media only screen and (max-width:991.98px){.toast-popup{left:0}}.toast-popup.toast-popup-active{animation:slideUp .5s ease forwards}.toast-popup.toast-popup-exit{animation:slideDown .2s ease forwards}.toast-popup .toast-popup-content{align-items:center;display:flex;justify-content:space-between;padding:0 10px;position:relative}.toast-popup .toast-popup-content .toast-popup-icon{display:block;font-size:24px}.toast-popup .toast-popup-content .toast-popup-text{font-family:Inter,"sans-serif";line-height:1.5;padding:0 10px}.toast-popup .toast-popup-content .toast-popup-icon-close{display:inline-block;font-size:24px;margin-top:5px}.toast-popup .toast-popup-content .toast-popup-icon-close:hover{cursor:pointer}.toast-popup .toast-popup-left-content{align-items:center;display:flex}.toast-popup-full-width{left:0}.toast-popup-content-with{left:300px}.error-toast-popup{background-color:#dc0000;color:#fff}.success-toast-popup{background-color:#1e8600;color:#fff}.spinner{animation:spin .5s linear infinite;border:2px solid rgba(0,0,0,.1);border-left-color:#000;border-radius:50%;height:30px;width:30px}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.spinner-more{margin-bottom:20px;text-align:center}.google-login-container{align-items:center;display:flex;flex-direction:column;width:100%}.google-login-container .google-login-line{margin:20px 0;position:relative;text-align:center;width:100%}.google-login-container .google-login-line:before{background-color:#ccc;content:"";height:1px;left:0;position:absolute;top:50%;width:100%;z-index:0}.google-login-container .google-login-line span{background-color:#fff;color:#525252;padding:0 10px;position:relative;z-index:1}.custom-google-button{align-items:center;background-color:#fff;border:1px solid #dadce0;border-radius:8px;color:#3c4043;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:45px;justify-content:center;transition:background-color .3s ease;width:100%}.custom-google-button:hover{background-color:#f8f9fa}.custom-google-button:active{background-color:#f1f3f4}.custom-google-button .google-icon{height:24px;margin-right:12px;width:24px}.skeleton-block{background-color:#fff;border:1px solid #dbdbdb;border-radius:7px;padding:30px}@media only screen and (max-width:768px){.skeleton-block{padding:20px}}.skeleton-block{margin-bottom:20px;overflow:hidden;width:100%}.skeleton-block ul li{list-style:disc}.skeleton-action-item,.skeleton-category-image-item,.skeleton-image-item,.skeleton-source-block-row,.skeleton-source-row,.skeleton-subtext-row,.skeleton-text-row,.skeleton-title-row{animation:loading 2s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px;height:20px}.skeleton-title-row{height:30px;margin-bottom:20px;width:100%}.skeleton-text-row{height:20px;margin-bottom:10px;width:100%}.skeleton-text-row:last-child{margin-bottom:0}.skeleton-subtext-row{height:20px;margin:20px 0;width:30%}.skeleton-source-row{height:30px;margin-bottom:20px;width:20%}.skeleton-source-block-row{height:30px;margin-bottom:20px;max-width:100px}.skeleton-link-generation{display:flex;gap:20px;margin-top:30px}.skeleton-link-generation .skeleton-generation-row{animation:loading 2s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px;flex:1;height:30px}.skeleton-image-row{display:flex;gap:20px;margin-bottom:20px}.skeleton-image-row .skeleton-image-item{animation:loading 2s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px;flex:1;height:120px;max-width:120px}@media only screen and (max-width:480px){.skeleton-image-row{gap:10px}.skeleton-image-row .skeleton-image-item:nth-child(4){display:none}}.skeleton-footer-row{display:flex;gap:20px;margin-top:20px}.skeleton-footer-row .skeleton-action-item{height:30px;width:30px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.category-card-skeleton{padding:15px!important}.category-card-skeleton .skeleton-category-image-container{width:100%}.category-card-skeleton .skeleton-category-image-container .skeleton-category-image-item{height:70px;margin:0 auto;width:70px}@media only screen and (max-width:768px){.category-card-skeleton .skeleton-category-image-container .skeleton-category-image-item{height:50px;width:50px}}.scroll-btn{bottom:40px;color:#7a7a7a;cursor:pointer;font-size:40px;position:fixed;right:50px}@media only screen and (max-width:768px){.scroll-btn{right:30px}}
/*!
  Theme: Equilibrium Light
  Author: Carlo Abelli
  License: ~ MIT (or more permissive) [via base16-schemes-source]
  Maintainer: @highlightjs/core-team
  Version: 2021.09.0
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#f5f0e7;color:#43474e}.hljs ::selection,.hljs::selection{background-color:#d8d4cb;color:#43474e}.hljs-comment{color:#73777f}.hljs-tag{color:#5a5f66}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#43474e}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#d02023}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#bf3e05}.hljs-class .hljs-title,.hljs-strong,.hljs-title,.hljs-title.class_{color:#9d6f00}.hljs-strong{font-weight:700}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#637200}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#007a72}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#0073b5}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#4e66b6}.hljs-emphasis{color:#4e66b6;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#c42775}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}.article-block{background-color:#fff;border:1px solid #dbdbdb;border-radius:7px;padding:30px}@media only screen and (max-width:768px){.article-block{padding:20px}}.article-block{margin-bottom:20px}@media only screen and (max-width:480px){.article-block{border:none;border-radius:0}}.article-block .article-block-title{color:#2e2151;font-family:Onest Bold,sans-serif;font-size:26px;line-height:1.4;margin-bottom:10px}@media only screen and (max-width:768px){.article-block .article-block-title{line-height:inherit;margin-bottom:5px}}@media only screen and (max-width:480px){.article-block .article-block-title{font-size:24px}}.article-block .article-block-title-editable{border:2px solid dimgray;border-radius:7px;margin-bottom:20px!important;outline:none;padding:5px 10px}.article-block .article-block-content{font-family:Inter Regular,sans-serif;margin-top:15px}.article-block .article-block-content h2{margin-bottom:15px}@media only screen and (max-width:768px){.article-block .article-block-content h2{font-size:22px!important;margin-bottom:10px}}@media only screen and (max-width:480px){.article-block .article-block-content h2{font-size:20px!important}}.article-block .article-block-content img{height:100%;max-height:100%;max-width:100%}.article-block .article-block-content li,.article-block .article-block-content p{line-height:1.4;margin:5px 0}.article-block .article-block-content li>code,.article-block .article-block-content p>code,.article-block .article-block-content span>code{background-color:#5f5f5f;border-radius:5px;color:#fff;overflow-wrap:break-word;padding:3px 5px;word-wrap:break-word;white-space:break-spaces}.article-block .article-block-content ul{margin-bottom:10px;margin-left:20px;margin-top:10px}.article-block .article-block-content ul li{line-height:1.4;list-style:disc;margin-bottom:15px}.article-block .article-block-content ul li:last-child{margin-bottom:0}.article-block .article-block-content ol li{line-height:1.4;margin-bottom:5px}.article-block .article-block-content ol li:last-child{margin-bottom:0}.article-block .article-block-content .article-table{overflow-x:auto;width:100%}.article-block .article-block-content .article-table::-webkit-scrollbar{height:5px;width:2px}.article-block .article-block-content .article-table::-webkit-scrollbar-thumb{background-color:#b4b4b4;border-radius:10px}.article-block .article-block-content .article-table::-webkit-scrollbar-thumb:hover{background-color:#9a9a9a}.article-block .article-block-content .article-table::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:10px}.article-block .article-block-content table{background-color:#fff;border:1px solid #ddd;border-collapse:collapse;border-radius:8px;min-width:400px;width:100%}.article-block .article-block-content table thead{background-color:#f4f4f4;font-weight:700}.article-block .article-block-content table thead th{border-bottom:2px solid #ddd;color:#333;padding:12px 15px;text-align:center}.article-block .article-block-content table tbody tr:nth-of-type(2n){background-color:#f9f9f9}.article-block .article-block-content table tbody tr:hover{background-color:#f1f1f1}.article-block .article-block-content table tbody td{border:1px solid #ddd;color:#1c1c1c;padding:12px 15px;text-align:center}.article-block .article-block-content blockquote{background-color:#efefef;border-left:3px solid #f05245;border-radius:2px 3px 3px 2px;font-style:italic;padding:10px 20px}@media only screen and (max-width:768px){.article-block .article-block-content blockquote{margin:0}}.article-block pre{background-color:#fafafa;border:1px solid #ddd;border-radius:3px;font-size:14px;margin-bottom:10px;margin-top:10px;overflow-x:auto;padding:20px;position:relative}.article-block pre::-webkit-scrollbar{height:5px;width:2px}.article-block pre::-webkit-scrollbar-thumb{background-color:#b4b4b4;border-radius:10px}.article-block pre::-webkit-scrollbar-thumb:hover{background-color:#9a9a9a}.article-block pre::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:10px}.article-block .embeded-block{margin-top:20px;width:100%}.article-block .embeded-block iframe{width:500px!important}.article-block .youtube-video{margin-top:20px;width:100%}.article-block .youtube-video iframe{border:none;min-height:300px!important;width:100%}.article-block .article-block-front-footer{align-items:center;display:flex;gap:30px;margin-top:15px}.article-block .article-block-front-footer .article-block-footer-item{align-items:center;display:flex;gap:10px}.article-block .article-block-front-footer .article-block-footer-item .article-block-footer-item-icon{color:#000;font-size:24px}.article-block .article-block-front-footer .article-block-footer-item .article-block-footer-item-icon:hover{cursor:pointer}.article-block .article-block-front-footer .article-block-footer-item .article-block-footer-item-text{color:#000;font-family:Onest Regular,sans-serif;font-size:16px}.article-block .article-block-front-footer .article-block-footer-item .icon-liked{color:#f05245}.article-block .article-block-footer{display:flex;justify-content:space-between;margin-top:15px}.article-block .article-block-footer .article-block-footer-icon{background-color:#e7e7e7;border-radius:12px;color:#7357eb;font-size:38px;padding:7px}.article-block .article-block-footer .article-block-footer-icon:hover{cursor:pointer}.article-block .article-block-footer .article-block-footer-right .article-block-footer-icon{margin-left:15px}.article-block .article-block-footer .article-block-footer-left .article-block-footer-icon{margin-right:15px}.article-block .article-block-footer .icon-delete{color:#f05245}.article-block .article-block-footer-action{display:flex;gap:20px;justify-content:space-between;margin-top:15px}@media only screen and (max-width:768px){.article-block .article-block-footer-action{gap:10px}}@media only screen and (max-width:480px){.article-block .article-block-footer-action{gap:5px}}.article-block .article-block-footer-action .btn-save{background-color:#7357eb;color:#fff}.article-block .article-block-footer-action .btn-save:hover{background-color:#6249d1}.article-block .article-block-footer-action .btn-cancel{background-color:#fff;border:2px solid #000;color:#000}.article-header-statistic{align-items:center;display:flex;flex-wrap:wrap;gap:20px}@media only screen and (max-width:480px){.article-header-statistic{gap:10px}}.article-header-statistic .article-views{background-color:#f1f1f1;border:1px solid #dbdbdb;border-radius:10px;display:inline-block;font-size:14px;font-weight:700;padding:5px 10px}.article-header-statistic .article-date{color:#3e3e3e;display:inline-block;font-size:14px}.article-header-statistic .article-date svg{font-size:20px;margin-right:5px;padding-bottom:2px;vertical-align:middle}.article-header-statistic .article-status-label{border-radius:30px;color:#fff;display:inline-block;font-family:monospace;font-size:14px;font-weight:700;padding:5px 15px;text-transform:uppercase}.article-header-statistic .status-progress{background-color:rgba(8,103,204,.91)}.article-header-statistic .status-published{background-color:rgba(12,154,0,.91)}.article-header-statistic .status-failed{background-color:#f05245}.article-header-statistic .status-draft{background-color:dimgray}.article-header-statistic .label-category{background-color:rgba(8,103,204,.91)}.article-created-header-statistic{margin:5px 0 15px}.doc-deleting{background-color:#efefef;opacity:.8;pointer-events:none}.search-doc-title:hover{cursor:pointer;text-decoration:underline}.search-doc-content{display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;line-height:22px;margin-bottom:10px;overflow:hidden}.article-status-table .article-status-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:5px;box-shadow:0 1px 3px 0 rgba(0,0,0,.02),0 0 0 1px rgba(27,31,35,.15)}.article-status-table .article-status-table-wrapper::-webkit-scrollbar{height:3px}.article-status-table .article-status-table-wrapper::-webkit-scrollbar-thumb{background-color:#b4b4b4;border-radius:5px}.article-status-table .article-status-table-wrapper::-webkit-scrollbar-thumb:hover{background-color:#9a9a9a}.article-status-table .article-status-table-wrapper::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:5px}.article-status-table .article-status-table-wrapper table{border:none;border-collapse:collapse;min-width:300px;width:100%}.article-status-table .article-status-table-wrapper table thead{background-color:#e9e9e9}.article-status-table .article-status-table-wrapper table thead td{border-right:1px solid #d7d7d7;color:#000;font-family:Inter Regular,sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;padding:17px;text-align:center;text-transform:uppercase}.article-status-table .article-status-table-wrapper table thead td:last-child{border-right:none}.article-status-table .article-status-table-wrapper table tbody{background-color:#fff}.article-status-table .article-status-table-wrapper table tbody td{border-right:1px solid #d7d7d7;color:#0a2538;font-size:14px;font-weight:700;padding:16px;text-align:center}.article-status-table .article-status-table-wrapper table tbody td:last-child{border-right:none}.article-status-table .article-status-table-wrapper table tbody td{padding:10px}.article-status-table .article-status-table-wrapper table tbody .icon-success{color:rgba(12,154,0,.91);font-size:26px}.article-status-table .article-status-table-wrapper table tbody .icon-progress{color:#006298;font-size:26px}.article-status-table .article-status-table-wrapper table tbody .icon-failed{color:#f05245;font-size:26px}.article-status-table .article-status-table-wrapper table tbody .icon-pending{color:dimgray;font-size:26px}.moderation-status-message{color:#777;font-size:14px;font-style:italic}.article-statistic-table{font-family:Inter,sans-serif;margin-top:15px}.article-statistic-table .article-statistic-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:5px;box-shadow:0 1px 3px 0 rgba(0,0,0,.02),0 0 0 1px rgba(27,31,35,.15)}.article-statistic-table .article-statistic-table-wrapper::-webkit-scrollbar{height:3px}.article-statistic-table .article-statistic-table-wrapper::-webkit-scrollbar-thumb{background-color:#b4b4b4;border-radius:5px}.article-statistic-table .article-statistic-table-wrapper::-webkit-scrollbar-thumb:hover{background-color:#9a9a9a}.article-statistic-table .article-statistic-table-wrapper::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:5px}.article-statistic-table .article-statistic-table-wrapper table{border:none;border-collapse:collapse;min-width:300px;width:100%}.article-statistic-table .article-statistic-table-wrapper table thead{background-color:#e9e9e9}.article-statistic-table .article-statistic-table-wrapper table thead td{border-right:1px solid #dbdbdb;color:#424242;font-family:Inter Regular,sans-serif;font-size:10px;letter-spacing:1px;padding:8px 10px 10px;text-align:center;text-transform:lowercase}.article-statistic-table .article-statistic-table-wrapper table thead td:last-child{border-right:none}.article-statistic-table .article-statistic-table-wrapper table thead td .statistic-head-icon-view{color:#0967a7;font-size:24px}.article-statistic-table .article-statistic-table-wrapper table thead td .statistic-head-icon-send{color:#081b42;font-size:24px}.article-statistic-table .article-statistic-table-wrapper table thead td .statistic-head-icon-download{color:#05590b;font-size:20px}.article-statistic-table .article-statistic-table-wrapper table thead td .statistic-head-icon-like{color:#f05245;font-size:20px}.article-statistic-table .article-statistic-table-wrapper table tbody{background-color:#fff}.article-statistic-table .article-statistic-table-wrapper table tbody td{border-right:1px solid #d7d7d7;color:#0a2538;font-size:14px;font-weight:700;padding:16px;text-align:center}.article-statistic-table .article-statistic-table-wrapper table tbody td:last-child{border-right:none}.created-article-table-title{color:#000;font-family:Inter Regular,sans-serif;font-size:14px;font-weight:700;margin-bottom:10px}.article-folder-row{margin:15px 0 25px}.article-folder-row .article-folder-row-item{background-color:#0466a8;border-radius:5px;color:#fff;font-size:14px;font-weight:700;padding:8px 10px}.article-folder-row .article-folder-row-item svg{font-size:24px;margin-right:5px;padding-bottom:2px;vertical-align:middle}.custom-audio-wrapper{background-color:#fff;border:1px solid #dbdbdb;border-radius:8px;margin-bottom:24px;margin-top:20px;padding:16px}.custom-audio-wrapper .custom-audio-title{color:#646464;font-size:14px;margin-bottom:12px}.custom-audio-wrapper .custom-audio-player{width:100%}@media print{.print-article{border:none!important;display:block!important;height:auto!important;overflow:visible!important;padding:0!important;position:static!important;visibility:visible!important;width:100%!important}.hide-when-printing{display:none!important}}@media screen{.print-article{display:none}}.article-gallery{margin-top:20px;width:100%}.article-gallery .gallery-row{display:flex;flex-wrap:wrap;margin-bottom:3px}.article-gallery .gallery-item{border-radius:3px;padding:1px;position:relative;width:25%}@media only screen and (max-width:768px){.article-gallery .gallery-item{width:33%}}.article-gallery .gallery-item:first-child{margin-left:0}.article-gallery .gallery-item:last-child{margin-right:0}.article-gallery .gallery-item img{border-radius:3px;cursor:pointer;height:100%;width:100%}.article-gallery .gallery-item .btn-delete-image{background-color:rgba(205,24,24,.251);border:1px solid red;border-radius:3px;bottom:15px;color:red;font-size:18px;padding:2px 3px 0;position:absolute;right:15px}.article-gallery .gallery-item .btn-delete-image:hover{background-color:rgba(205,24,24,.33);cursor:pointer}.article-gallery .gallery-preview-wrapper{align-items:center;background-color:#000;border-radius:5px;cursor:pointer;display:flex;height:100%;justify-content:center;opacity:.3;position:absolute;text-align:center;width:100%}.article-gallery .gallery-preview-text{bottom:0;color:#fff;font-size:34px;font-weight:600;text-align:center}@media only screen and (max-width:480px){.article-gallery .gallery-preview-text{font-size:26px;font-weight:400}.gallery-preview-text{font-size:20px;font-weight:400}}.popup{align-items:center;background:rgba(0,0,0,.5);display:flex;font-family:Onest Regular,sans-serif;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.popup .popup-content{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.3);max-width:500px;padding:30px;position:relative}.popup .popup-title{font-family:Onest Bold,sans-serif;font-size:24px;margin-bottom:20px;text-align:center}.popup .popup-description{color:#1e1e1e;font-family:Onest Regular,sans-serif;line-height:1.5;margin-bottom:20px;text-align:center}.popup .popup-close-btn{background-color:#e2e2e2;border-radius:20px;color:#717171;font-size:26px;padding:5px;position:absolute;right:10px;top:10px}.popup .popup-close-btn:hover{cursor:pointer}.popup-login-action{margin-top:40px;text-align:center}.login-popup-content{width:500px}.login-popup-content a{display:inline-block;margin:0 10px}.login-popup-content .popup-btn-login{background-color:#f05245;border-radius:7px;color:#fff;font-family:Onest Bold,sans-serif;padding:12px 30px}.login-popup-content .popup-btn-registration{border:2px solid #f05245;border-radius:7px;padding:10px 25px}.popup-content-verify{text-align:center}.article-folder-popup{max-width:350px;width:350px}.article-folder-popup .popup-folder-item{background:#fff;border:2px solid #d1d1d1;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.08);color:#333;cursor:pointer;display:inline-block;font-size:16px;margin-bottom:10px;padding:12px;position:relative;transition:all .2s ease-in-out;width:100%}.article-folder-popup .popup-folder-item svg{color:#0a2538;font-size:20px;margin-bottom:0;margin-right:5px;padding-bottom:1px;vertical-align:middle}.article-folder-popup .popup-folder-item:hover{background:#f7f7f7;border-color:#bfbfbf;box-shadow:0 4px 8px rgba(0,0,0,.12)}.article-folder-popup .popup-folder-item:last-child{margin-bottom:20px}.article-folder-popup .popup-folder-item.active{border-color:#4caf50}.article-folder-popup .popup-folder-item .folder-item-ok{font-size:24px;position:absolute;right:0;top:-12px}.manager-folder-popup{max-width:400px;width:400px}.manager-folder-popup .popup-folder-list{border-bottom:1px solid #dedede;margin-bottom:30px;padding-bottom:20px}.manager-folder-popup .popup-folder-list .popup-folder-item{align-items:center;background:#fff;border:2px solid #d1d1d1;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.08);color:#333;display:flex;font-size:16px;justify-content:space-between;margin-bottom:10px;padding:12px;transition:all .2s ease-in-out;width:100%}.manager-folder-popup .popup-folder-list .popup-folder-item .popup-folder-item-left{align-items:center;display:flex;gap:10px}.manager-folder-popup .popup-folder-list .popup-folder-item .popup-folder-item-left .popup-folder-item-icon{display:inline-block;font-size:20px}.manager-folder-popup .popup-folder-list .popup-folder-item .popup-folder-item-right{align-items:center;display:flex;gap:10px}.manager-folder-popup .popup-folder-list .popup-folder-item .popup-folder-item-right .popup-folder-item-icon{background-color:#e5e5e5;border-radius:5px;display:inline-block;font-size:26px;padding:3px}.manager-folder-popup .popup-folder-list .popup-folder-item .popup-folder-item-right .popup-folder-item-icon:hover{cursor:pointer}.manager-folder-popup .popup-folder-list .popup-folder-item .popup-folder-item-right .icon-edit{color:#7357eb}.manager-folder-popup .popup-folder-list .popup-folder-item .popup-folder-item-right .icon-trash{color:#9f0000}.manager-folder-popup .popup-folder-list .popup-folder-item .popup-folder-item-right .icon-save{color:#1e8600}.manager-folder-popup .popup-folder-list .popup-folder-item-editable{border:2px solid dimgray;border-radius:7px;outline:none;padding:5px 10px;width:200px}.manager-folder-popup .folder-list-empty-message{color:#848484;font-family:Onest Light,sans-serif;font-size:14px;text-align:center;text-transform:lowercase}.download-popup{max-width:300px;width:300px}.download-popup .download-type-item{align-items:center;border-radius:5px;cursor:pointer;display:flex;gap:8px;padding:8px 12px}.download-popup .download-type-item:hover{background-color:#f0f0f0}.download-popup .download-type-item svg{font-size:20px}.send-article-popup{max-width:300px;width:300px}.send-article-popup .send-article-item{align-items:center;border-radius:5px;cursor:pointer;display:flex;font-size:18px;gap:8px;padding:8px 12px}.send-article-popup .send-article-item:last-child{margin-bottom:0}.send-article-popup .send-article-item:hover{background-color:#f0f0f0}.auth-block{background-color:#fff;border:1px solid #dbdbdb;border-radius:7px;padding:30px}@media only screen and (max-width:768px){.auth-block{padding:20px}}.auth-block{margin:50px auto;max-width:500px;text-align:center}.auth-main-icon{background-color:#eee;border-radius:7px;color:#f05245;display:inline-block;font-size:70px;margin-bottom:30px;padding:12px}.auth-block-title{font-family:Inter Regular,sans-serif;font-size:24px;line-height:1.3;margin-bottom:10px;text-align:center}.auth-block-description{color:#1e1e1e;font-family:Onest Regular,sans-serif;font-size:16px;margin-bottom:30px;text-align:center}.profile-block{background-color:#fff;border:1px solid #dbdbdb;border-radius:7px;padding:30px}@media only screen and (max-width:768px){.profile-block{padding:20px}}.profile-block{margin-bottom:20px}.profile-block .form-input{margin-bottom:0}.profile-block .profile-title{color:#2e2151;font-family:Onest Bold,sans-serif;font-size:26px;line-height:1.4;margin-bottom:15px}.profile-block .profile-email-row{display:flex;gap:20px}@media only screen and (max-width:768px){.profile-block .profile-email-row{display:block}}.profile-block .profile-email-row button{background-color:#adadad;border:1px solid #a9a9a9;border-radius:7px;color:#fff;font-size:14px;font-weight:700;min-width:150px}.profile-block .profile-email-row button:hover{cursor:pointer}@media only screen and (max-width:768px){.profile-block .profile-email-row button{margin-top:10px;padding:12px;width:auto}}.message-verification{color:#f05245;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:1.4;margin-top:5px}@media only screen and (max-width:480px){.message-verification{font-size:12px}}.message-verification .message-verification-btn-resend{color:#7357eb}.message-verification .message-verification-btn-resend:hover{cursor:pointer;text-decoration:underline}.message-verification .message-verification-btn-resend-disable{color:rgba(10,37,56,.471);pointer-events:none}.new-article-form-block{background-color:#fff;border:1px solid #dbdbdb;border-radius:7px;padding:30px}@media only screen and (max-width:768px){.new-article-form-block{padding:20px}}.new-article-form-block{margin:50px auto}@media only screen and (max-width:768px){.new-article-form-block{margin:30px auto}}@media only screen and (max-width:468px){.new-article-form-block{margin:20px auto}}@media only screen and (max-width:480px){.new-article-form-block{border:none;border-radius:0}}.new-article-form-block .new-article-block-title{margin-bottom:20px}.new-article-form-block .new-article-block-title .new-article-block-title-text{font-family:Onest Bold,sans-serif;font-size:30px;margin-bottom:5px}@media only screen and (max-width:768px){.new-article-form-block .new-article-block-title .new-article-block-title-text{font-size:24px}}.new-article-form-block .new-article-block-title .new-article-block-subtitle{color:#9a9a9a;font-family:Onest Regular,sans-serif;font-size:14px}.new-article-form-block .form-btn-submit{width:100%}.new-article-title-block{margin-bottom:20px}.new-article-title-block .new-article-title-container{align-items:center;display:flex;gap:20px}@media only screen and (max-width:480px){.new-article-title-block .new-article-title-container{gap:10px}}.new-article-title-block .new-article-title-container .new-article-title-left{width:100%}.new-article-title-block .new-article-title-container .new-article-title-input{margin-bottom:0}.new-article-title-block .new-article-title-container .new-article-title-btn-generate{background-color:#7357eb;font-size:14px}@media only screen and (max-width:480px){.new-article-title-block .new-article-title-container .new-article-title-btn-generate{display:none}.new-article-title-block .new-article-title-container .new-article-title-btn-generate .form-btn-submit-spinner{left:22%}}.new-article-title-block .new-article-title-container .new-article-title-btn-generate .spinner{border:2px solid hsla(0,0%,100%,.1);border-left-color:#aeaeae}.new-article-title-block .new-article-title-container .new-article-title-btn-generate-mobile{display:none}.new-article-title-block .new-article-title-container .new-article-title-btn-generate-mobile .form-btn-submit-spinner{left:50%}@media only screen and (max-width:480px){.new-article-title-block .new-article-title-container .new-article-title-btn-generate-mobile{display:block;padding:8px 14px}}.new-article-title-block .new-article-title-container .new-article-title-btn-generate-icon{font-size:24px}.new-article-content-block{margin-bottom:30px}.btn-action-container{display:flex;gap:20px;justify-content:space-between}@media(max-width:768px){.btn-action-container{flex-direction:column;gap:10px}.btn-action-container button{width:100%}}.btn-action-container .btn-save-draft{background-color:#fff;border:2px solid #000;color:#000}.btn-action-container .btn-save-draft:hover{background-color:#000;color:#fff}.image-viewer-overlay{align-items:center;background:rgba(0,0,0,.85);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.image-viewer-content{max-height:90%;max-width:90%;position:relative}.image-viewer-content img{border-radius:6px;box-shadow:0 0 10px #000;max-height:90vh;max-width:100%;object-fit:contain}.image-viewer-close{background:#fff;border:none;border-radius:50%;color:#3a3a3a;cursor:pointer;font-size:24px;height:35px;position:absolute;right:-15px;top:-15px;width:35px}@media only screen and (max-width:480px){.image-viewer-close{font-size:21px;height:25px;right:-10px;top:-10px;width:25px}}.page-not-found-block{margin:200px auto;max-width:500px;padding:0 20px;text-align:center}.page-not-found-block .title{font-size:100px;font-weight:700;margin-bottom:50px}.page-not-found-block .main-message{font-size:30px;letter-spacing:10px;line-height:36px;margin-bottom:20px;text-transform:uppercase}@media only screen and (max-width:480px){.page-not-found-block .main-message{font-size:26px;letter-spacing:8px;line-height:30px}}@media only screen and (max-width:390px){.page-not-found-block .main-message{font-size:22px;letter-spacing:6px}}.related-articles-block{background-color:#fff;border:1px solid #dbdbdb;border-radius:7px;padding:30px}@media only screen and (max-width:768px){.related-articles-block{padding:20px}}@media only screen and (max-width:480px){.related-articles-block{border:none;border-radius:0}}.related-articles-block .title{color:#000;font-family:Inter Regular,sans-serif;font-size:26px;font-weight:700;margin-bottom:15px}.related-articles-block .related-item{border-bottom:1px solid #d7d7d7;margin-bottom:20px;padding-bottom:20px}.related-articles-block .related-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.related-articles-block .related-item .related-item-title{color:#2e2151;font-family:Inter Regular,sans-serif;font-size:20px;margin-bottom:10px;transition:color .2s ease}.related-articles-block .related-item .related-item-title:hover{color:#2e2151}@media only screen and (max-width:480px){.related-articles-block .related-item .related-item-title{font-size:18px}}.related-articles-block .related-item .related-item-link:hover{color:#2e2151;text-decoration:underline}.related-articles-block .related-item .related-item-footer{align-items:center;color:#464646;display:flex;gap:15px}.related-articles-block .related-item .related-item-footer .footer-item{align-items:center;display:flex;gap:5px}.related-articles-block .related-item .related-item-footer .footer-item .footer-item-icon{font-size:20px;padding-bottom:2px}.breadcrumbs{font-size:14px;margin:20px 0 0}.breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.breadcrumbs ol li{align-items:center;color:#888;display:flex}.breadcrumbs ol li a{color:#353535;text-decoration:none}.breadcrumbs ol li a:hover{text-decoration:underline}.breadcrumbs ol li .separator{color:#ccc;margin:0 8px}.quiz-wrapper{background-color:#fff;border:1px solid #dbdbdb;border-radius:7px;padding:30px}@media only screen and (max-width:768px){.quiz-wrapper{padding:20px}}@media only screen and (max-width:480px){.quiz-wrapper{border:none;border-radius:0}}.quiz-wrapper .quiz-message-block{align-items:center;display:flex;justify-content:space-between}.quiz-wrapper .toggle-quiz-btn{background:none;border:2px solid #7357eb;border-radius:6px;color:#7357eb;cursor:pointer;font-size:14px;font-weight:700;padding:12px 24px;transition:background .3s}.quiz-wrapper .toggle-quiz-btn:hover{background:#7357eb;color:#fff}@media only screen and (max-width:480px){.quiz-wrapper .toggle-quiz-btn{padding:6px 24px}}.quiz-wrapper .quiz-message-text{font-family:Inter Regular,sans-serif;font-size:18px;font-weight:700}.quiz-wrapper .quiz-block{max-height:0;opacity:0;overflow:hidden;transition:all .5s ease}.quiz-wrapper .quiz-block.visible{max-height:100%;opacity:1}.quiz-wrapper .quiz-block .quiz-block-title{font-size:1.5rem;margin-bottom:12px;margin-top:20px;text-align:center}@media only screen and (max-width:480px){.quiz-wrapper .quiz-block .quiz-block-title{font-size:22px}}.quiz-wrapper .quiz-block .quiz-block-title span{color:#f05245}.quiz-wrapper .quiz-block .quiz-divider{background:#eee;height:1px;margin-bottom:24px}.quiz-wrapper .quiz-block .quiz-question{margin-bottom:32px}.quiz-wrapper .quiz-block .quiz-question .quiz-question-header{align-items:center;display:flex;gap:10px;margin-bottom:10px}.quiz-wrapper .quiz-block .quiz-question .quiz-question-header .quiz-question-text{color:#585858;font-size:14px}.quiz-wrapper .quiz-block .quiz-question .quiz-question-header .quiz-btn-explanation{background-color:#fff;border:none;color:#1050a5;font-size:14px;text-transform:lowercase}.quiz-wrapper .quiz-block .quiz-question .quiz-question-header .quiz-btn-explanation:hover{cursor:pointer;text-decoration:underline}.quiz-wrapper .quiz-block .quiz-question .quiz-question-header .quiz-explanation-spinner{animation:quizSpin .6s linear infinite;border:2px solid #1a3d7c;border-radius:50%;border-top-color:transparent;display:inline-block;height:14px;margin-left:8px;vertical-align:middle;width:14px}@keyframes quizSpin{to{transform:rotate(1turn)}}.quiz-wrapper .quiz-block .quiz-question .quiz-explanation-wrapper{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease,padding .3s ease}.quiz-wrapper .quiz-block .quiz-question .quiz-explanation-wrapper.open{max-height:500px;opacity:1}.quiz-wrapper .quiz-block .quiz-question .quiz-explanation-wrapper .quiz-explanation-block{background-color:#f0f4ff;border:1px solid #d0e3ff;border-radius:8px;color:#1a3d7c;font-size:14px;line-height:1.3;margin-bottom:10px;padding:20px}.quiz-wrapper .quiz-block .quiz-question .quiz-question-title{font-size:1.1rem;font-weight:700;margin-bottom:16px}.quiz-wrapper .quiz-block .quiz-question .quiz-answers{list-style:none;padding:0}.quiz-wrapper .quiz-block .quiz-question .quiz-answers li{margin-bottom:12px}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option{align-items:center;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:10px 14px;transition:.2s ease}@media only screen and (max-width:992px){.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option{padding:7px}}@media only screen and (max-width:768px){.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option{padding:5px}}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option input[type=radio]{display:none}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option .custom-radio{border:1px solid #989898;border-radius:50%;height:16px;min-height:16px;min-width:16px;position:relative;width:16px}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option input[type=radio]:checked+.custom-radio{border-color:#1976d2}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option input[type=radio]:checked+.custom-radio:after{background-color:#1976d2;border-radius:50%;content:"";height:8px;left:3px;position:absolute;top:3px;width:8px}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option .quiz-block-custom-radio{border:1px solid #989898;border-radius:50%;height:20px;min-height:20px;min-width:20px;position:relative;width:20px}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option input[type=radio]:checked+.quiz-block-custom-radio{border-color:#7357eb}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option input[type=radio]:checked+.quiz-block-custom-radio:after{background-color:#7357eb;border-radius:50%;content:"";height:12px;left:3px;position:absolute;top:3px;width:12px}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option .icon-quiz-block{font-size:20px}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option .icon-correct-answer-show{color:rgba(0,130,0,.34)}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option .icon-correct-answer{color:green}.quiz-wrapper .quiz-block .quiz-question .quiz-answers .quiz-option .icon-incorrect-answer{color:#f05245}.quiz-wrapper .quiz-block .quiz-btn-wrapper{align-items:center;display:flex;gap:20px;justify-content:space-between}.quiz-wrapper .quiz-block .btn-submit-new-quiz{background-color:#7357eb}.quiz-wrapper .quiz-block .btn-submit-new-quiz:hover{background-color:#6249d1}.quiz-wrapper .quiz-block .btn-submit-clear-quiz{background-color:#f05245}.quiz-wrapper .quiz-block .btn-submit-clear-quiz:hover{background-color:#d84536}.quiz-wrapper .quiz-block .quiz-result{font-size:1.2rem;font-weight:700;margin-bottom:24px}.quiz-wrapper .quiz-block .quiz-result .result-sum{color:green}.quiz-page-quiz-block-title{border-bottom:1px solid #dedede;color:#2e2151;margin-bottom:30px;padding-bottom:30px}.gradient-text{background:linear-gradient(90deg,#3ca7ff,#5a42c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700}.created-list-block .article-block-title{margin-bottom:0}.created-action-block{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}@media only screen and (max-width:480px){.created-action-block{margin:0 20px 20px}}.created-action-block .folder-btn{background-color:#f05245;border-radius:8px;color:#fff;font-weight:700;padding:12px 16px 10px;transition:all .1s ease}@media only screen and (max-width:480px){.created-action-block .folder-btn{padding:10px 14px 8px}}.created-action-block .folder-btn:hover{background-color:#d84536;cursor:pointer}.created-action-block .folder-btn svg{font-size:26px;margin-right:5px;padding-bottom:4px;vertical-align:middle}.created-action-block .list-type-btn-container{align-items:center;background-color:#fff;border:1px solid #dbdbdb;border-radius:8px;display:flex}.created-action-block .list-type-btn-container div.list-type-full{background-color:#fff;border-radius:7px 0 0 7px;border-right:1px solid #f1f1f1}.created-action-block .list-type-btn-container div.list-type-short{background-color:#fff;border-radius:0 7px 7px 0}.created-action-block .list-type-btn-container div{align-items:center;display:flex;flex:1;justify-content:center;padding:13px 18px;transition:all .1s ease}@media only screen and (max-width:480px){.created-action-block .list-type-btn-container div{padding:11px 16px}}.created-action-block .list-type-btn-container div svg{color:#373737;cursor:pointer;font-size:22px}.created-action-block .list-type-btn-container div:hover{background-color:#f1f1f1;cursor:pointer}.created-action-block .list-type-btn-container div.list-type-active{background-color:#6d6d6d!important}.created-action-block .list-type-btn-container div.list-type-active svg{color:#fff!important}.privacy-block{background-color:#fff;border:1px solid #dbdbdb;border-radius:7px;padding:30px}@media only screen and (max-width:768px){.privacy-block{padding:20px}}.privacy-block{margin:50px auto}@media only screen and (max-width:768px){.privacy-block{margin:30px auto}}@media only screen and (max-width:468px){.privacy-block{margin:20px auto}}.privacy-block{font-family:Inter Regular,sans-serif}@media only screen and (max-width:480px){.privacy-block{border:none;border-radius:0}}.privacy-block h2{margin:10px 0}.privacy-block p{line-height:1.3}.privacy-block ol li{margin-bottom:10px}.privacy-block ol li h3{margin-bottom:5px}.privacy-block p.contact-info{margin:10px 0}.search-page-title{color:#7357eb;margin-bottom:20px}.content-intra-container{margin:30px auto}@font-face{font-display:swap;font-family:Onest Light;font-style:normal;font-weight:300;src:url(/build/fonts/Onest-Light.b9bbbbe5.ttf) format("truetype"),url(/build/fonts/Onest-Light.b9bbbbe5.ttf) format("truetype")}@font-face{font-display:swap;font-family:Onest Regular;font-style:normal;font-weight:400;src:url(/build/fonts/Onest-Medium.fbd1029c.ttf) format("truetype"),url(/build/fonts/Onest-Medium.fbd1029c.ttf) format("truetype")}@font-face{font-display:swap;font-family:Onest Bold;font-style:normal;font-weight:700;src:url(/build/fonts/Onest-Bold.e6f62dc9.ttf) format("truetype"),url(/build/fonts/Onest-Bold.e6f62dc9.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100 900;src:url(/build/fonts/Inter-VariableFont_opsz,wght.e05c5f3d.ttf) format("truetype")}.quiz-header{background:linear-gradient(135deg,#fcfcfc,#f4f4f4,#fce6e6);border-radius:28px;margin-bottom:30px;margin-top:30px;padding:32px 100px 48px;text-align:center}.quiz-header .quiz-title{color:#2e2151;font-size:40px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:24px;text-align:center}.quiz-header .quiz-subtitle{color:#60687a;margin-bottom:40px}.quiz-create-btn{background:#f05245;padding-left:50px;padding-right:50px}.quiz-query-input{border:2px solid #2e2151}.quiz-options-wrapper{display:flex;flex-wrap:wrap;gap:50px;justify-content:start;margin-bottom:40px}.quiz-options-block{text-align:left}.quiz-options-block .quiz-options-title{color:#2e2151;font-size:16px;font-weight:600;margin-bottom:10px}.quiz-options-block .quiz-options{display:flex;flex-wrap:wrap;gap:12px}.quiz-options-block .quiz-option{background:#f1f1f1;border:2px solid #ccc;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 18px;transition:all .2s ease}.quiz-options-block .quiz-option.active{background:#2e2151;border-color:#2e2151;color:#fff}.quiz-options-block .quiz-option:hover{border-color:#2e2151}.quiz-page-questions-block{border:none;border-radius:28px;padding:100px}@media(max-width:992px){.quiz-page-questions-block{padding:50px 40px}}.quiz-page-questions-block .quiz-block .quiz-question .quiz-question-title{color:#2e2151;font-size:24px}@media(max-width:768px){.quiz-page-questions-block .quiz-block .quiz-question .quiz-question-title{font-size:20px}}.quiz-page-questions-border-wrapper{background:linear-gradient(90deg,#2e2151,#e02712);border-radius:30px;margin:40px auto 50px;padding:2px}@media(max-width:1200px){.quiz-options-wrapper{gap:20px}}@media(max-width:992px){.quiz-header{padding:32px 40px 48px}}@media(max-width:768px){.quiz-header{padding:24px 20px 32px}.quiz-header .quiz-title{font-size:30px}.quiz-header .quiz-subtitle{font-size:15px;margin-bottom:30px}.quiz-options-block .quiz-option{font-size:13px;padding:8px 14px}.quiz-page-questions-block{padding:30px 20px}}@media(max-width:480px){.quiz-header .quiz-title{font-size:26px;margin-bottom:16px}.quiz-header .quiz-subtitle{font-size:16px}.quiz-options-wrapper{gap:20px}.quiz-create-btn{padding:14px 20px;width:100%}.quiz-options{gap:8px}}