/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/shared/css/owl.carousel.2.0.0-beta.2.4/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:initial;background:transparent}body{line-height:1}ol,ul{list-style:none;line-height:1.3}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}﻿@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800;900&display=swap";.c-black{color:#000}.c-bg-black{background-color:#000}.c-white{color:#fff}.c-bg-white{background-color:#fff}.c-bg-poll{background-color:#f6f6f6}.c-black{color:#000}.c-bg-black{background-color:#000}.c-white{color:#fff}.c-bg-white{background-color:#fff}.c-bg-poll{background-color:#f6f6f6}@font-face{font-family:"icomoon-default";src:url("/shared/font/icomoon/_default/icomoon.eot?ver=1.8");src:url("/shared/font/icomoon/_default/icomoon.eot?ver=1.8#iefix") format("embedded-opentype"),url("/shared/font/icomoon/_default/icomoon.woff?ver=1.8") format("woff"),url("/shared/font/icomoon/_default/icomoon.ttf?ver=1.8") format("truetype"),url("/shared/font/icomoon/_default/icomoon.svg?ver=1.8#icons") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"icomoon-messages";src:url("/shared/font/icomoon/_messages/icomoon.eot?ver=1.2");src:url("/shared/font/icomoon/_messages/icomoon.eot?ver=1.2#iefix") format("embedded-opentype"),url("/shared/font/icomoon/_messages/icomoon.woff?ver=1.2") format("woff"),url("/shared/font/icomoon/_messages/icomoon.ttf?ver=1.2") format("truetype"),url("/shared/font/icomoon/_messages/icomoon.svg?ver=1.2#icons") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"icomoon-social";src:url("/shared/font/icomoon/_social/icomoon.eot?ver=1.0");src:url("/shared/font/icomoon/_social/icomoon.eot?ver=1.0#iefix") format("embedded-opentype"),url("/shared/font/icomoon/_social/icomoon.woff?ver=1.0") format("woff"),url("/shared/font/icomoon/_social/icomoon.ttf?ver=1.0") format("truetype"),url("/shared/font/icomoon/_social/icomoon.svg?ver=1.0#icons") format("svg");font-weight:normal;font-style:normal}.hidden{display:none}.visible{display:inline-block}.active{position:relative}.inactive{position:relative}.no-scroll{overflow-x:hidden;overflow-y:hidden}.cols{display:flex;flex-wrap:wrap}.col-1{width:100%}@media only screen and (min-width: 992px){.col-1{width:8.333%}}.col-2{width:100%}@media only screen and (min-width: 992px){.col-2{width:16.666%}}.col-3{width:100%}@media only screen and (min-width: 992px){.col-3{width:25%}}.col-4{width:100%}@media only screen and (min-width: 992px){.col-4{width:33.333%}}.col-5{width:100%}@media only screen and (min-width: 992px){.col-5{width:41.666%}}.col-6{width:100%}@media only screen and (min-width: 992px){.col-6{width:50%}}.col-7{width:100%}@media only screen and (min-width: 992px){.col-7{width:58.333%}}.col-8{width:100%}@media only screen and (min-width: 992px){.col-8{width:66.666%}}.col-9{width:100%}@media only screen and (min-width: 992px){.col-9{width:75%}}.col-10{width:100%}@media only screen and (min-width: 992px){.col-10{width:83.333%}}.col-11{width:100%}@media only screen and (min-width: 992px){.col-11{width:91.666%}}.col-12{width:100%}@media only screen and (min-width: 992px){.col-12{width:100%}}*,*:before,*:after{box-sizing:border-box}html,body{min-width:320px;min-height:100vh;overflow-y:visible}body{color:#000;font-family:"Montserrat",sans-serif;margin:0;position:relative}h1,.h1{color:#000;font-weight:600}h2,.h2{color:#000;font-weight:600}h3,.h3{color:#000;font-weight:600}h4,.h4{color:#000;font-weight:600}h5,.h5{color:#000;font-weight:600}h6,.h6{color:#000;font-weight:600}p{width:100%}p:last-of-type{margin-bottom:20px}a{transition:color .3s;color:#000}a:hover{color:#000}.design-html{height:100%}.design-body{position:relative;min-height:100%}.layout-main-wrapper--top-bottom-overlay{position:relative}.layout-main-wrapper--top-bottom-overlay:before{content:"";position:absolute;z-index:-1;left:1px;top:-1px;width:100%;width:calc(100% - 2px);height:3px;background-color:#fff}.layout-main-wrapper--top-bottom-overlay .design-svg-element--covering-filled-triangle-with-line-2{display:block;position:relative;overflow:hidden;width:100%;height:auto}.design-box--header{position:relative;padding-top:6em;max-height:100vh;height:100vh}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape){.design-box--header{height:768px;height:calc(768px - 8em)}}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait){.design-box--header{height:1024px;height:calc(1024px - 8em)}}@media only screen and (min-device-width: 320px)and (max-device-height: 568px)and (orientation: landscape)and (-webkit-device-pixel-ratio: 2){.design-box--header{height:320px;height:calc(320px - 8em)}}@media only screen and (min-device-width: 320px)and (max-device-height: 568px)and (orientation: portrait)and (-webkit-device-pixel-ratio: 2){.design-box--header{height:568px;height:calc(568px - 8em)}}@media only screen and (min-device-width: 320px)and (max-device-width: 480px)and (orientation: landscape)and (-webkit-min-device-pixel-ratio: 2){.design-box--header{height:320px;height:calc(320px - 8em)}}@media only screen and (min-device-width: 320px)and (max-device-width: 480px)and (orientation: portrait)and (-webkit-min-device-pixel-ratio: 2){.design-box--header{height:480px;height:calc(480px - 8em)}}.design-box--header .design-box__bar{position:absolute;top:0;left:0;width:100%;background-color:#fff}.design-box--header .design-box__content{display:flex;width:100%;height:100%}.design-box--header .design-box__content-inner{display:table;width:100%;height:100%}.design-svg--covering-filled-triangle-with-line{position:relative}.design-svg--covering-filled-triangle-with-line .design-svg-element--covering-filled-triangle-with-line{position:absolute;left:0;bottom:0;width:100%;height:auto}.design-box--header .design-video__foreground{display:table-row}.design-box--header .design-video__foreground-content{display:table-cell;vertical-align:middle}.design-box--header .design-box__button-outer{display:table-row;height:1px}.design-box--header .design-box__button{display:block;position:relative;width:10em;height:10em;margin-right:auto;margin-left:auto;font-size:8px}.design-box--header .design-box__button:after{content:"GO";position:absolute;top:0;left:0;width:100%;height:100%;line-height:3.333333;font-weight:800;font-size:3em;text-align:center}.design-box--header .design-box__button:hover:after{color:#00567a}.design-box--header .design-svg-element--content--scroll-down{display:flex;height:100%}.design-box--header .design-box__button .design-svg-element__content{transition:opacity 400ms}.design-box--header .design-box__button .design-svg-element__content--default{opacity:1}.design-box--header .design-box__button:hover .design-svg-element__content--default{opacity:0}.design-box--header .design-box__button .design-svg-element__content--hover{opacity:0}.design-box--header .design-box__button:hover .design-svg-element__content--hover{opacity:1}.design-box--footer{position:relative;background-color:#fff}.flex{display:flex;flex-wrap:wrap}.flex-full{width:100%}.flex-start{justify-content:center}@media only screen and (min-width: 576px){.flex-start{justify-content:flex-start}}.flex-end{justify-content:center}@media only screen and (min-width: 576px){.flex-end{justify-content:flex-end}}.flex-end-lg{justify-content:center}@media only screen and (min-width: 992px){.flex-end-lg{justify-content:flex-end}}.flex-center{justify-content:center}@media only screen and (min-width: 576px){.flex-center{justify-content:center}}.flex-between{justify-content:space-between}.flex-ai-start{align-items:flex-start}.flex-ai-center{align-items:center}.flex-ai-end{align-items:flex-end}.fw-700{font-weight:700}.p-0{padding:0}.p-1{padding:10px}.p-2{padding:20px}.p-4{padding:40px}.p-6{padding:60px}.p-8{padding:80px}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:10px;padding-bottom:10px}.py-2{padding-top:20px;padding-bottom:20px}.py-4{padding-top:40px;padding-bottom:40px}.py-6{padding-top:60px;padding-bottom:60px}.py-8{padding-top:80px;padding-bottom:80px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:10px;padding-right:10px}.px-2{padding-left:20px;padding-right:20px}.px-4{padding-left:40px;padding-right:40px}.px-6{padding-left:60px;padding-right:60px}.px-8{padding-left:80px;padding-right:80px}.pt-0{padding-top:0}.pt-1{padding-top:10px}.pt-2{padding-top:20px}.pt-4{padding-top:40px}.pt-6{padding-top:60px}.pt-8{padding-top:80px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:10px}.pb-2{padding-bottom:20px}.pb-4{padding-bottom:40px}.pb-6{padding-bottom:60px}.pb-8{padding-bottom:80px}.pl-0{padding-left:0}.pl-1{padding-left:10px}.pl-2{padding-left:20px}.pl-4{padding-left:40px}.pl-6{padding-left:60px}.pl-8{padding-left:80px}.pr-0{padding-right:0}.pr-1{padding-right:10px}.pr-2{padding-right:20px}.pr-4{padding-right:40px}.pr-6{padding-right:60px}.pr-8{padding-right:80px}.m-0{margin:0}.m-1{margin:10px}.m-2{margin:20px}.m-4{margin:40px}.m-6{margin:60px}.m-8{margin:80px}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:10px;margin-bottom:10px}.my-2{margin-top:20px;margin-bottom:20px}.my-4{margin-top:40px;margin-bottom:40px}.my-6{margin-top:60px;margin-bottom:60px}.my-8{margin-top:80px;margin-bottom:80px}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:10px;margin-right:10px}.mx-2{margin-left:20px;margin-right:20px}.mx-4{margin-left:40px;margin-right:40px}.mx-6{margin-left:60px;margin-right:60px}.mx-8{margin-left:80px;margin-right:80px}.mt-0{margin-top:0}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-4{margin-top:40px}.mt-6{margin-top:60px}.mt-8{margin-top:80px}.mt-n4{margin-top:-40px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:10px}.mb-2{margin-bottom:20px}.mb-3{margin-bottom:30px}.mb-4{margin-bottom:40px}.mb-6{margin-bottom:60px}.mb-8{margin-bottom:80px}.ml-0{margin-left:0}.ml-1{margin-left:10px}.ml-2{margin-left:20px}.ml-4{margin-left:40px}.ml-6{margin-left:60px}.ml-8{margin-left:80px}.mr-0{margin-right:0}.mr-1{margin-right:10px}.mr-2{margin-right:20px}.mr-4{margin-right:40px}.mr-6{margin-right:60px}.mr-8{margin-right:80px}@media print{.hidden-print{display:none !important}}.hidden-user{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}.hidden-long-text{-webkit-line-clamp:1;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.hidden-long-text--l4{-webkit-line-clamp:4}.a-logo canvas{display:none}.a-logo svg{width:111.232px;height:32px}.a-logo--h18.a-logo--business-center-cz svg{width:100%;max-width:64.8px;height:18px}.a-logo--h18.a-logo--businessworld-cz svg{width:100%;max-width:26.658px;height:18px}.a-logo--h18.a-logo--cfoworld-cz svg{width:100%;max-width:86.76px;height:18px}.a-logo--h18.a-logo--channelworld-cz svg{width:100%;max-width:78.264px;height:18px}.a-logo--h18.a-logo--computerworld-cz svg{width:100%;max-width:105.894px;height:18px}.a-logo--h18.a-logo--euro-cz svg{width:100%;max-width:110.43px;height:18px}.a-logo--h18.a-logo--euro-autobible-cz svg{width:100%;max-width:165.69px;height:18px}.a-logo--h18.a-logo--euro-zdravi-cz svg{width:100%;max-width:126.432px;height:18px}.a-logo--h18.a-logo--iinfo-cz svg{width:100%;max-width:62.568px;height:18px}.a-logo--h18.a-logo--kristalova-lupa-cz svg{width:100%;max-width:40.788px;height:18px}.a-logo--h18.a-logo--lupa-cz svg{width:100%;max-width:69.336px;height:18px}.a-logo--h18.a-logo--lupa-diners-cz svg{width:100%;max-width:62.568px;height:18px}.a-logo--h18.a-logo--mesec-cz svg{width:100%;max-width:99.18px;height:18px}.a-logo--h18.a-logo--mesec-diners-cz svg{width:100%;max-width:62.568px;height:18px}.a-logo--h18.a-logo--mesec-prodej-cz svg{width:100%;max-width:158.544px;height:18px}.a-logo--h18.a-logo--navrcholu-us svg{width:100%;max-width:125.55px;height:18px}.a-logo--h18.a-logo--euro-rejstrik-cz svg{width:100%;max-width:110.43px;height:18px}.a-logo--h18.a-logo--finance-rejstrik-cz svg{width:100%;max-width:146.736px;height:18px}.a-logo--h18.a-logo--podnikatel-cz svg{width:100%;max-width:128.898px;height:18px}.a-logo--h18.a-logo--podnikatel-diners-cz svg{width:100%;max-width:62.568px;height:18px}.a-logo--h18.a-logo--root-cz svg{width:100%;max-width:105.426px;height:18px}.a-logo--h18.a-logo--slunecnice-cz svg{width:100%;max-width:104.76px;height:18px}.a-logo--h18.a-logo--stahuj-cz svg{width:100%;max-width:92.07px;height:18px}.a-logo--h18.a-logo--sw-cz svg{width:100%;max-width:97.506px;height:18px}.a-logo--h18.a-logo--tuesday-cz svg{width:100%;max-width:104.58px;height:18px}.a-logo--h18.a-logo--vitalia-cz svg{width:100%;max-width:60.12px;height:18px}.a-logo--h18.a-logo--cnews-cz svg{width:100%;max-width:105.894px;height:18px}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--business-center-cz svg{width:100%;max-width:64.8px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--businessworld-cz svg{width:100%;max-width:26.658px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--cfoworld-cz svg{width:100%;max-width:86.76px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--channelworld-cz svg{width:100%;max-width:78.264px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--computerworld-cz svg{width:100%;max-width:105.894px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--euro-cz svg{width:100%;max-width:110.43px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--euro-autobible-cz svg{width:100%;max-width:165.69px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--euro-zdravi-cz svg{width:100%;max-width:126.432px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--iinfo-cz svg{width:100%;max-width:62.568px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--kristalova-lupa-cz svg{width:100%;max-width:40.788px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--lupa-cz svg{width:100%;max-width:69.336px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--lupa-diners-cz svg{width:100%;max-width:62.568px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--mesec-cz svg{width:100%;max-width:99.18px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--mesec-diners-cz svg{width:100%;max-width:62.568px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--mesec-prodej-cz svg{width:100%;max-width:158.544px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--navrcholu-us svg{width:100%;max-width:125.55px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--euro-rejstrik-cz svg{width:100%;max-width:110.43px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--finance-rejstrik-cz svg{width:100%;max-width:146.736px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--podnikatel-cz svg{width:100%;max-width:128.898px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--podnikatel-diners-cz svg{width:100%;max-width:62.568px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--root-cz svg{width:100%;max-width:105.426px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--slunecnice-cz svg{width:100%;max-width:104.76px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--stahuj-cz svg{width:100%;max-width:92.07px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--sw-cz svg{width:100%;max-width:97.506px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--tuesday-cz svg{width:100%;max-width:104.58px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--vitalia-cz svg{width:100%;max-width:60.12px;height:18px}}@media only screen and (max-width: 991px){.a-logo--h18-mobile.a-logo--cnews-cz svg{width:100%;max-width:105.894px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--business-center-cz svg{width:100%;max-width:64.8px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--businessworld-cz svg{width:100%;max-width:26.658px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--cfoworld-cz svg{width:100%;max-width:86.76px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--channelworld-cz svg{width:100%;max-width:78.264px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--computerworld-cz svg{width:100%;max-width:105.894px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--euro-cz svg{width:100%;max-width:110.43px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--euro-autobible-cz svg{width:100%;max-width:165.69px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--euro-zdravi-cz svg{width:100%;max-width:126.432px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--iinfo-cz svg{width:100%;max-width:62.568px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--kristalova-lupa-cz svg{width:100%;max-width:40.788px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--lupa-cz svg{width:100%;max-width:69.336px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--lupa-diners-cz svg{width:100%;max-width:62.568px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--mesec-cz svg{width:100%;max-width:99.18px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--mesec-diners-cz svg{width:100%;max-width:62.568px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--mesec-prodej-cz svg{width:100%;max-width:158.544px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--navrcholu-us svg{width:100%;max-width:125.55px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--euro-rejstrik-cz svg{width:100%;max-width:110.43px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--finance-rejstrik-cz svg{width:100%;max-width:146.736px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--podnikatel-cz svg{width:100%;max-width:128.898px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--podnikatel-diners-cz svg{width:100%;max-width:62.568px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--root-cz svg{width:100%;max-width:105.426px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--slunecnice-cz svg{width:100%;max-width:104.76px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--stahuj-cz svg{width:100%;max-width:92.07px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--sw-cz svg{width:100%;max-width:97.506px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--tuesday-cz svg{width:100%;max-width:104.58px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--vitalia-cz svg{width:100%;max-width:60.12px;height:18px}}@media only screen and (min-width: 992px){.a-logo--h18-desktop.a-logo--cnews-cz svg{width:100%;max-width:105.894px;height:18px}}.a-logo--h30.a-logo--business-center-cz svg{width:100%;max-width:108px;height:30px}.a-logo--h30.a-logo--businessworld-cz svg{width:100%;max-width:44.43px;height:30px}.a-logo--h30.a-logo--cfoworld-cz svg{width:100%;max-width:144.6px;height:30px}.a-logo--h30.a-logo--channelworld-cz svg{width:100%;max-width:130.44px;height:30px}.a-logo--h30.a-logo--computerworld-cz svg{width:100%;max-width:176.49px;height:30px}.a-logo--h30.a-logo--euro-cz svg{width:100%;max-width:184.05px;height:30px}.a-logo--h30.a-logo--euro-autobible-cz svg{width:100%;max-width:276.15px;height:30px}.a-logo--h30.a-logo--euro-zdravi-cz svg{width:100%;max-width:210.72px;height:30px}.a-logo--h30.a-logo--iinfo-cz svg{width:100%;max-width:104.28px;height:30px}.a-logo--h30.a-logo--kristalova-lupa-cz svg{width:100%;max-width:67.98px;height:30px}.a-logo--h30.a-logo--lupa-cz svg{width:100%;max-width:115.56px;height:30px}.a-logo--h30.a-logo--lupa-diners-cz svg{width:100%;max-width:104.28px;height:30px}.a-logo--h30.a-logo--mesec-cz svg{width:100%;max-width:165.3px;height:30px}.a-logo--h30.a-logo--mesec-diners-cz svg{width:100%;max-width:104.28px;height:30px}.a-logo--h30.a-logo--mesec-prodej-cz svg{width:100%;max-width:264.24px;height:30px}.a-logo--h30.a-logo--navrcholu-us svg{width:100%;max-width:209.25px;height:30px}.a-logo--h30.a-logo--euro-rejstrik-cz svg{width:100%;max-width:184.05px;height:30px}.a-logo--h30.a-logo--finance-rejstrik-cz svg{width:100%;max-width:244.56px;height:30px}.a-logo--h30.a-logo--podnikatel-cz svg{width:100%;max-width:214.83px;height:30px}.a-logo--h30.a-logo--podnikatel-diners-cz svg{width:100%;max-width:104.28px;height:30px}.a-logo--h30.a-logo--root-cz svg{width:100%;max-width:175.71px;height:30px}.a-logo--h30.a-logo--slunecnice-cz svg{width:100%;max-width:174.6px;height:30px}.a-logo--h30.a-logo--stahuj-cz svg{width:100%;max-width:153.45px;height:30px}.a-logo--h30.a-logo--sw-cz svg{width:100%;max-width:162.51px;height:30px}.a-logo--h30.a-logo--tuesday-cz svg{width:100%;max-width:174.3px;height:30px}.a-logo--h30.a-logo--vitalia-cz svg{width:100%;max-width:100.2px;height:30px}.a-logo--h30.a-logo--cnews-cz svg{width:100%;max-width:176.49px;height:30px}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--business-center-cz svg{width:100%;max-width:108px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--businessworld-cz svg{width:100%;max-width:44.43px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--cfoworld-cz svg{width:100%;max-width:144.6px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--channelworld-cz svg{width:100%;max-width:130.44px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--computerworld-cz svg{width:100%;max-width:176.49px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--euro-cz svg{width:100%;max-width:184.05px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--euro-autobible-cz svg{width:100%;max-width:276.15px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--euro-zdravi-cz svg{width:100%;max-width:210.72px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--iinfo-cz svg{width:100%;max-width:104.28px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--kristalova-lupa-cz svg{width:100%;max-width:67.98px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--lupa-cz svg{width:100%;max-width:115.56px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--lupa-diners-cz svg{width:100%;max-width:104.28px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--mesec-cz svg{width:100%;max-width:165.3px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--mesec-diners-cz svg{width:100%;max-width:104.28px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--mesec-prodej-cz svg{width:100%;max-width:264.24px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--navrcholu-us svg{width:100%;max-width:209.25px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--euro-rejstrik-cz svg{width:100%;max-width:184.05px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--finance-rejstrik-cz svg{width:100%;max-width:244.56px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--podnikatel-cz svg{width:100%;max-width:214.83px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--podnikatel-diners-cz svg{width:100%;max-width:104.28px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--root-cz svg{width:100%;max-width:175.71px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--slunecnice-cz svg{width:100%;max-width:174.6px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--stahuj-cz svg{width:100%;max-width:153.45px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--sw-cz svg{width:100%;max-width:162.51px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--tuesday-cz svg{width:100%;max-width:174.3px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--vitalia-cz svg{width:100%;max-width:100.2px;height:30px}}@media only screen and (max-width: 991px){.a-logo--h30-mobile.a-logo--cnews-cz svg{width:100%;max-width:176.49px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--business-center-cz svg{width:100%;max-width:108px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--businessworld-cz svg{width:100%;max-width:44.43px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--cfoworld-cz svg{width:100%;max-width:144.6px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--channelworld-cz svg{width:100%;max-width:130.44px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--computerworld-cz svg{width:100%;max-width:176.49px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--euro-cz svg{width:100%;max-width:184.05px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--euro-autobible-cz svg{width:100%;max-width:276.15px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--euro-zdravi-cz svg{width:100%;max-width:210.72px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--iinfo-cz svg{width:100%;max-width:104.28px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--kristalova-lupa-cz svg{width:100%;max-width:67.98px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--lupa-cz svg{width:100%;max-width:115.56px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--lupa-diners-cz svg{width:100%;max-width:104.28px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--mesec-cz svg{width:100%;max-width:165.3px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--mesec-diners-cz svg{width:100%;max-width:104.28px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--mesec-prodej-cz svg{width:100%;max-width:264.24px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--navrcholu-us svg{width:100%;max-width:209.25px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--euro-rejstrik-cz svg{width:100%;max-width:184.05px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--finance-rejstrik-cz svg{width:100%;max-width:244.56px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--podnikatel-cz svg{width:100%;max-width:214.83px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--podnikatel-diners-cz svg{width:100%;max-width:104.28px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--root-cz svg{width:100%;max-width:175.71px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--slunecnice-cz svg{width:100%;max-width:174.6px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--stahuj-cz svg{width:100%;max-width:153.45px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--sw-cz svg{width:100%;max-width:162.51px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--tuesday-cz svg{width:100%;max-width:174.3px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--vitalia-cz svg{width:100%;max-width:100.2px;height:30px}}@media only screen and (min-width: 992px){.a-logo--h30-desktop.a-logo--cnews-cz svg{width:100%;max-width:176.49px;height:30px}}.a-logo--h60.a-logo--business-center-cz svg{width:100%;max-width:216px;height:60px}.a-logo--h60.a-logo--businessworld-cz svg{width:100%;max-width:88.86px;height:60px}.a-logo--h60.a-logo--cfoworld-cz svg{width:100%;max-width:289.2px;height:60px}.a-logo--h60.a-logo--channelworld-cz svg{width:100%;max-width:260.88px;height:60px}.a-logo--h60.a-logo--computerworld-cz svg{width:100%;max-width:352.98px;height:60px}.a-logo--h60.a-logo--euro-cz svg{width:100%;max-width:368.1px;height:60px}.a-logo--h60.a-logo--euro-autobible-cz svg{width:100%;max-width:552.3px;height:60px}.a-logo--h60.a-logo--euro-zdravi-cz svg{width:100%;max-width:421.44px;height:60px}.a-logo--h60.a-logo--iinfo-cz svg{width:100%;max-width:208.56px;height:60px}.a-logo--h60.a-logo--kristalova-lupa-cz svg{width:100%;max-width:135.96px;height:60px}.a-logo--h60.a-logo--lupa-cz svg{width:100%;max-width:231.12px;height:60px}.a-logo--h60.a-logo--lupa-diners-cz svg{width:100%;max-width:208.56px;height:60px}.a-logo--h60.a-logo--mesec-cz svg{width:100%;max-width:330.6px;height:60px}.a-logo--h60.a-logo--mesec-diners-cz svg{width:100%;max-width:208.56px;height:60px}.a-logo--h60.a-logo--mesec-prodej-cz svg{width:100%;max-width:528.48px;height:60px}.a-logo--h60.a-logo--navrcholu-us svg{width:100%;max-width:418.5px;height:60px}.a-logo--h60.a-logo--euro-rejstrik-cz svg{width:100%;max-width:368.1px;height:60px}.a-logo--h60.a-logo--finance-rejstrik-cz svg{width:100%;max-width:489.12px;height:60px}.a-logo--h60.a-logo--podnikatel-cz svg{width:100%;max-width:429.66px;height:60px}.a-logo--h60.a-logo--podnikatel-diners-cz svg{width:100%;max-width:208.56px;height:60px}.a-logo--h60.a-logo--root-cz svg{width:100%;max-width:351.42px;height:60px}.a-logo--h60.a-logo--slunecnice-cz svg{width:100%;max-width:349.2px;height:60px}.a-logo--h60.a-logo--stahuj-cz svg{width:100%;max-width:306.9px;height:60px}.a-logo--h60.a-logo--sw-cz svg{width:100%;max-width:325.02px;height:60px}.a-logo--h60.a-logo--tuesday-cz svg{width:100%;max-width:348.6px;height:60px}.a-logo--h60.a-logo--vitalia-cz svg{width:100%;max-width:200.4px;height:60px}.a-logo--h60.a-logo--cnews-cz svg{width:100%;max-width:352.98px;height:60px}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--business-center-cz svg{width:100%;max-width:216px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--businessworld-cz svg{width:100%;max-width:88.86px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--cfoworld-cz svg{width:100%;max-width:289.2px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--channelworld-cz svg{width:100%;max-width:260.88px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--computerworld-cz svg{width:100%;max-width:352.98px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--euro-cz svg{width:100%;max-width:368.1px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--euro-autobible-cz svg{width:100%;max-width:552.3px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--euro-zdravi-cz svg{width:100%;max-width:421.44px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--iinfo-cz svg{width:100%;max-width:208.56px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--kristalova-lupa-cz svg{width:100%;max-width:135.96px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--lupa-cz svg{width:100%;max-width:231.12px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--lupa-diners-cz svg{width:100%;max-width:208.56px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--mesec-cz svg{width:100%;max-width:330.6px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--mesec-diners-cz svg{width:100%;max-width:208.56px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--mesec-prodej-cz svg{width:100%;max-width:528.48px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--navrcholu-us svg{width:100%;max-width:418.5px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--euro-rejstrik-cz svg{width:100%;max-width:368.1px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--finance-rejstrik-cz svg{width:100%;max-width:489.12px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--podnikatel-cz svg{width:100%;max-width:429.66px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--podnikatel-diners-cz svg{width:100%;max-width:208.56px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--root-cz svg{width:100%;max-width:351.42px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--slunecnice-cz svg{width:100%;max-width:349.2px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--stahuj-cz svg{width:100%;max-width:306.9px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--sw-cz svg{width:100%;max-width:325.02px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--tuesday-cz svg{width:100%;max-width:348.6px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--vitalia-cz svg{width:100%;max-width:200.4px;height:60px}}@media only screen and (max-width: 991px){.a-logo--h60-mobile.a-logo--cnews-cz svg{width:100%;max-width:352.98px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--business-center-cz svg{width:100%;max-width:216px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--businessworld-cz svg{width:100%;max-width:88.86px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--cfoworld-cz svg{width:100%;max-width:289.2px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--channelworld-cz svg{width:100%;max-width:260.88px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--computerworld-cz svg{width:100%;max-width:352.98px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--euro-cz svg{width:100%;max-width:368.1px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--euro-autobible-cz svg{width:100%;max-width:552.3px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--euro-zdravi-cz svg{width:100%;max-width:421.44px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--iinfo-cz svg{width:100%;max-width:208.56px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--kristalova-lupa-cz svg{width:100%;max-width:135.96px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--lupa-cz svg{width:100%;max-width:231.12px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--lupa-diners-cz svg{width:100%;max-width:208.56px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--mesec-cz svg{width:100%;max-width:330.6px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--mesec-diners-cz svg{width:100%;max-width:208.56px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--mesec-prodej-cz svg{width:100%;max-width:528.48px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--navrcholu-us svg{width:100%;max-width:418.5px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--euro-rejstrik-cz svg{width:100%;max-width:368.1px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--finance-rejstrik-cz svg{width:100%;max-width:489.12px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--podnikatel-cz svg{width:100%;max-width:429.66px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--podnikatel-diners-cz svg{width:100%;max-width:208.56px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--root-cz svg{width:100%;max-width:351.42px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--slunecnice-cz svg{width:100%;max-width:349.2px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--stahuj-cz svg{width:100%;max-width:306.9px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--sw-cz svg{width:100%;max-width:325.02px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--tuesday-cz svg{width:100%;max-width:348.6px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--vitalia-cz svg{width:100%;max-width:200.4px;height:60px}}@media only screen and (min-width: 992px){.a-logo--h60-desktop.a-logo--cnews-cz svg{width:100%;max-width:352.98px;height:60px}}.a-logo--main{overflow:hidden}.m-button-icon-social{padding:3px 3px 3px 40px;position:relative;color:#000;text-decoration:none;height:30px;display:inline-block}.m-button-icon-social:after{width:30px;height:30px;position:absolute;top:0;left:0;bottom:0;color:#000;content:"";background-repeat:no-repeat;background-size:contain}.m-button-icon-social__text{color:#000;line-height:24px;font-weight:100}.m-button-icon-social:hover{text-decoration:underline}.m-button-icon-social--newsletter:after{background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/social/newsletter.svg")}.m-button-icon-social--facebook:after{background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/social/facebook.svg")}.m-button-icon-social--twitter:after{background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/social/twitter.svg")}.m-button-icon-social--linkedin:after{background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/social/linkedin.svg")}.m-logotype .design-navigation__logo-content-additional{display:none}.o-article{margin:0 -10px}.o-article__outline{width:100%}.o-article__inner{width:100%}.o-article__items{width:100%;display:flex;flex-wrap:wrap;justify-content:center}@media screen and (min-width: 992px){.o-article__items{justify-content:space-between}}.o-article__item{width:100%;max-width:440px;margin:20px 0;position:relative}@media screen and (min-width: 992px){.o-article__item{width:50%}}.o-article__item--no-active:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:#fff;opacity:.7;z-index:2}.o-article__item--no-active:before{content:"CHYSTÁME";position:absolute;top:25px;right:10px;background-color:#fff;color:#000;z-index:3;border-radius:3px 0 0 3px;padding:2px 15px;font-weight:600}.o-article__content{display:flex;flex-wrap:wrap;padding:10px}.o-article__image{width:100%;position:relative}.o-article__image-link{font-size:0}.o-article__image-file{width:100%}.o-article__headline{width:100%;font-size:20px;line-height:1.4;padding-top:20px}.o-article__headline-link{width:100%;font-size:20px;line-height:1.4;padding-top:20px;color:#000;text-decoration:none}.o-article__headline-link:hover{text-decoration:underline}.o-article__perex{width:100%;font-size:18px;line-height:1.35}.o-article__perex-link{width:100%;font-size:18px;line-height:1.35;color:#000;text-decoration:none}.o-article__perex-link:hover{text-decoration:underline}.o-article__item--no-active:after{background-color:#f8f8f8}.o-article__image:after{content:"";width:30%;height:29px;position:absolute;z-index:1;bottom:-7px;left:50%;margin-left:-15%;background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/red-line-article.svg");background-repeat:no-repeat;background-size:cover}.o-article__image-file{border-radius:4px}.o-article-top{z-index:1;position:relative;margin:-30px -10px 0}@media screen and (min-width: 992px){.o-article-top{margin:-50px -10px 0}}.o-article-top__outline{width:100%}.o-article-top__inner{width:100%}.o-article-top__items{width:100%;display:flex;flex-wrap:wrap;justify-content:center}@media screen and (min-width: 992px){.o-article-top__items{justify-content:space-between}}.o-article-top__item{position:relative;width:auto;padding:5px 15px}@media screen and (min-width: 992px){.o-article-top__item{width:33.333%}}.o-article-top__image-file{display:inline-block;max-width:100%;width:100%}.o-article-top__image-link{line-height:1;font-size:0}.o-article-top__item:first-of-type::after{content:"";width:80px;height:25px;position:absolute;z-index:1;top:-30px;left:15px;background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/lupa-netclub.svg");background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 992px){.o-article-top__item:first-of-type::after{width:120px;height:45px;top:-45px}}.o-footer{padding-top:80px}.o-footer__logos{width:100%;max-width:160px;margin:40px auto}.o-footer__social{width:100%}.o-footer{background-color:#ececec;background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/wave.png");background-repeat:no-repeat;background-size:contain}.o-header{height:80px;width:100%;background-color:rgba(0,0,0,0);display:flex;align-items:flex-start;position:absolute;z-index:1000;padding:20px}@media screen and (min-width: 992px){.o-header{padding:20px 50px}}.o-header__outline{width:100%;max-width:1400px;margin:0 auto}.o-header__inner{width:100%}.o-header__logotype{width:125px}.o-hero{position:relative;width:100%;height:auto}.o-hero__image{z-index:-1;position:relative;padding-bottom:100%}@media screen and (min-width: 576px){.o-hero__image{padding-bottom:70%}}@media screen and (min-width: 992px){.o-hero__image{padding-bottom:33.88%}}.o-hero__container{width:100%;height:100%;position:absolute;top:0}.o-hero__content{width:100%;height:100%;max-width:1140px;padding:0 10px;margin:0 auto;display:flex;justify-content:flex-start;align-items:center}.o-hero__title{padding-left:20px;position:relative}@media screen and (min-width: 992px){.o-hero__title{padding-left:0}}.o-hero__title-text{position:relative;font-size:30px;color:#fff;z-index:2;text-transform:uppercase;line-height:1.2}@media screen and (min-width: 576px){.o-hero__title-text{font-size:40px}}@media screen and (min-width: 992px){.o-hero__title-text{font-size:50px}}.o-hero__image{background-color:#f8f8f8;background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/hero-mobile.png");background-repeat:no-repeat;background-size:cover;background-position:center}@media screen and (min-width: 992px){.o-hero__image{background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/hero.png")}}.o-hero__image:after{content:"";background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/25.svg");position:absolute;right:40px;bottom:40px;width:100px;height:60px;background-size:contain;background-repeat:no-repeat}@media screen and (min-width: 440px){.o-hero__image:after{right:60px;bottom:60px;width:150px;height:90px}}@media screen and (min-width: 992px){.o-hero__image:after{display:none}}.o-hero__title:before{content:"";position:absolute;width:62%;height:26px;bottom:0;left:0;background-image:url("https://lupa-martin.imho.cz/img/AnniversaryModule/25years/red-line-big.svg");background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 992px){.o-hero__title:before{width:64%;height:36px;bottom:0;left:-7%}}.o-nav-social{width:100%;display:inline-block}.o-nav-social__outer{width:100%}.o-nav-social__inner{width:100%}.o-nav-social__header{width:100%;text-align:center}.o-nav-social__items{display:flex;flex-wrap:wrap;width:100%;justify-content:center}.o-nav-social__item{padding:5px 15px}.o-text{display:block;width:100%;padding:10px 0;font-size:16px;line-height:23px}.t-section{width:100%}.t-section__container{width:100%;max-width:1140px;padding:0 10px;margin:0 auto}.t-section--bg-gray{background-color:#f8f8f8}
/*# sourceMappingURL=main.css.map */
