/* compiled by scssphp 1.6.0 on Sun, 19 Jan 2025 14:30:45 +0000 (0.0842s) */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
/* AREA: header */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
.scrolled #header {
  background-color: #fff;
  box-shadow: 0 0 40px 0px rgba(209, 212, 212, 0.3);
  padding: 0;
}
.scrolled #header .responsive {
  top: 70px !important;
}
html body#root .top-bar {
  background-color: #F8F8F8;
}
html body#root .top-bar .container {
  margin: auto;
  max-width: 1500px;
}
html body#root .top-bar .container .wrapper {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .top-bar .container .wrapper {
    justify-content: flex-start;
  }
}
html body#root .top-bar .container .wrapper a.mail {
  margin-right: 15px;
}
html body#root .top-bar .container .wrapper a {
  font-size: 14px;
  padding: 5px;
}
html body#root .top-bar .container .wrapper a:last-child {
  padding-right: 0;
}
html body#root .top-bar .container .wrapper a .button-title {
  text-decoration: underline;
}
html body#root .top-bar .container .wrapper a .icon {
  font-size: 17px;
  position: relative;
  top: 2px;
  margin-right: 6px;
  color: #333;
}
html body#root .top-bar .container .wrapper a:hover {
  opacity: 0.6;
}
html body#root .top-bar .container .column {
  margin-bottom: 0;
}
html body#root #header {
  height: auto;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
  padding: 5px 0;
  transition: all 0.3s ease;
}
html body#root #header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1500px;
}
html body#root #header .container .column {
  margin-bottom: 0;
}
html body#root #header .hamburger-lines {
  height: 26px;
  width: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
