/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

@font-face {
  font-family: Gilroy;
  src: url(https://25563537.fs1.hubspotusercontent-eu1.net/hubfs/25563537/CF2023/folder/Gilroy-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Gilroy;
  src: url(https://25563537.fs1.hubspotusercontent-eu1.net/hubfs/25563537/CF2023/folder/Gilroy-Bold.ttf);
  font-weight: 700;
}

.body-wrapper.cf2023 a{
color: #E6A60A;
}
.body-wrapper.cf2023 h1{
  color: #FFF;
font-family: DM Serif Display, sans-serif;
font-size: 50px;
font-weight: 400;
line-height: 65px;
text-align: left;
      margin-bottom: 20px;
}

.body-wrapper.cf2023 h2{
color: #000;
font-family: DM Serif Display, sans-serif;
font-size: 50px;
  text-align: center;
font-weight: 400;
line-height: 65px;
text-align: center;
      margin-bottom: 20px;
}

.body-wrapper.cf2023 h3{
color: #000;
  text-align: left;
font-family: Gilroy, sans-serif;
font-size: 28px;
font-weight: 400;
line-height: 34px;
text-align: left;
      margin-bottom: 20px;
}
.body-wrapper.cf2023 h4{
color: #000;
  text-align: left;
font-family: Gilroy, sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 28px;
text-align: left;

      margin-bottom: 20px;
}
.body-wrapper.cf2023 h5{
color: #FFF;
  text-align: left;
font-family: Gilroy, sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 26px;
text-align: left;
      margin-bottom: 20px;
}
.body-wrapper.cf2023 p{
  color: #000;
text-align: left;
font-family: Gilroy, sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 24px;
text-align: left;
line-height: 20px; /* 142.857% */
}
.body-wrapper.cf2023 ul{
padding-left: 15px;
}
.body-wrapper.cf2023 li{
  color: #000;
text-align: left;
font-family: Gilroy, sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 24px;
text-align: left;
  margin-bottom: 10px;
}
.body-wrapper.cf2023 li::marker{
  color: #E6A60A;
}
.body-wrapper.cf2023 .hs-error-msg {
    color: red;
    margin-top: -13px;
    position: relative;
    font-size: 12px;
}
.body-wrapper.cf2023 .form-section .form form h3 {
  font-family: DM Serif Display, sans-serif;
}
.form-section .form form input[type=email], .form-section .form form input[type=file], .form-section .form form input[type=number], .form-section .form form input[type=password], .form-section .form form input[type=search], .form-section .form form input[type=tel], .form-section .form form input[type=text], .form-section .form form select, .form-section .form form textarea {
    border: 1px solid #7f7f7f;
    border-radius: 3px;
    color: #000;
   font-family: Gilroy, sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 24px;
    padding: 11px 14px;
}
@media (max-width: 767px) {
  .body-wrapper.cf2023 h2{
font-size: 44px;
    
}
   .body-wrapper.cf2023 h1, .body-wrapper.cf2023 h2,.body-wrapper.cf2023 h3,.body-wrapper.cf2023 h4,.body-wrapper.cf2023 h5 {
     text-align:center;
  }
  .body-wrapper.cf2023 h3{
font-size: 24px;
}

@media (max-width: 500px) {
 body .body-wrapper.cf2023 h1{
font-size: 34px;
       line-height: 41px;
}
 body .body-wrapper.cf2023 h2{
font-size: 36px;
       line-height: 41px;
}
}