.elementor-widget-fitted_grid {
    height: 100%;
}

.elementor-widget-fitted_grid .elementor-widget-container {
    height: 100%;
}

.fitted-grid-wrapper {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
    box-sizing: border-box;
}

.fitted-grid {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.fitted-grid__container {
    position: relative;
}

.fitted-grid__empty-cell {
    box-sizing: border-box;
}

.fitted-grid__bg-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.fitted-grid__cell {
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.fitted-grid__cell--main {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.fitted-grid__cell--drawer {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.fitted-grid__cell-text {
    text-align: center;
}

.fitted-grid__hover-gradient {
    will-change: opacity;
}

.fitted-grid__hover-text {
    will-change: opacity;
}

.fitted-grid-filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    min-width: 0;
    cursor: grab;
    user-select: none;
}

.fitted-grid-filters.active {
    cursor: grabbing;
    scroll-behavior: auto;
}

.fitted-grid-filters::-webkit-scrollbar {
    display: none;
}

.fitted-grid-filters__button {
    cursor: pointer;
    border: none;
    background: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.fitted-grid__cell{
   padding: 12px !important;
    gap: 12px !important;
}

.fitted-grid__cell--main{
    padding: 12px !important;
    gap:12px !important;
}


.fitted-grid__cell--main .fitted-grid__cell-title{
    line-height: 24px !important;
}

.fitted-grid__hover-subtitle{
    line-height: 18px !important;
    color: #95B0D5CC !important;
}

.fitted-grid__hover-container {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    /* TRIAL: bottom fade mask - remove if not needed */
    mask-image: linear-gradient(to bottom, #000 calc(100% - 10px), transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 10px), transparent 100%);
}

.fitted-grid__hover-container::-webkit-scrollbar {
    display: none !important;
}

.fitted-grid__hover-scrollbar {
    position: absolute;
    right: 2px;
    top: 4px;
    bottom: 4px;
    width: 3px;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.fitted-grid__hover-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 3px;
    background: rgba(149,176,213,0.4);
    transition: top 0.05s linear;
}

.fitted-grid-cta__button{
	gap:10px !important;
}

.fitted-grid-cta__button:hover {
    background-color: #062043 !important;
	border: 1px solid #062043 !important;
    color: #fff !important;
}

.fitted-grid-cta__button:hover svg path,
.fitted-grid-cta__button:hover svg line{
    stroke:#fff !important;
}

.fitted-grid-cta__button{
    transition: 
        background-color .25s ease,
        color .25s ease;
}

.fitted-grid-cta__button svg path,
.fitted-grid-cta__button svg line{
    transition: stroke .25s ease;
}