@charset "UTF-8";.breadcrumbs ul{margin:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;padding:1rem 0}.breadcrumbs ul li{display:flex;align-items:baseline}.breadcrumbs ul li:after{content:"→";margin-right:.5rem;color:#696d85}.breadcrumbs ul li a{text-decoration:none;margin-right:.5rem;text-transform:uppercase;font-size:12px;color:#696d85}.breadcrumbs ul li:last-child a{color:#fff}.breadcrumbs ul li:last-child:after{opacity:0}.section-chessboard{padding-top:6rem}.section-chessboard .heading-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 5rem;text-align:center;max-width:820px}.section-chessboard .heading-wrap .heading{margin-bottom:1rem}@media (max-width: 768px){.section-chessboard .heading-wrap .heading{font-size:2rem}}.section-chessboard .heading-wrap .subheading{margin:0;color:#696d85}@media (max-width: 768px){.section-chessboard .heading-wrap .subheading{font-size:20px}}.section-chessboard .heading-wrap .desc{color:#696d85}@media (max-width: 768px){.section-chessboard .heading-wrap .desc{font-size:14px}}.section-chessboard .wrapper{border-top:1px dashed #4D83FA;position:relative}.section-chessboard .wrapper .slider-row{display:flex}@media (max-width: 768px){.section-chessboard .wrapper .slider-row{flex-direction:column}}.section-chessboard .wrapper .slider-row .col-one{width:50%;display:flex;justify-content:center;align-items:center;max-width:630px;padding:1rem}@media (max-width: 768px){.section-chessboard .wrapper .slider-row .col-one{width:100%;max-width:100%;padding:3rem 1rem 5rem}}.section-chessboard .wrapper .slider-row .col-one .content-wrap{max-width:425px}@media (max-width: 768px){.section-chessboard .wrapper .slider-row .col-one .content-wrap{text-align:center}}.section-chessboard .wrapper .slider-row .col-one .content-wrap .text{margin-bottom:2rem;margin-top:1rem}.section-chessboard .wrapper .slider-row .col-one .content-wrap .text p:first-child{margin-top:0}.section-chessboard .wrapper .slider-row .col-one .content-wrap .text p:last-child{margin-bottom:0}.section-chessboard .wrapper .slider-row .col-two{width:50%;height:444px}@media (max-width: 768px){.section-chessboard .wrapper .slider-row .col-two{width:100%;max-width:100%;height:auto}}.section-chessboard .wrapper .slider-row .col-two img{height:444px;background-color:#000;transition:all .2s ease-in-out}@media (max-width: 768px){.section-chessboard .wrapper .slider-row .col-two img{height:auto}}.section-chessboard .wrapper .slider-row .col-two:hover img{opacity:.6}.section-chessboard .wrapper .slider-row:nth-child(2n) .col-one{order:2}.section-chessboard .wrapper .slider-row:nth-child(2n) .col-two{order:1}.section-chessboard .wrapper .slider-row:nth-child(odd){justify-content:flex-end}@media (max-width: 768px){.section-chessboard .wrapper .slider-row:nth-child(odd) .col-one{order:1}}.section-chessboard{padding-top:0}@media (max-width: 768px){.am-mobile-scroll-filters{overflow-y:hidden}}.section-grid{position:relative}.section-grid .line-dashed{border-top:1px dashed #4D83FA}.section-grid .top-row{display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.section-grid .top-row .results{font-size:12px;color:#fff}.section-grid .top-row .filter-btn{background-color:transparent;border:none;display:flex;align-items:center;cursor:pointer;color:#4d83fa;transition:all .2s ease-in-out}.section-grid .top-row .filter-btn .icon{margin-right:.5rem}.section-grid .top-row .filter-btn:hover{opacity:.7}.section-grid .filters-wrap{display:flex}.section-grid .filters-wrap .filters-inner-wrap{width:0;overflow:hidden;padding-bottom:1.5rem;transition:all .2s ease-in-out}@media (max-width: 768px){.section-grid .filters-wrap .filters-inner-wrap{position:fixed;top:0;right:0;width:100%;transform:translatey(-100%);text-align:right;z-index:12;display:block;transition:all .2s ease-in-out;overflow:auto;padding-bottom:0;height:100vh;height:100svh}}.section-grid .filters-wrap .filters-inner-wrap.active{width:40%}@media (max-width: 768px){.section-grid .filters-wrap .filters-inner-wrap.active{transform:translatey(0);width:100vw}}.section-grid .filters-wrap .filters-inner-wrap .close-filters-btn{position:absolute;top:2rem;right:2rem;display:none;color:#4d83fa;background:none;border:none;cursor:pointer;text-transform:uppercase}.section-grid .filters-wrap .filters-inner-wrap .close-filters-btn:before{content:"✕";margin-right:.5rem}@media (max-width: 768px){.section-grid .filters-wrap .filters-inner-wrap .close-filters-btn{display:block}}.section-grid .filters-wrap .filters-inner-wrap .filters{background-color:#262730;height:100%;margin-left:2rem;border-radius:4px;padding:1rem;font-size:12px;color:#696d85}@media (max-width: 768px){.section-grid .filters-wrap .filters-inner-wrap .filters{margin:0;padding:6rem 2rem 2rem;height:auto;min-height:100vh;min-height:100svh}}.section-grid .filters-wrap .filters-inner-wrap .filters .select-wrap{display:flex;flex-direction:column;margin-bottom:2rem;align-items:flex-start}.section-grid .filters-wrap .filters-inner-wrap .filters .select-wrap label{margin-bottom:.5rem;text-transform:uppercase}.section-grid .filters-wrap .filters-inner-wrap .filters .radio-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;margin-bottom:2rem;align-items:flex-start}.section-grid .filters-wrap .filters-inner-wrap .filters .radio-wrap p.label{grid-column:1/-1;margin-bottom:.5rem;text-transform:uppercase;text-align:left}.section-grid .filters-wrap .filters-inner-wrap .filters .checkbox-wrap{display:flex;flex-direction:column;margin-bottom:2rem;align-items:flex-start}.section-grid .filters-wrap .filters-inner-wrap .filters .checkbox-wrap p.label{margin-bottom:.5rem;text-transform:uppercase}.section-grid .filters-wrap .filters-inner-wrap .filters .buttons-wrap{display:flex;justify-content:center;flex-wrap:wrap}.section-grid .filters-wrap .filters-inner-wrap .filters .buttons-wrap button{margin:.5rem}.section-grid .filters-wrap .filters-inner-wrap .filters .buttons-wrap .btn-reset{background-color:transparent;border:1px solid #4C4D56;color:#fff;transition:all .2s ease-in-out}.section-grid .filters-wrap .filters-inner-wrap .filters .buttons-wrap .btn-reset:hover{border:1px solid #FFF;color:#fff}.section-grid .grid-row{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:2rem;grid-row-gap:5.5rem;padding-bottom:5.5rem;width:100%}@media (max-width: 768px){.section-grid .grid-row{grid-template-columns:1fr}}.section-grid .grid-row .img-wrap{overflow:hidden;border-radius:4px;display:block}.section-grid .grid-row .img-wrap img{transition:all .2s ease-in-out}.section-grid .grid-row .img-wrap img:hover{transform:scale(1.03)}.section-grid .grid-row .product-data{margin-top:1rem;max-width:288px;display:flex;flex-direction:column}.section-grid .grid-row .product-data .label{color:#4d83fa;text-transform:uppercase;font-size:12px}.section-grid .grid-row .product-data .product-title-link{text-decoration:none}.section-grid .grid-row .product-data .product-title-link:hover{text-decoration:underline}.section-grid .grid-row .product-data .product-title-link .title{font-size:24px;margin:.5rem 0}.section-grid .grid-row .product-data .excerpt{font-size:16px;line-height:1.5;max-height:48px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.section-grid .grid-row .product-data .price{margin-top:1rem;color:#4d83fa;font-size:20px}.section-grid .pagination{grid-column:1/-1}.section-grid .custom-text{text-align:center;max-width:928px;display:flex;flex-direction:column;justify-content:center;margin:0 auto;grid-column:1/-1}@media (max-width: 768px){.section-grid .custom-text{padding:4rem 0}}.section-grid .custom-text .views-counter{margin-bottom:2.75rem}.section-grid .custom-text .text{font-size:14px;color:#696d85}.section-grid .custom-text .text p:first-child{margin-top:0}.section-grid .custom-text .text p:last-child{margin-bottom:0}.pagination{display:flex;justify-content:center;flex-wrap:wrap;margin:0 0 2rem;padding:0}.pagination .page-item{margin:.5rem;line-height:1;border-radius:50%;width:64px;height:64px;display:flex;justify-content:center;align-items:center;background-color:#262730;cursor:pointer;border:1px solid #2F3039}.pagination .page-item.disabled{cursor:not-allowed}.pagination .page-item .page-link{background-color:transparent;border:none;color:#999;line-height:1;margin-top:4px;text-decoration:none}.pagination .page-item .page-link:focus{box-shadow:none}.pagination .page-item:first-child .page-link,.pagination .page-item:last-child .page-link{margin-top:0}.pagination .page-item.active .page-link{color:#fff}.pagination .prev-arrow{margin-right:2rem;background-color:transparent}@media (max-width: 768px){.pagination .prev-arrow{margin-right:initial}}.pagination .next-arrow{margin-left:2rem;background-color:transparent}@media (max-width: 768px){.pagination .next-arrow{margin-left:initial}}.section-offer-nav.background{background-color:#262730}@media (max-width: 768px){.section-offer-nav.background .wrapper{margin-right:-1.5rem}}.section-offer-nav .wrapper{margin:0 auto;padding-bottom:.5rem}.section-offer-nav .heading{text-align:center;margin-bottom:30px;text-transform:uppercase;color:#696d85}.section-offer-nav ul{list-style:none;padding:0;margin:0 auto;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.section-offer-nav ul{justify-content:flex-start}}.section-offer-nav ul li{transition:all .2s ease-in-out;text-align:center}.section-offer-nav ul li .link{display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-decoration:none;padding:.5rem 1rem;min-height:67px}@media (max-width: 768px){.section-offer-nav ul li .link{padding:.75rem}}.section-offer-nav ul li .link.active img{filter:brightness(0) invert(1)}.section-offer-nav ul li .link.active .name{color:#fff}.section-offer-nav ul li:first-child .link:not(.tabs__nav-link){padding-left:0}.section-offer-nav ul li:last-child .link:not(.tabs__nav-link){padding-right:0}@media (max-width: 768px){.section-offer-nav ul li:last-child .link:not(.tabs__nav-link){padding-right:1rem}}.section-offer-nav ul li .img-wrap{margin-bottom:12px}.section-offer-nav ul li .img-wrap img{object-fit:contain}.section-offer-nav ul li .name{text-transform:uppercase;color:#4d83fa;font-size:12px;width:max-content;font-weight:400}.section-offer-nav ul li:hover{opacity:.7}.section-offer-nav nav{padding:.5rem 0 0;overflow:auto}.section-offer-nav nav::-webkit-scrollbar-track{border-radius:5px;background-color:#17161d;margin:0 15px 0 0}.section-offer-nav nav::-webkit-scrollbar{width:8px;height:6px;background-color:transparent;cursor:pointer}.section-offer-nav nav::-webkit-scrollbar-thumb{border-radius:5px;background-color:#696d85}.section-offer-nav nav{scrollbar-face-color:#696D85;scrollbar-track-color:#17161D}.section-offer-nav nav{scrollbar-color:#696D85 #17161D;scrollbar-width:thin}@media (max-width: 768px){.section-offer-nav nav.mobile-grid ul{display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;grid-column-gap:.5rem;grid-row-gap:1.5rem}.section-offer-nav nav.mobile-grid ul .link{padding:0;min-height:auto}}@media (max-width: 576px){.section-offer-nav nav.mobile-grid ul{grid-template-columns:repeat(2,1fr)}}.section-categories-grid{position:relative}.section-categories-grid .line-dashed{border-top:1px dashed #4D83FA}.section-categories-grid .wrapper{padding:7.75rem 0}@media (max-width: 768px){.section-categories-grid .wrapper{padding:2rem 0 4rem}}.section-categories-grid .wrapper .heading-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 5rem;text-align:center;max-width:352px}.section-categories-grid .wrapper .heading-wrap .heading{margin:0 0 1rem;text-transform:none;color:#fff}.section-categories-grid .wrapper .heading-wrap .subheading{margin:0;color:#696d85}@media (max-width: 768px){.section-categories-grid .wrapper .heading-wrap .subheading{font-size:20px}}.section-categories-grid .wrapper .list{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:1.5rem;grid-row-gap:7.5rem;margin-top:2rem}@media (max-width: 768px){.section-categories-grid .wrapper .list{grid-template-columns:1fr 1fr}}.section-categories-grid .wrapper .list li{position:relative;height:100%}.section-categories-grid .wrapper .list li .link{height:100%;padding:0;display:grid;grid-template-rows:260px 1fr;justify-content:center;justify-items:center}.section-categories-grid .wrapper .list .img-wrap{margin:0}.section-categories-grid .wrapper .list .img-wrap .icon-wrap{position:absolute;top:0;left:30px;width:48px;height:48px;background-color:#4d83fa;border-radius:50%;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.section-categories-grid .wrapper .list .img-wrap .icon-wrap{left:0}}.section-categories-grid .wrapper .list .img-wrap .icon-wrap img{width:14px;height:14px;filter:brightness(0) invert(1)}.section-categories-grid .wrapper .list .name{font-size:24px;text-transform:none;color:#fff;font-family:"Source Serif Pro",serif;margin-top:1.5rem}@media (max-width: 768px){.section-categories-grid .wrapper .list .name{font-size:20px}}.section-opinions{border-top:1px dashed #4D83FA;border-bottom:1px dashed #4D83FA;position:relative}.section-opinions .wrapper .swiper .swiper-slide{padding-top:7rem;padding-bottom:7rem}@media (max-width: 768px){.section-opinions .wrapper .swiper .swiper-slide{padding-top:5rem;padding-bottom:5rem}}.section-opinions .wrapper .swiper .swiper-slide .content-wrap{max-width:736px;margin:0 auto;font-size:2rem;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:"Source Serif Pro",serif}@media (max-width: 768px){.section-opinions .wrapper .swiper .swiper-slide .content-wrap{font-size:1.5rem}}.section-opinions .wrapper .swiper .swiper-slide .content-wrap .icon-wrap{margin-bottom:1rem}.section-opinions .wrapper .swiper .swiper-slide .content-wrap p{margin:0}.section-opinions .wrapper .swiper .swiper-slide .content-wrap .author{display:flex;align-items:center;margin-top:2rem;flex-direction:column;font-size:20px;color:#696d85;font-family:Inter,sans-serif}.section-opinions .wrapper .swiper .swiper-slide .content-wrap .author .position{font-size:16px}.section-cta{margin-bottom:8rem;border-bottom:1px dashed #4D83FA;overflow:hidden}@media (max-width: 768px){.section-cta{margin-bottom:0;border-bottom:none}}.section-cta .wrapper{position:relative;height:583px}@media (max-width: 768px){.section-cta .wrapper{height:auto}}.section-cta .wrapper .line-dashed{height:inherit}.section-cta .wrapper .container{height:100%}.section-cta .wrapper .bg{position:absolute;left:50%;transform:translate(-50%);right:0;width:max-content;height:100%}@media (max-width: 768px){.section-cta .wrapper .bg{display:none}}.section-cta .wrapper .bg img{object-position:top;margin:0 auto;width:auto}.section-cta .wrapper .bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#5983fc00;background-image:linear-gradient(90deg,#5983fc00 80%,#1a1b21)}.section-cta .wrapper .content-wrap{width:430px;max-width:50%;padding-top:4rem;height:100%;padding-bottom:4rem;position:relative;display:flex;flex-direction:column}@media (max-width: 768px){.section-cta .wrapper .content-wrap{width:100%;max-width:100%;text-align:center}}.section-cta .wrapper .content-wrap .mobile-img{display:none}@media (max-width: 768px){.section-cta .wrapper .content-wrap .mobile-img{display:block}}@media (max-width: 768px){.section-cta .wrapper .content-wrap .text{margin-bottom:1rem}}.section-cta .wrapper .content-wrap .custom-btn{margin-top:auto}@media (max-width: 768px){.section-cta .wrapper .content-wrap .custom-btn{margin:auto auto 0;transform:translateY(-75%)}}.section-loop-cta{grid-column:1/-1;margin-bottom:0;margin-left:-1.5rem;margin-right:-1.5rem;overflow:hidden}@media (max-width: 768px){.section-loop-cta{margin-bottom:0;border-bottom:none;border-top:none}}.section-loop-cta .wrapper{position:relative;height:472px}@media (max-width: 768px){.section-loop-cta .wrapper{height:auto}}.section-loop-cta .wrapper .line-dashed{height:inherit}.section-loop-cta .wrapper .container{height:100%}.section-loop-cta .wrapper .bg{position:absolute;left:50%;transform:translate(-50%);right:0;width:max-content}@media (max-width: 768px){.section-loop-cta .wrapper .bg{display:none}}.section-loop-cta .wrapper .bg img{object-position:top;margin:0 auto;width:auto}.section-loop-cta .wrapper .bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#5983fc00;background-image:linear-gradient(90deg,#5983fc00 80%,#1a1b21)}.section-loop-cta .wrapper .content-wrap{width:430px;max-width:50%;padding-top:4rem;height:100%;padding-bottom:4rem;position:relative;display:flex;flex-direction:column}@media (max-width: 768px){.section-loop-cta .wrapper .content-wrap{width:100%;max-width:100%;text-align:center;padding-top:0;padding-bottom:0}}.section-loop-cta .wrapper .content-wrap .mobile-img{display:none}@media (max-width: 768px){.section-loop-cta .wrapper .content-wrap .mobile-img{display:block}}@media (max-width: 768px){.section-loop-cta .wrapper .content-wrap .text{margin-bottom:1rem}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,white 50%,#eeeeee 100%);background-image:-o-linear-gradient(top,white 50%,#eeeeee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eeeeee 50%,#cccccc 100%);background-image:-o-linear-gradient(top,#eeeeee 50%,#cccccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,white 0%,#eeeeee 50%);background-image:-o-linear-gradient(top,white 0%,#eeeeee 50%);background-image:linear-gradient(to bottom,#fff,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eeeeee 50%,white 100%);background-image:-o-linear-gradient(top,#eeeeee 50%,white 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:gray}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.select2-container--default .select2-selection--single{background-color:transparent;border-color:#42444c;height:2rem}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#b5b8c8;line-height:2rem;text-align:left}.select2-dropdown{background-color:#42444c;border-color:#42444c;font-size:14px}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected{background-color:#42444c}.custom-checkbox input{display:none}.custom-checkbox label{display:flex;margin-bottom:.5rem}.custom-checkbox label span{position:relative;border-radius:2px;padding:10px;line-height:1;width:100%;text-align:left}.custom-checkbox label span:before{content:""}.custom-checkbox label span:after{content:"✓";font-weight:900}.custom-checkbox label span:before{border:1px solid #4C4D56;width:12px;height:12px;margin-right:.5rem;display:inline-block;vertical-align:top}.custom-checkbox label span:after{background:#fff;width:12px;height:12px;position:absolute;top:10px;left:10px;transition:.3s;opacity:0}.custom-checkbox label input:checked+span:after{opacity:1;color:#000}.custom-checkbox label input:checked+span{background-color:#1a1b21;color:#fff}.custom-radio input{display:none}.custom-radio label{display:flex}.custom-radio label span{position:relative;border:1px solid #4C4D56;border-radius:2px;padding:10px;line-height:1;width:100%;text-align:left}.custom-radio label span:hover{border:1px solid transparent;background-color:#1a1b21}.custom-radio label span:before{content:""}.custom-radio label span:after{content:"✓";font-weight:900}.custom-radio label span:before{border:1px solid #4C4D56;width:12px;height:12px;margin-right:.5rem;display:inline-block;vertical-align:top}.custom-radio label span:after{background:#fff;width:12px;height:12px;position:absolute;top:10px;left:10px;transition:.3s;opacity:0}.custom-radio label input:checked+span:after{opacity:1;color:#000}.custom-radio label input:checked+span{background-color:#1a1b21;color:#fff}.detailsForm{position:relative;margin-top:2rem}@media (max-width: 992px){.detailsForm{margin-top:0}}@media (max-width: 560px){.detailsForm{background-color:#262730}}.detailsForm h6{margin:0 0 1rem;font: 12px Inter;color:#696d85;text-transform:uppercase}.detailsForm label{font:12px Inter;letter-spacing:0px;color:#696d85}.detailsForm label.detailsForm__submit{color:#fff}.detailsForm__item{padding:2rem 3rem;border-bottom:1px solid #2f3039}@media (max-width: 992px){.detailsForm__item{padding:2rem}}@media (max-width: 767px){.detailsForm__item{padding:2rem 1rem}}.detailsForm__input-wrap{display:flex;gap:.5rem}.detailsForm__input-wrap--horizontal{align-items:center}.detailsForm__input-wrap--vertical{flex-direction:column;align-items:flex-start}.detailsForm__checkbox-wrap{display:flex;justify-content:flex-start;align-items:center;gap:.5rem}.detailsForm__submit{display:inline-block;padding:1rem 2rem;font-family:Inter;font-size:1rem;font-weight:400;background-color:#3947b0;border-radius:50px;color:#fff;border:none;outline:none}.detailsForm__submit:hover{background-color:#4d83fa;color:#fff;text-decoration:none;cursor:pointer}@media (max-width: 992px){.detailsForm__submit{padding:1rem}}@media (max-width: 767px){.detailsForm__submit{padding:1rem}}.detailsForm #submit{display:none}.detailsForm input[type=text],.detailsForm input[type=number]{width:80px}.detailsForm select{width:100%}.detailsForm__custom_sizes input[type=text],.detailsForm__custom_sizes input[type=number]{width:85px}.detailsForm__custom_sizes input[type=text]:first-of-type,.detailsForm__custom_sizes input[type=number]:first-of-type{margin-right:1rem}input,select{height:32px;color:#fff;font: 12px/21px Inter;letter-spacing:0px;color:#b5b8c8;background-color:#262730;border:1px solid #4c4d56;border-radius:2px;outline:none;padding:0 .5rem}.show-form-wrapper{display:none}@media (max-width: 560px){.show-form-wrapper{display:block;height:100%}}.show-form{display:none;position:sticky;top:40%;background-color:#5286f7;border:none;border-radius:8px 0 0 8px;z-index:99;cursor:pointer}.show-form svg{stroke:#fff}.show-form:hover svg{stroke:#fff}@media (max-width: 560px){.show-form{display:flex;justify-content:center;align-items:center}}.box-loading-wrapper{position:fixed;top:0;left:0;bottom:0;right:0;background-color:#1a1b21cc;display:none}.box-loading-wrapper--show{display:block}.box-loading{width:40px;height:40px;border-radius:50%;position:fixed;top:50%;left:50%;transform:translate(-50%);border:7px solid black;border-right:7px solid #0d1a3d;animation:spin 1s linear infinite}.progress-bar{width:50%;position:fixed;top:60%;left:50%;transform:translate(-50%);color:#000!important;background-color:#f1f1f1!important}.progress-bar .w3-green,.progress-bar .w3-hover-green:hover{color:#fff!important;background-color:#4caf50!important}.progress-bar .w3-center{text-align:center!important}.progress-bar .w3-container,.progress-bar .w3-panel{padding:.01em 16px}#sentInfo{width:60%;position:fixed;top:65%;left:50%;transform:translate(-50%);color:#000!important;background-color:#4caf50!important;padding:10px;text-align:center}@keyframes spin{to{transform:translate(-50%) rotate(360deg)}}.custom-file{padding-top:5px;min-width:0}
