.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#155C81;--e-global-color-text:#000000;--e-global-color-accent:#155C81;--e-global-color-a5c5491:#155C81;--e-global-color-ac43b7f:#FFFFFF;--e-global-color-01fe62c:#E8F5FF;--e-global-color-9ba203d:#707070;--e-global-typography-primary-font-family:"Forum";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;font-size:18px;line-height:1.6em;}.elementor-kit-10 h1{font-size:60px;line-height:1.2em;}.elementor-kit-10 h2{font-size:50px;line-height:1.2em;}.elementor-kit-10 h3{font-size:40px;line-height:1.2em;}.elementor-kit-10 h4{font-size:35px;line-height:1.2em;}.elementor-kit-10 h5{font-size:30px;line-height:1.2em;}.elementor-kit-10 h6{font-size:19px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:55px;}.elementor-kit-10 h2{font-size:45px;}.elementor-kit-10 h3{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.podciara {
  display: inline;
  border-bottom: 3px solid currentColor;
}

.podciara2 {
  display: inline;
  border-bottom: 3px solid #155C81;
}

.zoom {
 
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.04); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.hover-box {
  transition: all 0.3s ease;
}

.hover-box:hover {
  background-color: #155C81; /* tmavé pozadie */
  color: #fff;
}

.hover-box:hover * {
  color: #fff !important;
}

.hover-box:hover .elementor-button-icon svg {
  fill: white !important;
}/* End custom CSS */