.switch-country{border:2px solid var(--gray-color);border-radius:20px;width:205px;height:max-content}.country-list{height:0;overflow:hidden;transition:height .3s,opacity .15s;opacity:0}.country-list__item,.switch-country__item{padding:10px 25px 10px 20px;display:flex;grid-gap:4px;align-items:center;cursor:pointer;background-color:var(--white-color)}.country-list__item{color:var(--gray-color);text-decoration:none}.country-list__item:last-child{border-bottom-left-radius:20px;border-bottom-right-radius:20px}.switch-country__current{border-radius:20px;transition:border-radius 0s}.country-list__item:hover{background-color:var(--gray-color-100)}.switch-icon{margin-left:auto;display:flex}.switch-icon__close .caret{fill:var(--gray-color)}.switch-icon__open{display:none}.switch-country-active .country-list{height:max-content;opacity:1}.switch-country-active .switch-country__current{border-bottom-left-radius:0;border-bottom-right-radius:0}.switch-country-active .switch-icon__open{display:flex}.switch-country-active .switch-icon__close,.nav-drawer{display:none}@media (max-width: 1400px){.nav-drawer{padding:32px 20px;width:100vw;min-height:100vh;height:100%;overflow-y:scroll;background-color:var(--white-color);top:0;left:0;position:fixed;z-index:26;transition:transform .3s;transform:translate(-100%);display:block;opacity:0}.nav-drawer-ready{opacity:1}.nav-drawer-active{transform:translate(0)}.drawer-close{position:absolute;right:25px;width:14px;height:14px;cursor:pointer;z-index:15}.drawer-switch{margin-bottom:33px;position:relative;height:42px}.drawer-switch__switch{position:absolute;z-index:15}.drawer-nav__link--wording{font-weight:700;font-size:24px;line-height:28.8px;color:var(--gray-color);display:flex;grid-gap:15px;align-items:center}.drawer-nav-drop{display:grid;grid-template-columns:repeat(2,205px);grid-gap:8px;margin-top:17.5px;margin-bottom:33.5px}.drawer-nav-drop__item{width:max-content;position:relative;cursor:pointer}.drawer-nav-drop__item--wording{position:absolute;top:12px;left:12px;font-weight:700;width:112px;font-size:14px;line-height:18px}.drawer-nav-drop__item img{border-radius:10px}.drawer-nav__link{display:flex;grid-gap:15px;font-weight:700;font-size:24px;line-height:28.8px;align-items:center}.drawer-nav__link:not(:last-child){margin-bottom:23px}.drawer-nav__link--nested{display:block}}@media (max-width: 600px){.drawer-nav-drop{grid-template-columns:repeat(2,136px)}.drawer-nav-drop__item img{width:136px;height:auto}}.component-video{width:100vw;height:100vh;background-color:var(--black-color-700);position:fixed;z-index:20;top:0}.component-video__video,.component-video__iframe{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:80vw;height:calc(80vw / 1.77);max-height:614px;max-width:1000px}.component-video-close{position:absolute;bottom:50px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;grid-gap:18px;align-items:center;cursor:pointer}.component-video-close:hover .component-video-close__icon{transform:translateY(-2px)}.component-video-close__icon{transition:transform .2s;background-color:var(--white-color);padding:5px;width:48px;height:48px;border-radius:50%;position:relative}.component-video-close__icon:after,.component-video-close__icon:before{content:"";position:absolute;top:50%;left:50%;width:30px;height:3px;background-color:var(--gray-color);transform:translate(-50%,-50%) rotate(45deg)}.component-video-close__icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.component-video-close__wording{color:var(--white-color);font-weight:500}.component-product-item{width:100%;display:block;grid-template-rows:max-content max-content max-content}.component-product-item .item-content{cursor:pointer}.component-product-item .item__cover{border-radius:20px;width:100%;height:auto}@media (max-width: 1000px){.component-product-item .item__cover{width:350px;height:350px;margin:0 auto;display:flex}}.component-product-item .item__title{margin:16px 0 4px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;height:62px}.component-product-item .item__subtitle{color:var(--gray-color-500);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;height:81px}.component-product-item .item-bottom{display:flex;align-items:center;margin-top:8px}.component-product-item .item-bottom__compare{color:var(--gray-color-500);text-decoration:line-through;margin-left:7px}.component-product-item .item-bottom__button{margin-left:auto;display:flex;grid-gap:8px;align-items:center}@media (max-width: 800px){.component-product-item .item__title{height:58px}}.component-kv{width:100%;position:relative;max-height:440px}.component-kv__cover{object-fit:cover;width:100%;max-width:1440px;height:auto;display:block;min-height:440px}.component-kv-content{position:absolute;top:50%;padding:0 65px;transform:translateY(-50%);color:var(--white-color);width:100%;display:grid;grid-template-columns:1fr 160px;grid-template-rows:max-content 1fr;grid-gap:16px}.component-kv-app-badge{display:flex;flex-direction:column;grid-gap:12px;grid-row:1 / -1;grid-column:2 / 3}.component-kv-content__title{grid-column:1 / 2}.component-kv-content__subtitle{grid-row:2 / 3;grid-column:1 / 2}@media (max-width: 800px){.component-kv{-webkit-clip-path:ellipse(100% 60% at 45% 40%);max-height:45vh}.component-product-item .item__subtitle{height:71px}.component-kv-content{top:50%;padding:0 20px;grid-template-rows:repeat(3,max-content);grid-template-columns:1fr}.component-kv-content__title{grid-column:1 / -1}.component-kv-app-badge{grid-row:3 / 4;grid-column:1/ -1;width:max-content;flex-direction:row;grid-gap:4px;align-items:center}.component-kv-app-badge__img{width:105px;height:35px}}@media (max-width: 600px){.component-kv{height:45vh;min-height:440px}}.component-accessory{position:relative;cursor:pointer;display:block}.component-accessory__cover{border-radius:10px;width:100%}.component-accessory-content{position:absolute;top:10px;left:10px;width:calc(100% - 20px)}.component-accessory-content__price{color:var(--gray-color-700)}.component-accessory-content__button{position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px var(--gray-color-100);z-index:1}.product-notice__item{border-top:1px solid var(--gray-color-300);padding:16px 10px 16px 0;display:grid;grid-template-columns:1fr max-content;align-items:center}.product-notice-collapse{position:relative;cursor:pointer;width:15px;height:15px}.product-notice-collapse:after,.product-notice-collapse:before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--gray-color);width:15px;height:3px;transition:all .2s}.product-notice-collapse:after{transform:translate(-50%,-50%) rotate(90deg)}.product-notice-row{font-size:14px;line-height:19.6px}.product-notice__item--wording{grid-gap:4px;display:flex;align-items:center;cursor:pointer}.product-notice__item--link svg{width:15px;height:15px;transform:rotate(-45deg)}.product-notice__item--wording{cursor:pointer}.product-notice-row{height:0;visibility:hidden;transition:height .2s,visibility 0s;display:none}.product-notice-row__img{max-width:100%;height:auto;width:auto;max-height:30px}.product-notice__item--active .product-notice-row{margin-top:20px;visibility:visible;height:max-content;color:var(--gray-color-500);display:block}.product-notice__item--active .product-notice-collapse:after{opacity:0}@media (max-width: 800px){.product-notice__item{padding:12px 4px 12px 0}}@media (max-width: 600px){.product-notice-row{max-width:calc(100vw - 40px)}}.component-product-promise{display:flex;justify-content:space-between;margin-top:30px;align-items:center;width:100%}.component-product-promise__item{padding:0 30px;display:flex;grid-gap:15px;align-items:center;color:var(--gray-color-500)}.component-line-border{width:1px;height:40px;background-color:var(--gray-color-100)}@media (max-width: 1200px){.component-product-promise{width:100%;justify-content:space-around}.component-product-promise__item{padding:unset;flex-direction:column}}@media (max-width: 800px){.component-product-promise{padding-left:20px;padding-right:20px;display:grid;grid-gap:8px;grid-template-columns:1fr max-content 1fr max-content 1fr;text-align:center;margin-bottom:0;margin-top:0;align-items:baseline}.component-line-border{height:100%}}.component-faq__title{text-align:center}.component-faq-list{display:flex;flex-direction:column;grid-gap:16px;margin:32px auto;width:60%}.component-faq-toggle{display:flex;justify-content:space-between;cursor:pointer;align-items:center}.component-faq-toggle__collapse{position:relative;width:15px;height:15px}.component-faq-toggle__title{font-size:20px;font-weight:500;line-height:30px}.component-faq-toggle__collapse:after,.component-faq-toggle__collapse:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15px;height:3px;border-radius:10px;background-color:var(--gray-color)}.component-faq-toggle__collapse:after{transform:translate(-50%,-50%) rotate(-90deg)}.component-faq-active .component-faq-toggle__collapse:after{opacity:0}.component-faq-content{height:0;visibility:hidden;transition:margin 0s,height .2s,visibility 0s}.component-faq__item{padding:16px;background-color:var(--gray-color-100);border-radius:10px;overflow:hidden}.component-faq-content__link{margin:8px auto 0;display:block;width:max-content}.component-faq-active{background-color:var(--primary-color-700)}.component-faq-active .component-faq-content{margin-top:24px;visibility:visible}.component-faq__link{margin:0 auto;display:block;width:max-content}@media (max-width: 1000px){.component-faq-list{width:100%}}@media (max-width: 800px){.component-faq-toggle__title{font-size:18px;line-height:21.6px}}.component-toggle{display:grid;justify-content:center;margin:32px auto;border-radius:50px;padding:8px;background:var(--gray-color-100);width:max-content;grid-gap:20px;grid-template-columns:repeat(2,1fr);justify-items:center;min-height:56px;height:max-content;align-items:center;position:relative;min-width:395px}.component-toggle__option{border-radius:50px;width:100%;text-align:center;cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center}.component-toggle__option--1{padding:8px}.component-toggle__option--2{padding:8px 20px}.component-toggle--active{background:var(--primary-color-700)}@media (max-width: 800px){.component-toggle{width:calc(100vw - 40px);min-width:unset}.component-toggle__option--2{padding:8px 10px}}.component-product-specs{padding:0 20px;display:flex;grid-gap:48px}.component-product-specs img{width:max-content;margin:0 auto;display:block}.component-product-specs__cover{max-width:600px;display:block;margin:0 auto}.component-product-specs picture{flex:1}.component-product-specs-content{display:flex;flex-direction:column;grid-gap:16px;flex:1}.component-product-specs__item{background-color:var(--gray-color-100);border-radius:10px;padding:20px 32px;display:grid;grid-template-columns:1fr 15px}.component-product-specs__item--title{cursor:pointer}.component-product-specs__item--toggle{position:relative;cursor:pointer}.component-product-specs__item--toggle:after,.component-product-specs__item--toggle:before{content:"";position:absolute;top:50%;left:50%;width:15px;height:2px;background-color:var(--gray-color);transform:translate(-50%,-50%);opacity:1;transition:all .2s}.component-product-specs__item--toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.component-product-specs__item--description{height:0;overflow:hidden;margin-top:0;opacity:0;transition:all .3s ease-out}img.component-product-specs__item--img{object-fit:cover;width:100%;height:auto}.component-product-specs__item--active .component-product-specs__item--description{opacity:1}.component-product-specs__item--active .component-product-specs__item--toggle:after{opacity:0}.component-all-feature{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;padding:0 170px}.component-all-feature-card{border-radius:10px;background-color:var(--gray-color-100);padding:20px;display:grid;grid-template-columns:32px 1fr;grid-template-rows:max-content 1fr;grid-column-gap:8px;align-items:center}.component-all-feature-card__icon{align-self:flex-start}.component-all-feature-card-1{grid-column:1 / span 2}.component-all-feature-card-2{grid-column:3 / span 2}.component-all-feature-card-3{grid-column:5 / span 2}.component-all-feature-card-4{grid-column:1 / span 3}.component-all-feature-card-5{grid-column:4 / span 3}.component-all-feature-card-6{grid-column:1 / span 2}.component-all-feature-card__description{grid-column:1/ -1;list-style:disc;padding-left:20px;align-self:flex-start;margin-top:20px}.component-all-feature-card__toggle{display:none}.component-all-feature__note{margin-top:16px;color:var(--gray-color-500);grid-column:1 / -1}@media (max-width: 1200px){.component-all-feature{padding:0}}@media (max-width: 1000px){.component-product-specs{padding:0;flex-direction:column}}@media (max-width: 800px){.component-all-feature{grid-template-columns:1fr}.component-product-specs img{width:80%}.component-product-specs__cover{width:80%;height:auto}.component-all-feature-card__description{height:0;margin-top:0;overflow:hidden;transition:margin-top 0s,height .2s}.component-all-feature-card__icon{width:24px;height:24px}.component-all-feature-card{padding:16px 24px;grid-template-columns:32px 1fr 15px;cursor:pointer;grid-column:1 / -1}.component-all-feature-card__toggle{position:relative;display:block}.component-all-feature-card__toggle:after,.component-all-feature-card__toggle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15px;height:3px;background-color:var(--gray-color);border-radius:20px;transition:all .2s}.component-all-feature-card__toggle:after{transform:translate(-50%,-50%) rotate(90deg);opacity:1}.component-all-feature__note{margin-top:12px}.component-all-feature-card-active{background-color:var(--primary-color-700)}.component-all-feature-card-active .component-all-feature-card__description{height:max-content;margin-top:20px}.component-all-feature-card-active .component-all-feature-card__toggle:after{opacity:0}}@media (max-width: 600px){.component-product-specs img{width:100%}}.component-product-info{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:48px;grid-row-gap:16px;padding-right:64px}.component-product-info-cover{max-width:712px;grid-row:1 / 6;width:100%;height:max-content!important;position:sticky!important;top:64px}.component-product-info-slide__img{object-fit:cover;width:100%;height:100%}.component-product-info-navigation{position:absolute;z-index:1;right:32px;top:32px;display:flex;grid-gap:16px}.component-product-info-navigation__button{width:40px;height:40px}.component-product-info-navigation__button--prev{transform:rotate(-180deg)}.component-product-info-pagination{position:absolute;z-index:10;bottom:102px!important;left:50%!important;transform:translate(-50%);text-align:center;width:max-content!important;background-color:#f4f5f6;border-radius:50px;padding:5px;display:flex;align-items:center}.component-product-info-promise-desktop{display:block}.component-product-info-promise-mobile{display:none}.component-product-info-content{display:grid;grid-gap:8px;padding-top:32px;grid-template-rows:repeat(3,max-content);grid-template-columns:1fr 70px;grid-row:1 / 2}.component-product-info__item{grid-column:2/3}.component-product-info-content__title{height:76px;min-height:76px;height:max-content}.component-product-info-content-price{display:flex;grid-gap:15px;grid-column:1 / 2;grid-row:2 / 3;height:max-content;align-items:center}.component-product-info-content-price__price{color:var(--primary-color)}.component-product-info-content-price__compare{text-decoration:line-through;color:var(--gray-color-500)}.component-product-info__description{color:var(--gray-color-500);grid-row:4 / 5;grid-column:1 / -1}.component-product-info__badge{grid-column:2 / 3;grid-row:1 / 3}.component-product-info-included{background-color:#ebebef99;padding:12px 16px;border-radius:10px;height:max-content;color:var(--gray-color-700);grid-row:2 / 3}.component-product-info-buy{display:flex;flex-direction:column;grid-gap:15px;justify-content:center;grid-row:3/ 4;margin:16px 0}.component-product-info-notice{grid-row:4 / 5}.component-product-info-buy__button{height:50px}.component-product-info-buy__message{font-size:14px;color:#24ceb9}.component-product-info-buy__button--amz{border:2px solid var(--primary-color);color:var(--primary-color)}@media (max-width: 1200px){.component-product-info{padding-right:32px}}@media (max-width: 800px){.component-product-info{grid-template-columns:1fr;padding:0 20px}.component-product-info-cover{width:100vw;max-width:100vw;margin:0 -20px!important;grid-row:1 / 2;position:relative!important;top:0}.component-product-info__item{grid-column:1 / 2}.component-product-info-content{grid-row:2 / 3;padding-top:16px}.component-product-info__badge{object-fit:cover;border-radius:5px;width:70px;height:auto}.component-product-info-included{width:100%;grid-row:3/ 4;padding:8px 12px}.component-product-info-buy{grid-row:4 / 5;margin:0}.component-product-info-promise-desktop{display:none}.component-product-info-promise-mobile{display:block;grid-row:5 / 6}.component-product-info-notice{grid-row:6 / 7}.component-product-info-content__title{height:max-content}.component-product-info-pagination{bottom:32px!important}}.component-count{display:grid;background-color:var(--gray-color-100);grid-template-columns:repeat(3,max-content);grid-gap:10px;width:max-content;border-radius:20px;align-items:center}.component-count__button{border-radius:50px;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.component-count__button svg{width:12px;height:12px}.component-count__num{font-size:16px;line-height:18.4px;font-family:var(--font-heading-family);font-weight:600}.component-card-section__video{grid-column:2 / span 5;width:100%}.component-card-section__video--mobile{display:none}.component-card-wording{padding-left:24px;grid-column:7 / span 5;align-self:center}.component-card-wording__other--mobile{display:none}.component-card-wording__title{margin-bottom:16px;word-break:break-word}.component-card-section__img{grid-column:2 / span 5;width:100%;object-fit:cover;border-radius:20px;height:auto}.component-card-section-desktop-reverse .component-card-section__video,.component-card-section-desktop-reverse .component-card-section__img{grid-column:7 / span 5}.component-card-section__img--mobile{display:none}.component-card-section-desktop-reverse .component-card-wording{grid-column:2 / span 5;grid-row:1/ 2;padding-left:0;padding-right:24px}@media (max-width: 1000px){.component-card-section__video,.component-card-section__img{grid-column:1 / span 6}.component-card-wording,.component-card-section-reverse .component-card-section__video,.component-card-section-reverse .component-card-section__img{grid-column:7 / span 6}.component-card-section-reverse .component-card-wording{grid-column:1 / span 6}}@media (max-width: 800px){.component-card-section{display:flex;flex-direction:column;grid-gap:32px}.component-card-wording,.component-card-section-desktop-reverse .component-card-wording{padding:0}.component-card-wording__other--desktop{display:none}.component-card-wording__other--mobile{display:block}.component-card-section-mobile-reverse{flex-direction:column-reverse}.component-card-wording{width:100%}}@media (max-width: 600px){.component-card-video{width:100vw;margin:0 -20px;height:calc(100vw * 1.1)}.component-card-section__video--desktop,.component-card-section__img--desktop{display:none}.component-card-section-mobile-stretch .component-card-section__video--mobile,.component-card-section-mobile-stretch .component-card-section__img{margin:0 -20px;width:100vw;border-radius:0}.component-card-section__video--mobile,.component-card-section__img--mobile{display:block}}.component-feature-kv{position:relative}.component-feature-kv__cover{position:relative;width:100%;height:auto}.component-feature-kv-content{width:50vw;max-width:540px;position:absolute;top:50%;left:64px;transform:translateY(-50%);color:var(--white-color)}.component-feature-kv-content__img{margin-bottom:12px}.component-feature-kv__scroll{position:absolute;bottom:48px;left:50%;transform:translate(-50%) rotate(180deg);animation-name:scroll_bar;animation-delay:2s;animation-duration:4s;animation-iteration-count:infinite;cursor:pointer}@keyframes scroll_bar{0%{transform:translate(-50%) rotate(180deg)}20%{transform:translate(-50%,-10px) rotate(180deg)}25%{transform:translate(-50%) rotate(180deg)}30%{transform:translate(-50%,-10px) rotate(180deg)}40%{transform:translate(-50%) rotate(180deg)}to{transform:translate(-50%) rotate(180deg)}}@media (max-width: 600px){.component-feature-kv__cover{width:100vw;height:auto;max-height:calc(100vh - 64px);object-fit:cover}.component-feature-kv-content{width:calc(100vw - 40px);max-width:unset;left:20px}}.setup-switch{background-color:var(--gray-color-100);border-radius:50px;display:grid;align-items:center;width:max-content;justify-content:center;margin:32px auto;padding:8px;grid-gap:8px;grid-template-columns:repeat(2,1fr);text-align:center;max-width:calc(100vw - 40px)}.setup-switch__item{padding:8px 20px;cursor:pointer;display:flex;align-items:center;justify-content:center;height:100%}.setup-switch__item--active{background-color:var(--primary-color-700);border-radius:50px}.setup-cover{width:75%;margin:0 auto}.dynamic-section{border-radius:20px;padding:16px;background-color:var(--gray-color-100)}.setup-cover__img{width:100%;height:auto;border-radius:20px;object-fit:cover}.setup-image-list{display:grid;grid-template-columns:1fr 2fr 1fr;grid-gap:16px;height:500px}.setup-image-list__wording{position:absolute;left:50%;transform:translate(-50%);bottom:16px;color:var(--white-color)}.component-feature-outside{margin:0 auto}.component-feature-item{display:flex;grid-gap:48px;align-items:center;justify-content:center;margin:96px 0 0}.component-feature-item:first-child{margin-top:0}.component-feature-item-2{flex-direction:row-reverse}.component-feature-item-wording{width:400px}.component-feature-item-wording__title{margin-bottom:16px}.component-feature-item-wording__description{color:var(--gray-color-500)}.component-feature-item__media{object-fit:cover;border-radius:20px;width:650px;height:520px}@media (max-width: 1000px){.component-feature-item__media{width:60%;height:auto}}@media (max-width: 800px){.component-feature{padding:0}.component-feature-item{flex-direction:column;grid-gap:40px}.component-feature-item-wording{width:100%;padding-left:20px;padding-right:20px}.component-feature-item__media{width:100%;border-radius:0}}.component-setup-single{display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:16px;text-align:center}.component-setup-single__title{grid-column:1 / -1}.component-setup-single__description{grid-column:1 / -1;margin:16px 0 32px;color:var(--gray-color-500)}.component-setup-single__cover{border-radius:20px;grid-column:2 / span 10}.component-setup-single__cover img{width:100%;height:auto}.component-setup-single__button{grid-column:1 / -1;justify-items:center;justify-self:center;margin-top:40px}.component-setup-single__button svg path{fill:var(--gray-color)}@media (max-width: 800px){.component-setup-single{grid-template-columns:repeat(8,1fr)}.component-setup-single__cover{grid-column:1 / -1}}.component-collection-section{color:var(--primary-color);padding:0 64px}.component-collection-section__subtitle{color:var(--gray-color-500)}.component-collection-product-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px;flex-wrap:wrap;justify-content:center}@media (max-width: 1400px){.component-collection-product-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 800px){.component-collection-section{padding:0 40px}.component-collection-product-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.component-collection-section{padding:0 20px;margin:16px 0}.component-collection-section__title{margin-bottom:16px}.component-collection-product-list{grid-template-columns:1fr}}.comparison{position:relative}.static-comparison{position:static}.comparison-video{grid-column:2 / 12;margin:32px auto;height:440px}.comparison-video__item--desktop{height:inherit}.comparison-video__item--mobile{display:none}.comparison-table{grid-column:2/ 12;padding:32px 0 0;margin-bottom:48px}.comparison__title--table{margin:48px 0}.comparison-note{margin-top:28px}.comparison-note p{font-size:14px;line-height:19.6px;font-weight:400}@media (max-width: 1200px){.comparison-video{grid-column:1/ -1}}@media (max-width: 800px){.comparison{padding:0 20px}.comparison-video{grid-column:1 / -1;height:300px}.comparison-table-td__title{font-size:12px;line-height:16.8px}.comparison-video__item--desktop{display:none}.comparison-video__item--mobile{display:inline-block;height:100%;max-width:100%}.comparison-table{grid-column:1 / -1}.comparison-note{margin-top:20px}.comparison-note p{font-size:12px;line-height:16.8px}}@media (max-width: 600px){.comparison-table{padding:0}.comparison-video{grid-column:1 / -1;height:auto}}.component-comparison-head{position:sticky;top:64px;background:var(--white-color)}.component-comparison-head__title{align-items:center;font-weight:500;grid-gap:4px;color:var(--gray-color-700);display:flex;flex-direction:column;grid-gap:16px;padding:24px 20px}.component-comparison-head__title--primary{color:var(--primary-color);width:100%;border-top-left-radius:20px;border-top-right-radius:20px}.component-comparison-head__title--primary svg path{fill:var(--primary-color)}.component-comparison-head__title svg{width:50px;height:50px}.component-comparison-head-tr{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;grid-gap:10px;width:100%;justify-items:center;border-bottom:4px solid var(--primary-color)}.component-comparison-table{width:100%;border-spacing:0px;max-width:1090px;margin:0 auto}.component-comparison-table-tr{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:10px;align-items:center;justify-items:center;border-bottom:1px solid var(--gray-color-100);min-height:140px}.component-comparison-table-td{display:flex;align-items:center;width:100%;text-align:center;justify-content:center;padding:20px;height:100%}.component-comparison-table-tr.last-row .last-cell{border-bottom-left-radius:20px;border-bottom-right-radius:20px}.component-comparison-table-td__img{object-fit:cover}.component-comparison-table-td__title{color:var(--gray-color-700);padding:0;grid-gap:12px}.component-comparison-table-td__wording{color:var(--gray-color-500);word-break:break-word}.component-comparison-dot{width:auto;height:26px}.component-comparison-table--two .component-table{grid-column:3 / 11}.component-comparison-table--two .component-comparison-head-tr,.component-comparison-table--two .component-comparison-table-tr{grid-template-columns:1fr 1.25fr 1fr}@media (max-width: 800px){.component-comparison-head__title{grid-template-columns:1fr;grid-template-rows:32px 1fr;justify-items:center;text-align:center;padding:16px 20px}.component-comparison-head__title svg{width:32px;height:32px}.component-comparison-table-td__title{flex-direction:column}.component-comparison-head-tr,.component-comparison-table-tr{grid-gap:8px}.component-comparison-head-tr{border-bottom:2px solid var(--primary-color)}.component-comparison-table-tr{min-height:100px}.component-comparison-head__title--primary{border-top-left-radius:10px;border-top-right-radius:10px}.component-comparison-table-tr.last-row .last-cell{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.component-comparison-table-td__title{justify-self:center;text-align:center}.component-comparison-head__title--wording{font-size:14px;line-height:110%}.component-comparison-table-td__wording{color:var(--grey-grey-500, #9a9a9a);text-align:center;font-size:12px;font-style:normal;font-weight:600;line-height:120%}.component-comparison-table-td__img{height:32px;width:32px}.component-comparison-table-td__title--wording{font-size:14px;line-height:110%}}.component-service-table{grid-column:3 / span 8;display:flex;flex-direction:column;grid-gap:16px;margin:48px auto 0;width:100%;text-align:center;padding:0 64px 0 16px;max-width:870px}.component-service-row{display:grid;grid-gap:80px;grid-template-columns:310px 1fr 1fr;align-items:center}.component-service-row--first{margin-bottom:8px;position:sticky;top:64px}.component-service-row__main-img{margin:0 auto}.component-service-row__description{color:var(--gray-color-700);text-align:left}.component-service-row__answer--wording{color:var(--gray-color-500)}.component-service-note{padding:0 8px;grid-column:3 / span 8;width:100%;text-align:left;max-width:870px;margin:8px auto 0;color:var(--gray-color-500)}.component-service-description{background-color:var(--gray-color-100);color:var(--gray-color-600);padding:20px;border-radius:10px;margin:32px auto 0;text-align:left;grid-column:3 / span 8;max-width:870px}.component-service-description__wording{overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;height:70px}.component-service-description__wording--more{height:max-content;-webkit-line-clamp:inherit}.component-service-row__answer--wording{padding:12px 20px}.component-service-description__more,.component-service-description__less{width:max-content;margin:10px auto 0}.hide-service-description{display:none}@media (max-width: 1000px){.component-service-table{grid-column:2 / span 10;padding:0;max-width:100%}.component-service-note,.component-service-description{grid-column:2 / span 10;max-width:100%}.component-service-row{grid-template-columns:340px 1fr 1fr;grid-gap:16px}}@media (max-width: 800px){#shopify-section-component-service-table{padding:0 20px}.component-service-table{grid-column:1 / -1;padding-right:16px;grid-gap:8px}.component-service-note{grid-column:1 / -1;margin:0}.component-service-row__description{font-size:12px;line-height:120%;text-align:center}.component-service-description{grid-column:1 / -1;margin-top:20px}.component-service-row{grid-template-columns:140px 1fr 1fr;grid-gap:16px}.component-service-description__wording{height:60px}.component-service-row__answer--wording{padding:0;color:var(--grey-grey-500, #9a9a9a);text-align:center;font-size:12px;font-style:normal;font-weight:600;line-height:120%}.component-service-description__wording--more{height:max-content}.component-service-note annotation{font-size:12px;font-style:normal;font-weight:400;line-height:140%}}@media (max-width: 390px){.component-service-table{padding-right:0}.component-service-row{grid-template-columns:repeat(3,33%);grid-gap:8px}}
/*# sourceMappingURL=/cdn/shop/t/168/assets/component-style.css.map */
