







/* 1a. Containers */




/* 1b. Colors */













/* 1c. Typography */

/* 1c. Typography */

































































/* 1d. Buttons */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */





:root {
    --primary: #BA0C2F;
    --secondary: #303030;
    --white: #ffffff;
    --black: #000000;
    --body_color:#474747;
    --dark: #333333;
    --yellow: #ff8200;
    --crimson-red: #A22531;
    --cultured: #FAFAFA;
    --red: #DF393A;
    --steel-gray: #A1A6B8;
    --border-color: #DBDBDB;
    --dark-puce-color: #554D56;
    --tertiary:#63666A;
    --orange:#E35205;
    --gray:#888B8D;
    --light:#D9D9D6;
    --danger:#CE0037;
    --warning:#FFB549;
    --info:#0072CE;
    --success:#78BE20;
    --corner-radius:10px;
    --button-corner-radius:50px;
}







.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
    max-width: 1270px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.dnd-section,
.content-wrapper--vertical-spacing {
    padding-top: 80px ;
    padding-bottom: 80px ;
}






body {
    font-size: 16px;
    
    color: #474747;
    
    font-weight: 400;
    font-family: Poppins, serif;
}

/* Paragraphs */

p {

}

/* Anchors */

a {
    color: rgba(186, 12, 47, 1.0);
}

a:hover {
    color: rgba(162, 37, 49, 1.0);
}

/* Headings */

h1, .h1 {
    font-family: Poppins, sans-serif;
    font-size: 48px;
    
    color: #303030;
    
    font-weight: 700;

}

h2, .h2 {
    font-family: Poppins, sans-serif;
    font-size: 40px;
    
    color: #303030;
    
    font-weight: 500;

}

h3, .h3 {
    font-family: Poppins, sans-serif;
    font-size: 32px;
    
    color: #303030;
    
    font-weight: 700;
}

h4, .h4 {
    font-family: Poppins, sans-serif;
    font-size: 28px;
    
    color: #303030;
    
    font-weight: 700;
}

h5, .h5 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    
    color: #303030;
    
    font-weight: 800;
}

h6, .h6 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    
    color: #303030;
    
    font-weight: 700;
}

@media(max-width: 991px) {
    h1, .h1 {
	   font-size: 32.160000000000004px;
    } 

    h2, .h2 {
	   font-size: 28.0px;
    } 


    h3, .h3 {
	   font-size: 25.6px;
    } 

    h4, .h4 {
	   font-size: 25.2px;
    } 

}


@media(max-width:767px){
    body {
	   font-size:14px;
    }
}

/* Blockquote */

blockquote {
    border-left-color: #303030;
}





button,
.button,
form input[type=submit],
form .hs-button,
.hs-button,
.error-page .button {
    background-color: 

  
  
    
  


  rgba(186, 12, 47, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 1px solid 

  
  
    
  


  rgba(186, 12, 47, 1.0)

;
    border-radius: 50px;
    padding: 9.5px 30px;
}


.corner_radius{
    border-radius: 10px;
}


button:hover,
button:focus,
.button:hover,
.button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.hs-button:hover,
.hs-button:focus,
.error-page .button:hover {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: 

  
  
    
  


  rgba(186, 12, 47, 1.0)

;
    border: 1px solid 

  
  
    
  


  rgba(186, 12, 47, 1.0)

;
}

button:active,
.button:active,
.hs-button:actve;
form input[type=submit]:active,
form .hs-button:active {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: 

  
  
    
  


  rgba(186, 12, 47, 1.0)

;
}

/* primary outline */

.hs-button.outline_primary {
    background-color: var(--white);
    color: 

  
  
    
  


  rgba(186, 12, 47, 1.0)

;
}
.hs-button.outline_primary:hover,
.hs-button.outline_primary:focus,
.hs-button.outline_primary:active {
    background-color: 

  
  
    
  


  rgba(186, 12, 47, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset {
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: ;
}
/* Form title */
.form-title {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
    color: #474747;
}

/* Form label */

form label {
    color: rgba(71, 71, 71, 1.0);
}

/* Form help text */

form legend {
    color: rgba(30, 30, 30, 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 {
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(71, 71, 71, 1.0);
    color: rgba(71, 71, 71, 1.0);
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
}

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(71, 71, 71, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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





th,
td {
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(68, 68, 68, 1.0);
    color: rgba(68, 68, 68, 1.0);
}

thead th,
thead td {
    background-color: rgba(68, 68, 68, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
    border-color: rgba(68, 68, 68, 1.0);
}






.custom-header {
    background-color: rgba(#null, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(#null, 0.0);
    background-color: rgba(#null, 0.0);
}  

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(#null, 0.0);
    background-color: rgba(#null, 0.0);
}
@media (min-width: 1121px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
	   border-top: 3px solid rgba(#null, 0.0);;
    }
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a.active-branch  { 
    color: rgba(#null, 0.0);
    background-color: rgba(#null, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul {
    background-color: rgba(#null, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul li a {
    color: rgba(#null, 0.0);
    background-color: rgba(#null, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul li a:hover {
    color: rgba(#null, 0.0);
    background-color: rgba(#null, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul li.active-branch a,
.custom-menu-primary .hs-menu-wrapper > ul > li ul li a.active-branch,
.custom-menu-primary .hs-menu-wrapper > ul > li ul li.active a,
.custom-menu-primary .hs-menu-wrapper > ul > li ul li a.active {
    color: rgba(#null, 0.0);
    background-color: rgba(#null, 0.0);
}





.footer {
    background-color: rgba(#null, 0.0);
    color: rgba(#null, 0.0);
}
.copyright {
    color: rgba(#null, 0.0);
}
.footer .hs-menu-wrapper > ul > li > a {
    color: rgba(#null, 0.0);
}
.footer .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(#null, 0.0);
}
.footer .div-spacer {
    background-color: rgba(#null, 0.0);
}















.card__price {
    font-family: Poppins;
    font-size: 32px;
    color: #303030;
    font-weight: 700;
}

.custom-width {
    margin: 0 auto;
}