@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.test{min-width:100%;display:flex;justify-content:center;margin-bottom:50px}.test-title{text-align:center}.test-item-container{max-width:500px;display:flex;flex-direction:column;justify-content:center}.slide{visibility:visible;position:absolute;top:5px;right:0;width:0px;height:25px;-webkit-animation:slide 1s forwards;animation:slide 1s forwards}@-webkit-keyframes slide{to{right:175px;width:200px}}@keyframes slide{to{right:175px;width:200px}}.purple{background:purple}.hidden{visibility:hidden}.fade-out{opacity:1;transition:opacity 3s ease-in-out}.fade-in{opacity:0;transition:opacity 3s ease-in-out}.show{visibility:visible}.d-none{display:none!important}.tylo-link{text-decoration:none}@media screen and (min-width: 768px){.tylo-row{display:grid;grid:auto/auto auto auto;margin:1rem}}.card{position:relative;width:22rem;min-height:12rem;flex-direction:column;align-items:start;border-radius:8px;border:1px solid var(--Stone, #9C978B);box-shadow:2px 3px 10px #0000002e;padding:.2rem;margin-bottom:1rem}@media screen and (min-width: 767px){.card{width:22rem}}.right-arrow-icon{fill:#0c6a7f}.tylo-container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.tylo-container{width:750px}}@media (min-width: 992px){.tylo-container{width:970px}}@media (min-width: 1200px){.tylo-container{width:1170px}}body.wp-child-theme-tylo button{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.5;text-align:center;text-decoration:none;color:#333;background:none;border:none;border-radius:600px;cursor:pointer;padding:0;transition:background-color .3s ease,color .3s ease,border-color .3s ease}body.wp-child-theme-tylo button:hover{background-color:#e0e0e0;border-color:#999}body.wp-child-theme-tylo button:focus{outline:2px solid #007bff;outline-offset:2px}body.wp-child-theme-tylo button:active{background-color:#d5d5d5;border-color:#888}body.wp-child-theme-tylo button:disabled{opacity:.6;cursor:not-allowed}body.wp-child-theme-tylo button.cta{width:auto;min-width:250px;padding:16px 40px;border-radius:600px;text-decoration:none;font-size:18px;font-weight:600}body.wp-child-theme-tylo button.primary-cta-filled{background-color:#0c6a7f;color:#fff}body.wp-child-theme-tylo button.primary-cta-filled:hover{background-color:#1b859d;color:#fff;border:none}body.wp-child-theme-tylo button.primary-cta-filled:focus,body.wp-child-theme-tylo button.primary-cta-filled:active{background-color:#005265}body.wp-child-theme-tylo button.primary-cta-filled:disabled{background-color:#949da0}body.wp-child-theme-tylo button.secondary-cta-filled{background-color:#fff;color:#0c6a7f}body.wp-child-theme-tylo button.secondary-cta-filled:hover{background-color:#1b859d;color:#fff;border:none}body.wp-child-theme-tylo button.secondary-cta-filled:focus,body.wp-child-theme-tylo button.secondary-cta-filled:active{background-color:#005265}body.wp-child-theme-tylo button.secondary-cta-filled:disabled{background-color:#949da0}body.wp-child-theme-tylo a:has(button.primary-cta-filled){text-decoration:none}body.wp-child-theme-tylo a.cta.tertiary{text-decoration:none;background:none;border:none;color:#0c6a7f;font-size:18px;font-style:normal;font-weight:600;line-height:140%;display:inline;padding:0;margin:0}body.wp-child-theme-tylo a.cta.tertiary:after{content:"";width:16px;height:18px;background:url(../images/chevron.svg) no-repeat;background-size:cover;transform:rotate(90deg);margin:10px;display:inline-block;vertical-align:middle;position:relative;top:-2px}body.wp-child-theme-tylo #wpfront-notification-bar a.cta.tertiary{font-size:14px}.flex{display:flex}@media screen and (width < 600px){.flex{flex-direction:column}.flex.horiz{flex-direction:row}}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-center{align-self:center}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.grid{display:grid}.inline-grid{display:inline-grid}.grid-col-auto{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}@media screen and (width < 1024px){main .grid,.collections-grid .grid{grid-template-columns:1fr}main .grid.keep-cols,.collections-grid .grid.keep-cols{grid-template-columns:revert}}@media screen and (width < 600px){main .grid,.collections-grid .grid{grid-template-columns:1fr}main .grid.keep-cols,.collections-grid .grid.keep-cols{grid-template-columns:revert}}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-flow-row-dense{grid-auto-flow:row dense}.grid-flow-col-dense{grid-auto-flow:column dense}.justify-items-start{justify-items:start}.justify-items-center{justify-items:center}.justify-items-end{justify-items:end}.justify-items-stretch{justify-items:stretch}.items-start{align-items:start}.items-center{align-items:center}.items-end{align-items:end}.items-stretch{align-items:stretch}@media screen and (width < 768px){body.admin-bar #wpadminbar #wp-admin-bar-wpseo-menu,body.admin-bar #wpadminbar #wp-admin-bar-gform-forms{display:none}}body{font-family:100% "Poppins",sans-serif!important;font-size:16px!important;font-weight:400!important;color:#313138!important}.link:hover{color:#0c6a7f;text-decoration:underline}p .lg{font-size:18px}p .sm{font-size:14px}p .sm .link:hover{text-decoration:underline}p .xs{font-size:12px}p .xs .link:hover{text-decoration:underline}.no-margins p{margin:0}h1,h3,h4,h5,h6{font-weight:600;text-wrap-style:balance}h1{font-size:40px}h2{font-size:32px;font-weight:300}h3{font-size:24px}h4{font-size:21px}h5{font-size:18px}h6{font-size:16px;text-transform:uppercase}@media screen and (min-width: 768px){h1{font-size:64px}h2{font-size:48px}h3{font-size:32px}h4{font-size:24px;color:#eec1af}h5,h6{font-size:18px}}#tylo-header{-webkit-user-select:none;user-select:none}#tylo-header .tylo-header-logo img{max-width:130px;height:auto;top:4px;position:relative}#tylo-header a:focus-visible,#tylo-header button:focus-visible{outline:1.5px solid #9c978b}#tylo-header button.search-icon{padding:0;width:24px;height:24px;aspect-ratio:1/1}#tylo-header button.search-icon svg{width:24px;height:24px;aspect-ratio:1/1}#tylo-header button.search-icon:hover{background:none}#tylo-header button.search-icon:hover svg{fill:#1788a2}#tylo-header button.search-icon:focus-visible{background:none}#tylo-header button.search-icon:focus{background:none;border:none}#tylo-header button.search-icon a,#tylo-header button.search-icon button,#tylo-header button.search-icon .drawer-toggle{visibility:hidden;pointer-events:none}#tylo-header #mobile-nav-toggle:focus{outline:2px solid #9c978b!important;outline-offset:2px!important}#tylo-header #mobile-nav-toggle:focus-visible{outline:2px solid #9c978b!important;outline-offset:2px!important}#tylo-header #mobile-search-icon:focus{outline:2px solid #9c978b!important;outline-offset:2px!important}#tylo-header #mobile-search-icon:focus-visible{outline:2px solid #9c978b!important;outline-offset:2px!important}#tylo-header .tylo-header-logo a:focus{outline:2px solid #9c978b!important;outline-offset:2px!important}#tylo-header .tylo-header-logo a:focus-visible{outline:2px solid #9c978b!important;outline-offset:2px!important}@media screen and (min-width: 1025px){#tylo-header{display:flex;flex-wrap:wrap;position:fixed;left:50%;transform:translate(-50%);justify-self:center;margin:1% auto;z-index:100;width:90%;top:0;opacity:.9;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:0;transition:all .3s ease-in-out;box-shadow:0 4px 10px 3px #0003}#tylo-header .header-inner{display:flex;width:100%;padding:16px 33px}#tylo-header:hover{opacity:1}#tylo-header .header-content-right{display:flex;align-items:center;justify-self:end;gap:23px}#tylo-header .wpfront-notification-bar.wpfront-fixed{z-index:110;border-radius:0 0 8px 8px}#tylo-header.scrolled{top:-125px;opacity:.3;margin:0;width:85%;padding:6px 150px}#tylo-header.scrolled #wpfront-notification-bar{display:none!important}#tylo-header.scrolled:has(#wpfront-notification-bar){top:-150px}#tylo-header.scrolled.show{top:0;opacity:9}#tylo-header.scrolled.show:has(#wpfront-notification-bar){top:0}#tylo-header.scrolled.show:hover{opacity:1}.tylo-header-logo{width:20%;display:flex;align-items:center}#tylo-header-content{flex:80%;display:flex;justify-content:space-between;align-items:center}.tylo-nav{margin:0 4rem}#hidden-search{width:80%;margin:1rem}body.admin-bar #tylo-header:not(.scrolled),body.admin-bar #tylo-header.show,body.admin-bar #tylo-header.scrolled.show:has(#wpfront-notification-bar){top:32px}#mobile-nav-toggle,.mobile-nav__header,.mobile-nav__search{display:none}}@media screen and (max-width: 1024px){.mobile-nav-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:150;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.mobile-nav-overlay.active{opacity:1;visibility:visible}#tylo-header{position:fixed;display:flex;flex-wrap:wrap;justify-content:space-between;padding:0;width:100%;background:#fff;z-index:190}#tylo-header .header-inner{padding:6px 0;width:100%;display:flex;align-items:center}#tylo-header .tylo-header-logo{width:130px;height:40px;flex:50%;order:2;text-align:center;pointer-events:auto;display:flex;justify-content:center;align-items:center}#tylo-header .tylo-header-logo.mobile{order:0}#tylo-header .tylo-header-logo img{width:96px;top:4px;position:relative}#tylo-header .mobile-nav-toggle-cont{flex:20%;text-align:left;order:1;display:flex;justify-content:center}#tylo-header #mobile-nav-toggle{width:39px;height:39px;cursor:pointer;background:none;border:none!important;padding:0}#tylo-header #mobile-nav-toggle:focus{outline:2px solid #9c978b!important;outline-offset:2px!important;background-color:#0c6a7f1a!important}#tylo-header #mobile-nav-toggle:focus-visible{outline:2px solid #9c978b!important;outline-offset:2px!important;background-color:#0c6a7f1a!important}#tylo-header #mobile-nav-toggle:active{background-color:#0c6a7f33!important}#tylo-header #mobile-nav-toggle:hover{background-color:#0c6a7f0d!important}#tylo-header .mobile-nav__search{display:flex;align-items:center;order:3;flex:20%;justify-content:center}#tylo-header .mobile-nav__search #mobile-search-icon{border-radius:4px;border:none!important;cursor:pointer;background:none;display:flex;align-items:center;justify-content:center;width:39px;height:39px}#tylo-header .mobile-nav__search #mobile-search-icon:focus{outline:2px solid #9c978b!important;outline-offset:2px!important;background-color:#0c6a7f1a!important}#tylo-header .mobile-nav__search #mobile-search-icon:focus-visible{outline:2px solid #9c978b!important;outline-offset:2px!important;background-color:#0c6a7f1a!important}#tylo-header .mobile-nav__search #mobile-search-icon:active{background-color:#0c6a7f33!important}#tylo-header .mobile-nav__search #mobile-search-icon svg{width:23px;height:23px;fill:#0c6a7f;transition:fill .2s ease}#tylo-header .mobile-nav__search #mobile-search-icon:hover svg{fill:#1b859d}#tylo-header .mobile-nav__search button.search-icon{margin:0}#tylo-header #tylo-header-content{opacity:0;position:absolute;overflow:hidden;transform:translateY(-10px);transform-origin:top;max-height:0;pointer-events:none;transition:opacity .3s ease-in-out,max-height .3s ease-in-out,transform .3s ease-in-out;width:100%;left:0;top:0;background:#fff;z-index:200;display:flex;flex-direction:column;gap:51px;pointer-events:auto!important}#tylo-header #tylo-header-content>*{margin-left:30px;margin-right:30px}#tylo-header #tylo-header-content.open{opacity:1;max-height:100vh;pointer-events:auto;transform:translateY(0)}#tylo-header #tylo-header-content .tylo-nav nav.menu-main-container ul#menu-main{flex-direction:column;padding:0;margin:0;gap:27px;align-items:start}#tylo-header #tylo-header-content .tylo-nav nav.menu-main-container ul#menu-main li{width:100%}#tylo-header #tylo-header-content .tylo-nav nav.menu-main-container ul#menu-main li:not(:last-of-type):after{content:"";display:block;width:100%;height:1px;background:#ccc;margin-top:27px}#tylo-header #tylo-header-content .header-content-right button.search-icon{display:none}#tylo-header #tylo-header-content .mobile-nav__header{display:flex;margin-top:16px;justify-content:space-between}#tylo-header #tylo-header-content .mobile-nav__header .mobile-nav__close{background:none;padding:0}#tylo-header #tylo-header-content .mobile-nav__header .tylo-header-logo{justify-content:start}#tylo-header #tylo-header-content .header-content-right{margin-bottom:33px}#tylo-header #tylo-header-content .tylo-nav{position:relative;transform:translate(0);transition:transform .3s ease-out;z-index:200}#tylo-header #tylo-header-content .tylo-nav.nav-level-1{transform:translate(-100%)}#tylo-header #tylo-header-content .tylo-nav.nav-level-2{transform:translate(-200%)}#tylo-header #tylo-header-content .drawer-submenu{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease-out;z-index:210;overflow-y:auto;padding:0}#tylo-header #tylo-header-content .drawer-submenu:before{content:"";display:block;padding:16px 30px;border-bottom:1px solid #eee;background:#f8f9fa;position:sticky;top:0;z-index:10}#tylo-header #tylo-header-content .drawer-submenu.nav-active{transform:translate(0)}#tylo-header #tylo-header-content .drawer-submenu .drawer-submenu{z-index:220}#tylo-header #tylo-header-content .drawer-submenu .drawer-submenu.nav-active{transform:translate(0)}#tylo-header #tylo-header-content .drawer-toggle.nav-back-button{position:absolute;top:16px;left:30px;background:none;border:none;padding:8px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background-color .2s ease;z-index:15}#tylo-header #tylo-header-content .drawer-toggle.nav-back-button:hover{background:#0000001a}#tylo-header #tylo-header-content .drawer-toggle.nav-back-button:focus{outline:2px solid #0C6A7F;outline-offset:2px}#tylo-header #tylo-header-content .drawer-toggle.nav-back-button .toggle-icon{transform:rotate(90deg);display:flex}#tylo-header #tylo-header-content .drawer-menu{padding:60px 0 0;margin:0}#tylo-header #tylo-header-content .drawer-menu li{border-bottom:1px solid #eee}#tylo-header #tylo-header-content .drawer-menu li:last-child{border-bottom:none}#tylo-header #tylo-header-content .drawer-menu li a{display:block;padding:16px 30px;text-decoration:none;color:#333;transition:background-color .2s ease}#tylo-header #tylo-header-content .drawer-menu li a:hover{background:#0c6a7f1a}#tylo-header #tylo-header-content .drawer-menu li .drawer-toggle{position:absolute;right:30px;top:50%;transform:translateY(-50%);background:none;border:none;padding:8px;cursor:pointer;color:#666}#tylo-header #tylo-header-content .drawer-menu li .drawer-toggle .toggle-icon{transform:rotate(-90deg);transition:color .2s ease}#tylo-header #tylo-header-content .drawer-menu li .drawer-toggle:hover .toggle-icon{color:#0c6a7f}#tylo-header #tylo-header-content .drawer-menu li .sub-menu{display:none}#tylo-header #hidden-search{position:absolute;display:flex;left:0;top:0;width:100%;background:#fff;height:55px;padding:8px 0;justify-content:space-between;align-items:center;flex-shrink:0}#tylo-header #hidden-search .tylo-search{display:flex;justify-content:center;align-items:center;gap:20px;align-self:stretch}#tylo-header #hidden-search .tylo-search input.tylo-search-input:active,#tylo-header #hidden-search .tylo-search input.tylo-search-input:focus-visible{outline:0}#tylo-header .wpfront-notification-bar.wpfront-fixed{z-index:110;order:6;border-radius:0 0 8px 8px;height:auto!important}#tylo-header .wpfront-notification-bar.wpfront-fixed .wpfront-message{display:flex;flex-direction:column;margin:15px 0 5px}body.admin-bar #tylo-header{top:0;position:sticky}}@media screen and (768px < width < 1550px){#menu-main div.drawer-submenu.mega-menu{position:fixed;top:60px}}@media screen and (768px < width < 1400px){.tylo-header-logo{width:10%;margin:0;display:flex;align-items:center}.tylo-header-logo a{display:flex}.tylo-nav{margin:0 3rem}#tylo-header .tylo-header-logo img{max-width:100px}}@media screen and (768px < width < 1150px){#menu-main>li.menu-item.menu-item-has-children a,#menu-main>li.menu-item a{font-size:.9em}.menu-item .drawer-toggle{display:flex;width:15px}.menu-item .drawer-toggle span{display:flex}.menu-item .drawer-toggle svg{width:15px}ul#menu-main>li.menu-item{display:flex;align-items:center}button.cta.primary,a.cta.primary{padding:10px 20px}}body.wp-child-theme-tylo #wpfront-notification-bar{width:100%}body.wp-child-theme-tylo #wpfront-notification-bar #wpfront-notification-bar-table{height:37px}body.wp-child-theme-tylo #wpfront-notification-bar .wpfront-message{margin:0;padding:0}body.wp-child-theme-tylo .wpfront-notification-bar.wpfront-fixed a.arrow{margin-left:10px}#menu-main{gap:12px}#menu-main>li.menu-item.menu-item-has-children{margin:8px 20px}#menu-main>li.menu-item.menu-item-has-children a{margin:0 9px}#menu-main>li.menu-item.menu-item-has-children .drawer-menu>li a{margin:12px 9px;font-size:14px;font-weight:400}#menu-main>li.menu-item.menu-item-has-children .drawer-menu>li a:hover{text-decoration:underline}#menu-main>li.menu-item.menu-item-has-children .drawer-menu>li.arrow a{font-size:16px;font-weight:600;padding-bottom:0}.drawer-nav{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;list-style-type:none;margin:0;padding:0}.drawer-nav>li{position:relative;display:inline-block}.drawer-nav>li>a{margin:0 1rem;text-decoration:none;display:inline-block;padding:.5rem 0;transition:color .2s ease-in-out;font-weight:500}.drawer-nav>li>a:hover{text-decoration:none;color:#1b859d}.drawer-nav>li>a:active{text-decoration:none}@media screen and (min-width: 1025px){.drawer-nav>li:hover .drawer-submenu{display:block;opacity:1;visibility:visible;transform:translateY(0)}}.drawer-nav .mega-menu-container{transition:all .3s ease-in-out;opacity:0}.drawer-nav .drawer-submenu.open .mega-menu-container{opacity:1}#menu-main div.drawer-submenu{position:absolute;top:100%;left:0;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease-in-out,visibility .3s ease-in-out,transform .3s ease-in-out}#menu-main div.drawer-submenu.open{display:block;opacity:1;visibility:visible;transform:translateY(0)}#menu-main div.drawer-submenu.mega-menu{left:0;min-width:600px;max-width:90vw;width:max-content}#menu-main div.drawer-submenu.mega-menu .mega-menu-container{position:relative;top:30px;display:flex;flex-wrap:wrap;gap:22px 48px;padding:1rem;max-height:70vh;overflow-y:auto}#menu-main div.drawer-submenu.mega-menu .mega-menu-column{flex:1;min-width:250px}#menu-main div.drawer-submenu.mega-menu .mega-menu-column.full{flex:1 1 100%;width:100%;min-width:100%}#menu-main div.drawer-submenu.mega-menu .mega-menu-column .mega-menu-list{display:flex;flex-direction:column;gap:20px;list-style-type:none;margin:0;padding:0}#menu-main div.drawer-submenu.mega-menu .mega-menu-column .mega-menu-list li{margin:0;padding:0}#menu-main div.drawer-submenu.mega-menu .mega-menu-column .mega-menu-list li a{display:block;text-decoration:none;border-radius:4px;transition:background-color .2s ease-in-out,color .2s ease-in-out}#menu-main div.drawer-submenu.mega-menu .mega-menu-column .mega-menu-list li a:not([href="#"]):hover{color:#1b859d;text-decoration:underline}#menu-main div.drawer-submenu.mega-menu .mega-menu-column:not(.full) .mega-menu-list li{margin-bottom:20px}#menu-main div.drawer-submenu.mega-menu .mega-menu-column:not(.full) .mega-menu-list li a{border-radius:0;border-bottom:1px solid #9c978b;margin-bottom:5px;padding-bottom:5px;font-weight:600;font-size:16px;line-height:140%}#menu-main div.drawer-submenu.mega-menu .mega-menu-column:not(.full) .mega-menu-list li ul.sub-menu li.menu-item{margin-bottom:0}#menu-main div.drawer-submenu.mega-menu .mega-menu-column:not(.full) .mega-menu-list li ul.sub-menu li.menu-item a{border-radius:0;border-bottom:none;margin-bottom:5px;padding-top:5px;padding-bottom:5px;font-size:14px;font-weight:400;line-height:140%}#menu-main div.drawer-submenu.mega-menu .mega-menu-column.full li a,#menu-main div.drawer-submenu.mega-menu .mega-menu-column.arrow li a{display:flex;align-items:center;font-weight:600;font-size:16px;line-height:140%}.mega-menu-column.full li>a:after,.mega-menu-column li.arrow>a:after,.drawer-submenu li.arrow>a:after{content:"";width:16px;height:18px;background:url(../images/chevron.svg) no-repeat;background-size:cover;transform:rotate(90deg);margin:10px;display:inline-block;vertical-align:middle}.drawer-submenu li.arrow>a:after{top:-1px;position:relative}@media screen and (width > 1025px){header.scrolled.show #menu-main div.drawer-submenu.mega-menu{left:25%;transform:translate(-5%)}}.drawer-menu,.mega-menu-container{min-width:250px;position:relative;top:30px;background:#fff;list-style-type:none;margin:.5rem 0 0;padding:1rem;border-radius:8px;box-shadow:0 4px 12px #00000026}.drawer-menu li,.mega-menu-container li{margin:0;padding:0}.drawer-menu li a,.mega-menu-container li a{display:block;text-decoration:none;border-radius:4px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.drawer-menu li a:not([href="#"]):hover,.mega-menu-container li a:not([href="#"]):hover{color:#1b859d}.drawer-menu li a[href="#"]:hover,.mega-menu-container li a[href="#"]:hover{color:#313138;cursor:default}.drawer-menu li .sub-menu,.mega-menu-container li .sub-menu{list-style:none;padding:0}.drawer-menu li .sub-menu li a,.mega-menu-container li .sub-menu li a{font-size:.9em;padding:10px 0}.drawer-menu li.menu-item:has(ul.sub-menu) a,.mega-menu-container li.menu-item:has(ul.sub-menu) a{font-weight:600;font-size:16px;line-height:140%}.drawer-menu li.menu-item:has(ul.sub-menu) .sub-menu li a,.mega-menu-container li.menu-item:has(ul.sub-menu) .sub-menu li a{font-size:14px;font-weight:400;line-height:140%}.drawer-menu li.menu-item:has(ul.sub-menu) .sub-menu li a:hover,.mega-menu-container li.menu-item:has(ul.sub-menu) .sub-menu li a:hover{text-decoration:underline}.drawer-menu li.arrow>a{border-radius:0;border-bottom:1px solid #9c978b;margin-bottom:10px;padding-bottom:10px;font-weight:600;font-size:16px;line-height:140%}.mobile-nav-only{display:none}@media screen and (max-width: 1023px){.drawer-nav{display:none!important}.mobile-nav-only{display:block!important}.mobile-nav-list{list-style:none;margin:0;padding:0;background:#fff}.mobile-menu-item{border-bottom:1px solid #eee}.mobile-menu-item:last-child{border-bottom:none}.mobile-menu-item.level-0>.mobile-menu-item-content>a{font-weight:600;font-size:16px}.mobile-menu-item.level-1>.mobile-menu-item-content>a{font-weight:400;font-size:14px;padding-left:2rem}.mobile-menu-item.level-2>.mobile-menu-item-content>a{font-weight:300;font-size:13px;padding-left:3rem}.mobile-menu-item-content{display:flex;align-items:center;justify-content:space-between}.mobile-menu-item-content a{flex:1;display:block;padding:1rem;text-decoration:none;color:#333}.mobile-menu-item-content a:hover{background:#f8f9fa;color:#1b859d}.mobile-submenu-toggle{background:none;border:none;padding:1rem;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;min-width:48px}.mobile-submenu-toggle .toggle-icon{transition:transform .3s ease;font-size:12px}.mobile-submenu-toggle[aria-expanded=true] .toggle-icon{transform:rotate(180deg)}.mobile-submenu-toggle:hover{background:#f0f0f0}.mobile-submenu{list-style:none;margin:0;padding:0;background:#f9f9f9;display:none}.mobile-submenu.open{display:block}.mobile-submenu .mobile-menu-item{border-bottom:1px solid #e0e0e0}.mobile-submenu .mobile-menu-item:last-child{border-bottom:none}}.drawer-toggle{display:inline-block;vertical-align:middle;background:none;border:none;cursor:pointer;padding:0;margin:0;font:inherit;color:inherit}.drawer-toggle span.toggle-icon{display:flex}.drawer-toggle:focus-visible{outline:none}.drawer-toggle .toggle-icon svg{transform:rotate(180deg);transition:transform .3s ease-in-out}.drawer-toggle.rotate{margin-left:0}.drawer-toggle.rotate .toggle-icon svg{transform:rotate(0)}.sr-only{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}.drawer-toggle-right{display:inline-block;margin-left:.5rem;background:none;border:none;cursor:pointer;transform:rotate(90deg)}.third-lvl-menu{list-style-type:none;margin-bottom:1rem;padding:0}.third-lvl-menu-hr{width:60%;margin:0 0 1rem;padding:0}nav.menu-main-container:has(ul.deck-menu){display:none;position:relative;transition:all .3s ease-in-out}nav.menu-main-container:has(ul.deck-menu) .menu-panel{top:0;left:110vw;position:absolute;background:#fff;width:100%;opacity:.3;transition:all .3s ease-in-out}nav.menu-main-container:has(ul.deck-menu) .menu-panel.active{left:0;opacity:1}@media screen and (width < 1025px){nav.menu-main-container:has(ul.deck-menu){display:block}nav.menu-main-container:has(ul.drawer-nav){display:none}}.deck-menu .menu-panel__content{overflow-x:hidden;overflow-y:auto;max-height:60vh}@media screen and (height < 700px){.deck-menu .menu-panel__content{max-height:50vh}}.deck-menu ul.menu-panel__list{list-style:none;padding-left:0}.deck-menu ul.menu-panel__list a.menu-item__link{text-decoration:none}.deck-menu ul.menu-panel__list .menu-item{margin-bottom:27px;padding-bottom:27px;border-bottom:1px solid #9c978b}.deck-menu ul.menu-panel__list .menu-item:first-of-type{margin-top:0}.deck-menu ul.menu-panel__list .menu-item:last-of-type{margin-bottom:0;border-bottom:initial}.deck-menu ul.menu-panel__list button.menu-item__link{width:100%;display:flex;justify-content:space-between;align-items:center;border-radius:0}.deck-menu ul.menu-panel__list button.menu-item__link:focus,.deck-menu ul.menu-panel__list button.menu-item__link:active{background:none;color:initial}.deck-menu .menu-panel button.menu-back{aspect-ratio:1/1;width:30px;position:absolute}.deck-menu .menu-panel button.menu-back:active,.deck-menu .menu-panel button.menu-back :focus{background:none;color:initial}.deck-menu .menu-panel button.menu-back svg{transform:rotate(-90deg)}.deck-menu .menu-panel .menu-back__text{display:none}.deck-menu .menu-panel .menu-panel__header{display:flex;margin-bottom:24px}.deck-menu .menu-panel .menu-panel__title{width:100%;text-align:center;font-size:21px;font-style:normal;font-weight:500;line-height:140%;padding:0;margin:0;order:2}.deck-menu .menu-panel .menu-item button span.menu-item__text,.deck-menu .menu-panel .menu-item a.menu-item__link{text-align:center;font-size:18px;font-family:Work Sans;font-weight:500;line-height:140%;padding:0}.deck-menu .menu-panel .menu-item svg{transform:rotate(90deg);position:relative}.deck-menu .menu-panel.menu-panel--root .menu-item a.menu-item__link,.deck-menu .menu-panel.menu-panel--root .menu-item button span.menu-item__text{font-size:21px;font-family:Poppins}.menu-item:has(>.menu-setting-tag){display:flex}.menu-item span.menu-setting-tag{display:flex;align-self:center;padding:2px 4px;margin-left:12px;justify-content:center;align-items:center;gap:4px;border-radius:4px;background:#d5e6e6;font-size:12px;font-style:normal;font-weight:400;line-height:140%;color:#313138;text-align:center}@media screen and (768px < width < 1400px){#menu-main>li.menu-item.menu-item-has-children{margin:8px 10px}}.hero{margin-top:-175px;margin-bottom:150px;max-width:100%;min-height:75vh;position:relative;z-index:-10}.hero-overlay{min-height:100vh;position:absolute;top:0;left:0;display:grid;gap:5%;grid-auto-flow:column}.overlay-text{margin-top:2.5rem;display:flex;flex-direction:column;justify-content:center;padding:0 2.5rem}.overlay-title{font-size:64px;color:#fff;margin-top:-.5rem}.overlay-subtitle{font-size:24px;color:#fff}.collection-title{color:#fff}.overlay-image-container{display:flex;align-items:end}.overlay-image{width:548px;height:568px;background:url(../images/kiruna.png);background-repeat:no-repeat;background-size:cover;background-position:center}.hero-image{min-height:90vh;border-radius:0 0 50%;background:url(../images/hero-1.png);background-repeat:no-repeat;background-size:cover;background-position:center}.tylo-carousel-controls{display:none}.tylo-image-carousel-controls{display:inline-block;height:60px;display:flex;flex-direction:column;align-items:center}.tylo-image-carousel-controls svg{height:50px;width:50px;fill:#0c6a7f!important}@media screen and (min-width: 768px){.tylo-carousel-controls{display:inline-block;height:60px;display:flex;flex-direction:row;justify-content:space-evenly}.tylo-carousel-controls svg{height:50px;width:50px;fill:#0c6a7f!important}}@media screen and (max-width: 767px){.swiper-pagination{display:inline-block!important}.swiper-pagination-bullet{width:20px!important;height:10px!important;text-align:center!important;line-height:20px!important;font-size:12px!important;color:#000!important;opacity:1!important;background:#0003!important;border-radius:10px!important}.swiper-pagination-bullet-active{color:#fff!important;background:#0c6a7f!important;width:60px!important}}.thumbnail-container{max-width:60%;margin:auto!important;display:flex;align-items:center}.thumbnail-container .elementor-thumbnails-swiper{height:100px!important}.tylo-search{display:flex;width:85%;height:40px;padding:0 16px;align-items:center;gap:10px;margin:auto}.tylo-search-form{display:flex;width:100%;height:40px;padding:0 16px;align-items:center;gap:10px;border-radius:6px;background:#fff;border:1.5px solid #9c978b}.search-icon{fill:#0c6a7f;width:18px;height:18px}.tylo-search-input{border:none;width:90%;color:#9c978b;font-family:Poppins}.tylo-search-input:active,.tylo-search-input:focus-visible{outline:0}.clear-search{display:flex;align-items:center;width:24px;height:24px;cursor:pointer}.clear-search svg{fill:#0c6a7f}body.wp-child-theme-tylo button.show-all-products.cta{padding:8px 24px;min-width:84px}div.search-results-section products-grid{margin-bottom:32px}div.product-listing-main .show-more-container{margin-top:32px}.search-results-section.blog-grid{gap:32px}.search-results-section.blog-grid .tylo-row,.search-results-section.blog-grid .blog-card-header.tylo-row,.search-results-section.blog-grid .blog-card-duration.tylo-row{margin:0}.search-results-section.blog-grid .blog-card-header.tylo-row{display:flex;justify-content:space-between;margin-bottom:5px}.search-results-section.blog-grid .duration-text{font-size:12px;font-weight:400}.search-results-section.blog-grid .blog-card-category{width:initial;height:20px}.search-results-section.blog-grid .duration-icon{width:14px;height:14px;display:flex}.search-results-section.blog-grid .read-more-icon{width:21px;height:14px}.search-results-section.blog-grid .blog-card-title{padding:0 0 6px}.search-results-section.blog-grid .read-more-container{margin:10px;padding:0;align-self:self-end}.search-results-section.blog-grid .blog.card{padding-top:18px;padding-bottom:18px;box-shadow:initial}.search-results-section.blog-grid .blog.card>*{width:90%;margin-left:auto;margin-right:auto}.search-results-section.blog-grid .blog.card hr{height:auto}@media screen and (width > 768px){.all-resources-title h2{margin-bottom:10px}.search-results-section-title:not(.all-resources-title) h2{margin-bottom:24px}}@media screen and (width < 768px){div.product-listing-main{margin-bottom:64px}div.product-listing-main .show-more-container{margin-top:24px}div.product-listing-main .products-grid{margin-bottom:24px}h2{margin:0 0 24px}.all-resources{margin-bottom:64px}.all-resources .resource h5{margin:10px 0}div.search-results-header button#clear-search{right:65px}}.search-results-section a{text-decoration:none;display:flex;height:100%}.blog-card-header.tylo-row{width:100%}.product-listing-main{margin-bottom:68px}@media screen and (min-width: 767px){.search-results.container{padding-top:200px;padding-bottom:24px}}@media screen and (max-width: 1024px){.search-results.container{padding-top:80px;padding-bottom:32px}}.search-results-header .tylo-search{position:relative;width:100%;padding:10px 0}.search-results-header form#tylo-search-form{height:51px;justify-content:space-between}.search-results-header form#tylo-search-form input.tylo-search-input{font-size:16px;color:#313138;line-height:150%;font-weight:400}.search-results-header form#tylo-search-form .search-icon{width:24px;height:24px;aspect-ratio:1/1}.search-results-header form#tylo-search-form .search-icon svg{width:100%;height:100%}.search-results-header button#clear-search{position:absolute;right:80px;width:16px;height:16px;aspect-ratio:1/1}.search-results-header button#clear-search svg{fill:#313138}.search-results.container{background:#fff;padding-bottom:64px}.search-results-section{display:flex;flex-direction:column;align-items:stretch;margin-bottom:1.5rem}@media screen and (min-width: 767px){.search-results-section{flex-direction:row;justify-content:space-between}}body.search-results .product-listing-main .product-card{display:none}body.search-results .product-listing-main .product-card.show{display:block}body.search main#content{background:#fff}@media screen and (width < 768px){body.search-results #tylo-header .mobile-nav__search button#mobile-search-icon{display:none}}.tabs-wrapper{max-width:99%;margin:1rem 0}.tabs-container{display:grid;grid:auto-flow/1fr 1fr 1fr 1fr;border-bottom:1px solid #313138;overflow-x:scroll}.tab-link{font-size:18px;font-weight:500;width:10rem;padding:5px 0;margin-right:2rem}.tab-link.active{color:#0c6a7f;border-bottom:2px solid rgb(12,106,127)}.tylo-link:hover .resource-title h5{color:#0c6a7f}@media screen and (min-width: 767px){.tabs-container{overflow-x:auto}}.n-of-count{margin-bottom:1.5rem}.search-results-header{display:flex;flex-direction:column;margin-bottom:2rem}.search-results-message{margin-top:2rem}.additional-info-section{width:100vw;background:#ece7de;display:flex;flex-direction:column;align-items:center;padding:1rem}.additional-info-header{text-align:center;margin-bottom:1rem}.link-card-row{display:flex;flex-direction:column;align-items:center;padding:1rem}@media screen and (min-width: 767px){.link-card-row{display:flex;flex-direction:row;justify-content:space-around}}h4.link-text{color:#fff}.link-card hr{display:block;height:1px;border:0;border-top:solid 1px #ffffff}.link-card{padding:5rem .5rem 0rem;display:flex;flex-direction:column;align-items:end;margin:1rem}.link-card-info{min-width:95%;margin:0 auto .5rem}.icon-wrapper{display:flex;justify-content:end}.additional-info .link-card .right-arrow-icon{fill:#fff}.find-your-dealer{background:#fff;display:flex;flex-direction:column;align-items:center;padding:1rem .5rem 1.5rem}@media screen and (min-width: 767px){.find-your-dealer{margin:auto;width:96%}}.find-your-dealer h3,.fyd-sub-heading{text-align:center;width:80%;margin-bottom:.5rem}.ready-next-step{max-width:1196px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;grid-auto-rows:1fr}@media (max-width: 767px){.blog-grid{grid-template-columns:1fr}}.blog.card{width:100%;display:flex;flex-direction:column}.blog.card hr{width:100%}.blog.card .blog-card-title{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.blog-card-title{padding:0 18px 6px}.blog-card-title h4{margin:0;font-weight:600}@media (max-width: 875px){.blog-grid{grid-template-columns:1fr;max-width:375px;margin:0 auto}}.category-container{background:linear-gradient(0deg,#0006,#000);display:flex;flex-direction:row;justify-content:space-around;align-items:center;position:absolute;top:0;left:0;z-index:50;margin:.5rem;padding:.2rem .3rem}.category_icon{margin:.3rem;font-size:18px}.category_name{font-size:18px;color:#fff;text-transform:capitalize}.review-container{display:flex;align-items:center}.review_icon{width:18px;height:18px;margin-right:2rem;fill:#0c6a7f}.review_text{font-size:16px}.blog-card-header{display:flex;justify-content:space-between;align-items:center}.blog-card-category{font-size:14px;display:flex;justify-content:center;align-items:center;text-transform:capitalize;width:66px;height:32px;background:#e1de9f;border-radius:5px;padding:6px 10px}.blog-card-duration{width:100%;display:flex;justify-content:end;align-items:center;margin-right:.3rem}.duration-icon{width:16px;height:16px;margin-right:.5rem}.duration-text{margin-top:4px;font-style:italic}.read-more-container{display:flex;justify-content:end;align-items:center;margin:1rem;padding-right:1rem}.read-more-icon{fill:#0c6a7f;width:18px;height:18px}.elementor-loop-container .swiper-slide{flex-grow:1;height:auto}.blog-filters-container #clear-blog-filters{display:none;text-decoration:underline}.blog-filters-container:has(.e-filter-item[aria-pressed=true]:not([data-filter=__all])) #clear-blog-filters{display:block}.resource-section{margin:0 1rem}.resource a.tylo-link{display:flex;justify-content:space-between;align-items:center}.resource .right-arrow-icon{display:flex;align-items:center}.all-resources hr:last-of-type{display:none}.custom-product-feature-slider-wrapper{width:100%;overflow:hidden}.custom-product-feature-slider-wrapper .product-feature-loop.custom-slider{position:relative;width:100%;height:auto}.custom-product-feature-slider-wrapper .product-feature-loop.custom-slider .custom-slider-track{width:100%;overflow:hidden}.custom-product-feature-slider-wrapper .product-feature-loop.custom-slider .custom-slider-track .custom-slider-container{display:flex;transition:transform .5s cubic-bezier(.25,.1,.25,1);will-change:transform}.product-feature-slide{position:relative;flex:0 0 auto;height:327px;cursor:pointer;border-radius:12px;overflow:hidden;margin-right:1rem;transition:all .5s cubic-bezier(.25,.1,.25,1);width:66vw;min-width:232px}@media screen and (min-width: 768px){.product-feature-slide{width:534px;height:476px;margin-right:1.5rem;max-width:initial}}.product-feature-slide.open{height:fit-content;width:82vw}@media screen and (min-width: 768px){.product-feature-slide.open{width:740px;max-width:740px;height:476px}}.product-feature-slide.open .slide-toggle-icon .toggle-plus{opacity:0}.product-feature-slide.open .slide-toggle-icon .toggle-minus{opacity:1}.product-feature-slide.open .feature-slider-slide-title{transform:translateY(-40px)}.product-feature-slide.open .feature-slider-slide-title:after{width:100%}.product-feature-slide.open .feature-slider-slide-content{opacity:1;transform:translateY(0);visibility:visible;grid-template-rows:1fr}.product-feature-slide.open .feature-slider-slide-content>.feature-content-inner{opacity:1}.product-feature-slide .slide-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-feature-slide .slide-background .slide-bg-image{width:100%;height:100%;object-fit:cover;object-position:center}.product-feature-slide .slide-background .slide-gradient-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#0c2328,#0c2328cc 40%,#0c232866,#0c23281a);z-index:2}.product-feature-slide .slide-content-container{position:relative;z-index:3;height:100%;padding:150px 1.5rem 1.5rem;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}@media screen and (min-width: 768px){.product-feature-slide .slide-content-container{padding:2rem}}.product-feature-slide .slide-toggle-icon{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.product-feature-slide .slide-toggle-icon svg{width:100%}@media screen and (min-width: 768px){.product-feature-slide .slide-toggle-icon{top:32px;right:32px;width:44px;height:44px}}.product-feature-slide .slide-toggle-icon:hover{transform:scale(1.1)}.product-feature-slide .slide-toggle-icon .toggle-plus,.product-feature-slide .slide-toggle-icon .toggle-minus{position:absolute;font-size:38px;top:0;font-weight:300;color:#0c6a7f;transition:opacity .3s ease}.product-feature-slide .slide-toggle-icon .toggle-plus{opacity:1}.product-feature-slide .slide-toggle-icon .toggle-minus{opacity:0}.product-feature-slide .product-feature-slide .slide-toggle-icon .toggle-plus,.product-feature-slide .product-feature-slide .slide-toggle-icon .toggle-minus{position:absolute;font-size:38px;font-weight:300;color:#0c6a7f;transition:opacity .3s ease;width:100%;height:100%}.product-feature-slide .feature-slider-slide-title{transition:transform .5s cubic-bezier(.25,.1,.25,1)}.product-feature-slide .feature-slider-slide-title h1{font-size:1.5rem;font-weight:600;color:#fff;margin:0;line-height:1.2}@media screen and (min-width: 768px){.product-feature-slide .feature-slider-slide-title h1{font-size:1.8rem}}.product-feature-slide .feature-slider-slide-title:after{content:"";height:1px;width:0;border-top:1px solid white;display:block;transform:translateY(18px);transition:width .5s cubic-bezier(.25,.1,.25,1)}.product-feature-slide .feature-slider-slide-content{opacity:0;transform:translateY(20px);visibility:hidden;transition:all .5s cubic-bezier(.25,.1,.25,1);display:grid;grid-template-rows:0fr;overflow:hidden;margin-top:0;height:auto}.product-feature-slide .feature-slider-slide-content>.feature-content-inner{min-height:0;overflow:hidden;opacity:0;transition:opacity .5s cubic-bezier(.25,.1,.25,1) .5s}.product-feature-slide .feature-slider-slide-content .elementor-widget-container{color:#fff}.product-feature-slide .feature-slider-slide-content .elementor-widget-container p{font-size:.9rem;line-height:1.4}@media screen and (min-width: 768px){.product-feature-slide .feature-slider-slide-content .elementor-widget-container p{font-size:1rem;line-height:1.5}}.product-feature-slide .feature-slider-slide-content .product-feature-info-card{margin-top:1rem;padding:1rem;background:#ffffff1a;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-feature-slide .feature-slider-slide-content .product-feature-info-card .icon.circle.insight{background:#e1de9f;border-radius:100%;aspect-ratio:1/1;max-width:45px;padding:5px;display:grid;place-items:center}.product-feature-slide .feature-slider-slide-content .product-feature-info-card .icon.circle.insight .elementor-icon,.product-feature-slide .feature-slider-slide-content .product-feature-info-card .icon.circle.insight .elementor-widget-container{display:flex;align-items:center;justify-content:center}.product-feature-slide .feature-slider-slide-content .product-feature-info-card .icon.circle.insight svg{width:100%;height:auto}.product-feature-slide .feature-slider-slide-content .product-feature-info-card .elementor-widget-container{font-size:.85rem}@media screen and (min-width: 768px){.product-feature-slide .feature-slider-slide-content .product-feature-info-card .elementor-widget-container{font-size:.9rem}}body.wp-child-theme-tylo .custom-slider-navigation{display:flex;justify-content:start;gap:1rem;margin-top:1.5rem;padding:5px}@media screen and (width < 768px){body.wp-child-theme-tylo .custom-slider-navigation{gap:40px}}body.wp-child-theme-tylo .custom-slider-navigation button{width:32px;height:32px;background:#0c6a7f;border-radius:50%;cursor:pointer;padding:8px;border:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease}body.wp-child-theme-tylo .custom-slider-navigation button.feature-slider-prev{transform:rotate(180deg)}body.wp-child-theme-tylo .custom-slider-navigation button.feature-slider-prev:hover{transform:rotate(180deg) scale(1.05)}body.wp-child-theme-tylo .custom-slider-navigation button svg{width:20px;height:20px;color:#fff;transition:color .3s ease}body.wp-child-theme-tylo .custom-slider-navigation button:hover{background:#0c6a7f}body.wp-child-theme-tylo .custom-slider-navigation button:hover svg{color:#fff;transform:scale(1.05)}body.wp-child-theme-tylo .custom-slider-navigation button:disabled{opacity:.5;cursor:not-allowed}body.wp-child-theme-tylo .custom-slider-navigation button:disabled:hover svg{color:#0c6a7f}.custom-slider-progress{margin-top:64px}.custom-slider-progress .progress-track{width:100%;height:1px;background:#9c978b;border-radius:2px;margin-bottom:1rem;display:flex;align-items:end}.custom-slider-progress .progress-track .progress-fill{height:6px;background:#9c978b;border-radius:2px;transition:width .5s cubic-bezier(.25,.1,.25,1);width:0%}.custom-slider-progress .progress-dots{display:flex;justify-content:center;gap:.5rem}.custom-slider-progress .progress-dots .progress-dot{width:12px;height:12px;border-radius:50%;border:none;background:#d5e6e6;cursor:pointer;transition:all .3s ease}.custom-slider-progress .progress-dots .progress-dot:hover{background:#6ba4a5;transform:scale(1.2)}.custom-slider-progress .progress-dots .progress-dot.active{background:#0c6a7f;transform:scale(1.3)}@media screen and (max-width: 767px){.custom-product-feature-slider-wrapper{margin:0}.custom-product-feature-slider-wrapper .product-feature-loop.custom-slider:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#d5e6e6;border-radius:2px;opacity:.6}}.custom-slider-track{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.product-feature-slide:focus,.custom-slider-navigation button:focus,.progress-dot:focus{outline:2px solid rgb(12,106,127);outline-offset:2px}@media (prefers-reduced-motion: reduce){.product-feature-slide,.custom-slider-container,.feature-slider-slide-title,.feature-slider-slide-content,.progress-fill{transition-duration:.1s}}@media (prefers-contrast: more){.product-feature-slide{border:2px solid #ffffff}.product-feature-slide .slide-gradient-overlay{background:linear-gradient(to top,#000000e6,#000000b3,#00000080)}}body{margin:0;padding:0;font-family:var(--font-primary)}.container{width:100%;max-width:1196px;margin:0 auto;padding:0 24px}@media screen and (width > 1024px){.container{padding:0 140px}}@media screen and (1024px > width > 768px){.container{padding:0 64px}}@media screen and (width < 768px){.container{max-width:90%}}nav#breadcrumbs>span{display:flex;gap:16px}@media screen and (width < 600px){nav#breadcrumbs>span{color:transparent;gap:8px}nav#breadcrumbs>span span{color:inherit;display:none}nav#breadcrumbs>span span.breadcrumb-second-last{display:block;position:absolute;left:27px;top:0}nav#breadcrumbs>span .breadcrumb_last{opacity:0}nav#breadcrumbs>span:before{content:"";display:inline-block;width:16px;height:16px;background-image:url(/wp-content/themes/tylo/images/left-caret.svg);background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:0;align-self:center}}@media screen and (width < 600px){nav#breadcrumbs{position:relative}}main .elementor-widget-container:not(:has(nav)):not(:has(.elementor-button-link)) a{color:#0c6a7f;text-decoration:underline}.glass{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.sauna-type-pill{display:flex;padding:6px 10px;border-radius:6px;justify-content:center;align-items:center;gap:8px;background:#d5e6e6;color:#313138}.sauna-type-pill .sauna-type-label{font-weight:400;font-size:14px;text-align:center;line-height:145%}.max-capacity{display:flex;gap:6px}button.cta,a.cta{display:flex;padding:16px 40px;justify-content:center;align-items:center;gap:12.421px;transition:all .3s ease-in-out;border-radius:600px;background:#0c6a7f;border:none;cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none}button.cta.primary,a.cta.primary{background:#0c6a7f;border:none;color:#fff;font-weight:600}button.cta.primary:hover,a.cta.primary:hover{background:#1788a2}button.cta.primary:focus,a.cta.primary:focus{background:#1788a2;outline:none}button.cta.primary:disabled,a.cta.primary:disabled{opacity:.7;cursor:not-allowed}button.cta.secondary,a.cta.secondary{background:#fff;border:3px solid rgb(12,106,127);color:#1b859d}button.cta.secondary:hover,a.cta.secondary:hover{background:#005265;border:3px solid #1B859D}button.cta.secondary:focus,a.cta.secondary:focus{color:#005265;border:3px solid #005265}button.cta.secondary:disabled,a.cta.secondary:disabled{color:#949da0;border:3px solid #949da0}.gfield_required.gfield_required_asterisk{font-size:20px}.gfield_label.gform-field-label:has(.gfield_required_asterisk){gap:0}.dealer-locator-states,.dealer-locator-provinces{overflow:hidden}.state-list a.state-link,.state-list a.province-link,.province-list a.state-link,.province-list a.province-link{display:block;font-size:16px;font-style:normal;font-weight:500;line-height:308%;color:#0c6a7f;text-decoration:underline;text-align:left}.state-list a.state-link:hover,.state-list a.province-link:hover,.province-list a.state-link:hover,.province-list a.province-link:hover{color:#6ba4a5}.state-list.col-4,.province-list.col-4{columns:4}.state-list.col-3,.province-list.col-3{columns:3}.state-list.col-2,.province-list.col-2{columns:2}.state-list.col-1,.province-list.col-1{columns:1}@media screen and (width < 1025px){.state-list.col-1,.state-list.col-2,.state-list.col-3,.state-list.col-4,.province-list.col-1,.province-list.col-2,.province-list.col-3,.province-list.col-4{columns:2}.state-list a.state-link,.state-list a.province-link,.province-list a.state-link,.province-list a.province-link{text-align:center}}@media screen and (width < 768px){.state-list.col-1,.state-list.col-2,.state-list.col-3,.state-list.col-4,.province-list.col-1,.province-list.col-2,.province-list.col-3,.province-list.col-4{columns:1}.state-list a.state-link,.state-list a.province-link,.province-list a.state-link,.province-list a.province-link{text-align:center}}@media screen and (width > 1024px){.state-list,.province-list{margin-right:-15%}}#dealer-locator-main-header .elementor-widget-text-editor p a{text-decoration:underline}.dealer-locator-main{display:flex;flex-direction:column;gap:1rem;padding:64px 0 144px;background:#fff}.dealer-locator-main.detail{background:#fff;padding:64px 144px 144px;width:auto}.dealer-locator-main.results{background-color:#ece7de}@media screen and (width < 1025px){.dealer-locator-main.detail{padding:64px 64px 144px}}@media screen and (width < 768px){.dealer-locator-main.detail{padding:24px 24px 5px}}@media screen and (width < 1480px){.dealer-locator-main .container{padding:0 5vw;width:90%}}.dealer-search-form{display:flex;flex-direction:column;gap:10px;position:relative}.dealer-search-form label.dealer-search-label{color:#fff}.dealer-search-form input.search-zip{padding:17px 45px;margin-top:8px;height:51px;width:400px;align-items:center;align-self:stretch;border-radius:6px;border:1.5px solid #9c978b;position:relative}@media screen and (width < 768px){.dealer-search-form input.search-zip{width:100%}}.dealer-search-form .dealer-search-input-group{display:flex;flex-direction:column;gap:24px;align-items:center}.dealer-search-form .dealer-search-input-group div[data-lastpass-icon-root]{display:none}#dealer-locator-main-header .dealer-search-form:before{content:"";width:16px;height:20px;position:absolute;display:block;top:48px;left:19px;background:url(../images/map-pin.svg) no-repeat;background-size:cover;z-index:1}#dealer-search-results{color:#fff;text-align:center;display:none}#dealer-search-results p a{text-decoration:underline;color:#fff;cursor:pointer}#dealer-search-results:has(div){display:block}#find-a-sauna-in h1{font-size:48px;font-style:normal;font-weight:300;line-height:130%;margin:0}@media screen and (width < 1025px){#find-a-sauna-in h1{font-size:32px}}@media screen and (width < 768px){#find-a-sauna-in h1{font-size:32px}}#find-a-sauna-in .dealer-search-form input.search-zip{padding:17px 45px 17px 15px}#find-a-sauna-in .dealer-search-form:after{content:"";width:16px;height:20px;position:absolute;display:block;top:48px;right:19px;background:url(../images/search.svg) no-repeat;background-size:cover;z-index:1}#find-a-sauna-in .dealer-search-form .dealer-search-input-group{gap:5px}#find-a-sauna-in #dealer-search-results p{color:#000;margin-top:0}#find-a-sauna-in #dealer-search-results a{color:#0c6a7f}@media screen and (width > 1048px){.dealer-locator-main .dealer-search-form{margin-top:-40px}}.zip-search-subheader label.dealer-search-label{color:#000;font-weight:500;font-size:16px}.zip-search-subheader button#dealer-search-submit{display:none}.dealer-locator-header p a{text-decoration:underline}button#dealer-search-submit{width:250px;padding:16px 40px;margin:0;border-radius:600px;border:none;font-weight:600;font-size:18px;background:#fff;color:#0c6a7f;cursor:pointer;transition:all .3s ease-in-out}button#dealer-search-submit:hover{color:#fff;background:#0c6a7f}button#dealer-search-submit:disabled{cursor:not-allowed;pointer-events:none;background:#949da0;color:#474747}main#content:has(.dealer-locator-main.results){background:#ece7de}main#content:has(.dealer-locator-main.detail){background:#fff}.dealers-grid{display:grid;gap:24px;margin-top:64px;justify-content:center;grid-template-columns:repeat(3,1fr)}@media screen and (max-width: 1200px){.dealers-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.dealers-grid{grid-template-columns:1fr;margin-top:40px}}.dealer-item{display:flex;padding:18px 18px 16px;flex-direction:column;align-items:flex-start;gap:7px;border:1px solid #9c978b;border-radius:8px;background:#fff}.dealer-item .dealer-located-icon{margin-bottom:-10px}.dealer-item .city-state-name{font-size:32px;font-style:normal;font-weight:600;line-height:120%;margin:0}.dealer-item h4{font-size:16px;font-style:italic;font-weight:400;line-height:150%;margin:0 0 16px}.dealer-item .dealer-cta{width:100%;border-top:1px solid #9c978b;padding-top:16px;display:flex;justify-content:end}.dealer-item .dealer-cta button.dealer-item-cta{color:#fff;background:#0c6a7f;padding:8px 24px;transition:all .3s ease-in-out;cursor:pointer;border:1px solid rgba(12,106,127,0)}.dealer-item .dealer-cta button.dealer-item-cta:hover{background:#fff;color:#0c6a7f;border:1px solid rgb(12,106,127)}@media screen and (width < 768px){.dealer-item{width:auto}.dealer-item .city-state-name{font-size:24px}}.dealer-detail-header{background:url(../images/dealer-hero-bg-image.webp) no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center;height:439px;gap:12px}.dealer-detail-header p,.dealer-detail-header h1{text-align:center;color:#fff;margin:0;max-width:60vw}.dealer-detail-header h1{font-size:clamp(40px,4.444vw,64px);font-style:normal;font-weight:600;line-height:120%;text-transform:capitalize;mix-blend-mode:overlay}.dealer-detail-header p{font-size:clamp(16px,1.444vw,18px);font-style:normal;font-weight:500;line-height:140%;letter-spacing:3.24px;text-transform:uppercase}@media screen and (width > 1024px){.dealer-detail-header{padding-top:3rem}}.dealer-detail-main{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.dealer-detail-main .dealer-info{grid-column:1}.dealer-detail-main .dealer-map{grid-column:2/span 2}@media screen and (width < 768px){.dealer-detail-main{grid-template-columns:1fr}.dealer-detail-main .dealer-map{order:1;grid-column:initial}.dealer-detail-main .dealer-map iframe{max-height:210px}.dealer-info{order:2}}@media screen and (width > 1025px){#visit-tylo-showroom div.elementor-element.glass{transform:translate(144px,-50%)}}@media screen and (width < 1475px){#visit-tylo-showroom .elementor-element:has(.e-con-inner .glass){min-height:initial}}@media screen and (width < 1025px){.dealer-locator-main{padding:24px 0 32px}#visit-tylo-showroom{position:relative;display:block;min-height:initial}#visit-tylo-showroom #glass-box-background{position:relative}#visit-tylo-showroom .glass{-webkit-backdrop-filter:initial;backdrop-filter:initial;background:#fff;top:50%}}@media screen and (width < 768px){.dealer-locator-main{padding:24px 0 72px;width:100%}}.saunas-in-state{background:#ece7de}.dealer-info{display:flex;flex-direction:column;gap:32px;border:1px solid #9c978b;padding:32px 24px;border-radius:8px}.dealer-info h3{margin:0;font-weight:600;font-size:24px;line-height:120%}@media (width > 768px){.dealer-info h3{font-size:32px}}.dealer-info .info-part{display:flex;gap:12px}.dealer-info .info-part a{color:#0c6a7f;font-weight:500;font-size:18px}.dealer-info .info-icon{width:22px;height:22px;aspect-ratio:1/1}.dealer-info .info-icon svg{width:100%;height:auto;aspect-ratio:1/1}.dealer-info .info-text{display:flex;flex-direction:column;gap:12px}.dealer-info .directions-link{margin-top:12px}.dealer-info .caret.right{transform:rotate(180deg);vertical-align:middle;display:inline-flex}.dealer-info a:has(.caret.right){display:flex;align-items:center;text-decoration:none;font-weight:600;color:#0c6a7f}.dealer-info .contact-cta a,.dealer-info .contact-cta a button{width:100%}.about-dealer{background:#ece7de;padding:clamp(54px,6.667vw,96px) 24px;width:auto;margin:0 auto;position:relative}@media screen and (width < 1024px){.about-dealer{padding-left:0;padding-right:0}}.about-dealer .container{display:flex;box-sizing:border-box;flex-direction:column;gap:16px;padding:0}@media screen and (1024px > width > 768px){.about-dealer .container{padding:0 64px}}@media screen and (width = 768px){.about-dealer .container{padding:0 24px}}.about-dealer .container .about-icon{width:40.795px;height:53.964px}.about-dealer .container h2,.about-dealer .container p{margin:0}.about-dealer .container h2{font-size:48px;font-style:normal;font-weight:300;line-height:130%}.about-dealer .container p{font-size:18px;font-style:normal;font-weight:400;line-height:150%}.services-offered{margin-top:96px}.services-offered h3{font-size:48px;font-style:normal;font-weight:300;line-height:130%}.services-offered .service-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;justify-content:center;justify-items:center}.services-offered .service-cards .service-card{display:flex;min-height:235px;padding:31px 24px;flex-direction:column;align-items:flex-start;gap:10px;border-radius:8px;flex-shrink:0;background:#d5e6e6}.services-offered .service-cards .service-card h4,.services-offered .service-cards .service-card p{margin:0}.services-offered .service-cards .service-card h4{margin-top:32px;font-size:24px;font-style:normal;font-weight:600;line-height:130%}@media screen and (max-width: 1200px){.services-offered .service-cards{grid-template-columns:repeat(2,1fr)}.services-offered .service-cards .service-card{min-height:auto}.services-offered .service-cards .service-card h4{margin-top:0}}@media screen and (max-width: 768px){.services-offered{margin-top:0;margin-bottom:32px}.services-offered h3{font-size:32px}.services-offered .service-cards{grid-template-columns:1fr}.services-offered .service-cards .service-card{width:auto;height:initial;flex-shrink:initial}.services-offered .service-cards .service-card h4{margin-top:0}}@media screen and (width < 1025px){section.about-dealer .container h2{font-size:32px}}.sauna-in-state-reason svg path{stroke:#0c6a7f}div.elementor-widget-tylo-collection-widget .elementor-widget-container,div.e-con-inner div.elementor-widget-tylo-collection-widget .elementor-widget-container{height:auto}.collections-grid{padding:24px 0 86px}.collections-grid .grid{gap:24px}.collections-grid h2.section-title{font-size:48px;font-weight:300;line-height:130%}@media screen and (width < 768px){.collections-grid .container{padding:0 24px}.collections-grid h2.section-title{font-size:32px;margin-top:10px}}#homepage-tabs .product-grid .collections-grid{padding-bottom:0}#homepage-tabs .collections-container{gap:4em}@media screen and (width < 768px){#homepage-tabs{overflow:hidden}}#homepage-products-nav{transition:all .25s ease-in-out;font-size:18px}#homepage-products-nav .active{font-size:22px}.collection-content{padding:0 28px 24px;display:flex;flex-direction:column;justify-content:flex-end}@media screen and (width < 768px){.collection-content{padding:0 19px 12px}#homepage-products-nav{overflow:initial;margin:0}#homepage-products-nav .active{font-size:16px}#homepage-products-nav .active:before{top:40px}#homepage-products-nav li{flex:1;justify-content:center}#homepage-products-nav li a{font-size:12px;text-align:center;padding:5px 10px;border-bottom:none}}.collection-card{position:relative;border-radius:8px;border:1px solid #9c978b;background:#fff;overflow:hidden;transition:all .15s ease-in-out;display:flex;flex-direction:column}.collection-card:has(a:hover){box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.collection-card a{text-decoration:none;height:100%;display:flex;flex-direction:column;flex:1}.collection-card .collection-title{width:100%;color:#313138}.collection-card .collection-title h3{margin:0;font-size:32px;font-style:normal;font-weight:600;line-height:120%;max-width:75%;text-decoration:none;text-decoration-line:none;text-decoration-thickness:0}@media screen and (width < 768px){.collection-card .collection-title h3{font-size:24px;max-width:70%}}.collection-card .collection-content{padding:16px;justify-content:flex-start;gap:5px;flex-grow:1}.collection-card .collection-content .collection-tags{margin-top:auto;padding-top:8px;border-top:1px solid #9c978b}.collection-card .collection-description{color:#313138}.collection-card .collection-description p{font-size:14px;margin:0;padding:0;line-height:140%}.collection-card .collection-heat-type{position:absolute;top:20px;left:17px;border-radius:6px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.collection-card .sauna-type-pill{background:#fffc}.collection-card .sauna-type-pill .sauna-type-label{margin-top:2px}.collection-card .sauna-type-pill svg{vertical-align:middle}.collection-card .collection-image{height:347px;overflow:hidden}.collection-card .collection-image img{width:100%;height:347px;object-fit:cover;transform:scale(1);transition:transform .3s ease-in-out}.collection-card .max-capacity{align-items:center}.collection-card .max-capacity .sauna-type-label{color:#313138;text-decoration:none}.collection-card .max-capacity .sauna-type-icon-wrapper{display:flex}.collection-card:hover .collection-image img{transform:scale(1.05);object-fit:cover}main .elementor-widget-container:not(:has(nav)):not(:has(.elementor-button-link)) .tylo-collection-widget a{text-decoration:none}.swiper-container .swiper-wrapper{align-items:stretch;height:auto!important}.swiper-container .swiper-slide{height:auto!important;display:flex}.elementor-widget-tylo-collection-widget.compact .collection-card .collection-image{height:55%}.elementor-widget-tylo-collection-widget.compact .collection-card .collection-image img{height:264px}.elementor-widget-tylo-collection-widget.compact .collection-card .collection-content{padding:16px;justify-content:flex-start;gap:5px;flex-grow:1}.elementor-widget-tylo-collection-widget.compact .collection-card .collection-content .collection-tags{margin-top:auto;padding-top:8px;border-top:1px solid #9c978b}.elementor-widget-tylo-collection-widget.compact .collection-card .collection-title h3{font-size:24px}.elementor-widget-tylo-collection-widget.compact .collection-card .collection-title p,.elementor-widget-tylo-collection-widget.compact .collection-card .sauna-type-label{font-size:14px}.elementor-widget-tylo-collection-widget.compact .collection-card .sauna-type-icon-wrapper svg{width:9.3px}@media screen and (width < 768px){.collections-mobile-swiper,[data-role=collections-mobile-swiper]{width:100%}.collections-mobile-swiper .swiper{overflow:visible;padding-left:16px;padding-right:16px}.collections-mobile-swiper .swiper-wrapper{display:flex!important;flex-wrap:nowrap;align-items:stretch;height:auto!important}.collections-mobile-swiper .swiper-slide{width:75vw;flex:0 0 auto;display:flex;position:relative;max-width:350px;height:auto!important}.collections-mobile-swiper .collection-card{height:100%;width:100%;display:flex;flex-direction:column}}#homepage-products-nav{list-style-type:none;padding-left:0}#homepage-products-nav li a{font-size:18px;padding:1rem 1rem 1rem 3rem;border-left:1px solid #9C978B;position:relative;display:block}#homepage-products-nav .active{color:#0c6a7f;font-weight:600}#homepage-products-nav .active:before{content:"";background-color:#9c978b;width:5px;height:100%;position:absolute;left:0;top:0}@media screen and (767px < width < 1024px){#sticky-product-nav h2{font-size:42px}.collection-card{max-width:350px;margin:0 auto}}@media screen and (max-width: 767px){.collection-card .collection-title h3{font-size:22px}}@media screen and (max-width: 767px){#homepage-products-nav{display:flex;width:100%;flex-wrap:nowrap}#homepage-products-nav li a{font-size:18px;padding:1.5rem 3rem;border-left:none;border-bottom:1px solid #9C978B;position:relative;display:block}#homepage-products-nav .active:before{top:70px;width:100%;height:5px}}@media screen and (max-width: 545px){#homepage-products-nav li a{padding:1.5rem 1vw}}section#contact-form{background:#d5e6e6;padding:72px 0}section#contact-form p.gform_required_legend{display:none}section#contact-form .gform-theme--framework form.contact-dealer{padding:24px;max-width:794px;margin:0 auto;background:#fff;border-radius:8px}section#contact-form .gform-theme--framework form.contact-dealer input,section#contact-form .gform-theme--framework form.contact-dealer select{border:1px solid #9c978b;border-radius:8px;padding:6px 21px;height:51px}section#contact-form .gform-theme--framework form.contact-dealer input::placeholder,section#contact-form .gform-theme--framework form.contact-dealer input option.gf_placeholder,section#contact-form .gform-theme--framework form.contact-dealer select::placeholder,section#contact-form .gform-theme--framework form.contact-dealer select option.gf_placeholder{color:#949da0}section#contact-form .gform-theme--framework form.contact-dealer h1,section#contact-form .gform-theme--framework form.contact-dealer h2,section#contact-form .gform-theme--framework form.contact-dealer h3 h4,section#contact-form .gform-theme--framework form.contact-dealer h5,section#contact-form .gform-theme--framework form.contact-dealer h6{margin:0}section#contact-form .gform-theme--framework form.contact-dealer h2{font-size:48px;font-weight:300}section#contact-form .gform-theme--framework form.contact-dealer h3{font-size:32px;font-weight:600}section#contact-form .gform-theme--framework form.contact-dealer select:has(option.gf_placeholder[selected=selected]){color:#949da0}section#contact-form .gform-theme--framework form.contact-dealer select:has(option.gf_placeholder[selected=selected]):focus{color:#000}section#contact-form .gform-theme--framework form.contact-dealer .ginput_container_select{position:relative}section#contact-form .gform-theme--framework form.contact-dealer .ginput_container_select:after{content:"";width:16px;height:16px;position:absolute;display:block;top:50%;right:21px;background-image:url(../images/chevron.svg);background-repeat:no-repeat;background-size:16px;transform:translateY(-50%) rotate(180deg);transition:transform .3s ease-in-out}section#contact-form .gform-theme--framework form.contact-dealer .ginput_container_select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none}section#contact-form .gform-theme--framework form.contact-dealer .ginput_container_select:has(select.open):after{transform:translateY(-50%) rotate(0)}section#contact-form .gform-theme--framework form.contact-dealer .gfield .gfield_required{color:#000}section#contact-form .gform-theme--framework form.contact-dealer .gform_fields{row-gap:24px}section#contact-form .gform-theme--framework form.contact-dealer .gform-field-label{font-size:18px;font-weight:500;color:#000}section#contact-form .gform-theme--framework form.contact-dealer input.gform_button.button{background:#0c6a7f;border:none;border-radius:100px;width:250px;padding:16px 40px;justify-content:center;align-items:center;font-size:18px;transition:all .15s ease-in-out}section#contact-form .gform-theme--framework form.contact-dealer input.gform_button.button:hover{background:#1788a2}@media screen and (width < 768px){section#contact-form .gform-theme--framework form.contact-dealer input.gform_button.button{width:100%}section#contact-form .gform-theme--framework form.contact-dealer h2{font-size:32px}section#contact-form .gform-theme--framework form.contact-dealer h3{font-size:24px}}section#contact-form .gform-theme--framework .gform_confirmation_message{background-color:#fff;margin:0 auto;width:100%;max-width:890px;text-align:left;padding:48px}@media screen and (width < 768px){section#contact-form .gform-theme--framework .gform_confirmation_message{padding:24px}}section#contact-form .gform-theme--framework .gform_confirmation_message h2{margin:0 0 .75rem}@media screen and (width < 1024px){section#contact-form{padding:54px 64px}}@media screen and (width < 768px){section#contact-form{display:flex;align-items:start;padding:54px 24px;justify-content:center}section#contact-form .gform-wrapper{display:flex;align-items:start}}.e-search-submit{display:none!important}header .elementor .elementor-location-header{display:none}@media screen and (width > 600px){.history-slider-container,.history-header-container{left:10%;position:relative}.history-slider-container.slider-progressed{left:0;transition:left .3s ease}}@media screen and (width > 1025px){.elementor-element.glass{position:absolute;top:50%;transform:translate(40px,-50%);max-width:600px}}body main#content .more-resources-card{background-size:100%!important;background-position:50%,50%;aspect-ratio:8/6;min-height:initial}body main#content .more-resources-card:hover{background-size:115%!important}@media screen and (768px < width < 1024px){body main#content .more-resources-card p{width:100%;margin-bottom:0;font-size:.8em}}@media screen and (width < 768px){body.elementor-page main#content div#glass-box-background.elementor-element{background-position:87% 0%;background-size:167vw;aspect-ratio:19/18}}.timeline-slider .elementor-loop-container{padding-top:100px;overflow:visible}.timeline-slider .tile .e-con-inner{padding-bottom:0}.timeline-slider .tile .e-con-inner p{margin-bottom:0}.timeline-slider .year{position:absolute;left:45%;transform:translate(-50%);width:100%}.timeline-slider .year:after{width:24px;height:24px;content:"";border-radius:100px;background:#6ba4a5;position:absolute}.timeline-slider .year .elementor-widget-container:after{width:110%;height:8px;content:"";background:#6ba4a5;position:absolute;top:56px;left:-19px}.timeline-slider .year li{display:block}.timeline-slider .swiper-wrapper .swiper-slide:first-of-type .year .elementor-widget-container:after{left:50%}.timeline-slider .swiper-wrapper .swiper-slide:last-of-type .year .elementor-widget-container:after{left:-50%;width:100%}.timeline-slider .elementor-swiper-button{opacity:0}.timeline-slider .timeline-image img{height:35%}@media screen and (width > 1050px){.timeline-slider .history-event{max-width:335px}}.custom-progress-controls .slide-control{cursor:pointer}nav#breadcrumbs>span{display:flex;gap:16px;font-size:16px}nav#breadcrumbs>span span a{font-weight:500;text-decoration:underline}nav#breadcrumbs>span .breadcrumb_last{font-weight:400}@media screen and (width < 600px){nav#breadcrumbs>span{color:transparent;gap:8px}nav#breadcrumbs>span span{color:inherit}nav#breadcrumbs>span .breadcrumb_last{opacity:0}nav#breadcrumbs>span:before{content:"";display:inline-block;width:16px;height:16px;background-image:url(/wp-content/themes/tylo/images/left-caret.svg);background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:0;align-self:center}}.more-resources-card.owner-resources p{width:60%}@media screen and (768px < width < 1024px){.more-resources-card.owner-resources p{width:100%;margin-bottom:0}}.elementor-element#back-to-top-button svg{transform:rotate(90deg) scale(1.7) translateY(-3px) scaleX(.9)}.elementor-element#back-to-top-button svg path{stroke:#0c6a7f;stroke-width:3.2}main .home-blog-loop .swiper-pagination,div[data-elementor-type=wp-page] .home-blog-loop .swiper-pagination{top:auto;bottom:-45px;display:block!important}main .home-blog-loop .e-loop-item .e-parent,div[data-elementor-type=wp-page] .home-blog-loop .e-loop-item .e-parent{height:100%}div.elementor-location-footer .footer-quick-links li.menu-item a{margin:24px 0;padding:0}div.elementor-location-footer .footer-quick-links li.menu-item a:first-child{margin-top:18px}.swiper:has(.e-loop-item.type-post){padding:4px 0}.e-loop-item.type-post>.elementor-element{transition:all .3s ease}.e-loop-item.type-post>.elementor-element:hover{box-shadow:0 3px 3px #0006;transform:translateY(-2px)}@media screen and (1024px < width < 1475px){div[data-elementor-type=footer]>.elementor-element{padding-left:144px;padding-right:144px}.find-your-dealer-footer{padding-left:144px;padding-right:144px}}.heat-type-hero .elementor-element.glass{transform:initial;top:initial!important;bottom:61px}@media screen and (1024px < width < 1500px){.heat-type-hero .elementor-element.glass{left:144px}}@media screen and (768px < width < 1024px){.heat-type-hero .elementor-element.glass{left:64px}}@media screen and (width < 768px){.heat-type-hero .elementor-element.glass{position:absolute;display:block;bottom:0;left:0;border-radius:0;opacity:1;filter:none;padding:15px 24px}}@media screen and (width < 768px){body.wp-singular main.site-main:has(.heat-type-hero) .elementor-element.glass{background-color:#fff}}@media screen and (1024px < width < 1500px){main.site-main:has(.heat-type-hero) .elementor-element.breadcrumbs{width:initial}}@media screen and (1024px < width < 1475px){main.site-main:has(.heat-type-hero) .tylo-collection-widget{margin:0 auto;max-width:90%}main.site-main:has(.heat-type-hero) .more-sauna-types .left .e-child{margin-left:144px;margin-right:64px}main.site-main:has(.heat-type-hero) .more-sauna-types .right{padding-left:0}main.site-main:has(.heat-type-hero) .more-sauna-types .right .e-con-inner{margin:0 64px}main.site-main:has(.heat-type-hero) .more-sauna-types .left,main.site-main:has(.heat-type-hero) .more-sauna-types .right{flex:1}main.site-main:has(.heat-type-hero) .more-sauna-types .left .e-child,main.site-main:has(.heat-type-hero) .more-sauna-types .right .e-child{width:65%}}@media screen and (1024px < width < 1350px){main.site-main:has(.heat-type-hero) .elementor-element.breadcrumbs{margin:0 64px;width:initial}main.site-main:has(.heat-type-hero) #saunas-in-state{padding:84px 144px}}@media screen and (width < 1250px){main.site-main:has(.heat-type-hero) .grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media screen and (width < 768px){main.site-main:has(.heat-type-hero) .grid-cols-4{grid-template-columns:repeat(1,1fr)}main.site-main:has(.heat-type-hero) .tylo-collection-widget{padding:0}main.site-main:has(.heat-type-hero) .heat-type-hero{min-height:763px}main.site-main:has(.heat-type-hero) .elementor-element.breadcrumbs{width:100%}main.site-main:has(.heat-type-hero) .elementor-widget-tylo-collection-widget{align-self:center}}@media screen and (width < 1475px){main.site-main:has(.heat-type-hero) .heat-type-right h3{font-size:32px;line-height:130%}}body button.back-to-top,body.wp-child-theme-tylo button.back-to-top{position:fixed;bottom:160px;right:0;z-index:1000;background:#d5e6e6;color:#0c6a7f;border:none;cursor:pointer;border-radius:999px 0 0 999px;box-shadow:0 4px 10px #00000024;font-size:14px;font-weight:600;display:flex;align-items:center;gap:12px;padding:1rem 18px;font-family:Poppins,sans-serif;transition:all .15s ease-in-out;opacity:0;visibility:hidden;transform:translate(100%)}body button.back-to-top.visible,body.wp-child-theme-tylo button.back-to-top.visible{opacity:1;visibility:visible;transform:translate(0)}body button.back-to-top:hover,body.wp-child-theme-tylo button.back-to-top:hover{background:#b0d7d7;color:#0c6a7f}body button.back-to-top:focus,body.wp-child-theme-tylo button.back-to-top:focus{outline:none;background:#b0d7d7;color:#0c6a7f}@media screen and (max-width: 768px){body button.back-to-top,body.wp-child-theme-tylo button.back-to-top{padding:1rem 10px 1rem 1rem}body button.back-to-top span,body.wp-child-theme-tylo button.back-to-top span{display:none}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px #9aa1b126,0 4px 80px -8px #24282f40,0 4px 4px -2px #5b5e6926;background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video:before{content:"";position:absolute;width:100%;height:100%;background:#ff000057;display:none}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description,.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px 50px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,#0000 0,#000000bf);-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#000000bf;border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:#000000eb}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px #000000a6}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#00000052}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:#000000b3}.glightbox-clean .gprev,.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
