/*
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop
*/
.ce_hero_home {
  position: relative;
  overflow: hidden;
}
@media (min-width: 56.25rem) {
  .ce_hero_home .hero-home-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (min-width: tablet-large) {
  .ce_hero_home .hero-home-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.ce_hero_home .hero-home-wrapper .text-container {
  padding-top: 1.375rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 56.25rem) {
  .ce_hero_home .hero-home-wrapper .text-container {
    flex-basis: 35%;
    padding: 0;
    margin: 0;
    padding-left: 5%;
  }
}
@media (min-width: tablet-large) {
  .ce_hero_home .hero-home-wrapper .text-container {
    flex-basis: 35%;
    padding: 0;
    margin: 0;
    padding-left: 5%;
  }
}
.ce_hero_home .hero-home-wrapper .text-container h1 {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 2.25vw + 2.25vh + 1rem, 6.25rem);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: #3B485B;
  margin-bottom: 3.125rem;
}
@media (min-width: 56.25rem) {
  .ce_hero_home .hero-home-wrapper .text-container h1 {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: tablet-large) {
  .ce_hero_home .hero-home-wrapper .text-container h1 {
    margin-bottom: 2.75rem;
  }
}
.ce_hero_home .hero-home-wrapper .text-container h1 span {
  display: block;
}
.ce_hero_home .hero-home-wrapper .text-container h1 span:nth-child(2) {
  padding-left: 8rem;
}
.ce_hero_home .hero-home-wrapper .text-container h1 span:nth-child(3) {
  padding-left: 4.5rem;
}
.ce_hero_home .hero-home-wrapper .text-container h1 span:nth-child(4) {
  padding-left: 0.5rem;
}
.ce_hero_home .hero-home-wrapper .text-container p {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1vw + 1vh + .25rem, 2.5rem);
  font-weight: 300;
  line-height: 1.6;
  color: #3B485B;
  color: #3B485B;
  max-width: 16rem;
}
@media (min-width: 56.25rem) {
  .ce_hero_home .hero-home-wrapper .text-container p {
    max-width: unset;
  }
}
@media (min-width: tablet-large) {
  .ce_hero_home .hero-home-wrapper .text-container p {
    max-width: unset;
  }
}
.ce_hero_home .hero-home-wrapper .video-container {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media (min-width: 56.25rem) {
  .ce_hero_home .hero-home-wrapper .video-container {
    flex-basis: 65%;
    border-radius: 0.7rem;
  }
}
@media (min-width: tablet-large) {
  .ce_hero_home .hero-home-wrapper .video-container {
    flex-basis: 65%;
    border-radius: 0.7rem;
  }
}
.ce_hero_home .hero-home-wrapper .video-container video {
  width: 100%;
  height: 100%;
  max-height: 75vh;
  object-fit: cover;
  border-radius: 0.5rem;
}
.ce_hero_home .hero-home-wrapper .hero-banner-wrapper {
  position: absolute;
  right: -10%;
  top: -2.5rem;
  width: 60%;
  max-width: 22rem;
  aspect-ratio: 1/1;
  padding: 1.4rem 10%;
  align-content: center;
  background-color: #DCDC00;
  z-index: 5;
  border-radius: 50%;
}
.ce_hero_home .hero-home-wrapper .hero-banner-wrapper span, .ce_hero_home .hero-home-wrapper .hero-banner-wrapper a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.ce_hero_home .hero-home-wrapper .hero-banner-wrapper span {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 0.25rem + 4vw, 2.5rem);
}
.ce_hero_home .hero-home-wrapper .hero-banner-wrapper a {
  font-size: clamp(1.2rem, 0.96rem + 0.96vw, 1.5rem);
}
@media (min-width: 56.25rem) {
  .ce_hero_home .hero-home-wrapper .hero-banner-wrapper {
    left: 0;
    top: 1rem;
    translate: -50% 0;
    padding-inline: 6%;
  }
  .ce_hero_home .hero-home-wrapper .hero-banner-wrapper span {
    font-size: clamp(1.5rem, 0.1765rem + 2.3529vw, 3rem);
  }
  .ce_hero_home .hero-home-wrapper .hero-banner-wrapper a {
    font-size: clamp(1.2rem, 0.8143rem + 0.6857vw, 1.5rem);
  }
}
@media (min-width: tablet-large) {
  .ce_hero_home .hero-home-wrapper .hero-banner-wrapper {
    left: 0;
    top: 1rem;
    translate: -50% 0;
    padding-inline: 6%;
  }
  .ce_hero_home .hero-home-wrapper .hero-banner-wrapper span {
    font-size: clamp(1.5rem, 0.1765rem + 2.3529vw, 3rem);
  }
  .ce_hero_home .hero-home-wrapper .hero-banner-wrapper a {
    font-size: clamp(1.2rem, 0.8143rem + 0.6857vw, 1.5rem);
  }
}
@media (min-width: 120rem) {
  .ce_hero_home .hero-home-wrapper .hero-banner-wrapper {
    padding-inline: 3rem;
    max-width: 26rem;
  }
}
@media (min-width: full-hd) {
  .ce_hero_home .hero-home-wrapper .hero-banner-wrapper {
    padding-inline: 3rem;
    max-width: 26rem;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%22%2C%22sources%22%3A%5B%22file%3A%5C%2F%5C%2F%5C%2FD%3A%5C%2Fwamp64%5C%2Fwww%5C%2Famag%5C%2Fweb%5C%2Fbundles%5C%2Falbringsmuellerbasic%5C%2Fcss%5C%2Fincludes%5C%2F_mixins.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2FD%3A%5C%2Fwamp64%5C%2Fwww%5C%2Famag%5C%2Fweb%5C%2Fbundles%5C%2Falbringsmuellerbasic%5C%2Fcss%5C%2Felements%5C%2Fce_hero_home.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2FD%3A%5C%2Fwamp64%5C%2Fwww%5C%2Famag%5C%2Fweb%5C%2Fbundles%5C%2Falbringsmuellerbasic%5C%2Fcss%5C%2Fincludes%5C%2F_typography.scss%22%2C%22file%3A%5C%2F%5C%2F%5C%2FD%3A%5C%2Fwamp64%5C%2Fwww%5C%2Famag%5C%2Fweb%5C%2Fbundles%5C%2Falbringsmuellerbasic%5C%2Fcss%5C%2Fincludes%5C%2F_variables.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACEA%3BEACI%3BEACA%3B%3BADiDI%3BEC%5C%2FCJ%3BIAEQ%3BIACA%3BIACA%3B%3B%3BADoFJ%3BECxFJ%3BIAEQ%3BIACA%3BIACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3B%3BADsCJ%3BECxCA%3BIAKQ%3BIACA%3BIACA%3BIACA%3B%3B%3BADyER%3BECjFA%3BIAKQ%3BIACA%3BIACA%3BIACA%3B%3B%3BAAGJ%3BECJR%3BEACA%3BEACA%2CaCTkB%3BEDUlB%3BEACA%3BEDEY%2COEQC%3BEFPD%3B%3BAD0BR%3BEC7BI%3BIAMQ%3B%3B%3BADgEZ%3BECtEI%3BIAMQ%3B%3B%3BAAGJ%3BEACI%3B%3BAAEA%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAGJ%3BEACI%3B%3BAAKZ%3BEC0BR%3BEACA%3BEACA%2CaClEgB%3BEDmEhB%3BEACA%2COC9Ca%3BEFkBD%2COElBC%3BEFmBD%3B%3BADAR%3BECHI%3BIAMQ%3B%3B%3BADsCZ%3BEC5CI%3BIAMQ%3B%3B%3BAAKZ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BADZJ%3BECQA%3BIAmBQ%3BIACA%3B%3B%3BADaR%3BECjCA%3BIAmBQ%3BIACA%3B%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CeE9CA%3B%3BAFoDR%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CkBEnEE%3BEFoEF%3BEACA%3B%3BAAEA%3BEACI%3BEACA%2COE9FH%3BEF%2BFG%3BEACA%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%3BEACI%3B%3BADrER%3BEC0CA%3BIA%2BBQ%3BIACA%3BIACA%3BIACA%3B%3BEAEA%3BIACI%3B%3BEAGJ%3BIACI%3B%3B%3BAD1CZ%3BECCA%3BIA%2BBQ%3BIACA%3BIACA%3BIACA%3B%3BEAEA%3BIACI%3B%3BEAGJ%3BIACI%3B%3B%3BADvDZ%3BECcA%3BIA8CQ%3BIACA%3B%3B%3BADhDR%3BECCA%3BIA8CQ%3BIACA%22%7D */