:root{--primary-color:#1c6eb7;--secondary-color:#f14e32;--text-color:#3a3a3a;--link-color:#d63638;--link-hover-color:#f14e32;--link-bg-hover-color:#d63638;--border-color:#ddd;--body-background-color:#f0efe7;--primary-color-shade1:#01457d;--primary-color-shade2:#013058;--primary-color-tint1:#0484f1;--secondary-color:#D26E4B;--btn-color:#ff6f3c;--btn-hover-color:#ff8048;--btn-text-color:#fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Raleway";color:var(--text-color);background-color:#fff}a{color:var(--text-color);text-decoration:none}a:hover{color:#555}header{margin:30px 0}.container{max-width:760px;margin:0 auto;padding:0 15px}@media (max-width:1040px){.container{padding:0 10px}}@media (max-width:468px){.home .container{padding:0 5px}}.innerContainer{max-width:800px;margin:0 auto;padding:0 15px}.Header{display:flex;align-items:center;justify-content:space-between;gap:20px}.Logo{font-size:20px;font-weight:600}.Logo img{width:auto;height:32px}.nav-links{display:flex;list-style:none;gap:20px;flex-wrap:wrap}.nav-links a{font-size:16px;font-weight:500}.newsBur{display:flex;gap:10px}.burger{display:none;flex-direction:column;cursor:pointer}.burger div{width:25px;height:3px;background-color:#000;margin:3px 0}@media screen and (max-width:768px){.nav-links{display:none}.burger{display:flex}.nav-active{display:flex;flex-direction:column;background-color:#333;position:absolute;top:48px;right:0;width:100%;padding:5px 10px;gap:10px}.nav-active a{color:#fff}.nav-active li{border-bottom:1px solid #eee;margin:0;padding-bottom:10px}.burger.active .line1{transform:rotate(-45deg) translate(-5px,6px)}.burger.active .line2{opacity:0}.burger.active .line3{transform:rotate(45deg) translate(-5px,-6px)}}.newslatter{justify-content:flex-end;background:#fff0f0;font-weight:700;padding:3px 8px;border-radius:50px;font-size:16px}.footer{border-top:1px solid #eaeaea;padding:20px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px}.footerMenu ul{display:flex;justify-content:space-between;gap:20px;list-style:none}@media (max-width:840px){.footer{flex-direction:column;align-items:center}}.layout.with-sidebar{display:grid;grid-template-columns:2.8fr 1.2fr;gap:15px;margin-bottom:30px}.layout.full-width{display:grid;grid-template-columns:1fr;margin-bottom:30px}.sidebar{display:flex;flex-direction:column;gap:15px}.offerCard{display:flex;flex-direction:column;gap:10px;border:1px solid #ddd;border-radius:5px;padding:10px;background-color:#f9f9f9}.offerCard .head{display:flex;gap:10px}.offerCard .head img{width:70px;height:70px}.offerCard .head p{font-size:16px;font-weight:600;color:#333;margin-bottom:5px}.offerCard .head span{display:block;font-size:13px;color:#333;line-height:15px;font-weight:500}.offerCard .btn{display:inline-block;color:var(--btn-text-color);padding:5px 10px;border-radius:3px;text-decoration:none;font-weight:600;font-size:14px;text-align:center}.offerCard .btn:hover{background-color:var(--btn-hover-color)}@media (max-width:1040px){.layout.with-sidebar{grid-template-columns:1fr}aside.sidebar{display:none}}.postMeta{text-align:center}.postDate{font-size:16px}.postTitle h1{line-height:1.2}.postExcerpt{font-size:18px}.postThumbnail{position:relative;font-size:0}.postThumbnail img{width:100%;height:260px;border-radius:5px 5px 0 0;object-fit:cover;margin-top:15px}.postThumbnail a{position:absolute;background-color:#000;bottom:10px;right:10px;font-size:10px;padding:1px 5px;border-radius:50px;color:#fff;font-weight:700}.postDisclosure{font-size:14px;color:#000;background-color:#e9e9e9;padding:3px;text-align:left}.postContent{font-size:18px;margin-top:10px}.postContent h2{font-size:24px}.postContent h3{font-size:22px}.postContent h4{font-size:20px}.postContent h2,.postContent h3,.postContent h4{margin-bottom:20px}.postContent p{margin-bottom:20px;line-height:1.6}.postContent a{text-decoration:underline;text-decoration-color:#0d8794;text-decoration-thickness:.1em;text-underline-offset:2px}.postContent ul,.postContent ol{margin-bottom:20px;margin-left:15px}.postContent ul li{list-style:square}.postContent .wp-block-image{margin-bottom:20px}.postAuthor img{max-width:150px}.page .postMeta{text-align:left;margin-bottom:20px}.postLoop{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;margin-bottom:20px}.postLoop article{border:1px solid #ddd;border-radius:3px;display:flex;flex-direction:column;gap:10px}.postLoop article img{max-width:100%;height:180px;object-fit:cover;border-radius:5px 5px 0 0}.postLoop article h3{padding:0 10px 5px;line-height:1.2}.product_card{border:1px solid var(--border-color);border-radius:5px;margin-bottom:20px;padding:5px}.product_card_title{font-size:20px;font-weight:600;margin-bottom:10px!important}.product_card_intro{margin-bottom:10px!important;line-height:1.4!important}.product_card_btn{gap:0!important}.product_card_btn div a{margin-bottom:0px!important}.product_card_btn div:nth-child(1) a{background:var(--btn-color);color:#fff;padding:5px 10px;border-radius:3px;text-decoration:none;font-size:18px;font-weight:700;display:inline-block;margin-bottom:20px}.product_card_btn div:nth-child(2) a{background:none;color:#000;text-decoration:underline;text-decoration-color:#0d8794;text-decoration-thickness:.1em;text-underline-offset:2px;font-size:14px;font-weight:500;padding:0;margin:0 0 0 5px}.img_h300{height:300px}