







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1186px;
}

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

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





html {
  font-size: 16px;
}

body {
  font-size: 21px;
  color: #464646;
  font-weight: 500;
  font-family: ChaletBook;
}

/* Paragraphs */

/* Anchors */

a {
  color: #007bff;
}

a:hover,
a:focus,
a:active {
  color: #007bff;
}

/* Headings */

h1 {
  font-family: Alternate Gothic No2 D,sans-serif;
  font-size: 60px;
  color: #882786;
  font-weight: 500;
}

h2 {
  font-family: Alternate Gothic No2 D,sans-serif;
  font-size: 38px;
  color: #882786;
  font-weight: 500;
}

h3 {
  font-family: ChaletBook,sans-serif;
  font-size: 20px;
  color: #882786;
  font-weight: 500;
}

h4 {
  font-family: ChaletBook-Bold,sans-serif;
  font-size: 32px;
  color: #882786;
  font-weight: 500;
}

h5 {
  font-family: Alternate Gothic No2 D,sans-serif;
  font-size: 35px;
  color: #882786;
  font-weight: 500;
}

h6 {
  font-family: ;
  font-size: 28px;
  color: #882786;
  font-weight: 500;
}

@media (max-width: 1024px){

  h1 {
    font-size: 65px;
    line-height: 55px;
  }

  h2 {
    font-size: 55px;
    line-height: 55px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 30px;
    line-height: 40px;
  }

  h6 {
    font-size: 22px;
  }

}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(119, 37, 131, 1.0)

;
  border: 1px solid #772583;
  border-radius: 15px;
  color: #FFFFFF;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(79, 0, 91, 1.0);
  border-color: #4f005b;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(159, 77, 171, 1.0);
  border-color: #9f4dab;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-size: 21px;
  color: #464646;
  font-weight: 500
}

/* Form title */

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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(136, 39, 134, 1.0);
  
}

/* Form label */

form label {
  color: #882786;
}

/* Form help text */

form legend {
  color: #882786;
}

/* 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(245, 248, 250, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-radius: 15px;
  border-width: 1px;
}

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: #464646;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(119, 37, 131, 1.0);
  border-color: rgba(119, 37, 131, 1.0);
  border-radius: 15px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(119, 37, 131, 1.0);
  border-color: rgba(#null, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

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





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: rgba(136, 39, 134, 1.0);
}

th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(136, 39, 134, 1.0);
  color: rgba(70, 70, 70, 1.0);
}

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

tfoot td {
  background-color: rgba(136, 39, 134, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





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

.desktop-header .top-links .top-link a{
  color: rgba(136, 39, 134, 1.0);
}

.desktop-header .top-links .top-link a:hover,
.desktop-header .top-links .top-link a:focus{
  color: rgba(136, 39, 134, 1.0);
}


.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(136, 39, 134, 1.0);
  font-family: ChaletBook;
}


.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(66, 12, 88, 1.0);
}


.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: rgba(#null, 0.0);
}

body .header .desktop-header .custom-menu-primary .submenu.level-1 > li >a{
  color: rgba(136, 39, 134, 1.0);
}


body .header .desktop-header .custom-menu-primary .submenu.level-1 > li:hover>a{
  color: rgba(66, 12, 88, 1.0);
}


body .header .desktop-header .custom-menu-primary .submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
}

body .header .desktop-header .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: rgba(#null, 0.0);
  color: rgba(136, 39, 134, 1.0);
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

body .header .desktop-header .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .header .desktop-header .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header .desktop-header .header__language-switcher .lang_list_class li:hover{
  background-color: rgba(#null, 0.0);
  color: rgba(66, 12, 88, 1.0);
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: ChaletBook;
}

.header__language-switcher-label-current:after {
  border-top-color: #882786;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #882786;
  }
}



body .header .desktop-header .support-btn a{
  background-color: rgba(237, 224, 246, 1.0);
  color: rgba(136, 39, 134, 1.0);
}

body .header .desktop-header .support-btn a:hover{
  background-color: rgba(237, 224, 246, 1.0);
  color: rgba(136, 39, 134, 1.0);
}

body .header .desktop-header .donate-btn a{
  background-color: rgba(255, 189, 45, 1.0);
  color: rgba(136, 39, 134, 1.0);
}

body .header .desktop-header .donate-btn a:hover{
  background-color: rgba(255, 189, 45, 1.0);
  color: rgba(136, 39, 134, 1.0);
}








body .footer {
  background-color: rgba(237, 224, 240, 1.0);
  color: rgba(70, 70, 70, 1.0);
}

body .footer .left,
body .footer .bg-fix{
  background-color: rgba(245, 245, 245, 1.0);
}

body .footer .right{
  background-color: rgba(237, 224, 246, 1.0);
}

body .footer a{
  color: rgba(136, 39, 133, 1.0);
}

body .footer a:hover,
body .footer a:focus{
  color: rgba(66, 12, 88, 1.0);
}

body .footer .h8,
body .footer .contact-section h5{
  color: rgba(136, 39, 134, 1.0);
}

body .footer .social-icons-list li a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(136, 39, 134, 1.0);
}

body .footer .social-icons-list li a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(136, 39, 134, 1.0);
}

body .footer .left .remarks p a{
  color: rgba(70, 70, 70, 1.0);
}

body .footer .left .remarks p a:hover{
  color: rgba(136, 39, 133, 1.0);
}


/* Footer Content */
















.card__price {
  font-family: ChaletBook,sans-serif;
  font-size: 20px;
  color: #882786;
  font-weight: 500
}



}