*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,button,html,main{font-family:Montserrat,sans-serif}body{font-size:16px}button{user-select:none}a{text-decoration:none}a:hover{cursor:pointer}button,input,select,textarea{font-family:inherit}select{-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url(https://fbcd.co/images/icons/down-arrow-black.svg);background-position:calc(100% - 20px) 50%;background-repeat:no-repeat;background-size:10px auto;line-height:normal}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;height:1em;overflow:hidden;width:1em}.rights{color:var(--fg-sec);font-size:12px;font-weight:400;line-height:16.8px}@keyframes left-to-right{0%{transform:translateX(0)}50%{transform:translateX(3px)}to{transform:translateX(0)}}.wobble{animation:wobble 1s 1 both}@keyframes wobble{0%,to{transform:translateX(0);transform-origin:50% 50%}15%{transform:translateX(-30px) rotate(-6deg)}30%{transform:translateX(15px) rotate(6deg)}45%{transform:translateX(-15px) rotate(-3.6deg)}60%{transform:translateX(9px) rotate(2.4deg)}75%{transform:translateX(-6px) rotate(-1.2deg)}}@keyframes rotate-360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.circle-pulse{height:20px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:20px}.circle-pulse--cyan:after,.circle-pulse--cyan:before{background-color:#25d8e4!important}.circle-pulse:before{animation:circle-pulse 1.25s cubic-bezier(.215,.61,.355,1) infinite;border-radius:45px;box-sizing:border-box;height:250%;margin-left:-75%;margin-top:-75%;position:relative;width:250%}.circle-pulse:after,.circle-pulse:before{background-color:#094731;content:"";display:block}.circle-pulse:after{animation:circle-pulse-scale 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;border-radius:50px;height:100%;left:0;position:absolute;top:0;width:100%}@keyframes circle-pulse{0%{transform:scale(.33)}80%,to{opacity:0}}@keyframes circle-pulse-scale{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.notification-container{display:flex;flex-direction:column;gap:1rem;margin-left:20px;position:fixed;right:20px;top:20px;z-index:9999}.notification{align-items:center;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#fff;cursor:pointer;display:flex;justify-content:space-between;max-width:400px;min-width:280px;padding:1rem 1.5rem;transform:translateX(120%);transition:transform .3s ease-in-out}.notification--show{transform:translateX(0)}.notification__message{margin-right:10px}.notification__close{font-size:1.25rem;font-weight:700;opacity:.7}.notification__close:hover{opacity:1}.notification--success{background-color:#67cb1d}.notification--danger{background-color:#fd4343}.notification--warning{background-color:#ff7600}.notification--info{background-color:#2196f3}.breadcrumb{font-size:1rem;margin-bottom:1rem}.breadcrumb a{color:#25d8e4;text-decoration:none}.breadcrumb .separator{color:#666;margin:0 .5rem}.added{background-color:#1bc56b!important;color:#fff!important}.added:hover{background-color:#159853!important}.heading{margin:2rem 1rem 8rem;text-align:center}@media(max-width:767px){.heading{margin:2rem 1rem 4rem}}.heading h1{font-size:3rem;font-weight:700;margin-bottom:1rem}@media(max-width:767px){.heading h1{font-size:2rem}}@media(max-width:575px){.heading h1{font-size:1.5rem}}.heading p{font-size:1.5rem;line-height:26px;margin-bottom:1rem}@media(max-width:767px){.heading p{font-size:1rem}}.bundles{margin-bottom:4rem}.bundles__title{margin-bottom:2rem;text-align:center}.bundles--grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:1199px){.bundles--grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.bundles--grid{grid-template-columns:repeat(1,1fr)}}.bundles--grid>div{margin:auto;max-width:446px;min-width:320px;width:100%}.bundles--grid.small{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.bundles--grid.small>div{margin:0}.bundles__no-results{font-size:1.25rem;margin:5rem auto 10rem;text-align:center}.video-section{border-radius:10px;margin:10rem auto 4rem;max-width:60%;overflow:hidden}@media(max-width:767px){.video-section{margin:5rem auto 2rem}}@media(max-width:575px){.video-section{margin:2rem auto}}.video-section__title{margin-bottom:2rem;text-align:center}.video-section__wrap{border-radius:10px;overflow:hidden;padding:56.25% 0 0;position:relative}.video-section__overlay{align-items:center;background-color:rgba(0,0,0,.53);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:2}.video-section__overlay:hover{cursor:pointer}.video-section__overlay-button{align-items:center;background-color:hsla(0,0%,100%,.4);border:none;border-radius:9999px;color:#fff;display:flex;height:72px;justify-content:center;transition:transform .3s ease;width:72px}.video-section video{border-radius:10px}.faq__title{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.faq__accordion{border-top:1px solid #e0e0e0;margin-top:2rem}.faq__item{border-bottom:1px solid #e0e0e0}.faq__item--active .faq__question-icon{transform:rotate(90deg)}.faq__item--active .faq__answer{max-height:300px;padding:0 1rem 1.5rem;transition:max-height .5s ease-in,padding .5s ease-in}.faq__question{align-items:center;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:1.5rem 1rem;transition:background-color .3s ease}.faq__question:hover{background-color:#f9f9f9}.faq__question-text{flex:1}.faq__question-icon{transition:transform .3s ease}.faq__answer{max-height:0;overflow:hidden;padding:0 1rem;transition:max-height .3s ease-out,padding .3s ease-out}.faq__answer-text{color:#555;margin:0}.payment-options{margin-bottom:4rem}.payment-options__title{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}@media(max-width:767px){.payment-options__title{font-size:1.5rem}}.payment-options__subtitle{color:#64748b;font-size:1.25rem;line-height:1.5;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}@media(max-width:767px){.payment-options__subtitle{font-size:1.125rem}}.klarna-banner{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 2px 10px rgba(0,0,0,.05);margin:1.5rem 0;padding:1.5rem;position:relative}.klarna-banner__content{align-items:center;display:grid;gap:1.5rem;grid-template-columns:1fr auto}@media(max-width:767px){.klarna-banner__content{gap:1rem;grid-template-columns:1fr;text-align:center}}.klarna-banner__left{color:#1a202c}@media(max-width:767px){.klarna-banner__left{order:2}}.klarna-banner__right{text-align:center}@media(max-width:767px){.klarna-banner__right{order:1}}.klarna-banner__title{color:#1a202c;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}@media(max-width:767px){.klarna-banner__title{font-size:1.125rem}}.klarna-banner__subtitle{color:#64748b;font-size:1rem;line-height:1.4;margin-bottom:.75rem}@media(max-width:767px){.klarna-banner__subtitle{font-size:.875rem}}.klarna-banner__disclaimer{color:#718096;font-size:.875rem;font-style:italic;line-height:1.3;margin-bottom:.75rem}.klarna-banner__features{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:575px){.klarna-banner__features{flex-direction:column;gap:.5rem}}.klarna-banner__feature{align-items:center;color:#4a5568;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.klarna-banner__feature i{color:#1bc56b;font-size:1rem}.klarna-banner__logo{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 5px rgba(0,0,0,.05);display:inline-block;padding:.75rem}.klarna-banner__logo span{color:#8b8b8b;display:block;font-size:.75rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.klarna-banner__logo img{height:auto;width:60px}.filter-search-section,.filter-section{flex-direction:column;flex-wrap:wrap;margin-bottom:1rem}.filter-search-section,.filter-section,.search{align-items:center;display:flex;gap:1rem;justify-content:space-between}.search{border-radius:.5rem;margin-bottom:4rem}@media(max-width:767px){.search{flex-direction:column}}.search__bar{display:flex;flex:1;max-width:800px;width:100%}.search__bar input{border:2px solid #26d8e4;border-radius:8px 0 0 8px;border-right:none;flex:1;font-size:1rem;outline:none;padding:1rem;transition:border-color .3s ease}.search__bar input:focus{border-color:#0077b6}.search__bar-btn{background:#26d8e4;border:2px solid #26d8e4;border-left:none;border-radius:0 8px 8px 0;color:#fff;cursor:pointer;padding:.75rem 1.25rem;transition:background-color .3s ease}.search__bar-btn:hover{background:#0096b4}.search__filter{align-items:center;display:flex;gap:1rem}@media(max-width:575px){.search__filter{width:100%}}.search__filter-btn{gap:.5rem}@media(max-width:575px){.search__filter-btn{width:100%}}.filter{align-items:center;display:flex;gap:1rem}.filter__switch{background:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.08);border-radius:.5rem;box-shadow:inset 0 2px 4px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.05);padding:.5rem}.filter__each,.filter__switch{align-items:center;display:flex;gap:.5rem}.filter__each{background:transparent;border:1px solid transparent;border-radius:.5rem;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;overflow:hidden;padding:.75rem 1rem;position:relative}@media(max-width:419px){.filter__each{padding:.5rem .75rem}}.filter__each:hover{color:#25d8e4}.filter__each:hover .filter__each-icon{background:#25d8e4;color:#fff}.filter__each:hover .filter__each-icon i{display:block}.filter__each.active .filter__each-icon{background:#25d8e4;color:#fff}.filter__each.active .filter__each-icon i{display:block}.filter__each.active p{color:#25d8e4;font-weight:600}.filter__each p{margin:0;position:relative;z-index:1}.filter__each-icon{align-items:center;background:rgba(100,116,139,.1);border-radius:50px;color:#64748b;display:flex;height:20px;justify-content:center;position:relative;width:20px;z-index:1}.filter__each-icon i{display:none;font-size:.875rem;font-weight:700;transition:all .3s ease}.quality{margin:8rem 0;text-align:center}@media(max-width:992px){.quality{margin:2rem 0}}.quality__title{margin-bottom:1rem}.quality__desc{color:#666;font-size:1.1rem;line-height:26px;margin:0 auto 3rem;max-width:600px}.quality__grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);text-align:left}@media(max-width:768px){.quality__grid{grid-template-columns:1fr}}.quality__item{align-items:flex-start;background-color:#fff;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.05);padding:2rem;transition:transform .3s ease}.quality__item:hover{transform:translateY(-5px)}.quality__item h3{color:#26d8e4;font-size:1.4rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem;position:relative}.quality__item h3:after{background-color:#26d8e4;bottom:0;content:"";height:3px;left:0;position:absolute;width:40px}.quality__item p{color:#555;font-size:1rem;line-height:1.6;margin:0}.how-to{background:#eafaff;border-radius:18px;margin:8rem 0 12rem;text-align:center}@media(max-width:992px){.how-to{margin:2rem 0}}.how-to__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.how-to__desc{color:#555;font-size:1.1rem;margin-bottom:5rem}.how-to__steps{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}@media(max-width:971px){.how-to__steps{align-items:center;flex-direction:column;gap:1.5rem}}.how-to__step{align-items:center;background:#fff;border-radius:18px;box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;flex:1 1 260px;flex-direction:column;margin-bottom:1.5rem;padding:2rem 1.5rem 3.5rem;position:relative}@media(max-width:971px){.how-to__step{margin-bottom:7.5rem;max-width:400px;width:100%}}.how-to__step-circle{align-items:center;background:#111;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.08);color:#fff;display:flex;font-size:1.3rem;font-weight:500;height:65px;justify-content:center;left:50%;position:absolute;top:-28px;transform:translateX(-50%);width:65px;z-index:2}.how-to__step-title{color:#26d8e4;font-size:1.4rem;font-weight:600;margin-bottom:.5rem;margin-top:1.75rem}.how-to__step-desc{color:#444;font-size:.75rem;line-height:1.2rem;margin-bottom:1.2rem}.how-to__step-img{border-radius:10px;bottom:-65px;box-shadow:0 2px 8px rgba(0,0,0,.06);height:130px;position:absolute;width:130px}