/*Global Settings*/
h1,h2,h3,h4,h5,h6{
  line-height: 1.17em !important;
}
span,p{
  line-height: 1.4em !important;
}
/*Global Settings*/



/*Header*/
.header__container .header__column{
      display: flex;
    align-items: center;
  gap: 8px;
}
header.header .content-wrapper {
    max-width: 1350px;
}
header.header .header__search{
  padding: 0;
}
header.header .header__search .hs-search-field__button svg {
    height: 20px;
}
.header__column form>.hs-search-field__input{
  padding: 0 12px !important;
  color: #000;
  border: 1px solid #00a5e1;
  height: 45px;
  background-color: #EAF3AB;
  width: 190px;
  border-radius: 100px;
}

.header__column form>.hs-search-field__input::placeholder{
  color:#00a5e1
}

.header__column .header__search .hs-search-field__button{
  fill: #00a5e1;
}
.button-side-menu .button{
  font-size: 16px;
  padding: 12px 25px;
}
/*Header*/




/*Footer*/
.footer {
  background-color: #0c1923;
}
/*End Footer*/

@media only screen and (max-width: 1000px) {
  h1{
    font-size: 48px
  }
  h2{
    font-size: 45px
  }
  h3{
    font-size: 35px
  }
  h4{
    font-size: 22px
  }
}

@media only screen and (max-width: 700px) {
  h1{
    font-size: 38px !important;
  }
  h2{
    font-size: 35px !important;
  }
  h3{
    font-size: 28px !important;
  }
  h4{
    font-size: 20px !important;
  }
  h5{
    font-size: 18px !important;
  }
  h5{
    font-size: 16px !important;
  }
  header.header .button-side-menu{
    display: none;
  }
  header.header .header__container{
    flex-direction: row;
    padding: 0 12px;
  }
  header.header .header__container .header__logo{
    margin: 0;
  }
  header.header .header__container .header__column{
    position: initial;
  }