.so-widget-hero-pages-section-style-d75171398898- .section {
  background: #20212C;
  color: #fff;
  overflow: hidden;
  padding-bottom: 23vh;
  padding-top: 33vh;
  position: relative;
}
@media (max-width: 1440px), (max-height: 768px) {
  .so-widget-hero-pages-section-style-d75171398898- .section {
    padding-bottom: 20vh;
    padding-top: 30vh;
  }
}
@media (max-width: 960px) {
  .so-widget-hero-pages-section-style-d75171398898- .section {
    padding-bottom: 120px;
    padding-top: 210px;
  }
}
@media (max-width: 640px) {
  .so-widget-hero-pages-section-style-d75171398898- .section {
    padding-bottom: 100px;
    padding-top: 160px;
  }
}
.so-widget-hero-pages-section-style-d75171398898- .section .container {
  position: relative;
}
.so-widget-hero-pages-section-style-d75171398898- .section__mask {
  background-color: rgba(32, 33, 44, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.so-widget-hero-pages-section-style-d75171398898- .section__mask:after {
  background: linear-gradient(to top, rgba(32, 33, 44, 0) 0%, #20212c 54.69%);
  content: '';
  height: 30%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
}
.so-widget-hero-pages-section-style-d75171398898- .section__image {
  height: auto;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}