







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */




























































/* 1d. Buttons */











/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */













/* 1h. Site footer */

















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

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





body {
  font-size: 1rem;
  color: #111111;
  font-weight: 300;
  font-family: Readex Pro;
}

/* Paragraphs */

p {
  color: #111111;
  font-weight: 300;
}

/* Anchors */

a {
  color: #701EDC;
}

a:hover,
a:focus,
a:active {
  color: #701EDC;
}

/* Headings */

h1 {
  font-family: Readex Pro;
  font-size: 3.25rem;
  color: #111111;
  font-weight: 700;
}

h2 {
  font-family: Readex Pro;
  font-size: 2.25rem;
  color: #111111;
  font-weight: 300;
}

h3 {
  font-family: Readex Pro;
  font-size: 1.25rem;
  color: #111111;
  font-weight: 500;
}

h4 {
  font-family: Readex Pro;
  font-size: 1.125rem;
  color: #111111;
  font-weight: 300;
}

h5 {
  font-family: Readex Pro;
  font-size: 1rem;
  color: #111111;
  font-weight: 300;
}

h6 {
  font-family: Readex Pro;
  font-size: 0.75rem;
  color: #111111;
  font-weight: 500;
}

@media (max-width:991px){
  h1{
    font-size: 2.6249999999925rem;
  }
  
  h2{
    font-size: 1.99999999998rem;
  }
  
}

@media (max-width:767px){
  h1{
    font-size: 2.1874999999774998rem;
  }
  
  h2{
    font-size: 1.8749999999925rem;
  }
  
}


/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(239, 61, 42, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(239, 61, 42, 1.0)

;
  border-radius: 120px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 29px 36px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(199, 21, 2, 1.0);
  border-color: #c71502;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(255, 101, 82, 1.0);
  border-color: #ff6552;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.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(68, 11, 212, 1.0)

;
}

form,
.submitted-message {
  font-size: 1rem;
  color: #111111;
  font-weight: 300
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(68, 11, 212, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  
}

/* Form label */

form label,
form .hs-richtext *{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(255, 255, 255, 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 {
  color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
  border-color: 

  
  
    
  


  rgba(217, 217, 217, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button,
.cta_button,
a.hs-button{
  background-color: 

  
  
    
  


  rgba(239, 61, 42, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(239, 61, 42, 1.0)

;
  border-radius: 120px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 29px 36px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.cta_button:hover,
.cta_button:focus,
a.hs-button:hover,
a.hs-button:focus{
  background-color: 

  
  
    
  


  rgba(239, 61, 42, 1.0)

;
  border-color: 

  
  
    
  


  rgba(239, 61, 42, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(239, 61, 42, 1.0)

;
  border-color: 

  
  
    
  


  rgba(239, 61, 42, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

@media (max-width:991px){
  form input[type=submit],
  form .hs-button,
  .cta_button,
  a.hs-button,
  a.button{
     padding: 14.99999999999px 14.99999999976px;
  }
}





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

th,
td {
  border-color: 

  
  
    
  


  rgba(17, 17, 17, 1)

;
  color: 

  
  
    
  


  rgba(17, 17, 17, 1)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(17, 17, 17, 1)

;
  border-bottom-color: 

  
  
    
  


  rgba(17, 17, 17, 1)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

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






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

.header__navigation .navigation-primary>ul>li>a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.header__navigation .navigation-primary>ul>li>a:hover{
  color: 

  
  
    
  


  rgba(68, 11, 212, 1.0)

;
}
.header__navigation .navigation-primary>ul>li ul li.active>a,
.header__navigation .navigation-primary>ul>li ul li.active-branch>a{
   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__navigation .navigation-primary>ul>li ul{
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__navigation .navigation-primary>ul>li ul li a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__navigation .navigation-primary>ul>li ul a:hover{
  color: 

  
  
    
  


  rgba(68, 11, 212, 1.0)

;
}

.header__navigation .navigation-primary>ul>li ul li.active>a,
.header__navigation .navigation-primary>ul>li ul li.active-branch>a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.custom-header .header_login{
  color: 

  
  
    
  


  rgba(68, 11, 212, 1.0)

;
}

.custom-header .header_login:hover{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}






.footer {
  background-color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
}

/* Footer Content */

.footer * {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer--no-navigation .foot-bottom-col2 .hs-menu-wrapper ul>li>a , .copyright-text P{
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}




/* Blog Header */

.blog-header {
  background-color: rgb(238, 240, 242);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #111111;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #701EDC;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #701EDC;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #111111;
}

.blog-pagination__link {
  color: #111111;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #111111;
}

.blog-post__title {
  color: #111111;
  font-family:Readex Pro;
  font-size: 3.25rem;
  font-weight: 700;
}

.blog-post__author {
  background-color: #111111;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #F8FAFC;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #701EDC;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #701EDC;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content a {
  color: #111111;
}

.blog-post__read-more svg {
  fill: #111111;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
  color: #111111;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(238, 240, 242);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__meta a {
  color: #111111;
}

.blog-post__meta a:hover {
  color: #701EDC;
}

.blog-post__links-container {
  border-top:  2px solid rgb(0, 0, 0);
}

.blog-post__back-to-blog {
  color: #111111;
}

.blog-post__back-to-blog svg {
  fill: #111111;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(0, 0, 0) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(0, 0, 0);
}

.section.post-footer .hs-input {
  border-color: rgb(0, 0, 0);
}

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}











.card__price {
  font-family: Readex Pro
    font-size: 1.25rem;
  color: #111111;
  font-weight: 500
}