.loader{position:fixed;width:100%;height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;font-weight:200;color:var(--main-color);z-index:999999;top:0}.loader .multi-spinner-container{width:150px;height:150px;position:relative;margin:30px auto;overflow:hidden}.loader .multi-spinner-container .multi-spinner{position:absolute;width:calc(100% - 9.9px);height:calc(100% - 9.9px);border:5px solid transparent;border-top:5px solid var(--main-color);border-radius:50%;-webkit-animation:spin 5s cubic-bezier(.17,.49,.96,.76) infinite;animation:spin 5s cubic-bezier(.17,.49,.96,.76) infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.top-bar{background:var(--white);margin-bottom:64px}.top-bar,.top-bar .row{min-height:100px}.top-bar img{height:40px;image-rendering:-webkit-optimize-contrast}.top-bar .search{position:relative}.top-bar .search input{height:48px;padding:0 20px;width:100%;border:none;background:var(--bg-color);font-weight:100;border-radius:10px;outline:none;color:#454545}.top-bar .search input::-webkit-input-placeholder{color:var(--paragraph-color)}.top-bar .search input:-ms-input-placeholder{color:var(--paragraph-color)}.top-bar .search input::placeholder{color:var(--paragraph-color)}.top-bar .search button{position:absolute;height:100%;left:0;top:0;width:48px;border:none;border-radius:10px;color:#fff;background:var(--main-dark-color)}.top-bar .nav-items li a{text-decoration:none;font-family:"Cairo";font-weight:200;color:var(--title-color)}.top-bar ul{direction:ltr;margin-bottom:0;padding:0}.top-bar ul li{margin-right:24px!important}.top-bar .toggle-dark-mode{width:69px;height:34px;background:var(--bg-color);border-radius:8px;position:relative;cursor:pointer}.top-bar .toggle-dark-mode .toggle-btn{color:#fff;background:var(--main-dark-color);position:absolute;left:4px;font-size:14px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;top:4px;border-radius:8px;transition:all .3s}.top-bar .toggle-dark-mode.dark .toggle-btn{left:39px;color:var(--secondary-color)}.top-bar .mobile-search{display:none}.dark-mode .top-bar .search button{background-color:#617291}@media(min-width:992px)and (max-width:1400px){.nav-items li{margin-right:13px!important}.nav-items li a{font-size:13px}.search-col{width:36.666667%}.menu-col{width:38.333333%}}@media(min-width:768px)and (max-width:992px){.top-bar .logo-col{width:20%}.top-bar .logo-col img{height:30px}.top-bar .search-col{width:36.666667%}.top-bar .menu-col{width:43.333333%}.top-bar .menu-col .nav-items li{margin-right:13px!important}.top-bar .menu-col .nav-items li a{font-size:13px}}@media(min-width:575px)and (max-width:768px){.top-bar{padding:30px 0}.top-bar .logo{margin:0 auto 20px;display:table}.top-bar .toggle-dark-mode,.top-bar ul{margin-top:35px}}@media only screen and (max-width:575px){.top-bar{position:fixed;top:0;left:0;right:0;width:100%;z-index:9999;margin-bottom:0}.top-bar,.top-bar .row{min-height:70px}.top-bar .search,.top-bar ul{display:none}.top-bar img{height:32px}.top-bar .mobile-search{display:block}.top-bar .mobile-search .open-search{font-size:22px;margin-left:20px;color:var(--title-color);cursor:pointer}.top-bar .mobile-search .search{position:absolute;width:100%;right:0;z-index:99;top:70px;padding:16px;background-color:var(--white)}.top-bar .mobile-search .search.open{display:block}.top-bar .mobile-search .search button{height:48px;top:16px;left:16px}}footer{margin-top:64px;background-color:var(--main-dark-color);padding:75px 0}footer .widget h3{color:#fff;margin-bottom:44px;font-size:22px}footer .widget.about img{height:35px;margin-bottom:35px;image-rendering:-webkit-optimize-contrast}footer .widget.about p{color:#fff;opacity:.74;font-size:14px;line-height:26px}footer .widget.newsletter form{width:100%;position:relative}footer .widget.newsletter form input{width:100%;font-weight:100;padding:18px 32px;border-radius:16px;border:none;outline:var(--main-color)}footer .widget.newsletter form button{border-radius:16px;color:#fff;font-size:25px;border:none;background-color:var(--main-color);position:absolute;left:0;top:0;height:100%;width:60px}footer .widget.newsletter span{display:block;text-align:center;margin-top:30px;color:var(--secondary-color);font-size:14px}footer .widget.contacts ul{list-style:none;padding:0;display:flex}footer .widget.contacts ul li{margin-left:8px}footer .widget.contacts ul li a{width:47px;height:47px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:18px;background-color:#464e60;transition:all .3s}footer .widget.contacts ul li a:hover{background-color:var(--main-darker-color)}footer .widget ol{list-style:none;padding:0;margin-top:25px}footer .widget ol li{color:var(--secondary-color);margin-bottom:12px}footer .widget ol li a{color:#fff;text-decoration:none;margin-right:12px}footer .copyrights{margin-top:50px;text-align:center;font-size:14px;color:#fff}@media(min-width:768px)and (max-width:992px){footer .widget h3{font-size:16px}footer .widget.about p{font-size:12px;line-height:22px}footer .widget.newsletter form input,footer .widget.newsletter span{font-size:12px}footer .widget ol li{font-size:14px}}@media(min-width:575px)and (max-width:768px){footer .widget{margin-bottom:50px}}@media(max-width:575px){footer{display:none}}.navigation-bar{display:none}@media only screen and (max-width:575px){.navigation-bar{z-index:999999;width:100vw;display:block;position:fixed;bottom:0;left:0;right:0;background-color:var(--white);padding:10px 0;box-shadow:0 -10px 49px rgba(0,0,0,.06)}.navigation-bar a{display:block;text-align:center;color:var(--title-color);text-decoration:none;font-weight:200;font-size:13px}.navigation-bar a.active{color:var(--title-main-color)}.navigation-bar a span{margin-top:5px;display:block}.navigation-bar a svg{font-size:18px}}.player{position:fixed;bottom:-230px;width:94%;background-color:var(--white);padding:15px;border-radius:20px;box-shadow:-1px 10px 49px rgba(0,0,0,.06);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:bottom .3s;z-index:9}.player .close{position:absolute;right:-17px;top:-18px;background-color:var(--main-color);color:#fff;padding:5px 11px;font-size:17px;border-radius:11px;cursor:pointer}.player iframe{border-radius:10px}.player.opened{bottom:20px}@media only screen and (max-width:575px){.player.opened{bottom:80px}.player .close{right:0;top:-43px}}.post-card{background-color:var(--white);margin-top:30px;padding:18px;border-radius:20px;align-items:center;box-shadow:-1px 10px 49px rgba(0,0,0,.06)}.post-card img{border-radius:20px;margin-bottom:20px}.post-card .text h3{color:var(--title-color);margin-bottom:15px}.post-card .text .date{font-weight:200;color:var(--title-main-color)}.post-card .text .date svg{margin-left:7px}.post-card .text p{margin-top:24px;color:var(--paragraph-color);line-height:30px}@media(max-width:575px){.post-card{padding:13px}.post-card h3{font-size:18px}.post-card .date{font-size:14px}.post-card p{display:none}.post-card .mobile-wrapper{display:flex;align-items:center}.post-card .mobile-wrapper img{display:block!important;width:100px;border-radius:15px;margin-left:10px;margin-bottom:0}}.download-book{border-radius:23px;position:relative;background-color:var(--main-darker-color);margin-bottom:64px}.download-book .squares{position:absolute;left:40px;top:40px;width:120px}.download-book .halfCircle{position:absolute;left:170px;bottom:0;width:300px}.download-book .book{position:absolute;left:70px;bottom:0;width:340px}.download-book .text{margin:61px;display:inline-block}.download-book .text h1{color:#fff;line-height:70px}.download-book .text a{margin-top:100px;display:inline-block;font-size:17px;font-weight:200;color:#fff;text-decoration:none;background-color:var(--main-color);padding:16px 40px;border-radius:14px;transition:all .3s}.download-book .text a svg{margin-right:11px}.download-book .text a:hover{background-color:var(--main-dark-color)}.first-post{background-color:var(--white);display:flex;padding:24px;border-radius:20px;align-items:center;box-shadow:-1px 10px 49px rgba(0,0,0,.06)}.first-post img{border-radius:20px;height:320px;margin-left:32px}.first-post .text .mobile-wrapper img{display:none}.first-post .text h3{color:var(--title-color);margin-bottom:15px}.first-post .text .date{font-weight:200;color:var(--title-main-color)}.first-post .text .date svg{margin-left:7px}.first-post .text p{margin-top:24px;color:var(--paragraph-color);line-height:30px}.listen-sc{height:100%;background-color:#f70;border-radius:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.listen-sc .icon svg{font-size:90px}.listen-sc p{font-size:22px;font-weight:300;padding:0 25px;margin:30px 0 40px;line-height:44px}.listen-sc a{width:205px;border-radius:11px;display:flex;justify-content:space-between;align-items:center;padding:17px 20px;transition:all .3s;color:#f70;background-color:#fff;margin:0 auto}.listen-sc a:hover{background-color:#d86500;color:#fff}.pagination{margin-top:64px;justify-content:center;direction:rtl;padding:0}.pagination li.selected a{background-color:var(--secondary-color);color:var(--main-dark-color)!important}.pagination li a{color:#fff!important;text-decoration:none;width:50px;height:50px;margin:0 5px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-weight:300;font-size:17px;background-color:var(--main-dark-color)}.dark-mode .download-book{background-color:#222b3b}@media(min-width:992px)and (max-width:1400px){.listen-sc p{margin:15px 0 20px;line-height:30px;font-size:18px}.listen-sc a{width:169px;font-size:14px}.first-post img{height:228px;display:none}.first-post .btns .btn{width:185px}}@media(min-width:768px)and (max-width:992px){.download-book .squares{left:25px;width:70px;top:25px}.download-book .halfCircle{width:110px;left:145px}.download-book .book{width:187px;left:36px}.download-book .text{margin:30px}.download-book .text h1{line-height:60px;font-size:34px}.download-book .text a{margin-top:10px;font-size:16px;padding:12px 28px}.first-post{display:block;padding:18px}.first-post img{margin-left:0;height:auto;margin-bottom:20px}}@media(min-width:575px)and (max-width:768px){.download-book .squares{left:25px;width:70px;top:64px}.download-book .halfCircle{width:110px;left:75px}.download-book .book{width:128px;left:36px}.download-book .text{margin:30px}.download-book .text h1{line-height:40px;font-size:24px}.download-book .text a{margin-top:10px;font-size:13px;padding:12px 28px}.first-post{display:block;margin-bottom:30px;padding:18px}.first-post img{height:auto;margin-bottom:20px;margin-left:0}.listen-sc{padding:40px 0}}@media only screen and (max-width:575px){.listen-sc{display:none}.first-post{display:block;padding:13px}.first-post img{height:auto;margin-left:0;display:none}.first-post h3{font-size:18px}.first-post .date{font-size:14px}.first-post p{display:none}.first-post .mobile-wrapper{display:flex;align-items:center}.first-post .mobile-wrapper img{display:block!important;width:100px;border-radius:15px;margin-left:10px}.download-book{border-radius:0;margin-bottom:30px}.download-book .squares{left:25px;width:70px;top:64px}.download-book .halfCircle{width:110px;left:75px}.download-book .book{width:128px;left:36px}.download-book .text{margin:30px}.download-book .text h1{color:#fff;line-height:34px;font-size:18px;width:80%}.download-book .text a{margin-top:10px;font-size:13px;padding:12px 28px}.pagination li a{width:35px;height:35px;font-size:13px}}.single-post .mobile-post-head{display:none}.single-post .thumb{width:100%;background-color:var(--white);padding:15px;border-radius:20px}.single-post .thumb img{border-radius:20px}.single-post .audio{background-color:var(--white);padding:15px}.single-post .audio,.single-post .audio iframe{width:100%;height:100%;border-radius:20px}.post-header{margin-top:40px;border-radius:20px;padding:24px 64px;background-color:var(--main-dark-color);justify-content:space-between}.post-header,.post-header .info{display:flex;align-items:center}.post-header .info .date{display:inline-block;text-align:center;font-size:24px;font-weight:200;background-color:var(--secondary-color);color:var(--main-dark-color);padding:18px 24px;border-radius:20px}.post-header .info .date span{font-size:32px}.post-header .info .date hr{height:3px;opacity:1;background-color:var(--main-dark-color);margin:6px 0}.post-header .info h3{margin-right:32px;color:#fff}.post-header .actions{position:relative;display:inherit}.post-header .actions .share-methods{position:absolute;background-color:var(--main-darker-color);top:-3px;padding:10px 11px;border-radius:20px;right:-156px}.post-header .actions .share-methods a{padding:0;width:30px;text-align:center;color:#fff;border-radius:50%;margin:0 5px;background-color:#3a4760;height:30px;display:inline-flex;align-items:center;justify-content:center}.post-header .actions .share-methods a svg{margin:0}.post-header .actions a{font-size:16px;padding:10px 27px;font-weight:200;text-decoration:none;border-radius:17px}.post-header .actions a.share{background-color:var(--white);color:var(--title-color);margin-left:13px}.post-header .actions a.print{background-color:var(--main-color);color:#fff}.post-header .actions a svg{margin-right:10px}.content{background-color:var(--white);box-shadow:-1px 10px 49px rgba(0,0,0,.06);padding:50px;border-radius:20px;margin-top:30px;color:var(--paragraph-color)}.content ol,.content p,.content ul{margin-bottom:24px;color:var(--paragraph-color);line-height:30px}.content blockquote{color:#5e5e5e;border-right:4px solid var(--main-color);background-color:#f9f9f9;padding:24px;border-radius:10px;font-style:italic}.loading-spinner{text-align:center;font-size:35px;color:var(--main-color)}.comments{margin-top:64px}.comments .title{font-size:24px;font-weight:300;color:var(--title-color)}.comments ul{padding:0}.comments ul li{list-style:none;margin-top:24px}.comments ul li ol{padding-left:0}.comments ul li .comment{background-color:var(--white);box-shadow:-1px 10px 49px rgba(0,0,0,.06);border-radius:20px;padding:25px 40px;display:flex}.comments ul li .comment img{margin-left:23px;width:100px;height:100px;border-radius:50%}.comments ul li .comment h3{margin-bottom:15px;color:var(--title-color)}.comments ul li .comment p{margin-bottom:0;color:var(--paragraph-color)}.dark-mode .post-header .actions a.share{background-color:var(--bg-color)}@media(min-width:575px)and (max-width:768px){.single-post .thumb{margin-bottom:30px}.single-post .post-header{display:block}.single-post .post-header .info{margin-bottom:30px}.single-post .post-header .info h3{line-height:40px;margin-bottom:0}.single-post .post-header .actions{display:flex}.single-post .post-header .actions .share-methods{right:0}}@media only screen and (max-width:575px){.dark-mode .single-post{background-color:var(--bg-color)}.single-post{background-color:var(--white);margin-bottom:-34px;padding-bottom:34px}.single-post .mobile-post-head{border-top:2px solid #d0d0d0;display:block;padding:20px 16px}.single-post .mobile-post-head .wrapper{display:flex;justify-content:space-between;margin-bottom:10px}.single-post .mobile-post-head .wrapper .date{font-weight:200;color:var(--title-main-color);font-size:14px}.single-post .mobile-post-head .wrapper .date svg{margin-left:7px}.single-post .mobile-post-head .wrapper .go-back{font-size:14px;color:var(--paragraph-color);cursor:pointer}.single-post .mobile-post-head .wrapper .go-back svg{margin-right:7px}.single-post .mobile-post-head h3{color:var(--title-color);font-size:18px;margin-bottom:0}.single-post .thumb{padding:0}.single-post .thumb img{border-radius:0}.single-post .audio,.single-post .post-header{display:none}.single-post .content{padding:0;box-shadow:unset;background-color:unset}.single-post .content ol,.single-post .content p,.single-post .content ul{font-size:14px}.single-post .comments .title{font-size:20px}.single-post .comments ul li .comment{padding:25px}.single-post .comments ul li .comment img{width:63px;height:63px}.single-post .comments ul li .comment h3{font-size:16px}.single-post .comments ul li .comment p{font-size:12px;line-height:22px}}.about .about-card{background-color:var(--white);box-shadow:-1px 10px 49px rgba(0,0,0,.06);border-radius:20px;padding:16px}.about .about-card .myPP img{border-radius:16px}.about .about-card .about-content h3{font-weight:300;font-size:32px;color:var(--title-color);margin-bottom:14px}.about .about-card .about-content span{color:var(--title-main-color);font-weight:200;display:block;margin-bottom:14px}.about .about-card .about-content p{color:var(--paragraph-color);font-size:14px;font-weight:100;line-height:29px;margin-bottom:0}.about .social-links{margin-top:48px}.about .social-links h3{color:var(--title-color);font-size:24px;font-weight:300}.about .social-links .links{margin-top:32px;background-color:var(--white);box-shadow:-1px 10px 49px rgba(0,0,0,.06);border-radius:20px;padding:30px 30px 0}.about .social-links .links a{text-decoration:none;font-weight:300;width:100%;display:block;text-align:center;padding:15px 0;border-radius:20px;margin-bottom:30px}.about .social-links .links a.soundcloud{color:#f70;background-color:rgba(255,119,0,.16)}.about .social-links .links a.behance{color:#053eff;background-color:rgba(5,62,255,.16)}.about .social-links .links a.dribbble{color:#ea4c89;background-color:rgba(234,76,137,.16)}.about .social-links .links a.twitter{color:#1da1f2;background-color:rgba(29,161,242,.16)}.about .social-links .links a.facebook{color:#4267b2;background-color:rgba(66,103,178,.16)}.about .social-links .links a.email{color:#2c374b;background-color:rgba(44,55,75,.16)}.about .social-links .links a.whatsapp{color:#25d366;background-color:rgba(37,211,102,.16)}.about .social-links .links a.website{color:#593ce4;background-color:rgba(89,60,228,.16)}.about .social-links .links a svg{margin-right:10px;font-size:20px}.dark-mode .about .social-links .links a{color:#fff}.dark-mode .about .social-links .links a.soundcloud{background-color:rgba(255,119,0,.58)}.dark-mode .about .social-links .links a.behance{background-color:rgba(5,62,255,.58)}.dark-mode .about .social-links .links a.dribbble{background-color:rgba(234,76,137,.58)}.dark-mode .about .social-links .links a.twitter{background-color:rgba(29,161,242,.58)}.dark-mode .about .social-links .links a.facebook{background-color:rgba(66,103,178,.58)}.dark-mode .about .social-links .links a.email{background-color:rgba(44,55,75,.58)}.dark-mode .about .social-links .links a.whatsapp{background-color:rgba(37,211,102,.58)}.dark-mode .about .social-links .links a.website{background-color:rgba(89,60,228,.58)}@media(min-width:575px)and (max-width:768px){.about .about-card .myPP img{margin-bottom:30px}.about .social-links .links a,.about .social-links .links svg{font-size:15px!important}}@media(max-width:575px){.about .about-card{margin-top:30px}.about .about-card .myPP img{margin-bottom:30px}.about .about-card .about-content h3{font-size:24px!important}.about .about-card .about-content span{font-size:17px}.about .social-links .links{padding:17px 17px 0!important}.about .social-links .links a{margin-bottom:17px;font-size:13px}.about .social-links .links a svg{margin-right:4px;font-size:13px}}.contact .title{font-weight:300;font-size:32px;color:var(--title-color);margin-bottom:14px}@media(max-width:575px){.contact .title{margin-top:30px;font-size:20px;margin-bottom:-14px}}@media print{*{-webkit-print-color-adjust:exact;color-adjust:exact}.comments,.search,.single-post .audio,.single-post .post-header .actions,.top-bar .toggle-dark-mode,.top-bar ul,footer{display:none}.content{background-color:#fff!important;box-shadow:none!important;page-break-inside:avoid!important}.post-header .info .date{background-color:#f3f3f3}.content ol,.content p,.content ul{color:#454545!important}.single-post .thumb{border:1px solid #545f75;border:1px solid var(--main-dark-color)}.player{display:none}}/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}ul[data-checked=false],ul[data-checked=true]{pointer-events:none}ul[data-checked=false]>li *,ul[data-checked=true]>li *{pointer-events:all}ul[data-checked=false]>li:before,ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}ul[data-checked=true]>li:before{content:"☑"}ul[data-checked=false]>li:before{content:"☐"}li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}ol li.ql-direction-rtl,ul li.ql-direction-rtl{padding-right:1.5em}ol li.ql-indent-1{counter-increment:list-1}ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}ol li.ql-indent-2{counter-increment:list-2}ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}ol li.ql-indent-3{counter-increment:list-3}ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}ol li.ql-indent-4{counter-increment:list-4}ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}ol li.ql-indent-5{counter-increment:list-5}ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}ol li.ql-indent-6{counter-increment:list-6}ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}ol li.ql-indent-7{counter-increment:list-7}ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}ol li.ql-indent-7{counter-reset:list-8 list-9}ol li.ql-indent-8{counter-increment:list-8}ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}ol li.ql-indent-8{counter-reset:list-9}ol li.ql-indent-9{counter-increment:list-9}ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-indent-1:not(.ql-direction-rtl){padding-left:3em}li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-indent-2:not(.ql-direction-rtl){padding-left:6em}li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-indent-3:not(.ql-direction-rtl){padding-left:9em}li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-indent-4:not(.ql-direction-rtl){padding-left:12em}li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-indent-5:not(.ql-direction-rtl){padding-left:15em}li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-indent-6:not(.ql-direction-rtl){padding-left:18em}li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-indent-7:not(.ql-direction-rtl){padding-left:21em}li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-indent-8:not(.ql-direction-rtl){padding-left:24em}li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-indent-9:not(.ql-direction-rtl){padding-left:27em}li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-video{display:block;max-width:100%}.ql-video.ql-align-center{margin:0 auto}.ql-video.ql-align-right{margin:0 0 0 auto}.ql-bg-black{background-color:#000}.ql-bg-red{background-color:#e60000}.ql-bg-orange{background-color:#f90}.ql-bg-yellow{background-color:#ff0}.ql-bg-green{background-color:#008a00}.ql-bg-blue{background-color:#06c}.ql-bg-purple{background-color:#93f}.ql-color-white{color:#fff}.ql-color-red{color:#e60000}.ql-color-orange{color:#f90}.ql-color-yellow{color:#ff0}.ql-color-green{color:#008a00}.ql-color-blue{color:#06c}.ql-color-purple{color:#93f}.ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-size-small{font-size:.75em}.ql-size-large{font-size:1.5em}.ql-size-huge{font-size:2.5em}.ql-direction-rtl{direction:rtl;text-align:inherit}.ql-align-center{text-align:center}.ql-align-justify{text-align:justify}.ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover{color:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media(pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble h1{font-size:2em}.ql-bubble h2{font-size:1.5em}.ql-bubble h3{font-size:1.17em}.ql-bubble h4{font-size:1em}.ql-bubble h5{font-size:.83em}.ql-bubble h6{font-size:.67em}.ql-bubble a{text-decoration:underline}.ql-bubble blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble code,.ql-bubble pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble code{font-size:85%;padding:2px 4px}.ql-bubble pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}@font-face{font-family:"Cairo";font-weight:100;src:url(/static/media/Cairo-SemiBold.0d18a3d1.ttf)}@font-face{font-family:"Cairo";font-weight:200;src:url(/static/media/Cairo-Bold.fdde495f.ttf)}@font-face{font-family:"Cairo";font-weight:300;src:url(/static/media/Cairo-Black.f6c9f5af.ttf)}:root{--main-color:#006fff;--main-dark-color:#545f75;--main-darker-color:#2c374b;--paragraph-color:#a0a0a0;--title-color:#545f75;--title-main-color:#006fff;--secondary-color:#ffcc3b;--bg-color:#f0f0f0;--white:#fff}.dark-mode{--paragraph-color:#fff;--title-color:#fff;--title-main-color:#fff;--bg-color:#2c374b;--white:#545f75}body,html{overflow-x:hidden}body{margin:0!important;font-family:"Cairo",serif!important;font-weight:100!important;background:#f0f0f0!important;background:var(--bg-color)!important;direction:rtl}img{max-width:100%}.btns{display:flex;margin-top:24px}.btns .btn{width:205px;border-radius:11px;display:flex;justify-content:space-between;align-items:center;padding:17px 20px;transition:all .3s}.btns .btn.read{background-color:#545f75;background-color:var(--main-dark-color);color:#fff;margin-left:16px}.btns .btn.listen{background-color:#ffcc3b;background-color:var(--secondary-color);color:#2c374b;color:var(--main-darker-color)}.btns .btn:hover{background-color:#2c374b;background-color:var(--main-darker-color);color:#fff}.form{background-color:#fff;background-color:var(--white);box-shadow:-1px 10px 49px rgba(0,0,0,.06);border-radius:20px;padding:35px 40px 15px;margin-top:32px}.form input,.form textarea{background-color:#f0f0f0;background-color:var(--bg-color);padding:28px;border-radius:20px;width:100%;border:none;font-weight:100;margin-bottom:20px}.form input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder{color:#a0a0a0;color:var(--paragraph-color)}.form input:-ms-input-placeholder,.form textarea:-ms-input-placeholder{color:#a0a0a0;color:var(--paragraph-color)}.form input::placeholder,.form textarea::placeholder{color:#a0a0a0;color:var(--paragraph-color)}.form textarea{height:200px}.form button{background-color:#006fff;background-color:var(--main-color);padding:28px;border-radius:20px;width:100%;border:none;font-weight:300;color:#fff;margin-bottom:20px}.dark-mode .btns .btn.read{background-color:#3a4252}.dark-mode input,.dark-mode textarea{color:#fff!important}@media(min-width:992px)and (max-width:1400px){.btns .btn{width:auto}}@media only screen and (max-width:575px){body{padding-top:70px;padding-bottom:100px}.btns .btn{padding:12px 14px;font-size:13px;font-weight:200}.form{padding:25px 25px 5px}.form button,.form input,.form textarea{padding:20px;font-size:14px}.no-padding-mobile{padding:0!important}.no-margin-mobile{margin:0!important}}.Toastify__toast-body{font-family:"Cairo",serif!important}
/*# sourceMappingURL=main.5553764c.chunk.css.map */