@charset "UTF-8";
@keyframes exapdedBanner {
  from {
    height: 0;
  }
  to {
    height: 85px;
  }
}
.main-banner {
  width: 100%;
  display: none;
  background-color: #FFF3EB;
  border-bottom: 1px solid #313199;
  height: 0;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  animation-duration: 0.3s;
  animation-name: exapdedBanner;
}

.hidden{
  display: none !important;
}
.main-banner.loaded {
  height: 85px;
  display: flex;
}
.main-banner .content {
  z-index: 1;
  display: flex;
  align-items: center;
}
.main-banner .content .brand {
  font-family: "halyard-display", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 21px;
}
.main-banner .content .about {
  font-family: "halyard-text", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  margin-right: 10px;
}
.main-banner .content .divider {
  width: 1px;
  height: 18px;
  background-color: #000000;
  display: block;
}
.main-banner .content .cta {
  margin-left: 10px;
  font-family: "halyard-display", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FF6600;
  text-decoration: underline;
}
.main-banner .content .cta:hover {
  color: #313199;
}
.main-banner .background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}
.main-banner .align-left {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 50%;
  bottom: -1px;
}
.main-banner .align-right {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: -1px;
}
.main-banner .lego {
  width: 60px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
}
.main-banner .close-main-banner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background-color: unset;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #FFF3EB;
  font-family: "halyard-display";
  font-weight: 500;
  font-size: 11px;
  opacity: 0.5;
}
.main-banner .close-main-banner:hover {
  opacity: 1;
}

@media (max-width: 992px) {
  .main-banner {
    min-height: 135px;
    height: auto;
  }
  .main-banner .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-banner .content .brand {
    margin-right: unset;
  }
  .main-banner .content .divider {
    display: none;
  }
  .main-banner .align-left {
    right: 0;
  }
  .main-banner .align-left .lego:first-child {
    display: none;
  }
  .main-banner .align-left .lego:nth-child(2) {
    left: 0px;
  }
  .main-banner .align-left .lego:nth-child(3) {
    left: 0px;
  }
  .main-banner .align-left .lego:nth-child(4) {
    left: 60px;
  }
  .main-banner .align-left .lego:nth-child(5) {
    left: 160px;
  }
  .main-banner .align-right {
    left: 0;
  }
  .main-banner .align-right .lego {
    left: unset !important;
  }
  .main-banner .align-right .lego:first-child {
    right: 60px !important;
  }
  .main-banner .align-right .lego:nth-child(2) {
    right: 0px !important;
  }
  .main-banner .align-right .lego:nth-child(3) {
    right: 0px !important;
  }
}
@media (max-width: 768px) {
  .main-banner .content .about {
    margin-right: unset;
    max-width: 200px;
    text-align: center;
  }

  .hide-mobile{
    display: none;
  }
}
#main-banner {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  animation-duration: 0.3s;
  animation-name: exapdedBanner;
}
#main-banner .close-main-banner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 13;
  background-color: unset;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #FFF3EB;
  font-family: "halyard-display";
  font-weight: 500;
  font-size: 11px;
  opacity: 0.5;
}
#main-banner .close-main-banner:hover {
  opacity: 1;
}

#main-banner .item {
  width: 100%;
}
#main-banner.loaded {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80px;
}

/* ---------- DHOA BANNER --------------- */

html.toogleMobileNav #main-banner.loaded {
  display: none;
}

#main-banner.loaded .active .main-banner-dhoa {
  height: 80px;
  display: flex;
  justify-content: space-around;
}

@keyframes exapdedBanner {
  from {
    height: 0;
  }
  to {
    height: 60px;
  }
}
.main-banner-dhoa {
  width: 100%;
  /* Remove after finishing the luminate */
  /* background: linear-gradient(90deg, #FF6600, #FFC24D); */

  background-color: #313199;

  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  animation-duration: 0.3s;
  animation-name: exapdedBanner;
}
.main-banner-dhoa.loaded {
  height: 100px;
}
.main-banner-dhoa .wrapper {
  display: flex;
  /* justify-content: space-evenly; */
  justify-content: center;
}
.main-banner-dhoa .wrapper .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-banner-dhoa .content {
  z-index: 1;
  display: flex;
  align-items: center;
}
/* Remove after finishing lumanate */
.main-banner-dhoa .content .about-lumanate{
  font-family: "halyard-text", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #FFF;
  margin-right: 20px;
}

