.tooltipster-base{display:flex;pointer-events:none;position:absolute;}.tooltipster-box{flex:1 1 auto;}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto;}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden;}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity;}.tooltipster-fade.tooltipster-show{opacity:1;}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden;}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,1);-webkit-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-moz-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-ms-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);-o-transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);transition-timing-function:cubic-bezier(0.230,0.635,0.495,2.4);}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);}.tooltipster-fall.tooltipster-initial{top:0 !important;}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0 !important;opacity:0;}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1);-webkit-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-moz-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-ms-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);-o-transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);transition-timing-function:cubic-bezier(0.175,0.885,0.320,1.15);}.tooltipster-slide.tooltipster-initial{left:-40px !important;}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0 !important;opacity:0;}@keyframes tooltipster-fading{0%{opacity:0;}100%{opacity:1;}}.tooltipster-update-fade{animation:tooltipster-fading 400ms;}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg);}75%{transform:rotate(2deg);}100%{transform:rotate(0);}}.tooltipster-update-rotate{animation:tooltipster-rotating 600ms;}@keyframes tooltipster-scaling{50%{transform:scale(1.1);}100%{transform:scale(1);}}.tooltipster-update-scale{animation:tooltipster-scaling 600ms;}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid black;border-radius:4px;}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px;}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px;}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px;}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px;}.tooltipster-sidetip .tooltipster-content{color:white;line-height:18px;padding:6px 14px;}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute;}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px;}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px;}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px;}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px;}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0;}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent;}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0px;top:3px;}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0px;}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0px;}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0px;top:-3px;}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0;}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:black;}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:black;}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:black;}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:black;}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative;}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px;}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px;}.tooltipster-sidetip.tt-cloudcity .tooltipster-box{border:none;background:#001031;background:rgba(0,16,49,0.9);font-size:13px;}.tooltipster-sidetip.tt-cloudcity .tooltipster-content{color:#f2f5f7;}.tooltipster-sidetip.tt-cloudcity .tooltipster-content a{color:#03b059;}.tooltipster-sidetip.tt-cloudcity.tooltipster-bottom .tooltipster-box{margin-top:6px;}.tooltipster-sidetip.tt-cloudcity.tooltipster-left .tooltipster-box{margin-right:6px;}.tooltipster-sidetip.tt-cloudcity.tooltipster-right .tooltipster-box{margin-left:6px;}.tooltipster-sidetip.tt-cloudcity.tooltipster-top .tooltipster-box{margin-bottom:6px;}.tooltipster-sidetip.tt-cloudcity .tooltipster-arrow{height:6px;margin-left:-6px;width:12px;}.tooltipster-sidetip.tt-cloudcity.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tt-cloudcity.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px;}.tooltipster-sidetip.tt-cloudcity .tooltipster-arrow-background{display:none;}.tooltipster-sidetip.tt-cloudcity .tooltipster-arrow-border{border:6px solid transparent;}.tooltipster-sidetip.tt-cloudcity.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#001031;border-bottom-color:rgba(0,16,49,0.9);}.tooltipster-sidetip.tt-cloudcity.tooltipster-left .tooltipster-arrow-border{border-left-color:#001031;border-left-color:rgba(0,16,49,0.9);}.tooltipster-sidetip.tt-cloudcity.tooltipster-right .tooltipster-arrow-border{border-right-color:#001031;border-right-color:rgba(0,16,49,0.9);}.tooltipster-sidetip.tt-cloudcity.tooltipster-top .tooltipster-arrow-border{border-top-color:#001031;border-top-color:rgba(0,16,49,0.9);}.tooltipster-sidetip.tt-cloudcity.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px;}.tooltipster-sidetip.tt-cloudcity.tooltipster-right .tooltipster-arrow-uncropped{left:-6px;}.atvImg{border-radius:5px;transform-style:preserve-3d;-webkit-tap-highlight-color:#000;will-change:transform;}.atvImg img{border-radius:5px;box-shadow:0 2px 8px rgba(14,21,47,0.25);width:auto;max-width:100%;}.atvImg-container{position:relative;width:100%;height:100%;border-radius:5px;transition:all 0.2s ease-out;will-change:transform;}.atvImg-container.over .atvImg-shadow{box-shadow:0 45px 100px rgba(14,21,47,0.4), 0 16px 40px rgba(14,21,47,0.4);}.atvImg-layers{position:relative;width:100%;height:100%;border-radius:5px;overflow:hidden;transform-style:preserve-3d;}.atvImg-rendered-layer{position:absolute;width:104%;height:104%;top:-2%;left:-2%;background-repeat:no-repeat;background-position:center;background-color:transparent;background-size:cover;transition:all 0.1s ease-out;will-change:transform;}.atvImg.nocrop .atvImg-rendered-layer{width:100% !important;height:100% !important;top:0 !important;left:0 !important;}.atvImg-shadow{position:absolute;top:5%;left:5%;width:90%;height:90%;transition:all 0.2s ease-out;box-shadow:0 8px 30px rgba(14,21,47,0.6);will-change:box-shadow;}.atvImg-shine{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:5px;background:linear-gradient(135deg,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 60%);will-change:background;}.alv24{display:none;}html.showAlv  .alv0{display:none !important;}html.showAlv  .alv24{display:inline !important;}#main .section#webhotellit-versions{padding-top:0;}@media only screen and (max-width: 767px){#main .section#webhotellit-versions .content .row-eq-height{display:block !important;}}#main .section#webhotellit-versions .content .version{position:relative;padding:0 15px;margin-bottom:30px;}@media only screen and (max-width: 767px){#main .section#webhotellit-versions .content .version{margin-bottom:15px;}}#main .section#webhotellit-versions .content .version .bar{position:absolute;top:6px;left:21px;right:21px;height:3px;border-radius:1.5px;opacity:1;-webkit-transition:opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);transition:opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);}#main .section#webhotellit-versions .content .version:hover .bar{opacity:1;}#main .section#webhotellit-versions .content .version .title{position:absolute;height:40px;top:-40px;left:0;right:0;text-align:center;}@media only screen and (max-width: 767px){#main .section#webhotellit-versions .content .version .title{display:none;}}#main .section#webhotellit-versions .content .version .title h2{font-size:14px;line-height:40px;text-transform:uppercase;letter-spacing:1.2px;}#main .section#webhotellit-versions .content .version .inner{display:block;background:white;padding:42px 15px 15px;border-radius:3px;box-shadow:0 12px 50px -16px rgba(21,74,148,0.06), 0 0 1px rgba(21,74,148,0.3);text-decoration:none;text-align:center;}#main .section#webhotellit-versions .content .version .inner h2{margin:0 0 10px;display:flex;align-items:center;justify-content:center;}#main .section#webhotellit-versions .content .version .inner h2 a{color:inherit;text-decoration:none;}#main .section#webhotellit-versions .content .version .inner h2 a:hover{text-decoration:underline;}#main .section#webhotellit-versions .content .version .inner h3{font-size:16px;}#main .section#webhotellit-versions .content .version .inner h4{font-size:18px;color:#424242;font-weight:400;margin:0 0 10px;padding:0;}#main .section#webhotellit-versions .content .version .inner .price-o{display:block;text-decoration:none;}#main .section#webhotellit-versions .content .version .inner .price-o .price-c{width:80px;margin:0 auto 12px;}@media only screen and (min-width: 1600px){#main .section#webhotellit-versions .content .version .inner .price-o .price-c{width:100px;}}#main .section#webhotellit-versions .content .version .inner .price-o .price-c .price-i{width:100%;height:0;position:relative;padding-top:100%;}#main .section#webhotellit-versions .content .version .inner .price-o .price-c .price-i .price{position:absolute;top:0;right:0;bottom:0;left:0;background:#154a94;color:white;border-radius:50%;-webkit-transition:background 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);transition:background 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);}#main .section#webhotellit-versions .content .version .inner .price-o .price-c .price-i .price .dec{font-size:12px;}#main .section#webhotellit-versions .content .version .inner .price-o .btn:hover{text-decoration:none !important;}#main .section#webhotellit-versions .content .version .inner .price-o:hover .btn{text-decoration:underline !important;}#main .section#webhotellit-versions .content .version .inner h5{display:block;margin:0 0 21px;opacity:0.8;font-weight:400;font-size:16px;line-height:22px;}#main .section#webhotellit-versions .content .version .inner h5,#main .section#webhotellit-versions .content .version .inner p{color:#333;}#main .section#webhotellit-versions .content .version .inner p{padding:0;margin:0 0 21px;font-size:16px;}#main .section#webhotellit-versions .content .version .inner .img-c{width:66.666%;margin:42px auto;}#main .section#webhotellit-versions .content .version .inner .btn-c{margin-top:36px;}#main .section#webhotellit-versions .content .version .inner .btn-c .btn{display:block;margin:15px 0 0;}#main .section#webhotellit-versions .content .version .inner .btn-c.mtop,#main .section#webhotellit-versions .content .version .inner .btn-c.mtop .btn{margin-top:0;}#main .section#webhotellit-versions .content .version .inner .features{list-style:none;margin:24px 0;padding:0;text-align:left;}#main .section#webhotellit-versions .content .version .inner .features:last-of-type{margin-bottom:0;}#main .section#webhotellit-versions .content .version .inner .features.center{text-align:center;}#main .section#webhotellit-versions .content .version .inner .features.center li{padding-left:0 !important;}#main .section#webhotellit-versions .content .version .inner .features li{font-size:15px;line-height:24px;margin-bottom:8px;padding-left:26px;position:relative;}#main .section#webhotellit-versions .content .version .inner .features li .icon{display:inline-block;vertical-align:top;}#main .section#webhotellit-versions .content .version .inner .features li .icon.icon-info{width:12px;height:12px;margin:6px 0 0 3px;fill:currentColor;}#main .section#webhotellit-versions .content .version .inner .features li .icon.icon-check{width:18px;height:18px;margin:2px 10px 0 -2px;fill:#154a94;}#main .section#webhotellit-versions .content .version .inner .features li .icon.icon-infin{width:18px;height:18px;margin:4px 9px 0 -1px;fill:currentColor;opacity:0.8;}#main .section#webhotellit-versions .content .version .inner .features li .plus,#main .section#webhotellit-versions .content .version .inner .features li .dash{display:inline-block;vertical-align:top;width:18px;height:18px;margin:0 8px 0 0;text-align:center;font-size:18px;}#main .section#webhotellit-versions .content .version .inner .features li .dash{opacity:0.4;}#main .section#webhotellit-versions .content .version .inner .features li > .icon,#main .section#webhotellit-versions .content .version .inner .features li .plus,#main .section#webhotellit-versions .content .version .inner .features li .dash{position:absolute;left:0;top:0;}#main .section#webhotellit-versions .content .version .inner .features li a{color:inherit;text-decoration:none;border-bottom:1px solid #cfd6e1;-webkit-transition:color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);transition:color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);}#main .section#webhotellit-versions .content .version .inner .features li a.info{border-bottom:0 !important;color:#878787;}#main .section#webhotellit-versions .content .version .inner .features li a:hover{color:#154a94;border-color:#a2b6d4;}#main .section#webhotellit-versions .content .version .inner .features li.disabled{opacity:0.5;}@media only screen and (max-width: 767px){#main .section#webhotellit-versions .content .version .inner .features li.disabled{display:none;}}@media only screen and (min-width: 1600px){#main .section#webhotellit-versions .content .version .inner .features{padding:0 15px !important;}#main .section#webhotellit-versions .content .version .inner .features li{padding-left:30px !important;}#main .section#webhotellit-versions .content .version .inner .features li .icon.icon-check{margin-left:0 !important;margin-right:12px !important;}}#main .section#webhotellit-versions .content .version .inner .office{margin-top:20px;border-top:1px solid #ebebeb;padding-top:20px;}#main .section#webhotellit-versions .content .version .inner .office .office-icon-c{min-height:48px;}#main .section#webhotellit-versions .content .version .inner .office .office-icon-c .empty{opacity:0.3;line-height:48px;}#main .section#webhotellit-versions .content .version .inner .office .office-icon-c .office-icon{display:inline-block;vertical-align:top;width:28px;height:28px;margin:12px 6px 0;}#main .section#webhotellit-versions .content .version .inner .office .office-icon-c .office-icon svg{width:100%;height:100%;}@media only screen and (max-width: 767px){#main .section#webhotellit-versions .content .version .inner .eq{height:auto !important;}}#main .section#webhotellit-versions .content .version.hilit .inner{box-shadow:inset 0 0 0 2px #154a94;}#main .section#webhotellit-versions .content .version:nth-child(6) h2 a,#main .section#webhotellit-versions .content .version:nth-child(6) h2 .name,#main .section#webhotellit-versions .content .version:nth-child(6) .title h2{color:#5750c9;text-shadow:0 2px 6px rgba(79,73,198,0.04);}#main .section#webhotellit-versions .content .version:nth-child(6) .price,#main .section#webhotellit-versions .content .version:nth-child(6) .bar{background:#5750c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(6) .price{box-shadow:0 6px 24px -12px rgba(87,80,201,0.34);text-shadow:0 2px 6px rgba(61,55,176,0.2);}#main .section#webhotellit-versions .content .version:nth-child(6) .price-o .btn,#main .section#webhotellit-versions .content .version:nth-child(6) .price-o .btn:hover{color:#5750c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(6) .price-o:hover .price{background:#3d37b0 !important;}#main .section#webhotellit-versions .content .version:nth-child(6) hr{background:#aba8e4;}#main .section#webhotellit-versions .content .version:nth-child(6) .icon-check{fill:#5750c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(6) .plus{color:#5750c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(6) .btn-c .btn{color:#5750c9;border-color:#5750c9;box-shadow:inset 0 0 0 1px #5750c9;background:#5750c9;color:white;}#main .section#webhotellit-versions .content .version:nth-child(6) .btn-c .btn:hover{background:#5750c9;color:white;box-shadow:inset 0 0 0 1px #dddcf4, inset 0 0 0 2px #5750c9;}#main .section#webhotellit-versions .content .version:nth-child(6) .btn-c .btn.borderless:hover{color:#5750c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(6) .btn-c:empty{display:none;}#main .section#webhotellit-versions .content .version:nth-child(6) .features a{border-color:#d8d7ef !important;}#main .section#webhotellit-versions .content .version:nth-child(6) .features a:hover{color:#5750c9 !important;border-color:#bcb9e9 !important;}#main .section#webhotellit-versions .content .version:nth-child(6).recommended .inner{box-shadow:0 12px 50px -16px rgba(21,74,148,0.06), 0 0 0 1px #5750c9;}#main .section#webhotellit-versions .content .version:nth-child(5) h2 a,#main .section#webhotellit-versions .content .version:nth-child(5) h2 .name,#main .section#webhotellit-versions .content .version:nth-child(5) .title h2{color:#5066c9;text-shadow:0 2px 6px rgba(73,95,198,0.04);}#main .section#webhotellit-versions .content .version:nth-child(5) .price,#main .section#webhotellit-versions .content .version:nth-child(5) .bar{background:#5066c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(5) .price{box-shadow:0 6px 24px -12px rgba(80,102,201,0.34);text-shadow:0 2px 6px rgba(55,76,176,0.2);}#main .section#webhotellit-versions .content .version:nth-child(5) .price-o .btn,#main .section#webhotellit-versions .content .version:nth-child(5) .price-o .btn:hover{color:#5066c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(5) .price-o:hover .price{background:#374cb0 !important;}#main .section#webhotellit-versions .content .version:nth-child(5) hr{background:#a8b3e4;}#main .section#webhotellit-versions .content .version:nth-child(5) .icon-check{fill:#5066c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(5) .plus{color:#5066c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(5) .btn-c .btn{color:#5066c9;border-color:#5066c9;box-shadow:inset 0 0 0 1px #5066c9;background:#5066c9;color:white;}#main .section#webhotellit-versions .content .version:nth-child(5) .btn-c .btn:hover{background:#5066c9;color:white;box-shadow:inset 0 0 0 1px #dce0f4, inset 0 0 0 2px #5066c9;}#main .section#webhotellit-versions .content .version:nth-child(5) .btn-c .btn.borderless:hover{color:#5066c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(5) .btn-c:empty{display:none;}#main .section#webhotellit-versions .content .version:nth-child(5) .features a{border-color:#d7dbef !important;}#main .section#webhotellit-versions .content .version:nth-child(5) .features a:hover{color:#5066c9 !important;border-color:#b9c2e9 !important;}#main .section#webhotellit-versions .content .version:nth-child(5).recommended .inner{box-shadow:0 12px 50px -16px rgba(21,74,148,0.06), 0 0 0 1px #5066c9;}#main .section#webhotellit-versions .content .version:nth-child(4) h2 a,#main .section#webhotellit-versions .content .version:nth-child(4) h2 .name,#main .section#webhotellit-versions .content .version:nth-child(4) .title h2{color:#5082c9;text-shadow:0 2px 6px rgba(73,125,198,0.04);}#main .section#webhotellit-versions .content .version:nth-child(4) .price,#main .section#webhotellit-versions .content .version:nth-child(4) .bar{background:#5082c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(4) .price{box-shadow:0 6px 24px -12px rgba(80,130,201,0.34);text-shadow:0 2px 6px rgba(55,105,176,0.2);}#main .section#webhotellit-versions .content .version:nth-child(4) .price-o .btn,#main .section#webhotellit-versions .content .version:nth-child(4) .price-o .btn:hover{color:#5082c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(4) .price-o:hover .price{background:#3769b0 !important;}#main .section#webhotellit-versions .content .version:nth-child(4) hr{background:#a8c1e4;}#main .section#webhotellit-versions .content .version:nth-child(4) .icon-check{fill:#5082c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(4) .plus{color:#5082c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(4) .btn-c .btn{color:#5082c9;border-color:#5082c9;box-shadow:inset 0 0 0 1px #5082c9;background:#5082c9;color:white;}#main .section#webhotellit-versions .content .version:nth-child(4) .btn-c .btn:hover{background:#5082c9;color:white;box-shadow:inset 0 0 0 1px #dce6f4, inset 0 0 0 2px #5082c9;}#main .section#webhotellit-versions .content .version:nth-child(4) .btn-c .btn.borderless:hover{color:#5082c9 !important;}#main .section#webhotellit-versions .content .version:nth-child(4) .btn-c:empty{display:none;}#main .section#webhotellit-versions .content .version:nth-child(4) .features a{border-color:#d7e1ef !important;}#main .section#webhotellit-versions .content .version:nth-child(4) .features a:hover{color:#5082c9 !important;border-color:#b9cde9 !important;}#main .section#webhotellit-versions .content .version:nth-child(4).recommended .inner{box-shadow:0 12px 50px -16px rgba(21,74,148,0.06), 0 0 0 1px #5082c9;}#main .section#webhotellit-versions .content .version:nth-child(3) h2 a,#main .section#webhotellit-versions .content .version:nth-child(3) h2 .name,#main .section#webhotellit-versions .content .version:nth-child(3) .title h2{color:#509ec9;text-shadow:0 2px 6px rgba(73,154,198,0.04);}#main .section#webhotellit-versions .content .version:nth-child(3) .price,#main .section#webhotellit-versions .content .version:nth-child(3) .bar{background:#509ec9 !important;}#main .section#webhotellit-versions .content .version:nth-child(3) .price{box-shadow:0 6px 24px -12px rgba(80,158,201,0.34);text-shadow:0 2px 6px rgba(55,133,176,0.2);}#main .section#webhotellit-versions .content .version:nth-child(3) .price-o .btn,#main .section#webhotellit-versions .content .version:nth-child(3) .price-o .btn:hover{color:#509ec9 !important;}#main .section#webhotellit-versions .content .version:nth-child(3) .price-o:hover .price{background:#3785b0 !important;}#main .section#webhotellit-versions .content .version:nth-child(3) hr{background:#a8cfe4;}#main .section#webhotellit-versions .content .version:nth-child(3) .icon-check{fill:#509ec9 !important;}#main .section#webhotellit-versions .content .version:nth-child(3) .plus{color:#509ec9 !important;}#main .section#webhotellit-versions .content .version:nth-child(3) .btn-c .btn{color:#509ec9;border-color:#509ec9;box-shadow:inset 0 0 0 1px #509ec9;background:#509ec9;color:white;}#main .section#webhotellit-versions .content .version:nth-child(3) .btn-c .btn:hover{background:#509ec9;color:white;box-shadow:inset 0 0 0 1px #dcecf4, inset 0 0 0 2px #509ec9;}#main .section#webhotellit-versions .content .version:nth-child(3) .btn-c .btn.borderless:hover{color:#509ec9 !important;}#main .section#webhotellit-versions .content .version:nth-child(3) .btn-c:empty{display:none;}#main .section#webhotellit-versions .content .version:nth-child(3) .features a{border-color:#d7e7ef !important;}#main .section#webhotellit-versions .content .version:nth-child(3) .features a:hover{color:#509ec9 !important;border-color:#b9d8e9 !important;}#main .section#webhotellit-versions .content .version:nth-child(3).recommended .inner{box-shadow:0 12px 50px -16px rgba(21,74,148,0.06), 0 0 0 1px #509ec9;}#main .section#webhotellit-versions .content .version:nth-child(2) h2 a,#main .section#webhotellit-versions .content .version:nth-child(2) h2 .name,#main .section#webhotellit-versions .content .version:nth-child(2) .title h2{color:#50bac9;text-shadow:0 2px 6px rgba(73,183,198,0.04);}#main .section#webhotellit-versions .content .version:nth-child(2) .price,#main .section#webhotellit-versions .content .version:nth-child(2) .bar{background:#50bac9 !important;}#main .section#webhotellit-versions .content .version:nth-child(2) .price{box-shadow:0 6px 24px -12px rgba(80,186,201,0.34);text-shadow:0 2px 6px rgba(55,161,176,0.2);}#main .section#webhotellit-versions .content .version:nth-child(2) .price-o .btn,#main .section#webhotellit-versions .content .version:nth-child(2) .price-o .btn:hover{color:#50bac9 !important;}#main .section#webhotellit-versions .content .version:nth-child(2) .price-o:hover .price{background:#37a1b0 !important;}#main .section#webhotellit-versions .content .version:nth-child(2) hr{background:#a8dde4;}#main .section#webhotellit-versions .content .version:nth-child(2) .icon-check{fill:#50bac9 !important;}#main .section#webhotellit-versions .content .version:nth-child(2) .plus{color:#50bac9 !important;}#main .section#webhotellit-versions .content .version:nth-child(2) .btn-c .btn{color:#50bac9;border-color:#50bac9;box-shadow:inset 0 0 0 1px #50bac9;background:#50bac9;color:white;}#main .section#webhotellit-versions .content .version:nth-child(2) .btn-c .btn:hover{background:#50bac9;color:white;box-shadow:inset 0 0 0 1px #dcf1f4, inset 0 0 0 2px #50bac9;}#main .section#webhotellit-versions .content .version:nth-child(2) .btn-c .btn.borderless:hover{color:#50bac9 !important;}#main .section#webhotellit-versions .content .version:nth-child(2) .btn-c:empty{display:none;}#main .section#webhotellit-versions .content .version:nth-child(2) .features a{border-color:#d7ecef !important;}#main .section#webhotellit-versions .content .version:nth-child(2) .features a:hover{color:#50bac9 !important;border-color:#b9e4e9 !important;}#main .section#webhotellit-versions .content .version:nth-child(2).recommended .inner{box-shadow:0 12px 50px -16px rgba(21,74,148,0.06), 0 0 0 1px #50bac9;}#main .section#webhotellit-versions .content .version:nth-child(1) h2 a,#main .section#webhotellit-versions .content .version:nth-child(1) h2 .name,#main .section#webhotellit-versions .content .version:nth-child(1) .title h2{color:#50c9bb;text-shadow:0 2px 6px rgba(73,198,184,0.04);}#main .section#webhotellit-versions .content .version:nth-child(1) .price,#main .section#webhotellit-versions .content .version:nth-child(1) .bar{background:#50c9bb !important;}#main .section#webhotellit-versions .content .version:nth-child(1) .price{box-shadow:0 6px 24px -12px rgba(80,201,187,0.34);text-shadow:0 2px 6px rgba(55,176,162,0.2);}#main .section#webhotellit-versions .content .version:nth-child(1) .price-o .btn,#main .section#webhotellit-versions .content .version:nth-child(1) .price-o .btn:hover{color:#50c9bb !important;}#main .section#webhotellit-versions .content .version:nth-child(1) .price-o:hover .price{background:#37b0a2 !important;}#main .section#webhotellit-versions .content .version:nth-child(1) hr{background:#a8e4dd;}#main .section#webhotellit-versions .content .version:nth-child(1) .icon-check{fill:#50c9bb !important;}#main .section#webhotellit-versions .content .version:nth-child(1) .plus{color:#50c9bb !important;}#main .section#webhotellit-versions .content .version:nth-child(1) .btn-c .btn{color:#50c9bb;border-color:#50c9bb;box-shadow:inset 0 0 0 1px #50c9bb;background:#50c9bb;color:white;}#main .section#webhotellit-versions .content .version:nth-child(1) .btn-c .btn:hover{background:#50c9bb;color:white;box-shadow:inset 0 0 0 1px #dcf4f1, inset 0 0 0 2px #50c9bb;}#main .section#webhotellit-versions .content .version:nth-child(1) .btn-c .btn.borderless:hover{color:#50c9bb !important;}#main .section#webhotellit-versions .content .version:nth-child(1) .btn-c:empty{display:none;}#main .section#webhotellit-versions .content .version:nth-child(1) .features a{border-color:#d7efec !important;}#main .section#webhotellit-versions .content .version:nth-child(1) .features a:hover{color:#50c9bb !important;border-color:#b9e9e4 !important;}#main .section#webhotellit-versions .content .version:nth-child(1).recommended .inner{box-shadow:0 12px 50px -16px rgba(21,74,148,0.06), 0 0 0 1px #50c9bb;}#main .section#webhotellit-versions .content .compare{text-align:center;margin:42px 0 0;}@media only screen and (max-width: 991px){#main .section#webhotellit-versions .content .compare{margin-top:14px;}}@media only screen and (max-width: 767px){#main .section#webhotellit-versions .content .compare{margin-top:26px;}}#main .section#webhotellit-versions .content .priceinfo{text-align:center;margin:40px 0 0;}#main .section#webhotellit-versions .content .priceinfo p{font-size:14px;line-height:18px;margin:0 0 10px;}#main .section#webhotellit-versions .content p.mtop{margin-top:15px;}#hinnasto-table .main-table .disabled{opacity:0.6;text-decoration:line-through;}#hinnasto-table .main-table .inactive{opacity:0.6;font-style:italic;}#hinnasto-table .main-table .icon{display:inline-block;vertical-align:top;}#hinnasto-table .main-table .icon.icon-info{width:12px;height:12px;margin:7px 0 0 3px;fill:currentColor;}#hinnasto-table .main-table .icon.icon-check{width:20px;height:20px;margin:4px 0 0;fill:#03b059;}#hinnasto-table .main-table .check-text{padding:1px 0 0 6px;display:inline-block;vertical-align:top;}#hinnasto-table .main-table a{color:inherit;text-decoration:none;border-top:1px solid transparent;border-bottom:1px solid #cce5d9;-webkit-transition:color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-bottom-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);transition:color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), border-bottom-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);}#hinnasto-table .main-table a.info{border-bottom:0 !important;color:#878787;}#hinnasto-table .main-table a:hover{color:#03b059;border-bottom-color:#9adfbd;}#hinnasto-table .main-table a.btn-c{border:none !important;}#hinnasto-table .main-table thead th:nth-child(5) a{color:#5066c9;border-bottom-color:#d7dbef !important;}#hinnasto-table .main-table thead th:nth-child(5) a:hover{color:#5066c9 !important;border-bottom-color:#b9c2e9 !important;}#hinnasto-table .main-table thead th:nth-child(4) a{color:#5082c9;border-bottom-color:#d7e1ef !important;}#hinnasto-table .main-table thead th:nth-child(4) a:hover{color:#5082c9 !important;border-bottom-color:#b9cde9 !important;}#hinnasto-table .main-table thead th:nth-child(3) a{color:#509ec9;border-bottom-color:#d7e7ef !important;}#hinnasto-table .main-table thead th:nth-child(3) a:hover{color:#509ec9 !important;border-bottom-color:#b9d8e9 !important;}#hinnasto-table .main-table thead th:nth-child(2) a{color:#50bac9;border-bottom-color:#d7ecef !important;}#hinnasto-table .main-table thead th:nth-child(2) a:hover{color:#50bac9 !important;border-bottom-color:#b9e4e9 !important;}#hinnasto-table .main-table tbody th{width:24%;}#hinnasto-table .main-table tbody td{width:19%;}