/* Path: /css/globalhm.css */
/* General */
.uv-nomb {
    margin-bottom: 0 !important;
}

.uv-show-mob {
    display: none;
}

.uv-uppercase {
    text-transform: uppercase;
}

.uv-grid {
    display: grid;
}

.uv-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.uv-bg-white {
    background: #FFF;
}

.uv-three-cols {
    grid-template-columns: repeat(3, 1fr);
}

.uv-block {
    display: block;
}

.uv-flex {
    display: flex;
}

.uv-flex-col {
    flex-direction: column;
}

.uv-all-center {
    align-items: center;
    justify-content: center;
}

.uv-hor-center {
    margin: 0 auto;
}

.uv-width-max-content {
    width: max-content;
}

.uv-just-center {
    justify-content: center;
}

.uv-just-end {
    justify-content: flex-end;
}

.uv-align-center {
    align-items: center;
}

.uv-just-sb {
    justify-content: space-between;
}

.uv-text-center {
    text-align: center;
}

.uv-hidden-item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}


/* Media Queries */
@media (max-width: 1700px) {}

@media (max-width: 1439px) {}

@media (max-width: 1279px) {}

@media (max-width: 1279px) and (min-width: 1025px) {}

@media (max-width: 1200px) {}

@media (max-width: 1199px) and (min-width: 768px) {}

@media (min-width: 990px) {}

@media (max-width: 989px) {}

@media (min-width: 768px) {
    .uv-hide-desk {
        display: none !important;
    }
}

@media (max-width: 767px) {}

@media (max-width: 600px) {}

@media (max-width: 380px) {}