html body#root #header .hamburger-lines:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
html body#root #header .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  background: #000;
}
html body#root #header .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
html body#root #header .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
html body#root #header .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
html body#root #header .hamburger-lines.active .line1 {
  transform: rotate(45deg);
}
html body#root #header .hamburger-lines.active .line2 {
  transform: scaleY(0);
}
html body#root #header .hamburger-lines.active .line3 {
  transform: rotate(-45deg);
}
html body#root #header .responsive {
  position: fixed;
  right: -100%;
  top: 110px;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  background-color: #F8F8F8;
}
html body#root #header .responsive.inactive {
  display: none;
}
html body#root #header .responsive.active {
  display: block;
  right: 0;
}
html body#root #header .responsive .menu {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 50px;
}
html body#root #header .responsive .menu li a {
  font-size: 25px;
}
html body#root #header .responsive .menu-item-has-children a {
  padding-bottom: 0;
}
html body#root #header .responsive.menu-container ul li ul.sub-menu {
  display: block;
  background: transparent;
  padding-left: 30px !important;
  position: relative;
  top: 0;
  left: 0;
}
html body#root #header .responsive.menu-container ul li ul.sub-menu a {
  font-size: 20px;
}
html body#root #header .responsive a:after {
  display: none;
}
html body#root #header .menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body#root #header .menu-container ul li {
  display: inline-block;
  position: relative;
}
html body#root #header .menu-container ul li.menu-item-has-children a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  padding-left: 20px;
}
html body#root #header .menu-container ul li ul.sub-menu {
  min-width: 230px;
  position: absolute;
  top: 60px;
  left: 6px;
  display: none;
  background: #fff;
  padding: 10px;
  z-index: 1;
}
html body#root #header .menu-container ul li ul.sub-menu li {
  display: block;
}
html body#root #header .menu-container ul li ul.sub-menu li a {
  padding: 5px;
}
html body#root #header .menu-container ul li ul.sub-menu li a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  padding-left: 20px;
}
html body#root #header .menu-container ul li:hover .sub-menu {
  display: block;
}
html body#root #header .menu-container ul li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
html body#root #header .menu-container ul li a:hover {
  opacity: 0.6;
}
html body#root #header .menu-container ul li:last-child a {
  padding-right: 0;
}
html body#root #header .menu-container ul li.button.primary {
  margin-left: 20px;
}
html body#root #header .menu-container ul li.button.primary a {
  color: #fff;
  background: #F3BB33;
  padding: 10px 30px;
  opacity: 1;
}
html body#root #header .menu-container ul li.button.primary a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  padding-left: 20px;
}
html body#root #header .menu-container ul li.button.primary a:hover {
  background: #ffcd54;
}
html body#root #header .menu-container ul li.current_page_item a {
  opacity: 0.6;
}
#root #footer {
  padding-top: 100px;
  background-color: #2F2F2F;
  color: #fff;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer {
    padding-top: 50px;
  }
}
#root #footer a {
  color: #fff;
}
#root #footer .container {
  padding: 90px 0;
  max-width: 1500px;
  margin: auto;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .container {
    padding: 50px 0;
  }
}
#root #footer p {
  max-width: 400px;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .three-fifth {
    min-width: calc(100% - 2 * 20px);
    max-width: calc(100% - 2 * 20px);
  }
}
@media only screen and (max-width: 29.9375rem) {
  #root #footer .one-fifth {
    min-width: calc(100% - 2 * 20px);
    max-width: calc(100% - 2 * 20px);
    margin-bottom: 20px;
  }
}
#root #footer .logo-container {
  margin-bottom: 20px;
  padding: 0;
}
#root #footer .logo-container a {
  width: 250px;
  height: 80px;
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .logo-container a {
    margin: 20px 0;
    background-position: center;
  }
}
@media only screen and (max-width: 59.9375rem) {
  #root #footer .social-media {
    margin-bottom: 40px;
  }
}
#root #footer .social-media a {
  font-size: 30px;
}
#root #footer .social-media a .button-title {
  display: none;
}
#root #footer .social-media a:hover .icon {
  padding: 0 10px;
  opacity: 0.7;
}
#root #footer .social-media a .icon {
  color: #fff;
  padding: 0;
}
#root #footer .label {
  margin-bottom: 10px;
  display: block;
}
#root #footer .menu {
  padding: 0;
  margin: 0;
}
#root #footer .menu li {
  margin-bottom: 10px;
}
#root #footer .menu li a {
  text-decoration: none;
  color: white;
  padding: 0;
}
#root #footer .menu li a:hover {
  text-decoration: underline;
}
#root #footer .footer-contact-wrapper {
  display: flex;
  flex-direction: column;
}
#root #footer .footer-contact-wrapper a {
  margin-bottom: 10px;
  font-weight: 400;
}
#root #footer .footer-contact-wrapper a .button-title {
  text-decoration: underline;
}
#root #footer .footer-contact-wrapper a .icon {
  margin-right: 10px;
}
#root #footer .footer-contact-wrapper a:hover .button-title {
  text-decoration: none;
}
#root #footer .bottom-menu {
  background-color: #F8F8F8;
}
#root #footer .bottom-menu .container {
  padding: 0;
}
#root #footer .bottom-menu .copyright {
  color: #CACACA;
  padding: 0;
  font-size: 12px;
  line-height: 2;
  margin: 0 20px;
}
#root #footer .bottom-menu a {
  color: #CACACA;
  font-size: 12px;
  line-height: 2;
}
#root #footer .bottom-menu .menu-wrapper {
  margin: 0 20px;
  margin-left: auto;
}
#root #footer .bottom-menu .menu-wrapper .menu {
  display: flex;
}
#root #footer .bottom-menu .menu-wrapper .menu .menu-item {
  margin-right: 10px;
  margin-bottom: 0;
}
#root #footer .bottom-menu .menu-wrapper .menu .menu-item:last-child {
  margin-right: 0;
}
#root #footer .bottom-menu .menu-wrapper .menu a {
  color: #CACACA;
}
html {
  scroll-behavior: smooth;
  margin: 0;
}
* {
  transition: all 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .site_background_image {
  background-image: url(background_logo.svg);
  position: absolute;
  width: 50%;
  height: 1000px;
  right: 0;
  top: 430px;
  z-index: -10;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 29.9375rem) {
  html body .site_background_image {
    top: 600px;
    width: 80%;
  }
}
html body#root {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #000;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  transition: all 0.5s ease;
  /*       .not-viewed{
        opacity: 0;
        transform: translateY(50px);
    
        transition-property: all;
        transition-duration: 1s;
        transition-delay: .1s;
    }
    .viewed{
        opacity: 1;
        transform: translateY(0px);
    } */
  /**
    * Colors
    */
}
@media only screen and (max-width: 59.9375rem) {
  html body#root {
    font-size: 14px;
  }
}
html body#root.animate {
  opacity: 1;
}
html body#root a {
  color: #000;
}
html body#root p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 2;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root p {
    line-height: 1.8;
  }
}
html body#root .menu-open {
  overflow: hidden;
}
html body#root #main {
  min-height: 50vh;
}
html body#root .shadow {
  -webkit-box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.5);
  box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.5);
}
html body#root .d-flex {
  display: flex;
}
html body#root .align-center {
  align-items: center;
}
html body#root .align-content-center {
  align-content: center;
}
html body#root .align-start {
  align-items: start;
}
html body#root .justify-between {
  justify-content: space-between;
}
html body#root .justify-center {
  justify-content: center;
}
html body#root .flex-wrap {
  flex-wrap: wrap;
}
html body#root .order-1 {
  order: -1;
}
html body#root .center {
  text-align: center;
}
html body#root .grid-container {
  margin-left: - 20px;
  margin-right: - 20px;
}
html body#root .container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
html body#root .container.wide {
  max-width: 1440px;
}
html body#root .container.full {
  max-width: 100%;
}
html body#root .sections .section {
  padding: 100px 0;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .sections .section {
    padding: 50px 0;
  }
}
html body#root .logo-container {
  display: block;
  padding: 10px;
  padding-left: 0;
  transition: all 0.5s ease;
}
html body#root .logo-container a {
  display: block;
  width: 220px;
  height: 60px;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .logo-container a {
    width: 180px;
    height: 50px;
  }
}
html body#root .entry {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 0 40px 0px rgba(209, 212, 212, 0.3);
  height: 100%;
  display: flex;
}
html body#root .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
html body#root .buttons .button.ghost {
  padding: 10px 0;
}
html body#root a.button, html body#root button, html body#root input[type="submit"] {
  padding: 10px 22px;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}
