.images-ratio {
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.images-ratio::before {
  content: '';
  display: block;
  box-sizing: border-box;
}

.images-ratio.ratio-2-1::before {
  padding-top: 48.64%;
}
@media (max-width: 991.98px) {
  .images-ratio.ratio-2-1::before {
    padding-top: 100%;
  }
}

.images-ratio.ratio-4-2::before {
  padding-top: 54.62%;
}
@media (max-width: 991.98px) {
  .images-ratio.ratio-4-2::before {
    padding-top: 100%;
  }
}

.images-ratio.ratio-4-3::before {
  padding-top: 70.37%;
}
@media (max-width: 991.98px) {
  .images-ratio.ratio-4-3::before {
    padding-top: 100%;
  }
}

.images-ratio.ratio-4-5::before {
  padding-top: calc(109.24% + 30px);
}
@media (max-width: 991.98px) {
  .images-ratio.ratio-4-5::before {
    padding-top: 100%;
  }
}

.images-ratio.ratio-16-9 {
  max-height: 600px;
}
.images-ratio.ratio-16-9::before {
  padding-top: calc(109.24% + 30px);
}
@media (max-width: 991.98px) {
  .images-ratio.ratio-16-9::before {
    padding-top: 100%;
  }
}

.images-ratio.ratio-3-1::before {
  padding-top: 36.93%;
}

.section-break {
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  font-size: 11px;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.no-gutters {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.navbar-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.navbar-side.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.navbar-side-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.navbar-side-close {
  display: inline-block;
  cursor: pointer;
}

#top-header .navbar-nav {
  position: static;
}

#top-header .navbar-nav .dropdown {
  position: static;
}

#top-header .navbar-nav .dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

#top-header .navbar-nav .dropdown-menu a {
  text-decoration: none;
}

#top-header .navbar-nav .dropdown-menu a:hover {
  text-decoration: none;
}

#top-header .navbar-nav .dropdown-menu h4 {
  font-size: 1rem;
}

#top-header .navbar-nav .dropdown-menu p,
#top-header .navbar-nav .dropdown-menu .small {
  font-size: 0.85rem;
}

.cover-video > .container-fluid,
.cover-video > .container {
  position: relative;
  z-index: 1;
}

.cover-video-inside > .container-fluid,
.cover-video-inside > .container {
  position: relative;
  z-index: 1;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
}

.btn-white:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  margin-bottom: 1.25rem;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.33;
  margin-bottom: 1rem;
  letter-spacing: -0.1px;
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.55;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.1px;
}

h5, .h5 {
  font-size: 0.875rem;
  line-height: 1.42;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

.lead {
  font-size: 1.00125rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .lead {
    font-size: 1.125rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}
