







/* 1a. Containers */




/* 1b. Colors */












































































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.wrapper-footer-page,
.dnd-section,
.content-wrapper--vertical-spacing{
  padding-bottom: 16.0px;
  padding-top: 16.0px;
}


@media (min-width: 768px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 749.9999999700001px;

  }
  .dnd-section,
  .wrapper-footer-page,
  .content-wrapper--vertical-spacing{
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 992px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 969.99999999903px;

  }
}


@media (min-width: 1200px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1170px;

  }
}





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #777;
  font-weight: 400;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif,sans-serif;
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(128, 0, 128, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(35, 82, 124, 1.0)

;
}

/* Headings */

h1 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial,sans-serif;
  font-size: 36px;
  color: #777;
  font-weight: 500;
}

h2 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial,sans-serif;
  font-size: 30px;
  color: #777;
  font-weight: 500;
}

h3 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial,sans-serif;
  font-size: 24px;
  color: #777;
  font-weight: 500;
}

h4 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial,sans-serif;
  font-size: 20px;
  color: #777;
  font-weight: 500;
}

h5 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial,sans-serif;
  font-size: 18px;
  color: #777;
  font-weight: 500;
}

h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial,sans-serif;
  font-size: 16px;
  color: #777;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color: ;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(117, 70, 250, 1.0)

;
  border: 1px solid #7546fa;
  border-radius: 6px;
  color: #fff;
  padding: 10px 16px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(77, 30, 210, 1.0);
  border-color: #4d1ed2;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(157, 110, 255, 1.0);
  border-color: #9d6eff;
  color: #fff;
}





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

/* Form title */

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

/* Form label */

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

/* Form help text */

form legend {
  color: rgba(64, 61, 58, 1.0);
}


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(204, 204, 204, 1.0);
  border-radius: 6px;
}

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(102, 175, 233, 1.0);
}

/* Form placeholder text */

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

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

/* Submit button */

form input[type=submit]{
  background-color: 

  
  
    
  


  rgba(117, 70, 250, 1.0)

;
  border: 1px solid #7546fa;
  border-radius: 6px;
  color: #fff;
  padding: 10px 16px;
}


form input[type=submit]:focus{
  background-color: rgba(77, 30, 210, 1.0);
  border-color: #4d1ed2;
  color: #fff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(157, 110, 255, 1.0);
  border-color: #9d6eff;
  color: #fff;
}


/* Submit button */
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(117, 70, 250, 1.0);
  border-color: rgba(117, 70, 250, 1.0);
  border-radius: 6px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(117, 70, 250, 1.0);
  border-color: rgba(117, 70, 250, 1.0);
}




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

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

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

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




header.header{
  background-color: rgba(117, 70, 250, 0.6) ;
}

header.header .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0) ;
}

header.header .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(153, 153, 153, 1.0) ;
  background-color: rgba(255, 255, 255, 0.0) ;
}

header.header .hs-menu-wrapper>ul>li.active>a {
  background-color: rgba(255, 255, 255, 0.0) ;
  color: rgba(255, 255, 255, 1.0) ;
}
header.header .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(117, 70, 250, 0.8) ;
}

header.header .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(255, 255, 255, 1.0) ;
}
header.header .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(153, 153, 153, 1.0) ;
  background-color: rgba(255, 255, 255, 0.0) ;
}

header.header .hs-menu-wrapper>ul>li>ul>li.active>a:hover{
  color: rgba(255, 255, 255, 1.0) ;
  background-color: rgba(255, 255, 255, 0.0) ;
}







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

.footer .copyright_wrap{
  color: rgba(119, 119, 119, 1.0);
}

.footer .copyright_wrap .hs_cos_wrapper_type_rich_text p a {
  color: rgba(128, 128, 128, 1.0);
}

.footer .copyright_wrap .hs_cos_wrapper_type_rich_text p a:hover {
  color: rgba(128, 128, 128, 1.0);
}












.card__price {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial,sans-serif
    font-size: 24px;
  color: #777;
  font-weight: 500
}