html body#root a.button.colored, html body#root button.colored, html body#root input[type="submit"].colored {
  background: #F3BB33;
  color: #fff;
  border: 2px solid #F3BB33;
}
html body#root a.button.colored:hover, html body#root button.colored:hover, html body#root input[type="submit"].colored:hover {
  background: #ffcd54;
  border-color: #ffcd54;
}
html body#root a.button.secondary, html body#root button.secondary, html body#root input[type="submit"].secondary {
  background: #2F2F2F;
  color: #fff;
  border: 2px solid #2F2F2F;
}
html body#root a.button.bordered, html body#root button.bordered, html body#root input[type="submit"].bordered {
  color: #F3BB33;
  border: 1px solid #F3BB33;
}
html body#root a.button.bordered:hover, html body#root button.bordered:hover, html body#root input[type="submit"].bordered:hover {
  background-color: #F3BB33;
  color: white;
}
html body#root a.button .icon, html body#root button .icon, html body#root input[type="submit"] .icon {
  padding-left: 20px;
  padding-right: 10px;
}
html body#root a.button:hover .fa-arrow-right-long, html body#root a.button:hover .fa-angle-right, html body#root a.button:hover .fa-arrow-right, html body#root button:hover .fa-arrow-right-long, html body#root button:hover .fa-angle-right, html body#root button:hover .fa-arrow-right, html body#root input[type="submit"]:hover .fa-arrow-right-long, html body#root input[type="submit"]:hover .fa-angle-right, html body#root input[type="submit"]:hover .fa-arrow-right {
  padding-left: 30px;
  padding-right: 0;
}
html body#root a.button.ghost, html body#root button.ghost, html body#root input[type="submit"].ghost {
  padding: 0;
}
html body#root a.button.ghost .icon, html body#root button.ghost .icon, html body#root input[type="submit"].ghost .icon {
  padding-left: 10px;
  padding-right: 10px;
}
html body#root a.button.ghost:hover, html body#root button.ghost:hover, html body#root input[type="submit"].ghost:hover {
  color: #F3BB33;
}
html body#root a.button.ghost:hover .fa-arrow-right-long, html body#root a.button.ghost:hover .fa-angle-right, html body#root a.button.ghost:hover .fa-arrow-right, html body#root button.ghost:hover .fa-arrow-right-long, html body#root button.ghost:hover .fa-angle-right, html body#root button.ghost:hover .fa-arrow-right, html body#root input[type="submit"].ghost:hover .fa-arrow-right-long, html body#root input[type="submit"].ghost:hover .fa-angle-right, html body#root input[type="submit"].ghost:hover .fa-arrow-right {
  padding-left: 20px;
  padding-right: 0;
}
html body#root .dark-bg a.button.ghost, html body#root .dark-bg button.ghost, html body#root .dark-bg input[type="submit"].ghost {
  color: #fff;
}
html body#root .dark-bg a.button.ghost:hover, html body#root .dark-bg button.ghost:hover, html body#root .dark-bg input[type="submit"].ghost:hover {
  color: #F3BB33;
}
html body#root .dark-bg a.button.bordered, html body#root .dark-bg button.bordered, html body#root .dark-bg input[type="submit"].bordered {
  color: #fff;
  border: 2px solid #fff;
}
html body#root .dark-bg a.button.bordered:hover, html body#root .dark-bg button.bordered:hover, html body#root .dark-bg input[type="submit"].bordered:hover {
  background-color: #F3BB33;
  border: 2px solid #F3BB33;
}
html body#root h1, html body#root h2, html body#root h3, html body#root h4 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.2;
}
html body#root h1 strong, html body#root h2 strong, html body#root h3 strong, html body#root h4 strong {
  font-weight: 700;
}
html body#root h1 {
  font-size: 50px;
  line-height: 1.4;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root h1 {
    font-size: 30px;
  }
}
html body#root h2 {
  font-size: 36px;
  line-height: 1.5;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
