*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0;list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;font-family:"Montserrat",sans-serif;font-size:16px;color:#3a3a3a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#3a3a3a}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#25d8e4;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:rgb(23.5836734694,179.9346938776,190.4163265306)}a:focus:focus{outline:2px solid #25d8e4;outline-offset:2px}button{cursor:pointer}button:focus:focus{outline:2px solid #25d8e4;outline-offset:2px}input,textarea,select{width:100%;padding:.75rem 1rem;border:1px solid #e2e6e8;border-radius:.25rem;background-color:#fff;transition:border-color .3s ease-in-out}input:focus,textarea:focus,select:focus{outline:none;border-color:#25d8e4}input::placeholder,textarea::placeholder,select::placeholder{color:#8f9da3}table{border-collapse:collapse;width:100%}hr{border:0;height:1px;background-color:#e2e6e8;margin:2rem 0}code{font-family:"Courier New",monospace;background-color:#fbf9fa;padding:2px 6px;border-radius:.25rem;font-size:.9em}pre{background-color:#fbf9fa;padding:1rem;border-radius:.5rem;overflow-x:auto}pre code{background-color:rgba(0,0,0,0);padding:0}blockquote{padding-left:1.5rem;border-left:4px solid #25d8e4;font-style:italic;color:#8b8b8b;margin:1.5rem 0}.header{position:sticky;top:0;z-index:100;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05)}.header__shipping{background-color:#25d8e4;color:#fff;text-align:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.header__shipping strong{font-weight:700}@media(max-width: 575px){.header__shipping{font-size:.75rem}}.nav{height:80px;background-color:#fff}@media(max-width: 767px){.nav{height:60px}}.nav__container{max-width:1500px;margin:0 auto;padding:1rem 3rem;height:100%;display:flex;align-items:center;justify-content:space-between;padding-top:0;padding-bottom:0}@media(max-width: 991px){.nav__container{padding:1rem 2rem}}@media(max-width: 575px){.nav__container{padding:1rem 1rem}}.nav__logo{height:2.9rem}@media(max-width: 767px){.nav__logo{height:2.2rem}}.nav__logo a{display:block;height:100%}.nav__logo img{height:100%;width:auto}.nav__actions{display:flex;align-items:center;gap:1.25rem}.nav__btn{display:inline-block;padding:1.15rem 2rem;font-family:"Montserrat",sans-serif;font-weight:700;font-size:1rem;text-decoration:none;text-align:center;border:none;border-radius:.25rem;cursor:pointer;transition:all .3s ease-in-out;line-height:1}.nav__btn:hover{transform:translateY(-2px)}.nav__btn:active{transform:translateY(0)}.nav__btn--create{background-color:#fdc710;color:#000}.nav__btn--create:hover{background-color:#e8bb24}.nav__mobile-toggle{display:none;background:none;border:none;padding:.75rem;cursor:pointer}@media(max-width: 767px){.nav__mobile-toggle{display:block}}.nav__mobile-toggle span{display:block;width:24px;height:2px;background-color:#3a3a3a;margin:5px 0;transition:all .3s ease-in-out}.nav__mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.nav__mobile-toggle.active span:nth-child(2){opacity:0}.nav__mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px, -6px)}.mobile-menu{position:fixed;top:60px;left:0;right:0;bottom:0;background-color:#fff;transform:translateX(100%);transition:transform .3s ease-in-out;z-index:150;overflow-y:auto}.mobile-menu.active{transform:translateX(0)}.mobile-menu__container{padding:2rem 1rem}.mobile-menu__actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.mobile-menu__actions .nav__btn{width:100%}.skip-link{position:absolute;top:-40px;left:0;background:#25d8e4;color:#fff;padding:.75rem 1rem;text-decoration:none;border-radius:.25rem}.skip-link:focus{top:10px;left:10px;z-index:300}.footer{background-color:#fff;color:#8b8b8b;margin-top:4rem}.footer__container{max-width:1500px;margin:0 auto;padding:1rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media(max-width: 991px){.footer__container{padding:1rem 2rem}}@media(max-width: 575px){.footer__container{padding:1rem 1rem}}@media(max-width: 767px){.footer__container{grid-template-columns:1fr;gap:2rem}}.footer__left,.footer__right{display:flex;flex-direction:column}.footer__col{margin-bottom:2rem}.footer__col h4{color:#3a3a3a;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.footer__list{display:flex;flex-direction:column;gap:.75rem}.footer__list li{line-height:1.8}.footer__list a{color:#8b8b8b;transition:color .3s ease-in-out}.footer__list a:hover{color:#25d8e4}.footer__right{align-items:flex-start}@media(max-width: 767px){.footer__right{align-items:center;text-align:center}}.footer__logo{height:3rem;margin-bottom:1.5rem}.footer__logo img{height:100%;width:auto}.footer__tagline{font-size:1rem;margin-bottom:1rem;max-width:300px}.footer__email{color:#25d8e4;font-size:1rem;margin-bottom:1.5rem}.footer__email:hover{color:rgb(23.5836734694,179.9346938776,190.4163265306)}.footer__socials{display:flex;gap:1rem}.footer__socials a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ededed;border-radius:9999px;color:#8b8b8b;transition:all .3s ease-in-out}.footer__socials a:hover{background-color:#25d8e4;color:#fff;transform:translateY(-2px)}.footer__socials a i{font-size:1.25rem}.footer__copyright{background-color:#fbf9fa;text-align:center;padding:1.5rem 1rem;font-size:.875rem;color:#8b8b8b;margin-top:3rem}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;background-color:#25d8e4;color:#fff;border:none;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease-in-out;box-shadow:0px 10px 40px rgba(0,0,0,.15)}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background-color:rgb(23.5836734694,179.9346938776,190.4163265306);transform:translateY(-2px)}.back-to-top i{font-size:1.25rem}@media(max-width: 767px){.back-to-top{bottom:1.5rem;right:1.5rem;width:40px;height:40px}.back-to-top i{font-size:1.125rem}}.main{min-height:calc(100vh - 80px);padding:3rem 0;background-color:#e7fafe}@media(max-width: 767px){.main{min-height:calc(100vh - 60px);padding:2rem 0}}.container{max-width:1500px;margin:0 auto;padding:1rem 3rem}@media(max-width: 991px){.container{padding:1rem 2rem}}@media(max-width: 575px){.container{padding:1rem 1rem}}.container-narrow{max-width:900px;margin:0 auto;padding:4rem 3rem}@media(max-width: 991px){.container-narrow{padding:3rem 2rem}}@media(max-width: 575px){.container-narrow{padding:2rem 1rem}}.page-header{text-align:center;margin-bottom:4rem}.page-header .page-title{font-size:3rem;color:#3a3a3a;margin-bottom:1rem}@media(max-width: 767px){.page-header .page-title{font-size:2rem}}.page-header .page-description{font-size:1.25rem;color:#8b8b8b;max-width:600px;margin:0 auto}.content-card{background-color:#fff;border-radius:.5rem;padding:2rem;box-shadow:0px 0px 30px 0px rgba(82,63,105,.05);margin-bottom:2rem}@media(max-width: 575px){.content-card{padding:1.5rem}}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:1.5rem;margin-bottom:4rem}@media(max-width: 767px){.posts-grid{grid-template-columns:1fr}}.post-card{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0px 0px 30px 0px rgba(82,63,105,.05);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.post-card:hover{transform:translateY(-4px);box-shadow:0px 10px 40px rgba(0,0,0,.15)}.post-card:hover .post-thumbnail img{transform:scale(1.05)}.post-card .post-thumbnail{overflow:hidden}.post-card .post-thumbnail img{width:100%;height:200px;object-fit:cover;transition:transform .5s ease-in-out}.post-card .post-content{padding:1.5rem}.post-card .entry-header{margin-bottom:1rem}.post-card .entry-title{font-size:1.5rem;margin-bottom:.75rem}.post-card .entry-title a{color:#3a3a3a}.post-card .entry-title a:hover{color:#25d8e4}.post-card .entry-meta{font-size:.875rem;color:#8b8b8b}.post-card .entry-summary{color:#8b8b8b;margin-bottom:1rem;line-height:1.6}.post-card .read-more{display:inline-flex;align-items:center;gap:.5rem;color:#25d8e4;font-weight:600;font-size:1rem}.post-card .read-more:hover{gap:.75rem}.post-card .read-more i{font-size:.875rem}.single-content{background-color:#fff;border-radius:.5rem;padding:3rem;box-shadow:0px 0px 30px 0px rgba(82,63,105,.05)}@media(max-width: 767px){.single-content{padding:2rem}}@media(max-width: 575px){.single-content{padding:1.5rem}}.single-content .wp-block-image{margin:2rem 0}.single-content .wp-block-image img{border-radius:.5rem}.single-content .wp-block-image figcaption{font-size:1rem;color:#8b8b8b;text-align:center;margin-top:.75rem}.single-content .wp-block-quote{margin:2rem 0;padding-left:1.5rem;border-left:4px solid #25d8e4}.single-content .wp-block-quote p{font-size:1.25rem;font-style:italic;color:#8b8b8b}.single-content .wp-block-quote cite{display:block;font-size:1rem;color:#8b8b8b;margin-top:.75rem;font-style:normal}.single-content .wp-block-button{margin:1.5rem 0}.single-content .wp-block-button .wp-block-button__link{display:inline-block;padding:1.15rem 2rem;font-family:"Montserrat",sans-serif;font-weight:700;font-size:1rem;text-decoration:none;text-align:center;border:none;border-radius:.25rem;cursor:pointer;transition:all .3s ease-in-out;line-height:1;background-color:#25d8e4;color:#fff}.single-content .wp-block-button .wp-block-button__link:hover{transform:translateY(-2px)}.single-content .wp-block-button .wp-block-button__link:active{transform:translateY(0)}.single-content .wp-block-button .wp-block-button__link:hover{background-color:rgb(23.5836734694,179.9346938776,190.4163265306)}.single-content ul,.single-content ol{margin:1rem 0;padding-left:2rem}.single-content ul li,.single-content ol li{margin-bottom:.5rem}.single-content ul{list-style-type:disc}.single-content ol{list-style-type:decimal}.pagination{display:flex;justify-content:center;align-items:center;gap:.75rem}.pagination .nav-links{display:flex;align-items:center;gap:.5rem}.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;color:#8b8b8b;border-radius:.25rem;font-weight:500;transition:all .3s ease-in-out}.pagination .page-numbers:hover{background-color:#25d8e4;color:#fff}.pagination .page-numbers.current{background-color:#25d8e4;color:#fff}.pagination .page-numbers.dots{background-color:rgba(0,0,0,0)}.pagination .prev,.pagination .next{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#fff;color:#8b8b8b;border-radius:.25rem;font-weight:500;transition:all .3s ease-in-out}.pagination .prev:hover,.pagination .next:hover{background-color:#25d8e4;color:#fff}.search-form{display:flex;max-width:500px;margin:0 auto}.search-form .search-field{flex:1;border-radius:.25rem 0 0 .25rem;border-right:none}.search-form .search-submit{display:inline-block;padding:1.15rem 2rem;font-family:"Montserrat",sans-serif;font-weight:700;font-size:1rem;text-decoration:none;text-align:center;border:none;border-radius:.25rem;cursor:pointer;transition:all .3s ease-in-out;line-height:1;background-color:#25d8e4;color:#fff;border-radius:0 .25rem .25rem 0;padding-left:2rem;padding-right:2rem}.search-form .search-submit:hover{transform:translateY(-2px)}.search-form .search-submit:active{transform:translateY(0)}.search-form .search-submit:hover{background-color:rgb(23.5836734694,179.9346938776,190.4163265306)}.error-page{padding:4rem 1.5rem;min-height:calc(100vh - 80px - 300px);display:flex;align-items:center;justify-content:center}@media(max-width: 767px){.error-page{padding:3rem 1rem;min-height:calc(100vh - 60px - 300px)}}.error-page__wrap{max-width:900px;margin:0 auto;text-align:center;width:100%}.error-page__wrap.-u-align-center{text-align:center}.error-page__image{width:100%;height:auto;max-width:600px;object-fit:contain;margin:0 auto 3rem;display:block}@media(max-width: 767px){.error-page__image{max-width:400px;margin-bottom:2rem}}@media(max-width: 575px){.error-page__image{max-width:300px}}.error-page__title{font-size:2.5rem;font-weight:700;color:#3a3a3a;margin-bottom:1.5rem}@media(max-width: 767px){.error-page__title{font-size:2rem;margin-bottom:1rem}}.error-page__subtitle{font-size:1.25rem;color:#8b8b8b;margin-bottom:3rem;line-height:1.5}@media(max-width: 767px){.error-page__subtitle{font-size:1.125rem;margin-bottom:2rem}}.error-page .btn{display:inline-block;padding:1.25rem 2.5rem;border-radius:.25rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;font-size:1.125rem}@media(max-width: 767px){.error-page .btn{padding:1rem 2rem;font-size:1rem}}.error-page .btn--cyan{background-color:#25d8e4;color:#fff}.error-page .btn--cyan:hover{background-color:rgb(23.5836734694,179.9346938776,190.4163265306);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,216,228,.3)}.error-page .btn--inline{display:inline-block}body.error-404-page .main{padding:0;background-color:#fff}.single-content--minimal .page-header--minimal{margin-bottom:3rem;border-bottom:1px solid #e2e6e8;padding-bottom:2rem}.page-template-page-utility .main{background-color:#e7fafe;padding:4rem 0}@media(max-width: 767px){.page-template-page-utility .main{padding:3rem 0}}.page-content--minimal{background-color:#fff;border-radius:.5rem;padding:4rem;box-shadow:0px 0px 30px 0px rgba(82,63,105,.05)}@media(max-width: 767px){.page-content--minimal{padding:3rem}}@media(max-width: 575px){.page-content--minimal{padding:2rem}}.page-content--minimal .page-header--minimal{margin-bottom:3rem;padding-bottom:0;border-bottom:none;text-align:center}.page-content--minimal .page-header--minimal .page-title{font-size:3rem;font-weight:700;color:#3a3a3a;margin-bottom:0}@media(max-width: 767px){.page-content--minimal .page-header--minimal .page-title{font-size:2rem}}.page-content--minimal .entry-content h2{font-size:2rem;font-weight:700;color:#3a3a3a;margin-top:3rem;margin-bottom:1.5rem}@media(max-width: 767px){.page-content--minimal .entry-content h2{font-size:1.5rem}}.page-content--minimal .entry-content h3{font-size:1.5rem;font-weight:700;color:#3a3a3a;margin-top:2rem;margin-bottom:1rem}@media(max-width: 767px){.page-content--minimal .entry-content h3{font-size:1.25rem}}.page-content--minimal .entry-content p{font-size:1rem;line-height:1.7;color:#3a3a3a;margin-bottom:1rem}.page-content--minimal .entry-content ul,.page-content--minimal .entry-content ol{margin:1rem 0;padding-left:2rem}.page-content--minimal .entry-content ul li,.page-content--minimal .entry-content ol li{margin-bottom:.5rem;line-height:1.7;color:#3a3a3a}.page-content--minimal .entry-content strong{font-weight:600;color:#3a3a3a}.main--featured{padding-top:0}.featured-hero{position:relative;width:100%;height:60vh;min-height:400px;max-height:600px;overflow:hidden;margin-bottom:4rem}.featured-hero__image{width:100%;height:100%;object-fit:cover}.featured-hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%)}.featured-hero__content{position:absolute;bottom:0;left:0;right:0;padding:4rem 0;color:#fff}@media(max-width: 767px){.featured-hero__content{padding:3rem 0}}.featured-hero__title{font-size:3.5rem;color:#fff;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media(max-width: 767px){.featured-hero__title{font-size:3rem}}@media(max-width: 575px){.featured-hero__title{font-size:2rem}}.featured-hero__meta .posted-in{color:#fff;font-size:1.125rem}.featured-hero__meta .posted-in a{color:#fff;text-decoration:underline}.featured-hero__meta .posted-in a:hover{text-decoration:none}.single-content--featured .entry-content--featured{font-size:1.125rem;line-height:1.8}.single-content--featured .entry-content--featured p:first-child{font-size:1.25rem;color:#8b8b8b;line-height:1.6;margin-bottom:2rem}.post-navigation--featured{border-top:2px solid #e2e6e8;padding-top:3rem;margin-top:4rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-0{margin-top:0 !important}.mt-sm{margin-top:.75rem !important}.mt-md{margin-top:1rem !important}.mt-lg{margin-top:1.5rem !important}.mt-xl{margin-top:2rem !important}.mb-0{margin-bottom:0 !important}.mb-sm{margin-bottom:.75rem !important}.mb-md{margin-bottom:1rem !important}.mb-lg{margin-bottom:1.5rem !important}.mb-xl{margin-bottom:2rem !important}.pt-0{padding-top:0 !important}.pt-sm{padding-top:.75rem !important}.pt-md{padding-top:1rem !important}.pt-lg{padding-top:1.5rem !important}.pt-xl{padding-top:2rem !important}.pb-0{padding-bottom:0 !important}.pb-sm{padding-bottom:.75rem !important}.pb-md{padding-bottom:1rem !important}.pb-lg{padding-bottom:1.5rem !important}.pb-xl{padding-bottom:2rem !important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@media print{.header,.footer,.back-to-top,.mobile-menu{display:none}.main{background-color:#fff}a{color:inherit;text-decoration:underline}}
