







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */


  





.content-wrapper,
.page-center,
.blog-container ,
.container,
.dnd-section > .row-fluid   {
  max-width: 1280px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 48px 0;
}








body {
  font-size: 16px;
  color: #374151;
  font-weight: 400;
  font-family: Manrope,ui-sans-serif,Arial;
}

/* Anchors */

a {    

  color: rgba(194, 23, 0, 1.0);
}

a:hover,
a:focus,
a:active {
  color: rgba(116, 115, 116, 1.0);
}

/* Headings */

h1 {
  font-family: museo-slab,ui-serif,Georgia;
  font-size: 61px;
  color: #231f20;
  font-weight: 500;
}

h2 {
  font-family: museo-slab,ui-serif,Georgia;
  font-size: 49px;
  color: #231f20;
  font-weight: 500;
}

h3 {
  font-family: museo-slab,ui-serif,Georgia;
  font-size: 39px;
  color: #231f20;
  font-weight: 500;
}

h4 {
  font-family: museo-slab,ui-serif,Georgia;
  font-size: 31px;
  color: #231f20;
  font-weight: 500;
}

h5 {
  font-family: museo-slab,ui-serif,Georgia;
  font-size: 25px;
  color: #231f20;
  font-weight: 500;
}

h6 {
  font-family: museo-slab,ui-serif,Georgia;
  font-size: 20px;
  color: #231f20;
  font-weight: 500;
}

/* Blockquote */





.button,
.hs-button,
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  background-color: rgba(195, 24, 0, 1.0);
  border-color: rgba(195, 24, 0, 1.0);
  border-radius: 15px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding: 12px 24px;
}
.button:hover,
.hs-button:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: rgba(195, 24, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.button,
.hs-button:focus,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {

}






form{
  background-color: rgba(255, 255, 255, 1.0);
}

form,
.submitted-message {
  font-size: 16px;
  color: #374151;
  font-weight: 400
}

/* Form title */

h3.form-title {
  color: rgba(35, 31, 32, 1.0);
}

/* Form label */

form label {
  color: rgba(51, 71, 91, 1.0);
}
/* Form help text */

form legend {
  color: rgba(51, 71, 91, 1.0);
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-width: 1px;
  border-color: rgba(203, 214, 226, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-radius: 15px;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #374151;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #374151;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #374151;
}

.fn-date-picker td .pika-button:hover {
  background-color: #374151 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #374151;
}

/* Submit button */







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: rgba(85, 85, 85, 1.0);
}

th,
td {
  border-color: rgba(85, 85, 85, 1.0);
  color: rgba(85, 85, 85, 1.0);
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(85, 85, 85, 1.0)

;
  border-bottom-color: #555555;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: rgba(85, 85, 85, 1.0);
}





header.header .header_container{
  background-color: rgba(255, 255, 255, 1.0);
}
header .header_menu .custom-menu-primary .hs-menu-wrapper >ul >li>a{
  color: rgba(35, 31, 32, 1.0);
}
header .header_menu .custom-menu-primary .hs-menu-wrapper >ul >li>a:hover{
  color: rgba(35, 31, 32, 1.0);
  background-color: rgba(35, 31, 32, 0.0);
}
header .header_menu .custom-menu-primary .hs-menu-wrapper>ul>li:hover{
  border-bottom-color: rgba(254, 189, 42, 1.0);
}
header .header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li>a,
.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li>ul>li>a{
  color: rgba(35, 31, 32, 1.0);
}
header .header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li>a:hover,
.header_menu .custom-menu-primary .hs-menu-wrapper>ul>li>ul>.container>li>ul>li>a:hover{
  color: rgba(35, 31, 32, 1.0);
  background-color: rgba(151, 151, 151, 0.0);
}
header .header_menu .custom-menu-primary .hs-menu-wrapper >ul ul{
  background-color: rgba(255, 255, 255, 1.0);
}
header .header_menu .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.Demo a{
  background-color: rgba(194, 23, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
header .header_menu .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.Demo a:hover{
  background-color: rgba(254, 189, 42, 1.0);
  color: rgba(35, 31, 32, 1.0);
}
header .header_container_inner{
  border-color: rgba(116, 115, 116, 0.25);
}



footer.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(116, 115, 116, 1.0);
}
footer .footer_get_app_button a:hover {
  background-color: rgba(194, 23, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
footer .footer_get_app_button a{
  background-color: rgba(254, 189, 42, 1.0);
  color: rgba(35, 31, 32, 1.0);
}
footer .footer_col .hs-menu-wrapper>ul>li>a{
  color: rgba(35, 31, 32, 1.0);
}
footer .footer_icons ul li a{
  color: rgba(116, 115, 116, 1.0);
}
footer .footer_icons ul li a:hover{
  color: rgba(254, 189, 42, 1.0);
}
footer .custom_bottom_footer p{
  color: rgba(35, 31, 32, 1.0);
}
footer .copyright_link a{
  color: rgba(35, 31, 32, 1.0);
}
footer .copyright_link a:hover{
  color: rgba(35, 31, 32, 1.0)
}

footer .custom_bottom_footer{
  background-color: rgba(254, 189, 42, 1.0)
}












.card__price {
  font-family: museo-slab,ui-serif,Georgia
    font-size: 39px;
  color: #231f20;
  font-weight: 500
}

@media(max-width:767px){
  h1 {
    font-size: clamp(2.24rem,calc(1.82rem + 2.07vw),3.82rem);
  }

  h2 {
    font-size: clamp(1.87rem,calc(1.55rem + 1.56vw),3.05rem);
  }

  h3 {
    font-size: clamp(1.56rem,calc(1.32rem + 1.17vw),2.44rem);
  }

  h4 {
    font-size: clamp(1.3rem,calc(1.12rem + .86vw),1.95rem);
  }

  h5 {
    font-size: clamp(1.08rem,calc(.95rem + .63vw),1.56rem);
  }

  h6 {
    font-size: clamp(1.08rem,calc(.95rem + .63vw),1.56rem);
  }


}