@font-face {
  font-family: 'Circular Std';
  src: url('https://243926845.fs1.hubspotusercontent-na2.net/hubfs/243926845/CircularStd-Book.woff') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url('https://243926845.fs1.hubspotusercontent-na2.net/hubfs/243926845/CircularStd-Medium.woff') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url('https://243926845.fs1.hubspotusercontent-na2.net/hubfs/243926845/CircularStd-Bold.woff') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url('https://243926845.fs1.hubspotusercontent-na2.net/hubfs/243926845/CircularStd-Black.woff') format('woff2');
  font-weight: 900;
  font-style: normal;
}


.cure-hero-section{
  width: 100%;
  background: #272727;
}
.cure-hero-section *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mobile-tick{
  display: none; 
}
.hero-container{
  max-width: 1440px;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-right: auto;
  margin-left: auto;
}
body{
  margin: 0px !important; 
}

.hero-left{
  max-width: 620px;
}
.hero-left > svg {
  margin-bottom: 60px;
}

.hero-main-heading{
font-family: 'Circular Std';
font-style: normal;
font-weight: 700;
font-size: 60px;
line-height: 108%;
color: #FFFFFF;
  margin-bottom: 35px;
  letter-spacing: -1%;
}
.hero-main-details{
font-family: 'Circular Std';
font-style: normal;
font-weight: 450;
font-size: 20px;
line-height: 160%;
color: #F5F5F5;
  margin-bottom: 35px;
}

.hero-left-bottom{
  display : flex;
  gap: 29px;
  max-width: 464px;
  align-items: center;
}
.hero-left-bottom span {
font-family: 'Circular Std';
font-style: normal;
font-weight: 450;
font-size: 16px;
line-height: 120%;
color: #FFFFFF;
}

.hero-right{
  padding : 36px 24px;
  background: #ffffff;
  border-radius : 16px;
  max-width: 497px;
  width: 100%;
}
.hero-form-heading{
font-family: 'Circular Std';
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  text-align: center;
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 100%;
color: #071E49;
}
.point-wrap{
  display:flex;
  flex-direction: row;
  gap: 10px;
}
.hero-form-details-container{
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.hero-form-details{
font-family: 'Circular Std';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 110%;
color: #071E49;
}

@media (max-width: 1100px){
  .hero-container{
    flex-direction: column;
    gap: 48px;
  }
    .hero-left{

    margin-left : auto;
    margin-right: auto;
  }
  
   .hero-left > svg {
           display: block;
    margin-left: auto;
    margin-right : auto;
  }
  .hero-main-heading{
    font-size: 48px;
    margin-bottom: 24px;
      text-align: center;
  }
  .hero-main-details{
    text-align: center;
  }
  .hero-left-bottom{
    margin :  0 auto;
  }
  .hero-left-bottom span{
    text-align: center;
  }
  .hero-right{
    max-width: unset;
  }
  .hero-form-details-container{
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero-right{
    max-width: unset;
    width: 100%;
  }
  .mobile-tick{
  display: flex; 
}
  .hero-container{
    padding-left : 16px;
    padding-right: 16px;
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
    gap: 48px;
  }
  .cure-header-container{
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-left > svg {
    width: 143px;
    display: block;
    margin-left: auto;
    margin-right : auto;
    margin-bottom: 35px;
  }
  .hero-main-heading{
    font-size: 48px;
    margin-bottom: 24px;
      text-align: center;
  }
  .hero-main-details{
    text-align: center;
    font-size: 18px;
    margin-bottom: 24px;
  }
  .hero-left-bottom{
    gap: 16.25px;
    margin :  0 auto;
  }
  .hero-left-bottom span{
    font-size: 14px;  
    text-align: center;
  }
  .hero-right{
    padding: 32px 24px;
    border-radius: 16px;
  }
  .hero-form-heading{
    font-size: 28px;
    margin-bottom: 12px;
  }
  .hero-form-details-container > svg {
    display: none;
  }
  .hero-form-details-container{
    flex-direction: column;
    gap: 9px;
        margin-bottom: 24px;
  }
  .hero-form-details{
    text-align: center;

  }
  .hero-left{
    max-width: unset;
  }
}
[data-hsfc-id=Renderer] .hsfc-Button{
  font-family: 'Circular Std' !important;
  transition: all ease 0.3s;
}
[data-hsfc-id=Renderer] .hsfc-Button > svg{
  transition: all ease 0.3s;
}
[data-hsfc-id=Renderer] .hsfc-Button:hover > svg{
  transform: translateX(10px);
}
[data-hsfc-id=Renderer] .hsfc-Button:hover{
  background: #071e49 !important;
}
[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content{
  padding: 24px 0 0 0 !important; 
}

[data-hsfc-id=Renderer] .hsfc-FieldLabel{
  display: none !important; 
}

[data-hsfc-id=Renderer] .hsfc-Row{
  margin-bottom: 16px !important; 
}

[data-hsfc-id=Renderer] .hsfc-CheckboxField label>input{
border-color:black;
}
[data-hsfc-id=Renderer] .hsfc-CheckboxField label{
  display: flex !important; 
  font-family: 'Circular Std';
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #272727;
}

.hsfc-CheckboxField {
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-hsfc-id=Renderer] .hsfc-TextInput{
  font-family: Circular Std !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; 
}

[data-hsfc-id=Renderer] .hsfc-CheckboxField label a{
  color: #272727 !important;
}

[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content>:last-child{
  margin-top: 24px !important; 
}

.hsfc-Button{
  display: flex !important; 
  line-height: 27px !important;
  align-items: center;
}
.hsfc-Button::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.79688 1.10596L17.4833 8.79235C18.4556 9.76472 18.4556 11.3412 17.4833 12.3136L9.79688 20' stroke='white' stroke-width='2'/%3E%3Cpath d='M18.1943 10.5513H0' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.form-secondary-btn{
  display: flex;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  background: #FFFFFF;
  border: 1px solid #CDE7FF;
  border-radius: 99px;
  font-family: 'Circular Std';
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #272727;
  text-decoration: none;
  margin-top: 16px;
  max-width: 375px;
}
[data-hsfc-id=Renderer] .hsfc-NavigationRow__Alerts{
  display: none !important; 
}
.hsfc-CheckboxField{
 display: flex;
    justify-content: center;
    flex-direction: column; 
}
[data-hsfc-id=Renderer] .hsfc-RichText{
 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px !important;
    font-family: 'Circular Std' !important;
    color: #272727 !important;
} 
}
@media (max-width: 430px) {
  [data-hsfc-id=Renderer] .hsfc-CheckboxField label{
    font-size: 14px !important; 
  }
    [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons>* , .form-secondary-btn  {
        width: 100%;
        font-size: 14px !important;
        display: flex;
        justify-content: center !important;
    }
}