.standard-hero-block {
  position: relative;
  overflow: hidden;
}
.standard-hero-block .viewport-container {
  padding-top: 142px;
  padding-bottom: 90px;
  height: 100vh;
  min-height: 900px;
  max-height: 1062px;
  background-size: auto 100%;
  background-color: transparent;
  background-image: url(../../images/bcg_header_homepage.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .standard-hero-block .viewport-container {
    height: auto;
    min-height: unset;
    max-height: unset;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../../images/bcg_header_homepage.svg);
  }
}
@media (max-width: 767px) {
  .standard-hero-block .viewport-container {
    height: auto;
    min-height: unset;
    max-height: unset;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../../images/bcg_header_homepage.svg);
  }
}
.standard-hero-block .viewport-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 41%;
  width: 1003px;
  height: 638px;
  background: url(../../images/serpent_gfx_addon_1.svg) no-repeat 0 0/100% auto;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .standard-hero-block .viewport-container:before {
    z-index: 1;
  }
}
.standard-hero-block .viewport-container .wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .standard-hero-block .viewport-container .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .standard-hero-block .viewport-container .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.standard-hero-block .viewport-container .our-assets-block--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .standard-hero-block .viewport-container .our-assets-block--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.standard-hero-block--visuals {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
@media (max-width: 767px) {
  .standard-hero-block--visuals {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.standard-hero-block--visuals .tag-container {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
  z-index: 2;
}
.standard-hero-block--visuals .homepage-hero--visuals-content {
  position: relative;
  margin-left: 0;
  margin-right: -240px;
  height: 730px;
  width: 640px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .standard-hero-block--visuals .homepage-hero--visuals-content {
    margin-right: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .standard-hero-block--visuals .homepage-hero--visuals-content {
    margin-right: 0;
    width: 100%;
    height: auto;
  }
}
.standard-hero-block--visuals .homepage-hero--visuals-content img,
.standard-hero-block--visuals .homepage-hero--visuals-content video,
.standard-hero-block--visuals .homepage-hero--visuals-content picture {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.standard-hero-block--content {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
@media (max-width: 767px) {
  .standard-hero-block--content {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.standard-hero-block--content .body-text.large {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .standard-hero-block--content .body-text.large {
    margin-top: 30px;
  }
}
.standard-hero-block--content .hero-buttons-container {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .standard-hero-block--content .hero-buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.standard-hero-block.background-basic {
  color: var(--ultraLightColor, #FBFBFB);
}
.standard-hero-block.background-basic .viewport-container {
  background-color: var(--basicColorDark, #4D338C);
  border-radius: 0 0 24px 24px;
  background-image: url(../../images/serpent_gfx_addon_2.svg);
}
.standard-hero-block.background-basic .heading.basic {
  color: var(--ultraLightColor, #FBFBFB);
}
.standard-hero-block.background-orange {
  color: var(--ultraLightColor, #FBFBFB);
}
.standard-hero-block.background-orange .viewport-container {
  border-radius: 0 0 24px 24px;
  background-color: var(--accentColor, #FF5B02);
  background-image: url(../../images/serpent_gfx_addon_2.svg);
}
.standard-hero-block.background-orange .heading.orange {
  color: var(--ultraLightColor, #FBFBFB);
}