.main-banner-dhoa .content .about-lumanate-withe{
  font-family: "halyard-text", sans-serif;
  margin-right: 10px;
  margin-top: 5px;
  font-style: normal;
  line-height: normal;

  font-size: 16px;
  font-weight: 500;

  color: #FFF;
}

.custom-button {
  display: inline-flex;
  padding: 14px 10px;
  justify-content: center;
  align-items: center;
  
  border-radius: 23px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;

  font-family: "halyard-text", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;

  color: #FFC24D;
  font-weight: 500;
}

.custom-button:hover {
  text-decoration: underline; 
  text-decoration-color: #FF8533;
  background-color: transparent;
}

.main-banner-dhoa .wrapper-lumanate{
  width: 100%;
  max-width: 1500px;
}
.divider-purple{
  background-color: #FFF !important;
  margin-top: 9px;
}

.divider-black{
  background-color: #000 !important;
  margin-top: 9px;
}
/* /Remove after finishing lumanate */

.main-banner-dhoa .content .about {
  font-family: "halyard-text", sans-serif;
  font-size: 19px;
  font-weight: 200;
  color: #FFFFFF;
  margin-right: 10px;
}

.align-luma-expert{
  margin-left: 20px !important;
  margin-top: -10px !important;
}

.align-logos-banner{
  display: flex;
  align-items: center;
}

.main-banner-dhoa .content .divider {
  width: 2px;
  height: 18px;
  margin-right: 10px;
  background-color: #FFFFFF;
  display: block;
}
.main-banner-dhoa .content .cta {
  /* margin-left: 10px; */
  margin-top: -5px;
  margin-left: -8px;
  font-family: "halyard-text", sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #FFC24D;
  text-decoration: none;
}
.main-banner-dhoa .content .cta:hover {
  color: #FFFFFF;
}
.main-banner-dhoa .content .subscribe {
  text-decoration: underline;
}
.main-banner-dhoa .close-main-banner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background-color: unset;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #FFF3EB;
  font-family: "halyard-display";
  font-weight: 500;
  font-size: 11px;
  opacity: 0.5;
}
.main-banner-dhoa .close-main-banner:hover {
  opacity: 1;
}

@media (max-width: 1150px) {
  #main-banner.loaded {
    height: 217px;
  }

  .main-banner-dhoa .content .about-lumanate-withe{
    text-align: center;
  }

  .custom-button{
    padding: unset;
  }

  #main-banner.loaded .active .main-banner-dhoa {
    height: 217px;
  }

  /* remove after lumanate */
  .main-banner-dhoa .wrapper-lumanate{
    flex-direction: column !important;
  }
  #main-banner.loaded {
    height: 135px !important;
  }
  #main-banner.loaded .active .main-banner-dhoa-lumanate-mobile {
    height: 135px !important;
  }
  /* /remove after lumanate */

  .main-banner-dhoa .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    /* padding-top: 20px; */
    gap: 9px;
  }
  .main-banner-dhoa .wrapper .right {
    flex-direction: column;
    position: relative;
  }
  .main-banner-dhoa .wrapper .right .icon svg {
    max-width: 20px;
  }
  .main-banner-dhoa .wrapper .right .icon {
    border-top: unset;
    border-right: 1px solid #313199;
    border-left: 1px solid #313199;
  }
  .main-banner-dhoa .content {
    flex-direction: column;
    justify-content: center;
    /* padding-bottom: 20px; */
  }
  .main-banner-dhoa .content .divider {
    display: none;
  }
  .main-banner-dhoa .content .about {
    margin-right: unset;
    text-align: center;
  }
  .main-banner-dhoa .content .cta {
    margin-left: unset;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main-banner-dhoa .content .about {
    max-width: 280px;
  }
}
.rotateBanner {
  position: relative;
  display: none;
}
.rotateBanner.active {
  display: block;
}

/* ---- END OF DHOA BANNER ----- */


/*# sourceMappingURL=banner.css.map */