/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */


























































main.body-container-wrapper .dnd-section > .row-fluid  {
  max-width: 875px;
}

.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 875px;
}




html {
  font-size: 14;
}

body {
  color: #2f2f2f;
  font-family: Museo Sans;
  font-weight: 300;
  font-size: 14px;
}

p {
  font-family: Museo Sans;
  font-weight: 300
}

a {
  font-family: Museo Sans;
  color: rgba(229, 45, 144, 1.0);
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus {
  color: rgba(229, 45, 144, 1.0);
}

a:active {
  color: rgba(255, 85, 184, 1.0);
}

h1 {
  color: #e52d90;
  font-family: Museo Sans Rounded, sans-serif;;
  font-size: 35px;
  font-weight: 500;
}

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

h2 {
  color: #e52d90;
  font-family: Museo Sans Rounded, sans-serif;;
  font-size: 30px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h2 {
    font-size: 25.5px;
  }
}

h3 {
  color: #2f2f2f;
  font-family: Museo Sans Rounded, sans-serif;;
  font-size: 18px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h3 {
    font-size: 15.299999999999999px;
  }
}

h4 {
  color: #2f2f2f;
  font-family: Museo Sans Rounded, sans-serif;;
  font-size: 15px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h4 {
    font-size: 12.75px;
  }
}

h5 {
  color: #2f2f2f;
  font-family: Museo Sans Rounded, sans-serif;;
  font-size: 14px;
  font-weight: 700;
}

h6 {
  color: #2f2f2f;
  font-family: Museo Sans Rounded, sans-serif;;
  font-size: 14px;
  font-weight: 700;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}






form,
.submitted-message {
  font-family: Museo Sans;
}

h3.form-title {
  background-color: rgba(229, 45, 144, 0.0);
  color: rgba(229, 45, 144, 1.0);
  
}

.hs-button,
.button--primary {
  background-color: rgba(229, 45, 144, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 5px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(229, 45, 144, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 85, 184, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(47, 47, 47, 1.0);
}

.hs-form legend {
  color: rgba(47, 47, 47, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(226, 226, 226, 1.0);
  border-radius: 5px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(229, 45, 144, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #2f2f2f;
}

.hs-richtext {
  font-size: 14;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Museo Sans;
}

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

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

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








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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(229, 45, 144, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(229, 45, 144, 1.0);
}





header {
  background-color: rgba(255, 255, 255, 1.0);
}
.SearchBar__IconWrapper svg{  
  color:rgba(229, 45, 144,1.0);
}
.BaseStyles__Button{
  background-color:rgba(255, 255, 255,1.0);
  
  border-color:rgba(226, 226, 226,1.0);
}
.BaseStyles__Button a{
  color:rgba(47, 47, 47,1.0);
}
.header_Button a{
    color:rgba(255, 255, 255,1.0);
}
.header_Button{
  background-color:rgba(229, 45, 144,1.0);

  border-color:rgba(229, 45, 144,1.0);
}
.header__container {
  max-width: 875px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(47, 47, 47, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a{  
  color:rgba(47, 47, 47,1.0);
}



.custom-menu-primary .navigation-primary > ul > li > a:hover,
.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(229, 45, 144, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary ul ul,
.child-menu-wrapper{
  background-color:rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a.active-item,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(47, 47, 47, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > ul ul li a {
  color: rgba(47, 47, 47, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul li a:hover,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(47, 47, 47, 1.0);
  background-color: rgba(226, 226, 226, 1.0);
}
.custom-menu-primary .navigation-primary > ul ul li a.active-item{
  color: rgba(47, 47, 47, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(47, 47, 47, 1.0);
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(47, 47, 47, 1.0);
  }
}





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

}
footer .hs_cos_wrapper ul>li.hs-item-has-children>a {
  color: rgba(229, 45, 144, 1.0);
}
footer ul.hs-menu-children-wrapper>li>a {
  color: rgba(255, 255, 255, 1.0);
}
footer ul.hs-menu-children-wrapper>li>a:hover {
  color: rgba(229, 45, 144, 1.0);
}
.paragraph_des p, .top_number a, .mail_wrap a, .description_wrap a {
  color: rgba(255, 255, 255, 1.0);
}






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












body .icon svg {
  fill: #2f2f2f;
}

body .tns-nav button.tns-nav-active {
  background-color: #2f2f2f;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #2f2f2f;
}

body .social-links__icon {
  background-color: #2f2f2f;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 875px;
  margin: 0 auto;
}





.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}