@charset "UTF-8";:root{--desight-framework-loaded: true}body:before{content:"\2705  DeSight SCSS Framework geladen | v1.0.0";display:none}.desight-hidden{display:none!important}.desight-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.desight-mt-sm{margin-top:1rem}.desight-mt-md{margin-top:2rem}.desight-mt-lg{margin-top:3rem}.desight-mb-sm{margin-bottom:1rem}.desight-mb-md{margin-bottom:2rem}.desight-mb-lg{margin-bottom:3rem}.desight-grid{display:grid;gap:2rem}@media(min-width:990px){.desight-grid{gap:3rem}}.desight-container{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media(min-width:990px){.desight-container{padding:0 5rem}}.desight-section-spacing{margin-top:var(--spacing-sections-mobile)}@media(min-width:990px){.desight-section-spacing{margin-top:var(--spacing-sections-desktop)}}.desight-button{display:inline-flex;align-items:center;justify-content:center;padding:0 3rem;min-height:calc(4.5rem + var(--buttons-border-width) * 2);border-radius:var(--buttons-radius-outset);background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:1.5rem;text-decoration:none;transition:box-shadow var(--duration-short) ease}.desight-button:hover{box-shadow:var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(var(--color-shadow),var(--buttons-shadow-opacity))}.desight-input{width:100%;padding:1.5rem 2rem;border-radius:var(--inputs-radius);border:var(--inputs-border-width) solid rgba(var(--color-foreground),var(--inputs-border-opacity));background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.6rem;transition:box-shadow var(--duration-short) ease}.desight-input:focus{outline:0;box-shadow:0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground))}.desight-card{border-radius:var(--media-radius);border:var(--media-border-width) solid rgba(var(--color-foreground),var(--media-border-opacity));background-color:rgb(var(--color-background));overflow:hidden;transition:box-shadow var(--duration-default) ease}.desight-card:hover{box-shadow:var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow),var(--media-shadow-opacity))}.desight-loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999999;display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;transition:opacity var(--duration-default),visibility var(--duration-default)}.desight-loading-screen.desight-loading-screen--hidden{opacity:0;visibility:hidden}.desight-loading-screen__content{display:flex;flex-direction:column;align-items:center;gap:calc(var(--spacing-sections-mobile) / 2)}@media screen and (min-width:750px){.desight-loading-screen__content{gap:calc(var(--spacing-sections-desktop) / 2)}}.desight-loading-screen__text{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 1.4rem);text-align:center;color:rgb(var(--color-foreground))}.desight-spinner{width:60px;height:60px;position:relative}.desight-spinner__circle{width:100%;height:100%;border:4px solid rgba(var(--color-foreground),.1);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:desight-spin 1s linear infinite}@keyframes desight-spin{to{transform:rotate(360deg)}}.desight-dots{display:flex;gap:12px;align-items:center}.desight-dots__dot{width:16px;height:16px;background-color:rgb(var(--color-foreground));border-radius:50%;animation:desight-dot-bounce 1.4s infinite ease-in-out both}.desight-dots__dot:nth-child(1){animation-delay:-.32s}.desight-dots__dot:nth-child(2){animation-delay:-.16s}@keyframes desight-dot-bounce{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.desight-pulse{width:80px;height:80px;position:relative}.desight-pulse__ring{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid rgb(var(--color-foreground));border-radius:50%;opacity:0;animation:desight-pulse 2s cubic-bezier(0,.2,.8,1) infinite}.desight-pulse__ring:nth-child(2){animation-delay:.66s}.desight-pulse__ring:nth-child(3){animation-delay:1.32s}@keyframes desight-pulse{0%{transform:scale(.33);opacity:1}to{transform:scale(1);opacity:0}}.desight-progress{width:280px;max-width:80vw;display:flex;flex-direction:column;gap:12px;align-items:center}.desight-progress__bar{width:100%;height:6px;background-color:rgba(var(--color-foreground),.1);border-radius:var(--buttons-radius);overflow:hidden}.desight-progress__fill{height:100%;background-color:rgb(var(--color-foreground));width:0%;transition:width .3s ease;border-radius:var(--buttons-radius)}.desight-progress__percentage{font-family:var(--font-body-family);font-size:1.2rem;color:rgb(var(--color-foreground));font-weight:var(--font-body-weight-bold)}.desight-logo-animation{animation:desight-logo-pulse 2s ease-in-out infinite}.desight-logo-animation__image{display:block;max-width:100%;height:auto}@keyframes desight-logo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}.desight-loading-screen[data-transition=fade].desight-loading-screen--hiding{animation:desight-fade-out var(--transition-duration, .6s) ease forwards}@keyframes desight-fade-out{to{opacity:0;visibility:hidden}}.desight-loading-screen[data-transition=slide-up].desight-loading-screen--hiding{animation:desight-slide-up var(--transition-duration, .6s) ease forwards}@keyframes desight-slide-up{to{transform:translateY(-100%);opacity:0}}.desight-loading-screen[data-transition=slide-down].desight-loading-screen--hiding{animation:desight-slide-down var(--transition-duration, .6s) ease forwards}@keyframes desight-slide-down{to{transform:translateY(100%);opacity:0}}.desight-loading-screen[data-transition=zoom-out].desight-loading-screen--hiding{animation:desight-zoom-out var(--transition-duration, .6s) ease forwards}@keyframes desight-zoom-out{to{transform:scale(2);opacity:0}}.desight-loading-screen[data-transition=curtain].desight-loading-screen--hiding{animation:desight-curtain var(--transition-duration, .6s) ease forwards}@keyframes desight-curtain{to{clip-path:circle(0% at 50% 50%)}}.desight-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999999;opacity:0;visibility:hidden;transition:opacity var(--duration-default),visibility var(--duration-default)}.desight-popup.desight-popup--visible{opacity:1;visibility:visible}.desight-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#214522b3;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:block!important}.desight-popup__modal{position:absolute;z-index:1;display:flex;flex-direction:column;overflow-y:auto;box-shadow:0 20px 60px rgba(var(--color-foreground),.3)}@media screen and (max-width:749px){.desight-popup__modal{top:0;left:0;width:100vw!important;height:100vh!important;max-height:100vh;transform:none;border-radius:0!important}}@media screen and (min-width:750px){.desight-popup__modal{top:50%;left:50%;transform:translate(-50%,-50%);flex-direction:row;max-height:95vh}}.desight-popup__close{position:absolute;top:1rem;right:1rem;z-index:2;background:rgba(var(--color-background),.9);border:1px solid rgba(var(--color-foreground),.1);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--duration-short);color:rgb(var(--color-foreground))}.desight-popup__close:hover{background:rgb(var(--color-background));transform:rotate(90deg)}.desight-popup__close .svg-wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.desight-popup__image-wrapper{flex:0 0 50%;overflow:hidden}@media screen and (max-width:749px){.desight-popup__image-wrapper{flex:0 0 auto;min-height:50vh;width:100%;order:1!important;max-width:100%}}@media screen and (min-width:750px){.desight-popup__image-wrapper{min-height:auto}}.desight-popup__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.desight-popup__modal--image-text-only .desight-popup__image-wrapper{display:none}.desight-popup__modal--image-text-only .desight-popup__content{flex:1 1 100%}@media screen and (min-width:750px){.desight-popup__modal--image-text-only .desight-popup__content{max-width:800px;margin:0 auto;justify-content:center}}@media screen and (max-width:749px){.desight-popup__modal--image-text-only .desight-popup__content{max-width:100%;padding:30px!important;justify-content:flex-start}}@media screen and (min-width:750px){.desight-popup__modal--image-left .desight-popup__content{order:1}.desight-popup__modal--image-left .desight-popup__image-wrapper{order:2}}@media screen and (min-width:750px){.desight-popup__modal--image-right .desight-popup__image-wrapper{order:1}.desight-popup__modal--image-right .desight-popup__content{order:2}}.desight-popup__content{flex:0 0 50%;overflow-y:auto;display:flex;flex-direction:column}@media screen and (max-width:749px){.desight-popup__content{flex:0 0 auto;order:2!important;min-height:auto;max-width:100%;padding:30px!important;justify-content:flex-start}}@media screen and (min-width:750px){.desight-popup__content{justify-content:center}}.desight-popup__logo{flex-shrink:0;transition:opacity var(--duration-short)}.desight-popup__logo img{display:block;width:100%;height:auto}.desight-popup__logo--top-left,.desight-popup__logo--top-center,.desight-popup__logo--top-right{order:-1}.desight-popup__logo--top-left{align-self:flex-start}.desight-popup__logo--top-center{align-self:center}.desight-popup__logo--top-right{align-self:flex-end}.desight-popup__logo--bottom-left,.desight-popup__logo--bottom-center,.desight-popup__logo--bottom-right{order:999}.desight-popup__logo--bottom-left{align-self:flex-start}.desight-popup__logo--bottom-center{align-self:center}.desight-popup__logo--bottom-right{align-self:flex-end}.desight-popup__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);margin-bottom:1rem;color:rgb(var(--color-foreground))}.desight-popup__text{margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.desight-popup__newsletter{margin-bottom:1.5rem}.desight-popup__newsletter-input-wrapper{display:flex;gap:.5rem;flex-direction:column}@media screen and (min-width:750px){.desight-popup__newsletter-input-wrapper{flex-direction:row}}.desight-popup__newsletter-input{flex:1;padding:1rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:var(--inputs-radius);font-family:var(--font-body-family);font-size:1.4rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.desight-popup__newsletter-input:focus{outline:none;border-color:rgb(var(--color-foreground))}.desight-popup__newsletter-button{white-space:nowrap}.desight-popup__cta{margin-top:1.5rem}.desight-popup--animation-fade.desight-popup--visible .desight-popup__modal{animation:desight-popup-fade-in var(--duration-default) ease}@keyframes desight-popup-fade-in{0%{opacity:0}to{opacity:1}}.desight-popup--animation-slide-up.desight-popup--visible .desight-popup__modal{animation:desight-popup-slide-up var(--duration-default) ease}@keyframes desight-popup-slide-up{0%{transform:translate(-50%,100%)}to{transform:translate(-50%,-50%)}}.desight-popup--animation-slide-down.desight-popup--visible .desight-popup__modal{animation:desight-popup-slide-down var(--duration-default) ease}@keyframes desight-popup-slide-down{0%{transform:translate(-50%,-150%)}to{transform:translate(-50%,-50%)}}.desight-popup--animation-zoom.desight-popup--visible .desight-popup__modal{animation:desight-popup-zoom var(--duration-default) ease}@keyframes desight-popup-zoom{0%{transform:translate(-50%,-50%) scale(.5)}to{transform:translate(-50%,-50%) scale(1)}}.desight-popup--animation-bounce.desight-popup--visible .desight-popup__modal{animation:desight-popup-bounce .6s cubic-bezier(.68,-.55,.265,1.55)}@keyframes desight-popup-bounce{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}.desight-events{width:100%}.desight-events__header-section{margin-bottom:3rem;text-align:center}.desight-events__section-title{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 2rem);font-weight:var(--font-heading-weight, 700);color:var(--color-foreground);margin:0}.desight-events__grid{margin-bottom:3rem}.desight-events__grid.slider--desktop.grid--3-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 2 / 3)}.desight-events__grid.slider--desktop.grid--2-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 2 - var(--grid-desktop-horizontal-spacing) / 2)}.desight-events__grid.slider--desktop.grid--4-col-desktop .grid__item{width:calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 3 / 4)}@media screen and (max-width:749px){.desight-events__grid.slider--tablet.grid--1-col-tablet-down .grid__item,.desight-events__grid.slider--tablet.grid--2-col-tablet-down .grid__item{width:calc(100% - 3rem)}}.desight-events__item{display:block}.desight-events__item[data-filtered=true]{display:none}.desight-events__item-inner{display:flex;flex-direction:column;height:100%;background-color:var(--color-background);border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--inputs-radius, 0);overflow:hidden;transition:transform var(--duration-default),box-shadow var(--duration-default)}.desight-events__item-inner:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(var(--color-foreground),.1)}.desight-events__image-wrapper{position:relative;width:100%;padding-bottom:66.67%;overflow:hidden;background-color:rgba(var(--color-foreground),.05)}.desight-events__image-link{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.desight-events__image-link:hover .desight-events__image{transform:scale(1.05)}.desight-events__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--duration-default)}.desight-events__content{display:flex;flex-direction:column;flex:1;padding:2rem;gap:1rem}.desight-events__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.desight-events__title-link{text-decoration:none;color:inherit;transition:color var(--duration-short)}.desight-events__title-link:hover,.desight-events__title-link:hover .desight-events__title{color:rgb(var(--color-link))}.desight-events__title{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 1.8rem);font-weight:var(--font-heading-weight, 700);color:rgb(var(--color-foreground));margin:0;flex:1;line-height:calc(1 + .3/max(1,var(--font-heading-scale)));transition:color var(--duration-short)}@media screen and (min-width:750px){.desight-events__title{font-size:calc(var(--font-heading-scale) * 2rem)}}.desight-events__info-bubble{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:rgba(var(--color-foreground),.08);border:1.5px solid rgba(var(--color-foreground),.4);border-radius:50%;color:rgb(var(--color-foreground));cursor:pointer;transition:all var(--duration-short);flex-shrink:0}.desight-events__info-bubble .svg-wrapper{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.desight-events__info-bubble svg{width:100%;height:100%}.desight-events__info-bubble:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.desight-events__info-bubble:hover .desight-events__info-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.desight-events__info-tooltip{position:absolute;bottom:calc(100% + 8px);right:0;min-width:200px;max-width:300px;padding:1rem 1.2rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.3rem;line-height:1.5;border-radius:var(--inputs-radius, 4px);box-shadow:0 4px 16px #00000040;opacity:0;visibility:hidden;transform:translateY(-4px);transition:all var(--duration-short);z-index:10;pointer-events:none;white-space:normal}.desight-events__info-tooltip:after{content:"";position:absolute;top:100%;right:8px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgb(var(--color-foreground))}.desight-events__divider{margin:0;border:none;border-top:1px solid rgba(var(--color-foreground),.1)}.desight-events__time{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.desight-events__date{font-size:1.4rem;color:rgb(var(--color-foreground));letter-spacing:.05rem}@media screen and (min-width:750px){.desight-events__date{font-size:1.5rem}}.desight-events__date strong{font-weight:700}.desight-events__tag{display:inline-block;padding:.5rem 1rem;background-color:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:500;border-radius:var(--inputs-radius, 4px);letter-spacing:.05rem}.desight-events__description{flex:1;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.75);letter-spacing:.05rem}@media screen and (min-width:750px){.desight-events__description{font-size:1.5rem}}.desight-events__description p{margin:0 0 1rem}.desight-events__description p:last-child{margin-bottom:0}.desight-events__description strong{font-weight:700}.desight-events__description em{font-style:italic}.desight-events__cta{margin-top:auto}.desight-events__link{display:inline-flex;align-items:center;gap:.5rem}.desight-events__link svg{width:16px;height:16px}.desight-events__pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}.desight-events__pagination-btn{padding:.75rem 1.5rem;background-color:var(--color-button);color:var(--color-button-text);border:none;border-radius:var(--buttons-radius, 0);font-size:1rem;cursor:pointer;transition:opacity var(--duration-short)}.desight-events__pagination-btn:hover:not(:disabled){opacity:.8}.desight-events__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.desight-events__pagination-info{font-size:1rem;color:var(--color-foreground)}.desight-events__section-button-wrapper{margin-top:3rem;display:flex;justify-content:flex-start}.desight-events__section-button-wrapper--left{justify-content:flex-start}.desight-events__section-button-wrapper--center{justify-content:center}.desight-events__section-button-wrapper--right{justify-content:flex-end}.desight-events__section-button-wrapper--full-width{width:100%}.desight-events__section-button-wrapper--full-width .desight-events__section-button{width:100%;justify-content:center}.desight-events__section-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.4rem 2.4rem;font-family:var(--font-body-family);font-size:1.5rem;font-weight:500;text-decoration:none;border-radius:var(--buttons-radius-outset);border:var(--buttons-border-width) solid transparent;transition:all var(--duration-default)}.desight-events__section-button.button--primary{background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));border-color:rgba(var(--color-button),var(--alpha-button-background))}.desight-events__section-button.button--primary:hover{background-color:rgba(var(--color-button),calc(var(--alpha-button-background) - .1));box-shadow:var(--buttons-shadow-horizontal-offset) var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(var(--color-shadow),var(--buttons-shadow-opacity))}.desight-events__section-button.button--secondary{background-color:transparent;color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.2)}.desight-events__section-button.button--secondary:hover{background-color:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.4)}.desight-events__section-button.button--tertiary{background-color:transparent;color:rgb(var(--color-link));border-color:transparent;padding-left:0;padding-right:0}.desight-events__section-button.button--tertiary:hover{color:rgb(var(--color-link-hover))}.desight-events__section-button.button--tertiary:hover .desight-events__section-button-icon svg{transform:translate(4px)}.desight-events__section-button-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform var(--duration-short)}.desight-events__section-button-icon svg{width:16px;height:16px}.desight-events__section-button-icon--left{order:-1}.desight-events__section-button-text{display:inline-block;white-space:nowrap}@media screen and (max-width:749px){.desight-events__section-button{padding:1.2rem 1.8rem;font-size:1.4rem;gap:.5rem}.desight-events__section-button-icon svg{width:14px;height:14px}}.desight-events__filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;justify-content:center}.desight-events__filter-badge{display:inline-flex;align-items:center;gap:.5em;padding:.3em .4em;margin-top:.5rem;background-color:color-mix(in srgb,var(--badge-color, rgb(var(--color-link))) 10%,transparent);border:1px solid color-mix(in srgb,var(--badge-color, rgb(var(--color-link))) 25%,transparent);border-radius:8px;font-size:1.1rem;font-weight:500;color:var(--badge-color, rgb(var(--color-link)));line-height:1.4;width:-moz-fit-content;width:fit-content}.desight-events__filter-badge:hover{border-color:var(--badge-color, color-mix(in srgb, rgb(var(--color-link)) 50%, transparent));background-color:color-mix(in srgb,var(--badge-color, rgb(var(--color-link))) 10%,transparent);transform:translateY(-1px);box-shadow:0 0 20px #0000001a,0 2px 8px #0000000f}.desight-events__filter-badge.is-active{background-color:color-mix(in srgb,var(--badge-color, rgb(var(--color-link))) 18%,transparent);border-color:var(--badge-color, rgb(var(--color-link)));color:var(--badge-color, rgb(var(--color-link)));font-weight:600;box-shadow:0 0 18px #0000001a,0 0 0 1px var(--badge-color, rgb(var(--color-link)))}.desight-events__filter-badge-label{font-size:1.3rem;line-height:1}.desight-events__filter-badge-img{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.desight-events__zustaendig-badge{display:inline-flex;align-items:center;gap:.5em;padding:.3em .4em;margin-top:.5rem;background-color:color-mix(in srgb,var(--badge-color, rgb(var(--color-link))) 10%,transparent);border:1px solid color-mix(in srgb,var(--badge-color, rgb(var(--color-link))) 25%,transparent);border-radius:8px;font-size:1.1rem;font-weight:500;color:var(--badge-color, rgb(var(--color-link)));line-height:1.4;width:-moz-fit-content;width:fit-content}.desight-events__zustaendig-badge-img{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.desight-events__event-popup-badges{margin-bottom:1.5rem}.desight-events__view-toggle{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:2rem;padding:.5rem;background-color:rgba(var(--color-foreground),.05);border-radius:var(--inputs-radius, 8px);width:-moz-fit-content;width:fit-content;margin-left:auto}.desight-events__view-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background-color:transparent;border:2px solid transparent;border-radius:var(--inputs-radius, 8px);color:rgba(var(--color-foreground),.5);cursor:pointer;transition:all var(--duration-short)}.desight-events__view-btn svg{width:20px;height:20px;transition:transform var(--duration-short)}.desight-events__view-btn:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.08)}.desight-events__view-btn.is-active{background-color:rgb(var(--color-background));border-color:rgb(var(--color-foreground));color:rgb(var(--color-foreground));box-shadow:0 2px 8px rgba(var(--color-shadow),.15)}@media screen and (max-width:749px){.desight-events__view-btn{width:32px;height:32px}.desight-events__view-btn svg{width:18px;height:18px}}.desight-events__calendar{width:100%;background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--inputs-radius, 16px);overflow:hidden;box-shadow:0 4px 20px rgba(var(--color-shadow),.08)}.desight-events__calendar-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2.5rem;background:linear-gradient(135deg,rgba(var(--color-foreground),.03),rgba(var(--color-foreground),.06));border-bottom:1px solid rgba(var(--color-foreground),.08)}.desight-events__calendar-month-year{display:flex;flex-direction:column;align-items:center;gap:.25rem}.desight-events__calendar-month{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 2.2rem);font-weight:var(--font-heading-weight, 700);color:rgb(var(--color-foreground));line-height:1.2;letter-spacing:-.02em}.desight-events__calendar-year{font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.6);letter-spacing:.05em;text-transform:uppercase}.desight-events__calendar-nav{display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background-color:transparent;border:2px solid rgba(var(--color-foreground),.15);border-radius:50%;color:rgb(var(--color-foreground));cursor:pointer;transition:all var(--duration-short)}.desight-events__calendar-nav svg{width:20px;height:20px;transition:transform var(--duration-short)}.desight-events__calendar-nav:hover{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.desight-events__calendar-nav:hover svg{transform:scale(1.1)}.desight-events__calendar-nav--prev:hover svg{transform:translate(-2px)}.desight-events__calendar-nav--next:hover svg{transform:translate(2px)}@media screen and (max-width:749px){.desight-events__calendar-nav{width:32px;height:32px}.desight-events__calendar-nav svg{width:18px;height:18px}}.desight-events__calendar-grid{padding:1.5rem}.desight-events__calendar-weekdays{display:grid!important;grid-template-columns:repeat(7,1fr)!important;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.desight-events__calendar-weekday{display:flex;align-items:center;justify-content:center;height:40px;font-family:var(--font-body-family);font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground),.5);text-transform:uppercase;letter-spacing:.1em}.desight-events__calendar-days{display:grid!important;grid-template-columns:repeat(7,1fr)!important;gap:.5rem}.desight-events__calendar-day{position:relative;display:flex;flex-direction:column;align-items:center;min-height:110px;min-width:0;padding:.5rem .4rem;background-color:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.06);border-radius:var(--inputs-radius, 12px);transition:all var(--duration-short)}.desight-events__calendar-day.is-today{background-color:rgba(var(--color-link),.05);border-color:rgba(var(--color-link),.3)}.desight-events__calendar-day.is-today .desight-events__calendar-day-number{background-color:rgb(var(--color-link));color:rgb(var(--color-button-text))}.desight-events__calendar-day.is-empty{display:flex!important;background-color:transparent;border-color:transparent;pointer-events:none}.desight-events__calendar-day.is-past{opacity:.5}.desight-events__calendar-day:not(.is-empty):hover{background-color:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.15);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-shadow),.1)}.desight-events__calendar-day.has-multiday{cursor:pointer}.desight-events__calendar-day[data-multiday]{padding-top:28px}.desight-events__calendar-day[data-multiday]:before{content:attr(data-multiday-label);position:absolute;top:4px;left:calc(-.5rem - 1px);right:calc(-.5rem - 1px);height:20px;display:flex;align-items:center;justify-content:center;background:var(--badge-color, rgb(var(--color-link)));color:rgb(var(--color-button-text));font-size:1rem;font-weight:600;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:1;padding:0 6px}.desight-events__calendar-day[data-multiday=start]:before{border-radius:4px 0 0 4px;right:calc(-.5rem - 1px)}.desight-events__calendar-day[data-multiday=end]:before{border-radius:0 4px 4px 0;left:calc(-.5rem - 1px)}.desight-events__calendar-day[data-multiday=middle]:before{border-radius:0;left:calc(-.5rem - 1px);right:calc(-.5rem - 1px)}.desight-events__calendar-day[data-multiday=single]:before{border-radius:4px}@media screen and (max-width:749px){.desight-events__calendar-day{min-height:70px;padding:.5rem;gap:.25rem}.desight-events__calendar-day[data-multiday]{padding-top:28px}.desight-events__calendar-day .desight-events__calendar-day-number{width:28px;height:28px;font-size:1.2rem}}.desight-events__calendar-day-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));border-radius:50%;transition:all var(--duration-short)}.desight-events__calendar-day-events{position:relative;z-index:2;display:flex;flex-direction:column;gap:.35rem;width:100%;margin-top:.5rem}.desight-events__calendar-event-pill{display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;background:var(--badge-color, rgb(var(--color-link)));border-radius:6px;cursor:pointer;transition:all var(--duration-short)}.desight-events__calendar-event-pill-title,.desight-events__calendar-event-pill-time{color:rgb(var(--color-button-text))}.desight-events__calendar-event-pill:hover{transform:scale(1.02);filter:brightness(1.1);box-shadow:0 2px 8px #00000026}.desight-events__calendar-event-pill-dot{width:6px;height:6px;background-color:rgb(var(--color-button-text));border-radius:50%;flex-shrink:0;animation:pulse 2s ease-in-out infinite}.desight-events__calendar-event-pill-title{font-size:1.1rem;font-weight:500;color:rgb(var(--color-button-text));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2;max-height:2.4em}.desight-events__calendar-event-pill-time{font-size:1rem;color:rgb(var(--color-button-text)/.8);flex-shrink:0}@media screen and (max-width:749px){.desight-events__calendar-event-pill{padding:.3rem .5rem;gap:.3rem}.desight-events__calendar-event-pill-dot{width:5px;height:5px}.desight-events__calendar-event-pill-title{font-size:1rem}.desight-events__calendar-event-pill-time{display:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.desight-events__calendar-more{display:flex;align-items:center;justify-content:center;padding:.35rem .6rem;background-color:rgba(var(--color-foreground),.1);border-radius:6px;font-size:1.1rem;font-weight:500;color:rgba(var(--color-foreground),.7);cursor:pointer;transition:all var(--duration-short)}.desight-events__calendar-more:hover{background-color:rgba(var(--color-foreground),.15);color:rgb(var(--color-foreground))}.desight-events__calendar-legend{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.5rem;border-top:1px solid rgba(var(--color-foreground),.08);background-color:rgba(var(--color-foreground),.02)}.desight-events__calendar-legend-item{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.desight-events__calendar-legend-dot{width:10px;height:10px;background:linear-gradient(135deg,rgb(var(--color-link)),rgba(var(--color-link),.8));border-radius:50%}body.desight-events-popup-open{overflow:hidden}.desight-events__event-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.desight-events__event-popup.is-active{opacity:1;visibility:visible}.desight-events__event-popup.is-active .desight-events__event-popup-inner{transform:scale(1) translateY(0)}.desight-events__event-popup-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-link),.85),rgba(var(--color-link),.5),rgba(var(--color-base-background-1),.75));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer}.desight-events__event-popup-inner{position:relative;width:100%;max-width:600px;max-height:90vh;background-color:rgb(var(--color-background));border-radius:var(--inputs-radius, 16px);overflow:hidden;box-shadow:0 24px 48px #00000040;transform:scale(.95) translateY(20px);transition:transform .35s cubic-bezier(.34,1.56,.64,1);z-index:1}@media screen and (max-width:749px){.desight-events__event-popup-inner{max-width:100%;max-height:85vh;border-radius:var(--inputs-radius, 16px) var(--inputs-radius, 16px) 0 0;margin-top:auto}}.desight-events__event-popup-close{position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;background-color:rgba(var(--color-foreground),.1);border:none;border-radius:50%;color:rgb(var(--color-foreground));cursor:pointer;z-index:10;transition:all var(--duration-short)}.desight-events__event-popup-close svg{width:20px;height:20px}.desight-events__event-popup-close:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.desight-events__event-popup-image{width:100%;height:200px;background-color:rgba(var(--color-foreground),.05);overflow:hidden}.desight-events__event-popup-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:750px){.desight-events__event-popup-image{height:240px}}.desight-events__event-popup-content{padding:2rem;overflow-y:auto;max-height:calc(90vh - 240px)}@media screen and (max-width:749px){.desight-events__event-popup-content{padding:1.5rem;max-height:calc(85vh - 200px)}}.desight-events__event-popup-title{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 2rem);font-weight:var(--font-heading-weight, 700);color:rgb(var(--color-foreground));margin:0 0 1rem;line-height:1.3}.desight-events__event-popup-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.desight-events__event-popup-date,.desight-events__event-popup-time{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.desight-events__event-popup-date svg,.desight-events__event-popup-time svg{width:16px;height:16px;opacity:.6}.desight-events__event-popup-description{font-size:1.5rem;line-height:1.7;color:rgba(var(--color-foreground),.8);margin-bottom:2rem}.desight-events__event-popup-description p{margin:0 0 1rem}.desight-events__event-popup-description p:last-child{margin-bottom:0}.desight-events__event-popup-actions{display:flex;gap:1rem}@media screen and (max-width:749px){.desight-events__event-popup-actions{flex-direction:column}}.desight-cart-shipping-bar{padding:20px 0 16px;border-bottom:1px solid rgba(var(--color-foreground),.08);opacity:0;animation:desight-shipping-fade-in .45s cubic-bezier(.22,1,.36,1) forwards}.desight-cart-shipping-bar__message{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.desight-cart-shipping-bar__icon{flex-shrink:0;width:22px;height:22px;color:rgb(var(--color-foreground));margin-top:2px}.desight-cart-shipping-bar__text{font-family:var(--font-body-family);font-size:1.35rem;font-weight:var(--font-body-weight-medium);line-height:1.5;color:rgb(var(--color-foreground))}.desight-cart-shipping-bar__text strong{font-weight:var(--font-body-weight-bold);color:rgb(var(--color-button))}.desight-cart-shipping-bar__track{position:relative;height:8px;background:rgba(var(--color-foreground),.07);border-radius:99px;overflow:hidden}.desight-cart-shipping-bar__fill{position:absolute;top:0;left:0;height:100%;border-radius:99px;background:#1b4522;display:block!important}.desight-cart-shipping-bar__fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:99px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 40%,rgba(255,255,255,.35) 50%,rgba(255,255,255,.2) 60%,transparent 100%);animation:desight-shipping-shimmer 2.4s ease-in-out infinite}.desight-cart-shipping-bar__percentage{position:absolute;right:0;top:-22px;font-family:var(--font-body-family);font-size:1.15rem;font-weight:var(--font-body-weight-bold);color:rgb(var(--color-button))}.desight-cart-shipping-bar--complete .desight-cart-shipping-bar__fill{background:#1b4522}.desight-cart-shipping-bar--complete .desight-cart-shipping-bar__fill:after{animation:none;opacity:0}.desight-cart-shipping-bar--complete .desight-cart-shipping-bar__icon{color:#1b4522;animation:desight-shipping-check-pop .5s cubic-bezier(.34,1.56,.64,1)}.desight-cart-shipping-bar--complete .desight-cart-shipping-bar__text strong{color:#1b4522}@keyframes desight-shipping-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes desight-shipping-shimmer{0%{transform:translate(-120%)}50%{transform:translate(0)}to{transform:translate(120%)}}@keyframes desight-shipping-check-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.3);opacity:1}to{transform:scale(1);opacity:1}}@media screen and (max-width:749px){.desight-cart-shipping-bar{padding:16px 0 14px}.desight-cart-shipping-bar__text{font-size:1.25rem}.desight-cart-shipping-bar__track{height:6px}}.desight-cart-gift-bar{padding:16px 0;border-bottom:1px solid rgba(var(--color-foreground),.08);opacity:0;animation:desight-gift-fade-in .45s cubic-bezier(.22,1,.36,1) forwards}.desight-cart-gift-bar__message{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.desight-cart-gift-bar__icon{flex-shrink:0;width:22px;height:22px;color:rgb(var(--color-foreground));margin-top:2px}.desight-cart-gift-bar__text{font-family:var(--font-body-family);font-size:1.35rem;font-weight:var(--font-body-weight-medium);line-height:1.5;color:rgb(var(--color-foreground))}.desight-cart-gift-bar__text strong{font-weight:var(--font-body-weight-bold)}.desight-cart-gift-bar__track{position:relative;height:8px;background:rgba(var(--color-foreground),.07);border-radius:99px;overflow:hidden}.desight-cart-gift-bar__fill{position:absolute;top:0;left:0;height:100%;border-radius:99px;background:#1b4522;display:block!important}.desight-cart-gift-bar__fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:99px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 40%,rgba(255,255,255,.35) 50%,rgba(255,255,255,.2) 60%,transparent 100%);animation:desight-gift-shimmer 2.4s ease-in-out infinite}.desight-cart-gift-bar--complete .desight-cart-gift-bar__fill{background:#1b4522}.desight-cart-gift-bar--complete .desight-cart-gift-bar__fill:after{animation:none;opacity:0}.desight-cart-gift-bar--complete .desight-cart-gift-bar__icon{color:#1b4522;animation:desight-gift-check-pop .5s cubic-bezier(.34,1.56,.64,1)}@keyframes desight-gift-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes desight-gift-shimmer{0%{transform:translate(-120%)}50%{transform:translate(0)}to{transform:translate(120%)}}@keyframes desight-gift-check-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.3);opacity:1}to{transform:scale(1);opacity:1}}@media screen and (max-width:749px){.desight-cart-gift-bar{padding:12px 0 14px}.desight-cart-gift-bar__text{font-size:1.25rem}.desight-cart-gift-bar__track{height:6px}}video-background-component{position:relative;display:block;width:100%;height:100%;overflow:hidden}video-background-component video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover}video-background-component img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-background--center video{-o-object-position:center;object-position:center}.video-background--top video{-o-object-position:top;object-position:top}.video-background--bottom video{-o-object-position:bottom;object-position:bottom}#promoamp-widget{font-family:var(--font-body-family);color:rgb(var(--color-foreground))}.header__menu-item{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(1.3rem * var(--navigation-font-size))}@media screen and (min-width:990px){.header__menu-item{font-size:calc(1.4rem * var(--navigation-font-size))}}.header__submenu .header__menu-item{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(1.2rem * var(--navigation-font-size))}@media screen and (min-width:990px){.header__submenu .header__menu-item{font-size:calc(1.3rem * var(--navigation-font-size))}}.header__submenu.caption-large{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(1.2rem * var(--navigation-font-size))}@media screen and (min-width:990px){.header__submenu.caption-large{font-size:calc(1.3rem * var(--navigation-font-size))}}.list-menu__item.header__menu-item,.header__menu-item.link,.header__active-menu-item{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.product__cross-selling{margin-top:3rem;margin-bottom:2rem}.product__cross-selling-heading{margin-bottom:2rem;text-align:left}.cross-selling-products{display:flex;flex-direction:column;gap:var(--cross-selling-gap, 1.5rem)}.cross-selling-product-card{display:flex;width:100%;transition:transform var(--duration-default) ease;border:var(--cross-selling-border-width, 1px) solid rgba(var(--color-foreground),.1);border-radius:var(--cross-selling-border-radius, 8px);overflow:hidden}.cross-selling-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.cross-selling-product-card__inner{display:flex;flex-direction:row;width:100%;gap:2rem;padding:var(--cross-selling-padding, 2rem)}@media screen and (max-width:749px){.cross-selling-product-card__inner{flex-direction:column;gap:1.5rem}}.cross-selling-product-card__media{flex-shrink:0;width:200px;height:auto;border-radius:var(--media-radius);overflow:hidden}@media screen and (max-width:749px){.cross-selling-product-card__media{width:100%;max-width:300px;margin:0 auto}}.cross-selling-product-card__media img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.cross-selling-product-card__content{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.cross-selling-product-card__info{display:flex;flex-direction:column;gap:.8rem}.cross-selling-product-card__vendor{margin:0;color:rgba(var(--color-foreground),.7);font-size:1.2rem;text-transform:uppercase}.cross-selling-product-card__title{margin:0}.cross-selling-product-card__title a{color:rgb(var(--color-foreground));text-decoration:none;transition:color var(--duration-default) ease}.cross-selling-product-card__title a:hover{color:rgba(var(--color-foreground),.7)}.cross-selling-product-card__description{font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.8)}.cross-selling-product-card__price{margin-top:.5rem}.cross-selling-product-card__actions{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width:750px){.cross-selling-product-card__actions{flex-direction:row;align-items:flex-end}}.cross-selling-quantity-selector{flex-shrink:0}@media screen and (min-width:750px){.cross-selling-quantity-selector{width:120px}}.cross-selling-quantity-selector .quantity{width:100%}.cross-selling-product-form{flex:1}.cross-selling-product-form .form{margin:0}.cross-selling-add-to-cart{width:100%;min-height:4.5rem}.footer-block--menu .footer-block__menu-button{margin-top:1.5rem}.footer-block--menu .footer-block__menu-button .button{display:inline-flex;align-items:center;font-size:1.3rem;text-decoration:none}@media screen and (min-width:750px){.footer-block--menu .footer-block__menu-button .button{font-size:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/desight-main.css.map */
