.landing-hero-banner {
  padding: 78px 0 0;
  background: #FFEFE2;
  position: relative;
}
.landing-hero-banner:before {
  content: '';
  position: absolute;
  top: 442px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(125vw);
  height: calc(125vw);
  background: #FFFFFF;
  border-radius: 100%;
  opacity: .8;
  z-index: 1;
}
.landing-hero-banner .page-center {
  z-index: 1;
  position: relative;
}
.landing-hero-banner .above-the-line {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.landing-hero-banner .above-the-line span {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 10%;
  font-weight: 600;
  color: #212020;
}
.landing-hero-banner .top-head {
  position: relative;
}
.landing-hero-banner .top-head:before {
  content: '';
  /*position: absolute;
  top: 0; left: 0;*/
  display: block;
  width: 100%; height: 3px;
  background: #212020;
  margin-top: 15px;
  margin-bottom: 40px;
  max-width: 655px;
}
.landing-hero-banner .top-head h1 {
  /*   font-family: "Poynter Oldstyle Disp Semi Bd"; */
  font-family: "PoynterOSDisp Roman";
  font-size: 72px;
  line-height: 86px;
  margin: 0;
  color: #212020;
  max-width: 655px;
}
.landing-hero-banner .top-head h1 b,
.landing-hero-banner .top-head h1 strong {
  font-weight: 600;
  display: block;
}
.landing-hero-banner .top-head .description,
.landing-hero-banner .top-head .description p {
  color: #212020;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 50px;
  margin-top: 45px;
}
.landing-hero-banner .top-head .description a,
.landing-hero-banner .top-head .description p a {
  font-weight: 600;
  text-decoration: underline;
  color: #212020;
}
.landing-hero-banner .tf-contain {
  display: flex;
  align-items: center;
}
.landing-hero-banner .tf-contain .cntnt-contain {
  padding-top: 45px;
  max-width: 615px;
  width: 100%;
  flex: 0 0 auto;
}
.landing-hero-banner .image {
  line-height: 0;
}

.landing-hero-banner .tf-contain .cntnt-contain .logo-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

.landing-hero-banner .view-more {
  font-family: Poynter Oldstyle Disp Semi Bd;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #ffefe2;
  background: #212020;
  min-height: 68px;
  min-width: 350px;
  max-width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #212020;
  border-radius: 50px;
  transition: all .5s ease;
  margin-bottom: 60px;
  padding: 19px 40px;
}

.landing-hero-banner .view-more:hover {
  background: transparent !important;
  color: #212020 !important;
}
.landing-hero-banner .bottom-arrow {
  text-align: center;
}
.landing-hero-banner .bottom-arrow a {
  font-family: "Poynter Oldstyle Disp Semi Bd";
  font-size: 42px;
  line-height: 50px;
  color: #212020;
}
.landing-hero-banner .bottom-arrow a .arrow-icon {
  margin-top: 16px;
  display: block;
}

@media (max-width: 1200px){
  .landing-hero-banner .view-more {
    min-width: auto;
    max-width: 350px;
    width: 100%;
  }
  .landing-hero-banner .top-head h1 {
    font-size: 62px;
    line-height: 70px;
  }
}

@media (max-width: 1080px){
  .landing-hero-banner .tf-contain .cntnt-contain {
    max-width: 450px;
  }
}

@media (max-width: 991px){

  .landing-hero-banner {
    padding-bottom: 25px;
  }
  .landing-hero-banner .above-the-line {
    width: 100%;
  }
  .landing-hero-banner .tf-contain {
    flex-direction: column;
    align-items: center;
  }
  .landing-hero-banner .tf-contain .cntnt-contain {
    padding-top: 0;
    max-width: 100%;
  }
  .landing-hero-banner .top-head h1 {
    font-size: 42px;
    line-height: 50px;
    max-width: 100%;
  }
  .landing-hero-banner .top-head .description {
    margin-bottom: 0;
  }
}
@media (max-width: 800px){
  .landing-hero-banner {
    padding-top: 65px;
    padding-bottom: 25px;
  }
  /*   .landing-hero-banner:before {
  height: 1310px;
} */
  .landing-hero-banner .top-head {
    padding-bottom: 0;
  }
  .landing-hero-banner .top-head:before {
    max-width: 100%;
  }
  .landing-hero-banner .top-head h1{
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .landing-hero-banner .top-head h1 br {
    display: none;
  }
  .landing-hero-banner .tf-contain .cntnt-contain {
    max-width: 100%;
    padding: 0;
  }
  .landing-hero-banner .tf-contain .cntnt-contain .logo-container {
    max-width: 210px;
  }
}
@media (max-width: 575px){
  .landing-hero-banner {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .landing-hero-banner:before {
    top: 618px;
    width: 785px;
    height: 785px;
  }
  .landing-hero-banner .above-the-line {
    margin-bottom: 10px;
  }
  .landing-hero-banner .above-the-line span {
    font-size: 14px;
    line-height: 1;
  }
  .landing-hero-banner .top-head .description, 
  .landing-hero-banner .top-head .description p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
  .landing-hero-banner .view-more {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 40px;
    max-width: max-content;
    min-height: 48px;
    min-width: auto;
    width: 100%;
    padding: 15px 28px;
  }
  .landing-hero-banner .image {
    margin-bottom: 30px;
  }
  .landing-hero-banner .bottom-arrow a {
    font-family: "Poynter Oldstyle Disp Semi Bd";
    font-size: 25px;
    line-height: 28px;
    color: #212020;
  }
  .landing-hero-banner .top-head:before {
    content: none;
  }
  .landing-hero-banner .tf-contain .cntnt-contain .logo-container {
    max-width: 100px;
  }
}


/* Hero popup starts */

.open-hero-popup{
  overflow:hidden;
}
.open-hero-popup .hero-popup{
  overflow-y: scroll;
}
.hero-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999999;
  overflow-y: auto;
  -ms-overflow-style: none;
}
.hero-popup::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {

}
.hero-popup-inner span.sub-heading {
  display: block;
  text-align: center;
  color: #212020;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-size:16px;
  line-height:20px;
  font-weight:500;
}
.hero-popup-inner h2 {
  display: block;
  margin: 0 0 50px;
  font-size: 42px;
  text-align: center;
  padding: 0 102px;
  line-height: 50px;
}
.hero-popup-inner .legal-consent-container p{
  text-align: left;
}
.hero-popup-inner p {
  text-align: center;
}
.spacer{
  height:50px;
}
.hero-popup-inner-inner {
  display: flex;
  align-content: center;
  width: 100%;
  flex-wrap:wrap;
  justify-content: center;
  margin:100px 0;
}
.hero-popup-inner {
  max-width: 1200px; 
  width: 90%;
  padding: 90px 50px;
  border-radius: 40px;
  background: #FFF9f3;
  position:relative;
}
.hero-popup-inner .hs-richtext {
  padding: 0 0 0 5px;
}
.hero-popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 50px;
  transition: ease 0.25s all;
  -webkit transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  font-family: Arial, sans-serif;
  font-size: 30px;
  text-align: center;
  line-height: 100%;
  color: #000;
}
.hero-popup-close:before {
  width: 19px;
  height: 4px;
  background: #000;
  position: absolute;
  content: '';
  top: 15px;
  right: 8px;
}
@media(max-width:767px){
  .hero-popup{
    padding:0 15px 150px;
  }
  .hero-popup-inner{
    width:100%;
    padding: 50px 30px;
    border-radius:10px;
  }
  .hero-popup-inner h2 {
    display: block;
    margin: 0 0 40px;
    font-size: 25px;
    text-align: left;
    padding: 0;
    line-height: 28px;
    max-width:299px;
  }
  .hero-popup-inner span.sub-heading{
    font-size:14px;
    line-height:16px;
    text-align: left;
    font-weight:500;
    max-width:299px;
  }
  .hero-popup-inner form .hs-form-field label{
    font-size:14px;
    line-height:18px;
  }
  .hero-popup-close{
    top:30px;
    right:30px;
  }
  .hero-popup-inner form .hs-form-booleancheckbox-display>span,
  .hero-popup-inner form p{
    font-size:14px !important;
    line-height:18px !important;
  }
  .hero-popup-inner form.hs-form fieldset .hs-form-field label:not(.hs-error-msg){
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .hero-popup-inner form fieldset.form-columns-2 .hs-form-field {
    padding: 0 0 !important;
  }
  .hero-popup-inner-inner{
    height:auto;
  }
}


.hero-popup-inner form.hs-form fieldset .hs-form-field label:not(.hs-error-msg) {
  color: #212020 !important;
  display: inline-block;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
}
.hero-popup-inner form .hs-form-field label{
  color: #212020 !important;
  display: inline-block;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
  text-transform: ;
}
.hero-popup-inner form .hs-form-field {
  margin: 0 0 25px;
  border: unset;
  border-radius: 0;
  padding: 0;
}
.hero-popup-inner form.hs-form .hs-form-field input:not([type="radio"], [type="checkbox"]), 
.hero-popup-inner form.hs-form .hs-form-field select, 
.hero-popup-inner form.hs-form .hs-form-field textarea {
  background: #fff;
  border: unset;
  border-radius: 8px;
  min-height: 49px;
  padding: 10px 13px;
  box-shadow:0 0px 2px 2px rgba(0,0,0,0.1);
}
.hero-popup-inner form .hs-form-booleancheckbox-display>span {
  padding-left: 30px;
  display: block;
  margin-left: 0px;
  font-size:14px;
  font-weight:400;
  line-height:22px;
  color:#000;
}
.hero-popup-inner form .hs-form-booleancheckbox-display>span:after {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  content: "";
  border: solid 1px #000;
  background: #000;
}
.hero-popup-inner form .hs-form-booleancheckbox-display>span:before {
  position: absolute;
  left: 4px;
  top: 7px;
  width: 10px;
  height: 5px;
  border: solid 2px #fff;
  border-width: 0 0 2px 2px;
  content: "";
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: linear .4s;
  transition: linear .4s;
}
.hero-popup-inner form .hs-button.primary, input[type="submit"], 
.hero-popup-inner form input[type="button"] {
  cursor: pointer;
  white-space: normal;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: block;
  text-align: center;
  vertical-align: middle;
  font-family: "Poynter Oldstyle Disp Semi Bd", serif;
  font-weight: 400;
  border-radius: 30px;
  outline: none;
  font-size: 16px;
  line-height: 16px;
  vertical-align: top;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 33px;
  padding-right: 33px;
  color: #FFEFE2;
  background-color: #212120;
  border: 1px solid #212120;
  max-width: 400px;
  margin: 10px auto 0;
  transition: all 0.5s ease;
}
.hero-popup-inner form .hs-button.primary:hover, 
input[type="submit"]:hover, .hero-popup-inner form input[type="button"]:hover{
  background-color: unset !important;
  color:#212120 !important;
  border: 1px solid #212120 !important;
}
.hero-popup-inner form .hs-form-required {
  color: #000;
}
.hero-popup-inner form .hs-error-msgs.inputs-list label {  
  color: red !important;
  font-size: 10px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  left: 40px;
  right: 0;
  bottom: -39px;
}
.hero-popup-inner form p{
  font-size:14px;
  margin-bottom:30px;
}
.hero-popup-inner form fieldset.form-columns-2 .hs-form-field{
  padding:0 40px !important;
}
@media(max-width:767px){
  .hero-popup-inner form fieldset.form-columns-2 .hs-form-field {
    padding: 0 0 !important;
  }
}

/* hero popup ends */