.faq{padding:4rem 0;color:#fff;background:linear-gradient(180deg, transparent, rgba(255,255,255,0.03) 40%, rgba(255,255,255,0.03) 60%, rgba(97,106,115,0))}.faq__title{font-size:70px;font-weight:800;margin:0}.faq__item{background-color:#1a1a1a;border-radius:12px;margin-bottom:1rem;padding:1.5rem;cursor:pointer;transition:background-color 0.3s ease;user-select:none}.faq__item .faq__question{margin:0;font-weight:500;transition:font-weight 0.3s ease}.faq__item .faq__answer{max-height:0;opacity:0;overflow:hidden;margin-top:0;transition:max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;font-size:0.95rem;line-height:1.6;color:#aaa}.faq__item--active{background-color:#2c2c2c}.faq__item--active .faq__question{font-weight:700}.faq__item--active .faq__answer{max-height:500px;opacity:1;padding:0.1rem 0;margin-top:1rem}.flashs-container{position:fixed;bottom:0;left:0px;z-index:9999999999;margin:100px 10px 10px 10px;transition:height 1s;max-width:100%;width:300px;box-sizing:border-box}.flashs-container.sidebar-compatible{left:120px}.flashs-container .flash{width:100%;padding:14px 32px;background-color:#1b191c;color:#c6c6c6;border-radius:15px;margin:10px 0;animation:popup 0.6s cubic-bezier(0.1, 1.06, 0.6, 1.34),hide 0.4s 7s;border-bottom:solid 5px #bbc1be}.flashs-container .flash.flash-message{border-bottom:solid 5px red}.flashs-container .flash.flash-error,.flashs-container .flash.flash-alert{border-bottom:solid 5px red}.flashs-container .flash.flash-warn{border-bottom:solid 5px #ffe100}.flashs-container .flash.flash-success,.flashs-container .flash.flash-notice{border-bottom:solid 5px seagreen}footer{width:100%;display:flex;justify-content:center;align-items:center}footer .footer-content{display:flex;justify-content:center;flex-direction:column;gap:25px;margin:50px auto;max-width:700px}footer .footer-content .footer-logo{display:flex;justify-content:center;opacity:1}footer .footer-content .footer-rights{display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;font-weight:400;color:rgba(255,255,255,0.5)}footer .footer-content .footer-menu{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;gap:1rem}footer .footer-content .footer-menu a{flex:none;min-width:110px;font-size:20px;font-weight:500;color:black;text-decoration:none;text-align:center;color:white}footer .footer-content .footer-social{margin-top:15px;display:flex;align-items:center;justify-content:center;gap:30px}footer .footer-content .footer-social svg{fill:rgba(255,255,255,0.5)}.page-form a:not([class]){color:rgba(255,255,255,0.9);font-size:15px;font-weight:400;line-height:150%;letter-spacing:0.48px;text-decoration:none;border:1px solid var(--default-color);border-radius:4px;padding:3px 7px}.page-form label{color:white;font-size:16px;font-weight:600;letter-spacing:0.16px;padding:0px 22px;padding-bottom:10px;display:block}.page-form .error{color:#ff4343a6;padding:0px 22px;padding-top:10px;display:block}.page-form .input-control{margin-bottom:20px}.page-form input,.page-form select,.page-form textarea{width:100%;max-width:100%;border-radius:8px;border:2px solid #191919;padding:10px 20px;background:inherit;color:white;font-size:18px;font-weight:500;letter-spacing:0.18px;text-align:left}.page-form input::placeholder,.page-form select::placeholder,.page-form textarea::placeholder{color:#cccccc;font-size:18px;font-weight:500;letter-spacing:0.18px}.page-form input:focus,.page-form select:focus,.page-form textarea:focus{outline:none}.page-form .field_with_errors input,.page-form .field_with_errors select,.page-form .field_with_errors textarea{border:2px solid #ff4343a6}.page-form .select-wrapper{position:relative;width:100%}.page-form .select-wrapper select{cursor:pointer;outline:none;appearance:none}.page-form .select-wrapper svg{position:absolute;right:10px;top:14px;pointer-events:none}.page-form select{background-color:var(--body-color)}.page-form option{background-color:#131313;width:100%;cursor:pointer}.page-form input[type="submit"]{margin-top:20px;padding:20px 10px;background-color:white;color:black;font-weight:bold;border-radius:50px;text-align:center;cursor:pointer;transition:background-color .15s ease}.page-form input[type="submit"]:hover{background-color:#e7e7e7}.header-wrapper{position:sticky;top:0;z-index:9999}.header-wrapper.hide-header .header{transform:translateY(-80%);border-bottom:1px solid #1c1c1c}.header-wrapper.nosticky{position:relative}.header{color:#ffffff;padding:1rem 0;background-color:var(--body-color);width:100%;border-bottom:1px solid transparent;height:80px;display:flex;align-items:center;transition:transform 0.3s ease-in-out, border 0.2s ease-in-out}.header:hover{transform:translateY(0%) !important}.header__content{display:flex;justify-content:space-between;align-items:center;width:100%}.header__logo img{display:block}.header__nav{flex:1;margin-left:2rem}.header__nav-list{list-style:none;display:flex;gap:2.5rem;align-items:center;margin:0;padding:0}@media (max-width: 992px){.header__nav-list{gap:1.5rem}}@media (max-width: 768px){.header__nav-list{display:none}}.header__nav-list__item{font-weight:500;font-size:0.9rem;letter-spacing:0.05em;position:relative}.header__nav-list__item a{color:#ffffff;text-decoration:none;transition:opacity 0.2s;cursor:pointer}.header__nav-list__item a:hover{opacity:0.75}.header__nav-list__item>span{cursor:pointer}.header__nav-list__item--has-dropdown:hover .header__megamenu{display:flex}.header__actions{display:flex;gap:1.5rem;align-items:center}.header__actions-icon{display:block;align-content:center}.header__actions-icon svg{display:block;width:24px;height:24px}.header__actions .header__menu-toggle{display:none;background:none;border:none;padding:0;cursor:pointer}@media (max-width: 768px){.header__actions .header__menu-toggle{display:block}}.header__actions .header__menu-toggle svg{display:block;width:29px;height:29px}.header__megamenu{background:#FFFFFF33;box-shadow:0 4px 6px rgba(0,0,0,0.2);padding:30px 40px;width:max-content;border-radius:11px;backdrop-filter:blur(70px);gap:3rem;flex-direction:row;display:none}.header__megamenu--wrapper{position:absolute;top:100%;left:0;z-index:1000;padding-top:40px}@media (max-width: 768px){.header__megamenu{display:none !important}}.header__megamenu-section{display:flex;flex-direction:column}.header__megamenu-section--narrow{min-width:150px}.header__megamenu-title{font-size:1rem;margin-bottom:1rem;font-weight:400;line-height:140%;letter-spacing:0.02em;color:rgba(255,255,255,0.7)}.header__megamenu-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}@media (max-width: 1200px){.header__megamenu-grid{grid-template-columns:1fr}}@media (min-width: 1400px){.header__megamenu-grid{width:800px}}.header__megamenu-plugin{display:flex;gap:1.6rem;align-items:center;text-decoration:none}.header__megamenu-plugin-info{text-decoration:none;display:flex;flex-direction:column;gap:8px}.header__megamenu-plugin-name{font-size:1.2rem;font-weight:600;color:white}.header__megamenu-plugin-sub{font-size:0.85rem;color:#AEAEAE}.header__megamenu-icon{width:60px;height:60px;border-radius:0.5rem}.header__megamenu-links{list-style:none;padding:0;margin:0}.header__megamenu-links li{margin-bottom:0.5rem}.header__megamenu-links li a{color:white;font-size:1.2rem;font-weight:600;text-decoration:none}.header .shopping-cart{position:relative;cursor:pointer}.header .shopping-cart span{box-sizing:border-box;margin:0px;min-width:0px;background-color:white;display:flex;flex-direction:row;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;height:20px;width:20px;border-radius:50%;position:absolute;top:-10px;right:-10px;color:black;font-size:12px;font-weight:600}.hamburguer-menu-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;transition:visibility 0s linear 0.3s, transform 0.3s ease;visibility:hidden}.hamburguer-menu-wrapper{z-index:999999998;transform:translateX(100%)}.hamburguer-menu{display:flex;flex-direction:column;background-color:#09080a;width:100%;height:100%}.hamburguer-menu .hamburguer-container{width:100%;padding:32px 54px}.hamburguer-menu .hamburguer-container .menu-close{display:flex;justify-content:end;align-items:center;margin-bottom:24px;cursor:pointer}.hamburguer-menu .hamburguer-container .hamburguer-actions{display:flex;align-items:center;gap:44px;margin-top:51px;margin-bottom:31px}.hamburguer-menu .hamburguer-container .hamburguer-actions a{display:flex;align-items:center;gap:19px;opacity:1;text-decoration:none}.hamburguer-menu .hamburguer-container .hamburguer-actions a .help svg{width:18px;height:18px}.hamburguer-menu .hamburguer-container .hamburguer-actions a .account svg{width:20px;height:20px}.hamburguer-menu .hamburguer-container .hamburguer-actions a span{color:white;font-size:20px;font-weight:400;line-height:150%}.hamburguer-menu .hamburguer-container .hamburguer-links{list-style:none;margin:0;padding:0}.hamburguer-menu .hamburguer-container .hamburguer-links a{color:white;font-size:24px;font-weight:500;line-height:150%;text-decoration:none}@media (hover: hover){.hamburguer-menu .hamburguer-container .hamburguer-links a:hover::after{transform:translateX(10px)}}.hamburguer-menu .hamburguer-container .hamburguer-links a::after{content:" ";width:10px;height:18px;display:inline-block;background-image:url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' stroke='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");margin-left:10px;transition:all .15s ease-in-out}@media screen and (max-width: 768px){.header-content{flex-direction:row;flex-wrap:wrap;justify-content:space-around}header.open .hamburguer-menu-wrapper{visibility:visible;transform:translateX(0%);transition-delay:0s}header.open .hamburguer-menu{display:flex}header .search-menu .search-container{padding:39px 56px}}@media screen and (max-width: 576px){header .hamburguer-menu .hamburguer-container{padding:32px 24px}.menu-categories .category .category-content .category-title{font-size:27px}}.plugin{text-decoration:none}.plugin .icon{width:100%;aspect-ratio:1 / 1;border-radius:10px}.plugin .plugin-info{margin-top:10px;margin-bottom:20px}.plugin .plugin-sub{display:block}.toc{display:flex;margin-top:100px;margin-bottom:300px;gap:1rem}.toc__sidebar{position:sticky;top:70px;left:0;width:230px;height:fit-content;padding:1rem 0;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 768px){.toc__sidebar{display:none}}.toc__sidebar-title{margin:0;font-weight:bold}.toc__sidebar--separator{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;margin-bottom:0}.toc__sidebar-content{height:500px;position:relative}.toc__sidebar-content::after{content:"";position:absolute;bottom:0;left:0;right:0;height:250px;background:linear-gradient(to bottom, rgba(0,0,0,0), var(--body-color));pointer-events:none}.toc__sidebar-scroll{overflow-y:auto;height:100%;position:relative;z-index:0;scrollbar-width:none}.toc__sidebar ul{flex:1;list-style:none;padding:0;margin:0;position:relative;padding-top:10px;padding-bottom:200px}.toc__sidebar a{display:block;padding:4px 0;text-decoration:none;transition:padding 0.2s, opacity 0.2s;color:var(--default-color);opacity:0.8}.toc__sidebar a.active{opacity:1;padding:20px 0}.toc__content{padding:1rem;flex:1}.toc__content h1{font-weight:400;margin-top:0;background-color:inherit !important;border:none !important}.toc__content h2{text-transform:uppercase;font-weight:500;font-size:1.4rem}.toc__content p{line-height:1.5rem}.toc__content .mark{color:var(--body-color);background-color:#fffffff0;text-decoration:none}.toc__content a{border:1px solid var(--default-color);color:var(--default-color);text-decoration:none;border-radius:4px;padding:3px;font-size:100%}[data-controller="tooltip"]{cursor:help}[data-tooltip-target="tooltip"]{position:absolute;padding:0.4rem 0.6rem;background-color:rgba(0,0,0,0.839);border-radius:0.25rem;font-size:0.75em;font-weight:500;color:#ffffff;pointer-events:none;transition:transform 0.1s ease-out;z-index:9999;opacity:0.96;visibility:hidden;max-width:300px}.active[data-tooltip-target="tooltip"]{visibility:visible}.dashboard-container{height:100%}.dashboard-container .dashboard-warning{display:flex;align-items:center;gap:16px;background:#fff7007f;border-radius:6px;padding:24px 32px}.dashboard-container .dashboard-warning span{display:inline-block;color:#6f7e37}.dashboard-container .dashboard-warning span a{color:#6f7e37;text-decoration:underline}.dashboard-container .dashboard-warning svg{width:25px;height:25px;fill:#ddd600}.dashboard-container .sidebar-wrapper{z-index:10;width:100%;height:100%;pointer-events:none;position:fixed}.dashboard-container .sidebar-wrapper .sidebar-background{position:fixed;width:100%;height:100%;background-color:black;opacity:0.8;display:none;z-index:4;pointer-events:all}.dashboard-container .sidebar-wrapper .sidebar{width:100%;max-width:104px;height:100%;position:fixed;background-color:var(--body-color);border-right:2px solid #1B1B1B;z-index:5;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:26px 0;transition:max-width 0.35s ease, transform 0.35s ease;pointer-events:all;overflow-y:auto;overflow-x:hidden}.dashboard-container .sidebar-wrapper .sidebar-content,.dashboard-container .sidebar-wrapper .sidebar-actions{width:100%}.dashboard-container .sidebar-wrapper hr{width:24px;height:1px;background:#D8E0EA;margin:30px auto}.dashboard-container .sidebar-wrapper .sidebar-item{padding:16px 0 16px 40px;transition:border-right 0.15s ease;overflow:hidden;white-space:nowrap;display:inline-flex;width:100%;text-decoration:none;border-right:1.5px solid transparent}.dashboard-container .sidebar-wrapper .sidebar-item svg{display:block;width:24px;min-width:24px;height:24px}.dashboard-container .sidebar-wrapper .sidebar-item span{margin-left:12px;opacity:0;transition:opacity 0.35s ease;color:gainsboro;align-content:center}.dashboard-container .sidebar-wrapper .sidebar-item:not(.dashboard-container .sidebar-wrapper .sidebar-item.disabled-hover):hover{border-right:1.5px solid #515151}.dashboard-container .sidebar-wrapper .sidebar-item.active{border-right:1.5px solid white !important}.dashboard-container .sidebar-wrapper .sidebar-item.active span{color:white}.dashboard-container .sidebar-wrapper .sidebar-brand{display:flex;justify-content:space-between;align-items:center;padding:10px 0 41px 30px;transition:padding 0.35s ease}.dashboard-container .sidebar-wrapper .sidebar-brand img{width:48px}.dashboard-container .sidebar-wrapper .sidebar-brand .sidebar-collapser{opacity:0}.dashboard-container .sidebar-wrapper .sidebar-brand .sidebar-collapser svg{width:15px;height:15px}.dashboard-container .sidebar-wrapper.collapsed .sidebar{max-width:237px}.dashboard-container .sidebar-wrapper.collapsed .sidebar-brand{padding:10px 40px 41px 40px}.dashboard-container .sidebar-wrapper.collapsed .sidebar-item span{opacity:1}.dashboard-container .sidebar-wrapper.collapsed+.main{padding-left:237px}.dashboard-container .sidebar-wrapper.collapsed+.main .sidebar-collapser{transform:rotate(-180deg)}.dashboard-container .main{padding-left:104px;position:relative;transition:padding-left 0.35s ease;display:flex;flex-direction:column;height:100%}.dashboard-container .main .header{position:sticky;padding:32px 59px;width:100%;height:120px;background-color:var(--body-color);border-bottom:2px solid #1B1B1B;display:flex;align-items:center;justify-content:space-between;top:0;z-index:1}.dashboard-container .main .header .user-actions .sidebar-collapser{margin-right:16px}.dashboard-container .main .header .user-actions .user-name{font-weight:600;font-size:20px;line-height:30px;color:white}.dashboard-container .main .header .user-profile{display:flex;align-items:center}.dashboard-container .main .header .user-profile .profile-details{margin-right:20px}.dashboard-container .main .header .user-profile .profile-details .profile-name{font-weight:600;font-size:16px;line-height:24px;color:#495057;text-align:right}.dashboard-container .main .header .user-profile .profile-details .profile-email{font-weight:400;font-size:16px;line-height:24px;color:#49505785}.dashboard-container .main .header .user-profile .profile-picture{width:54px;height:54px;background-size:cover;background-position:center;border-radius:32px;overflow:hidden;position:relative}.dashboard-container .main .header .user-profile .profile-picture.bordered{border:2px solid white}.dashboard-container .main .main-container-wrapper{display:flex;flex:1}.dashboard-container .main .main-container{width:100%;max-width:2000px;height:calc(100vh - 120px);min-height:1000px;display:flex;flex-direction:column;flex:1;margin:0 auto;padding:48px 59px}.dashboard-container .main .main-container .tabs .tabs-titles{width:100%;height:max-content;background-color:var(--body-color);display:flex;flex-wrap:wrap;border-radius:5px;padding:0;list-style:none;border:2px solid #221c22}.dashboard-container .main .main-container .tabs .tabs-titles .tab-title{flex-grow:1;cursor:pointer;height:50px;font-weight:500;font-size:15px;color:#7D8185;display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none;opacity:1;text-decoration:none}.dashboard-container .main .main-container .tabs .tabs-titles .tab-title:hover{transition:.3s;background-color:#141114}.dashboard-container .main .main-container .tabs .tabs-titles .tab-title.active{background-color:#221c22;font-weight:600;border-radius:5px;color:#fff}.dashboard-container .main .main-container .tabs .tabs-titles .tab-title.active a{color:#fff}.dashboard-container .main .main-container .tabs .tab-panel{margin:24px 0px 10px 0px}.dashboard-container .sidebar-collapser{padding:6px 9px;cursor:pointer;transition:transform 0.5s ease}.dashboard-container .sidebar-collapser svg{stroke:white;width:7px;height:15px;stroke-width:2;display:block}.dashboard-container .audit{margin:20px 0}.dashboard-container .audit .audit-header{display:flex;justify-content:space-between;margin-bottom:10px}.dashboard-container .audit .changes{display:flex;flex-direction:column}.dashboard-container .audit .change{display:flex;margin-bottom:10px}.dashboard-container .audit .old-value,.dashboard-container .audit .new-value,.dashboard-container .audit .create-value,.dashboard-container .audit .destroy-value,.dashboard-container .audit .update-value{flex:1;padding:10px;border-radius:4px}.dashboard-container .audit .old-value{background-color:#ffe6e6;margin-right:10px}.dashboard-container .audit .new-value,.dashboard-container .audit .create-value{background-color:#e6ffe6;margin-left:10px}.dashboard-container .audit .update-value{background-color:#ffffe6;margin-left:10px}.dashboard-container .audit .destroy-value{background-color:#ffe6e6;margin-left:10px}.dashboard-container .audit .title{font-weight:bold}.dashboard-container .audit .value{margin-top:5px}.dashboard-container .pagination{width:fit-content;margin:24px auto}.dashboard-container .dashboard__card{padding:24px 32px;background:#141414;border-radius:6px;color:white;height:100%;display:flex;flex-direction:column}.dashboard-container .dashboard__card .card__heading{font-weight:600;font-size:14px;line-height:18px;text-transform:uppercase;color:#737175ad;margin-bottom:24px}.dashboard-container .dashboard__card .card__icon svg{fill:#8d9298;width:22px;height:22px}.dashboard-container .overview .row{display:flex;flex-wrap:wrap}.dashboard-container .overview .row>[class*="col-"]{display:flex;flex-direction:column}.dashboard-container .overview .dashboard__card .card-content{font-weight:600;font-size:48px;line-height:64px;color:#8d9298;margin-top:auto}.dashboard-container .overview .dashboard__card .card-content span{text-transform:none;font-size:15px}.dashboard-container .overview .dashboard__card .card-content .buttons{display:flex;justify-content:space-between;gap:1rem;margin-top:18px}.dashboard-container .overview .dashboard__card .card-content .buttons button{width:100%;font-size:16px;line-height:normal;padding:14px 36px}.dashboard-container .settings .profile-picture{width:100%;height:0;background-position:center;background-size:cover;border-radius:20px;padding-bottom:100%}.dashboard-container .settings .file-input .message{font-weight:400;font-size:12px;line-height:120%;color:#49505760;text-align:center;margin:16px 0}.dashboard-container .settings .file-input .choose-file{display:flex;align-items:center;justify-content:center;margin:24px 0;font-weight:500;font-size:16px;line-height:120%;text-align:center;color:white}.dashboard-container .settings .file-input .choose-file svg{margin-right:20px}.dashboard-container .items .items-grid{display:flex;flex-wrap:wrap;gap:23px}.dashboard-container .items .items-grid .item-wrapper{flex:0 0 calc(100% / 2 - ((2 - 1) * 23px / 2));width:auto}.dashboard-container .items .items-grid .item-wrapper .dashboard-item{width:auto}.dashboard-container .items .no-data{margin-bottom:100px}.dashboard-container .dashboard-item{background-color:#fafbfc;border-radius:6px}.dashboard-container .dashboard-item .item-content{padding:32px 40px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.dashboard-container .dashboard-item .item-content .item-image{width:70px;height:70px;border-radius:6px;object-fit:cover}.dashboard-container .dashboard-item .item-content .item-info{display:flex;min-width:0}.dashboard-container .dashboard-item .item-content .item-info .item-details{margin:0 0 0 24px;display:flex;justify-content:center;flex-direction:column;min-width:0}.dashboard-container .dashboard-item .item-content .item-info .item-details .item-category{font-weight:600;font-size:12px;line-height:18px;color:#4f596258;padding-bottom:2px}.dashboard-container .dashboard-item .item-content .item-info .item-details .item-name{font-weight:600;font-size:18px;line-height:27px;color:#4f5962;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-container .dashboard-item .item-content .item-info .item-details .item-description{font-weight:500;font-size:12px;line-height:18px;color:#26323841;min-height:auto;margin-top:inherit}.dashboard-container .dashboard-item .item-content .item-actions{display:flex;align-items:center}.dashboard-container .dashboard-item .item-content .item-actions a{opacity:1 !important}.dashboard-container .dashboard-item .item-content .item-actions a:not(:first-child){margin-left:12px}.dashboard-container .dashboard-item .item-content .item-actions svg{stroke:white;width:24px;height:24px}.dashboard-container .dashboard-item .item-content .item-actions .not-available{cursor:not-allowed;opacity:0.5}.dashboard-container .no-data svg{stroke:#49505782;width:64px;height:64px;margin-left:auto;margin-right:auto;margin-bottom:16px;display:block}.dashboard-container .no-data p{width:100%;max-width:257px;font-weight:400;font-size:14px;line-height:21px;text-align:center;margin-left:auto;margin-right:auto;color:#80858a}.dashboard-container .no-data p a{font-weight:700;font-size:14px;line-height:21px;text-align:center;color:white;opacity:1 !important}.dashboard-container .recent-purchases .item-content{padding:8px !important}.dashboard-container .dashboard-nav{margin:0}.dashboard-container .dashboard-nav .dashboard-title{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-container .dashboard-nav .dashboard-title h1{font-size:25px;padding-bottom:0}.dashboard-container .dashboard-nav .dashboard-title .dashboard-buttons{display:flex;flex-wrap:wrap}.dashboard-container .dashboard-nav .dashboard-title .dashboard-buttons .btn{flex-grow:1;padding:14px 29px;line-height:initial}.dashboard-container .dashboard-tabs{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}.dashboard-container .dashboard-tabs li{flex-grow:1;color:#A6A6A6;min-width:100px;border-bottom:1px solid #A6A6A6;text-align:center}.dashboard-container .dashboard-tabs li:hover{color:#8b8b8b}.dashboard-container .dashboard-tabs li.active{color:#4A20FF;border-bottom:2px solid #4A20FF}.dashboard-container .dashboard-tabs li>a{color:inherit;display:block;padding:16px 0px;width:100%;font-size:16px;font-weight:500;text-align:center;cursor:pointer}@keyframes progressBar{0%{width:0}100%{width:100%}}@media screen and (max-width: 868px){.dashboard-container .items-grid .item-wrapper{flex:0 0 100% !important}}@media (max-width: 768px){.dashboard-container .sidebar-wrapper .sidebar{transform:translateX(-100%) !important}.dashboard-container .sidebar-wrapper .sidebar .sidebar-brand .sidebar-collapser{opacity:1;transition:opacity 0.5s ease}.dashboard-container .sidebar-wrapper.collapsed .sidebar{transform:translateX(0%) !important;width:100%;max-width:268px}.dashboard-container .sidebar-wrapper.collapsed .sidebar-background{display:block !important}.main{padding-left:0px !important}}@media (max-width: 576px){.main .header{padding:32px 32px !important}.main .header .user-actions .user-name{display:none !important}.main .main-container{padding:49px 32px !important}.withdraw-modal-container .withdraw-modal-content{height:100%;max-width:none;border-radius:0}}@media (max-width: 376px){.main .header .profile-picture{width:45px !important;height:45px !important}.main .header .profile-name{font-size:14px !important}.main .header .profile-email{font-size:12px !important}.dashboard-container .affiliate-bonus .swiper-slide .milestone img{display:none}.dashboard-container .affiliate-bonus .swiper-slide .milestone .card-info .info-title{font-size:32px}.dashboard-container .affiliate-bonus .swiper-slide .milestone .card-info .info-description{font-size:20px}}/*!
 * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width: 992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width: 1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width: 1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -0.5);margin-left:calc(var(--bs-gutter-x) * -0.5)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}.g-6,.gx-6{--bs-gutter-x: 4rem}.g-6,.gy-6{--bs-gutter-y: 4rem}.g-7,.gx-7{--bs-gutter-x: 5rem}.g-7,.gy-7{--bs-gutter-y: 5rem}.g-8,.gx-8{--bs-gutter-x: 6rem}.g-8,.gy-8{--bs-gutter-y: 6rem}@media (min-width: 576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width: 768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width: 992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width: 1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width: 1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio: calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio: calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #dee2e6 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #dee2e6 !important}.border-start-0{border-left:0 !important}.border-primary{border-color:#0d6efd !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#198754 !important}.border-info{border-color:#0dcaf0 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#212529 !important}.border-white{border-color:#fff !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.w-fit{width:fit-content !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-1{gap:0.25rem !important}.gap-2{gap:0.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:0.25rem !important}.m-2{margin:0.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:0.25rem !important}.mt-2{margin-top:0.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:0.25rem !important}.me-2{margin-right:0.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:0.25rem !important}.mb-2{margin-bottom:0.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:0.25rem !important}.ms-2{margin-left:0.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:0.25rem !important}.p-2{padding:0.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:0.25rem !important}.pt-2{padding-top:0.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:0.25rem !important}.pe-2{padding-right:0.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:0.25rem !important}.pb-2{padding-bottom:0.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:0.25rem !important}.ps-2{padding-left:0.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{color:#0d6efd !important}.text-secondary{color:#6c757d !important}.text-success{color:#198754 !important}.text-info{color:#0dcaf0 !important}.text-warning{color:#ffc107 !important}.text-danger{color:#dc3545 !important}.text-light{color:#f8f9fa !important}.text-dark{color:#212529 !important}.text-white{color:#fff !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.5) !important}.text-reset{color:inherit !important}.bg-primary{background-color:#0d6efd !important}.bg-secondary{background-color:#6c757d !important}.bg-success{background-color:#198754 !important}.bg-info{background-color:#0dcaf0 !important}.bg-warning{background-color:#ffc107 !important}.bg-danger{background-color:#dc3545 !important}.bg-light{background-color:#f8f9fa !important}.bg-dark{background-color:#212529 !important}.bg-body{background-color:#fff !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:0.25rem !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:0.2rem !important}.rounded-2{border-radius:0.25rem !important}.rounded-3{border-radius:0.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-top{border-top-left-radius:0.25rem !important;border-top-right-radius:0.25rem !important}.rounded-end{border-top-right-radius:0.25rem !important;border-bottom-right-radius:0.25rem !important}.rounded-bottom{border-bottom-right-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important}.rounded-start{border-bottom-left-radius:0.25rem !important;border-top-left-radius:0.25rem !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.cursor-pointer{cursor:pointer !important}@media (min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:0.25rem !important}.gap-sm-2{gap:0.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:0.25rem !important}.m-sm-2{margin:0.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:0.25rem !important}.mt-sm-2{margin-top:0.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:0.25rem !important}.me-sm-2{margin-right:0.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:0.25rem !important}.mb-sm-2{margin-bottom:0.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:0.25rem !important}.ms-sm-2{margin-left:0.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:0.25rem !important}.p-sm-2{padding:0.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:0.25rem !important}.pt-sm-2{padding-top:0.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:0.25rem !important}.pe-sm-2{padding-right:0.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:0.25rem !important}.pb-sm-2{padding-bottom:0.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:0.25rem !important}.ps-sm-2{padding-left:0.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:0.25rem !important}.gap-md-2{gap:0.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:0.25rem !important}.m-md-2{margin:0.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:0.25rem !important}.mt-md-2{margin-top:0.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:0.25rem !important}.me-md-2{margin-right:0.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:0.25rem !important}.mb-md-2{margin-bottom:0.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:0.25rem !important}.ms-md-2{margin-left:0.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:0.25rem !important}.p-md-2{padding:0.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:0.25rem !important}.pt-md-2{padding-top:0.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:0.25rem !important}.pe-md-2{padding-right:0.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:0.25rem !important}.pb-md-2{padding-bottom:0.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:0.25rem !important}.ps-md-2{padding-left:0.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:0.25rem !important}.gap-lg-2{gap:0.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:0.25rem !important}.m-lg-2{margin:0.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:0.25rem !important}.mt-lg-2{margin-top:0.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:0.25rem !important}.me-lg-2{margin-right:0.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:0.25rem !important}.mb-lg-2{margin-bottom:0.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:0.25rem !important}.ms-lg-2{margin-left:0.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:0.25rem !important}.p-lg-2{padding:0.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:0.25rem !important}.pt-lg-2{padding-top:0.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:0.25rem !important}.pe-lg-2{padding-right:0.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:0.25rem !important}.pb-lg-2{padding-bottom:0.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:0.25rem !important}.ps-lg-2{padding-left:0.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:0.25rem !important}.gap-xl-2{gap:0.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:0.25rem !important}.m-xl-2{margin:0.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:0.25rem !important}.mt-xl-2{margin-top:0.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:0.25rem !important}.me-xl-2{margin-right:0.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:0.25rem !important}.mb-xl-2{margin-bottom:0.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:0.25rem !important}.ms-xl-2{margin-left:0.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:0.25rem !important}.p-xl-2{padding:0.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:0.25rem !important}.pt-xl-2{padding-top:0.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:0.25rem !important}.pe-xl-2{padding-right:0.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:0.25rem !important}.pb-xl-2{padding-bottom:0.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:0.25rem !important}.ps-xl-2{padding-left:0.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:0.25rem !important}.gap-xxl-2{gap:0.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:0.25rem !important}.mt-xxl-2{margin-top:0.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:0.25rem !important}.me-xxl-2{margin-right:0.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:0.25rem !important}.mb-xxl-2{margin-bottom:0.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:0.25rem !important}.ms-xxl-2{margin-left:0.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:0.25rem !important}.pt-xxl-2{padding-top:0.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:0.25rem !important}.pe-xxl-2{padding-right:0.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:0.25rem !important}.pb-xxl-2{padding-bottom:0.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:0.25rem !important}.ps-xxl-2{padding-left:0.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.secondary-navbar{background:linear-gradient(180deg, var(--body-color) 0%, #171717 100%);padding:1rem 0;position:sticky;top:0;z-index:999}.secondary-navbar__container{margin:0 auto;display:flex;justify-content:space-between;align-items:center}.secondary-navbar__left{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.secondary-navbar__left{display:none}}.secondary-navbar__left-title{font-weight:600;color:#ffffff}.secondary-navbar__left-price{color:#d1d1d1;font-size:0.95rem}@media (max-width: 992px){.secondary-navbar__left-price{display:none}}.secondary-navbar__menu{display:flex;justify-content:flex-end;gap:2rem;flex:1}@media (max-width: 768px){.secondary-navbar__menu{justify-content:space-between}}.secondary-navbar__menu-tabs{display:flex;justify-content:center;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}@media (max-width: 576px){.secondary-navbar__menu-tabs{display:none}}.secondary-navbar__menu-tabs__item a{color:#cfcfcf;text-decoration:none;font-weight:400;transition:color 0.2s}.secondary-navbar__menu-tabs__item a.active{color:#ffffff;font-weight:500}.secondary-navbar__menu-tabs__item a:hover{color:#ffffff}.secondary-navbar__menu-more{display:none;position:relative}@media (max-width: 576px){.secondary-navbar__menu-more{display:flex}}.secondary-navbar__menu-more__toggle{display:flex;gap:3px;align-items:center;color:#cfcfcf;cursor:pointer;font-weight:500}.secondary-navbar__menu-more__toggle:hover{color:#ffffff}.secondary-navbar__menu-more__toggle svg{width:13px;height:13px}.secondary-navbar__menu-more__dropdown{display:none;position:absolute;top:100%;left:0;background:#FFFFFF33;box-shadow:0 4px 6px rgba(0,0,0,0.2);padding:10px;width:max-content;border-radius:20px;backdrop-filter:blur(70px);z-index:100}.secondary-navbar__menu-more__dropdown a{display:block;padding:0.5rem 1rem;color:#cfcfcf;text-decoration:none;border-radius:20px;transition:all .1s ease}.secondary-navbar__menu-more__dropdown a:hover{color:#ffffff;background-color:#2a2a2a2b}.secondary-navbar__menu-more__dropdown a.active{font-weight:500;color:#ffffff}.secondary-navbar__menu-more:hover .secondary-navbar__menu-more__dropdown{display:block}.secondary-navbar__menu-btn{display:block;background:#ffffff;color:#000000;padding:0.5rem 1.2rem;border-radius:999px;font-weight:600;text-decoration:none;transition:background 0.2s, color 0.2s}.secondary-navbar__menu-btn:hover{background:#e4e4e4}.products--features .pricing{padding:4rem 0}.products--features .pricing__title{font-weight:600;font-size:3rem;margin:0;text-align:left;padding-bottom:1rem}.products--features .pricing__plans{background-color:var(--body-color);position:sticky;top:67px;margin-bottom:4rem;padding-top:1.5rem}.products--features .pricing__features-title{font-size:1.45rem;font-weight:700;padding-bottom:0.7rem;margin-bottom:2rem;text-align:left;border-bottom:1px solid #333}.products--features .pricing-card{position:relative;text-align:left;display:flex;flex-direction:column;justify-content:space-between;height:100%}.products--features .pricing-card__content{flex-grow:1;display:flex;flex-direction:column}.products--features .pricing-card--premium .pricing-card__title{color:#656565}.products--features .pricing-card--premium .pricing-card__button{background-color:#6c6c6c;color:#000}.products--features .pricing-card--pro .pricing-card__title{color:#ffd900}.products--features .pricing-card--pro .pricing-card__button{background-color:#ffd900;color:#000}.products--features .pricing-card--enterprise .pricing-card__title{color:#a3ccff}.products--features .pricing-card--enterprise .pricing-card__button{background-color:#a3ccff;color:#000}.products--features .pricing-card__recommended{display:inline-flex;background-color:#191600;color:#ffd900;font-size:10px;padding:0.4rem 0.7rem;border-radius:1rem;font-weight:500;top:-4px;margin-left:10px;position:relative}.products--features .pricing-card__title{font-size:1.65rem;font-weight:600;margin-bottom:0.45rem;color:#ccc}.products--features .pricing-card__subtitle{min-height:2.8rem;font-size:0.9rem;color:white;margin-bottom:0}.products--features .pricing-card__price{font-size:2.5rem;font-weight:700;margin-top:1rem;margin-bottom:1.5rem;line-height:1.5rem}.products--features .pricing-card__price--info{display:block;font-size:13px;font-weight:400;color:gray;padding-top:10px}.products--features .pricing-card__price--premium{color:#656565}.products--features .pricing-card__price--pro{color:#ffd900}.products--features .pricing-card__price--enterprise{color:#a3ccff}.products--features .pricing-card__price--scratched{padding-left:5px;font-size:20px;font-weight:bold;line-height:0;color:#9a9a9a;text-decoration:line-through;margin:0}.products--features .pricing-card__button{display:block;text-align:center;text-decoration:none;width:100%;border:none;padding:0.65rem 1.5rem;border-radius:2rem;font-weight:600;font-size:1.2rem;cursor:pointer;transition:transform 0.15s ease}.products--features .pricing-card__button:hover{transform:scale(1.03)}.products--features .feature-row{padding:0.75rem 0;text-align:left}.products--features .feature-row svg{display:inline-block;vertical-align:middle}.products--features .feature-row__label{display:inline-block;color:#ccc;font-size:0.95rem}.products--features .feature-row__value{flex:0 0 25%;text-align:left;font-size:15px}.products--features .feature-row__value span{display:flex;justify-content:start;align-items:center;gap:15px}.products--features .feature-row__value--included{color:white}.products--features .feature-row__value--not-included{color:#676767}.products--features .feature-row__value--not-included svg{fill:#676767}.products--features .feature-row__value--premium.feature-row__value--included svg{fill:#acacac}.products--features .feature-row__value--pro.feature-row__value--included svg{fill:#ffd900}.products--features .feature-row__value--enterprise.feature-row__value--included svg{fill:#a3ccff}@media (max-width: 767px){.products--features .feature-row{flex-direction:column;align-items:flex-start}.products--features .feature-row .feature-row__value{width:100%;text-align:left;margin-top:1rem;margin-bottom:1rem;padding:0}.products--features .pricing-card{display:block;margin-bottom:2rem}.products--features .pricing-card__recommended{position:relative;width:fit-content;top:0}.products--features .feature-row__value--premium::before{color:white;content:"Premium:"}.products--features .feature-row__value--pro::before{color:white;content:"Pro:"}.products--features .feature-row__value--enterprise::before{color:white;content:"Enterprise:"}.products--features .pricing__plans{position:relative;top:0}}.products--overview .pricing__title{font-size:70px}@media (max-width: 768px){.products--overview .pricing__col--enterprise{display:none}}.products--overview .pricing__tryfree{font-size:30px;text-align:center}.products--overview .pricing__tryfree a{color:#f9c900;white-space:nowrap}.products--overview .pricing__card-wrapper{position:relative;padding:3px;background:linear-gradient(180deg, #FFD900 0%, rgba(33,36,41,0) 100%);border-radius:13px;overflow:hidden;height:100%}.products--overview .pricing__card-wrapper::before{content:'';position:absolute;inset:0;backdrop-filter:blur(8px);z-index:0}.products--overview .pricing__card-wrapper .pricing__card{position:relative;z-index:1;background-color:#0f0f0f;border-radius:10px;padding:30px;color:white;height:100%}.products--overview .pricing__card{background-color:#0f0f0f;color:white;border:1px solid #333;border-radius:13px;padding:30px;height:100%;display:flex;flex-direction:column}.products--overview .pricing__card--highlighted{border:none;position:relative}.products--overview .pricing__header{display:flex;justify-content:space-between;align-items:center}.products--overview .pricing__badge{background:rgba(249,201,0,0.18);color:#FFD900;font-size:12px;padding:4px 10px;border-radius:10px;font-weight:bold}.products--overview .pricing__plan-name{color:#f9c900;font-size:26px;font-weight:bold;margin:0}.products--overview .pricing__plan-desc{color:white;margin:10px 0}.products--overview .pricing__price{display:flex;flex-direction:column;margin:10px 0}.products--overview .pricing__price--scratched{padding-left:5px;font-size:20px;font-weight:bold;color:#9a9a9a;text-decoration:line-through;margin:0}.products--overview .pricing__price--value{font-size:40px;font-weight:bold;margin:0}.products--overview .pricing__price--info{font-size:13px;font-weight:400;color:gray}.products--overview .pricing__features{list-style:none;padding:0;margin:20px 0 30px 0;flex:1}.products--overview .pricing__feature{display:flex;gap:10px;margin-bottom:10px}.products--overview .pricing__feature svg{width:20px;height:20px}.products--overview .pricing__button{width:100%;background:white;color:black;border:none;padding:15px;border-radius:30px;font-weight:bold;font-size:17px;cursor:pointer;transition:transform .1s ease;text-decoration:none;text-align:center}.products--overview .pricing__button--yellow{background:#f9c900}.products--overview .pricing__button:hover{transform:scale(1.05)}.hero-section{position:relative;height:800px;margin-bottom:500px;color:#ffd500}@media (max-width: 1200px){.hero-section{margin-bottom:350px}}@media (max-width: 992px){.hero-section{height:650px}}@media (max-width: 768px){.hero-section{margin-bottom:0;height:auto;background-position:right}}.hero-section .fade{transition:opacity 0.5s ease;opacity:1}.hero-section .fade.hidden{opacity:0;pointer-events:none}.hero-section__background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none}.hero-section__gradient-overlay{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 50%, var(--body-color) 100%),linear-gradient(180deg, var(--body-color) 6.33%, rgba(0,0,0,0) 61.07%);pointer-events:none}.hero-section .container{position:relative;display:flex;flex-direction:column;height:100%;z-index:2}.hero-section__content{max-width:600px;padding-top:15rem;z-index:1}@media (max-width: 768px){.hero-section__content{opacity:1 !important;padding-top:1rem !important}}.hero-section__title{font-size:6rem;font-weight:600;line-height:0.8}.hero-section__title span{display:block}.hero-section__title--white{color:#ffffff}@media (max-width: 992px){.hero-section__title{font-size:3.5rem}}.hero-section__buttons{margin-top:2rem;display:flex;gap:1.5rem}.hero-section__buttons .btn{padding:0.75rem 1.5rem;border-radius:999px;font-weight:600;font-size:1rem;text-decoration:none}.hero-section__buttons .btn.btn-primary{background:#ffffff;color:#000000}.hero-section__buttons .btn.btn-primary:hover{background:#e4e4e4}.hero-section__buttons .btn.btn-secondary{background:transparent;color:#ffffff}.hero-section__buttons .btn.btn-secondary:hover{text-decoration:underline}.hero-section__video-content{position:relative;overflow:hidden;border-radius:12px}.hero-section__video-wrapper{position:absolute;top:0;right:0;width:100%;height:1300px;padding:4rem 15px;display:flex;justify-content:flex-end;transition:width 1s ease-in-out}@media (max-width: 1200px){.hero-section__video-wrapper{height:1100px}}@media (max-width: 992px){.hero-section__video-wrapper{height:950px}}@media (max-width: 768px){.hero-section__video-wrapper{position:relative;height:fit-content;padding:4rem 0}.hero-section__video-wrapper .hero-section__video{width:100% !important}}.hero-section__video{position:sticky;top:130px;width:30%;min-width:500px;height:fit-content;z-index:1}@media (max-width: 1200px){.hero-section__video{min-width:350px}}.hero-section__video-hint{text-align:right;color:white;background-color:#00000057;margin-left:auto;width:fit-content;padding:5px 10px;border-radius:12px}.hero-section__video-hint span{color:#ffd500;padding-left:5px}@media (max-width: 768px){.hero-section__video-hint{display:none}}.hero-section__video--overlay{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-section__video--overlay-image{width:100%;height:100%;object-fit:cover;object-position:84.7% center;position:absolute;top:0;left:0;z-index:-1}.hero-section__video--playbutton{width:10%;height:0;padding-bottom:10%;border-radius:50%;background-color:#09080ab0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);top:50%;left:50%;transform:translate(-50%, -50%);height:4px}.hero-section__video--playbutton svg{display:block;width:35%;height:35%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.hero-section__responsive-iframe{aspect-ratio:16 / 9;width:100%}.hero-section__responsive-iframe iframe{width:100%;height:100%;border:0}.social-proof{position:relative;z-index:1;text-align:center;padding:20px}.social-proof__title{font-family:'Instrument Sans', sans-serif;font-weight:600;color:#9f9f9f;font-size:15px;margin-bottom:20px}.social-proof__logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:60px 200px;max-width:800px;margin:0 auto}@media (max-width: 576px){.social-proof__logos{gap:60px 100px}}.social-proof__logo{filter:brightness(10);transition:filter .3s ease-in-out}.social-proof__logo:hover{filter:brightness(1)}.social-proof img{width:100px;height:53px}@media (max-width: 576px){.social-proof img{width:70px;height:37px}}.prelude{display:flex;height:200vh;min-height:1500px;margin-bottom:120px;margin-top:-200px}.prelude__content{position:relative;display:flex;width:100%;flex-direction:column}.prelude__overlay{position:sticky;bottom:0;width:100%;margin-top:auto;z-index:-1;overflow:hidden}.prelude__text{max-width:750px;margin:0 auto;margin-bottom:20px;text-align:center;opacity:0;position:sticky;top:150px;z-index:10;filter:brightness(1) contrast(2);color:white;mix-blend-mode:difference;margin-bottom:200px}@media (max-width: 1200px){.prelude__text{top:200px}}@media (max-width: 576px){.prelude__text{margin-bottom:100px;margin-left:10px;margin-right:10px;top:100px}}.prelude__title{font-size:65px;margin:0}@media (max-width: 576px){.prelude__title{font-size:50px}}.prelude__subtitle{width:100%;max-width:600px;margin:0 auto;color:var(--text-color);font-size:20px}@media (max-width: 576px){.prelude__subtitle{font-size:20px;max-width:400px}}.prelude .video-wrapper{height:calc(70vh - (250px - 10vw));background-color:var(--body-color)}@media (max-width: 576px){.prelude .video-wrapper{height:450px;transform:translateY(70px)}}.prelude__video{width:100%;height:100%;object-fit:cover;object-position:top;padding-top:20px}.crate-comparison{margin-bottom:200px}.crate-comparison__label{font-size:45px;color:gray;margin:0;text-align:center}@media (max-width: 768px){.crate-comparison__label{font-size:25px}}.crate-comparison__heading{font-size:70px;margin-top:0;text-align:center}@media (max-width: 768px){.crate-comparison__heading{font-size:50px}}.crate-comparison__wrapper{position:relative;width:100%;height:500px;overflow:hidden;border-radius:10px}@media (max-width: 768px){.crate-comparison__wrapper{height:350px}}@media (max-width: 576px){.crate-comparison__wrapper{height:300px}}.crate-comparison__image{width:100%;height:100%;display:block;object-fit:cover}.crate-comparison__overlay{position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;--clip-progress: 50%;clip-path:inset(0 var(--clip-progress) 0 0);z-index:2}.crate-comparison__scrubber{position:absolute;top:0;height:100%;width:4px;background-color:#09080a;left:50%;transform:translateX(-50%);z-index:3;pointer-events:none}.crate-comparison__slider{position:relative;width:100%;max-width:200px;margin:2rem auto 0;height:56px;background:#1a1a1a;border-radius:10px}.crate-comparison__track{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:4px;width:calc(100% - 48px);border-radius:4px;background-color:#afacac;z-index:1}.crate-comparison__input{appearance:none;position:relative;width:90%;height:100%;background:transparent;outline:none;cursor:pointer;z-index:2;margin:0 auto;display:block}.crate-comparison__input::-webkit-slider-thumb,.crate-comparison__input::-moz-range-thumb{height:36px;width:36px;background-color:#2c2c2c;border-radius:14.7%;border:none;background-size:36px 36px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiI+PHBhdGggZD0iTTIxLjQ5NyAyNWExLjUgMS41IDAgMDEtMS4xNy0yLjQzNmwzLjYzNy00LjU1Ni0zLjY0LTQuNTc0YTEuNTAxIDEuNTAxIDAgMDEyLjM0OC0xLjg2OGw0LjM4NSA1LjUxYTEuNSAxLjUgMCAwMS0uMDAyIDEuODdsLTQuMzg1IDUuNDlhMS40OTYgMS40OTYgMCAwMS0xLjE3My41NjR6bS02LjA2My0uMzI4YTEuNSAxLjUgMCAwMC4yMzUtMi4xMDhsLTMuNjM4LTQuNTU2IDMuNjQtNC41NzRhMS41MDEgMS41MDEgMCAwMC0yLjM0Ny0xLjg2OGwtNC4zODYgNS41MWExLjUgMS41IDAgMDAuMDAyIDEuODdsNC4zODYgNS40OWExLjQ5NiAxLjQ5NiAwIDAwMi4xMDguMjM2eiIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iLjgiLz48L3N2Zz4=")}.crate-comparison__features{margin-top:2rem}.crate-comparison__features h2{font-size:24px;margin-bottom:0.5rem}.crate-comparison__features p{font-size:16px;color:var(--text-color)}.crate-animations{margin-bottom:150px}.crate-animations__wrapper{height:fit-content}@media (max-width: 992px){.crate-animations__wrapper .row{flex-direction:column-reverse}}@media (max-width: 768px){.crate-animations__wrapper .row{--bs-gutter-x: 2rem;--bs-gutter-y: 2rem}}.crate-animations__main{position:relative;width:100%}.crate-animations__stack{position:relative;list-style:none;padding:0;display:grid;gap:20vw;z-index:10}.crate-animations__info{position:sticky;top:200px}@media (max-width: 992px){.crate-animations--row:last-child{position:sticky;top:150px}}@media (max-width: 500px){.crate-animations--row:last-child{position:sticky;top:80px}}.crate-animations__text{width:100%;height:0;padding-bottom:100%}@media (max-width: 992px){.crate-animations__text{height:fit-content;padding:0}}.crate-animations__text--content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;max-width:400px}@media (max-width: 992px){.crate-animations__text--content{position:relative;top:auto;left:auto;transform:none;max-width:100%}}.crate-animations__text h1{margin:0;font-size:1.5rem}.crate-animations__text p{color:var(--text-color)}.crate-animations .card{position:sticky;top:200px;padding-top:3em;transform-origin:50% 0%;will-change:transform}@media (max-width: 992px){.crate-animations .card{top:350px}}@media (max-width: 500px){.crate-animations .card{top:270px}}.crate-animations .card__content{box-shadow:0 0.2em 1em rgba(0,0,0,0.1),0 1em 2em rgba(0,0,0,0.1);background:#fff;color:#0a0507;border-radius:1em;overflow:hidden;position:relative}.crate-animations .card__info{position:absolute;color:darkgray;text-align:center;z-index:-1;bottom:-65px;width:100%}.crate-customization{margin:200px 0}.crate-customization__scroll-area{height:1500px}@media (max-width: 768px){.crate-customization__scroll-area{height:1400px}}@media (max-width: 576px){.crate-customization__scroll-area{height:auto}}.crate-customization__sticky{position:sticky;top:200px}@media (max-width: 576px){.crate-customization__sticky{top:100px}}.crate-customization__title{text-align:center;width:100%;font-size:70px;margin:0}@media (max-width: 768px){.crate-customization__title{font-size:50px}}@media (max-width: 576px){.crate-customization__title{font-size:30px}}.crate-customization__subtitle{color:var(--text-color);max-width:600px;text-align:center;margin:0 auto;font-size:20px;padding-bottom:40px}@media (max-width: 768px){.crate-customization__subtitle{font-size:15px}}@media (max-width: 576px){.crate-customization__subtitle{font-size:13px}}.crate-customization__carousel-wrapper{overflow:hidden}.crate-customization__carousel{display:flex;flex-wrap:nowrap}@media (max-width: 576px){.crate-customization__carousel{display:block}}.crate-customization__card{display:flex;flex-direction:column;align-items:center;width:100%;height:500px;flex-shrink:0}@media (max-width: 768px){.crate-customization__card{height:400px}}.crate-customization__preview{width:100%;height:100%;border-radius:12px;overflow:hidden;display:flex;justify-content:center}.crate-customization__preview video{width:100%;height:100%;object-fit:cover}.crate-customization__features{margin-top:100px}.crate-customization__features h2{font-size:22px;margin-bottom:10px}.crate-customization__features p{font-size:16px;color:var(--text-color)}.crate-editor{padding-top:200px;position:relative}.crate-editor__scroll-wrapper{height:5000px;position:relative}@media (max-width: 576px){.crate-editor__scroll-wrapper{height:3000px}}.crate-editor__sticky{position:sticky;top:400px;height:fit-content}@media (max-width: 576px){.crate-editor__sticky{top:250px}}.crate-editor__title{font-size:65px;position:absolute;top:-150px}.crate-editor__left{align-content:center}.crate-editor__sections{position:relative;height:225px}.crate-editor__section{position:absolute;top:0;opacity:0;transition:opacity 0.1s ease-in-out;width:100%;z-index:1;max-width:370px}.crate-editor__section p{font-weight:600;font-size:20px;line-height:150%;letter-spacing:0.02em;color:white;margin:0}.crate-editor__section p span{color:#FFD900}.crate-editor__section-number{font-family:'Cal Sans', sans-serif;font-style:normal;font-weight:600;font-size:100px;color:#FFD900;line-height:1;display:block}.crate-editor__video-wrapper{width:90%;height:0;padding-bottom:50%;background:#181818;transform:matrix(1, 0, 0.54, 0.84, 0, 0);overflow:hidden;position:relative}@media (max-width: 992px){.crate-editor__video-wrapper{transform:matrix(-1, 0, -0.54, 0.84, 0, 0)}}.crate-editor__video-transform{transform:matrix(1, 0, -0.642857, 1.190476, 0, 0);width:130%;height:100%;position:absolute;top:0;left:0;transform-origin:top left}@media (max-width: 992px){.crate-editor__video-transform{transform:matrix(-1, 0, -0.642857, 1.190476, 0, 0) translateX(80%);left:auto;right:0;transform-origin:top right}}.crate-editor__video{width:100%;height:100%;object-fit:cover;display:block}.crate-editor__features{margin:100px 0}@media (max-width: 992px){.crate-editor__features{margin-top:50px}}.crate-editor__features h2{font-size:22px;margin-bottom:10px}.crate-editor__features p{font-size:16px;color:var(--text-color)}.crate-features{margin-bottom:150px;user-select:none}.crate-features__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:100px}.crate-features__title{font-size:40px;max-width:300px;margin:0}.crate-features__card{width:100%;height:550px;border-radius:11.25px;position:relative;overflow:hidden;display:flex;align-items:flex-end}.crate-features__image{position:absolute;width:100%;height:100%}.crate-features__image img{object-fit:cover;width:100%;height:100%;display:block;pointer-events:none}.crate-features__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 46.25%, rgba(0,0,0,0.698039) 70.09%);pointer-events:none;z-index:2}.crate-features__content{position:relative;z-index:3;color:white;padding:30px 50px;height:132px}.crate-features__content p{margin:0;font-size:16px;line-height:1.5}.crate-features__content p strong{font-weight:700}.crate-features__carousel{flex-wrap:inherit;display:flex;padding-bottom:1rem;scroll-behavior:auto;user-select:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.crate-features__carousel::-webkit-scrollbar{display:none}.crate-features__carousel .carousel-item{flex-shrink:0}.crate-features__buttons{display:flex;flex-direction:row;gap:15px}.crate-features__button{width:40px;height:40px;cursor:pointer;border:none;border-radius:50%;background:#3D3D3D;transition:background .1s ease}.crate-features__button:hover{background:#2f2f2f}.crate-features__button svg{display:block;margin:auto}@media (max-width: 768px){.crate-features__content{padding:10% 10%}}.showcase__title{font-size:40px;max-width:400px;margin:0 0 30px}.showcase__label{font-weight:500;font-size:15px;line-height:1.5;letter-spacing:0.02em;color:#8f8f8f}.showcase__video-wrapper{width:100%;padding-top:56.25%;position:relative;border-radius:15px;overflow:hidden}.showcase__video-inner{position:absolute;top:0;left:0;width:100%;height:100%}.showcase__video-inner iframe{width:100%;height:100%;display:block}.reviews-section{margin:100px 0}.reviews-section h1{font-weight:600;font-size:3rem;margin:0}.reviews-section .header-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:40px}.reviews-section .header-row h1{flex:1 1 auto;min-width:200px}.reviews-section .sort-select{background-color:#121212;border:none;border-radius:9999px;color:#999;font-size:12px;padding:8px 16px;cursor:pointer;min-width:180px;flex-shrink:0}.reviews-section .sort-select:focus{outline:2px solid #eea700;outline-offset:2px}.reviews-section .left-panel{flex:0 0 320px;display:flex;flex-direction:column;gap:13px;position:sticky;top:100px}.reviews-section .rating-summary{display:flex;align-items:center;gap:12px;font-weight:600;font-size:2.2rem;color:#eea700;margin-bottom:30px}.reviews-section .rating-summary svg{width:35px;height:35px}.reviews-section .rating-filter{display:flex;flex-direction:column;gap:16px}.reviews-section .rating-line{display:flex;align-items:center;gap:12px;opacity:1;transition:opacity 0.3s ease;cursor:pointer}.reviews-section .rating-line--4star{opacity:0.8}.reviews-section .rating-line--4star .rating-bar{max-width:115px}.reviews-section .rating-line--3star{opacity:0.6}.reviews-section .rating-line--3star .rating-bar{max-width:80px}.reviews-section .rating-line--2star{opacity:0.4}.reviews-section .rating-line--2star .rating-bar{max-width:45px}.reviews-section .rating-line--1star{opacity:0.2}.reviews-section .rating-line--1star .rating-bar{max-width:15px}.reviews-section .rating-line input[type="checkbox"]{width:20px;height:20px;appearance:none;background-color:#191919;border:2px solid #444444;display:inline-block;position:relative;cursor:pointer}.reviews-section .rating-line input[type="checkbox"]:checked{background-color:#191919;border-color:#444444}.reviews-section .rating-line input[type="checkbox"]:checked::after{content:"";position:absolute;left:5px;top:1px;width:6px;height:12.3px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.reviews-section .stars-container{width:100px;display:flex;justify-content:center;gap:2px;color:#b8860b;font-size:10px;flex-shrink:0}.reviews-section .stars-container .empty{fill:#333}.reviews-section .rating-bar{height:8px;border-radius:9999px;background-color:#b8860b;flex-grow:1;max-width:170px}.reviews-section .bug-report{font-size:14px}.reviews-section .bug-report p{margin:10px 0}.reviews-section .bug-report a{color:white}.reviews-section .bug-report strong{font-weight:600;color:white}.reviews-section .btn{display:block;background:#ffffff;color:#000000;padding:0.5rem 1.2rem;border-radius:999px;font-weight:600;text-decoration:none;transition:background 0.2s, color 0.2s}.reviews-section .discord-button{display:inline-flex;align-items:center;gap:8px;background-color:#262626;border-radius:9999px;padding:12px 20px;font-size:14px;font-weight:600;color:white;border:none;cursor:pointer;width:fit-content;user-select:none;transition:background-color 0.2s ease;text-decoration:none}.reviews-section .discord-button svg{width:20px;height:20px}.reviews-section .discord-button:hover,.reviews-section .discord-button:focus{background-color:#3a3a3a;outline:none}.reviews-section .notice-text{font-size:15px;color:#666666;max-width:300px}.reviews-section .notice-text span,.reviews-section .notice-text a{color:white}.reviews-section .right-panel{flex:1 1 auto;display:flex;flex-direction:column;gap:24px}.reviews-section .review-card{background-color:#0d0d0d;border-radius:12px;padding:50px 40px;display:grid;grid-template-columns:140px 1fr;gap:24px}.reviews-section .review-left{display:flex;flex-direction:column;gap:12px}.reviews-section .review-rating{display:flex;align-items:center;gap:8px;font-weight:600;font-size:26px;margin-bottom:20px}.reviews-section .review-rating--5star{color:#eea700}.reviews-section .review-rating--4star{color:#eea700}.reviews-section .review-rating--3star{color:#eea700}.reviews-section .review-rating--2star{color:#8f8f8f}.reviews-section .review-rating--2star svg{fill:#8f8f8f}.reviews-section .review-rating--1star{color:#5f5f5f}.reviews-section .review-rating--1star svg{fill:#5f5f5f}.reviews-section .review-rating svg{width:30px;height:30px}.reviews-section .review-user{font-size:15px;color:#888;line-height:1.3}.reviews-section .review-user p{margin:0 5px}.reviews-section .review-user strong{font-weight:600;color:#bbb}.reviews-section .review-right{font-size:14px;color:#ccc;line-height:1.5}.reviews-section .staff-response{background-color:#191919;border-radius:8px;padding:16px;margin-top:12px;font-size:13px;color:#ccc;line-height:1.4}.reviews-section .staff-response strong{font-weight:600;color:white;display:block;margin-bottom:6px}.reviews-section .review-images{display:flex;gap:16px;margin-bottom:12px}.reviews-section .review-images img{width:120px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}@media (max-width: 768px){.reviews-section main{padding:16px 16px 32px 16px}.reviews-section .left-panel{width:100%}.reviews-section .right-panel{gap:24px}.reviews-section .review-card{grid-template-columns:1fr;padding:16px;gap:0}.reviews-section .review-left{flex-direction:row;justify-content:flex-start;gap:16px;border-bottom:1px solid #222;padding-bottom:12px;margin-bottom:12px}.reviews-section .review-user{font-size:10px}.reviews-section .review-right{font-size:13px}.reviews-section .review-images img{width:100px;height:66px}}.reviews-section .review-form-container{margin-top:40px}.reviews-section .review-form-container .error_notification{color:red;display:block;font-weight:bold;margin-bottom:20px}.reviews-section .review-form{padding:40px;background-color:#0d0d0d;border-radius:12px}.reviews-section .review-form-title{font-size:26px;font-weight:600;color:#eee;margin-bottom:24px}.reviews-section .review-form .form-group{margin-bottom:24px;display:flex;flex-direction:column}.reviews-section .review-form .form-group textarea{width:100%}.reviews-section .review-form .form-control{background-color:#121212;border:1px solid #444;color:#eee;padding:10px 14px;border-radius:8px;font-size:14px}.reviews-section .review-form .form-hint{font-size:12px;color:#777;margin-top:4px}.reviews-section .review-form .form-submit{text-align:right}.reviews-section .review-form .btn{background:white;color:black;padding:10px 20px;border-radius:999px;font-weight:600;text-decoration:none;transition:background 0.2s, color 0.2s}.reviews-section .review-form .btn:hover{background:#eee}.reviews-section .error{color:red;display:block;margin-top:10px}.reviews-section .rating-box{display:block}.reviews-section .rating-box .error{text-align:right;margin:0}.reviews-section .rating-box .rating-container{display:flex;direction:rtl !important;margin-top:15px;width:fit-content}.reviews-section .rating-box .rating-container svg{width:40px;height:40px}.reviews-section .rating-box .rating-container label{margin:0;display:inline-block;cursor:pointer;font-size:15px;transition:color 0.2s}.reviews-section .rating-box .rating-container label svg{stroke:#d4d5d7;fill:#d4d5d7}.reviews-section .rating-box .rating-container input{display:none}.reviews-section .rating-box .rating-container label:hover svg,.reviews-section .rating-box .rating-container label:hover~label svg{fill:#f0c662}.reviews-section .rating-box .rating-container input:checked~label svg{fill:#eea700}.about{margin-top:56px}.about__content{display:flex;flex-direction:column;justify-content:center;gap:1rem;min-height:667px;padding:63px 0}.about__label{color:rgba(255,255,255,0.5);font-size:18px;font-weight:700;line-height:175%}.about__title{color:white;font-size:50px;font-weight:600;line-height:89.3%;margin-bottom:26px}.about__strong,.about__description{font-size:16px;font-weight:400;line-height:150%;color:white}.about__strong strong,.about__description strong{font-size:20px;font-weight:700;line-height:150%}.about__contacts{display:flex;flex-direction:column;gap:1.25rem;margin-top:20px}.about__contact{display:flex;align-items:center;gap:0.75rem}.about__contact svg{width:21px;height:21px}.about__contact p{font-size:18px;font-weight:400;margin:0}.about__contact a{color:rgba(255,255,255,0.9);font-size:15px;font-weight:400;line-height:150%;letter-spacing:0.48px;text-decoration:none;border:1px solid var(--default-color);border-radius:4px;padding:3px 7px}.about__actions{display:flex;gap:30px;align-items:center;margin-top:10px}.about__btn{display:flex;align-items:center;padding:15px 54px;border-radius:50px;background-color:#191919;text-decoration:none}.about__btn span{padding-left:10px;color:white;font-weight:500}.about__btn svg{width:24px;height:24px;fill:white}.about__icon{display:flex}.about__icon svg{width:24px;height:24px}.about__eagle{padding-top:25px;position:relative}.about__eagle img{transform:rotate(360deg) scale(0.9);position:absolute;top:-90px;right:0;background:radial-gradient(closest-side, rgba(255,255,255,0.05), transparent)}@media (max-width: 1200px){.about__eagle img{transform:rotate(360deg) scale(0.7);right:-80px}}@media (max-width: 992px){.about__eagle{display:none}}.traits{padding:100px 0;background:linear-gradient(180deg, transparent, rgba(255,255,255,0.03) 40%, rgba(255,255,255,0.03) 60%, rgba(97,106,115,0))}.traits__title{font-size:45px;font-weight:600;line-height:90%;color:white;text-align:center}.traits__content{margin-top:53px}.traits__item{display:flex;flex-direction:column}.traits__icon{width:76px;height:76px;margin-bottom:12px}.traits__subtitle{margin-top:20px;font-size:20px;font-weight:700;color:rgba(255,255,255,0.9)}.traits__text{margin-top:10px;color:rgba(255,255,255,0.9);font-size:16px;font-weight:400;line-height:150%;letter-spacing:0.16px}.trustpilot{background:linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 100%),var(--body-color)}.trustpilot__container{display:flex;flex-direction:column;gap:2rem;padding:70px 0;position:relative}@media (max-width: 1200px){.trustpilot__container{align-items:center;justify-content:center}.trustpilot__container p{text-align:center}}.trustpilot__title{text-align:left;font-size:55px;font-weight:600;line-height:90%}@media (max-width: 992px){.trustpilot__title{text-align:center}}.trustpilot__rating{display:flex;flex-wrap:wrap;align-items:center;gap:20px}@media (max-width: 992px){.trustpilot__rating{justify-content:center}}.trustpilot__rating .trustpilot__score{color:#00B67A;font-size:25px;font-weight:600;line-height:90%;letter-spacing:0.3px}.trustpilot__rating svg{width:213px;height:40px}.trustpilot__description{max-width:600px;font-size:20px;font-weight:400;line-height:150%;letter-spacing:0.4px;color:white}.trustpilot__link{display:flex;width:210px;height:46px;justify-content:center;align-items:center;gap:6px;border-radius:375px;background:#00B67A;color:#FFF;font-size:18px;font-weight:700;line-height:120%;letter-spacing:0.36px;text-decoration:none}.trustpilot__link:hover{color:#FFF}.trustpilot__star{position:absolute;bottom:0;right:0}@media (max-width: 1200px){.trustpilot__star{display:none}}.pages--help a:not([class]){color:rgba(255,255,255,0.9);font-size:15px;font-weight:400;line-height:150%;letter-spacing:0.48px;text-decoration:none;border:1px solid var(--default-color);border-radius:4px;padding:3px 7px}.pages--help .help-looking{max-height:max-content;height:auto;margin-bottom:1rem}.pages--help .help-heading{display:flex;width:fit-content;flex-direction:column;justify-content:center;align-items:flex-start;align-self:center;gap:16px;padding:63px 0}.pages--help .help-heading p{color:white;font-size:18px;font-weight:700;line-height:175%}.pages--help .help-heading h1{color:white;font-size:96px;font-weight:600;line-height:89.3%;margin-top:0}.pages--help input[type="submit"]{width:250px}.pages--help .quick-questions h6{font-size:18px;margin:0}.pages--help .quick-questions h6:not(:first-child){margin-top:50px}.pages--help .quick-questions p{margin-top:10px}.pages--help .quick-questions .actions{display:flex;gap:30px;align-items:center;margin-top:38px}.pages--help .quick-questions .actions .btn{display:flex;justify-content:center;align-items:center;padding:15px 26px;background-color:#191919;text-decoration:none;border-radius:50px;transition:background-color .15s ease}.pages--help .quick-questions .actions .btn:hover{background-color:#131313}.pages--help .quick-questions .actions .btn span{vertical-align:middle;padding-left:15px}.pages--help .quick-questions .actions .btn svg{width:24px;height:24px}.pages--help .faq{height:auto;margin-bottom:1rem;margin-top:2rem;margin:135px 0}.pages--help .faq .container{margin-left:auto;margin-right:auto;width:100%;max-width:800px}.pages--help .faq h1{font-size:64px;font-weight:600;line-height:90%;text-align:center;margin-bottom:82px}.pages--sales a:not([class]){color:rgba(255,255,255,0.9);font-size:15px;font-weight:400;line-height:150%;letter-spacing:0.48px;text-decoration:none;border:1px solid var(--default-color);border-radius:4px;padding:3px 7px}.pages--sales .contact-sales{max-height:max-content;height:auto;margin-bottom:100px}.pages--sales .sales-heading{display:flex;width:fit-content;flex-direction:column;justify-content:center;align-items:flex-start;align-self:center;gap:16px;padding:63px 0;max-width:600px}.pages--sales .sales-heading p{color:rgba(255,255,255,0.781);font-size:18px;font-weight:500;line-height:175%}.pages--sales .sales-heading h1{color:white;font-size:60px;font-weight:600;line-height:89.3%;margin-bottom:0}.pages--sales input[type="submit"]{width:250px}.pages--sales .quick-questions h6{font-size:18px;margin:0}.pages--sales .quick-questions h6:not(:first-child){margin-top:50px}.pages--sales .quick-questions p{margin-top:10px}.pages--sales .quick-questions .actions{display:flex;gap:30px;align-items:center;margin-top:38px}.pages--sales .quick-questions .actions .btn{display:flex;justify-content:center;align-items:center;padding:15px 26px;background-color:#191919;text-decoration:none;border-radius:50px;transition:background-color .15s ease}.pages--sales .quick-questions .actions .btn:hover{background-color:#131313}.pages--sales .quick-questions .actions .btn span{vertical-align:middle;padding-left:15px}.pages--sales .quick-questions .actions .btn svg{width:24px;height:24px}.cart-container{width:100%;height:100%;position:fixed;z-index:9999999999;top:0;overflow:hidden;opacity:0;background-color:rgba(0,0,0,0.8);backdrop-filter:blur(4px);transition:opacity 0.35s ease-in-out;display:none}.cart-container a{text-decoration:none}.cart-container.visible{opacity:1}.cart-container.visible .cart{transform:translateX(0px)}.cart-container .cart-background{width:100%;height:100%;position:absolute;top:0;overflow:hidden}.cart-container .cart{width:100%;height:100%;max-width:720px;background-color:#09080a;position:absolute;display:flex;flex-flow:column;z-index:201;top:0;right:0;transition:transform 0.35s ease-in-out;transform:translateX(100%)}.cart-container .cart-header{display:flex;justify-content:space-between;padding:32px 43px;z-index:1;border-bottom:2px solid #5151516b}.cart-container .cart-header .header-title{font-weight:500;font-size:24px;line-height:36px;color:white}.cart-container .cart-header .header-title .items-count{font-weight:500;font-size:14px;line-height:36px;color:#d9d9d9}.cart-container .cart-header .header-close-action{display:flex;align-items:center;cursor:pointer}.cart-container .cart-header .header-close-action svg{width:38px;height:38px}.cart-container .cart-content{height:100%;width:100%;display:flex;flex-direction:column;overflow-y:auto}.cart-container .cart-content>div:last-child{padding-bottom:40px}.cart-container .cart-items{padding:40px 43px 0 43px}.cart-container .cart-items a{opacity:1 !important}.cart-container .cart-items .cart-item .extra{padding:5px 0;display:block;color:#4a20ff}.cart-container .cart-items .cart-item:not(:first-child){margin-top:20px;border-top:1px solid #ffffff29;padding-top:20px}.cart-container .cart-items .cart-item-image{width:96px;height:96px;border-radius:6px;object-fit:cover}.cart-container .cart-items .item-details{padding-left:32px}.cart-container .cart-items .item-details .item-name a{font-weight:600;font-size:18px;line-height:27px;color:#ffffff}.cart-container .cart-items .item-price{display:flex;font-weight:600;font-size:18px;line-height:27px;color:#ffffff}.cart-container .cart-items .item-price .scratched-price{font-weight:400;font-size:18px;line-height:27px;text-decoration-line:line-through;color:#ff7070c9;padding-right:10px}.cart-container .cart-items .item-price .price{font-weight:600;font-size:18px;line-height:27px;color:#ffffff}.cart-container .cart-items .cart-remove-action{display:flex;cursor:pointer}.cart-container .cart-items .cart-remove-action span{padding-left:8px;font-weight:500;font-size:14px;color:#ff7070c9;align-content:center}.cart-container .cart-footer{border-top:2px solid #5151516b;padding:26px 43px}.cart-container .cart-footer .cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-weight:600;font-size:18px;line-height:27px;color:#bdbdbd}.cart-container .cart-footer .cart-subtotal .discount,.cart-container .cart-footer .cart-subtotal .wallet-money{color:#2cca28}.cart-container .cart-footer .cart-buttons{display:flex;gap:1rem}.cart-container .cart-footer .cart-buttons .cart-button{padding:19px 0px;justify-content:center;align-items:center;display:flex;flex:1;background-color:white;color:black;border-radius:30px;font-weight:500;cursor:pointer;transition:background-color 0.15s ease}.cart-container .cart-footer .cart-buttons .cart-button:hover{background-color:#ebebeb}.cart-container .cart-no-items{width:100%;max-width:341px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px}.cart-container .cart-no-items p{color:white;text-align:center;font-size:20px;font-weight:700}.cart-container .cart-no-items span{color:#616161;text-align:center;font-size:14px;font-weight:500}@media screen and (max-width: 576px){.cart-container .cart-footer .cart-buttons{flex-direction:column}.cart-container .cart-footer .cart-buttons .cart-button.checkout{order:-1}.cart-container .cart-header{padding:32px 13px}.cart-container .cart-footer{padding:26px 13px}.cart-container .cart-recommendations{padding:26px 13px}.cart-container .cart-items{padding:26px 13px 0 13px}.cart-container .cart-checkout{padding:26px 13px}}.cart__item-controls{display:flex;align-items:center;gap:0.75rem}.cart__qty-btn{background:#494949;border:none;width:28px;height:28px;color:#fff;font-weight:bold;border-radius:50%;cursor:pointer;text-decoration:none;text-align:center;align-content:center;user-select:none}.cart__qty{user-select:none;font-weight:bold}.cart__badge{color:white;border-radius:15px;padding:2px 12px;margin-left:5px;font-size:90%;font-weight:500;border:2px solid #f5f5f5}button{display:flex;justify-content:center;align-items:center;gap:10px;font-size:20px;font-weight:400;border-radius:10px}button img{height:30px;display:flex}.secure-checkout{display:flex;justify-content:center;align-items:center;gap:7px;margin:15px 0}.secure-checkout svg{width:30px;height:30px}.secure-checkout span{color:#000;font-size:18px;font-weight:400}.resume-item,.resume-discount,.resume-subtotal,.resume-total{display:flex;justify-content:space-between;align-items:center}.resume-item{margin:8px 0 8px 0;font-size:16px;font-weight:500;color:#ffffff}.resume-subtotal{margin:36px 0 14px 0;font-size:16px;font-weight:500;color:#bdbdbd}.resume-discount{margin:14px 0 14px 0;font-size:16px;font-weight:500;color:#ffd500}.resume-total{margin:22px 0 18px 0;font-weight:600;font-size:20px;line-height:30px;color:white}.coupon-form{width:100%;height:56px;background:inherit;border-radius:6px;display:flex;overflow:hidden;margin:0 0 24px 0;position:relative;border:2px solid #191919}.coupon-form::after{content:"";position:absolute;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' stroke='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16666 7.33332V6.41666M9.16666 11.4583V10.5417M9.16666 15.5833V14.6667M4.76666 3.66666H17.2333C18.2601 3.66666 18.7735 3.66666 19.1656 3.86648C19.5106 4.04225 19.7911 4.32271 19.9668 4.66767C20.1667 5.05985 20.1667 5.57323 20.1667 6.59999V7.79166C18.3947 7.79166 16.9583 9.22808 16.9583 11C16.9583 12.7719 18.3947 14.2083 20.1667 14.2083V15.4C20.1667 16.4268 20.1667 16.9401 19.9668 17.3323C19.7911 17.6773 19.5106 17.9577 19.1656 18.1335C18.7735 18.3333 18.2601 18.3333 17.2333 18.3333H4.76666C3.7399 18.3333 3.22652 18.3333 2.83435 18.1335C2.48938 17.9577 2.20892 17.6773 2.03315 17.3323C1.83333 16.9401 1.83333 16.4268 1.83333 15.4V14.2083C3.60524 14.2083 5.04166 12.7719 5.04166 11C5.04166 9.22808 3.60524 7.79166 1.83333 7.79166V6.59999C1.83333 5.57323 1.83333 5.05985 2.03315 4.66767C2.20892 4.32271 2.48938 4.04225 2.83435 3.86648C3.22652 3.66666 3.7399 3.66666 4.76666 3.66666Z' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;left:24px;top:14px;bottom:0;width:24px;height:24px}.coupon-form input[type="text"]{width:100%;border:none;background:inherit;padding-left:64px;font-weight:600;font-size:14px;line-height:21px;color:white;position:relative;background-color:inherit !important}.coupon-form input[type="text"]::placeholder{font-weight:600;font-size:14px;line-height:21px;color:white}.coupon-form input[type="text"]:-webkit-autofill{background:inherit !important}.coupon-form input[type="text"]:focus{outline:none;background:inherit}.coupon-form input[type="submit"]{padding:16px 34px;font-weight:600;font-size:16px;transition:background-color 0.25s ease;border:none;cursor:pointer;line-height:1;background-color:inherit;border:2px solid white;color:white}.coupon-form input[type="submit"]:hover{background-color:rgba(255,255,255,0.068)}.coupon-form.filled input[type="text"]{pointer-events:none}.coupon-form.filled input[type="submit"]{border:2px solid transparent;color:black;background-color:white}.coupon-form.filled input[type="submit"]:hover{background-color:#dfdfdf}.tos-field{user-select:none;font-weight:400;font-size:17px;color:white}.tos-field a{color:gray;text-decoration:underline}.tos-field #tos-error{color:#ff6d6d}.cart-payments{margin-top:20px;min-height:174px;max-height:350px;overflow:auto}.checkout-button{margin-top:20px;width:100%;background-color:#635bff;color:white;padding:10px;border:none;cursor:pointer;transition:background-color .15s ease}.checkout-button:hover{background-color:#5a53e9}.resume .cart{padding:2rem 0;color:#fff}.resume .cart__title{font-size:2.5rem;font-weight:700;margin-bottom:2rem}.resume .cart__section-title{font-weight:400;margin-top:0;margin-bottom:2rem}.resume .cart__items,.resume .cart__recommendation,.resume .cart__summary,.resume .cart__coupon{background:#1e1e1e;padding:3.5rem 2.5rem;border-radius:12px;margin-bottom:1.5rem}.resume .cart__item{display:flex;align-items:center}.resume .cart__item:not(:last-child){margin-bottom:1.5rem}.resume .cart__item-image{width:70px;height:70px;border-radius:12px;margin-right:1.5rem}.resume .cart__item-details{display:flex;justify-content:space-between;align-items:center;flex:1}.resume .cart__item-info{display:flex;flex-direction:column;gap:10px;flex:1}.resume .cart__item-name{font-size:1rem;font-weight:bold}.resume .cart__item-desc{font-size:0.85rem;color:#ccc}.resume .cart__item-controls{display:flex;align-items:center;gap:0.75rem}.resume .cart__item-remove{background:#494949;border:none;width:28px;height:28px;color:#fff;font-weight:200;border-radius:50%;cursor:pointer;text-align:center;line-height:1.5}.resume .cart__badge{background-color:#939393;color:#121212;border-radius:15px;padding:2px 7px;margin-left:5px;font-weight:500}.resume .cart__qty-btn{background:#494949;border:none;width:28px;height:28px;color:#fff;font-weight:bold;border-radius:50%;cursor:pointer;text-decoration:none;text-align:center;align-content:center;user-select:none}.resume .cart__qty{user-select:none;font-weight:bold}.resume .cart__price{display:flex;align-items:flex-end;justify-content:end;margin:0 10px 0 30px;height:fit-content;min-width:100px}.resume .cart__price--currency{font-size:1.1rem;margin-right:0.25rem;font-weight:400;color:#ccc}.resume .cart__price--main{font-size:2rem;font-weight:400;line-height:1}.resume .cart__price--cents{font-size:1.1rem;font-weight:500}.resume .cart__note{text-align:center;color:#999;margin-top:1.5rem}.resume .cart__note-link{color:#ccc;text-decoration:underline;display:block;padding-top:7px}.resume .cart__separator{display:block;height:1px;border-top:1px solid #444;margin:1rem 0}.resume .cart__summary .cart__section-title{font-weight:600;font-size:2rem;color:#fff;margin-bottom:2rem}.resume .cart__row{display:flex;justify-content:space-between;color:#ccc}.resume .cart__row--total{margin-top:0.7rem}.resume .cart__row--total .cart__label{margin-top:auto;font-size:25px;color:white;font-weight:bold}.resume .cart__label{font-weight:400}.resume .cart__value{font-weight:500}.resume .cart__value--discount{color:#50AF2E}.resume .cart__total{display:flex;align-items:flex-end;justify-content:end}.resume .cart__total .cart__price--currency{font-size:1.2rem;margin-right:0.25rem;font-weight:400;color:#ccc}.resume .cart__total .cart__price--main{font-size:2.5rem;font-weight:800}.resume .cart__total .cart__price--cents{font-size:1.8rem;font-weight:500;color:#ccc}.resume .cart__checkout-btn{width:100%;background:#fff;color:#000;font-weight:bold;padding:1.1rem;border:none;border-radius:50px;margin:1rem 0;cursor:pointer;font-size:1rem}.resume .cart__safe-text{font-size:0.9rem;color:#bbbbbb;margin-bottom:0}.resume .cart__tos{margin-top:1rem}.resume .cart__tos a{color:gray}.resume .cart__tos input[type="checkbox"]{margin-right:0.5rem}.resume .cart__tos p{color:#FFD900;font-size:1rem;margin-top:0.5rem}.resume .cart__coupon{display:flex;flex-direction:column}.resume .cart__coupon-label{font-weight:500;font-size:0.95rem;margin-bottom:0.5rem;color:#8D8D8D}.resume .cart__coupon-input{background-color:#272727;color:#fff;border:none;border-radius:50px;padding:1rem 1.5rem;margin-bottom:0.75rem;font-size:0.95rem}.resume .cart__coupon-input:focus{outline:none}.resume .cart__coupon-btn{cursor:pointer;width:100%;background-color:#313131;color:#fff;border:none;padding:1rem 1.5rem;font-weight:500;border-radius:50px;font-size:0.95rem;transition:background 0.2s ease}.resume .cart__coupon-btn:hover{background-color:#3a3a3a}.resume .cart__coupon-error{color:#FFD900;font-size:1rem;margin:1rem 0 0 0}.resume .cart__recommendation-item{display:flex;align-items:center}.resume .cart__recommendation-item:not(:last-child){margin-bottom:1rem}.resume .cart__recommendation-image{width:70px;height:70px;border-radius:12px;margin-right:1.5rem}.resume .cart__recommendation-info{display:flex;flex-direction:column;gap:10px}.resume .cart__recommendation-name{font-size:1.25rem;font-weight:bold}.resume .cart__recommendation-desc{font-size:0.85rem;color:#ccc}.resume .cart__recommendation-btn{margin-left:auto;background:#494949;color:#fff;border:none;font-weight:600;padding:1rem 2.5rem;border-radius:50px;cursor:pointer}.resume .hidden{display:none !important}.auth{padding-left:0rem;padding-right:0rem;overflow-x:hidden}.auth__content{width:100%;max-width:452px;padding:32px;margin:0 auto}.auth__logo{display:block;margin:24px auto}.auth__title{margin-bottom:44px}.auth__title h1{font-weight:400;font-size:24px;line-height:120%;text-align:center;color:var(--default-color)}.auth__title p{font-weight:400;font-size:16px;line-height:150%;text-align:center;color:#5d5b65;padding-top:12px}.auth__input{position:relative}.auth__input:before{content:"";position:absolute;left:15px;top:20px;bottom:0;width:15px;height:15px}.auth__input--email:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' stroke='%23495057' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url%28%23clip0_85_944%29'%3E%3Cpath d='M5.33301 7.99992C5.33301 7.29267 5.61396 6.6144 6.11406 6.1143C6.61415 5.6142 7.29243 5.33325 7.99967 5.33325H23.9997C24.7069 5.33325 25.3852 5.6142 25.8853 6.1143C26.3854 6.6144 26.6663 7.29267 26.6663 7.99992V23.9999C26.6663 24.7072 26.3854 25.3854 25.8853 25.8855C25.3852 26.3856 24.7069 26.6666 23.9997 26.6666H7.99967C7.29243 26.6666 6.61415 26.3856 6.11406 25.8855C5.61396 25.3854 5.33301 24.7072 5.33301 23.9999V7.99992Z' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33301 17.3333H9.33301L13.333 21.3333H18.6663L22.6663 17.3333H26.6663' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_85_944'%3E%3Crect width='32' height='32'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center/contain no-repeat}.auth__input--password:before,.auth__input--password_confirmation:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='%23495057' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0C6.01664 0 4.56659 0.439867 3.33323 1.26398C2.09986 2.08809 1.13856 3.25943 0.570907 4.62987C0.00324964 6.00032 -0.145275 7.50832 0.144114 8.96318C0.433503 10.418 1.14781 11.7544 2.1967 12.8033C3.2456 13.8522 4.58197 14.5665 6.03683 14.8559C7.49168 15.1453 8.99968 14.9968 10.3701 14.4291C11.7406 13.8614 12.9119 12.9001 13.736 11.6668C14.5601 10.4334 15 8.98336 15 7.5C14.9979 5.51154 14.207 3.60513 12.8009 2.19907C11.3949 0.793017 9.48847 0.00215068 7.5 0V0ZM7.5 13.75C6.26387 13.75 5.0555 13.3834 4.02769 12.6967C2.99988 12.0099 2.1988 11.0338 1.72576 9.89177C1.25271 8.74973 1.12894 7.49307 1.3701 6.28068C1.61125 5.0683 2.20651 3.95466 3.08059 3.08058C3.95466 2.2065 5.06831 1.61125 6.28069 1.37009C7.49307 1.12893 8.74974 1.2527 9.89177 1.72575C11.0338 2.1988 12.0099 2.99988 12.6967 4.02769C13.3834 5.05549 13.75 6.26387 13.75 7.5C13.7482 9.15704 13.0891 10.7457 11.9174 11.9174C10.7457 13.0891 9.15705 13.7482 7.5 13.75ZM7.5 4.375C7.05824 4.37416 6.63043 4.5297 6.29235 4.81406C5.95427 5.09842 5.72774 5.49326 5.65289 5.92864C5.57803 6.36402 5.65967 6.81184 5.88335 7.19279C6.10704 7.57374 6.45833 7.86324 6.875 8.01V10C6.875 10.1658 6.94085 10.3247 7.05806 10.4419C7.17527 10.5592 7.33424 10.625 7.5 10.625C7.66576 10.625 7.82473 10.5592 7.94194 10.4419C8.05915 10.3247 8.125 10.1658 8.125 10V8.01C8.54168 7.86324 8.89297 7.57374 9.11665 7.19279C9.34033 6.81184 9.42198 6.36402 9.34712 5.92864C9.27226 5.49326 9.04573 5.09842 8.70765 4.81406C8.36958 4.5297 7.94177 4.37416 7.5 4.375ZM7.5 6.875C7.37639 6.875 7.25555 6.83834 7.15277 6.76967C7.04999 6.70099 6.96988 6.60338 6.92258 6.48918C6.87527 6.37497 6.8629 6.24931 6.88701 6.12807C6.91113 6.00683 6.97065 5.89546 7.05806 5.80806C7.14547 5.72065 7.25683 5.66112 7.37807 5.63701C7.49931 5.61289 7.62498 5.62527 7.73918 5.67257C7.85338 5.71988 7.95099 5.79999 8.01967 5.90277C8.08835 6.00555 8.125 6.12639 8.125 6.25C8.125 6.41576 8.05915 6.57473 7.94194 6.69194C7.82473 6.80915 7.66576 6.875 7.5 6.875Z'/%3E%3C/svg%3E") center/contain no-repeat}.auth__input.field_with_errors input,.auth__input.field_with_errors textarea,.auth__input.field_with_errors select{border:1.5px solid #ff4343}.auth__input.field_with_errors:not(.boolean) .error{padding-left:42px}.auth__input.field_with_errors.boolean .error{padding-left:20px}.auth__form .auth__field{position:relative;margin-bottom:12px}.auth__form .auth__field input:not([type="checkbox"]),.auth__form .auth__field select,.auth__form .auth__field textarea{width:100%;max-width:100%;height:56px;background-color:transparent;border:2px solid #191919;border-radius:8px;padding:0 24px 0 40px;outline:none;font-weight:400;font-size:15px;line-height:120%;color:#c8c8c8;transition:background-color 0.2s ease}.auth__form .auth__field input:not([type="checkbox"]):focus,.auth__form .auth__field input:not([type="checkbox"]):visited,.auth__form .auth__field input:not([type="checkbox"]):active,.auth__form .auth__field select:focus,.auth__form .auth__field select:visited,.auth__form .auth__field select:active,.auth__form .auth__field textarea:focus,.auth__form .auth__field textarea:visited,.auth__form .auth__field textarea:active{background-color:#0e0c10}.auth__form .auth__field input:not([type="checkbox"])::placeholder,.auth__form .auth__field select::placeholder,.auth__form .auth__field textarea::placeholder{font-weight:400;font-size:15px;line-height:120%;color:#c8c8c8}.auth__form .auth__field textarea{padding:20px 24px 20px 40px;min-height:200px}.auth__form .auth__field svg{margin-right:8px}.auth__form .auth__field .error{color:#ff4343;display:block;font-size:13px;padding-top:5px}.auth__row{display:flex;justify-content:space-between;align-items:center}.auth__remember-me{font-weight:400;font-size:13px;line-height:120%}.auth__remember-me label{font-weight:400;font-size:13px;line-height:120%;color:#ececed;user-select:none;display:flex;align-items:center}.auth__forgot-password{font-weight:400;font-size:13px;line-height:120%;color:#ececed}.auth__submit{width:100%;margin:32px 0}.auth__oauth-separator{width:100%;height:17px;border-bottom:2px solid #ececed;text-align:center;margin-bottom:32px;position:relative}.auth__oauth-separator span{background-color:var(--body-color);color:#ececed;padding:0 16px;position:absolute;margin:0 auto;top:5px;left:0;right:0;width:fit-content}.auth__oauth-button{background-color:transparent;border:2px solid #191919;border-radius:8px;padding:14px 32px;transition:background-color 0.25s ease, transform 0.15s ease;display:flex;align-items:center;justify-content:center;width:100%;cursor:pointer}.auth__oauth-button span{font-weight:400;font-size:16px;line-height:120%;text-align:center;color:white}.auth__oauth-button svg{padding-right:16px;display:inline-block;vertical-align:middle;width:20px;height:20px;box-sizing:content-box}.auth__oauth-button:hover{transform:scale(1.05)}.auth__footer{display:block;font-weight:400;font-size:16px;line-height:150%;text-align:center;color:#e6e3ee;padding:24px 0}.auth__footer a{font-weight:700;font-size:16px;line-height:150%;color:var(--default-color)}.auth__submit-btn{background-color:white;color:black;font-weight:600;font-size:16px;line-height:120%;padding:19px 40px;border-radius:42px;transition:background-color 0.25s ease;text-align:center;min-width:150px;outline:none;border:none;text-decoration:none;cursor:pointer}.auth__submit-btn:hover{background-color:var(--default-color)}.auth a{font-weight:400;line-height:120%;color:#ececed}.download-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;z-index:999999993}.download-popup.hidden{display:none}.download-popup .download-popup-content{position:relative;background:#e9e9e9;padding:20px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);text-align:center;max-width:500px;width:100%}.download-popup .download-popup-content h2{color:black;font-weight:500;margin-top:0;margin-bottom:10px}.download-popup .download-popup-content p{color:black;margin:5px 0}.download-popup .download-popup-content .download-button{padding:0.5em 1.25em;background-color:#131313;display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:center;transition:all 0.15s ease;color:white;opacity:1;border-radius:10px;text-decoration:none}.download-popup .download-popup-content .download-button:hover{background-color:#0a033e;color:white}.download-popup .download-popup-content .download-button svg{width:25px !important;height:25px !important;stroke:black !important}.download-popup .download-popup-content .download-button span{display:flex;flex-direction:column;text-align:left}.download-popup .download-popup-content .download-close-button{margin:20px;border:none;border-radius:4px;cursor:pointer;position:absolute;top:0;right:0;transition:all 0.2s ease}.download-popup .download-popup-content .download-close-button svg{width:30px;height:30px;stroke:black}.download-popup .download-popup-content .download-close-button:hover{transform:rotate(90deg)}.dashboard-container .overview{padding-bottom:48px}.dashboard-container .dashboard__card--community{min-height:500px}.dashboard-container .plugin{margin:24px 0}.dashboard-container .plugin__grid{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:flex-start}.dashboard-container .plugin__image-col{flex-shrink:0}.dashboard-container .plugin__icon{width:70px;height:70px;border-radius:12px}@media (max-width: 576px){.dashboard-container .plugin__icon{width:50px;height:50px}}.dashboard-container .plugin__content-col{display:flex;flex-direction:column;gap:16px}.dashboard-container .plugin__top{display:flex;justify-content:space-between;align-items:center;height:70px}@media (max-width: 576px){.dashboard-container .plugin__top{height:50px}}.dashboard-container .plugin__info{flex-grow:1}.dashboard-container .plugin__title{font-size:18px;font-weight:600;margin-bottom:4px}.dashboard-container .plugin__subtitle{font-size:14px;color:#a0a0a0}.dashboard-container .plugin__more-btn{background-color:#3a3a3a;color:white;border:none;padding:15px 44px;font-size:14px;border-radius:999px;cursor:pointer;transition:background-color 0.2s ease;text-decoration:none}.dashboard-container .plugin__more-btn:hover{background-color:#4d4d4d}@media (max-width: 576px){.dashboard-container .plugin__more-btn{display:none}}.dashboard-container .plugin__licenses{display:flex;flex-direction:column;gap:12px}.dashboard-container .license{background:linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%),#2a2a2a;border-radius:6px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.dashboard-container .license__left{display:flex;flex-direction:column}.dashboard-container .license__name{font-size:16px;font-weight:600;margin-bottom:4px;min-width:170px}.dashboard-container .license__price{font-size:14px;color:#d0d0d0}.dashboard-container .license__right{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;gap:20px}.dashboard-container .license__date{font-size:13px;color:#a0a0a0}.dashboard-container .license__download{background-color:white;color:black;font-weight:600;font-size:14px;padding:10px 20px;border-radius:999px;text-decoration:none;display:inline-block;transition:background-color 0.2s ease}.dashboard-container .license__download:hover{background-color:#e4e4e4}.dashboard-container .settings{padding-bottom:48px}.dashboard-container .account{display:flex;flex-direction:column;gap:20px}.dashboard-container .account__form{width:100%;flex:1}@media (max-width: 992px){.dashboard-container .account__form{flex-direction:column-reverse}}.dashboard-container .account__card{padding:58px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;gap:10px}.dashboard-container .account__inputs{display:flex;flex-direction:column;gap:1.5rem;max-width:700px}.dashboard-container .account label{display:flex;flex-direction:column;font-size:15px;color:#8D8D8D;margin-bottom:20px}.dashboard-container .account label span{font-weight:400;display:block;font-size:18px}.dashboard-container .account__input{width:100%;background-color:#272727;border:none;border-radius:50px;padding:14px 18px;font-size:18px;color:#C9C9C9}.dashboard-container .account__input:focus{outline:none;background-color:#272727}.dashboard-container .account__save-btn{width:100%;max-width:200px;margin-top:30px;background:white;color:black;font-weight:600;font-size:18px;padding:15px 28px;border-radius:999px;border:none;cursor:pointer;transition:background-color 0.2s}@media (max-width: 576px){.dashboard-container .account__save-btn{max-width:100%}}.dashboard-container .account__save-btn:hover{background-color:#e6e6e6}.dashboard-container .account__avatar{display:flex;flex-direction:column;align-items:center;text-align:center}.dashboard-container .account__avatar .error{color:#ca140c;margin-top:5px}.dashboard-container .account__avatar-container{width:100%;height:100%;max-width:300px;max-height:300px;background-color:#ccc;border-radius:50%;margin-bottom:26px;overflow:hidden}.dashboard-container .account__avatar-container img{aspect-ratio:1 / 1;width:100%;height:100%}.dashboard-container .account__avatar-btn{width:fit-content;background-color:#3a3a3a;color:white;font-size:17px;padding:12px 30px;border-radius:999px;border:none;cursor:pointer;margin:0 auto}.dashboard-container .account__avatar-btn:hover{background-color:#4a4a4a}.dashboard-container .account__info{align-items:center;flex-direction:row}.dashboard-container .account__info-text{flex:1}.dashboard-container .account__info-text h3{font-size:22px;font-weight:400;margin-top:0;margin-bottom:8px}.dashboard-container .account__info-text p{font-size:16px;color:#aaaaaa;line-height:1.5;margin-bottom:0}.dashboard-container .account__info-text p a{color:#ffffff;text-decoration:underline}.dashboard-container .account__info-text p strong{color:#ffffff}.dashboard-container .account__info-btn{background-color:#494949;color:white;font-weight:600;font-size:16px;padding:12px 30px;border-radius:999px;border:none;cursor:pointer;transition:background-color .1s ease}.dashboard-container .account__info-btn:hover{background-color:#444444}.admin-list__title{font-size:24px;font-weight:600;margin-top:0;margin-bottom:20px;color:#fff}.admin-list__search-form{display:flex;gap:12px;align-items:flex-end;margin-bottom:20px}.admin-list__search-field{position:relative;flex-grow:1}.admin-list__search-actions{display:flex}.admin-list__input{width:100%;padding:10px 14px;border:1px solid #444;background-color:#1f1f1f;color:#eee;border-radius:4px}.admin-list__submit{padding:10px 16px;background-color:white;color:black;border:none;border-radius:4px;cursor:pointer;opacity:1;font-weight:700}.admin-list__submit:hover{background-color:#e7e7e7}.admin-list__clear{position:absolute;top:0;right:0;display:flex;margin-right:10px;color:#bbb;text-decoration:underline;font-size:14px}.admin-list__clear svg{width:37px;height:37px}.admin-list__clear:hover{color:#fff}.admin-list__actions{display:flex;justify-content:space-between;align-items:start;margin:15px 0}.admin-list__actions>:only-child{margin-left:auto}.admin-list__table-wrapper{overflow-x:auto;border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,0.4)}.admin-list__footer{margin-top:24px;display:flex;justify-content:space-between}.admin-list__create-btn{margin-left:auto}.admin-list__generic-btn{padding:10px 16px;background-color:white;color:black;border:none;border-radius:4px;cursor:pointer;opacity:1;font-weight:700;text-decoration:none}.admin-list__generic-btn:hover{background-color:#e7e7e7}.admin-list__transparent-btn{background-color:transparent;color:white;border:none;cursor:pointer;opacity:1;font-weight:500;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:10px}.admin-list__transparent-btn svg{fill:white}.admin-list__transparent-btn:hover{text-decoration:underline}.admin-list__destroy-btn{padding:10px 16px;background-color:white;border:2px solid red;color:red;border-radius:4px;cursor:pointer;opacity:1;font-weight:700;text-decoration:none;margin-left:auto}.admin-list__destroy-btn:hover{background-color:#e7e7e7}.admin-table{width:100%;border-collapse:collapse;font-size:14px;color:#ccc}.admin-table__header{position:sticky;top:0;background-color:var(--body-color);color:white;font-weight:600}.admin-table__row{background-color:#141414}.admin-table__row:not(:last-child){border-bottom:1px solid #333}.admin-table__row:hover{background-color:#2a2a2a}.admin-table__cell{padding:14px 18px;vertical-align:middle}.admin-table__cell a{color:white;font-weight:600;text-decoration:underline}.admin-table__cell--checkbox{width:40px;text-align:center}.admin-table__cell--avatar{display:flex;align-items:center;gap:10px}.admin-table__cell--avatar img{border-radius:50%;width:30px;aspect-ratio:1 / 1}.admin-table__cell--badge{background-color:#939393;color:#121212;border-radius:15px;padding:2px 7px;margin-left:5px;font-weight:500}.admin-table__cell--actions{white-space:nowrap;width:230px}.admin-table__cell--actions a{color:white;margin-right:10px;text-decoration:none}.admin-table__cell--actions a:hover{text-decoration:underline}.admin-table__cell--truncated{max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-table__cell--subtext{display:block;font-size:12px;color:#666;margin-top:2px}.admin-pagination{display:flex;justify-content:center;align-items:center;gap:8px}.admin-pagination__link,.admin-pagination__arrow{display:inline-flex;justify-content:center;align-items:center;padding:6px 12px;background-color:#1f1f1f;color:#ccc;border-radius:4px;text-decoration:none;font-weight:500;border:1px solid #333;transition:all 0.2s ease}.admin-pagination__link:hover,.admin-pagination__arrow:hover{background-color:#333;color:#fff}.admin-pagination__link--active{background-color:#4ade80;color:#111;font-weight:bold;cursor:default;pointer-events:none}.admin-pagination__arrow--disabled{opacity:0.4;cursor:not-allowed;pointer-events:none}.admin-pagination__gap{color:#666;padding:6px 10px}@font-face{font-family:"Cal Sans";font-style:normal;font-weight:400;src:url(//cdn.phoenixplugins.com/assets/cal-sans-b1b0fc7a6ffd58b2e4ecb448bfd602b784489f536aec8bc40b3b4ef262ec6950.ttf);font-display:swap}@font-face{font-family:'Instrument Sans';font-style:italic;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/instrumentsans/v1/pxitypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNu2ZGRu3k.woff2) format("woff2");unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Instrument Sans';font-style:italic;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/instrumentsans/v1/pxitypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNu15GR.woff2) format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Instrument Sans';font-style:normal;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/instrumentsans/v1/pxiTypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr0She1YmV.woff2) format("woff2");unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Instrument Sans';font-style:normal;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/instrumentsans/v1/pxiTypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr0SZe1Q.woff2) format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}.resume-complete-container{padding-top:100px;padding-bottom:137px}.resume-complete-container .resume-complete{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;max-width:530px;margin:0 auto;gap:41px;padding:0 20px}.resume-complete-container .resume-complete .resume-text{text-align:center}.resume-complete-container .resume-complete .resume-text h1{color:white;font-size:24px;font-weight:600}.resume-complete-container .resume-complete .resume-text p{max-width:248px;color:white;font-size:16px;font-weight:500;margin:0 auto}.resume-complete-container .resume-complete .resume-redirects{width:100%;display:flex;flex-wrap:wrap;gap:24px}.resume-complete-container .resume-complete .resume-redirects>a{display:flex;align-items:center;justify-content:center;flex:1;gap:10px;padding:15px 36px;min-width:233px}:root{--body-color: #09080a;--text-color: #626262;--default-color: #ebe9ef}*{font-family:"Instrument Sans", sans-serif}*,*::before,*::after{box-sizing:border-box}body{background-color:var(--body-color);color:var(--default-color);margin:0}h1,h2,h3,h4,h5,h6{font-family:"Cal Sans", sans-serif}th{text-align:left}a{color:white}turbo-frame{width:inherit}.turbo-progress-bar{display:none !important}.corner-tools{position:fixed;bottom:50px;right:50px;z-index:99999999;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 576px){.corner-tools{bottom:30px;right:30px;gap:10px}}.corner-tools .back-to-top{width:70px;height:70px;background-color:white;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform 0.15s ease, opacity 0.3s ease;pointer-events:none;opacity:0}@media screen and (max-width: 576px){.corner-tools .back-to-top{transform:scale(0.9)}}.corner-tools .back-to-top:hover{transform:scale(1.1)}@media screen and (max-width: 576px){.corner-tools .back-to-top:hover{transform:scale(1)}}.corner-tools .back-to-top__icon{width:25px;height:25px;stroke:black}.corner-tools .back-to-top.visible{opacity:1;pointer-events:auto}.corner-tools .cart-access-button{width:70px;height:70px;background-color:white;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform 0.15s ease}@media screen and (max-width: 576px){.corner-tools .cart-access-button{transform:scale(0.9)}}.corner-tools .cart-access-button:hover{transform:scale(1.1)}@media screen and (max-width: 576px){.corner-tools .cart-access-button:hover{transform:scale(1)}}.corner-tools .cart-access-button__icon-wrapper{position:relative;margin-right:1px;margin-top:2px;cursor:pointer}.corner-tools .cart-access-button__icon{width:30px;height:30px;fill:black}.corner-tools .cart-access-button span{box-sizing:border-box;margin:0;min-width:0;background-color:black;color:white;display:flex;justify-content:center;align-items:center;height:20px;width:20px;border-radius:50%;position:absolute;top:-10px;right:-10px;font-size:12px;font-weight:600}.youtube-placeholder{width:100%;height:100%;position:relative;cursor:pointer}.youtube-placeholder img{width:100%;height:100%;object-fit:cover;display:block}.youtube-placeholder .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:3rem;background:none;border:none;color:white;text-shadow:0 0 10px black;cursor:pointer}
