.fylo-icon{display:inline-block;flex:0 0 auto;background-color:currentColor;-webkit-mask-image:var(--fylo-icon-url);mask-image:var(--fylo-icon-url);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.fylo-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;padding:9px 18px;border-radius:300px;background-color:var(--COLOR-BG);color:var(--COLOR-TEXT);box-shadow:0 2px 6px #0000000a,0 2px 2px #00000005;letter-spacing:.08em;text-transform:uppercase;line-height:1}.fylo-eyebrow svg,.fylo-eyebrow .fylo-icon{width:18px;height:18px;flex:0 0 auto;color:var(--COLOR-ACCENT)}.fylo-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px}.fylo-head__group{display:flex;align-items:center;gap:16px;min-width:0}.fylo-head__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;color:var(--COLOR-ACCENT)}.fylo-head__icon svg,.fylo-head__icon .fylo-icon{width:var(--fylo-head-icon-size, 40px);height:var(--fylo-head-icon-size, 40px)}.fylo-head__title{margin:0}.fylo-head__text{margin:4px 0 0;color:var(--COLOR-TEXT-LIGHT)}.fylo-head__text>*:last-child{margin-bottom:0}.fylo-head__action{flex:0 0 auto}.fylo-head__action .btn{white-space:nowrap}@media only screen and (max-width:749px){.fylo-head{flex-direction:column;align-items:flex-start;gap:16px}}.fylo-tag{display:inline-block;padding:5px 14px;border-radius:300px;background-color:var(--fylo-tag-bg, var(--COLOR-ACCENT));color:var(--fylo-tag-text, var(--COLOR-BG));letter-spacing:.06em;text-transform:uppercase;line-height:1.3}.fylo-hero{position:relative}.fylo-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:40px}.fylo-hero--media-left .fylo-hero__content{order:2}.fylo-hero__title{margin:0 0 20px}.fylo-hero__title-accent{display:block;color:var(--COLOR-ACCENT)}.fylo-hero__text{max-width:30em;margin-bottom:36px;color:var(--COLOR-TEXT-LIGHT)}.fylo-hero__text>*:last-child{margin-bottom:0}.fylo-hero__buttons{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:36px}.fylo-hero__buttons:last-child{margin-bottom:0}.fylo-hero__badges{display:flex;flex-wrap:wrap;gap:32px}.fylo-hero__badge{display:flex;flex-direction:column;gap:10px;max-width:160px}.fylo-hero__badge-icon{color:var(--COLOR-ACCENT)}.fylo-hero__badge-icon svg,.fylo-hero__badge-icon .fylo-icon{width:var(--fylo-badge-icon-size, 34px);height:var(--fylo-badge-icon-size, 34px)}.fylo-hero__badge-label{line-height:1.4}.fylo-hero__media{position:relative;display:flex;align-items:center;justify-content:center}.fylo-hero__image{position:relative;z-index:1;width:100%}.fylo-hero__image img,.fylo-hero__image svg{display:block;width:100%;height:auto}.fylo-hero__bubble{position:absolute;z-index:2;top:12%;right:0;max-width:200px;margin:0;padding:18px 22px;border-radius:28px;background-color:var(--COLOR-BG);color:var(--COLOR-TEXT);box-shadow:0 6px 20px #0000000f;text-align:center;line-height:1.45}.fylo-hero__bubble>*:last-child{margin-bottom:0}.fylo-hero__bubble:after{content:"";position:absolute;bottom:18px;left:-10px;width:22px;height:22px;border-radius:50% 50% 50% 0;background-color:inherit}.fylo-hero__decor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.fylo-hero__cloud{position:absolute;border-radius:300px;background-color:var(--COLOR-BG);opacity:.55}.fylo-hero__cloud--one{width:34%;padding-bottom:12%;right:-6%;bottom:4%}.fylo-hero__cloud--two{width:22%;padding-bottom:9%;right:22%;bottom:-3%}.fylo-hero__cloud--three{width:16%;padding-bottom:7%;left:4%;bottom:-2%}@media only screen and (max-width:989px){.fylo-hero__badges{gap:24px}.fylo-hero__bubble{max-width:160px;padding:14px 18px}}@media only screen and (max-width:749px){.fylo-hero__inner{grid-template-columns:minmax(0,1fr);gap:32px}.fylo-hero--media-left .fylo-hero__content,.fylo-hero__content{order:1}.fylo-hero--media-left .fylo-hero__media,.fylo-hero__media{order:2}.fylo-hero__media{max-width:420px;margin:0 auto}.fylo-hero__text{margin-bottom:28px}.fylo-hero__badges{justify-content:space-between;gap:20px}.fylo-hero__badge{flex:1 1 90px;max-width:none}}@media only screen and (min-width:750px){.fylo-videos .grid--slider{--slider-columns: var(--COLUMNS-MEDIUM, 3);--item-width: calc( (100vw - var(--scrollbar-width, 0px) - var(--outer) * 2 - var(--gap) * (var(--slider-columns) - 1)) / var(--slider-columns) )}}@media only screen and (min-width:990px){.fylo-videos .grid--slider{--slider-columns: var(--COLUMNS, 4)}}@media only screen and (max-width:749px){.fylo-videos .grid--mobile-slider .grid-item{width:var(--fylo-mobile-item-width, 74%)}}.fylo-video-card{display:block;height:100%;color:inherit;text-decoration:none}.fylo-video-card__media{display:block;position:relative;overflow:hidden;border-radius:var(--fylo-radius, 20px);background-color:var(--COLOR-BG-ACCENT)}.fylo-video-card__media img,.fylo-video-card__media svg{display:block;width:100%;height:auto}.fylo-video-card__media img{height:100%;object-fit:cover;object-position:var(--fylo-focal-x, 50%) var(--fylo-focal-y, 50%)}.fylo-video-card__media .image-wrapper{transition:transform .5s cubic-bezier(.33,0,0,1)}.fylo-video-card__play{position:absolute;top:50%;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:54px;height:54px;margin:-27px 0 0 -27px;padding:0;border:0;border-radius:50%;background-color:rgba(var(--COLOR-BG-RGB),.82);color:var(--COLOR-TEXT);cursor:pointer;transition:background-color .3s ease,transform .3s ease}.fylo-video-card__play svg{width:22px;height:22px;margin-left:2px}.fylo-video-card__play .icon,.fylo-video-card__play .icon path{fill:currentColor}.fylo-video-card__duration{position:absolute;right:10px;bottom:10px;z-index:2;padding:3px 9px;border-radius:6px;background-color:#000000ad;color:#fff;line-height:1.4}.fylo-video-card__content{padding:16px 4px 0}.fylo-video-card__title{margin:0 0 6px}.fylo-video-card__text{margin:0 0 12px;color:var(--COLOR-TEXT-LIGHT)}.fylo-video-card__text>*:last-child{margin-bottom:0}@media(hover:hover){.fylo-video-card:hover .fylo-video-card__play{background-color:var(--COLOR-BG);transform:scale(1.08)}.fylo-video-card:hover .fylo-video-card__media .image-wrapper{transform:scale(1.04)}}.fylo-gallery__panel{padding:var(--fylo-panel-padding, 40px);border-radius:var(--fylo-panel-radius, 28px);background-color:var(--COLOR-BG-ACCENT)}.fylo-gallery__grid{display:grid;grid-template-columns:repeat(var(--COLUMNS, 4),minmax(0,1fr));gap:var(--fylo-gallery-gap, 24px)}.fylo-gallery-card{display:block;color:inherit;text-decoration:none}.fylo-gallery-card__media{overflow:hidden;border-radius:var(--fylo-radius, 20px);background-color:var(--COLOR-BG)}.fylo-gallery-card__media img,.fylo-gallery-card__media svg{display:block;width:100%;height:auto}.fylo-gallery-card__media .image-wrapper{transition:transform .5s cubic-bezier(.33,0,0,1)}.fylo-gallery-card__caption{margin:14px 0 0;text-align:center}@media(hover:hover){.fylo-gallery-card:hover .fylo-gallery-card__media .image-wrapper{transform:scale(1.04)}.fylo-gallery-card:hover .fylo-gallery-card__caption{color:var(--COLOR-ACCENT)}}@media only screen and (max-width:989px){.fylo-gallery__panel{padding:32px}.fylo-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:749px){.fylo-gallery__panel{padding:24px 20px}.fylo-gallery__grid{grid-template-columns:repeat(var(--COLUMNS-MOBILE, 2),minmax(0,1fr));gap:16px}}.fylo-benefits{position:relative}.fylo-benefits__panel{position:relative;padding:var(--fylo-panel-padding, 36px) var(--fylo-panel-padding, 36px);border-radius:var(--fylo-panel-radius, 28px);background-color:var(--COLOR-BG);color:var(--COLOR-TEXT)}.fylo-benefits__title{margin:0 0 24px;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}.fylo-benefits__items{display:grid;grid-template-columns:repeat(var(--COLUMNS, 4),minmax(0,1fr));gap:0}.fylo-benefit{display:flex;align-items:center;gap:14px;padding:4px 28px;border-left:1px solid var(--COLOR-BORDER-LIGHT)}.fylo-benefit:first-child{padding-left:0;border-left:0}.fylo-benefit:last-child{padding-right:0}.fylo-benefit__icon{flex:0 0 auto;color:currentColor}.fylo-benefit__icon svg,.fylo-benefit__icon .fylo-icon{width:var(--fylo-benefit-icon-size, 34px);height:var(--fylo-benefit-icon-size, 34px)}.fylo-benefit__text{line-height:1.4}.fylo-benefits__mascot{position:absolute;right:var(--fylo-mascot-offset-right, 3%);bottom:var(--fylo-mascot-offset-bottom, 0);z-index:2;width:var(--fylo-mascot-width, 150px);pointer-events:none}.fylo-benefits__mascot img,.fylo-benefits__mascot svg{display:block;width:100%;height:auto}.fylo-benefits--has-mascot .fylo-benefits__panel{padding-right:calc(var(--fylo-mascot-width, 150px) + 5%)}@media only screen and (max-width:989px){.fylo-benefits__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 0}.fylo-benefit:nth-child(odd){padding-left:0;border-left:0}}@media only screen and (max-width:749px){.fylo-benefits__panel,.fylo-benefits--has-mascot .fylo-benefits__panel{padding:28px 22px}.fylo-benefits__items{grid-template-columns:minmax(0,1fr);gap:18px}.fylo-benefit{padding:0;border-left:0}.fylo-benefits__mascot{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/fylo-hero.css.map */
