.mga-item {
position: relative;
display: block;
}
.mga-item img,
.mga-video-wrap {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .mga-video-wrap {
position: relative;
background: #000;
overflow: hidden;
} .mga-video-poster-canvas {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: opacity 0.3s ease;
}
.mga-video-player {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
z-index: 2;
}
.mga-video-player.mga-playing {
opacity: 1;
pointer-events: all;
} .mga-play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 3;
border: none;
cursor: pointer;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.55);
transition: background 0.2s ease, transform 0.2s ease;
padding: 0;
box-sizing: border-box;
overflow: hidden;
}
.mga-play-btn:hover {
background: rgba(0, 0, 0, 0.75);
transform: translate(-50%, -50%) scale(1.1);
}
.mga-play-btn.mga-hidden {
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
} .mga-play-btn svg.mga-play-icon-svg {
width: 45%;
height: 45%;
fill: #fff;
margin-left: 3px; flex-shrink: 0;
} .mga-play-btn img.mga-play-icon {
width: 45%;
height: 45%;
object-fit: contain;
display: block;
flex-shrink: 0;
} .mga-grid {
width: 100%;
}
.mga-grid .mga-item {
width: 100%;
height: 100%;
} .mga-slider-wrapper {
position: relative;
width: 100%; }
.mga-slider-track-outer {
width: 100%;
overflow: hidden;
} .mga-slider-track-outer.mga-overflow-visible {
overflow: visible;
}
.mga-slider-track {
display: flex;
align-items: flex-start;
transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
will-change: transform;
}
.mga-slide {
flex-shrink: 0; }
.mga-slide img,
.mga-slide .mga-video-wrap {
display: block;
width: 100%;
height: auto;
object-fit: contain;
} .mga-slide.mga-fixed-height img,
.mga-slide.mga-fixed-height .mga-video-wrap {
height: 100%;
object-fit: cover;
} .mga-slide.mga-natural-size {
width: auto !important;
} .mga-slider-controls {
display: flex;
gap: 8px;
margin-top: 14px;
justify-content: flex-start; }
.mga-arrow {
width: 40px;
height: 40px;
border: none;
border-radius: 50%;
background: #f0f0f0;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s ease, transform 0.15s ease;
padding: 0;
flex-shrink: 0;
color: #333333;
}
.mga-arrow:hover {
background: #ddd;
transform: scale(1.08);
}
.mga-arrow svg {
width: 16px;
height: 17px;
pointer-events: none;
display: block;
} .elementor-editor-active .mga-slider-track {
transition: none;
}  .mga-ba-slider-wrapper {
position: relative;
width: 100%;
overflow: hidden; }
.mga-ba-track-outer {
width: 100%;
overflow: hidden;
}
.mga-ba-track-outer.mga-ba-overflow-visible {
overflow: visible;
}
.mga-ba-track {
display: flex;
align-items: stretch;
transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
will-change: transform;
}
.mga-ba-slide {
flex-shrink: 0; } .mga-ba-card {
width: 100%;
height: 380px;
position: relative;
overflow: hidden;
border-radius: 12px;
cursor: col-resize;
user-select: none;
-webkit-user-select: none;
} .mga-ba-layer {
position: absolute;
inset: 0;
overflow: hidden;
}
.mga-ba-layer img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
display: block;
}
.mga-ba-after { z-index: 1; }
.mga-ba-before { z-index: 2; } .mga-ba-label {
position: absolute;
bottom: 14px;
padding: 4px 10px;
border-radius: 4px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.03em;
pointer-events: none;
z-index: 10;
white-space: nowrap;
}
.mga-ba-label-before { left: 12px; }
.mga-ba-label-after  { right: 12px; } .mga-ba-divider {
position: absolute;
top: 0;
bottom: 0;
width: 2px;
background: #ffffff;
z-index: 10;
transform: translateX(-50%);
pointer-events: none;
} .mga-ba-handle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 44px;
height: 44px;
border-radius: 50%;
background: #ffffff;
border: 2px solid rgba(255,255,255,0.5);
box-shadow: 0 2px 12px rgba(0,0,0,0.25);
display: flex;
align-items: center;
justify-content: center;
pointer-events: all;
cursor: col-resize;
transition: transform 0.15s ease, box-shadow 0.15s ease;
box-sizing: border-box;
}
.mga-ba-handle:hover,
.mga-ba-handle:focus {
transform: translate(-50%, -50%) scale(1.1);
box-shadow: 0 4px 18px rgba(0,0,0,0.3);
outline: none;
}
.mga-ba-handle svg {
width: 55%;
height: 55%;
stroke: #333;
stroke-width: 2;
fill: none;
pointer-events: none;
} .mga-ba-slider-controls {
display: flex;
gap: 8px;
margin-top: 14px;
justify-content: flex-start;
}
.mga-ba-nav-arrow {
width: 40px;
height: 40px;
border: none;
border-radius: 50%;
background: #f0f0f0;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s ease, transform 0.15s ease;
padding: 0;
flex-shrink: 0;
color: #333333;
}
.mga-ba-nav-arrow:hover {
background: #ddd;
transform: scale(1.08);
}
.mga-ba-nav-arrow svg {
width: 16px;
height: 17px;
pointer-events: none;
display: block;
} .mga-filter-bar {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 18px;
}
.mga-filter-btn {
padding: 7px 18px;
border: none;
cursor: pointer;
font-size: 14px;
font-weight: 500;
background: #f0f0f0;
color: #333;
border-radius: 20px;
transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
line-height: 1;
white-space: nowrap;
}
.mga-filter-btn:hover {
transform: translateY(-1px);
opacity: 0.85;
}
.mga-filter-btn.mga-active {
background: #333;
color: #fff;
} .mga-slide[data-tags],
.mga-ba-slide[data-tags],
.mga-item[data-tags] {
transition: opacity 0.25s ease;
}
.mga-slide.mga-filtered-out,
.mga-ba-slide.mga-filtered-out,
.mga-item.mga-filtered-out {
display: none;
}  .mga-stack-config {
display: none !important;
} .mga-stack-editor-hint {
display: flex;
align-items: center;
gap: 8px;
padding: 12px 16px;
background: #f0f4ff;
border-left: 3px solid #4a6cf7;
border-radius: 6px;
font-size: 13px;
color: #333;
}
.mga-stack-editor-hint code {
background: #dde5ff;
padding: 2px 8px;
border-radius: 4px;
font-family: monospace;
font-size: 12px;
}  .mga-stack-section,
.mga-stack-header {
transform-origin: top center;
will-change: transform;
overflow: visible !important; } .mga-stack-section > .e-con-inner,
.mga-stack-section > .elementor-container {
border-radius: 20px;
overflow: hidden;
box-shadow: 0 8px 40px rgba(0,0,0,0.12);
} .elementor-editor-active .mga-stack-section,
.elementor-editor-active .mga-stack-header {
position: relative !important;
transform: none !important;
transition: none !important;
} .mga-acc-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
} .mga-acc-wrapper.mga-acc-img-left .mga-acc-list  { order: 2; }
.mga-acc-wrapper.mga-acc-img-left .mga-acc-image-wrap { order: 1; } .mga-acc-list {
display: flex;
flex-direction: column;
gap: 0;
}
.mga-acc-item {
cursor: pointer;
padding: 14px 18px;
border-radius: var(--mga-acc-br, 12px);
transition: background 0.3s ease;
user-select: none;
}
.mga-acc-item:hover {
background: color-mix(in srgb, var(--mga-acc-bg, #f5eded) 60%, transparent);
}
.mga-acc-item.mga-acc-active {
background: var(--mga-acc-bg, #f5eded);
} .mga-acc-header {
display: flex;
align-items: baseline;
gap: 10px;
}
.mga-acc-number {
font-size: 1em;
font-weight: 600;
color: var(--mga-acc-accent, #8c6e72);
flex-shrink: 0;
min-width: 28px;
transition: color 0.3s ease;
}
.mga-acc-item:not(.mga-acc-active) .mga-acc-number {
color: var(--mga-acc-num, #666666);
}
.mga-acc-title {
font-size: 1em;
font-weight: 600;
color: var(--mga-acc-title, #333333);
transition: color 0.3s ease;
}
.mga-acc-item.mga-acc-active .mga-acc-title {
color: var(--mga-acc-accent, #8c6e72);
} .mga-acc-body {
overflow: hidden;
max-height: 0;
opacity: 0;
transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.3s ease,
padding 0.3s ease;
padding-top: 0;
}
.mga-acc-item.mga-acc-active .mga-acc-body {
max-height: 300px;
opacity: 1;
padding-top: 10px;
}
.mga-acc-text {
font-size: 0.875em;
color: #555;
line-height: 1.6;
margin: 0 0 14px 0;
} .mga-acc-progress-bar {
height: 2px;
background: rgba(0,0,0,0.1);
border-radius: 2px;
overflow: hidden;
margin-top: 6px;
}
.mga-acc-progress-fill {
height: 100%;
width: 0%;
background: var(--mga-acc-prog, #8c6e72);
border-radius: 2px; }
.mga-acc-item.mga-acc-running .mga-acc-progress-fill {
transition: width linear;
} .mga-acc-image-wrap {
position: sticky;
top: 40px;
border-radius: var(--mga-acc-img-br, 16px);
overflow: hidden;
line-height: 0;
}
.mga-acc-image {
width: 100%;
height: auto;
display: block;
border-radius: var(--mga-acc-img-br, 16px);
transition: opacity 0.4s ease;
}
.mga-acc-image.mga-acc-img-fade {
opacity: 0;
} @media (max-width: 768px) {
.mga-acc-wrapper {
grid-template-columns: 1fr;
gap: 24px;
}
.mga-acc-wrapper.mga-acc-img-left .mga-acc-list  { order: 2; }
.mga-acc-wrapper.mga-acc-img-left .mga-acc-image-wrap { order: 1; }
.mga-acc-image-wrap {
position: relative;
top: 0;
}
}.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{align-items:center;display:flex;flex-wrap:nowrap;font-size:13px;justify-content:space-between;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{align-items:center;display:flex;flex-basis:0;flex-direction:column;justify-content:center;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden;position:relative;width:100%}.e-form__indicators__indicator__progress__meter{background-color:var(--e-form-steps-indicator-progress-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);color:var(--e-form-steps-indicator-progress-meter-color);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;text-align:right;transition:width .1s linear;width:var(--e-form-steps-indicator-progress-meter-width,0)}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{border-color:var(--e-form-steps-indicator-active-secondary-color,#fff);color:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{background-color:initial;color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{align-items:center;border-style:solid;border-width:1px;display:flex;font-size:var(--e-form-steps-indicator-icon-size);height:var(--e-form-steps-indicator-padding,30px);justify-content:center;margin-bottom:10px;overflow:hidden;width:var(--e-form-steps-indicator-padding,30px)}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{height:auto;width:var(--e-form-steps-indicator-icon-size)}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{align-items:center;border-style:solid;border-width:1px;display:flex;height:var(--e-form-steps-indicator-padding,30px);justify-content:center;margin-bottom:10px;width:var(--e-form-steps-indicator-padding,30px)}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{background-color:#babfc5;height:var(--e-form-steps-divider-width);width:100%}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button .elementor-button-content-wrapper{align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-form .elementor-button .elementor-button-content-wrapper{gap:5px}.elementor-form .elementor-button .elementor-button-icon,.elementor-form .elementor-button .elementor-button-text{flex-grow:unset;order:unset}.elementor-select-wrapper .select-caret-down-wrapper{font-size:11px;inset-inline-end:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.elementor-select-wrapper .select-caret-down-wrapper svg{aspect-ratio:unset;display:unset;fill:currentColor;overflow:visible;width:1em}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}.elementor-message-svg:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDExIj48cGF0aCBmaWxsPSIjMDA4YTIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTUgMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;content:"";height:1em;width:1em}