.elementor-kit-6{--e-global-color-primary:#857DCF;--e-global-color-secondary:#E4E4FF;--e-global-color-text:#303030;--e-global-color-accent:#888490;--e-global-color-7136a77:#FFFFFF;--e-global-color-f78a300:#FCFCFF;--e-global-color-437eb0a:#FEFCFA;--e-global-color-6803ef5:#D4B184;--e-global-color-b764200:#F1E0D1;--e-global-color-f276610:#65472C;--e-global-color-e894eac:#F8F8FF;--e-global-color-2c3d842:#F4F4FF;--e-global-color-5be0f57:#FBF7F3;--e-global-color-1a02be8:#DBDADE;--e-global-color-861c6f6:#FADBAD;--e-global-color-1e96602:#D8B389;--e-global-color-4bfca06:#BBBBFF;--e-global-color-9dad034:#309255;--e-global-color-e972095:#C7E2D1;--e-global-typography-primary-font-family:"neue-kabel";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"neue-kabel";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"neue-kabel";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"neue-kabel";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* TESTOVACÍ */
.hide-test {
    display: none
}

/* SCROLLBAR */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-primary);
}

/* GLOBAL */

* {
    line-height: 1 !important;
  }
  
html {
    font-size: 16px
}

@media (max-width: 767px) {
    .font-size-12-m * {
    font-size: 12px !important;
    }
}
  
span {
    display: block;
}

/*h1, h2, h3, h4, h5, h6, p {
    margin-block-start:0rem !important;
    margin-block-end:0rem !important;
}*/

strong {
    font-weight: 700 !important;
}

a {
    color: inherit;
    text-decoration: none;
}

.blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px) contrast(100%);
}

.gr-mask {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 77%, rgba(0,0,0,0) 88%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 77%, rgba(0,0,0,0) 88%);
}
@media (max-width: 768px) {
    .gr-mask {
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 95%);
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 95%);
    }
}

.gr-mask-soft {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 88%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 88%);
}
@media (max-width: 768px) {
    .gr-mask-soft {
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 77%, rgba(0,0,0,0) 88%);
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 77%, rgba(0,0,0,0) 88%);
    }
}

.fit-content {
    width: fit-content;
}

@media (min-width: 768px) {
    .fit-content-no-mobile {
    width: fit-content;
    }
}

/* POP-UP */

.open-pop-up:hover {
    cursor: pointer;
}

/* BUTTONS */

.button-purple svg path {
    transition-duration: 0.3s;
}

.button-purple:hover svg path {
    fill: var(--e-global-color-text);
}

.button-dark svg path {
    transition-duration: 0.3s;
}

.button-dark:hover svg path {
    fill: var(--e-global-color-primary);
}

.button-grey svg path {
    transition-duration: 0.3s;
}

.button-grey:hover svg path {
    fill: var(--e-global-color-1a02be8);
}

.button-white svg path {
    transition-duration: 0.3s;
}

.button-white:hover svg path {
    fill: white;
}

.button-white span {
    transition-duration: 0.3s;
}

.button-white:hover span {
    color: white !important;
}

/* HIDE */

/* ADD RESPONSIVE BRAEK POINT: d, t, m, 800, 720, 520, 420, 380 */

.hide-all {
    display: none;
}

@media (max-width: 381px) {
    .hide-380 {
        display: none;
    }
}

@media (max-width: 421px) {
    .hide-420 {
        display: none;
    }
}

@media (max-width: 521px) {
    .hide-520 {
        display: none;
    }
}

@media (max-width: 721px) {
    .hide-720 {
        display: none;
    }
}

@media (max-width: 801px) {
    .hide-800 {
        display: none;
    }
}
@media (max-width: 767px) {
    .hide-m {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hide-t {
        display: none;
    }
}

@media (min-width: 1025px) {
    .hide-d {
        display: none;
    }
}

/* TEXT SIZE */

.t8 * {
    font-size: 0.5rem;
}

.t10 * {
    font-size: 0.625rem;
}

.t12 * {
    font-size: 0.75rem;
}

.t14 * {
    font-size: 0.875rem;
}

.t16 * {
    font-size: 1rem;
}

.t18 * {
    font-size: 1.125rem;
}

.t21 * {
    font-size: 1.3125rem;
}

.t24 * {
    font-size: 1.5rem;
}

.t28 * {
    font-size: 1.75rem;
}

.t32 * {
    font-size: 2rem;
}

.t34 * {
    font-size: 2.125rem;
}

.t36 * {
    font-size: 2.25rem;
}

.t42 * {
    font-size: 2.625rem;
}

.t46 * {
    font-size: 2.875rem;
}

.t48 * {
    font-size: 3rem;
}

.t56 * {
    font-size: 3.5rem;
}

.t68 * {
    font-size: 4.25rem;
}

.t60 * {
    font-size: 3.75rem;
}

.t72 * {
    font-size: 4.5rem;
}

.t90 * {
    font-size: 5.625rem;
}

.t180 * {
    font-size: 11.25rem;
}


.t190 * {
    font-size: 11.875rem;
}

.t220 * {
    font-size: 13.75rem;
}

/* TEXT SIZE TABLET */

@media (max-width: 1024px) {
    .tb90 * {
    font-size: 5.625rem;
    }

    .tb120 * {
    font-size: 7.5rem;
    }
    
    .tb36 * {
    font-size: 2.25rem;
    }

    .tb28 * {
    font-size: 1.75rem;
    }

    .tb21 * {
    font-size: 1.3125rem;
    }

}

/* TEXT SIZE MOBILE */

@media (max-width: 767px) {
    .m60 * {
    font-size: 3.75rem;
    }
    
    .m40 * {
    font-size: 2.5rem;
    }
    
    .m24 * {
    font-size: 1.5rem;
    }
    
    .m16 * {
    font-size: 1rem;
    }
    
    .m14 * {
    font-size: 0.875rem;
    }
    
    .m28 * {
    font-size: 1.75rem;
    }


}

/* TEXT WEIGHT */

.w100 * {
    font-weight: 100 !important;
}

.w200 * {
    font-weight: 200 !important;
}

.w300 * {
    font-weight: 300 !important;
}

.w400 * {
    font-weight: 400 !important;
}

.w500 * {
    font-weight: 500 !important;
}

.w700 * {
    font-weight: 700 !important;
}

.w800 * {
    font-weight: 800 !important;
}

.w900 * {
    font-weight: 900 !important;
}

/* TEXT STYLE */

.up * {
    text-transform: uppercase;
}

.lh10 * {
    line-height: 1.0 !important;
  }

.lh12 * {
    line-height: 1.2 !important;
  }

.lh15 * {
  line-height: 1.5 !important;
}

.lh20 * {
  line-height: 2.0 !important;
}

.ls * {
    letter-spacing: 0.25rem;
}

/* TEXT COLOR */

.gr {
  background: radial-gradient(circle, #8e8eff, #8675ab, #dac0b1, #ab806b, #ab806b, #8177c5);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text; /* For Firefox */
  color: transparent; /* Fallback for other browsers */
}/* End custom CSS */