







/* 1a. Containers */




/* 1b. Colors */






:root {
  --primary: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
  --secondary: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  --tertiary: 

  
  
    
  


  rgba(233, 234, 236, 1.0)

;
}





/* 1c. Typography */















































/* 1d. Buttons */









/* 1e. Forms */










  





/* 1f. Tables */











/* 1g. Site header */





 




 














/* 1h. Site footer */
















.content-wrapper,
.page-center {
  max-width: 1240px;
}

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

@media (max-width:767px) {
  .dnd-section {
    padding: 20px 0;
  }
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





body {
  font-size: 16px;
  color: #465563;
  font-weight: 400;
  font-family: Inter;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

/* Headings */

h1 {
   
  font-weight: 700; text-decoration: none; font-family: 'Playfair Display', Playfair Display; font-style: normal;
  color: #000;
  font-size: 50px;
  
}

h2 {
   
  font-weight: 700; text-decoration: none; font-family: 'Playfair Display', Playfair Display; font-style: normal;
  color: #000;
  font-size: 38px;
  
}

h3 {
   
  font-weight: 600; text-decoration: none; font-family: 'Playfair Display', Playfair Display; font-style: normal;
  color: #000;
  font-size: 28px;
  
}

h4 {
   
  font-weight: 400; text-decoration: none; font-family: 'Playfair Display', Playfair Display; font-style: normal;
  color: #000;
  font-size: 24px;
  
}

h5 {
   
  font-weight: 700; text-decoration: none; font-family: 'Playfair Display', Playfair Display; font-style: normal;
  color: #000;
  font-size: 20px;
  
}

h6 {
   
  font-weight: 700; text-decoration: none; font-family: 'Playfair Display', Playfair Display; font-style: normal;
  color: #000;
  font-size: 18px;
  
}


@media (max-width:767px) {
  h1 {
     
    font-size: 38.194444444px;
    
  }

  h2 {
     
    font-size: 31.666666666540003px;
    
  }

  h3 {
     
    font-size: 26.25px;
    
  } 
}

@media (max-width:479px) {
  h1 {
     
    font-size: 31.25px;
    
  }  
}

/* Blockquote */

blockquote {
  border-left-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}






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

  
  
    
  


  rgba(70, 85, 99, 1.0)

;   
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(233, 234, 236, 1.0)

;
  padding: 12px 40px;
  border: 1px solid #465563;
}


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

  
  
    
  


  rgba(233, 234, 236, 1.0)

;
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
  border-color: ;
}


.button.btn-secondary,
.hs-button.btn-secondary {
  background-color: transparent;    
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}


.button.btn-secondary:hover,
.hs-button.btn-secondary:hover {
  background-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;    
  color: 

  
  
    
  


  rgba(233, 234, 236, 1.0)

;
  border-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}




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

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}


form.hs-form {
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 0.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-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(233, 234, 236, 1.0)

;
  border-radius: 0px;
}

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(70, 85, 99, 1.0)

;
}

form.hs-form {
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 0.0)

;
}

/* Form placeholder text */

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

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

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

.fn-date-picker td .pika-button:hover {
  background-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

/* Submit button */









table {
  background-color: 

  
  
    
  


  rgba(233, 234, 236, 1.0)

;
  border-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
  color: 

  
  
    
  


  rgba(233, 234, 236, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(233, 234, 236, 1.0)

;
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}





header.header {
  border-color: 

  
  
    
  


  rgba(217, 217, 217, 1.0)

;
}
header.header , .header-search{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active:after {
  border-color: 

  
  
    
  


  rgba(38, 38, 38, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>a {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>a:hover {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li.active>a {
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}


@media (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li ul {
    background-color: 

  
  
    
  


  rgba(233, 234, 236, 1.0)

;
  }
}


.header-main .header-btn a {
  background-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
  border-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

.header-main .header-btn a:hover {
  background-color: 

  
  
    
  


  rgba(233, 234, 236, 1.0)

;
  border-color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
  color: 

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}












footer.footer {
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;  
}

.footer-menu .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li >a {
  color:

  
  
    
  


  rgba(70, 85, 99, 1.0)

;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li >a:hover {
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.footer-copyright p {
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}


















.card__price {
  font-family: {font=Playfair Display, font_set=GOOGLE, styles={font-weight=600, text-decoration=none, font-family='Playfair Display', Playfair Display, font-style=normal}, size=28, size_unit=px, color=#000, variant=600, fallback=Playfair Display, style=font-weight: 600; text-decoration: none; font-family: 'Playfair Display', Playfair Display; font-style: normal, css=color: #000;font-size: 28px;font-weight: 600; font-family: 'Playfair Display', Playfair Display;};
  font-size: px;
  color: ;
  font-weight: 
}