html body#root h3 {
  font-size: 20px;
}
html body#root h4 {
  font-size: 18px;
}
html body#root .full {
  width: calc(100% - 2 * 20px);
  margin-right: 20px;
  margin-left: 20px;
}
html body#root .one-half {
  width: calc(50% - 2 * 20px);
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .one-half {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-third {
  width: calc(33.33% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .one-third {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .two-third {
  width: calc(33.33% * 2 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .two-third {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-fourth {
  width: calc(25% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .one-fourth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root .one-fourth {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .three-fourth {
  width: calc(25% * 3 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .three-fourth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-fifth {
  width: calc(20% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .one-fifth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .two-fifth {
  width: calc(20% * 2 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .two-fifth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .three-fifth {
  width: calc(20% * 3 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .three-fifth {
    width: calc(50% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .four-fifth {
  width: calc(20% * 4 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .four-fifth {
    width: calc(100% - 2 * 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
html body#root .one-sixth {
  width: calc(16.6666% - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 71.1875rem) {
  html body#root .one-sixth {
    width: calc(33.33% - 2 * 20px);
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root .one-sixth {
    width: calc(50% - 2 * 20px);
  }
}
html body#root .five-sixth {
  width: calc(16.6666% * 5 - (2 * 20px));
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 71.1875rem) {
  html body#root .five-sixth {
    width: calc(33.33% - 2 * 20px);
  }
}
@media only screen and (max-width: 33.6875rem) {
  html body#root .five-sixth {
    width: calc(50% - 2 * 20px);
  }
}
html body#root [aria-hidden="true"] {
  display: none;
}
html body#root [aria-hidden="false"] {
  display: block;
}
html body#root a[class], html body#root a[id] {
  text-decoration: none;
}
html body#root ul[class], html body#root ul[id] {
  list-style-type: none;
}
html body#root .wpcf7 br {
  display: none;
}
html body#root .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
html body#root .wpcf7 .wpcf7-form-control {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
}
html body#root .wpcf7 .wpcf7-form-control::placeholder {
  color: #d0d0d0;
}
html body#root .wpcf7 .wpcf7-submit {
  background-color: #F3BB33;
  color: #fff;
  border: none;
  padding: 10px 30px;
  display: inline-block;
  width: auto;
}
html body#root .background-primary {
  background-color: #F3BB33;
  color: #000;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-primary {
  border-color: #F3BB33;
}
html body#root .text-primary {
  color: #F3BB33;
}
html body#root .background-background {
  background-color: #F8F8F8;
  color: #000;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-background {
  border-color: #F8F8F8;
}
html body#root .text-background {
  color: #F8F8F8;
}
html body#root .background-secondary {
  background-color: #2F2F2F;
  color: #000;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-secondary {
  border-color: #2F2F2F;
}
html body#root .text-secondary {
  color: #2F2F2F;
}
html body#root .background-text {
  background-color: #000;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-text {
  border-color: #000;
}
html body#root .text-text {
  color: #000;
}
html body#root .background-black {
  background-color: #000;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-black {
  border-color: #000;
}
html body#root .text-black {
  color: #000;
}
html body#root .background-white {
  background-color: white;
  color: #000;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-white {
  border-color: white;
}
html body#root .text-white {
  color: white;
}
html body#root .background-grey {
  background-color: #d0d0d0;
  color: #000;
  /*    @if (luminance($color) < 0.30) {
                    color: #fff;
                .button.colored{
                    background-color: #fff;
                    .button-title , span{
                        color: $primary;
                    }
                }
            } */
}
html body#root .border-grey {
  border-color: #d0d0d0;
}
html body#root .text-grey {
  color: #d0d0d0;
}
