:root{--pv-primary:#8b7dd8;--pv-primary-dark:#7366c9;--pv-primary-light:#a094e3;--pv-bg:#e8ecf4;--pv-card-bg:#e8ecf4;--pv-text:#5a5a7d;--pv-text-dark:#3d3d5c;--pv-text-light:#8e8ea9;--pv-shadow-light:#ffffff;--pv-shadow-dark:#bec8d9;--pv-border:#e2e8f0}.plunexia-vision-wrapper *,.plunexia-vision-wrapper *::before,.plunexia-vision-wrapper *::after{box-sizing:border-box;font-family:inherit!important;letter-spacing:normal!important;word-spacing:normal!important}.plunexia-vision-wrapper{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;direction:rtl;background:var(--pv-bg);padding:3rem 0;min-height:100vh;letter-spacing:normal!important;word-spacing:normal!important}.pv-container{max-width:1200px;margin:0 auto;padding:0 1rem}.pv-header{display:flex;justify-content:space-between;align-items:center;background:var(--pv-card-bg);padding:1.25rem 2rem;border-radius:25px;box-shadow:9px 9px 16px var(--pv-shadow-dark),-9px -9px 16px var(--pv-shadow-light);margin-bottom:3rem}.pv-logo{font-size:1.75rem;font-weight:700;color:var(--pv-text-dark);font-family:inherit;letter-spacing:normal!important}.pv-icons{display:flex;gap:1rem}.pv-icon-btn{width:48px;height:48px;border-radius:15px;background:var(--pv-card-bg);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--pv-primary);box-shadow:5px 5px 10px var(--pv-shadow-dark),-5px -5px 10px var(--pv-shadow-light);transition:all 0.3s}.pv-icon-btn:hover{box-shadow:inset 5px 5px 10px var(--pv-shadow-dark),inset -5px -5px 10px var(--pv-shadow-light)}.pv-title{font-size:2.5rem;font-weight:700;color:var(--pv-text-dark);text-align:center;margin:3rem 0;font-family:inherit;letter-spacing:normal!important;word-spacing:normal!important}.pv-form{background:var(--pv-card-bg);padding:3rem;border-radius:30px;box-shadow:12px 12px 24px var(--pv-shadow-dark),-12px -12px 24px var(--pv-shadow-light);margin-bottom:3rem}.pv-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2.5rem}.pv-form-group{display:flex;flex-direction:column;gap:.75rem}.pv-label{font-size:.9375rem;font-weight:600;color:var(--pv-text);margin-bottom:.25rem;font-family:inherit;letter-spacing:normal!important}.pv-input,.pv-select{width:100%;padding:1rem 1.25rem;border:none;border-radius:15px;font-size:.9375rem;color:var(--pv-text-dark);background:var(--pv-card-bg);box-shadow:inset 4px 4px 8px var(--pv-shadow-dark),inset -4px -4px 8px var(--pv-shadow-light);transition:all 0.3s;font-family:inherit!important;letter-spacing:normal!important;word-spacing:normal!important}.pv-input:focus,.pv-select:focus{outline:none;box-shadow:inset 6px 6px 12px var(--pv-shadow-dark),inset -6px -6px 12px var(--pv-shadow-light)}.pv-select{cursor:pointer}.pv-select option{padding:.5rem;font-family:inherit!important;letter-spacing:normal!important;word-spacing:normal!important;direction:rtl}.pv-select[multiple]{min-height:140px}.pv-year-range{display:flex;align-items:center;gap:.75rem}.pv-year-range input{flex:1}.pv-year-range span{color:var(--pv-text-light);font-size:.875rem}.pv-radio-group{display:flex;gap:1rem;flex-wrap:wrap}.pv-radio{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.875rem 1.5rem;border-radius:15px;background:var(--pv-card-bg);box-shadow:5px 5px 10px var(--pv-shadow-dark),-5px -5px 10px var(--pv-shadow-light);transition:all 0.3s;letter-spacing:normal!important}.pv-radio:has(input:checked){background:linear-gradient(145deg,var(--pv-primary-light),var(--pv-primary));color:#fff;box-shadow:inset 3px 3px 7px rgb(0 0 0 / .2)}.pv-radio input[type="radio"]{width:18px;height:18px;cursor:pointer}.pv-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.875rem 1rem;border-radius:15px;background:var(--pv-card-bg);box-shadow:5px 5px 10px var(--pv-shadow-dark),-5px -5px 10px var(--pv-shadow-light);transition:all 0.3s;letter-spacing:normal!important}.pv-checkbox:hover{box-shadow:7px 7px 14px var(--pv-shadow-dark),-7px -7px 14px var(--pv-shadow-light)}.pv-checkbox input[type="checkbox"]{width:20px;height:20px;cursor:pointer}.pv-submit-btn{width:100%;padding:1.25rem 2rem;background:linear-gradient(145deg,var(--pv-primary-light),var(--pv-primary));color:#fff;border:none;border-radius:20px;font-size:1.125rem;font-weight:700;cursor:pointer;box-shadow:8px 8px 16px var(--pv-shadow-dark),-8px -8px 16px var(--pv-shadow-light);transition:all 0.3s;display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:inherit;letter-spacing:normal!important;word-spacing:normal!important}.pv-submit-btn:hover{transform:translateY(-2px)}.pv-submit-btn:active{transform:translateY(0)}.pv-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.pv-spinner{width:24px;height:24px;animation:pv-spin 1s linear infinite}.pv-spinner circle{stroke:#fff;stroke-linecap:round;animation:pv-dash 1.5s ease-in-out infinite}@keyframes pv-spin{100%{transform:rotate(360deg)}}@keyframes pv-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.pv-results{margin-top:3rem}.pv-results-title{font-size:1.875rem;font-weight:700;color:#d4af37;text-align:center;margin-bottom:2rem;font-family:inherit;text-shadow:2px 2px 4px rgb(0 0 0 / .1)}.pv-results-content{position:relative;max-width:100%;overflow:hidden}.pv-movie-card{background:var(--pv-card-bg);border-radius:25px;overflow:hidden;box-shadow:10px 10px 20px var(--pv-shadow-dark),-10px -10px 20px var(--pv-shadow-light);transition:all 0.4s;height:100%;display:flex;flex-direction:column;max-width:100%;position:relative}.pv-movie-card:hover{transform:translateY(-10px);box-shadow:15px 15px 30px var(--pv-shadow-dark),-15px -15px 30px var(--pv-shadow-light)}.pv-movie-select{position:absolute;top:15px;left:15px;width:24px;height:24px;cursor:pointer;z-index:10;opacity:.95;transition:opacity 0.2s,transform 0.2s;accent-color:var(--pv-primary);background:rgb(255 255 255 / .98);border-radius:6px;box-shadow:0 2px 10px rgb(0 0 0 / .4);margin:0}.pv-movie-select:hover{opacity:1;transform:scale(1.08)}.pv-movie-select:checked{opacity:1;background:var(--pv-primary)}.pv-movie-poster{position:relative;width:100%;padding-top:140%;overflow:visible;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-shrink:0}.pv-movie-poster img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.pv-movie-card:hover .pv-movie-poster img{transform:scale(1.05)}.pv-movie-rating{position:absolute;top:15px;right:15px;background:rgb(0 0 0 / .85);backdrop-filter:blur(10px);color:#fbbf24;padding:.5rem .75rem;border-radius:10px;font-weight:700;font-size:.875rem;display:flex;align-items:center;gap:.25rem;z-index:5}.pv-movie-info{padding:1.25rem;flex:1;display:flex;flex-direction:column}.pv-movie-title{font-size:1rem;font-weight:700;color:var(--pv-text);margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:inherit;max-height:2.8em}.pv-movie-en-title{font-size:.875rem;color:var(--pv-text-light);margin-bottom:1rem;font-family:inherit;direction:ltr;text-align:left}.pv-movie-reason{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;background:linear-gradient(135deg,rgb(139 125 216 / .1),rgb(139 125 216 / .05));border-right:3px solid var(--pv-primary);border-radius:8px;margin-bottom:1rem;font-size:.8125rem;color:var(--pv-primary);font-weight:600;line-height:1.4}.pv-movie-reason svg{flex-shrink:0;opacity:.8}.pv-movie-reason span{flex:1}.pv-movie-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.pv-meta-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--pv-text-light)}.pv-movie-genres{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.pv-genre-tag{padding:.375rem .75rem;background:rgb(99 102 241 / .1);color:var(--pv-primary);border-radius:8px;font-size:.75rem;font-weight:600}.pv-movie-story{font-size:.8125rem;color:var(--pv-text-light);line-height:1.5;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-family:inherit;max-height:4.5em}.pv-movie-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(145deg,var(--pv-primary-light),var(--pv-primary));color:#fff;text-decoration:none;border-radius:15px;font-weight:600;font-size:.9375rem;transition:all 0.3s;font-family:inherit;box-shadow:5px 5px 10px var(--pv-shadow-dark),-5px -5px 10px var(--pv-shadow-light)}.pv-movie-link:hover{transform:translateX(-4px) translateY(-2px);box-shadow:7px 7px 14px var(--pv-shadow-dark),-7px -7px 14px var(--pv-shadow-light)}.pv-results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 0}@media (max-width:1024px){.pv-results-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:640px){.pv-results-grid{grid-template-columns:1fr;gap:1rem}}.pv-no-results{text-align:center;padding:4rem 2rem;background:var(--pv-card-bg);border-radius:25px;box-shadow:10px 10px 20px var(--pv-shadow-dark),-10px -10px 20px var(--pv-shadow-light)}.pv-no-results-icon{font-size:4rem;margin-bottom:1rem}.pv-no-results-text{font-size:1.25rem;color:var(--pv-text-light);font-family:inherit}.pv-login-required{text-align:center;padding:4rem 2rem;background:var(--pv-card-bg);border-radius:25px;box-shadow:10px 10px 20px var(--pv-shadow-dark),-10px -10px 20px var(--pv-shadow-light)}.pv-login-icon{font-size:4rem;margin-bottom:1.5rem}.pv-login-title{font-size:1.75rem;font-weight:700;color:var(--pv-text);margin-bottom:1rem;font-family:inherit}.pv-login-text{font-size:1.125rem;color:var(--pv-text-light);margin-bottom:2rem;line-height:1.6;font-family:inherit}.pv-login-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.pv-login-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all 0.3s ease;min-width:180px;font-family:inherit}.pv-btn-primary{background:linear-gradient(145deg,var(--pv-primary-light),var(--pv-primary));color:#fff;box-shadow:8px 8px 16px var(--pv-shadow-dark),-8px -8px 16px var(--pv-shadow-light)}.pv-btn-primary:hover{transform:translateY(-2px);box-shadow:10px 10px 20px var(--pv-shadow-dark),-10px -10px 20px var(--pv-shadow-light)}.pv-btn-secondary{background:var(--pv-card-bg);color:var(--pv-primary);box-shadow:6px 6px 12px var(--pv-shadow-dark),-6px -6px 12px var(--pv-shadow-light)}.pv-btn-secondary:hover{box-shadow:inset 4px 4px 8px var(--pv-shadow-dark),inset -4px -4px 8px var(--pv-shadow-light);transform:translateY(-2px)}@media (max-width:1024px){.pv-movie-title{font-size:.9375rem}.pv-movie-info{padding:1rem}}@media (max-width:768px){.pv-title{font-size:1.5rem}.pv-form{padding:1.5rem}.pv-form-grid{grid-template-columns:1fr;gap:1rem}.pv-header{padding:1rem 1.5rem}.pv-logo{font-size:1.25rem}.pv-movie-card{max-width:100%}.pv-results-title{font-size:1.5rem}}.pv-movie-actions{display:flex;gap:.75rem;align-items:center}.pv-movie-link{flex:1}.pv-similar-btn{width:44px;height:44px;border-radius:12px;background:var(--pv-card-bg);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--pv-primary);box-shadow:5px 5px 10px var(--pv-shadow-dark),-5px -5px 10px var(--pv-shadow-light);transition:all 0.3s}.pv-similar-btn:hover{box-shadow:inset 4px 4px 8px var(--pv-shadow-dark),inset -4px -4px 8px var(--pv-shadow-light)}.pv-similar-btn.loading{opacity:.6;pointer-events:none}.pv-similar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:var(--pv-card-bg);border-radius:20px;box-shadow:8px 8px 16px var(--pv-shadow-dark),-8px -8px 16px var(--pv-shadow-light)}.pv-similar-header h3{margin:0;font-size:1.5rem;color:var(--pv-text-dark)}.pv-back-btn{padding:.75rem 1.5rem;background:var(--pv-card-bg);color:var(--pv-primary);border:none;border-radius:12px;font-weight:600;cursor:pointer;box-shadow:5px 5px 10px var(--pv-shadow-dark),-5px -5px 10px var(--pv-shadow-light);transition:all 0.3s}.pv-back-btn:hover{box-shadow:inset 4px 4px 8px var(--pv-shadow-dark),inset -4px -4px 8px var(--pv-shadow-light)}.pv-results-toolbar{display:flex;justify-content:flex-end;margin-bottom:1.5rem;padding:1rem;background:var(--pv-card-bg);border-radius:15px;box-shadow:6px 6px 12px var(--pv-shadow-dark),-6px -6px 12px var(--pv-shadow-light)}.pv-compare-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(145deg,var(--pv-primary-light),var(--pv-primary));color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;box-shadow:5px 5px 10px var(--pv-shadow-dark),-5px -5px 10px var(--pv-shadow-light);transition:all 0.3s}.pv-compare-btn:hover{transform:translateY(-2px);box-shadow:7px 7px 14px var(--pv-shadow-dark),-7px -7px 14px var(--pv-shadow-light)}.pv-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .8);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.pv-modal-content{background:var(--pv-card-bg);border-radius:20px;padding:2rem;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:15px 15px 30px var(--pv-shadow-dark),-15px -15px 30px var(--pv-shadow-light)}.pv-modal-close{position:absolute;top:1rem;left:1rem;font-size:2rem;font-weight:700;color:var(--pv-text);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--pv-card-bg);box-shadow:5px 5px 10px var(--pv-shadow-dark),-5px -5px 10px var(--pv-shadow-light);transition:all 0.3s}.pv-modal-close:hover{box-shadow:inset 4px 4px 8px var(--pv-shadow-dark),inset -4px -4px 8px var(--pv-shadow-light)}.pv-compare-table-wrapper{overflow-x:auto;margin-top:1.5rem}.pv-compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;font-size:.875rem}.pv-compare-table th,.pv-compare-table td{padding:1rem;text-align:right;border-bottom:1px solid var(--pv-border);vertical-align:top;word-wrap:break-word;max-width:300px}.pv-compare-table thead th{background:linear-gradient(145deg,var(--pv-primary-light),var(--pv-primary));color:#fff;font-weight:700;position:sticky;top:0;z-index:10}.pv-compare-table thead th:first-child{background:linear-gradient(145deg,#6b5bb8,#5a4ba7)}.pv-compare-table tbody tr:hover{background:rgb(139 125 216 / .05)}.pv-compare-section td{background:var(--pv-bg);font-weight:700;color:var(--pv-primary);font-size:1rem}.pv-compare-table tbody td:first-child{font-weight:600;color:var(--pv-text-dark);background:rgb(139 125 216 / .05);white-space:nowrap}.pv-floating-compare{position:fixed;bottom:30px;z-index:9999;animation:slideUp 0.3s ease-out}.pv-floating-compare.pv-position-left{left:30px}.pv-floating-compare.pv-position-right{right:30px}.pv-floating-btn{display:flex;align-items:center;gap:12px;padding:16px 24px;background:linear-gradient(135deg,var(--pv-primary),var(--pv-primary-dark));color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 8px 24px rgb(139 125 216 / .4),inset 0 -2px 8px rgb(0 0 0 / .1);transition:all 0.3s ease;font-family:inherit}.pv-floating-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgb(139 125 216 / .5),inset 0 -2px 8px rgb(0 0 0 / .1)}.pv-floating-btn:active{transform:translateY(-1px)}.pv-floating-btn svg{flex-shrink:0}.pv-floating-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:rgb(255 255 255 / .3);border-radius:12px;font-size:14px;font-weight:700}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pv-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .7);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.pv-modal-content{position:relative;background:var(--pv-card-bg);border-radius:25px;padding:40px;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgb(0 0 0 / .3);animation:modalSlideIn 0.3s ease-out}.pv-modal-close{position:sticky;top:0;right:0;float:left;font-size:32px;font-weight:700;color:var(--pv-text);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--pv-card-bg);border-radius:50%;box-shadow:5px 5px 10px var(--pv-shadow-dark),-5px -5px 10px var(--pv-shadow-light);transition:all 0.3s;z-index:10;margin-bottom:20px}.pv-modal-close:hover{background:var(--pv-primary);color:#fff;transform:rotate(90deg)}@keyframes modalSlideIn{from{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.pv-movie-card{position:relative}.pv-movie-select{position:absolute;top:15px;left:15px;width:28px;height:28px;cursor:pointer;z-index:10;accent-color:var(--pv-primary);border-radius:6px}.pv-movie-select:checked{background:var(--pv-primary)}@media (max-width:768px){.pv-floating-compare{bottom:20px}.pv-floating-compare.pv-position-left{left:20px}.pv-floating-compare.pv-position-right{right:20px}.pv-floating-btn{padding:14px 20px;font-size:14px}.pv-floating-btn span:not(.pv-floating-count){display:none}.pv-modal-content{padding:20px}}html{scroll-behavior:smooth}html.dark .film_card5{background-color:transparent!important}html.dark .kelaket_checkout{background:var(--bg_lighter)}html.dark .kelaket_checkout .discount .title{color:var(--color)}html.dark .kelaket_checkout .time{color:#fff}html.dark .button-green{background-color:#12ae40;color:#fff;stroke:#fff}html.dark .button-blue{background:#4050b5!important;color:#fff!important;stroke:#fff!important}html.dark .button-orange{background:#00d69e!important;color:#fff!important;stroke:#fff!important}html.dark .button_online{background:#fec00b!important;color:#3c3c3c!important;stroke:#3c3c3c!important;fill:#3c3c3c!important}html.dark .comfortSlider_wrap .dark_bg{background:linear-gradient(0deg,var(--bg) 30%,#fff0)}html.dark .footer_minimal{background:transparent!important;border-top:solid 1px var(--bg_lighter)!important;padding-top:40px;box-shadow:none!important;border:none}html.dark .footer_minimal .social p{color:var(--text)}html.dark .has_mega_menu .sub-menu:before{border-color:#fff0 #fff0 var(--menu-flyout-bg) transparent!important}html.dark .footer_minimal .about .desc{background:var(--shadow_color);color:var(--text)!important}html.dark .footer_minimal .mini_button{color:var(--text)!important;border-color:var(--text)!important}html.dark .footer_minimal .mini_button:hover{color:#fff!important}html.dark .footer_minimal .copyright{background:transparent!important;box-shadow:none!important}html.dark .header.sticky{background:color-mix(in srgb,#ffffff 84%,var(--primaryColor) 16%)!important;border-bottom:1px solid color-mix(in srgb,var(--primaryColor) 20%,var(--bg_lighter));box-shadow:0 12px 30px rgb(35 68 120 / .12)!important}html.dark .notif_items li a{color:var(--bg_darker)!important}html.dark .header.sticky .show_all_notifs{color:var(--bg_darker)!important}html.dark .show_all_notifs{color:var(--bg_darker)!important}html.dark .header.sticky a{color:var(--text)!important}html.dark .header.sticky .top_nav>ul>li>a{color:var(--bg_darker)!important}html.dark .header.sticky .top_nav{--menu-flyout-bg:color-mix(in srgb, #ffffff 96%, var(--primaryColor) 4%);--menu-flyout-border:color-mix(in srgb, var(--primaryColor) 18%, var(--bg_lighter));--menu-flyout-shadow:0 18px 34px rgba(22, 44, 78, 0.18)}html.dark .header.sticky .top_nav li>ul.sub-menu{background:var(--menu-flyout-bg)}html.dark .header.sticky .top_nav li>ul.sub-menu:before{border-color:#fff0 #fff0 var(--menu-flyout-bg) #fff0}html.dark .sidebarBoxOffice__right .boxOffice__meta h3{color:var(--text)}html.dark .ticket_info{background:var(--bg_lighter)}html.dark .film_cat2 .imdb_score_circle{color:#fff}html.dark .ticket_info i{color:var(--text)}html.dark .ticket_msg .ticket_msg_box{background:var(--bg_lighter)}html.dark .ticket_msg .ticket_msg_box::before{border-color:#fff0 #fff0 #fff0 var(--bg_lighter)}html.dark .reply_support.ticket_msg .ticket_msg_box{background:var(--bg_lighter)!important}html.dark .reply_support.ticket_msg .ticket_msg_box::before{border-color:#fff0 var(--bg_lighter) #fff0 transparent!important}html.dark .custom_list{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .custom_list h3{border-color:var(--bg_lighter);color:var(--text)}html.dark .custom_list_meta span{border-color:var(--bg_lighter);color:var(--text)}html.dark .float_menu li{border-bottom:solid 1px var(--bg_lighter)}html.dark .float_menu li a{color:var(--text)}html.dark .float_menu li::after,html.dark .float_menu li::before{background:var(--text)}html.dark .user_btn a,html.dark .user_btn button{color:#fff}html.dark .panel_film_sort li{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .panel_film_sort .sort_id{background:color-mix(in srgb,var(--text) 28%,transparent)}html.dark .film_search{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .film_search input{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text)}html.dark .report_modal .wpcf7-form-control{background:var(--bg2);border:1px solid var(--bg_lighter);color:var(--text)}html.dark .modal-body{background:var(--bg2)!important;color:var(--text)}html.dark .widget .widget_inner .update_info span{color:var(--bg_lighter)}html.dark .boxOffice_page h2 a{color:var(--text)}html.dark .boxOffice_page{color:var(--text)}html.dark .boxOffice_item .boxOffice__meta li h3{color:var(--text)}html.dark .boxOffice_item .boxOffice__meta li{color:var(--bg_lighter)}html.dark .timer div{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .timer .counter_label{background:var(--bg2);box-shadow:none;border:none;color:var(--text)}html.dark .count_row h4{color:var(--text)}html.dark .timer span{color:var(--text)}html.dark .boxOffice_item .boxOffice__meta li a{color:var(--bg_lighter)}html.dark .boxOffice_item{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}.sidebarBoxOffice__right .boxOffice__meta{color:#767676}html.dark ._textAds li a{background:var(--bg2);border:solid 1px var(--bg_lighter);color:var(--text);box-shadow:0 10px 15px 0 var(--shadow_color)}html.dark ._textAds li a span{color:var(--text)}html.dark .widget .widget_inner .update_info{background:linear-gradient(90deg,#fff0 0%,rgb(0 0 0 / 78%) 42%,var(--bg_darker) 100%)}html.dark ._textAds li a:hover{background:var(--primaryColor);color:#fff}html.dark ._textAds li a:hover span{color:#fff}html.dark .related_films_title i{color:var(--text)}html.dark .boxOffice th{border:solid 1px var(--bg_lighter);background:var(--bg);color:var(--text)}html.dark .boxOffice td{border:solid 1px var(--bg_lighter);color:var(--text)}html.dark .post_header_meta h1{color:#fff}html.dark .casual_single .single_hero{background:linear-gradient(to bottom,#343434,#000000)}html.dark .boxOffice tr:hover{background:var(--bg_lighter2)}html.dark .boxOffice .boxOffice__meta h3{color:var(--text)}html.dark .boxOffice .boxOffice__meta a{color:var(--text)}html.dark .download_notice{color:var(--text)!important;background:var(--bg_lighter)}html.dark body{background:var(--bg)}#rcp_subscription_levels li:before{background:var(--bg_lighter)}#rcp_subscription_levels li:after{background:var(--bg_lighter)}html.dark .featured2{background:var(--bg2);border-bottom:solid 1px var(--bg_lighter);box-shadow:0 10px 15px 0 var(--shadow_color)}html.dark .related_post_blog_item{background:var(--bg2);border:solid 1px var(--bg_lighter);box-shadow:0 10px 15px 0 var(--shadow_color)}html.dark .related_post_blog_item .icon{color:var(--text);background:var(--bg_lighter2)}html.dark .show_more_panel{color:var(--text)}html.dark .show_more_panel i{background:var(--bg_lighter)}html.dark .related_post_blog_item header{color:var(--text)}html.dark .related_post_blog_item p{color:var(--text)}html.dark .post_content_single{color:var(--text)}html.dark .header-single{border-bottom:none!important}html.dark .post_content_single a{color:var(--text)}html.dark .awards i{color:var(--text)}html.dark .comments_title i{color:var(--text)}html.dark .awards strong{color:var(--text)}html.dark .stars .stars_title{color:var(--text)}html.dark .stars .stars_title small{color:var(--text)}html.dark .nav-link.active{color:#fff!important}html.dark .nav-link{color:var(--text)!important}html.dark .post2 .dl__title span{color:var(--text)}html.dark .post2 .accordion-button::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236881a9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}html.dark .post2 .accordion-button{color:var(--text);background:var(--bg_lighter)}html.dark .post2 .accordion-item{background-color:var(--bg_lighter);border-bottom:solid 1px var(--bg_lighter2)}html.dark .post2 .accordion-item:last-of-type{background-color:var(--bg_lighter);border-bottom:none}html.dark .post .post_blog h2 a{color:var(--text)}html.dark .post_blog .blog_meta li{color:var(--text)!important}html.dark .post_blog .blog_meta li a{color:var(--text)!important}html.dark .post_blog p{border:none!important}html.dark .header{background:linear-gradient(180deg,#ffffff 0%,var(--bg) 100%);border-bottom:1px solid color-mix(in srgb,var(--primaryColor) 16%,var(--bg_lighter))}html.dark .header.fix{border-bottom:none!important}html.dark .panel_items{background:color-mix(in srgb,var(--bg2) 86%,transparent);border-color:var(--bg_lighter);box-shadow:0 16px 30px 0 var(--shadow_color)}html.dark .panel_items li{border-bottom-color:var(--bg_lighter)}html.dark .panel_items li:last-child{border-bottom:none}html.dark .panel_items li:hover{background:var(--bg_darker2)}html.dark .header .panel_button{background:var(--bg2);color:var(--bg_darker)!important;border:solid 1px var(--bg_lighter)}html.dark .footer_modern .logo{background:var(--bg2)}html.dark .footer_modern .links h3 span{background:var(--bg2)}html.dark .post_content_single .awards li{background:var(--bg2);border-bottom:solid 1px var(--bg_lighter);box-shadow:0 10px 15px 0 var(--shadow_color)}html.dark .comfort-slider .film_cat_title{color:var(--text)}html.dark .comment_like,html.dark .comment_dislike{background:var(--bg_darker2)}html.dark .panel_items li a{color:var(--bg_darker)!important}html.dark .header .logo a{color:var(--text)}html.dark .header .top_nav{--menu-hover-tint:color-mix(in srgb, var(--primaryColor) 15%, #ffffff 85%);--menu-flyout-bg:color-mix(in srgb, #ffffff 90%, var(--primaryColor) 10%);--menu-flyout-border:color-mix(in srgb, var(--primaryColor) 22%, var(--bg_lighter) 78%);--menu-flyout-shadow:0 18px 34px rgba(22, 44, 78, 0.16)}html.dark .header .top_nav li a{color:var(--bg_darker)}html.dark .header .top_nav li a:hover{color:var(--primaryColor)}html.dark .featured{background:var(--bg2);border-bottom:solid 1px var(--bg_lighter);box-shadow:0 10px 15px 0 var(--shadow_color)}html.dark .post__tags__header{background:var(--bg2);border-bottom:solid 1px var(--bg_lighter);box-shadow:0 10px 15px 0 var(--shadow_color);color:var(--text)}html.dark .post__tags__body a{background:var(--bg2);border-bottom:solid 1px var(--bg_lighter);box-shadow:0 10px 15px 0 var(--shadow_color);color:var(--text)}html.dark .post__tags__body a:hover{color:#fff}html.dark .header .sub-menu li a{color:var(--bg_darker)!important}html.dark .header .sub-menu li a:hover{color:var(--primaryColor)}html.dark .header .top_nav li ul{background:color-mix(in srgb,#ffffff 90%,var(--primaryColor) 10%);border-color:color-mix(in srgb,var(--primaryColor) 20%,var(--bg_lighter));box-shadow:0 18px 34px rgb(22 44 78 / .16)}html.dark .header .top_nav li ul:before{border-color:#fff0 #fff0 color-mix(in srgb,#ffffff 90%,var(--primaryColor) 10%) #fff0}html.dark .fix{background:linear-gradient(to bottom,color-mix(in srgb,#ffffff 82%,var(--primaryColor) 18%) 0,color-mix(in srgb,#ffffff 86%,var(--primaryColor) 14%))!important}html.dark .footer .logo a{color:var(--bg_darker)}html.dark .footer .about p{color:var(--text)}html.dark .footer .links h3{color:var(--text)}html.dark .footer .links li a{color:var(--text)}html.dark .search_form input{background:var(--bg2);color:var(--bg_darker);border:solid 1px var(--bg_lighter)}html.dark .search_form input:focus{background:var(--bg2);color:var(--text)}html.dark .all_key a{color:var(--bg_lighter)!important}html.dark #datafetch{background:var(--bg);border:solid 1px var(--bg_lighter)}html.dark .search_row{border-bottom:solid 1px var(--bg_lighter)!important}html.dark #datafetch .search_row a{color:var(--text)}html.dark #datafetch .search_row span{color:#2b2b2b}html.dark #datafetch .show_more{background:var(--text);border:solid 1px var(--bg_lighter);color:var(--text)}html.dark .post{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .post2{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)!important}html.dark .post2 h2 a{color:var(--text)}html.dark .post2 .post_details .post_meta li strong{background:var(--bg_lighter);color:var(--text)}html.dark .playonline_badge{color:var(--text)}html.dark .post2 .post_details .post_meta li{color:var(--text)}html.dark .post2 .post_details .post_meta li a{color:#2fa19d}html.dark .post2 .post_details .post_meta li .seprator{background:var(--bg_lighter)}html.dark .featured_item2_hover{background:color-mix(in srgb,var(--text) 52%,transparent)}html.dark .post .post_details h2 a{color:var(--text)}html.dark .post .post_meta li{color:var(--text)}html.dark .post .post_meta i{color:var(--text)}html.dark .sidebarBoxOffice__right .boxOffice__meta{color:var(--text)}html.dark .post .post_meta li a{color:var(--text)}html.dark .post .post_meta li a:hover{color:var(--text)}html.dark .post p{background:#fff0;color:var(--text);border:dashed 1px var(--bg_lighter2)}html.dark .pagination{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .pagination a{background:var(--bg_lighter);color:var(--text)}html.dark .pagination .dots{background:var(--bg_lighter);color:var(--text)}html.dark .wrapper{background:var(--bg2)}html.dark .star_title_c{color:var(--text)}html.dark .wrapper .star_title_c{color:var(--text)}html.dark .footer{background:var(--bg2);box-shadow:0 -14px 15px 0 var(--shadow_color);border-top:1px solid var(--bg_lighter)}html.dark .copyright{border-top:solid 1px var(--bg_lighter);background:var(--bg2);color:var(--bg_darker)}html.dark .series_week{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .series_week .series_week__header h3{color:var(--text)}html.dark .series_week .series_week__header{border-bottom:solid 1px var(--bg_lighter)}html.dark .series_week .series_item .name{color:var(--text)}html.dark .series_week .series_item .update{color:var(--bg_darker)}html.dark .series_week .series_week__header li.active{background:var(--primaryColor);color:var(--text)}html.dark .series_week .not_found{background:color-mix(in srgb,var(--primaryColor) 18%,transparent);color:var(--text);border-color:color-mix(in srgb,var(--primaryColor) 60%,transparent)}html.dark .loader{border-top:.5em solid #e0ebfc;border-right:.5em solid #e0ebfc;border-bottom:.5em solid #f9fbff;border-left:.5em solid var(--bg)}html.dark .series_week .series_week__header li{background:var(--bg_lighter);color:var(--text)}html.dark .fix a{color:var(--text)!important}html.dark .widget-bg{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .widget .widget_title h3{color:var(--text)}html.dark .widget_inner .genre li{border:solid 1px var(--bg_lighter)}html.dark .widget_inner .genre li:hover{background:var(--bg_lighter)}html.dark .widget_inner .genre li a{color:var(--text)}html.dark .widget_inner .genre li span{background:var(--bg_lighter);color:#3c3c3c}html.dark .widget .nav-link{color:var(--text)!important}html.dark .widget .nav-link.active{color:#fff!important}html.dark .widget .widget_title a{color:var(--text)}html.dark .mobile_menu_icon{color:var(--text)}html.dark .mobile_menu_icon:hover{color:var(--text)}html.dark .mobile_search_icon{color:var(--text)}html.dark .fix .mobile_menu_icon{color:#fff}html.dark .fix .mobile_search_icon{color:var(--text)}html.dark .category_title h3{color:var(--text)}html.dark .header-single a{color:#fff!important}html.dark .search_form input::placeholder,html.dark .search_form i{color:var(--text)}html.dark .widget_inner .genre li{background:var(--bg2)}html.dark .sidebar_carousel2 .owl-prev,html.dark .sidebar_carousel2 .owl-next{background:var(--bg_lighter)!important;color:var(--text)!important;box-shadow:0 10px 15px 0 var(--shadow_color)}html.dark .post-content-title{color:var(--text)}html.dark .post-content-title i{color:var(--text)}html.dark .post-content-more{color:var(--text)}html.dark .download_inner{background:var(--bg_lighter2)}html.dark .download_section .download_item{background:var(--bg_lighter);color:var(--text);border-right:solid 4px var(--text)}html.dark .comments_title h4{color:var(--text)}html.dark .comment-list .comment{background:var(--bg_lighter);box-shadow:none}html.dark .comment-list li ul.children li.comment{background:var(--bg_lighter);box-shadow:none}html.dark .comment-list .vcard cite.fn a.url{color:var(--text)}html.dark .comment-list li p{color:var(--text)}html.dark .comment #respond{background:var(--bg_lighter)}html.dark .logged-in-as a{color:var(--text)}html.dark .comment-form .form-control{background-color:var(--bg_lighter);color:var(--text)}html.dark .comment-form .form-control::placeholder{color:var(--text)}html.dark .comment-form{color:var(--text)}html.dark .message{color:var(--text)}html.dark #cancel-comment-reply-link{background:var(--bg_lighter)}html.dark #reply-title{color:var(--text)}html.dark .artist_works{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .artist_title{color:var(--text)}html.dark .a_genres a{background:color-mix(in srgb,var(--text) 20%,transparent);width:fit-content;color:var(--text)}html.dark .cld-count-wrap{color:var(--text)}html.dark .header-single .mobile_menu_icon{color:#fff}html.dark .header-single .mobile_search_icon{color:#fff}html.dark .header.sticky .mobile_menu_icon{color:var(--text)}html.dark .header.sticky .mobile_search_icon{color:var(--text)}html.dark .top-fixed-now0 .mobile_menu_icon,html.dark .top-fixed-now0 .mobile_search_icon{color:var(--text)}html.dark .related_films_title h4{color:var(--text)}html.dark .related_film_item{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .related_film_item:hover{background:var(--bg_lighter)}html.dark .related_rotten{color:var(--text)}html.dark .related_film_item h5{color:var(--text)}html.dark .stars_page h1{color:var(--text)}html.dark .stars_page p{color:#323232}html.dark .actor-works h2{color:var(--text)}html.dark .film_cat_title2{color:var(--text)}html.dark .film_cat_title{color:var(--text)}html.dark .serial_card .film_cat_title{color:#fff}html.dark .download_inner{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .download_inner small,html.dark .accordion-button small{color:#fff;background:var(--bg_darker)}html.dark .download_inner .tab-content{background:var(--bg_lighter)!important}html.dark .serial-item{background:var(--bg2)!important;border-right:solid 4px var(--text);color:var(--text)}html.dark .content{background:var(--bg2);border:1px solid var(--bg_lighter);box-shadow:0 10px 15px 0 var(--shadow_color)}html.dark .section__title{background:var(--bg_lighter)}html.dark .section__title h3{color:var(--text)}html.dark .post2 .download_item{background:var(--bg)!important;border-right:solid 4px var(--text);color:var(--text)}html.dark .download_inner .nav-link.active{color:var(--text)!important;background-color:var(--bg_lighter)!important}html.dark .download_inner .nav-link{color:#747474!important}html.dark .featured button.owl-prev span,html.dark .featured button.owl-next span{color:#fff;border:solid 2px var(--text);background:var(--text)}html.dark .featured button.owl-prev:hover span,.featured button.owl-next:hover span{background:var(--bg_lighter2)}html.dark .post .imdb{border:solid 1px #cba902;color:#cba902!important}html.dark .widget-wp .wp-calendar-table{color:var(--text)}html.dark .widget-wp .wp-calendar-table a{color:var(--text)}html.dark .widget-wp li a{color:var(--text)}html.dark .widget-wp li{color:var(--text)}html.dark .header .menu-item-has-children::after{color:color-mix(in srgb,var(--primaryColor) 62%,var(--text))}html.dark .header.sticky .menu-item-has-children::after{color:var(--text)}html.dark .film_cat3 .position-relative::before{background:linear-gradient(180deg,#fff0 0%,rgb(99 99 99 / 39%) 35%)!important}html.dark .comfort-slider .film_cat3 .film_cat_title{color:#fff}html.dark .film_cat3 .film_cat_title{color:#fff}html.dark .advanced_search_tab{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .advanced_search_tab a{color:var(--text)}html.dark .sidebar_active{background:var(--primaryColor)}html.dark .updated_posts.active{color:#fff}html.dark .adv_search.active{color:#fff}html.dark .search_wrap{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);border-radius:3px}html.dark .search_wrap h3{color:var(--text)}html.dark .search_filter a{color:var(--text);background-color:var(--bg);border:solid 1px var(--bg_lighter);box-shadow:0 10px 15px 0 rgb(220 227 247 / .2)}html.dark .custom-checkbox{color:var(--text)}html.dark .custom-radio{color:var(--text)}html.dark .year_box{background:var(--bg)}html.dark .login_register a{color:var(--text)}html.dark .footer_wave path{fill:var(--bg2)!important}html.dark .footer .btn-large{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text)}html.dark .footer .btn-large span{color:var(--text);font-size:14px;font-weight:700}html.dark .post_image--inner .simplefavorite-button{background:var(--primaryColor);color:#fff}html.dark .sidebar{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .center_casual_icons .-favorites{color:#fff}html.dark .sidebar .avatar_wrap{background:var(--bg_lighter)}html.dark .sidebar .avatar_wrap span{color:var(--bg_darker)}html.dark .comfortSlider_wrap .mixed_imdb,html.dark .mixed_slider_title{text-shadow:1px 3px 8px #000000a8}html.dark .sidebar .nav_panel ul li a{color:var(--bg_darker)}html.dark .sidebar .nav_panel ul li i{color:var(--bg_darker)}html.dark .body_panel .info{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text)}html.dark .body_panel .info .info_detail .title{color:var(--text)}html.dark .body_panel .acc_info{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text)}html.dark .body_panel .acc_info header h3{color:var(--text)}html.dark .body_panel .acc_info li span{background:var(--bg_lighter);color:var(--text)}html.dark .body_panel .acc_info header{border-bottom:solid 1px var(--bg_lighter)}html.dark .body_panel h2{color:var(--bg_darker)}html.dark .body_panel p{color:var(--text);opacity:.7}html.dark .body_panel .acc_info_{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .body_panel .acc_info_ header h3{color:var(--bg_darker)}html.dark .body_panel .acc_info_ table{background:var(--bg_lighter);color:var(--bg_darker)}html.dark .body_panel .acc_info_ header{border-bottom:solid 1px var(--shadow_color)}html.dark .body_panel .acc_info_ table th{border-left:1px solid var(--shadow_color);border-right:1px solid var(--shadow_color)}html.dark .body_panel .acc_info_ table td{border-top:1px solid var(--shadow_color);border-left:1px solid var(--shadow_color);border-right:1px solid var(--shadow_color)}html.dark .body_panel .acc_info_ table tr{border-bottom:1px solid var(--shadow_color);border-top:solid 1px var(--shadow_color)}html.dark .body_panel .acc_info_ table a{background:var(--primaryColor)}html.dark .body_panel .acc_info_ table a:hover{background:#2a89b3}html.dark #rcp_subscription_levels li:before,html.dark #rcp_subscription_levels li:after{background:var(--bg2)}html.dark #rcp_subscription_levels li label{background:var(--bg2);border:solid 1px var(--bg_lighter);color:var(--text)}html.dark #rcp_subscription_levels li label .rcp_price{color:var(--text)}html.dark #rcp_subscription_levels li label .rcp_level_duration{background:none;color:var(--text)}html.dark #rcp_subscription_levels li input[type=radio]:checked~label{color:#fff}html.dark #rcp_subscription_levels li input[type=radio]:checked span{color:#fff}html.dark #rcp_subscription_levels li input[type=radio]:checked~label .rcp_price,html.dark #rcp_subscription_levels li input[type=radio]:checked~label .rcp_level_duration,html.dark #rcp_subscription_levels li input[type=radio]:checked~label .rcp_subscription_level_name{color:#fff}html.dark #rcp_subscription_levels label:before{border-left:4px dotted var(--bg_lighter2)}html.dark #rcp_subscription_levels li label .rcp_subscription_level_name{color:var(--text)}html.dark .modal-body{background:var(--bg_lighter2)}html.dark .modal-header{color:var(--text);background:var(--bg2);border-bottom:1px solid var(--bg_lighter);border-radius:10px}html.dark .report_modal .wpcf7-submit{background:#12ae40;width:auto;padding:5px 15px;color:#fff;border:none}html.dark .acc_info_ .posts a{color:var(--text)}html.dark .acc_info_body .wpcf7-text{background:var(--bg2)fff;color:var(--text);border:solid 1px var(--bg_lighter)}html.dark .acc_info_body{color:var(--text)}html.dark .acc_info_body .rcp-input{background:var(--bg2)fff;color:var(--text);border:solid 1px var(--bg_lighter)}html.dark .acc_info_body select{background:var(--bg2)fff;color:var(--text);border:solid 1px var(--bg_lighter)}html.dark .bg-sexy{background:var(--bg)!important}html.dark .serial::after{background:var(--bg_darker2)}html.dark .serial::before{background:var(--bg_lighter2)}html.dark .post_small_title a{color:var(--text)}html.dark .post_small_title a:hover{color:var(--text)}html.dark .search_wrap_index{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);border-radius:5px}html.dark .featured .featured_item_hover{background:rgb(104 129 169 / 75%);backdrop-filter:blur(4px)}html.dark .search_wrap_index h3{color:var(--text)}html.dark .search_wrap_index .search_filer_box{background:var(--bg_lighter2)}html.dark .collection{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .imdb_num small{color:var(--text)}html.dark .imdbRating_holder .imdb_num span{color:#484848}.required-field-message{display:none}html.dark .internet span{color:var(--text)}html.dark .divider{border-color:var(--bg_lighter2)}html.dark .blog_post .title{color:var(--text)}html.dark .blog_post time{color:var(--text)}html.dark .blog_heading{color:var(--text)}.post .post_details p{border:none!important}html.dark .post2 .last_modified{color:var(--text)}html.dark .post2 .content{background:var(--bg2);border:1px solid var(--bg_lighter);box-shadow:0 10px 15px 0 var(--shadow_color)}html.dark .post2 .content_inner{color:var(--text)}html.dark .post .content_inner h1,html.dark .post .content_inner h2,html.dark .post .content_inner h3,html.dark .post .content_inner h4,html.dark .post .content_inner h5,html.dark .post .content_inner h6{color:var(--text)}html.dark .post2 h2{color:var(--text)!important}html.dark .post2 .content_inner a{color:#38ada9}html.dark .post2 .section__title{background:var(--bg_lighter);color:var(--text)}html.dark .post2 .section__title h3{color:var(--text)}html.dark .post_comfort__details{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .post_comfort_divider{position:absolute;height:110px;fill:var(--bg_lighter);right:-78px;top:50%;transform:translateY(-50%);z-index:-1}html.dark .post_comfort__details .story{border-top:solid 2px #e0ebfc}html.dark .post_comfort .story{color:var(--text)}html.dark .post_comfort__image--overlay button{color:#fff!important}body{background:var(--bg);font-family:dana;transition:all 0.3s;overflow-x:hidden}.rtl{direction:rtl!important;text-align:right!important}.ltr{direction:ltr!important;text-align:left!important}div,article,aside{transition:width .3s ease-in-out,left 0.3s ease-in-out}::-moz-selection{color:var(--text);background:var(--primaryColor)}::selection{color:var(--text);background:var(--primaryColor)}a{text-decoration:none}.header{background:var(--bg_darker);transition:background-color 300ms ease,box-shadow 300ms ease!important;border-top:solid 3px var(--primaryColor)}.header.sticky{position:fixed!important;top:0;left:0;right:0;z-index:9999999;background:var(--stickyHeader)!important;transition:background-color 300ms ease;box-shadow:unset!important;backdrop-filter:blur(40px) saturate(200%);-webkit-backdrop-filter:blur(40px) saturate(200%);-moz-backdrop-filter:blur(40px) saturate(200%);width:100%;animation:header-sticky-in 280ms ease-out}@keyframes header-sticky-in{from{transform:translateY(-100%)}to{transform:translateY(0)}}.header.sticky.sticky-no-anim{animation:none}.header-spacer{height:0}body.admin-bar .header.sticky{top:32px!important}@media screen and (max-width:782px){body.admin-bar .header.sticky{top:46px!important}}@media screen and (max-width:600px){body.admin-bar .header.sticky{top:0!important}}.header.header_style_2 .panel_button{background:var(--bg);min-width:50px;height:50px;display:flex;justify-content:center;align-items:center;line-height:0;border:solid 1px #fff0;border-radius:15px;color:var(--text);width:auto}.panel_button .notification_btn{position:relative}.notification_btn .count,.notification_btn2 .count{position:absolute;right:-6px;left:0;top:-7px;width:20px;height:20px;border-radius:5px;background:var(--primaryColor);line-height:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.header.header_style_2 .panel_button:hover{opacity:.9}.header.header_style_2 .wide{padding:0 20px;background:var(--primaryColor);transition:all .3s;font-weight:600;font-size:14px}.header.header_style_2 .wide:hover{opacity:.9}.header .panel_button{background:var(--bg);width:37px;height:37px;display:flex;justify-content:center;align-items:center;line-height:0;border:solid 1px #fff0;border-radius:30px;color:var(--text)}.header-single{background:linear-gradient(to bottom,#0000008c 0,transparent)!important;box-shadow:unset!important;position:absolute;top:0!important;width:100%;z-index:9999;overflow:visible}.header .logo{color:var(--text);font-weight:700;display:inline-block;margin:15px 0;white-space:nowrap}.header .logo a{text-decoration:none;color:var(--text)}.header .logo img{width:auto;height:40px;position:relative;top:-3px}.header .top_nav{display:inline-block;margin:0 20px;font-size:15px;position:relative;--menu-hover-tint:color-mix(in srgb, var(--primaryColor) 16%, transparent);--menu-flyout-bg:color-mix(in srgb, var(--stickyHeader) 92%, transparent);--menu-flyout-border:color-mix(in srgb, var(--bg_lighter) 75%, transparent);--menu-flyout-shadow:0 18px 34px #1010143b}.header .top_nav li{display:inline-block;padding:1px 0 0 15px;position:relative}.header .top_nav>ul>li.menu-item-has-children::before{content:"";position:absolute;top:100%;right:0;left:0;height:0;pointer-events:none;transition:height .15s ease}.header .top_nav>ul>li.menu-item-has-children:hover::before,.header .top_nav>ul>li.menu-item-has-children:focus-within::before{height:14px;pointer-events:auto}.go-left{margin-right:auto;display:flex;gap:10px}.header .menu-item-has-children::after{content:"";width:1em;height:1em;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M235.3 411.3c-6.2 6.2-16.4 6.2-22.6 0l-208-208c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L224 377.4 420.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-208 208z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M235.3 411.3c-6.2 6.2-16.4 6.2-22.6 0l-208-208c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L224 377.4 420.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-208 208z'/%3E%3C/svg%3E") center/contain no-repeat;display:inline-block;color:#c9d0d0;font-size:10px;transition:all 0.3s}.header .menu-item-has-children:hover:after{transform:rotate(180deg)}.header .top_nav ul{padding:0;margin:0}.header .top_nav li a{text-decoration:none;color:var(--text);padding:10px 8px;border-radius:10px;transition:color .22s ease,background-color .22s ease,opacity .22s ease}.header .top_nav li a:hover{color:var(--primaryColor);background:var(--menu-hover-tint)}.header .top_nav>ul>li>a:focus-visible,.header .top_nav>ul>li.current-menu-item>a,.header .top_nav>ul>li.current-menu-ancestor>a,.header .top_nav>ul>li.current_page_parent>a,.header .top_nav>ul>li.current_page_ancestor>a{color:var(--primaryColor);background:var(--menu-hover-tint)}.header .top_nav li>ul.sub-menu{position:absolute;width:235px;background:var(--menu-flyout-bg);backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);transform-origin:top center;z-index:999;top:46px;-webkit-transform:translateY(8px) scale(.98);-moz-transform:translateY(8px) scale(.98);-ms-transform:translateY(8px) scale(.98);-o-transform:translateY(8px) scale(.98);transform:translateY(8px) scale(.98);opacity:0;visibility:hidden;pointer-events:none;padding:8px;transition:all .22s ease;border-radius:14px;border:1px solid var(--menu-flyout-border);box-shadow:var(--menu-flyout-shadow);right:0;left:auto;max-width:calc(100vw - 16px)}.header .top_nav li>ul.sub-menu:before{content:'';width:0;height:0;border-style:solid;border-width:0 7px 8px 7px;border-color:#fff0 #fff0 var(--menu-flyout-bg) #fff0;position:absolute;top:-8px;right:16px}.header.sticky .top_nav{--menu-flyout-bg:var(--bg_darker);--menu-flyout-border:var(--bg_lighter);--menu-flyout-shadow:0 18px 34px rgba(0, 0, 0, 0.32)}.header.sticky .top_nav li>ul.sub-menu{background:var(--menu-flyout-bg);backdrop-filter:none;-webkit-backdrop-filter:none}.header.sticky .top_nav li>ul.sub-menu:before{border-color:#fff0 #fff0 var(--menu-flyout-bg) #fff0}.header .top_nav li:hover>.sub-menu,.header .top_nav li:focus-within>.sub-menu{visibility:visible;opacity:1;pointer-events:auto;top:40px;-webkit-transform:translateY(0) scale(1);-moz-transform:translateY(0) scale(1);-ms-transform:translateY(0) scale(1);-o-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}.header .top_nav .sub-menu{padding:8px 6px}.header .top_nav .sub-menu .sub-menu{right:calc(100% + 8px);margin-top:-43px}.header .top_nav>li:last-child>ul.sub-menu,.header .top_nav>li:nth-last-child(2)>ul.sub-menu{right:auto;left:0}.header .top_nav li>ul.sub-menu li>ul.sub-menu:before{right:-11px;top:22px;transform:rotate(90deg)}.header .sub-menu .menu-item-has-children::after{display:none}.float_menu .sub-menu .sub-menu{background:var(--bg_darker)}.header .top_nav .sub-menu li{display:block;padding:0;transition:all 0.2s;position:relative;border-radius:9px;overflow:hidden}.header .top_nav .sub-menu li:hover{background-color:var(--menu-hover-tint)}.header .top_nav .sub-menu li a{font-size:13px;transition:all 0.25s;display:block;width:100%;padding:9px 12px;border-radius:9px;color:var(--text)}.header .top_nav .sub-menu li a:hover{color:var(--primaryColor);transform:translateX(-1px)}.header .login{float:left;margin:15px 15px;font-size:20px;background:var(--bg);color:var(--text);padding:2px 7px;border-radius:3px;transition:all ease 0.1s}.header .login:hover{background:#25252d}.search_form{float:left;margin-top:15px;position:relative;margin-right:7px}.search_form button{border:none;background:none;position:relative;float:left;top:-29px;left:5px}.search_form i{color:var(--text)}.search_form input{background:var(--bg);border:none;color:var(--text);font-size:14px;width:270px;transition:all ease 0.1s;border:solid 1px #fff0;outline:none!important;border-radius:40px}.search_form input::placeholder{color:var(--text)}.search_form input:focus{color:var(--text);box-shadow:none;transition:all ease 0.1s;outline:none!important}#datafetch{position:absolute;width:100%;background:var(--bg2);margin-top:9px;border-radius:3px;padding:0;font-size:13px;display:none;z-index:999999}#datafetch h6{color:var(--text);font-size:14px;text-align:center;margin-top:7px}#datafetch .search_row{border-bottom:solid 1px var(--bg2);padding:7px 8px}#datafetch .search_row a{color:var(--text);font-weight:700}#datafetch .search_row span{color:#9b9b9b;font-weight:400;display:block;padding-top:3px}#datafetch a{color:var(--text)}#datafetch .center{text-align:center}#datafetch .show_more{background:var(--bg);padding:10px;display:inline-block;margin:5px;border-radius:3px;width:calc(100% - 12px);font-size:12px;transition:all ease 0.3s}#datafetch .show_more:hover{background:var(--bg2)}#login .modal-body{margin:0 auto}#login input{background:#101014;border:none;color:var(--text);font-size:15px;transition:all ease 0.1s}#login .nav-pills .nav-link{padding:10px 90px;color:var(--text)}.login_register{display:inline-block;margin:15px 0;position:relative}.panel_items{position:absolute;width:270px;background:color-mix(in srgb,var(--bg) 98%,transparent);border:1px solid var(--bg_lighter);border-radius:14px;margin-top:4px;box-shadow:0 20px 35px #1010142e;z-index:12;overflow:hidden;opacity:0;visibility:hidden;margin:20px 0;transition:opacity 0.2s ease,visibility 0.2s ease,transform 0.2s ease;left:0;transform:translateY(8px)}.panel_items.active{opacity:1;visibility:visible;margin-top:10px!important;transform:translateY(0)}.panel_items ul{padding:8px;margin-bottom:0}.panel_items li:last-of-type{border-bottom:none}.panel_items li:hover{background:var(--bg_lighter)}.panel_items img{width:42px;height:42px;border-radius:50px;flex-shrink:0}.panel_items li{list-style:none;display:block;border-bottom:solid 1px var(--bg_lighter);border-radius:10px;transition:all 0.3s}.notif_items{position:absolute;width:300px;background:var(--bg);border-radius:10px;margin-top:4px;box-shadow:0 0 15px #101014e0;z-index:12;overflow:hidden;opacity:0;visibility:hidden;margin:20px 0;transition:all 0.2s;left:-66px}.notif_items.active{opacity:1;visibility:visible;margin-top:10px!important}.notif_items ul{padding:15px;margin-bottom:0;font-size:12px}.notif_items ul li{color:var(--text);list-style:none;border-bottom:solid 1px var(--bg_lighter);padding:5px 0}.notif_items ul li:last-of-type{border:none}.notif_items ul li strong{font-size:14px}.notif_items ul li span{font-size:13px;opacity:.7}.notif_items ul li strong i{margin-left:5px}.notif_items ul li p{opacity:.7;margin:9px 0;font-size:13px}.show_all_notifs{display:block;text-align:center;margin:11px 10px;padding:11px;background:var(--primaryColor);border-radius:10px;font-size:13px!important;font-weight:600}.bold{font-weight:bold!important}.panel_items a{padding:10px 12px;display:flex;align-items:center;gap:9px;font-size:14px!important;line-height:1.45;border-radius:10px;color:var(--text)}.panel_items small{display:inline-block;font-size:13.5px;margin-right:3px}.panel_items a i{font-size:14px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:var(--bg_lighter);color:var(--primaryColor)}.panel_items__profile{border-bottom:1px solid var(--bg_lighter);margin-bottom:6px;padding-bottom:6px}.panel_items__profile a{display:grid;grid-template-columns:44px 1fr;align-items:center;column-gap:10px;padding-top:12px;padding-bottom:12px}.panel_items__avatar{display:inline-flex;align-items:center;justify-content:center}.panel_items__profile_meta{display:flex;flex-direction:column;gap:5px;min-width:0}.panel_items__name{display:block;font-size:14px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel_items__membership{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.panel_items__status_text{font-size:12px;font-weight:700}.panel_items__membership.is-active .panel_items__status_text{color:#22b25b}.panel_items__membership.is-inactive .panel_items__status_text{color:#dc3545}.panel_items__badge{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 8px;border-radius:30px;font-size:11px;font-weight:700;background:color-mix(in srgb,var(--primaryColor) 18%,transparent);border:1px solid color-mix(in srgb,var(--primaryColor) 52%,transparent);color:var(--text)}.panel_items__status{display:block;font-size:11.5px;margin-top:2px!important}@media (max-width:767px){.panel_items{width:min(300px, calc(100vw - 24px));left:auto;right:0}}.login_register a{color:var(--text);font-size:15px}#login .tab-content{color:var(--text)}#login .modal-header{color:var(--text);border-bottom:1px solid #111115}#login .modal-content{background:var(--bg)}.featured{padding:120px 0 60px;display:block;background:var(--bg_darker)}.featured img{display:inline-block;border-radius:10px;height:auto;object-fit:cover;display:block;width:100%;height:100%;aspect-ratio:2 / 3;object-fit:cover}.featured .owl-item{overflow:hidden}.featured .featured_item{margin-right:13px;border-radius:5px;position:relative}.featured .featured_item_hover{position:absolute;top:0;left:0;bottom:0;background:rgb(0 0 0 / 70%);padding:15px;width:100%;height:100%;opacity:0;transition:all .3s;border-radius:9px;backdrop-filter:blur(5px);transform:scale(1.2)}.featured .featured_item_hover:hover{opacity:1;transform:scale(1)}.featured .featured_item_hover h2{font-size:13px;font-weight:700;color:#fff;margin-top:20px}.featured .featured_item_likes{color:#fff;font-size:13px;display:block;margin:10px 0}.featured .featured_item_imdb{border:solid 1px #ffd400;color:#ffd400!important;border-radius:5px;padding:5px 7px 5px;text-align:center;vertical-align:middle;margin:0 15px;font-family:sans-serif}.featured .description{font-size:13px;font-weight:200;color:#fff;margin:3px 0}.featured p{color:#fff;font-size:13px;padding:15px 0}.featured .owl-nav{position:absolute;top:30%;right:0;left:0}.featured button.owl-prev .slider_actions,.featured button.owl-next .slider_actions{position:absolute;top:50%;transform:translateY(50%);font-family:sans-serif;width:40px;height:40px;font-size:17px;font-weight:300;line-height:0;color:var(--text);transition:all ease 0.1s;background:var(--primaryColor);border-radius:50%;display:flex;align-items:center;justify-content:center}.featured button.owl-prev:hover .slider_actions,.featured button.owl-next:hover .slider_actions{background:#1e1e25}.featured .owl-next.disabled{opacity:0;visibility:hidden}.featured .owl-prev.disabled{opacity:0;visibility:hidden}.featured .owl-next .slider_actions{left:-19px}.featured .owl-prev .slider_actions{right:-7px}.after_fe{margin:30px auto;min-height:500px}.after_fe2{margin:50px auto;min-height:500px}.post{background:var(--bg2);color:var(--text);padding:10px;margin-bottom:15px;border-radius:10px;position:relative;box-shadow:0 0 13px #10101438}.post_controller .post_btn{font-size:19px;background:none;border:none;color:var(--text)}.post .post_image{display:inline-block}.post .post_image .post_image--inner{position:relative}.post_meta--inner{position:absolute;bottom:0;width:100%;padding:0 5px}.post .post_image img{border-radius:3px;width:100%;min-height:305px;height:auto;transition:all ease 0.2s;object-fit:cover}.post .post_image img:hover{filter:contrast(1.1)}.post .sub_meta i{font-size:20px;margin-left:5px;line-height:2rem;vertical-align:middle}.post .sub_meta{width:100%;background:#0d6efd;padding:0 5px;margin:5px 0;border-radius:3px;font-size:13px;display:flex;align-items:center;justify-content:flex-start;font-weight:500;width:30px;overflow:hidden;white-space:nowrap;transition:all 0.3s ease}.post .about_box{margin:5px 0 0}.post .sub_meta:hover{width:100%}.meta_def{background:#29b6f6!important;color:var(--text)}.meta_imdbtop{background:#ffda77!important;color:#25252d!important}.meta_double{background:#00e676!important;color:var(--text)}.meta_custom{background:#ff1744!important;color:#fff}.post .post_details{display:inline-block;padding:2px 10px 0}.post .post_blog{display:inline-block;padding:10px 20px;line-height:1.8}.post .post_blog img{max-width:100%;height:auto}.post .post_details h2{display:flex;margin:10px 0 20px}.post .post_blog h2{display:inline-block;align-items:center}.post .post_details h2 a{text-decoration:none;color:var(--text);font-size:19px;font-weight:700;display:inline-flex}.post .post_blog h1 a{text-decoration:none;color:var(--text);font-size:21px;font-weight:700;margin-bottom:5px;display:inline-block}.post_blog .blog_meta{display:block}.post_blog .blog_meta i{padding:0 5px}.post_blog .blog_meta li{display:inline-block;list-style:none}.legal{font-size:13px;color:#33c1ff}.legal i{width:15px;height:15px;background:#33c1ff;border-radius:50px;display:inline-block;color:var(--text);font-size:15px;margin-right:12px;text-align:center}.censored{font-size:13px;color:#24b56a}.censored i{width:15px;height:15px;background:#24b56a;border-radius:50px;display:inline-block;color:var(--text);font-size:15px;margin-right:12px;text-align:center}.top250{font-size:13px;color:#efc019}.top250 i{width:15px;height:15px;background:#efc019;border-radius:50px;display:inline-block;color:var(--text);font-size:15px;margin-right:12px;text-align:center}.post .post_meta{color:var(--text)}.post .post_meta i{margin-left:5px;font-size:18px;color:var(--text)}.post .post_meta strong{font-size:15px;font-weight:700}ul{padding-right:0;padding-left:0}.post .post_meta li{list-style:none;font-weight:400;font-size:13px;background:linear-gradient(277deg,rgb(0 0 0 / 10%),transparent);padding:9px 10px;border-radius:6px;margin:6px 0}.post .post_meta li a{color:var(--text);transition:all ease 0.3s;font-weight:400}.post .post_meta li a:hover{color:var(--text)}.post p{font-size:14px;background:var(--bg_lighter);padding:7px;border-radius:3px}.post .imdb{border:solid 1px #ffd400;color:#ffd400!important;border-radius:5px;padding:3px 5px 0;text-align:center;vertical-align:middle;float:left}.post .post_download{float:left;border-color:var(--primaryColor);color:var(--primaryColor);font-size:13px;font-weight:700;margin-bottom:10px}.post .post_download:hover{background-color:var(--primaryColor);color:var(--text)}.post .post_download i{font-size:18px;margin-left:10px;position:relative;top:3px}.post_small{margin-bottom:15px;margin-top:15px;position:relative;transition:all ease 0.1s;cursor:pointer}.post_small img{width:100%;height:290px;border-radius:15px;object-fit:cover}.serial::before{content:"";position:absolute;top:-18px;left:50%;width:80%;height:50%;background:#15151b;z-index:1;margin-left:-40%;transition:all ease 0.5s}.serial::after{content:"";position:absolute;top:-9px;left:50%;width:90%;height:50%;background:#101015;z-index:2;margin-left:-45%;transition:all ease 0.3s}.post_small_inner{position:relative}.post_small_inner{z-index:3}.serial:hover::before,.serial:hover::after{top:10px}.post_small_title a{color:var(--text);font-size:15px;margin:5px 0;display:block;transition:all ease 0.3s}.post_small_inner a:hover{color:var(--text)}.star_title_c{font-size:17px;color:var(--text);font-weight:600}.star_title_c span{display:block;width:100%;font-weight:300;font-size:14px;margin-top:6px}.stars{text-align:center}.stars img{width:100%;height:196px;border-radius:50%!important;transition:all ease 0.2s;object-fit:cover;background:var(--bg_lighter)}.stars img:hover{filter:contrast(1.2) grayscale(1.3)}.stars .stars_title{margin:10px 0;color:var(--text);font-size:15px}.stars .stars_title small{color:#cbc9c9}.widget{margin-bottom:30px}.wrapper{background:#101014;padding:20px 0}.cat_title{display:flex;justify-content:space-between;margin:15px 0 15px}.cat_title_more{color:#fff!important;font-size:13px;display:flex;align-items:center;line-height:0;font-weight:500;transition:all .2s}.cat_title_more:hover{background:none!important}.film_cat .genre_meta a{border:solid 1px #ddd}.film_cat_carousel .owl-item{margin-top:15px}.film_cat_carousel_big .owl-item{margin-top:15px}.film_cat_carousel .owl-stage{padding-right:0px!important}.film_cat_carousel_big .owl-stage{padding-right:0px!important}.big_cat_title{position:relative}.big_cat_title .cat_title{flex-direction:column!important;margin-top:40px;position:relative}.ltr{text-align:left}.big_cat_title .star_title_c{font-size:26px!important}.big_cat_title .star_title_c::before{content:'';width:61px;height:2px;background:#4051b6;position:absolute;margin:-8px 2px}.big_cat_title .cat_title_badge{color:var(--text);font-size:15px;margin-bottom:25px;font-weight:400}.big_cat_title .icon{position:absolute;top:0;right:0;line-height:0;font-size:120px;color:#2a2a3161;z-index:-1;opacity:.4}.cat_title_more i{width:25px;height:25px;border-radius:50%;background:var(--bg_lighter);display:flex;align-items:center;justify-content:center;margin-right:10px}.cat_title a{border-color:var(--primaryColor);color:var(--primaryColor)}.cat_title a:hover{background:var(--primaryColor);border-color:var(--primaryColor)}.film_cat{text-align:right;margin-bottom:20px;position:relative;transition:all 0.3s}.film_cat .position-relative::before{content:'';background:linear-gradient(180deg,transparent,rgb(0 0 0 / .56));position:absolute;top:0;right:0;width:100%;height:100%;border-radius:15px}.imdbRate_overlay{position:absolute;bottom:0;right:0;font-family:sans-serif;color:var(--text);width:100%;padding:10px}.imdbRate_overlay span{font-size:20px;font-weight:500}.imdbRate_overlay .rotten{display:flex;flex-direction:row;flex-wrap:nowrap;color:#eb8307;fill:#eb8307;background:#000000b3;backdrop-filter:blur(2px);border-radius:10px;padding:5px;font-weight:400;font-size:13px;padding:5px 6px;transition:all .3s}.imdbRate_overlay .rotten svg{width:17px;height:17px;margin-left:5px;line-height:0}.film_cat .film_overlay{position:absolute;top:-15px;right:50%;transform:translateX(50%);transition:all .3s;white-space:nowrap;z-index:2}.film_cat .film_overlay .dobed{background:#3f51b5;font-size:12px;border:solid 4px var(--bg);border-radius:50px;text-align:center;padding:5px 11px;margin:0 5px;display:flex;color:#f3f3f3;font-weight:500}.film_cat .film_overlay .censored{background:#eb8307;font-size:12px;border:solid 4px var(--bg);border-radius:50px;text-align:center;padding:5px 11px;margin:0 5px;display:flex;color:#f3f3f3;font-weight:500}.film_cat .film_overlay .sub{background:#ec3a3a;font-size:12px;border:solid 4px var(--bg);border-radius:50px;text-align:center;padding:5px 11px;margin:0 5px;display:flex;color:#f3f3f3;font-weight:500}.film_cat .film_overlay2{width:100%;height:100%;background:rgb(0 0 0 / 70%);right:0;top:0;border-radius:15px;display:flex;flex-direction:column-reverse;padding:10px;opacity:0;visibility:hidden;transition:all .3s}.film_overlay2_meta{color:var(--text);font-size:14px;padding:3px 0;text-align:center}.genre_meta span{display:inline-block;border:solid 1px rgb(120 120 120 / 40%);border-radius:10px;padding:4px;line-height:1.2rem;white-space:pre-wrap;margin:5px 2px;color:#e2e2e2}.film_overlay2_meta img{width:29px!important;height:12px!important;border-radius:0!important;display:inline-block!important}.secondary_:hover .film_overlay2{visibility:visible;opacity:1}.secondary_ .film_overlay2{width:100%;height:100%;background:rgb(0 0 0 / 63%);right:0;top:0;border-radius:5px;backdrop-filter:blur(6px);display:flex;flex-direction:column-reverse;padding:10px;opacity:0;visibility:hidden;transition:all .3s}.film_cat:hover .film_overlay2{visibility:visible;opacity:1}.film_cat img{width:100%;height:100%;object-fit:cover;transition:all ease 0.2s;border-radius:15px!important;aspect-ratio:2/3}.film_cat .imdb-c{color:#f5c518}.film_cat_title{margin:5px 0;color:var(--text);font-size:14px}.film_cat_title2{margin:5px 0;color:var(--text);font-size:14px}.cat_link,.cat_name{display:none}.widget-bg{background:var(--bg2);border-radius:10px;box-shadow:0 0 13px #10101438}.widget .widget_title{display:flex;justify-content:space-between;align-items:center}.widget .widget_title h3{font-size:16px;color:var(--text);display:inline-block}.widget .widget_title h3 i{margin-left:5px;position:relative;top:2px}.widget .widget_title a{text-decoration:none;color:var(--text);font-size:13px;border-radius:5px;transition:all .3s;padding:2px 5px}.widget .widget_title a:hover{background:var(--primaryColor)}.widget .widget_inner{margin-top:15px}.widget-bg .widget_inner{padding:10px}.widget .widget_inner .update_info{position:absolute;bottom:0;background:linear-gradient(90deg,#fff0 0%,rgb(0 0 0 / 78%) 42%,var(--bg2) 100%);color:#fff;padding:5px 10px;font-size:14px;width:100%;transition:all 0.2s;height:100%;display:flex;flex-direction:column;justify-content:center}.update_info span,.update_info .txt_flow{z-index:3;position:relative}.widget .widget_inner .update_info::before{content:'';background:linear-gradient(90deg,#fff0 0%,rgb(0 0 0 / 78%) 42%,rgb(0 0 0) 100%);opacity:0;transition:all .3s;width:100%;position:absolute;height:100%;right:0;z-index:2}.widget .update:hover .update_info::before{background:linear-gradient(90deg,#fff0 0%,rgb(0 0 0 / 78%) 42%,rgb(0 0 0) 100%);opacity:1}.widget .update:hover img{transform:scale(1.1)!important}.widget .update{position:relative;margin-bottom:10px;transition:all 0.2s;border-radius:8px;overflow:hidden}.widget .update img{width:100%;height:90px;object-fit:cover;transition:all .3s;border-radius:3px!important}.widget .widget_inner .update_info span{padding:3px 0;font-size:12px;color:#b3b3b3;border-radius:3px!important}.widget .nav-link{padding:2px 10px;font-size:13px;color:var(--text)}.widget .nav-link.active{color:#fff!important}.wid .widget .nav-pills .nav-link.active,.nav-pills .show>.nav-link{background:var(--primaryColor)}.widget_inner .genre{display:flex;flex-wrap:wrap;justify-content:space-between}.widget_inner .genre li{display:flex;list-style:none;color:#cad0d0;font-size:13px;padding:9px;background:var(--bg_lighter2);border-radius:5px;width:100%;margin-bottom:7px;transition:all ease 0.1s;cursor:pointer;flex-basis:49%;justify-content:space-between;flex-direction:row}.widget.style2 .update{text-align:center}.widget_inner .genre li:hover{background:var(--bg_lighter)}.widget_inner .genre li a{color:var(--text)}.widget_inner .genre li span{float:left;background:var(--bg2);border-radius:3px;font-size:12px;display:flex;align-items:center;justify-content:center;line-height:0;width:20px;height:20px}.instagram_b{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);padding:15px;border-radius:10px;color:#fff;font-weight:700;margin:0 0 10px}.instagram_b a{color:#fff}.instagram_b i{font-size:18px;position:relative;top:3px}.left{float:left}.telegram_b{background:linear-gradient(170deg,#0088CC,#00aaff);padding:15px;border-radius:10px;color:#fff;font-weight:700;margin-bottom:10px}.telegram_b a{color:#fff}.telegram_b i{font-size:18px;position:relative;top:3px}.mobile_b{background:linear-gradient(157deg,#32DE84,#075e36);padding:15px;border-radius:10px;color:#fff;font-weight:700;margin-bottom:10px;transition:all 0.3s}.mobile_b .bi-cloud-download{opacity:0;transition:all 0.3s;transform:translateX(30px)}.telegram_b:hover .bi-chevron-double-left{opacity:1;transform:translateX(0)}.telegram_b .bi-chevron-double-left{opacity:0;transition:all 0.3s;transform:translateX(30px)}.instagram_b:hover .bi-chevron-double-left{opacity:1;transform:translateX(0)}.instagram_b .bi-chevron-double-left{opacity:0;transition:all 0.3s;transform:translateX(30px)}.mobile_b:hover .bi-cloud-download{opacity:1;transform:translateX(0)}.mobile_b a{color:#fff}.mobile_b i{font-size:18px;position:relative;top:3px}.footer{background:var(--bg_darker);padding:20px 0 0}.footer .about{display:flex;flex-direction:column}.footer .about p{color:var(--text);padding:10px 0;font-size:15px;text-align:justify}.footer .logo{color:var(--text);font-weight:700;display:inline-block}.footer .logo a{text-decoration:none;color:var(--text)}.footer .logo img{width:auto;height:40px}.footer .links li{list-style:none;font-size:14px;padding:6px 0}.footer .links li:before{content:'';width:5px;height:5px;background:var(--primaryColor);position:relative;top:0;margin-left:5px;display:inline-block;transition:all .3s}.footer .links li:hover:before{width:8px}.footer .links li a{color:var(--text);font-weight:400;padding:2px}.footer .links h3{font-size:15px;font-weight:700;color:var(--text)}.footer .links h3 i{font-size:16px;position:relative;top:2px;margin-left:5px}.footer .social h3{font-size:15px;font-weight:700;color:var(--text)}.footer .social h3 i{font-size:16px;position:relative;top:2px;margin-left:5px}.social ul{margin:0 0 20px}.social a{color:#fff}.social li{list-style:none;font-size:17px;padding:5px;border-radius:50%;width:30px;height:30px;text-align:center;transition:all ease-in-out 0.3s;display:inline-block}.social li:hover{box-shadow:inset 0 0 0 30px rgb(0 0 0 / 30%)}.instagram{background:#e4405f}.whatsapp{background:#25d366}.telegram{background:#08c}.youtube{background:#cd201f}.discord{background:#7289da}.skype{background:#00aff0}.facebook{background:#1877f2}.twitter{background:#0f141a}.social li a{color:#fff}.copyright{display:flex;background:var(--bg_darker2);color:var(--text);font-size:13px;padding:10px}.fix{position:fixed!important;z-index:9999;width:100%;background:linear-gradient(to bottom,rgb(0 0 0 / .7) 0,rgb(0 0 0 / .7))!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px);top:0!important}.fix0{top:-100px;transition:all 400ms;z-index:999999}.top-fixed-now{position:fixed!important;transition:all 400ms;top:0px!important}.top-fixed-now0{top:-100px;transition:all 400ms}.post_header{position:relative;background-size:100% auto;background:#111;overflow:hidden;color:#cbcfd3}.post_header_cover{position:absolute;right:0;left:0;height:100%;opacity:.4;transform:scale(1);top:0;background-position:center 50%;background-repeat:no-repeat;filter:blur(15px);background-size:100% auto}.post_header_dark{position:absolute;right:0;left:-10px;height:100%;opacity:1;top:0;background:linear-gradient(to bottom,transparent 0%,#101014 470px);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}.post_header_content{z-index:1;padding:100px 0 30px}.z-index-2{z-index:2}.post_cover{position:relative}.post_cover img{width:100%;height:100%;border-radius:5px;object-fit:contain}.post_header_meta{border-bottom:1px solid rgb(255 255 255 / .1);padding-bottom:10px;font-size:14px;margin-right:15px}.post_header_meta a{color:#ddd;transition:all 0.3s}.post_header_meta a:hover{color:var(--text)}.post_header_meta .vr{position:relative;top:4px}.post_meta_i .imdbb{margin-left:20px}.post_meta_i .icon{background:#89d64f;width:34px;height:34px;border-radius:5px;color:#fff;text-align:center;position:relative;top:-4px}.post_meta_i .icon i{position:relative;top:9px;font-size:15px}.post_header_info h1{display:block;font-size:19px;font-weight:700;color:var(--text);margin-bottom:15px}.p-t-20{padding-top:20px}.imdb-svg{width:34px;height:34px}.fw-bold{font-size:15px;color:#fff}.m-b-30{margin-bottom:30px}.actor{margin-bottom:10px}.post_like{margin-right:5px;margin-top:20px}.post_like .btn{background:rgb(250 250 250 / .125);border:none;color:#c7c3c3;font-size:13px;padding:11px;margin:15px 0;outline:none}.post_like .btn i{font-size:15px;color:#f7f7f7}.post_content{margin:30px 0}.post-content-title{font-size:17px;font-weight:700;color:var(--text)}.post-content-title i{color:var(--text);margin-left:5px}.post-content-more{color:var(--text);font-size:14px;font-weight:500;opacity:.8}.divider{border-bottom:solid 1px var(--bg_lighter2)}.m-t-10{margin-top:10px}.m-t-20{margin-top:10px}.age_y{color:#ffc107;display:inline-flex}.mobile_menu_icon{display:none;color:var(--text);font-size:23px;float:right;position:absolute;cursor:pointer;transition:all ease 0.1s}.mobile_search_icon{color:var(--text);font-size:18px;position:absolute;margin:15px 0 0;cursor:pointer;transition:all ease 0.1s;left:15px;top:5px;display:none}.mobile_search_icon .mobile_notif_icon{font-size:20px;margin-left:10px;position:relative;top:1px;color:var(--text)}.mobile_search_icon .mobile_notif_icon .count_mobile{position:absolute;right:-8px;left:0;top:-5px;width:15px;height:15px;border-radius:5px;background:var(--primaryColor);line-height:0;display:flex;align-items:center;justify-content:center;font-size:10px;border-radius:50%;font-weight:700}.mobile_menu_icon:hover{color:#cad0d0}.float_menu{background:var(--bg);right:-240px;top:82px;height:100%;width:70%;transition:0.6s;overflow-y:hidden;overflow-x:visible;z-index:99999999999999999999999999999999;position:fixed;top:0;right:-100%;display:flex;flex-direction:column}.float_menu .menunav{overflow:auto!important}.float_menu__cta{background:var(--bg2);width:100%;margin-top:20px;bottom:calc(env(safe-area-inset-bottom) + 0px);position:absolute}.comfort-slider .film_cat img{max-height:unset!important}.float_menu .theme_switch_btn{display:flex;margin:10px;justify-content:space-around}.float_menu .theme_switch_btn button{background:none;position:relative;border:solid 2px var(--primaryColor);color:var(--primaryColor);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.float_menu .notif_switch_btn a{background:none;position:relative;border:solid 2px var(--primaryColor);color:var(--primaryColor);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.float_menu .notif_switch_btn{display:flex;margin:10px;justify-content:space-around}.notif_switch_btn a .count{border-radius:50px;color:#fff!important}.float_menu .logo{color:var(--text);font-weight:700;display:block;margin:20px 0;text-align:center}.float_menu .logo a{text-decoration:none;color:var(--text)}.float_menu .logo img{width:auto!important;height:40px}.float_menu li{display:block;border-bottom:solid 1px var(--bg2);position:relative}.float_menu li a{color:#ccc;font-size:14px;padding:13px;display:block;transition:all ease 0.5s;padding-left:44px}.float_menu li a:hover{color:var(--text)}.float_menu .sub-menu li{border-bottom:none}.float_menu .sub-menu li:after,.float_menu .sub-menu li:before{display:none}.bottom_mobile_menu{display:none;align-items:stretch;justify-content:space-around;position:fixed;left:0;right:0;bottom:0;background:var(--bg2);box-shadow:0 -2px 10px rgb(0 0 0 / .15);z-index:99999;padding-bottom:env(safe-area-inset-bottom)}@media (max-width:767px){.bottom_mobile_menu{display:flex}}.bottom_mobile_menu__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px;position:relative;color:var(--text);opacity:.65;text-decoration:none;font-size:11px;background:none;border:none;transition:color 0.25s ease,opacity 0.25s ease,transform 0.25s cubic-bezier(.34,1.56,.64,1)}.bottom_mobile_menu__item i{font-size:18px;transition:transform 0.25s cubic-bezier(.34,1.56,.64,1)}.bottom_mobile_menu__item i.icon-solid{display:none}.bottom_mobile_menu__item:hover{color:var(--primaryColor);opacity:1}.bottom_mobile_menu__item.active{color:var(--primaryColor);opacity:1;transform:translateY(-3px)}.bottom_mobile_menu__item.active i.icon-regular{display:none}.bottom_mobile_menu__item.active i.icon-solid{display:inline-block;animation:bottom_nav_pop 0.35s cubic-bezier(.34,1.56,.64,1)}.bottom_mobile_menu__item.active span{font-weight:700}.bottom_mobile_menu__item.active::before{content:"";position:absolute;top:2px;width:26px;height:26px;border-radius:50%;background:var(--primaryColor);opacity:.12;animation:bottom_nav_pop 0.35s cubic-bezier(.34,1.56,.64,1)}@keyframes bottom_nav_pop{0%{transform:scale(.4);opacity:0}100%{transform:scale(1)}}.float_menu .sub-menu{background:color-mix(in srgb,var(--bg2) 88%,transparent);margin:0;padding:0 10px 0 0;border-right:1px solid color-mix(in srgb,var(--bg_lighter) 76%,transparent)}.float_menu .sub-menu .sub-menu{background:color-mix(in srgb,var(--bg2) 78%,transparent)}.float_menu .sub-menu .sub-menu .sub-menu{background:color-mix(in srgb,var(--bg2) 70%,transparent)}.float_menu .mobile-submenu-toggle{position:absolute;left:10px;top:7px;width:28px;height:28px;border:1px solid color-mix(in srgb,var(--bg_lighter) 76%,transparent);border-radius:9px;background:color-mix(in srgb,var(--bg2) 84%,transparent);color:var(--text);font-size:11px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.float_menu .mobile-submenu-toggle:hover{border-color:var(--primaryColor);color:var(--primaryColor)}.float_menu li.child-minus>.mobile-submenu-toggle{border-color:color-mix(in srgb,var(--primaryColor) 50%,transparent);background:color-mix(in srgb,var(--primaryColor) 16%,transparent);color:var(--primaryColor)}.float_menu_holder{position:fixed;top:0;right:0;z-index:20;width:100%;height:100%;visibility:hidden;background:rgb(0 0 0 / 32%);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.mobile_search{display:flex;position:absolute;z-index:4;background:var(--bg);width:100%;visibility:hidden;top:-100px;transition:all ease 0.3s}.mobile_search.active{top:0;visibility:visible}.mobile_search button{color:#6c7471;position:absolute;top:15px;left:-5px;border:none;background:none;float:left}.mobile_search #searchform{width:80%;position:relative}.mobile_search input{background:var(--bg);border:none;color:var(--text);font-size:15px;width:100%;transition:all ease 0.1s;margin:10px 10px 10px 0}.mobile_search .close_mobile{color:var(--primaryColor);font-size:14px;margin:15px 15px 15px 5px;cursor:pointer}.mobile_search input:focus{background:#25252d;color:var(--text);box-shadow:none;transition:all ease 0.1s}.m-b-10{margin-bottom:10px}.download_section{margin-bottom:25px}.download_inner{background:var(--bg2);color:var(--text);padding:10px;border-radius:3px;overflow:hidden;box-shadow:0 0 13px #10101438}.download_section .download_item{background:var(--bg_lighter);margin:10px;padding:20px;border-radius:3px;font-size:13px;color:var(--text);border-right:solid 4px var(--bg_darker)}.serial-darker{background:var(--bg_darker)!important;color:#fff!important}.internet{display:flex}.internet i{color:#ffc107;font-size:20px;margin-left:6px}.internet span{color:var(--text);font-size:13px;display:inline-block;margin:3px 0}.download_section .download_item .badge-v{color:#aa7df2;background-color:rgb(170 125 242 / 14%);font-size:12px;padding:2px 7px;border-radius:3px;display:inline-block}.download_section .download_item .align-left{float:left;display:flex;align-items:center}.download_section .download_item .align-right{float:right}.download_section .download_item .download_info{display:inline-block;margin-top:14px;font-size:14px}.download_section .download_item .download_info span{margin:0 1px;font-weight:700;font-size:13px}.text-green{color:#89d64f!important}.new{border:solid 1px #FF7555;padding:0 6px 1px;border-radius:5px;text-align:center;color:#FF7555;font-size:13px;font-weight:400}.download_section .download_item .button{text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid #fff0;padding:7px 15px 8px;font-size:14px;line-height:2;border-radius:3px;margin:0 3px;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}.download_section .download_item .button_online{text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;color:#ffc107;background:rgb(255 193 7 / 15%);padding:6.2px;font-size:14px;line-height:2;border-radius:3px;margin:0 3px;transition:all 0.3s;overflow:hidden;position:relative}.button-green{color:#fff;background-color:rgb(18 174 64 / 15%);color:#12ae40;stroke:#12ae40}.button-green:hover{background-color:#108f35;color:#fff;stroke:#fff}.dl_icon{width:22px;height:22px;margin-left:6px;display:inline-flex;align-items:center}.button-blue{color:#fff;background:rgb(64 80 181 / 15%)!important;color:#4050b5!important;stroke:#4050b5!important}.button-blue:hover{background-color:#4050b5!important;color:#fff!important;stroke:#fff!important}.button-orange{color:#fff;background-color:rgb(0 214 158 / 15%)!important;color:#00d69e!important;stroke:#00d69e!important}.button-orange:hover{background-color:#00d69e!important;color:#fff!important;stroke:#fff!important}.nav-link{border:none!important;color:#c0c5c9!important;font-size:14px;font-weight:700;padding:15px 50px;border-radius:50px!important}.download_inner .tab-content{background:var(--bg);padding:5px}.serial-item{background:var(--bg2)!important;border-right:solid 4px var(--bg)}.serial-dl-info{margin-top:15px!important}.download_inner .nav-link{border-radius:5px 5px 0 0!important}.download_inner .nav-link.active{color:#c0c5c9!important;background-color:var(--bg)!important;border:none!important;border-radius:5px 5px 0 0!important}.download_inner.nav-link:hover{border:none!important}.download_inner .nav-tabs{border-bottom:none;overflow-x:auto;overflow-y:hidden;width:100%;white-space:nowrap;display:flex;flex-wrap:nowrap}.related_films{margin-bottom:25px}.related_film_item{background:var(--bg2);border-radius:5px;transition:all ease 0.3s;margin-bottom:15px;box-shadow:0 0 13px #10101438}.related_film_item:hover{background:var(--bg_lighter)}.related_film_item:hover.related_film_item img{filter:contrast(1.2)}.related_film_item img{width:100%;height:auto;padding:10px;border-radius:15px!important;transition:all ease 0.3s;object-fit:cover}.related_film_item h5{padding:0 14px;font-size:13px;font-weight:400;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.related_films_title{margin:10px 0}.related_films_title::before{content:'';width:100%;height:2px;background:var(--primaryColor);display:block;position:relative;top:11px}.related_films_title__text{display:inline-block;background:var(--bg);position:relative;z-index:2;padding:0 10px 0 20px;margin-bottom:20px}.related_films_title i{color:var(--text);font-size:18px}.related_films_title h4{display:inline-block;font-size:19px;font-weight:700;color:var(--text);background:var(--bg);z-index:2;position:relative;padding-left:20px}.comments{margin-bottom:25px}.comments_title{margin:10px 0}.comments_title i{color:var(--text);font-size:18px}.comments_title h4{display:inline-block;font-size:17px;font-weight:700;color:var(--text)}.comments_inner{color:var(--text)}.comment a{color:var(--text)}.comment-list .vcard cite.fn{display:inline-block;font-weight:700;font-style:normal;font-size:14px;color:var(--text)}.comment-notes{display:none}.comment-form-comment label{display:none}.comment-form .form-control{display:block;width:100%;height:auto;padding:8px 15px;font-size:14px;line-height:2;font-weight:500;color:#8e939b;background-color:var(--bg2);background-clip:padding-box;border:0 solid #ced4da;border-radius:3px;box-shadow:0 0;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}.form-control:focus{background:var(--bg2)}.form-submit{width:calc(14% - 32px);display:inline-block}.form-submit .submit{display:block;border:none;text-align:center;width:100%;color:#fff;white-space:nowrap;cursor:pointer;user-select:none;padding:7px 22px 8px;font-size:14px;background:#89d64f;line-height:2;border-radius:3px;transition:all ease 0.3s;font-weight:500}.form-submit .submit:hover{background:#639b39}.comment-form-cookies-consent{display:none}.comment-text{margin:15px 0 15px 0}.comment-name,.comment-email{width:100%}.logged-in-as{margin:0}.logged-in-as a{color:var(--text);font-size:14px}.comment-form-author label{display:none}.comment-form-email label{display:none}.comment-list .vcard span.says{display:none}.comment-list .vcard img.avatar{width:27px;height:27px;border-radius:50%}cite::before{content:""}.comment-list .vcard cite.fn a.url{color:var(--text)}.comment-list .comment-meta a{color:var(--text);font-size:13px;border-radius:9px;display:block;margin:0 auto;font-weight:200}.comment-list .commentmetadata{display:block;text-align:center;width:100%}.comment-list{margin:20px 0!important}.comment-list .comment{padding:15px;background:var(--bg2);margin:10px 0;border-radius:3px;position:relative;overflow:hidden}.comment-list{padding:0}.comment-list li{list-style:none}.comment-list li p{margin-top:15px;color:var(--text);font-weight:300;font-size:15px;opacity:.8}.comment-list li ul.children li.byuser{padding:10px}.comment-list li ul.children li.comment{background:var(--bg);margin:10px 0;border-radius:5px}#reply-title{font-size:18px;margin:10px 0 20px;font-weight:700}#cancel-comment-reply-link{margin-right:10px;font-size:12px;background:#2f2f3a;border-radius:3px;padding:3px 5px 3px 9px;position:relative;top:-2px;transition:all ease 0.3s;color:#ff7555}#cancel-comment-reply-link i{position:relative;top:1px;margin-left:3px;font-size:12px;color:#ff7555}#cancel-comment-reply-link:hover{background:#17171c}.reply{display:inline-block;padding:2px 7px;border-radius:3px;color:#fff;font-size:13px;cursor:pointer;transition:all ease 0.3s;font-weight:700;background:transparent!important;border:solid 1px var(--primaryColor);padding:8px 25px;font-weight:300;font-size:14px;border-radius:15px}.reply:hover{background:var(--primaryColor)!important}.reply a{color:var(--text)}.reply a:hover{color:#fff!important}.comment em{font-size:12px}.comment #respond{background:var(--bg);padding:15px;border-radius:5px;margin:15px 0 0}.comment #reply-title{margin:0 0 15px 0}small{font-size:12px}.float_left{float:left}.video_tag{border:solid 1px #ff7555;padding:4px 7px;border-radius:3px;color:#ff7555;font-size:13px;margin-top:-7px}.kelaket-comments{direction:rtl;position:relative}.comments>.container>.comment_empty{display:none}.kelaket-comment-composer{margin:22px 0;padding:18px;background:var(--bg2);border-radius:8px}.kelaket-comment-form__head,.kelaket-comment-form__actions,.kelaket-comment-toolbar,.kelaket-comment-sort,.kelaket-comment-form__guest,.kelaket-comment-login-note{display:flex;align-items:center}.kelaket-comment-form__head{justify-content:space-between;gap:16px;margin-bottom:14px}.kelaket-comment-form__head h3{margin:0 0 5px;color:var(--text);font-size:20px;font-weight:800}.kelaket-comment-form__head p,.kelaket-comment-login-note span{margin:0;color:var(--text);opacity:.62;font-size:13px}.kelaket-comment-form__head span{flex:0 0 auto;padding:7px 12px;border-radius:999px;background:var(--bg_lighter);background:color-mix(in srgb,var(--primaryColor) 14%,transparent);color:var(--primaryColor);font-size:12px;font-weight:700}.kelaket-comment-form__guest{gap:12px;margin-bottom:12px}.kelaket-comment-form .form-control{min-height:48px;background:var(--bg);border:0;border-radius:8px;color:var(--text)!important;font-size:14px}.kelaket-comment-form .form-control::placeholder{color:var(--text);opacity:.55}.kelaket-comment-form textarea.form-control{min-height:148px;resize:vertical;padding:14px 16px}.kelaket-comment-form .form-control:focus{box-shadow:0 0 0 4px var(--bg_lighter);box-shadow:0 0 0 4px color-mix(in srgb,var(--primaryColor) 14%,transparent);outline:none}.kelaket-comment-form__actions{justify-content:space-between;gap:12px;margin-top:14px}.kelaket-comment-spoil.switch-toggle{gap:10px;margin:0}.kelaket-comment-spoil.switch-toggle label,.kelaket-comment-spoil.switch-toggle{width:auto}.kelaket-comment-spoil.switch-toggle .kelaket-comment-spoil__toggle{position:relative;display:block;width:50px;height:30px;flex:0 0 50px;background-color:var(--bg_lighter);border-radius:50px;cursor:pointer;transition:background-color .24s ease,box-shadow .24s ease}.kelaket-comment-spoil.switch-toggle input{position:absolute;opacity:0;pointer-events:none}.kelaket-comment-spoil.switch-toggle .kelaket-comment-spoil__toggle:after{content:"";position:absolute;width:20px;height:20px;background-color:var(--bg2);border-radius:100%;top:5px;left:5px;transition:transform .24s ease,background-color .24s ease;box-shadow:0 3px 10px rgb(0 0 0 / .22)}.kelaket-comment-spoil.switch-toggle input:checked+.kelaket-comment-spoil__toggle{background:var(--primaryColor)}.kelaket-comment-spoil.switch-toggle input:checked+.kelaket-comment-spoil__toggle:after{transform:translateX(20px);background-color:#fff}.kelaket-comment-spoil.switch-toggle small{margin:0;color:var(--text);opacity:.78}.kelaket-comment-submit,.kelaket-load-comments,.kelaket-comment-sort button,.kelaket-reply-trigger{border:0;cursor:pointer;transition:all ease .22s;font-weight:800}.comment-list ul,.comment-list ol{padding:0;margin-right:40px!important;margin-left:0!important}.kelaket-comment-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:150px;min-height:46px;padding:0 18px;border-radius:16px;color:#fff;background:var(--primaryColor)}.kelaket-comment-submit:hover,.kelaket-load-comments:hover,.kelaket-comment-sort button.active{background:var(--primaryColor);color:#fff;transform:translateY(-1px)}.kelaket-comment-submit:disabled,.kelaket-load-comments:disabled{opacity:.65;cursor:wait}.kelaket-comment-login-note{gap:14px;justify-content:space-between;color:var(--text)}.kelaket-comment-closed-note{padding:14px;border-radius:8px;background:color-mix(in srgb,#ff7555 14%,var(--bg2))}.kelaket-comment-login-note i{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 46px;border-radius:8px;color:var(--primaryColor);background:var(--bg_lighter);background:color-mix(in srgb,var(--primaryColor) 12%,transparent)}.kelaket-comment-closed-note i{color:#ff7555;background:color-mix(in srgb,#ff7555 16%,transparent)}.kelaket-comment-login-note div{flex:1}.kelaket-comment-login-note strong{display:block;margin-bottom:4px;font-size:15px}.kelaket-comment-login-note a{flex:0 0 auto;padding:10px 16px;border-radius:8px;background:var(--primaryColor);color:#fff;font-weight:800}.kelaket-comment-toolbar{justify-content:space-between;gap:16px;min-height:86px;margin:20px 0;padding:0 28px;background:var(--bg_darker);color:#fff;border-radius:8px}.kelaket-comment-count{font-size:16px;font-weight:900;white-space:nowrap}.kelaket-comment-sort{gap:12px;flex-wrap:wrap;justify-content:flex-end}.kelaket-comment-sort span{color:rgb(255 255 255 / .78);font-size:15px;font-weight:700}.kelaket-comment-sort button{min-height:42px;padding:0 17px;border-radius:16px;background:#fff0;color:rgb(255 255 255 / .86);font-size:14px}.kelaket-comment-sort i{color:rgb(255 255 255 / .75);font-size:18px}.kelaket-comment-list.is-loading{min-height:120px;opacity:.35}.kelaket-comment-list .comment{padding:0;border-radius:18px;background:#fff0;overflow:visible}.kelaket-comment-list .comment_box{position:relative;min-height:142px;padding:22px 26px;background:var(--bg2);border-radius:18px;overflow:hidden}.kelaket-comment-list .comment_head{gap:12px;align-items:flex-start;justify-content:flex-start!important}.kelaket-comment-list .comment_main{min-width:0;width:100%;margin-right:0;align-items:flex-end;gap:10px}.kelaket-comment-list .comment_identity{gap:12px;min-width:0;flex:0 1 auto;justify-content:flex-end}.kelaket-comment-list .comment_identity img{width:58px;height:58px;border-radius:12px;flex:0 0 58px;object-fit:cover}.kelaket-comment-list .comment_head .comment-author,.kelaket-comment-list .comment_head .vcard{display:flex;align-items:center;min-width:0;text-align:right}.kelaket-comment-list .comment_head .fn,.kelaket-comment-list .comment_head cite{margin:0;color:var(--text);font-style:normal;font-size:15px;font-weight:800;line-height:1.6}.kelaket-comment-list li p{width:100%;line-height:1.9;margin-top:0;margin-bottom:0;text-align:right;font-size:15px;font-weight:300;opacity:.8}.kelaket-comment-list .comment_data{display:inline-flex;position:absolute;left:24px;bottom:22px;flex:0 0 auto;min-width:fit-content;align-items:center!important;justify-content:flex-start;gap:14px!important;flex-direction:row}.kelaket-comment-list .commentmetadata{text-align:left;white-space:nowrap;width:auto}.kelaket-comment-list .commentmetadata a{color:var(--text);opacity:.7;font-size:12px;font-weight:700}.kelaket-comment-list .comment_like_handle{display:inline-flex;align-items:stretch;overflow:hidden;padding:0;border-radius:22px;background:var(--bg)}.kelaket-comment-list .comment_like,.kelaket-comment-list .comment_dislike{min-width:58px;height:48px;padding:0 16px;color:var(--text);background:transparent!important;border:0;border-radius:0;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:background-color .2s ease,color .2s ease,transform .2s ease}.kelaket-comment-list .comment_dislike{border-left:1px solid var(--bg_lighter2)}.kelaket-comment-list .comment_like span,.kelaket-comment-list .comment_dislike span{font-size:12px;position:absolute;top:-17px;background:var(--bg);min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:5px;padding:0 5px}.kelaket-comment-list .comment_like i,.kelaket-comment-list .comment_dislike i{font-size:19px;line-height:1}.kelaket-comment-list .comment_like:hover,.kelaket-comment-list .comment_dislike:hover{background:var(--bg_lighter)!important;color:var(--text);transform:none}.kelaket-comment-list .comment_body{display:flex;flex-direction:column;gap:10px;width:100%;align-items:flex-end;text-align:right}.kelaket-comment-list .comment_footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:0;width:100%}.kelaket-comment-list ul.children{margin:10px 0 0;padding:0 34px 0 0}.kelaket-comment-list li ul.children li.comment{margin-right:0;margin-left:0}.kelaket-comment-status{display:flex;align-items:center;justify-content:center;gap:10px;min-height:56px;margin:0 0 14px;padding:0 16px;border-radius:8px;background:var(--bg2);color:var(--text)}.kelaket-comment-status strong{font-size:14px;font-weight:800}.kelaket-comment-status__spinner{width:24px;height:24px;border-radius:50%;border:3px solid var(--bg_lighter);border:3px solid color-mix(in srgb,var(--text) 14%,transparent);border-top-color:var(--primaryColor);animation:kelaketCommentSpin .75s linear infinite}@keyframes kelaketCommentSpin{to{transform:rotate(360deg)}}.kelaket-comments-empty{padding:24px;text-align:center;border-radius:8px;background:var(--bg2);color:var(--text);opacity:.75}.kelaket-load-comments{display:flex;align-items:center;justify-content:center;width:fit-content;min-width:170px;min-height:46px;margin:18px auto 0;padding:0 20px;border-radius:8px;background:var(--bg2);color:var(--text)}.kelaket-load-comments.is-loading::before{content:"";width:18px;height:18px;border-radius:50%;border:2px solid color-mix(in srgb,var(--text) 22%,transparent);border-top-color:currentColor;animation:kelaketCommentSpin .75s linear infinite}.kelaket-reply-trigger.reply{display:inline-flex;align-items:center;flex-direction:row-reverse;gap:7px;width:auto;min-height:34px;margin-top:0;background:var(--bg_lighter)!important;color:var(--text);border:0;border-radius:10px;padding:7px 12px;white-space:nowrap;font-size:14px;font-weight:800}.kelaket-reply-trigger.reply:hover{background:var(--primaryColor)!important;color:#fff}.kelaket-reply-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:18px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.kelaket-reply-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.kelaket-reply-modal.is-closing{opacity:0}.kelaket-reply-modal__backdrop{position:absolute;inset:0;background:rgb(4 7 12 / .76);backdrop-filter:blur(8px);opacity:0;transition:opacity .22s ease}.kelaket-reply-modal__dialog{position:relative;width:min(620px, 100%);padding:22px;border-radius:8px;background:var(--bg2);box-shadow:0 28px 80px rgb(0 0 0 / .34);transform:translateY(18px) scale(.98);opacity:0;transition:transform .22s ease,opacity .22s ease}.kelaket-reply-modal.is-open .kelaket-reply-modal__backdrop,.kelaket-reply-modal.is-open .kelaket-reply-modal__dialog{opacity:1}.kelaket-reply-modal.is-open .kelaket-reply-modal__dialog{transform:translateY(0) scale(1)}.kelaket-reply-modal.is-closing .kelaket-reply-modal__dialog{transform:translateY(12px) scale(.98);opacity:0}.kelaket-reply-modal__close{position:absolute;left:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:var(--bg_lighter);background:color-mix(in srgb,var(--primaryColor) 12%,transparent);color:var(--primaryColor);cursor:pointer}.kelaket-reply-modal__head{margin-bottom:16px;padding-left:40px}.kelaket-reply-modal__head span{display:block;color:var(--text);opacity:.65;font-size:13px}.kelaket-reply-modal__head strong{display:block;margin-top:4px;color:var(--text);font-size:20px;font-weight:900}html.dark .kelaket-comment-form .form-control::placeholder{color:var(--text);opacity:.65}@media (max-width:768px){.comment-list .commentmetadata{text-align:right}.kelaket-comment-toolbar{align-items:flex-start;flex-direction:column-reverse;min-height:auto;padding:18px}.kelaket-comment-sort{width:100%;justify-content:flex-start;gap:8px}.kelaket-comment-sort button{flex:1 1 calc(33.333% - 8px);min-width:92px;padding:0 10px}.kelaket-comment-sort span{width:100%}.kelaket-comment-form__head,.kelaket-comment-form__actions,.kelaket-comment-form__guest,.kelaket-comment-login-note{align-items:stretch;flex-direction:column}.kelaket-comment-submit,.kelaket-comment-login-note a{width:100%}.kelaket-comment-list .comment{padding:0}.kelaket-comment-list .comment_box{min-height:0;padding:22px;border-radius:18px}.kelaket-comment-list .comment_head{align-items:flex-start;justify-content:flex-start!important;flex-wrap:nowrap;gap:12px}.kelaket-comment-list .comment_identity{min-width:0;width:auto;gap:12px}.kelaket-comment-list .comment_identity img{width:58px;height:58px;flex-basis:58px}.kelaket-comment-list .comment_head .fn,.kelaket-comment-list .comment_head cite{font-size:16px}.kelaket-comment-list li p{font-size:14px}.kelaket-comment-list .comment_footer{flex-wrap:wrap;align-items:center;gap:10px;justify-content:flex-end}.kelaket-comment-list .comment_data{position:relative;width:auto;flex-direction:row!important;align-items:center!important;justify-content:flex-end;gap:10px!important;margin-top:0;flex-wrap:nowrap;left:0;top:0}.kelaket-comment-list .comment_like_handle{padding:0;border-radius:999px}.kelaket-comment-list .comment_like,.kelaket-comment-list .comment_dislike{min-width:46px;height:48px;padding:0 12px}.kelaket-comment-list .comment_head .vcard,.kelaket-comment-list .comment_head .comment-author{display:flex!important;align-items:center;min-width:0}.kelaket-comment-list .commentmetadata{white-space:nowrap;text-align:left}.kelaket-reply-trigger.reply{width:fit-content;max-width:100%;min-height:42px;padding:8px 16px;font-size:15px}}@media (max-width:430px){.kelaket-comment-list .comment_main{width:100%;gap:10px}.kelaket-comment-list .comment_head{gap:10px}.kelaket-comment-list .comment_data{width:100%;justify-content:flex-end;gap:6px!important;flex-wrap:wrap}.kelaket-comment-list .comment_identity{width:100%;justify-content:flex-end}.kelaket-comment-list .commentmetadata{text-align:right;order:1}.kelaket-comment-list .comment_like_handle{order:2;width:fit-content}.kelaket-comment-list .comment_footer{justify-content:flex-end}.kelaket-comment-sort button{flex-basis:100%}.kelaket-comment-toolbar{padding:14px}.kelaket-reply-modal__dialog,.kelaket-comment-composer{padding:16px}}.farsi{border:solid 1px #89d64f;color:#89d64f!important}.imdb{border:solid 1px #ffc107;color:#ffc107!important}.container-single{max-width:1230px}.pagination{background:var(--bg2);text-align:center;color:#fff;display:block;padding:10px;margin:15px 0;border-radius:13px}.pagination a{text-align:center;display:inline-block;width:35px;height:35px;padding-top:6px;background:var(--bg);border-radius:10px;color:var(--text);font-size:14px;transition:all ease 0.3s}.pagination a:hover{background:var(--primaryColor);color:var(--text)}.pagination .dots{background:var(--bg)}.pagination .page-numbers{margin:0 2px}.pagination span{text-align:center;display:inline-block;width:35px;height:35px;padding-top:6px;background:var(--primaryColor);border-radius:10px;color:#fff;font-size:14px}.pagination .next,.pagination .prev{padding:6px 11px;width:auto;font-size:14px}.stars_page h1{color:var(--text);font-size:21px;font-weight:700;margin-bottom:20px}.stars_page p{color:var(--text);font-size:14px}.stars_page img{width:100%;height:auto;border-radius:5px;object-fit:cover;aspect-ratio:3 / 3}.actor-works{margin-top:50px}.actor-works h2{font-size:16px;color:var(--text);font-weight:700;margin:0 6px 15px 0}.pld-like-dislike-wrap .pld-common-wrap{background:rgb(250 250 250 / .125);border:none;color:#c7c3c3;font-size:13px;padding:11px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);outline:none;border-radius:5px}.pld-like-wrap{margin:0!important}.pld-dislike-wrap{margin-right:5px!important}.pld-like-wrap.liked{color:#89d64f!important}.pld-dislike-wrap.disliked{color:#ff7555!important}.pld-like-wrap.liked a{color:#89d64f!important}.pld-dislike-wrap.disliked a{color:#ff7555!important}.pld-like-trigger,.pld-dislike-trigger{color:#f7f7f7;float:left}.pld-like-trigger:hover,.pld-dislike-trigger:hover{color:#f7f7f7}.pld-like-dislike-wrap{margin-bottom:0!important}.cld-like-dislike-wrap{margin-bottom:0px!important;float:left;font-size:14px}.cld-like-wrap a{color:#89d64f!important}.cld-dislike-wrap a{color:#ff7555!important}.cld-count-wrap{font-size:13px;color:#c7c3c3}.cld-dislike-trigger i{position:relative;top:5px}.download_inner .tab-pane.active{animation:slide-down 0.4s ease-out}@keyframes slide-down{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}.category_title{margin-bottom:15px}.category_title h3{font-size:18px;color:var(--text);display:inline-block}.category_title h1{font-size:18px;color:var(--text);display:inline-block}.category_title i{position:relative;top:2px;margin-left:4px}.serial_link{display:none}.post_page p{background:none}.post_page a{color:var(--text)}.post_page a:hover{color:#979797}blockquote{background:var(--bg_lighter);border-left:10px solid #101014;margin:1.5em 10px;padding:.8em 10px;border-radius:10px}.content blockquote{background:var(--bg)}blockquote:before{color:#ccc;font-size:4em;line-height:.1em;margin-right:.25em;vertical-align:-.4em}blockquote p{display:inline}html.dark blockquote{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .casual_single__bg{z-index:1}html.dark .single_hero .container{position:relative;z-index:2}.widget-wp ul{padding:10px}.widget-wp li{list-style:none;display:block;color:#cad0d0}.widget-wp li:before{content:"";display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M4.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l208-208c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L38.6 256 235.3 452.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-208-208z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M4.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l208-208c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L38.6 256 235.3 452.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-208-208z'/%3E%3C/svg%3E") center/contain no-repeat;color:var(--primaryColor);position:relative;top:3px;margin-left:10px}.widget-wp li a{color:#cad0d0;font-size:14px;transition:all ease 0.3s}.widget-wp li a:hover{color:#afafaf}.widget-wp #recentcomments li:before{content:""}.widget-wp #recentcomments li{padding:2px 0;font-size:14px}.widget-wp #recentcomments li:before{content:"";display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M4.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l208-208c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L38.6 256 235.3 452.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-208-208z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M4.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l208-208c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L38.6 256 235.3 452.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-208-208z'/%3E%3C/svg%3E") center/contain no-repeat;color:var(--primaryColor);margin-left:5px;margin-top:-3px;float:right}.widget-wp{color:#cad0d0}.widget-wp .wp-calendar-table{width:100%;margin:10px;font-size:14px}.widget-wp .wp-calendar-table a{color:#cad0d0}.widget-wp .wp-calendar-table a:hover{color:#afafaf}.widget-wp .form-control{background:var(--bg);border:none;color:var(--text);font-size:15px;width:100%;transition:all ease 0.1s}.widget-wp .submit{border:none;background:none;position:relative;float:left;top:-29px;left:3px;color:#818181}.widget-wp #searchform{margin:15px 0 10px}.widget-wp img{display:block;margin:10px auto}.widget-wp .tagcloud a{font-size:14px!important;color:#cad0d0}.select_tabs span{padding:5px 8px;border-radius:4px;margin-right:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;font-size:13px;padding-left:23px;border:1px solid #e7e7e7;background:#fff0 url(/wp-content/themes/KelaketFilm/images/unchecked.png) no-repeat 6px 6px}.select_tabs span.active{border:1px solid #d5e4ed;background:#d5e4ed url(/wp-content/themes/KelaketFilm/images/checked.png) no-repeat 6px 6px}.advanced_search_tab{background:var(--bg2);border-radius:10px;display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;position:relative;box-shadow:0 0 13px #10101438}.advanced_search_tab a{color:var(--text);padding:15px;font-size:14px;font-weight:700;margin:5px;width:50%;text-align:center;z-index:2;white-space:nowrap}.sidebar_active{background:var(--bg_lighter2);border-radius:3px;width:47.2%;content:"";display:block;right:8px;height:45px;position:absolute;transition:all 400ms;border-radius:4px}.show_toggle{left:13px;width:35px;height:35px;background:#3096c3;color:var(--text);border:none;outline:none;border-radius:0 0 5px 5px;font-size:20px;line-height:0;display:flex;align-items:center;justify-content:center}.search_wrap_index{display:block;background:var(--bg2);color:var(--text);display:none}.search_wrap_index .do{display:flex!important;width:100%!important;padding:5px 15px 0}.search_wrap_index h3{text-align:center;font-size:15px;font-weight:700;padding:20px 0;display:block;color:#e7e7e7}.search_wrap_index #searchsubmit{background:var(--primaryColor);border:none;width:auto;border-radius:3px;padding:7px 15px;margin:10px 22px 15px;font-size:14px;font-weight:700;color:var(--text);float:right;transition:all 0.5s}.search_wrap_index #searchsubmit:hover{background:#2f90ba}.search_wrap_index form{text-align:center}.search_wrap_index .search_filter{width:12%;display:inline-block;position:relative}.search_wrap_index .search_filer_box{position:absolute;overflow-y:scroll;height:200px;z-index:3;background:var(--bg2);width:90%}.search_wrap_index .year_filter{width:11%}.search_wrap{display:none;background:var(--bg2);border-radius:10px;color:var(--text)}.search_wrap h3{text-align:center;font-size:15px;font-weight:700;padding:20px 0;display:block;color:#e7e7e7}.search_filter a{color:#bec4cb;background-color:var(--bg);border-color:#292931;display:block;margin:7px 3px 0;font-size:14px;padding:10px;border-radius:10px}.search_filer_box{box-shadow:0 5px 25px rgb(0 0 0 / 13%)!important;margin:0 4px;border-radius:0;padding:10px 10px 1px;display:none;max-height:200px;overflow-y:auto}.custom-checkbox{display:block;position:relative;padding-right:21px;margin-bottom:12px;cursor:pointer;line-height:1.1;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;right:0;height:15px;width:15px;background-color:#eee;border-radius:50%}.custom-checkbox:hover input~.checkmark{background-color:#ccc}.custom-checkbox input:checked~.checkmark{background-color:#2196f3}.checkmark:after{content:"";position:absolute;display:none}.custom-checkbox input:checked~.checkmark:after{display:block}.custom-checkbox .checkmark:after{left:5px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.custom-radio{display:block;position:relative;padding-right:21px;margin-bottom:12px;line-height:1.1;cursor:pointer;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-radio .checkmark{position:absolute;top:0;left:0;height:15px;width:15px;background-color:#eee;border-radius:50%}.custom-radio:hover input~.checkmark{background-color:#ccc}.custom-radio input:checked~.checkmark{background-color:#2196f3}.custom-radio .checkmark:after{content:"";position:absolute;display:none}.custom-radio input:checked~.checkmark:after{display:block}.custom-radio .checkmark:after{top:4px;left:4px;width:7px;height:7px;border-radius:50%;background:#fff}.year_filter{width:49%;display:inline-block;position:relative}.year_box{position:absolute;background:var(--bg2);width:90%;overflow-y:scroll;height:200px;z-index:3}.search_wrap{padding:10px}.search_wrap #searchsubmit{display:block;background:var(--primaryColor);border:none;width:97%;border-radius:10px;padding:7px;margin:10px auto 5px;font-size:14px;font-weight:700;color:var(--text);transition:all 0.5s}.search_wrap #searchsubmit:hover{background:#2f90ba}.not_found_film{color:var(--text);background:var(--bg2);text-align:center;padding:5px 30px;border-radius:3px;display:flex;justify-content:space-between;align-items:center}.not_found_film .title h4{font-weight:700;font-size:20px;color:#e7e7e7}.not_found_film .title span{font-size:14px;color:#b1b1b1}.not_found_film .title{text-align:right}.footer_wave{height:150px;overflow:hidden}.footer .btn-large{background:var(--bg);display:block;padding:14px;margin:10px 0;border-radius:10px;position:relative;transition:all cubic-bezier(.4,0,1,1) 0.2s}.footer .btn-large:hover{box-shadow:inset 0 0 0 40px var(--bg_darker2)}.footer .btn-large a{color:var(--text)}.footer .btn-large span{color:var(--text);font-size:14px;font-weight:700}.footer .btn-large i:first-of-type{font-size:20px;position:relative;color:var(--primaryColor);margin-left:7px;top:2px}.footer .btn-large i:last-of-type{font-size:14px;color:var(--text);position:absolute;left:14px;margin-top:7px}.sidebar{background:var(--bg2);display:flex;flex-direction:column;position:fixed;width:300px;top:0;right:0;bottom:0;z-index:99;overflow:auto;transition:all .2s}.make_visibe{visibility:visible!important}.panel_wrapper{margin-right:300px;padding:0 10px;color:var(--text)}.panel_header__user{color:var(--text);font-size:14px;font-weight:500;cursor:pointer}.sidebar_bottom{background:var(--bg);color:var(--text);display:flex;flex-direction:column;align-items:center;padding:20px;margin-top:auto}.sidebar_cta{padding:13px 20px;background:#e6b350;border-radius:10px;color:#00000096;font-weight:600;font-size:14px;text-align:center;width:92%}.account_details{margin-bottom:15px;font-size:13px;display:flex;justify-content:space-between;align-items:center;width:90%}.account_details span{font-weight:700;background:var(--bg_lighter2);padding:3px 6px;border-radius:5px}.sidebar_cta:hover{color:#00000096}.panel_header__user__avatar{width:40px;height:40px;border-radius:8px;display:flex;justify-content:center;color:#2e86b1;background:rgb(46 134 177 / 25%);font-size:18px;padding-top:2px;align-items:center;margin-left:10px;overflow:hidden}.panel_header__user__avatar img{width:100%;height:auto}.panel_header__user__avatar i{line-height:0}.panel_header__btn a,.panel_header__btn button{display:flex;height:40px;width:40px;border-radius:8px;background:var(--bg_lighter);padding:0!important;color:var(--text);align-items:center;justify-content:center;border:none}.panel-tooltip{--bs-tooltip-bg:var(--bg_lighter2);font-weight:400;font-size:12px}html.dark .panel-tooltip{--bs-tooltip-bg:var(--bg2)}.panel-tooltip .tooltip-inner{padding:7px;color:var(--text)}.panel_sidebar__header{padding:25px}.panel_sidebar__header a{color:var(--text);font-size:15px;font-weight:500}.sidebar .avatar_wrap{background:#101014;display:flex;justify-content:center;padding:10px;margin:10px;border-radius:3px;flex-direction:column;justify-content:center;align-items:center}.sidebar .avatar_wrap span{color:var(--text);font-size:14px;margin:10px 0 0}.sidebar .avatar_wrap img{border-radius:50%}.sidebar .nav_panel ul li{list-style:none;padding:15px 20px;font-size:14px;border-radius:3px;transition:all .2s ease;position:relative}.sidebar .nav_panel ul li span:before{top:5px;bottom:5px;right:0;border-radius:8px 0 0 8px;width:4px;content:"";position:absolute;opacity:0;transition:opacity .15s ease-in-out}.sidebar .nav_panel ul li.active span:before{opacity:1}.sidebar .nav_panel ul li:hover{color:var(--text)}.sidebar .nav_panel ul li a{color:var(--text);font-size:14px;display:block;font-weight:400;transition:all .3s}.sidebar .nav_panel ul .has-child>a:after{position:absolute;left:0;margin:0 40px;content:"";width:1em;height:1em;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M235.3 411.3c-6.2 6.2-16.4 6.2-22.6 0l-208-208c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L224 377.4 420.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-208 208z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M235.3 411.3c-6.2 6.2-16.4 6.2-22.6 0l-208-208c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L224 377.4 420.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-208 208z'/%3E%3C/svg%3E") center/contain no-repeat;display:inline-block;color:#c9d0d0;font-size:10px;transition:all 0.3s}.sidebar .nav_panel ul .child-minus>a:after{transform:rotate(180deg)}.sidebar .nav_panel ul li a:hover{color:var(--text)}.sidebar .nav_panel ul li a:hover>i{color:var(--text)}html.dark .sidebar .nav_panel ul li a:hover>i{color:var(--bg_darker)}html.dark .bg_dark_panel{background:var(--bg_darker)0d!important}.sidebar .nav_panel ul li i{font-size:19px;margin-left:25px;margin-right:15px;color:var(--text);vertical-align:middle;font-weight:100;transition:all .3s}.sidebar .nav_panel ul li ul li{padding:15px 25px 0}.body_panel h2{color:var(--text);font-weight:700;font-size:17px}.body_panel p{color:#d3d3d3;font-weight:400;font-size:14px}.body_panel .info{background:var(--bg2);color:var(--text);display:flex;position:relative;padding:35px 25px 20px;border-radius:10px;margin-bottom:40px;box-shadow:0 4px 6px -1px rgb(0 0 0 / 10%),0 2px 4px -1px rgb(0 0 0 / 6%);min-height:110px}.blue_gradient{background:linear-gradient(195deg,#49a3f1,#1a73e8)!important}.pink_gradient{background:linear-gradient(195deg,#ec407a,#d81b60)!important}.green_gradient{background:linear-gradient(195deg,#66bb6a,#43a047)!important}.db_gradinet{background:linear-gradient(195deg,#465bd0,#25306c)!important}.yellow_gradient{background:linear-gradient(195deg,#ffc107,#bf9000)!important}.body_panel .info .icon_wrap{width:50px;height:50px;background:#3f52b4;text-align:center;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;position:absolute;top:-25px;right:20px}.body_panel .info .icon_wrap i{color:#fff}.body_panel .info .info_detail .title{font-size:15px;color:var(--text);font-weight:400}.body_panel .info .info_detail .title a{color:var(--text)}.bg_dark_panel{background:var(--bg_lighter)!important}.body_panel .info .info_detail span{font-size:16px;font-weight:700;margin-top:10px;display:block}.body_panel .acc_info{background:var(--bg2);margin:25px 0;border-radius:5px;box-shadow:0 4px 6px -1px rgb(0 0 0 / 10%),0 2px 4px -1px rgb(0 0 0 / 6%)}.body_panel .acc_info header{border-bottom:solid 1px var(--bg_lighter2);color:var(--text);padding:10px}.body_panel .acc_info header h3{font-size:15px;font-weight:700;padding:7px;margin:0}.body_panel .acc_info ul{display:flex;flex-direction:column;color:var(--text);margin:10px;padding-bottom:10px}.body_panel .acc_info li{display:inline-flex;justify-content:space-between}.body_panel .acc_info li span{background:var(--bg);font-size:13px;padding:10px;border-radius:3px;margin:5px}.body_panel .acc_info .detail_1{width:140px}.body_panel .acc_info .detail_2{width:calc(100% - 140px)}.body_panel .acc_info_{background:var(--bg2);margin:25px 0;border-radius:15px;color:var(--text);padding:5px;box-shadow:0 4px 6px -1px rgb(0 0 0 / 10%),0 2px 4px -1px rgb(0 0 0 / 6%)}.body_panel .acc_info_ header{border-bottom:solid 1px var(--bg_lighter2);color:var(--text);padding:10px}.body_panel .acc_info_ header h3{font-size:15px;font-weight:700;padding:7px;margin:0}.body_panel .acc_info_ table{width:calc(100% - 20px)!important;background:var(--bg);margin:10px;font-size:14px;color:var(--text)}.body_panel .acc_info_ table tr{border-bottom:1px solid var(--bg2);padding:4px 10px;width:100%}html.dark .body_panel .acc_info_ table tr:nth-child(2n){background:var(--bg_darker2)}html.dark .post_meta--left span{background:var(--bg_lighter)}html.dark .post_header_content .post_vote .post_vote_up,html.dark .post_header_content .post_vote .post_vote_down{color:#fff}html.dark .post_header_content .post_vote svg{fill:#fff}html.dark .post_vote_up::after{border-left:solid 2px var(--bg_lighter)}html.dark .vote_stats svg{fill:#ffad49}html.dark .movie_score{color:var(--text)}html.dark .single_hero .movie_score{color:#fff}html.dark .post2 .post_details .post_meta li p{color:var(--text)}html.dark .req_type_wrap{background:var(--bg2)fff;color:var(--text);border:solid 1px var(--bg_lighter)}html.dark .req_type_wrap span.active{color:#fff}html.dark .acc_info_body label{color:var(--text)}.body_panel .acc_info_ table th{font-weight:400;padding:16px 10px;text-align:right!important}.body_panel .acc_info_ table td{padding:16px 10px;display:table-cell;text-align:right!important}.body_panel .acc_info_ table a{color:#fff;font-size:13px;background:var(--primaryColor);border-radius:3px;padding:8px 15px;display:inline-block;margin:2px 0;transition:all 0.3s ease;font-weight:700}.body_panel .acc_info_ table a:hover{background:var(--primaryColor);opacity:.6}#rcp_registration_form{margin:0 auto}#rcp-table{margin-bottom:10px}#rcp_subscription_levels{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-direction:column;gap:10px}#rcp_subscription_levels li{position:relative;width:100%;cursor:pointer}#rcp_subscription_levels li input[type=radio],#rcp_subscription_levels li .rcp_subscription_set,.rcp_header{display:none}#rcp_subscription_levels li input[type=radio]:checked~label{background:var(--primaryColor)}.rcp_separator{opacity:0}.rcp_price{font-size:19px;font-weight:400}.rcp_level_duration{font-size:18px!important;font-weight:400!important;background:#2e2e3840;display:block;text-align:center;border-radius:4px;padding:5px 25px}.rcp_registration_total{text-align:center;margin:0 auto;display:block;width:50%}.membership-level-price div,.rcp-fee div{margin-left:0!important}#rcp_submit_wrap{width:50%;margin:0 auto}#rcp_submit_wrap .rcp-button{margin-right:0;margin-left:0;width:100%}.rcp-fee,.rcp_registration_total_details .membership-level-price,.rcp_registration_total_details .rcp-recurring-total,.rcp_registration_total_details .rcp-renewal-date,.rcp_registration_total_details .rcp-total{width:auto!important}.rcp_subscription_message{margin:0 0 10px;min-height:20px;font-weight:500;font-size:15px}.rcp_subscription_message{padding:20px 0}#rcp_subscription_levels li input[type=radio]:checked~label .rcp_price,#rcp_subscription_levels li input[type=radio]:checked~label .rcp_level_duration{color:var(--text)}#rcp_subscription_levels li label{position:relative;display:flex;align-items:center;justify-content:space-between;background:#2e2e38;margin-bottom:0;cursor:pointer;padding:10px;border-radius:6px;flex-direction:row;transition:.25s ease-in-out all}#rcp_subscription_levels li label .rcp_subscription_level_name{display:block;background:var(--bg)52;text-align:center;padding:2px 6px;border-radius:3px;font-size:20px;font-weight:600;margin:0 5px}.rcp_subscription_message{font-size:13px;color:#424242;margin:0 0 20px 0;text-align:center}#rcp_subscription_levels li label .rcp_price{margin:15px 5px;font-size:16px;color:#e6eaed}#rcp_subscription_levels li label .rcp_level_duration{font-size:12px;color:#c2c2c2;font-weight:500;margin-right:5px}#rcp_subscription_levels li label .rcp_level_description{border-radius:10px;color:var(--white);text-align:center;line-height:2;margin-bottom:0!important;font-size:14px;font-weight:400}.rcp-button{background:var(--primaryColor);color:#fff;border:solid 1px var(--primaryColor)!important;font-size:15px;font-weight:700;padding:10px 20px;border:0;border-radius:4px;width:calc(100% - 18px);margin:10px;transition:all 0.3s}.rcp_level_description{border:none!important}.rcp-button:hover{opacity:.8}.rcp-button_list{background:var(--primaryColor);color:var(--text);border:solid 1px var(--primaryColor)!important;font-size:13px;font-weight:300;padding:10px 20px;border:0;border-radius:4px;width:auto;margin:10px 0;transition:all 0.3s;font-size:15px;font-weight:700;padding:10px}.rcp-button_list:hover{opacity:.5}.register{display:flex;justify-content:center;margin:150px 0;position:relative}.manual-register-form{display:flex;width:420px;flex-direction:column;color:var(--text);border-radius:10px;box-shadow:0 0 200px 0 rgb(0 0 0 / 20%)}.ticket_back_button{padding:10px 20px;margin-bottom:10px;display:inline-flex;background:var(--bg2);border-radius:14px;align-items:center;gap:10px;color:var(--text);margin-right:auto;font-size:13px;transition:all .3s}.ticket_back_button:hover{filter:brightness(.85)}.register-input{display:inline-block;font-size:13px;font-weight:300;color:var(--text);background:var(--bg2);border:none;height:45px;width:100%;line-height:45px;padding:0 5px;border-radius:4px;text-indent:10px;margin:0;outline:none;text-align:right}.register-input:focus{background:var(--bg2)}.ajax_form{padding:22px;margin:0;position:relative}.ajax_form__submit{margin:20px 0}.remember_me label{margin:0!important;font-size:14px;font-weight:300}.register-input::placeholder{color:var(--text)}.ajax_form__links span{font-size:14px}.ajax_from__login{background:var(--primaryColor);border:solid 1px var(--primaryColor);width:100%;padding:10px;height:57px;font-size:17px;border-radius:10px;font-weight:800;color:#fff;transition:all .4s}.input_float_label input{transition:all .4s}.input_float_label input:focus{border-color:var(--bg_lighter)}.ajax_from__login:hover{box-shadow:none}.lost_pass_link{color:#ffffff6e!important;margin-top:20px;display:block;font-size:15px!important;font-weight:500;transition:all .3s}.custom_register_button{color:var(--primaryColor)!important;padding:10px 20px;border-radius:10px;border:solid 1px #fff0;font-size:15px!important;width:100%!important;font-weight:700;text-align:center;margin:0!important;font-size:17px!important;height:57px;display:flex;justify-content:center;align-items:center}#mobile_auth .register-input{display:inline-block;font-size:14px;font-weight:500;color:#ffffffa1;background:#fff0;border:solid 3px var(--bg2);height:57px;width:100%;line-height:45px;padding:0 5px;border-radius:10px;text-indent:10px;margin:0;outline:none;text-align:right}.lost_pass_link:hover{color:#fff!important}.ajax_form__register{background:var(--primaryColor);border:solid 1px var(--primaryColor);width:100%;padding:10px;height:57px;font-size:17px;border-radius:10px;font-weight:800;color:#fff;transition:all .4s}.input_float_label label{margin:0;opacity:.4;color:#ffffff6e;font-size:15px;font-weight:500;background:var(--bg);position:relative;top:12px;right:19px;opacity:1;padding:0 7px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{border:solid 3px var(--bg_lighter);-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px var(--bg) inset;transition:all 5000s ease-in-out 0s}.ajax_form .register-input{display:inline-block;font-size:14px;font-weight:500;color:#ffffffa1;background:#fff0;border:solid 3px var(--bg2);height:57px;width:100%;line-height:45px;padding:0 5px;border-radius:10px;text-indent:10px;margin:0;outline:none;text-align:right}.input_float_label{position:relative}.kelaket_showpass{position:absolute;left:0;top:50%;color:#93939b;background:var(--bg);border:none;font-size:18px;margin-left:5px;cursor:pointer}.manual-register-form p{text-align:right}.manual-register-form label{margin:0}.submit-reg{background:#10d876;color:var(--text);border:solid 1px #0dbd67!important;font-size:15px;font-weight:700;padding:10px 20px;border:0;border-radius:4px;width:100%;margin:10px 0;transition:all 0.3s}.manual-register-form .title{text-align:center;border-bottom:solid 1px var(--bg2);padding:30px}.rcp_login_data{padding:25px}.manual-register-form .title h2{font-size:18px;margin:0}.manual-register-form .title i{font-size:35px}.manual-register-form .alert{position:relative;border-radius:.25rem;color:#ff2d40;background-color:#ff000014;padding:13px;font-size:14px;font-weight:500;border:none}.manual-register-form .alert-success{position:relative;border-radius:.25rem;color:#0dbd67;background-color:#0cbd5014;padding:15px;font-size:15px;font-weight:500;border:solid 1px #0cbd6640!important}.manual-register-form a{color:var(--text);font-size:14px;margin-right:8px}.manual-register-form .logo{position:absolute;top:-50px;left:50%;color:var(--text);font-weight:700;transform:translate(-50%,-50%)}.manual-register-form .logo img{width:auto!important;height:50px}.manual-register-form .logo span{font-size:16px;vertical-align:middle}#rcp_user_remember{float:right;margin-right:9px;margin-top:6px}.rcp_error{position:relative;border-radius:.25rem;color:#ff2d40;background-color:#ff000014;padding:13px;font-size:14px;font-weight:500;text-align:right;border:none}.rcp_lostpassword_data #rcp_user_login{display:inline-block;font-size:13px;font-weight:300;color:var(--text);background:var(--bg);border:none;height:45px;width:96%;line-height:45px;padding:0 5px;border-radius:4px;text-indent:10px;margin:0 10px;text-align:right}.rcp_login_data #rcp_user_login{display:inline-block;font-size:13px;font-weight:300;color:var(--text);background:var(--bg2);border:none;height:45px;width:96%;line-height:45px;padding:0 5px;border-radius:4px;text-indent:10px;margin:0 10px;text-align:right}.rcp_login_data #rcp_user_pass{display:inline-block;font-size:13px;font-weight:300;color:var(--text);background:var(--bg2);border:none;height:45px;width:96%;line-height:45px;padding:0 5px;border-radius:4px;text-indent:10px;margin:0 10px;text-align:right;transition:all 0.3s ease}.rcp_login_data #rcp_user_pass:focus-visible{outline:solid 1px #383840!important}.rcp_login_data #rcp_user_login:focus-visible{outline:solid 1px #383840!important}.rcp_login_data #rcp_user_pass:active{outline:solid 1px #383840!important}.rcp_login_data #rcp_user_login:active{outline:solid 1px #383840!important}.rcp_message{padding:25px 25px 0}.modal-body #rcp_registration_form{width:100%}.acc_info_ .buy_vip{font-size:14px;margin:10px 13px;background:var(--primaryColor);border-color:var(--primaryColor);outline:none!important;box-shadow:none!important;color:#fff;font-size:15px;font-weight:700;padding:10px}.acc_info_ .buy_vip:foucs{outline:none!important;box-shadow:none!important;background:var(--primaryColor)!important}.simplefavorites-modal-content{top:auto!important;bottom:-300px;width:auto!important;background:#101014!important;border-radius:5px;color:var(--text);box-shadow:none!important}.simplefavorites-modal-content.active{bottom:0}.simplefavorites-modal-content-body{display:flex}.simplefavorites-modal-backdrop{background:none!important}.simplefavorites-modal-content-body a{cursor:pointer;background:var(--bg2);padding:0 3px;width:25px;height:25px;margin-right:10px;vertical-align:middle;border-radius:3px;display:inline-block;font-size:18px}.simplefavorites-modal-content-body a i{position:relative;top:2px}.simplefavorite-button{float:left;border:none;border-radius:5px;background:var(--bg_lighter2);color:var(--text);width:30px;height:30px;display:flex;align-items:center;justify-content:center}.-click{cursor:pointer}.simplefavorite-button i{position:relative;top:2px}.simplefavorite-button.active{color:var(--text)}.acc_info_ .posts_wrap{display:flex}.acc_info_ .posts{display:inline-block;margin:10px 0;position:relative}.acc_info_ .posts a{color:var(--text);font-size:14px}.acc_info_ .posts img{width:100%;border-radius:5px;height:auto;object-fit:cover;min-height:240px;aspect-ratio:2/3}.removeFav{position:absolute;top:10px;left:10px;background:var(--bg2);width:30px;height:30px;color:#FF3131;border-radius:50%;display:flex;align-items:center;font-size:16px;justify-content:center;margin:4px 5px;cursor:pointer;box-shadow:0 0 10px 0 #0006}.removePostNotif{position:absolute;top:10px;left:10px;background:var(--bg2);width:30px;height:30px;color:#FF3131;border-radius:50%;display:flex;align-items:center;font-size:16px;justify-content:center;margin:4px 5px;cursor:pointer;box-shadow:0 0 10px 0 #0006}.acc_info_body{padding:10px}.acc_info_ legend{display:none}.acc_info_ fieldset{margin:0 10px!important}.nav-link.active{background-color:#2ba7e0!important}.acc_info_body .wpcf7-submit{padding:10px 20px;border-radius:4px;background:#10d876;color:var(--text);border:solid 1px #0dbd67!important;font-size:15px;font-weight:700;padding:10px 20px;border:0;border-radius:4px;width:100%;margin:10px 0;transition:all 0.3s}#rcp_profile_editor_form .rcp-button{width:100%;margin:10px 0}.acc_info_body .wpcf7-text{display:inline-block;font-size:13px;font-weight:300;color:var(--text);background:var(--bg);border:none;height:45px;width:100%;line-height:45px;padding:0;border-radius:4px;text-indent:10px;margin:5px 0;text-align:right}.acc_info_body .rcp-input{display:inline-block;font-size:13px;outline:none;font-weight:300;color:var(--text);background:var(--bg_lighter);border:none;height:45px;width:100%;line-height:1.7rem;padding:0 10px;border-radius:4px;text-indent:0;margin:5px 0;text-align:right;padding:5px 10px}.acc_info_body .rcp-input::placeholder{color:var(--text)}.acc_info_body label{margin-bottom:10px;width:100%}.rcp_form input.required{color:#b5b5b5!important}.space-bet{justify-content:flex-start;align-items:center;position:relative}.acc_info_body select{background:var(--bg_lighter);color:var(--text);border:none;width:100%;padding:10px;border-radius:3px}.acc_info_body a{color:#00AFF0}.blog_heading{font-size:18px;color:var(--text);display:inline-block;margin-bottom:20px}.blog_post{margin-bottom:20px}.blog_post .title{font-size:15px;font-weight:500;margin:5px 0 0}.blog_post img{width:100%;border-radius:5px;object-fit:cover;-webkit-filter:drop-shadow(0 4px 8px rgb(0 0 0 / .2));filter:drop-shadow(0 4px 8px rgb(0 0 0 / .2))}.blog_post a{color:var(--text)}.blog_post time{font-size:14px;color:#bbb}.blog_comments .form-submit{width:calc(20% - 32px)}.blog_comments .comment-name{width:40%}.blog_comments .comment-email{width:40%}.alert-danger{color:#ff2d40;background-color:#ff000014;padding:15px;border:solid 1px #ff2c3f38!important;border-radius:10px;font-size:15px;font-weight:500;border:none}.alert-success{color:#16f63c!important;background-color:#01ff2c0a!important;padding:15px;border:solid 1px #00ff2b24!important;border-radius:10px;font-size:15px;font-weight:500}.alert-danger a{color:#ff3030;font-weight:900;font-size:14px}.collection{transition:all .2s;border-radius:10px;margin:30px 0}.collection .image{width:100%;text-align:center;margin:0 auto;transition:all .2s;position:relative}.collection .image img{width:auto;height:290px;object-fit:cover;border-radius:5px;max-width:100%;width:100%;height:auto;border-radius:10px;aspect-ratio:3/2}.unset_aspect img{aspect-ratio:unset!important}.collection .image .overlay{position:absolute;bottom:0;width:100%;background:linear-gradient(to top,#101014,transparent);height:100%;display:flex;border-radius:10px}.collection .image .overlay .overlay_inside{margin:auto 10px 0}.collection .image .overlay .overlay_inside h2{color:#fff}.collection .image_1{position:absolute!important;z-index:-1;top:-7px;width:calc(100% - 30px);right:50%;transform:translateX(50%);opacity:.3;transition:ease-out 1s}.collection .image_2{position:absolute!important;z-index:-2;top:-14px;width:calc(100% - 60px);right:50%;transform:translateX(50%);opacity:.1;transition:ease-out 1s}.collection:hover .image_1{top:10px}.collection:hover .image_2{top:20px}.collection .info{display:flex;justify-content:space-between;font-size:14px;color:#dddd;margin-bottom:10px;gap:10px}.collection h2{font-size:17px;font-weight:500;margin-bottom:15px;margin-top:5px}.metas_wrap{display:flex;flex-direction:column}.post_detail{padding:10px;color:#b5b6b9;border-radius:3px}.film_info .gallery_image{display:inline-block;margin-bottom:1px;box-shadow:0 0 13px #10101438;position:relative}.film_info .gallery_image:hover .gallery_mask{background:#00000094;opacity:1}.film_info .gallery_image .gallery_mask i{color:var(--text);font-size:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.film_info .gallery_image .gallery_mask{position:absolute;background:#0000;width:100%;height:100%;top:0;left:0;border-radius:3px;opacity:0;transition:all .2s}.post_content_single{border-radius:3px;color:var(--text);font-weight:400;font-size:15px;line-height:1.9;margin-bottom:25px}.post_inner{line-height:2!important}.post_content_single a,.post_inner a{color:var(--primaryColor)!important;transition:all 0.3s;font-weight:700;display:inline-block;margin:0 2px}.post_content_single a:hover,.post_inner a:hover{color:var(--primaryColor)}.post_content_single ul,ol{margin:0 20px;padding:0}.post_inner ul,ol{margin:0 20px!important;padding:0}.post_content_single h1{font-size:20px;font-weight:700}.post_content_single h2{font-size:19px;font-weight:400}.post_content_single h3{font-size:18px;font-weight:400}.post_content_single h4{font-size:17px;font-weight:400}.post_content_single h5{font-size:16px;font-weight:400}.post_content_single h6{font-size:15px;font-weight:400}.film_info .gallery_image img{width:100%;height:120px;border-radius:5px;object-fit:cover}.post_detail a{color:var(--primaryColor)}.post_detail ul{margin:20px}.slider .owl-nav{color:var(--text);position:absolute;left:0;bottom:0;margin:40px}.slider .owl-prev,.slider .owl-next{background:#76767670!important;width:50px;height:50px;border-radius:50%;font-size:30px!important;margin:0 7px;backdrop-filter:blur(3px)!important;-webkit-backdrop-filter:blur(3px)!important}.slider .slider_info{width:30%;position:absolute;bottom:50%;transform:translateY(50%);margin:0 50px 0 0;z-index:2}.slider .slider_info h2{font-weight:700;font-size:30px;color:var(--text)}.slider .film_logo{width:190px!important;height:auto}.slider .slider_info p{color:#dfdfdf;font-size:15px;margin:0}.slider .slider_info .description{color:var(--text);font-weight:700;margin:5px 0}.slider .slider_item::after{content:"";background:linear-gradient(to bottom,rgb(0 0 0 / .07) 0%,#fff0 1%,var(--bg) 100%);width:100%;height:48px;z-index:1;position:absolute;bottom:0}.slider .slider_link{background:var(--primaryColor);color:#fff;padding:7px 15px;border-radius:3px;font-size:14px;font-weight:700;transition:all 0.3s ease;margin:10px 0;display:inline-block}.slider .slider_link:hover{background:var(--primaryColor);color:var(--text)}.slider .slider_item{height:700px}.slider .slider_item img{display:block;width:100%;height:100%;object-fit:cover}.slider video{display:block;width:100%;max-height:700px;object-fit:cover}.imdbRating_holder{float:left;text-align:left;margin-right:15px;color:#fff}.imdbRating_holder .imdb_num strong{color:#f5c518;margin:0 -3px;font-size:17px}.submit-reg:disabled{pointer-events:none;opacity:.6}.imdbRating_holder .imdb_num span{display:block;font-size:15px;border-top:solid 1px #464652;color:var(--text);padding:2px 5px 1px}.imdbRating_holder .imdb_num{text-align:center;direction:ltr;font-size:17px;font-family:sans-serif}.imdbRating_holder .imdbLogo{text-align:center;background:#efc019;padding:0 10px;margin:3px 12px;border-radius:3px}.submit_auth_2{background:#10d876;color:var(--text);border:solid 1px #0dbd67!important;font-size:15px;font-weight:700;padding:10px 20px;border:0;border-radius:4px;width:calc(47% - 14px);margin:10px;transition:all 0.3s}.submit_auth_2:disabled{opacity:.6;cursor:wait}.mobile_badges{display:none!important}@media only screen and (max-width:580px){.vpn_message button{margin-top:20px!important}.kelaket_ticket_table tr{display:flex!important;flex-direction:column!important}.panel_ticket,.panel_vip,.panel_notif{display:none!important}.series_week__header ul{display:flex;overflow-x:auto;padding-bottom:10px}.series_week__header ul li{padding:5px 17px!important}.comfort-slider .center{transform:scale(1.1)!important}.links{margin:30px 0}.about{margin-top:0}.imdbRating_holder{display:none}.collection_title{color:var(--text);text-align:center;padding-right:0!important;margin-bottom:25px}.post_meta--inner{display:none}.search_wrap_index .search_filter{width:49%!important}.search_wrap_index .do{width:100%!important}.search_wrap_index .year_filter{width:49%!important}.search_wrap_index #searchsubmit{float:none;display:block;width:calc(100% - 10px);margin-right:5px;margin-left:5px}.stars_page img{border-radius:5px!important}.post .post_download{float:none;width:100%}.featured img{border-radius:10px;height:auto;object-fit:cover;width:95%!important}.widget .widget_inner .update_info{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stars img{height:164px;object-fit:cover;border-radius:10px}.actor-center{text-align:center}.stars_page h1{margin:20px 0 0 0}.post .post_image img{width:100%;height:auto}.post .post_image{text-align:center}.post_cover{display:none}.post_header_cover{transform:scale(1);filter:blur(0);opacity:1;background-size:cover}.post_header_dark{background:linear-gradient(to bottom,transparent 0%,#101014b8 470px)}.actor{display:none}.post_header_meta{margin-right:0}.p-t-20{border-bottom:none}.m-b-30{display:none}.post_header_info{margin:150px 0 30px 0;text-align:center;width:100%}.post_header_content{padding:200px 0 0}.metas_wrap{flex-direction:row;justify-content:space-between;flex-direction:column}.post_meta_i .icon{width:30px;height:30px;margin:0}.imdb-svg{width:30px;height:30px}.hidden_xs{display:none}.film_cat{text-align:center}.download_section .download_item .button{margin:6px 3px!important;display:block!important}.download_section .download_item .align-left{display:block!important}.download_section .download_item .align-right{display:block!important}.login_register{display:none}.search input{width:auto}.slider .slider_info{width:100%}.slider .slider_info p{display:none}.slider .slider_item{height:390px!important}.modal_center{display:block!important}.has-spoil{display:flex;flex-direction:column;margin-bottom:40px}.post2 .nav-link.active{width:100%}.post2 .nav{flex-direction:column;align-items:center;width:100%}.post2 .nav-link{width:100%}.post2 .nav-item{width:100%}.stars .stars_title{font-size:13px}}@media only screen and (max-width:1200px){.post2 .post_details .post_meta li strong{min-width:120px!important}.post .sub_meta{font-size:11px}.search_wrap_index #searchsubmit{float:none}.stars img{height:170px;object-fit:cover}.stars_page img{height:auto;object-fit:cover;max-width:100%}.search_wrap_index .search_filter{width:30%}.search_wrap_index .year_filter{width:30%}}@media only screen and (max-width:1400px){.stars img{height:170px;object-fit:cover}}@media only screen and (min-width:992px){.stars img{height:150px;width:150px;object-fit:cover}}.casual_single .post_vote button span{display:none;font-size:15px}@media only screen and (max-width:750px){.discount_form input{background:var(--bg);border:solid 1px #dddddd24;border-radius:10px;padding:5px 20px;color:#fff;outline:none;margin:0 10px;width:100%;margin:20px 0!important}.discount_form .submit_ajax_discount{width:100%;margin:0!important}.kelaket_checkout .process_checkout_button{width:100%;margin:10px 0px!important}.kelaket_plans__item{width:100%!important}.post_comfort .position-relative{position:relative!important;width:60%;margin:0 auto}.post_comfort{display:flex;flex-direction:column}.post_comfort__bg2 .post_comfort__details{margin-right:0!important}.post_comfort__image{width:auto!important}.post_comfort_divider{top:-13px!important;left:50%!important;right:unset!important;transform:translateY(-50%) translateX(-50%) rotate(270deg)!important}.post_comfort__bg2 .post_comfort__details{margin-top:30px!important}.casual_tab_content .post2 .download_item{flex-direction:column;gap:20px}.download_item .dl_links_wrap{flex-direction:column}.casual_single .post_vote__buttons{width:100%;display:flex;gap:10px}.casual_single .post_vote button{width:100%!important;border-radius:5px!important;background-color:var(--bg_lighter)!important;color:var(--text)!important;height:40px!important}.casual_single .post_vote button span{display:inline-block!important}.post_download_cta a,.post_download_cta button{margin:0 auto!important;width:100%!important;border-radius:5px!important}.author_mobile{display:block!important}.vcard{display:none}#rcp_subscription_levels{flex-wrap:wrap!important}#rcp_registration_form{width:100%!important}.vip_header{flex-direction:column;gap:20px}.comment_box .right_side{gap:20px;justify-content:flex-end;align-items:center;width:100%;flex-direction:row-reverse}.actors_page .search_input_wrap{width:100%!important}.center_image_mobile{margin-right:auto;margin-left:auto;margin-bottom:20px}.comfortSlider_wrap,.comfortSlider_wrap .dark_bg,.comfortSlider_wrap .mixed_slider_bg{height:auto!important}.comfortSlider_wrap .owl-stage .owl-item{transform:rotate(-4deg) scale(.8)}.comfortSlider_wrap .owl-stage-outer .owl-stage .owl-item.center+.owl-item{transform:rotate(4deg) scale(.8)}.comment_box{flex-wrap:wrap;align-items:center;justify-content:center}.comment_box .right_side{margin-bottom:20px}.comfort-slider .owl-item.center{transform:scale(1)!important}}@media only screen and (max-width:1000px){.show_ticket_wrap{flex-direction:column!important;position:static!important}.ticket_info_wrap{display:flex!important;align-items:center!important;gap:20px;margin-bottom:20px;margin-top:5px;border-bottom:solid 1px #32323e;border-left:none!important;padding-bottom:20px!important;flex-wrap:wrap}.ticket_info_wrap div{margin-bottom:0px!important;margin-top:0px!important}.show_ticket_wrap .right_side{width:100%!important}.show_ticket_wrap .left_side{width:100%!important}.rcp_registration_total_details tr{width:100%!important}.login_register{display:none}.rcp_registration_total{width:100%!important}#rcp_subscription_levels li label{flex-direction:column}.rcp_level_description{margin-top:10px}#pills-tabContent table tr{display:flex;flex-direction:column}.rcp-table thead{display:none}.post_info__container{justify-content:space-between;flex-direction:column-reverse;align-items:center}.post_info__container .post_details{width:100%!important}.post_info__container .post_image{min-width:50%!important;width:auto!important;margin-bottom:30px}.post2 .active_movie_notification{transform:unset!important;margin-right:0!important}.film_cat img{max-height:auto!important}.blog_carousel .owl-next,.blog_carousel .owl-prev{margin-left:0!important;margin-right:0!important}.panel_wrapper{margin-right:0;transition:all .2s}.post2 .post_image img{width:70%}.post_content_single .awards li{width:100%}.mixedSlider_wrap{height:633px!important}.comment_spoiler{font-size:15px!important;text-align:center}.comment_spoiler .show_comment{font-size:13px}.dl_info{flex-direction:column;align-items:center}.dl_info .internet{margin-bottom:10px}.dl_info .report{margin-bottom:10px}.new_advanced_search{display:none!important}.mobile_adv_trigger{display:flex!important}.mobile_badges{display:flex!important}.series_week .series_week__header{flex-direction:column;text-align:center}.post2 .download_info{position:static!important;top:auto!important;transform:none!important}.about_box--right{width:100%;text-align:center;white-space:nowrap;overflow-y:auto;padding-bottom:15px;display:inline-flex!important;flex-wrap:wrap}.post2 .about_box .post_download{display:block}.post2 .align-left{float:none!important;margin:0 0!important;position:relative!important;display:block!important}.serial-item .align-left{margin:10px 0!important}.post2 .dl__title{flex-direction:column}.about_box{flex-direction:column}.about_box--left{margin-bottom:35px}.post2 .about_box{flex-direction:column-reverse;padding:0 10px!important}.post2 .title{flex-direction:column;padding:0!important}.post2 .dl__title span{margin-top:20px!important;display:block!important;text-align:center}.post2 .censored,.post2 .legal,.post2 .top250{border-radius:50px!important}.header .logo{margin:15px auto;width:100%}.go-left{margin:0}.stars img{height:auto;object-fit:cover;border-radius:50%!important;transition:all 0.3s;width:150px;max-height:150px}.post .post_details{margin-top:10px}.post .post_image img{width:auto;max-width:100%}.post .post_image{text-align:center}.header{text-align:center}.top_nav{display:none!important}.search_form{display:none}.login{display:none}.mobile_menu_icon{display:block}.mobile_search_icon{display:block}.video_tag{display:none}.form-submit{width:100%!important}.comment-name,.comment-email{width:48%!important;margin:0 0 15px 0!important}.comment-email{margin-right:2%!important}.download_section .download_item{text-align:center}.download_info{margin-bottom:15px}.download_section .download_item .button{margin:6px 3px!important;display:inline-block}.download_section .download_item .download_info{display:block;width:100%}.download_section .download_item .align-left{float:none!important;display:flex!important;width:100%;text-align:center;align-items:center;justify-content:center;flex-direction:column}.download_section .download_item .align-right{float:none!important;display:inline-block!important}.slider .slider_info{width:100%;margin:10px}.slider .slider_info p{display:none}.slider .slider_item{height:550px}}@media only screen and (max-width:580px){.acc_info_ .posts img{min-height:auto!important}.casual_single .single_hero h1{flex-wrap:wrap}.casual_single .post_genre a{margin-bottom:6px;display:inline-block}.post_download_cta{flex-direction:column}.post_vote .post_vote_up,.post_vote .post_vote_down{flex:unset;margin-bottom:10px}.casual_single .post_vote{flex-wrap:wrap}.casual_single .post_vote .vote_stats{margin-right:0;margin-bottom:10px;margin-top:10px}.movie_meta{width:100%;flex-direction:column;gap:15px;align-items:flex-start!important;margin-top:10px!important}.single_cover{display:flex;justify-content:center;align-items:center;margin-bottom:30px}.ticket_send_form{flex-direction:column}.ticket_send_form button{margin-right:0!important}.ticket_info{flex-direction:column}.ticket_info div{margin-bottom:10px}.ticket_msg .ticket_msg_box{width:100%!important}.mixedSlider_wrap{height:auto!important}.mixedSlider_wrap .dark_bg{height:auto!important}.mixedSlider_wrap .dark_bg::after{height:auto!important}.mixed-slider{margin-top:0!important}.mixed-slider .owl-stage-outer{padding:30px 0 0}.mixed-slider .owl-stage{left:auto!important}.mixed-slider .owl-item{transform:rotate(-4deg) scale(.8)!important;transition:all .2s ease-in-out}.mixed-slider .owl-stage-outer .owl-stage .owl-item.center+.owl-item{transform:rotate(4deg) scale(.8)!important}.mixed-slider .owl-item.active{transform:rotate(0) scale(.95)!important}.post .post_details h2{display:flex;flex-wrap:wrap;flex-direction:column}.post .post_details h2 i{margin:5px 0}.manual-register-form{width:90%!important}.genre_card a{color:var(--text);font-size:13px!important}.post_meta_i .icon i{top:7px}.post_like{margin:0}.metas_wrap{align-items:center}.featured2{overflow-x:scroll}.featured2 .container{width:1100px!important}.fixMobile{flex-direction:column}.fixMobile .adminNotice__btn a{margin-top:10px;display:block;width:100%;text-align:center}.related_film_item img{height:auto}.slider .slider_info h2{font-size:20px}.slider .slider_link{font-size:12px;font-weight:500}.slider .slider_info .description{font-weight:300;font-size:12px}.slider .owl-nav{display:none}}@media only screen and (max-width:320px){.film_info .gallery_image img{height:auto}.post_like{margin-bottom:10px}.stars img{height:auto;object-fit:cover;border-radius:50%!important;transition:all 0.3s;width:100px}.search_wrap_index .search_filter{width:99%!important}.search_wrap_index .year_filter{width:99%!important}.metas_wrap{flex-direction:column;justify-content:flex-start}.related_film_item img{width:100%;height:auto;padding:0;border-radius:3px 3px 0 0;transition:all ease 0.3s;object-fit:cover;margin-bottom:10px}}.modal-content{background:var(--bg);border:none}.modal-header{border-bottom:1px solid #000;}.user_btn{display:flex;margin:10px;justify-content:space-around;flex:1;gap:10px;margin-left:0}.user_btn a,.user_btn button{background:var(--primaryColor);padding:8px 20px;border-radius:30px;color:var(--text);font-size:14px;width:100%;border:none;outline:none;text-align:center;margin:0 2px;flex-wrap:nowrap}.appInstallBanner{position:fixed;bottom:0;background:#15151ad9;width:100%;z-index:2;padding:13px;border-radius:10px 10px 0 0;align-items:center;justify-content:space-between;display:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:99999999}.appInstallBanner img{width:40px;height:40px}.appInstallBanner a{color:var(--text)}.appInstallBanner .dismiss{background:var(--bg2);color:var(--text);width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50px;font-size:10px}.post_blog .blog_image{width:100%;height:auto;margin-bottom:15px;object-fit:cover;border-radius:5px;-webkit-filter:drop-shadow(0 4px 8px rgb(0 0 0 / .2));filter:drop-shadow(0 4px 8px rgb(0 0 0 / .2))}.post_blog p{font-size:16px;color:var(--text)}.related_post_blog_item{background:var(--bg2);box-shadow:0 0 13px #10101438;border-radius:3px;color:var(--text);padding:15px;margin-bottom:30px}.related_post_blog_item header{font-weight:500;margin-top:10px;font-size:16px}.related_post_blog_item p{font-weight:300;font-size:14px;margin-top:10px}.related_post_blog_item a{font-weight:700;font-size:15px;color:var(--primaryColor)}.related_post_blog_item .icon{font-size:20px;padding:1px 5px 1px 0;color:var(--text);border-radius:10px;display:inline-block;margin:5px 0}.related_post_blog_item .icon span{background:var(--primaryColor);padding:0 5px;color:var(--text);border-radius:10px 0 0 10px}.post_content_single .awards{margin:10px 0}.post_content_single .awards ul{display:flex;gap:10px;flex-wrap:wrap;margin:0}.post_content_single .awards li{list-style:none;padding:15px 25px;font-weight:400;background:var(--bg2);border-radius:50px;display:flex;align-items:center;height:auto;flex-wrap:wrap}.awards i{margin-left:5px;font-size:18px;color:var(--text);margin-left:10px}.awards strong{font-size:15px;color:var(--text);font-weight:700;margin-left:5px}.featured_item2{position:relative}.featured_item2 img{height:200px;width:100%;object-fit:cover;border-radius:10px}.featured2{padding:110px 0 70px;display:block;background:var(--bg_darker)}.slider{max-height:700px!important;background:var(--bg_darker)}.featured_item2:hover .featured_item2_hover{opacity:1;transform:scale(1)}.featured_item2_hover{position:absolute;width:100%;height:100%;background:#0009;top:0;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);color:#fff;font-size:13px;display:block;padding:15px;opacity:0;transition:all 0.3s;border-radius:10px;transform:scale(.94);padding-top:10%}.featured_item2_hover h2{font-size:16px;font-weight:700;color:#fff;padding-top:15px}.featured_item2_hover .featured_item_likes{padding-top:10px}.featured_item2_hover .featured_item_imdb{border:solid 1px #ffd400;color:#ffd400!important;border-radius:5px;padding:3px 6px 4px;text-align:center;font-family:sans-serif;vertical-align:middle;margin:0 15px}.featured_item2_hover .badge{font-size:12px;margin-top:10px;font-weight:400}.like_single{position:absolute;bottom:0;background:var(--bg2);width:35px;height:35px;color:#FF3131;border-radius:50%;display:flex;align-items:center;font-size:16px;justify-content:center;margin:6px;cursor:pointer;box-shadow:0 0 7px 2px #0000008a}.toast-success{background-color:#10d876!important;opacity:1!important;transition:all 0.3s}.toast-warning{background-color:#ff8f00!important;opacity:1!important;transition:all 0.3s}.toast-error{background-color:#b2102f!important;opacity:1!important;transition:all 0.3s}.download_notice{background:var(--bg);margin:-12px 10px;margin-bottom:10px;border-radius:0 0 3px 3px;font-size:14px;padding:6px 10px;font-weight:300;color:#d1d6d9;color:#fff!important}.download_notice i{color:var(--primaryColor);font-size:17px;position:relative;top:2px;margin-left:2px}.related_rotten{padding:0 14px 10px;font-size:13px;color:var(--text)}.related_rotten i{position:relative;top:1px;margin-left:1px}.acf-fields.-clear>.acf-field{font-size:13px}.spoiler.has-spoil .spoilder_warn{opacity:1;visibility:visible}.spoiler .spoilder_warn{color:#ff1b1b;cursor:pointer;height:0;min-height:0;position:relative;top:15px;opacity:0;visibility:hidden;font-size:15px}.spoiler .spolider_text{opacity:1;visibility:visible}.spoiler.has-spoil .spolider_text{opacity:0;visibility:hidden}.boxOffice{width:100%;margin:15px 0}.boxOffice tr:first-child{border-radius:3px 3px 0 0}.boxOffice tr{transition:all 0.3s}.boxOffice tr:hover{background:var(--bg)}.boxOffice th{background:var(--bg);padding:10px;font-size:14px;font-weight:500;border:solid 1px var(--bg)}.boxOffice td{padding:10px;font-size:14px;font-weight:500;border:solid 1px var(--bg)}.boxOffice td img{width:70px;height:90px;object-fit:cover;border-radius:5px;margin:0 5px}.boxOffice .boxOffice__name{display:flex;flex-direction:row;align-items:center}.boxOffice .boxOffice__name span{width:25px;height:25px;background:var(--primaryColor);display:flex;justify-content:center;align-items:center;border-radius:50px;font-weight:500;color:var(--text);margin-left:5px}.boxOffice .boxOffice__film{display:flex;flex-direction:row}.boxOffice .boxOffice__meta{display:flex;flex-direction:column;justify-content:space-between}.boxOffice .boxOffice__meta h3{margin:0;padding:0;font-size:14px;font-weight:500;color:var(--text)}.boxOffice .boxOffice__meta .film_name{color:var(--text)}.boxOffice .boxOffice__meta a{font-size:13px;font-weight:300;color:#adadad;transition:all 0.3s}.boxOffice .boxOffice__meta a:hover{color:var(--text)}.boxOfficeWrap{overflow-x:auto}.adminNotice{display:none;z-index:10000001;width:100%}.adminNotice_up{position:relative;padding:18px 0}.adminNotice_down{position:fixed;right:0;left:0;bottom:0;padding:18px 0}.adminNotice_center{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;background:rgb(9 11 20 / .6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.adminNotice__inner{padding:18px 0;width:100%}.adminNotice_up .adminNotice__inner,.adminNotice_down .adminNotice__inner{padding:0}.adminNotice_center .adminNotice__inner{width:min(680px, 100%);padding:28px 24px;border-radius:22px;box-shadow:0 30px 80px rgb(0 0 0 / .35)}.adminNotice__inner_modal{display:flex;flex-direction:column;align-items:stretch;gap:18px}.adminNotice__content{display:flex;align-items:center;gap:10px}.adminNotice_center .adminNotice__content{align-items:flex-start}body.admin-notice-modal-open{overflow:hidden}.adminNotice .dismiss{font-size:10px;color:#e9e9e9;margin-left:5px;cursor:pointer;transition:all 0.3s;border:solid 1px #e9e9e9;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;line-height:0;transition:all .3s}.adminNotice .dismiss:hover{color:var(--bg);background:#e9e9e9}.adminNotice span{font-size:15px;color:#fff;font-weight:300}.adminNotice_center span{font-size:16px;line-height:1.9}.adminNotice .timer div{background:#00000040;width:60px;padding:0;margin:0 5px}.adminNotice .timer div span{padding:5px 0}.adminNotice .timer div .counter_label{font-size:13px;font-weight:200;border-radius:0 0 5px 5px;padding:2px 0!important}html.dark .adminNotice .timer div{background:#00000040;border:none;box-shadow:none;color:#fff!important}html.dark .adminNotice .timer div span{color:#fff!important}html.dark .notification_btn .count{color:#fff}html.dark .notif_items{box-shadow:0 0 15px var(--bg_darker2)}html.dark .show_all_notifs{color:#fff!important}html.dark .notification__card{border:solid 1px var(--bg_lighter)}.adminNotice .adminNotice__btn a{color:#101014;background:#fff;padding:6px 15px;border-radius:4px;font-size:14px;font-weight:500;box-shadow:-1px 3px 3px #00000021;transition:all 0.3s}.adminNotice .adminNotice__btn a:hover{background:#ebebeb}._textAds li{list-style:none}._textAds li a{background:var(--bg2);border-radius:4px;-webkit-box-shadow:0 0 10px rgb(0 0 0 / 15%);box-shadow:0 0 10px rgb(0 0 0 / 15%);display:block;margin:8px 0;padding:10px;transition:all .2s;font-size:14px;font-weight:600;color:var(--text)}._textAds li a:hover{background:var(--primaryColor);color:#fff}._textAds li a:hover span{color:#fff}._textAds li a span{margin-top:5px;display:block;font-size:13px;font-weight:400;color:#cfcece}._banner{margin-bottom:15px}._banner img{max-width:100%;margin:5px 0;border-radius:10px;height:auto}.aligncenter{text-align:center!important;display:block;margin:0 auto;max-width:100%}.all_key:hover{background:#6898f81f!important}.all_key a{color:#6898f8!important}.all_key a:after{content:"";font-size:11px;position:relative;right:5px;display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M4.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l208-208c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L38.6 256 235.3 452.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-208-208z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M4.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l208-208c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L38.6 256 235.3 452.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-208-208z'/%3E%3C/svg%3E") center/contain no-repeat;vertical-align:-.125em}.item2{color:var(--text);margin:0 3px;position:relative;overflow:hidden;max-width:140px;margin:0 auto 10px}.item2 a{color:var(--text)}.item2:hover .item2__mask{opacity:1;visibility:visible;transform:scale(1)}.item2__mask{position:absolute;transition:0.3s;bottom:0;left:0;width:100%;height:100%;padding:4px 8px;text-align:center;background:#000000ab;display:flex;align-items:flex-end;opacity:0;border-radius:7px;visibility:hidden;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);font-size:11px;transform:scale(1.5);text-align:center;justify-content:center}.item2 img{border-radius:7px!important;object-fit:cover;height:auto;aspect-ratio:2/3}.carousel_archive{font-weight:400;border-radius:4px;font-size:12px!important}.sidebarBoxOffice{display:flex;margin-bottom:10px;border-bottom:solid 1px var(--bg_lighter);padding-bottom:10px}.boxOffice__film__rank{background:var(--primaryColor);position:absolute;top:0;right:0;width:20px;height:20px;border-radius:50px;display:flex;justify-content:center;align-items:center;color:#fff;font-family:sans-serif;margin:4px;font-size:13px;box-shadow:0 0 4px rgb(0 0 0 / 39%)}.sidebarBoxOffice__right .boxOffice__film{display:flex;flex-direction:row}.sidebarBoxOffice__right .boxOffice__meta{display:flex;flex-direction:column;justify-content:space-between;color:var(--text);font-size:13px}.sidebarBoxOffice__right .boxOffice__meta a{font-size:13px;font-weight:300;color:#adadad;transition:all 0.3s}.sidebarBoxOffice__right .boxOffice__meta h3{margin:0;padding:0;font-size:inherit;font-weight:700;color:var(--text);font-family:sans-serif}.sidebarBoxOffice__right .boxOffice__film img{width:100px;height:auto;object-fit:cover;border-radius:8px;margin:0 0 0 10px}html.dark .sidebarBoxOffice{border-color:var(--bg_lighter)}.no-border{border:none!important}.boxOfficeMore{color:var(--primaryColor);font-size:14px;font-weight:500;margin:10px 0;display:inline-block;border-radius:50px;padding:8px 20px;transition:all 0.2s}.boxOfficeMore i{position:relative;top:2px}.boxOfficeMore:hover{background:var(--primaryColor)24;color:var(--primaryColor)}.owl-dot.active{width:17px;height:7px;background:var(--primaryColor)!important;border-radius:50px}.owl-dots{text-align:center}.owl-dot{width:7px;height:7px;background:var(--primaryColor)!important;border-radius:50px;margin:0 2px;transition:all 0.2s}.genre_card{position:relative;margin-bottom:25px;overflow:hidden;transition:all 0.2s}.genre_card:active{transform:scale(.95)}.genre_card img{border-radius:5px!important}.genre_card__inner{position:absolute;top:50%;transform:translateY(-50%);padding:15px}.genre_card a{color:var(--text);font-size:20px}.post2{background:var(--bg2);margin-bottom:15px;padding:15px;border-radius:10px;position:relative;overflow:hidden}.post2_bg{width:100%;height:320px;top:0;filter:brightness(.8) blur(10px);z-index:1;right:0;position:absolute;background-position:top;background-repeat:no-repeat;background-size:cover;opacity:.1}.relz2{position:relative;z-index:2}.post2_bg::before{content:'';background-image:linear-gradient(to bottom,var(--bg2)9e,var(--bg2));position:absolute;top:0;right:0;width:100%;height:330px}.post2 h2{font-size:18px;color:var(--text)}.post2 h2 a{color:var(--text)}.post2 h1{font-size:18px;color:var(--text)}.post2 h1 a{color:var(--text)}.post2 .censored,.post2 .legal,.post2 .top250{width:auto;margin:0;margin-left:-3px;font-weight:600;padding:7px 14px;border-radius:0 50px 50px 0}.post2 .title{display:flex;align-items:center;justify-content:space-between;padding:0 15px 0 0}.post2 .censored{background:#eb8307;color:var(--text)}.post2 .dub{background:#3f51b5!important;color:var(--text)}.post2 .sub{background:#ec3a3a!important;color:var(--text)}.post2 .top250{background:#efc01933}.post2 .legal{background:#2a9cce;color:var(--text)}.post2 .censored i,.post2 .legal i{display:none}.post2 .post_image{margin-top:25px}.post2 .post_image img{border-radius:15px;max-width:100%;height:auto;object-fit:cover}.post2 .post_details{margin-top:25px}.post2 .post_details .post_meta li{list-style:none;display:flex;color:var(--text);align-items:center;font-size:14px}.post2 .post_details .post_meta li p{padding:5px;margin:10px 0;color:var(--text);line-height:1.9}.post2 .post_details .post_meta li p .story{font-weight:500}.post2 .post_details .post_meta li a{color:var(--text);transition:all 0.2s}.post2 .post_details .post_meta li a:hover{color:var(--text)}.post2 .post_details .post_meta li .seprator{flex:1;height:1px;background:#4a4a5982;margin:0 10px}.post2 .post_details .post_meta li strong{background:var(--bg_lighter);border-radius:50px;font-size:13px;font-weight:400;margin:3px 0;display:inline-block;min-width:90px;color:var(--text);display:flex;align-items:center;padding-left:20px}.post2 .post_details .post_meta li strong .icon{background:#3e4dac;padding:10px;display:inline-flex;min-width:41px;justify-content:center;margin-left:25px;border-radius:0 50px 50px 0;position:relative;color:#fff}.post2 .post_details .post_meta li strong .icon::after{content:'';border-style:solid;border-width:0 15px 35px 0;border-color:#fff0 var(--primaryColor) #fff0 #fff0;transform:rotate(0deg);position:absolute;left:-15px;top:0}.post2 .post_details .post_meta li strong .icon i{font-size:15px;position:relative;right:5px}.post2 .post_details .post_meta li p i{font-size:18px;vertical-align:middle}.post2 .about_box{display:flex;justify-content:flex-end;padding:0 20px;margin-bottom:10px;align-items:center;margin-top:40px}.push_right{justify-content:flex-start!important}.post2 .imdbRating_holder{float:none;margin:0;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff}.badges_new{margin:15px 0 0;display:flex;gap:10px;white-space:nowrap;overflow:auto;padding-bottom:10px}.badges_new .badge_blue{color:#03a9f4!important}.badges_new .badge_blue i{background:rgb(3 169 244 / 15%)!important}.badges_new .badge_cyan{color:#00d69e!important}.badges_new .badge_cyan i{background:rgb(0 214 158 / 15%)!important}.badges_new .badge_red{color:#ff4d7d!important}.badges_new .badge_red i{background:rgb(255 0 69 / 15%)!important}.badges_new .badge_orange{color:#ff7022!important}.badges_new .badge_orange i{background:rgb(255 112 34 / 15%)!important}.badges_new .badge_yellow{color:#ffce00!important}.badges_new .badge_yellow i{background:rgb(255 206 0 / 15%)!important}.badges_new .badge_dark_blue{color:#d41d95!important}.badges_new .badge_dark_blue i{background:rgb(160 29 212 / 15%)!important}.badge_movie{display:flex;align-items:center;gap:5px;font-weight:500;font-size:14px}.badge_movie i{width:30px;height:30px;border-radius:5px;line-height:0;background:#ddd;display:flex;justify-content:center;align-items:center}.post2 .badges ul{margin:0;padding:0}.post2 .badges li{list-style:none;color:var(--text);display:inline-block;background:var(--primaryColor);padding:5px;width:30px;height:30px;text-align:center;border-radius:5px;transform:rotate(45deg);margin:0 6px;cursor:help}.post2 .badges li i{transform:rotate(-45deg)}.post2 .last_modified{color:var(--text);font-size:14px}.post2 .content{color:var(--text)}.post2 .section__title{padding:10px 15px;border-radius:15px;background:var(--bg_lighter2)}.post2 .content{border:solid 1px var(--bg_lighter2);padding:10px;border-radius:15px;box-shadow:0 10px 15px 0 var(--bg)}.post2 .single_cast img{border-radius:15px!important}.post2 .section__title h3{display:inline-block;font-size:16px;font-weight:400;color:var(--text);margin:0}.post2 .single_cast{padding:15px 5px}.post2 .single_cast .owl-nav{position:absolute;top:35%;width:100%}.post2 .owl-prev.disabled,.post2 .owl-next.disabled{display:none!important}.post2 .related_post_blog_item{background:var(--bg_lighter2);border-radius:15px;margin-bottom:0}.post2 .single_cast .owl-next,.post2 .single_cast .owl-prev{width:25px;height:25px;background:var(--primaryColor)!important;border-radius:50px;font-size:21px!important;display:inline-flex;justify-content:center;align-items:center}.post2 video{height:auto}.post2 .single_cast .owl-prev{position:absolute;right:-10px}.post2 .single_cast .owl-next{position:absolute;left:0}.post2 .single_cast .owl-nav{position:absolute;top:35%;width:100%}.single__content .owl-nav{position:absolute;top:35%;width:100%}.single__content .owl-prev.disabled,.single__content .owl-next.disabled{display:none!important}.post2 .related_post_blog_item{background:var(--bg_lighter2);border-radius:15px;margin-bottom:0}.single__content .owl-next,.single__content .owl-prev{width:25px;height:25px;background:var(--primaryColor)!important;border-radius:50px;font-size:21px!important;display:inline-flex;justify-content:center;align-items:center}.single__content .owl-prev{position:absolute;right:-10px}.single__content .related_film_item{background:var(--bg_lighter2);border-radius:10px}.single__content .owl-next{position:absolute;left:0}.post2 .nav-link{padding:7px 15px;font-weight:400;font-size:14px;margin-left:5px;border-radius:7px}.post2 .nav-link.active{color:#fff!important}.post2 .section__title i{margin-left:3px}.post2 .content_inner{border-radius:3px;color:var(--text);font-weight:400;padding:10px;font-size:14px;line-height:1.7}.post2 .content_inner a{color:var(--text);transition:all 0.3s}.post2 .content_inner a:hover{color:var(--text)}.post2 .content_inner p{margin:0}.post2 .content_inner h1{font-size:20px;font-weight:700}.post2 .content_inner h2{font-size:19px;font-weight:400}.post2 .content_inner h3{font-size:18px;font-weight:400}.post2 .content_inner h4{font-size:17px;font-weight:400}.post2 .content_inner h5{font-size:16px;font-weight:400}.post2 .content_inner h6{font-size:15px;font-weight:400}.post2 .tab-pane{padding:10px}.modern_film_notice{background:var(--bg)!important}.casual_film_notice{margin:-20px 0 10px!important;border-radius:0 0 15px 15px!important;padding:6px 15px 11px!important}.post2 .download_item{position:relative;background:var(--bg_lighter2);padding:20px 10px;border-radius:5px;font-size:13px;color:var(--text);border-right:solid 4px var(--bg);margin-top:10px}.post2 .download_info{display:inline-block;margin:10px 0}.post2 .align-left{float:left;display:flex;align-items:center;flex-wrap:wrap;gap:10px;justify-content:flex-end}.post2 .download_notice{z-index:2;margin:-13px 0 10px;position:relative;border-radius:0 0 5px 5px;padding:4px 8px;font-size:13px;background:var(--bg_darker)}.post2 .download_item .button{text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid #fff0;padding:7px 10px;font-size:13px;border-radius:8px;margin:0 3px;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}.post2 .download_item .button_online{text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;background:rgb(255 193 7 / 15%);padding:1.7px;font-size:13px;border-radius:8px;margin:0 3px;transition:all 0.3s;overflow:hidden;position:relative;color:#fec00b}.post2 .online_text{transition:all 0.3s;border:none!important;padding-left:10px}.post2 .accordion-button{background:var(--bg_lighter2);color:var(--text);font-size:15px;font-weight:300}.button_online:hover{background:#fec00b!important;color:#000!important}.post2 .accordion-button:focus{box-shadow:none}.post2 .accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-right:auto;margin-left:0;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}.post2 .accordion-item{background-color:var(--text);border:none;background-color:var(--bg_lighter2);border-bottom:solid 1px var(--bg2)}.post2 .accordion-item:last-of-type{border:none}.post2 .new{margin-right:10px}.post2 .serial-dl-info{margin:7px 0!important}.post2 .serial-item{background:var(--bg)!important}.post2 .accordion-item:first-of-type .accordion-button{border-top-right-radius:10px;border-top-left-radius:10px}.post2.accordion-item:first-of-type{border-top-right-radius:15px!important;border-top-left-radius:15px!important}.post2.accordion-item:last-of-type{border-top-right-radius:15px!important;border-top-left-radius:15px!important}.post2 .accordion-item:last-of-type .accordion-button{border-bottom-right-radius:10px;border-bottom-left-radius:10px}.post2 .accordion-body{padding:4px 10px 15px}.post2 .dl__title{display:flex;justify-content:space-between;align-items:center}.post2 .dl__title span{color:var(--text);font-size:13px;margin:3px 0}.post2 .dl__title span i{color:#ffc107}.imdbRating_holder .imdbLogo{max-width:auto!important}.post2 .imdbRating_holder .imdb_num strong{color:#f5c518;margin:0;font-size:21px}.post2 .imdbRating_holder .imdb_num span{border:none;padding:0;margin:-8px 0 2px}.post2 .imdbRating_holder .imdb_num small{font-size:13px;font-weight:200}.post2 .imdbRating_holder .imdbLogo{text-align:center;background:#efc019;padding:0 10px;margin:0;border-radius:7px;margin:0 10px;position:relative}.post2 .imdbRating_holder .imdbLogo::after{content:'';width:0;height:0;border-style:solid;border-width:5px 7px 5px 0;border-color:#fff0 #efc019 #fff0 #fff0;position:absolute;left:-4px;top:50%;transform:translateY(-50%)}.post2 .imdbRating_holder .imdbRate_nums{text-align:left;color:#fff;font-family:Impact,sans-serif;direction:ltr;font-size:25px;line-height:1rem}.post2 .imdbRating_holder .imdbRate_nums small{font-size:13px;color:#fff}.post2 .imdbRating_holder .imdbRate_nums strong{font-size:23px;color:#efc01a}.post2 .imdbRating_holder .imdbLogo img{border-radius:0;padding:6px 0}.post2 .simplefavorite-button{list-style:none;color:var(--text);background:var(--primaryColor);padding:5px;width:40px;height:40px;text-align:center;border-radius:50%;display:flex;cursor:pointer;align-items:center;justify-content:center;position:absolute;right:50%;transform:translateX(50%);bottom:-19px}.post2 .about_box .post_download{background:var(--primaryColor);color:#fff;font-size:14px;font-weight:700;padding:10px 30px 10px 25px;border-radius:50px;transition:all 0.2s;display:inline-block}.post2 .about_box .post_download:hover{box-shadow:inset 0 40px 0 #1789bb}.post2 .about_box .post_download:active{transform:scale(.95)}.post2 .about_box .post_download i{margin-right:10px;position:relative;top:2px;font-size:16px}.post2 .content{color:var(--text)}.section__title{padding:10px 15px;border-radius:15px;background:var(--bg_lighter2)}.content{border:solid 1px var(--bg_lighter2);padding:10px;border-radius:15px;box-shadow:0 10px 15px 0 var(--bg);background:var(--bg2);color:#f8f8f8}.section__title h3{display:inline-block;font-size:16px;font-weight:400;color:var(--text);margin:0}.modern .comment-list .comment{background:var(--bg_lighter2);border-radius:10px}.content_inner .comments{margin:0!important}.modern .form-submit{width:auto}.modern .form-submit .submit{border-radius:10px}.modern .comment-form .form-control{border-radius:10px;background:var(--bg_lighter2)}.modern .comment-list li ul.children li.comment{background:var(--bg2)}.collection_mask{opacity:.05;right:0;left:0;top:-100px;filter:blur(4px)}.collection_content{border:solid 1px var(--bg_lighter2);border-radius:15px;box-shadow:0 10px 15px 0 var(--bg_darker);background:var(--bg2);padding:10px}.collection_content .related_film_item{background:#2f2f3873}.collection_title{color:var(--text);padding-right:30px}.collection_title .from{color:#9ba1a6;font-weight:200;font-size:15px}.collection_title .name{color:var(--text);font-size:19px;font-weight:500;margin:0 0 10px}.comment-form .form-control::placeholder{color:var(--text)}.btn-orange{color:#fff;background-color:var(--primaryColor);border-color:var(--primaryColor);font-weight:300;font-size:14px;padding:9px 20px}.btn-orange:hover{color:var(--text);background-color:var(--primaryColor);border-color:var(--primaryColor);color:var(--text)}.boxOffice_page{color:var(--text);font-size:15px;font-weight:300}.boxOffice_page h2 a{color:var(--text);font-size:24px}.boxOffice_page h2 a:hover{color:var(--text)}.boxOffice_item{background:var(--bg2);padding:15px;border-radius:20px}.boxOfficeWrap a{color:var(--text);font-size:13px}.boxOfficeWrap a:hover{color:var(--text)}.boxOffice_item .boxOffice_image{position:relative}.boxOffice_item .boxOffice_image .rank{position:absolute;top:-25px;left:50%;font-family:sans-serif;width:35px;height:35px;display:flex;border:solid 4px var(--bg2);justify-content:center;align-items:center;border-radius:50px;transform:translateX(-50%);font-weight:600;font-size:14px}.boxOffice_item .boxOffice_title h3{font-size:21px;margin:10px 0 0;font-weight:700}html.dark .boxOffice_item .boxOffice_image .rank{border-color:var(--text);color:var(--text)}html.dark .boxOffice_item .bg{background:var(--bg_lighter)}html.dark .boxOffice_item .boxOffice_title h3{color:var(--text)}.boxOffice_item .rank_all{position:absolute;right:5px;font-family:sans-serif;top:-10px;background:#3f52b4;width:25px;height:25px;display:flex;justify-content:center;align-items:center;border-radius:50px;font-weight:500;font-size:14px}.boxOffice_item .boxOffice_image img{width:300px;height:180px;border-radius:15px;object-fit:cover;transition:all 2s;max-width:130px}.boxOffice_item .boxOffice_image img:hover{max-height:500px}.boxOffice_item .boxOffice__meta li{list-style:none;color:#e0dfdf;font-size:14.5px;margin:2px 0;font-weight:500;padding:10px 10px;border-radius:50px}.boxOffice_item .boxOffice__meta li span{font-family:sans-serif}.boxOffice_item .bg{background:var(--bg_lighter)}.boxOffice_item .boxOffice__meta li a{color:#767c8d;font-size:13.5px}.boxOffice_item .boxOffice__meta li h3{font-size:15px;color:#e1e1e1;font-weight:500;margin-bottom:15px}.series_week{background:var(--bg2);margin-bottom:15px;border-radius:10px}.series_week .series_week__header{display:flex;color:var(--text);justify-content:space-between;border-bottom:solid 1px var(--bg_lighter);padding:15px 15px 0}.series_week .series_inner{position:relative;padding:15px;color:var(--text)}.series_week .series_content{transition:filter .25s ease,opacity .25s ease}.series_week .series_inner.is-loading .series_content{filter:blur(3px);opacity:.45;pointer-events:none}.series_week .series_week__header h3{color:var(--text);font-size:18px}.series_week .series_week__header li{list-style:none;cursor:pointer;background:var(--bg_lighter);font-size:14px;font-weight:300;padding:1px 6px;display:inline-block;margin:0 -3px;transition:all 0.2s}.series_week .series_week__header li.active{background:var(--primaryColor)}.series_week .series_week__header li:hover{background:var(--primaryColor)}.series_week .series_week__header li:first-child{border-radius:0 5px 5px 0}.series_week .series_week__header li:last-child{border-radius:5px 0 0 5px}.series_week .series_item{height:100%;font-size:13px;background:var(--bg);border:1px solid var(--bg_lighter);box-shadow:0 10px 25px -20px rgb(0 0 0 / 45%);border-radius:14px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.series_week .series_item:hover{transform:translateY(-3px);box-shadow:0 14px 30px -18px rgb(0 0 0 / 55%);border-color:rgb(255 255 255 / 10%)}.series_week .series_item a{color:var(--text);display:flex;gap:12px;align-items:center;padding:10px;min-height:96px}.series_week .series_item .name,.series_week .series_item .update{padding:0;font-size:14px;font-weight:400}.series_week .series_item .name{line-height:1.65;font-weight:500}.series_week .update{color:#98a9c6;font-size:12px!important}.series_week .not_found{border-radius:10px;padding:11px 14px;text-align:center;font-weight:400;background:color-mix(in srgb,var(--primaryColor) 14%,transparent);color:color-mix(in srgb,var(--primaryColor) 65%,#ffffff);font-size:14px;display:flex;width:auto;align-items:center;justify-content:center;gap:10px;margin:0 auto}.loader,.loader:after{border-radius:50%;width:3em;height:3em}.loader{margin:10px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:.5em solid rgb(255 255 255 / .2);border-right:.5em solid rgb(255 255 255 / .2);border-bottom:.5em solid rgb(255 255 255 / .2);border-left:.5em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-moz-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;-moz-animation:load8 1.1s infinite linear;-o-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes load8{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes load8{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.series_week .loading{display:block;border-radius:3px;padding:9px;font-weight:200;font-size:15px}.series_week .series_loading{position:absolute;inset:15px;display:flex;align-items:center;justify-content:center;border-radius:10px;pointer-events:none;opacity:0;background:color-mix(in srgb,var(--bg2) 72%,transparent);transition:opacity .2s ease}.series_week .series_inner.is-loading .series_loading{opacity:1}.series_week .series_item img{width:74px;height:74px;min-width:74px;object-fit:cover;border-radius:10px;margin:0}.post2 #pills-tags a{color:#fafafa;font-size:13px;background:var(--bg_lighter2);padding:3px 8px;margin:0 3px;display:inline-block;margin-bottom:7px;border-radius:3px}.timer{display:flex;flex-direction:row-reverse;flex:1}.timer div{background:var(--bg2);padding:4px;margin:0 2px;border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;color:var(--text)}.timer span{font-size:18px;font-weight:500}.timer .counter_label{font-size:13px;font-weight:300}.count_row h4{color:var(--text);font-size:15px}.stars_wrap{overflow:hidden;transition:all 0.3s}.collapse_stars{height:216px;transition:all 0.3s}.show_more{background:#3f52b4;color:var(--text);font-size:14px;font-weight:300;border:none;padding:5px 14px;border-radius:3px}.taxonomy-description{font-size:14px;font-weight:300;margin:10px 0;color:var(--text)}.info_rank{color:#efc019!important;width:fit-content!important;background:#efc01933!important;padding:2px 6px!important;margin:5px 0!important}.report button{border:none;background:#ff75551c;color:#ff7555;font-size:13px;font-weight:400;border-radius:5px;padding:7px 10px;margin-bottom:8px}.report .share{background:#3fb5921c!important;color:#3fb592!important}.report button i{margin-left:5px;line-height:0}.report_modal{color:var(--text);z-index:999999999}.report_modal .modal-header{border-bottom:1px solid var(--bg_lighter)}.report_modal .modal-header h5{font-size:15px;font-weight:400}.report_modal .report_modal--close{color:var(--text);background:none;font-size:15px;border:none;padding:0;margin:0;line-height:0;margin-right:auto}.report_modal .wpcf7-form-control{background:var(--bg2);border:none;padding:8px;border-radius:3px;font-size:15px;color:var(--text);width:100%;outline:none!important;color:#fff}.report_modal .wpcf7-submit{background:#12ae40;width:auto;padding:5px 15px;font-weight:600;font-size:17px}.report_modal .wpcf7-form-control-wrap{position:relative;margin:5px 0;display:block}.report_modal .modal-body{font-size:14px;line-height:2}.report_modal label{width:100%}.report_modal .wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{background:#ffb900;border:none;color:#000;border-radius:3px;padding:6px}.report_modal .wpcf7 form.sent .wpcf7-response-output{background:#46b450;border:navajowhite;padding:5px;border-radius:5px;text-align:center}.txt_flow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg{padding-bottom:10px;display:none;margin-bottom:10px}.msg>div{margin-bottom:10px}.rcp_success{position:relative;border-radius:.25rem;color:#0dbd67;background-color:#0cbd5014;padding:13px;font-size:14px;font-weight:500;border:none;text-align:center!important}.load_overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#24242b8c;z-index:3;display:none}.lds-ellipsis{display:inline-block;position:relative;top:50%;left:-50%;transform:translate(50%,-50%);width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:var(--bg2);animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 0.6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 0.6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(24px,0)}}.mask_gradient{background:linear-gradient(0deg,var(--bg),transparent);height:100%;position:absolute;right:0;top:0;width:100%;z-index:1}.search_modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000000e3;z-index:99999999999;color:var(--text);overflow-y:auto;backdrop-filter:blur(5px);display:none}.search_modal_gradient{width:100%;height:100px;right:0;position:fixed;top:0;z-index:-1;background:linear-gradient(-180deg,#1a1a1a 10%,#fff0 100%)}.search_modal__inner{padding:70px 0 20px;display:flex;justify-content:center}.search_modal__form{display:flex;width:100%;align-items:center}.search_modal_input{flex:1;background:var(--bg2);border:none;padding:14px 14px;border-radius:10px;font-size:14px;color:var(--texts);outline:none;transition:all .3s}.search_modal_submit{position:absolute;left:0;top:50%;transform:translateY(-50%);background:none;border:none;outline:none;font-size:20px;color:#fff;margin-left:5px;line-height:0}.search_modal__i{flex:1;display:flex;width:100%}#close_search_modal{margin-right:20px;font-size:14px;cursor:pointer}.s_trends li{list-style:none;border-bottom:solid 1px #85858554;padding:8px 5px;color:#c8c8c8;font-size:14px;cursor:pointer;display:flex;width:100%;align-items:center;gap:10px}.s_trends li:last-child{border-bottom:none}.remove_trend_btn{margin-right:auto;border:none;border-radius:5px;font-size:13px;background:#e74b3c36;color:#e74b3c;line-height:0;width:25px;height:25px}.s_trends li i.bi-search{color:#858585;margin-left:5px}.modal_center{display:flex;justify-content:center}.s_trends h3{font-size:16px;color:#eeeded}.search_row a{color:var(--text);padding:20px;transition:all 0.1s;border-radius:10px}.search_row a:hover{background:#363636f5;color:var(--text);padding:20px}.search_row a:hover>.watch{color:green}.search_row_info{display:flex;flex-direction:column;justify-content:space-around}.search_row .search_image{margin-left:10px}.search_row .title{font-weight:700;font-size:15px}.search_row .year{font-size:14px;color:var(--text)}.search_row .genres{display:inline-flex;font-size:14px;color:var(--text);width:fit-content}.search_row .plot{font-size:13px;color:#cbc6c6}.search_row .search_image img{width:130px;height:auto;border-radius:5px;object-fit:cover}.search_row .watch{display:flex;align-items:center;font-size:14px}.search_row .watch i{font-size:26px;line-height:0;margin-left:8px}#datafetch2 .center{display:flex;justify-content:center}#datafetch2 .show_more{width:100%;text-align:center;margin:10px 0;padding:10px;background:#353535;color:var(--text)}.share_modal .social ul{display:flex;justify-content:space-evenly}.share_modal .social li{list-style:none;padding:5px;border-radius:10px;width:50px;height:50px;display:flex;text-align:center;transition:all ease-in-out 0.3s;justify-content:center;align-items:center;line-height:0;font-size:23px}.artist_works{background:var(--bg2);padding:10px;border-radius:5px;color:var(--text);margin-bottom:30px}.artist_works img{max-width:100px;max-height:148px;border-radius:5px;object-fit:cover}.artist_title{font-size:14px;color:#e1e1e1;font-weight:500;margin-bottom:15px}.imdb_rate{background:#ffbf0138;width:fit-content;color:#ffbf00;padding:6px 6px;border-radius:50px;line-height:0;font-size:13px;margin-bottom:5px}.a_genres a{background:#4a4a5240;width:fit-content;color:#b2b2b2;padding:2px 11px;border-radius:50px;font-size:13px;display:inline-block;margin:10px 0 0 3px}.panel_film_sort li{list-style:none;background:var(--bg_lighter);margin-bottom:10px;border-radius:5px;padding:10px;font-size:14px;gap:10px}.panel_film_sort .sort_id{background:var(--bg2);display:flex;width:35px;height:35px;font-size:14px;font-family:sans-serif;justify-content:center;align-items:center;border-radius:3px;margin-left:10px}.panel_film_sort h2{margin-bottom:0;font-size:14px;font-weight:300}.panel_film_sort figure{margin:0}.remove_film_item{align-self:flex-start;background:#fff0;border:none;outline:none;color:var(--text);margin:0;padding:0;font-size:12px}.panel_film_sort .listItem img{object-fit:cover;border-radius:3px;height:auto;width:60px}.film_search{align-items:center;background:var(--bg_lighter);padding:10px;border-radius:5px;font-size:15px;font-weight:300;display:flex;gap:10px}.film_search input{flex:1;background:var(--bg2);border:solid 1px var(--bg2);border-radius:5px;padding:7px;font-size:14px;outline:none;color:var(--text)}.film_search button{border:#fff0;background:#3f51b5;color:var(--text);font-size:14px;padding:7px;border-radius:5px;min-width:100px;font-size:15px;font-weight:700}.film_search .search_fetch_data{top:100%;right:0;margin:4px 0;background:#3b3b47;width:100%;border-radius:5px;padding:10px;height:300px;z-index:2;overflow:scroll}.search_fetch_data{display:none}.search_fetch_data li{position:relative}.search_fetch_data li .link_abs{position:absolute;top:0;right:0;left:0;bottom:0}.search_fetch_data h2{color:var(--text);font-weight:300;font-size:13px;margin-bottom:3px}.search_fetch_data p{color:#d3d3d3;font-weight:400;font-size:12px;margin-bottom:3px}.search_fetch_data figure{margin-bottom:0}.search_fetch_data figure img{border-radius:3px;object-fit:cover;height:90px}.search_fetch_data figcaption{display:flex;flex-direction:column;justify-content:space-between}.film_s_imdb i{color:#ffc52b}.film_s_imdb{font-size:13px;font-weight:500}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider_{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--bg_lighter2);-webkit-transition:.4s;-o-transition:.4s;-moz-transition:.4s;transition:.4s}.slider_:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background:var(--bg2);-webkit-transition:.4s;-moz-transition:.4s;-o-transition:.4s;transition:.4s}input:checked+.slider_{background-color:#2196F3}input:focus+.slider_{box-shadow:0 0 1px #2196F3}input:checked+.slider_:before{-webkit-transform:translateX(26px);-moz-transform:translateX(26px);-o-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.slider_.round{border-radius:34px}.slider_.round:before{border-radius:50%}.small_custom{font-size:10px;margin-right:10px;color:var(--text)}.custom_list{background:var(--bg2);padding:10px;border-radius:15px;box-shadow:0 0 13px #10101438;margin-bottom:23px}.custom_list .custom_list_images{gap:10px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.custom_list .custom_list_images .picture_holder.last_item_blur{position:relative}.custom_list .custom_list_images .picture_holder.last_item_blur img{filter:blur(4px)}.custom_list .custom_list_meta_author{color:var(--text);font-size:14px}.custom_list .custom_list_images .picture_holder .count{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;border:solid 1px #fff;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;font-size:20px;opacity:.7;font-family:'Font Awesome 6 Brands'}.custom_list .custom_list_images div{display:flex;justify-content:space-around;width:calc(50% - 10px);height:150px;overflow:hidden;border-radius:20px}.custom_list .custom_list_images img{border-radius:15px;width:100%;height:100%;object-fit:cover;margin-bottom:5px}.custom_list h3{font-size:14px;text-align:center;color:var(--text);font-weight:300;padding:15px 0;border-top:solid 1px var(--bg_lighter2);border-bottom:solid 1px var(--bg_lighter2);margin-bottom:0;display:flex;justify-content:center;flex-wrap:wrap;align-items:center;margin-top:20px}.custom_list a.author{font-size:14px;color:var(--text);margin-right:10px;background:#3e4dab;padding:4px 13px;border-radius:50px}.custom_list a.list{font-weight:700;font-size:15px;color:var(--text)!important}.custom_list_meta{display:flex;color:var(--text);align-items:center}.custom_list_meta span{flex:1;text-align:center;font-size:14px;padding:10px 0}.custom_list_meta span:first-of-type{border-left:solid 1px var(--bg_lighter2)}.single_list{background:var(--bg2)}.modern_list{background:var(--bg)}.list_text{color:var(--text)}html.dark .list_text{color:var(--text)}html.dark .post2_bg{display:none}html.dark .profile__avatar h1{color:var(--text)}html.dark .profile_tab .nav-link.active{color:#fff!important}html.dark .profile_tab .nav-link{background:var(--bg_lighter)}.profile__avatar img{border-radius:50%}.profile__avatar h1{margin:10px 0;color:var(--text);font-size:25px;font-weight:300}.widget .nav-link{border-radius:50px;padding:3px 15px}.nav-link.active{color:#fff!important;border-radius:50px}.profile_tab .nav-link{background:var(--bg2);padding:10px 20px;margin-left:15px;border-radius:50px}.slider_actions{line-height:0;font-size:13px}.owl-item.active .slider_info img{position:relative;animation-duration:.8s;animation-fill-mode:both;animation-name:fadein;animation-delay:0.1s}.owl-item.active .slider_info .description{position:relative;animation-duration:1s;animation-fill-mode:both;animation-name:fadein;animation-delay:0.4s}.owl-item.active .slider_info p{position:relative;animation-duration:2s;animation-fill-mode:both;animation-name:fadein;animation-delay:0.5s}.owl-item.active .slider_info .slider_link{position:relative;animation-duration:3s;animation-fill-mode:both;animation-name:fadein;animation-delay:0.1s}@keyframes fadein{from{opacity:0;bottom:-10px}to{opacity:1;bottom:0}}.box_office_html{color:var(--text)}.visits_html{color:var(--text)}.visits_html .not_found{display:block;border-radius:3px;padding:9px;font-weight:400;font-size:15px;text-align:center}.breadcrumbs{display:flex;margin-bottom:15px;font-size:14px;color:var(--text);white-space:nowrap;overflow-x:auto;padding-bottom:15px}.breadcrumbs .breadcrumbs__separator{margin:0 13px;line-height:25px}.breadcrumbs a{color:var(--text);transition:all .3s}.breadcrumbs a:hover{color:var(--text)}html.dark .breadcrumbs a,html.dark .breadcrumbs{color:var(--text)}html.dark .post2 h1 a{color:var(--text)}.switch-toggle small{margin-left:10px;font-size:13px}.switch-toggle{width:auto;display:flex;align-items:center;color:var(--text)}.switch-toggle label{width:50px;height:30px;position:relative;display:block}.switch-toggle label span{position:absolute;background-color:var(--bg_lighter);top:0;left:0;right:0;bottom:0;border-radius:50px;cursor:pointer}.switch-toggle label input{visibility:hidden}.switch-toggle label span:after{content:"";position:absolute;width:20px;height:20px;background-color:#fff;border-radius:100%;top:5px;left:5px;transition:0.5s}.switch-toggle label input:checked+span:after{transform:translateX(20px)}.switch-toggle label input:checked+span{background:#4051b6}.mixedSlider_wrap{padding:85px 0 30px;display:block;background:#101014;height:600px}.mixed-slider{direction:ltr;margin-top:70px}.mixed-slider .owl-stage{left:-31px}.mixed-slider .owl-item{margin:15px 0 0}.mixed-slider .film_cat img{height:auto}.mixedSlider_wrap .leftSide h2{font-family:sans-serif;font-weight:700;color:var(--text);z-index:2;text-align:left;max-width:320px;font-size:36px}.mixed_slider_bg{position:absolute;left:0;top:0;height:633px;width:100%;object-fit:cover;transition:all .3s}.mixed_slider_link{z-index:2}.mixedSlider_wrap .dark_bg{background:linear-gradient(270deg,var(--bg) 30%,#fff0);width:100%;height:633px;position:absolute;right:0;top:0;z-index:1}html.dark .mixedSlider_wrap .dark_bg{background:linear-gradient(270deg,var(--bg) 30%,#fff0)}.mixed_imdb{z-index:2;text-align:left;display:flex;justify-content:center;flex-direction:column;align-items:flex-end;color:var(--text)}.mixed_imdb .imdbLogo{text-align:center;background:#efc019;padding:0 10px;margin:0;border-radius:7px;position:relative;max-width:70px}.mixed_imdb .imdbRate_nums{font-family:impact;direction:ltr;font-size:28px}.mixed_imdb .imdbRate_nums small{font-size:13px}.mixedSlider_wrap .mixed_slider_rate{background:#00000073;border-radius:12px;padding:10px 15px;color:var(--text);z-index:2;font-size:13px;margin-bottom:20px;font-weight:400;font-family:sans-serif,dana,iranSans,iranyekan}.mixed_slider_icon{z-index:2;color:var(--text);font-size:29px;background:rgb(255 255 255 / 20%);width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:0;backdrop-filter:blur(5px);transition:all .2s;position:absolute;right:calc(50% - -90px);left:auto;top:240px}.mixed_slider_icon:hover{color:var(--text);transform:scale(1.2)}.mixed_slider_icon::before{content:"";border:solid 1px rgb(255 255 255 / 50%);width:100px;height:100px;background:#fff0;position:absolute;border-radius:50%}.mixed_slider_icon::after{content:"";border:solid 1px rgb(255 255 255 / 50%);width:130px;height:130px;background:#fff0;position:absolute;border-radius:50%}.new_advanced_search{background:var(--bg2);display:flex;position:relative;z-index:22;margin:-12px 0 0;border-radius:30px;padding:10px;justify-content:space-between;flex-wrap:wrap}.new_advanced_search .search_type{background:var(--bg);padding:10px;border-radius:20px;justify-content:space-around;color:var(--text);font-size:14px;height:60px;align-items:center}.new_advanced_search .search_type span{cursor:pointer;flex:1;text-align:center;border-radius:15px;padding:7px 20px;transition:all .2s}.new_advanced_search .search_type span.active{background:#4051b6}#adv_genre{display:none}.nice-select .list{max-height:300px;overflow:auto!important;right:0;left:auto;min-width:170px;width:100%;background:var(--bg)!important}.nice-select .option{padding:0 10px!important;min-width:150px;text-align:right!important;font-size:13px}.nice-select{height:53px!important;padding-right:19px!important;padding-left:30px!important;display:flex!important;align-items:center;background:var(--bg)!important;border:none!important;border-radius:20px!important;color:var(--text)!important}.adv_search_submit{background:#4051b6;color:#fff;border-radius:20px;border:none;padding-right:30px;padding-left:30px;font-size:14px;height:60px;align-items:center;transition:all .3s}.adv_search_submit:hover{opacity:.8}.nice-select:after{right:auto!important;left:12px!important;border-bottom:2px solid #fff!important;border-right:2px solid #fff!important}.nice-select .list{max-height:300px;overflow-y:auto;right:0;left:auto;background:var(--bg)!important}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:var(--bg2)!important}.adv_more_filters{background:var(--bg);color:var(--text);border-radius:20px;border:none;padding-right:15px;padding-left:15px;display:flex;align-items:center;font-size:14px;height:60px;align-items:center}.adv_more_filters i{line-height:0;background:var(--bg2);width:25px;height:25px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin-right:10px}.adv_search_badge{font-size:13px;color:#fff;margin-left:10px}#adv_search_more{min-height:100px;position:absolute;top:120px;width:100%;background:var(--bg2);right:0;border-radius:30px;z-index:9999;backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 8px 7px var(--bg);display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap}#adv_search_more.show{opacity:1;top:calc(100% + 25px);visibility:visible}#adv_search_more::after{border:15px solid #fff0;border-bottom-color:var(--bg2);bottom:100%;content:"";display:block;height:0;left:17%;position:absolute;width:0;z-index:2}#adv_search_more small{margin:0 10px;color:var(--text)}.mobile_adv_trigger{border:solid 1px var(--bg2);height:60px;align-items:center;justify-content:space-between;width:100%;margin:20px 0 -20px;background:#fff0;color:#fff;border-radius:20px;font-size:15px;display:none}.mobile_adv_trigger .toggle_status{line-height:0;background:var(--bg2);width:25px;height:25px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin:0 10px}.mobile_adv_trigger .filter_icon{line-height:0;background:#4051b6;width:25px;height:25px;display:flex;justify-content:center;align-items:center;border-radius:50%;margin:0 10px}#mobile_adv_search{width:100%;height:100vh;background:rgb(27 31 40 / 80%);position:fixed;overscroll-behavior:contain;top:0;z-index:999999999999;margin:0;padding:0;right:0;left:0;bottom:0;color:var(--text);backdrop-filter:blur(14px);overflow-y:auto;padding:20px;visibility:hidden;opacity:0;transition:all .3s}#mobile_adv_search.active{visibility:visible;opacity:1}#mobile_adv_search .nice-select{background:#131414!important}#mobile_adv_search .nice-select .list{background:#131414!important}.mobile_adv_search__header{color:var(--text);display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.mobile_adv_search__header h3{font-size:15px;font-weight:400;margin-bottom:0}.mobile_adv_search__header .mobile_adv_search_close{background:#131414;width:35px;height:35px;border-radius:10px;display:flex;align-items:center;justify-content:center;line-height:0;border:none;color:var(--text);font-size:13px}.nice-box{height:53px;padding-right:19px;padding-left:15px;display:flex;align-items:center;background:#131414;border:none;border-radius:20px;color:var(--text);width:100%;display:flex;justify-content:space-between}.mobile_adv_submit{display:block;width:100%;height:55px;border-radius:20px;border:none;outline:none;background:#4051b6;color:var(--text);font-size:16px;font-weight:300}html.dark .mobile_adv_trigger{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text)}html.dark .mobile_adv_trigger .toggle_status{background:var(--bg_lighter)}html.dark .mobile_adv_trigger .filter_icon{color:#fff}html.dark .new_advanced_search{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text)}html.dark .new_advanced_search .search_type{background:var(--bg_lighter);color:var(--text)}html.dark .comfortSlider_wrap .mixed_slider_rate{color:#fff}html.dark .new_advanced_search .search_type span.active{color:#fff}html.dark .adv_search_badge{color:var(--text)}html.dark .nice-select{background:var(--bg_lighter)!important;color:var(--text)!important}html.dark .nice-select .list{background:var(--bg2)!important}html.dark #mobile_adv_search .nice-select{background:var(--bg_lighter)!important;color:var(--text)!important}html.dark #mobile_adv_search .nice-select .list{background:var(--bg2)!important}html.dark .nice-box{background:var(--bg_lighter)!important;color:var(--text)!important}html.dark #mobile_adv_search .switch-toggle label span{background:var(--bg_lighter2)!important}html.dark .mobile_adv_search__header .mobile_adv_search_close{background:var(--bg_lighter)!important;color:var(--text)!important}html.dark #mobile_adv_search{background:rgb(226 235 253 / 33%)}html.dark .mixedSlider_wrap .film_cat_title{color:#fff}html.dark .mixed_slider_icon{color:#fff}html.dark .mixedSlider_wrap .leftSide h2,html.dark .mixed_imdb .imdbRate_nums,html.dark .mixedSlider_wrap .mixed_slider_rate{color:#fff}html.dark .nice-select:after{border-bottom:2px solid var(--text)!important;border-right:2px solid var(--text)!important}html.dark .switch-toggle small{color:var(--text)!important}html.dark .switch-toggle label input:checked+span{background:#4051b6!important}html.dark .adv_more_filters{background:var(--bg_lighter);color:var(--text)}html.dark .adv_more_filters i{background:var(--text);color:#fff}html.dark .nice-select .option:hover,html.dark .nice-select .option.focus,html.dark .nice-select .option.selected.focus{background-color:var(--bg_lighter)!important;color:var(--text)!important}html.dark #adv_search_more{background:var(--bg2);box-shadow:none}html.dark #adv_search_more::after{border-bottom-color:#fff}html.dark .cat_title_more{color:var(--bg_darker)!important}html.dark .cat_title_more i{background:var(--bg_darker);color:#fff}html.dark .big_cat_title .icon{color:var(--bg_darker);opacity:.2!important}html.dark .big_cat_title .cat_title_badge{color:var(--bg_darker)!important}html.dark .film_cat .film_overlay .censored{border:solid 4px var(--shadow_color)}html.dark .slider .slider_info h2{color:#fff}html.dark .slider .mask_gradient{background:linear-gradient(0deg,#000000ba,transparent)}html.dark .slider_actions{color:#fff}html.dark .film_cat .film_overlay .sub{border:solid 4px var(--shadow_color)}html.dark .film_cat .film_overlay .dobed{border:solid 4px var(--shadow_color)}html.dark .mixed-slider .film_cat .film_overlay .censored{border:solid 4px var(--shadow_color)}html.dark .mixed-slider .film_cat .film_overlay .sub{border:solid 4px var(--shadow_color)}html.dark .mixed-slider .film_cat .film_overlay .dobed{border:solid 4px var(--shadow_color)}.form-control:focus{outline:none!important}.top-fixed-now0{background:var(--bg_darker)!important;z-index:999999;backdrop-filter:blur(8px)}html.dark .top-fixed-now0{background:var(--bg_lighter)!important;z-index:999999}html.dark .top-fixed-now0 a{color:var(--text)!important}html.dark .post2 .post_details .post_meta li strong .icon{color:#fff}html.dark .post2 .imdbRating_holder .imdbRate_nums small{color:var(--text)}.featured button.owl-prev .slider_actions,.featured button.owl-next .slider_actions{left:0}.mixed-slider .film_cat{max-width:220px}.postItem{background:var(--bg2);padding:20px 10px 15px;border-radius:15px;box-shadow:0 0 13px #10101438;margin-bottom:23px;text-align:center}.postItem .postItem_image img{max-width:100%;width:169px;height:169px;object-fit:cover;border-radius:10px;margin-bottom:10px;background:var(--bg)}.postItem .postItem_title h2{font-size:16px;padding:10px 0 0;margin-bottom:0;color:var(--text);font-weight:300}.content__header h1{font-size:20px;color:var(--text);display:inline-block}.image-round img{border-radius:15px!important}.film_overlay2_meta img{border-radius:0px!important}.elementor_carousel .owl-stage-outer{padding:15px 0}.elementor_stars img{max-width:138px!important;max-height:138px!important;object-fit:cover!important}.mal_holder .imdbLogo{background:#2e51a2!important;color:#fff;font-family:Impact,sans-serif;font-weight:700}.mal_holder .imdbLogo::after{border-color:#fff0 #2e51a2 #fff0 transparent!important}.mal_holder .imdbRate_nums strong{color:#2e51a2!important}.req_type_wrap{display:inline-flex;background:var(--bg_lighter);padding:10px 2px;align-items:center;justify-content:space-around;min-width:120px;border-radius:5px}.req_type_wrap span{background:#fff0;cursor:pointer;padding:5px 10px;transition:all .3s}.req_type_wrap span.active{background:var(--primaryColor);border-radius:4px;color:#fff}.req_heading{color:#d3d3d3;font-weight:400;font-size:14px}.table_badge{border:1.5px solid #ffad49;border-radius:10px;color:#ffad49;padding:5px 10px;white-space:nowrap;font-size:12px}.table_badge.green{border:1.5px solid #07c462;color:#07c462}.table_badge.red{border:1.5px solid #ff4949;color:#ff4949}.table_badge.blue{border:1.5px solid #36b9d5;color:#36b9d5}.table_badge.purple{border:1.5px solid #7636d5;color:#7636d5}.sidebar .nav_panel .sub-menu{margin-bottom:0!important}.sidebar .nav_panel .sub-menu i{font-size:12px;vertical-align:middle}.flex-1{flex:1!important}#dep{outline:none!important}.ticket_info{background:var(--bg_lighter);padding:10px;border-radius:4px;font-size:13px;display:flex}.ticket_info div{margin-left:10px;display:flex;align-items:center}.ticket_info div i{width:30px;height:30px;background:var(--primaryColor);border-radius:50%;display:inline-flex;justify-content:center;align-items:center;margin-left:10px}.ticket_msg img{border-radius:50%;margin-left:15px}.ticket_msg .ticket_msg_box{background:var(--bg_lighter);padding:10px;border-radius:5px;font-size:14px;min-width:50%;position:relative;word-wrap:break-word}.show_ticket_wrap .left_side{width:80%}.ticket_info_wrap{padding:10px;position:sticky;top:30px;border-left:solid 1px #32323e;height:100%}.ticket_info_data{font-size:13px;margin-bottom:10px}.ticket_info_data i{margin-left:5px;background:var(--primaryColor);padding:5px;border-radius:4px}.ticket_info_wrap .table_badge{font-size:13px}.ticket_title span{background:var(--bg);padding:2px 10px;border-radius:10px;margin:0 10px;font-size:11px}.show_ticket_wrap .right_side{width:20%}.ticket_msg .ticket_msg_box::before{content:'';display:block;width:0;height:0;border-color:#fff0 #fff0 #fff0 var(--bg_lighter);border-style:solid;border-width:6px 0 6px 10.4px;position:absolute;top:18px;z-index:1;left:auto;right:-8px}.ticket_msg .ticket_msg_info{border-top:solid 1px rgb(87 87 105 / 28%);margin-top:10px;padding-top:5px;font-size:13px}.ticket_send_form{margin-top:30px;position:relative;padding:0 7px;display:flex;gap:10px}.ticket_send_form textarea{min-height:100px;width:auto!important;flex:1}.ticket_send_form button{line-height:0;height:38px;background:var(--primaryColor);color:var(--text);border:none;border-radius:5px;font-size:15px;display:flex;align-items:center;justify-content:center;margin-top:5px;margin-right:7px;font-size:13px}.ticket_send_form button i{margin-left:5px}.ticket_msg.reply_support{flex-direction:row-reverse}.ticket_msg.reply_support .ticket_msg_box::before{left:-16px;right:auto;border-color:#fff0 var(--primaryColor) #fff0 #fff0;border-width:6px 6px 6px 10px}.ticket_msg.reply_support img{margin-left:0;margin-right:15px}.ticket_msg.ticket_msg.reply_support .ticket_msg_box{background:var(--primaryColor)}.panel_notfound img{max-width:150px;max-height:150px}.panel_notfound h3{font-size:18px;font-weight:600}html.dark .panel_notfound h3{color:var(--text)}.movie_score{color:var(--text);font-family:sans-serif;font-weight:400;font-size:14px;display:flex;align-items:center;margin-left:10px}.movie_score img{margin-right:5px}html.dark.movie_score{color:var(--text)}.post_vote{color:var(--text);margin-left:20px;display:flex}.post_vote_up::after{content:'';height:100%;background:var(--bg2)fff;border-left:solid 2px #2e2f38;margin-right:15px}.post_vote img{margin-left:2px}.post_vote svg{margin-left:2px;width:19px;height:19px;fill:#fff;transition:all .2s}.post_vote .post_vote_up,.post_vote .post_vote_down{font-size:15px;background:none;color:var(--text);border:none;outline:none;padding:0 4px;transition:all .2s}.post_vote_up:hover,.post_vote_down:hover{color:#ffad49}.post_vote_up:hover svg,.post_vote_down:hover svg{fill:#ffad49;}.post_vote .vote_stats{display:flex;align-items:center;color:#ffad49;margin-right:15px}.post_vote .vote_stats span{font-weight:400;font-size:14px}.post_vote .vote_stats small{margin-right:3px}.post_vote .vote_stats svg{position:relative;top:-2px;margin-left:5px;fill:#ffad49}.post_meta--left{text-align:left}.post_meta--left span{background:#30303c;display:inline-block;padding:0 4px;border-radius:2px;font-family:sans-serif;font-size:13px;margin-right:5px}.post2 .post_image .post_image--inner{position:relative}.playonline_badge{position:absolute;top:0;left:0;width:32px;height:32px;border-radius:50%;background:var(--bg_lighter);display:flex;align-items:center;justify-content:center;line-height:0;color:var(--text);font-size:17px;margin:5px}html.dark .report_modal .report_modal--close{color:var(--text)}.responsive_table{overflow:auto}.rcp-table td:before{margin-left:unset!important}.rcp-table-wrapper h3{display:none}.rcp-table a button{white-space:nowrap;margin-block:5px;cursor:pointer;font-size:.8em;background:#fff0;outline:none;border:navajowhite;font-size:13px;color:var(--text)}.vip_modal_center{display:flex;justify-content:center;align-items:center;flex-direction:column;color:var(--text)}html.dark .vip_modal_center{color:var(--text)}html.dark .modal-content{background:var(--bg2)!important;border-radius:10px}html.dark .modal-body{border-radius:10px}.modal-body{border-radius:10px!important}.vip_modal_center img{width:100%;height:180px;object-fit:contain}.vip_modal_center .cta a{background:#ffcf36;padding:7px 20px;display:inline-block;border-radius:5px;font-weight:500;color:var(--text);margin:0 10px;transition:all .2s}.vip_modal_center .cta a:hover{padding:7px 20px;display:inline-block;border-radius:5px;font-weight:500;color:var(--text);margin:0 10px;opacity:.8}.vip_modal--close{width:30px;height:30px;display:flex;justify-content:center;align-items:center;font-size:10px;background:#0000002b;border:none;outline:none;position:absolute;top:0;left:0;margin:10px;color:var(--text);border-radius:50%}.toggle_more_default{background:none;border:none;color:var(--text);display:flex;align-items:center;border-radius:50px;margin-bottom:20px;background:var(--bg2);padding:15px 30px 15px 10px}.toggle_more_default i{margin:0 10px;background:var(--bg);width:27px;height:27px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:13px;transition:all .2s}.default_style_more{display:none}.toggle_more_default i.open{transform:rotate(-90deg)}.stars_header h4{display:inline-block;font-size:17px;font-weight:700;color:var(--text)}.stars_header i{color:#ffc107}.single_cast_default{text-align:center;color:var(--text)}.single_cast_default a{color:var(--text);text-align:center;display:flex;flex-direction:column;align-items:center}.single_cast_default img{background:#000;max-height:108px;border-radius:50%;object-fit:cover;max-width:108px!important;width:108px!important;object-fit:cover}.single_cast_default .owl-prev{position:absolute;right:0;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:var(--bg)!important;border-radius:50%}.single_cast_default .owl-next{position:absolute;left:0;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:var(--bg_lighter2)!important;border-radius:50%}.single_cast_default .owl-prev.disabled{opacity:.2}.single_cast_default .owl-next.disabled{opacity:.2}.single_cast_default .stars_title{font-size:14px;color:var(--text);margin:10px 0}html.dark .toggle_more_default{color:var(--text)}html.dark .toggle_more_default i{color:#fff;background:var(--text)}html.dark .stars_header h4{color:var(--text)}html.dark .single_cast_default .stars_title{color:var(--text)}html.dark .single_cast_default .owl-prev{background-color:var(--text)!important}html.dark .single_cast_default .owl-next{background-color:var(--text)!important}.download_inner small,.accordion-button small{color:#d5a11d;background:rgb(213 161 29 / 15%);font-weight:500;border-radius:5px;font-size:12px;padding:3px 5px;margin-right:10px}.blog_slider{overflow:hidden;border-radius:10px}.blog_slider .blog_slider__title{background:var(--bg2);padding:15px;border-radius:0 0 10px 10px;color:var(--text)}.blog_slider .blog_slider__title a{color:var(--text)}.blog_slider .blog_slider__title h2{font-size:18px}.blog_slider .blog_slider__title ul{margin-bottom:0}.blog_slider .blog_slider__title ul li{list-style:none;display:inline-block;margin-left:10px}.blog_slider .owl-dots{bottom:110px;position:absolute;left:50%;transform:translateX(-50%)}.blog_slider .owl-dots .owl-dot{width:13px;height:13px;opacity:.2;background:var(--bg2)!important}.blog_slider .owl-dots .owl-dot.active{width:13px;height:13px;opacity:1}.blog_slider .owl-prev{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:var(--bg)54!important;border-radius:10px;color:#fff!important}.blog_slider .owl-next{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:var(--bg)54!important;border-radius:10px;color:#fff!important}.blog_slider .owl-prev.disabled{opacity:.2}.blog_slider .owl-next.disabled{opacity:.2}.blog_carousel{border-radius:10px}.blog_carousel .blog_carousel__title{background:var(--bg2);padding:15px;border-radius:0 0 10px 10px;color:var(--text);min-height:120px}.blog_carousel img{border-radius:10px 10px 0 0;object-fit:cover;height:220px}.blog_carousel .blog_carousel__title a{color:var(--text)}.blog_carousel .blog_carousel__title h2{font-size:18px}.blog_carousel .blog_carousel__title ul{margin-bottom:0}.blog_carousel .blog_carousel__title ul li{list-style:none;display:inline-block;margin-left:10px}.blog_carousel .owl-dots{bottom:110px;position:absolute;left:50%;transform:translateX(-50%)}.blog_carousel .owl-dots .owl-dot{width:13px;height:13px;opacity:.2;background:var(--bg2)!important}.blog_carousel .owl-dots .owl-dot.active{width:13px;height:13px;opacity:1}.blog_carousel .owl-prev{position:absolute;right:0;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:var(--bg)54!important;border-radius:10px;color:#fff!important;margin-right:-20px}.blog_carousel .owl-next{position:absolute;left:0;margin-left:-20px;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:var(--bg)!important;border-radius:10px;color:#fff!important}.blog_carousel .owl-prev.disabled{opacity:.2}.blog_carousel .owl-next.disabled{opacity:.2}.blog_carousel h3{color:var(--text);font-size:20px;margin-bottom:20px}html.dark .blog_carousel h3{color:var(--text)}html.dark .home_blog .blog_carousel a{background:var(--bg2)}html.dark .home_blog .blog_item{background:var(--bg2)!important;box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text);border-radius:10px!important}html.dark .blog_slider__title,html.dark .blog_carousel__title,html.dark{background:var(--bg2)!important}html.dark .blog_slider__title a,html.dark .blog_carousel__title a{color:var(--text)}html.dark .blog_carousel__heading a{background:var(--bg2)!important;box-shadow:0 10px 15px 0 var(--shadow_color)!important;border:1px solid var(--bg_lighter)!important;color:var(--text)!important}html.dark .blog_carousel .owl-next,html.dark .blog_carousel .owl-prev{background:var(--bg2)!important;box-shadow:0 10px 15px 0 var(--shadow_color)!important;border:1px solid var(--bg_lighter)!important;color:var(--text)!important}.go_top{position:fixed;bottom:0;right:-100px;padding:10px;color:#fff;width:50px;height:50px;margin:15px;display:flex;align-content:center;align-items:center;font-size:15px;border-radius:50px;z-index:99;transition:all 0.3s;border:none;display:flex;justify-content:center}.comment_spoiler{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;padding:18px;background:color-mix(in srgb,var(--bg2) 74%,transparent);display:flex;justify-content:center;align-items:center;z-index:2}.has_spoil .comment_box{filter:blur(4px)}.comment_spoiler__content{display:inline-flex;align-items:center;justify-content:center;gap:12px;max-width:100%;min-height:48px;padding:8px 14px;border-radius:999px;color:var(--text);background:color-mix(in srgb,var(--bg) 64%,transparent);white-space:nowrap}.comment_spoiler i{margin:0;color:#ff8f55;font-size:22px}.comment_spoiler span{font-size:14px;font-weight:800}.comment_spoiler .show_comment{border:1px solid rgb(255 255 255 / .78);border-radius:999px;color:var(--text);background:transparent!important;padding:6px 14px;font-size:13px;font-weight:800;transition:all .3s}.comment_spoiler .show_comment:hover{opacity:.8}.spoiler_bg{background:var(--bg2)}.post_minimal{padding:0}.post_minimal_image{margin:0;background-size:cover;background-position:top left;height:155px;position:relative;border-radius:12px}.post_minimal_image img{width:95px;height:140px;min-width:95px;min-height:140px;max-width:95px;max-height:140px;background:rgb(255 255 255 / 7.5%);border-radius:.5em;z-index:2;position:relative;margin:8px}html.dark .post_minimal__rs{background:linear-gradient(to left,#fff 105px,transparent)}html.dark .post_minimal__bs{background:linear-gradient(to top,#fff 0,transparent)}.post_minimal__rs{width:75%;height:100%;position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(to left,var(--bg2) 105px,transparent);border-top-right-radius:.5em}.post_minimal__bs{width:100%;height:70%;position:absolute;left:0;right:0;bottom:0;background:linear-gradient(to top,var(--bg2) 0,transparent)}.post_minimal h2{font-size:17px;color:var(--text);font-weight:600}.post_minimal_details{margin:10px;color:var(--text)}.post_minimal_details p{font-size:14px;margin-top:10px;color:var(--text);font-weight:300}.post_minimal_download{display:block;text-align:center;background:var(--primaryColor);padding:10px;border-radius:10px;color:#fff;font-size:14px;font-weight:500;transition:all .2s;margin-top:30px}.post_minimal_download:hover{color:#fff;opacity:.7}.post_minimal__badges{display:flex;margin:30px 1px 0}.post_minimal__badges li{display:flex;flex-direction:column;align-items:center;margin-left:10px}.post_minimal__badges li.yellow i{background:linear-gradient(to right,#f9d423,#e69d00)}.post_minimal__badges li.yellow{color:#e69d00}.post_minimal__badges li.orange i{background-image:linear-gradient(147deg,#FFE53B 0%,#FF2525 74%)}.post_minimal__badges li.orange{color:#FF2525}.post_minimal__badges li.cyan i{background:linear-gradient(to right,#00cdac,#02aab0)}.post_minimal__badges li.cyan{color:#02aab0}.post_minimal__badges li.blue i{background:linear-gradient(to right,#0072ff,#00c6ff)}.post_minimal__badges li.blue{color:#00c6ff}.post_minimal__badges li.red i{background:linear-gradient(90deg,hsl(279 95% 49%) 0%,hsl(295 96% 50%) 100%)}.post_minimal__badges li.red{color:hsl(295 96% 50%)}.post_minimal__badges li.blue_mal i{background:linear-gradient(to right,#0072ff,#2e51a2)}.post_minimal__badges li.blue_mal{color:#2e51a2}.post_minimal__badges li i{width:40px;height:40px;background:#000;display:flex;justify-content:center;align-items:center;border-radius:10px;font-size:20px;line-height:0;color:#fff!important}.post_minimal__badges li span{font-size:13px;margin-top:5px}html.dark .post_minimal_details p{color:var(--text);opacity:.7}.free_badge{color:#ff2a2a!important;background:rgb(255 42 42 / 15%)!important;font-weight:500;border-radius:5px;font-size:12px;padding:3px 5px;margin-right:10px}.widget.loading{display:block;text-align:center}.share_modal .filed-link{border:1px solid var(--bg_lighter2);border-radius:5px;margin:30px 0 5px;overflow:hidden;padding:5px 0;position:relative;font-size:15px}.share_modal .filed-link label{align-items:center;background:var(--bg_lighter2);border-right:1px solid var(--bg_lighter2);color:var(--text);display:flex;font-size:15px;height:100%;justify-content:center;left:0;line-height:0;padding:15px;position:absolute;top:0;width:50px}.share_modal #shareLink{border:none;font-family:sans-serif;outline:none;padding:9px 0 9px 60px;text-align:left;width:100%;background:#fff0;color:#d3d3d3}.share_modal .filed-link .copy-text-btn{background:var(--bg_lighter2);border-radius:3px;color:var(--text);cursor:pointer;line-height:0;margin-right:10px;padding:7px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}html.dark .share_modal .filed-link{border-color:var(--bg_lighter)}html.dark .share_modal .filed-link .copy-text-btn{background:#fff}html.dark .share_modal .filed-link label{background:var(--bg_lighter);border-right:1px solid var(--bg_lighter);color:var(--text)}html.dark .share_modal #shareLink{color:var(--text)}html.dark .sidebar_bottom{background:var(--bg_lighter);color:var(--bg_darker)}html.dark .account_details span{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text)}html.dark .panel_header__btn a,html.dark .panel_header__btn button{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text)}html.dark .panel_header__user,html.dark .panel_sidebar__header a{color:var(--bg_darker)}.sidebar_carousel2 .owl-stage-outer{padding:45px 0 55px;overflow-x:hidden}.sidebar_carousel2 .owl-item{opacity:.5;filter:grayscale(.3);transform:scale(.82);transition:transform .4s ease,opacity .4s ease,filter .4s ease}.sidebar_carousel2 .owl-item.center{opacity:1;filter:none;transform:scale(1.08)}.sidebar_carousel2 .item2__mask{transform:scale(.8)}.sidebar_carousel2 .owl-prev{position:absolute;right:0;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:var(--bg_lighter)!important;border-radius:50%;color:#fff!important;border-radius:50% 0 0 50%}.sidebar_carousel2 .owl-next{position:absolute;left:0;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:var(--bg_lighter)!important;border-radius:50%;color:#fff!important;border-radius:0 50% 50% 0}.widget-bg .widget_title{border-bottom:solid 1px var(--bg_lighter);padding:15px 15px 5px}html.dark .widget-bg .widget_title{border-bottom:solid 1px var(--bg_lighter)}.comfort-slider{direction:ltr;margin-top:50px}.comfort-slider .owl-item{margin:15px 0 0}.comfort-slider .film_cat img{height:auto}.comfortSlider_wrap{padding:85px 0 30px;display:block;height:750px}.comfortSlider_wrap .leftSide h2{font-weight:700;color:#fff;z-index:2;text-align:left;font-size:36px}.comfortSlider_wrap .mixed_slider_bg{position:absolute;left:0;top:0;height:750px;width:100%;object-fit:cover}.comfortSlider_wrap .mixed_slider_link{z-index:2}.comfortSlider_wrap .dark_bg{background:linear-gradient(0deg,var(--bg) 30%,#fff0);width:100%;height:750px;position:absolute;right:0;top:0;z-index:1}.comfortSlider_wrap .mixed_imdb{z-index:2;text-align:left;display:flex;justify-content:center;flex-direction:column;align-items:flex-end;color:#fff}.comfortSlider_wrap .mixed_imdb .imdbLogo{text-align:center;background:#efc019;padding:0 10px;margin:0;border-radius:7px;position:relative;max-width:70px}.comfortSlider_wrap .mixed_imdb .imdbRate_nums{font-family:impact;direction:ltr;font-size:28px}.comfortSlider_wrap .mixed_imdb .imdbRate_nums small{font-size:13px}.comfortSlider_wrap .mixed_slider_rate{background:#00000073;border-radius:12px;padding:10px 15px;color:var(--text);z-index:2;font-size:13px;margin-bottom:20px;font-weight:400;font-family:sans-serif,dana,iranSans,iranyekan}.comfortSlider_wrap .mixed_slider_icon{z-index:2;color:#fff;font-size:29px;background:rgb(255 255 255 / 20%);width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:0;backdrop-filter:blur(5px);transition:all .2s;position:absolute;right:calc(50%);left:auto;top:190px}.comfortSlider_wrap .mixed_slider_icon:hover{color:var(--text);transform:scale(1.2)}.comfortSlider_wrap .mixed_slider_icon::before{content:"";border:solid 1px rgb(255 255 255 / 50%);width:100px;height:100px;background:#fff0;position:absolute;border-radius:50%}.comfortSlider_wrap .mixed_slider_icon::after{content:"";border:solid 1px rgb(255 255 255 / 50%);width:130px;height:130px;background:#fff0;position:absolute;border-radius:50%}.comfort-slider .owl-item{transition:all .3s}.comfort-slider .owl-item.center{transform:scale(1.2)}.comfort-slider .owl-stage-outer{padding:40px 0}.cinemoraSlider_wrap{position:relative;min-height:680px;overflow:hidden;isolation:isolate;padding:92px 0 28px;color:var(--text);background:var(--bg)}.cinemora_backdrop,.cinemora_bg,.cinemora_vignette,.cinemora_scan{position:absolute;inset:0}.cinemora_backdrop{z-index:-1;overflow:hidden}.cinemora_bg{width:100%;height:100%;object-fit:cover;transform:scale(1.08);filter:saturate(1.12) contrast(1.08);opacity:.82;transition:opacity .45s ease,transform 7s ease,filter .45s ease}.cinemoraSlider_wrap.is-changing .cinemora_bg{opacity:.35;transform:scale(1.14);filter:saturate(.85) contrast(1.2) blur(2px)}.cinemora_vignette{background:radial-gradient(circle at 72% 35%,color-mix(in srgb,var(--primaryColor) 28%,transparent),transparent 26%),linear-gradient(90deg,var(--bg) 0%,color-mix(in srgb,var(--bg) 82%,transparent) 34%,color-mix(in srgb,var(--bg) 42%,transparent) 62%,color-mix(in srgb,var(--bg) 88%,transparent) 100%),linear-gradient(0deg,var(--bg) 0%,color-mix(in srgb,var(--bg) 24%,transparent) 36%,color-mix(in srgb,var(--bg) 92%,transparent) 100%)}.cinemora_scan{opacity:.2;background-image:repeating-linear-gradient(0deg,color-mix(in srgb,var(--text) 18%,transparent) 0,color-mix(in srgb,var(--text) 18%,transparent) 1px,transparent 1px,transparent 7px);mix-blend-mode:overlay;animation:cinemoraScan 8s linear infinite}.cinemora_content{position:relative;z-index:2}.cinemora_hero{min-height:300px;display:flex;flex-direction:row;align-items:center;gap:28px;justify-content:center}.cinemora_active_poster{position:relative;width:170px;flex:0 0 170px;display:block;border-radius:16px;overflow:hidden;box-shadow:0 26px 70px color-mix(in srgb,var(--primaryColor) 22%,transparent),0 28px 90px rgb(0 0 0 / .34);transition:opacity .35s ease,transform .58s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,filter .35s ease}.cinemora_active_poster::before,.cinemora_active_poster::after{content:"";position:absolute;inset:0;pointer-events:none}.cinemora_active_poster::before{z-index:2;background:linear-gradient(115deg,transparent 0%,color-mix(in srgb,var(--primaryColor) 24%,transparent) 42%,transparent 64%);transform:translateX(-135%) skewX(-14deg);transition:transform .72s cubic-bezier(.2,.8,.2,1)}.cinemora_active_poster::after{border:1px solid color-mix(in srgb,var(--primaryColor) 48%,transparent);border-radius:inherit}.cinemora_poster_img{width:100%;aspect-ratio:2 / 3;object-fit:cover;display:block;transform:scale(1.02);transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .45s ease}.cinemoraSlider_wrap.is-changing .cinemora_active_poster{opacity:.35;filter:saturate(.8);transform:translateY(18px) rotate(5deg) scale(.92)}.cinemoraSlider_wrap.is-changing .cinemora_active_poster::before{transform:translateX(135%) skewX(-14deg)}.cinemoraSlider_wrap.is-changing .cinemora_poster_img{transform:scale(1.14);filter:blur(1px)}.cinemora_copy{min-width:0;flex:1}.cinemora_kicker{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:color-mix(in srgb,var(--text) 72%,transparent);font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase;margin-bottom:14px}.cinemora_kicker span{color:var(--primaryColor)}.cinemora_year{border:1px solid color-mix(in srgb,var(--text) 22%,transparent);border-radius:999px;padding:5px 12px;color:color-mix(in srgb,var(--text) 84%,transparent);transition:opacity .34s ease .06s,transform .42s cubic-bezier(.2,.8,.2,1) .06s}.cinemora_title_link{color:var(--text);text-decoration:none}.cinemora_title{max-width:680px;font-size:41px;line-height:1;font-weight:900;margin:0 0 18px;text-shadow:0 20px 80px rgb(0 0 0 / .8);transition:opacity .35s ease .1s,transform .48s cubic-bezier(.2,.8,.2,1) .1s}.cinemoraSlider_wrap.is-changing .cinemora_title{opacity:0;transform:translateY(18px)}.cinemoraSlider_wrap.is-changing .cinemora_year{opacity:0;transform:translateY(-10px)}.cinemora_meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:16px}.cinemora_rate,.cinemora_imdb{min-height:42px;display:inline-flex;align-items:center;gap:9px;border:1px solid color-mix(in srgb,var(--primaryColor) 24%,transparent);background:color-mix(in srgb,var(--bg) 74%,transparent);color:var(--text);border-radius:999px;padding:9px 16px;backdrop-filter:blur(14px);box-shadow:0 18px 44px rgb(0 0 0 / .22);transition:opacity .34s ease .16s,transform .44s cubic-bezier(.2,.8,.2,1) .16s,border-color .25s ease,background .25s ease}.cinemora_imdb svg{background:#f5c518;color:#000;fill:#000;border-radius:4px;padding:3px 6px;box-sizing:content-box}.cinemora_imdb strong{font-family:sans-serif,dana,iranSans,iranyekan;font-size:20px;direction:ltr}.cinemora_story{max-width:800px;margin:0 0 15px;color:color-mix(in srgb,var(--text) 78%,transparent);font-size:14px;line-height:2;direction:rtl;text-align:right;transition:opacity .34s ease .22s,transform .46s cubic-bezier(.2,.8,.2,1) .22s}.cinemora_facts{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.cinemora_facts span{color:color-mix(in srgb,var(--text) 82%,transparent);border:1px solid color-mix(in srgb,var(--text) 15%,transparent);background:color-mix(in srgb,var(--bg) 68%,transparent);border-radius:999px;padding:6px 12px;font-size:12px;transition:opacity .34s ease .28s,transform .46s cubic-bezier(.2,.8,.2,1) .28s,border-color .25s ease,background .25s ease}.cinemora_imdb.is-hidden,.cinemora_rate.is-hidden,.cinemora_year.is-hidden,.cinemora_story.is-hidden,.cinemora_facts span.is-hidden{display:none}.cinemora_watch_btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:var(--primaryColor);font-size:14px;font-weight:800;padding:0 24px;text-decoration:none;box-shadow:0 16px 42px color-mix(in srgb,var(--primaryColor) 28%,transparent),0 22px 64px rgb(0 0 0 / .32);transition:opacity .34s ease .34s,transform .46s cubic-bezier(.2,.8,.2,1) .34s,box-shadow .25s ease,filter .25s ease}.cinemora_watch_btn:hover{color:#fff;transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 20px 54px color-mix(in srgb,var(--primaryColor) 34%,transparent),0 28px 76px rgb(0 0 0 / .42)}.cinemoraSlider_wrap.is-changing .cinemora_rate,.cinemoraSlider_wrap.is-changing .cinemora_imdb,.cinemoraSlider_wrap.is-changing .cinemora_story,.cinemoraSlider_wrap.is-changing .cinemora_facts span,.cinemoraSlider_wrap.is-changing .cinemora_watch_btn{opacity:0;transform:translateY(16px);transition-delay:0s}.cinemora_carousel_shell{margin-top:10px}.cinemora-slider{direction:ltr}.cinemora-slider .owl-stage-outer{padding:36px 0 28px}.cinemora-slider .owl-item{opacity:.44;transform:none;transition:opacity .45s ease,transform .45s ease,filter .45s ease;filter:grayscale(.25);transform:scale(.9)!important}.cinemora-slider .owl-item.center{opacity:1;transform:scale(1.08)!important;filter:none}.cinemora-slider .owl-item.center+.owl-item{opacity:.44;filter:grayscale(.25)}.cinemora-slider .film_cat{transform-origin:center bottom;transition:transform .35s ease,box-shadow .35s ease,opacity .35s ease}.cinemora-slider .film_cat img{width:100%;object-fit:cover;box-shadow:0 28px 70px rgb(0 0 0 / .55);transition:box-shadow .35s ease,filter .35s ease}.cinemora-slider .owl-item.center .film_cat{animation:cinemoraCardIn .58s cubic-bezier(.2,.8,.2,1) both}.cinemora-slider .owl-item.center .film_cat img{box-shadow:0 30px 82px color-mix(in srgb,var(--primaryColor) 18%,transparent),0 28px 70px rgb(0 0 0 / .55)}.cinemora-slider .owl-dots{display:flex;justify-content:center;gap:7px}.cinemora-slider .owl-dot{width:22px;height:3px;border-radius:999px;background:color-mix(in srgb,var(--text) 32%,transparent)!important;transition:width .25s ease,background .25s ease}.cinemora-slider .owl-dot.active{width:48px;background:var(--primaryColor)!important}html.dark .cinemoraSlider_wrap{color:var(--text)}html.dark .cinemora_title_link{color:var(--text)}html.dark .cinemora_story{color:color-mix(in srgb,var(--text) 78%,transparent)}html.dark .cinemora_facts span,html.dark .cinemora_rate,html.dark .cinemora_imdb{color:var(--text)}@keyframes cinemoraPulse{0%{opacity:.75;transform:scale(.82)}100%{opacity:0;transform:scale(1.35)}}@keyframes cinemoraScan{from{transform:translateY(-24px)}to{transform:translateY(24px)}}@keyframes cinemoraCardIn{from{opacity:0;transform:translateY(18px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@media only screen and (min-width:1500px){.cinemora_title{font-size:41px}}@media only screen and (max-width:991px){.cinemoraSlider_wrap{min-height:620px;padding:76px 0 26px}.cinemora_hero{min-height:300px;max-width:560px;gap:20px}.cinemora_active_poster{width:132px;flex-basis:132px}.cinemora_title{font-size:41px}.cinemora-slider .owl-stage-outer{padding:32px 0 28px}}@media only screen and (max-width:575px){.cinemoraSlider_wrap{min-height:360px;padding:56px 0 20px}.cinemora_hero{min-height:240px;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.cinemora_active_poster{display:none}.cinemora_copy{width:100%}.cinemora_kicker,.cinemora_meta,.cinemora_facts{justify-content:center}.cinemora_title{font-size:32px;line-height:1.05}.cinemora_story{max-height:82px;overflow:hidden;font-size:12px;line-height:1.8;text-align:center}.cinemora_meta{gap:8px;margin-bottom:22px}.cinemora_rate,.cinemora_imdb{min-height:36px;padding:7px 12px;font-size:12px}.cinemora_watch_btn{min-height:42px;padding:0 18px;font-size:12px}.cinemora_carousel_shell{display:none}}.otp-form .otp-field{font-size:1rem;line-height:2.3rem;text-align:center;border:solid 2px var(--bg2);outline:none;background:none;width:100%;height:auto;color:var(--text);border-radius:5px;transition:all .3s}.otp-form .otp-field:hover{border-color:#3b3b45}.otp-form .otp-field:focus{border-color:#3b3b45}.otp_cta{margin:20px 0}.otp_cta .submit_auth_2{width:100%!important;margin:0}.film_cat2 .film_overlay{position:absolute;top:7px;right:2px;transition:all .3s;white-space:nowrap;z-index:9;transform:none}.film_cat2 .film_overlay span{border:none!important;padding:4px 7px!important;font-size:12px!important}.film_cat2 .score_danger{border-color:#ff004e!important}.film_cat2 .score_warn{border-color:#eac016!important}.film_cat2 .score_green{border-color:#2dcd70!important}.film_cat2 .imdb_score_circle{box-shadow:0 0 6px rgb(0 0 0 / 42%);border:2px solid #2dcd70;position:absolute;top:5px;left:7px;line-height:0;width:32px;height:32px;background:rgb(28 28 35 / 57%);color:var(--text);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;backdrop-filter:blur(2px);font-weight:700;transition:all .3s;font-feature-settings:initial}.film_cat2 .film_overlay2{z-index:1!important}.film_cat2 .film_overlay2 p{text-align:right;color:#bfbebe;font-size:13px;direction:rtl}.film_cat2 .film_overlay2 i{width:25px;height:25px;background:#eb3a3a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff}.film_cat2:hover .film_overlay{transform:scale(0)}.film_cat2:hover .imdb_score_circle{transform:scale(0)}.film_cat2:hover .rotten{transform:scale(0)}.post2 .badge-v{color:#aa7df2;background-color:rgb(170 125 242 / 14%);font-size:12px;padding:2px 7px;border-radius:3px;display:inline-block;margin:0 5px}.widget_title .nav-link{position:relative}.widget_title .nav-link.active::after{content:'';width:0;height:0;border-style:solid;border-width:0 5px 6px 5px;border-color:#fff0 #fff0 var(--primaryColor) #fff0;position:absolute;right:50%;bottom:-6px;transform:translateX(50%) rotate(180deg);transition:all .3s}ul.timeline{list-style-type:none;position:relative}ul.timeline:before{content:' ';background:var(--bg_lighter2);display:inline-block;position:absolute;right:29px;width:2px;height:100%;z-index:400}ul.timeline>li{margin:20px 0;padding-right:40px}ul.timeline>li:before{content:'';background:var(--bg_lighter2);display:inline-block;position:absolute;border-radius:50%;right:20px;width:20px;height:20px;z-index:400}.timeline__title{color:#fff!important}html.dark ul.timeline:before{background:var(--bg_darker)}html.dark ul.timeline>li:before{background:var(--bg_darker);border-color:var(--bg_darker)}html.dark .timeline__title{color:var(--bg_darker)!important}.casual_single{position:relative}.casual_single .single_hero{padding:100px 0 70px;background:linear-gradient(to bottom,#fff0,#1c1c22a8)}.casual_single .single_cover img{max-width:100%;height:auto;border-radius:10px;width:100%}.casual_single__bg{position:absolute;right:0;left:0;height:100%;opacity:.4;top:0;background-position:center 50%;background-repeat:no-repeat;z-index:-1;background-size:cover}.casual_single .single_hero h1{color:#fff;font-size:1.4rem;font-weight:600;display:flex;align-items:center;margin-bottom:15px}.casual_single .single_hero h1 small{margin-right:5px;font-weight:400;font-size:14px}.casual_single .post_update i{margin-left:5px}.casual_single .post_update{background:linear-gradient(to right,#fff0,rgb(255 160 68 / .39));padding:8px 10px;border-radius:10px;display:inline-flex;color:#fff;font-size:14px;font-weight:300;align-items:center;margin:0 0 10px}.post_header_meta .post_update{color:#ffae00;margin:5px 0 10px;display:block}.casual_single .post_genre{margin:10px 0}.casual_single .post_genre a{background:#fff0;padding:4px 9px;border:solid 1px #dddddd52;border-radius:11px;color:#fff;font-size:14px;transition:all .3s;font-weight:300;display:inline-block;margin:0 2px 5px}.casual_single .post_genre a:hover{border-color:var(--primaryColor);color:var(--primaryColor)}.post_runtime{border-radius:5px;color:#fff;font-size:13px;font-weight:500;margin:10px 0;display:block}.post_runtime i{color:#ffc107}.post_genre__label{display:inline-block;color:#fff;font-size:14px;margin-left:5px}.post_runtime a{color:var(--white);font-weight:600;transition:all .3s;opacity:.7}.post_runtime a:hover{opacity:1}.post_story{border-radius:5px;color:#fff;font-size:14px;margin:10px 0;display:inline-block;line-height:2;margin-bottom:20px}.post_story p{padding:0;margin:0;max-width:600px}.post_actor{color:#fff;font-size:15px;font-weight:500}.post_actor i{color:#ffc107;font-size:16px;margin-left:5px}.post_actor .actor_label{display:inline-block}.casual_single .post_subtitle{color:#fff;font-size:15px;margin-top:-5px;display:block}.post_actor a{background:#fff0;padding:4px 9px;border:solid 1px #dddddd52;border-radius:11px;color:#fff;font-size:14px;transition:all .3s;font-weight:300;display:inline-block;margin:0 2px 5px}.post_actor a:hover{border-color:var(--primaryColor);color:var(--primaryColor)}.post_actor a:hover{opacity:1}.casual_single .post_vote{margin:10px 0 20px}.casual_single .post_vote_up::after{content:'';display:none}.casual_single .post_vote button{background:#fff;border-radius:50%;color:#000;width:30px;height:30px;padding:5px;font-size:18px;margin:0 5px;line-height:0}.single_cover_wrap{width:85%;position:relative}.single_cover_wrap_overlay{position:absolute;right:0;top:0;margin:5px}.single_cover_wrap_overlay i{width:30px;height:30px;display:inline-flex;justify-content:center;align-items:center;background:red;padding:5px;border-radius:7px;color:#fff}.single_playonline{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.single_playonline a{color:#fff;background:var(--primaryColor);border-radius:50%;width:55px;height:55px;display:flex;justify-content:center;align-items:center;fill:#fff;transition:all .3s}.single_playonline a::before{content:"";width:95px;height:95px;border:1px solid rgb(255 255 255 / .2);border-radius:100%;position:absolute;transition:all 0.2s}.single_playonline a::after{content:"";width:75px;height:75px;border:1px solid rgb(255 255 255 / .3);position:absolute;border-radius:100%;transition:all 0.2s}.single_playonline a svg{width:30px;height:30px}.single_playonline a:hover::before{width:105px;height:105px}.single_playonline a:hover::after{width:85px;height:85px}.post_actions{margin-top:30px;display:flex;justify-content:flex-start;align-items:center;gap:15px;flex-wrap:wrap}.post_actions a.playonline{align-items:center;font-size:14px;border-radius:10px;height:45px;padding:0 30px;transition:all 0.2s;display:inline-flex;gap:10px;font-size:14px;font-weight:400;background:var(--primaryColor);color:#fff;fill:#fff}.post_actions a.playonline:hover{background:var(--primaryColor);filter:brightness(.8)}.post_actions a.playonline svg{width:25px;height:25px}.post_actions .new_kelaeket_btn{height:45px;padding:0 22px;border-radius:10px;font-size:20px;transition:all 0.2s;color:var(--text)!important}.post_actions .new_kelaeket_btn:hover{filter:brightness(.8)}.single_cover_wrap .simplefavorite-button{float:none;width:50px;height:50px;border-radius:50%;margin-right:auto;margin-left:auto;margin-top:-30px;z-index:99;position:relative;background:var(--primaryColor);box-shadow:0 0 9px 0 #272727;font-size:20px}.post_download_cta{margin:5px 0 20px;display:flex;gap:20px}.post_download_cta a,.post_download_cta button{border:none;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;background:#ffacac;transition:all 1s;display:flex;align-items:center;overflow:hidden}.post_download_cta a i,.post_download_cta button i{margin-left:10px;width:27px;height:27px;background:#f5f5f54a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:0;transition:all 1s;right:0;position:relative}.post_download_cta a span,.post_download_cta button span{transition:all .3s;position:relative;right:0}.post_download_cta a:hover i,.post_download_cta button:hover i{transform:scale(38) rotate(360deg);background:#fff0;opacity:0}.post_download_cta a:hover span,.post_download_cta button:hover span{position:relative;right:-15px;transition:all .5s}.post_download_cta .play_trailer{background:linear-gradient(273deg,#ec2208,#ff6377);color:#fff}.post_download_cta .download{background:linear-gradient(45deg,#18b036,#8ae62e);color:#fff}.download_modal{z-index:9999999999}.download_modal h3{color:var(--text);font-size:17px;margin-bottom:30px;font-weight:300}.post_content_single img{height:auto;margin:20px 0;border-radius:10px;max-width:100%!important}.timeline p{margin:20px 0}.footer_modern{margin-top:100px;position:relative;overflow:hidden}.footer_modern .logo{position:relative;right:50%;left:50%;transform:translatex(50%);background:var(--bg);padding:10px 30px;border-radius:50px}.footer_modern .about p{line-height:1.9}.footer_modern .links h3::before{content:'';width:100%;height:2px;background:var(--primaryColor);display:block;position:relative;top:11px}.footer_modern .links h3 span{background:var(--bg_darker);position:relative;z-index:2;padding-left:10px}.footer_modern .social{text-align:center}.footer_modern .social li{list-style:none;font-size:17px;padding:5px;border-radius:50%;width:40px;height:40px;text-align:center;transition:all ease-in-out 0.3s;display:inline-flex;align-items:center;justify-content:center;line-height:0;font-size:21px;margin:0 5px}.footer_modern .copyright{padding:20px;margin-top:30px}.footer_modern .btn-large{padding:20px}.profiel_edit_info{background:var(--bg_lighter);border-radius:5px;padding:5px 10px;color:#ffffff!important;width:auto;font-size:14px}.comment_like_handle{display:flex;background:var(--bg);border-radius:15px;padding:13px 10px}.comment_like{color:var(--text);border:none;background:transparent!important;padding:0 13px;border-radius:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;border-left:2px solid var(--bg_lighter2)}.comment_dislike{color:var(--text);background:transparent!important;border:none;padding:0 13px;border-radius:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px}.imdbRate_nums_casual{margin:0 4px;color:#efc019;font-family:sans-serif}.malRate_nums_casual{margin:0 4px;color:#2e51a2}.movie_meta{display:flex;gap:10px;align-items:center;margin:0 10px}.comment_box .right_side{gap:20px;align-items:flex-start}.comment_box .left_side{width:100%;display:flex;flex-direction:column;margin-right:15px}.comment_box .right_side img{border-radius:5px}select.ns_select{display:none}.vote_stats_text{font-family:unset!important;margin:0 5px;font-size:14px}._sliderBanner img{border-radius:10px;margin-top:5px;margin-bottom:5px;max-width:100%;height:auto}.post__tags{color:var(--text);margin-bottom:30px;margin-top:30px}.post__tags i{margin-left:10px;position:relative;top:3px}.post__tags .post__tags__body{display:none;padding:10px 0}.post__tags .post__tags__body a{color:var(--text);background:var(--bg2);padding:5px 12px;display:inline-block;border-radius:5px;font-size:14px;margin:5px;transition:all .3s}.post__tags .post__tags__icon{margin-left:3px;transition:all .3s}.post__tags__header.active .post__tags__icon{transform:rotate(-90deg)}.post__tags .post__tags__body a:hover{background:var(--primaryColor)}.post__tags .post__tags__header{cursor:pointer;background:var(--bg2);border-radius:5px;padding:10px}.home_blog .blog_carousel__title h2{font-size:15px;line-height:1.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home_blog .blog_carousel a{background:var(--bg2);display:block;border-radius:10px 10px 0 0}.home_blog .blog_carousel .blog_carousel__title{background:var(--bg2);padding:5px 15px;border-radius:0 0 10px 10px;color:var(--text);min-height:100px}.home_blog .blog_carousel img{border-radius:15px;object-fit:cover;padding:10px;height:220px}.blog_carousel__heading a{background:var(--bg2)!important;padding:5px 10px;display:inline-block!important;border-radius:10px!important;color:var(--text);font-size:14px;transition:all .3s}.blog_carousel__heading a:hover{background:var(--primaryColor)!important}.blog_carousel__heading{margin:20px 0}.blog_carousel__heading h3{margin-bottom:0}html.dark .acc_info_ .buy_vip,html.dark .rcp-button,html.dark .rcp-button_list,html.dark .film_search button{color:#fff!important}html.dark .profiel_edit_info{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--bg_darker)!important}html.dark .slider_{background-color:var(--bg_lighter)}.actors_page h1{font-size:25px;text-align:center;display:block;margin:0 auto;font-weight:700}.actors_page .search_input{background:var(--bg_lighter);padding:20px;border-radius:15px;border:#fff0;outline:none;width:100%;color:var(--text)}.actors_page .search_input_wrap{position:relative;width:45%;margin:25px auto;display:block}.actors_page .search_submit{position:absolute;left:0;top:50%;transform:translateY(-50%);margin:0 10px;border-radius:10px;border:none;background:var(--primaryColor);padding:7px 15px;color:#fff;display:flex;justify-content:center;align-items:center}.actors_page .search_submit i{margin-right:10px}html.dark .postItem{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter)}html.dark .postItem h2,html.dark h1{color:var(--text)}html.dark .actors_page .search_input{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text)}html.dark .collection h2{color:var(--text)}html.dark .collection_z2 .info{color:var(--text)}.panel_sidebar__header img{max-height:100px;width:auto}.film_cat_imdb img{max-height:340px}.film_cat_imdb .film_overlay .dobed{font-weight:700;font-size:14px!important;background:var(--primaryColor);width:30px;height:30px;display:flex;justify-content:center;align-items:center;padding:0!important;line-height:0!important;z-index:9}.film_cat_imdb:hover .film_overlay{transform:scale(1)}.film_cat_imdb:hover .imdb_score_circle{transform:scale(1)}.film_cat_imdb:hover{transform:scale(1.08)}.content__header p{color:var(--text);font-size:14px;opacity:.8}html.dark .content__header p{color:var(--text)}.film_timer{position:absolute;bottom:0;width:100%;text-align:center;color:#fff}.film_timer .countdown{background:#00000057;border-radius:0 0 14px 14px;padding:10px 0}html.dark .film_timer div,html.dark .film_timer span,html.dark .film_timer .counter_label{background:none!important;box-shadow:none!important;border:none!important;color:#fff}.film_timer .timer div{background:none;padding:0;margin:0}.film_cat_soon img{max-height:340px;object-fit:cover}div.wp-caption{max-width:100%}.serial_card{margin-bottom:30px;border-radius:15px}.serial_card img{width:100%;height:180px!important;object-fit:cover;border-radius:15px!important}.serial_card__overlay{position:absolute;top:0;right:0;width:100%;height:100%;background:linear-gradient(135deg,transparent,rgb(0 0 0 / 85%)),linear-gradient(960deg,transparent,rgb(0 0 0 / 85%));display:flex;transition:all .3s;border-radius:14px;transition:all .3s;opacity:.8}.serial_card__overlay--icons i{width:25px;height:25px;background:#00000061;color:#fff;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;font-size:13px}.serial_card:hover .serial_card__overlay{opacity:1}.serial_card:hover .serial_card__badge{opacity:0}.serial_card .film_cat_title{margin-top:20px!important;text-align:center;width:100%;font-size:15px!important}.serial_card__epSeason{transform:translateX(-50%);position:absolute;bottom:0;left:50%;background:var(--bg);margin:-20px 0;padding:12px 10px;font-size:14px;color:#fff;border-radius:10px;transition:all .3s}.serial_card__epSeason span{background:var(--primaryColor);padding:5px 10px;border-radius:5px;margin-left:10px}.serial_card__badge{transform:translateX(-50%);position:absolute;bottom:0;left:50%;background:var(--primaryColor);margin:-10px 0;padding:4px 10px;font-size:14px;color:#fff;border-radius:10px;transition:all .3s}.blog_carousel2 .blog_carousel__heading h3{font-size:17px;color:var(--text);font-weight:600}.blog_carousel2 img{top:-50px;border-radius:40px!important;position:relative;padding:20px!important}.blog_carousel2 .blog_item{background:var(--bg2);border-radius:30px}.blog_carousel2 .blog_item a{background:none}.blog_carousel2 .owl-stage{padding:50px 0}.blog_carousel2 .blog_carousel__title{margin-top:-40px;border-radius:0 0 20px 20px!important;padding-bottom:15px!important;min-height:180px!important;display:flex;flex-direction:column;margin-top:-50px}.blog_carousel2 .blog_carousel__title h2{font-size:15px;line-height:1.6;font-weight:700}.blog_carousel2 p{margin-top:0;margin-bottom:1rem;font-size:14px;font-weight:300;opacity:.8}.blog_carousel__meta{margin-top:auto}.blog_carousel__meta span{font-size:13px}.blog_carousel2 .blog_carousel__meta a{background:none;font-size:14px;font-weight:700;display:flex;align-items:center;gap:10px}.blog_carousel2 .blog_carousel__meta a i{width:20px;height:20px;background:var(--primaryColor);display:flex;justify-content:center;align-items:center;border-radius:5px;font-size:10px}html.dark .blog_carousel2 p{color:var(--text)!important}html.dark .blog_carousel2 .blog_carousel__meta a i{color:#fff}html.dark .blog_carousel__meta span{color:var(--text)!important}#comment-nav-below .nav-links{display:flex;justify-content:space-between;margin:20px}#comment-nav-below .nav-links a{background:var(--primaryColor);padding:8px 10px;display:inline-block;border-radius:5px;color:#fff;font-size:14px}.download_item .dl_info{flex:1;display:flex;flex-direction:row;align-items:center}.download_item .dl_links_wrap{flex:1;gap:10px;display:flex;flex-wrap:wrap;justify-content:flex-end}.download_item .dl_links_wrap .button{margin:0!important}.dashboard_ticket{color:#fff}.dashboard_ticket__body{padding:10px;overflow:auto;max-height:267px;height:267px}html.dark .dashboard_ticket__item{background:var(--bg_lighter);color:var(--text)}.dashboard_ticket__body::-webkit-scrollbar{width:5px}.dashboard_ticket__body::-webkit-scrollbar-track{border-radius:5px}.dashboard_ticket__body::-webkit-scrollbar-thumb{border-radius:5px;background:var(--primaryColor);border:5px solid #fff0}.dashboard_ticket__item{padding:15px;background:var(--bg);border-radius:5px;display:flex;justify-content:space-between;margin-bottom:10px;position:relative;transition:all .3s;overflow:hidden}.dashboard_ticket__item:hover .dashboard_ticket__item--hover{opacity:1;visibility:visible}.dashboard_ticket__item--hover{position:absolute;width:100%;background:#0000001f;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);height:100%;top:0;right:0;opacity:0;visibility:hidden;transition:all .3s;display:flex}.dashboard_ticket__item--hover a{display:block;margin:auto;color:#fff}.dashboard_ticket__item .table_badge{font-size:12px}.dashboard_ticket__item strong{font-size:14px;font-weight:400}.dashboard_ticket__item span{font-size:14px;font-weight:400}.dashboard_watchlist{color:#fff}.dashboard_watchlist__body{padding:20px}.dashboard_subscription__body{padding:20px;text-align:center}.dashboard_pair_col .acc_info{height:calc(100% - 26px);display:flex;flex-direction:column}.dashboard_subscription__top{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;margin-bottom:12px}.dashboard_subscription__top h3{font-size:30px;line-height:1;font-weight:700;margin:0;margin-top:10px}.dashboard_subscription__status_badge{position:relative;font-size:15px;line-height:1;border-radius:99px;padding:11px 20px;color:#fff;font-weight:700}.dashboard_subscription__status_badge::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-8px;width:0;height:0;border-left:8px solid #fff0;border-right:8px solid #fff0}.dashboard_subscription__status_badge.is-active{background:#1f8f4e}.dashboard_subscription__status_badge.is-active::after{border-top:8px solid #1f8f4e}.dashboard_subscription__status_badge.is-inactive{background:#913535}.dashboard_subscription__status_badge.is-inactive::after{border-top:8px solid #913535}.dashboard_subscription__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard_subscription__grid--single{grid-template-columns:1fr}.dashboard_subscription__item{border-radius:0;background:#fff0;padding:0}.dashboard_subscription__item small,.dashboard_subscription__countdown small{display:block;font-size:12px;opacity:.8;margin-bottom:6px}.dashboard_subscription__item strong{font-size:14px;font-weight:400;opacity:.8}.dashboard_subscription__countdown{border-radius:8px;background:#fff0;color:var(--text);padding:0;margin-top:10px;width:50%;margin:10px auto 20px}.dashboard_subscription__countdown .countdown{margin:0}.dashboard_subscription__countdown .timer{margin-top:8px;gap:2px}.dashboard_subscription__countdown .counter_label{color:var(--text);font-size:12px;margin-top:22px;line-height:1;background:var(--bg);padding:0 10px}.dashboard_subscription__countdown_clock .running{width:100%}.dashboard_subscription__countdown_clock .timer{width:100%}.dash_counter_unit{flex:1;min-height:88px;border-radius:10px;background:var(--bg);border:none!important;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px 8px}.dash_counter_unit span{font-size:30px!important;line-height:1;font-weight:bold!important;color:var(--text);letter-spacing:1px}.dashboard_subscription__countdown--empty{background:var(--bg);color:var(--text)}.dashboard_subscription__countdown--empty strong{font-size:14px;font-weight:700}.dashboard_subscription__actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.dashboard_subscription__cta,.dashboard_subscription__link{border-radius:8px;padding:8px 12px;font-size:13px;display:inline-flex;align-items:center;justify-content:center}.dashboard_subscription__cta{background:var(--primaryColor);color:#fff}.dashboard_subscription__link{background:var(--bg);color:var(--text)}.dashboard_ticket__body{flex:1;min-height:267px}.dashboard_account_row{margin-top:20px;margin-bottom:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard_account_row__item{background:var(--bg2);border-radius:10px;padding:15px;box-shadow:0 4px 6px -1px rgb(0 0 0 / 10%),0 2px 4px -1px rgb(0 0 0 / 6%);border:1px solid var(--bg_lighter2)}.dashboard_account_row__item small{display:block;font-size:12px;opacity:.75;margin-bottom:8px}.dashboard_account_row__item strong{display:block;font-size:14px;font-weight:700;color:var(--text)}html.dark .dashboard_account_row__item{border-color:var(--bg_lighter);box-shadow:0 10px 15px 0 var(--shadow_color)}html.dark .dash_counter_unit{border-color:var(--bg_lighter)}@media (max-width:991px){.dashboard_account_row{grid-template-columns:1fr}.dashboard_subscription__grid{grid-template-columns:1fr}.dashboard_subscription__top{align-items:center;flex-direction:column;gap:10px}.dashboard_subscription__top h3{font-size:24px}.dash_counter_unit span{font-size:26px!important}.dashboard_subscription__countdown .timer{gap:2px}}.show_more_panel{font-size:13px;border-radius:5px;color:var(--white);padding:5px 9px;display:flex;align-items:center}.show_more_panel:hover{color:var(--white)}.show_more_panel i{width:20px;height:20px;border-radius:50%;background:var(--bg_lighter);display:flex;justify-content:center;align-items:center;font-size:12px;line-height:0;margin-right:7px}.acc_info_ .nav-link{padding:5px 20px!important;font-weight:400;font-size:15px;border-radius:6px!important}.film_cat3 .overlay{position:absolute;width:100%;bottom:0;padding:8px}.film_cat3 .position-relative::before{background:linear-gradient(180deg,#fff0 0%,rgb(0 0 0 / 71%) 35%)!important}.film_cat3 .badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;flex-direction:row-reverse;align-items:center}.film_cat3 .badges .genres{background:#ffbf01;color:#000;font-weight:600;font-size:12px;border-radius:50px;padding:1px 8px}.imdb_score{background:#ffffff38;color:#fff;font-weight:600;font-size:12px;border-radius:50px;padding:1px 8px;height:20px;direction:ltr}.comfort-slider .film_cat3 .cta{flex-direction:row-reverse}.comfort-slider .film_cat3 .badges{flex-direction:row}.film_cat3:hover{transform:scale(1.1)}.film_cat3 .cta{width:100%;display:flex;justify-content:space-between;flex-direction:row;color:#fff}.film_cat3 .film_cat_title{font-size:14px!important;font-weight:700!important;margin:10px 0!important}.film_cat3 .badge_type{font-size:13px;font-weight:400;display:flex;align-items:center;gap:5px}.film_cat3 .icon{width:23px;height:23px;background:#ffffff38;font-size:12px;display:flex;justify-content:center;align-items:center;line-height:0;border-radius:50%}.secondary_demo .film_cat img{max-height:unset!important}.footer_minimal{background:transparent!important;border-top:solid 1px #67676d38;padding-top:40px}.footer_minimal .copyright{background:#fff0;border-top:solid 1px #67676d38;padding:25px 0;margin-top:15px}.footer_minimal .about .logo span{color:var(--text);transition:all .3s}.footer_minimal .about .logo span:hover{color:var(--primaryColor)}.footer_minimal .about .desc{padding:4px 10px;background:#ffffff17;border-radius:50px;font-size:13px;font-weight:400;color:#9d9d9d!important;margin-right:10px}.footer_minimal .about p{font-size:13px;line-height:1.7;color:#9d9d9d;margin:10px 0}.footer_minimal h3{font-size:16px!important;font-weight:800!important;color:var(--text);margin-bottom:25px}.footer_minimal .menunav{display:flex;flex-wrap:wrap}.footer_minimal .links li{width:50%}.footer_minimal .links li::before{width:6px;height:2px;background:var(--text)!important;position:relative;top:-2px}.footer_minimal .links li a{color:#9d9d9d;transition:all .3s;font-size:13px}.footer_minimal .links li a:hover{color:var(--text)!important}.footer_minimal .social p{font-size:13px;line-height:1.7;color:#9d9d9d;margin:10px 0}.footer_minimal .footer_insta{gap:10px;margin:20px 0}.footer_minimal .footer_insta div{flex:1;text-align:center;font-size:13px}.footer_minimal .footer_insta div span{text-shadow:0 2px 0 rgb(0 0 0 / .26)}.footer_minimal .footer_insta div a{display:flex;justify-content:center;align-items:center;gap:5px}.footer_minimal .footer_insta div a small{opacity:.8}.footer_minimal .mini_button{color:#9d9d9d;border:solid 1px #9d9d9d61;padding:5px;border-radius:7px;padding:5px 10px;font-size:13px;display:inline-block;margin:10px 0;transition:all .3s}.footer_minimal .mini_button:hover{border-color:var(--primaryColor);background:var(--primaryColor);color:#fff}.footer_minimal .social ul{margin-bottom:0;display:flex;gap:7px}.footer_minimal .social ul li{background:transparent!important}.footer_minimal .social ul li i{color:#9d9d9d;transition:all .3s}.footer_minimal .social ul li:hover i{color:#fff}.icon.mal_icon{background:#2c4f9e;font-weight:700;font-family:impact;letter-spacing:1px;font-size:17px;text-align:center}.icon.mal_icon span{position:relative;top:5px;font-size:16px}.single_default .post_vote{gap:10px}.single_default .post_vote_up,.single_default .post_vote_down{background:#ffffff1c;padding:10px;border-radius:5px}.single_default .post_vote_up::after{display:none}.single_default .post_vote button:hover{color:inherit;background:#fff3}.single_default .post_vote button:hover svg{fill:#fff}.single_top_imdb_badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.single_top_imdb_badges .item{background-color:rgb(0 0 0 / .3);min-height:45px;padding:0 12px;border-radius:10px;display:inline-flex;align-items:center;color:#d3d3d3;font-size:13px;font-weight:500;line-height:1.7;transition:all .3s}.single_top_imdb_badges .item:hover{background-color:rgb(0 0 0 / .45);color:#fff}.single_top_imdb_badges .item.top-imdb .num{background-color:#F5C518;color:#000;font-weight:700;min-width:25px;width:25px;height:25px;display:inline-flex;justify-content:center;align-items:center;border-radius:100%;font-size:13px;padding:3px 0 0;margin-left:7px;flex:0 0 25px}.modern_top_imdb_badges,.casual_top_imdb_badges{width:100%}.modern_top_imdb_badges{flex:0 0 100%}.casual_top_imdb_badges{margin:12px 0 6px}.casual_top_imdb_badges .item,.modern_top_imdb_badges .item{background-color:rgb(255 255 255 / .12)}.casual_top_imdb_badges .item:hover,.modern_top_imdb_badges .item:hover{background-color:rgb(255 255 255 / .18)}@media (max-width:575px){.single_top_imdb_badges{width:auto}.single_top_imdb_badges .item{width:100%;justify-content:flex-start}}.ltr .film_cat_carousel .owl-stage{padding-left:0px!important}.dashboard_alert{font-size:14px;background:var(--bg2);color:var(--text)}.dashboard_alert strong{margin:0 5px}.dashboard_alert .btn-close{transform:translateY(-50%);position:absolute;top:50%;right:0;z-index:2;padding:5px;background:#00000094;margin:0 11px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff}html.dark .dashboard_alert{background:var(--bg2);box-shadow:0 10px 15px 0 var(--shadow_color);border:1px solid var(--bg_lighter);color:var(--text)}.profile_avatar{width:auto;text-align:center;position:relative;width:80px;height:80px;margin:0 auto}.profile_avatar img{border-radius:50%}.profile_avatar_wrap{text-align:center;display:block;padding-bottom:40px}.kelaket_avatar_editor{margin-top:16px}.kelaket_avatar_file_input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.kelaket_avatar_dropzone{margin:0 auto 6px;max-width:420px;border:1.5px dashed color-mix(in srgb,var(--primaryColor) 40%,#b7bfd0);background:color-mix(in srgb,var(--bg2) 88%,transparent);border-radius:16px;padding:16px;display:flex;align-items:center;gap:14px;cursor:pointer;text-align:right;transition:border-color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease}.kelaket_avatar_dropzone:hover{border-color:var(--primaryColor);background:color-mix(in srgb,var(--bg2) 70%,transparent);transform:translateY(-1px)}.kelaket_avatar_dropzone.drag-over{border-style:solid;border-color:var(--primaryColor);background:color-mix(in srgb,var(--primaryColor) 10%,transparent);box-shadow:0 0 0 4px color-mix(in srgb,var(--primaryColor) 16%,transparent);transform:scale(1.01)}.kelaket_avatar_preview{position:relative;flex:0 0 auto;width:72px;height:72px;border-radius:50%}.kelaket_avatar_preview img{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block;border:2px solid color-mix(in srgb,var(--primaryColor) 25%,transparent)}.kelaket_avatar_preview_overlay{position:absolute;inset:0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;background:rgb(0 0 0 / .45);opacity:0;transition:opacity .2s ease}.kelaket_avatar_dropzone:hover .kelaket_avatar_preview_overlay,.kelaket_avatar_dropzone.drag-over .kelaket_avatar_preview_overlay{opacity:1}.kelaket_avatar_dropzone_info{display:flex;flex-direction:column;gap:4px;min-width:0}.kelaket_avatar_dropzone_info strong{font-size:13.5px;color:var(--text)}.kelaket_avatar_upload_hint{font-size:12px;opacity:.75;color:var(--text)}.kelaket_avatar_upload_filename{font-size:11.5px;margin-top:2px;padding:4px 10px;border-radius:999px;border:1px solid var(--bg_lighter);background:color-mix(in srgb,var(--bg) 92%,transparent);max-width:100%;width:fit-content;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:none}.kelaket_avatar_dropzone.has-file .kelaket_avatar_upload_filename{display:block;border-color:color-mix(in srgb,var(--primaryColor) 45%,transparent);background:color-mix(in srgb,var(--primaryColor) 14%,transparent)}@media (max-width:480px){.kelaket_avatar_dropzone{flex-direction:column;text-align:center}}.kelaket_default_avatars_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(58px,1fr));gap:10px;max-width:420px;margin:0 auto}.kelaket_default_avatar_item{position:relative;display:block;cursor:pointer}.kelaket_default_avatar_item input{position:absolute;opacity:0;pointer-events:none}.kelaket_default_avatar_item img{width:58px;height:58px;border-radius:50%;border:2px solid color-mix(in srgb,var(--bg_lighter) 80%,transparent);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;object-fit:cover;background:var(--bg2)}.kelaket_default_avatar_item input:checked+img{border-color:var(--primaryColor);transform:scale(1.05);box-shadow:0 6px 16px color-mix(in srgb,var(--primaryColor) 28%,transparent)}.edit_avatar{position:absolute;bottom:-4px;left:-23px;width:30px;height:30px;display:flex;font-size:13px;justify-content:center;align-items:center;background:#32323e;border-radius:50px;color:#fff!important;box-shadow:0 0 10px #00000075;transition:all .3s}.edit_avatar:hover{background:var(--primaryColor)}#respond .switch-toggle small{margin-right:10px!important;margin-left:10px!important}.notification_page h2{font-size:23px;color:var(--text)}.notification__card{background:var(--bg2);margin-bottom:15px;padding:15px;border-radius:10px;position:relative;color:var(--text);height:100%;display:flex;flex-direction:column}.notification__card span{font-size:13px;opacity:.8}.notification__card .notif_action{font-size:18px}.notification__card p{margin:10px 0;font-size:14px;font-weight:500;opacity:.8}.notification_read{background:var(--primaryColor);border-radius:50%;width:35px;height:35px;display:flex;justify-content:center;align-items:center;border:none;color:#fff!important;transition:all .3s}.notification_read_all{border-radius:10px!important;align-items:center;font-size:14px;width:auto!important}.notification_read_all i{line-height:0;margin:0 5px}.notification_read:hover{opacity:.7}.notification_read i{line-height:0}.notif_notfound{margin-bottom:20px;color:var(--text);text-align:center;font-size:15px}.notif__more{padding:5px 10px;width:fit-content;border-radius:5px;border:none;background:var(--primaryColor);color:#fff;font-size:13px;font-weight:500;margin-top:10px}.notif__more:hover{color:#fff}.comment__card{height:100%;display:flex;flex-direction:column;padding:16px;border:1px solid var(--bg_lighter2);border-radius:14px;background:var(--bg2);color:var(--text);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.comment__card:hover{transform:translateY(-3px);border-color:var(--primaryColor);box-shadow:0 14px 34px rgb(0 0 0 / .12)}.comment__card__head{display:flex;align-items:center;gap:10px}.comment__card__poster{flex:0 0 auto;width:48px;height:48px;border-radius:10px;overflow:hidden;background:var(--bg_lighter)}.comment__card__poster img{width:100%;height:100%;object-fit:cover}.comment__card__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.comment__card__title{color:var(--text);font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comment__card__title:hover{color:var(--primaryColor)}.comment__card__date{color:var(--text);opacity:.65;font-size:12px}.comment__card__date i{margin-left:4px}.comment__card__status{flex:0 0 auto;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.comment__card__status.is-approved{background:color-mix(in srgb,#3ecf6a 18%,transparent);color:#3ecf6a}.comment__card__status.is-pending{background:color-mix(in srgb,#f5c518 18%,transparent);color:#f5c518}.comment__card__content{flex:1 1 auto;margin:14px 0;font-size:13px;font-weight:500;line-height:1.9;opacity:.85}.comment__card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid var(--bg_lighter2)}.comment__card__reply{font-size:12px;color:var(--primaryColor);font-weight:600}.comment__card__reply i{margin-left:4px}.comment__card__link{margin-right:auto;font-size:12px;font-weight:700;color:var(--text);opacity:.8;transition:color .2s ease,opacity .2s ease}.comment__card__link i{margin-right:4px}.comment__card__link:hover{color:var(--primaryColor);opacity:1}html.dark .comment__card{border-color:var(--bg_lighter)}.kelaket_rounded{border-radius:50px!important}.collection_title{text-align:center;color:var(--text);font-size:25px;font-weight:700;margin-bottom:30px}.notif_single{position:absolute;bottom:0;left:0;background:var(--bg2);width:35px;height:35px;color:#ffc107;border-radius:50%;display:flex;align-items:center;font-size:16px;justify-content:center;margin:6px;cursor:pointer;box-shadow:0 0 7px 2px #0000008a}.post2 .active_movie_notification{position:static!important;background:var(--bg_lighter)!important}.center_casual_icons{position:absolute;float:right;margin-right:10px;left:50%;transform:translateX(-50%);display:flex}.center_casual_icons .stats{margin-right:0!important}.center_casual_icons .active_movie_notification{background:var(--bg_lighter)!important}.center_casual_icons .simplefavorite-button{background:#4050b5;position:relative;left:unset;right:unset;float:right;margin-right:9px}.casual_tabs{background:var(--bg2);color:var(--text)}.casual_tabs .nav-link{font-weight:500!important;font-size:14px!important;display:flex;align-items:center;border-bottom:solid 2px #fff0;border-radius:0px!important;padding-left:25px!important;padding-right:25px!important}.casual_tabs .nav-pills{overflow:auto;white-space:nowrap;display:flex;flex-wrap:nowrap}.casual_tabs .nav-link i{font-size:17px;margin-left:10px}.casual_tabs .nav-link.active{background:transparent!important;color:var(--primaryColor)!important;border-bottom:solid 2px var(--primaryColor)!important;border-radius:0px!important}html.dark .casual_tabs{box-shadow:0 10px 15px 0 var(--bg_lighter)}html.dark .casual_tabs .nav-link.active{color:var(--primaryColor)!important}.casual_tabs .count{font-family:sans-serif;font-size:10px;background:var(--primaryColor);min-width:15px;height:15px;display:flex;justify-content:center;align-items:center;border-radius:3px;font-weight:700;color:#fff;top:-8px;right:-5px}.accordion-button:not(.collapsed){box-shadow:none!important}.testmonial{padding:0 10px 10px;border-radius:15px;box-shadow:0 10px 15px 0 var(--bg);background:var(--bg2);color:#f8f8f8}.testmonial .testmonial__item{border-bottom:solid 1px var(--bg_darker2);padding:20px 10px;color:var(--text);cursor:pointer}.testmonial .testmonial__item:last-of-type{border:none}.testmonial .testmonial__item p::before{content:'';width:0;height:0;border-style:solid;border-width:0 10px 12px 10px;border-color:#fff0 #fff0 var(--bg_darker) #fff0;position:absolute;top:-10px;right:31px}.testmonial .testmonial__item h4{font-size:14px;font-weight:400;margin-bottom:0}.testmonial .testmonial__item p{font-size:14px;font-weight:400;margin-bottom:0;background:var(--bg_darker);padding:19px;border-radius:30px;margin-top:20px;margin-bottom:10px;position:relative;display:none;color:#fff}.testmonial .testmonial__item .chevron{width:30px;height:30px;background:var(--bg_lighter2);color:#fff;display:flex;justify-content:center;align-items:center;border-radius:50px;box-shadow:0 2px 5px 0 #10101438;font-size:14px}.testmonial .testmonial__item i{color:var(--primaryColor);margin-left:8px;font-size:17px}.casual_tab_content .comment-list .comment{border-radius:15px}.casual_tab_content .comment_box .right_side img{border-radius:20px}.author_mobile{display:none}.casual_tab_content .post2{border:none!important}.casual_tab_content .post2 .download_item{padding:20px;border-radius:15px;border:none!important;margin-top:20px}.casual_tab_content .post2 .download_item .button{padding:10px 15px;font-size:14px}.casual_tab_content .post2 .download_item .button_online{padding:6.7px 10px}.casual_tab_content .post2 .badge-v{font-size:13px;padding:7px 10px;border-radius:10px;font-weight:300}.casual_tab_content .content{padding:10px 20px;border-radius:15px;box-shadow:0 10px 15px 0 var(--bg);background:var(--bg2);color:#f8f8f8;padding-top:20px}.post2 .download_item{margin-top:0;margin-bottom:10px}.casual_tab_content .accordion{margin-bottom:10px}.accord_chevron{width:30px;height:30px;background:var(--bg2);color:var(--text);display:flex!important;justify-content:center;align-items:center;border-radius:50px;box-shadow:0 2px 5px 0 #10101438;font-size:14px;margin-right:auto;transition:all .3s}.accordion-button::after{display:none;background-image:none!important}.accordion-button.collapsed .accord_chevron{transform:rotate(180deg)}.casual_tab_content .post2 .serial-dl-info{margin:12px 0!important}.post2 .testmonial{background:var(--bg_lighter2)}.post2 .chevron{background:var(--bg2)!important}.default_demo .testmonial{border-radius:5px}.kelaket_custom_sort{display:flex;margin:10px;gap:10px;justify-content:flex-end}.kelaket_custom_sort .ns_select{background:var(--bg2)!important}html.dark .sidebar_carousel2 .slider_actions{color:var(--text)}html.dark .comment_like_handle{box-shadow:0 10px 15px 0 var(--bg_lighter)}.report_modal .wpcf7-textarea{height:100px}.report{display:flex;gap:10px}.after_fe3{margin-top:100px}.post2 .related_post_blog_item{margin-bottom:15px}.tblighe_single img{max-width:100%;height:auto;margin-bottom:25px;border-radius:5px}.imdbLogo svg{fill:#000}#not-found .box .box__ghost{padding:15px 25px 25px;position:absolute;left:50%;top:20%;-webkit-transform:translate(-50%,-30%);transform:translate(-50%,-30%)}#not-found .box .box__ghost .symbol:nth-child(1){opacity:.2;-webkit-animation:shine 4s ease-in-out 3s infinite;animation:shine 4s ease-in-out 3s infinite}#not-found .box .box__ghost .symbol:nth-child(1):before,#not-found .box .box__ghost .symbol:nth-child(1):after{content:"";width:12px;height:4px;background:#fff;position:absolute;border-radius:5px;bottom:65px;left:0}#not-found .box .box__ghost .symbol:nth-child(1):before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#not-found .box .box__ghost .symbol:nth-child(1):after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#not-found .box .box__ghost .symbol:nth-child(2){position:absolute;left:-5px;top:30px;height:18px;width:18px;border:4px solid;border-radius:50%;border-color:#fff;opacity:.2;-webkit-animation:shine 4s ease-in-out 1.3s infinite;animation:shine 4s ease-in-out 1.3s infinite}#not-found .box .box__ghost .symbol:nth-child(3){opacity:.2;-webkit-animation:shine 3s ease-in-out .5s infinite;animation:shine 3s ease-in-out .5s infinite}#not-found .box .box__ghost .symbol:nth-child(3):before,#not-found .box .box__ghost .symbol:nth-child(3):after{content:"";width:12px;height:4px;background:#fff;position:absolute;border-radius:5px;top:5px;left:40px}#not-found .box .box__ghost .symbol:nth-child(3):before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}#not-found .box .box__ghost .symbol:nth-child(3):after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#not-found .box .box__ghost .symbol:nth-child(4){opacity:.2;-webkit-animation:shine 6s ease-in-out 1.6s infinite;animation:shine 6s ease-in-out 1.6s infinite}#not-found .box .box__ghost .symbol:nth-child(4):before,#not-found .box .box__ghost .symbol:nth-child(4):after{content:"";width:15px;height:4px;background:#fff;position:absolute;border-radius:5px;top:10px;right:30px}#not-found .box .box__ghost .symbol:nth-child(4):before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#not-found .box .box__ghost .symbol:nth-child(4):after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#not-found .box .box__ghost .symbol:nth-child(5){position:absolute;right:5px;top:40px;height:12px;width:12px;border:3px solid;border-radius:50%;border-color:#fff;opacity:.2;-webkit-animation:shine 1.7s ease-in-out 7s infinite;animation:shine 1.7s ease-in-out 7s infinite}#not-found .box .box__ghost .symbol:nth-child(6){opacity:.2;-webkit-animation:shine 2s ease-in-out 6s infinite;animation:shine 2s ease-in-out 6s infinite}#not-found .box .box__ghost .symbol:nth-child(6):before,#not-found .box .box__ghost .symbol:nth-child(6):after{content:"";width:15px;height:4px;background:#fff;position:absolute;border-radius:5px;bottom:65px;right:-5px}#not-found .box .box__ghost .symbol:nth-child(6):before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}#not-found .box .box__ghost .symbol:nth-child(6):after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#not-found .box .box__ghost .box__ghost-container{background:#fff;width:150px;height:100px;border-radius:100px 100px 0 0;position:relative;margin:0 auto;-webkit-animation:upndown 3s ease-in-out infinite;animation:upndown 3s ease-in-out infinite}#not-found .box .box__ghost .box__ghost-container .box__ghost-eyes{position:absolute;left:50%;top:45%;height:12px;width:70px}#not-found .box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-left{width:12px;height:12px;background:#111;border-radius:50%;margin:0 10px;position:absolute;left:0}#not-found .box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-right{width:12px;height:12px;background:#111;border-radius:50%;margin:0 10px;position:absolute;right:0}#not-found .box .box__ghost .box__ghost-container .box__ghost-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:100%;left:0;right:0}#not-found .box .box__ghost .box__ghost-container .box__ghost-bottom div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;top:-10px;height:20px;border-radius:100%;background-color:#fff}#not-found .box .box__ghost .box__ghost-container .box__ghost-bottom div:nth-child(2n){top:-12px;margin:0 0;border-top:15px solid #111;background:0 0}#not-found .box .box__ghost .box__ghost-shadow{height:20px;-webkit-box-shadow:0 50px 15px 5px #444;box-shadow:0 50px 15px 5px #444;border-radius:50%;margin:0 auto;-webkit-animation:smallnbig 3s ease-in-out infinite;animation:smallnbig 3s ease-in-out infinite}@-webkit-keyframes upndown{0%{-webkit-transform:translateY(5px);transform:translateY(5px)}50%{-webkit-transform:translateY(15px);transform:translateY(15px)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes upndown{0%{-webkit-transform:translateY(5px);transform:translateY(5px)}50%{-webkit-transform:translateY(15px);transform:translateY(15px)}100%{-webkit-transform:translateY(5px);transform:translateY(5px)}}@-webkit-keyframes smallnbig{0%{width:90px}50%{width:100px}100%{width:90px}}@keyframes smallnbig{0%{width:90px}50%{width:100px}100%{width:90px}}@-webkit-keyframes shine{0%{opacity:.2}25%{opacity:.1}50%{opacity:.2}100%{opacity:.2}}@keyframes shine{0%{opacity:.2}25%{opacity:.1}50%{opacity:.2}100%{opacity:.2}}.page_404{background:var(--bg)}.page_404 h2{font-size:22px;font-weight:300;margin:40px 0 0;color:#fff}.page_404 a{border-radius:50px;padding:12px 60px;font-weight:300;background:var(--primaryColor);border:solid 1px var(--primaryColor);font-size:16px;position:relative;overflow:hidden;transition:all .5s ease-in-out}.page_404 a:hover::before{-webkit-transform:translateX(230px) rotate(45deg);transform:translateX(230px) rotate(45deg)}.page_404 a:hover{background:0 0;border:solid 1px #fff}.page_404 a::before{content:"";position:absolute;width:20px;height:100px;background:#fff;bottom:-25px;left:0;border:2px solid #fff;-webkit-transform:translateX(-50px) rotate(45deg);transform:translateX(-50px) rotate(45deg);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.page_404 p{color:#f88f8f;line-height:20px;margin-top:20px;margin-bottom:30px}.placeholder_row{white-space:nowrap;display:flex;gap:15px;overflow:hidden;margin:50px 0}.placeholder-img{min-height:280px;border-radius:15px!important;background:var(--bg_lighter)}.half_size_placeholder .placeholder{background:var(--bg_lighter);min-height:1.8rem}.half_size_placeholder .placeholder{width:50%;border-radius:5px!important}.placeholder_item{min-width:200px}.kelaket_rules{font-size:13px}.kelaket_rules a{font-size:13px;margin:0 5px;color:var(--primaryColor);border-bottom:dashed 1px var(--primaryColor);padding-bottom:5px}.post_page ul,.post_page ol{padding:0 25px}.post_page h1{display:block;font-size:30px;font-weight:700;color:var(--text)}.post_page h1{display:block;font-size:30px;font-weight:700;color:var(--text)}.post_page h1{display:block;font-size:30px;font-weight:700;color:var(--text)}.post_page h2{display:block;font-size:26px;font-weight:700;color:var(--text)}.post_page h3{display:block;font-size:22px;font-weight:700;color:var(--text)}.post_page h4{display:block;font-size:18px;font-weight:700;color:var(--text)}.post_page h5{display:block;font-size:14px;font-weight:700;color:var(--text)}.post_page h6{display:block;font-size:13px;font-weight:700;color:var(--text)}.countdown_wrap h3{color:#fff;font-size:16px;font-weight:600}#clear_visists{text-decoration:none;color:var(--text);font-size:13px;background:#fff0;border:#fff0;border-radius:5px;transition:all .3s}#clear_visists:hover{background:var(--primaryColor)}.backtosite_panel{background:var(--primaryColor);border-radius:0px!important}.backtosite_panel a,.backtosite_panel i{color:#fff!important}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1530px}}.update_block{background:var(--bg2);margin-bottom:15px;padding:10px;border-radius:10px;position:relative;overflow:hidden;border:solid 1px #fff0;transition:all .3s}html.dark .update_block{border:1px solid var(--bg_lighter)}.update_block:hover{border:solid 1px var(--primaryColor)!important}.update_block a{display:flex;align-items:center;gap:15px;color:var(--text)}.update_block a img{width:70px;height:auto;aspect-ratio:2 / 3;border-radius:8px;min-width:70px}.update_block__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.update_block .txt_flow{font-size:15px;font-weight:600}.update_block span::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--primaryColor);display:block;position:relative;top:-1px}.update_block span{font-size:13px;font-weight:400;margin-top:10px;display:flex;align-items:center;gap:8px}.actors_background{position:absolute;top:0;width:100%;z-index:-2;height:400px;background-image:url(/wp-content/themes/KelaketFilm/images/actors_bg.webp);filter:blur(10px);background-size:cover}.actors_background_overlay{content:'';position:absolute;top:0;width:100%;z-index:-1;height:470px;background:linear-gradient(0deg,var(--bg),#0000008f)}.comment_empty{text-align:center;color:var(--text);font-size:18px;background:var(--bg2);margin-bottom:40px;padding-bottom:10px;border-radius:9px;margin-top:50px}.comment_empty path{fill:var(--primaryColor)}.must-log-in{padding:10px;border-radius:10px;text-align:center;color:var(--text);background:var(--bg_lighter);font-size:15px;margin:0 auto}.must-log-in a{background:var(--bg);color:var(--text);border-radius:10px;padding:5px 10px;font-size:15px;margin:0 9px}html.dark .year_input{background:var(--bg_lighter)!important;color:var(--text)!important}.year_input{height:53px;padding-right:19px;padding-left:19px;display:flex;align-items:center;background:var(--bg);border:none;border-radius:20px;color:var(--text);outline:none;text-align:left;width:130px}.year_input::placeholder{color:#fff}.darker_mobile{background:#131414;flex:1}.toast{z-index:99999999999!important}.post_info__container{display:flex;justify-content:space-between}.post_info__container .post_details{width:calc(100% - 250px)}.post_info__container .post_image{width:210px}.pwa_alert{background:#fff;width:100%;height:100vh;position:fixed;top:0;right:0;left:0;bottom:0;z-index:9999999999999999999;display:none;text-align:center}.pwa_alert .inner{margin:auto;padding:15px}.pwa_alert .app_icon{width:100px;height:100px;object-fit:cover;border-radius:10px;margin-bottom:10px}.pwa_alert p{font-size:15px;font-weight:500;padding-bottom:20px;border-bottom:solid 2px var(--primaryColor)}.pwa_alert .install_pwa_app{background:var(--primaryColor);color:#fff;border:none;border-radius:14px;padding:12px 18px;font-size:14px;font-weight:700;min-width:180px}.pwa_alert .install_pwa_app[disabled]{opacity:.6}.pwa_alert .intall_guide{margin-top:20px;list-style:none;flex-direction:column;font-size:14px;font-weight:500;display:flex;gap:20px}.pwa_alert .close_pwa{position:fixed;bottom:10px;width:calc(100% - 20px);right:10px;background-color:var(--primaryColor);color:#fff;text-align:center;padding:10px;border-radius:15px;font-weight:600;font-size:14px;cursor:pointer;outline:none;border:none}@media only screen and (max-width:1100px){.pwa_alert{display:flex}.kelaket_plans__item{width:100%!important}}.panel_notfound{color:var(--text)}.sepidar_mega_menu_wrap{background:var(--pureWhite)!important}.sepidar_mega_menu_wrap a{padding:0}.sepidar_mega_menu_wrap li{display:flex!important}.has_mega_menu .sub-menu{width:clamp(640px, 74vw, 980px)!important;padding:18px!important;border-radius:18px!important;border:1px solid var(--menu-flyout-border);background:var(--menu-flyout-bg);box-shadow:var(--menu-flyout-shadow);max-width:calc(100vw - 16px)!important;overflow-x:hidden}@media (max-width:1199px){.has_mega_menu .sub-menu{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;min-width:0!important}}.has_mega_menu .sub-menu:before{border-width:0 10px 10px 10px!important;border-color:#fff0 #fff0 var(--menu-flyout-bg) transparent!important;top:-10px!important;right:31px!important;pointer-events:none}.mega-menu-img img{max-width:150px;height:auto;display:block}.top_nav{flex:1}.has_mega_menu .sub-menu li{width:33%;display:inline-flex!important;padding:0px!important}.has_mega_menu .sub-menu li a{font-size:13px;transition:all 0.24s ease;padding:8px 10px;border-radius:9px;position:relative}.has_mega_menu .sub-menu li::before{content:'';width:6px;height:6px;border-radius:50px;background:var(--primaryColor);display:inline-block;margin:0 3px;position:relative;top:12px;pointer-events:none}.has_mega_menu .sub-menu li a:hover{color:var(--primaryColor);background:color-mix(in srgb,var(--primaryColor) 15%,transparent);margin-right:0}.has_mega_menu .sub-menu li:hover{background:none!important}.has_mega_menu.mega-tabs-enabled>.sub-menu{display:grid;grid-template-columns:minmax(170px,220px) 1fr;column-gap:14px;align-items:start;direction:rtl}.has_mega_menu.mega-tabs-enabled>.sub-menu::before{display:none}.has_mega_menu.mega-tabs-enabled>.sub-menu>li.mega-tab-item{grid-column:1;width:100%;display:flex!important;margin:0 0 6px;padding:2px!important}.has_mega_menu.mega-tabs-enabled>.sub-menu>li.mega-tab-item::before{display:none}.has_mega_menu.mega-tabs-enabled>.sub-menu>li.mega-tab-item>a.mega-tab-link{display:flex;align-items:center;gap:6px;width:100%;padding:11px 13px;border-radius:12px;background:color-mix(in srgb,var(--bg_lighter) 58%,transparent);font-size:13px;margin:0;border:1px solid #fff0;transition:all .22s ease}.has_mega_menu.mega-tabs-enabled>.sub-menu>li.mega-tab-item>a.mega-tab-link i{margin-left:4px;opacity:.85}.has_mega_menu.mega-tabs-enabled>.sub-menu>li.mega-tab-item.is-active>a.mega-tab-link{color:var(--primaryColor);background:color-mix(in srgb,var(--primaryColor) 17%,transparent);border-color:var(--primaryColor)}.has_mega_menu.mega-tabs-enabled>.sub-menu>li.mega-tab-item>a.mega-tab-link:hover{background:color-mix(in srgb,var(--primaryColor) 12%,transparent)}.has_mega_menu.mega-tabs-enabled .mega-tabs-panels{grid-column:2;grid-row:1 / span 30;width:100%;margin-top:0;border-right:1px solid color-mix(in srgb,var(--bg_lighter) 88%,transparent);padding-right:14px;min-height:160px;direction:rtl;padding-top:2px}.has_mega_menu.mega-tabs-enabled .mega-tab-panel{display:none;position:static!important;width:100%!important;top:auto!important;opacity:1!important;visibility:visible!important;transform:none!important;-webkit-transform:none!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border-radius:0!important;margin:0!important;padding:0!important;border:none!important}.has_mega_menu.mega-tabs-enabled .mega-tab-panel.is-active{display:flex;flex-wrap:wrap}.has_mega_menu.mega-tabs-enabled .mega-tab-panel::before{display:none!important}.has_mega_menu.mega-tabs-enabled .mega-tab-panel li{width:33%;display:inline-flex!important;padding:2px 0!important}.has_mega_menu.mega-tabs-enabled .mega-tab-panel li::before{content:'';width:6px;height:6px;border-radius:50px;background:var(--primaryColor);display:inline-block;margin:0 3px;position:relative;top:12px}.has_mega_menu.mega-tabs-enabled .mega-tab-panel li a{font-size:13px;transition:all 0.3s;padding:6px;position:relative}.has_mega_menu.mega-tabs-enabled .mega-tab-panel li a:hover{color:var(--primaryColor);margin-right:5px}@media (max-width:1199px){.has_mega_menu.mega-tabs-enabled>.sub-menu{grid-template-columns:1fr;row-gap:10px}.has_mega_menu.mega-tabs-enabled>.sub-menu>li.mega-tab-item{grid-column:1}.has_mega_menu.mega-tabs-enabled .mega-tabs-panels{grid-column:1;grid-row:auto;border-right:none;border-top:none;padding-right:0;padding-top:10px}.has_mega_menu.mega-tabs-enabled .mega-tab-panel li{width:50%}}.menu-item i{position:relative;top:1px}.trailer_video{border-radius:5px}.d_1{color:var(--text)!important}#rcp_payment_gateways{display:flex;flex-direction:column}#rcp_payment_gateways .rcp_gateway_option_label{padding:10px}.rcp_gateway_option_input{outline:none;padding:16px 22px;border:1px solid #dadce0;font-size:18px;border-radius:5px}.page .page__heading h1{color:var(--text);font-size:20px;font-weight:800;margin-bottom:20px}.post_page,.post_page p,.post_page li{font-size:15px;line-height:1.9}.g-recaptcha{display:flex;justify-content:center;margin-top:20px}.post_comfort{margin-bottom:50px;margin-top:50px}.post_comfort__bg{margin-bottom:40px;background:var(--bg2);padding:15px;border-radius:13px}.post_comfort__bg2 .post_comfort__details{padding:10px 20px;background:var(--bg2);border-radius:13px;margin-right:30px;position:relative;display:flex;flex-direction:column}.post_comfort .post_comfort_divider{position:absolute;height:110px;fill:var(--bg2);right:-80px;top:50%;transform:translateY(-50%)}.post_comfort__bg2 .story{border-bottom:none!important}.post_comfort__image{width:250px}.post_comfort__image img{width:100%;height:auto;border-radius:10px}.post_comfort__details h2{color:var(--text);font-size:1.3rem;transition:all .3s}.post_comfort__details h2:hover{color:var(--primaryColor)}.post_comfort .title .score{direction:ltr;color:var(--text)}.post_comfort .title .score .big{color:#efc01a;font-size:2rem;letter-spacing:-3px}.post_comfort .title .score .fixed{font-size:1.1rem}.post_comfort__details .meta{color:var(--text);flex-wrap:wrap}.post_comfort__details .meta .meta_item{color:#bec8ec;font-size:15px}.post_comfort__details .meta .meta_item a{color:var(--text);text-decoration:underline;text-underline-offset:2px;transition:all .3s}.post_comfort__details .meta .meta_item a:hover{color:var(--primaryColor)}.post_comfort__details .meta .meta_item::after{content:'___';position:relative;top:-3px;right:5px;color:#bec8ec}.post_comfort__details .meta .meta_item:last-of-type:after{content:''}.post_comfort__details .meta_second_row{margin:20px 0}.post_comfort__details .meta_second_row .genre a{color:color-mix(in srgb,var(--primaryColor) 65%,#ffffff);border:solid 1px var(--primaryColor);border-radius:50px;padding:2px 10px;font-size:15px;transition:all .3s;margin-bottom:5px;display:inline-block}.post_comfort__details .meta_second_row .genre a:hover{background:var(--primaryColor);color:#fff}.post_comfort__details .story{border-top:solid 2px rgb(74 74 89 / .51);border-bottom:solid 2px rgb(74 74 89 / .51);padding:10px 0;color:#bec8ec;margin-top:10px}.post_comfort__details .story p{margin:0;padding:0;font-size:15px;line-height:1.8}.misc_meta__row{color:#bec8ec;margin-bottom:10px;font-size:15px}.misc_meta__row a{color:var(--text);font-size:15px;transition:all .3s}.misc_meta__row a:hover{color:var(--primaryColor)}.post_comfort .post_comfort__image--overlay{left:0;margin:10px}.post_comfort .post_comfort__image--overlay .simplefavorite-button{width:40px;transition:all .3s;border-radius:50px;background:#00000082;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.post_comfort .post_comfort__image--overlay .simplefavorite-button:hover{background:var(--primaryColor)}.post_comfort .seprator_before::before{content:'___';position:relative;top:-3px;left:5px;color:#bec8ec}.mal_blue{color:#2e51a2!important}.post_comfort .download{color:color-mix(in srgb,var(--primaryColor) 65%,#ffffff);margin-right:10px}.post_comfort .badges_new{flex-grow:1}.post_comfort .badges_new i{border-radius:50px!important;width:45px}.kelaket_genre_tab{background:var(--bg_lighter);padding:5px 6px;border-radius:5px;margin-bottom:10px}.kelaket_genre_tab button.active{background:var(--primaryColor)!important;margin-bottom:0px!important}.kelaket_genre_tab button.active::after{display:none!important}.kelaket_genre_tab button{border-radius:3px!important;padding:5px 10px}.fancybox-container{z-index:9999999999999!important}.kelaket_plans{padding:24px;flex-direction:row;flex-wrap:wrap;gap:20px;color:var(--text)}.kelaket_plans__item{position:relative;background:var(--bg);width:calc(25% - 20px);margin:0;text-align:center;padding:38px 22px;border-radius:20px;height:auto;border:1px solid var(--bg_lighter2,transparent);display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.kelaket_plans__item:hover{transform:translateY(-6px);border-color:var(--primaryColor);box-shadow:0 20px 45px rgb(0 0 0 / .18)}.kelaket_plans__item .icon{display:flex;align-items:center;justify-content:center;width:62px;height:62px;margin-bottom:16px;border-radius:16px;background:var(--primaryColor);font-size:26px;color:#fff;box-shadow:0 12px 26px rgb(0 0 0 / .18)}.kelaket_plans__item .time{display:inline-block;background:var(--bg);padding:5px 20px;font-size:24px;font-weight:700;margin-bottom:20px;border-radius:50px}.kelaket_plans__item .time span{color:var(--primaryColor)}.kelaket_plans__item .before_discount_price{position:relative;font-size:18px;opacity:.6}.kelaket_plans__item .before_discount_price::before{content:"";height:1px;background-color:currentColor;width:70px;position:absolute;top:12px;left:50%;transform:translateX(-50%) rotate(-15deg)}.kelaket_plans__item .price_now{font-size:44px;font-weight:800;color:var(--text)}.kelaket_plans__item .price{margin-bottom:24px}.kelaket_plans__item .price_now .currency{font-size:14px;font-weight:400;margin:0 5px;opacity:.75}.kelaket_plans__item .plan_checkout{margin-top:auto;width:100%}.kelaket_plans__item .plan_checkout a{border:none;border-radius:12px;padding:13px 30px;background:var(--primaryColor);color:#fff;font-size:15px;font-weight:700;display:block;text-align:center;margin:0 auto;box-shadow:0 12px 26px rgb(0 0 0 / .16);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.kelaket_plans__item .plan_checkout a:hover{color:#fff;opacity:.92;transform:translateY(-2px);box-shadow:0 16px 32px rgb(0 0 0 / .2)}.kelaket_checkout{border-radius:18px;background:var(--bg);margin:10px;padding:10px;display:flex;flex-direction:column;border:1px solid var(--bg_lighter2,transparent)}.kelaket_checkout .time{display:inline-block;background:var(--bg_darker2,var(--bg_darker));padding:8px 26px;font-size:24px;font-weight:700;margin-bottom:20px;margin:0 auto;color:var(--text);border-radius:50px}.kelaket_checkout .plan_data{background:var(--bg2);border-radius:16px;margin:20px 20px 20px}.kelaket_checkout .plan_data ul{margin-bottom:0;padding:20px}.kelaket_checkout .plan_data ul li{border-bottom:solid 1px var(--bg_lighter2,#dddddd29);list-style:none;padding:12px 0;display:flex;justify-content:space-between;color:var(--text)}.kelaket_checkout .plan_data ul li:last-of-type{border:none;font-weight:800}.kelaket_checkout .plan_data ul li .plan_data__title{opacity:.7;font-weight:400}.kelaket_checkout .ticket_seprator{margin:30px 0;position:relative}.kelaket_checkout .ticket_seprator::before{content:'';border:dashed 1px var(--bg2);width:100%;display:flex}.kelaket_checkout .ticket_seprator .right_dot{width:25px;height:25px;background:var(--bg2);position:absolute;right:-24px;border-radius:50px;top:-12px}.kelaket_checkout .ticket_seprator .left_dot{width:25px;height:25px;background:var(--bg2);position:absolute;left:-24px;border-radius:50px;top:-12px}.kelaket_checkout .discount{border-radius:16px;margin:20px 20px 20px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--bg_lighter2,transparent)}.kelaket_checkout .discount i{margin-left:5px;color:var(--primaryColor)}.kelaket_checkout .discount .title{font-size:14px;color:var(--text);opacity:.75}.kelaket_checkout .discount .head{display:flex;justify-content:space-between;align-items:center;background:var(--bg2);padding:18px 20px;cursor:pointer}.kelaket_checkout .seprator i{width:25px;height:25px;background:var(--bg);color:var(--text);border-radius:50px;font-size:12px;display:flex;justify-content:center;align-items:center}.kelaket_checkout .body{padding:20px;border:solid 1px var(--bg2);border-top:none;border-radius:0 0 16px 16px}.discount_form input{background:var(--bg);border:solid 1px var(--bg_lighter2,#dddddd24);border-radius:10px;padding:8px 20px;color:var(--text);outline:none;margin:0 10px}.discount_form .submit_ajax_discount{background:var(--primaryColor);color:#fff;border:none;padding:9px 20px;margin:0 10px;border-radius:10px;font-size:14px;font-weight:700}.kelaket_checkout .process_checkout_button{background:var(--primaryColor);color:#fff;font-size:15px;font-weight:700;padding:13px 20px;border:0;border-radius:13px;margin:10px 20px;width:calc(100% - 40px);box-shadow:0 14px 30px rgb(0 0 0 / .18);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.kelaket_checkout .process_checkout_button:hover{opacity:.92;transform:translateY(-2px)}.kelaket_checkout .process_checkout{text-align:left}.gateway_select__wrap{margin:20px 20px;align-items:center;flex-wrap:wrap;gap:20px;color:var(--text)}.gateway_select__wrap .gateway_selct ul{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}.gateway_select__wrap .gateway_selct li{display:flex;background:var(--bg);padding:5px;min-width:100px;height:100px;border-radius:16px;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;border:solid 1px var(--bg_lighter2,var(--bg));color:var(--text);font-size:13px;transition:border-color .2s ease,transform .2s ease}.gateway_select__wrap .gateway_selct li:hover{transform:translateY(-2px)}.gateway_select__wrap .gateway_selct li.active{border-color:var(--primaryColor);box-shadow:0 0 0 1px var(--primaryColor)}.gateway_select__wrap .gateway_selct li img{width:auto;height:40px;max-width:90px;margin-bottom:4px;border-radius:10px}@media (max-width:1100px){.kelaket_plans__item{width:calc(50% - 20px)}}@media (max-width:575px){.kelaket_plans__item{width:100%}}.vpn_message{margin-bottom:10px;color:var(--text)}.vpn_message button{background:#fff0;border:solid 1px var(--primaryColor);color:var(--primaryColor);padding:10px 20px;margin:0 20px;border-radius:10px;transition:all .2s}.vpn_message button:hover{background:var(--primaryColor);color:#fff}.widget .custom-html-widget{padding:10px}.widget .tagcloud{padding:15px}.kelaket_ai_summary{margin:10px 0}.kelaket_ai_summary .kelaket_ai_summary__heading .animation{width:45px;height:45px;margin-left:10px}.kelaket_ai_summary .kelaket_ai_summary__heading{display:flex;align-items:center}.kelaket_ai_summary .kelaket_ai_summary__heading .kelaket_ai_summary__heading--title h3{font-size:17px;margin-bottom:0}.kelaket_ai_summary .kelaket_ai_summary__heading .kelaket_ai_summary__heading--title span{font-size:12px;opacity:.7}.kelaket_ai_summary .kelaket_ai_summary__body{padding:15px;background:var(--bg2);border-radius:15px;margin:20px 0;position:relative}.kelaket_ai_summary .kelaket_ai_summary__body p{color:var(--text);font-weight:300;font-size:15px}.kelaket_ai_summary .comment_tail{color:var(--bg2);position:absolute;top:-18px;right:30px}html.dark .comment_tail{color:var(--bg_lighter)}html.dark .kelaket_ai_summary__body{background:var(--bg_lighter)}.kelaket_ai_summary__notice{font-size:13px;opacity:.8;margin-top:15px}.film_card4{position:relative;border-radius:12px;overflow:hidden;background-color:#1a1a1a;transition:box-shadow 0.3s ease;margin-bottom:20px}.film_card4:hover{box-shadow:0 10px 20px rgb(0 0 0 / .4)}.film_card4 .card_link_wrapper{display:block;color:inherit;text-decoration:none}.film_card4 .main_poster{width:100%;height:auto;object-fit:cover;display:block;transition:transform 0.5s cubic-bezier(.25,.46,.45,.94);aspect-ratio:2/3}.film_card4:hover .main_poster{transform:scale(1.1)}.film_card4 .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgb(0 0 0 / .1) 0%,rgb(0 0 0 / .3) 50%,rgb(17 17 17 / .95) 100%);display:flex;flex-direction:column;justify-content:space-between;padding:15px;opacity:1;transition:all 0.3s ease}.film_card4 .play_icon_center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.5);width:50px;height:50px;background-color:var(--primaryColor);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);z-index:2;box-shadow:0 0 0 0 var(--primaryColor)}.film_card4 .play_icon_center i{color:#fff;margin-left:2px}.film_card4:hover .play_icon_center{opacity:1;transform:translate(-50%,-50%) scale(1)}.film_card4 .card_top_info{font-size:12px;color:#eee;z-index:2}.film_card4 .imdb_badge{background:rgb(0 0 0 / .6);padding:2px 8px;border-radius:4px;font-weight:700;color:#ffc107}.film_card4 .genres{opacity:.8;max-width:60%;text-align:left}.film_card4 .card_bottom_info{z-index:2;transform:translateY(0);transition:transform 0.3s ease}.film_card4:hover .card_bottom_info{transform:translateY(-5px)}.film_card4 .film_title{margin:0 0 10px;font-size:15px;font-weight:700;color:#fff;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.film_card4 .meta_footer{border-top:1px solid rgb(255 255 255 / .1);padding-top:8px;font-size:11px;color:#ccc}.film_card4 .status_badge svg{fill:#ccc;vertical-align:middle}.film_card4 .cta_arrow{background:rgb(255 255 255 / .1);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.3s}.film_card4:hover .cta_arrow{background:#fff;color:#000}:root{--fc5-radius:20px;--fc5-bg:#121212;--fc5-primary-grad:linear-gradient(135deg, #f5c518, #e0a800);--fc5-accent-grad:linear-gradient(135deg, #e50914, #ff4757);--fc5-text:#ffffff;--fc5-text-muted:#b3b3b3;--fc5-font-fa:inherit;--fc5-shadow:0 10px 40px -10px rgba(0,0,0,0.5);--fc5-ease:cubic-bezier(0.19, 1, 0.22, 1)}.film_card5{position:relative;width:100%;border-radius:var(--fc5-radius);overflow:hidden;aspect-ratio:2 / 3.1;background-color:var(--fc5-bg);transform:translateZ(0);transition:transform 0.4s var(--fc5-ease),box-shadow 0.4s var(--fc5-ease)}.film_card5:hover{transform:translateY(-6px) scale(1.01);border-color:rgb(255 255 255 / .15)}.film_card5 .card_link{display:block;width:100%;height:100%;position:relative;text-decoration:none;color:var(--fc5-text)}.film_card5 .card_poster{width:100%;height:100%;position:relative;z-index:1}.film_card5 .card_poster img{width:100%;height:100%;object-fit:cover;transition:transform 0.8s var(--fc5-ease),filter 0.4s ease}.film_card5:hover .card_poster img{transform:scale(1.15);filter:blur(3px) brightness(.6)}.film_card5 .poster_overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .2) 50%,rgb(0 0 0 / .8) 80%,rgb(0 0 0 / .95) 100%);z-index:2;opacity:.9;transition:opacity 0.4s}.film_card5:hover .poster_overlay{opacity:1;background:linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .4) 40%,rgb(18 18 18 / .9) 85%,#121212 100%)}.film_card5 .card_content{position:absolute;inset:0;z-index:10;display:flex;flex-direction:column;justify-content:space-between;padding:13px}.card_top_badges{display:flex;justify-content:space-between;align-items:flex-start;transform:translateY(0);transition:transform 0.4s var(--fc5-ease)}.film_card5:hover .card_top_badges{transform:translateY(-5px)}.imdb_badge,.quality_badge{height:24px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border-radius:6px;box-shadow:0 4px 10px rgb(0 0 0 / .2)}.imdb_badge{background:var(--fc5-primary-grad);color:#000;padding:0 8px;gap:4px}.quality_badge{background:rgb(255 255 255 / .15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgb(255 255 255 / .2);padding:0 10px;color:#fff;gap:6px}.card_info{display:flex;flex-direction:column;justify-content:flex-end;transform:translateY(35px);transition:transform 0.5s var(--fc5-ease)}.film_card5:hover .card_info{transform:translateY(0)}.title_fa{font-size:15px;font-weight:800;color:#fff;margin:0 0 4px 0;line-height:1.6;text-shadow:0 2px 10px rgb(0 0 0 / .5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.title_en{font-size:15px;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;font-weight:500;color:var(--fc5-text-muted);margin:0;letter-spacing:.5px;opacity:0;transform:translateX(10px);transition:all 0.4s ease 0.1s}.film_card5:hover .title_en{opacity:1;transform:translateX(0)}.meta_info{margin-top:8px;height:0;opacity:0;overflow:hidden;transition:all 0.4s ease}.film_card5:hover .meta_info{height:auto;opacity:1;margin-bottom:12px}.genres{display:inline-block;font-size:.75rem;color:#ddd;background:rgb(255 255 255 / .1);padding:2px 8px;border-radius:4px}.card_cta{opacity:0;transform:translateY(20px);transition:all 0.4s var(--fc5-ease) 0.1s}.film_card5:hover .card_cta{opacity:1;transform:translateY(0)}.play_btn{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--primaryColor);color:#fff;padding:10px 0;border-radius:12px;font-size:13px;font-weight:700;width:100%;cursor:pointer;box-shadow:0 8px 20px -6px var(--primaryColor);position:relative;overflow:hidden}.play_btn::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .4),transparent);transition:0.5s}.film_card5:hover .play_btn::after{left:100%;transition:0.5s ease-in-out 0.4s}.play_btn:hover{transform:scale(1.03);box-shadow:0 10px 25px -5px var(--primaryColor)}.card_top_badges{display:flex;justify-content:space-between;align-items:center;transform:translateY(0);transition:transform 0.4s var(--fc5-ease);width:100%}.film_card5:hover .card_top_badges{transform:translateY(-5px)}.imdb_badge,.quality_badge{height:26px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .15);white-space:nowrap}.imdb_badge{background:var(--fc5-primary-grad);color:#222;padding:0 5px}.quality_badge{background:rgb(0 0 0 / .4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .1);padding:0 12px;color:#fff;transition:all 0.3s ease}.quality_badge{background:rgb(15 15 15 / .9)!important;backdrop-filter:blur(4px);border:1px solid;font-weight:800;padding:2px 12px;box-shadow:0 4px 15px rgb(0 0 0 / .5)}.quality_badge.is-dubbed{color:#00e676;border-color:#00e676}.quality_badge.is-subbed{color:#29b6f6;border-color:#29b6f6}.quality_badge.is-subbed-dubbed{color:#f69e29;border-color:#f69e29}.quality_badge.is-censored{color:#ff1744;border-color:#ff1744}.film_card5:hover .quality_badge.is-dubbed{background:#00e676!important;color:#000;box-shadow:0 0 15px #00e676}.film_card5:hover .quality_badge.is-subbed{background:#29b6f6!important;color:#000;box-shadow:0 0 15px #29b6f6}.film_card5:hover .quality_badge.is-censored{background:#ff1744!important;color:#fff;box-shadow:0 0 15px #ff1744}.film_card5:hover .quality_badge.is-subbed-dubbed{background:#f69e29!important;color:#fff;box-shadow:0 0 15px #f69e29}.film_card5:hover .quality_badge{background:rgb(0 0 0 / .6)}:root{--fc6-radius:10px;--fc6-ease:cubic-bezier(0.19, 1, 0.22, 1);--fc6-rate-low:#e5484d;--fc6-rate-mid:#f5c518;--fc6-rate-high:#3ecf6a}.film_card6{position:relative;width:100%}.film_card6 .card_link{display:block;text-decoration:none;color:var(--text)}.film_card6 .fc6_poster{position:relative;width:100%;aspect-ratio:2 / 3;border-radius:var(--fc6-radius);overflow:hidden;background:var(--bg2);box-shadow:0 2px 10px var(--shadow_color);transition:box-shadow 0.3s var(--fc6-ease)}.film_card6:hover .fc6_poster{box-shadow:0 8px 24px var(--shadow_color)}.film_card6 .fc6_poster img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s var(--fc6-ease)}.film_card6:hover .fc6_poster img{transform:scale(1.05)}.film_card6 .fc6_imdb{position:absolute;top:8px;inset-inline-end:8px;z-index:3;width:34px;height:34px;transition:transform 0.3s var(--fc6-ease)}.film_card6:hover .fc6_imdb{transform:scale(1.08)}.film_card6 .fc6_imdb svg{width:100%;height:100%;transform:rotate(-90deg)}.film_card6 .fc6_imdb_bg{fill:rgb(0 0 0 / .5);stroke:rgb(255 255 255 / .2);stroke-width:2}.film_card6 .fc6_imdb_fg{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:calc(100 - var(--rate-percent, 0));transition:stroke-dashoffset 0.8s var(--fc6-ease)}.film_card6 .fc6_imdb.is-low .fc6_imdb_fg{stroke:var(--fc6-rate-low)}.film_card6 .fc6_imdb.is-mid .fc6_imdb_fg{stroke:var(--fc6-rate-mid)}.film_card6 .fc6_imdb.is-high .fc6_imdb_fg{stroke:var(--fc6-rate-high)}.film_card6 .fc6_imdb_val{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff;font-family:sans-serif}.film_card6 .fc6_badge{position:absolute;top:8px;inset-inline-start:8px;z-index:3;padding:3px 10px;border-radius:20px;font-size:10px;font-weight:700;background:rgb(0 0 0 / .55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid;transition:all 0.3s ease}.film_card6 .fc6_badge.is-dubbed{color:#00e676;border-color:#00e676}.film_card6 .fc6_badge.is-subbed{color:#29b6f6;border-color:#29b6f6}.film_card6 .fc6_badge.is-subbed-dubbed{color:#f69e29;border-color:#f69e29}.film_card6 .fc6_badge.is-censored{color:#ff1744;border-color:#ff1744}.film_card6:hover .fc6_badge.is-dubbed{background:#00e676;color:#000;box-shadow:0 0 15px #00e676}.film_card6:hover .fc6_badge.is-subbed{background:#29b6f6;color:#000;box-shadow:0 0 15px #29b6f6}.film_card6:hover .fc6_badge.is-subbed-dubbed{background:#f69e29;color:#000;box-shadow:0 0 15px #f69e29}.film_card6:hover .fc6_badge.is-censored{background:#ff1744;color:#fff;box-shadow:0 0 15px #ff1744}.film_card6 .fc6_info{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:26px 10px 10px;background:linear-gradient(to top,rgb(0 0 0 / .88) 0%,rgb(0 0 0 / .5) 55%,#fff0 100%);overflow:hidden;transition:opacity 0.3s var(--fc6-ease)}.film_card6:hover .fc6_info{opacity:0;pointer-events:none}.film_card6 .fc6_title_fa{font-size:14px;font-weight:700;color:#fff;margin:0 0 2px 0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.film_card6 .fc6_title_en{font-size:11px;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;font-weight:400;color:rgb(255 255 255 / .7);margin:0 0 4px 0}.film_card6 .fc6_meta{display:flex;align-items:center;gap:6px;font-size:11px;color:rgb(255 255 255 / .65)}.film_card6 .fc6_year{font-weight:700;color:#fff}.film_card6 .fc6_genres{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.film_card6 .fc6_hover_layer{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:16px;background:rgb(10 10 14 / .6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transform:scale(1.03);transition:opacity 0.4s var(--fc6-ease),transform 0.4s var(--fc6-ease);pointer-events:none}.film_card6:hover .fc6_hover_layer{opacity:1;transform:scale(1);pointer-events:auto}.film_card6 .fc6_hover_title{font-size:15px;font-weight:800;color:#fff;margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.film_card6 .fc6_hover_story{font-size:12px;line-height:1.8;color:rgb(255 255 255 / .85);margin:0;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.film_card6 .fc6_story_cta{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#fff;background:var(--primaryColor);padding:7px 14px;border-radius:20px}.editprofile_password{background:var(--bg_lighter);padding:6px;border-radius:5px;margin:0 30px 10px;width:auto;font-size:13px}.panel_post_card{background:var(--bg);display:flex;align-items:center;border-radius:10px;flex-direction:row;gap:15px;padding:10px;margin:10px 0;position:relative;transition:all .3s}.panel_post_card img{object-fit:cover;height:150px;width:100px;border-radius:5px}.panel_post_card a{color:var(--text)}.panel_post_card__left{display:flex;gap:10px;flex-direction:column;flex:2}.panel_post_card__left .imdb_rate{font-size:11px;padding:1px 10px}.panel_post_card:hover{box-shadow:0 2px 0 0 var(--primaryColor)}.post_type_badge a{width:fit-content;background:#45c6ff21;color:#45c6ff;border-radius:50px;line-height:0;margin-bottom:5px;font-size:11px;padding:1px 10px}.arcaptcha{text-align:center;display:flex;justify-content:center;margin:20px 0 0}.kelaket-report-form .form-control{background:var(--bg_lighter2);border:solid 1px var(--bg_lighter2);padding:9px;color:var(--text);font-size:14px}.kelaket-report-form .report_send_button{background:var(--primaryColor);color:#fff;padding:10px;transition:all .3s}.kelaket-report-form .report_send_button:hover{filter:brightness(.8);transform:scale(1.02)}.kelaket_active_sessions_actions{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:14px 16px;border-radius:14px;background:var(--bg_lighter2);border:1px solid color-mix(in srgb,var(--primaryColor) 12%,var(--bg_lighter2) 88%)}.kelaket_active_sessions_actions p{color:var(--text);opacity:.75;font-size:13px}.kelaket_active_sessions_actions_right{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.kelaket_device_icon{color:var(--primaryColor);font-size:16px}.kelaket_device_title{letter-spacing:.2px;color:var(--text)}.kelaket_session_current_badge{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:999px;background:color-mix(in srgb,var(--primaryColor) 16%,transparent);color:var(--primaryColor);font-size:11px;font-weight:700;border:1px solid color-mix(in srgb,var(--primaryColor) 35%,transparent)}.kelaket_device_cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.kelaket_device_card{position:relative;border-radius:18px;padding:18px;background:var(--bg2);border:1px solid var(--bg_lighter2);box-shadow:0 10px 30px rgb(0 0 0 / .12);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.kelaket_device_card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--primaryColor) 40%,var(--bg_lighter2));box-shadow:0 16px 34px rgb(0 0 0 / .18)}.kelaket_device_card.is-current{border-color:color-mix(in srgb,var(--primaryColor) 55%,var(--bg_lighter2));box-shadow:0 0 0 1px color-mix(in srgb,var(--primaryColor) 30%,transparent) inset}.kelaket_device_card_head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.kelaket_device_identity{display:flex;align-items:center;gap:12px;min-width:0}.kelaket_device_icon_wrap{flex:none;width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--primaryColor) 14%,var(--bg_lighter))}.kelaket_device_meta_sub{font-size:12px;color:var(--text);opacity:.6;margin-top:2px}.kelaket_device_meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12.5px}.kelaket_device_meta span{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;color:var(--text);opacity:.85;border:1px solid var(--bg_lighter2);background:var(--bg_lighter2)}.kelaket_device_meta span i{color:var(--primaryColor);opacity:.9;font-size:11px}.kelaket_device_actions{margin-top:14px}.kelaket_session_btn{display:inline-block;width:auto;padding:9px 16px;border-radius:10px;border:1px solid #fff0;font-size:13px;font-weight:600;line-height:1.6;transition:all .18s ease}.kelaket_session_btn_danger{background:color-mix(in srgb,#e5484d 88%,transparent);color:#fff}.kelaket_session_btn_danger:hover{filter:brightness(1.1);transform:translateY(-1px)}.kelaket_session_btn_muted{background:var(--bg_lighter2);color:var(--text);border:1px solid var(--bg_lighter2);opacity:.6;cursor:not-allowed}.kelaket_session_btn_primary{background:var(--primaryColor);color:#fff;border-color:#fff0}.kelaket_session_btn_primary:hover{filter:brightness(1.08);transform:translateY(-1px)}@media (max-width:767px){.kelaket_device_cards{grid-template-columns:1fr}.kelaket_active_sessions_actions_right,.kelaket_active_sessions_actions{width:100%}.kelaket_session_btn{width:100%}}.kelaket_easy_login{--panel-shell:var(--bg);--panel-surface:var(--bg2);--panel-muted:var(--text);--panel-border:var(--bg_lighter2);--panel-shadow:0 18px 55px rgba(0, 0, 0, .18);--panel-radius:18px;position:relative;overflow:hidden;padding:28px;border:1px solid var(--panel-border);border-radius:var(--panel-radius);background:var(--panel-surface);box-shadow:var(--panel-shadow)}.kelaket_easy_login::before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 100% 0%,var(--primaryColor) 0%,transparent 45%);opacity:.1}.panel_layout .body_panel .acc_info header.kelaket_panel_head,.panel_layout .body_panel .acc_info_ header.kelaket_panel_head,.kelaket_easy_login .kelaket_panel_head{position:relative;z-index:1;display:flex;align-items:center;gap:16px;margin:0 0 24px;padding:22px 22px 20px;border-bottom:1px solid var(--panel-border,var(--bg_lighter2));background:none}.kelaket_easy_login .kelaket_panel_head{padding:0 0 20px}.kelaket_panel_head_icon{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:54px;height:54px;border-radius:15px;background:var(--primaryColor);color:#fff;font-size:22px;box-shadow:0 12px 28px rgb(0 0 0 / .18)}.kelaket_panel_head_body{min-width:0}.panel_layout .body_panel .acc_info header.kelaket_panel_head h3,.panel_layout .body_panel .acc_info_ header.kelaket_panel_head h3,.kelaket_easy_login .kelaket_panel_head h3{margin:0 0 6px;padding:0;color:var(--text);font-size:17px;font-weight:800}.kelaket_panel_head p{margin:0;color:var(--panel-muted,var(--text));font-size:13px;line-height:1.9;opacity:.85}.kelaket_panel_head .show_more_panel{margin-inline-start:auto;flex:0 0 auto}.kelaket_panel_head_tabs{display:flex;align-items:center;margin-inline-start:auto;gap:4px;padding:4px;background:var(--bg_lighter);border-radius:999px;flex:0 0 auto}.kelaket_panel_head_tabs .nav-item{margin:0}.kelaket_panel_head_tabs .nav-link{padding:9px 20px!important;font-size:13px!important;font-weight:700!important;border-radius:999px!important;color:var(--panel-muted,var(--text))!important;background:transparent!important;white-space:nowrap;transition:background .2s ease,color .2s ease}.kelaket_panel_head_tabs .nav-link.active{background:var(--primaryColor)!important;color:#fff!important}@media (max-width:767px){.kelaket_panel_head{flex-wrap:wrap}.kelaket_panel_head .show_more_panel,.kelaket_panel_head_tabs{margin-inline-start:0;width:100%;justify-content:center}}html.dark .body_panel .acc_info header.kelaket_panel_head h3,html.dark .body_panel .acc_info_ header.kelaket_panel_head h3,html.dark .kelaket_easy_login .kelaket_panel_head h3{color:var(--text)}.kelaket_easy_login_loading{position:relative;z-index:1;display:flex;align-items:center;gap:10px;padding:40px 0;color:var(--panel-muted);font-size:14px;justify-content:center}.kelaket_easy_login_content{position:relative;z-index:1}.kelaket_easy_login_grid{display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:center}.kelaket_easy_login_qr{flex:0 0 auto;width:196px;height:196px;padding:12px;background:#fff;border:6px solid var(--bg_lighter);border-radius:18px;box-shadow:0 14px 34px rgb(0 0 0 / .14)}.kelaket_easy_login_qr img,.kelaket_easy_login_qr canvas{display:block;width:100%!important;height:100%!important;margin:0 auto;border-radius:8px}.kelaket_easy_login_info{display:flex;flex:1 1 260px;flex-direction:column;gap:18px;min-width:240px}.kelaket_easy_login_code_label{display:block;margin-bottom:8px;color:var(--panel-muted);font-size:12px;opacity:.7}.kelaket_easy_login_code_wrap strong{display:inline-block;letter-spacing:6px;font-size:34px;line-height:1;font-weight:800;color:var(--text);background:var(--bg_lighter);border:1px solid var(--panel-border);border-radius:13px;padding:14px 20px;direction:ltr;font-family:system-ui,tahoma}.kelaket_easy_login_timer{display:flex;align-items:center;gap:8px;color:var(--panel-muted);font-size:13px}.kelaket_easy_login_timer i{color:var(--primaryColor)}.kelaket_easy_login_timer b{color:var(--text);font-family:system-ui,tahoma;direction:ltr;display:inline-block}.kelaket_easy_login_reload{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;padding:12px 22px;border:none;border-radius:12px;background:var(--primaryColor);color:#fff;font-size:13px;font-weight:700;box-shadow:0 12px 28px rgb(0 0 0 / .18);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.kelaket_easy_login_reload:hover{color:#fff;transform:translateY(-2px);box-shadow:0 16px 34px rgb(0 0 0 / .22);opacity:.92}.kelaket_easy_login_expired{display:flex;align-items:center;gap:8px;margin-top:22px;padding:14px 16px;border:1px solid rgb(255 176 32 / .35);border-radius:13px;background:rgb(255 176 32 / .1);color:var(--text);font-size:13px}.kelaket_easy_login_expired i{color:#ffb020}.kelaket_easy_login_error{position:relative;z-index:1;margin-top:18px;padding:14px 16px;border:1px solid rgb(255 70 70 / .35);border-radius:13px;background:rgb(255 70 70 / .1);color:var(--text);font-size:13px}@media (max-width:575px){.kelaket_easy_login{padding:20px}.kelaket_easy_login_grid{flex-direction:column}.kelaket_easy_login_info{align-items:center;text-align:center}.kelaket_easy_login_reload{width:100%}}.kelaket_more_info{background:var(--bg2);border-radius:10px;color:var(--text);padding:25px;margin-bottom:20px}.kelaket_more_info .title{border-bottom:solid 1px var(--bg_lighter2);display:flex;gap:10px;align-items:center;padding-bottom:20px;font-size:14px}.kelaket_more_info .title_secondary{border-bottom:solid 1px var(--bg_lighter2);display:flex;gap:10px;align-items:center;padding-bottom:20px;font-size:14px;padding-top:20px}.kelaket_more_info .title_secondary i{font-size:17px;color:var(--primaryColor)}.kelaket_more_info .kelaket_more_info__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}@media (max-width:992px){.kelaket_more_info .kelaket_more_info__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:576px){.kelaket_more_info .kelaket_more_info__items{grid-template-columns:1fr}}.kelaket_more_info .kelaket_more_info__items .item{display:flex;justify-content:space-between;border-bottom:solid 1px var(--bg_lighter2);padding:20px}.kelaket_more_info .kelaket_more_info__items .item .label{font-size:14px;font-size:14px;display:flex;align-items:center}.kelaket_more_info .kelaket_more_info__items .item .label i{color:var(--primaryColor);margin-left:10px;font-size:17px}.kelaket_more_info .kelaket_more_info__items .item .value{font-size:13px;text-align:left}.kelaket_more_info .kelaket_more_info__items .item .value a{color:var(--text);transition:all .3s}.kelaket_more_info .kelaket_more_info__items .item .value a:hover{color:var(--primaryColor)}.kelaket_more_info .kelaket_more_info__actors{display:flex;flex-wrap:wrap}.kelaket_more_info .kelaket_more_info__actors .item_actor a{display:flex;flex-direction:row;align-items:center;gap:10px;color:var(--text);margin-left:20px;padding-top:20px;padding-bottom:10px;font-size:14px}.kelaket_more_info .kelaket_more_info__actors .item_actor img{width:60px;height:60px;border-radius:50px}.casual_single .casual_single__hero_layout{display:grid;grid-template-columns:minmax(170px,260px) minmax(0,1fr) minmax(210px,300px);gap:24px;align-items:start}.casual_single .casual_single__hero_meta{display:flex;flex-direction:column;gap:16px;align-self:start}.casual_single .casual_single__hero_info{min-width:0}.casual_single .casual_single__hero_cover{display:flex;justify-content:flex-end}.casual_single .casual_single__hero_meta .movie_meta{margin:0;flex-wrap:wrap}.casual_single .casual_single__hero_meta .post_vote{margin:0}.casual_single .casual_single__hero_meta .post_vote__buttons{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.casual_single .casual_single__hero_meta .post_vote button{margin:0!important;width:30px;height:30px!important;border-radius:50%!important}.casual_single .casual_single__hero_meta .vote_stats{color:#fff;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.casual_single .casual_single__hero_meta .post_actions{margin-top:0;gap:10px}.casual_single .casual_single__hero_cover .single_cover_wrap{width:min(100%, 300px)}.casual_single .casual_single__hero_info .post_actions{margin-top:20px}.casual_single .casual_trailer_mobile{display:none!important}.casual_single .casual_trailer_desktop_wrap{justify-content:flex-start}@media (max-width:1199.98px){.casual_single .casual_single__hero_layout{grid-template-columns:minmax(150px,200px) minmax(0,1fr) minmax(180px,240px);gap:18px}}@media (max-width:999.98px){.casual_single .casual_single__hero_layout{grid-template-columns:1fr;grid-template-areas:"cover" "info" "meta";gap:16px;justify-items:center}.casual_single .casual_single__hero_cover{grid-area:cover;justify-content:center}.casual_single .casual_single__hero_meta{grid-area:meta;width:min(100%, 440px);align-items:center}.casual_single .casual_single__hero_info{grid-area:info;width:100%;max-width:840px;text-align:center}.casual_single .casual_single__hero_cover .single_cover_wrap{width:min(100%, 260px)}.casual_single .casual_single__hero_info .post_genre,.casual_single .casual_single__hero_info .post_runtime,.casual_single .casual_single__hero_info .post_story,.casual_single .casual_single__hero_info .post_actor{text-align:center}.casual_single .casual_single__hero_info .post_actions,.casual_single .casual_single__hero_meta .post_actions{justify-content:center}.casual_single .casual_trailer_mobile{display:inline-flex!important}.casual_single .casual_trailer_desktop_wrap{display:none!important}.casual_single .casual_single__hero_meta .movie_meta{justify-content:center;align-items:center!important}.casual_single .casual_single__hero_meta .post_vote{width:100%}.casual_single .casual_single__hero_meta .post_vote__buttons{justify-content:center;width:100%}.casual_single .casual_single__hero_meta .post_vote button{width:30px!important;height:30px!important;border-radius:50%!important}.casual_single .casual_single__hero_meta .vote_stats{justify-content:center;text-align:center}}@media (max-width:767.98px){.casual_single .single_hero{padding-top:90px}.casual_single .casual_single__hero_info h1{font-size:1.2rem;line-height:1.8;justify-content:center}}@media (min-width:580px) and (max-width:999.98px){.casual_single .casual_single__hero_cover .single_cover_wrap{width:min(100%, 300px);margin:0 auto}.casual_single .single_hero h1{justify-content:center}.casual_single .casual_single__hero_meta{width:min(100%, 560px)}.casual_single .casual_single__hero_meta .post_vote__buttons{max-width:420px;margin-right:auto;margin-left:auto}}@media (max-width:579.98px){.casual_single .casual_single__hero_info,.casual_single .casual_single__hero_meta{width:100%;max-width:100%}.casual_single .casual_single__hero_meta .post_vote{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:nowrap}.casual_single .casual_single__hero_meta .post_vote__buttons{display:flex;justify-content:center;gap:10px;width:auto;margin-bottom:0}.casual_single .casual_single__hero_meta .post_vote button{width:30px!important;height:30px!important;border-radius:50%!important}.casual_single .casual_single__hero_meta .post_vote button span{display:none!important}.casual_single .casual_single__hero_meta .vote_stats{gap:4px;font-size:12px;white-space:nowrap}.casual_single .casual_single__hero_info .post_actions a.playonline,.casual_single .casual_single__hero_meta .post_actions a.playonline{justify-content:center}.casual_single .casual_single__hero_meta .movie_meta{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center!important;gap:10px}}.playonline_last_episode{background:var(--bg_lighter2)!important}.kelaket-archive-filters{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 12px;border-radius:10px;background:#fff0}.kelaket-archive-filters .archive_filters_head{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#444;margin-left:6px}.kelaket-archive-filters .d-flex.align-items-center{margin:0!important;gap:6px}.kelaket-archive-filters .adv_search_badge{margin-bottom:0;font-size:12px;opacity:.9}.kelaket-archive-filters .nice-select.ns_select{min-width:150px;height:34px;line-height:32px;border-radius:8px;padding:0 28px 0 10px;font-size:12px;background:var(--bg_lighter2)!important}.kelaket-archive-filters .nice-select.ns_select:after{left:10px;right:auto;width:6px;height:6px;margin-top:-4px}.kelaket-archive-filters .nice-select .list{font-size:12px}html.dark .kelaket-archive-filters{background:var(--bg_lighter2)}.archive_heading_bar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.archive_heading_bar .category_title{margin:0;flex:1}.archive_heading_bar .taxonomy-description{margin-top:6px}.archive_heading_bar .kelaket-archive-filters{margin:0!important;width:auto;min-width:560px;justify-content:flex-end;padding-left:0}.archive_heading_bar .kelaket-archive-filters .archive_filters_head{display:none}.archive_heading_bar .kelaket-archive-filters .adv_search_badge{display:none}.archive_heading_bar .kelaket-archive-filters .nice-select.ns_select{min-width:145px;height:40px!important;border-radius:13px!important}@media (max-width:1200px){.archive_heading_bar{flex-direction:column;align-items:stretch}.archive_heading_bar .kelaket-archive-filters{min-width:100%;justify-content:flex-start}}.kf_type_switch{display:inline-flex;align-items:center;gap:4px;padding:5px;border-radius:15px;background:var(--bg_lighter2);flex:0 0 auto}.kf_type_switch__item{display:inline-block;padding:7px 18px;border-radius:11px;font-size:13px;line-height:1.6;color:var(--text);text-decoration:none;white-space:nowrap;transition:all .2s}.kf_type_switch__item:hover{background:rgb(128 128 128 / .18);color:var(--text);text-decoration:none}.kf_type_switch__item.active,.kf_type_switch__item.active:hover{background:#4051b6;color:#fff}html.dark .kf_type_switch{background:var(--bg_lighter)}html.dark .kf_type_switch__item.active{color:#fff}.kelaket-archive-filters{display:flex!important}@media (max-width:768px){.archive_heading_bar .kelaket-archive-filters{display:flex!important;gap:8px;padding:8px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.archive_heading_bar .kelaket-archive-filters .d-flex.align-items-center{flex:0 0 auto}.archive_heading_bar .kelaket-archive-filters .nice-select.ns_select{min-width:130px}.kf_type_switch__item{padding:7px 14px;font-size:12px}}html.dark .kf-tv-logos img{filter:invert(1)!important;opacity:.72!important}.panel_layout{--panel-shell:var(--bg);--panel-surface:var(--bg2);--panel-muted:var(--text);--panel-border:var(--bg_lighter2);--panel-shadow:0 18px 55px rgba(0, 0, 0, .18);--panel-radius:18px;min-height:100vh;padding:24px 24px 32px!important;background:var(--panel-shell)}.panel_layout .sidebar{position:fixed;top:24px;right:24px;bottom:24px;width:276px;overflow:hidden;border:1px solid var(--panel-border);border-radius:22px;background:var(--panel-surface);box-shadow:var(--panel-shadow)}.panel_layout .sidebar::before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(180deg,var(--bg_lighter),transparent 42%);opacity:.22}.panel_layout .panel_sidebar__header,.panel_layout .sidebar .nav_panel,.panel_layout .sidebar_bottom{position:relative;z-index:1}.panel_layout .panel_sidebar__header{padding:22px 22px 16px}.panel_layout .panel_sidebar__header a{display:flex;align-items:center;gap:10px;min-width:0;color:var(--text);font-weight:800}.panel_layout .panel_sidebar__header img{max-width:min(150px, 100%);max-height:56px;object-fit:contain}.panel_layout .panel_sidebar__header span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel_layout .sidebar .nav_panel{flex:1;min-height:0;overflow-y:auto;padding:4px 12px 12px}.panel_layout .sidebar .nav_panel::-webkit-scrollbar,.panel_layout .dashboard_ticket__body::-webkit-scrollbar{width:4px}.panel_layout .sidebar .nav_panel::-webkit-scrollbar-thumb,.panel_layout .dashboard_ticket__body::-webkit-scrollbar-thumb{border-radius:99px;background:var(--primaryColor)}.panel_layout .sidebar .nav_panel ul li{padding:0;margin:4px 0;border-radius:13px}.panel_layout .sidebar .nav_panel ul li a{display:flex;align-items:center;min-height:46px;padding:0 7px;border:1px solid #fff0;border-radius:inherit;color:var(--panel-muted);font-weight:600}.panel_layout .sidebar .nav_panel ul li i{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin:0 0 0 10px;border-radius:10px;background:var(--bg_lighter);color:var(--panel-muted);font-size:15px}.panel_layout .sidebar .nav_panel ul li span{min-width:0}.panel_layout .sidebar .nav_panel ul li span::before{display:none}.panel_layout .sidebar .nav_panel ul li:hover>a,.panel_layout .sidebar .nav_panel ul li.active>a{border-color:var(--primaryColor);background:var(--bg_lighter);color:var(--text)}.panel_layout .sidebar .nav_panel ul li:hover>a i,.panel_layout .sidebar .nav_panel ul li.active>a i{background:var(--primaryColor);color:#fff}.panel_layout .sidebar .nav_panel ul .has-child>a::after{left:14px;margin:0;color:var(--panel-muted)}.panel_layout .sidebar .nav_panel ul li ul li{padding:0;margin-right:10px}.panel_layout .sidebar .nav_panel ul li ul li a{padding:0 10px;font-size:13px}.panel_layout .sidebar_bottom{margin:0 12px 12px;padding:14px;border:1px solid var(--panel-border);border-radius:16px;background:var(--bg)}.panel_layout .account_details{width:100%;margin-bottom:12px;gap:10px;color:var(--panel-muted)}.panel_layout .account_details span{border-radius:999px;background:var(--bg_lighter);color:var(--text)}.panel_layout .sidebar_cta{width:100%;border-radius:12px;background:var(--primaryColor);color:#fff;box-shadow:0 12px 28px rgb(0 0 0 / .18)}.panel_layout .panel_wrapper{margin-right:300px;padding:0}.panel_layout .panel_header{position:sticky;top:18px;z-index:20}.panel_layout .panel_header>.d-flex{align-items:center;flex-wrap:nowrap;gap:16px;padding:14px;border:1px solid var(--panel-border);border-radius:var(--panel-radius);background:var(--panel-surface);box-shadow:0 14px 40px rgb(0 0 0 / .12)}.panel_layout .panel_header__user{flex:1 1 auto;min-width:0;padding-left:12px;color:var(--text);font-size:15px;font-weight:800;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.panel_layout .panel_header__btn{flex:0 0 auto;flex-wrap:nowrap}.panel_layout .panel_header__user__avatar{width:48px;height:48px;margin-left:12px;padding:0;border:2px solid var(--bg_lighter2);border-radius:15px;background:var(--bg_lighter)}.panel_layout .panel_header__user__avatar img{width:100%;height:100%;object-fit:cover}.panel_layout .panel_header__btn a,.panel_layout .panel_header__btn button{width:44px;height:44px;border:1px solid var(--panel-border);border-radius:13px;background:var(--bg_lighter);color:var(--text);transition:transform .2s ease,border-color .2s ease,background .2s ease}.panel_layout .panel_header__btn a:hover,.panel_layout .panel_header__btn button:hover{transform:translateY(-2px);border-color:var(--primaryColor);background:var(--bg_lighter2)}.panel_layout .panel_header__btn a.panel_header__wallet{width:auto;height:auto;padding:10px 16px;gap:8px;white-space:nowrap;font-size:14px;font-weight:700;color:var(--text);padding-right:10px!important;padding-left:10px!important}.panel_layout .panel_header__wallet i{color:#fff}.panel_layout .body_panel>h2{margin-bottom:18px;color:var(--text);font-size:22px;font-weight:900}.panel_layout .body_panel p{color:var(--panel-muted)}.panel_layout .body_panel .info,.panel_layout .body_panel .acc_info,.panel_layout .body_panel .acc_info_,.panel_layout .dashboard_account_row__item,.panel_layout .panel_post_card,.panel_layout .kelaket_device_card{border:1px solid var(--panel-border);border-radius:var(--panel-radius);background:var(--panel-surface);box-shadow:0 14px 40px rgb(0 0 0 / .12)}.panel_layout .body_panel .info{min-height:124px;padding:24px 24px 22px 94px;overflow:hidden}.panel_layout .body_panel .info::after{content:"";position:absolute;left:-34px;top:-34px;width:110px;height:110px;border-radius:34px;background:var(--bg_lighter);opacity:.55;transform:rotate(18deg)}.panel_layout .body_panel .info .icon_wrap{top:24px;right:auto;left:24px;width:54px;height:54px;border-radius:16px;box-shadow:0 14px 30px rgb(0 0 0 / .18);z-index:2}.panel_layout .body_panel .info .info_detail .title{color:var(--panel-muted);font-size:14px;font-weight:700}.panel_layout .body_panel .info .info_detail span{margin-top:13px;color:var(--text);font-size:28px;line-height:1;font-weight:900}.panel_layout .body_panel .acc_info,.panel_layout .body_panel .acc_info_{overflow:hidden}.panel_layout .body_panel .acc_info header,.panel_layout .body_panel .acc_info_ header{padding:16px 18px;border-bottom:1px solid var(--panel-border);background:var(--bg_lighter);margin:-6px;margin-bottom:10px}.panel_layout .body_panel .acc_info header h3,.panel_layout .body_panel .acc_info_ header h3{padding:0;color:var(--text);font-size:16px;font-weight:900;margin-top:8px}.panel_layout .body_panel .acc_info ul{gap:8px;margin:14px}.panel_layout .body_panel .acc_info li{gap:8px}.panel_layout .body_panel .acc_info li span{margin:0;border:1px solid var(--panel-border);border-radius:12px;background:var(--bg)}.panel_layout .body_panel .acc_info_ table{overflow:hidden;border-collapse:separate;border-spacing:0;border-radius:14px;background:var(--bg)}.panel_layout .body_panel .acc_info_ table tr{border-color:var(--panel-border)}.panel_layout .body_panel .acc_info_ table th,.panel_layout .body_panel .acc_info_ table td{border-color:var(--panel-border);color:var(--text)}.panel_layout .body_panel .acc_info_ table a,.panel_layout .show_more_panel,.panel_layout .dashboard_subscription__cta{border-radius:11px;background:var(--primaryColor);color:#fff}.panel_layout .dashboard_subscription__body,.panel_layout .dashboard_watchlist__body{padding:24px}.panel_layout .dashboard_subscription__status_badge{box-shadow:0 12px 26px rgb(0 0 0 / .16)}.panel_layout .dashboard_subscription__countdown{width:min(100%, 420px)}.panel_layout .dash_counter_unit,.panel_layout .dashboard_ticket__item,.panel_layout .dashboard_subscription__link{border:1px solid var(--panel-border);border-radius:11px}.panel_layout .dashboard_ticket__body{padding:14px}.panel_layout .dashboard_ticket__item{align-items:center;margin-bottom:10px;color:var(--text)}.panel_layout .dashboard_account_row{gap:14px}.panel_layout .dashboard_account_row__item small,.panel_layout .dashboard_subscription__item small,.panel_layout .dashboard_subscription__countdown small{color:var(--panel-muted);opacity:1}.panel_layout .dashboard_alert{border:1px solid var(--primaryColor);border-radius:var(--panel-radius);background:var(--panel-surface);color:var(--text)}.panel_layout input,.panel_layout select,.panel_layout textarea,.panel_layout .form-control,.panel_layout .rcp-input{border-radius:12px!important}html.dark .panel_layout{--panel-shell:var(--bg);--panel-surface:var(--bg2);--panel-muted:var(--text)}html.dark .panel_layout .sidebar .nav_panel ul li a,html.dark .panel_layout .sidebar .nav_panel ul li i,html.dark .panel_layout .panel_header__user,html.dark .panel_layout .panel_sidebar__header a,html.dark .panel_layout .body_panel>h2,html.dark .panel_layout .body_panel .acc_info_ header h3{color:var(--text)}html.dark .panel_layout .sidebar_bottom{background:var(--bg);color:var(--text)}html.dark .panel_layout .body_panel .acc_info_ table{background:var(--bg);color:var(--text)}html.dark .panel_layout .panel_header__btn a,html.dark .panel_layout .panel_header__btn button,html.dark .panel_layout .account_details span{box-shadow:none}@media (max-width:991px){.panel_layout{padding:14px!important}.panel_layout .sidebar{top:14px;right:14px;bottom:14px;width:min(86vw, 310px);border-radius:18px}.panel_layout .panel_wrapper{margin-right:0}.panel_layout .panel_header{top:10px;margin-bottom:24px!important}.panel_layout .panel_header>.d-flex{padding:10px;gap:10px}.panel_layout .panel_header__user{min-width:0;overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}.panel_layout .panel_header__user__avatar{width:42px;height:42px;border-radius:13px}.panel_layout .panel_header__btn{gap:6px!important}.panel_layout .panel_header__btn a,.panel_layout .panel_header__btn button{width:40px;height:40px;border-radius:12px}.panel_layout .body_panel .info{min-height:112px;margin-bottom:26px}}@media (max-width:575px){.panel_layout .panel_header>.d-flex{align-items:center;flex-direction:row}.panel_layout .panel_header__btn{width:auto;justify-content:flex-end}.panel_layout .panel_header__btn a,.panel_layout .panel_header__btn button{width:36px;height:36px;border-radius:11px;font-size:13px}.panel_layout .panel_header__user__avatar{width:38px;height:38px;margin-left:8px}.panel_layout .body_panel .info{padding:22px 84px 20px 18px}.panel_layout .body_panel .info .icon_wrap{right:18px;left:auto}.panel_layout .body_panel .info::after{right:-42px;left:auto}.panel_layout .body_panel .acc_info li{flex-direction:column}.panel_layout .body_panel .acc_info .detail_1,.panel_layout .body_panel .acc_info .detail_2{width:100%}.panel_layout .body_panel .acc_info_{overflow-x:auto}.panel_layout .body_panel .acc_info_ table{min-width:640px}}.cinemora-slider .film_card6,.cinemora-slider .film_card5{direction:rtl!important}.continue-watch-block{width:100%}.continue-watch-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;position:relative}.continue-watch-head h2{margin:0;font-size:22px;color:#fff}.continue-watch-more{display:inline-flex;align-items:center;gap:6px;color:#cfd6e4;text-decoration:none;font-size:13px;padding:6px 10px;border-radius:10px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .12)}.continue-watch-more:hover{color:#fff;background:rgb(255 255 255 / .1)}.continue-watch-carousel{direction:rtl;opacity:0;transition:opacity .2s ease}.continue-watch-carousel.owl-loaded,.continue-watch-carousel.is-ready{opacity:1}.continue-watch-carousel:not(.owl-loaded){display:flex;gap:12px;overflow:hidden}.continue-watch-carousel:not(.owl-loaded) .continue-watch-card{flex:0 0 calc((100% - 24px) / 3)}.continue-watch-carousel .owl-stage{padding:4px 0;display:flex}.continue-watch-carousel .owl-stage,.continue-watch-carousel .owl-stage-outer{padding-right:0!important}.continue-watch-card{position:relative;display:block;border-radius:14px;overflow:hidden;display:flex}.continue-watch-link{display:flex;align-items:stretch;color:#fff;text-decoration:none;touch-action:pan-y;position:relative}.continue-watch-thumb{display:block;width:120px;min-height:160px;flex-shrink:0;background-size:cover;background-position:center;background-color:#10151d;border-radius:10px}.continue-watch-content{display:flex;flex-direction:column;gap:7px;width:100%;padding:11px 14px}.continue-watch-content strong{font-size:14px;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:100%;text-align:right;color:var(--text)}.continue-watch-content em{font-style:normal;font-size:12px;color:#d5dae2;display:inline-flex;align-items:center;gap:6px;font-weight:500;font-family:tahoma;text-align:right;color:var(--text);width:100%}.continue-watch-content em .cw-episode-icon{width:12px;height:12px;min-width:12px;min-height:12px;fill:currentColor}.continue-watch-remove{border:0;border-radius:10px;color:#fff;padding:0;cursor:pointer;z-index:2;width:40px;background:var(--bg2);font-size:15px;position:relative;transition:all .2s ease}.continue-watch-remove:hover{background:#bc0000}.continue-watch-remove:focus{outline:none}.continue-watch-remove:focus-visible{box-shadow:0 0 0 2px rgb(255 255 255 / .25)}.continue-watch-meta{display:flex;align-items:center;gap:8px;width:100%;pointer-events:none}.continue-watch-meta small{color:#d5dae2;font-size:12px;line-height:1.4;text-align:right;display:inline-block}.continue-watch-circle{--cw-progress:0;position:relative;width:24px;height:24px;border-radius:50%;background:conic-gradient(var(--primaryColor) calc(var(--cw-progress) * 1%),rgb(255 255 255 / .18) 0);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.continue-watch-circle span{width:18px;height:18px;border-radius:50%;background:var(--bg)}.continue-watch-actions{margin-top:auto;display:inline-flex;width:100%;pointer-events:none}.continue-watch-actions .continue-watch-remove,.continue-watch-actions .continue-watch-link{pointer-events:auto}.continue-watch-cta{background:var(--primaryColor);color:#fff;font-size:13px;border-radius:10px;padding:10px 13px;margin-left:10px;font-weight:500;letter-spacing:.1px;box-shadow:none;transition:all .2s ease}.continue-watch-carousel .owl-nav{display:flex;gap:8px;position:absolute;top:-45px;left:0}.continue-watch-carousel .owl-nav button.owl-prev,.continue-watch-carousel .owl-nav button.owl-next{width:34px;height:34px;border-radius:10px;border:1px solid rgb(255 255 255 / .2)!important;background:#1d2230!important;color:#fff!important;font-size:18px!important;box-shadow:none}.continue-watch-carousel .owl-nav button.owl-prev:hover,.continue-watch-carousel .owl-nav button.owl-next:hover{background:#2b3344!important}.continue-watch-carousel .owl-nav button.owl-prev:focus,.continue-watch-carousel .owl-nav button.owl-next:focus{outline:none}.continue-watch-carousel .owl-nav button.owl-prev:focus-visible,.continue-watch-carousel .owl-nav button.owl-next:focus-visible{box-shadow:0 0 0 2px rgb(255 255 255 / .25)}.continue-watch-carousel .owl-nav button.owl-prev.disabled,.continue-watch-carousel .owl-nav button.owl-next.disabled{opacity:.45;cursor:default}.continue-watch-carousel .owl-nav button.owl-prev.disabled:hover,.continue-watch-carousel .owl-nav button.owl-next.disabled:hover{background:#1d2230!important}.continue-watch-carousel .owl-nav button.owl-prev span,.continue-watch-carousel .owl-nav button.owl-next span{line-height:1;position:relative;top:-1px}.continue-watch-carousel .owl-dots{display:none}.continue-watch-carousel .owl-item{opacity:1;-webkit-tap-highlight-color:#fff0;padding:0}.continue-watch-carousel .owl-item .continue-watch-card{display:flex;height:100%}.continue-watch-carousel .owl-stage-outer{overflow:hidden;border-radius:14px;margin:0}.continue-watch-carousel.cw-at-start.owl-rtl .owl-stage-outer{padding-right:0!important}.continue-watch-card,.continue-watch-link,.continue-watch-content{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.continue-watch-link:focus-visible{outline:0}.continue-watch-link::after{content:'';position:absolute;inset:0;pointer-events:none;border-radius:14px;border:1px solid #fff0}.continue-watch-link:focus-visible::after{border-color:rgb(255 255 255 / .35)}.continue-watch-list-wrap{width:100%}.continue-watch-list{margin:0}.continue-watch-card--list{display:flex;gap:12px;padding:0;background:#fff0;border:0;border-radius:14px}.continue-watch-card--list .continue-watch-content{padding:0}.continue-watch-card--list .continue-watch-thumb{width:120px;min-height:160px}.continue-watch-empty{color:#cdd5e5;font-size:14px;padding:12px 0}@media (max-width:768px){.continue-watch-carousel:not(.owl-loaded) .continue-watch-card{flex-basis:calc(100% - 4px)}.continue-watch-carousel .owl-nav{display:none}.continue-watch-thumb{width:104px;min-height:126px}.continue-watch-carousel .owl-item .continue-watch-card{min-height:126px}.continue-watch-content{padding:10px 12px}}.continue-watch-list{margin:0;margin-bottom:20px}.random_pick_widget .widget_title{display:flex;align-items:center;justify-content:space-between}.random_pick_shuffle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border:none;border-radius:50%;background:rgb(255 255 255 / .08);color:var(--text);cursor:pointer;transition:background .3s ease,color .3s ease}.random_pick_shuffle:hover{background:var(--primaryColor);color:#fff}.random_pick_shuffle:disabled{opacity:.6;cursor:not-allowed}.random_pick_shuffle.is-loading i{animation:random_pick_spin .6s linear infinite}@keyframes random_pick_spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.random_pick_stage{max-width:220px;margin:0 auto;position:relative;transition:opacity .3s ease,filter .3s ease}.random_pick_stage.is-loading{opacity:.45;filter:blur(2px);pointer-events:none}.random_pick_stage .film_cat{animation:random_pick_fade .45s var(--fc5-ease,ease) both}@keyframes random_pick_fade{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.random_pick_empty{text-align:center;color:var(--fc5-text-muted,#b3b3b3);padding:30px 0;margin:0}#wpadminbar{z-index:9999999999}.dlbox_group,.serial_dlbox_wrap{--dlb-dub:#00e676;--dlb-sub:#29b6f6;--dlb-muted:#8b95a6;--dlb-surface:var(--bg2);--dlb-line:var(--bg_lighter);--dlb-radius:12px;--dlb-radius-sm:9px}.dlbox_group{margin-bottom:18px}.dlbox_group:last-child{margin-bottom:0}.dlbox_group_header{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;cursor:pointer;user-select:none;direction:rtl}.dlbox_group>.dlbox_group_header{padding:13px 16px;margin-bottom:12px;background:var(--bg_lighter2);border:1px solid var(--dlb-line);border-radius:var(--dlb-radius);transition:border-color .2s ease}.dlbox_header_right{display:flex;align-items:center;gap:10px;min-width:0}.dlbox_header_left{display:flex;align-items:center;flex:0 0 auto}.dlbox_disc_icon{display:inline-flex;color:var(--dlb-muted);flex-shrink:0}.dlbox_disc_icon svg{width:19px;height:19px}.dlbox_group.is_dub>.dlbox_group_header .dlbox_disc_icon{color:var(--dlb-dub)}.dlbox_group.is_sub>.dlbox_group_header .dlbox_disc_icon{color:var(--dlb-sub)}.dlbox_group.is_plain>.dlbox_group_header .dlbox_disc_icon{color:var(--dlb-muted)}.dlbox_group_title{font-size:15px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dlbox_toggle_btn{width:30px;height:30px;padding:0;border-radius:50%;border:1px solid var(--dlb-line);background:#fff0;color:var(--dlb-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:border-color .2s ease,color .2s ease}.dlbox_toggle_btn:hover{border-color:var(--dlb-muted);color:var(--text)}.dlbox_toggle_icon{display:inline-flex}.dlbox_toggle_icon svg{width:15px;height:15px;transition:transform .25s ease}.dlbox_toggle_icon.is_open svg{transform:rotate(180deg)}.dlbox_badge,.qh-badge{padding:3px 11px;border-radius:20px;font-size:12px;font-weight:600;line-height:1.7;white-space:nowrap;border:1px solid #fff0}.dlbox_badge_dub{background:rgb(0 230 118 / .1);border-color:rgb(0 230 118 / .28);color:var(--dlb-dub)}.dlbox_badge_sub{background:rgb(41 182 246 / .1);border-color:rgb(41 182 246 / .28);color:var(--dlb-sub)}.dlbox_badge_muted,.dlbox_badge_plain{background:rgb(139 149 166 / .1);border-color:rgb(139 149 166 / .26);color:var(--dlb-muted)}.dlbox_free_badge{padding:3px 11px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap;background:rgb(0 230 118 / .1);border:1px solid rgb(0 230 118 / .28);color:var(--dlb-dub)}.dlbox_group_body{padding:0}.dlbox_collapsed{display:none}.dlbox_row{display:flex;justify-content:space-between;align-items:center;gap:16px;background:var(--dlb-surface);border:1px solid var(--dlb-line);border-radius:var(--dlb-radius);padding:14px 18px;margin-bottom:10px;direction:rtl;flex-wrap:wrap}.dlbox_row:last-child{margin-bottom:0}.dlbox_row_actions{order:-1;display:flex;gap:8px;flex-wrap:wrap}.dlbox_row_info{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.dlbox_quality_block{display:flex;flex-direction:column;gap:3px}.dlbox_quality{color:var(--dlb-dub);font-weight:700;font-size:15px;font-feature-settings:"ss04";-webkit-font-feature-settings:"ss04"}.dlbox_quality_sub{color:var(--dlb-sub)}.dlbox_group.is_sub .dlbox_quality{color:var(--dlb-sub)}.dlbox_encoder{color:var(--dlb-muted);font-size:12px;direction:ltr;text-align:right;unicode-bidi:isolate}.dlbox_encoder_label{opacity:.8}.dlbox_meta_compact{display:none;color:var(--dlb-muted);font-size:12px;line-height:1.5}.dlbox_meta_compact_item{flex:1;text-align:center;position:relative;padding:0 8px}.dlbox_meta_compact_item:not(:last-child)::after{content:"";position:absolute;left:0;top:50%;width:1px;height:12px;transform:translateY(-50%);background:var(--dlb-line)}.dlbox_size_block{display:flex;flex-direction:column;align-items:center;gap:1px}.dlbox_size_label{color:var(--dlb-muted);font-size:11px}.dlbox_size_value{color:var(--text);font-weight:600;font-size:14px}.dlbox_btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 16px;border-radius:var(--dlb-radius-sm);font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;cursor:pointer;border:1px solid var(--dlb-line);background:#fff0;color:var(--text);transition:background-color .2s ease,border-color .2s ease,color .2s ease}.dlbox_btn_icon{width:16px;height:16px;flex-shrink:0}.dlbox_btn_dub{border-color:rgb(0 230 118 / .4);color:var(--dlb-dub)}.dlbox_btn_dub:hover{background:var(--dlb-dub);border-color:var(--dlb-dub);color:#06251a}.dlbox_btn_sub{border-color:rgb(41 182 246 / .4);color:var(--dlb-sub)}.dlbox_btn_sub:hover{background:var(--dlb-sub);border-color:var(--dlb-sub);color:#04202c}.dlbox_btn_ghost{border-color:var(--dlb-line);color:var(--dlb-muted)}.dlbox_btn_ghost:hover{border-color:var(--dlb-muted);color:var(--text)}.quality-item{border:1px solid var(--dlb-line);border-radius:var(--dlb-radius);background:var(--dlb-surface);overflow:hidden;margin-bottom:10px}.quality-item:last-child{margin-bottom:0}.quality-item>.quality-header{padding:12px 16px;gap:10px}.quality-item>.quality-header .dlbox_header_left{flex:0 0 auto}.quality-header-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0;direction:rtl;flex-wrap:wrap}.qh-quality{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--dlb-muted);white-space:nowrap;max-width:100%;overflow:hidden}.qh-quality strong{color:var(--text);font-size:15px;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-feature-settings:"ss04";-webkit-font-feature-settings:"ss04"}.quality-item.is_dub .qh-quality strong{color:var(--dlb-dub)}.quality-item.is_sub .qh-quality strong{color:var(--dlb-sub)}.qh-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.qh-metas{display:inline-flex;align-items:center;gap:12px}.qh-meta{color:var(--dlb-muted);font-size:12px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.qh-meta svg{width:14px;height:14px}.qh-price-value{color:#89d64f;font-weight:700}.qh-meta-compact{display:none;color:var(--dlb-muted);font-size:12px;line-height:1.5;width:100%}.qh-meta-compact-item{flex:1;text-align:center;position:relative;padding:0 8px}.qh-meta-compact-item:not(:last-child)::after{content:"";position:absolute;left:0;top:50%;width:1px;height:12px;transform:translateY(-50%);background:var(--dlb-line)}.quality-episodes-body{padding:0 16px 16px}.episodes-grid{display:flex;flex-wrap:wrap;gap:8px;direction:rtl;justify-content:flex-start}.btn-episode{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 15px;border-radius:var(--dlb-radius-sm);font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;cursor:pointer;background:#fff0;border:1px solid var(--dlb-line);color:var(--text);transition:background-color .2s ease,border-color .2s ease,color .2s ease}.btn-episode-icon{width:15px;height:15px;flex-shrink:0}.btn-ep-dl:hover{border-color:var(--dlb-muted)}.btn-ep-price{color:#89d64f;font-weight:700;font-size:12px;padding-inline-start:7px;margin-inline-start:1px;border-inline-start:1px solid var(--dlb-line)}.btn-ep-buy{border-color:rgb(137 214 79 / .35)}.btn-ep-buy:hover{border-color:#89d64f}.quality-item.is_dub .btn-ep-dl{border-color:rgb(0 230 118 / .3);color:var(--dlb-dub)}.quality-item.is_dub .btn-ep-dl:hover{background:var(--dlb-dub);border-color:var(--dlb-dub);color:#06251a}.quality-item.is_sub .btn-ep-dl{border-color:rgb(41 182 246 / .3);color:var(--dlb-sub)}.quality-item.is_sub .btn-ep-dl:hover{background:var(--dlb-sub);border-color:var(--dlb-sub);color:#04202c}.btn-ep-sub{border-color:rgb(41 182 246 / .3);color:var(--dlb-sub)}.btn-ep-sub:hover{background:var(--dlb-sub);border-color:var(--dlb-sub);color:#04202c}.btn-ep-dub{border-color:rgb(0 230 118 / .3);color:var(--dlb-dub)}.btn-ep-dub:hover{background:var(--dlb-dub);border-color:var(--dlb-dub);color:#06251a}.btn-copy-all{color:var(--dlb-muted)}.btn-copy-all:hover{border-color:var(--dlb-muted);color:var(--text)}.btn-locked{opacity:.6}.extra-downloads-section{margin-top:14px;padding-top:14px;border-top:1px solid var(--dlb-line)}.extra-dl-title{display:inline-flex;align-items:center;gap:7px;color:var(--dlb-muted);font-size:12px;font-weight:600;margin-bottom:10px;direction:rtl}.extra-dl-title svg{width:15px;height:15px}.dlbox_notice{background:var(--dlb-surface);border:1px solid var(--dlb-line);border-right:2px solid var(--dlb-muted);border-radius:var(--dlb-radius-sm);padding:12px 16px;margin-top:10px;color:var(--text);font-size:13px;line-height:1.9;direction:rtl;display:flex;align-items:flex-start;gap:9px}.dlbox_notice_icon{width:17px;height:17px;flex-shrink:0;margin-top:3px;color:var(--dlb-muted)}.dlbox_notice p:last-child{margin-bottom:0}@media (max-width:768px){.dlbox_group>.dlbox_group_header{padding:11px 12px;margin-bottom:10px;gap:10px}.dlbox_group_title{font-size:14px}.quality-item>.quality-header{padding:12px;gap:8px}.quality-header-info{gap:8px;row-gap:8px}.qh-quality{font-size:13px;min-width:0;max-width:100%}.qh-quality strong{font-size:13px}.qh-quality-label{display:none}.qh-badges{flex-wrap:nowrap}.qh-metas,.qh-meta{display:none}.qh-meta-compact{display:flex;align-items:center;justify-content:space-between}.quality-episodes-body{padding:0 12px 12px}.btn-episode{width:100%}.dlbox_row{flex-direction:column;align-items:flex-start;padding:14px 12px;margin-bottom:8px;gap:10px}.dlbox_row_actions{order:0;width:100%}.dlbox_row_info{width:100%;gap:8px}.dlbox_quality_block{width:100%;gap:5px}.dlbox_encoder,.dlbox_size_block{display:none}.dlbox_meta_compact{display:flex;align-items:center;justify-content:space-between;width:100%}.dlbox_btn{width:100%}}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/themes/KelaketFilm/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.fa::before,.fas::before,.far::before,.fal::before,.fat::before,.fad::before,.fab::before,.fa-solid::before,.fa-regular::before,.fa-light::before,.fa-thin::before,.fa-duotone::before,.fa-brands::before{content:"";display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask:var(--ki,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E")) center/contain no-repeat;mask:var(--ki,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E")) center/contain no-repeat}.fa,.fas,.far,.fal,.fat,.fad,.fab,.fa-solid,.fa-regular,.fa-light,.fa-thin,.fa-duotone,.fa-brands{font-style:normal;line-height:1}.fa-fw::before{width:1.25em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-lg{font-size:1.25em}.fa-sm{font-size:.875em}.fa-xs{font-size:.75em}.fa-spin::before{animation:ki-spin 2s linear infinite}.fa-pulse::before,.fa-spin-pulse::before{animation:ki-spin 1s steps(8) infinite}@keyframes ki-spin{to{transform:rotate(360deg)}}.fa-flip-horizontal::before{transform:scaleX(-1)}.fa-flip-vertical::before{transform:scaleY(-1)}.fa-android{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M131.2 61.9c5.3-.5 10.6 .6 15.3 3s8.6 6.2 11.3 10.8c17 29.5 34.2 58.9 51.2 88.4 3.5-1.4 7-2.7 10.5-3.9 31.3-10.9 64.2-16.6 97.4-16.9 1 0 2.1 0 3.2 0 38.1 0 76.2 7 111.6 21.1L483 75.7c1.8-3.2 4.3-6 7.2-8.2s6.2-3.9 9.8-4.8c3.1-.8 6.4-1.1 9.6-.8 4.2 .4 8.3 1.7 11.9 3.8 4 2.4 7.3 5.7 9.7 9.7 2 3.4 3.3 7.2 3.8 11.2s.1 8-1.2 11.7c-.6 1.9-1.4 3.7-2.4 5.5l-49.7 85.8c19.5 12.2 37.6 26.5 53.9 42.8 12.3 12.2 23.5 25.4 33.5 39.5 8.2 11.5 15.6 23.6 22.2 36.2 17.5 33.6 28.6 70.5 32.7 108.1l-608 0c4.1-37.7 15.2-74.5 32.7-108.1 14.5-27.9 33.4-53.5 55.7-75.7 16.5-16.4 34.7-30.9 54.5-43.1l-49.5-85.4c-3.7-6.4-4.7-14.1-2.8-21.2 1.9-7.1 6.4-13.1 12.7-16.8 3.6-2.2 7.7-3.5 11.9-3.8zm67.3 215.8c-12.2-8.1-30.1-2.5-40.1 12.5s-8.2 33.8 3.9 41.9 30.1 2.5 40.1-12.5 8.2-33.8-3.9-41.9zm283.6 12.5c-10-15-27.9-20.6-40.1-12.5s-13.9 26.9-3.9 41.9c10 15 27.9 20.6 40.1 12.5s13.9-26.9 3.9-41.9z'/%3E%3C/svg%3E")}.fa-angle-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M180.7 363.3c6.2 6.2 16.4 6.2 22.6 0l160-160c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 329.4 43.3 180.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l160 160z'/%3E%3C/svg%3E")}.fa-angle-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='currentColor' d='M20.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L54.6 256 203.3 404.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-160-160z'/%3E%3C/svg%3E")}.fa-angle-right{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='currentColor' d='M235.3 244.7c6.2 6.2 6.2 16.4 0 22.6l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L201.4 256 52.7 107.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l160 160z'/%3E%3C/svg%3E")}.fa-angle-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M180.7 148.7c6.2-6.2 16.4-6.2 22.6 0l160 160c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L192 182.6 43.3 331.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160z'/%3E%3C/svg%3E")}.fa-angles-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M20.7 244.7c-6.2 6.2-6.2 16.4 0 22.6l160 160c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L54.6 256 203.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-160 160zm352-160l-160 160c-6.2 6.2-6.2 16.4 0 22.6l160 160c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L246.6 256 395.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0z'/%3E%3C/svg%3E")}.fa-apple{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M319.1 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7-55.8 .9-115.1 44.5-115.1 133.2 0 26.2 4.8 53.3 14.4 81.2 12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zM262.5 104.5c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'/%3E%3C/svg%3E")}.fa-arrow-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7-105.4-105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E")}.fa-arrow-down-left-and-arrow-up-right-to-center{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M507.3 27.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L320 169.4 320 64c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 144c0 8.8 7.2 16 16 16l144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L342.6 192 507.3 27.3zM4.7 484.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L192 342.6 192 448c0 8.8 7.2 16 16 16s16-7.2 16-16l0-144c0-8.8-7.2-16-16-16L64 288c-8.8 0-16 7.2-16 16s7.2 16 16 16L169.4 320 4.7 484.7z'/%3E%3C/svg%3E")}.fa-arrow-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M4.7 244.7c-6.2 6.2-6.2 16.4 0 22.6l176 176c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L54.6 272 496 272c8.8 0 16-7.2 16-16s-7.2-16-16-16L54.6 240 203.3 91.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-176 176z'/%3E%3C/svg%3E")}.fa-arrow-left-long{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M4.7 244.7c-6.2 6.2-6.2 16.4 0 22.6l144 144c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L54.6 272 560 272c8.8 0 16-7.2 16-16s-7.2-16-16-16L54.6 240 171.3 123.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-144 144z'/%3E%3C/svg%3E")}.fa-arrow-right{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0-148.7 148.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z'/%3E%3C/svg%3E")}.fa-arrow-right-from-bracket{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M176 64c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-80 0c-35.3 0-64-28.7-64-64l0-256c0-35.3 28.7-64 64-64l80 0zM507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-144-144c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 176 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l281.4 0-116.7 116.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l144-144z'/%3E%3C/svg%3E")}.fa-arrow-right-to-arc{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M480 256c0 123.7-100.3 224-224 224-8.8 0-16 7.2-16 16s7.2 16 16 16c141.4 0 256-114.6 256-256S397.4 0 256 0c-8.8 0-16 7.2-16 16s7.2 16 16 16c123.7 0 224 100.3 224 224zM235.3 379.3l112-112c6.2-6.2 6.2-16.4 0-22.6l-112-112c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L297.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l281.4 0-84.7 84.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0z'/%3E%3C/svg%3E")}.fa-arrow-up-from-square{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M240 22.6l52.7 52.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-80-80c-6.2-6.2-16.4-6.2-22.6 0l-80 80c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L208 22.6 208 304c0 8.8 7.2 16 16 16s16-7.2 16-16l0-281.4zM32 192c0-17.7 14.3-32 32-32l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32L64 480c-17.7 0-32-14.3-32-32l0-256z'/%3E%3C/svg%3E")}.fa-arrow-up-right-and-arrow-down-left-from-center{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M292.7 196.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 54.6 480 160c0 8.8 7.2 16 16 16s16-7.2 16-16l0-144c0-8.8-7.2-16-16-16L352 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l105.4 0-164.7 164.7zM219.3 315.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L32 457.4 32 352c0-8.8-7.2-16-16-16S0 343.2 0 352L0 496c0 8.8 7.2 16 16 16l144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L54.6 480 219.3 315.3z'/%3E%3C/svg%3E")}.fa-arrows-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9S179.1 128 192 128l32 0 0 96-96 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9S128 332.9 128 320l0-32 96 0 0 96-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9S332.9 384 320 384l-32 0 0-96 96 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S384 179.1 384 192l0 32-96 0 0-96 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z'/%3E%3C/svg%3E")}.fa-arrows-alt-h{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M502.6 406.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9S352 492.9 352 480l0-64-320 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l320 0 0-64c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c12.5 12.5 12.5 32.8 0 45.3zM9.4 150.6c-12.5-12.5-12.5-32.8 0-45.3l96-96c9.2-9.2 22.9-11.9 34.9-6.9S160 19.1 160 32l0 64 320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-320 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96z'/%3E%3C/svg%3E")}.fa-arrows-alt-v{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M406.6 502.6l96-96c9.2-9.2 11.9-22.9 6.9-34.9S492.9 352 480 352l-64 0 0-320c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 320-64 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l96 96c12.5 12.5 32.8 12.5 45.3 0zM150.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-9.2 9.2-11.9 22.9-6.9 34.9S19.1 160 32 160l64 0 0 320c0 17.7 14.3 32 32 32s32-14.3 32-32l0-320 64 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-96-96z'/%3E%3C/svg%3E")}.fa-arrows-rotate{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M32.5 241.1C36 188.8 57.7 137.6 97.6 97.6 141.3 53.9 198.6 32 256 32 318 32 377.2 57.5 419.8 102.6L458.9 144 352 144c-8.8 0-16 7.2-16 16s7.2 16 16 16l144 0c8.8 0 16-7.2 16-16l0-144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 103.8-37-39.1C394.4 29.2 326.8 0 256 0 190.5 0 125 25 75 75 29.3 120.6 4.5 179.2 .6 238.9 0 247.8 6.7 255.4 15.5 256s16.4-6.1 17-14.9zm447 29.9c-3.5 52.3-25.2 103.5-65.1 143.4-43.7 43.7-101 65.6-158.4 65.6-62 0-121.2-25.5-163.8-70.6L53.1 368 160 368c8.8 0 16-7.2 16-16s-7.2-16-16-16L16 336c-8.8 0-16 7.2-16 16L0 496c0 8.8 7.2 16 16 16s16-7.2 16-16l0-103.8 37 39.1c48.6 51.5 116.3 80.6 187 80.6 65.5 0 131-25 181-75 45.6-45.6 70.4-104.3 74.4-164 .6-8.8-6.1-16.4-14.9-17s-16.4 6.1-17 14.9z'/%3E%3C/svg%3E")}.fa-award{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M252.6-24c-17.6-10.7-39.7-10.7-57.3 0-10.7 6.5-18.4 10.1-26 12.1s-16.1 2.8-28.6 2.5c-20.6-.5-39.7 10.6-49.6 28.6-6 10.9-10.9 17.9-16.5 23.5S62.2 53.2 51.3 59.2c-18.1 9.9-29.1 29-28.6 49.6 .3 12.5-.5 20.9-2.5 28.6s-5.6 15.3-12.1 26c-10.7 17.6-10.7 39.7 0 57.3 6.5 10.7 10.1 18.4 12.1 26s2.8 16.1 2.5 28.6c-.5 20.6 10.6 39.7 28.6 49.6 10.9 6 17.9 10.9 23.5 16.5s10.5 12.5 16.5 23.5l.1 .1-49.9 93.6c-8.3 15.5-2.5 34.9 13.1 43.2l75.8 40.8c15.6 8.4 35.1 2.5 43.5-13.2l50.3-95 50.3 95c8.3 15.7 27.8 21.6 43.5 13.2l75.8-40.8c15.5-8.4 21.4-27.7 13.1-43.2l-49.9-93.6c0 0 0-.1 .1-.1 6-10.9 10.9-17.9 16.5-23.5s12.5-10.5 23.5-16.5c18.1-9.9 29.1-29 28.6-49.6-.3-12.5 .5-20.9 2.5-28.6s5.6-15.3 12.1-26c10.7-17.6 10.7-39.7 0-57.3-6.5-10.7-10.1-18.4-12.1-26s-2.8-16.1-2.5-28.6c.5-20.6-10.6-39.7-28.6-49.6-10.9-6-17.9-10.9-23.5-16.5s-10.5-12.5-16.5-23.5c-9.9-18.1-29-29.1-49.6-28.6-12.5 .3-20.9-.5-28.6-2.5s-15.3-5.6-26-12.1zm80 411.7l45.7 85.7-75.8 40.8-54.9-103.6c1.7-.8 3.3-1.7 4.9-2.7 10.7-6.5 18.4-10.1 26-12.1s16.1-2.8 28.6-2.5c9 .2 17.7-1.8 25.5-5.6zM69.6 473.5l45.7-85.7c7.8 3.8 16.5 5.8 25.5 5.6 12.5-.3 20.9 .5 28.6 2.5s15.3 5.6 26 12.1c1.6 1 3.2 1.9 4.9 2.7l-54.9 103.7-75.8-40.8zM212 3.4c7.4-4.5 16.6-4.5 24 0 12 7.3 22.7 12.5 34.4 15.7s23.5 3.9 37.6 3.6c8.6-.2 16.6 4.4 20.8 12 6.7 12.4 13.4 22.2 21.9 30.8S369 80.6 381.4 87.3c7.6 4.1 12.2 12.1 12 20.8-.3 14.1 .5 25.9 3.6 37.6s8.4 22.3 15.7 34.4c4.5 7.4 4.5 16.6 0 24-7.3 12-12.5 22.7-15.7 34.4s-3.9 23.5-3.6 37.6c.2 8.6-4.4 16.6-12 20.8-12.3 6.7-22.2 13.4-30.8 21.9s-15.2 18.4-21.9 30.8c-4.1 7.6-12.1 12.2-20.8 12-14.1-.3-25.9 .5-37.6 3.6S248 373.3 236 380.6c-7.4 4.5-16.6 4.5-24 0-12-7.3-22.7-12.5-34.4-15.7s-23.5-3.9-37.6-3.6c-8.6 .2-16.6-4.4-20.8-12-6.7-12.3-13.4-22.2-21.9-30.8S79 303.4 66.6 296.7c-7.6-4.1-12.2-12.1-12-20.8 .3-14.1-.5-25.9-3.6-37.6S42.7 216 35.4 204c-4.5-7.4-4.5-16.6 0-24 7.3-12 12.5-22.7 15.7-34.4s3.9-23.5 3.6-37.6c-.2-8.6 4.4-16.6 12-20.8 12.4-6.7 22.2-13.4 30.8-21.9S112.6 47 119.3 34.6c4.1-7.6 12.1-12.2 20.8-12 14.1 .3 25.9-.5 37.6-3.6S200 10.7 212 3.4zM304 192a80 80 0 1 1 -160 0 80 80 0 1 1 160 0zM224 80a112 112 0 1 0 0 224 112 112 0 1 0 0-224z'/%3E%3C/svg%3E")}.fa-bars{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 80c0-8.8 7.2-16 16-16l416 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L16 96C7.2 96 0 88.8 0 80zM0 256c0-8.8 7.2-16 16-16l416 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L16 272c-8.8 0-16-7.2-16-16zM448 432c0 8.8-7.2 16-16 16L16 448c-8.8 0-16-7.2-16-16s7.2-16 16-16l416 0c8.8 0 16 7.2 16 16z'/%3E%3C/svg%3E")}.fa-bars-filter{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 80c0-8.8 7.2-16 16-16l480 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L16 96C7.2 96 0 88.8 0 80zM96 256c0-8.8 7.2-16 16-16l288 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-288 0c-8.8 0-16-7.2-16-16zM320 432c0 8.8-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l96 0c8.8 0 16 7.2 16 16z'/%3E%3C/svg%3E")}.fa-bell{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224 0c-8.8 0-16 7.2-16 16l0 16.8C127.1 40.8 64 109 64 192l0 10.3c0 45.1-15.4 88.9-43.5 124.1L10.4 339C3.7 347.4 0 357.9 0 368.6 0 394.8 21.2 416 47.4 416l353.2 0c26.2 0 47.4-21.2 47.4-47.4 0-10.8-3.7-21.2-10.4-29.6l-10.1-12.6c-28.2-35.2-43.5-79-43.5-124.1l0-10.3c0-83-63.1-151.2-144-159.2L240 16c0-8.8-7.2-16-16-16zm0 64c70.7 0 128 57.3 128 128l0 10.3c0 52.4 17.8 103.2 50.6 144.1L412.6 359c2.2 2.7 3.4 6.1 3.4 9.6 0 8.5-6.9 15.4-15.4 15.4L47.4 384c-8.5 0-15.4-6.9-15.4-15.4 0-3.5 1.2-6.9 3.4-9.6l10.1-12.6C78.2 305.5 96 254.7 96 202.3L96 192c0-70.7 57.3-128 128-128zM156.1 464c9.9 28 36.6 48 67.9 48s58-20 67.9-48L256 464c-7.3 9.7-18.9 16-32 16s-24.7-6.3-32-16l-35.9 0z'/%3E%3C/svg%3E")}.fa-book{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M384 512L96 512c-53 0-96-43-96-96L0 96C0 43 43 0 96 0L400 0c26.5 0 48 21.5 48 48l0 288c0 20.9-13.4 38.7-32 45.3l0 66.7c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0zM96 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0 0-64-256 0zm32-232c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm24 72c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0z'/%3E%3C/svg%3E")}.fa-bookmark{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 426c0 18.6-20.2 30.1-36.2 20.7L192 418.6 36.2 510.6C20.2 520.1 0 508.6 0 490L0 64zM64 32C46.3 32 32 46.3 32 64l0 412 147.8-87.3c7.5-4.5 16.9-4.5 24.4 0L352 476 352 64c0-17.7-14.3-32-32-32L64 32z'/%3E%3C/svg%3E")}.fa-bug{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288 32c35.3 0 64 28.7 64 64L224 96c0-35.3 28.7-64 64-64zM192 96l0 3.6c0 15.7 12.7 28.4 28.4 28.4l135.1 0c15.7 0 28.4-12.7 28.4-28.4l0-3.6c0-53-43-96-96-96s-96 43-96 96zM416 280l0 72c0 65.3-48.9 119.1-112 127l0-207c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 207c-63.1-7.9-112-61.7-112-127l0-72c0-39.8 32.2-72 72-72l112 0c39.8 0 72 32.2 72 72zM153.8 211.4c-14.4 16.4-23.8 37.5-25.5 60.6L16 272c-8.8 0-16 7.2-16 16s7.2 16 16 16l112 0 0 48c0 10.2 1 20.2 2.8 29.9L38.4 451.2c-7.1 5.3-8.5 15.3-3.2 22.4s15.3 8.5 22.4 3.2l83.1-62.3C165 471.8 221.8 512 288 512s123-40.2 147.3-97.5l83.1 62.3c7.1 5.3 17.1 3.9 22.4-3.2s3.9-17.1-3.2-22.4l-92.4-69.3c1.8-9.7 2.8-19.7 2.8-29.9l0-48 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-112.3 0c-1.8-23.1-11.1-44.2-25.5-60.6 31.7-23.7 77-57.7 115.4-86.6 7.1-5.3 8.5-15.3 3.2-22.4s-15.3-8.5-22.4-3.2c-204.7 153.6-87.8 65.8-121.6 91.2-15.5-9.1-33.5-14.4-52.8-14.4l-112 0c-19.3 0-37.3 5.2-52.8 14.4l-1.6-1.2-120-90c-7.1-5.3-17.1-3.9-22.4 3.2s-3.9 17.1 3.2 22.4l115.4 86.6z'/%3E%3C/svg%3E")}.fa-calendar{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M112 0c8.8 0 16 7.2 16 16l0 48 192 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-48c0-8.8 7.2-16 16-16zM384 96L64 96c-17.7 0-32 14.3-32 32l0 32 384 0 0-32c0-17.7-14.3-32-32-32zm32 96l-384 0 0 224c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-224z'/%3E%3C/svg%3E")}.fa-calendar-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M336 0c8.8 0 16 7.2 16 16l0 48 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 192 0 0-48c0-8.8 7.2-16 16-16zM64 96c-17.7 0-32 14.3-32 32l0 288c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-288c0-17.7-14.3-32-32-32L64 96zm243.1 86.6c5.2-7.1 15.2-8.7 22.3-3.5s8.7 15.2 3.5 22.3l-128 176c-2.8 3.8-7 6.2-11.7 6.5s-9.3-1.3-12.6-4.6l-64-64c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l50.7 50.7 117-160.8z'/%3E%3C/svg%3E")}.fa-calendar-days{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M112 0c8.8 0 16 7.2 16 16l0 48 192 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-48c0-8.8 7.2-16 16-16zM384 96L64 96c-17.7 0-32 14.3-32 32l0 32 384 0 0-32c0-17.7-14.3-32-32-32zm32 96l-96 0 0 64 96 0 0-64zm0 96l-96 0 0 64 96 0 0-64zm0 96l-96 0 0 64 64 0c17.7 0 32-14.3 32-32l0-32zM288 352l0-64-128 0 0 64 128 0zM160 384l0 64 128 0 0-64-128 0zm-32-32l0-64-96 0 0 64 96 0zM32 384l0 32c0 17.7 14.3 32 32 32l64 0 0-64-96 0zm0-128l96 0 0-64-96 0 0 64zm128 0l128 0 0-64-128 0 0 64z'/%3E%3C/svg%3E")}.fa-camera{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M186.4 32c-17.1 0-32.9 9.1-41.5 23.8L121.5 96 64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-57.5 0-23.4-40.2C358.5 41.1 342.7 32 325.6 32L186.4 32zM172.6 71.9c2.9-4.9 8.1-7.9 13.8-7.9l139.2 0c5.7 0 11 3 13.8 7.9l28.1 48.1c2.9 4.9 8.1 7.9 13.8 7.9l66.7 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32L64 448c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l66.7 0c5.7 0 11-3 13.8-7.9l28.1-48.1zM256 400a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM176 288a80 80 0 1 1 160 0 80 80 0 1 1 -160 0z'/%3E%3C/svg%3E")}.fa-cc{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 96c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32L64 416c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l384 0zM64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm88 128l32 0c13.3 0 24 10.7 24 24 0 8.8 7.2 16 16 16s16-7.2 16-16c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-8.8-7.2-16-16-16s-16 7.2-16 16c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24zm152 24c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24 0 8.8 7.2 16 16 16s16-7.2 16-16c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-8.8-7.2-16-16-16s-16 7.2-16 16c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-80z'/%3E%3C/svg%3E")}.fa-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M441.4 67.1c7.1 5.2 8.7 15.2 3.5 22.4l-280 384c-2.8 3.8-7 6.2-11.7 6.5s-9.2-1.3-12.6-4.6l-136-136c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l122.8 122.8 269-368.9c5.2-7.1 15.2-8.7 22.4-3.5z'/%3E%3C/svg%3E")}.fa-check-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-480a224 224 0 1 0 0 448 224 224 0 1 0 0-448zm83.1 134.6c5.2-7.1 15.2-8.7 22.3-3.5s8.7 15.2 3.5 22.3l-128 176c-2.8 3.8-7 6.2-11.7 6.5s-9.3-1.3-12.6-4.6l-64-64c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l50.7 50.7 117-160.8z'/%3E%3C/svg%3E")}.fa-check-double{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M244.9 49.4c5.2-7.1 3.6-17.1-3.5-22.4s-17.1-3.6-22.4 3.5l-129 176.9-54.8-54.8c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l68 68c3.3 3.3 7.9 5 12.6 4.6s8.9-2.7 11.7-6.5l140-192zm132 132c5.2-7.1 3.6-17.1-3.5-22.4s-17.1-3.6-22.4 3.5l-199 272.9-88.8-88.8c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l102 102c3.3 3.3 7.9 5 12.6 4.6s8.9-2.7 11.7-6.5l210-288z'/%3E%3C/svg%3E")}.fa-chevron-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M235.3 411.3c-6.2 6.2-16.4 6.2-22.6 0l-208-208c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L224 377.4 420.7 180.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-208 208z'/%3E%3C/svg%3E")}.fa-chevron-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M4.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l208-208c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L38.6 256 235.3 452.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-208-208z'/%3E%3C/svg%3E")}.fa-chevron-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M212.7 100.7c6.2-6.2 16.4-6.2 22.6 0l208 208c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L224 134.6 27.3 331.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l208-208z'/%3E%3C/svg%3E")}.fa-circle-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 0a256 256 0 1 0 0 512 256 256 0 1 0 0-512zM244.7 387.3l-104-104c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9l56 0 0-96c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96 56 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-104 104c-6.2 6.2-16.4 6.2-22.6 0z'/%3E%3C/svg%3E")}.fa-circle-info{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM208 352c-8.8 0-16 7.2-16 16s7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-112c0-8.8-7.2-16-16-16l-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0 0 96-32 0zm48-168a24 24 0 1 0 0-48 24 24 0 1 0 0 48z'/%3E%3C/svg%3E")}.fa-circle-play{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm72.7-256L208 329.7 208 182.3 328.7 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z'/%3E%3C/svg%3E")}.fa-circle-plus{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM240 352c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80 80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-80 0 0-80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 80-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 80z'/%3E%3C/svg%3E")}.fa-circle-question{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-336c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E")}.fa-circle-xmark{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM164.7 164.7c-6.2 6.2-6.2 16.4 0 22.6l68.7 68.7-68.7 68.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l68.7-68.7 68.7 68.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-68.7-68.7 68.7-68.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-68.7 68.7-68.7-68.7c-6.2-6.2-16.4-6.2-22.6 0z'/%3E%3C/svg%3E")}.fa-clapperboard{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 96l-113.4 0-96 96 114.7 0 96-96c-.4 0-.9 0-1.3 0zm-49.4 96l81.4 0 0-64c0-5.1-1.2-9.8-3.3-14.1L398.6 192zM512 192l0 192c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 64zM33.4 192l96-96-65.4 0c-17.7 0-32 14.3-32 32l0 64 1.4 0zM32 224l0 160c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32l0-160-448 0zm46.6-32l114.7 0 96-96-114.7 0-96 96z'/%3E%3C/svg%3E")}.fa-clapperboard-play{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M480 96l-113.4 0-96 96 84.5 0c-18.4 8-35.3 18.9-50.1 32l-241 0 0 160c0 17.7 14.3 32 32 32l150 0c2.9 11.1 6.7 21.8 11.4 32L96 448c-35.3 0-64-28.7-64-64l0-256c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 84c-10.9-7.9-22.7-14.6-35.1-20l3.1 0 0-64c0-5.1-1.2-9.8-3.3-14.1l-62.6 62.6c-4.7-.3-9.4-.5-14.1-.5-11.4 0-22.7 1-33.5 2.9L481.3 96c-.4 0-.9 0-1.3 0zM65.4 192l96-96-65.4 0c-17.7 0-32 14.3-32 32l0 64 1.4 0zm45.3 0l114.7 0 96-96-114.7 0-96 96zM432 480a112 112 0 1 0 0-224 112 112 0 1 0 0 224zm0-256a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm-39.9 74.1c5-2.8 11.2-2.8 16.1 .2l93.3 56c4.8 2.9 7.8 8.1 7.8 13.7s-3 10.8-7.8 13.7l-93.3 56c-4.9 3-11.1 3-16.1 .2S384 429.8 384 424l0-112c0-5.8 3.1-11.1 8.1-13.9zM416 395.7l46.2-27.7-46.2-27.7 0 55.5z'/%3E%3C/svg%3E")}.fa-clock{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M480 256a224 224 0 1 1 -448 0 224 224 0 1 1 448 0zM0 256a256 256 0 1 0 512 0 256 256 0 1 0 -512 0zM240 112l0 144c0 5.4 2.7 10.3 7.1 13.3l96 64c7.4 4.9 17.3 2.9 22.2-4.4s2.9-17.3-4.4-22.2L272 247.4 272 112c0-8.8-7.2-16-16-16s-16 7.2-16 16z'/%3E%3C/svg%3E")}.fa-clock-o{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M480 256a224 224 0 1 1 -448 0 224 224 0 1 1 448 0zM0 256a256 256 0 1 0 512 0 256 256 0 1 0 -512 0zM240 112l0 144c0 5.4 2.7 10.3 7.1 13.3l96 64c7.4 4.9 17.3 2.9 22.2-4.4s2.9-17.3-4.4-22.2L272 247.4 272 112c0-8.8-7.2-16-16-16s-16 7.2-16 16z'/%3E%3C/svg%3E")}.fa-clock-rotate-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M32 132l0-84c0-8.8-7.2-16-16-16S0 39.2 0 48L0 176c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-90.4 0C89.5 84.3 166.7 32 256 32 379.7 32 480 132.3 480 256S379.7 480 256 480c-73.3 0-138.3-35.2-179.2-89.6-5.3-7.1-15.3-8.5-22.4-3.2s-8.5 15.3-3.2 22.4C97.9 471.8 172.2 512 256 512 397.4 512 512 397.4 512 256S397.4 0 256 0C159.6 0 75.7 53.3 32 132zm224-4c-8.8 0-16 7.2-16 16l0 112c0 4.2 1.7 8.3 4.7 11.3l80 80c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L272 249.4 272 144c0-8.8-7.2-16-16-16z'/%3E%3C/svg%3E")}.fa-clone{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M288 480L64 480c-17.7 0-32-14.3-32-32l0-224c0-17.7 14.3-32 32-32l48 0 0-32-48 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-48-32 0 0 48c0 17.7-14.3 32-32 32zM224 320c-17.7 0-32-14.3-32-32l0-224c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-224 0zm-64-32c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224z'/%3E%3C/svg%3E")}.fa-closed-captioning{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 96c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32L64 416c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l384 0zM64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm88 128l32 0c13.3 0 24 10.7 24 24 0 8.8 7.2 16 16 16s16-7.2 16-16c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-8.8-7.2-16-16-16s-16 7.2-16 16c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24zm152 24c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24 0 8.8 7.2 16 16 16s16-7.2 16-16c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-8.8-7.2-16-16-16s-16 7.2-16 16c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-80z'/%3E%3C/svg%3E")}.fa-code{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M383.2 21.1c2.8-8.4-1.7-17.4-10.1-20.2s-17.4 1.7-20.2 10.1l-160 480c-2.8 8.4 1.7 17.4 10.1 20.2s17.4-1.7 20.2-10.1l160-480zM139.3 132.7c-6.2-6.2-16.4-6.2-22.6 0l-112 112c-6.2 6.2-6.2 16.4 0 22.6l112 112c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L38.6 256 139.3 155.3c6.2-6.2 6.2-16.4 0-22.6zm297.4 0c-6.2 6.2-6.2 16.4 0 22.6L537.4 256 436.7 356.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l112-112c6.2-6.2 6.2-16.4 0-22.6l-112-112c-6.2-6.2-16.4-6.2-22.6 0z'/%3E%3C/svg%3E")}.fa-coins{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M160 80c0 .3 0 .6 .1 1-10.9 .7-21.6 1.7-32.1 3.1l0-4.1c0-15.3 8.6-27.7 19.4-37 10.9-9.4 25.7-17.1 42.7-23.2 34-12.4 80-19.7 129.9-19.7s95.9 7.3 129.9 19.7c16.9 6.2 31.8 13.9 42.7 23.2 10.9 9.3 19.4 21.8 19.4 37l0 217.9c0 15.4-8.2 28.2-19.1 38s-25.7 17.9-42.7 24.4c-5.7 2.2-11.8 4.2-18.1 6.1l0-33.6c2.3-.8 4.6-1.6 6.8-2.4 14.9-5.7 25.8-12 32.7-18.2S480 301 480 297.9l0-66.2c-8.7 5.6-18.8 10.5-29.9 14.7-5.7 2.2-11.8 4.2-18.1 6.1l0-33.6c2.3-.8 4.6-1.6 6.8-2.4 14.9-5.7 25.8-12 32.7-18.2S480 187.1 480 184l0-57.9c-8.8 5.4-19 10.1-30.1 14.1-12.4 4.5-26.4 8.3-41.5 11.4-4.4-5.4-9-10.1-13.4-14.1-5.4-4.9-11.2-9.3-17.2-13.3 23.5-3.1 44.3-8 61.2-14.1 14.9-5.4 25.8-11.5 32.8-17.4 7-6 8.3-10.4 8.3-12.8s-1.3-6.8-8.3-12.8C464.8 61.3 453.9 55.2 439 49.8 409.3 39 367.2 32 320 32s-89.3 7-119 17.8c-14.9 5.4-25.8 11.5-32.8 17.4-7 6-8.3 10.4-8.3 12.8zM32 208c0 2.4 1.3 6.8 8.3 12.8 6.9 5.9 17.8 12 32.8 17.4 29.7 10.8 71.7 17.8 119 17.8s89.3-7 119-17.8c14.9-5.4 25.8-11.5 32.8-17.4 7-6 8.3-10.4 8.3-12.8s-1.3-6.8-8.3-12.8c-6.9-5.9-17.8-12-32.8-17.4-29.7-10.8-71.7-17.8-119-17.8s-89.3 7-119 17.8c-14.9 5.4-25.8 11.5-32.8 17.4-7 6-8.3 10.4-8.3 12.8zM0 208c0-15.3 8.6-27.7 19.4-37 10.9-9.4 25.7-17.1 42.7-23.2 34-12.4 80-19.7 129.9-19.7s95.9 7.3 129.9 19.7c16.9 6.2 31.8 13.9 42.7 23.2 10.9 9.3 19.4 21.8 19.4 37l0 217.9c0 15.4-8.2 28.2-19.1 38s-25.7 17.9-42.7 24.4C288.1 501.3 242 509 192 509s-96.1-7.7-130.1-20.7c-17-6.5-31.8-14.6-42.7-24.4S0 441.3 0 425.9L0 208zm352 46.1c-8.8 5.4-19 10.1-30.1 14.1-34 12.4-80 19.7-129.9 19.7s-95.9-7.3-129.9-19.7c-11.1-4-21.3-8.7-30.1-14.1L32 312c0 3.1 1.6 8 8.5 14.2s17.8 12.6 32.7 18.2C102.9 355.7 144.8 363 192 363s89.1-7.3 118.8-18.6c14.9-5.7 25.8-12 32.7-18.2S352 315.1 352 312l0-57.9zM32 425.9c0 3.1 1.6 8 8.5 14.2s17.8 12.6 32.7 18.2C102.9 469.6 144.8 477 192 477s89.1-7.3 118.8-18.6c14.9-5.7 25.8-12 32.7-18.2S352 429 352 425.9l0-66.2c-8.7 5.6-18.8 10.5-29.9 14.7-34.1 13-80.1 20.7-130.1 20.7s-96.1-7.7-130.1-20.7c-11-4.2-21.1-9.1-29.9-14.7l0 66.2z'/%3E%3C/svg%3E")}.fa-comment-dots{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M80 400.2c6.2-11.4 4.9-25.4-3.2-35.4-28.2-34.9-44.8-78.1-44.8-124.8 0-113 98.3-208 224-208s224 95 224 208-98.3 208-224 208c-32.3 0-62.8-6.3-90.4-17.6-7.9-3.3-16.9-3.2-24.8 .2L39.8 473.8 80 400.2zM0 240c0 54.4 19.3 104.6 51.9 144.9L3.1 474.3c-2 3.7-3.1 7.9-3.1 12.2 0 14.1 11.4 25.5 25.5 25.5 4 0 7.8-.6 11.5-2.1L153.4 460c31.4 12.9 66.1 20 102.6 20 141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240zm128 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm128 0a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm152-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z'/%3E%3C/svg%3E")}.fa-commenting{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M80 400.2c6.2-11.4 4.9-25.4-3.2-35.4-28.2-34.9-44.8-78.1-44.8-124.8 0-113 98.3-208 224-208s224 95 224 208-98.3 208-224 208c-32.3 0-62.8-6.3-90.4-17.6-7.9-3.3-16.9-3.2-24.8 .2L39.8 473.8 80 400.2zM0 240c0 54.4 19.3 104.6 51.9 144.9L3.1 474.3c-2 3.7-3.1 7.9-3.1 12.2 0 14.1 11.4 25.5 25.5 25.5 4 0 7.8-.6 11.5-2.1L153.4 460c31.4 12.9 66.1 20 102.6 20 141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240zm128 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm128 0a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm152-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z'/%3E%3C/svg%3E")}.fa-comments{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M62.6 253.6C66.4 243.5 64.9 232 58.5 223.3 41.6 200.4 32 173.1 32 144 32 67 101 0 192 0s160 67 160 144-69 144-160 144c-18 0-35.2-2.7-51.2-7.5-6.8-2.1-14.1-1.8-20.7 .7l-79.5 30.3 22-57.8zM0 144c0 36.4 12 70.2 32.7 98.2L1.3 324.5c-.9 2.3-1.3 4.7-1.3 7.2 0 11.2 9.1 20.3 20.3 20.3 2.5 0 4.9-.5 7.2-1.3l104-39.6c19 5.8 39.4 8.9 60.6 8.9 106 0 192-78.8 192-176S298-32 192-32 0 46.8 0 144zM384 512c21.2 0 41.5-3.1 60.6-8.9l104 39.6c2.3 .9 4.8 1.3 7.2 1.3 11.2 0 20.3-9.1 20.3-20.3 0-2.5-.5-4.9-1.3-7.2l-31.3-82.3c20.6-28.1 32.7-61.9 32.7-98.2 0-82.4-61.7-151.5-145-170.7-1.1 10.8-2.9 21.3-5.6 31.5 69.8 16.7 118.6 74.4 118.6 139.2 0 29.1-9.6 56.4-26.5 79.3-6.4 8.8-8 20.2-4.1 30.3l22 57.8-79.5-30.3c-6.6-2.5-13.9-2.8-20.7-.7-16 4.9-33.2 7.5-51.2 7.5-79.1 0-141.6-50.7-156.6-114.5-10.6 1.5-21.4 2.3-32.3 2.4 16.4 81.9 94.7 144 188.8 144z'/%3E%3C/svg%3E")}.fa-copy{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M160 64c0-17.7 14.3-32 32-32l132.1 0c8.5 0 16.6 3.4 22.6 9.4l59.9 59.9c6 6 9.4 14.1 9.4 22.6L416 320c0 17.7-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32l0-256zM192 0c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-196.1c0-17-6.7-33.3-18.7-45.3L369.4 18.7C357.4 6.7 341.1 0 324.1 0L192 0zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-16-32 0 0 16c0 17.7-14.3 32-32 32L64 480c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l16 0 0-32-16 0z'/%3E%3C/svg%3E")}.fa-credit-card{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 96c17.7 0 32 14.3 32 32l0 64-448 0 0-64c0-17.7 14.3-32 32-32l384 0zm32 128l0 160c0 17.7-14.3 32-32 32L64 416c-17.7 0-32-14.3-32-32l0-160 448 0zM64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zM96 336c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm96 0c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z'/%3E%3C/svg%3E")}.fa-crown{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M304 64a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-13.9 48c-1.4 .1-2.8 .1-4.1 0L205.3 232.9c-4.5 6.7-13.3 9-20.5 5.4l-99.6-49.8 33.1 187.8c4 22.9 24 39.7 47.3 39.7l244.6 0c23.3 0 43.2-16.7 47.3-39.7l33.1-187.8-99.6 49.8c-7.2 3.6-16 1.3-20.5-5.4L290.1 112zM255.7 99.5c-9.7-8.8-15.7-21.5-15.7-35.5 0-26.5 21.5-48 48-48s48 21.5 48 48c0 14.1-6.1 26.8-15.7 35.5l69.2 103.8 85.5-42.7c-1.9-5.2-3-10.8-3-16.6 0-26.5 21.5-48 48-48s48 21.5 48 48c0 25.6-20.1 46.6-45.4 47.9l-33.5 190c-6.7 38.2-40 66.1-78.8 66.1l-244.6 0c-38.8 0-72-27.9-78.8-66.1l-33.5-190C28.1 190.6 8 169.6 8 144 8 117.5 29.5 96 56 96s48 21.5 48 48c0 5.8-1 11.4-3 16.6l85.5 42.7 69.2-103.8zM72 144a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm448 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z'/%3E%3C/svg%3E")}.fa-dashboard{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 96c35.3 0 64-28.7 64-64 0-29.8-20.4-54.9-48-62l0-194c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 194c-27.6 7.1-48 32.2-48 62 0 35.3 28.7 64 64 64zM144 168a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-24 88a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm296 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM392 144a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z'/%3E%3C/svg%3E")}.fa-desktop{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 64L64 64C46.3 64 32 78.3 32 96l0 192 448 0 0-192c0-17.7-14.3-32-32-32zm32 256l-448 0 0 32c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32l0-32zM64 32l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64l-117.1 0 10.7 64 58.4 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-288 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l58.4 0 10.7-64-117.1 0c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32zM213.6 416l-10.7 64 106.2 0-10.7-64-84.9 0z'/%3E%3C/svg%3E")}.fa-dice{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M454.7 192.3c32.3 3.3 57.5 30.5 57.5 63.7l0 192-.3 6.5c-3.1 30.1-27 54.1-57.1 57.1l-6.5 .3-192 0-6.5-.3c-30.1-3.1-54.1-27-57.1-57.1l-.3-6.5 0-30.2 32 8.6 0 21.7c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-38.8 0 8.6-32 30.2 0 6.5 .3zM55.5 46.2C67.6 14.4 100.6-4.7 134.2 .8l7.2 1.5 189.5 50.8 7 2.3c34.1 13 53.5 49.9 43.9 85.9l-50.8 189.5-2.2 7c-12.1 31.8-45.1 50.9-78.7 45.4l-7.2-1.5-189.6-50.8c-36-9.7-58.3-45-52.4-81l1.5-7.2 50.8-189.5 2.2-7zm73-13.9c-18.2-2.7-36.1 7.6-42.9 24.8L84 62.2 33.4 251c-5.7 21.3 7 43.3 28.3 49l189.5 50.8 0 0c20 5.4 40.5-5.4 47.7-24.4l1.3-3.9 50.8-189.5 .8-3.8c3.1-18.7-7.3-37-24.9-43.8l-4.9-1.6-187.7-50.3-5.8-1.2zM252.1 301.8a24 24 0 1 1 -24-41.6 24 24 0 1 1 24 41.6zm-137-41a24 24 0 1 1 -24-41.6 24 24 0 1 1 24 41.6zm89-48a24 24 0 1 1 -24-41.5 24 24 0 1 1 24 41.5zm89-48a24 24 0 1 1 -24-41.6 24 24 0 1 1 24 41.6zm-137-41a24 24 0 1 1 -24-41.6 24 24 0 1 1 24 41.6z'/%3E%3C/svg%3E")}.fa-discord{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M492.5 69.8c-.2-.3-.4-.6-.8-.7-38.1-17.5-78.4-30-119.7-37.1-.4-.1-.8 0-1.1 .1s-.6 .4-.8 .8c-5.5 9.9-10.5 20.2-14.9 30.6-44.6-6.8-89.9-6.8-134.4 0-4.5-10.5-9.5-20.7-15.1-30.6-.2-.3-.5-.6-.8-.8s-.7-.2-1.1-.2c-41.3 7.1-81.6 19.6-119.7 37.1-.3 .1-.6 .4-.8 .7-76.2 113.8-97.1 224.9-86.9 334.5 0 .3 .1 .5 .2 .8s.3 .4 .5 .6c44.4 32.9 94 58 146.8 74.2 .4 .1 .8 .1 1.1 0s.7-.4 .9-.7c11.3-15.4 21.4-31.8 30-48.8 .1-.2 .2-.5 .2-.8s0-.5-.1-.8-.2-.5-.4-.6-.4-.3-.7-.4c-15.8-6.1-31.2-13.4-45.9-21.9-.3-.2-.5-.4-.7-.6s-.3-.6-.3-.9 0-.6 .2-.9 .3-.5 .6-.7c3.1-2.3 6.2-4.7 9.1-7.1 .3-.2 .6-.4 .9-.4s.7 0 1 .1c96.2 43.9 200.4 43.9 295.5 0 .3-.1 .7-.2 1-.2s.7 .2 .9 .4c2.9 2.4 6 4.9 9.1 7.2 .2 .2 .4 .4 .6 .7s.2 .6 .2 .9-.1 .6-.3 .9-.4 .5-.6 .6c-14.7 8.6-30 15.9-45.9 21.8-.2 .1-.5 .2-.7 .4s-.3 .4-.4 .7-.1 .5-.1 .8 .1 .5 .2 .8c8.8 17 18.8 33.3 30 48.8 .2 .3 .6 .6 .9 .7s.8 .1 1.1 0c52.9-16.2 102.6-41.3 147.1-74.2 .2-.2 .4-.4 .5-.6s.2-.5 .2-.8c12.3-126.8-20.5-236.9-86.9-334.5zm-302 267.7c-29 0-52.8-26.6-52.8-59.2s23.4-59.2 52.8-59.2c29.7 0 53.3 26.8 52.8 59.2 0 32.7-23.4 59.2-52.8 59.2zm195.4 0c-29 0-52.8-26.6-52.8-59.2s23.4-59.2 52.8-59.2c29.7 0 53.3 26.8 52.8 59.2 0 32.7-23.2 59.2-52.8 59.2z'/%3E%3C/svg%3E")}.fa-dollar{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M144 16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L113.9 96C77.5 96 48 125.5 48 161.9 48 194.4 71.6 222 103.7 227l113.8 17.8c49.8 7.8 86.4 50.6 86.4 101 0 56.5-45.8 102.2-102.2 102.2l-25.8 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-96 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l153.8 0c38.8 0 70.2-31.4 70.2-70.2 0-34.6-25.2-64-59.4-69.4L98.8 258.6C51.1 251.2 16 210.1 16 161.9 16 107.8 59.8 64 113.9 64l30.1 0 0-48z'/%3E%3C/svg%3E")}.fa-download{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M240 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 281.4-84.7-84.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l112 112c6.2 6.2 16.4 6.2 22.6 0l112-112c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L240 297.4 240 16zM85.5 288L64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64l-21.5 0-32 32 53.5 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L64 448c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l53.5 0-32-32zM368 384a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z'/%3E%3C/svg%3E")}.fa-exclamation-triangle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256.5 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.6 480 472.5 480l-432 0c-14.1 0-27.1-7.4-34.3-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 32c-2.9 0-5.6 1.6-7 4.2l-216 400c-1.3 2.5-1.3 5.5 .2 7.9s4.1 3.9 6.9 3.9l432 0c2.8 0 5.4-1.5 6.9-3.9s1.5-5.4 .2-7.9l-216-400c-1.4-2.6-4.1-4.2-7-4.2zm0 368a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm0-224c13.6 0 24.3 11.6 23.4 25.1l-7.4 104c-.6 8.4-7.6 14.9-16 14.9s-15.4-6.5-16-14.9l-7.4-104c-1-13.6 9.8-25.1 23.4-25.1z'/%3E%3C/svg%3E")}.fa-eye{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288 64c-140.8 0-229.3 128-256 192 26.7 64 115.2 192 256 192 140.8 0 229.3-128 256-192-26.7-64-115.2-192-256-192zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1 3.3 7.9 3.3 16.7 0 24.6-14.9 35.7-46.2 87.7-93 131.1-47.1 43.7-111.8 80.6-192.6 80.6S142.5 443.2 95.4 399.4c-46.8-43.5-78.1-95.4-93-131.1-3.3-7.9-3.3-16.7 0-24.6 14.9-35.7 46.2-87.7 93-131.1zM288 352c53 0 96-43 96-96 0-43.3-28.7-79.9-68.1-91.9 2.7 8.8 4.1 18.2 4.1 27.9 0 53-43 96-96 96-9.7 0-19.1-1.4-27.9-4.1 11.9 39.4 48.6 68.1 91.9 68.1zM160.2 263.8c-.2-2.6-.2-5.2-.2-7.8 0-12.2 1.7-23.9 4.9-35 .3-.9 .5-1.8 .8-2.7 12.4-40.4 44.3-72.2 84.7-84.7 11.9-3.7 24.6-5.6 37.7-5.6 2.5 0 5 .1 7.4 .2l.4 0c67.1 4 120.2 59.7 120.2 127.8 0 70.7-57.3 128-128 128-68.1 0-123.8-53.2-127.8-120.2zm32.1-16.1c9.3 5.3 20.1 8.4 31.6 8.4 35.3 0 64-28.7 64-64 0-11.5-3-22.3-8.4-31.6-46.4 4-83.3 40.9-87.3 87.3z'/%3E%3C/svg%3E")}.fa-eye-slash{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M27.3-27.2c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l544 544c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L466.4 411.9c4.9-4.1 9.6-8.2 14.1-12.5 46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6-60 0-111.1 20.3-152.8 48.7L27.3-27.2zm131 131c36.4-23.7 79.7-39.8 129.7-39.8 140.8 0 229.3 128 256 192-13.3 32-42.1 80-85.2 120-4.9 4.5-9.9 8.9-15.1 13.2l-54.6-54.6c16.9-21.7 26.9-48.9 26.9-78.5 0-70.7-57.3-128-128-128-29.6 0-56.9 10-78.5 26.9l-51.2-51.2zM366.2 311.7L232.3 177.8c15.7-11.2 34.9-17.8 55.7-17.8 53 0 96 43 96 96 0 20.8-6.6 40-17.8 55.7zM74.8 133.3c-35.5 38.5-59.7 80.2-72.3 110.4-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6 40.6 0 77.1-9.3 109.4-24.1L373 431.5c-25.8 10.3-54.1 16.5-85 16.5-140.8 0-229.3-128-256-192 11.2-26.8 33.2-64.9 65.4-100.1L74.8 133.3z'/%3E%3C/svg%3E")}.fa-facebook-f{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M80 299.3l0 212.7 116 0 0-212.7 86.5 0 18-97.8-104.5 0 0-34.6c0-51.7 20.3-71.5 72.7-71.5 16.3 0 29.4 .4 37 1.2l0-88.7C291.4 4 256.4 0 236.2 0 129.3 0 80 50.5 80 159.4l0 42.1-66 0 0 97.8 66 0z'/%3E%3C/svg%3E")}.fa-file-text{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M64 32l128 0 0 96c0 35.3 28.7 64 64 64l96 0 0 256c0 17.7-14.3 32-32 32L64 480c-17.7 0-32-14.3-32-32L32 64c0-17.7 14.3-32 32-32zM224 45.3L338.7 160 256 160c-17.7 0-32-14.3-32-32l0-82.7zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-261.5c0-17-6.7-33.3-18.7-45.3L242.7 18.7C230.7 6.7 214.5 0 197.5 0L64 0zm48 256c-8.8 0-16 7.2-16 16s7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0zm0 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0z'/%3E%3C/svg%3E")}.fa-film{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M128 368l0 80 192 0 0-384-192 0 0 304zM96 384l-64 0 0 32c0 17.7 14.3 32 32 32l32 0 0-64zm0-32l0-80-64 0 0 80 64 0zm0-112l0-80-64 0 0 80 64 0zm0-112l0-64-32 0C46.3 64 32 78.3 32 96l0 32 64 0zM352 352l64 0 0-80-64 0 0 80zm0-112l64 0 0-80-64 0 0 80zm0-112l64 0 0-32c0-17.7-14.3-32-32-32l-32 0 0 64zm0 256l0 64 32 0c17.7 0 32-14.3 32-32l0-32-64 0zM64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32z'/%3E%3C/svg%3E")}.fa-film-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M128 368l0 80 192 0 0-384-192 0 0 304zM96 384l-64 0 0 32c0 17.7 14.3 32 32 32l32 0 0-64zm0-32l0-80-64 0 0 80 64 0zm0-112l0-80-64 0 0 80 64 0zm0-112l0-64-32 0C46.3 64 32 78.3 32 96l0 32 64 0zM352 352l64 0 0-80-64 0 0 80zm0-112l64 0 0-80-64 0 0 80zm0-112l64 0 0-32c0-17.7-14.3-32-32-32l-32 0 0 64zm0 256l0 64 32 0c17.7 0 32-14.3 32-32l0-32-64 0zM64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32z'/%3E%3C/svg%3E")}.fa-filter-list{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M233.4 203.3L340.7 96 43.3 96 150.6 203.3c6 6 9.4 14.1 9.4 22.6l0 114.7 64 64 0-178.7c0-8.5 3.4-16.6 9.4-22.6zM377 105l-121 121 0 198.1c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-80-80c-4.5-4.5-7-10.6-7-17L128 225.9 7 105C.2 98.1-1.9 87.8 1.8 78.8S14.3 64 24 64l336 0c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2zm87-41l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM336 240l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 176l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-flag{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M32 16C32 7.2 24.8 0 16 0S0 7.2 0 16L0 496c0 8.8 7.2 16 16 16s16-7.2 16-16l0-104 96.3-24.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30l0-279.7c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L32 56 32 16zm0 73L140.7 61.8c30.7-7.7 63.1-4.1 91.4 10 55.3 27.7 120.4 27.7 175.8 0l8.1-4.1 0 278-34.7 13c-37.9 14.2-80 12-116.2-6.1-44.7-22.4-96-28-144.5-15.9L32 359 32 89z'/%3E%3C/svg%3E")}.fa-folder-open{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M97.5 416c-10.8 0-18.5-10.5-15.3-20.8l50-160c2.1-6.7 8.3-11.2 15.3-11.2L527 224c10.8 0 18.5 10.5 15.3 20.8l-50 160C490.1 411.5 484 416 477 416L97.5 416zm126.7 32L477 448c21 0 39.6-13.6 45.8-33.7l50-160c9.7-30.9-13.4-62.3-45.8-62.3l-379.4 0c-21 0-39.6 13.6-45.8 33.7L64.2 345.6 64.2 96c0-17.7 14.3-32 32-32l138.7 0c6.9 0 13.7 2.2 19.2 6.4l38.4 28.8c11.1 8.3 24.6 12.8 38.4 12.8l117.3 0c17.7 0 32 14.3 32 32l32 0c0-35.3-28.7-64-64-64L330.9 80c-6.9 0-13.7-2.2-19.2-6.4L273.3 44.8C262.2 36.5 248.8 32 234.9 32L96.2 32c-35.3 0-64 28.7-64 64l0 288c0 35.3 28.7 64 64 64l128 0z'/%3E%3C/svg%3E")}.fa-folders{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M512 352l-352 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l117.5 0c8.5 0 16.6 3.4 22.6 9.4L336 77.3c12 12 28.3 18.7 45.3 18.7L512 96c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32zM160 384l352 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64L381.3 64c-8.5 0-16.6-3.4-22.6-9.4L322.7 18.7C310.7 6.7 294.5 0 277.5 0L160 0C124.7 0 96 28.7 96 64l0 256c0 35.3 28.7 64 64 64zM32 112c0-8.8-7.2-16-16-16S0 103.2 0 112L0 416c0 35.3 28.7 64 64 64l400 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L64 448c-17.7 0-32-14.3-32-32l0-304z'/%3E%3C/svg%3E")}.fa-gears{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M181 1.1c-3.6-1-7.4 .7-9.2 4L157.4 32.8c-2.3 4.5-6.6 7.6-11.6 8.4-5.7 .9-11.3 2.4-16.6 4.5-4.7 1.8-10 1.2-14.2-1.5L88.7 27.4c-3.2-2-7.3-1.6-10 1.1l-18 18c-2.7 2.7-3.1 6.8-1.1 10L76.4 82.8c2.7 4.2 3.2 9.5 1.5 14.2-1 2.7-1.9 5.4-2.6 8.2s-1.4 5.6-1.8 8.4c-.8 5-3.9 9.2-8.4 11.6L37.3 139.7c-3.3 1.7-5 5.5-4 9.2l6.6 24.6c1 3.6 4.3 6.1 8.1 5.9L79.1 178c5-.2 9.9 1.9 13.1 5.8 3.6 4.4 7.7 8.5 12.2 12.2 3.9 3.2 6 8 5.8 13.1l-1.3 31.2c-.2 3.7 2.3 7.1 5.9 8.1l24.6 6.6c3.6 1 7.4-.7 9.2-4L163 223.2c2.3-4.5 6.6-7.6 11.6-8.4 5.7-.9 11.3-2.4 16.6-4.5 4.7-1.8 10-1.2 14.2 1.5l26.3 16.8c3.2 2 7.3 1.6 10-1.1l18-18c2.7-2.7 3.1-6.8 1.1-10l-16.8-26.3c-2.7-4.2-3.2-9.5-1.5-14.2 1-2.7 1.9-5.4 2.6-8.2s1.4-5.6 1.8-8.4c.8-5 3.9-9.2 8.4-11.6l27.7-14.4c3.3-1.7 5-5.5 4-9.2l-6.6-24.6c-1-3.6-4.3-6.1-8.1-5.9L241.3 78c-5 .2-9.9-1.9-13.1-5.8-3.6-4.4-7.7-8.5-12.2-12.2-3.9-3.2-6-8-5.8-13.1l1.3-31.2c.2-3.7-2.3-7.1-5.9-8.1L181 1.1zM143.5-9.7c8.7-16.6 27.7-25 45.8-20.1l24.6 6.6c18.1 4.9 30.4 21.6 29.6 40.4l-1 23.5c1.7 1.6 3.4 3.3 5 5l23.6-1c18.7-.8 35.5 11.5 40.4 29.6l6.6 24.6c4.9 18.1-3.5 37.2-20.1 45.8L277 155.6c-.5 2.3-1.2 4.6-1.8 6.8l12.7 19.9c10.1 15.8 7.8 36.5-5.5 49.8l-18 18c-13.3 13.3-33.9 15.5-49.8 5.5L194.7 243c-2.3 .7-4.5 1.3-6.9 1.8l-10.9 20.9c-8.7 16.6-27.7 25-45.8 20.2l-24.6-6.6c-18.1-4.9-30.4-21.6-29.6-40.4l1-23.5c-1.7-1.6-3.4-3.3-5-5l-23.6 1c-18.7 .8-35.5-11.5-40.4-29.6L2.4 157.1c-4.9-18.1 3.5-37.2 20.1-45.8l20.9-10.9c.5-2.3 1.2-4.6 1.8-6.8L32.6 73.6c-10.1-15.8-7.8-36.5 5.5-49.8l18-18C69.3-7.4 90-9.7 105.9 .4L125.7 13c2.3-.7 4.5-1.3 6.9-1.8L143.5-9.7zm2.2 191.8a56 56 0 1 1 29-108.2 56 56 0 1 1 -29 108.2zm37.7-47.9a24 24 0 1 0 -46.4-12.4 24 24 0 1 0 46.4 12.4zM370.8 263.7c-3.6 1-6.1 4.3-5.9 8.1l1.3 31.2c.2 5-1.9 9.9-5.8 13.1-4.5 3.7-8.5 7.8-12.2 12.2-3.2 3.9-8 6.1-13.1 5.8l-31.2-1.3c-3.7-.2-7.1 2.3-8.1 5.9l-6.6 24.6c-1 3.6 .7 7.4 4 9.2L321 386.8c4.5 2.3 7.6 6.6 8.4 11.6 .5 2.8 1.1 5.6 1.8 8.4s1.6 5.6 2.6 8.2c1.8 4.7 1.2 10-1.5 14.2l-16.8 26.3c-2 3.2-1.6 7.3 1.1 10l18 18c2.7 2.7 6.8 3.1 10 1.1L371 467.9c4.2-2.7 9.5-3.2 14.2-1.5 5.4 2 10.9 3.5 16.6 4.5 5 .8 9.2 3.9 11.6 8.4l14.4 27.7c1.7 3.3 5.5 5 9.2 4l24.6-6.6c3.6-1 6.1-4.3 5.9-8.1l-1.3-31.2c-.2-5 1.9-9.9 5.8-13 4.5-3.7 8.5-7.8 12.2-12.2 3.2-3.9 8-6.1 13.1-5.8l31.2 1.3c3.7 .2 7.1-2.3 8.1-5.9l6.6-24.6c1-3.6-.7-7.4-4-9.2l-27.7-14.4c-4.5-2.3-7.6-6.6-8.4-11.6-.5-2.8-1.1-5.6-1.8-8.4s-1.6-5.6-2.6-8.2c-1.8-4.7-1.2-10 1.5-14.2l16.8-26.3c2-3.2 1.6-7.3-1.1-10l-18-18c-2.7-2.7-6.8-3.1-10-1.1l-26.3 16.8c-4.2 2.7-9.5 3.3-14.2 1.5-5.4-2-10.9-3.5-16.6-4.5-5-.8-9.2-3.9-11.6-8.4l-14.4-27.7c-1.7-3.3-5.5-5-9.2-4l-24.6 6.6zm-37.9 9.5c-.8-18.7 11.5-35.5 29.6-40.4l24.6-6.6c18.1-4.9 37.2 3.5 45.8 20.1l10.9 20.9c2.3 .5 4.6 1.2 6.9 1.8l19.9-12.7c15.8-10.1 36.5-7.8 49.8 5.5l18 18c13.3 13.3 15.5 33.9 5.5 49.8l-12.7 19.9c.7 2.2 1.3 4.5 1.8 6.8l20.9 10.9c16.6 8.7 25 27.7 20.2 45.8l-6.6 24.6c-4.9 18.1-21.6 30.4-40.4 29.6l-23.6-1c-1.6 1.7-3.3 3.4-5 5l1 23.5c.8 18.7-11.5 35.5-29.6 40.4l-24.6 6.6c-18.1 4.9-37.2-3.5-45.8-20.2l-10.9-20.9c-2.3-.5-4.6-1.2-6.9-1.8l-19.9 12.7c-15.8 10.1-36.5 7.8-49.8-5.5l-18-18c-13.3-13.3-15.5-33.9-5.5-49.8l12.7-19.9c-.7-2.2-1.3-4.5-1.8-6.8l-20.9-10.9c-16.6-8.7-25-27.7-20.1-45.8l6.6-24.6c4.9-18.1 21.6-30.4 40.4-29.6l23.6 1c1.6-1.7 3.3-3.4 5-5l-1-23.5zm97.8 165a56 56 0 1 1 -29-108.2 56 56 0 1 1 29 108.2zm8.7-60.3a24 24 0 1 0 -46.4 12.4 24 24 0 1 0 46.4-12.4z'/%3E%3C/svg%3E")}.fa-gem{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M128 32c-5.2 0-10.1 2.5-13.1 6.8l-112 160c-4.3 6.2-3.7 14.6 1.4 20.1l240 256c3 3.2 7.2 5.1 11.7 5.1s8.6-1.8 11.7-5.1l240-256c5.2-5.5 5.8-13.9 1.4-20.1l-112-160c-3-4.3-7.9-6.8-13.1-6.8L128 32zm.9 42.7l93.9 117.3-176 0 82.1-117.3zM52.9 224L459.1 224 256 440.6 52.9 224zm412.3-32l-176 0 93.9-117.3 82.1 117.3zM350.7 64L256 182.4 161.3 64 350.7 64z'/%3E%3C/svg%3E")}.fa-gift{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M308.5 58.7L273.9 128 352 128c26.5 0 48-21.5 48-48 0-26.5-21.6-48-48.2-48-18.3 0-35.1 10.4-43.3 26.7zM160 160L48 160c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l416 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-304 0zM48 128l48 0c-10-13.4-16-30-16-48 0-44.2 36-80 80.2-80 30.4 0 58.3 17.2 71.9 44.4L256 92.2 279.9 44.4c13.6-27.2 41.5-44.4 71.9-44.4 44.1 0 80.2 35.8 80.2 80 0 18-6 34.6-16 48l48 0c26.5 0 48 21.5 48 48l0 32c0 20.9-13.4 38.7-32 45.3L480 416c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-162.7C13.4 246.7 0 228.9 0 208l0-32c0-26.5 21.5-48 48-48zm190.1 0L203.5 58.7c-8.2-16.3-25-26.7-43.3-26.7-26.6 0-48.2 21.5-48.2 48 0 26.5 21.5 48 48 48l78.1 0zM64 416c0 17.7 14.3 32 32 32l144 0 0-192-176 0 0 160zm208 32l144 0c17.7 0 32-14.3 32-32l0-160-176 0 0 192z'/%3E%3C/svg%3E")}.fa-github{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M216.5 362.5c-66-8-112.5-55.5-112.5-117 0-25 9-52 24-70-6.5-16.5-5.5-51.5 2-66 20-2.5 47 8 63 22.5 19-6 39-9 63.5-9s44.5 3 62.5 8.5c15.5-14 43-24.5 63-22 7 13.5 8 48.5 1.5 65.5 16 19 24.5 44.5 24.5 70.5 0 61.5-46.5 108-113.5 116.5 17 11 28.5 35 28.5 62.5l0 52C323 491.5 335.5 500 350.5 494 441 459.5 512 369 512 257 512 115.5 397 0 255.5 0S0 115.5 0 257c0 111 70.5 203 165.5 237.5 13.5 5 26.5-4 26.5-17.5l0-40c-7 3-16 5-24 5-33 0-52.5-18-66.5-51.5-5.5-13.5-11.5-21.5-23-23-6-.5-8-3-8-6 0-6 10-10.5 20-10.5 14.5 0 27 9 40 27.5 10 14.5 20.5 21 33 21s20.5-4.5 32-16c8.5-8.5 15-16 21-21z'/%3E%3C/svg%3E")}.fa-globe{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M317.5 420.1C295.4 465 271.5 480 256 480s-39.4-15-61.5-59.9c-19-38.6-32.1-91.3-34.2-148.1l191.4 0c-2.1 56.8-15.2 109.5-34.2 148.1zM351.7 240l-191.4 0c2.1-56.8 15.2-109.5 34.2-148.1 22.1-44.9 46-59.9 61.5-59.9s39.4 15 61.5 59.9c19 38.6 32.1 91.3 34.2 148.1zm32 32l95.7 0c-6.5 92.5-69.2 169.5-154.2 197.1 33-44.2 55.8-117.8 58.5-197.1zm95.7-32l-95.7 0c-2.7-79.3-25.5-152.9-58.5-197.1 85 27.6 147.7 104.6 154.2 197.1zm-351.2 0l-95.7 0c6.5-92.5 69.2-169.5 154.2-197.1-33 44.2-55.8 117.8-58.5 197.1zM32.6 272l95.7 0c2.7 79.3 25.5 152.9 58.5 197.1-85-27.6-147.7-104.6-154.2-197.1zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512z'/%3E%3C/svg%3E")}.fa-grid{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M80 64l0 48-48 0 0-48 48 0zM32 32C14.3 32 0 46.3 0 64l0 48c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32L32 32zM80 232l0 48-48 0 0-48 48 0zM32 200c-17.7 0-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32l-48 0zm0 200l48 0 0 48-48 0 0-48zM0 400l0 48c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32zM248 64l0 48-48 0 0-48 48 0zM200 32c-17.7 0-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32l-48 0zm0 200l48 0 0 48-48 0 0-48zm-32 0l0 48c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32zm80 168l0 48-48 0 0-48 48 0zm-48-32c-17.7 0-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32l-48 0zM368 64l48 0 0 48-48 0 0-48zm-32 0l0 48c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32zm80 168l0 48-48 0 0-48 48 0zm-48-32c-17.7 0-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32l-48 0zm0 200l48 0 0 48-48 0 0-48zm-32 0l0 48c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32z'/%3E%3C/svg%3E")}.fa-grid-2{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M48 64c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16L48 64zM0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM48 320c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16l-96 0zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zM400 64l-96 0c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm0 288c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16l-96 0zm-48 16c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96z'/%3E%3C/svg%3E")}.fa-header{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 48c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 160 256 0 0-160-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 384 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-192-256 0 0 192 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L16 480c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-384-48 0C7.2 64 0 56.8 0 48z'/%3E%3C/svg%3E")}.fa-heart{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M241 87.1l15 20.7 15-20.7C296 52.5 336.2 32 378.9 32 452.4 32 512 91.6 512 165.1l0 2.6c0 112.2-139.9 242.5-212.9 298.2-12.4 9.4-27.6 14.1-43.1 14.1s-30.8-4.6-43.1-14.1C139.9 410.2 0 279.9 0 167.7l0-2.6C0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1z'/%3E%3C/svg%3E")}.fa-hexagon-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M383.8 16c25.8 0 49.7 13.8 62.5 36.2l96.2 168c12.7 22.2 12.7 49.4 0 71.5L446.3 459.9c-12.8 22.4-36.7 36.2-62.5 36.2l-191.6 0c-25.8 0-49.7-13.8-62.5-36.2L33.5 291.8c-12.7-22.2-12.7-49.4 0-71.5l96.2-168C142.5 29.8 166.4 16 192.2 16l191.6 0zM192.2 48c-14.3 0-27.6 7.7-34.7 20.1L61.3 236.2c-7 12.3-7 27.4 0 39.7l96.2 168c7.1 12.5 20.4 20.2 34.7 20.2l191.6 0c14.3 0 27.6-7.7 34.7-20.2l96.2-168c7-12.3 7-27.4 0-39.7L418.5 68.1C411.4 55.7 398.2 48 383.8 48L192.2 48zM371.1 166.6c5.2-7.1 15.2-8.7 22.3-3.5s8.7 15.2 3.5 22.3l-128 176c-2.8 3.8-7 6.2-11.7 6.5s-9.3-1.3-12.6-4.6l-64-64c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l50.8 50.7 117-160.8z'/%3E%3C/svg%3E")}.fa-history{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M32 132l0-84c0-8.8-7.2-16-16-16S0 39.2 0 48L0 176c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-90.4 0C89.5 84.3 166.7 32 256 32 379.7 32 480 132.3 480 256S379.7 480 256 480c-73.3 0-138.3-35.2-179.2-89.6-5.3-7.1-15.3-8.5-22.4-3.2s-8.5 15.3-3.2 22.4C97.9 471.8 172.2 512 256 512 397.4 512 512 397.4 512 256S397.4 0 256 0C159.6 0 75.7 53.3 32 132zm224-4c-8.8 0-16 7.2-16 16l0 112c0 4.2 1.7 8.3 4.7 11.3l80 80c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L272 249.4 272 144c0-8.8-7.2-16-16-16z'/%3E%3C/svg%3E")}.fa-home{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M245.6 4.3c6.1-5.7 15.7-5.7 21.8 0l240 224c6.5 6 6.8 16.2 .8 22.6s-16.2 6.8-22.6 .8l-21.1-19.7 0 216c0 35.3-28.7 64-64 64l-288 0c-35.3 0-64-28.7-64-64l0-216-21.1 19.7c-6.5 6-16.6 5.7-22.6-.8s-5.7-16.6 .8-22.6l240-224zm10.9 33.6l-176 164.3 0 245.8c0 17.7 14.3 32 32 32l64 0 0-112c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64l0 112 64 0c17.7 0 32-14.3 32-32l0-245.8-176-164.3zM208.5 480l96 0 0-112c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 112z'/%3E%3C/svg%3E")}.fa-house{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M245.6 4.3c6.1-5.7 15.7-5.7 21.8 0l240 224c6.5 6 6.8 16.2 .8 22.6s-16.2 6.8-22.6 .8l-21.1-19.7 0 216c0 35.3-28.7 64-64 64l-288 0c-35.3 0-64-28.7-64-64l0-216-21.1 19.7c-6.5 6-16.6 5.7-22.6-.8s-5.7-16.6 .8-22.6l240-224zm10.9 33.6l-176 164.3 0 245.8c0 17.7 14.3 32 32 32l64 0 0-112c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64l0 112 64 0c17.7 0 32-14.3 32-32l0-245.8-176-164.3zM208.5 480l96 0 0-112c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 112z'/%3E%3C/svg%3E")}.fa-images{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M160 64c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32L160 64zM96 96c0-35.3 28.7-64 64-64l320 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64l-320 0c-35.3 0-64-28.7-64-64L96 96zM32 144l0 304c0 17.7 14.3 32 32 32l368 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 512c-35.3 0-64-28.7-64-64L0 144c0-8.8 7.2-16 16-16s16 7.2 16 16zm176-16a16 16 0 1 0 0 32 16 16 0 1 0 0-32zm48 16a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm89.3 51.7l-38.6 60c-2.8 4.4-7.6 7.1-12.9 7.3s-10.2-2.2-13.4-6.4l-10.1-13.4c-1.5-2-3.9-3.2-6.4-3.2s-4.9 1.2-6.4 3.2l-48 64c-1.8 2.4-2.1 5.7-.8 8.4S213 320 216 320l208 0c2.9 0 5.6-1.6 7-4.2s1.3-5.7-.3-8.2l-72-112c-1.5-2.3-4-3.7-6.7-3.7s-5.3 1.4-6.7 3.7zM352 160c13.6 0 26.3 6.9 33.6 18.4l72 112c7.9 12.3 8.5 28 1.5 40.8S438.6 352 424 352l-208 0c-15.2 0-29-8.6-35.8-22.1s-5.3-29.8 3.8-41.9l48-64c7.6-10.1 19.4-16 32-16 10.5 0 20.6 4.2 28 11.4l26.4-41c7.4-11.4 20-18.4 33.6-18.4z'/%3E%3C/svg%3E")}.fa-imdb{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M89.5 323.6l-35.6 0 0-137.4 35.6 0 0 137.4zm66.6-73.1l9.1-64.3 46.3 0 0 137.4-31 0 0-92.7-13.4 92.7-21.3 0-13-90.7-.1 90.7-31.2 0 0-137.4 46.1 0c.5 8.3 2.8 18.1 4.3 29.4l4.2 34.9zm67.6 73.1l0-137.4 26.6 0c17 0 27 .9 33 2.4 6.1 1.7 10.7 4.2 13.9 7.9 3.1 3.3 5.1 6.6 5.8 12 .9 4.4 1.4 13.1 1.4 26.2l0 48.2c0 12.3-.7 20.5-1.9 24.7-1.1 4.1-3.1 7.4-6 9.7-2.8 2.4-6.4 4.1-10.7 5-4.2 .8-10.6 1.3-19.1 1.3l-43 0zm35.5-113.9l0 89.4c5.1 0 8.3-1 9.4-2.3 1.1-2 1.8-7.6 1.8-16.7l0-53.3c0-6.2-.1-10.2-.7-12-.3-1.8-1.2-3-2.6-4.7-1.4 0-4.1-.4-7.9-.4zm57.3 113.9l0-137.4 34.1 0 0 43.9c2.9-2.4 6.1-4.9 9.5-6.6 3.6-1.5 8.8-2.4 12.8-2.4 4.8 0 8.9 .8 12.3 2.2 3.4 1.5 6 3.5 8 6.2 1.7 2.6 2.7 5.3 3.1 7.8 .4 2.6-.2 8-.2 16.2l0 38.6c0 8.2 .2 14.3-.8 18.4-1.1 4-3.8 7.6-7.8 9.6-4.1 3.9-8.9 5.3-14.6 5.3-4 0-9.2-.9-12.7-2.5-3.5-1.8-6.7-4.5-9.6-8l-2.1 8.7-32 0zm45.1-20.7c.7-1.8 1-6 1-12.5l0-35.4c0-5.6-.3-9.5-1.1-11.2-.7-1.9-3.7-2.7-5.8-2.7-2 0-3.4 .8-4.1 2.3-.6 1.5-1 5.4-1 11.6l0 36.4c0 6.1 .4 10 1.2 11.6 .6 1.7 2.1 2.5 4.1 2.5 2.2 0 4.2-.8 5.7-2.6zM418.4 32c15.7 1.2 28.7 15.2 28.7 31.9l0 384.2c0 16.4-11.9 30.4-28.2 31-.3 0-.5 .9-.8 .9L29.9 480c-.3 0-.6-.9-.8-.1-15.7-1.4-27.9-13.8-29-30.2L0 61.8C1.1 45.9 13.8 33.1 30.3 31.1l387.4 0c.2 0 .5 .9 .7 .9zM30.3 41.3C19 42 10 51 9.3 62.4l0 387.3c.4 5.4 2.7 10.5 6.4 14.3 3.8 3.9 8.8 6.3 14.2 6.7l388.2 0c11.5-1 20.6-11.6 20.6-22.6l0-384.2c0-5.7-2.1-11.3-6-15.5s-9.3-6.8-15-7.2l-387.4 0z'/%3E%3C/svg%3E")}.fa-info-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM208 352c-8.8 0-16 7.2-16 16s7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-112c0-8.8-7.2-16-16-16l-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0 0 96-32 0zm48-168a24 24 0 1 0 0-48 24 24 0 1 0 0 48z'/%3E%3C/svg%3E")}.fa-info-square{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm200 64a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm-24 64l48 0c8.8 0 16 7.2 16 16l0 112 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0-96-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-instagram{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224.3 141a115 115 0 1 0 -.6 230 115 115 0 1 0 .6-230zm-.6 40.4a74.6 74.6 0 1 1 .6 149.2 74.6 74.6 0 1 1 -.6-149.2zm93.4-45.1a26.8 26.8 0 1 1 53.6 0 26.8 26.8 0 1 1 -53.6 0zm129.7 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM399 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E")}.fa-language{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M144 0c8.8 0 16 7.2 16 16l0 80 176 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-21.4 0-15.7 36.6c-22 51.3-55.2 96.6-96.7 132.7 14 9.5 28.8 18.1 44.2 25.5l.1 0 70.6 34.1 84.3-187.4c2.6-5.7 8.3-9.4 14.6-9.4s12 3.7 14.6 9.4l144 320c3.6 8.1 0 17.5-8 21.2s-17.5 0-21.2-8l-39-86.6-180.9 0-39 86.6c-3.6 8.1-13.1 11.7-21.2 8s-11.7-13.1-8-21.2l46.5-103.4-71.4-34.4 0 0c-19.9-9.5-38.9-20.8-56.6-33.6-17.7 12.8-36.6 24-56.6 33.6L54.9 382.4c-8 3.8-17.5 .4-21.3-7.5s-.4-17.5 7.5-21.3l64.5-30.9c15.5-7.4 30.2-15.9 44.2-25.5-31.7-27.6-58.6-60.5-79.3-97.4-4.3-7.7-1.6-17.5 6.1-21.8s17.5-1.6 21.8 6.1c20 35.7 46.4 67.3 77.6 93.3 40.3-33.7 72.5-76.6 93.5-125.5l10.3-24-263.7 0c-8.8 0-16-7.2-16-16S7.2 96 16 96l112 0 0-80c0-8.8 7.2-16 16-16zM492.1 384L416 215 340 384 492.1 384z'/%3E%3C/svg%3E")}.fa-laptop{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M128 32C92.7 32 64 60.7 64 96l0 240 64 0 0-240 384 0 0 240 64 0 0-240c0-35.3-28.7-64-64-64L128 32zM19.2 384C8.6 384 0 392.6 0 403.2 0 445.6 34.4 480 76.8 480l486.4 0c42.4 0 76.8-34.4 76.8-76.8 0-10.6-8.6-19.2-19.2-19.2L19.2 384z'/%3E%3C/svg%3E")}.fa-laptop-mobile{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M96 64c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32l0 48 32 0 0-48c0-35.3-28.7-64-64-64L128 0C92.7 0 64 28.7 64 64l0 176-41.6 0C10 240 0 250 0 262.4 0 311.9 40.1 352 89.6 352l182.4 0 0-32-182.4 0c-28.5 0-52.2-20.8-56.8-48l239.2 0 0-32-176 0 0-176zM384 480c-17.7 0-32-14.3-32-32l0-224c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-96 0zm0-320c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64l96 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l-96 0zm32 256c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0z'/%3E%3C/svg%3E")}.fa-layer-group{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M266.1 34.2L468.9 128 266.1 221.7c-6.4 3-13.8 3-20.1 0L43.1 128 245.9 34.2c6.4-3 13.7-3 20.1 0zm13.4-29c-14.9-6.9-32.1-6.9-47 0L13.9 106.2C5.4 110.1 0 118.6 0 128s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8L279.5 5.2zM48.1 218.4L13.9 234.2C5.4 238.1 0 246.6 0 256s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8l-34.1-15.8-38.1 17.6 43.1 19.9-202.9 93.8c-6.4 3-13.8 3-20.1 0L43.1 256 86.2 236 48.1 218.4zM13.9 362.2C5.4 366.1 0 374.6 0 384s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8l-34.1-15.8-38.1 17.6 43.1 19.9-202.9 93.8c-6.4 3-13.8 3-20.1 0L43.1 384 86.2 364 48.1 346.4 13.9 362.2z'/%3E%3C/svg%3E")}.fa-life-ring{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7 .8c33.8-43.4 54-98 54-157.3S491.8 142.1 458 98.7c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256S20.2 369.9 54 413.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5zM157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E")}.fa-link{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M341.1 92.5c8.2 6.9 15.7 14.5 22.6 22.7 19.8-17.4 45.3-27.1 71.8-27.1 59.9 0 108.5 48.6 108.5 108.5 0 28.8-11.4 56.3-31.8 76.7l-79.1 79.1c-20.3 20.3-47.9 31.8-76.7 31.8-59.9 0-108.5-48.6-108.5-108.5 0-15.6 3.4-30.9 9.7-44.9 3.7-8 .1-17.5-7.9-21.2s-17.5-.1-21.2 7.9c-8.2 18.1-12.6 37.9-12.6 58.2 0 77.6 62.9 140.5 140.5 140.5 37.2 0 73-14.8 99.3-41.1l79.1-79.1c26.3-26.3 41.1-62.1 41.1-99.3 0-77.6-62.9-140.5-140.5-140.5-35 0-68.6 13.1-94.4 36.5zM219.5 128c59.9 0 108.5 48.6 108.5 108.5 0 15.6-3.4 30.9-9.7 44.9-3.7 8-.1 17.5 7.9 21.2s17.5 .1 21.2-7.9c8.2-18.1 12.6-37.9 12.6-58.2 0-77.6-62.9-140.5-140.5-140.5-37.2 0-73 14.8-99.3 41.1L41.1 216.2c-26.3 26.3-41.1 62.1-41.1 99.3 0 77.6 62.9 140.5 140.5 140.5 35 0 68.6-13.1 94.4-36.5-8.2-6.9-15.7-14.5-22.6-22.7-19.8 17.4-45.3 27.1-71.8 27.1-59.9 0-108.5-48.6-108.5-108.5 0-28.8 11.4-56.3 31.8-76.7l79.1-79.1c20.3-20.3 47.9-31.8 76.7-31.8z'/%3E%3C/svg%3E")}.fa-list{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M48 112l0-32 32 0 0 32-32 0zM16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48C26.7 48 16 58.7 16 72zm160 8c-8.8 0-16 7.2-16 16s7.2 16 16 16l320 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L176 80zm0 160c-8.8 0-16 7.2-16 16s7.2 16 16 16l320 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-320 0zm0 160c-8.8 0-16 7.2-16 16s7.2 16 16 16l320 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-320 0zM48 240l32 0 0 32-32 0 0-32zm-8-32c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0zm8 224l0-32 32 0 0 32-32 0zM16 392l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24z'/%3E%3C/svg%3E")}.fa-list-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M64 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32L64 96zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM128 232a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm80-40l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 96l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM104 304a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z'/%3E%3C/svg%3E")}.fa-list-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M141.3 56.9c4.9-7.4 2.9-17.3-4.4-22.2s-17.3-2.9-22.2 4.4L61.5 118.9 27.3 84.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l48 48c3.4 3.4 8.1 5.1 12.9 4.6s9.1-3.1 11.7-7l64-96zM208 80c-8.8 0-16 7.2-16 16s7.2 16 16 16l288 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L208 80zm0 160c-8.8 0-16 7.2-16 16s7.2 16 16 16l288 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-288 0zM176 400c-8.8 0-16 7.2-16 16s7.2 16 16 16l320 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-320 0zM56 392a24 24 0 1 0 0 48 24 24 0 1 0 0-48zm80.9-197.3c-7.4-4.9-17.3-2.9-22.2 4.4l-53.2 79.8-34.2-34.2c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l48 48c3.4 3.4 8.1 5.1 12.9 4.6s9.1-3.1 11.7-7l64-96c4.9-7.4 2.9-17.3-4.4-22.2z'/%3E%3C/svg%3E")}.fa-location-arrow{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M208.8 282.9c9.6 3.2 17.1 10.7 20.2 20.2L288 480 448 64 32 224 208.8 282.9zM20.5 194.1l416-160c11.8-4.5 25.2-1.7 34.1 7.2s11.8 22.3 7.2 34.1l-160 416c-4.8 12.6-17.1 20.8-30.6 20.5s-25.4-9.1-29.6-21.9L198.7 313.3 21.9 254.4C9.1 250.1 .3 238.2 0 224.7S7.9 199 20.5 194.1z'/%3E%3C/svg%3E")}.fa-lock{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M96 96l0 64 192 0 0-64c0-53-43-96-96-96S96 43 96 96zM64 160l0-64C64 25.3 121.3-32 192-32S320 25.3 320 96l0 64c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64zM32 224l0 224c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32L64 192c-17.7 0-32 14.3-32 32z'/%3E%3C/svg%3E")}.fa-lock-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M192 32c35.3 0 64 28.7 64 64l0 64-128 0 0-64c0-35.3 28.7-64 64-64zM64 96l0 64c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l0-64c0-70.7-57.3-128-128-128S64 25.3 64 96zM216 296l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z'/%3E%3C/svg%3E")}.fa-long-arrow-alt-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M137.4 534.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9S300.9 352 288 352l-64 0 0-336c0-26.5-21.5-48-48-48l-32 0c-26.5 0-48 21.5-48 48l0 336-64 0c-12.9 0-24.6 7.8-29.6 19.8S.2 397.5 9.4 406.6l128 128z'/%3E%3C/svg%3E")}.fa-long-arrow-alt-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9S192 115.1 192 128l0 64 336 0c26.5 0 48 21.5 48 48l0 32c0 26.5-21.5 48-48 48l-336 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z'/%3E%3C/svg%3E")}.fa-long-arrow-alt-right{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M566.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-128 128c-9.2 9.2-22.9 11.9-34.9 6.9S384 396.9 384 384l0-64-336 0c-26.5 0-48-21.5-48-48l0-32c0-26.5 21.5-48 48-48l336 0 0-64c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l128 128z'/%3E%3C/svg%3E")}.fa-long-arrow-alt-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M137.4-22.6c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9S300.9 160 288 160l-64 0 0 336c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-336-64 0c-12.9 0-24.6-7.8-29.6-19.8S.2 114.5 9.4 105.4l128-128z'/%3E%3C/svg%3E")}.fa-masks-theater{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M176.2 157.7l0 36.7c-5.4-5.6-13.3-8.5-21.5-7.1-9.7 1.7-17 9-19.2 18-2.1 8.6-10.7 13.9-19.3 11.8s-13.9-10.7-11.8-19.3c5.1-20.9 22.1-38 44.7-42 9.4-1.7 18.6-.9 27.1 1.9zm0 103.2l0 38.5c0 2.6 0 5.2 .1 7.7-4.8 7.5-8.3 15.7-10.5 24.4l12.1-2.1c1.3 10.7 3.2 21.2 5.7 31.5l-14.7 2.6c-18.3 3.2-39.8-11.2-35.4-34.3 5.3-27.3 20.6-51.7 42.6-68.3zM215.7 436c8.4 13.2 17.9 25.7 28.6 37.2-2.3-.2-4.6-.5-6.9-.9l-29.1-5.1C122.2 452 54.8 384.6 39.6 298.5L9.7 129.3c-1.7-9.9-.6-21.5 6.2-31.4 20.6-30.1 72.8-77.7 166.6-94.2 44.4-7.8 82.5-5.9 113.4 .5-20.9 7.6-39 16.7-54.4 26.4-16.3-.1-34.1 1.2-53.4 4.6-85.2 15-130 57.7-145.8 80.8-1 1.5-1.7 4-1.1 7.8L71.1 292.9C83.9 365.8 141 422.9 213.9 435.7l1.8 .3zm20-340.2C261.3 69.8 321 32 416.2 32S571.2 69.8 596.7 95.8c8.5 8.6 11.5 19.8 11.5 29.9l0 171.8c0 87.5-54.7 165.6-136.9 195.5l-27.7 10.1c-17.7 6.4-37 6.4-54.7 0L361.1 493c-82.2-29.9-136.9-108-136.9-195.5l0-171.8c0-10 3.1-21.3 11.5-29.9zM416.2 64c-86.5 0-138 34.2-157.6 54.2-1.2 1.3-2.4 3.7-2.4 7.5l0 171.8c0 74 46.3 140.1 115.9 165.4L399.8 473c10.6 3.9 22.2 3.9 32.8 0l27.7-10.1c69.6-25.3 115.9-91.4 115.9-165.4l0-171.8c0-3.8-1.2-6.2-2.4-7.5-19.6-20-71.1-54.2-157.6-54.2zm0 320c38.3 0 71.3-22.4 86.8-54.8-25.6 14.5-55.2 22.8-86.8 22.8s-61.2-8.3-86.8-22.8c15.4 32.4 48.5 54.8 86.8 54.8zm-87.5-93.6C353 309 383.3 320 416.2 320s63.2-11 87.5-29.6c7.9-6.1 18-6.5 25.9-2.6 8.3 4.2 14.5 13.6 12.2 25-11.6 58.8-63.4 103.2-125.6 103.2s-114-44.4-125.6-103.2c-2.2-11.3 3.9-20.8 12.2-25 7.9-4 18-3.5 25.9 2.6zM347.5 216c-9.8 0-18.3 5.9-22 14.4-3.5 8.1-13 11.8-21.1 8.3s-11.8-13-8.3-21.1c8.6-19.7 28.3-33.6 51.3-33.6s42.7 13.8 51.3 33.6c3.5 8.1-.2 17.5-8.3 21.1s-17.5-.2-21.1-8.3c-3.7-8.5-12.2-14.4-22-14.4zm115.3 14.4c-3.5 8.1-13 11.8-21.1 8.3s-11.8-13-8.3-21.1c8.6-19.7 28.3-33.6 51.3-33.6s42.7 13.8 51.3 33.6c3.5 8.1-.2 17.5-8.3 21.1s-17.5-.2-21.1-8.3c-3.7-8.5-12.2-14.4-22-14.4s-18.3 5.9-22 14.4z'/%3E%3C/svg%3E")}.fa-message-captions{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M179.2 533.6l0 0 112-84c1.4-1 3.1-1.6 4.8-1.6l120 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128L0 352c0 53 43 96 96 96l32 0 0 68c0 15.5 12.5 28 28 28 6.1 0 12-2 16.8-5.6l6.4-4.8zM160 448l0-8c0-13.3-10.7-24-24-24l-40 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64l320 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-120 0c-8.7 0-17.1 2.8-24 8l-112 84 0-60zM112 224c-8.8 0-16 7.2-16 16s7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0zm240 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0zM112 320c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-80 0zm160 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-128 0z'/%3E%3C/svg%3E")}.fa-message-text{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M179.2 533.6l0 0 112-84c1.4-1 3.1-1.6 4.8-1.6l120 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128L0 352c0 53 43 96 96 96l32 0 0 68c0 15.5 12.5 28 28 28 6.1 0 12-2 16.8-5.6l6.4-4.8zM160 448l0-8c0-13.3-10.7-24-24-24l-40 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64l320 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-120 0c-8.7 0-17.1 2.8-24 8l-112 84 0-60zm24-288c-8.8 0-16 7.2-16 16s7.2 16 16 16l56 0 0 128c0 8.8 7.2 16 16 16s16-7.2 16-16l0-128 56 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-144 0z'/%3E%3C/svg%3E")}.fa-microphone{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M192 32c35.3 0 64 28.7 64 64l0 128c0 35.3-28.7 64-64 64s-64-28.7-64-64l0-128c0-35.3 28.7-64 64-64zM96 96l0 128c0 53 43 96 96 96s96-43 96-96l0-128c0-53-43-96-96-96S96 43 96 96zM32 176c0-8.8-7.2-16-16-16S0 167.2 0 176l0 48C0 324.6 77.4 407.2 176 415.3l0 64.7-64 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0 0-64.7c98.6-8.1 176-90.7 176-191.3l0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48c0 88.4-71.6 160-160 160S32 312.4 32 224l0-48z'/%3E%3C/svg%3E")}.fa-microphone-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M254 80c-7.1-27.6-32.2-48-62-48-35.3 0-64 28.7-64 64l0 128c0 35.3 28.7 64 64 64 29.8 0 54.9-20.4 62-48l-46 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-32-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-32-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l46 0zm34 16l0 128c0 53-43 96-96 96s-96-43-96-96L96 96c0-53 43-96 96-96s96 43 96 96zM16 160c8.8 0 16 7.2 16 16l0 48c0 88.4 71.6 160 160 160s160-71.6 160-160l0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48c0 100.6-77.4 183.2-176 191.3l0 64.7 64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l64 0 0-64.7C77.4 407.2 0 324.6 0 224l0-48c0-8.8 7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-microphone-lines{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M254 80c-7.1-27.6-32.2-48-62-48-35.3 0-64 28.7-64 64l0 128c0 35.3 28.7 64 64 64 29.8 0 54.9-20.4 62-48l-46 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-32-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-32-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l46 0zm34 16l0 128c0 53-43 96-96 96s-96-43-96-96L96 96c0-53 43-96 96-96s96 43 96 96zM16 160c8.8 0 16 7.2 16 16l0 48c0 88.4 71.6 160 160 160s160-71.6 160-160l0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48c0 100.6-77.4 183.2-176 191.3l0 64.7 64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l64 0 0-64.7C77.4 407.2 0 324.6 0 224l0-48c0-8.8 7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-mobile{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M80 32C62.3 32 48 46.3 48 64l0 384c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-384c0-17.7-14.3-32-32-32L80 32zM16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM160 400l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-mobile-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M48 448c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-96-288 0 0 96zm0-128l288 0 0-256c0-17.7-14.3-32-32-32L80 32C62.3 32 48 46.3 48 64l0 256zM16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM192 440c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z'/%3E%3C/svg%3E")}.fa-mobile-button{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M64 32C46.3 32 32 46.3 32 64l0 384c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32l0-384c0-17.7-14.3-32-32-32L64 32zM0 64C0 28.7 28.7 0 64 0L256 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM160 440c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z'/%3E%3C/svg%3E")}.fa-mobile-screen{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM128 440c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0c-13.3 0-24 10.7-24 24zM304 64l-224 0 0 304 224 0 0-304z'/%3E%3C/svg%3E")}.fa-moon{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 32c9.5 0 18.9 .6 28 1.7-60.1 38.3-100 105.6-100 182.3 0 117.2 96.4 212.8 210.7 215.9-38.2 30.1-86.3 48.1-138.7 48.1-123.7 0-224-100.3-224-224S132.3 32 256 32zm0-32C114.6 0 0 114.6 0 256S114.6 512 256 512c68.8 0 131.3-27.2 177.3-71.4 7.3-7 9.4-17.9 5.3-27.1s-13.7-14.9-23.8-14.1c-105.4 8.4-198.8-77.3-198.8-183.4 0-72.1 41.5-134.6 102.1-164.8 9.1-4.5 14.3-14.3 13.1-24.4S322.6 8.5 312.7 6.3C294.4 2.2 275.4 0 256 0z'/%3E%3C/svg%3E")}.fa-navicon{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 80c0-8.8 7.2-16 16-16l416 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L16 96C7.2 96 0 88.8 0 80zM0 256c0-8.8 7.2-16 16-16l416 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L16 272c-8.8 0-16-7.2-16-16zM448 432c0 8.8-7.2 16-16 16L16 448c-8.8 0-16-7.2-16-16s7.2-16 16-16l416 0c8.8 0 16 7.2 16 16z'/%3E%3C/svg%3E")}.fa-newspaper{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M160 64c-17.7 0-32 14.3-32 32l0 320c0 11.7-3.1 22.6-8.6 32L432 448c26.5 0 48-21.5 48-48l0-304c0-17.7-14.3-32-32-32L160 64zM64 448c17.7 0 32-14.3 32-32L96 96c0-35.3 28.7-64 64-64l288 0c35.3 0 64 28.7 64 64l0 304c0 44.2-35.8 80-80 80L64 480c-35.3 0-64-28.7-64-64L0 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 304c0 17.7 14.3 32 32 32zM352 176c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16zM176 304c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16zm48-144l64 0 0-64-64 0 0 64zm-32-72c0-13.3 10.7-24 24-24l80 0c13.3 0 24 10.7 24 24l0 80c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24l0-80z'/%3E%3C/svg%3E")}.fa-objects-column{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M48 64c-8.8 0-16 7.2-16 16l0 160c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-160c0-8.8-7.2-16-16-16L48 64zM0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM304 256c-8.8 0-16 7.2-16 16l0 160c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-160c0-8.8-7.2-16-16-16l-96 0zm-48 16c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-160zM144 384l-96 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16zM48 352l96 0c26.5 0 48 21.5 48 48l0 32c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-32c0-26.5 21.5-48 48-48zM304 64c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-96 0zM256 80c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 32c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-32z'/%3E%3C/svg%3E")}.fa-outdent{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M.4 64c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-384 0C14.8 96 .4 81.7 .4 64zm192 128c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 96l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zM.4 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-384 0c-17.7 0-32-14.3-32-32zM.7 268.6c-8.2-6.4-8.2-18.9 0-25.3l101.9-79.3c10.5-8.2 25.8-.7 25.8 12.6l0 158.6c0 13.3-15.3 20.8-25.8 12.6L.7 268.6z'/%3E%3C/svg%3E")}.fa-paint-brush{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M505.7 0c-14.9 0-29.3 4.7-41.4 13.5L254.1 166.3c-29 21.1-46.1 54.7-46.1 90.6l0 .1c-5.2-.7-10.6-1-16-1-70.7 0-128 57.3-128 128 0 15.5 2.8 30.4 7.8 44.2 7.6 20.8-5.8 51.8-28 51.8L16 480c-8.8 0-16 7.2-16 16s7.2 16 16 16l176 0c70.7 0 128-57.3 128-128 0-5.4-.3-10.8-1-16l.1 0c35.8 0 69.5-17.1 90.6-46.1L562.5 111.7C571.3 99.7 576 85.2 576 70.3 576 31.5 544.5 0 505.7 0zm-195 336c-13-32.1-38.6-57.7-70.7-70.7l0-8.4c0-25.6 12.2-49.6 32.9-64.7L483.1 39.3c6.6-4.8 14.4-7.3 22.5-7.3 21.2 0 38.3 17.2 38.3 38.3 0 8.1-2.6 16-7.3 22.5L383.8 303.1c-15.1 20.7-39.1 32.9-64.7 32.9l-8.4 0zM288 384c0 53-43 96-96 96l-96.4 0c.7-1.3 1.4-2.6 2.1-3.8 8.3-16.7 11.7-38.9 4.2-59-3.8-10.3-5.9-21.4-5.9-33.1 0-53 43-96 96-96s96 43 96 96z'/%3E%3C/svg%3E")}.fa-paper-plane{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M275 292L524.1 42.8 362.5 494.1c-.4 1.1-1.5 1.9-2.7 1.9-1.2 0-2.2-.7-2.6-1.8L275 292zM501.5 20.2L252.4 269.4 50.1 187.2c-1.1-.4-1.8-1.5-1.8-2.6 0-1.2 .8-2.3 1.9-2.7L501.5 20.2zM38.1 216.8l205.8 83.6 83.6 205.8c5.3 13.1 18.1 21.7 32.3 21.7 14.7 0 27.8-9.2 32.8-23.1L570.6 8c3.5-9.8 1-20.6-6.3-28s-18.2-9.8-28-6.3L39.4 151.7c-13.9 5-23.1 18.1-23.1 32.8 0 14.2 8.6 27 21.7 32.3z'/%3E%3C/svg%3E")}.fa-paper-plane-top{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M156 272L516.1 272 69.2 474.5 156 272zm360.2-32L156 240 69.2 37.5 516.1 240zM34.1 37L128 256 34.1 475c-1.4 3.3-2.1 6.9-2.1 10.5 0 14.5 11.8 26.5 26.3 26.5 3.7 0 7.4-.8 10.9-2.3l485-219.8c13.3-6 21.9-19.3 21.9-33.9s-8.6-27.9-21.9-33.9L69.2 2.3C65.8 .8 62.1 0 58.3 0 43.8 0 32 12 32 26.5 32 30.1 32.7 33.7 34.1 37z'/%3E%3C/svg%3E")}.fa-pen{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M375.5 43.8C383.1 36.2 393.3 32 404 32s20.9 4.2 28.5 11.8l35.7 35.7C475.8 87.1 480 97.3 480 108s-4.2 20.9-11.8 28.5L409.7 195 317 102.3 375.5 43.8zM294.3 125L387 217.7 174.2 430.4c-6.8 6.8-15.3 11.8-24.6 14.4L35.5 476.5 67.2 362.4c2.6-9.3 7.5-17.8 14.4-24.6L294.3 125zM404 0c-19.2 0-37.6 7.6-51.1 21.2l-294 294c-10.7 10.7-18.5 24.1-22.6 38.7L.9 481.6c-2.3 8.3 0 17.3 6.2 23.4s15.1 8.5 23.4 6.2l127.8-35.5c14.6-4.1 27.9-11.8 38.7-22.6l294-294C504.4 145.6 512 127.2 512 108s-7.6-37.6-21.2-51.1L455.1 21.2C441.6 7.6 423.2 0 404 0z'/%3E%3C/svg%3E")}.fa-pencil{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M404 32c-10.7 0-20.9 4.2-28.5 11.8l-58.5 58.5 92.7 92.7 58.5-58.5c7.6-7.6 11.8-17.8 11.8-28.5s-4.2-20.9-11.8-28.5L432.5 43.8C424.9 36.2 414.7 32 404 32zM93 326.3L185.7 419 387 217.7 294.3 125 93 326.3zM72 350.6c-2 3.7-3.6 7.7-4.8 11.8L35.5 476.5 149.6 444.8c4.1-1.1 8.1-2.7 11.8-4.8L72 350.6zM352.9 21.2C366.4 7.6 384.8 0 404 0s37.6 7.6 51.1 21.2l35.7 35.7C504.4 70.4 512 88.8 512 108s-7.6 37.6-21.2 51.1l-294 294c-10.7 10.7-24.1 18.5-38.7 22.6L30.4 511.1c-8.3 2.3-17.3 0-23.4-6.2s-8.5-15.1-6.2-23.4L36.4 353.8c4.1-14.6 11.8-27.9 22.6-38.7l294-294z'/%3E%3C/svg%3E")}.fa-percent{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M443.3 36.7c6.2 6.2 6.2 16.4 0 22.6l-416 416c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l416-416c6.2-6.2 16.4-6.2 22.6 0zM96 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM96 32a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM416 384a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm-160 0a96 96 0 1 1 192 0 96 96 0 1 1 -192 0z'/%3E%3C/svg%3E")}.fa-person{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M168 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm80 0a56 56 0 1 0 -112 0 56 56 0 1 0 112 0zM108.8 191.1c1-1.7 2.1-3.4 3.2-5L112 528c0 8.8 7.2 16 16 16s16-7.2 16-16l0-160 96 0 0 160c0 8.8 7.2 16 16 16s16-7.2 16-16l0-341.9c1.1 1.6 2.2 3.3 3.2 5l63.1 105.1c4.5 7.6 14.4 10 22 5.5s10-14.4 5.5-21.9L302.7 174.6C279.3 135.8 237.3 112 192 112s-87.3 23.8-110.6 62.6L18.3 279.8c-4.5 7.6-2.1 17.4 5.5 21.9s17.4 2.1 22-5.5l63.1-105.1zM240 336l-96 0 0-179.3c14.4-8.2 30.9-12.7 48-12.7s33.6 4.5 48 12.7L240 336z'/%3E%3C/svg%3E")}.fa-plane{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M544 192c35.3 0 64 28.7 64 64s-28.7 64-64 64l-105 0-171.2 186.8c-3 3.3-7.3 5.2-11.8 5.2l-80 0c-5.1 0-10-2.5-13-6.6s-3.8-9.5-2.2-14.4l57-170.9-58.1 0-59.2 74c-3 3.8-7.6 6-12.5 6l-48 0c-4.9 0-9.6-2.3-12.6-6.2s-4.1-8.9-2.9-13.7l31-124.1-31-124.1c-1.2-4.8-.1-9.8 2.9-13.7S35.1 112 40 112l48 0c4.9 0 9.5 2.2 12.5 6l59.2 74 58.1 0-57-170.9c-1.6-4.9-.8-10.2 2.2-14.4S170.9 0 176 0l80 0c4.5 0 8.8 1.9 11.8 5.2L439 192 544 192zm32 64c0-17.7-14.3-32-32-32l-392 0c-4.9 0-9.5-2.2-12.5-6l-59.2-74-19.8 0 27 108.1c.6 2.5 .6 5.2 0 7.8l-27 108.1 19.8 0 59.2-74c3-3.8 7.6-6 12.5-6l392 0c17.7 0 32-14.3 32-32zM395.6 320l-144.1 0-53.3 160 50.8 0 146.7-160zM249 32l-50.8 0 53.3 160 144.1 0-146.7-160z'/%3E%3C/svg%3E")}.fa-play{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M51.6 37.6C39.5 44.8 32 57.9 32 72l0 368c0 14.1 7.5 27.2 19.6 34.4s27.2 7.5 39.6 .7l336-184c12.8-7 20.8-20.5 20.8-35.1s-8-28.1-20.8-35.1l-336-184c-12.4-6.8-27.4-6.5-39.6 .7zM75.8 65l336 184c2.6 1.4 4.2 4.1 4.2 7s-1.6 5.6-4.2 7L75.8 447c-2.5 1.4-5.5 1.3-7.9-.1S64 442.8 64 440L64 72c0-2.8 1.5-5.4 3.9-6.9s5.4-1.5 7.9-.1z'/%3E%3C/svg%3E")}.fa-play-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm72.7-256L208 329.7 208 182.3 328.7 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z'/%3E%3C/svg%3E")}.fa-plug{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M112-32c8.8 0 16 7.2 16 16l0 112 192 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0 0 96c0 100.6-77.4 183.2-176 191.3l0 80.7c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80.7C109.4 407.2 32 324.6 32 224l0-96-16 0c-8.8 0-16-7.2-16-16S7.2 96 16 96l80 0 0-112c0-8.8 7.2-16 16-16zM64 128l0 96c0 88.4 71.6 160 160 160s160-71.6 160-160l0-96-320 0z'/%3E%3C/svg%3E")}.fa-plus{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M240 48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 192-192 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l192 0 0 192c0 8.8 7.2 16 16 16s16-7.2 16-16l0-192 192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-192 0 0-192z'/%3E%3C/svg%3E")}.fa-plus-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z'/%3E%3C/svg%3E")}.fa-qrcode{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M144 64c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16l96 0zM48 32C21.5 32 0 53.5 0 80l0 96c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48L48 32zM160 336l0 96c0 8.8-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16l96 0c8.8 0 16 7.2 16 16zM48 288c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-96 0zM304 64l96 0c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16zM256 80l0 96c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-96 0c-26.5 0-48 21.5-48 48zm8 240a24 24 0 1 0 48 0 24 24 0 1 0 -48 0zm0 128a24 24 0 1 0 48 0 24 24 0 1 0 -48 0zm152-24a24 24 0 1 0 0 48 24 24 0 1 0 0-48zM392 320a24 24 0 1 0 48 0 24 24 0 1 0 -48 0zm-40 40a24 24 0 1 0 0 48 24 24 0 1 0 0-48zM96 104a24 24 0 1 0 0 48 24 24 0 1 0 0-48zM72 384a24 24 0 1 0 48 0 24 24 0 1 0 -48 0zM352 104a24 24 0 1 0 0 48 24 24 0 1 0 0-48z'/%3E%3C/svg%3E")}.fa-question-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-336c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E")}.fa-question-square{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 64c-26.5 0-48 21.5-48 48 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80s80 35.8 80 80c0 39.6-25.7 60.3-46.2 70.1-11.5 5.5-17.8 14.5-17.8 22.2l0 5.7c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-5.7c0-24.6 18.3-42.6 36-51 14.5-6.9 28-18.8 28-41.2 0-26.5-21.5-48-48-48zM200 376a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z'/%3E%3C/svg%3E")}.fa-rectangle-ad{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M64 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32L64 96zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zm128 96l0 32 80 0 0-32c0-17.7-14.3-32-32-32l-16 0c-17.7 0-32 14.3-32 32zm80 112l0-48-80 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-112c0-35.3 28.7-64 64-64l16 0c35.3 0 64 28.7 64 64l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16zM416 176l0 160c0 8.8-7.2 16-16 16-7.6 0-14-5.3-15.6-12.4-11.5 7.8-25.4 12.4-40.4 12.4-39.8 0-72-32.2-72-72s32.2-72 72-72c14.8 0 28.6 4.5 40 12.1l0-44.1c0-8.8 7.2-16 16-16s16 7.2 16 16zm-72 64a40 40 0 1 0 0 80 40 40 0 1 0 0-80z'/%3E%3C/svg%3E")}.fa-refresh{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M32.5 241.1C36 188.8 57.7 137.6 97.6 97.6 141.3 53.9 198.6 32 256 32 318 32 377.2 57.5 419.8 102.6L458.9 144 352 144c-8.8 0-16 7.2-16 16s7.2 16 16 16l144 0c8.8 0 16-7.2 16-16l0-144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 103.8-37-39.1C394.4 29.2 326.8 0 256 0 190.5 0 125 25 75 75 29.3 120.6 4.5 179.2 .6 238.9 0 247.8 6.7 255.4 15.5 256s16.4-6.1 17-14.9zm447 29.9c-3.5 52.3-25.2 103.5-65.1 143.4-43.7 43.7-101 65.6-158.4 65.6-62 0-121.2-25.5-163.8-70.6L53.1 368 160 368c8.8 0 16-7.2 16-16s-7.2-16-16-16L16 336c-8.8 0-16 7.2-16 16L0 496c0 8.8 7.2 16 16 16s16-7.2 16-16l0-103.8 37 39.1c48.6 51.5 116.3 80.6 187 80.6 65.5 0 131-25 181-75 45.6-45.6 70.4-104.3 74.4-164 .6-8.8-6.1-16.4-14.9-17s-16.4 6.1-17 14.9z'/%3E%3C/svg%3E")}.fa-reply{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M216 160c-13.3 0-24-10.7-24-24l0-88-160 160 160 160 0-88c0-13.3 10.7-24 24-24l104 0c70.7 0 128 57.3 128 128 0 8.3-.7 16.1-2 23.2 18.2-23.4 34-57.1 34-103.2 0-79.5-64.5-144-144-144l-120 0zm8 144l0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-160-160c-12.5-12.5-12.5-32.8 0-45.3l160-160c9.2-9.2 22.9-11.9 34.9-6.9S224 35.1 224 48l0 80 112 0c97.2 0 176 78.8 176 176 0 113.3-81.5 163.9-100.2 174.1-2.5 1.4-5.3 1.9-8.1 1.9-10.9 0-19.7-8.9-19.7-19.7 0-7.5 4.3-14.4 9.8-19.5 9.4-8.8 22.2-26.4 22.2-56.7 0-53-43-96-96-96l-96 0 0 16z'/%3E%3C/svg%3E")}.fa-robot{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M304-16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 80-112 0c-53 0-96 43-96 96l0 224c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96l-112 0 0-80zM288 96l128 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64l128 0zM160 368c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm96 0c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm96 0c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM240 240a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-32-64a64 64 0 1 0 0 128 64 64 0 1 0 0-128zm160 96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-64-32a64 64 0 1 0 128 0 64 64 0 1 0 -128 0zM32 208c0-8.8-7.2-16-16-16S0 199.2 0 208L0 336c0 8.8 7.2 16 16 16s16-7.2 16-16l0-128zm528-16c-8.8 0-16 7.2-16 16l0 128c0 8.8 7.2 16 16 16s16-7.2 16-16l0-128c0-8.8-7.2-16-16-16z'/%3E%3C/svg%3E")}.fa-sack-dollar{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M379 56.7l-46.5 81.4c84.2 77.3 163.5 153.5 163.5 278.7 0 52.6-42.6 95.2-95.2 95.2l-289.6 0C58.6 512 16 469.4 16 416.8 16 291.6 95.3 215.4 179.5 138.1L133 56.7C129.7 51 128 44.5 128 37.9 128 17 145 0 165.9 0L346.1 0c20.9 0 37.9 17 37.9 37.9 0 6.6-1.7 13.1-5 18.8zM203 160C117 239 48 306.3 48 416.8 48 451.7 76.3 480 111.2 480l289.6 0c34.9 0 63.2-28.3 63.2-63.2 0-110.6-69-177.9-155-256.8l-106 0zM351.2 40.9c.5-.9 .8-1.9 .8-2.9 0-3.3-2.7-5.9-5.9-5.9L165.9 32c-3.3 0-5.9 2.7-5.9 5.9 0 1 .3 2 .8 2.9l49.8 87.1 90.9 0 49.8-87.1zM256 216c8.8 0 16 7.2 16 16l0 8 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-49.7 0c-7.9 0-14.3 6.4-14.3 14.3 0 7 5.1 13 12 14.1l45.3 7.6c22.3 3.7 38.7 23 38.7 45.7 0 25.6-20.7 46.3-46.3 46.3l-1.7 0 0 8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-8-24 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l57.7 0c7.9 0 14.3-6.4 14.3-14.3 0-7-5.1-13-12-14.1L230.7 332c-22.3-3.7-38.7-23-38.7-45.7 0-25.6 20.7-46.3 46.3-46.3l1.7 0 0-8c0-8.8 7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-screencast{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 64L64 64C46.3 64 32 78.3 32 96l0 80.1c-2.2-.1-4.4-.1-6.7-.1L0 176 0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64l-144 0 0-25.3c0-2.2 0-4.5-.1-6.7L448 448c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32zM16 224c132.5 0 240 107.5 240 240 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-114.9-93.1-208-208-208-8.8 0-16-7.2-16-16s7.2-16 16-16zM32 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM0 336c0-8.8 7.2-16 16-16 79.5 0 144 64.5 144 144 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9-50.1-112-112-112-8.8 0-16-7.2-16-16z'/%3E%3C/svg%3E")}.fa-search{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M384 208a176 176 0 1 0 -352 0 176 176 0 1 0 352 0zM343.3 366C307 397.2 259.7 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208c0 51.7-18.8 99-50 135.3L507.3 484.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L343.3 366z'/%3E%3C/svg%3E")}.fa-share{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M307.8 18.4c-12 5-19.8 16.6-19.8 29.6l0 80-112 0c-97.2 0-176 78.8-176 176 0 113.3 81.5 163.9 100.2 174.1 2.5 1.4 5.3 1.9 8.1 1.9 10.9 0 19.7-8.9 19.7-19.7 0-7.5-4.3-14.4-9.8-19.5-9.4-8.8-22.2-26.4-22.2-56.7 0-53 43-96 96-96l96 0 0 80c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-9.2-9.2-22.9-11.9-34.9-6.9z'/%3E%3C/svg%3E")}.fa-share-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 96c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 5.6 .7 11 2 16.1 2.6 10.2 7.7 19.4 14.6 26.9 .3 .4 .6 .7 1 1 11.7 12.3 28.1 19.9 46.4 19.9 35.3 0 64-28.7 64-64zM293.5 128c-3.5-10-5.5-20.8-5.5-32 0-53 43-96 96-96s96 43 96 96-43 96-96 96c-30.3 0-57.4-14.1-75-36L186.5 224c3.5 10 5.5 20.8 5.5 32s-1.9 22-5.5 32L309 356c17.6-22 44.6-36 75-36 53 0 96 43 96 96s-43 96-96 96-96-43-96-96c0-11.2 1.9-22 5.5-32L171 316c-17.6 22-44.6 36-75 36-53 0-96-43-96-96s43-96 96-96c30.3 0 57.4 14.1 75 36l122.5-68zM142.4 211.9c-11.7-12.3-28.1-19.9-46.4-19.9-35.3 0-64 28.7-64 64s28.7 64 64 64c18.3 0 34.7-7.7 46.4-19.9 6.7-7 11.8-15.6 14.7-25 .3-1 .6-1.9 .8-2.9 1.3-5.1 2-10.6 2-16.1s-.7-11-2-16.1c-2.6-10.2-7.7-19.4-14.6-26.9-.3-.4-.6-.7-1-1zM384 480c35.3 0 64-28.7 64-64s-28.7-64-64-64c-18.3 0-34.7 7.6-46.4 19.9-.3 .3-.7 .7-1 1-6.9 7.5-11.9 16.7-14.6 26.9-1.3 5.1-2 10.5-2 16.1 0 35.3 28.7 64 64 64z'/%3E%3C/svg%3E")}.fa-share-nodes{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 96c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 5.6 .7 11 2 16.1 2.6 10.2 7.7 19.4 14.6 26.9 .3 .4 .6 .7 1 1 11.7 12.3 28.1 19.9 46.4 19.9 35.3 0 64-28.7 64-64zM293.5 128c-3.5-10-5.5-20.8-5.5-32 0-53 43-96 96-96s96 43 96 96-43 96-96 96c-30.3 0-57.4-14.1-75-36L186.5 224c3.5 10 5.5 20.8 5.5 32s-1.9 22-5.5 32L309 356c17.6-22 44.6-36 75-36 53 0 96 43 96 96s-43 96-96 96-96-43-96-96c0-11.2 1.9-22 5.5-32L171 316c-17.6 22-44.6 36-75 36-53 0-96-43-96-96s43-96 96-96c30.3 0 57.4 14.1 75 36l122.5-68zM142.4 211.9c-11.7-12.3-28.1-19.9-46.4-19.9-35.3 0-64 28.7-64 64s28.7 64 64 64c18.3 0 34.7-7.7 46.4-19.9 6.7-7 11.8-15.6 14.7-25 .3-1 .6-1.9 .8-2.9 1.3-5.1 2-10.6 2-16.1s-.7-11-2-16.1c-2.6-10.2-7.7-19.4-14.6-26.9-.3-.4-.6-.7-1-1zM384 480c35.3 0 64-28.7 64-64s-28.7-64-64-64c-18.3 0-34.7 7.6-46.4 19.9-.3 .3-.7 .7-1 1-6.9 7.5-11.9 16.7-14.6 26.9-1.3 5.1-2 10.5-2 16.1 0 35.3 28.7 64 64 64z'/%3E%3C/svg%3E")}.fa-shield{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M268.6 37.3c-8-3.4-17-3.4-25 0l-176.7 75c-11.3 4.8-18.9 15.5-18.8 27.6 .5 94 39.3 259.8 195.4 334.5 7.9 3.8 17.2 3.8 25.1 0 156.1-74.7 195-240.4 195.5-334.5 .1-12.1-7.5-22.8-18.8-27.6l-176.7-75zM231.1 7.8c16-6.8 34-6.8 50 0l176.7 75c22 9.3 38.4 31 38.3 57.2-.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0-172.4-82.5-213.1-264-213.6-363.2-.1-26.2 16.3-47.9 38.3-57.2l176.7-75z'/%3E%3C/svg%3E")}.fa-sign-in{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M347.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-144-144c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L297.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l281.4 0-116.7 116.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l144-144zM336 448c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64l-80 0z'/%3E%3C/svg%3E")}.fa-siren-on{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M55.2 33.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l64 32c7.9 4 17.5 .7 21.5-7.2s.7-17.5-7.2-21.5l-64-32zm544 28.6c7.9-4 11.1-13.6 7.2-21.5s-13.6-11.1-21.5-7.2l-64 32c-7.9 4-11.1 13.6-7.2 21.5s13.6 11.1 21.5 7.2l64-32zM16 192c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0zm544 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0zM169 320L200.2 91.7C202.3 75.8 215.9 64 231.9 64l176.3 0c16 0 29.5 11.8 31.7 27.7L471 320 273.7 320 287.9 177.6c.9-8.8-5.5-16.6-14.3-17.5s-16.6 5.5-17.5 14.3L241.5 320 169 320zm-25 32l352 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-352 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm359.4-31.4L471.5 87.4C467.2 55.6 440.1 32 408.1 32L231.9 32c-32 0-59.1 23.6-63.4 55.4L136.7 320.6C113.6 324.1 96 344 96 368l0 64c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-64c0-24-17.6-43.9-40.6-47.4z'/%3E%3C/svg%3E")}.fa-skype{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7-19-14.7-42.6-23.4-68.3-23.4-61.8 0-112 50.2-112 112 0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zM230.1 391.3c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z'/%3E%3C/svg%3E")}.fa-sliders{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 416c0-8.8 7.2-16 16-16l65.6 0c7.4-36.5 39.7-64 78.4-64s71 27.5 78.4 64L496 400c8.8 0 16 7.2 16 16s-7.2 16-16 16l-257.6 0c-7.4 36.5-39.7 64-78.4 64s-71-27.5-78.4-64L16 432c-8.8 0-16-7.2-16-16zm208 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 256a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-48-80c38.7 0 71 27.5 78.4 64l65.6 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-65.6 0c-7.4 36.5-39.7 64-78.4 64s-71-27.5-78.4-64L16 272c-8.8 0-16-7.2-16-16s7.2-16 16-16l257.6 0c7.4-36.5 39.7-64 78.4-64zM192 48a48 48 0 1 0 0 96 48 48 0 1 0 0-96zm78.4 32L496 80c8.8 0 16 7.2 16 16s-7.2 16-16 16l-225.6 0c-7.4 36.5-39.7 64-78.4 64s-71-27.5-78.4-64L16 112c-8.8 0-16-7.2-16-16S7.2 80 16 80l97.6 0C121 43.5 153.3 16 192 16s71 27.5 78.4 64z'/%3E%3C/svg%3E")}.fa-snowflake{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256.1-32c8.8 0 16 7.2 16 16l0 105.4 36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-59.3 59.3 0 93.7 81.1-46.8 21.7-81c2.3-8.5 11.1-13.6 19.6-11.3s13.6 11.1 11.3 19.6l-13.4 50.1 91.3-52.7c7.7-4.4 17.4-1.8 21.9 5.9s1.8 17.4-5.9 21.9l-91.3 52.7 50.1 13.4c8.5 2.3 13.6 11.1 11.3 19.6s-11.1 13.6-19.6 11.3l-81-21.7-81.1 46.8 81.1 46.8 81-21.7c8.5-2.3 17.3 2.8 19.6 11.3S467 309.7 458.5 312l-50.1 13.4 91.3 52.7c7.7 4.4 10.3 14.2 5.9 21.9s-14.2 10.3-21.9 5.9l-91.3-52.7 13.4 50.1c2.3 8.5-2.8 17.3-11.3 19.6s-17.3-2.8-19.6-11.3l-21.7-81-81.1-46.8 0 93.7 59.3 59.3c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-36.7-36.7 0 105.4c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-105.4-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l59.3-59.3 0-93.7-81.1 46.8-21.7 81c-2.3 8.5-11.1 13.6-19.6 11.3s-13.6-11.1-11.3-19.6l13.4-50.1-91.3 52.7c-7.7 4.4-17.4 1.8-21.9-5.9s-1.8-17.4 5.9-21.9l91.3-52.7-50.1-13.4C45.1 309.7 40 301 42.3 292.4s11.1-13.6 19.6-11.3l81 21.7 81.1-46.8-81.1-46.8-81 21.7c-8.5 2.3-17.3-2.8-19.6-11.3s2.8-17.3 11.3-19.6l50.1-13.4-91.3-52.7C4.9 129.4 2.2 119.7 6.6 112s14.2-10.3 21.9-5.9l91.3 52.7-13.4-50.1c-2.3-8.5 2.8-17.3 11.3-19.6s17.3 2.8 19.6 11.3l21.7 81 81.1 46.8 0-93.7-59.3-59.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l36.7 36.7 0-105.4c0-8.8 7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-spinner{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 32a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm0 64a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm0 352a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm0 64a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM32 256a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm64 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm368-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm0 64a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM97.6 414.4a16 16 0 1 1 22.6-22.6 16 16 0 1 1 -22.6 22.6zm45.3-45.3A48 48 0 1 0 75 437 48 48 0 1 0 142.9 369.1zM120.2 97.6a16 16 0 1 1 -22.6 22.6 16 16 0 1 1 22.6-22.6zM75 142.9A48 48 0 1 0 142.9 75 48 48 0 1 0 75 142.9zM391.8 391.8a16 16 0 1 1 22.6 22.6 16 16 0 1 1 -22.6-22.6zM437 437A48 48 0 1 0 369.1 369.1 48 48 0 1 0 437 437z'/%3E%3C/svg%3E")}.fa-square-plus{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM208 352l0-80-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-80c0-8.8 7.2-16 16-16s16 7.2 16 16l0 80 80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16z'/%3E%3C/svg%3E")}.fa-star{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M383 125.3L309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1L193.1 125.3 33.2 150.7c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2L288.1 417.6 432.4 491c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2L441.7 305.9 556.1 191.4c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L383 125.3zm-5 31.6l144.4 23-103.3 103.5c-7.2 7.2-10.6 17.5-9 27.6L432.9 455.3 302.6 389c-9.1-4.6-19.9-4.6-29 0L143.2 455.3 166 310.9c1.6-10.1-1.7-20.4-9-27.6l-103.3-103.5 144.4-23c10.1-1.6 18.8-7.9 23.5-17.1L288.1 9.6 354.5 139.8c4.6 9.1 13.4 15.5 23.5 17.1z'/%3E%3C/svg%3E")}.fa-stars{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M352 16l0 64 64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0 0 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l64 0 0-64c0-8.8 7.2-16 16-16s16 7.2 16 16zM152.8 265.5c-4.7 9.5-13.7 16-24.1 17.5l-87.5 12.7 63.4 61.9c7.5 7.3 11 17.9 9.2 28.3l-15 87.3 78.2-41.2c9.3-4.9 20.5-4.9 29.8 0l78.2 41.2-15-87.3c-1.8-10.4 1.7-20.9 9.2-28.3l63.4-61.9-87.5-12.7c-10.4-1.5-19.4-8.1-24.1-17.5l-39.1-79.4-39.1 79.4zm17.6-108.1c8.8-17.9 34.3-17.9 43.1 0l46.3 94 103.5 15.1c19.7 2.9 27.5 27 13.3 40.9l-74.9 73.2 17.7 103.3c3.4 19.6-17.2 34.6-34.8 25.3l-92.6-48.8-92.6 48.8c-17.6 9.3-38.2-5.7-34.8-25.3L82.2 380.6 7.3 307.4C-7 293.5 .9 269.3 20.6 266.5l103.5-15.1 46.3-94zM448 160c8.8 0 16 7.2 16 16l0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0-32c0-8.8 7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-sticky-note{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M256 448L64 448c-17.7 0-32-14.3-32-32L32 96c0-17.7 14.3-32 32-32l320 0c17.7 0 32 14.3 32 32l0 192-96 0c-35.3 0-64 28.7-64 64l0 96zM402.7 320L288 434.7 288 352c0-17.7 14.3-32 32-32l82.7 0zM0 416c0 35.3 28.7 64 64 64l197.5 0c17 0 33.3-6.7 45.3-18.7L429.3 338.7c12-12 18.7-28.3 18.7-45.3L448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416z'/%3E%3C/svg%3E")}.fa-stopwatch{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M144 16c0-8.8 7.2-16 16-16L288 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 .2 0 .4 0 .6 53.4 4.1 101.2 28.3 135.7 65.1l29-29c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-31.5 31.5c22.8 33.4 36.2 73.7 36.2 117.2 0 114.9-93.1 208-208 208S16 402.9 16 288c0-109.5 84.6-199.2 192-207.4 0-.2 0-.4 0-.6l0-48-48 0c-8.8 0-16-7.2-16-16zM48 288a176 176 0 1 0 352 0 176 176 0 1 0 -352 0zM224 168c8.8 0 16 7.2 16 16l0 104c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-104c0-8.8 7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-sun{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288-32c5.6 0 10.8 3 13.7 7.8l60.5 101 114.2-28.6c5.4-1.4 11.2 .2 15.2 4.2s5.6 9.8 4.2 15.2l-28.6 114.2 101 60.5c4.8 2.9 7.8 8.1 7.8 13.7s-3 10.8-7.8 13.7l-101 60.5 28.6 114.2c1.4 5.5-.2 11.2-4.2 15.2s-9.8 5.6-15.2 4.2l-114.2-28.6-60.5 101c-2.9 4.8-8.1 7.8-13.7 7.8s-10.8-3-13.7-7.8l-60.5-101-114.2 28.6c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.8-4.2-15.2l28.6-114.2-101-60.5C3 266.8 0 261.6 0 256s3-10.8 7.8-13.7l101-60.5-28.6-114.2c-1.4-5.5 .2-11.2 4.2-15.2s9.8-5.5 15.2-4.2l114.2 28.6 60.5-101 1.2-1.7c3-3.8 7.6-6.1 12.5-6.1zM235.1 103.4c-3.6 6-10.8 9-17.6 7.3l-99.8-25 25 99.8c1.7 6.8-1.2 14-7.3 17.6L47.1 256 135.4 308.9c6 3.6 9 10.8 7.3 17.6l-25 99.8 99.8-25 2.6-.4c6-.5 11.9 2.4 15 7.7l52.9 88.3 52.9-88.3 1.5-2.1c3.9-4.6 10.1-6.7 16.1-5.2l99.8 25-25-99.8c-1.7-6.8 1.2-14 7.3-17.6l88.3-52.9-88.3-52.9c-6-3.6-9-10.8-7.3-17.6l25-99.8-99.8 25c-6.8 1.7-14-1.2-17.6-7.3L288 15.1 235.1 103.4zM288 368a112 112 0 1 1 0-224 112 112 0 1 1 0 224zm0-192a80 80 0 1 0 0 160 80 80 0 1 0 0-160z'/%3E%3C/svg%3E")}.fa-tags{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64.3 96c0-17.7 14.3-32 32-32l136.8 0c6.4 0 12.5 2.5 17 7L404.5 225.4c12.5 12.5 12.5 32.8 0 45.3L271 404.1c-12.5 12.5-32.8 12.5-45.3 0L71.4 249.8c-4.5-4.5-7-10.6-7-17L64.3 96zm-32 0l0 136.8c0 14.9 5.9 29.1 16.4 39.6L203.1 426.7c25 25 65.5 25 90.5 0L427.1 293.3c25-25 25-65.5 0-90.5L272.7 48.4C262.2 37.9 248 32 233.1 32L96.3 32c-35.3 0-64 28.7-64 64zM381.1 52.6c-6.3 6.2-6.4 16.3-.2 22.6L534.8 231.1c9.2 9.4 9.2 24.4 0 33.7l-162 163.9c-6.2 6.3-6.2 16.4 .1 22.6s16.4 6.2 22.6-.1l162-163.9c21.5-21.8 21.6-56.9 0-78.7L403.7 52.8c-6.2-6.3-16.3-6.4-22.6-.2zM144.3 168a24 24 0 1 0 0-48 24 24 0 1 0 0 48z'/%3E%3C/svg%3E")}.fa-telegram{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 8a248 248 0 1 0 0 496 248 248 0 1 0 0-496zM371 176.7c-3.7 39.2-19.9 134.4-28.1 178.3-3.5 18.6-10.3 24.8-16.9 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.2-23.2-55.3-37.2-24.5-16.1-8.6-25 5.3-39.5 3.7-3.8 67.1-61.5 68.3-66.7 .2-.7 .3-3.1-1.2-4.4s-3.6-.8-5.1-.5c-2.2 .5-37.1 23.5-104.6 69.1-9.9 6.8-18.9 10.1-26.9 9.9-8.9-.2-25.9-5-38.6-9.1-15.5-5-27.9-7.7-26.8-16.3 .6-4.5 6.7-9 18.4-13.7 72.3-31.5 120.5-52.3 144.6-62.3 68.9-28.6 83.2-33.6 92.5-33.8 2.1 0 6.6 .5 9.6 2.9 2 1.7 3.2 4.1 3.5 6.7 .5 3.2 .6 6.5 .4 9.8z'/%3E%3C/svg%3E")}.fa-television{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 64C46.3 64 32 78.3 32 96l0 256c0 17.7 14.3 32 32 32l448 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 416c-35.3 0-64-28.7-64-64L0 96zM144 480l288 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-288 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-th-large{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M240 64l0 176 176 0 0-144c0-17.7-14.3-32-32-32L240 64zm-32 0L64 64C46.3 64 32 78.3 32 96l0 144 176 0 0-176zM0 272L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 272zm416 0l-176 0 0 176 144 0c17.7 0 32-14.3 32-32l0-144zM208 448l0-176-176 0 0 144c0 17.7 14.3 32 32 32l144 0z'/%3E%3C/svg%3E")}.fa-theater-masks{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M176.2 157.7l0 36.7c-5.4-5.6-13.3-8.5-21.5-7.1-9.7 1.7-17 9-19.2 18-2.1 8.6-10.7 13.9-19.3 11.8s-13.9-10.7-11.8-19.3c5.1-20.9 22.1-38 44.7-42 9.4-1.7 18.6-.9 27.1 1.9zm0 103.2l0 38.5c0 2.6 0 5.2 .1 7.7-4.8 7.5-8.3 15.7-10.5 24.4l12.1-2.1c1.3 10.7 3.2 21.2 5.7 31.5l-14.7 2.6c-18.3 3.2-39.8-11.2-35.4-34.3 5.3-27.3 20.6-51.7 42.6-68.3zM215.7 436c8.4 13.2 17.9 25.7 28.6 37.2-2.3-.2-4.6-.5-6.9-.9l-29.1-5.1C122.2 452 54.8 384.6 39.6 298.5L9.7 129.3c-1.7-9.9-.6-21.5 6.2-31.4 20.6-30.1 72.8-77.7 166.6-94.2 44.4-7.8 82.5-5.9 113.4 .5-20.9 7.6-39 16.7-54.4 26.4-16.3-.1-34.1 1.2-53.4 4.6-85.2 15-130 57.7-145.8 80.8-1 1.5-1.7 4-1.1 7.8L71.1 292.9C83.9 365.8 141 422.9 213.9 435.7l1.8 .3zm20-340.2C261.3 69.8 321 32 416.2 32S571.2 69.8 596.7 95.8c8.5 8.6 11.5 19.8 11.5 29.9l0 171.8c0 87.5-54.7 165.6-136.9 195.5l-27.7 10.1c-17.7 6.4-37 6.4-54.7 0L361.1 493c-82.2-29.9-136.9-108-136.9-195.5l0-171.8c0-10 3.1-21.3 11.5-29.9zM416.2 64c-86.5 0-138 34.2-157.6 54.2-1.2 1.3-2.4 3.7-2.4 7.5l0 171.8c0 74 46.3 140.1 115.9 165.4L399.8 473c10.6 3.9 22.2 3.9 32.8 0l27.7-10.1c69.6-25.3 115.9-91.4 115.9-165.4l0-171.8c0-3.8-1.2-6.2-2.4-7.5-19.6-20-71.1-54.2-157.6-54.2zm0 320c38.3 0 71.3-22.4 86.8-54.8-25.6 14.5-55.2 22.8-86.8 22.8s-61.2-8.3-86.8-22.8c15.4 32.4 48.5 54.8 86.8 54.8zm-87.5-93.6C353 309 383.3 320 416.2 320s63.2-11 87.5-29.6c7.9-6.1 18-6.5 25.9-2.6 8.3 4.2 14.5 13.6 12.2 25-11.6 58.8-63.4 103.2-125.6 103.2s-114-44.4-125.6-103.2c-2.2-11.3 3.9-20.8 12.2-25 7.9-4 18-3.5 25.9 2.6zM347.5 216c-9.8 0-18.3 5.9-22 14.4-3.5 8.1-13 11.8-21.1 8.3s-11.8-13-8.3-21.1c8.6-19.7 28.3-33.6 51.3-33.6s42.7 13.8 51.3 33.6c3.5 8.1-.2 17.5-8.3 21.1s-17.5-.2-21.1-8.3c-3.7-8.5-12.2-14.4-22-14.4zm115.3 14.4c-3.5 8.1-13 11.8-21.1 8.3s-11.8-13-8.3-21.1c8.6-19.7 28.3-33.6 51.3-33.6s42.7 13.8 51.3 33.6c3.5 8.1-.2 17.5-8.3 21.1s-17.5-.2-21.1-8.3c-3.7-8.5-12.2-14.4-22-14.4s-18.3 5.9-22 14.4z'/%3E%3C/svg%3E")}.fa-thumbs-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M368 32l7.5 .4c32.4 3.9 56.5 32.4 56.4 64.2 25.5 14.8 37.7 46.1 29.2 74.2 21.5 21.6 24.6 56.1 7.7 81.2 25.9 38.1 2.2 95.8-47.3 99.8l-5.4 .2-151.5 0 30.8 54.7 3.1 6.2c12.9 29.5 3.1 64.1-23.2 82.7l-5.9 3.7c-30.7 17.2-69 8.1-88.9-20l-3.7-5.9-51.1-90.7C119.5 402 101.4 416 80 416l-32 0c-26.5 0-48-21.5-48-48L0 144c0-26.5 21.5-48 48-48l32 0c13.3 0 25.3 5.4 34 14.1 14.1-24.6 35.8-44.8 62.8-56.8l.1 0C199.1 43.5 224 32 253.6 32L368 32zM253.6 64c-21.7 0-40.3 8.2-63.9 18.6l0 0c-37.5 16.7-61.7 53.9-61.8 95l.2 130.7c.7 10.1 3.6 19.9 8.6 28.7l67.9 120.7 2 3.1c10.5 14.9 30.8 19.7 47.1 10.6l3.1-2c13.9-9.8 19-28.1 12.2-43.7l-1.6-3.3-44.2-78.5c-2.8-5-2.7-11 .1-15.9s8.1-7.9 13.8-7.9l178.8 0 5.2-.4c25-4.2 35.9-37.9 15.9-55.5-3.4-3-5.4-7.4-5.4-12s2-9 5.4-12c15.6-13.7 13.7-39.7-3.9-51-7.1-4.6-9.5-14-5.3-21.3 9.6-17 .9-40-17.9-46.1-7.8-2.5-12.4-10.6-10.7-18.7 4-18.2-9.4-36.5-27.5-38.7L368 64 253.6 64zM48 128c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16l-32 0z'/%3E%3C/svg%3E")}.fa-thumbs-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M180.5 32.8c19.8-28.2 58.2-37.3 88.9-20l5.9 3.7c26.3 18.5 36 53.2 23.2 82.7l-3.1 6.2-30.8 54.7 151.5 0 5.4 .2c49.5 4 73.2 61.7 47.3 99.8 16.9 25 13.8 59.6-7.7 81.2 8.5 28-3.7 59.3-29.2 74.2 .1 31.8-24 60.3-56.4 64.2l-7.5 .4-114.4 0c-29.6 0-54.5-11.5-76.7-21.3l-.1 0c-19.2-8.6-35.7-21.3-48.8-36.7l0 10.1c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48L0 208c0-26.5 21.5-48 48-48l32 0c9.2 0 17.7 2.6 25 7 1.2-2.6 2.5-5.2 3.9-7.7l67.9-120.7 3.7-5.9zM48 192c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16l-32 0zM253.7 40.6c-16.2-9.1-36.6-4.3-47.1 10.6l-2 3.1-67.9 120.7c-5 8.8-7.9 18.6-8.6 28.7L128 334.4c0 41.1 24.2 78.3 61.8 95l0 0c23.6 10.3 42.2 18.6 63.9 18.6l114.4 0 3.7-.2c18.2-2.2 31.5-20.5 27.5-38.7-1.8-8 2.9-16.1 10.7-18.7 18.8-6.1 27.6-29.1 17.9-46.1-4.2-7.4-1.8-16.8 5.3-21.3 17.6-11.2 19.6-37.2 3.9-51-3.4-3-5.4-7.4-5.4-12s2-9 5.4-12c20-17.6 9.1-51.4-15.9-55.5l-5.2-.4-178.8 0c-5.7 0-10.9-3-13.8-7.9s-2.9-11-.1-15.9l44.2-78.5 1.6-3.3c6.8-15.6 1.7-33.9-12.2-43.7l-3.1-2z'/%3E%3C/svg%3E")}.fa-ticket{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M32 128l0 54.7C60.2 195 80 223.2 80 256s-19.8 61-48 73.3L32 384c0 17.7 14.3 32 32 32l448 0c17.7 0 32-14.3 32-32l0-54.7c-28.2-12.3-48-40.5-48-73.3s19.8-61 48-73.3l0-54.7c0-17.7-14.3-32-32-32L64 96c-17.7 0-32 14.3-32 32zM0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 64c0 8.8-7.4 15.7-15.7 18.6-18.8 6.5-32.3 24.4-32.3 45.4s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6l0 64c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64l0-64C0 311.2 7.4 304.3 15.7 301.4 34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192l0-64zm160 64l0 128 256 0 0-128-256 0zm-32 0c0-17.7 14.3-32 32-32l256 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-128z'/%3E%3C/svg%3E")}.fa-ticket-simple{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 96l448 0c17.7 0 32 14.3 32 32l0 54.7c-28.2 12.3-48 40.5-48 73.3s19.8 61 48 73.3l0 54.7c0 17.7-14.3 32-32 32L64 416c-17.7 0-32-14.3-32-32l0-54.7C60.2 317 80 288.8 80 256s-19.8-61-48-73.3L32 128c0-17.7 14.3-32 32-32zm0-32C28.7 64 0 92.7 0 128l0 64C0 200.8 7.4 207.7 15.7 210.6 34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320l0 64c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-64c0-8.8-7.4-15.7-15.7-18.6-18.8-6.5-32.3-24.4-32.3-45.4s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6l0-64c0-35.3-28.7-64-64-64L64 64z'/%3E%3C/svg%3E")}.fa-times{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z'/%3E%3C/svg%3E")}.fa-times-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM167 167c9.4-9.4 24.6-9.4 33.9 0l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E")}.fa-toggle-off{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M384 128c70.7 0 128 57.3 128 128S454.7 384 384 384l-192 0c-70.7 0-128-57.3-128-128s57.3-128 128-128l192 0zM576 256c0-106-86-192-192-192L192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192zM192 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z'/%3E%3C/svg%3E")}.fa-trash{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M160.5 27.4c2-6.8 8.3-11.4 15.3-11.4l96.4 0c7.1 0 13.3 4.6 15.3 11.4l11 36.6-149 0 11-36.6zM116.1 64L16 64C7.2 64 0 71.2 0 80S7.2 96 16 96l416 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-100.1 0-13.7-45.8C312.1-2.1 293.4-16 272.2-16l-96.4 0c-21.2 0-39.9 13.9-46 34.2L116.1 64zM28.7 144L51.6 452.7c2.5 33.4 30.3 59.3 63.8 59.3l217.1 0c33.5 0 61.3-25.9 63.8-59.3l22.9-308.7-32.1 0-22.7 306.4c-1.2 16.7-15.2 29.6-31.9 29.6l-217.1 0c-16.8 0-30.7-12.9-31.9-29.6L60.8 144 28.7 144z'/%3E%3C/svg%3E")}.fa-trash-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M160.5 27.4c2-6.8 8.3-11.4 15.3-11.4l96.4 0c7.1 0 13.3 4.6 15.3 11.4l11 36.6-149 0 11-36.6zM116.1 64L16 64C7.2 64 0 71.2 0 80S7.2 96 16 96l416 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-100.1 0-13.7-45.8C312.1-2.1 293.4-16 272.2-16l-96.4 0c-21.2 0-39.9 13.9-46 34.2L116.1 64zM32 144l0 304c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-304-32 0 0 304c0 17.7-14.3 32-32 32L96 480c-17.7 0-32-14.3-32-32l0-304-32 0zm112 64c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 192c0 8.8 7.2 16 16 16s16-7.2 16-16l0-192zm96 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 192c0 8.8 7.2 16 16 16s16-7.2 16-16l0-192zm96 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 192c0 8.8 7.2 16 16 16s16-7.2 16-16l0-192z'/%3E%3C/svg%3E")}.fa-triangle-exclamation{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256.5 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.6 480 472.5 480l-432 0c-14.1 0-27.1-7.4-34.3-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 32c-2.9 0-5.6 1.6-7 4.2l-216 400c-1.3 2.5-1.3 5.5 .2 7.9s4.1 3.9 6.9 3.9l432 0c2.8 0 5.4-1.5 6.9-3.9s1.5-5.4 .2-7.9l-216-400c-1.4-2.6-4.1-4.2-7-4.2zm0 368a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm0-224c13.6 0 24.3 11.6 23.4 25.1l-7.4 104c-.6 8.4-7.6 14.9-16 14.9s-15.4-6.5-16-14.9l-7.4-104c-1-13.6 9.8-25.1 23.4-25.1z'/%3E%3C/svg%3E")}.fa-tv{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 64C46.3 64 32 78.3 32 96l0 256c0 17.7 14.3 32 32 32l448 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 416c-35.3 0-64-28.7-64-64L0 96zM144 480l288 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-288 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z'/%3E%3C/svg%3E")}.fa-tv-retro{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M171.3 4.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L217.4 96 64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-153.4 0 68.7-68.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L256 89.4 171.3 4.7zM256 128l192 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32L64 448c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l192 0zM440 232a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM416 336a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM304 192c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l192 0zM112 160c-26.5 0-48 21.5-48 48l0 160c0 26.5 21.5 48 48 48l192 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-192 0z'/%3E%3C/svg%3E")}.fa-user{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M128 128a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM32 480c0-79.5 64.5-144 144-144l96 0c79.5 0 144 64.5 144 144l0 16c0 8.8 7.2 16 16 16s16-7.2 16-16l0-16c0-97.2-78.8-176-176-176l-96 0C78.8 304 0 382.8 0 480l0 16c0 8.8 7.2 16 16 16s16-7.2 16-16l0-16z'/%3E%3C/svg%3E")}.fa-user-crown{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M212.7-11.3L186.2 15.1c-5.7 5.7-13.4 8.9-21.4 8.9-5.5 0-10.9-1.5-15.6-4.3l-29-17.4c-4.9-3-11.1-3-16.1-.2S96 10.2 96 16l0 128c0 70.7 57.3 128 128 128s128-57.3 128-128l0-128c0-5.8-3.1-11.1-8.1-13.9s-11.2-2.8-16.1 .2l-29 17.4c-4.7 2.8-10.1 4.3-15.6 4.3-8 0-15.7-3.2-21.4-8.9L235.3-11.3c-6.2-6.2-16.4-6.2-22.6 0zM224 22.6l15.1 15.1c11.7 11.7 27.5 18.2 44.1 18.2 11.3 0 22.4-3.1 32.1-8.9l4.8-2.9 0 67.7-192 0 0-67.7 4.8 2.9c9.7 5.8 20.8 8.9 32.1 8.9 16.5 0 32.4-6.6 44.1-18.2L224 22.6zM224 240c-53 0-96-43-96-96l192 0c0 53-43 96-96 96zM32 496c0-79.5 64.5-144 144-144l96 0c79.5 0 144 64.5 144 144 0 8.8 7.2 16 16 16s16-7.2 16-16c0-97.2-78.8-176-176-176l-96 0c-97.2 0-176 78.8-176 176 0 8.8 7.2 16 16 16s16-7.2 16-16z'/%3E%3C/svg%3E")}.fa-user-lock{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M128 128a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM32 480c0-79.5 64.5-144 144-144l96 0c17.4 0 34 3.1 49.4 8.7 4.2-6 9.1-11.5 14.6-16.4l0-12.4c-19.8-7.7-41.4-12-64-12l-96 0C78.8 304 0 382.8 0 480l0 16c0 8.8 7.2 16 16 16s16-7.2 16-16l0-16zM384 352.1l0 2.6c-18.6 6.6-32 24.4-32 45.3l0 96c0 26.5 21.5 48 48 48l128 0c26.5 0 48-21.5 48-48l0-96c0-20.9-13.4-38.7-32-45.3l0-50.6c0-44.2-35.8-80-80-80s-80 35.8-80 80l0 48zm0 47.9c0-8.2 6.2-15 14.3-15.9l131.5 0c8 .9 14.3 7.7 14.3 15.9l0 96c0 8.8-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16l0-96zm128-95.9l0 47.9-96 0 0-47.9c0-26.5 21.5-48 48-48s48 21.5 48 48z'/%3E%3C/svg%3E")}.fa-users{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M320 208a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-192a112 112 0 1 1 0 224 112 112 0 1 1 0-224zM296 320c-66.3 0-120 53.7-120 120l0 24c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-24c0-83.9 68.1-152 152-152l48 0c83.9 0 152 68.1 152 152l0 24c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-24c0-66.3-53.7-120-120-120l-48 0zm135.4-77.2c7.8-7.6 14.9-16 21-25 8.3 4 17.7 6.2 27.6 6.2 35.3 0 64-28.7 64-64s-28.7-64-64-64c-1.1 0-2.1 0-3.2 .1-2.2-10.8-5.5-21.3-9.8-31.2 4.2-.6 8.6-.9 12.9-.9 53 0 96 43 96 96s-43 96-96 96c-17.7 0-34.3-4.8-48.6-13.2zM160 64c4.4 0 8.7 .3 12.9 .9-4.3 9.9-7.6 20.4-9.8 31.2-1.1-.1-2.1-.1-3.2-.1-35.3 0-64 28.7-64 64s28.7 64 64 64c9.9 0 19.2-2.2 27.5-6.2 6.1 9.1 13.2 17.4 21 25-14.2 8.4-30.8 13.2-48.6 13.2-53 0-96-43-96-96s43-96 96-96zM149.4 304c-9.6 10.3-18.1 21.6-25.3 33.8-52.3 9.4-92.1 55.2-92.1 110.2l0 16c0 8.8-7.2 16-16 16S0 472.8 0 464l0-16c0-79.5 64.5-144 144-144l5.4 0zm366.6 33.8c-7.2-12.1-15.7-23.5-25.3-33.8l5.3 0c79.5 0 144 64.5 144 144l0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-16c0-55-39.7-100.8-92.1-110.2z'/%3E%3C/svg%3E")}.fa-video{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M96 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32L96 96zM32 128c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L96 448c-35.3 0-64-28.7-64-64l0-256zm432 84l0-40 73.6-55.2c4.2-3.1 9.2-4.8 14.4-4.8 13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24-5.2 0-10.2-1.7-14.4-4.8l-73.6-55.2 0-40 80 60 0-208-80 60z'/%3E%3C/svg%3E")}.fa-wallet{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M80 32C35.8 32 0 67.8 0 112L0 368c0 44.2 35.8 80 80 80l352 0c44.2 0 80-35.8 80-80l0-192c0-44.2-35.8-80-80-80L112 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l320 0c26.5 0 48 21.5 48 48l0 192c0 26.5-21.5 48-48 48L80 416c-26.5 0-48-21.5-48-48l0-256c0-26.5 21.5-48 48-48l384 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L80 32zM384 296a24 24 0 1 0 0-48 24 24 0 1 0 0 48z'/%3E%3C/svg%3E")}.fa-whatsapp{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M380.9 97.1c-41.9-42-97.7-65.1-157-65.1-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480 117.7 449.1c32.4 17.7 68.9 27 106.1 27l.1 0c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3 18.6-68.1-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1s56.2 81.2 56.1 130.5c0 101.8-84.9 184.6-186.6 184.6zM325.1 300.5c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8s-14.3 18-17.6 21.8c-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7s-12.5-30.1-17.1-41.2c-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2s-9.7 1.4-14.8 6.9c-5.1 5.6-19.4 19-19.4 46.3s19.9 53.7 22.6 57.4c2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4s4.6-24.1 3.2-26.4c-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E")}.fa-window-minimize{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 432c0-8.8 7.2-16 16-16l480 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L16 448c-8.8 0-16-7.2-16-16z'/%3E%3C/svg%3E")}.fa-windows{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 93.7l183.6-25.3 0 177.4-183.6 0 0-152.1zM0 418.3l183.6 25.3 0-175.2-183.6 0 0 149.9zm203.8 28l244.2 33.7 0-211.6-244.2 0 0 177.9zm0-380.6l0 180.1 244.2 0 0-213.8-244.2 33.7z'/%3E%3C/svg%3E")}.fa-x{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M380.2 58.3c5.7-6.7 4.9-16.8-1.9-22.5s-16.8-4.9-22.6 1.9L192 231.2 28.2 37.7c-5.7-6.7-15.8-7.6-22.5-1.9S-1.9 51.6 3.8 58.3L171 256 3.8 453.7c-5.7 6.7-4.9 16.8 1.9 22.6s16.8 4.9 22.5-1.9L192 280.8 355.8 474.3c5.7 6.7 15.8 7.6 22.6 1.9s7.6-15.8 1.9-22.6L213 256 380.2 58.3z'/%3E%3C/svg%3E")}.fa-x-twitter{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M357.2 48L427.8 48 273.6 224.2 455 464 313 464 201.7 318.6 74.5 464 3.8 464 168.7 275.5-5.2 48 140.4 48 240.9 180.9 357.2 48zM332.4 421.8l39.1 0-252.4-333.8-42 0 255.3 333.8z'/%3E%3C/svg%3E")}.fa-xmark{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M379.3 91.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 233.4 27.3 68.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L169.4 256 4.7 420.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L192 278.6 356.7 443.3c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L214.6 256 379.3 91.3z'/%3E%3C/svg%3E")}.fa-youtube{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M549.7 124.1C543.5 100.4 524.9 81.8 501.4 75.5 458.9 64 288.1 64 288.1 64S117.3 64 74.7 75.5C51.2 81.8 32.7 100.4 26.4 124.1 15 167 15 256.4 15 256.4s0 89.4 11.4 132.3c6.3 23.6 24.8 41.5 48.3 47.8 42.6 11.5 213.4 11.5 213.4 11.5s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zM232.2 337.6l0-162.4 142.7 81.2-142.7 81.2z'/%3E%3C/svg%3E")}.far.fa-angle-down,.fa-regular.fa-angle-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M209.5 369c-9.4 9.4-24.6 9.4-33.9 0L15.5 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143 143-143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-160 160z'/%3E%3C/svg%3E")}.far.fa-angle-left,.fa-regular.fa-angle-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='currentColor' d='M15.5 239c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15.5 239z'/%3E%3C/svg%3E")}.far.fa-angle-right,.fa-regular.fa-angle-right{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='currentColor' d='M241.5 239c9.4 9.4 9.4 24.6 0 33.9L81.5 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143-143-143c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l160 160z'/%3E%3C/svg%3E")}.far.fa-angle-up,.fa-regular.fa-angle-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M175.5 143c9.4-9.4 24.6-9.4 33.9 0l160 160c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143-143 143c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l160-160z'/%3E%3C/svg%3E")}.far.fa-angles-left,.fa-regular.fa-angles-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M15.5 239c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15.5 239zm352-160l-160 160c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z'/%3E%3C/svg%3E")}.far.fa-arrow-down,.fa-regular.fa-arrow-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M175.5 505c9.4 9.4 24.6 9.4 33.9 0l168-168c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-127 127 0-406.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 406.1-127-127c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l168 168z'/%3E%3C/svg%3E")}.far.fa-arrow-down-left-and-arrow-up-right-to-center,.fa-regular.fa-arrow-down-left-and-arrow-up-right-to-center{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M489.5 57c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-135 135 0-86.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 144c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.1 0 135-135zM23.5 455c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 0 86.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144c0-13.3-10.7-24-24-24l-144 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l86.1 0-135 135z'/%3E%3C/svg%3E")}.far.fa-arrow-left,.fa-regular.fa-arrow-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M7 239c-9.4 9.4-9.4 24.6 0 33.9L175 441c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L81.9 280 488 280c13.3 0 24-10.7 24-24s-10.7-24-24-24L81.9 232 209 105c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 239z'/%3E%3C/svg%3E")}.far.fa-arrow-left-long,.fa-regular.fa-arrow-left-long{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M7 239c-9.4 9.4-9.4 24.6 0 33.9L143 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-95-95 470.1 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-470.1 0 95-95c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 239z'/%3E%3C/svg%3E")}.far.fa-arrow-right,.fa-regular.fa-arrow-right{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M505 273c9.4-9.4 9.4-24.6 0-33.9L337 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l127 127-406.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l406.1 0-127 127c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273z'/%3E%3C/svg%3E")}.far.fa-arrow-right-from-bracket,.fa-regular.fa-arrow-right-from-bracket{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M168 80c13.3 0 24-10.7 24-24s-10.7-24-24-24L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0c-26.5 0-48-21.5-48-48l0-256c0-26.5 21.5-48 48-48l72 0zM505 273c9.4-9.4 9.4-24.6 0-33.9L369 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-246.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l246.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273z'/%3E%3C/svg%3E")}.far.fa-arrow-right-to-arc,.fa-regular.fa-arrow-right-to-arc{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 256c0 114.9-93.1 208-208 208-13.3 0-24 10.7-24 24s10.7 24 24 24c141.4 0 256-114.6 256-256S397.4 0 256 0c-13.3 0-24 10.7-24 24s10.7 24 24 24c114.9 0 208 93.1 208 208zM241 377L345 273c9.4-9.4 9.4-24.6 0-33.9L241 135c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l63 63-246.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l246.1 0-63 63c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0z'/%3E%3C/svg%3E")}.far.fa-arrow-up-from-square,.fa-regular.fa-arrow-up-from-square{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M248 296l0-246.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L241-25c-9.4-9.4-24.6-9.4-33.9 0L135 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 246.1c0 13.3 10.7 24 24 24s24-10.7 24-24zM48 192c0-8.8 7.2-16 16-16l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256z'/%3E%3C/svg%3E")}.far.fa-arrow-up-right-and-arrow-down-left-from-center,.fa-regular.fa-arrow-up-right-and-arrow-down-left-from-center{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M295 183c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 0 86.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144c0-13.3-10.7-24-24-24L344 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l86.1 0-135 135zM217 329c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L48 430.1 48 344c0-13.3-10.7-24-24-24S0 330.7 0 344L0 488c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.1 0 135-135z'/%3E%3C/svg%3E")}.far.fa-arrows-alt,.fa-regular.fa-arrows-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 55.8l33.5 40.2-67 0 33.5-40.2zM229.8 12.3L168.2 86.2c-5.3 6.3-8.2 14.3-8.2 22.6 0 19.5 15.8 35.2 35.2 35.2l36.8 0 0 88-88 0 0-36.8c0-19.5-15.8-35.2-35.2-35.2-8.2 0-16.2 2.9-22.6 8.2L12.3 229.8C4.5 236.2 0 245.9 0 256s4.5 19.8 12.3 26.2l73.9 61.6c6.3 5.3 14.3 8.2 22.6 8.2 19.5 0 35.2-15.8 35.2-35.2l0-36.8 88 0 0 88-36.8 0c-19.5 0-35.2 15.8-35.2 35.2 0 8.2 2.9 16.2 8.2 22.6l61.6 73.9c6.5 7.8 16.1 12.3 26.2 12.3s19.8-4.5 26.2-12.3l61.6-73.9c5.3-6.3 8.2-14.3 8.2-22.6 0-19.5-15.8-35.2-35.2-35.2l-36.8 0 0-88 88 0 0 36.8c0 19.5 15.8 35.2 35.2 35.2 8.2 0 16.2-2.9 22.6-8.2l73.9-61.6c7.8-6.5 12.3-16.1 12.3-26.2s-4.5-19.8-12.3-26.2l-73.9-61.6c-6.3-5.3-14.3-8.2-22.6-8.2-19.5 0-35.2 15.8-35.2 35.2l0 36.8-88 0 0-88 36.8 0c19.5 0 35.2-15.8 35.2-35.2 0-8.2-2.9-16.2-8.2-22.6L282.2 12.3C275.8 4.5 266.1 0 256 0s-19.8 4.5-26.2 12.3zM256 456.2l-33.5-40.2 67 0-33.5 40.2zM456.2 256l-40.2 33.5 0-67 40.2 33.5zM96 289.5l-40.2-33.5 40.2-33.5 0 67z'/%3E%3C/svg%3E")}.far.fa-arrows-alt-h,.fa-regular.fa-arrows-alt-h{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M135 0c22.6 0 41 18.3 41 41l0 63 312 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-312 0 0 63c0 22.6-18.3 41-41 41-10.9 0-21.3-4.3-29-12L7 145c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l99-99c7.7-7.7 18.1-12 29-12zm-7 57.9L57.9 128 128 198.1 128 57.9zM336 297c0-22.6 18.3-41 41-41 10.9 0 21.3 4.3 29 12l99 99c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-99 99c-7.7 7.7-18.1 12-29 12-22.6 0-41-18.3-41-41l0-63-312 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l312 0 0-63zm118.1 87l-70.1-70.1 0 140.1 70.1-70.1z'/%3E%3C/svg%3E")}.far.fa-arrows-alt-v,.fa-regular.fa-arrows-alt-v{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M215 176c22.6 0 41-18.3 41-41 0-10.9-4.3-21.3-12-29L145 7c-4.5-4.5-10.6-7-17-7s-12.5 2.5-17 7l-99 99c-7.7 7.7-12 18.1-12 29 0 22.6 18.3 41 41 41l63 0 0 312c0 13.3 10.7 24 24 24s24-10.7 24-24l0-312 63 0zM128 57.9L198.1 128 57.9 128 128 57.9zM512 377c0-22.6-18.3-41-41-41l-63 0 0-312c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 312-63 0c-22.6 0-41 18.3-41 41 0 10.9 4.3 21.3 12 29l99 99c4.5 4.5 10.6 7 17 7s12.5-2.5 17-7l99-99c7.7-7.7 12-18.1 12-29zm-57.9 7l-70.1 70.1-70.1-70.1 140.1 0z'/%3E%3C/svg%3E")}.far.fa-arrows-rotate,.fa-regular.fa-arrows-rotate{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M109 108.9c81.2-81.2 212.9-81.2 294.2 0l27.1 27.1-78.2 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l136.1 0c13.3 0 24-10.7 24-24l0-136c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 78.1-27.1-27.1c-100-100-262.1-100-362 0-43.2 43.2-67.8 98.1-73.6 154.5-1.4 13.2 8.2 25 21.4 26.3s25-8.2 26.3-21.4C54 188.6 73.9 144.1 109 108.9zM510.7 282.5c1.4-13.2-8.2-25-21.4-26.3s-25 8.2-26.3 21.4c-4.7 45.8-24.7 90.4-59.8 125.5-81.2 81.2-212.9 81.2-294.2 0l-27.1-27.1 78.2 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 328c-13.3 0-24 10.7-24 24L0 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-78.1 27.1 27.1c100 100 262.1 100 362 0 43.2-43.2 67.8-98.1 73.6-154.5z'/%3E%3C/svg%3E")}.far.fa-award,.fa-regular.fa-award{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M109.4 77.4c-11.2 11.2-23.5 19.6-37 27.1 .2 15.4-.9 30.2-5 45.6S56.8 178.8 49 192c7.9 13.2 14.4 26.6 18.5 41.9s5.2 30.2 5 45.6c13.4 7.5 25.7 15.9 37 27.1s19.6 23.5 27.1 37c15.4-.2 30.2 .9 45.6 5S210.8 359.2 224 367c13.2-7.9 26.6-14.4 41.9-18.5s30.2-5.2 45.6-5c7.5-13.4 15.9-25.7 27.1-37s23.5-19.6 37-27.1c-.2-15.4 .9-30.2 5-45.6S391.2 205.2 399 192c-7.9-13.2-14.4-26.6-18.5-41.9s-5.2-30.2-5-45.6c-13.4-7.5-25.7-15.9-37-27.1s-19.6-23.5-27.1-37c-15.4 .2-30.2-.9-45.6-5S237.2 24.8 224 17c-13.2 7.9-26.6 14.4-41.9 18.5s-30.2 5.2-45.6 5c-7.5 13.4-15.9 25.7-27.1 37zM202.1-25.9c13.4-8.2 30.3-8.2 43.7 0 24.4 14.9 39.5 18.9 68.1 18.3 15.7-.4 30.3 8.1 37.9 21.9 13.7 25.1 24.8 36.2 49.9 49.9 13.8 7.5 22.2 22.2 21.9 37.9-.7 28.6 3.4 43.7 18.3 68.1 8.2 13.4 8.2 30.3 0 43.7-14.9 24.4-18.9 39.5-18.3 68.1 .4 15.7-8.1 30.3-21.9 37.9-15.1 8.2-25.1 15.5-33.6 25.5l61.1 115.4c6.2 11.7 1.8 26.1-9.8 32.4l-104 56c-11.6 6.2-26 2-32.4-9.5l-59-106.2-59 106.2c-6.4 11.5-20.8 15.7-32.4 9.5l-104-56c-11.6-6.3-16-20.7-9.8-32.4L79.9 345.3c-8.6-9.9-18.6-17.2-33.6-25.5-13.8-7.5-22.2-22.2-21.9-37.9 .7-28.6-3.4-43.7-18.3-68.1-8.2-13.4-8.2-30.3 0-43.7 14.9-24.4 18.9-39.5 18.3-68.1-.4-15.7 8.1-30.3 21.9-37.9 25.1-13.7 36.2-24.8 49.9-49.9 7.5-13.8 22.2-22.2 37.9-21.9 28.6 .7 43.7-3.4 68.1-18.3zm59 427.3l52.3 94.2 62.2-33.5-40.2-75.9c-6.4 3.6-13.8 5.5-21.5 5.3-22.2-.5-36.3 1.8-52.9 9.8zM134 391.6c-7.7 .2-15-1.7-21.5-5.3l-40.2 75.9 62.2 33.5 52.3-94.2c-16.6-8-30.7-10.3-52.9-9.8zM152 192a72 72 0 1 0 144 0 72 72 0 1 0 -144 0zm72 120a120 120 0 1 1 0-240 120 120 0 1 1 0 240z'/%3E%3C/svg%3E")}.far.fa-bars,.fa-regular.fa-bars{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM0 256c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24zM448 424c0 13.3-10.7 24-24 24L24 448c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0c13.3 0 24 10.7 24 24z'/%3E%3C/svg%3E")}.far.fa-bars-filter,.fa-regular.fa-bars-filter{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 88C0 74.7 10.7 64 24 64l464 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM96 256c0-13.3 10.7-24 24-24l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-272 0c-13.3 0-24-10.7-24-24zM320 424c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l80 0c13.3 0 24 10.7 24 24z'/%3E%3C/svg%3E")}.far.fa-bell,.fa-regular.fa-bell{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224 0c-13.3 0-24 10.7-24 24l0 9.7C118.6 45.3 56 115.4 56 200l0 14.5c0 37.7-10 74.7-29 107.3L5.1 359.2C1.8 365 0 371.5 0 378.2 0 399.1 16.9 416 37.8 416l372.4 0c20.9 0 37.8-16.9 37.8-37.8 0-6.7-1.8-13.3-5.1-19L421 321.7c-19-32.6-29-69.6-29-107.3l0-14.5c0-84.6-62.6-154.7-144-166.3l0-9.7c0-13.3-10.7-24-24-24zM392.4 368l-336.9 0 12.9-22.1C91.7 306 104 260.6 104 214.5l0-14.5c0-66.3 53.7-120 120-120s120 53.7 120 120l0 14.5c0 46.2 12.3 91.5 35.5 131.4L392.4 368zM156.1 464c9.9 28 36.6 48 67.9 48s58-20 67.9-48l-135.8 0z'/%3E%3C/svg%3E")}.far.fa-book,.fa-regular.fa-book{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M88 0C39.4 0 0 39.4 0 88L0 432c0 44.2 35.8 80 80 80l344 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-76.1C435.3 375 448 353 448 328l0-256c0-39.8-32.2-72-72-72L88 0zM368 400l0 64-288 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l288 0zM80 352c-11.4 0-22.2 2.4-32 6.7L48 88c0-22.1 17.9-40 40-40l288 0c13.3 0 24 10.7 24 24l0 256c0 13.3-10.7 24-24 24L80 352zm48-200c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm24 72c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0z'/%3E%3C/svg%3E")}.far.fa-bookmark,.fa-regular.fa-bookmark{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 417.1c0 25.6-28.5 40.8-49.8 26.6L192 412.8 49.8 507.7C28.5 521.9 0 506.6 0 481.1L0 64zM64 48c-8.8 0-16 7.2-16 16l0 387.2 117.4-78.2c16.1-10.7 37.1-10.7 53.2 0L336 451.2 336 64c0-8.8-7.2-16-16-16L64 48z'/%3E%3C/svg%3E")}.far.fa-bug,.fa-regular.fa-bug{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288 0c-53 0-96 43-96 96l0 3.6c0 15.7 12.7 28.4 28.4 28.4l135.1 0c15.7 0 28.4-12.7 28.4-28.4l0-3.6c0-53-43-96-96-96zM400 280l0 72c0 53.6-37.7 98.4-88 109.4L312 296c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 165.4c-50.3-11-88-55.8-88-109.4l0-72c0-30.9 25.1-56 56-56l112 0c30.9 0 56 25.1 56 56zM147.8 218.9c-9.5 13.1-16 28.4-18.6 45.1L24 264c-13.3 0-24 10.7-24 24s10.7 24 24 24l104 0 0 40c0 6.5 .4 12.9 1.1 19.1L41.6 436.8c-10.6 8-12.8 23-4.8 33.6s23 12.8 33.6 4.8l73-54.7C169 474.6 224.1 512 288 512s119-37.4 144.6-91.5l73 54.7c10.6 8 25.6 5.8 33.6-4.8s5.8-25.6-4.8-33.6l-87.5-65.7c.7-6.3 1.1-12.7 1.1-19.1l0-40 104 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-105.2 0c-2.6-16.7-9.1-32-18.6-45.1l106.2-79.7c10.6-8 12.8-23 4.8-33.6s-23-12.8-33.6-4.8L390.6 187c-14-7.1-29.9-11-46.6-11l-112 0c-16.8 0-32.6 4-46.6 11l-115-86.2c-10.6-8-25.6-5.8-33.6 4.8s-5.8 25.6 4.8 33.6l106.2 79.7z'/%3E%3C/svg%3E")}.far.fa-calendar,.fa-regular.fa-calendar{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M120 0c13.3 0 24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-40c0-13.3 10.7-24 24-24zm0 112l-56 0c-8.8 0-16 7.2-16 16l0 48 352 0 0-48c0-8.8-7.2-16-16-16l-264 0zM48 224l0 192c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-192-352 0z'/%3E%3C/svg%3E")}.far.fa-calendar-check,.fa-regular.fa-calendar-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M328 0c13.3 0 24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24zM64 112c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16L64 112zm230.7 65.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L211.4 374.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z'/%3E%3C/svg%3E")}.far.fa-calendar-days,.fa-regular.fa-calendar-days{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M120 0c13.3 0 24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-40c0-13.3 10.7-24 24-24zM384 432c8.8 0 16-7.2 16-16l0-64-88 0 0 80 72 0zm16-128l0-80-88 0 0 80 88 0zm-136 0l0-80-80 0 0 80 80 0zm-128 0l0-80-88 0 0 80 88 0zM48 352l0 64c0 8.8 7.2 16 16 16l72 0 0-80-88 0zm136 0l0 80 80 0 0-80-80 0zM120 112l-56 0c-8.8 0-16 7.2-16 16l0 48 352 0 0-48c0-8.8-7.2-16-16-16l-264 0z'/%3E%3C/svg%3E")}.far.fa-camera,.fa-regular.fa-camera{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M193.1 32c-18.7 0-36.2 9.4-46.6 24.9L120.5 96 64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-56.5 0-26-39.1C355.1 41.4 337.6 32 318.9 32L193.1 32zm-6.7 51.6c1.5-2.2 4-3.6 6.7-3.6l125.7 0c2.7 0 5.2 1.3 6.7 3.6l33.2 49.8c4.5 6.7 11.9 10.7 20 10.7l69.3 0c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l69.3 0c8 0 15.5-4 20-10.7l33.2-49.8zM256 384a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM192 272a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z'/%3E%3C/svg%3E")}.far.fa-cc,.fa-regular.fa-cc{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 112c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16L64 400c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l384 0zM64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm88 144l32 0c4.4 0 8 3.6 8 8 0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8l-32 0c-4.4 0-8-3.6-8-8l0-80c0-4.4 3.6-8 8-8zm168 8c0-4.4 3.6-8 8-8l32 0c4.4 0 8 3.6 8 8 0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8l-32 0c-4.4 0-8-3.6-8-8l0-80z'/%3E%3C/svg%3E")}.far.fa-check,.fa-regular.fa-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M438 68.5c10.8 7.7 13.2 22.7 5.5 33.5l-264 368c-4.1 5.7-10.5 9.4-17.5 9.9S148 478 143 473L7 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L157 419 404.5 74c7.7-10.8 22.7-13.2 33.5-5.5z'/%3E%3C/svg%3E")}.far.fa-check-circle,.fa-regular.fa-check-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-464a208 208 0 1 0 0 416 208 208 0 1 0 0-416zm70.7 121.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L243.4 366.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z'/%3E%3C/svg%3E")}.far.fa-check-double,.fa-regular.fa-check-double{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M247.5 58c7.7-10.8 5.3-25.8-5.5-33.5s-25.8-5.3-33.5 5.5L93 191 45 143c-9.4-9.4-24.6-9.4-33.9 0S1.7 167.6 11 177l68 68c5 5 11.9 7.5 18.9 6.9s13.4-4.2 17.5-9.9l132-184zm130 134c7.7-10.8 5.3-25.8-5.5-33.5s-25.8-5.3-33.5 5.5L157 417 75 335c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L143 471c5 5 11.9 7.5 18.9 7s13.4-4.2 17.5-9.9l198-276z'/%3E%3C/svg%3E")}.far.fa-chevron-down,.fa-regular.fa-chevron-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M207.5 409c9.4 9.4 24.6 9.4 33.9 0l200-200c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-183 183-183-183c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l200 200z'/%3E%3C/svg%3E")}.far.fa-chevron-left,.fa-regular.fa-chevron-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M7.5 239c-9.4 9.4-9.4 24.6 0 33.9l200 200c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-183-183 183-183c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7.5 239z'/%3E%3C/svg%3E")}.far.fa-chevron-up,.fa-regular.fa-chevron-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M207.5 103c9.4-9.4 24.6-9.4 33.9 0l200 200c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-183-183-183 183c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l200-200z'/%3E%3C/svg%3E")}.far.fa-circle-down,.fa-regular.fa-circle-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 464a208 208 0 1 1 0-416 208 208 0 1 1 0 416zM256 0a256 256 0 1 0 0 512 256 256 0 1 0 0-512zM244.7 387.3c6.2 6.2 16.4 6.2 22.6 0l104-104c4.6-4.6 5.9-11.5 3.5-17.4S366.5 256 360 256l-72 0 0-104c0-13.3-10.7-24-24-24l-16 0c-13.3 0-24 10.7-24 24l0 104-72 0c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l104 104z'/%3E%3C/svg%3E")}.far.fa-circle-info,.fa-regular.fa-circle-info{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/svg%3E")}.far.fa-circle-play,.fa-regular.fa-circle-play{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM212.5 147.5c-7.4-4.5-16.7-4.7-24.3-.5S176 159.3 176 168l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88zM298 256l-74 45.2 0-90.4 74 45.2z'/%3E%3C/svg%3E")}.far.fa-circle-plus,.fa-regular.fa-circle-plus{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM232 344c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z'/%3E%3C/svg%3E")}.far.fa-circle-question,.fa-regular.fa-circle-question{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm256-80c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E")}.far.fa-circle-xmark,.fa-regular.fa-circle-xmark{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM167 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z'/%3E%3C/svg%3E")}.far.fa-clapperboard,.fa-regular.fa-clapperboard{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 64l-70.1 0-1 1-127 127 92.1 0 1-1 124.1-124.1C461.1 65 454.7 64 448 64zM182.1 192l1-1 127-127-92.1 0-1 1-127 127 92.1 0zM48 192L48 166.1 150.1 64 64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-11-2.8-21.4-7.7-30.4l-94.4 94.4 54.1 0 0 192c0 8.8-7.2 16-16 16L64 400c-8.8 0-16-7.2-16-16l0-192z'/%3E%3C/svg%3E")}.far.fa-clapperboard-play,.fa-regular.fa-clapperboard-play{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M480 64c6.7 0 13.1 1 19.1 2.9L384 182c-10 2.6-19.6 5.9-28.9 10l-73.2 0 127-127 1-1 70.1 0zM96 400l146.7 0c2.8 16.8 7.8 32.9 14.8 48L96 448c-35.3 0-64-28.7-64-64l0-256c0-35.3 28.7-64 64-64L182.1 64 80 166.1 80 384c0 8.8 7.2 16 16 16zM456.4 177.5l79.9-79.9c4.9 9 7.7 19.4 7.7 30.4l0 84c-25.3-18.2-55.2-30.4-87.6-34.5zM214.1 192l-92.1 0 127-127 1-1 92.1 0-127 127-1 1zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm-23.8 82.3c-4.9-3-11.1-3-16.1-.2S384 314.2 384 320l0 96c0 5.8 3.1 11.1 8.1 13.9s11.2 2.8 16.1-.2l80-48c4.8-2.9 7.8-8.1 7.8-13.7s-2.9-10.8-7.8-13.7l-80-48z'/%3E%3C/svg%3E")}.far.fa-clock,.fa-regular.fa-clock{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 256a208 208 0 1 1 -416 0 208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0 256 256 0 1 0 -512 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E")}.far.fa-clock-o,.fa-regular.fa-clock-o{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 256a208 208 0 1 1 -416 0 208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0 256 256 0 1 0 -512 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E")}.far.fa-clock-rotate-left,.fa-regular.fa-clock-rotate-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M48 106.7L48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 168c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-55.3 0c37-57.8 101.7-96 175.3-96 114.9 0 208 93.1 208 208S370.9 464 256 464c-42.5 0-81.9-12.7-114.7-34.5-11-7.3-25.9-4.3-33.3 6.7s-4.3 25.9 6.7 33.3c40.5 26.8 89.1 42.5 141.3 42.5 141.4 0 256-114.6 256-256S397.4 0 256 0C170.3 0 94.4 42.1 48 106.7zM256 128c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z'/%3E%3C/svg%3E")}.far.fa-clone,.fa-regular.fa-clone{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M288 464L64 464c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l48 0 0-48-48 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-48-48 0 0 48c0 8.8-7.2 16-16 16zM224 304c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-224 0zm-64-16c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224z'/%3E%3C/svg%3E")}.far.fa-closed-captioning,.fa-regular.fa-closed-captioning{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 112c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16L64 400c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l384 0zM64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm88 144l32 0c4.4 0 8 3.6 8 8 0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8l-32 0c-4.4 0-8-3.6-8-8l0-80c0-4.4 3.6-8 8-8zm168 8c0-4.4 3.6-8 8-8l32 0c4.4 0 8 3.6 8 8 0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8l-32 0c-4.4 0-8-3.6-8-8l0-80z'/%3E%3C/svg%3E")}.far.fa-code,.fa-regular.fa-code{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M337.1 16.9c3.9-12.7 17.4-19.7 30-15.8s19.7 17.4 15.8 30l-144 464c-3.9 12.7-17.4 19.7-30 15.8s-19.7-17.4-15.8-30l144-464zM145 135c9.4 9.4 9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L111 135c9.4-9.4 24.6-9.4 33.9 0zM431 135c9.4-9.4 24.6-9.4 33.9 0L569 239c9.4 9.4 9.4 24.6 0 33.9L465 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E")}.far.fa-coins,.fa-regular.fa-coins{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M320 0c48.9 0 93.9 8.4 127.6 21.7 16.7 6.6 31.8 14.9 43.1 24.8 11 9.7 21.3 23.7 21.3 41.5l0 208c0 17.8-10.4 31.8-21.3 41.5-11.3 10-26.3 18.2-43.1 24.8-5 2-10.2 3.8-15.6 5.5l0-51c12.6-5.2 21.5-10.6 26.9-15.4 3.9-3.4 4.9-5.4 5.1-6l0-40.2c-9.8 4.1-20.6 7.7-32 10.8l0-50.1c7.8-2.6 14.7-5.3 20.5-8.2 4.9-2.4 8.6-4.7 11.5-6.7l0-52.7c-5.3 2.6-10.9 5-16.7 7.2-9.1 3.5-19.1 6.6-29.7 9.2-6.7-11.2-14.9-20.3-22.7-27.3-5.3-4.8-10.9-9.1-16.8-13 50.5-6.2 85.8-20.3 85.8-36.6 0-20-64.5-40-144-40-69.1 0-126.8 15.1-140.8 32.2-17.4 .4-34.5 1.7-51.1 3.9 1.4-15.9 11-28.6 21.2-37.5 11.3-10 26.3-18.2 43.1-24.8 33.7-13.3 78.7-21.7 127.6-21.7zM64.4 149.7C98.1 136.4 143.1 128 192 128s93.9 8.4 127.6 21.7c16.7 6.6 31.8 14.9 43.1 24.8 11 9.7 21.3 23.7 21.3 41.5l0 208c0 17.8-10.4 31.8-21.3 41.5-11.3 10-26.3 18.2-43.1 24.8-33.7 13.3-78.7 21.7-127.6 21.7s-93.9-8.4-127.6-21.7c-16.7-6.6-31.8-14.9-43.1-24.8-11-9.7-21.3-23.7-21.3-41.5L0 216c0-17.8 10.4-31.8 21.3-41.5 11.3-10 26.3-18.2 43.1-24.8zm254.9 134C285.6 296.5 240.5 304 192 304s-93.6-7.5-127.3-20.3c-5.8-2.2-11.4-4.6-16.7-7.2l0 52.7c2.8 2.1 6.6 4.3 11.5 6.7 9.1 4.5 20.8 8.7 34.7 12.4 27.7 7.3 62.2 11.8 97.8 11.8s70.1-4.5 97.8-11.8c13.9-3.7 25.6-7.9 34.7-12.4 4.9-2.4 8.6-4.7 11.5-6.7l0-52.7c-5.3 2.6-10.9 5-16.7 7.2zM48 383.3l0 40.2c.2 .6 1.2 2.6 5.1 6 5.7 5 15.3 10.8 28.9 16.2 27.1 10.7 66.1 18.3 110 18.3s82.8-7.6 110-18.3c13.7-5.4 23.2-11.1 28.9-16.2 3.9-3.4 4.9-5.4 5.1-6l0-40.2c-10.4 4.4-21.8 8.1-33.9 11.3-32.1 8.5-70.8 13.3-110.1 13.3s-77.9-4.9-110-13.3c-12.1-3.2-23.6-7-34-11.3zM336 216c0-20-64.5-40-144-40S48 196 48 216c0 22.1 64.5 40 144 40s144-17.9 144-40z'/%3E%3C/svg%3E")}.far.fa-comment-dots,.fa-regular.fa-comment-dots{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 240c0 54.4 19.3 104.6 51.9 144.9L3.1 474.3c-2 3.7-3.1 7.9-3.1 12.2 0 14.1 11.4 25.5 25.5 25.5 4 0 7.8-.6 11.5-2.1L153.4 460c31.4 12.9 66.1 20 102.6 20 141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240zM94 407.9c9.3-17.1 7.4-38.1-4.8-53.2-26.1-32.3-41.2-71.9-41.2-114.7 0-103.2 90.2-192 208-192s208 88.8 208 192-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4-11.9-4.9-25.3-4.8-37.1 .3L76 440.9 94 407.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/svg%3E")}.far.fa-commenting,.fa-regular.fa-commenting{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 240c0 54.4 19.3 104.6 51.9 144.9L3.1 474.3c-2 3.7-3.1 7.9-3.1 12.2 0 14.1 11.4 25.5 25.5 25.5 4 0 7.8-.6 11.5-2.1L153.4 460c31.4 12.9 66.1 20 102.6 20 141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240zM94 407.9c9.3-17.1 7.4-38.1-4.8-53.2-26.1-32.3-41.2-71.9-41.2-114.7 0-103.2 90.2-192 208-192s208 88.8 208 192-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4-11.9-4.9-25.3-4.8-37.1 .3L76 440.9 94 407.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/svg%3E")}.far.fa-comments,.fa-regular.fa-comments{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M76.2 258.7c6.1-15.2 4-32.6-5.6-45.9-14.5-20.1-22.6-43.7-22.6-68.8 0-66.8 60.5-128 144-128s144 61.2 144 128-60.5 128-144 128c-15.9 0-31.1-2.3-45.3-6.5-10.3-3.1-21.4-2.5-31.4 1.5l-50.4 20.2 11.4-28.5zM0 144c0 35.8 11.6 69.1 31.7 96.8L1.9 315.2c-1.3 3.2-1.9 6.6-1.9 10 0 14.8 12 26.8 26.8 26.8 3.4 0 6.8-.7 10-1.9l96.3-38.5c18.6 5.5 38.4 8.4 58.9 8.4 106 0 192-78.8 192-176S298-32 192-32 0 46.8 0 144zM384 512c20.6 0 40.3-3 58.9-8.4l96.3 38.5c3.2 1.3 6.6 1.9 10 1.9 14.8 0 26.8-12 26.8-26.8 0-3.4-.7-6.8-1.9-10l-29.7-74.4c20-27.8 31.7-61.1 31.7-96.8 0-82.4-61.7-151.5-145-170.7-1.6 16.3-5.1 31.9-10.1 46.9 63.9 14.8 107.2 67.3 107.2 123.9 0 25.1-8.1 48.7-22.6 68.8-9.6 13.3-11.7 30.6-5.6 45.9l11.4 28.5-50.4-20.2c-10-4-21.1-4.5-31.4-1.5-14.2 4.2-29.4 6.5-45.3 6.5-72.2 0-127.1-45.7-140.7-101.2-15.6 3.2-31.7 5-48.1 5.2 16.4 81.9 94.7 144 188.8 144z'/%3E%3C/svg%3E")}.far.fa-copy,.fa-regular.fa-copy{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M384 336l-192 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l133.5 0c4.2 0 8.3 1.7 11.3 4.7l58.5 58.5c3 3 4.7 7.1 4.7 11.3L400 320c0 8.8-7.2 16-16 16zM192 384l192 0c35.3 0 64-28.7 64-64l0-197.5c0-17-6.7-33.3-18.7-45.3L370.7 18.7C358.7 6.7 342.5 0 325.5 0L192 0c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-16-48 0 0 16c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l16 0 0-48-16 0z'/%3E%3C/svg%3E")}.far.fa-credit-card,.fa-regular.fa-credit-card{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 112c8.8 0 16 7.2 16 16l0 32-416 0 0-32c0-8.8 7.2-16 16-16l384 0zm16 112l0 160c0 8.8-7.2 16-16 16L64 400c-8.8 0-16-7.2-16-16l0-160 416 0zM64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zM80 344c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zm144 0c0 13.3 10.7 24 24 24l64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0c-13.3 0-24 10.7-24 24z'/%3E%3C/svg%3E")}.far.fa-crown,.fa-regular.fa-crown{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M318.3 82.1c6.1-7 9.7-16.1 9.7-26.1 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 10 3.7 19.1 9.7 26.1L184.1 192.6 95 145.1c.7-2.9 1-5.9 1-9.1 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 20.2 15 36.9 34.4 39.6L86.8 375.7c7.6 41.8 44.1 72.3 86.6 72.3l229.2 0c42.5 0 79-30.4 86.6-72.3l36.4-200.1c19.5-2.7 34.4-19.4 34.4-39.6 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 3.1 .4 6.1 1 9.1l-89.1 47.5-73.6-110.4zM212 237.3l76-114 76 114c6.8 10.3 20.4 13.7 31.3 7.9l76.2-40.6-29.6 162.6c-3.5 19-20 32.8-39.4 32.8l-229.2 0c-19.3 0-35.9-13.8-39.4-32.8l-29.6-162.6 76.2 40.6c10.9 5.8 24.4 2.4 31.3-7.9z'/%3E%3C/svg%3E")}.far.fa-dashboard,.fa-regular.fa-dashboard{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm56-160c0-22.3-13.1-41.6-32-50.6L280 128c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 173.4c-18.9 9-32 28.3-32 50.6 0 30.9 25.1 56 56 56s56-25.1 56-56zM160 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm-16 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm256 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM384 160a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/%3E%3C/svg%3E")}.far.fa-desktop,.fa-regular.fa-desktop{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 80c8.8 0 16 7.2 16 16l0 176-416 0 0-176c0-8.8 7.2-16 16-16l384 0zm16 240l0 32c0 8.8-7.2 16-16 16L64 368c-8.8 0-16-7.2-16-16l0-32 416 0zM64 32C28.7 32 0 60.7 0 96L0 352c0 35.3 28.7 64 64 64l115.7 0-8 48-51.7 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l272 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-51.7 0-8-48 115.7 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 32zM220.3 464l8-48 55.3 0 8 48-71.3 0z'/%3E%3C/svg%3E")}.far.fa-dice,.fa-regular.fa-dice{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M454.6 192.4c32.3 3.3 57.5 30.5 57.5 63.7l0 192-.3 6.5c-3.1 30.1-27 54.1-57.1 57.1l-6.5 .3-192 0-6.5-.3c-30.1-3.1-54.1-27-57.1-57.1l-.3-6.5 0-30.2 38.3 10.3 6 1.4c1.2 .3 2.4 .5 3.7 .7l0 17.8c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16l0-192c0-8.8-7.2-16-16-16l-43.1 0 12.9-48 30.2 0 6.5 .3zM55.5 46.2C67.6 14.4 100.6-4.7 134.2 .8l7.2 1.6 189.5 50.8 7 2.2c34.1 13 53.5 49.9 43.9 85.9l-50.8 189.6-2.3 7c-12.1 31.8-45.1 50.9-78.7 45.4l-7.2-1.5-189.5-50.8c-36-9.7-58.3-45-52.4-81l1.5-7.2 50.8-189.5 2.3-7zM126 48.1c-10.8-1.5-21.4 4.7-25.4 14.8l-1.3 3.9-50.4 188.4c-3.4 12.8 4.2 26 17 29.4l189.5 50.8 0 0c12 3.2 24.3-3.2 28.6-14.6l.8-2.4 50.8-189.5 .8-4.5c.7-10.3-5.3-20.1-15-24l-3.8-1.2-186.9-50.1-4.5-1zM246.1 297.3a28 28 0 1 1 -28-48.5 28 28 0 1 1 28 48.5zm-121-41a28 28 0 1 1 -28-48.5 28 28 0 1 1 28 48.5zm81-40a28 28 0 1 1 -28-48.5 28 28 0 1 1 28 48.5zm81-40a28 28 0 1 1 -28-48.5 28 28 0 1 1 28 48.5zm-121-41a28 28 0 1 1 -28-48.5 28 28 0 1 1 28 48.5z'/%3E%3C/svg%3E")}.far.fa-dollar,.fa-regular.fa-dollar{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M136 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-130 0c-29.8 0-54 24.2-54 54 0 26.4 19.1 48.9 45.1 53.2l106.1 17.7c51.3 8.5 88.8 52.9 88.8 104.8 0 58.7-47.6 106.3-106.3 106.3l-13.7 0 0 40c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-40-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l141.7 0c32.2 0 58.3-26.1 58.3-58.3 0-28.5-20.6-52.8-48.7-57.5L101.2 266.5C52 258.3 16 215.8 16 166 16 109.6 61.6 64 118 64l18 0 0-40z'/%3E%3C/svg%3E")}.far.fa-download,.fa-regular.fa-download{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 246.1-63-63c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L207 345c9.4 9.4 24.6 9.4 33.9 0L345 241c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-63 63 0-246.1zM66.2 272L64 272c-35.3 0-64 28.7-64 64l0 80c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-80c0-35.3-28.7-64-64-64l-2.2 0-48 48 50.2 0c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16l50.2 0-48-48zM368 376a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z'/%3E%3C/svg%3E")}.far.fa-exclamation-triangle,.fa-regular.fa-exclamation-triangle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256.5 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.6 480 472.5 480l-432 0c-14.1 0-27.1-7.4-34.3-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zM53.9 432L459.1 432 256.5 56.8 53.9 432zm202.6-40a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-208c18.6 0 33 16.1 31 34.6l-7.1 64.1C279 294.8 268.7 304 256.5 304s-22.5-9.2-23.8-21.3l-7.1-64.1c-2-18.5 12.4-34.6 31-34.6z'/%3E%3C/svg%3E")}.far.fa-eye,.fa-regular.fa-eye{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288 80C222.8 80 169.2 109.6 128.1 147.7 89.6 183.5 63 226 49.4 256 63 286 89.6 328.5 128.1 364.3 169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256 513 226 486.4 183.5 447.9 147.7 406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1 3.3 7.9 3.3 16.7 0 24.6-14.9 35.7-46.2 87.7-93 131.1-47.1 43.7-111.8 80.6-192.6 80.6S142.5 443.2 95.4 399.4c-46.8-43.5-78.1-95.4-93-131.1-3.3-7.9-3.3-16.7 0-24.6 14.9-35.7 46.2-87.7 93-131.1zM288 336c44.2 0 80-35.8 80-80 0-29.6-16.1-55.5-40-69.3-1.4 59.7-49.6 107.9-109.3 109.3 13.8 23.9 39.7 40 69.3 40zm-79.6-88.4c2.5 .3 5 .4 7.6 .4 35.3 0 64-28.7 64-64 0-2.6-.2-5.1-.4-7.6-37.4 3.9-67.2 33.7-71.1 71.1zm45.6-115c10.8-3 22.2-4.5 33.9-4.5 8.8 0 17.5 .9 25.8 2.6 .3 .1 .5 .1 .8 .2 57.9 12.2 101.4 63.7 101.4 125.2 0 70.7-57.3 128-128 128-61.6 0-113-43.5-125.2-101.4-1.8-8.6-2.8-17.5-2.8-26.6 0-11 1.4-21.8 4-32 .2-.7 .3-1.3 .5-1.9 11.9-43.4 46.1-77.6 89.5-89.5z'/%3E%3C/svg%3E")}.far.fa-eye-slash,.fa-regular.fa-eye-slash{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.4-96.4c2.7-2.4 5.4-4.8 8-7.2 46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6-56.8 0-105.6 18.2-146 44.2L41-24.9zM176.9 111.1c32.1-18.9 69.2-31.1 111.1-31.1 65.2 0 118.8 29.6 159.9 67.7 38.5 35.7 65.1 78.3 78.6 108.3-13.6 30-40.2 72.5-78.6 108.3-3.1 2.8-6.2 5.6-9.4 8.4L393.8 328c14-20.5 22.2-45.3 22.2-72 0-70.7-57.3-128-128-128-26.7 0-51.5 8.2-72 22.2l-39.1-39.1zm182 182l-108-108c11.1-5.8 23.7-9.1 37.1-9.1 44.2 0 80 35.8 80 80 0 13.4-3.3 26-9.1 37.1zM103.4 173.2l-34-34c-32.6 36.8-55 75.8-66.9 104.5-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6 37.3 0 71.2-7.9 101.5-20.6L352.2 422c-20 6.4-41.4 10-64.2 10-65.2 0-118.8-29.6-159.9-67.7-38.5-35.7-65.1-78.3-78.6-108.3 10.4-23.1 28.6-53.6 54-82.8z'/%3E%3C/svg%3E")}.far.fa-file-text,.fa-regular.fa-file-text{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M64 48l112 0 0 88c0 39.8 32.2 72 72 72l88 0 0 240c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16zM224 67.9l92.1 92.1-68.1 0c-13.3 0-24-10.7-24-24l0-68.1zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-261.5c0-17-6.7-33.3-18.7-45.3L242.7 18.7C230.7 6.7 214.5 0 197.5 0L64 0zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z'/%3E%3C/svg%3E")}.far.fa-film,.fa-regular.fa-film{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M160 432l128 0 0-352-128 0 0 352zM112 80L64 80c-8.8 0-16 7.2-16 16l0 32 64 0 0-48zm0 96l-64 0 0 56 64 0 0-56zm0 104l-64 0 0 56 64 0 0-56zm0 104l-64 0 0 32c0 8.8 7.2 16 16 16l48 0 0-48zM336 80l0 48 64 0 0-32c0-8.8-7.2-16-16-16l-48 0zm64 96l-64 0 0 56 64 0 0-56zm0 104l-64 0 0 56 64 0 0-56zm0 104l-64 0 0 48 48 0c8.8 0 16-7.2 16-16l0-32zM64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32z'/%3E%3C/svg%3E")}.far.fa-film-alt,.fa-regular.fa-film-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M160 432l128 0 0-352-128 0 0 352zM112 80L64 80c-8.8 0-16 7.2-16 16l0 32 64 0 0-48zm0 96l-64 0 0 56 64 0 0-56zm0 104l-64 0 0 56 64 0 0-56zm0 104l-64 0 0 32c0 8.8 7.2 16 16 16l48 0 0-48zM336 80l0 48 64 0 0-32c0-8.8-7.2-16-16-16l-48 0zm64 96l-64 0 0 56 64 0 0-56zm0 104l-64 0 0 56 64 0 0-56zm0 104l-64 0 0 48 48 0c8.8 0 16-7.2 16-16l0-32zM64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32z'/%3E%3C/svg%3E")}.far.fa-filter-list,.fa-regular.fa-filter-list{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M24 64C14.3 64 5.5 69.8 1.8 78.8S.2 98.1 7 105l121 121 0 118.1c0 6.4 2.5 12.5 7 17l80 80c6.9 6.9 17.2 8.9 26.2 5.2S256 433.7 256 424l0-198.1 121-121c6.9-6.9 8.9-17.2 5.2-26.2S369.7 64 360 64L24 64zM169 199l-87-87 220.1 0-87 87c-4.5 4.5-7 10.6-7 17l0 150.1-32-32 0-118.1c0-6.4-2.5-12.5-7-17zM472 64c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0zM344 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0zm0 168c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0z'/%3E%3C/svg%3E")}.far.fa-flag,.fa-regular.fa-flag{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24L0 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-100 80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4 44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30l0-279.7c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0-35.1-17.6-75.4-22-113.5-12.5L48 52 48 24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8 54.9 27.4 118.7 29.7 175 6.8l0 241.8-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4-48.2-24.1-103.3-30.1-155.6-17.1l-68.6 17.2 0-237z'/%3E%3C/svg%3E")}.far.fa-folder-open,.fa-regular.fa-folder-open{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M97.5 400l50-160 379.4 0-50 160-379.4 0zm190.7 48L477 448c21 0 39.6-13.6 45.8-33.7l50-160c9.7-30.9-13.4-62.3-45.8-62.3l-379.4 0c-21 0-39.6 13.6-45.8 33.7L80.2 294.4 80.2 96c0-8.8 7.2-16 16-16l138.7 0c3.5 0 6.8 1.1 9.6 3.2L282.9 112c13.8 10.4 30.7 16 48 16l117.3 0c8.8 0 16 7.2 16 16l48 0c0-35.3-28.7-64-64-64L330.9 80c-6.9 0-13.7-2.2-19.2-6.4L273.3 44.8C262.2 36.5 248.8 32 234.9 32L96.2 32c-35.3 0-64 28.7-64 64l0 288c0 35.3 28.7 64 64 64l192 0z'/%3E%3C/svg%3E")}.far.fa-folders,.fa-regular.fa-folders{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M512 336l-352 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l117.5 0c4.2 0 8.3 1.7 11.3 4.7l35.9 35.9c15 15 35.4 23.4 56.6 23.4L512 112c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16zM160 384l352 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64L381.3 64c-8.5 0-16.6-3.4-22.6-9.4L322.7 18.7C310.7 6.7 294.5 0 277.5 0L160 0C124.7 0 96 28.7 96 64l0 256c0 35.3 28.7 64 64 64zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120L0 416c0 35.3 28.7 64 64 64l392 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L64 432c-8.8 0-16-7.2-16-16l0-296z'/%3E%3C/svg%3E")}.far.fa-gears,.fa-regular.fa-gears{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M170.6-20.6c10.3-20.2 33.3-30.5 55.2-24.7L250-38.8c21.9 5.9 36.7 26.3 35.5 49l-1 17.8c2.7 2.5 5.3 5.1 7.8 7.8l17.8-1c22.7-1.2 43.1 13.6 49 35.5l6.5 24.2c5.9 21.9-4.4 45-24.7 55.2l-15.9 8.1c-.8 3.6-1.8 7.2-2.9 10.7l9.7 14.9c12.4 19 9.8 44.1-6.3 60.2L308 261.3c-16.1 16.1-41.1 18.7-60.2 6.3l-14.9-9.7c-3.5 1.1-7.1 2.1-10.7 2.9l-8.1 15.9c-10.3 20.2-33.3 30.5-55.2 24.7l-24.2-6.5c-21.9-5.9-36.7-26.3-35.5-49l1-17.8c-2.7-2.5-5.3-5.1-7.8-7.8l-17.8 1c-22.7 1.2-43.1-13.6-49-35.5l-6.5-24.2c-5.9-21.9 4.4-45 24.7-55.2l0 0 15.9-8.1c.8-3.6 1.8-7.2 2.9-10.7L52.8 72.6c-12.4-19-9.8-44.1 6.3-60.2L76.8-5.3C92.8-21.4 117.9-24 137-11.6l14.9 9.7c3.5-1.1 7.1-2.1 10.7-2.9l8.1-15.9zm67 28.2l-24.2-6.5-13.5 26.6c-3.6 7.1-10.5 12-18.4 13-8.1 1-15.9 3.1-23.3 6.3-7.4 3.1-15.8 2.4-22.5-2l-25-16.3-17.7 17.7 16.3 25c4.4 6.7 5.1 15.1 2 22.4-1.5 3.7-2.9 7.5-3.9 11.5s-1.8 8-2.3 11.9c-1 7.9-5.9 14.8-13 18.4l-26.6 13.5 6.5 24.2 29.8-1.6c8-.4 15.6 3.1 20.5 9.5 4.9 6.4 10.6 12.2 17.1 17.1 6.4 4.8 9.9 12.5 9.5 20.4l-1.6 29.7 24.2 6.5 13.5-26.6c3.6-7.1 10.5-12 18.4-13 8.1-1 15.9-3.1 23.3-6.3 7.4-3.1 15.8-2.4 22.5 2l25 16.3 17.7-17.7-16.3-25c-4.4-6.7-5.1-15.1-2-22.4 1.5-3.7 2.9-7.5 3.9-11.5s1.8-8 2.3-11.9c1-7.9 5.9-14.8 13-18.4l26.6-13.5-6.5-24.2-29.8 1.6c-8 .4-15.6-3.1-20.5-9.5-4.9-6.4-10.6-12.2-17.1-17.1-6.4-4.8-9.9-12.5-9.5-20.4l1.6-29.7zM161.5 119.7a32 32 0 1 1 61.8 16.6 32 32 0 1 1 -61.8-16.6zM355.2 266.2c-1.2-22.7 13.6-43.1 35.5-49l24.2-6.5c21.9-5.9 45 4.4 55.2 24.7l8.1 15.9c3.6 .8 7.2 1.8 10.7 2.9l14.9-9.7c19-12.4 44.1-9.8 60.2 6.3l17.7 17.7c16.1 16.1 18.7 41.2 6.3 60.2l-9.7 14.9c1.1 3.5 2.1 7.1 2.9 10.7l15.9 8.1c20.2 10.3 30.5 33.3 24.7 55.2l-6.5 24.2c-5.9 21.9-26.3 36.7-49 35.5l-17.8-1c-2.5 2.7-5.1 5.3-7.8 7.8l1 17.8c1.2 22.7-13.6 43.1-35.5 49l-24.2 6.5c-21.9 5.9-45-4.4-55.2-24.7l-8.1-15.9c-3.6-.8-7.2-1.8-10.7-2.9L393 523.6c-19 12.4-44.1 9.8-60.2-6.3l-17.7-17.7c-16.1-16.1-18.7-41.1-6.3-60.2l9.7-14.9c-1.1-3.5-2.1-7.1-2.9-10.7l-15.9-8.1c-20.2-10.3-30.5-33.3-24.7-55.2l6.5-24.2c5.9-21.9 26.3-36.7 49-35.5l17.8 1c2.5-2.7 5.1-5.3 7.8-7.8l-1-17.8zm72.1-9.1l-24.2 6.5 1.6 29.7c.4 8-3.1 15.6-9.5 20.4-6.5 4.9-12.2 10.7-17.1 17.1-4.8 6.4-12.5 9.9-20.5 9.5l-29.8-1.6-6.5 24.2 26.6 13.5c7.1 3.6 12 10.5 13 18.4 .5 4 1.3 7.9 2.3 11.9s2.4 7.8 3.9 11.5c3.1 7.3 2.3 15.7-2 22.4l-16.3 25 17.7 17.7 25-16.3c6.7-4.4 15.1-5.1 22.5-2 7.4 3.1 15.3 5.3 23.3 6.3 7.9 1 14.8 5.8 18.4 13l13.5 26.6 24.2-6.5-1.6-29.7c-.4-8 3.1-15.6 9.5-20.4 6.5-4.9 12.2-10.7 17.1-17.1 4.8-6.4 12.5-9.9 20.5-9.5l29.8 1.6 6.5-24.2-26.6-13.5c-7.1-3.6-12-10.5-13-18.4-.5-4-1.3-7.9-2.3-11.9s-2.4-7.8-3.9-11.5c-3.1-7.3-2.3-15.7 2-22.4l16.3-25-17.7-17.7-25 16.3c-6.7 4.4-15.1 5.1-22.5 2-7.4-3.1-15.3-5.3-23.3-6.3-7.9-1-14.8-5.8-18.4-13l-13.5-26.6zm-9.9 135.2a32 32 0 1 1 61.8-16.6 32 32 0 1 1 -61.8 16.6z'/%3E%3C/svg%3E")}.far.fa-gem,.fa-regular.fa-gem{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M168.5 72l87.5 93 87.5-93-175 0zM383.9 99.1l-72.3 76.9 129 0-56.6-76.9zm50 124.9L78.1 224 256 420.3 433.9 224zM71.5 176l129 0-72.3-76.9-56.6 76.9zm434.3 40.1l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152c4.5-6.1 11.7-9.8 19.3-9.8l240 0c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4z'/%3E%3C/svg%3E")}.far.fa-gift,.fa-regular.fa-gift{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M321.5 68.8C329.1 55.9 342.9 48 357.8 48l2.2 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-73.3 0 34.8-59.2zm-131 0l34.8 59.2-73.3 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l2.2 0c14.9 0 28.8 7.9 36.3 20.8zm89.6-24.3l-24.1 41-24.1-41C215.7 16.9 186.1 0 154.2 0L152 0c-48.6 0-88 39.4-88 88 0 14.4 3.5 28 9.6 40L32 128c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l0 192c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-41.6 0c6.1-12 9.6-25.6 9.6-40 0-48.6-39.4-88-88-88l-2.2 0c-31.9 0-61.5 16.9-77.7 44.4zM80 224l152 0 0 208-136 0c-8.8 0-16-7.2-16-16l0-192zm200 0l152 0 0 192c0 8.8-7.2 16-16 16l-136 0 0-208z'/%3E%3C/svg%3E")}.far.fa-globe,.fa-regular.fa-globe{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M303.2 413c-21.5 43.7-41.4 51-47.2 51s-25.7-7.3-47.2-51c-17-34.5-29.2-81.6-32.1-133l158.6 0c-3 51.5-15.2 98.6-32.1 133zm32.1-181l-158.6 0c3-51.5 15.2-98.6 32.1-133 21.5-43.7 41.4-51 47.2-51s25.7 7.3 47.2 51c17 34.5 29.2 81.6 32.1 133zm48.1 48l79.2 0c-8.6 74.6-56.7 137.3-122.8 166.4 24-42.8 40.3-102.4 43.6-166.4zm79.2-48l-79.2 0c-3.3-64-19.6-123.6-43.6-166.4 66.1 29.2 114.2 91.8 122.8 166.4zm-334 0l-79.2 0c8.6-74.6 56.7-137.3 122.8-166.4-24 42.8-40.3 102.4-43.6 166.4zM49.4 280l79.2 0c3.3 64 19.6 123.6 43.6 166.4-66.1-29.2-114.2-91.8-122.8-166.4zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512z'/%3E%3C/svg%3E")}.far.fa-grid,.fa-regular.fa-grid{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M112 64l0 48-48 0 0-48 48 0zM64 24C41.9 24 24 41.9 24 64l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40L64 24zm48 208l0 48-48 0 0-48 48 0zM64 192c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0zm0 208l48 0 0 48-48 0 0-48zm-40 0l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM280 64l0 48-48 0 0-48 48 0zM232 24c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0zm0 208l48 0 0 48-48 0 0-48zm-40 0l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zm88 168l0 48-48 0 0-48 48 0zm-48-40c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0zM400 64l48 0 0 48-48 0 0-48zm-40 0l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zm88 168l0 48-48 0 0-48 48 0zm-48-40c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0zm0 208l48 0 0 48-48 0 0-48zm-40 0l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40z'/%3E%3C/svg%3E")}.far.fa-grid-2,.fa-regular.fa-grid-2{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M48 80l0 96 96 0 0-96-96 0zM0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM48 336l0 96 96 0 0-96-96 0zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zM400 80l-96 0 0 96 96 0 0-96zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm0 304l0 96 96 0 0-96-96 0zm-48 0c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96z'/%3E%3C/svg%3E")}.far.fa-header,.fa-regular.fa-header{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 56C0 42.7 10.7 32 24 32l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 144 240 0 0-144-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 352 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-160-240 0 0 160 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-352-32 0C10.7 80 0 69.3 0 56z'/%3E%3C/svg%3E")}.far.fa-heart,.fa-regular.fa-heart{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M378.9 80c-27.3 0-53 13.1-69 35.2l-34.4 47.6c-4.5 6.2-11.7 9.9-19.4 9.9s-14.9-3.7-19.4-9.9l-34.4-47.6c-16-22.1-41.7-35.2-69-35.2-47 0-85.1 38.1-85.1 85.1 0 49.9 32 98.4 68.1 142.3 41.1 50 91.4 94 125.9 120.3 3.2 2.4 7.9 4.2 14 4.2s10.8-1.8 14-4.2c34.5-26.3 84.8-70.4 125.9-120.3 36.2-43.9 68.1-92.4 68.1-142.3 0-47-38.1-85.1-85.1-85.1zM271 87.1c25-34.6 65.2-55.1 107.9-55.1 73.5 0 133.1 59.6 133.1 133.1 0 68.6-42.9 128.9-79.1 172.8-44.1 53.6-97.3 100.1-133.8 127.9-12.3 9.4-27.5 14.1-43.1 14.1s-30.8-4.7-43.1-14.1C176.4 438 123.2 391.5 79.1 338 42.9 294.1 0 233.7 0 165.1 0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1l15 20.7 15-20.7z'/%3E%3C/svg%3E")}.far.fa-hexagon-check,.fa-regular.fa-hexagon-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M383.8 16c25.8 0 49.7 13.8 62.5 36.2l96.2 168c12.7 22.2 12.7 49.4 0 71.5L446.3 459.9c-12.8 22.4-36.7 36.2-62.5 36.2l-191.6 0c-25.8 0-49.7-13.8-62.5-36.2L33.5 291.8c-12.7-22.2-12.7-49.4 0-71.5l96.2-168C142.5 29.8 166.4 16 192.2 16l191.6 0zM192.2 64c-8.6 0-16.6 4.6-20.8 12.1l-96.2 168c-4.2 7.4-4.2 16.5 0 23.8L171.4 436c4.3 7.5 12.2 12.1 20.8 12.1l191.6 0c8.6 0 16.6-4.6 20.8-12.1L500.9 268c4.2-7.4 4.2-16.5 0-23.8l-96.2-168C400.4 68.6 392.4 64 383.8 64L192.2 64zM358.7 169.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L275.4 366.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z'/%3E%3C/svg%3E")}.far.fa-history,.fa-regular.fa-history{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M48 106.7L48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 168c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-55.3 0c37-57.8 101.7-96 175.3-96 114.9 0 208 93.1 208 208S370.9 464 256 464c-42.5 0-81.9-12.7-114.7-34.5-11-7.3-25.9-4.3-33.3 6.7s-4.3 25.9 6.7 33.3c40.5 26.8 89.1 42.5 141.3 42.5 141.4 0 256-114.6 256-256S397.4 0 256 0C170.3 0 94.4 42.1 48 106.7zM256 128c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z'/%3E%3C/svg%3E")}.far.fa-home,.fa-regular.fa-home{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M240 6.1c9.1-8.2 22.9-8.2 32 0l232 208c9.9 8.8 10.7 24 1.8 33.9s-24 10.7-33.9 1.8l-8-7.2 0 205.3c0 35.3-28.7 64-64 64l-288 0c-35.3 0-64-28.7-64-64l0-205.3-8 7.2c-9.9 8.8-25 8-33.9-1.8s-8-25 1.8-33.9L240 6.1zm16 50.1L96 199.7 96 448c0 8.8 7.2 16 16 16l48 0 0-104c0-39.8 32.2-72 72-72l48 0c39.8 0 72 32.2 72 72l0 104 48 0c8.8 0 16-7.2 16-16l0-248.3-160-143.4zM208 464l96 0 0-104c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 104z'/%3E%3C/svg%3E")}.far.fa-house,.fa-regular.fa-house{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M240 6.1c9.1-8.2 22.9-8.2 32 0l232 208c9.9 8.8 10.7 24 1.8 33.9s-24 10.7-33.9 1.8l-8-7.2 0 205.3c0 35.3-28.7 64-64 64l-288 0c-35.3 0-64-28.7-64-64l0-205.3-8 7.2c-9.9 8.8-25 8-33.9-1.8s-8-25 1.8-33.9L240 6.1zm16 50.1L96 199.7 96 448c0 8.8 7.2 16 16 16l48 0 0-104c0-39.8 32.2-72 72-72l48 0c39.8 0 72 32.2 72 72l0 104 48 0c8.8 0 16-7.2 16-16l0-248.3-160-143.4zM208 464l96 0 0-104c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 104z'/%3E%3C/svg%3E")}.far.fa-images,.fa-regular.fa-images{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M480 80c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16l-320 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l320 0zM160 32c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L160 32zm80 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm140.7 3.8c-4.3-7.3-12.2-11.8-20.7-11.8s-16.4 4.5-20.7 11.8l-46.5 79-17.2-24.6c-4.5-6.4-11.8-10.2-19.7-10.2s-15.2 3.8-19.7 10.2l-56 80c-5.1 7.3-5.8 16.9-1.6 24.8S191.1 320 200 320l240 0c8.6 0 16.6-4.6 20.8-12.1s4.2-16.7-.1-24.1l-80-136zM48 152c0-13.3-10.7-24-24-24S0 138.7 0 152L0 448c0 35.3 28.7 64 64 64l360 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L64 464c-8.8 0-16-7.2-16-16l0-296z'/%3E%3C/svg%3E")}.far.fa-info-circle,.fa-regular.fa-info-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/svg%3E")}.far.fa-info-square,.fa-regular.fa-info-square{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM184 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E")}.far.fa-language,.fa-regular.fa-language{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M168 0c13.3 0 24 10.7 24 24l0 56 136 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16.2 0-16.5 38.4c-18.6 43.5-45.2 82.8-77.9 116 13.9 9.2 28.6 17.4 44 24.4l60.9 27.9 71.8-160.5C398 165.6 406.5 160 416 160s18 5.6 21.9 14.2l136 304c5.4 12.1 0 26.3-12.1 31.7s-26.3 0-31.7-12.1l-29.4-65.8-169.3 0-29.4 65.8c-5.4 12.1-19.6 17.5-31.7 12.1s-17.5-19.6-12.1-31.7l44.6-99.7-61.3-28.1c-21.5-9.9-41.9-21.7-60.9-35.2-17.5 13.6-36.3 25.7-56.2 36.1L67.1 381.3c-11.7 6.2-26.2 1.6-32.4-10.1s-1.6-26.2 10.1-32.4L102 308.8c14-7.3 27.4-15.7 40.1-24.8-27.5-25.6-51.1-55.2-70-88-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8c17.4 30.3 39.5 57.5 65.4 80.7 30.5-29.8 55.1-65.5 72.2-105.3L259.6 128 24 128c-13.3 0-24-10.7-24-24S10.8 80 24 80l120 0 0-56c0-13.3 10.7-24 24-24zM479.2 384L416 242.8 352.8 384 479.2 384z'/%3E%3C/svg%3E")}.far.fa-laptop,.fa-regular.fa-laptop{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M512 80L128 80c-8.8 0-16 7.2-16 16l0 208-48 0 0-208c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 208-48 0 0-208c0-8.8-7.2-16-16-16zM102.4 432l435.2 0c22.1 0 41.1-13.1 49.6-32L52.8 400c8.5 18.9 27.5 32 49.6 32zM0 377.6C0 363.5 11.5 352 25.6 352l588.8 0c14.1 0 25.6 11.5 25.6 25.6 0 56.6-45.8 102.4-102.4 102.4l-435.2 0C45.8 480 0 434.2 0 377.6z'/%3E%3C/svg%3E")}.far.fa-laptop-mobile,.fa-regular.fa-laptop-mobile{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M112 64c0-8.8 7.2-16 16-16l288 0c8.8 0 16 7.2 16 16l0 48 48 0 0-48c0-35.3-28.7-64-64-64L128 0C92.7 0 64 28.7 64 64l0 160-38.4 0C11.5 224 0 235.5 0 249.6 0 306.2 45.8 352 102.4 352l153.6 0 0-48-153.6 0c-22.1 0-41.1-13.1-49.6-32l203.2 0 0-48-144 0 0-160zM368 464c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l112 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-112 0zm0-304c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64l112 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l-112 0zm40 224c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0z'/%3E%3C/svg%3E")}.far.fa-layer-group,.fa-regular.fa-layer-group{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M259.4 48.7L430.8 128 259.4 207.2c-2.1 1-4.6 1-6.7 0L81.2 128 252.6 48.7c2.1-1 4.6-1 6.7 0zM279.5 5.2c-14.9-6.9-32.1-6.9-47 0L13.9 106.2C5.4 110.1 0 118.6 0 128s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8L279.5 5.2zM48.1 218.4L13.9 234.2C5.4 238.1 0 246.6 0 256s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8l-34.1-15.8-57.2 26.4 24.1 11.1-171.4 79.2c-2.1 1-4.6 1-6.7 0L81.2 256 105.3 244.9 48.1 218.4zM13.9 362.2C5.4 366.1 0 374.6 0 384s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8l-34.1-15.8-57.2 26.4 24.1 11.1-171.4 79.2c-2.1 1-4.6 1-6.7 0l-171.4-79.2 24.1-11.1-57.2-26.4-34.1 15.8z'/%3E%3C/svg%3E")}.far.fa-life-ring,.fa-regular.fa-life-ring{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256S489.9 137.1 453.2 92.7L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0S37.7 71.6 47 81L58.8 92.7C22.1 137.1 0 193.9 0 256S22.1 374.9 58.8 419.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E")}.far.fa-link,.fa-regular.fa-link{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M427.5 88c-21.4 0-42.2 6.9-59.3 19.4-11.4-11.7-24.4-22.1-38.4-30.7 27-23.6 61.7-36.7 97.7-36.7 82 0 148.5 66.5 148.5 148.5 0 39.4-15.6 77.1-43.5 105l-79.1 79.1c-27.8 27.8-65.6 43.5-105 43.5-82 0-148.5-66.5-148.5-148.5 0-17.9 3.2-35.5 9.4-51.9 4.6-12.4 18.5-18.7 30.9-14.1S259 220 254.4 232.4c-4.2 11.1-6.4 23-6.4 35.2 0 55.5 45 100.5 100.5 100.5 26.6 0 52.2-10.6 71-29.4l79.1-79.1C517.4 240.6 528 215.1 528 188.5 528 133 483 88 427.5 88zm-200 56c-26.6 0-52.2 10.6-71 29.4L77.4 252.5c-18.8 18.8-29.4 44.4-29.4 71 0 55.5 45 100.5 100.5 100.5 21.4 0 42.2-6.9 59.3-19.4 11.4 11.8 24.4 22.1 38.4 30.7-27 23.6-61.7 36.7-97.7 36.7-82 0-148.5-66.5-148.5-148.5 0-39.4 15.6-77.1 43.5-105l79.1-79.1c27.8-27.8 65.6-43.5 105-43.5 82 0 148.5 66.5 148.5 148.5 0 17.9-3.2 35.5-9.4 51.9-4.6 12.4-18.5 18.7-30.9 14.1S317 292 321.6 279.6c4.2-11.1 6.4-23 6.4-35.1 0-55.5-45-100.5-100.5-100.5z'/%3E%3C/svg%3E")}.far.fa-list,.fa-regular.fa-list{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM184 72c-13.3 0-24 10.7-24 24s10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L184 72zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-304 0zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-304 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z'/%3E%3C/svg%3E")}.far.fa-list-alt,.fa-regular.fa-list-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M64 112c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L64 112zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM160 320a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-32-96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm104-56l160 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 128l160 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.far.fa-list-check,.fa-regular.fa-list-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M139.7 69.8c7.6-10.9 5-25.8-5.9-33.4s-25.8-5-33.4 5.9L60.7 98.8 41 79C31.6 69.7 16.4 69.7 7 79S-2.3 103.6 7 113l40 40c5 5 12 7.6 19.1 6.9s13.5-4.3 17.6-10.1l56-80zm0 160c7.6-10.9 5-25.8-5.9-33.4s-25.8-5-33.4 5.9L60.7 258.8 41 239c-9.4-9.4-24.6-9.4-33.9 0S-2.3 263.6 7 273l40 40c5 5 12 7.6 19.1 6.9s13.5-4.3 17.6-10.1l56-80zM192 96c0 13.3 10.7 24 24 24l272 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L216 72c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l272 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-272 0c-13.3 0-24 10.7-24 24zM160 416c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-304 0c-13.3 0-24 10.7-24 24zm-64 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/%3E%3C/svg%3E")}.far.fa-location-arrow,.fa-regular.fa-location-arrow{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M213.9 267.8L79.4 222.9 420.1 91.9 289.1 432.6 244.2 298.1c-4.8-14.3-16-25.6-30.4-30.4zm104 223.7l160-416c4.5-11.8 1.7-25.2-7.2-34.1s-22.3-11.8-34.1-7.2l-416 160C7.9 199-.3 211.2 0 224.7s9.1 25.4 21.9 29.6l176.8 58.9 58.9 176.8c4.3 12.8 16.1 21.6 29.6 21.9s25.7-7.9 30.6-20.5z'/%3E%3C/svg%3E")}.far.fa-lock,.fa-regular.fa-lock{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M112 96l0 64 160 0 0-64c0-44.2-35.8-80-80-80s-80 35.8-80 80zM64 160l0-64C64 25.3 121.3-32 192-32S320 25.3 320 96l0 64c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64zm208 48l-160 0 0 0-48 0 0 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16l0 0-48 0 0 0z'/%3E%3C/svg%3E")}.far.fa-lock-alt,.fa-regular.fa-lock-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M192 16c44.2 0 80 35.8 80 80l0 64-160 0 0-64c0-44.2 35.8-80 80-80zM64 96l0 64c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l0-64c0-70.7-57.3-128-128-128S64 25.3 64 96zM272 208l48 0 0 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l0 0 48 0 0 0 160 0 0 0zm-56 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-80z'/%3E%3C/svg%3E")}.far.fa-long-arrow-alt-down,.fa-regular.fa-long-arrow-alt-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M160 489.4l89.4-89.4-33.4 0c-13.3 0-24-10.7-24-24l0-360-64 0 0 360c0 13.3-10.7 24-24 24l-33.4 0 89.4 89.4zm22.6 45.3c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9l0 0c5-12 16.6-19.8 29.6-19.8l48 0 0-336c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 336 48 0c12.9 0 24.6 7.8 29.6 19.8l0 0c5 12 2.2 25.7-6.9 34.9l-128 128 0 0z'/%3E%3C/svg%3E")}.far.fa-long-arrow-alt-left,.fa-regular.fa-long-arrow-alt-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M54.6 256l89.4 89.4 0-33.4c0-13.3 10.7-24 24-24l360 0 0-64-360 0c-13.3 0-24-10.7-24-24l0-33.4-89.4 89.4zM9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9l0 0c12 5 19.8 16.6 19.8 29.6l0 48 336 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-336 0 0 48c0 12.9-7.8 24.6-19.8 29.6l0 0c-12 5-25.7 2.2-34.9-6.9l-128-128 0 0z'/%3E%3C/svg%3E")}.far.fa-long-arrow-alt-right,.fa-regular.fa-long-arrow-alt-right{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M521.4 256L432 166.6 432 200c0 13.3-10.7 24-24 24l-360 0 0 64 360 0c13.3 0 24 10.7 24 24l0 33.4 89.4-89.4zm45.3-22.6c12.5 12.5 12.5 32.8 0 45.3l-128 128c-9.2 9.2-22.9 11.9-34.9 6.9l0 0c-12-5-19.8-16.6-19.8-29.6l0-48-336 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l336 0 0-48c0-12.9 7.8-24.6 19.8-29.6l0 0c12-5 25.7-2.2 34.9 6.9l128 128 0 0z'/%3E%3C/svg%3E")}.far.fa-long-arrow-alt-up,.fa-regular.fa-long-arrow-alt-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M160 22.6L70.6 112 104 112c13.3 0 24 10.7 24 24l0 360 64 0 0-360c0-13.3 10.7-24 24-24l33.4 0-89.4-89.4zM137.4-22.6c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9l0 0c-5 12-16.6 19.8-29.6 19.8l-48 0 0 336c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-336-48 0c-12.9 0-24.6-7.8-29.6-19.8l0 0c-5-12-2.2-25.7 6.9-34.9l128-128 0 0z'/%3E%3C/svg%3E")}.far.fa-masks-theater,.fa-regular.fa-masks-theater{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M145.3 156.5c-20.7 3.6-35.9 20-39.1 39.7-1.4 8.7 7.2 14.7 15.9 13.2l54.2-9.6 0-38.3c-9.2-4.9-20-6.9-31-5zM131.4 316.4c-1.9 9.7 7.2 17.2 16.9 15.5l29.1-5.1c-.7-7.7-1.1-15.5-1.1-23.3l0-51.4c-23.4 14-39.8 37.5-44.9 64.3zM86.7 284.5L58.6 125.3c-.1-.7-.1-1.1-.1-1.4 14-20.2 54.7-59.2 133.2-73 12.6-2.2 24.6-3.5 35.8-4 20.8-15.1 47.9-29.3 81.1-39.4-32.8-8.8-75-12.7-125.3-3.8-91.9 16.2-143.8 63-164.7 93.6-8.1 11.8-9.3 25.3-7.3 36.5L39.4 292.9c15.5 87.9 85.5 155.9 173.7 169L234 465c-13.7-16.8-25.3-35.3-34.3-55-57.9-16.6-102.3-64.9-112.9-125.4zM416.3 40c-93.3 0-152.5 37-178.5 63.6-10 10.2-13.5 23.4-13.5 34.6l0 161.7c0 89.2 57.1 168.4 141.7 196.6l23.4 7.8c17.5 5.8 36.3 5.8 53.8 0l23.4-7.8c84.6-28.2 141.7-107.4 141.7-196.6l0-161.7c0-11.3-3.5-24.4-13.5-34.6-26-26.5-85.2-63.6-178.5-63.6zm-144 98.2c0-.7 .1-1.1 .1-1.4 17.3-17.5 64.2-48.8 143.9-48.8s126.5 31.3 143.8 48.8c.1 .2 .2 .7 .2 1.4l0 161.7c0 68.6-43.9 129.4-108.9 151.1l-23.4 7.8c-7.6 2.5-15.8 2.5-23.5 0L381.3 451c-65-21.7-108.9-82.5-108.9-151.1l0-161.7zM307 224.3c-2.9 8.4 4.5 15.7 13.4 15.7l64 0c8.8 0 16.3-7.4 13.4-15.7-6.5-18.8-24.4-32.3-45.4-32.3s-38.9 13.5-45.4 32.3zM512.3 240c8.8 0 16.3-7.4 13.4-15.7-6.5-18.8-24.4-32.3-45.4-32.3s-38.9 13.5-45.4 32.3c-2.9 8.4 4.5 15.7 13.4 15.7l64 0zM306.5 309.7c10.1 51.4 55.5 90.3 109.9 90.3s99.8-38.8 109.9-90.3c1.4-7-7-11-12.7-6.6-26.9 20.6-60.6 32.9-97.2 32.9s-70.2-12.3-97.2-32.9c-5.7-4.4-14.1-.4-12.7 6.6z'/%3E%3C/svg%3E")}.far.fa-message-captions,.fa-regular.fa-message-captions{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M203.7 512.9l0 0 91.9-64.9 120.4 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128L0 352c0 53 43 96 96 96l32 0 0 72c0 9 5 17.2 13 21.3s17.6 3.5 24.9-1.7l37.8-26.7zM295.6 400c-9.9 0-19.6 3.1-27.7 8.8-28.6 20.2-59.3 41.8-91.9 64.9l0-49.7c0-2.8-.5-5.6-1.4-8.1-3.3-9.3-12.2-15.9-22.6-15.9l-56 0c-26.5 0-48-21.5-48-48l0-224c0-26.5 21.5-48 48-48l320 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-120.4 0zM120 208c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-128 0zm224 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0zM120 304c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0zm144 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-128 0z'/%3E%3C/svg%3E")}.far.fa-message-text,.fa-regular.fa-message-text{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M203.7 512.9l0 0 91.9-64.9 120.4 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128L0 352c0 53 43 96 96 96l32 0 0 72c0 9 5 17.2 13 21.3s17.6 3.5 24.9-1.7l37.8-26.7zM295.6 400c-9.9 0-19.6 3.1-27.7 8.8-28.6 20.2-59.3 41.8-91.9 64.9l0-49.7c0-2.8-.5-5.6-1.4-8.1-3.3-9.3-12.2-15.9-22.6-15.9l-56 0c-26.5 0-48-21.5-48-48l0-224c0-26.5 21.5-48 48-48l320 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-120.4 0zM184 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0 0 120c0 13.3 10.7 24 24 24s24-10.7 24-24l0-120 48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z'/%3E%3C/svg%3E")}.far.fa-microphone,.fa-regular.fa-microphone{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M192 48c26.5 0 48 21.5 48 48l0 128c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-128c0-26.5 21.5-48 48-48zM96 96l0 128c0 53 43 96 96 96s96-43 96-96l0-128c0-53-43-96-96-96S96 43 96 96zM48 184c0-13.3-10.7-24-24-24S0 170.7 0 184l0 40c0 97.9 73.3 178.7 168 190.5l0 49.5-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-49.5c94.7-11.8 168-92.6 168-190.5l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 79.5-64.5 144-144 144S48 303.5 48 224l0-40z'/%3E%3C/svg%3E")}.far.fa-microphone-alt,.fa-regular.fa-microphone-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M240 96c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 128c0 26.5 21.5 48 48 48s48-21.5 48-48l-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-32-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0zM192 0c53 0 96 43 96 96l0 128c0 53-43 96-96 96s-96-43-96-96L96 96c0-53 43-96 96-96zM24 160c13.3 0 24 10.7 24 24l0 40c0 79.5 64.5 144 144 144s144-64.5 144-144l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 97.9-73.3 178.7-168 190.5l0 49.5 48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0 0-49.5C73.3 402.7 0 321.9 0 224l0-40c0-13.3 10.7-24 24-24z'/%3E%3C/svg%3E")}.far.fa-microphone-lines,.fa-regular.fa-microphone-lines{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M240 96c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 128c0 26.5 21.5 48 48 48s48-21.5 48-48l-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-32-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0zM192 0c53 0 96 43 96 96l0 128c0 53-43 96-96 96s-96-43-96-96L96 96c0-53 43-96 96-96zM24 160c13.3 0 24 10.7 24 24l0 40c0 79.5 64.5 144 144 144s144-64.5 144-144l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 97.9-73.3 178.7-168 190.5l0 49.5 48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0 0-49.5C73.3 402.7 0 321.9 0 224l0-40c0-13.3 10.7-24 24-24z'/%3E%3C/svg%3E")}.far.fa-mobile,.fa-regular.fa-mobile{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M80 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l224 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L80 48zM16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM152 368l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.far.fa-mobile-alt,.fa-regular.fa-mobile-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M64 448c0 8.8 7.2 16 16 16l224 0c8.8 0 16-7.2 16-16l0-112-256 0 0 112zm0-160l256 0 0-224c0-8.8-7.2-16-16-16L80 48c-8.8 0-16 7.2-16 16l0 224zM16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM192 432c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z'/%3E%3C/svg%3E")}.far.fa-mobile-button,.fa-regular.fa-mobile-button{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M80 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l224 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L80 48zM16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM192 352a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E")}.far.fa-mobile-screen,.fa-regular.fa-mobile-screen{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M64 448c0 8.8 7.2 16 16 16l224 0c8.8 0 16-7.2 16-16l0-112-256 0 0 112zm0-160l256 0 0-224c0-8.8-7.2-16-16-16L80 48c-8.8 0-16 7.2-16 16l0 224zM16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM152 376l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.far.fa-moon,.fa-regular.fa-moon{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M239.3 48.7c-107.1 8.5-191.3 98.1-191.3 207.3 0 114.9 93.1 208 208 208 33.3 0 64.7-7.8 92.6-21.7-103.4-23.4-180.6-115.8-180.6-226.3 0-65.8 27.4-125.1 71.3-167.3zM0 256c0-141.4 114.6-256 256-256 19.4 0 38.4 2.2 56.7 6.3 9.9 2.2 17.3 10.5 18.5 20.5s-4 19.8-13.1 24.4c-60.6 30.2-102.1 92.7-102.1 164.8 0 101.6 82.4 184 184 184 5 0 9.9-.2 14.8-.6 10.1-.8 19.6 4.8 23.8 14.1s2 20.1-5.3 27.1C387.3 484.8 324.8 512 256 512 114.6 512 0 397.4 0 256z'/%3E%3C/svg%3E")}.far.fa-navicon,.fa-regular.fa-navicon{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM0 256c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24zM448 424c0 13.3-10.7 24-24 24L24 448c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0c13.3 0 24 10.7 24 24z'/%3E%3C/svg%3E")}.far.fa-newspaper,.fa-regular.fa-newspaper{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M168 80c-13.3 0-24 10.7-24 24l0 304c0 8.4-1.4 16.5-4.1 24L440 432c13.3 0 24-10.7 24-24l0-304c0-13.3-10.7-24-24-24L168 80zM72 480c-39.8 0-72-32.2-72-72L0 112C0 98.7 10.7 88 24 88s24 10.7 24 24l0 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-304c0-39.8 32.2-72 72-72l272 0c39.8 0 72 32.2 72 72l0 304c0 39.8-32.2 72-72 72L72 480zM192 152c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-48zm152 24l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM216 256l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.far.fa-objects-column,.fa-regular.fa-objects-column{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M48 80l0 144 96 0 0-144-96 0zM0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 144c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM304 288l0 144 96 0 0-144-96 0zm-48 0c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 144c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-144zM144 384l-96 0 0 48 96 0 0-48zM48 336l96 0c26.5 0 48 21.5 48 48l0 48c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-48c0-26.5 21.5-48 48-48zM304 80l0 48 96 0 0-48-96 0zm-48 0c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 48c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-48z'/%3E%3C/svg%3E")}.far.fa-outdent,.fa-regular.fa-outdent{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 64C0 50.7 10.7 40 24 40l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 88C10.7 88 0 77.3 0 64zM192 192c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zm24 104l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM0 448c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 472c-13.3 0-24-10.7-24-24zM7 268.4C-.8 262-.8 250 7 243.6l94.8-78.1c10.4-8.6 26.2-1.2 26.2 12.4l0 156.2c0 13.5-15.7 20.9-26.2 12.4L7 268.4z'/%3E%3C/svg%3E")}.far.fa-paint-brush,.fa-regular.fa-paint-brush{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M498.4 0c-17.3 0-34.1 5.8-47.8 16.4L246.1 176.3c-25.3 19.7-41.4 48.6-45.2 80-2.9-.2-5.9-.3-8.9-.3-70.7 0-128 57.3-128 128 0 8.6 .9 17.1 2.5 25.2 3.6 18.1-8.5 38.8-27 38.8L32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c70.7 0 128-57.3 128-128 0-3-.1-5.9-.3-8.9 31.4-3.8 60.3-20 80-45.2L559.6 125.3C570.2 111.7 576 94.9 576 77.6 576 34.7 541.3 0 498.4 0zM307.1 328c-12.5-25.7-33.4-46.6-59.1-59.1 .6-21.4 10.7-41.5 27.6-54.8L480.2 54.3c5.2-4.1 11.6-6.3 18.2-6.3 16.3 0 29.6 13.2 29.6 29.6 0 6.6-2.2 13-6.3 18.2L361.9 300.3c-13.2 17-33.4 27.1-54.8 27.6zM272 384c0 44.2-35.8 80-80 80l-92.1 0c.5-.7 1-1.5 1.5-2.2 11.5-17.5 16.6-39.9 12.2-62-1-5.1-1.6-10.4-1.6-15.8 0-44.2 35.8-80 80-80s80 35.8 80 80z'/%3E%3C/svg%3E")}.far.fa-paper-plane,.fa-regular.fa-paper-plane{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M290.5 287.7L491.4 86.9 359 456.3 290.5 287.7zM457.4 53L256.6 253.8 88 185.3 457.4 53zM38.1 216.8l205.8 83.6 83.6 205.8c5.3 13.1 18.1 21.7 32.3 21.7 14.7 0 27.8-9.2 32.8-23.1L570.6 8c3.5-9.8 1-20.6-6.3-28s-18.2-9.8-28-6.3L39.4 151.7c-13.9 5-23.1 18.1-23.1 32.8 0 14.2 8.6 27 21.7 32.3z'/%3E%3C/svg%3E")}.far.fa-paper-plane-top,.fa-regular.fa-paper-plane-top{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M169.9 280L94.9 448.6 461.2 280 169.9 280zm291.3-48L94.9 63.4 169.9 232 461.2 232zM34.8 465.6L128 256 34.8 46.4C33 42.2 32 37.6 32 33 32 14.8 46.7 0 64.8 0 69.5 0 74.2 1 78.5 3L554.2 222c13.3 6.1 21.8 19.4 21.8 34s-8.5 27.9-21.8 34L78.5 509c-4.3 2-9 3-13.7 3-18.1 0-32.8-14.8-32.8-33 0-4.6 1-9.2 2.8-13.4z'/%3E%3C/svg%3E")}.far.fa-pen,.fa-regular.fa-pen{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M36.4 353.8c4.1-14.6 11.8-27.9 22.6-38.7l294-294C366.4 7.6 384.8 0 404 0s37.6 7.6 51.1 21.2l35.7 35.7C504.4 70.4 512 88.8 512 108s-7.6 37.6-21.2 51.1l-294 294c-10.7 10.7-24.1 18.5-38.7 22.6L30.4 511.1c-8.3 2.3-17.3 0-23.4-6.2s-8.5-15.1-6.2-23.4L36.4 353.8zM386.8 55.1l-52.9 52.9 70.1 70.1 52.9-52.9c4.6-4.6 7.1-10.7 7.1-17.2s-2.6-12.6-7.1-17.2L421.2 55.1C416.6 50.6 410.4 48 404 48s-12.6 2.6-17.2 7.1zM300 141.9L92.9 349.1c-4.9 4.9-8.4 10.9-10.3 17.6l-24.1 86.9 86.9-24.1c6.6-1.8 12.7-5.4 17.6-10.3L370.1 212 300 141.9z'/%3E%3C/svg%3E")}.far.fa-pencil,.fa-regular.fa-pencil{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M58.9 315.1c-10.7 10.7-18.5 24.1-22.6 38.7L.9 481.6c-2.3 8.3 0 17.3 6.2 23.4s15.1 8.5 23.4 6.2l127.8-35.5c14.6-4.1 27.9-11.8 38.7-22.6l294-294C504.4 145.6 512 127.2 512 108s-7.6-37.6-21.2-51.1L455.1 21.2C441.6 7.6 423.2 0 404 0s-37.6 7.6-51.1 21.2l-294 294zM404 48c6.4 0 12.6 2.6 17.2 7.1l35.7 35.7c4.6 4.6 7.1 10.7 7.1 17.2s-2.6 12.6-7.1 17.2L404 178.1 333.9 108 386.8 55.1c4.6-4.6 10.7-7.1 17.2-7.1zM109.9 332L300 141.9 370.1 212 180 402.1 109.9 332zM81.3 371.3l59.4 59.4-82.2 22.8 22.8-82.2z'/%3E%3C/svg%3E")}.far.fa-percent,.fa-regular.fa-percent{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M96 80a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 144a96 96 0 1 0 0-192 96 96 0 1 0 0 192zM352 336a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 144a96 96 0 1 0 0-192 96 96 0 1 0 0 192zM441 73c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 439c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L441 73z'/%3E%3C/svg%3E")}.far.fa-person,.fa-regular.fa-person{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M192-32a56 56 0 1 1 0 112 56 56 0 1 1 0-112zM160 320l64 0 0-152.9c-9.9-4.6-20.8-7.1-32-7.1s-22.1 2.5-32 7.1L160 320zm0 48l0 152c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-302.4-60.5 84.4c-7.7 10.8-22.7 13.3-33.5 5.5S4.8 284.8 12.5 274L91.7 163.5C114.8 131.2 152.2 112 192 112s77.2 19.2 100.3 51.5L371.5 274c7.7 10.8 5.2 25.8-5.5 33.5s-25.8 5.2-33.5-5.5L272 217.6 272 520c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-152-64 0z'/%3E%3C/svg%3E")}.far.fa-plane,.fa-regular.fa-plane{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M576 256c0-44.2-35.8-80-80-80L395.9 176 241.7 7.8c-4.5-5-11-7.8-17.7-7.8L152 0c-7.7 0-15 3.7-19.5 10s-5.7 14.3-3.3 21.6l48.1 144.4-39.4 0-57-57c-4.5-4.5-10.6-7-17-7l-40 0c-7.5 0-14.5 3.5-19 9.4S-1.1 135 .8 142.2L31.2 256 .8 369.8C-1.1 377 .4 384.7 5 390.6S16.5 400 24 400l40 0c6.4 0 12.5-2.5 17-7l57-57 39.4 0-48.1 144.4c-2.4 7.3-1.2 15.4 3.3 21.6s11.8 10 19.5 10l80 0c6.9 0 13.5-3 18.1-8.2L396.9 336 496 336c44.2 0 80-35.8 80-80zm-80-32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-110 0c-.7 0-1.3 0-2 .1l0-.1-256 0c-6.4 0-12.5 2.5-17 7l-55.4 55.4 23.5-88.2c1.1-4.1 1.1-8.3 0-12.4L55.7 161.6 111 217c4.5 4.5 10.6 7 17 7l256 0 0 0c.4 0 .9 0 1.3 0L496 224zM330.8 176l-102.8 0-42.7-128 28.1 0 117.3 128zM228 336l105.1 0-112 128-35.8 0 42.7-128z'/%3E%3C/svg%3E")}.far.fa-play,.fa-regular.fa-play{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M51.6 37.6C39.5 44.8 32 57.9 32 72l0 368c0 14.1 7.5 27.2 19.6 34.4s27.2 7.5 39.6 .7l336-184c12.8-7 20.8-20.5 20.8-35.1s-8-28.1-20.8-35.1l-336-184c-12.4-6.8-27.4-6.5-39.6 .7zM80 426.5L80 85.5 391.3 256 80 426.5z'/%3E%3C/svg%3E")}.far.fa-play-circle,.fa-regular.fa-play-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM212.5 147.5c-7.4-4.5-16.7-4.7-24.3-.5S176 159.3 176 168l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88zM298 256l-74 45.2 0-90.4 74 45.2z'/%3E%3C/svg%3E")}.far.fa-plug,.fa-regular.fa-plug{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M120-32c13.3 0 24 10.7 24 24l0 104 160 0 0-104c0-13.3 10.7-24 24-24s24 10.7 24 24l0 104 72 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 80c0 97.9-73.3 178.7-168 190.5l0 73.5c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-73.5C105.3 402.7 32 321.9 32 224l0-80-8 0c-13.3 0-24-10.7-24-24S10.7 96 24 96L96 96 96-8c0-13.3 10.7-24 24-24zM80 144l0 80c0 79.5 64.5 144 144 144s144-64.5 144-144l0-80-288 0z'/%3E%3C/svg%3E")}.far.fa-plus,.fa-regular.fa-plus{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M248 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176-176 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0 0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176 176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0 0-176z'/%3E%3C/svg%3E")}.far.fa-plus-circle,.fa-regular.fa-plus-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM232 344c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z'/%3E%3C/svg%3E")}.far.fa-qrcode,.fa-regular.fa-qrcode{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M48 80l0 96 96 0 0-96-96 0zM0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM48 336l0 96 96 0 0-96-96 0zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zM400 80l-96 0 0 96 96 0 0-96zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zM288 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 32c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm32-96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-32 32a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z'/%3E%3C/svg%3E")}.far.fa-question-circle,.fa-regular.fa-question-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm256-80c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E")}.far.fa-question-square,.fa-regular.fa-question-square{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 88c-16.1 0-29.2 13.1-29.2 29.2 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-42.6 34.6-77.2 77.2-77.2s77.2 34.6 77.2 77.2c0 45.5-34.5 64.7-53.7 71.8-2.3 10.8-11.9 19-23.5 19-13.3 0-24-10.7-24-24 0-20.2 14.6-34.6 29.5-39.5 6-2 12.3-5.1 16.8-9.5 3.9-3.8 6.9-9 6.9-17.7 0-16.1-13.1-29.2-29.2-29.2zM196 352a28 28 0 1 1 56 0 28 28 0 1 1 -56 0z'/%3E%3C/svg%3E")}.far.fa-rectangle-ad,.fa-regular.fa-rectangle-ad{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M64 112c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L64 112zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zm144 96l0 32 48 0 0-32c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16zm48 104l0-24-48 0 0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-104c0-35.3 28.7-64 64-64l16 0c35.3 0 64 28.7 64 64l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24zM416 184l0 144c0 13.3-10.7 24-24 24-7.1 0-13.5-3.1-17.9-8-10.2 5.1-21.8 8-34.1 8-42 0-76-34-76-76s34-76 76-76c9.9 0 19.3 1.9 28 5.3l0-21.3c0-13.3 10.7-24 24-24s24 10.7 24 24zm-76 64a28 28 0 1 0 0 56 28 28 0 1 0 0-56z'/%3E%3C/svg%3E")}.far.fa-refresh,.fa-regular.fa-refresh{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M109 108.9c81.2-81.2 212.9-81.2 294.2 0l27.1 27.1-78.2 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l136.1 0c13.3 0 24-10.7 24-24l0-136c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 78.1-27.1-27.1c-100-100-262.1-100-362 0-43.2 43.2-67.8 98.1-73.6 154.5-1.4 13.2 8.2 25 21.4 26.3s25-8.2 26.3-21.4C54 188.6 73.9 144.1 109 108.9zM510.7 282.5c1.4-13.2-8.2-25-21.4-26.3s-25 8.2-26.3 21.4c-4.7 45.8-24.7 90.4-59.8 125.5-81.2 81.2-212.9 81.2-294.2 0l-27.1-27.1 78.2 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 328c-13.3 0-24 10.7-24 24L0 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-78.1 27.1 27.1c100 100 262.1 100 362 0 43.2-43.2 67.8-98.1 73.6-154.5z'/%3E%3C/svg%3E")}.far.fa-reply,.fa-regular.fa-reply{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M176 128l0 24c0 13.3 10.7 24 24 24l136 0c70.7 0 128 57.3 128 128 0 15.3-1.9 29.1-5.2 41.5-16.8-60.9-72.6-105.5-138.8-105.5l-120 0c-13.3 0-24 10.7-24 24L176 329.4 54.6 208 176 86.6 176 128zm80 160l64 0c53 0 96 43 96 96 0 17.3-4.2 30.5-9.5 40.2-1.6 2.9-3.3 5.5-5 7.9-2.6 3.5-5.3 6.4-7.7 8.6-.5 .5-1 .9-1.4 1.4-4.8 4.9-8.3 11.3-8.3 18.1 0 10.9 8.8 19.7 19.7 19.7 2.8 0 5.6-.6 8.1-1.9 2.6-1.4 6.3-3.5 10.8-6.5 2.7-1.8 5.7-3.8 8.9-6.2 3.7-2.7 7.6-5.8 11.7-9.3 30.2-25.8 68.7-74.1 68.7-152.1 0-97.2-78.8-176-176-176l-112 0 0-80c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c9.2 9.2 22.9 11.9 34.9 6.9S224 380.9 224 368l0-80 32 0z'/%3E%3C/svg%3E")}.far.fa-robot,.fa-regular.fa-robot{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M344-8c0-13.3-10.7-24-24-24S296-21.3 296-8l0 72-104 0c-53 0-96 43-96 96l0 224c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96l-104 0 0-72zM320 112l128 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-256 0c-26.5 0-48-21.5-48-48l0-224c0-26.5 21.5-48 48-48l128 0zM176 360c0 13.3 10.7 24 24 24l32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0c-13.3 0-24 10.7-24 24zm112 0c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0c-13.3 0-24 10.7-24 24zm96 0c0 13.3 10.7 24 24 24l32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0c-13.3 0-24 10.7-24 24zM240 288a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm208-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 216c0-13.3-10.7-24-24-24S0 202.7 0 216L0 328c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112zm568-24c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24z'/%3E%3C/svg%3E")}.far.fa-sack-dollar,.fa-regular.fa-sack-dollar{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M379 56.7L332.6 138c83.9 76.5 163.4 153.7 163.4 278.8 0 52.6-42.6 95.2-95.2 95.2l-289.6 0C58.6 512 16 469.4 16 416.8 16 291.7 95.5 214.5 179.4 138L133 56.7C129.7 51 128 44.5 128 37.9 128 17 145 0 165.9 0L346.1 0c20.9 0 37.9 17 37.9 37.9 0 6.6-1.7 13.1-5 18.8zM226.6 160l-.9 .9C134.2 244.4 64 308.6 64 416.8 64 442.9 85.1 464 111.2 464l289.6 0c26.1 0 47.2-21.1 47.2-47.2 0-108.3-70.2-172.4-161.7-256l-.9-.9-58.7 0zm-6.8-48l72.3 0 36.6-64-145.4 0 36.6 64zM260 208c11 0 20 9 20 20l0 4 8 0c11 0 20 9 20 20s-9 20-20 20l-47.5 0c-6.9 0-12.5 5.6-12.5 12.5 0 6.1 4.4 11.3 10.4 12.3l41.7 7c25.3 4.2 43.9 26.1 43.9 51.8 0 26.1-19 47.7-44 51.8l0 4.7c0 11-9 20-20 20s-20-9-20-20l0-4-24 0c-11 0-20-9-20-20s9-20 20-20l55.5 0c6.9 0 12.5-5.6 12.5-12.5 0-6.1-4.4-11.3-10.4-12.3l-41.7-7c-25.3-4.2-43.9-26.1-43.9-51.8 0-28.8 23.2-52.2 52-52.5l0-4c0-11 9-20 20-20z'/%3E%3C/svg%3E")}.far.fa-screencast,.fa-regular.fa-screencast{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 80L64 80c-8.8 0-16 7.2-16 16l0 80.9c-7.5-.6-15-.9-22.7-.9L0 176 0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64l-144 0 0-25.3c0-7.6-.3-15.2-.9-22.7L448 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16zM24 224c128.1 0 232 103.9 232 232 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM0 344c0-13.3 10.7-24 24-24 75.1 0 136 60.9 136 136 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88-13.3 0-24-10.7-24-24z'/%3E%3C/svg%3E")}.far.fa-search,.fa-regular.fa-search{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M368 208a160 160 0 1 0 -320 0 160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z'/%3E%3C/svg%3E")}.far.fa-share,.fa-regular.fa-share{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M312 176c13.3 0 24-10.7 24-24L336 86.6 457.4 208 336 329.4 336 264c0-13.3-10.7-24-24-24l-120 0c-66.2 0-122 44.7-138.8 105.5-3.3-12.4-5.2-26.2-5.2-41.5 0-70.7 57.3-128 128-128l136 0zM288 288l0 80c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-9.2-9.2-22.9-11.9-34.9-6.9S288 35.1 288 48l0 80-112 0c-97.2 0-176 78.8-176 176 0 78 38.6 126.2 68.7 152.1 4.1 3.5 8.1 6.6 11.7 9.3 3.2 2.4 6.2 4.4 8.9 6.2 4.5 3 8.3 5.1 10.8 6.5 2.5 1.4 5.3 1.9 8.1 1.9 10.9 0 19.7-8.9 19.7-19.7 0-6.8-3.6-13.2-8.3-18.1-.5-.5-.9-.9-1.4-1.4-2.4-2.3-5.1-5.1-7.7-8.6-1.7-2.3-3.4-5-5-7.9-5.3-9.7-9.5-22.9-9.5-40.2 0-53 43-96 96-96l96 0z'/%3E%3C/svg%3E")}.far.fa-share-alt,.fa-regular.fa-share-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M432 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm48 0c0 53-43 96-96 96-27.4 0-52.1-11.5-69.6-29.9L188.9 231.8c2 7.7 3.1 15.8 3.1 24.2s-1.1 16.5-3.1 24.2l125.5 69.7c17.5-18.4 42.2-29.9 69.6-29.9 53 0 96 43 96 96s-43 96-96 96-96-43-96-96c0-8.3 1.1-16.5 3.1-24.2L165.6 322.1C148.1 340.5 123.4 352 96 352 43 352 0 309 0 256s43-96 96-96c27.4 0 52.1 11.5 69.6 29.9l125.5-69.7c-2-7.7-3.1-15.8-3.1-24.2 0-53 43-96 96-96s96 43 96 96zM144 256a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM384 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96z'/%3E%3C/svg%3E")}.far.fa-share-nodes,.fa-regular.fa-share-nodes{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M432 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm48 0c0 53-43 96-96 96-27.4 0-52.1-11.5-69.6-29.9L188.9 231.8c2 7.7 3.1 15.8 3.1 24.2s-1.1 16.5-3.1 24.2l125.5 69.7c17.5-18.4 42.2-29.9 69.6-29.9 53 0 96 43 96 96s-43 96-96 96-96-43-96-96c0-8.3 1.1-16.5 3.1-24.2L165.6 322.1C148.1 340.5 123.4 352 96 352 43 352 0 309 0 256s43-96 96-96c27.4 0 52.1 11.5 69.6 29.9l125.5-69.7c-2-7.7-3.1-15.8-3.1-24.2 0-53 43-96 96-96s96 43 96 96zM144 256a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM384 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96z'/%3E%3C/svg%3E")}.far.fa-shield,.fa-regular.fa-shield{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 49.4L73.1 127c-5.9 2.5-9.1 7.8-9 12.8 .5 91.4 38.4 249.3 186.4 320.1 3.6 1.7 7.8 1.7 11.3 0 148-70.8 185.9-228.7 186.3-320.1 0-5-3.1-10.2-9-12.8L256 49.4zM269.4 2.9L457.8 82.8c22 9.3 38.4 31 38.3 57.2-.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0-172.4-82.5-213.2-264-213.6-363.2-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.9 1 251.4 0 256 0s9.2 1 13.4 2.9z'/%3E%3C/svg%3E")}.far.fa-sign-in,.fa-regular.fa-sign-in{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M209 409L345 273c9.4-9.4 9.4-24.6 0-33.9L209 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-246.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l246.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zM344 80l72 0c26.5 0 48 21.5 48 48l0 256c0 26.5-21.5 48-48 48l-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24z'/%3E%3C/svg%3E")}.far.fa-siren-on,.fa-regular.fa-siren-on{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M69.3 36c-11-7.4-25.9-4.4-33.3 6.7S31.7 68.6 42.7 76l48 32c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3l-48-32zM597.3 76c11-7.4 14-22.3 6.7-33.3s-22.3-14-33.3-6.7l-48 32c-11 7.4-14 22.3-6.7 33.3s22.3 14 33.3 6.7l48-32zM24 192c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0zm528 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0zM185.2 320L216 93.8c1.1-7.9 7.9-13.8 15.9-13.8l176.3 0c8 0 14.8 5.9 15.9 13.8l30.8 226.2-163.1 0 12.2-133.8c1.2-13.2-8.5-24.9-21.7-26.1s-24.9 8.5-26.1 21.7l-12.6 138.2-58.4 0zm318.2 .6L471.5 87.4C467.2 55.6 440.1 32 408.1 32L231.9 32c-32 0-59.1 23.6-63.4 55.4L136.7 320.6C113.6 324.1 96 344 96 368l0 64c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-64c0-24-17.6-43.9-40.6-47.4zM144 368l352 0 0 64-352 0 0-64z'/%3E%3C/svg%3E")}.far.fa-sliders,.fa-regular.fa-sliders{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M24 72C10.7 72 0 82.7 0 96s10.7 24 24 24l91.7 0c10.2 32.5 40.5 56 76.3 56s66.1-23.5 76.3-56L488 120c13.3 0 24-10.7 24-24s-10.7-24-24-24L268.3 72C258.1 39.5 227.8 16 192 16s-66.1 23.5-76.3 56L24 72zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24l251.7 0c10.2 32.5 40.5 56 76.3 56s66.1-23.5 76.3-56l59.7 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-59.7 0c-10.2-32.5-40.5-56-76.3-56s-66.1 23.5-76.3 56L24 232zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24l59.7 0c10.2 32.5 40.5 56 76.3 56s66.1-23.5 76.3-56L488 440c13.3 0 24-10.7 24-24s-10.7-24-24-24l-251.7 0c-10.2-32.5-40.5-56-76.3-56s-66.1 23.5-76.3 56L24 392zm136 56a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM352 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM160 96a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E")}.far.fa-snowflake,.fa-regular.fa-snowflake{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M280.1-8c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 78.1-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l57 57 0 76.5-66.2-38.2-20.9-77.8c-3.4-12.8-16.6-20.4-29.4-17S95.2 98 98.7 110.8l8.4 31.5-67.6-39C28 96.6 13.3 100.5 6.7 112S4 138.2 15.5 144.8l67.6 39-31.5 8.4c-12.8 3.4-20.4 16.6-17 29.4s16.6 20.4 29.4 17l77.8-20.9 66.2 38.2-66.2 38.2-77.8-20.9c-12.8-3.4-26 4.2-29.4 17s4.2 26 17 29.4l31.5 8.4-67.6 39C4 373.8 .1 388.5 6.7 400s21.3 15.4 32.8 8.8l67.6-39-8.4 31.5c-3.4 12.8 4.2 26 17 29.4s26-4.2 29.4-17l20.9-77.8 66.2-38.2 0 76.5-57 57c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l23-23 0 78.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-78.1 23 23c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-57-57 0-76.5 66.2 38.2 20.9 77.8c3.4 12.8 16.6 20.4 29.4 17s20.4-16.6 17-29.4l-8.4-31.5 67.6 39c11.5 6.6 26.2 2.7 32.8-8.8s2.7-26.2-8.8-32.8l-67.6-39 31.5-8.4c12.8-3.4 20.4-16.6 17-29.4s-16.6-20.4-29.4-17l-77.8 20.9-66.2-38.2 66.2-38.2 77.8 20.9c12.8 3.4 26-4.2 29.4-17s-4.2-26-17-29.4l-31.5-8.4 67.6-39c11.5-6.6 15.4-21.3 8.8-32.8s-21.3-15.4-32.8-8.8l-67.6 39 8.4-31.5c3.4-12.8-4.2-26-17-29.4s-26 4.2-29.4 17l-20.9 77.8-66.2 38.2 0-76.5 57-57c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23 0-78.1z'/%3E%3C/svg%3E")}.far.fa-spinner,.fa-regular.fa-spinner{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M288 32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM448 256a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zM32 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM75 437A32 32 0 1 0 120.2 391.8 32 32 0 1 0 75 437zm316.8 0A32 32 0 1 0 437 391.8 32 32 0 1 0 391.8 437zM75 75A32 32 0 1 0 120.2 120.2 32 32 0 1 0 75 75z'/%3E%3C/svg%3E")}.far.fa-square-plus,.fa-regular.fa-square-plus{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM200 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z'/%3E%3C/svg%3E")}.far.fa-star,.fa-regular.fa-star{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288.1-32c9 0 17.3 5.1 21.4 13.1L383 125.3 542.9 150.7c8.9 1.4 16.3 7.7 19.1 16.3s.5 18-5.8 24.4L441.7 305.9 467 465.8c1.4 8.9-2.3 17.9-9.6 23.2s-17 6.1-25 2L288.1 417.6 143.8 491c-8 4.1-17.7 3.3-25-2s-11-14.2-9.6-23.2L134.4 305.9 20 191.4c-6.4-6.4-8.6-15.8-5.8-24.4s10.1-14.9 19.1-16.3l159.9-25.4 73.6-144.2c4.1-8 12.4-13.1 21.4-13.1zm0 76.8L230.3 158c-3.5 6.8-10 11.6-17.6 12.8l-125.5 20 89.8 89.9c5.4 5.4 7.9 13.1 6.7 20.7l-19.8 125.5 113.3-57.6c6.8-3.5 14.9-3.5 21.8 0l113.3 57.6-19.8-125.5c-1.2-7.6 1.3-15.3 6.7-20.7l89.8-89.9-125.5-20c-7.6-1.2-14.1-6-17.6-12.8L288.1 44.8z'/%3E%3C/svg%3E")}.far.fa-stars,.fa-regular.fa-stars{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M325.8 152.3c1.3 4.6 5.5 7.7 10.2 7.7s8.9-3.1 10.2-7.7L360 104 408.3 90.2c4.6-1.3 7.7-5.5 7.7-10.2s-3.1-8.9-7.7-10.2L360 56 346.2 7.7C344.9 3.1 340.8 0 336 0s-8.9 3.1-10.2 7.7L312 56 263.7 69.8c-4.6 1.3-7.7 5.5-7.7 10.2s3.1 8.9 7.7 10.2L312 104 325.8 152.3zM115.7 346.2L75.5 307 131 298.9c15.6-2.3 29.2-12.1 36.1-26.3l24.8-50.3 24.8 50.3c7 14.2 20.5 24 36.1 26.3l55.5 8.1-40.2 39.2c-11.3 11-16.4 26.9-13.8 42.4l9.5 55.4-49.5-26.1c-14-7.4-30.7-7.4-44.7 0L120 444 129.5 388.7c2.7-15.6-2.5-31.4-13.8-42.4zm54.7-188.8l-46.3 94-103.5 15.1C.9 269.3-7 293.5 7.3 307.4l74.9 73.2-17.7 103.3c-3.4 19.6 17.2 34.6 34.8 25.3l92.6-48.8 92.6 48.8c17.6 9.3 38.2-5.7 34.8-25.3l-17.7-103.3 74.9-73.2c14.2-13.9 6.4-38.1-13.3-40.9l-103.5-15.1-46.3-94c-8.8-17.9-34.3-17.9-43.1 0zm258.4 85.8l11 38.6c1 3.6 4.4 6.2 8.2 6.2s7.1-2.5 8.2-6.2l11-38.6 38.6-11c3.6-1 6.2-4.4 6.2-8.2s-2.5-7.1-6.2-8.2l-38.6-11-11-38.6c-1-3.6-4.4-6.2-8.2-6.2s-7.1 2.5-8.2 6.2l-11 38.6-38.6 11c-3.6 1-6.2 4.4-6.2 8.2s2.5 7.1 6.2 8.2l38.6 11z'/%3E%3C/svg%3E")}.far.fa-sticky-note,.fa-regular.fa-sticky-note{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M240 432L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0c8.8 0 16 7.2 16 16l0 176-88 0c-39.8 0-72 32.2-72 72l0 88zM380.1 320L288 412.1 288 344c0-13.3 10.7-24 24-24l68.1 0zM0 416c0 35.3 28.7 64 64 64l197.5 0c17 0 33.3-6.7 45.3-18.7L429.3 338.7c12-12 18.7-28.3 18.7-45.3L448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416z'/%3E%3C/svg%3E")}.far.fa-stopwatch,.fa-regular.fa-stopwatch{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M144 24c0-13.3 10.7-24 24-24L280 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 25.3c49.6 5.5 94.1 27.7 127.8 61L399 111c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-26.8 26.8c21.4 33.5 33.9 73.4 33.9 116.2 0 119.3-96.7 216-216 216S8 407.3 8 288C8 176.8 92 85.3 200 73.3l0-25.3-32 0c-13.3 0-24-10.7-24-24zm80 96a168 168 0 1 0 0 336 168 168 0 1 0 0-336zm24 64l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-104c0-13.3 10.7-24 24-24s24 10.7 24 24z'/%3E%3C/svg%3E")}.far.fa-sun,.fa-regular.fa-sun{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288-32c8 0 15.4 4 19.9 10.6l58.8 87.4 103.4-20.2c7.8-1.5 15.9 .9 21.6 6.6s8.1 13.8 6.6 21.6L478 177.3 565.4 236.1C572 240.5 576 248 576 256s-4 15.4-10.6 19.9L478 334.7 498.2 438c1.5 7.8-.9 15.9-6.6 21.6s-13.8 8.1-21.6 6.6L366.7 446 307.9 533.4C303.4 540 296 544 288 544s-15.4-4-19.9-10.6L209.3 446 105.9 466.2c-7.8 1.5-15.9-.9-21.6-6.6s-8.1-13.8-6.6-21.6L98 334.7 10.6 275.9C4 271.4 0 264 0 256s4-15.4 10.6-19.9L98 177.3 77.8 73.9c-1.5-7.8 .9-15.9 6.6-21.6s13.8-8.1 21.6-6.6l103.3 20.2 58.8-87.4 1.8-2.3C274.4-29 281-32 288-32zm-47.8 138c-5.4 8-15 12-24.5 10.2l-84-16.4 16.4 84c1.8 9.5-2.2 19.1-10.2 24.5L67 256 138 303.8c8 5.4 12 15 10.2 24.5l-16.4 84 84-16.4 3.5-.4c8.3-.4 16.3 3.6 21 10.6l47.8 71 47.8-71 2.2-2.8c5.6-6.1 14-9 22.3-7.3l84 16.4-16.4-84c-1.8-9.5 2.2-19.1 10.2-24.5l71-47.8-71-47.8c-8-5.4-12-15-10.2-24.5l16.4-84-84 16.4c-9.5 1.8-19.1-2.2-24.5-10.2l-47.8-71-47.8 71zM288 376a120 120 0 1 1 0-240 120 120 0 1 1 0 240zm0-192a72 72 0 1 0 0 144 72 72 0 1 0 0-144z'/%3E%3C/svg%3E")}.far.fa-tags,.fa-regular.fa-tags{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M367.2 38.9c-9.4 9.3-9.5 24.5-.2 33.9L515.3 223.1c9.2 9.4 9.2 24.4 0 33.7L358.8 415.1c-9.3 9.4-9.2 24.6 .2 33.9s24.6 9.2 33.9-.2L549.4 290.6c27.7-28 27.7-73.1 0-101.2L401.2 39.1c-9.3-9.4-24.5-9.5-33.9-.2zM80.1 96c0-8.8 7.2-16 16-16l133.5 0c4.2 0 8.3 1.7 11.3 4.7l144 144c6.2 6.2 6.2 16.4 0 22.6L251.4 384.8c-6.2 6.2-16.4 6.2-22.6 0l-144-144c-3-3-4.7-7.1-4.7-11.3L80.1 96zm-48 0l0 133.5c0 17 6.7 33.3 18.7 45.3l144 144c25 25 65.5 25 90.5 0L418.8 285.3c25-25 25-65.5 0-90.5l-144-144c-12-12-28.3-18.7-45.3-18.7L96.1 32c-35.3 0-64 28.7-64 64zm112 80a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/svg%3E")}.far.fa-television,.fa-regular.fa-television{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 80c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 416c-35.3 0-64-28.7-64-64L0 96zM152 464l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-272 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.far.fa-th-large,.fa-regular.fa-th-large{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M248 80l0 152 152 0 0-136c0-8.8-7.2-16-16-16L248 80zm-48 0L64 80c-8.8 0-16 7.2-16 16l0 136 152 0 0-152zM0 280L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 280zm400 0l-152 0 0 152 136 0c8.8 0 16-7.2 16-16l0-136zM200 432l0-152-152 0 0 136c0 8.8 7.2 16 16 16l136 0z'/%3E%3C/svg%3E")}.far.fa-theater-masks,.fa-regular.fa-theater-masks{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M145.3 156.5c-20.7 3.6-35.9 20-39.1 39.7-1.4 8.7 7.2 14.7 15.9 13.2l54.2-9.6 0-38.3c-9.2-4.9-20-6.9-31-5zM131.4 316.4c-1.9 9.7 7.2 17.2 16.9 15.5l29.1-5.1c-.7-7.7-1.1-15.5-1.1-23.3l0-51.4c-23.4 14-39.8 37.5-44.9 64.3zM86.7 284.5L58.6 125.3c-.1-.7-.1-1.1-.1-1.4 14-20.2 54.7-59.2 133.2-73 12.6-2.2 24.6-3.5 35.8-4 20.8-15.1 47.9-29.3 81.1-39.4-32.8-8.8-75-12.7-125.3-3.8-91.9 16.2-143.8 63-164.7 93.6-8.1 11.8-9.3 25.3-7.3 36.5L39.4 292.9c15.5 87.9 85.5 155.9 173.7 169L234 465c-13.7-16.8-25.3-35.3-34.3-55-57.9-16.6-102.3-64.9-112.9-125.4zM416.3 40c-93.3 0-152.5 37-178.5 63.6-10 10.2-13.5 23.4-13.5 34.6l0 161.7c0 89.2 57.1 168.4 141.7 196.6l23.4 7.8c17.5 5.8 36.3 5.8 53.8 0l23.4-7.8c84.6-28.2 141.7-107.4 141.7-196.6l0-161.7c0-11.3-3.5-24.4-13.5-34.6-26-26.5-85.2-63.6-178.5-63.6zm-144 98.2c0-.7 .1-1.1 .1-1.4 17.3-17.5 64.2-48.8 143.9-48.8s126.5 31.3 143.8 48.8c.1 .2 .2 .7 .2 1.4l0 161.7c0 68.6-43.9 129.4-108.9 151.1l-23.4 7.8c-7.6 2.5-15.8 2.5-23.5 0L381.3 451c-65-21.7-108.9-82.5-108.9-151.1l0-161.7zM307 224.3c-2.9 8.4 4.5 15.7 13.4 15.7l64 0c8.8 0 16.3-7.4 13.4-15.7-6.5-18.8-24.4-32.3-45.4-32.3s-38.9 13.5-45.4 32.3zM512.3 240c8.8 0 16.3-7.4 13.4-15.7-6.5-18.8-24.4-32.3-45.4-32.3s-38.9 13.5-45.4 32.3c-2.9 8.4 4.5 15.7 13.4 15.7l64 0zM306.5 309.7c10.1 51.4 55.5 90.3 109.9 90.3s99.8-38.8 109.9-90.3c1.4-7-7-11-12.7-6.6-26.9 20.6-60.6 32.9-97.2 32.9s-70.2-12.3-97.2-32.9c-5.7-4.4-14.1-.4-12.7 6.6z'/%3E%3C/svg%3E")}.far.fa-thumbs-down,.fa-regular.fa-thumbs-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M360 32l7.4 .4c35 3.6 62.5 32.2 64.4 67.7 17.8 11.8 30.1 31.4 32 53.9l.2 6c0 5.7-.7 11.2-2 16.5 10.2 11.5 16.8 26.3 17.8 42.7l.2 4.8c0 13.2-3.6 25.4-9.8 36 4.9 8.4 8.2 17.9 9.3 28l.4 8c0 37.3-28.3 67.9-64.6 71.6l-7.4 .4-109.7 0 14.1 30 3.1 7.6c12.5 35.7-1.8 75.5-34.2 95l-7.2 3.9c-37.5 17.6-81.7 3.6-102.6-31.2l-.6-.9-2.7-5-.6-1.2-30.1-64c-9.4 17.8-28 29.9-49.5 29.9l-32 0c-30.9 0-56-25.1-56-56L0 152c0-30.9 25.1-56 56-56l32 0c12.4 0 23.9 4.1 33.2 11 13.2-21.4 32-39.4 55-51.6l12.2-6.5 .7-.3 6.6-3.2 .7-.3 7.1-3c16.7-6.6 34.5-9.9 52.6-9.9L360 32zM255.9 80c-12 0-23.9 2.3-35.1 6.6l-4.7 2-5.3 2.6 0 0-12.2 6.5c-29.2 15.5-48.3 44.9-50.7 77.6l-.2 8 0 112.9 .1 4.1c.5 8.2 2.5 16.2 6 23.7l56.8 120.9 2.1 3.8c8.4 13.7 26 19.1 40.8 12.2l2.9-1.6c13-7.8 18.7-23.7 13.7-38l-1.2-3-30.2-64.2c-3.5-7.4-2.9-16.1 1.5-23.1s12-11.1 20.2-11.1l147.5 0 2.4-.1c11.3-1.1 20.3-10.1 21.4-21.4l.1-2.5c0-7.1-3.1-13.5-8.2-18-5.2-4.6-8.2-11.1-8.2-18s3-13.4 8.2-18c4.4-3.9 7.4-9.3 8-15.3l.2-2.7c0-8.4-4.4-15.9-11.2-20.2-10.7-6.9-14.2-20.9-8-32 1.5-2.6 2.5-5.6 2.9-8.6l.2-3.2c0-10.6-6.9-19.6-16.6-22.8-11.7-3.8-18.7-15.9-16-28 .2-.9 .3-1.8 .4-2.6l.2-2.6c0-12.4-9.5-22.6-21.6-23.8L360 80 255.9 80zM56 144c-4.4 0-8 3.6-8 8l0 224c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-224c0-4.4-3.6-8-8-8l-32 0z'/%3E%3C/svg%3E")}.far.fa-thumbs-up,.fa-regular.fa-thumbs-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M171.5 38.8C192.3 4 236.5-10 274 7.6l7.2 3.8C316 32.3 330 76.5 312.4 114l0 0-14.1 30 109.7 0 7.4 .4c36.3 3.7 64.6 34.4 64.6 71.6 0 13.2-3.6 25.4-9.8 36 6.1 10.6 9.7 22.8 9.8 36 0 18.3-6.9 34.8-18 47.5 1.3 5.3 2 10.8 2 16.5 0 25.1-12.9 47-32.2 59.9-1.9 35.5-29.4 64.2-64.4 67.7l-7.4 .4-104.1 0c-18 0-35.9-3.4-52.6-9.9l-7.1-3-.7-.3-6.6-3.2-.7-.3-12.2-6.5c-12.3-6.5-23.3-14.7-32.9-24.1-4.1 26.9-27.3 47.4-55.3 47.4l-32 0c-30.9 0-56-25.1-56-56L0 200c0-30.9 25.1-56 56-56l32 0c10.8 0 20.9 3.1 29.5 8.5l50.1-106.5 .6-1.2 2.7-5 .6-.9zM56 192c-4.4 0-8 3.6-8 8l0 224c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-224c0-4.4-3.6-8-8-8l-32 0zM253.6 51c-14.8-6.9-32.3-1.6-40.7 12l-2.2 4-56.8 120.9c-3.5 7.5-5.5 15.5-6 23.7l-.1 4.2 0 112.9 .2 7.9c2.4 32.7 21.4 62.1 50.7 77.7l11.5 6.1 6.3 3.1c12.4 5.6 25.8 8.5 39.4 8.5l104.1 0 2.4-.1c12.1-1.2 21.6-11.5 21.6-23.9l-.2-2.6c-.1-.9-.2-1.7-.4-2.6-2.7-12.1 4.3-24.2 16-28 9.7-3.1 16.6-12.2 16.6-22.8 0-4.3-1.1-8.2-3.1-11.8-6.3-11.1-2.8-25.2 8-32 6.8-4.3 11.2-11.8 11.2-20.2 0-7.1-3.1-13.5-8.2-18-5.2-4.6-8.2-11.1-8.2-18s3-13.4 8.2-18c5.1-4.5 8.2-10.9 8.2-18l-.1-2.4c-1.1-11.3-10.1-20.3-21.4-21.4l-2.4-.1-147.5 0c-8.2 0-15.8-4.2-20.2-11.1-4.4-6.9-5-15.7-1.5-23.1L269 93.6c7-15 1.4-32.7-12.5-41L253.6 51z'/%3E%3C/svg%3E")}.far.fa-ticket,.fa-regular.fa-ticket{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M48 128l0 44.9c28.7 16.6 48 47.6 48 83.1s-19.3 66.6-48 83.1L48 384c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-44.9c-28.7-16.6-48-47.6-48-83.1s19.3-66.6 48-83.1l0-44.9c0-8.8-7.2-16-16-16L64 112c-8.8 0-16 7.2-16 16zM0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 64c0 8.8-7.4 15.7-15.7 18.6-18.8 6.5-32.3 24.4-32.3 45.4s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6l0 64c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64l0-64C0 311.2 7.4 304.3 15.7 301.4 34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192l0-64zM400 304l0-96-224 0 0 96 224 0zM128 192c0-17.7 14.3-32 32-32l256 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-128z'/%3E%3C/svg%3E")}.far.fa-ticket-simple,.fa-regular.fa-ticket-simple{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 112l448 0c8.8 0 16 7.2 16 16l0 44.9c-28.7 16.6-48 47.6-48 83.1s19.3 66.6 48 83.1l0 44.9c0 8.8-7.2 16-16 16L64 400c-8.8 0-16-7.2-16-16l0-44.9c28.7-16.6 48-47.6 48-83.1s-19.3-66.6-48-83.1L48 128c0-8.8 7.2-16 16-16zm0-48C28.7 64 0 92.7 0 128l0 64C0 200.8 7.4 207.7 15.7 210.6 34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320l0 64c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-64c0-8.8-7.4-15.7-15.7-18.6-18.8-6.5-32.3-24.4-32.3-45.4s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6l0-64c0-35.3-28.7-64-64-64L64 64z'/%3E%3C/svg%3E")}.far.fa-times,.fa-regular.fa-times{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M7.5 105c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l151 151 151-151c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-151 151 151 151c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-151-151-151 151c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l151-151-151-151z'/%3E%3C/svg%3E")}.far.fa-times-circle,.fa-regular.fa-times-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM167 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z'/%3E%3C/svg%3E")}.far.fa-toggle-off,.fa-regular.fa-toggle-off{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M384 112c79.5 0 144 64.5 144 144S463.5 400 384 400l-192 0c-79.5 0-144-64.5-144-144s64.5-144 144-144l192 0zM576 256c0-106-86-192-192-192L192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192zm-336 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM96 256a96 96 0 1 0 192 0 96 96 0 1 0 -192 0z'/%3E%3C/svg%3E")}.far.fa-trash,.fa-regular.fa-trash{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M136.2 4.8c4.7-12.5 16.6-20.8 30-20.8l115.6 0c13.3 0 25.3 8.3 30 20.8L328 48 424 48c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 96C10.7 96 0 85.3 0 72S10.7 48 24 48l96 0 16.2-43.2zm-84.6 448L28.7 144 76.9 144 99.5 449.2c.6 8.4 7.6 14.8 16 14.8l217.1 0c8.4 0 15.3-6.5 16-14.8l22.6-305.2 48.1 0-22.9 308.7c-2.5 33.4-30.3 59.3-63.8 59.3l-217.1 0c-33.5 0-61.3-25.9-63.8-59.3z'/%3E%3C/svg%3E")}.far.fa-trash-alt,.fa-regular.fa-trash-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M166.2-16c-13.3 0-25.3 8.3-30 20.8L120 48 24 48C10.7 48 0 58.7 0 72S10.7 96 24 96l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-96 0-16.2-43.2C307.1-7.7 295.2-16 281.8-16L166.2-16zM32 144l0 304c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-304-48 0 0 304c0 8.8-7.2 16-16 16L96 464c-8.8 0-16-7.2-16-16l0-304-48 0zm160 72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176zm112 0c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176z'/%3E%3C/svg%3E")}.far.fa-triangle-exclamation,.fa-regular.fa-triangle-exclamation{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256.5 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.6 480 472.5 480l-432 0c-14.1 0-27.1-7.4-34.3-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zM53.9 432L459.1 432 256.5 56.8 53.9 432zm202.6-40a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-208c18.6 0 33 16.1 31 34.6l-7.1 64.1C279 294.8 268.7 304 256.5 304s-22.5-9.2-23.8-21.3l-7.1-64.1c-2-18.5 12.4-34.6 31-34.6z'/%3E%3C/svg%3E")}.far.fa-tv,.fa-regular.fa-tv{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 80c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 416c-35.3 0-64-28.7-64-64L0 96zM152 464l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-272 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.far.fa-tv-retro,.fa-regular.fa-tv-retro{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M135 7c9.4-9.4 24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 126.1 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64l126.1 0-55-55c-9.4-9.4-9.4-24.6 0-33.9zM64 144c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L64 144zm80 48l160 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-160 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm240 40a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm24 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E")}.far.fa-user,.fa-regular.fa-user{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M144 128a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zm208 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM48 480c0-70.7 57.3-128 128-128l96 0c70.7 0 128 57.3 128 128l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8c0-97.2-78.8-176-176-176l-96 0C78.8 304 0 382.8 0 480l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8z'/%3E%3C/svg%3E")}.far.fa-user-crown,.fa-regular.fa-user-crown{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224 224c-44.2 0-80-35.8-80-80l160 0c0 44.2-35.8 80-80 80zM96 16l0 128c0 70.7 57.3 128 128 128s128-57.3 128-128l0-128c0-8.8-7.2-16-16-16l-3.2 0c-3.2 0-6.2 .9-8.9 2.7l-20 13.3-2.2 1.4c-12.7 8.5-29.6 6.8-40.4-4L237.7-10.3C234-14 229.1-16 224-16s-10 2-13.7 5.7L186.6 13.4c-10.8 10.8-27.7 12.5-40.4 4L144 16 124 2.7C121.4 .9 118.3 0 115.2 0L112 0c-8.8 0-16 7.2-16 16zM48 488c0-66.3 53.7-120 120-120l112 0c66.3 0 120 53.7 120 120 0 13.3 10.7 24 24 24s24-10.7 24-24c0-92.8-75.2-168-168-168l-112 0c-92.8 0-168 75.2-168 168 0 13.3 10.7 24 24 24s24-10.7 24-24z'/%3E%3C/svg%3E")}.far.fa-user-lock,.fa-regular.fa-user-lock{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM48 480l0 8c0 13.3-10.7 24-24 24S0 501.3 0 488l0-8c0-97.2 78.8-176 176-176l96 0c22.6 0 44.2 4.3 64 12l0 12.4c-9.5 8.5-17.3 18.8-22.8 30.4-12.9-4.4-26.8-6.8-41.2-6.8l-96 0c-70.7 0-128 57.3-128 128zM496 304.1c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 47.9 64 0 0-47.9zM352 400c0-20.9 13.4-38.7 32-45.3l0-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80l0 50.6c18.6 6.6 32 24.4 32 45.3l0 96c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48l0-96z'/%3E%3C/svg%3E")}.far.fa-users,.fa-regular.fa-users{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm0-176a112 112 0 1 1 0 224 112 112 0 1 1 0-224zM296 336c-57.4 0-104 46.6-104 104l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-83.9 68.1-152 152-152l48 0c83.9 0 152 68.1 152 152l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-57.4-46.6-104-104-104l-48 0zm135.4-93.2c11.7-11.3 21.6-24.4 29.4-38.8 5.9 2.6 12.4 4 19.2 4 26.5 0 48-21.5 48-48s-21.5-48-48-48l-.8 0c-1.6-16.6-5.8-32.4-12.1-47.1 4.2-.6 8.6-.9 12.9-.9 53 0 96 43 96 96s-43 96-96 96c-17.7 0-34.3-4.8-48.6-13.2zM160 64c4.4 0 8.7 .3 12.9 .9-6.3 14.7-10.5 30.6-12.1 47.1l-.8 0c-26.5 0-48 21.5-48 48s21.5 48 48 48c6.8 0 13.3-1.4 19.2-4 7.8 14.4 17.7 27.5 29.4 38.8-14.2 8.4-30.8 13.2-48.6 13.2-53 0-96-43-96-96s43-96 96-96zM149.3 304c-15.1 16.3-27.5 35-36.5 55.6-38 15.5-64.8 52.8-64.8 96.4 0 13.3-10.7 24-24 24S0 469.3 0 456c0-83.1 66.6-150.6 149.3-152zm377.9 55.6c-9-20.6-21.5-39.4-36.5-55.6 82.7 1.4 149.3 68.9 149.3 152 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-43.6-26.8-80.9-64.8-96.4z'/%3E%3C/svg%3E")}.far.fa-video,.fa-regular.fa-video{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M96 112c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L96 112zM32 128c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L96 448c-35.3 0-64-28.7-64-64l0-256zm505.6-11.2c4.2-3.1 9.2-4.8 14.4-4.8 13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24-5.2 0-10.2-1.7-14.4-4.8l-73.6-55.2 0-60 64 48 0-144-64 48 0-60 73.6-55.2z'/%3E%3C/svg%3E")}.far.fa-wallet,.fa-regular.fa-wallet{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M88 32C39.4 32 0 71.4 0 120L0 360c0 48.6 39.4 88 88 88l336 0c48.6 0 88-39.4 88-88l0-144c0-48.6-39.4-88-88-88l-304 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l304 0c22.1 0 40 17.9 40 40l0 144c0 22.1-17.9 40-40 40L88 400c-22.1 0-40-17.9-40-40l0-240c0-22.1 17.9-40 40-40l368 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L88 32zM384 320a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/svg%3E")}.far.fa-window-minimize,.fa-regular.fa-window-minimize{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 424c0-13.3 10.7-24 24-24l464 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 448c-13.3 0-24-10.7-24-24z'/%3E%3C/svg%3E")}.far.fa-x,.fa-regular.fa-x{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M378.4 71.4c8.5-10.1 7.2-25.3-2.9-33.8s-25.3-7.2-33.8 2.9L192 218.7 42.4 40.6C33.9 30.4 18.7 29.1 8.6 37.6S-2.9 61.3 5.6 71.4L160.7 256 5.6 440.6c-8.5 10.2-7.2 25.3 2.9 33.8s25.3 7.2 33.8-2.9L192 293.3 341.6 471.4c8.5 10.2 23.7 11.5 33.8 2.9s11.5-23.7 2.9-33.8L223.3 256 378.4 71.4z'/%3E%3C/svg%3E")}.far.fa-xmark,.fa-regular.fa-xmark{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M7.5 105c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l151 151 151-151c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-151 151 151 151c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-151-151-151 151c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l151-151-151-151z'/%3E%3C/svg%3E")}.fad.fa-calendar,.fa-duotone.fa-calendar{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath opacity='.4' fill='currentColor' d='M0 160l448 0 0 272c0 26.5-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48L0 160z'/%3E%3Cpath fill='currentColor' d='M160 32c0-17.7-14.3-32-32-32S96 14.3 96 32l0 32-48 0C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32-128 0 0-32z'/%3E%3C/svg%3E")}.fad.fa-user,.fa-duotone.fa-user{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath opacity='.4' fill='currentColor' d='M104 128a120 120 0 1 0 240 0 120 120 0 1 0 -240 0z'/%3E%3Cpath fill='currentColor' d='M16 482.3C16 383.8 95.8 304 194.3 304l59.4 0c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7L45.7 512C29.3 512 16 498.7 16 482.3z'/%3E%3C/svg%3E")}.fas.fa-angle-down,.fa-solid.fa-angle-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M169.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 306.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E")}.fas.fa-angle-left,.fa-solid.fa-angle-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='currentColor' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E")}.fas.fa-angle-right,.fa-solid.fa-angle-right{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='currentColor' d='M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E")}.fas.fa-angle-up,.fa-solid.fa-angle-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M169.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L192 205.3 54.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E")}.fas.fa-angles-left,.fa-solid.fa-angles-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L269.3 256 406.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z'/%3E%3C/svg%3E")}.fas.fa-arrow-down,.fa-solid.fa-arrow-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7-105.4-105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E")}.fas.fa-arrow-down-left-and-arrow-up-right-to-center,.fa-solid.fa-arrow-down-left-and-arrow-up-right-to-center{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M502.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L336 130.7 336 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0 121.4-121.4zM80 272c-17.7 0-32 14.3-32 32s14.3 32 32 32l50.7 0-121.4 121.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L176 381.3 176 432c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L80 272z'/%3E%3C/svg%3E")}.fas.fa-arrow-left,.fa-solid.fa-arrow-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 480 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-370.7 0 105.4-105.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E")}.fas.fa-arrow-left-long,.fa-solid.fa-arrow-left-long{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 544 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-434.7 0 73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z'/%3E%3C/svg%3E")}.fas.fa-arrow-right,.fa-solid.fa-arrow-right{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-105.4 105.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E")}.fas.fa-arrow-right-from-bracket,.fa-solid.fa-arrow-right-from-bracket{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0zM502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z'/%3E%3C/svg%3E")}.fas.fa-arrow-right-to-arc,.fa-solid.fa-arrow-right-to-arc{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 256c0 106-86 192-192 192-17.7 0-32 14.3-32 32s14.3 32 32 32c141.4 0 256-114.6 256-256S397.4 0 256 0c-17.7 0-32 14.3-32 32s14.3 32 32 32c106 0 192 86 192 192zM342.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96z'/%3E%3C/svg%3E")}.fas.fa-arrow-up-from-square,.fa-solid.fa-arrow-up-from-square{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M256 77.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l9.4-9.4 0 210.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 256-320 0 0-256 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0z'/%3E%3C/svg%3E")}.fas.fa-arrow-up-right-and-arrow-down-left-from-center,.fa-solid.fa-arrow-up-right-and-arrow-down-left-from-center{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M352 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l50.7 0-105.4 105.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3 448 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L352 0zM214.6 297.4c-12.5-12.5-32.8-12.5-45.3 0L64 402.7 64 352c0-17.7-14.3-32-32-32S0 334.3 0 352L0 480c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0 105.4-105.4c12.5-12.5 12.5-32.8 0-45.3z'/%3E%3C/svg%3E")}.fas.fa-arrows-alt,.fa-solid.fa-arrows-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9S179.1 128 192 128l32 0 0 96-96 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9S128 332.9 128 320l0-32 96 0 0 96-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9S332.9 384 320 384l-32 0 0-96 96 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S384 179.1 384 192l0 32-96 0 0-96 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z'/%3E%3C/svg%3E")}.fas.fa-arrows-alt-h,.fa-solid.fa-arrows-alt-h{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M502.6 406.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9S352 492.9 352 480l0-64-320 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l320 0 0-64c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c12.5 12.5 12.5 32.8 0 45.3zM9.4 150.6c-12.5-12.5-12.5-32.8 0-45.3l96-96c9.2-9.2 22.9-11.9 34.9-6.9S160 19.1 160 32l0 64 320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-320 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96z'/%3E%3C/svg%3E")}.fas.fa-arrows-alt-v,.fa-solid.fa-arrows-alt-v{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M406.6 502.6l96-96c9.2-9.2 11.9-22.9 6.9-34.9S492.9 352 480 352l-64 0 0-320c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 320-64 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l96 96c12.5 12.5 32.8 12.5 45.3 0zM150.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-9.2 9.2-11.9 22.9-6.9 34.9S19.1 160 32 160l64 0 0 320c0 17.7 14.3 32 32 32s32-14.3 32-32l0-320 64 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-96-96z'/%3E%3C/svg%3E")}.fas.fa-arrows-rotate,.fa-solid.fa-arrows-rotate{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M65.9 228.5c13.3-93 93.4-164.5 190.1-164.5 53 0 101 21.5 135.8 56.2 .2 .2 .4 .4 .6 .6l7.6 7.2-47.9 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 53.4-11.3-10.7C390.5 28.6 326.5 0 256 0 127 0 20.3 95.4 2.6 219.5 .1 237 12.2 253.2 29.7 255.7s33.7-9.7 36.2-27.1zm443.5 64c2.5-17.5-9.7-33.7-27.1-36.2s-33.7 9.7-36.2 27.1c-13.3 93-93.4 164.5-190.1 164.5-53 0-101-21.5-135.8-56.2-.2-.2-.4-.4-.6-.6l-7.6-7.2 47.9 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 320c-8.5 0-16.7 3.4-22.7 9.5S-.1 343.7 0 352.3l1 127c.1 17.7 14.6 31.9 32.3 31.7S65.2 496.4 65 478.7l-.4-51.5 10.7 10.1c46.3 46.1 110.2 74.7 180.7 74.7 129 0 235.7-95.4 253.4-219.5z'/%3E%3C/svg%3E")}.fas.fa-award,.fa-solid.fa-award{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M245.9-25.9c-13.4-8.2-30.3-8.2-43.7 0-24.4 14.9-39.5 18.9-68.1 18.3-15.7-.4-30.3 8.1-37.9 21.9-13.7 25.1-24.8 36.2-49.9 49.9-13.8 7.5-22.2 22.2-21.9 37.9 .7 28.6-3.4 43.7-18.3 68.1-8.2 13.4-8.2 30.3 0 43.7 14.9 24.4 18.9 39.5 18.3 68.1-.4 15.7 8.1 30.3 21.9 37.9 22.1 12.1 33.3 22.1 45.1 41.5L42.7 458.5c-5.9 11.9-1.1 26.3 10.7 32.2l86 43c11.5 5.7 25.5 1.4 31.7-9.8l52.8-95.1 52.8 95.1c6.2 11.2 20.2 15.6 31.7 9.8l86-43c11.9-5.9 16.7-20.3 10.7-32.2l-48.6-97.2c11.7-19.4 23-29.4 45.1-41.5 13.8-7.5 22.2-22.2 21.9-37.9-.7-28.6 3.4-43.7 18.3-68.1 8.2-13.4 8.2-30.3 0-43.7-14.9-24.4-18.9-39.5-18.3-68.1 .4-15.7-8.1-30.3-21.9-37.9-25.1-13.7-36.2-24.8-49.9-49.9-7.5-13.8-22.2-22.2-37.9-21.9-28.6 .7-43.7-3.4-68.1-18.3zM224 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z'/%3E%3C/svg%3E")}.fas.fa-bars,.fa-solid.fa-bars{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E")}.fas.fa-bars-filter,.fa-solid.fa-bars-filter{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 96C0 78.3 14.3 64 32 64l448 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM96 256c0-17.7 14.3-32 32-32l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32zM320 416c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E")}.fas.fa-bell,.fa-solid.fa-bell{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224 0c-17.7 0-32 14.3-32 32l0 3.2C119 50 64 114.6 64 192l0 21.7c0 48.1-16.4 94.8-46.4 132.4L7.8 358.3C2.7 364.6 0 372.4 0 380.5 0 400.1 15.9 416 35.5 416l376.9 0c19.6 0 35.5-15.9 35.5-35.5 0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2C400.4 308.5 384 261.8 384 213.7l0-21.7c0-77.4-55-142-128-156.8l0-3.2c0-17.7-14.3-32-32-32zM162 464c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48l-124 0z'/%3E%3C/svg%3E")}.fas.fa-book,.fa-solid.fa-book{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M384 512L96 512c-53 0-96-43-96-96L0 96C0 43 43 0 96 0L400 0c26.5 0 48 21.5 48 48l0 288c0 20.9-13.4 38.7-32 45.3l0 66.7c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0zM96 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0 0-64-256 0zm32-232c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm24 72c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0z'/%3E%3C/svg%3E")}.fas.fa-bookmark,.fa-solid.fa-bookmark{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M64 0C28.7 0 0 28.7 0 64L0 480c0 11.5 6.2 22.2 16.2 27.8s22.3 5.5 32.2-.4L192 421.3 335.5 507.4c9.9 5.9 22.2 6.1 32.2 .4S384 491.5 384 480l0-416c0-35.3-28.7-64-64-64L64 0z'/%3E%3C/svg%3E")}.fas.fa-bug,.fa-solid.fa-bug{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M192 96c0-53 43-96 96-96s96 43 96 96l0 3.6c0 15.7-12.7 28.4-28.4 28.4l-135.1 0c-15.7 0-28.4-12.7-28.4-28.4l0-3.6zm345.6 12.8c10.6 14.1 7.7 34.2-6.4 44.8l-97.8 73.3c5.3 8.9 9.3 18.7 11.8 29.1l98.8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0 0 32c0 2.6-.1 5.3-.2 7.9l83.4 62.5c14.1 10.6 17 30.7 6.4 44.8s-30.7 17-44.8 6.4l-63.1-47.3c-23.2 44.2-66.5 76.2-117.7 83.9L312 280c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 230.2c-51.2-7.7-94.5-39.7-117.7-83.9L83.2 473.6c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l83.4-62.5c-.1-2.6-.2-5.2-.2-7.9l0-32-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l98.8 0c2.5-10.4 6.5-20.2 11.8-29.1L44.8 153.6c-14.1-10.6-17-30.7-6.4-44.8s30.7-17 44.8-6.4L192 184c12.3-5.1 25.8-8 40-8l112 0c14.2 0 27.7 2.8 40 8l108.8-81.6c14.1-10.6 34.2-7.7 44.8 6.4z'/%3E%3C/svg%3E")}.fas.fa-calendar,.fa-solid.fa-calendar{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M128 0C110.3 0 96 14.3 96 32l0 32-32 0C28.7 64 0 92.7 0 128l0 48 448 0 0-48c0-35.3-28.7-64-64-64l-32 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32-128 0 0-32c0-17.7-14.3-32-32-32zM0 224L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192-448 0z'/%3E%3C/svg%3E")}.fas.fa-calendar-check,.fa-solid.fa-calendar-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M320 0c17.7 0 32 14.3 32 32l0 32 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32zm22 161.7c-10.7-7.8-25.7-5.4-33.5 5.3L189.1 331.2 137 279.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.9 7.5 18.8 7s13.4-4.1 17.5-9.8L347.3 195.2c7.8-10.7 5.4-25.7-5.3-33.5z'/%3E%3C/svg%3E")}.fas.fa-calendar-days,.fa-solid.fa-calendar-days{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-32c0-17.7 14.3-32 32-32zM64 240l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z'/%3E%3C/svg%3E")}.fas.fa-camera,.fa-solid.fa-camera{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M149.1 64.8L138.7 96 64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-74.7 0-10.4-31.2C356.4 45.2 338.1 32 317.4 32L194.6 32c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z'/%3E%3C/svg%3E")}.fas.fa-cc,.fa-solid.fa-cc{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zm152 80l32 0c4.4 0 8 3.6 8 8 0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8l-32 0c-4.4 0-8-3.6-8-8l0-80c0-4.4 3.6-8 8-8zm168 8c0-4.4 3.6-8 8-8l32 0c4.4 0 8 3.6 8 8 0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8l-32 0c-4.4 0-8-3.6-8-8l0-80z'/%3E%3C/svg%3E")}.fas.fa-check,.fa-solid.fa-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z'/%3E%3C/svg%3E")}.fas.fa-check-circle,.fa-solid.fa-check-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zM374 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 315.2 169 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.8 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z'/%3E%3C/svg%3E")}.fas.fa-check-double,.fa-solid.fa-check-double{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M249.9 66.8c10.4-14.3 7.2-34.3-7.1-44.7s-34.3-7.2-44.7 7.1l-106 145.7-37.5-37.5c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c6.6 6.6 15.8 10 25.1 9.3s17.9-5.5 23.4-13.1l128-176zm128 136c10.4-14.3 7.2-34.3-7.1-44.7s-34.3-7.2-44.7 7.1l-170 233.7-69.5-69.5c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c6.6 6.6 15.8 10 25.1 9.3s17.9-5.5 23.4-13.1l192-264z'/%3E%3C/svg%3E")}.fas.fa-chevron-down,.fa-solid.fa-chevron-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E")}.fas.fa-chevron-left,.fa-solid.fa-chevron-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E")}.fas.fa-chevron-up,.fa-solid.fa-chevron-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M201.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 173.3 54.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E")}.fas.fa-circle-down,.fa-solid.fa-circle-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 0a256 256 0 1 0 0 512 256 256 0 1 0 0-512zM244.7 387.3l-104-104c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9l56 0 0-96c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96 56 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-104 104c-6.2 6.2-16.4 6.2-22.6 0z'/%3E%3C/svg%3E")}.fas.fa-circle-info,.fa-solid.fa-circle-info{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-8 64l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.fas.fa-circle-play,.fa-solid.fa-circle-play{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z'/%3E%3C/svg%3E")}.fas.fa-circle-plus,.fa-solid.fa-circle-plus{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z'/%3E%3C/svg%3E")}.fas.fa-circle-question,.fa-solid.fa-circle-question{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-336c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E")}.fas.fa-circle-xmark,.fa-solid.fa-circle-xmark{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM167 167c9.4-9.4 24.6-9.4 33.9 0l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E")}.fas.fa-clapperboard,.fa-solid.fa-clapperboard{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 64c2 0 3.9 .1 5.8 .3l-95.7 95.7 67.9 0 72-72c8.8 11 14 24.9 14 40l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l70.1 0-96 96 67.9 0 95-95 1-1 92.1 0-96 96 67.9 0 95-95 1-1 86.1 0z'/%3E%3C/svg%3E")}.fas.fa-clapperboard-play,.fa-solid.fa-clapperboard-play{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M485.8 64.3c-1.9-.2-3.8-.3-5.8-.3l-86.1 0-1 1-95 95-67.9 0 96-96-92.1 0-1 1-95 95-67.9 0 96-96-70.1 0c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l161.4 0c-11.2-24.4-17.4-51.4-17.4-80 0-106 86-192 192-192 41.8 0 80.5 13.4 112 36l0-84c0-15.1-5.3-29.1-14-40l-45.7 45.7c-16.8-3.7-34.3-5.7-52.2-5.7-3.4 0-6.8 .1-10.2 .2l63.9-64zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zM408.2 306.3l80 48c4.8 2.9 7.8 8.1 7.8 13.7s-2.9 10.8-7.8 13.7l-80 48c-4.9 3-11.1 3-16.1 .2S384 421.8 384 416l0-96c0-5.8 3.1-11.1 8.1-13.9s11.2-2.8 16.1 .2z'/%3E%3C/svg%3E")}.fas.fa-clock,.fa-solid.fa-clock{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 0a256 256 0 1 1 0 512 256 256 0 1 1 0-512zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E")}.fas.fa-clock-o,.fa-solid.fa-clock-o{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 0a256 256 0 1 1 0 512 256 256 0 1 1 0-512zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E")}.fas.fa-clock-rotate-left,.fa-solid.fa-clock-rotate-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288 64c106 0 192 86 192 192S394 448 288 448c-65.2 0-122.9-32.5-157.6-82.3-10.1-14.5-30.1-18-44.6-7.9s-18 30.1-7.9 44.6C124.1 468.6 201 512 288 512 429.4 512 544 397.4 544 256S429.4 0 288 0C202.3 0 126.5 42.1 80 106.7L80 80c0-17.7-14.3-32-32-32S16 62.3 16 80l0 112c0 17.7 14.3 32 32 32l24.6 0c.5 0 1 0 1.5 0l86 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-38.3 0C154.9 102.6 217 64 288 64zm24 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1z'/%3E%3C/svg%3E")}.fas.fa-clone,.fa-solid.fa-clone{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M288 448l-224 0 0-224 48 0 0-64-48 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-48-64 0 0 48zm-64-96l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64z'/%3E%3C/svg%3E")}.fas.fa-closed-captioning,.fa-solid.fa-closed-captioning{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zm152 80l32 0c4.4 0 8 3.6 8 8 0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8l-32 0c-4.4 0-8-3.6-8-8l0-80c0-4.4 3.6-8 8-8zm168 8c0-4.4 3.6-8 8-8l32 0c4.4 0 8 3.6 8 8 0 13.3 10.7 24 24 24s24-10.7 24-24c0-30.9-25.1-56-56-56l-32 0c-30.9 0-56 25.1-56 56l0 80c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56 0-13.3-10.7-24-24-24s-24 10.7-24 24c0 4.4-3.6 8-8 8l-32 0c-4.4 0-8-3.6-8-8l0-80z'/%3E%3C/svg%3E")}.fas.fa-code,.fa-solid.fa-code{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M360.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm64.6 136.1c-12.5 12.5-12.5 32.8 0 45.3l73.4 73.4-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0zm-274.7 0c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 150.6 182.6c12.5-12.5 12.5-32.8 0-45.3z'/%3E%3C/svg%3E")}.fas.fa-coins,.fa-solid.fa-coins{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M128 96l0-16c0-44.2 86-80 192-80S512 35.8 512 80l0 16c0 30.6-41.3 57.2-102 70.7-2.4-2.8-4.9-5.5-7.4-8-15.5-15.3-35.5-26.9-56.4-35.5-41.9-17.5-96.5-27.1-154.2-27.1-21.9 0-43.3 1.4-63.8 4.1-.2-1.3-.2-2.7-.2-4.1zM432 353l0-46.2c15.1-3.9 29.3-8.5 42.2-13.9 13.2-5.5 26.1-12.2 37.8-20.3l0 15.4c0 26.8-31.5 50.5-80 65zm0-96l0-33c0-4.5-.4-8.8-1-13 15.5-3.9 30-8.6 43.2-14.2s26.1-12.2 37.8-20.3l0 15.4c0 26.8-31.5 50.5-80 65zM0 240l0-16c0-44.2 86-80 192-80s192 35.8 192 80l0 16c0 44.2-86 80-192 80S0 284.2 0 240zm384 96c0 44.2-86 80-192 80S0 380.2 0 336l0-15.4c11.6 8.1 24.5 14.7 37.8 20.3 41.9 17.5 96.5 27.1 154.2 27.1s112.3-9.7 154.2-27.1c13.2-5.5 26.1-12.2 37.8-20.3l0 15.4zm0 80.6l0 15.4c0 44.2-86 80-192 80S0 476.2 0 432l0-15.4c11.6 8.1 24.5 14.7 37.8 20.3 41.9 17.5 96.5 27.1 154.2 27.1s112.3-9.7 154.2-27.1c13.2-5.5 26.1-12.2 37.8-20.3z'/%3E%3C/svg%3E")}.fas.fa-comment-dots,.fa-solid.fa-comment-dots{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 480c141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240c0 54.3 19.2 104.3 51.6 144.5L2.8 476.8c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7C183.7 472.6 218.9 480 256 480zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E")}.fas.fa-commenting,.fa-solid.fa-commenting{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 480c141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240c0 54.3 19.2 104.3 51.6 144.5L2.8 476.8c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7C183.7 472.6 218.9 480 256 480zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E")}.fas.fa-comments,.fa-solid.fa-comments{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M384 144c0 97.2-86 176-192 176-26.7 0-52.1-5-75.2-14L35.2 349.2c-9.3 4.9-20.7 3.2-28.2-4.2s-9.2-18.9-4.2-28.2l35.6-67.2C14.3 220.2 0 183.6 0 144 0 46.8 86-32 192-32S384 46.8 384 144zm0 368c-94.1 0-172.4-62.1-188.8-144 120-1.5 224.3-86.9 235.8-202.7 83.3 19.2 145 88.3 145 170.7 0 39.6-14.3 76.2-38.4 105.6l35.6 67.2c4.9 9.3 3.2 20.7-4.2 28.2s-18.9 9.2-28.2 4.2L459.2 498c-23.1 9-48.5 14-75.2 14z'/%3E%3C/svg%3E")}.fas.fa-copy,.fa-solid.fa-copy{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M192 0c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-200.6c0-17.4-7.1-34.1-19.7-46.2L370.6 17.8C358.7 6.4 342.8 0 326.3 0L192 0zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-16-64 0 0 16-192 0 0-256 16 0 0-64-16 0z'/%3E%3C/svg%3E")}.fas.fa-credit-card,.fa-solid.fa-credit-card{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 128l0 32 512 0 0-32c0-35.3-28.7-64-64-64L64 64C28.7 64 0 92.7 0 128zm0 80L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-176-512 0zM64 360c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24zm144 0c0-13.3 10.7-24 24-24l64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0c-13.3 0-24-10.7-24-24z'/%3E%3C/svg%3E")}.fas.fa-crown,.fa-solid.fa-crown{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M313 87.2c9.2-7.3 15-18.6 15-31.2 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 12.6 5.9 23.9 15 31.2L194.6 194.8c-10 15.7-31.3 19.6-46.2 8.4L88.9 158.7c4.5-6.4 7.1-14.3 7.1-22.7 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 21.8 17.5 39.6 39.2 40L87.8 393.5c4.7 31.3 31.6 54.5 63.3 54.5l273.8 0c31.7 0 58.6-23.2 63.3-54.5L520.8 176c21.7-.4 39.2-18.2 39.2-40 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 8.4 2.6 16.3 7.1 22.7l-59.4 44.6c-14.9 11.2-36.2 7.3-46.2-8.4L313 87.2z'/%3E%3C/svg%3E")}.fas.fa-dashboard,.fa-solid.fa-dashboard{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm320 96c0-26.9-16.5-49.9-40-59.3L280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 172.7c-23.5 9.5-40 32.5-40 59.3 0 35.3 28.7 64 64 64s64-28.7 64-64zM144 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm-16 80a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM400 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/%3E%3C/svg%3E")}.fas.fa-desktop,.fa-solid.fa-desktop{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M64 32C28.7 32 0 60.7 0 96L0 352c0 35.3 28.7 64 64 64l144 0-16 48-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l272 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0-16-48 144 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 32zM96 96l320 0c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32L96 320c-17.7 0-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E")}.fas.fa-dice,.fa-solid.fa-dice{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M141.4 2.3C103-8 63.5 14.8 53.3 53.2L2.5 242.7C-7.8 281.1 15 320.6 53.4 330.9l189.5 50.8c38.4 10.3 77.9-12.5 88.2-50.9l50.8-189.5c10.3-38.4-12.5-77.9-50.9-88.2L141.4 2.3zm23 205.7a32 32 0 1 1 55.4-32 32 32 0 1 1 -55.4 32zM79.2 220.3a32 32 0 1 1 32 55.4 32 32 0 1 1 -32-55.4zm185 96.4a32 32 0 1 1 -32-55.4 32 32 0 1 1 32 55.4zm9-208.4a32 32 0 1 1 32 55.4 32 32 0 1 1 -32-55.4zm-121 14.4a32 32 0 1 1 -32-55.4 32 32 0 1 1 32 55.4zM418 192L377.4 343.2c-17.2 64-83 102-147 84.9l-38.3-10.3 0 30.2c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64L418 192z'/%3E%3C/svg%3E")}.fas.fa-dollar,.fa-solid.fa-dollar{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M136 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-114.9 0c-24.9 0-45.1 20.2-45.1 45.1 0 22.5 16.5 41.5 38.7 44.7l91.6 13.1c53.8 7.7 93.7 53.7 93.7 108 0 60.3-48.9 109.1-109.1 109.1l-10.9 0 0 40c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-40-72 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l130.9 0c24.9 0 45.1-20.2 45.1-45.1 0-22.5-16.5-41.5-38.7-44.7l-91.6-13.1C55.9 273.5 16 227.4 16 173.1 16 112.9 64.9 64 125.1 64l10.9 0 0-40z'/%3E%3C/svg%3E")}.fas.fa-download,.fa-solid.fa-download{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 242.7 256 32zM64 320c-35.3 0-64 28.7-64 64l0 32c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-32c0-35.3-28.7-64-64-64l-46.9 0-56.6 56.6c-31.2 31.2-81.9 31.2-113.1 0L110.9 320 64 320zm304 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E")}.fas.fa-exclamation-triangle,.fa-solid.fa-exclamation-triangle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.1 480 472 480L40 480c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z'/%3E%3C/svg%3E")}.fas.fa-eye,.fa-solid.fa-eye{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288 32c-80.8 0-145.5 36.8-192.6 80.6-46.8 43.5-78.1 95.4-93 131.1-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64-11.5 0-22.3-3-31.7-8.4-1 10.9-.1 22.1 2.9 33.2 13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-12.2-45.7-55.5-74.8-101.1-70.8 5.3 9.3 8.4 20.1 8.4 31.7z'/%3E%3C/svg%3E")}.fas.fa-eye-slash,.fa-solid.fa-eye-slash{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.4-96.4c2.7-2.4 5.4-4.8 8-7.2 46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6-56.8 0-105.6 18.2-146 44.2L41-24.9zM204.5 138.7c23.5-16.8 52.4-26.7 83.5-26.7 79.5 0 144 64.5 144 144 0 31.1-9.9 59.9-26.7 83.5l-34.7-34.7c12.7-21.4 17-47.7 10.1-73.7-13.7-51.2-66.4-81.6-117.6-67.9-8.6 2.3-16.7 5.7-24 10l-34.7-34.7zM325.3 395.1c-11.9 3.2-24.4 4.9-37.3 4.9-79.5 0-144-64.5-144-144 0-12.9 1.7-25.4 4.9-37.3L69.4 139.2c-32.6 36.8-55 75.8-66.9 104.5-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6 37.3 0 71.2-7.9 101.5-20.6l-64.2-64.2z'/%3E%3C/svg%3E")}.fas.fa-file-text,.fa-solid.fa-file-text{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M0 64C0 28.7 28.7 0 64 0L213.5 0c17 0 33.3 6.7 45.3 18.7L365.3 125.3c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm208-5.5l0 93.5c0 13.3 10.7 24 24 24L325.5 176 208 58.5zM120 256c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z'/%3E%3C/svg%3E")}.fas.fa-film,.fa-solid.fa-film{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM48 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm304-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM48 240l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm304-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM48 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L64 96c-8.8 0-16 7.2-16 16zM352 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0z'/%3E%3C/svg%3E")}.fas.fa-film-alt,.fa-solid.fa-film-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM48 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm304-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM48 240l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm304-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM48 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L64 96c-8.8 0-16 7.2-16 16zM352 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0z'/%3E%3C/svg%3E")}.fas.fa-filter-list,.fa-solid.fa-filter-list{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M1.8 78.8C5.5 69.8 14.3 64 24 64l336 0c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-129 129 0 190.1c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-4.5-4.5-7-10.6-7-17L136 233.9 7 105C.2 98.1-1.9 87.8 1.8 78.8zM448 96c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32zM320 256c0-17.7 14.3-32 32-32l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32z'/%3E%3C/svg%3E")}.fas.fa-flag,.fa-solid.fa-flag{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32L0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-121.6 62.7-18.8c41.9-12.6 87.1-8.7 126.2 10.9 42.7 21.4 92.5 24 137.2 7.2l37.1-13.9c12.5-4.7 20.8-16.6 20.8-30l0-247.7c0-23-24.2-38-44.8-27.7l-11.8 5.9c-44.9 22.5-97.8 22.5-142.8 0-36.4-18.2-78.3-21.8-117.2-10.1L64 54.4 64 32z'/%3E%3C/svg%3E")}.fas.fa-folder-open,.fa-solid.fa-folder-open{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M56 225.6L32.4 296.2 32.4 96c0-35.3 28.7-64 64-64l138.7 0c13.8 0 27.3 4.5 38.4 12.8l38.4 28.8c5.5 4.2 12.3 6.4 19.2 6.4l117.3 0c35.3 0 64 28.7 64 64l0 16-365.4 0c-41.3 0-78 26.4-91.1 65.6zM477.8 448L99 448c-32.8 0-55.9-32.1-45.5-63.2l48-144C108 221.2 126.4 208 147 208l378.8 0c32.8 0 55.9 32.1 45.5 63.2l-48 144c-6.5 19.6-24.9 32.8-45.5 32.8z'/%3E%3C/svg%3E")}.fas.fa-folders,.fa-solid.fa-folders{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M512 384l-352 0c-35.3 0-64-28.7-64-64L96 64c0-35.3 28.7-64 64-64L277.5 0c17 0 33.3 6.7 45.3 18.7l35.9 35.9c6 6 14.1 9.4 22.6 9.4L512 64c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64zM48 120l0 296c0 8.8 7.2 16 16 16l392 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L64 480c-35.3 0-64-28.7-64-64L0 120c0-13.3 10.7-24 24-24s24 10.7 24 24z'/%3E%3C/svg%3E")}.fas.fa-gears,.fa-solid.fa-gears{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M415.9 210.5c12.2-3.3 25 2.5 30.5 13.8L465 261.9c10.3 1.4 20.4 4.2 29.9 8.1l35-23.3c10.5-7 24.4-5.6 33.3 3.3l19.2 19.2c8.9 8.9 10.3 22.9 3.3 33.3l-23.3 34.9c1.9 4.7 3.6 9.6 5 14.7 1.4 5.1 2.3 10.1 3 15.2l37.7 18.6c11.3 5.6 17.1 18.4 13.8 30.5l-7 26.2c-3.3 12.1-14.6 20.3-27.2 19.5l-42-2.7c-6.3 8.1-13.6 15.6-21.9 22l2.7 41.9c.8 12.6-7.4 24-19.5 27.2l-26.2 7c-12.2 3.3-24.9-2.5-30.5-13.8l-18.6-37.6c-10.3-1.4-20.4-4.2-29.9-8.1l-35 23.3c-10.5 7-24.4 5.6-33.3-3.3l-19.2-19.2c-8.9-8.9-10.3-22.8-3.3-33.3l23.3-35c-1.9-4.7-3.6-9.6-5-14.7s-2.3-10.2-3-15.2l-37.7-18.6c-11.3-5.6-17-18.4-13.8-30.5l7-26.2c3.3-12.1 14.6-20.3 27.2-19.5l41.9 2.7c6.3-8.1 13.6-15.6 21.9-22l-2.7-41.8c-.8-12.6 7.4-24 19.5-27.2l26.2-7zM448.4 340a44 44 0 1 0 .1 88 44 44 0 1 0 -.1-88zM224.9-45.5l26.2 7c12.1 3.3 20.3 14.7 19.5 27.2l-2.7 41.8c8.3 6.4 15.6 13.8 21.9 22l42-2.7c12.5-.8 23.9 7.4 27.2 19.5l7 26.2c3.2 12.1-2.5 24.9-13.8 30.5l-37.7 18.6c-.7 5.1-1.7 10.2-3 15.2s-3.1 10-5 14.7l23.3 35c7 10.5 5.6 24.4-3.3 33.3L307.3 262c-8.9 8.9-22.8 10.3-33.3 3.3L239 242c-9.5 3.9-19.6 6.7-29.9 8.1l-18.6 37.6c-5.6 11.3-18.4 17-30.5 13.8l-26.2-7c-12.2-3.3-20.3-14.7-19.5-27.2l2.7-41.9c-8.3-6.4-15.6-13.8-21.9-22l-42 2.7c-12.5 .8-23.9-7.4-27.2-19.5l-7-26.2c-3.2-12.1 2.5-24.9 13.8-30.5l37.7-18.6c.7-5.1 1.7-10.1 3-15.2 1.4-5.1 3-10 5-14.7L55.1 46.5c-7-10.5-5.6-24.4 3.3-33.3L77.6-6c8.9-8.9 22.8-10.3 33.3-3.3l35 23.3c9.5-3.9 19.6-6.7 29.9-8.1l18.6-37.6c5.6-11.3 18.3-17 30.5-13.8zM192.4 84a44 44 0 1 0 0 88 44 44 0 1 0 0-88z'/%3E%3C/svg%3E")}.fas.fa-gem,.fa-solid.fa-gem{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M116.7 33.8c4.5-6.1 11.7-9.8 19.3-9.8l240 0c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152zm38.5 39.8c-3.3 2.5-4.2 7-2.1 10.5L210.5 179.8 63.3 192c-4.1 .3-7.3 3.8-7.3 8s3.2 7.6 7.3 8l192 16c.4 0 .9 0 1.3 0l192-16c4.1-.3 7.3-3.8 7.3-8s-3.2-7.6-7.3-8l-147.2-12.3 57.4-95.6c2.1-3.5 1.2-8.1-2.1-10.5s-7.9-2-10.7 1L256 172.2 165.9 74.6c-2.8-3-7.4-3.4-10.7-1z'/%3E%3C/svg%3E")}.fas.fa-gift,.fa-solid.fa-gift{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M321.5 68.8C329.1 55.9 342.9 48 357.8 48l2.2 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-73.3 0 34.8-59.2zm-131 0l34.8 59.2-73.3 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l2.2 0c14.9 0 28.8 7.9 36.3 20.8zm89.6-24.3l-24.1 41-24.1-41C215.7 16.9 186.1 0 154.2 0L152 0c-48.6 0-88 39.4-88 88 0 14.4 3.5 28 9.6 40L32 128c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l448 0c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-41.6 0c6.1-12 9.6-25.6 9.6-40 0-48.6-39.4-88-88-88l-2.2 0c-31.9 0-61.5 16.9-77.7 44.4zM480 272l-200 0 0 208 136 0c35.3 0 64-28.7 64-64l0-144zm-248 0l-200 0 0 144c0 35.3 28.7 64 64 64l136 0 0-208z'/%3E%3C/svg%3E")}.fas.fa-globe,.fa-solid.fa-globe{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M351.9 280l-190.9 0c2.9 64.5 17.2 123.9 37.5 167.4 11.4 24.5 23.7 41.8 35.1 52.4 11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4 20.3-43.5 34.6-102.9 37.5-167.4zM160.9 232l190.9 0C349 167.5 334.7 108.1 314.4 64.6 303 40.2 290.7 22.8 279.3 12.2 268.1 1.7 260.4 0 256.4 0s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4-20.3 43.5-34.6 102.9-37.5 167.4zm-48 0C116.4 146.4 138.5 66.9 170.8 14.7 78.7 47.3 10.9 131.2 1.5 232l111.4 0zM1.5 280c9.4 100.8 77.2 184.7 169.3 217.3-32.3-52.2-54.4-131.7-57.9-217.3L1.5 280zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3 92.1-32.7 159.9-116.5 169.3-217.3l-111.4 0zm111.4-48C501.9 131.2 434.1 47.3 342 14.7 374.3 66.9 396.4 146.4 399.9 232l111.4 0z'/%3E%3C/svg%3E")}.fas.fa-grid,.fa-solid.fa-grid{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 64C0 46.3 14.3 32 32 32l48 0c17.7 0 32 14.3 32 32l0 48c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32L0 64zM0 232c0-17.7 14.3-32 32-32l48 0c17.7 0 32 14.3 32 32l0 48c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-48zM112 400l0 48c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-48c0-17.7 14.3-32 32-32l48 0c17.7 0 32 14.3 32 32zM168 64c0-17.7 14.3-32 32-32l48 0c17.7 0 32 14.3 32 32l0 48c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-48zM280 232l0 48c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-48c0-17.7 14.3-32 32-32l48 0c17.7 0 32 14.3 32 32zM168 400c0-17.7 14.3-32 32-32l48 0c17.7 0 32 14.3 32 32l0 48c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-48zM448 64l0 48c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-48c0-17.7 14.3-32 32-32l48 0c17.7 0 32 14.3 32 32zM336 232c0-17.7 14.3-32 32-32l48 0c17.7 0 32 14.3 32 32l0 48c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-48zM448 400l0 48c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-48c0-17.7 14.3-32 32-32l48 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E")}.fas.fa-grid-2,.fa-solid.fa-grid-2{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M192 80c0-26.5-21.5-48-48-48L48 32C21.5 32 0 53.5 0 80l0 96c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-96zm0 256c0-26.5-21.5-48-48-48l-96 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-96zM256 80l0 96c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-96 0c-26.5 0-48 21.5-48 48zM448 336c0-26.5-21.5-48-48-48l-96 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-96z'/%3E%3C/svg%3E")}.fas.fa-header,.fa-solid.fa-header{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 64C0 46.3 14.3 32 32 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 112 224 0 0-112-16 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 320 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-144-224 0 0 144 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-320-16 0C14.3 96 0 81.7 0 64z'/%3E%3C/svg%3E")}.fas.fa-heart,.fa-solid.fa-heart{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M241 87.1l15 20.7 15-20.7C296 52.5 336.2 32 378.9 32 452.4 32 512 91.6 512 165.1l0 2.6c0 112.2-139.9 242.5-212.9 298.2-12.4 9.4-27.6 14.1-43.1 14.1s-30.8-4.6-43.1-14.1C139.9 410.2 0 279.9 0 167.7l0-2.6C0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1z'/%3E%3C/svg%3E")}.fas.fa-hexagon-check,.fa-solid.fa-hexagon-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M383.8 16c25.8 0 49.7 13.8 62.5 36.2l96.2 168c12.7 22.2 12.7 49.4 0 71.5L446.3 459.9c-12.8 22.4-36.7 36.2-62.5 36.2l-191.6 0c-25.8 0-49.7-13.8-62.5-36.2L33.5 291.8c-12.7-22.2-12.7-49.4 0-71.5l96.2-168C142.5 29.8 166.4 16 192.2 16l191.6 0zM406 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L253.1 315.2 201 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.9 7.5 18.8 7s13.4-4.1 17.5-9.8L411.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z'/%3E%3C/svg%3E")}.fas.fa-history,.fa-solid.fa-history{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288 64c106 0 192 86 192 192S394 448 288 448c-65.2 0-122.9-32.5-157.6-82.3-10.1-14.5-30.1-18-44.6-7.9s-18 30.1-7.9 44.6C124.1 468.6 201 512 288 512 429.4 512 544 397.4 544 256S429.4 0 288 0C202.3 0 126.5 42.1 80 106.7L80 80c0-17.7-14.3-32-32-32S16 62.3 16 80l0 112c0 17.7 14.3 32 32 32l24.6 0c.5 0 1 0 1.5 0l86 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-38.3 0C154.9 102.6 217 64 288 64zm24 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1z'/%3E%3C/svg%3E")}.fas.fa-home,.fa-solid.fa-home{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M277.8 8.6c-12.3-11.4-31.3-11.4-43.5 0l-224 208c-9.6 9-12.8 22.9-8 35.1S18.8 272 32 272l16 0 0 176c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-176 16 0c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8-35.1l-224-208zM240 320l32 0c26.5 0 48 21.5 48 48l0 96-128 0 0-96c0-26.5 21.5-48 48-48z'/%3E%3C/svg%3E")}.fas.fa-house,.fa-solid.fa-house{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M277.8 8.6c-12.3-11.4-31.3-11.4-43.5 0l-224 208c-9.6 9-12.8 22.9-8 35.1S18.8 272 32 272l16 0 0 176c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-176 16 0c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8-35.1l-224-208zM240 320l32 0c26.5 0 48 21.5 48 48l0 96-128 0 0-96c0-26.5 21.5-48 48-48z'/%3E%3C/svg%3E")}.fas.fa-images,.fa-solid.fa-images{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M96 96c0-35.3 28.7-64 64-64l320 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64l-320 0c-35.3 0-64-28.7-64-64L96 96zM24 128c13.3 0 24 10.7 24 24l0 296c0 8.8 7.2 16 16 16l360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L64 512c-35.3 0-64-28.7-64-64L0 152c0-13.3 10.7-24 24-24zm168 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm196.5 11.5c-4.4-7.1-12.1-11.5-20.5-11.5s-16.1 4.4-20.5 11.5l-56.3 92.1-24.5-30.6c-4.6-5.7-11.4-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4S174.8 352 184 352l272 0c8.7 0 16.7-4.7 20.9-12.3s4.1-16.8-.5-24.3l-88-144z'/%3E%3C/svg%3E")}.fas.fa-info-circle,.fa-solid.fa-info-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-8 64l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.fas.fa-info-square,.fa-solid.fa-info-square{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM184 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E")}.fas.fa-language,.fa-solid.fa-language{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M160 0c17.7 0 32 14.3 32 32l0 32 128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-9.6 0-8.4 23.1c-16.4 45.2-41.1 86.5-72.2 122 14.2 8.8 29 16.6 44.4 23.5l50.4 22.4 62.2-140c5.1-11.6 16.6-19 29.2-19s24.1 7.4 29.2 19l128 288c7.2 16.2-.1 35.1-16.2 42.2s-35.1-.1-42.2-16.2l-20-45-157.5 0-20 45c-7.2 16.2-26.1 23.4-42.2 16.2s-23.4-26.1-16.2-42.2l39.8-89.5-50.4-22.4c-23-10.2-45-22.4-65.8-36.4-21.3 17.2-44.6 32.2-69.5 44.7L78.3 380.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l34.5-17.3c16.3-8.2 31.8-17.7 46.4-28.3-13.8-12.7-26.8-26.4-38.9-40.9L81.6 224.7c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l10.2 12.2c11.5 13.9 24.1 26.8 37.4 38.7 27.5-30.4 49.2-66.1 63.5-105.4l.5-1.2-210.3 0C14.3 128 0 113.7 0 96S14.3 64 32 64l96 0 0-32c0-17.7 14.3-32 32-32zM416 270.8L365.7 384 466.3 384 416 270.8z'/%3E%3C/svg%3E")}.fas.fa-laptop,.fa-solid.fa-laptop{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M128 32C92.7 32 64 60.7 64 96l0 240 64 0 0-240 384 0 0 240 64 0 0-240c0-35.3-28.7-64-64-64L128 32zM19.2 384C8.6 384 0 392.6 0 403.2 0 445.6 34.4 480 76.8 480l486.4 0c42.4 0 76.8-34.4 76.8-76.8 0-10.6-8.6-19.2-19.2-19.2L19.2 384z'/%3E%3C/svg%3E")}.fas.fa-laptop-mobile,.fa-solid.fa-laptop-mobile{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 64C64 28.7 92.7 0 128 0L416 0c35.3 0 64 28.7 64 64l0 48-64 0 0-48-288 0 0 192 144 0 0 96-195.2 0C34.4 352 0 317.6 0 275.2 0 264.6 8.6 256 19.2 256L64 256 64 64zM320 224c0-35.3 28.7-64 64-64l96 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-96 0c-35.3 0-64-28.7-64-64l0-224zm88 176c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0z'/%3E%3C/svg%3E")}.fas.fa-layer-group,.fa-solid.fa-layer-group{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M232.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L13.9 149.8C5.4 145.8 0 137.3 0 128s5.4-17.9 13.9-21.8L232.5 5.2zM48.1 218.4l164.3 75.9c27.7 12.8 59.6 12.8 87.3 0l164.3-75.9 34.1 15.8c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L13.9 277.8C5.4 273.8 0 265.3 0 256s5.4-17.9 13.9-21.8l34.1-15.8zM13.9 362.2l34.1-15.8 164.3 75.9c27.7 12.8 59.6 12.8 87.3 0l164.3-75.9 34.1 15.8c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L13.9 405.8C5.4 401.8 0 393.3 0 384s5.4-17.9 13.9-21.8z'/%3E%3C/svg%3E")}.fas.fa-life-ring,.fa-solid.fa-life-ring{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7 .8c33.8-43.4 54-98 54-157.3S491.8 142.1 458 98.7c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256S20.2 369.9 54 413.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5zM157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E")}.fas.fa-link,.fa-solid.fa-link{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M419.5 96c-16.6 0-32.7 4.5-46.8 12.7-15.8-16-34.2-29.4-54.5-39.5 28.2-24 64.1-37.2 101.3-37.2 86.4 0 156.5 70 156.5 156.5 0 41.5-16.5 81.3-45.8 110.6l-71.1 71.1c-29.3 29.3-69.1 45.8-110.6 45.8-86.4 0-156.5-70-156.5-156.5 0-1.5 0-3 .1-4.5 .5-17.7 15.2-31.6 32.9-31.1s31.6 15.2 31.1 32.9c0 .9 0 1.8 0 2.6 0 51.1 41.4 92.5 92.5 92.5 24.5 0 48-9.7 65.4-27.1l71.1-71.1c17.3-17.3 27.1-40.9 27.1-65.4 0-51.1-41.4-92.5-92.5-92.5zM275.2 173.3c-1.9-.8-3.8-1.9-5.5-3.1-12.6-6.5-27-10.2-42.1-10.2-24.5 0-48 9.7-65.4 27.1L91.1 258.2c-17.3 17.3-27.1 40.9-27.1 65.4 0 51.1 41.4 92.5 92.5 92.5 16.5 0 32.6-4.4 46.7-12.6 15.8 16 34.2 29.4 54.6 39.5-28.2 23.9-64 37.2-101.3 37.2-86.4 0-156.5-70-156.5-156.5 0-41.5 16.5-81.3 45.8-110.6l71.1-71.1c29.3-29.3 69.1-45.8 110.6-45.8 86.6 0 156.5 70.6 156.5 156.9 0 1.3 0 2.6 0 3.9-.4 17.7-15.1 31.6-32.8 31.2s-31.6-15.1-31.2-32.8c0-.8 0-1.5 0-2.3 0-33.7-18-63.3-44.8-79.6z'/%3E%3C/svg%3E")}.fas.fa-list,.fa-solid.fa-list{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z'/%3E%3C/svg%3E")}.fas.fa-list-alt,.fa-solid.fa-list-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm96 256a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-32-96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm120-56l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 128l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.fas.fa-list-check,.fa-solid.fa-list-check{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M133.8 36.3c10.9 7.6 13.5 22.6 5.9 33.4l-56 80c-4.1 5.8-10.5 9.5-17.6 10.1S52 158 47 153L7 113C-2.3 103.6-2.3 88.4 7 79S31.6 69.7 41 79l19.8 19.8 39.6-56.6c7.6-10.9 22.6-13.5 33.4-5.9zm0 160c10.9 7.6 13.5 22.6 5.9 33.4l-56 80c-4.1 5.8-10.5 9.5-17.6 10.1S52 318 47 313L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l19.8 19.8 39.6-56.6c7.6-10.9 22.6-13.5 33.4-5.9zM224 96c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32zM64 376a40 40 0 1 1 0 80 40 40 0 1 1 0-80z'/%3E%3C/svg%3E")}.fas.fa-location-arrow,.fa-solid.fa-location-arrow{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M477.9 75.5c4.5-11.8 1.7-25.2-7.2-34.1s-22.3-11.8-34.1-7.2l-416 160C7.9 199-.3 211.2 0 224.7s9.1 25.4 21.9 29.6l176.8 58.9 58.9 176.8c4.3 12.8 16.1 21.6 29.6 21.9s25.7-7.9 30.6-20.5l160-416z'/%3E%3C/svg%3E")}.fas.fa-lock,.fa-solid.fa-lock{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M128 96l0 64 128 0 0-64c0-35.3-28.7-64-64-64s-64 28.7-64 64zM64 160l0-64C64 25.3 121.3-32 192-32S320 25.3 320 96l0 64c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64z'/%3E%3C/svg%3E")}.fas.fa-lock-alt,.fa-solid.fa-lock-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M192 32c35.3 0 64 28.7 64 64l0 64-128 0 0-64c0-35.3 28.7-64 64-64zM64 96l0 64c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l0-64c0-70.7-57.3-128-128-128S64 25.3 64 96zM216 296l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z'/%3E%3C/svg%3E")}.fas.fa-long-arrow-alt-down,.fa-solid.fa-long-arrow-alt-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M137.4 534.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9S300.9 352 288 352l-64 0 0-336c0-26.5-21.5-48-48-48l-32 0c-26.5 0-48 21.5-48 48l0 336-64 0c-12.9 0-24.6 7.8-29.6 19.8S.2 397.5 9.4 406.6l128 128z'/%3E%3C/svg%3E")}.fas.fa-long-arrow-alt-left,.fa-solid.fa-long-arrow-alt-left{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9S192 115.1 192 128l0 64 336 0c26.5 0 48 21.5 48 48l0 32c0 26.5-21.5 48-48 48l-336 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z'/%3E%3C/svg%3E")}.fas.fa-long-arrow-alt-right,.fa-solid.fa-long-arrow-alt-right{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M566.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-128 128c-9.2 9.2-22.9 11.9-34.9 6.9S384 396.9 384 384l0-64-336 0c-26.5 0-48-21.5-48-48l0-32c0-26.5 21.5-48 48-48l336 0 0-64c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l128 128z'/%3E%3C/svg%3E")}.fas.fa-long-arrow-alt-up,.fa-solid.fa-long-arrow-alt-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M137.4-22.6c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9S300.9 160 288 160l-64 0 0 336c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-336-64 0c-12.9 0-24.6-7.8-29.6-19.8S.2 114.5 9.4 105.4l128-128z'/%3E%3C/svg%3E")}.fas.fa-masks-theater,.fa-solid.fa-masks-theater{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M-5 118L23.5 279.7c14 79.5 76.3 141.8 155.8 155.8l12.7 2.2c-16.5-28.6-27.1-60.7-30.6-94.5l-24.1 4.3c-9.7 1.7-18.8-5.8-16.9-15.5 4.8-24.7 19.1-46.6 39.7-60.9l0-74.6c-1.4 .8-3 1.3-4.7 1.6l-63 11.1c-8.7 1.5-17.3-4.4-15.9-13.1 3.1-19.6 18.4-36 39.1-39.7 17.2-3 33.9 3.5 44.6 15.8l0-22.7c0-22.5 6.9-52.4 32.3-73.4 26-21.5 67.7-43.9 124.9-54.2-30.5-16.3-86.3-32-163.8-18.4-80.3 14.2-128 50.1-150.1 76.1-9 10.5-10.8 24.9-8.4 38.5zM208 138.7l0 174.8c0 80.7 50.5 152.9 126.4 180.4L362.1 504c14.1 5.1 29.6 5.1 43.7 0L433.6 494C509.5 466.4 560 394.3 560 313.5l0-174.8c0-6.9-2.1-13.8-7-18.6-22.6-22.5-78.2-56-169-56s-146.4 33.6-169 56c-4.9 4.9-7 11.7-7 18.6zm66.1 187.1c-1.4-7 7-11 12.7-6.6 26.9 20.6 60.6 32.9 97.2 32.9s70.2-12.3 97.2-32.9c5.7-4.4 14.1-.4 12.7 6.6-10.1 51.4-55.5 90.3-109.9 90.3s-99.8-38.8-109.9-90.3zm.5-101.5C281.2 205.5 299 192 320 192s38.9 13.5 45.4 32.3c2.9 8.4-4.5 15.7-13.4 15.7l-64 0c-8.8 0-16.3-7.4-13.4-15.7zM480 240l-64 0c-8.8 0-16.3-7.4-13.4-15.7 6.5-18.8 24.4-32.3 45.4-32.3s38.9 13.5 45.4 32.3c2.9 8.4-4.5 15.7-13.4 15.7z'/%3E%3C/svg%3E")}.fas.fa-message-captions,.fa-solid.fa-message-captions{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 128L0 352c0 53 43 96 96 96l32 0 0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l115.2-86.4c4.2-3.1 9.2-4.8 14.4-4.8l120 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128zm120 80l128 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-128 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm224 0l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM120 304l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm144 0l128 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-128 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.fas.fa-message-text,.fa-solid.fa-message-text{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 128L0 352c0 53 43 96 96 96l32 0 0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l115.2-86.4c4.2-3.1 9.2-4.8 14.4-4.8l120 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128zm184 16l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0 0 120c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-120-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.fas.fa-microphone,.fa-solid.fa-microphone{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M192 0C139 0 96 43 96 96l0 128c0 53 43 96 96 96s96-43 96-96l0-128c0-53-43-96-96-96zM48 184c0-13.3-10.7-24-24-24S0 170.7 0 184l0 40c0 97.9 73.3 178.7 168 190.5l0 49.5-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-49.5c94.7-11.8 168-92.6 168-190.5l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 79.5-64.5 144-144 144S48 303.5 48 224l0-40z'/%3E%3C/svg%3E")}.fas.fa-microphone-alt,.fa-solid.fa-microphone-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M96 96c0-53 43-96 96-96 50.3 0 91.6 38.7 95.7 88L232 88c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0 0 48-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l55.7 0c-4.1 49.3-45.3 88-95.7 88-53 0-96-43-96-96L96 96zM24 160c13.3 0 24 10.7 24 24l0 40c0 79.5 64.5 144 144 144s144-64.5 144-144l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 97.9-73.3 178.7-168 190.5l0 49.5 48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0 0-49.5C73.3 402.7 0 321.9 0 224l0-40c0-13.3 10.7-24 24-24z'/%3E%3C/svg%3E")}.fas.fa-microphone-lines,.fa-solid.fa-microphone-lines{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M96 96c0-53 43-96 96-96 50.3 0 91.6 38.7 95.7 88L232 88c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0 0 48-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l55.7 0c-4.1 49.3-45.3 88-95.7 88-53 0-96-43-96-96L96 96zM24 160c13.3 0 24 10.7 24 24l0 40c0 79.5 64.5 144 144 144s144-64.5 144-144l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 97.9-73.3 178.7-168 190.5l0 49.5 48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0 0-49.5C73.3 402.7 0 321.9 0 224l0-40c0-13.3 10.7-24 24-24z'/%3E%3C/svg%3E")}.fas.fa-mobile,.fa-solid.fa-mobile{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M80 0C44.7 0 16 28.7 16 64l0 384c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0zm72 416l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E")}.fas.fa-mobile-alt,.fa-solid.fa-mobile-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zm64 0l0 304 224 0 0-304-224 0zM192 472c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z'/%3E%3C/svg%3E")}.fas.fa-mobile-button,.fa-solid.fa-mobile-button{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M80 0C44.7 0 16 28.7 16 64l0 384c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0zM192 464c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z'/%3E%3C/svg%3E")}.fas.fa-mobile-screen,.fa-solid.fa-mobile-screen{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM128 440c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0c-13.3 0-24 10.7-24 24zM304 64l-224 0 0 304 224 0 0-304z'/%3E%3C/svg%3E")}.fas.fa-moon,.fa-solid.fa-moon{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 0C114.6 0 0 114.6 0 256S114.6 512 256 512c68.8 0 131.3-27.2 177.3-71.4 7.3-7 9.4-17.9 5.3-27.1s-13.7-14.9-23.8-14.1c-4.9 .4-9.8 .6-14.8 .6-101.6 0-184-82.4-184-184 0-72.1 41.5-134.6 102.1-164.8 9.1-4.5 14.3-14.3 13.1-24.4S322.6 8.5 312.7 6.3C294.4 2.2 275.4 0 256 0z'/%3E%3C/svg%3E")}.fas.fa-navicon,.fa-solid.fa-navicon{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E")}.fas.fa-newspaper,.fa-solid.fa-newspaper{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 416L0 120c0-13.3 10.7-24 24-24s24 10.7 24 24l0 288c0 13.3 10.7 24 24 24s24-10.7 24-24L96 96c0-35.3 28.7-64 64-64l288 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64zM160 128l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32zm24 240c-13.3 0-24 10.7-24 24s10.7 24 24 24l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-240 0zm-24-72c0 13.3 10.7 24 24 24l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-240 0c-13.3 0-24 10.7-24 24zM360 176c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0z'/%3E%3C/svg%3E")}.fas.fa-objects-column,.fa-solid.fa-objects-column{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M48 32C21.5 32 0 53.5 0 80L0 240c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48L48 32zM304 224c-26.5 0-48 21.5-48 48l0 160c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-96 0zM0 400l0 32c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-32c0-26.5-21.5-48-48-48l-96 0c-26.5 0-48 21.5-48 48zM304 32c-26.5 0-48 21.5-48 48l0 32c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-32c0-26.5-21.5-48-48-48l-96 0z'/%3E%3C/svg%3E")}.fas.fa-outdent,.fa-solid.fa-outdent{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M.4 64c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-384 0C14.8 96 .4 81.7 .4 64zm192 128c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 96l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zM.4 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-384 0c-17.7 0-32-14.3-32-32zM.7 268.6c-8.2-6.4-8.2-18.9 0-25.3l101.9-79.3c10.5-8.2 25.8-.7 25.8 12.6l0 158.6c0 13.3-15.3 20.8-25.8 12.6L.7 268.6z'/%3E%3C/svg%3E")}.fas.fa-paint-brush,.fa-solid.fa-paint-brush{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M480.5 10.3L259.1 158c-29.1 19.4-47.6 50.9-50.6 85.3 62.3 12.8 111.4 61.9 124.3 124.3 34.5-3 65.9-21.5 85.3-50.6L565.7 95.5c6.7-10.1 10.3-21.9 10.3-34.1 0-33.9-27.5-61.4-61.4-61.4-12.1 0-24 3.6-34.1 10.3zM288 400c0-61.9-50.1-112-112-112S64 338.1 64 400c0 3.9 .2 7.8 .6 11.6 1.8 17.5-10.2 36.4-27.8 36.4L32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0c61.9 0 112-50.1 112-112z'/%3E%3C/svg%3E")}.fas.fa-paper-plane,.fa-solid.fa-paper-plane{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M536.4-26.3c9.8-3.5 20.6-1 28 6.3s9.8 18.2 6.3 28l-178 496.9c-5 13.9-18.1 23.1-32.8 23.1-14.2 0-27-8.6-32.3-21.7l-64.2-158c-4.5-11-2.5-23.6 5.2-32.6l94.5-112.4c5.1-6.1 4.7-15-.9-20.6s-14.6-6-20.6-.9L229.2 276.1c-9.1 7.6-21.6 9.6-32.6 5.2L38.1 216.8c-13.1-5.3-21.7-18.1-21.7-32.3 0-14.7 9.2-27.8 23.1-32.8l496.9-178z'/%3E%3C/svg%3E")}.fas.fa-paper-plane-top,.fa-solid.fa-paper-plane-top{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M78.5 3L554.2 222c13.3 6.1 21.8 19.4 21.8 34s-8.5 27.9-21.8 34L78.5 509c-4.3 2-9 3-13.7 3-18.1 0-32.8-14.8-32.8-33 0-4.6 1-9.2 2.8-13.4l72-161.9c4.7-10.6 14.9-17.9 26.5-18.9l156.7-13.6c7.9-.7 13.9-7.3 13.9-15.2s-6.1-14.5-13.9-15.2L133.3 227.2c-11.6-1-21.8-8.2-26.5-18.9L34.8 46.4C33 42.2 32 37.6 32 33 32 14.8 46.7 0 64.8 0 69.5 0 74.2 1 78.5 3z'/%3E%3C/svg%3E")}.fas.fa-pen,.fa-solid.fa-pen{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M352.9 21.2L308 66.1 445.9 204 490.8 159.1C504.4 145.6 512 127.2 512 108s-7.6-37.6-21.2-51.1L455.1 21.2C441.6 7.6 423.2 0 404 0s-37.6 7.6-51.1 21.2zM274.1 100L58.9 315.1c-10.7 10.7-18.5 24.1-22.6 38.7L.9 481.6c-2.3 8.3 0 17.3 6.2 23.4s15.1 8.5 23.4 6.2l127.8-35.5c14.6-4.1 27.9-11.8 38.7-22.6L412 237.9 274.1 100z'/%3E%3C/svg%3E")}.fas.fa-pencil,.fa-solid.fa-pencil{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M36.4 353.2c4.1-14.6 11.8-27.9 22.6-38.7l181.2-181.2 33.9-33.9c16.6 16.6 51.3 51.3 104 104l33.9 33.9-33.9 33.9-181.2 181.2c-10.7 10.7-24.1 18.5-38.7 22.6L30.4 510.6c-8.3 2.3-17.3 0-23.4-6.2S-1.4 489.3 .9 481L36.4 353.2zm55.6-3.7c-4.4 4.7-7.6 10.4-9.3 16.6l-24.1 86.9 86.9-24.1c6.4-1.8 12.2-5.1 17-9.7L91.9 349.5zm354-146.1c-16.6-16.6-51.3-51.3-104-104L308 65.5C334.5 39 349.4 24.1 352.9 20.6 366.4 7 384.8-.6 404-.6S441.6 7 455.1 20.6l35.7 35.7C504.4 69.9 512 88.3 512 107.4s-7.6 37.6-21.2 51.1c-3.5 3.5-18.4 18.4-44.9 44.9z'/%3E%3C/svg%3E")}.fas.fa-percent,.fa-solid.fa-percent{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M192 128a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM448 384a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM438.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-384 384c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l384-384z'/%3E%3C/svg%3E")}.fas.fa-person,.fa-solid.fa-person{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M248 24a56 56 0 1 0 -112 0 56 56 0 1 0 112 0zm24 212.7l46.3 62.4c10.5 14.2 30.6 17.2 44.8 6.6s17.2-30.6 6.6-44.8l-70.5-95C274 132 234.3 112 192 112s-82 20-107.2 53.9l-70.5 95c-10.5 14.2-7.6 34.2 6.6 44.8s34.2 7.6 44.8-6.6L112 236.7 112 512c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-8.8 7.2-16 16-16s16 7.2 16 16l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-275.3z'/%3E%3C/svg%3E")}.fas.fa-plane,.fa-solid.fa-plane{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M520 200c30.9 0 56 25.1 56 56s-25.1 56-56 56l-127.3 0-159.2 173.6c-6.1 6.6-14.6 10.4-23.6 10.4l-43.7 0c-10.9 0-18.6-10.7-15.2-21.1l54.3-162.9-99.7 0-52.8 66c-3 3.8-7.6 6-12.5 6l-19.8 0c-10.4 0-18-9.8-15.5-19.9L32 256 5 147.9C2.4 137.8 10.1 128 20.5 128l19.8 0c4.9 0 9.5 2.2 12.5 6l52.8 66 99.7 0-54.3-162.9C147.6 26.7 155.3 16 166.2 16l43.7 0c9 0 17.5 3.8 23.6 10.4L392.7 200 520 200z'/%3E%3C/svg%3E")}.fas.fa-play,.fa-solid.fa-play{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M91.2 36.9c-12.4-6.8-27.4-6.5-39.6 .7S32 57.9 32 72l0 368c0 14.1 7.5 27.2 19.6 34.4s27.2 7.5 39.6 .7l336-184c12.8-7 20.8-20.5 20.8-35.1s-8-28.1-20.8-35.1l-336-184z'/%3E%3C/svg%3E")}.fas.fa-play-circle,.fa-solid.fa-play-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z'/%3E%3C/svg%3E")}.fas.fa-plug,.fa-solid.fa-plug{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M128-32c17.7 0 32 14.3 32 32l0 96 128 0 0-96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 96 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 64c0 95.1-69.2 174.1-160 189.3l0 66.7c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-66.7C101.2 398.1 32 319.1 32 224l0-64c-17.7 0-32-14.3-32-32S14.3 96 32 96l64 0 0-96c0-17.7 14.3-32 32-32z'/%3E%3C/svg%3E")}.fas.fa-plus,.fa-solid.fa-plus{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M256 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 160-160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-160z'/%3E%3C/svg%3E")}.fas.fa-plus-circle,.fa-solid.fa-plus-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z'/%3E%3C/svg%3E")}.fas.fa-qrcode,.fa-solid.fa-qrcode{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 160l64 0 0-64-64 0 0 64zM0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM64 416l64 0 0-64-64 0 0 64zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zM320 96l0 64 64 0 0-64-64 0zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zM288 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 32c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm32-96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-32 32a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z'/%3E%3C/svg%3E")}.fas.fa-question-circle,.fa-solid.fa-question-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-336c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E")}.fas.fa-question-square,.fa-solid.fa-question-square{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM224 176c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM192 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E")}.fas.fa-rectangle-ad,.fa-solid.fa-rectangle-ad{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zM416 184l0 144c0 13.3-10.7 24-24 24-7.1 0-13.5-3.1-17.9-8-10.2 5.1-21.8 8-34.1 8-42 0-76-34-76-76s34-76 76-76c9.9 0 19.3 1.9 28 5.3l0-21.3c0-13.3 10.7-24 24-24s24 10.7 24 24zm-48 92a28 28 0 1 0 -56 0 28 28 0 1 0 56 0zM160 208c-8.8 0-16 7.2-16 16l0 32 48 0 0-32c0-8.8-7.2-16-16-16l-16 0zm32 96l-48 0 0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-104c0-35.3 28.7-64 64-64l16 0c35.3 0 64 28.7 64 64l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-24z'/%3E%3C/svg%3E")}.fas.fa-refresh,.fa-solid.fa-refresh{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M65.9 228.5c13.3-93 93.4-164.5 190.1-164.5 53 0 101 21.5 135.8 56.2 .2 .2 .4 .4 .6 .6l7.6 7.2-47.9 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 53.4-11.3-10.7C390.5 28.6 326.5 0 256 0 127 0 20.3 95.4 2.6 219.5 .1 237 12.2 253.2 29.7 255.7s33.7-9.7 36.2-27.1zm443.5 64c2.5-17.5-9.7-33.7-27.1-36.2s-33.7 9.7-36.2 27.1c-13.3 93-93.4 164.5-190.1 164.5-53 0-101-21.5-135.8-56.2-.2-.2-.4-.4-.6-.6l-7.6-7.2 47.9 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 320c-8.5 0-16.7 3.4-22.7 9.5S-.1 343.7 0 352.3l1 127c.1 17.7 14.6 31.9 32.3 31.7S65.2 496.4 65 478.7l-.4-51.5 10.7 10.1c46.3 46.1 110.2 74.7 180.7 74.7 129 0 235.7-95.4 253.4-219.5z'/%3E%3C/svg%3E")}.fas.fa-reply,.fa-solid.fa-reply{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M204.2 18.4c12 5 19.8 16.6 19.8 29.6l0 80 112 0c97.2 0 176 78.8 176 176 0 113.3-81.5 163.9-100.2 174.1-2.5 1.4-5.3 1.9-8.1 1.9-10.9 0-19.7-8.9-19.7-19.7 0-7.5 4.3-14.4 9.8-19.5 9.4-8.8 22.2-26.4 22.2-56.7 0-53-43-96-96-96l-96 0 0 80c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-160-160c-12.5-12.5-12.5-32.8 0-45.3l160-160c9.2-9.2 22.9-11.9 34.9-6.9z'/%3E%3C/svg%3E")}.fas.fa-robot,.fa-solid.fa-robot{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M352 0c0-17.7-14.3-32-32-32S288-17.7 288 0l0 64-96 0c-53 0-96 43-96 96l0 224c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96l-96 0 0-64zM160 368c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm120 0c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm120 0c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zM224 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm144 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM64 224c0-17.7-14.3-32-32-32S0 206.3 0 224l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96zm544-32c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32z'/%3E%3C/svg%3E")}.fas.fa-sack-dollar,.fa-solid.fa-sack-dollar{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M328 112l-144 0-37.3-74.5c-1.8-3.6-2.7-7.6-2.7-11.6 0-14.3 11.6-25.9 25.9-25.9L342.1 0c14.3 0 25.9 11.6 25.9 25.9 0 4-.9 8-2.7 11.6L328 112zM169.6 160l172.8 0 48.7 40.6C457.6 256 496 338 496 424.5 496 472.8 456.8 512 408.5 512l-305.1 0C55.2 512 16 472.8 16 424.5 16 338 54.4 256 120.9 200.6L169.6 160zM260 224c-11 0-20 9-20 20l0 4c-28.8 .3-52 23.7-52 52.5 0 25.7 18.5 47.6 43.9 51.8l41.7 7c6 1 10.4 6.2 10.4 12.3 0 6.9-5.6 12.5-12.5 12.5L216 384c-11 0-20 9-20 20s9 20 20 20l24 0 0 4c0 11 9 20 20 20s20-9 20-20l0-4.7c25-4.1 44-25.7 44-51.8 0-25.7-18.5-47.6-43.9-51.8l-41.7-7c-6-1-10.4-6.2-10.4-12.3 0-6.9 5.6-12.5 12.5-12.5l47.5 0c11 0 20-9 20-20s-9-20-20-20l-8 0 0-4c0-11-9-20-20-20z'/%3E%3C/svg%3E")}.fas.fa-screencast,.fa-solid.fa-screencast{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M448 96l-384 0 0 82.7c-12.6-1.8-25.5-2.7-38.7-2.7L0 176 0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64l-144 0 0-25.3c0-13.1-.9-26-2.7-38.7l146.7 0 0-320zM24 224c128.1 0 232 103.9 232 232 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM0 344c0-13.3 10.7-24 24-24 75.1 0 136 60.9 136 136 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88-13.3 0-24-10.7-24-24z'/%3E%3C/svg%3E")}.fas.fa-search,.fa-solid.fa-search{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E")}.fas.fa-share,.fa-solid.fa-share{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M307.8 18.4c-12 5-19.8 16.6-19.8 29.6l0 80-112 0c-97.2 0-176 78.8-176 176 0 113.3 81.5 163.9 100.2 174.1 2.5 1.4 5.3 1.9 8.1 1.9 10.9 0 19.7-8.9 19.7-19.7 0-7.5-4.3-14.4-9.8-19.5-9.4-8.8-22.2-26.4-22.2-56.7 0-53 43-96 96-96l96 0 0 80c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-9.2-9.2-22.9-11.9-34.9-6.9z'/%3E%3C/svg%3E")}.fas.fa-share-alt,.fa-solid.fa-share-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M384 192c53 0 96-43 96-96s-43-96-96-96-96 43-96 96c0 5.4 .5 10.8 1.3 16L159.6 184.1c-16.9-15-39.2-24.1-63.6-24.1-53 0-96 43-96 96s43 96 96 96c24.4 0 46.6-9.1 63.6-24.1L289.3 400c-.9 5.2-1.3 10.5-1.3 16 0 53 43 96 96 96s96-43 96-96-43-96-96-96c-24.4 0-46.6 9.1-63.6 24.1L190.7 272c.9-5.2 1.3-10.5 1.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9 15 39.2 24.1 63.6 24.1z'/%3E%3C/svg%3E")}.fas.fa-share-nodes,.fa-solid.fa-share-nodes{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M384 192c53 0 96-43 96-96s-43-96-96-96-96 43-96 96c0 5.4 .5 10.8 1.3 16L159.6 184.1c-16.9-15-39.2-24.1-63.6-24.1-53 0-96 43-96 96s43 96 96 96c24.4 0 46.6-9.1 63.6-24.1L289.3 400c-.9 5.2-1.3 10.5-1.3 16 0 53 43 96 96 96s96-43 96-96-43-96-96-96c-24.4 0-46.6 9.1-63.6 24.1L190.7 272c.9-5.2 1.3-10.5 1.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9 15 39.2 24.1 63.6 24.1z'/%3E%3C/svg%3E")}.fas.fa-shield,.fa-solid.fa-shield{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 0c4.6 0 9.2 1 13.4 2.9L457.8 82.8c22 9.3 38.4 31 38.3 57.2-.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0-172.4-82.5-213.1-264-213.6-363.2-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.9 1 251.4 0 256 0z'/%3E%3C/svg%3E")}.fas.fa-sign-in,.fa-solid.fa-sign-in{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M352 96l64 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm-9.4 182.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z'/%3E%3C/svg%3E")}.fas.fa-siren-on,.fa-solid.fa-siren-on{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M69.3 36l48 32c11 7.4 14 22.3 6.7 33.3s-22.3 14-33.3 6.7l-48-32c-11-7.4-14-22.3-6.7-33.3s22.3-14 33.3-6.7zM597.3 76l-48 32c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l48-32c11-7.4 25.9-4.4 33.3 6.7s4.4 25.9-6.7 33.3zM24 192l64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm528 0l64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM144 304L169.4 88.5C173.1 56.3 200.5 32 232.9 32l174.2 0c32.5 0 59.8 24.3 63.6 56.5L496 304 258.3 304 271.9 154.2c1.2-13.2-8.5-24.9-21.7-26.1s-24.9 8.5-26.1 21.7l-14 154.2-66.1 0zM96 384c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-384 0c-17.7 0-32-14.3-32-32l0-64z'/%3E%3C/svg%3E")}.fas.fa-sliders,.fa-solid.fa-sliders{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 224zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384z'/%3E%3C/svg%3E")}.fas.fa-snowflake,.fa-solid.fa-snowflake{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M288.2 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 62.1-15-15c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l49 49 0 70.6-61.2-35.3-17.9-66.9c-3.4-12.8-16.6-20.4-29.4-17S95.3 98 98.7 110.8l5.5 20.5-53.7-31C35.2 91.5 15.6 96.7 6.8 112s-3.6 34.9 11.7 43.7l53.7 31-20.5 5.5c-12.8 3.4-20.4 16.6-17 29.4s16.6 20.4 29.4 17l66.9-17.9 61.2 35.3-61.2 35.3-66.9-17.9c-12.8-3.4-26 4.2-29.4 17s4.2 26 17 29.4l20.5 5.5-53.7 31C3.2 365.1-2 384.7 6.8 400s28.4 20.6 43.7 11.7l53.7-31-5.5 20.5c-3.4 12.8 4.2 26 17 29.4s26-4.2 29.4-17l17.9-66.9 61.2-35.3 0 70.6-49 49c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l15-15 0 62.1c0 17.7 14.3 32 32 32s32-14.3 32-32l0-62.1 15 15c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-49-49 0-70.6 61.2 35.3 17.9 66.9c3.4 12.8 16.6 20.4 29.4 17s20.4-16.6 17-29.4l-5.5-20.5 53.7 31c15.3 8.8 34.9 3.6 43.7-11.7s3.6-34.9-11.7-43.7l-53.7-31 20.5-5.5c12.8-3.4 20.4-16.6 17-29.4s-16.6-20.4-29.4-17l-66.9 17.9-61.2-35.3 61.2-35.3 66.9 17.9c12.8 3.4 26-4.2 29.4-17s-4.2-26-17-29.4l-20.5-5.5 53.7-31c15.3-8.8 20.6-28.4 11.7-43.7s-28.4-20.5-43.7-11.7l-53.7 31 5.5-20.5c3.4-12.8-4.2-26-17-29.4s-26 4.2-29.4 17l-17.9 66.9-61.2 35.3 0-70.6 49-49c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-15 15 0-62.1z'/%3E%3C/svg%3E")}.fas.fa-spinner,.fa-solid.fa-spinner{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M208 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm0 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM48 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm368 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM75 369.1A48 48 0 1 1 142.9 437 48 48 0 1 1 75 369.1zM75 75A48 48 0 1 1 142.9 142.9 48 48 0 1 1 75 75zM437 369.1A48 48 0 1 1 369.1 437 48 48 0 1 1 437 369.1z'/%3E%3C/svg%3E")}.fas.fa-square-plus,.fa-solid.fa-square-plus{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM200 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z'/%3E%3C/svg%3E")}.fas.fa-star,.fa-solid.fa-star{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1L193.1 125.3 33.2 150.7c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2L288.1 417.6 432.4 491c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2L441.7 305.9 556.1 191.4c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L383 125.3 309.5-18.9z'/%3E%3C/svg%3E")}.fas.fa-stars,.fa-solid.fa-stars{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M325.8 152.3c1.3 4.6 5.5 7.7 10.2 7.7s8.9-3.1 10.2-7.7L360 104 408.3 90.2c4.6-1.3 7.7-5.5 7.7-10.2s-3.1-8.9-7.7-10.2L360 56 346.2 7.7C344.9 3.1 340.8 0 336 0s-8.9 3.1-10.2 7.7L312 56 263.7 69.8c-4.6 1.3-7.7 5.5-7.7 10.2s3.1 8.9 7.7 10.2L312 104 325.8 152.3zm-112.4 5.1c-8.8-17.9-34.3-17.9-43.1 0l-46.3 94-103.5 15.1C.9 269.3-7 293.5 7.3 307.4l74.9 73.2-17.7 103.3c-3.4 19.6 17.2 34.6 34.8 25.3l92.6-48.8 92.6 48.8c17.6 9.3 38.2-5.7 34.8-25.3l-17.7-103.3 74.9-73.2c14.2-13.9 6.4-38.1-13.3-40.9l-103.5-15.1-46.3-94zm215.4 85.8l11 38.6c1 3.6 4.4 6.2 8.2 6.2s7.1-2.5 8.2-6.2l11-38.6 38.6-11c3.6-1 6.2-4.4 6.2-8.2s-2.5-7.1-6.2-8.2l-38.6-11-11-38.6c-1-3.6-4.4-6.2-8.2-6.2s-7.1 2.5-8.2 6.2l-11 38.6-38.6 11c-3.6 1-6.2 4.4-6.2 8.2s2.5 7.1 6.2 8.2l38.6 11z'/%3E%3C/svg%3E")}.fas.fa-sticky-note,.fa-solid.fa-sticky-note{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 213.5c0 17-6.7 33.3-18.7 45.3L322.7 461.3c-12 12-28.3 18.7-45.3 18.7L64 480zM389.5 304L296 304c-13.3 0-24 10.7-24 24l0 93.5 117.5-117.5z'/%3E%3C/svg%3E")}.fas.fa-stopwatch,.fa-solid.fa-stopwatch{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M168.5 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 0 25.3c-108 11.9-192 103.5-192 214.7 0 119.3 96.7 216 216 216s216-96.7 216-216c0-39.8-10.8-77.1-29.6-109.2l28.2-28.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-23.4 23.4c-32.9-30.2-75.2-50.3-122-55.5l0-25.3 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0zm80 184l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-104c0-13.3 10.7-24 24-24s24 10.7 24 24z'/%3E%3C/svg%3E")}.fas.fa-sun,.fa-solid.fa-sun{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M288-32c8.4 0 16.3 4.4 20.6 11.7L364.1 72.3 468.9 46c8.2-2 16.9 .4 22.8 6.3S500 67 498 75.1l-26.3 104.7 92.7 55.5c7.2 4.3 11.7 12.2 11.7 20.6s-4.4 16.3-11.7 20.6L471.7 332.1 498 436.8c2 8.2-.4 16.9-6.3 22.8S477 468 468.9 466l-104.7-26.3-55.5 92.7c-4.3 7.2-12.2 11.7-20.6 11.7s-16.3-4.4-20.6-11.7L211.9 439.7 107.2 466c-8.2 2-16.8-.4-22.8-6.3S76 445 78 436.8l26.2-104.7-92.6-55.5C4.4 272.2 0 264.4 0 256s4.4-16.3 11.7-20.6L104.3 179.9 78 75.1c-2-8.2 .3-16.8 6.3-22.8S99 44 107.2 46l104.7 26.2 55.5-92.6 1.8-2.6c4.5-5.7 11.4-9.1 18.8-9.1zm0 144a144 144 0 1 0 0 288 144 144 0 1 0 0-288zm0 240a96 96 0 1 1 0-192 96 96 0 1 1 0 192z'/%3E%3C/svg%3E")}.fas.fa-tags,.fa-solid.fa-tags{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M401.2 39.1L549.4 189.4c27.7 28.1 27.7 73.1 0 101.2L393 448.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L515.3 256.8c9.2-9.3 9.2-24.4 0-33.7L367 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM32.1 229.5L32.1 96c0-35.3 28.7-64 64-64l133.5 0c17 0 33.3 6.7 45.3 18.7l144 144c25 25 25 65.5 0 90.5L285.4 418.7c-25 25-65.5 25-90.5 0l-144-144c-12-12-18.7-28.3-18.7-45.3zm144-85.5a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/%3E%3C/svg%3E")}.fas.fa-television,.fa-solid.fa-television{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 96l0 240 448 0 0-240-448 0zM0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 240c0 35.3-28.7 64-64 64L64 400c-35.3 0-64-28.7-64-64L0 96zM160 448l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z'/%3E%3C/svg%3E")}.fas.fa-th-large,.fa-solid.fa-th-large{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M384 96l-128 0 0 128 128 0 0-128zm64 128l0 192c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 128zM64 288l0 128 128 0 0-128-128 0zm128-64l0-128-128 0 0 128 128 0zm64 64l0 128 128 0 0-128-128 0z'/%3E%3C/svg%3E")}.fas.fa-theater-masks,.fa-solid.fa-theater-masks{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M-5 118L23.5 279.7c14 79.5 76.3 141.8 155.8 155.8l12.7 2.2c-16.5-28.6-27.1-60.7-30.6-94.5l-24.1 4.3c-9.7 1.7-18.8-5.8-16.9-15.5 4.8-24.7 19.1-46.6 39.7-60.9l0-74.6c-1.4 .8-3 1.3-4.7 1.6l-63 11.1c-8.7 1.5-17.3-4.4-15.9-13.1 3.1-19.6 18.4-36 39.1-39.7 17.2-3 33.9 3.5 44.6 15.8l0-22.7c0-22.5 6.9-52.4 32.3-73.4 26-21.5 67.7-43.9 124.9-54.2-30.5-16.3-86.3-32-163.8-18.4-80.3 14.2-128 50.1-150.1 76.1-9 10.5-10.8 24.9-8.4 38.5zM208 138.7l0 174.8c0 80.7 50.5 152.9 126.4 180.4L362.1 504c14.1 5.1 29.6 5.1 43.7 0L433.6 494C509.5 466.4 560 394.3 560 313.5l0-174.8c0-6.9-2.1-13.8-7-18.6-22.6-22.5-78.2-56-169-56s-146.4 33.6-169 56c-4.9 4.9-7 11.7-7 18.6zm66.1 187.1c-1.4-7 7-11 12.7-6.6 26.9 20.6 60.6 32.9 97.2 32.9s70.2-12.3 97.2-32.9c5.7-4.4 14.1-.4 12.7 6.6-10.1 51.4-55.5 90.3-109.9 90.3s-99.8-38.8-109.9-90.3zm.5-101.5C281.2 205.5 299 192 320 192s38.9 13.5 45.4 32.3c2.9 8.4-4.5 15.7-13.4 15.7l-64 0c-8.8 0-16.3-7.4-13.4-15.7zM480 240l-64 0c-8.8 0-16.3-7.4-13.4-15.7 6.5-18.8 24.4-32.3 45.4-32.3s38.9 13.5 45.4 32.3c2.9 8.4-4.5 15.7-13.4 15.7z'/%3E%3C/svg%3E")}.fas.fa-thumbs-down,.fa-solid.fa-thumbs-down{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M384 32c26.5 0 48 21.5 48 48 0 6.3-1.3 12.2-3.4 17.7 20.4 5.5 35.4 24.1 35.4 46.3 0 9.1-2.6 17.6-7 24.9 22.2 4.2 39 23.7 39 47.1 0 19.7-11.9 36.6-28.9 44 17 7.4 28.9 24.3 28.9 44 0 26.5-21.5 48-48 48l-160 0 28.2 70.4c2.5 6.3 3.8 13.1 3.8 19.9l0 4.2c0 27.3-22.1 49.4-49.4 49.4-18.7 0-35.8-10.6-44.2-27.3L170.1 356.3c-6.7-13.3-10.1-28-10.1-42.9l0-186.6c0-19.4 8.9-37.8 24-50l12.2-9.7C224.6 44.4 259.8 32 296.1 32L384 32zM80 96c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32L0 128c0-17.7 14.3-32 32-32l48 0z'/%3E%3C/svg%3E")}.fas.fa-thumbs-up,.fa-solid.fa-thumbs-up{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M80 160c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32L0 192c0-17.7 14.3-32 32-32l48 0zM270.6 16C297.9 16 320 38.1 320 65.4l0 4.2c0 6.8-1.3 13.6-3.8 19.9L288 160 448 160c26.5 0 48 21.5 48 48 0 19.7-11.9 36.6-28.9 44 17 7.4 28.9 24.3 28.9 44 0 23.4-16.8 42.9-39 47.1 4.4 7.3 7 15.8 7 24.9 0 22.2-15 40.8-35.4 46.3 2.2 5.5 3.4 11.5 3.4 17.7 0 26.5-21.5 48-48 48l-87.9 0c-36.3 0-71.6-12.4-99.9-35.1L184 435.2c-15.2-12.1-24-30.5-24-50l0-186.6c0-14.9 3.5-29.6 10.1-42.9L226.3 43.3C234.7 26.6 251.8 16 270.6 16z'/%3E%3C/svg%3E")}.fas.fa-ticket,.fa-solid.fa-ticket{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 64C28.7 64 0 92.7 0 128l0 64C0 200.8 7.4 207.7 15.7 210.6 34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320l0 64c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-64c0-8.8-7.4-15.7-15.7-18.6-18.8-6.5-32.3-24.4-32.3-45.4s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6l0-64c0-35.3-28.7-64-64-64L64 64zM416 336l0-160-256 0 0 160 256 0zM112 160c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32l0-192z'/%3E%3C/svg%3E")}.fas.fa-ticket-simple,.fa-solid.fa-ticket-simple{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 64c0 8.8-7.4 15.7-15.7 18.6-18.8 6.5-32.3 24.4-32.3 45.4s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6l0 64c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64l0-64C0 311.2 7.4 304.3 15.7 301.4 34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192l0-64z'/%3E%3C/svg%3E")}.fas.fa-times,.fa-solid.fa-times{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z'/%3E%3C/svg%3E")}.fas.fa-times-circle,.fa-solid.fa-times-circle{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM167 167c9.4-9.4 24.6-9.4 33.9 0l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E")}.fas.fa-toggle-off,.fa-solid.fa-toggle-off{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M384 128c70.7 0 128 57.3 128 128S454.7 384 384 384l-192 0c-70.7 0-128-57.3-128-128s57.3-128 128-128l192 0zM576 256c0-106-86-192-192-192L192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192zM192 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z'/%3E%3C/svg%3E")}.fas.fa-trash,.fa-solid.fa-trash{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M136.7 5.9L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-8.7-26.1C306.9-7.2 294.7-16 280.9-16L167.1-16c-13.8 0-26 8.8-30.4 21.9zM416 144L32 144 53.1 467.1C54.7 492.4 75.7 512 101 512L347 512c25.3 0 46.3-19.6 47.9-44.9L416 144z'/%3E%3C/svg%3E")}.fas.fa-trash-alt,.fa-solid.fa-trash-alt{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M136.7 5.9C141.1-7.2 153.3-16 167.1-16l113.9 0c13.8 0 26 8.8 30.4 21.9L320 32 416 32c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 8.7-26.1zM32 144l384 0 0 304c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-304zm88 64c-13.3 0-24 10.7-24 24l0 192c0 13.3 10.7 24 24 24s24-10.7 24-24l0-192c0-13.3-10.7-24-24-24zm104 0c-13.3 0-24 10.7-24 24l0 192c0 13.3 10.7 24 24 24s24-10.7 24-24l0-192c0-13.3-10.7-24-24-24zm104 0c-13.3 0-24 10.7-24 24l0 192c0 13.3 10.7 24 24 24s24-10.7 24-24l0-192c0-13.3-10.7-24-24-24z'/%3E%3C/svg%3E")}.fas.fa-triangle-exclamation,.fa-solid.fa-triangle-exclamation{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M256 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.1 480 472 480L40 480c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z'/%3E%3C/svg%3E")}.fas.fa-tv,.fa-solid.fa-tv{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M64 96l0 240 448 0 0-240-448 0zM0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 240c0 35.3-28.7 64-64 64L64 400c-35.3 0-64-28.7-64-64L0 96zM160 448l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z'/%3E%3C/svg%3E")}.fas.fa-tv-retro,.fa-solid.fa-tv-retro{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M137.4 9.4c12.5-12.5 32.8-12.5 45.3 0L256 82.7 329.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L333.3 96 448 96c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64l114.7 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3zM112 160c-26.5 0-48 21.5-48 48l0 160c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-224 0zm360 72a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM448 336a24 24 0 1 0 0-48 24 24 0 1 0 0 48z'/%3E%3C/svg%3E")}.fas.fa-user,.fa-solid.fa-user{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224 248a120 120 0 1 0 0-240 120 120 0 1 0 0 240zm-29.7 56C95.8 304 16 383.8 16 482.3 16 498.7 29.3 512 45.7 512l356.6 0c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3l-59.4 0z'/%3E%3C/svg%3E")}.fas.fa-user-crown,.fa-solid.fa-user-crown{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M224 224c-44.2 0-80-35.8-80-80l160 0c0 44.2-35.8 80-80 80zM96 16l0 128c0 70.7 57.3 128 128 128s128-57.3 128-128l0-128c0-8.8-7.2-16-16-16l-3.2 0c-3.2 0-6.2 .9-8.9 2.7l-20 13.3-2.2 1.4c-12.7 8.5-29.6 6.8-40.4-4L237.7-10.3C234-14 229.1-16 224-16s-10 2-13.7 5.7L186.6 13.4c-10.8 10.8-27.7 12.5-40.4 4L144 16 124 2.7C121.4 .9 118.3 0 115.2 0L112 0c-8.8 0-16 7.2-16 16zm84.6 304C89.7 320 16 393.7 16 484.6 16 499.7 28.3 512 43.4 512l361.1 0c15.1 0 27.4-12.3 27.4-27.4 0-90.9-73.7-164.6-164.6-164.6l-86.9 0z'/%3E%3C/svg%3E")}.fas.fa-user-lock,.fa-solid.fa-user-lock{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M224 8a120 120 0 1 1 0 240 120 120 0 1 1 0-240zM194.3 304l59.4 0c29.7 0 57.7 7.3 82.3 20.1l0 4.3c-19.6 17.6-32 43.1-32 71.5l0 96c0 5.5 .5 10.9 1.3 16.1L45.7 512C29.3 512 16 498.7 16 482.3 16 383.8 95.8 304 194.3 304zm301.7 .1c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 47.9 64 0 0-47.9zM352 400c0-20.9 13.4-38.7 32-45.3l0-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80l0 50.6c18.6 6.6 32 24.4 32 45.3l0 96c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48l0-96z'/%3E%3C/svg%3E")}.fas.fa-users,.fa-solid.fa-users{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='currentColor' d='M320 16a104 104 0 1 1 0 208 104 104 0 1 1 0-208zM96 88a72 72 0 1 1 0 144 72 72 0 1 1 0-144zM0 416c0-70.7 57.3-128 128-128 12.8 0 25.2 1.9 36.9 5.4-32.9 36.8-52.9 85.4-52.9 138.6l0 16c0 11.4 2.4 22.2 6.7 32L32 480c-17.7 0-32-14.3-32-32l0-32zm521.3 64c4.3-9.8 6.7-20.6 6.7-32l0-16c0-53.2-20-101.8-52.9-138.6 11.7-3.5 24.1-5.4 36.9-5.4 70.7 0 128 57.3 128 128l0 32c0 17.7-14.3 32-32 32l-86.7 0zM472 160a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zM160 432c0-88.4 71.6-160 160-160s160 71.6 160 160l0 16c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-16z'/%3E%3C/svg%3E")}.fas.fa-video,.fa-solid.fa-video{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M96 64c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L96 64zM464 336l73.5 58.8c4.2 3.4 9.4 5.2 14.8 5.2 13.1 0 23.7-10.6 23.7-23.7l0-240.6c0-13.1-10.6-23.7-23.7-23.7-5.4 0-10.6 1.8-14.8 5.2L464 176 464 336z'/%3E%3C/svg%3E")}.fas.fa-wallet,.fa-solid.fa-wallet{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M64 32C28.7 32 0 60.7 0 96L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64L72 128c-13.3 0-24-10.7-24-24S58.7 80 72 80l384 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L64 32zM416 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E")}.fas.fa-window-minimize,.fa-solid.fa-window-minimize{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M0 416c0-17.7 14.3-32 32-32l448 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32z'/%3E%3C/svg%3E")}.fas.fa-x,.fa-solid.fa-x{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z'/%3E%3C/svg%3E")}.fas.fa-xmark,.fa-solid.fa-xmark{--ki:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='currentColor' d='M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z'/%3E%3C/svg%3E")}