/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2rem;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1rem}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1rem}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25rem}sup{top:-.5rem}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625rem}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-itrem}template{display:none}[hidden]{display:none}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding:4rem;-webkit-tap-highlight-color:transparent}@media (min-width:768px){html{scroll-padding:6rem}}body{min-height:100vh}body.resize-animation-stopper *{transition:none!important}img{max-width:100%;height:auto;display:block}ul{list-style:none}hr{background-color:#dfdfdf;border:0;height:1px;margin:1.5rem 0}body{font-family:Ubuntu,sans-serif;color:#03283c}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0}.text-center{text-align:center}.page-title{font-size:1.6rem;margin-bottom:1.2rem}@media (min-width:768px){.page-title{font-size:1.9rem;margin-bottom:2rem}}.section-title{text-align:center;margin-bottom:1.5rem}@media (min-width:768px){.section-title{font-size:1.8rem;margin-bottom:2.2rem}}.editor{line-height:1.5}.editor>:first-child{margin-top:0!important}.editor>:last-child{margin-bottom:0!important}.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6{margin:1.25rem 0 .8rem 0;line-height:1.3}.editor p{margin-bottom:1.2rem}.editor a:not([class]){text-decoration:underline;font-weight:500}.editor b,.editor strong{font-weight:600}.editor ol,.editor ul{margin-bottom:1.5rem}.editor ul{list-style-type:disc}.editor .wp-block-image figcaption{font-size:.875rem}.editor pre.wp-block-code{border-left:6px solid #313131;background-color:#f5f7f9;padding:.8em .6rem;margin-bottom:1.2rem}.editor .wp-block-pullquote{border-top:4px solid #3b3b3b;border-bottom:4px solid #3b3b3b;margin-bottom:1.2rem}.editor .wp-block-button__link{margin-bottom:1.2rem}.editor ul,ul.checkmarks{line-height:1.5;margin-left:0;display:grid;gap:.7rem}.editor ul li,ul.checkmarks li{position:relative;list-style-type:none;background-image:url(../../svg/checkmark.svg);background-position:0 4px;background-size:20px;background-repeat:no-repeat;padding-left:35px}:focus{outline:0}body.using-keyboard :focus{outline:#000 auto 2px}.skip-link:focus{outline:#000 auto 2px!important}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#03283c}.hamburger-box{width:36px;height:22px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:36px;height:2px;background-color:#03283c;border-radius:1px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1)}.button,.button-reset,.single_add_to_cart_button,.woocommerce a.button,.wp-block-button__link,button,input[type=button],input[type=submit]{border:none;margin:0;padding:0;width:auto;overflow:visible;background:0 0;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}.button-reset::-moz-focus-inner,.button::-moz-focus-inner,.single_add_to_cart_button::-moz-focus-inner,.woocommerce a.button::-moz-focus-inner,.wp-block-button__link::-moz-focus-inner,button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}.button,.single_add_to_cart_button,.woocommerce a.button,.wp-block-button__link,input[type=button],input[type=submit]{display:inline-block;text-decoration:none;background-color:#03283c;color:#fff;padding:.7rem 2rem;border-radius:.5rem;text-align:center;transition:background-color .2s;cursor:pointer}.button:hover,.single_add_to_cart_button:hover,.woocommerce a.button:hover,.wp-block-button__link:hover,input[type=button]:hover,input[type=submit]:hover{background-color:#022131}.button.secondary,.single_add_to_cart_button.secondary,.woocommerce a.button.secondary,.wp-block-button__link.secondary,input[type=button].secondary,input[type=submit].secondary{background-color:#00a1e9}.button.secondary:where(:hover,:focus),.single_add_to_cart_button.secondary:where(:hover,:focus),.woocommerce a.button.secondary:where(:hover,:focus),.wp-block-button__link.secondary:where(:hover,:focus),input[type=button].secondary:where(:hover,:focus),input[type=submit].secondary:where(:hover,:focus){background-color:#008fd1}.button.borders,.single_add_to_cart_button.borders,.woocommerce a.button.borders,.wp-block-button__link.borders,input[type=button].borders,input[type=submit].borders{box-shadow:inset 0 0 0 2px #03283c;background-color:transparent}.button.borders:where(:hover,:focus),.single_add_to_cart_button.borders:where(:hover,:focus),.woocommerce a.button.borders:where(:hover,:focus),.wp-block-button__link.borders:where(:hover,:focus),input[type=button].borders:where(:hover,:focus),input[type=submit].borders:where(:hover,:focus){background-color:#03283c;color:#fff}.button.arrow,.single_add_to_cart_button.arrow,.woocommerce a.button.arrow,.wp-block-button__link.arrow,input[type=button].arrow,input[type=submit].arrow{display:inline-flex;justify-content:center;align-items:center}.button.arrow:after,.single_add_to_cart_button.arrow:after,.woocommerce a.button.arrow:after,.wp-block-button__link.arrow:after,input[type=button].arrow:after,input[type=submit].arrow:after{content:'';display:inline-block;width:1rem;height:.8rem;background-image:url(../../svg/arrow-right.svg);background-repeat:no-repeat;background-position:right;background-size:contain;margin-top:1px}.button.email:before,.button.phone:before,.single_add_to_cart_button.email:before,.single_add_to_cart_button.phone:before,.woocommerce a.button.email:before,.woocommerce a.button.phone:before,.wp-block-button__link.email:before,.wp-block-button__link.phone:before,input[type=button].email:before,input[type=button].phone:before,input[type=submit].email:before,input[type=submit].phone:before{content:'';display:inline-block;background-image:url(../../svg/phone.svg);background-size:100%;background-repeat:no-repeat;background-position:center;margin-right:11px;margin-bottom:-2px}.button.phone:before,.single_add_to_cart_button.phone:before,.woocommerce a.button.phone:before,.wp-block-button__link.phone:before,input[type=button].phone:before,input[type=submit].phone:before{background-image:url(../../svg/phone.svg);width:12px;height:12px}.button.email:before,.single_add_to_cart_button.email:before,.woocommerce a.button.email:before,.wp-block-button__link.email:before,input[type=button].email:before,input[type=submit].email:before{background-image:url(../../svg/email.svg);width:17px;height:14px}.pagination{text-align:center;display:flex;justify-content:center;flex-wrap:wrap;margin-top:2rem;gap:.5rem}.pagination .page-numbers{border:2px solid #03283c;border-radius:50%;width:2.2rem;height:2.2rem;color:#03283c;font-weight:600;font-size:1.0625rem;display:inline-flex;justify-content:center;align-items:center}.pagination .page-numbers.current,.pagination .page-numbers:hover{background-color:#03283c;color:#fff}.card-post{border-radius:1rem;overflow:hidden;background:#03283c;color:#fff;box-shadow:0 0 22px rgba(0,0,0,.07)}.card-post .date{position:absolute;top:-2.5rem;left:.8rem;padding:.3rem .5rem .2rem;background-color:#fff;font-size:.9375rem;margin-bottom:.5rem;color:#03283c;font-weight:500;border-radius:.4rem;font-size:.9rem}.card-post h1{font-size:1.3rem;margin-top:0;margin-bottom:.7rem}.card-post h2{margin-bottom:1.5rem;font-size:1.7rem}.card-post h3{margin-bottom:.8rem;font-size:1.35rem;font-weight:600}.card-post p{margin-bottom:1.1rem}.card-post .image{overflow:hidden}@supports not (aspect-ratio:1/1){.card-post .image{height:17rem}}.card-post .image img{width:100%;height:100%;aspect-ratio:16/11;-o-object-fit:cover;object-fit:cover;transition:all .4s}.card-post .text{position:relative;padding:1rem 1.3rem 1.4rem}.card-post:hover .image img{transform:scale(1.1)}.card-post:hover .button{background-color:#008fd1}@media (min-width:768px){.card-post h1{font-size:1.4rem}}.page-header-image{position:relative;height:32vh;min-height:200px;max-height:500px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-left:1rem;padding-right:1rem}.page-header-image .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#00000026,#00000075)}.page-header-image h1{position:relative;font-size:2rem;color:#fff;text-shadow:0 0 5px #000;text-align:center}@media (min-width:768px){.page-header-image{height:35vh}.page-header-image h1{font-size:2.5rem}}.contact-form{border-radius:.5rem;padding:1.2rem 1.3rem}.contact-form .grid{margin-top:1.5rem}@media (min-width:768px){.contact-form{padding:2.6rem 3rem}.contact-form .grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}}.contact-form .button{width:100%}.contact-form h2{font-size:1.7rem;margin-bottom:1.4rem}@media (min-width:768px){.contact-form .form{padding:2.4rem 3rem 3rem}}.site-header{position:relative;background:#fff;z-index:1000;position:fixed;top:0;width:100%;max-width:1920px}.site-header .hamburger-box{display:block!important}.site-header .top .content{position:relative;display:flex;justify-content:flex-end;align-items:center}.site-header .top .button{display:none}.site-header .logo-container{width:4.5rem;margin-left:1rem;margin-right:auto;padding-top:.5rem;padding-bottom:.5rem}.site-header .logo-container a,.site-header .logo-container img{width:100%}.site-header .logo-container.desktop{display:none}.site-header .icon-text{display:none}.site-header .desktop-menu{display:none;margin-right:.3rem}.site-header .mobile-menu{position:fixed;right:0;height:100%;min-width:16rem;max-width:19rem;background:#03283c;padding:.9rem 1.6rem;padding-bottom:7.1rem;transform:translate3d(100%,0,0);transition:all .3s ease-out;visibility:hidden;overflow:auto;box-shadow:0 0 10px 0 #0000002e;z-index:-1;color:#fff}.site-header .mobile-menu .menu>li{border-bottom:1px solid #0a354d}.site-header .mobile-menu nav a{padding-left:0;padding-right:0}.site-header .mobile-menu.show{transform:translate3d(0,0,0);visibility:visible}.site-header .mobile-menu .sub-menu{display:none;padding-left:1.3rem}.site-header .mobile-menu .sub-menu.depth-0 a{font-size:.9375rem}.site-header .mobile-menu .sub-menu.depth-1 a{font-size:.875rem}.site-header .mobile-menu .sub-menu .current-menu-item>a,.site-header .mobile-menu .sub-menu .current-product-parent>a{font-weight:500}.site-header .mobile-menu .sub-menu>a{padding-left:2.5em}.site-header .button.phone{padding:7px 13px;color:#fff;box-shadow:inset 0 0 0 2px #fff}.site-header .button.phone::before{background-image:url(../../svg/phone-white.svg)}.site-header .button.phone:first-of-type{margin-top:1.2rem;margin-bottom:.7rem}.site-header ul.menu li{position:relative;list-style:none}.site-header ul.menu li a{position:relative;display:block;text-decoration:none;padding-top:.6875rem;padding-bottom:.6875rem}.site-header ul.menu .current-menu-item>a,.site-header ul.menu .current-menu-parent:not(.menu-item-has-children)>a{font-weight:500}.site-header ul.menu .open>.sub-menu-toggle{transform:rotate(180deg)}.site-header ul.menu .open>.sub-menu{display:block}.site-header ul.menu .sub-menu-toggle{display:grid;place-items:center;width:40px;height:40px;border:0;cursor:pointer;background:0 0;position:absolute;top:0;right:.6rem;transition:transform .2s}.site-header li{position:relative;list-style:none}.site-header li a{position:relative;display:inline-block;text-decoration:none;padding:.6875rem .9rem}.site-header .box-shadow{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0 0 10px #00000013;pointer-events:none;background:#fff;z-index:-1}@media (min-width:768px){.site-header .bottom .content,.site-header .top .content{max-width:86.125rem;margin-left:auto;margin-right:auto}.site-header .bottom{display:block}.site-header .bottom>.content{display:flex;justify-content:space-between;align-items:center}.site-header .top{font-weight:400;color:#03283c}.site-header .top .content{justify-content:end;padding-top:1rem;padding-bottom:.2rem;gap:2.7rem;padding-right:1.2rem}.site-header .top .icon-text{display:grid;font-size:1rem}.site-header .top .button{display:block;padding:.5rem 1rem}.site-header .logo-container{width:8rem;padding-top:1rem;padding-bottom:1rem;margin-top:-2.375rem}.site-header .logo-container.mobile{display:none}.site-header .logo-container.desktop{display:block}.site-header .hamburger{display:none}.site-header .mobile-menu{display:none}.site-header .desktop-menu{display:block}.site-header .desktop-menu .menu{display:flex}.site-header .desktop-menu .menu>li>a{padding-top:1.25rem;padding-bottom:1.25rem}.site-header .desktop-menu a{position:relative;transition:color .2s}.site-header .desktop-menu .menu-item-has-children>a{padding-right:2rem!important}.site-header .desktop-menu .menu-item-has-children.open>.sub-menu,.site-header .desktop-menu .menu-item-has-children:hover>.sub-menu{transform:translateY(0);opacity:1;visibility:visible}.site-header .desktop-menu .menu-item-has-children .sub-menu-toggle{right:0;width:30px;height:100%}.site-header .desktop-menu .menu-item-has-children .sub-menu-toggle svg path{stroke:#03283c}.site-header .desktop-menu .sub-menu{padding:0;background:#fff;box-shadow:0 0 10px #00000024}.site-header .desktop-menu .sub-menu a{padding:.9rem .9rem .8rem;border-bottom:1px solid #f1f1f1;white-space:nowrap}.site-header .desktop-menu .sub-menu.depth-0{position:absolute;transform:translateY(15px);opacity:0;visibility:hidden;transition:transform .2s,opacity .2s,visibility .2s;display:grid}.site-header .desktop-menu .sub-menu.depth-0 .sub-menu-toggle svg{transform-origin:center;transform:rotate(270deg) translateY(-3px)}.site-header .desktop-menu .sub-menu.depth-1{opacity:0;visibility:hidden;position:absolute;left:100%;top:0}}.admin-bar .site-header{margin-top:2rem}.site-footer{position:relative;box-shadow:0 0 5px #00000038;background:#03283c;color:#fff;overflow:hidden}.site-footer a{font-weight:400;line-height:1.5}.site-footer h2{font-size:1.4rem;font-weight:600;margin-bottom:1.2rem}.site-footer h3{margin-top:1.1rem;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.site-footer a,.site-footer p{font-size:1rem;line-height:1.8}.site-footer .logo-container{width:10rem}.site-footer .logo-container img{width:100%}.site-footer .top .grid{gap:1.8rem;padding-top:2rem;padding-bottom:2rem}.site-footer .bottom>.grid,.site-footer .top>.grid{display:grid;align-items:start;justify-items:start;padding-left:1.2rem;padding-right:1.2rem;max-width:1050px;margin-left:auto;margin-right:auto}.site-footer .certificates{display:grid;gap:1rem}.site-footer .certificates img{max-width:7rem}.site-footer .social-icons{display:flex;gap:.6rem}.site-footer .social-icons a{padding:.5rem;border-radius:50%;background-color:#022131}.site-footer .social-icons img{height:20px}.site-footer .bottom .grid{margin-left:auto;margin-right:auto;padding-top:10px;padding-bottom:10px}.site-footer .bottom a,.site-footer .bottom p{margin:0;font-weight:300;color:#9c9c9c;font-size:.8125rem;line-height:1.7}@media (min-width:768px){.site-footer .grid{grid-auto-flow:column;justify-content:space-between}.site-footer .top .grid{padding-top:3.3rem;padding-bottom:3.3rem;gap:3rem}.site-footer .certificates{grid-template-columns:7.1rem 1fr}.site-footer .certificates .asiakastieto{grid-row:1/3}.site-footer .certificates .taloushallintoliitto{grid-column:2}.site-footer .certificates .netvisor,.site-footer .certificates .taloushallintoliitto{width:7rem}.site-footer .certificates img{width:100%}}.footer-banner{background-color:#007aca}.footer-banner .image{max-width:1349px;margin-left:auto;margin-right:auto}.footer-banner .procountor{max-width:calc(100% - 2.6rem);margin-left:auto;margin-right:auto;padding-top:.6rem;padding-bottom:.6rem}@media (min-width:768px){.footer-banner .image{display:grid;grid-template-columns:1fr 1.4fr;gap:1rem;align-items:center}.footer-banner .procountor{padding:0}}aside.sidebar-single>.grid{display:grid;gap:1.5rem}@media (min-width:620px){aside.sidebar-single>.grid{grid-template-columns:1fr 1fr;gap:1.7rem}}@media (min-width:1000px){aside.sidebar-single>.grid{grid-template-columns:1fr 1fr 1fr}}form{position:relative}form h2,form h3{font-weight:600;margin-bottom:1rem}form label{display:inline-block;font-size:1rem;font-weight:400;color:#fff;margin-left:.2rem;margin-bottom:.6rem!important}form .asterisk,form .required{color:#ce1111;font-weight:500}form input[type=email],form input[type=password],form input[type=tel],form input[type=text],form textarea{width:100%;display:block;padding:7px!important;color:#000;line-height:1.15!important;border:1px solid #ddd;border-radius:5px;background-color:#fff}form input[type=email]:focus,form input[type=password]:focus,form input[type=tel]:focus,form input[type=text]:focus,form textarea:focus{box-shadow:0 0 12px #0000001a}form textarea{height:100px}form select{width:100%;border:1px solid #ddd;border-radius:6px;display:block;padding:6px 8px;box-shadow:0;color:#4d4d4d!important;box-shadow:0;background-color:#fff}.wpcf7 input{accent-color:#022131}.wpcf7 .wpcf7-list-item{margin:0}.wpcf7 .wpcf7-not-valid-tip{margin-top:.5rem;color:#e31c1c;font-weight:500}.wpcf7 .wpcf7-spinner{position:absolute!important;bottom:-1rem;left:50%;transform:translateX(calc(-50% - 24px))}.wpcf7 .wpcf7-response-output{color:#fff!important;border-color:#00a1e9!important}.wpcf7 br{display:none}.wpcf7 .wpcf7-checkbox,.wpcf7 .wpcf7-radio{display:grid;gap:.2rem;margin-top:.4rem}.wpcf7 .wpcf7-checkbox input,.wpcf7 .wpcf7-radio input{margin-right:.3rem}.form{background-color:#03283c;color:#fff}.form p{margin-bottom:0}.form .row{position:relative}.form .row>div{margin-bottom:1.4rem}.form .full-width{grid-column:1/-1}@media (min-width:576px){.form .two-columns{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:1.5rem;column-gap:1.5rem}}.form .radio-buttons{margin-bottom:1rem}.form .radio-buttons label{margin-bottom:1rem}.form .checkboxes{margin-top:1rem}.form .additional-info{display:block;font-size:.9375rem;font-style:italic;color:#3d3d3d;margin-top:.55rem;margin-bottom:.3rem}.form .image-upload p{margin-bottom:.5rem}.form .image-upload #mfcf7_zl_multifilecontainer{margin:0}.form .image-upload #mfcf7_zl_add_file{background-color:transparent!important;border:2px dashed #03283c;border-radius:8px;background-color:transparent;color:#03283c;margin-bottom:0!important;width:100%}.form .image-upload label{margin-bottom:0!important}.form .acceptance{margin-bottom:.4rem!important}.form .acceptance a{text-decoration:underline}.form .marketing{margin-bottom:.7rem!important}.form .hidden-fields{max-height:0;overflow:hidden}.home .hero{position:relative;background-color:#03283c}.home .hero .grid{display:grid;grid-template-rows:16rem auto;margin-left:auto;margin-right:auto;height:100%}.home .hero .image{position:relative;background-size:cover;background-position:50% 50%;overflow:hidden;border-top-left-radius:1.7rem;border-bottom-left-radius:1.7rem;margin-left:1.5rem;margin-top:2rem}.home .hero .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0000001f,#0000006b)}.home .hero .text{display:grid;place-content:center;padding:1.3rem 1.4rem 2.25rem;color:#fff}.home .hero h1{color:#fff;font-size:1.7rem;margin-bottom:1.2rem}.home .hero h1:before{content:'Varmaa laskentaa jo yli 40 vuotta';display:block;font-size:1.3rem;font-weight:400;margin-bottom:.7rem}.home .hero p{font-weight:300;margin-bottom:1.5rem}.home .hero .buttons{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.7rem}@media (min-width:576px){.home .hero .grid{grid-template-rows:23rem auto}.home .hero .text{padding:2.3rem 2rem 3.5rem}.home .hero .editor{max-width:30rem;margin-left:auto;margin-right:auto}.home .hero h1{font-size:2.2rem}.home .hero p{margin-bottom:1.8rem}.home .hero .image{margin-top:3rem;margin-left:2rem;border-top-left-radius:3.7rem;border-bottom-left-radius:3.7rem}}@media (min-width:992px){.home .hero .grid{grid-template-rows:1fr;grid-template-columns:1fr 1.2fr;min-height:650px}.home .hero h1{font-size:2.8rem}.home .hero .image{margin-left:0;margin-top:4rem;margin-bottom:4rem}.home .hero .text{padding:3rem 0 3rem 3rem;order:-1;z-index:1;margin-right:-16rem}.home .hero .editor{max-width:none}}@media (min-width:1200px){.home .hero .grid{grid-template-columns:1fr 1.4fr}.home .hero .text{margin-right:-15rem;padding-left:4rem}}@media (min-width:1500px){.home .hero .grid{grid-template-columns:1fr 1.8fr;min-height:750px}.home .hero .text{margin-right:-15rem;padding-left:5rem}}@media (min-width:1700px){.home .hero .grid{grid-template-columns:1fr 2fr;min-height:750px}.home .hero .text{margin-right:-15rem;padding-left:7rem}}.home .link-cards{margin-top:1.7rem;margin-bottom:3rem;padding-left:1.2rem;padding-right:1.2rem;margin-left:auto;margin-right:auto;max-width:1300px}.home .link-cards .grid{display:grid;gap:1.4rem}.home .link-cards article{overflow:hidden}.home .link-cards article:hover .image img{transform:scale(1.1)}.home .link-cards article:hover .button{background-color:#022131;color:#fff}.home .link-cards a{display:grid;grid-template-rows:auto 1fr;height:100%}.home .link-cards .image{overflow:hidden;border-radius:1.5rem}.home .link-cards .image img{transition:transform .5s}.home .link-cards .text{position:relative;display:flex;flex-direction:column;align-items:flex-start;background:#eefbff;padding:1.2rem;margin-right:1.5rem;margin-top:-4rem;border-radius:1.5rem;border-top-left-radius:0}.home .link-cards h3{font-size:1.5rem;margin-bottom:.7rem}.home .link-cards .button{margin-top:auto}@media (min-width:768px){.home .link-cards{margin-top:4rem;margin-bottom:4.5rem}.home .link-cards .text{padding:1.35rem 2rem 2rem}.home .link-cards .grid{grid-template-columns:1fr 1fr}}@media (min-width:1200px){.home .link-cards .grid{gap:2rem}}.home .blog{margin-top:2.5rem;margin-bottom:2.5rem}.home .blog .content{max-width:1300px;margin-left:auto;margin-right:auto;padding-left:1.2rem;padding-right:1.2rem}@media (min-width:768px){.home .blog .content{padding-left:2rem;padding-right:2rem}}.home .blog .grid{position:relative;display:grid;gap:1.4rem;margin-bottom:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));isolation:isolate}@media (min-width:620px){.home .blog .grid{grid-template-columns:1fr 1fr;gap:1.7rem}}@media (min-width:768px){.home .blog{margin-top:4rem;margin-bottom:5.3rem}}@media (min-width:1000px){.home .blog .grid{grid-template-columns:1fr 1fr 1fr}}.error404 .container,.page-template-default:not(.home) .container{max-width:900px;margin-left:auto;margin-right:auto;padding:1.5rem 1.5rem 3rem;background:#fff}@media (min-width:576px){.error404 .container,.page-template-default:not(.home) .container{padding:2.5rem 2rem 4rem}}.archive .site-content .container,.blog .site-content .container,.search .site-content .container{max-width:1300px;margin-left:auto;margin-right:auto;padding:2em 1.2rem 3.2rem}@media (min-width:768px){.archive .site-content .container,.blog .site-content .container,.search .site-content .container{padding:3.2rem 2rem 4.5rem}}.archive .site-content .posts,.blog .site-content .posts,.search .site-content .posts{position:relative;display:grid;gap:1.4rem;isolation:isolate;max-width:1300px;margin-left:auto;margin-right:auto}@media (min-width:620px){.archive .site-content .posts,.blog .site-content .posts,.search .site-content .posts{grid-template-columns:1fr 1fr}}@media (min-width:1000px){.archive .site-content .posts,.blog .site-content .posts,.search .site-content .posts{grid-template-columns:1fr 1fr 1fr}}.single-post .site-content{background-color:#eefbff}.single-post .site-content .page-header-image-container{overflow:hidden}.single-post .site-content .page-header-image{background-image:url(../../images/default-image.jpg);transform:scale(1.1);transform-origin:center;overflow:hidden;filter:blur(10px)}.single-post .site-content .post-content{position:relative;margin-top:-6rem;max-width:55rem;margin-left:auto;margin-right:auto;border-radius:1.5rem;overflow:hidden}.single-post .site-content .post-content .image{overflow:hidden}.single-post .site-content .post-content .image img{width:100%}.single-post .site-content .post-content .text{padding:1.2rem 1.3rem 1.6rem;background-color:#fff}.single-post .site-content .post-content h1{font-size:1.7rem;margin-bottom:1rem}.single-post .site-content .post-content .date{font-size:.9375rem;margin-bottom:1rem;color:#4d4d4d;font-weight:500;font-size:14px}.single-post .site-content .container{display:grid;gap:2rem;padding:0 1.1rem 3rem;max-width:80rem;margin-left:auto;margin-right:auto}.single-post .site-content .read-also .grid{display:grid;gap:1.5rem}@media (min-width:768px){.single-post .site-content .post-content{margin-top:-10rem}.single-post .site-content .post-content .text{padding:2rem 2.4rem 2.6rem}.single-post .site-content .container{gap:4rem;padding:0 2rem 5rem}.single-post .site-content .read-also .grid{grid-template-columns:1fr 1fr 1fr;gap:1.5rem}}.page-yhteystiedot .site-content p{max-width:35rem}.page-yhteystiedot .site-content .wp-block-columns{max-width:30rem}.page-yhteystiedot .site-content .wp-block-columns p:last-of-type{margin-bottom:0}.page-template-palvelusivu .site-content .container{max-width:900px;margin-left:auto;margin-right:auto;padding:0 1rem 3rem}.page-template-palvelusivu .site-content .intro{position:relative;margin-left:auto;margin-right:auto;background-color:#eefbff;padding:1.5rem 1.4rem;border-radius:1.5rem;margin-top:-3rem;margin-bottom:2rem}.page-template-palvelusivu .site-content .image-text-grid{margin-top:2rem;margin-bottom:2rem}.page-template-palvelusivu .site-content .text-blocks{margin-bottom:2rem}.page-template-palvelusivu .site-content .is-layout-grid{display:grid;-moz-column-gap:2.3rem;column-gap:2.3rem;row-gap:1.2rem;margin-top:1.8rem;margin-bottom:2rem}@media (min-width:768px){.page-template-palvelusivu .site-content .intro{padding:2.4rem 3rem 3rem;margin-top:-6rem}.page-template-palvelusivu .site-content .image-text-grid{margin-top:3.5rem;margin-bottom:3.5rem}.page-template-palvelusivu .site-content .text-blocks{margin-bottom:4rem}.page-template-palvelusivu .site-content .container{padding:0 2rem 4rem}}#page{max-width:1920px;margin:0 auto}.hide{display:none}.first-last-marginless>:first-child,.page-template-palvelusivu .site-content .is-layout-grid .wp-block-group__inner-container>:first-child{margin-top:0!important}.first-last-marginless>:last-child,.page-template-palvelusivu .site-content .is-layout-grid .wp-block-group__inner-container>:last-child{margin-bottom:0!important}.floating-button{position:fixed;display:grid;place-items:center;right:15px;width:48px;height:48px;background-color:#00a1e9;z-index:10;box-shadow:1px 1px 13px #00000044;border-radius:100%;border:2px solid #00a1e9}.floating-button img{height:54%}.floating-button.whatsapp{bottom:15px}.floating-button.call{bottom:15px}.floating-button.call img{height:36%}@media (min-width:768px){.floating-button.call{display:none}.floating-button.whatsapp{width:58px;height:58px;bottom:30px;right:30px}}.icon-text{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:start;gap:.7rem}.icon-text.email img{height:12px}.icon-text.phone img{height:14px}.icon-text.address img{height:17px}.icon-text.opening-hours img{height:12px}.icon-text.facebook img{height:16px}.icon-text:hover{text-decoration:underline}.icon-text>*{line-height:1}.global-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.scroll-to-top-button{position:fixed;display:flex;justify-content:center;align-items:center;bottom:1rem;right:1rem;height:3rem;width:3rem;border-radius:50%;background-color:#fff;box-shadow:0 0 9px #00000029;visibility:hidden;opacity:0;transition:all .15s;z-index:1000}@media (min-width:576px){.scroll-to-top-button{right:2rem;bottom:2rem}}.scroll-to-top-button:hover{background-color:#ececec;transform:scale(1.05)}.site-content{padding-top:3.1875rem}@media (min-width:768px){.site-content{padding-top:6rem}}.full-width-embed-container{position:relative;overflow:hidden;width:100%;padding-top:56.25%;border-radius:.5rem}.full-width-embed-container iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.map{display:flex}.map .wpgmza-preloader{display:none!important}