/* input(110,35): run-time error CSS1054: JavaScript error in expression property: Invalid numeric literal: 450px */
#homepageSlider {
  position: absolute;
  width: 100%;
  top: 0;
}

@media only screen and (min-width: 991px) {
  #homepageBanner {
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  #homepageBanner {
    max-height: 850px;
    height: 850px;
  }
  #homepageBanner .hp-desktop-image,
#homepageBanner .hp-link-image,
#homepageBanner .carousel {
    min-width: 100%;
    min-height: 100%;
    height: auto;
  }
}
#homepageBanner .carousel-item {
  transition: transform 1s ease-in;
}
#homepageBanner .title-of-banner {
  direction: ltr;
  max-width: 1920px;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 555px;
}
#homepageBanner .title-of-banner .hp-title {
  color: #ffffff;
  font-size: 100px;
  font-weight: 300;
  line-height: 115px;
  margin: 0 60px;
  max-width: 50%;
  text-align: left;
}
#homepageBanner .title-of-banner .hp-button-link {
  margin: 0px 60px;
  color: #002d72;
  background: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 0;
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-family: "Assistant", sans-serif;
  margin-top: 15px;
}
@media only screen and (max-width: 1919px) and (min-width: 1600px) {
  #homepageBanner {
    max-height: 700px;
    height: 700px;
  }
  #homepageBanner .title-of-banner {
    height: 460px;
  }
  #homepageBanner .title-of-banner .hp-title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1600px) {
  #homepageBanner {
    max-height: 650px;
    height: 650px;
  }
  #homepageBanner .title-of-banner {
    height: 455px;
  }
  #homepageBanner .title-of-banner .hp-title {
    font-size: 70px;
    line-height: 80px;
  }
  #homepageBanner .hp-desktop-image {
    min-height: 650px;
    min-width: 100%;
    object-fit: cover;
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  #homepageBanner .title-of-banner .hp-title {
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 65px;
    width: 60%;
    width: -webkit-calc(100% - 450px);
    width: expression(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: -o-calc(100% - 450px);
    width: calc(100% - 450px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepageBanner .title-of-banner {
    bottom: 30px;
  }
  #homepageBanner .title-of-banner .hp-title {
    font-size: 70px;
    width: 40%;
    margin: 0px 20px;
  }
  #homepageBanner .title-of-banner .hp-button-link {
    margin: 15px 20px 0px 20px;
  }
}
@media only screen and (max-width: 990px) {
  #homepageBanner {
    overflow: hidden;
    max-height: 800px;
    height: 800px;
  }
  #homepageBanner .title-of-banner {
    top: 115px;
    height: 200px;
  }
  #homepageBanner .title-of-banner .hp-title {
    font-size: 52px;
    line-height: 57px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 60px;
    text-align: center;
  }
  #homepageBanner .title-of-banner .hp-button-link {
    margin: auto;
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  #homepageBanner {
    overflow: hidden;
    max-height: 800px;
    height: 650px;
  }
  #homepageBanner .title-of-banner {
    top: 6rem;
    height: 200px;
  }
  #homepageBanner .title-of-banner .hp-title {
    font-size: 52px;
    line-height: 57px;
    width: 50%;
    margin: 0;
    text-align: left;
    padding-left: 1rem;
    position: relative;
    top: 50%;
    letter-spacing: 0.1em;
  }
  #homepageBanner .hp-desktop-image {
    min-height: 650px;
    min-width: 100%;
    object-fit: cover;
    width: 100%;
  }
  #homepageBanner .hp-button-link {
    margin: 0 20px 0px 20px !important;
    top: 100px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #homepageBanner .title-of-banner .hp-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 576px) {
  #homepageBanner .title-of-banner .hp-title {
    padding: 0 20px;
    line-height: 41px;
    font-size: 37px;
  }
  #homepageBanner .title-of-banner {
    top: 105px;
  }
  #homepageBanner .title-of-banner .hp-button-link {
    font-size: 18px;
    height: 50px;
  }
}
@media only screen and (max-width: 428px) {
  #homepageBanner .title-of-banner .hp-title {
    font-size: 33px;
    line-height: 37px;
  }
  #homepageBanner .title-of-banner {
    top: 100px;
  }
  #homepageBanner .title-of-banner .hp-button-link {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
  }
}
@media screen and (max-width: 380px) {
  #homepageBanner .title-of-banner {
    top: 95px;
  }
  #homepageBanner .title-of-banner .hp-title {
    font-size: 31px;
    line-height: 33px;
  }
  #homepageBanner .title-of-banner .hp-button-link {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
  }
}
@media screen and (max-width: 350px) {
  #homepageBanner .title-of-banner .hp-title {
    font-size: 26px;
    line-height: 27px;
  }
}
