.header-section {
  position: relative;
  z-index: 10;
}
.header-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 30;
  height: 87px;
  width: 83px;
  background: url("/themes/custom/briviact/images/home/corner-left-mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
@media (min-width: 1024px) {
  .header-section::before {
    height: 179px;
    width: 172px;
    background: url("/themes/custom/briviact/images/home/corner-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.header-section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 30;
  height: 87px;
  width: 83px;
  background: url("/themes/custom/briviact/images/home/corner-right-mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
@media (min-width: 1024px) {
  .header-section::after {
    height: 179px;
    width: 172px;
    background: url("/themes/custom/briviact/images/home/corner-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.header-section__background picture {
  display: flex;
  width: 100%;
}
.header-section__background picture img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-section__heading {
  font-family: "Montserrat Semibold";
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .header-section__heading {
    font-size: 48px;
    line-height: 64px;
  }
}
.header-section__content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .header-section .container {
    margin: 0 32px;
  }
}
@media (max-width: 419px) {
  .header-section .container.briviact-for-children {
    margin: 0 20px !important;
    padding: 0 !important;
  }
}

.main-container > .row:first-of-type {
  margin-top: 0 !important;
}

.tabs--primary.nav.nav-tabs {
  margin-bottom: 0 !important;
}

p.lead {
  margin-bottom: 0 !important;
}

@media (min-width: 640px) {
  .show-mobile {
    display: none;
  }
}

.show-tablet {
  display: none;
}

@media (min-width: 768px) {
  .show-tablet {
    display: inline-block;
  }
}

.show-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .show-desktop {
    display: inline-block;
  }
}
