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

/* Test */
















.dnd-section {
  padding-bottom: 0px;
  padding-top: 0px;
}
.page-center {
  max-width: 1170px;
}




html {
  font-size: 16;
}

body {
  color: #2c2c2c;
  font-family: Poppins;
  font-size: 16px;
}

a {
  color: rgba(44, 44, 44, 1.0);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color:#2c2c2c;
}

h1 {
  color: #2c2c2c;
  font-family: 'Baloo 2';
    font-size: 72px;
  font-weight: 600;
}

@media(max-width: 1024px) {
  h1 {
    font-size: 61.714285714080006px;
  }
}
@media(max-width: 767px) {
  h1 {
    font-size: 45.0px;
  }
  body {
  font-size: 14px;
}
}

h2 {
  color: #2c2c2c;
  font-family: 'Baloo 2';
    font-size: 64px;
  font-weight: 600;
}
@media(max-width: 1024px) {
  h2 {
    font-size: 54.0px;
  }
}
@media(max-width: 767px) {
  h2 {
    font-size: 38.4px;
  line-height:1.25;
  }
}

h3 {
  color: #2c2c2c;
  font-family: 'Baloo 2';
    font-size: 52px;
  font-weight: 700;
}

@media(max-width: 1024px) {
  h3 {
    font-size: 46.22222222176px;
  }
}
@media(max-width: 767px) {
  h3 {
    font-size: 39.999999999959996px;
  line-height:1.25;
  }
}

h4 {
  color: #2c2c2c;
  font-family: 'Baloo 2';
    font-size: 48px;
  font-weight: 500;
}
@media(max-width: 1024px) {
  h4 {
    font-size: 39.99999999984px;
  }
}
@media(max-width: 767px) {
  h4 {
    font-size: 36.0px;
  line-height:1.25;
  }
}

h5 {
  color: #2c2c2c;
  font-family: 'Baloo 2';
    font-size: 28px;
  font-weight: 700;
}
@media(max-width: 1024px) {
  h5 {
    font-size: 25.99999999996px;
  }
}
@media(max-width: 767px) {
  h5 {
    font-size: 23.99999999992px;
  line-height:1.25;
  }
}
h6 {
  color: #2c2c2c;
  font-family: 'Baloo 2';
    font-size: 24px;
  font-weight: 500;
}
@media(max-width: 1024px) {
  h6 {
    font-size: 21.99999999984px;
  }
}
@media(max-width: 767px) {
  h6 {
    font-size: 19.99999999992px;
  }
}
blockquote {
  border-left: 10px solid #F8FAFC;;
}





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

h3.form-title {
  background-color: rgba(0, 255, 3, 1.0);
  color: rgba(248, 250, 252, 1.0);
}

.common-button a,
.hs-button,
.button--primary {
  background-color: rgba(44, 44, 44, 1.0);
  border-color: rgba(255, 242, 46, 0.0);
  border-radius: 20px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0) 
  padding-left: 49px;
  padding-right: 49px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.common-button a:hover,
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(44, 44, 44, 1.0);
  border-color: rgba(44, 44, 44, 1.0);
  color: rgba(252, 238, 32, 1.0) !important;
}

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

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

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

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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(0, 255, 3, 1.0);
}

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

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

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

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

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

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

.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(44, 44, 44, 1.0);
  color: rgba(44, 44, 44, 1.0);
}

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

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

table,
tbody + tbody {
  border-color: rgba(44, 44, 44, 1.0);
}






header.header {
  background-color: rgba(255, 255, 255, 1.0);
}
@media (min-width:768px){
.header-main-navigation .hs-menu-wrapper > ul > li:after {
  background-color: rgba(44, 44, 44, 1.0);
}

.header_language-switcher-label-current,
.header-main-navigation .hs-menu-wrapper > ul > li > a {
  color: rgba(44, 44, 44, 1.0);
}

.header_language-switcher-label-current:hover,
.header-main-navigation .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(44, 44, 44, 1.0);
  background:rgba(44, 44, 44, 0.0);
}

.header-main-navigation .hs-menu-wrapper > ul > li.active-branch > a,
.header-main-navigation .hs-menu-wrapper > ul > li.active > a {
  color:rgba(44, 44, 44, 1.0);
  background:rgba(44, 44, 44, 0.0);
}

.header_language-switcher .lang_switcher_class .globe_class ul.lang_list_class,
.header-main-navigation .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
  background:rgba(44, 44, 44, 1.0);
}
.header_language-switcher .lang_switcher_class .globe_class ul.lang_list_class a,
.header-main-navigation .hs-menu-wrapper > ul ul li a {
  color:rgba(255, 255, 255, 1.0);
}

.header_language-switcher .lang_switcher_class .globe_class ul.lang_list_class a:hover,
.header-main-navigation .hs-menu-wrapper > ul ul li a:hover {
  color:rgba(255, 255, 255, 1.0);
  background:rgba(255, 249, 151, 0.0);
}

.header-main-navigation .hs-menu-wrapper > ul ul li.active > a,
.header-main-navigation .hs-menu-wrapper > ul ul li.active-branch > a {
  color:rgba(255, 255, 255, 1.0);
  background:rgba(255, 249, 151, 0.0);
}
.header_language-switcher .lang_switcher_class .globe_class ul.lang_list_class li:first-child {
  display: none;
}

}




footer.footer {
  background-color: rgba(44, 44, 44, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-copyright,
.footer-copyright a,
.footer-copyright a:hover{
  color:rgba(255, 255, 255, 1.0)
}


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

.footer-menu .hs-menu-wrapper > ul > li > a.hovered,
.footer-legal-menu .hs-menu-wrapper > ul > li > a:hover {
  color:rgba(255, 255, 255, 1.0)
}
.social-links ul li a {
  color:rgba(255, 255, 255, 1.0)
}
.social-links ul li a:hover {
  color: rgba(255, 255, 255, 1.0)
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  color: rgba(255, 255, 255, 1.0)
}

.footer-menu .hs-menu-wrapper > ul > li > a.hovered,
.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255, 255, 255, 1.0)
}

.footer-menu .hs-menu-wrapper > ul ul li a {
  color:rgba(255, 255, 255, 1.0)
}
.footer-menu .hs-menu-wrapper > ul ul li a.hovered,
.footer-menu .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(255, 255, 255, 1.0)
}

.footer-lang .lang_switcher_class .globe_class ul.lang_list_class li a {
  color:rgba(255, 255, 255, 1.0)
}

.footer-lang .lang_switcher_class .globe_class ul.lang_list_class li a:hover,
.footer-lang .lang_switcher_class .globe_class ul.lang_list_class li:first-child a {
  color: rgba(255, 255, 255, 1.0)
}





body .icon svg {
  fill: #00FF03;
}

body .tns-nav button.tns-nav-active {
  background-color: #00FF03;
}

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

body .social-links__icon {
  background-color: #00FF03;
}

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: 1170px;
  margin: 0 auto;
}




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