.elementor-kit-6{--e-global-color-primary:#FDFCEF;--e-global-color-secondary:#D65434;--e-global-color-text:#18181C;--e-global-color-accent:#D6DF2A;--e-global-color-c28074b:#3A8169;--e-global-color-d640fef:#201C4E;--e-global-color-535e6a8:#50173F;--e-global-typography-primary-font-family:"Tektur";--e-global-typography-primary-font-size:4.6vw;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Tektur";--e-global-typography-secondary-font-size:3vw;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Tektur";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1em;--e-global-typography-8f68aa1-font-family:"thirsty-script";--e-global-typography-8f68aa1-font-size:2.7vw;--e-global-typography-8f68aa1-font-weight:300;--e-global-typography-8f68aa1-font-style:normal;background-color:#18181C;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:1030px){.elementor-kit-6{--e-global-typography-primary-font-size:4.9vw;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:10vw;--e-global-typography-secondary-font-size:7vw;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Only on Safari (JS above adds .ua-safari) */
.ua-safari .header,
.ua-safari .reveal-mask,
.ua-safari .circle-reveal {
  will-change: transform;
  transform: translateZ(0);           /* force compositor layer */
  backface-visibility: hidden;
  contain: paint;                      /* isolate repaints */
}

/* Soften expensive effects just for Safari */
.ua-safari .use-backdrop,
.ua-safari .glass,
.ua-safari .blur-heavy {
  -webkit-backdrop-filter: none;      /* drop blur in Safari */
  backdrop-filter: none;
  background-color: rgba(16,18,24,.85);/* visual fallback */
}

/* Big box-shadow blur radii = jank; reduce on Safari */
.ua-safari .heavy-shadow {
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

/* Slightly crisper text while layers move */
.ua-safari body { -webkit-font-smoothing: antialiased; }


* {

}

/*cursor*/

.cursor {
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  border: 2px solid #FDFCEF;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
background:white;
  transform: translate(calc(-50% + 15px), -50%);
mix-blend-mode:difference;
 z-index:99;
}

.cursor2 {
  width: 1vw;
  height: 1vw;
  border-radius: 100%;
  background-color: #D6DF2A;
  opacity: 1;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index:99;
}

.hover {
  background-color: white;
  opacity: 1;
mix-blend-mode:difference;
}

.cursorinnerhover {
  width: 2vw;
  height: 2vw;
  opacity: .5;
}

/*cookie banner*/
.cky-title, .cky-btn,
.cky-accordion-btn{
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
}

.cky-accordion-header-des,
.cky-notice-des p{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}/* End custom CSS */