/*@charset "UTF-8";*/
/*@keyframes reveal {*/
/*  0% {*/
/*    transform: translate(0, 100%);*/
/*  }*/
/*  100% {*/
/*    transform: translate(0, 0);*/
/*  }*/
/*}*/
/*@keyframes smallReveal {*/
/*  0% {*/
/*    opacity: 0;*/
/*    transform: translate(0, 20%);*/
/*  }*/
/*  100% {*/
/*    opacity: 1;*/
/*    transform: translate(0, 0);*/
/*  }*/
/*}*/
/*@keyframes fadeIn {*/
/*  0% {*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    opacity: 1;*/
/*  }*/
/*}*/
/** {*/
/*  -webkit-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*}*/

/*html {*/
/*  font-size: 100%;*/
/*}*/

/*a, button {*/
/*  cursor: pointer;*/
/*}*/

/*select {*/
/*  outline: none !important;*/
/*  border: 1px solid gray;*/
/*  border-radius: 2px;*/
/*  margin-bottom: 20px;*/
/*}*/
/*select:focus {*/
/*  outline: none !important;*/
/*  border-radius: 2px;*/
/*}*/

/*input {*/
/*  outline: none !important;*/
/*  border: 1px solid gray;*/
/*  border-radius: 2px;*/
/*  margin-bottom: 20px;*/
/*}*/
/*input:focus {*/
/*  outline: none !important;*/
/*  border-radius: 2px;*/
/*}*/

/*textarea {*/
/*  outline: none !important;*/
/*  border: 1px solid gray;*/
/*  border-radius: 2px;*/
/*  resize: none;*/
/*  height: 100px;*/
/*}*/
/*textarea:focus {*/
/*  outline: none !important;*/
/*  border-radius: 2px;*/
/*}*/

/*.col-12 {*/
/*  width: 100%;*/
/*}*/
/*.col-12 > section {*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*  max-width: 1300px;*/
/*}*/
/*.col-12 > section.full-width {*/
/*  max-width: 100%;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .col-12 > section:last-child {*/
/*    margin-bottom: 150px;*/
/*  }*/
/*}*/
/*.capped {*/
/*  max-width: 1300px;*/
/*  margin: 0 auto;*/
/*}*/

/*.full-width {*/
/*  width: 100%;*/
/*}*/

/*.g-bg {*/
/*  background-color: #f2f2f2;*/
/*}*/

/*.b-grad-bg {*/
/*  background: #331ac8;*/
/*  background: linear-gradient(45deg, #331ac8 0%, #a99bff 70%);*/
/*}*/

/*.y-bg {*/
/*  background-color: #FEB32B;*/
/*}*/

/*.ly-bg {*/
/*  background-color: #FFEBC7;*/
/*}*/

/*.lb-bg {*/
/*  background-color: #EBE7FF;*/
/*}*/

/*.lines-bg-1 {*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/
/*.lines-bg-1::after {*/
/*  background-repeat: no-repeat;*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url(https://marmer.studio/wp-content/uploads/2022/02/svg_1.svg);*/
/*  background-size: cover;*/
/*  background-position-y: center;*/
/*  background-position-x: center;*/
/*  top: 0;*/
/*  left: 0;*/
/*  opacity: 5%;*/
/*}*/

/*.lines-bg-2 {*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/
/*.lines-bg-2::after {*/
/*  background-repeat: no-repeat;*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url(https://marmer.studio/wp-content/uploads/2022/02/svg_2.svg);*/
/*  background-size: cover;*/
/*  background-position-y: center;*/
/*  background-position-x: center;*/
/*  top: 0;*/
/*  left: 0;*/
/*  opacity: 5%;*/
/*}*/

/*.lines-bg-3 {*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/
/*.lines-bg-3::after {*/
/*  background-repeat: no-repeat;*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: url(https://marmer.studio/wp-content/uploads/2022/02/svg_3.svg);*/
/*  background-size: cover;*/
/*  background-position-y: center;*/
/*  background-position-x: center;*/
/*  top: 0;*/
/*  left: 0;*/
/*  opacity: 100%;*/
/*}*/

/*.col-1 {*/
/*  width: 100%;*/
/*}*/

/*.col-2 {*/
/*  width: 100%;*/
/*}*/

/*.col-3 {*/
/*  width: 100%;*/
/*}*/

/*.col-4 {*/
/*  width: 100%;*/
/*}*/

/*.col-5 {*/
/*  width: 100%;*/
/*}*/

/*.col-6 {*/
/*  width: 100%;*/
/*}*/

/*.col-7 {*/
/*  width: 100%;*/
/*}*/

/*.col-8 {*/
/*  width: 100%;*/
/*}*/

/*.col-9 {*/
/*  width: 100%;*/
/*}*/

/*.col-10 {*/
/*  width: 100%;*/
/*}*/

/*.col-11 {*/
/*  width: 100%;*/
/*}*/

/*a.button, button.button, a.hero-button {*/
/*  font-size: 1rem;*/
/*  border: 0 !important;*/
/*  text-decoration: none;*/
/*  text-align: center;*/
/*  padding: 10px 50px;*/
/*  background-color: #331AC8;*/
/*  color: #fff;*/
/*  border-radius: 25px;*/
/*}*/
/*a.button.outline, button.button.outline, a.hero-button.outline {*/
/*  border: 1px solid #000 !important;*/
/*  background-color: transparent;*/
/*  color: #000;*/
/*}*/
/*a.button:hover::after, button.button:hover::after, a.hero-button:hover::after {*/
/*  display: none;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .col-1 {*/
/*    width: 12.5%;*/
/*  }*/

/*  .col-2 {*/
/*    width: 20%;*/
/*  }*/

/*  .col-3 {*/
/*    width: 25%;*/
/*  }*/

/*  .col-4 {*/
/*    width: 30%;*/
/*  }*/

/*  .col-5 {*/
/*    width: 40%;*/
/*  }*/

/*  .col-6 {*/
/*    width: 50%;*/
/*  }*/

/*  .col-7 {*/
/*    width: 60%;*/
/*  }*/

/*  .col-8 {*/
/*    width: 80%;*/
/*  }*/

/*  .col-9 {*/
/*    width: 75%;*/
/*  }*/

/*  .col-10 {*/
/*    width: 85%;*/
/*  }*/

/*  .col-11 {*/
/*    width: 92%;*/
/*  }*/
/*}*/
/*section.hero {*/
/*  margin-top: 0;*/
/*}*/
/*section.header {*/
/*  margin: 0;*/
/*}*/

/*.page-id-6607 #main-wrapper > div.container, .page-id-6638 #main-wrapper > div.container, .page-id-6648 #main-wrapper > div.container, .page-id-6715 #main-wrapper > div.container, .page-id-6823 #main-wrapper > div.container, .page-id-6847 #main-wrapper > div.container, .page-id-6849 #main-wrapper > div.container {*/
/*  width: 100% !important;*/
/*  padding-left: 0 !important;*/
/*  padding-right: 0 !important;*/
/*  margin-left: 0 !important;*/
/*  margin-right: 0 !important;*/
/*}*/

/*.row {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*}*/

/*ul#menu-bottom-menu li a span {*/
/*  font-size: 1rem;*/
/*}*/

/*html {*/
/*  font-size: 112.5%;*/
/*  !*18px*!*/
/*}*/

/*body {*/
/*  font-family: "FFDIN", Arial, Helvetica, sans-serif;*/
/*  font-weight: 400;*/
/*  line-height: 1.75;*/
/*  color: #000000;*/
/*}*/

/*p {*/
/*  margin-bottom: 1rem;*/
/*}*/

/*h1, h2, h3, h4, h5 {*/
/*  margin: 3rem 0 1.38rem;*/
/*  font-family: "FFDIN", Arial, Helvetica, sans-serif;*/
/*  font-weight: 400;*/
/*  line-height: 1.3;*/
/*}*/

/*h1, h1 {*/
/*  margin-top: 0;*/
/*  font-size: 2.75rem;*/
/*}*/

/*h2, .h2 {*/
/*  font-size: 2.25rem;*/
/*}*/

/*h3, .h3 {*/
/*  font-size: 1.4rem;*/
/*}*/

/*h4, .h4 {*/
/*  font-size: 1.25rem;*/
/*}*/

/*h5, .h5 {*/
/*  font-size: 1rem;*/
/*}*/

/*small, .text_small {*/
/*  font-size: 0.75rem;*/
/*}*/

/*.medium {*/
/*  font-weight: 400;*/
/*}*/

/*.regular {*/
/*  font-weight: 500;*/
/*}*/

/*.bold {*/
/*  font-weight: 600;*/
/*}*/

/*input, textarea, select, p, li, a, label, button {*/
/*  font-size: 1rem;*/
/*  font-weight: 400;*/
/*  font-family: "FFDIN", Arial, Helvetica, sans-serif;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  h1, .h1 {*/
/*    margin-top: 0;*/
/*    font-size: 3rem;*/
/*  }*/

/*  h2, .h2 {*/
/*    font-size: 1.75rem;*/
/*  }*/

/*  h3, .h3 {*/
/*    font-size: 1.5rem;*/
/*  }*/

/*  h4, .h4 {*/
/*    font-size: 1.25rem;*/
/*  }*/

/*  h5, .h5 {*/
/*    font-size: 1rem;*/
/*  }*/
/*}*/
/*!*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css *!*/
/*!* Document*/
/*   ========================================================================== *!*/
/*!***/
/* * 1. Correct the line height in all browsers.*/
/* * 2. Prevent adjustments of font size after orientation changes in iOS.*/
/* *!*/
/*html {*/
/*  -webkit-text-size-adjust: 100%;*/
/*  !* 2 *!*/
/*}*/

/*!* Sections*/
/*   ========================================================================== *!*/
/*!***/
/* * Remove the margin in all browsers.*/
/* *!*/
/*body {*/
/*  line-height: 1.75;*/
/*  margin: 0;*/
/*  font-size: 18px !important;*/
/*}*/

/*!***/
/* * Render the `main` element consistently in IE.*/
/* *!*/
/*main {*/
/*  display: block;*/
/*}*/

/*!* Grouping content*/
/*   ========================================================================== *!*/
/*!***/
/* * 1. Add the correct box sizing in Firefox.*/
/* * 2. Show the overflow in Edge and IE.*/
/* *!*/
/*hr {*/
/*  box-sizing: content-box;*/
/*  !* 1 *!*/
/*  height: 0;*/
/*  !* 1 *!*/
/*  overflow: visible;*/
/*  !* 2 *!*/
/*}*/

/*!***/
/* * 1. Correct the inheritance and scaling of font size in all browsers.*/
/* * 2. Correct the odd `em` font sizing in all browsers.*/
/* *!*/
/*pre {*/
/*  font-family: monospace, monospace;*/
/*  !* 1 *!*/
/*  font-size: 1em;*/
/*  !* 2 *!*/
/*}*/

/*ul {*/
/*  padding: 0;*/
/*}*/

/*!* Text-level semantics*/
/*   ========================================================================== *!*/
/*!***/
/* * Remove the gray background on active links in IE 10.*/
/* *!*/
/*a {*/
/*  background-color: transparent;*/
/*}*/

/*!***/
/* * 1. Remove the bottom border in Chrome 57-*/
/* * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.*/
/* *!*/
/*abbr[title] {*/
/*  border-bottom: none;*/
/*  !* 1 *!*/
/*  text-decoration: underline;*/
/*  !* 2 *!*/
/*  text-decoration: underline dotted;*/
/*  !* 2 *!*/
/*}*/

/*!***/
/* * Add the correct font weight in Chrome, Edge, and Safari.*/
/* *!*/
/*b,*/
/*strong {*/
/*  font-weight: bolder;*/
/*}*/

/*!***/
/* * 1. Correct the inheritance and scaling of font size in all browsers.*/
/* * 2. Correct the odd `em` font sizing in all browsers.*/
/* *!*/
/*code,*/
/*kbd,*/
/*samp {*/
/*  font-family: monospace, monospace;*/
/*  !* 1 *!*/
/*  font-size: 1em;*/
/*  !* 2 *!*/
/*}*/

/*!***/
/* * Add the correct font size in all browsers.*/
/* *!*/
/*small {*/
/*  font-size: 80%;*/
/*}*/

/*!***/
/* * Prevent `sub` and `sup` elements from affecting the line height in*/
/* * all browsers.*/
/* *!*/
/*sub,*/
/*sup {*/
/*  font-size: 75%;*/
/*  line-height: 0;*/
/*  position: relative;*/
/*  vertical-align: baseline;*/
/*}*/

/*sub {*/
/*  bottom: -0.25em;*/
/*}*/

/*sup {*/
/*  top: -0.5em;*/
/*}*/

/*!* Embedded content*/
/*   ========================================================================== *!*/
/*!***/
/* * Remove the border on images inside links in IE 10.*/
/* *!*/
/*img {*/
/*  border-style: none;*/
/*}*/

/*!* Forms*/
/*   ========================================================================== *!*/
/*!***/
/* * 1. Change the font styles in all browsers.*/
/* * 2. Remove the margin in Firefox and Safari.*/
/* *!*/
/*button,*/
/*input,*/
/*optgroup,*/
/*select,*/
/*textarea {*/
/*  font-family: inherit;*/
/*  !* 1 *!*/
/*  font-size: 100%;*/
/*  !* 1 *!*/
/*  line-height: 1.15;*/
/*  !* 1 *!*/
/*  margin: 0;*/
/*  !* 2 *!*/
/*}*/

/*!***/
/* * Show the overflow in IE.*/
/* * 1. Show the overflow in Edge.*/
/* *!*/
/*button,*/
/*input {*/
/*  !* 1 *!*/
/*  overflow: visible;*/
/*}*/

/*!***/
/* * Remove the inheritance of text transform in Edge, Firefox, and IE.*/
/* * 1. Remove the inheritance of text transform in Firefox.*/
/* *!*/
/*button,*/
/*select {*/
/*  !* 1 *!*/
/*  text-transform: none;*/
/*}*/

/*!***/
/* * Correct the inability to style clickable types in iOS and Safari.*/
/* *!*/
/*button,*/
/*[type=button],*/
/*[type=reset],*/
/*[type=submit] {*/
/*  -webkit-appearance: button;*/
/*}*/

/*!***/
/* * Remove the inner border and padding in Firefox.*/
/* *!*/
/*button::-moz-focus-inner,*/
/*[type=button]::-moz-focus-inner,*/
/*[type=reset]::-moz-focus-inner,*/
/*[type=submit]::-moz-focus-inner {*/
/*  border-style: none;*/
/*  padding: 0;*/
/*}*/

/*!***/
/* * Restore the focus styles unset by the previous rule.*/
/* *!*/
/*button:-moz-focusring,*/
/*[type=button]:-moz-focusring,*/
/*[type=reset]:-moz-focusring,*/
/*[type=submit]:-moz-focusring {*/
/*  outline: 1px dotted ButtonText;*/
/*}*/

/*!***/
/* * Correct the padding in Firefox.*/
/* *!*/
/*fieldset {*/
/*  padding: 0.35em 0.75em 0.625em;*/
/*}*/

/*!***/
/* * 1. Correct the text wrapping in Edge and IE.*/
/* * 2. Correct the color inheritance from `fieldset` elements in IE.*/
/* * 3. Remove the padding so developers are not caught out when they zero out*/
/* *    `fieldset` elements in all browsers.*/
/* *!*/
/*legend {*/
/*  box-sizing: border-box;*/
/*  !* 1 *!*/
/*  color: inherit;*/
/*  !* 2 *!*/
/*  display: table;*/
/*  !* 1 *!*/
/*  max-width: 100%;*/
/*  !* 1 *!*/
/*  padding: 0;*/
/*  !* 3 *!*/
/*  white-space: normal;*/
/*  !* 1 *!*/
/*}*/

/*!***/
/* * Add the correct vertical alignment in Chrome, Firefox, and Opera.*/
/* *!*/
/*progress {*/
/*  vertical-align: baseline;*/
/*}*/

/*!***/
/* * Remove the default vertical scrollbar in IE 10+.*/
/* *!*/
/*textarea {*/
/*  overflow: auto;*/
/*}*/

/*!***/
/* * 1. Add the correct box sizing in IE 10.*/
/* * 2. Remove the padding in IE 10.*/
/* *!*/
/*[type=checkbox],*/
/*[type=radio] {*/
/*  box-sizing: border-box;*/
/*  !* 1 *!*/
/*  padding: 0;*/
/*  !* 2 *!*/
/*}*/

/*!***/
/* * Correct the cursor style of increment and decrement buttons in Chrome.*/
/* *!*/
/*[type=number]::-webkit-inner-spin-button,*/
/*[type=number]::-webkit-outer-spin-button {*/
/*  height: auto;*/
/*}*/

/*!***/
/* * 1. Correct the odd appearance in Chrome and Safari.*/
/* * 2. Correct the outline style in Safari.*/
/* *!*/
/*[type=search] {*/
/*  -webkit-appearance: textfield;*/
/*  !* 1 *!*/
/*  outline-offset: -2px;*/
/*  !* 2 *!*/
/*}*/

/*!***/
/* * Remove the inner padding in Chrome and Safari on macOS.*/
/* *!*/
/*[type=search]::-webkit-search-decoration {*/
/*  -webkit-appearance: none;*/
/*}*/

/*!***/
/* * 1. Correct the inability to style clickable types in iOS and Safari.*/
/* * 2. Change font properties to `inherit` in Safari.*/
/* *!*/
/*::-webkit-file-upload-button {*/
/*  -webkit-appearance: button;*/
/*  !* 1 *!*/
/*  font: inherit;*/
/*  !* 2 *!*/
/*}*/

/*!* Interactive*/
/*   ========================================================================== *!*/
/*!**/
/* * Add the correct display in Edge, IE 10+, and Firefox.*/
/* *!*/
/*details {*/
/*  display: block;*/
/*}*/

/*!**/
/* * Add the correct display in all browsers.*/
/* *!*/
/*summary {*/
/*  display: list-item;*/
/*}*/

/*!* Misc*/
/*   ========================================================================== *!*/
/*!***/
/* * Add the correct display in IE 10+.*/
/* *!*/
/*template {*/
/*  display: none;*/
/*}*/

/*!***/
/* * Add the correct display in IE 10.*/
/* *!*/
/*[hidden] {*/
/*  display: none;*/
/*}*/

/*.steps-component {*/
/*  background-color: #331AC8;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*}*/
/*.steps-component .copy {*/
/*  z-index: 1;*/
/*  text-align: center;*/
/*}*/
/*.steps-component .copy p, .steps-component .copy h2 {*/
/*  margin: 0;*/
/*  color: #fff;*/
/*}*/
/*.steps-component .steps {*/
/*  z-index: 1;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  margin-top: 50px;*/
/*}*/
/*.steps-component .steps .card {*/
/*  margin-bottom: 20px;*/
/*  min-height: 234px;*/
/*  color: #fff;*/
/*  border: 1px solid #fff;*/
/*  border-radius: 20px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  padding: 32px;*/
/*  justify-content: space-between;*/
/*  background-color: #331AC8;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*.steps-component .steps .card p, .steps-component .steps .card h3 {*/
/*  color: #fff;*/
/*  margin: 0;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*.steps-component .steps .card:hover {*/
/*  color: #000;*/
/*  background-color: #fff;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*.steps-component .steps .card:hover p, .steps-component .steps .card:hover h3 {*/
/*  color: #000 !important;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*.steps-component .steps .card:hover::after {*/
/*  display: none;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .steps-component .copy h2 {*/
/*    margin-bottom: 1.38rem !important;*/
/*  }*/
/*  .steps-component .steps {*/
/*    flex-direction: row;*/
/*    justify-content: flex-start;*/
/*    gap: 40px;*/
/*    flex-wrap: wrap;*/
/*    margin-top: 100px 0;*/
/*  }*/
/*  .steps-component .steps .card {*/
/*    width: calc(25% - 40px);*/
/*  }*/
/*}*/
/*.floating-image {*/
/*  width: inherit;*/
/*  padding: 20px;*/
/*}*/
/*.floating-image .image {*/
/*  border-radius: 15px;*/
/*  min-height: 200px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
/*}*/
/*.floating-image .image img {*/
/*  top: 80px;*/
/*  position: sticky;*/
/*  margin-bottom: 0;*/
/*  width: 100%;*/
/*  object-fit: cover;*/
/*}*/
/*.floating-image .content {*/
/*  position: relative;*/
/*  display: flex;*/
/*  justify-content: flex-start;*/
/*  flex-direction: column;*/
/*}*/
/*.floating-image .content .button {*/
/*  color: #000;*/
/*  margin-top: 2rem;*/
/*  background-color: #FEB32B;*/
/*}*/
/*.floating-image .content h2 {*/
/*  margin-top: 2rem;*/
/*}*/
/*.floating-image .content.platform-component {*/
/*  justify-content: center;*/
/*}*/
/*.floating-image .bottom {*/
/*  margin-top: auto;*/
/*}*/
/*.floating-image .bottom p {*/
/*  margin: 0;*/
/*}*/
/*.floating-image .bottom .industries {*/
/*  margin-bottom: 1rem;*/
/*}*/
/*.floating-image .bottom .industries p:first-child {*/
/*  font-weight: 500;*/
/*}*/
/*.floating-image .bottom .customers p:first-child {*/
/*  font-weight: 500;*/
/*}*/
/*.floating-image .bottom .customers .logos {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  flex-wrap: wrap;*/
/*  justify-content: flex-start;*/
/*}*/
/*.floating-image .bottom .customers .logos .logo {*/
/*  width: 20%;*/
/*}*/
/*.floating-image .bottom .customers .logos .logo img {*/
/*  width: 100%;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .floating-image .col-10 {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*  }*/
/*  .floating-image .col-10.reverse {*/
/*    flex-direction: row-reverse;*/
/*  }*/
/*  .floating-image .content.platform-component .title {*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*  }*/
/*  .floating-image .image {*/
/*    min-height: 200px;*/
/*  }*/
/*}*/
/*.big-quote {*/
/*  font-size: 0.9em;*/
/*  padding: 20px;*/
/*}*/
/*.big-quote h2 {*/
/*  margin-bottom: 40px;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .big-quote {*/
/*    margin: 100px auto !important;*/
/*    text-align: center;*/
/*  }*/
/*}*/
/*.grid {*/
/*  padding: 100px 20px;*/
/*}*/
/*.grid h2 {*/
/*  text-align: center;*/
/*  margin-top: 0;*/
/*}*/
/*.grid .col-8 {*/
/*  margin: 0 auto;*/
/*}*/
/*.grid .col-12 {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  flex-wrap: wrap;*/
/*  text-align: center;*/
/*  justify-content: space-between;*/
/*}*/
/*.grid .col-12 .col-2 {*/
/*  text-align: center;*/
/*  width: 45%;*/
/*}*/
/*.grid .col-12 .col-3 {*/
/*  text-align: left;*/
/*}*/
/*.grid .col-12 .col-3 h2 {*/
/*  text-align: left;*/
/*}*/
/*.grid .image {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  margin: 2em 0;*/
/*  overflow: hidden;*/
/*  max-height: 150px;*/
/*  min-height: 150px;*/
/*}*/
/*.grid .image img {*/
/*  width: auto;*/
/*  height: 75px;*/
/*  vertical-align: bottom;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .grid .col-12 {*/
/*    gap: 2em;*/
/*    flex-direction: row;*/
/*  }*/
/*  .grid .col-12 .col-2 {*/
/*    width: 15%;*/
/*  }*/
/*}*/
/*.switch-button {*/
/*  margin: 0 auto;*/
/*  margin-bottom: 10px;*/
/*  border: 2px solid #331AC8;*/
/*  background: #331AC8;*/
/*  border-radius: 40px;*/
/*  overflow: hidden;*/
/*  width: 240px;*/
/*  text-align: center;*/
/*  font-size: 18px;*/
/*  letter-spacing: 1px;*/
/*  color: #000;*/
/*  position: relative;*/
/*  padding-right: 120px;*/
/*  position: relative;*/
/*}*/
/*.switch-button.currency:before {*/
/*  content: "USD" !important;*/
/*}*/
/*.switch-button:before {*/
/*  font-family: "FFDIN" !important;*/
/*  content: "Monthly";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  width: 120px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  z-index: 3;*/
/*  pointer-events: none;*/
/*}*/
/*.switch-button input[type=checkbox].switch-button-checkbox {*/
/*  cursor: pointer;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  opacity: 0;*/
/*  z-index: 2;*/
/*}*/
/*.switch-button input[type=checkbox].switch-button-checkbox:checked + .switch-button-label:before {*/
/*  transform: translateX(120px);*/
/*  transition: transform 300ms linear;*/
/*}*/
/*.switch-button input[type=checkbox].switch-button-checkbox + .switch-button-label {*/
/*  color: #000;*/
/*  font-family: "FFDIN" !important;*/
/*  text-decoration: none !important;*/
/*  margin-bottom: 0;*/
/*  position: relative;*/
/*  display: block;*/
/*  user-select: none;*/
/*  pointer-events: none;*/
/*}*/
/*.switch-button input[type=checkbox].switch-button-checkbox + .switch-button-label:before {*/
/*  content: "";*/
/*  background: white;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  border-radius: 30px;*/
/*  transform: translateX(0);*/
/*  transition: transform 300ms;*/
/*}*/
/*.switch-button input[type=checkbox].switch-button-checkbox + .switch-button-label .switch-button-label-span {*/
/*  position: relative;*/
/*}*/

/*.pricing aside {*/
/*  display: none;*/
/*}*/
/*.pricing .options {*/
/*  margin-bottom: 3em;*/
/*}*/
/*.pricing .options .switch-button {*/
/*  margin: 0 auto;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.pricing h2 {*/
/*  text-align: center;*/
/*  padding: 20px;*/
/*}*/
/*.pricing .button {*/
/*  margin: 20px auto 0 auto !important;*/
/*  width: 200px;*/
/*}*/
/*.pricing .body {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  margin: 20px 0;*/
/*  padding: 20px 0px;*/
/*  text-align: center;*/
/*  border-top: 1px solid #000;*/
/*  border-bottom: 1px solid #000;*/
/*}*/
/*.pricing .body p {*/
/*  margin-block: 0;*/
/*}*/
/*.pricing .body .button {*/
/*  background-color: #331AC8;*/
/*}*/
/*.pricing .row {*/
/*  margin: 0 !important;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .pricing .hero {*/
/*    margin: 150px auto;*/
/*  }*/
/*  .pricing .body {*/
/*    padding: 50px 0;*/
/*  }*/
/*  .pricing .options {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*  }*/
/*  .pricing .pricing-columns aside {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-start;*/
/*  }*/
/*  .pricing .pricing-columns aside .body {*/
/*    text-align: left;*/
/*    border: 0;*/
/*  }*/
/*  .pricing .pricing-columns aside .body:hover {*/
/*    background: none;*/
/*  }*/
/*  .pricing .pricing-columns aside p {*/
/*    margin-right: 30px;*/
/*  }*/
/*  .pricing .pricing-columns aside p:first-child {*/
/*    margin-bottom: 28px;*/
/*  }*/
/*  .pricing .pricing-columns .body {*/
/*    margin: 0;*/
/*    transition: all 0.2s ease-in-out;*/
/*  }*/
/*  .pricing .pricing-columns .body:hover {*/
/*    background-color: #f2f2f2;*/
/*  }*/
/*  .pricing .pricing-columns #free .body, .pricing .pricing-columns #innovator .body, .pricing .pricing-columns #elite .body {*/
/*    border-right: 1px solid #000;*/
/*  }*/
/*  .pricing .pricing-columns .button {*/
/*    margin: auto auto 0 auto;*/
/*  }*/
/*  .pricing .pricing-columns .col-12 {*/
/*    display: flex;*/
/*  }*/
/*  .pricing .pricing-columns .head {*/
/*    min-height: 185px;*/
/*    margin: 0px 10px;*/
/*  }*/
/*  .pricing .pricing-columns .head.empty {*/
/*    min-height: 195px;*/
/*    margin: 0;*/
/*  }*/
/*  .pricing .pricing-columns .head h3 {*/
/*    margin-bottom: 1em;*/
/*  }*/
/*  .pricing .row {*/
/*    margin: 0;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*  }*/
/*  .pricing .row p {*/
/*    margin: 0;*/
/*  }*/
/*}*/
/*.switch-button::before {*/
/*  color: white !important;*/
/*  transition: all 200ms linear;*/
/*}*/
/*.switch-button.active::before {*/
/*  color: black !important;*/
/*  transition: all 200ms linear;*/
/*}*/
/*.switch-button.active .switch-button-label {*/
/*  color: white !important;*/
/*  transition: all 200ms linear;*/
/*}*/

/*.features-list {*/
/*  padding: 0 20px;*/
/*}*/
/*.features-list.no-margin {*/
/*  margin: 0;*/
/*}*/
/*.features-list.header {*/
/*  z-index: 2;*/
/*  position: sticky;*/
/*  top: 23px;*/
/*}*/
/*.features-list .row {*/
/*  margin-left: unset;*/
/*  margin-right: unset;*/
/*  background-color: transparent;*/
/*  border-bottom: 1px solid black;*/
/*  padding: 20px 0;*/
/*  display: grid;*/
/*  grid-template-columns: 100%;*/
/*  grid-template-rows: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  gap: 0px 0px;*/
/*  transition: background-color ease-in-out 0.2s;*/
/*  grid-auto-flow: row;*/
/*  grid-template-areas: "description" "content";*/
/*}*/
/*.features-list .row.header {*/
/*  border-bottom: 0;*/
/*}*/
/*.features-list .row.header :hover {*/
/*  background-color: none;*/
/*}*/
/*.features-list .row:hover:not(:first-child) {*/
/*  transition: background-color ease-in-out 0.4s;*/
/*  background-color: #f2f2f2;*/
/*}*/
/*.features-list .row.header.top {*/
/*  padding-bottom: 0;*/
/*  top: 0;*/
/*  position: sticky;*/
/*}*/
/*.features-list .row.header.top h3 {*/
/*  font-size: 1rem;*/
/*}*/
/*.features-list .row.header .content {*/
/*  text-align: center;*/
/*  background-color: white;*/
/*}*/
/*.features-list .description {*/
/*  grid-area: description;*/
/*  margin-bottom: 1rem;*/
/*}*/
/*.features-list .description p {*/
/*  font-weight: 500;*/
/*  margin: auto 0;*/
/*}*/
/*.features-list .content {*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr 1fr 1fr;*/
/*  grid-template-rows: 1fr;*/
/*  gap: 0px 0px;*/
/*  grid-auto-flow: row;*/
/*  grid-template-areas: "free innovator elite enterprise";*/
/*  grid-area: content;*/
/*  align-items: center;*/
/*  text-align: center;*/
/*  font-weight: 800;*/
/*}*/
/*.features-list .content img {*/
/*  width: 20px;*/
/*  height: 20px;*/
/*}*/
/*.features-list .free, .features-list .innovator, .features-list .elite, .features-list .enterprise {*/
/*  display: flex;*/
/*  align-content: center;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  position: relative;*/
/*}*/
/*.features-list .free p, .features-list .innovator p, .features-list .elite p, .features-list .enterprise p {*/
/*  margin: auto;*/
/*}*/
/*.features-list .free img, .features-list .innovator img, .features-list .elite img, .features-list .enterprise img {*/
/*  display: block;*/
/*  margin: auto;*/
/*}*/
/*.features-list .free :nth-child(2), .features-list .innovator :nth-child(2), .features-list .elite :nth-child(2), .features-list .enterprise :nth-child(2) {*/
/*  margin: auto;*/
/*}*/
/*.features-list .free {*/
/*  grid-area: free;*/
/*}*/
/*.features-list .innovator {*/
/*  grid-area: innovator;*/
/*}*/
/*.features-list .elite {*/
/*  grid-area: elite;*/
/*}*/
/*.features-list .enterprise {*/
/*  grid-area: enterprise;*/
/*}*/

/*@media (min-width: 600px) {*/
/*  .features-list.header {*/
/*    top: 55px;*/
/*    margin-bottom: -60px;*/
/*  }*/
/*  .features-list .row {*/
/*    border: 0;*/
/*    grid-template-columns: 40% 60%;*/
/*    grid-template-areas: "description content";*/
/*  }*/
/*  .features-list .row:nth-child(2) {*/
/*    border-top: solid black 1px;*/
/*  }*/
/*  .features-list .row .description {*/
/*    margin-bottom: 0;*/
/*  }*/
/*  .features-list .row .description p {*/
/*    font-weight: 400;*/
/*  }*/
/*  .features-list .row.header {*/
/*    z-index: 2000;*/
/*    position: sticky;*/
/*    top: 46px;*/
/*  }*/
/*  .features-list .row.header .description {*/
/*    padding-top: 9.5px;*/
/*    padding-bottom: 9.5px;*/
/*    background-color: white;*/
/*  }*/
/*  .features-list .row.header .description h3 {*/
/*    margin: 0;*/
/*  }*/
/*  .features-list .row.header .content h3 {*/
/*    margin: 0;*/
/*    font-size: 1.25rem;*/
/*  }*/
/*  .features-list .row h3 {*/
/*    display: block;*/
/*  }*/
/*  .features-list .row .free :nth-child(2), .features-list .row .innovator :nth-child(2), .features-list .row .elite :nth-child(2), .features-list .row .enterprise :nth-child(2) {*/
/*    right: 2.5rem;*/
/*    position: absolute;*/
/*  }*/
/*}*/
/*.full-screen-header {*/
/*  display: flex;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  padding: 20px;*/
/*  background-color: #f2f2f2;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.full-screen-header .content {*/
/*  text-align: center;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .full-screen-header {*/
/*    padding: 100px 0;*/
/*  }*/
/*}*/
/*.only-title {*/
/*  display: flex;*/
/*  width: 100%;*/
/*  padding: 20px;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.only-title .content {*/
/*  text-align: center;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .only-title {*/
/*    margin: 100px auto !important;*/
/*    padding: 0;*/
/*  }*/
/*}*/
/*.centered-text-image .content {*/
/*  padding: 20px;*/
/*}*/
/*.centered-text-image .content h2 {*/
/*  margin-bottom: 1em;*/
/*}*/
/*.centered-text-image .content ul {*/
/*  padding: 20px;*/
/*}*/
/*.centered-text-image .image {*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  max-height: 900px;*/
/*  overflow: hidden;*/
/*}*/
/*.centered-text-image .image img {*/
/*  object-fit: cover;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  margin: 0;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .centered-text-image {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    align-items: center;*/
/*  }*/
/*  .centered-text-image .content {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 40px;*/
/*  }*/
/*  .centered-text-image .col-6 ul li {*/
/*    font-size: 18px;*/
/*  }*/
/*}*/
/*.accordion h2 {*/
/*  margin-top: 0;*/
/*}*/
/*.accordion button.course-accordion {*/
/*  border-top: none;*/
/*  border-bottom: none;*/
/*  border-left: none;*/
/*  border-right: none;*/
/*  background-color: transparent;*/
/*  color: black;*/
/*  cursor: pointer;*/
/*  padding: 20px 0;*/
/*  width: 100%;*/
/*  text-align: left;*/
/*  outline: none;*/
/*  font-weight: 600;*/
/*  transition: 0.4s;*/
/*  line-height: 1.5em;*/
/*  text-transform: none;*/
/*  letter-spacing: 0px;*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*}*/
/*.accordion button.course-accordion {*/
/*  position: relative;*/
/*  border-top: 1px solid black;*/
/*}*/
/*.accordion button.course-accordion h4 {*/
/*  margin: 0;*/
/*}*/
/*.accordion button.course-accordion:hover {*/
/*  background-color: rgba(254, 179, 43, 0.25);*/
/*}*/
/*.accordion button.course-accordion.active {*/
/*  border-bottom: none;*/
/*}*/
/*.accordion button.course-accordion.active > .course-panel {*/
/*  padding: 20px 0;*/
/*}*/
/*.accordion button.course-accordion:after {*/
/*  font-size: 1.777rem;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: calc(50% - 11.25px);*/
/*  content: "+";*/
/*  font-weight: normal;*/
/*}*/
/*.accordion button.course-accordion.active:after {*/
/*  font-size: 1.777rem;*/
/*  content: "−";*/
/*}*/
/*.accordion div.course-panel {*/
/*  background-color: transparent;*/
/*  max-height: 0;*/
/*  overflow: hidden;*/
/*  transition: max-height 0.2s ease-out;*/
/*  width: 80%;*/
/*  font-family: "Raleway";*/
/*  line-height: 1.6em;*/
/*  letter-spacing: 0.4px;*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*  color: rgba(0, 0, 0, 0.88);*/
/*}*/
/*.accordion div.course-panel p {*/
/*  padding: 20px 0;*/
/*  margin-bottom: 0;*/
/*}*/
/*.accordion h2 {*/
/*  text-align: center;*/
/*  margin-bottom: 0.5em;*/
/*}*/

/*.included {*/
/*  text-align: center;*/
/*}*/
/*.included p:first-child {*/
/*  font-weight: 600;*/
/*  margin-bottom: 1em;*/
/*}*/
/*.included p {*/
/*  margin: 0;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .included {*/
/*    padding: 100px 0;*/
/*  }*/
/*}*/
/*.ami p {*/
/*  margin: 0;*/
/*}*/
/*.ami .content {*/
/*  text-align: center;*/
/*}*/
/*.ami .content h3 {*/
/*  margin: 0 auto;*/
/*}*/
/*.ami .subscriptions .capped {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/
/*.ami .subscriptions ul, .ami .subscriptions h5 {*/
/*  margin: 20px;*/
/*  text-align: left;*/
/*}*/
/*.ami .features-list .row {*/
/*  display: grid;*/
/*  grid-template-columns: 100%;*/
/*  grid-template-rows: 1fr;*/
/*  grid-auto-columns: 1fr;*/
/*  gap: 0px 0px;*/
/*  grid-auto-flow: row;*/
/*  grid-template-areas: "feature-description" "feature-content";*/
/*}*/
/*.ami .features-list .row.header .content {*/
/*  text-align: center;*/
/*}*/
/*.ami .features-list .feature-description {*/
/*  grid-area: feature-description;*/
/*}*/
/*.ami .features-list .feature-description h3 {*/
/*  margin-top: 0;*/
/*}*/
/*.ami .features-list .feature-description p {*/
/*  font-weight: 500;*/
/*}*/
/*.ami .features-list .feature-description .options {*/
/*  margin-bottom: 3em;*/
/*}*/
/*.ami .features-list .feature-content {*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  grid-template-rows: 1fr;*/
/*  gap: 0px 0px;*/
/*  grid-auto-flow: row;*/
/*  grid-template-areas: "plug-play plug-play-plus";*/
/*  grid-area: feature-content;*/
/*  align-items: end;*/
/*  text-align: left;*/
/*  font-weight: 800;*/
/*}*/
/*.ami .features-list .plug-play {*/
/*  text-align: center;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  grid-area: plug-play;*/
/*}*/
/*.ami .features-list .plug-play-plus {*/
/*  text-align: center;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  grid-area: plug-play-plus;*/
/*}*/
/*.ami .features-list .eur, .ami .features-list .usd {*/
/*  position: relative;*/
/*  left: 50%;*/
/*}*/
/*.ami .features-list .hidden {*/
/*  position: relative;*/
/*  top: 20px;*/
/*}*/

/*@media (min-width: 600px) {*/
/*  .ami .features-list .heading {*/
/*    justify-content: flex-end;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*  }*/
/*  .ami .features-list .row {*/
/*    grid-template-columns: 40% 60%;*/
/*    grid-template-areas: "feature-description feature-content";*/
/*  }*/
/*}*/
/*@media (min-width: 900px) {*/
/*  .switch-button {*/
/*    margin: 0 auto;*/
/*    margin-bottom: 2rem;*/
/*  }*/

/*  .ami > .content h2 {*/
/*    margin-bottom: 50px;*/
/*  }*/
/*  .ami .features-list {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*  }*/
/*  .ami .features-list .row {*/
/*    padding: 0;*/
/*  }*/
/*  .ami .features-list .row:first-child {*/
/*    margin-bottom: 40px;*/
/*  }*/
/*  .ami .features-list .row p {*/
/*    padding: 5px 0;*/
/*  }*/
/*  .ami .features-list .row .feature-description {*/
/*    font-weight: normal;*/
/*  }*/
/*  .ami .features-list .feature-content {*/
/*    justify-content: end;*/
/*    grid-template-columns: 40% 40%;*/
/*    text-align: center;*/
/*  }*/
/*  .ami .subscriptions {*/
/*    padding: 100px 0;*/
/*  }*/
/*  .ami .subscriptions .capped {*/
/*    flex-direction: row;*/
/*  }*/
/*  .ami .price {*/
/*    border-left: 1px solid black;*/
/*  }*/

/*  .monthly {*/
/*    text-align: left;*/
/*  }*/
/*  .monthly h3 {*/
/*    margin: 0;*/
/*  }*/

/*  .only-title {*/
/*    padding: 0;*/
/*  }*/
/*}*/
/*#popup {*/
/*  z-index: 999;*/
/*  display: none;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*}*/
/*#popup .popup-container {*/
/*  z-index: 999;*/
/*  height: 100vh;*/
/*  width: 100%;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  background-color: rgba(0, 0, 0, 0.5);*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/
/*#popup .popup {*/
/*  position: relative;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  background-color: #f2f2f2;*/
/*  padding: 20px;*/
/*  width: 95%;*/
/*  height: 90%;*/
/*  overflow: scroll;*/
/*}*/
/*#popup .popup h3 {*/
/*  text-align: left;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  margin-bottom: 20px;*/
/*}*/
/*#popup .close-popup {*/
/*  text-align: center;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  right: 0;*/
/*  top: 0;*/
/*  position: absolute;*/
/*  display: block;*/
/*  background-color: #000;*/
/*}*/
/*#popup .close-popup a {*/
/*  text-align: center;*/
/*  color: #fff;*/
/*  padding: 5px 10px;*/
/*  font-weight: bold;*/
/*  text-decoration: none;*/
/*  display: inline-block;*/
/*}*/
/*#popup .popup > h3 {*/
/*  margin-bottom: 10px;*/
/*}*/
/*#popup .popup > p {*/
/*  font-size: 1.2rem;*/
/*  margin-bottom: 10px;*/
/*}*/
/*#popup .popup-btn {*/
/*  width: 200px;*/
/*  text-align: center;*/
/*  display: block;*/
/*  text-decoration: none;*/
/*  border: 2px solid black;*/
/*  padding: 5px 15px;*/
/*  border-radius: 20px;*/
/*  margin: 10px 0px;*/
/*  transition: 0.2s all ease-in;*/
/*}*/
/*#popup .popup-btn:hover {*/
/*  background-color: black;*/
/*  color: #fff;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  #popup .popup {*/
/*    justify-content: space-between;*/
/*    flex-direction: row;*/
/*    width: 90%;*/
/*    max-width: 1200px;*/
/*    height: 90%;*/
/*    padding: 40px;*/
/*  }*/
/*  #popup .form-options {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    flex-direction: row;*/
/*  }*/
/*  #popup .form-options .select:nth-child(even) {*/
/*    padding-left: 20px;*/
/*  }*/
/*}*/
/*.rendered-form {*/
/*  display: block;*/
/*}*/
/*.rendered-form .form-group {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/

/*.centered-text .col-7 {*/
/*  margin: 0 auto;*/
/*}*/

/*.centered-text-two-columns .header {*/
/*  padding-bottom: 20px;*/
/*}*/
/*.centered-text-two-columns .header h2, .centered-text-two-columns .header p {*/
/*  margin-top: 0;*/
/*  text-align: center;*/
/*}*/
/*.centered-text-two-columns .col-5 {*/
/*  margin-bottom: 50px;*/
/*}*/
/*.centered-text-two-columns .col-8 {*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/
/*.centered-text-two-columns .content {*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  padding: 0;*/
/*}*/
/*.centered-text-two-columns .content p, .centered-text-two-columns .content h1, .centered-text-two-columns .content h2, .centered-text-two-columns .content h3, .centered-text-two-columns .content h4 {*/
/*  margin-top: 0;*/
/*}*/
/*.centered-text-two-columns .logo {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  flex-wrap: wrap;*/
/*  justify-content: flex-start;*/
/*  width: 20%;*/
/*  margin: 0 auto;*/
/*}*/
/*.centered-text-two-columns .logo img {*/
/*  width: 100%;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .centered-text {*/
/*    text-align: center;*/
/*  }*/

/*  .centered-text-two-columns .header {*/
/*    padding-bottom: 0;*/
/*  }*/
/*  .centered-text-two-columns .col-5 {*/
/*    margin-bottom: unset;*/
/*  }*/
/*  .centered-text-two-columns .border {*/
/*    padding-top: 50px;*/
/*    padding-bottom: 50px;*/
/*    border-top: 1px solid black;*/
/*    border-bottom: 1px solid black;*/
/*  }*/
/*}*/
/*body {*/
/*  background: #ffffff;*/
/*  color: #000;*/
/*}*/

/*table {*/
/*  color: #000;*/
/*}*/

/*h1 small,*/
/*h2 small,*/
/*h3 small,*/
/*h4 small,*/
/*h5 small,*/
/*h6 small {*/
/*  color: #000;*/
/*}*/

/*a {*/
/*  color: #000;*/
/*}*/

/*a:focus,*/
/*a:hover {*/
/*  color: #1a1a1a;*/
/*}*/

/*:focus {*/
/*  color: #000;*/
/*}*/

/*.wrapper {*/
/*  background: #ffffff;*/
/*}*/

/*.wrapper a:hover {*/
/*  color: #000;*/
/*}*/

/*.wrapper a:after {*/
/*  background: #000;*/
/*}*/

/*.site-footer a:hover {*/
/*  color: #000;*/
/*}*/

/*.product-filter ul li a:hover {*/
/*  color: #000;*/
/*}*/

/*.message-form .loading-bar {*/
/*  background: #4d4d4d;*/
/*}*/

/*.message-form .loading-bar span {*/
/*  background: #1a1a1a;*/
/*}*/

/*.skin--brand-primary {*/
/*  color: #000;*/
/*}*/

/*.btn.btn-primary {*/
/*  background: #000;*/
/*}*/

/*.btn.btn-primary:hover {*/
/*  background: #1a1a1a;*/
/*}*/

/*.btn.btn-secondary {*/
/*  background: #000;*/
/*}*/

/*.btn.btn-secondary:hover {*/
/*  background: #1a1a1a;*/
/*}*/

/*.site-footer .footer-bottom a {*/
/*  color: #000;*/
/*}*/

/*.site-footer .footer-bottom a:hover {*/
/*  color: #000;*/
/*}*/

/*.site-footer .footer-bottom a:after {*/
/*  color: #000;*/
/*}*/

/*p {*/
/*  color: #000;*/
/*}*/

/*.section-title p {*/
/*  color: #000;*/
/*}*/

/*.section-title h1,*/
/*.section-title h2,*/
/*.section-title h3,*/
/*.section-title h4,*/
/*.section-title h5,*/
/*.section-title h6 {*/
/*  color: #000;*/
/*}*/

/*.section-title h1 small,*/
/*.section-title h2 small,*/
/*.section-title h3 small,*/
/*.section-title h4 small,*/
/*.section-title h5 small,*/
/*.section-title h6 small {*/
/*  color: #333333 !important;*/
/*}*/

/*.blog-posts .isotope-item .box-holder .post-info {*/
/*  border-color: #ffffff;*/
/*}*/

/*.blog-posts .box-holder .post-format .quote-holder {*/
/*  background: #f2f2f2;*/
/*}*/

/*.blog-posts .box-holder .post-format .quote-holder blockquote {*/
/*  color: #000;*/
/*}*/

/*.blog-posts .box-holder .post-format .post-type {*/
/*  background: #ffffff;*/
/*}*/

/*.blog-posts .box-holder .post-format .post-type i {*/
/*  color: #000;*/
/*}*/

/*.blog-posts .box-holder .post-format .hover-state i {*/
/*  color: #ffffff;*/
/*}*/

/*.blog-posts .box-holder .post-info h2 a {*/
/*  color: #000;*/
/*}*/

/*.blog-posts .box-holder .post-info .details .category {*/
/*  color: #000;*/
/*}*/

/*.blog-posts .box-holder .post-info .details .date {*/
/*  color: #000;*/
/*}*/

/*.widget.widget_tag_cloud a {*/
/*  color: #000;*/
/*  background: #f2f2f2;*/
/*}*/

/*.widget.widget_tag_cloud a:hover {*/
/*  background: #e5e5e5;*/
/*}*/

/*.wpb_wrapper .wpb_text_column blockquote {*/
/*  border-left-color: #000;*/
/*}*/

/*.post-formatting ul li,*/
/*.post-formatting ol li {*/
/*  color: #000;*/
/*}*/

/*.post-formatting blockquote {*/
/*  border-left-color: #000;*/
/*}*/

/*.post-formatting blockquote p {*/
/*  color: #000;*/
/*}*/

/*.post-formatting .wp-caption .wp-caption-text {*/
/*  background: #f2f2f2;*/
/*}*/

/*.labeled-textarea-row textarea {*/
/*  background-image: linear-gradient(#f2f2f2 1px, transparent 1px);*/
/*}*/

/*.labeled-textarea-row textarea:focus {*/
/*  color: #333;*/
/*}*/

/*.cd-google-map .cd-zoom-in,*/
/*.cd-google-map .cd-zoom-out {*/
/*  background-color: #000;*/
/*}*/

/*.cd-google-map .cd-zoom-in:hover,*/
/*.cd-google-map .cd-zoom-out:hover {*/
/*  background-color: #2e2e2e;*/
/*}*/

/*.single-blog-holder .blog-head-holder {*/
/*  background: #f2f2f2;*/
/*}*/

/*.single-blog-holder .blog-head-holder .quote-holder {*/
/*  background: #f2f2f2;*/
/*}*/

/*.single-blog-holder .blog-head-holder .quote-holder:before {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .blog-head-holder .quote-holder blockquote {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .tags-holder a {*/
/*  color: #000;*/
/*  background: #f2f2f2;*/
/*}*/

/*.single-blog-holder .tags-holder a:hover {*/
/*  background: #e5e5e5;*/
/*}*/

/*.single-blog-holder pre {*/
/*  background: #f2f2f2;*/
/*  border-color: #ffffff;*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .blog-author-holder .author-name:hover {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .blog-author-holder .author-name:hover em {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .blog-author-holder .author-name em {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .blog-author-holder .author-link {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .post-controls span {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .comments-holder {*/
/*  background: #f2f2f2;*/
/*}*/

/*.single-blog-holder .comments-holder:before {*/
/*  border-top-color: #ffffff;*/
/*}*/

/*.single-blog-holder .comments-holder .comment-holder + .comment-respond {*/
/*  background: #ffffff;*/
/*}*/

/*.single-blog-holder .comments-holder .comment-holder .commenter-image .comment-connector {*/
/*  border-color: #ffffff;*/
/*}*/

/*.single-blog-holder .comments-holder .comment-holder .commenter-details .comment-text p {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .comments-holder .comment-holder .commenter-details .date {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .details .category {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .details .category a {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .details .date {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .details .date a {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .details .tags-list {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .details .tags-list a {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .post-controls .next-post:hover i,*/
/*.single-blog-holder .post-controls .prev-post:hover i {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .post-controls .next-post:hover strong,*/
/*.single-blog-holder .post-controls .prev-post:hover strong {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .post-controls .next-post strong,*/
/*.single-blog-holder .post-controls .prev-post strong {*/
/*  color: #000;*/
/*}*/

/*.single-blog-holder .post-controls .next-post i,*/
/*.single-blog-holder .post-controls .prev-post i {*/
/*  color: #000;*/
/*}*/

/*::selection {*/
/*  background: #000;*/
/*  color: #ffffff;*/
/*}*/

/*::-moz-selection {*/
/*  background: #000;*/
/*  color: #ffffff;*/
/*}*/

/*hr {*/
/*  border-color: #ffffff;*/
/*}*/

/*footer.site-footer {*/
/*  background-color: #f2f2f2;*/
/*}*/

/*footer.site-footer .footer-widgets .section h1,*/
/*footer.site-footer .footer-widgets .section h2,*/
/*footer.site-footer .footer-widgets .section h3 {*/
/*  color: #000;*/
/*}*/

/*.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li a {*/
/*  color: #000;*/
/*}*/

/*.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li a:hover {*/
/*  color: #1a1a1a;*/
/*}*/

/*.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li.ui-tabs-active a {*/
/*  color: #000;*/
/*  border-bottom-color: #000;*/
/*}*/

/*.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tab {*/
/*  background: #f2f2f2;*/
/*}*/

/*.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li {*/
/*  border-bottom-color: #ffffff !important;*/
/*  background: #f2f2f2;*/
/*}*/

/*.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li a {*/
/*  color: #000;*/
/*}*/

/*.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li a:hover {*/
/*  color: #1a1a1a;*/
/*}*/

/*.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li.ui-tabs-active a {*/
/*  color: #000;*/
/*}*/

/*.wpb_wrapper .wpb_accordion .wpb_accordion_section {*/
/*  background: #f2f2f2;*/
/*}*/

/*.wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header a {*/
/*  color: #000;*/
/*}*/

/*.top-menu-container {*/
/*  background: #000;*/
/*}*/

/*.top-menu-container .widget .widgettitle {*/
/*  color: #ffffff;*/
/*}*/

/*.top-menu-container .widget a {*/
/*  color: #333333 !important;*/
/*}*/

/*.top-menu-container .widget a:after {*/
/*  background-color: #333333 !important;*/
/*}*/

/*.top-menu-container .top-menu ul.menu > li ul {*/
/*  background: #ffffff;*/
/*}*/

/*.top-menu-container .top-menu ul.menu > li ul li a {*/
/*  color: #333333 !important;*/
/*}*/

/*.top-menu-container .top-menu ul.menu > li ul li a:after {*/
/*  background: #000;*/
/*}*/

/*.top-menu-container .top-menu ul:after {*/
/*  border-right-color: #ffffff !important;*/
/*}*/

/*.top-menu-container .top-menu ul li a {*/
/*  color: #ffffff !important;*/
/*}*/

/*.top-menu-container .top-menu ul li a:hover {*/
/*  color: #333333 !important;*/
/*}*/

/*.product-filter ul li a {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder .social .likes {*/
/*  background: #f2f2f2;*/
/*}*/

/*.single-portfolio-holder .social .likes .fa-heart {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder .social .share-social .social-links a {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder .portfolio-big-navigation a {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder .portfolio-big-navigation a:hover {*/
/*  color: #404040;*/
/*}*/

/*.slick-slider .slick-prev:hover,*/
/*.slick-slider .slick-next:hover {*/
/*  color: #000;*/
/*}*/

/*.dash {*/
/*  background: #f2f2f2;*/
/*}*/

/*.alert.alert-default {*/
/*  background-color: #000;*/
/*}*/

/*.hover-state {*/
/*  background: #000;*/
/*}*/

/*.portfolio-holder .thumb .hover-state .likes a i {*/
/*  color: #000;*/
/*}*/

/*.portfolio-holder .thumb .hover-state .likes a .counter {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder .details .services ul li {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev:hover,*/
/*.single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next:hover {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder .gallery.gallery-type-description .row .lgrad {*/
/*  background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.9) 100%);*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a:hover span {*/
/*  background-color: rgba(51, 51, 51, 0.5);*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a.current span {*/
/*  background: #000;*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-description-container {*/
/*  background: #ffffff;*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-description-container.is-collapsed .portfolio-description-showinfo {*/
/*  background: #ffffff;*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo .expand-project-info svg {*/
/*  fill: #000;*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo {*/
/*  background: #ffffff;*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .lgrad {*/
/*  background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.9) 100%);*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .collapse-project-info svg {*/
/*  fill: #000;*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .project-show-more-link {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .project-show-more-link .for-more {*/
/*  color: #000;*/
/*}*/

/*.search-results-holder .result-box h3 a {*/
/*  color: #000;*/
/*}*/

/*.search-results-holder .result-box + .result-box {*/
/*  border-top-color: #ffffff;*/
/*}*/

/*.team-holder .new-member-join {*/
/*  background: #f2f2f2;*/
/*}*/

/*.team-holder .new-member-join .join-us .your-image {*/
/*  color: #000;*/
/*}*/

/*.team-holder .new-member-join .join-us .details h2 {*/
/*  color: #000;*/
/*}*/

/*.team-holder .new-member-join .join-us .details .text a {*/
/*  color: #000;*/
/*}*/

/*.team-holder .new-member-join .join-us .details .text a:after {*/
/*  background-color: #000;*/
/*}*/

/*.logos-holder .c-logo {*/
/*  border-color: #ffffff;*/
/*}*/

/*.logos-holder .c-logo .hover-state {*/
/*  background: #000;*/
/*}*/

/*.error-holder {*/
/*  background: #ffffff;*/
/*}*/

/*.error-holder .box {*/
/*  background: #000;*/
/*}*/

/*.error-holder .box .error-type {*/
/*  color: #ffffff;*/
/*}*/

/*.error-holder .error-text {*/
/*  color: #000;*/
/*}*/

/*.portfolio-holder .dribbble-container .dribbble_shot:hover .dribbble-title {*/
/*  background-color: #000;*/
/*}*/

/*.bg-main-color {*/
/*  background: #000;*/
/*}*/

/*.coming-soon-container .message-container {*/
/*  color: #ffffff;*/
/*}*/

/*.coming-soon-container p {*/
/*  color: #ffffff;*/
/*}*/

/*.coming-soon-container .social-networks-env a i {*/
/*  color: #000;*/
/*}*/

/*.blog-sidebar .widget a {*/
/*  color: #000;*/
/*}*/

/*.blog-sidebar .widget li {*/
/*  color: #000;*/
/*}*/

/*.blog-sidebar .widget.widget_recent_comments li + li {*/
/*  border-top-color: #f2f2f2;*/
/*}*/

/*.blog-sidebar .widget.widget_search .search-bar .form-control {*/
/*  background: #f2f2f2 !important;*/
/*  color: #333333 !important;*/
/*}*/

/*.blog-sidebar .widget.widget_search .search-bar .form-control::-webkit-input-placeholder {*/
/*  color: #000;*/
/*}*/

/*.blog-sidebar .widget.widget_search .search-bar .form-control:-moz-placeholder {*/
/*  color: #000;*/
/*}*/

/*.blog-sidebar .widget.widget_search .search-bar .form-control::-moz-placeholder {*/
/*  color: #000;*/
/*}*/

/*.blog-sidebar .widget.widget_search .search-bar .form-control:-ms-input-placeholder {*/
/*  color: #000;*/
/*}*/

/*.blog-sidebar .widget.widget_search .search-bar input.go-button {*/
/*  color: #000;*/
/*}*/

/*.image-placeholder {*/
/*  background: #f2f2f2;*/
/*}*/

/*.show-more .reveal-button {*/
/*  border-color: #f2f2f2;*/
/*}*/

/*.show-more .reveal-button a {*/
/*  color: #000;*/
/*}*/

/*.show-more.is-finished .reveal-button .finished {*/
/*  color: #000;*/
/*}*/

/*.pagination-container span.page-numbers,*/
/*.pagination-container a.page-numbers {*/
/*  color: #000;*/
/*}*/

/*.pagination-container span.page-numbers:after,*/
/*.pagination-container a.page-numbers:after {*/
/*  background-color: #000;*/
/*}*/

/*.pagination-container span.page-numbers:hover,*/
/*.pagination-container span.page-numbers.current,*/
/*.pagination-container a.page-numbers:hover,*/
/*.pagination-container a.page-numbers.current {*/
/*  color: #000;*/
/*}*/

/*.fluidbox-overlay {*/
/*  background-color: #ffffff;*/
/*  opacity: 0.6 !important;*/
/*}*/

/*.comparison-image-slider .cd-handle {*/
/*  background-color: #333333 !important;*/
/*}*/

/*.comparison-image-slider .cd-handle:hover {*/
/*  background-color: #262626 !important;*/
/*}*/

/*.about-me-box {*/
/*  background: #f2f2f2 !important;*/
/*}*/

/*.sidebar-menu-wrapper {*/
/*  background: #ffffff;*/
/*}*/

/*.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu div.menu > ul > li > a {*/
/*  color: #000;*/
/*}*/

/*.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu > li > a {*/
/*  color: #000;*/
/*}*/

/*.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu > li > a:hover {*/
/*  color: #000;*/
/*}*/

/*.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu > li > a:after {*/
/*  background-color: #000;*/
/*}*/

/*.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu ul > li:hover > a {*/
/*  color: #000;*/
/*}*/

/*.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu ul > li > a {*/
/*  color: #000;*/
/*}*/

/*.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu ul > li > a:hover {*/
/*  color: #000;*/
/*}*/

/*.maintenance-mode .wrapper,*/
/*.coming-soon-mode .wrapper {*/
/*  background: #000;*/
/*}*/

/*.header-logo.logo-text {*/
/*  color: #000;*/
/*}*/

/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a,*/
/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a {*/
/*  color: #ffffff;*/
/*}*/

/*.portfolio-holder .item-box .photo .on-hover {*/
/*  background-color: #000;*/
/*}*/

/*.loading-spinner-1 {*/
/*  background-color: #000;*/
/*}*/

/*.top-menu-container .close-top-menu {*/
/*  color: #ffffff;*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-navigation a:hover {*/
/*  color: #ffffff;*/
/*}*/

/*.single-portfolio-holder.portfolio-type-5 .portfolio-navigation a:hover i {*/
/*  color: #ffffff;*/
/*}*/

/*.portfolio-holder .item-box .info p a:hover {*/
/*  color: #000;*/
/*}*/

/*.mobile-menu-wrapper .mobile-menu-container ul.menu li a:hover {*/
/*  color: #000;*/
/*}*/

/*.mobile-menu-wrapper .mobile-menu-container ul.menu li.current-menu-item > a,*/
/*.mobile-menu-wrapper .mobile-menu-container ul.menu li.current_page_item > a,*/
/*.mobile-menu-wrapper .mobile-menu-container ul.menu li.current-menu-ancestor > a,*/
/*.mobile-menu-wrapper .mobile-menu-container ul.menu li.current_page_ancestor > a,*/
/*.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current-menu-item > a,*/
/*.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current_page_item > a,*/
/*.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current-menu-ancestor > a,*/
/*.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current_page_ancestor > a {*/
/*  color: #000;*/
/*}*/

/*.maintenance-mode .wrapper a,*/
/*.coming-soon-mode .wrapper a {*/
/*  color: #ffffff;*/
/*}*/

/*.maintenance-mode .wrapper a:after,*/
/*.coming-soon-mode .wrapper a:after {*/
/*  background-color: #ffffff;*/
/*}*/

/*.mobile-menu-wrapper .mobile-menu-container .search-form label {*/
/*  color: #000;*/
/*}*/

/*.mobile-menu-wrapper .mobile-menu-container .search-form input:focus + label {*/
/*  color: #000;*/
/*}*/

/*.vjs-default-skin .vjs-play-progress {*/
/*  background-color: #000;*/
/*}*/

/*.vjs-default-skin .vjs-volume-level {*/
/*  background: #000;*/
/*}*/

/*.portfolio-holder .item-box .info h3 a {*/
/*  color: #000;*/
/*}*/

/*.blog-sidebar .widget a {*/
/*  color: #000;*/
/*}*/

/*.blog-sidebar .widget a:after {*/
/*  background: #000;*/
/*}*/

/*.blog-sidebar .widget .product_list_widget li .product-details .product-meta {*/
/*  color: #666666;*/
/*}*/

/*.blog-sidebar .widget .product_list_widget li .product-details .product-meta .proruct-rating em {*/
/*  color: #666666;*/
/*}*/

/*.blog-sidebar .widget .product_list_widget li .product-details .product-name {*/
/*  color: #000;*/
/*}*/

/*.dropdown-menu > li > a {*/
/*  color: #000;*/
/*}*/

/*.dropdown {*/
/*  color: #000;*/
/*}*/

/*.dropdown .btn:hover,*/
/*.dropdown .btn:focus,*/
/*.dropdown .btn.focus {*/
/*  color: #000;*/
/*}*/

/*.dropdown .dropdown-menu {*/
/*  color: #000;*/
/*  background: #ffffff;*/
/*}*/

/*.dropdown .dropdown-menu li {*/
/*  border-top-color: #ebebeb;*/
/*}*/

/*.dropdown.open .btn {*/
/*  background: #ffffff;*/
/*}*/

/*.widget.widget_product_search .search-bar input[name=s],*/
/*.widget.widget_search .search-bar input[name=s] {*/
/*  background: #ffffff;*/
/*  color: #000;*/
/*}*/

/*.widget.widget_product_search .search-bar input[name=s]::-webkit-input-placeholder,*/
/*.widget.widget_search .search-bar input[name=s]::-webkit-input-placeholder {*/
/*  color: #000;*/
/*}*/

/*.widget.widget_product_search .search-bar input[name=s]:-moz-placeholder,*/
/*.widget.widget_search .search-bar input[name=s]:-moz-placeholder {*/
/*  color: #000;*/
/*}*/

/*.widget.widget_product_search .search-bar input[name=s]::-moz-placeholder,*/
/*.widget.widget_search .search-bar input[name=s]::-moz-placeholder {*/
/*  color: #000;*/
/*}*/

/*.widget.widget_product_search .search-bar input[name=s]:-ms-input-placeholder,*/
/*.widget.widget_search .search-bar input[name=s]:-ms-input-placeholder {*/
/*  color: #000;*/
/*}*/

/*.widget.widget_product_search .search-bar input[type=submit],*/
/*.widget.widget_search .search-bar input[type=submit] {*/
/*  color: #000;*/
/*}*/

/*.widget.widget_shopping_cart .widget_shopping_cart_content > .total strong {*/
/*  color: #000;*/
/*}*/

/*.widget.widget_shopping_cart .widget_shopping_cart_content .product_list_widget {*/
/*  border-bottom-color: #ffffff;*/
/*}*/

/*.widget.widget_price_filter .price_slider_wrapper .price_slider {*/
/*  background: #ffffff;*/
/*}*/

/*.widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range,*/
/*.widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {*/
/*  background: #000;*/
/*}*/

/*.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {*/
/*  color: #666666;*/
/*}*/

/*.woocommerce {*/
/*  background: #ffffff;*/
/*}*/

/*.woocommerce .onsale {*/
/*  background: #000;*/
/*  color: #ffffff;*/
/*}*/

/*.woocommerce .product .item-info h3 a {*/
/*  color: #ffffff;*/
/*}*/

/*.woocommerce .product .item-info .price ins,*/
/*.woocommerce .product .item-info .price > .amount {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product .item-info .price del {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product .item-info .product-loop-add-to-cart-container a {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product .item-info .product-loop-add-to-cart-container a:after {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .product .item-info .product-loop-add-to-cart-container a:hover {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product .item-info .product-loop-add-to-cart-container a:hover:after {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-default .item-info h3 a {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container a {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container a:after {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container a:hover {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container a:hover:after {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .product-internal-info,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .product-internal-info {*/
/*  background: rgba(51, 51, 51, 0.9);*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info h3 a,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info h3 a {*/
/*  color: #ffffff;*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-loop-add-to-cart-container .add-to-cart-link:before,*/
/*.woocommerce .product.catalog-layout-full-bg .item-info .product-loop-add-to-cart-container .add-to-cart-link:after,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-loop-add-to-cart-container .add-to-cart-link:before,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-loop-add-to-cart-container .add-to-cart-link:after {*/
/*  color: #ffffff !important;*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-loop-add-to-cart-container .tooltip .tooltip-arrow,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-loop-add-to-cart-container .tooltip .tooltip-arrow {*/
/*  border-left-color: #ffffff;*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-loop-add-to-cart-container .tooltip .tooltip-inner,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-loop-add-to-cart-container .tooltip .tooltip-inner {*/
/*  color: #000;*/
/*  background: #ffffff;*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-bottom-details .price {*/
/*  color: #ffffff;*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price del,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-bottom-details .price del {*/
/*  color: rgba(255, 255, 255, 0.8);*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price del .amount,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-bottom-details .price del .amount {*/
/*  color: rgba(255, 255, 255, 0.8);*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price ins .amount,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-bottom-details .price ins .amount {*/
/*  border-bottom-color: #ffffff;*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price .amount,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-bottom-details .price .amount {*/
/*  color: #ffffff;*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-terms,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-terms {*/
/*  color: #ffffff !important;*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-terms a,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-terms a {*/
/*  color: #ffffff !important;*/
/*}*/

/*.woocommerce .product.catalog-layout-full-bg .item-info .product-terms a:after,*/
/*.woocommerce .product.catalog-layout-full-bg .item-info .product-terms a:before,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-terms a:after,*/
/*.woocommerce .product.catalog-layout-full-transparent-bg .item-info .product-terms a:before {*/
/*  background: #ffffff;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info h3 a {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-terms {*/
/*  color: #333333 !important;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-terms a {*/
/*  color: #333333 !important;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-terms a:after,*/
/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-terms a:before {*/
/*  background: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after,*/
/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container a {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container a:after {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container a:hover {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container a:hover:after {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .tooltip-inner {*/
/*  background-color: #000;*/
/*  color: #ffffff;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .tooltip-arrow {*/
/*  border-left-color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price .amount {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price ins .amount {*/
/*  border-bottom-color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price del {*/
/*  color: rgba(51, 51, 51, 0.65);*/
/*}*/

/*.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price del .amount {*/
/*  color: rgba(51, 51, 51, 0.65);*/
/*}*/

/*.woocommerce .product.catalog-layout-distanced-centered .item-info h3 a {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-distanced-centered .item-info .price .amount,*/
/*.woocommerce .product.catalog-layout-distanced-centered .item-info .price ins,*/
/*.woocommerce .product.catalog-layout-distanced-centered .item-info .price ins span {*/
/*  color: #404040;*/
/*}*/

/*.woocommerce .product.catalog-layout-distanced-centered .item-info .price del {*/
/*  color: rgba(51, 51, 51, 0.65);*/
/*}*/

/*.woocommerce .product.catalog-layout-distanced-centered .item-info .price del .amount {*/
/*  color: rgba(51, 51, 51, 0.65);*/
/*}*/

/*.woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button {*/
/*  color: #666666;*/
/*}*/

/*.woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.nh {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button:hover {*/
/*  color: #363636;*/
/*}*/

/*.woocommerce .product.catalog-layout-distanced-centered .product-internal-info {*/
/*  background: rgba(255, 255, 255, 0.9);*/
/*}*/

/*.woocommerce .dropdown .dropdown-menu li a {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .dropdown .dropdown-menu .active a,*/
/*.woocommerce .dropdown .dropdown-menu li a:hover {*/
/*  color: #333333 !important;*/
/*}*/

/*.woocommerce #review_form_wrapper .form-submit input#submit {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .star-rating .star-rating-icons .circle i {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .product .item-info {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .shop_table .cart_item .product-subtotal span {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .checkout-button {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .checkout-info-box .woocommerce-info {*/
/*  border-top: 3px solid #333333 !important;*/
/*}*/

/*.woocommerce .checkout-info-box .woocommerce-info a {*/
/*  color: #000;*/
/*}*/

/*.woocommerce-error,*/
/*.woocommerce-info,*/
/*.woocommerce-notice,*/
/*.woocommerce-message {*/
/*  color: #ffffff;*/
/*}*/

/*.woocommerce-error li,*/
/*.woocommerce-info li,*/
/*.woocommerce-notice li,*/
/*.woocommerce-message li {*/
/*  color: #ffffff;*/
/*}*/

/*.replaced-checkboxes:checked + label:before,*/
/*.replaced-radio-buttons:checked + label:before {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .blockOverlay {*/
/*  background: rgba(255, 255, 255, 0.8) !important;*/
/*}*/

/*.woocommerce .blockOverlay:after {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .order-info mark {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .shop-categories .product-category-col > .product-category a:hover h3,*/
/*.woocommerce .shop_table .cart_item .product-remove a:hover i {*/
/*  color: #000;*/
/*}*/

/*.woocommerce-notice,*/
/*.woocommerce-message {*/
/*  background-color: #000;*/
/*  color: #ffffff;*/
/*}*/

/*.btn-primary,*/
/*.checkout-button {*/
/*  background-color: #333333 !important;*/
/*  color: #ffffff !important;*/
/*}*/

/*.btn-primary:hover,*/
/*.checkout-button:hover {*/
/*  background-color: #242424 !important;*/
/*  color: #ffffff !important;*/
/*}*/

/*.menu-cart-icon-container.menu-skin-dark .cart-icon-link {*/
/*  color: #000;*/
/*}*/

/*.menu-cart-icon-container.menu-skin-dark .cart-icon-link:hover {*/
/*  color: #262626;*/
/*}*/

/*.menu-cart-icon-container.menu-skin-dark .cart-icon-link .items-count {*/
/*  background-color: #333333 !important;*/
/*}*/

/*.menu-cart-icon-container.menu-skin-light .cart-icon-link {*/
/*  color: #ffffff;*/
/*}*/

/*.menu-cart-icon-container.menu-skin-light .cart-icon-link .items-count {*/
/*  background-color: #333333 !important;*/
/*  color: #ffffff !important;*/
/*}*/

/*.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 a:hover {*/
/*  color: #000;*/
/*}*/

/*.woocommerce ul.digital-downloads li a:hover {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .single-product .kalium-woocommerce-product-gallery .main-product-images:hover .product-gallery-lightbox-trigger,*/
/*.woocommerce.single-product .single-product-images .kalium-woocommerce-product-gallery .main-product-images .nextprev-arrow i {*/
/*  color: #000;*/
/*}*/

/*.wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow i {*/
/*  color: #000;*/
/*}*/

/*.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.menu-item-has-children > a:before,*/
/*.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.menu-item-has-children > a:before {*/
/*  border-color: transparent transparent transparent #ffffff;*/
/*}*/

/*.fullscreen-menu.menu-skin-main {*/
/*  background-color: #000;*/
/*}*/

/*.fullscreen-menu.fullscreen-menu.menu-skin-main.translucent-background {*/
/*  background-color: rgba(51, 51, 51, 0.9);*/
/*}*/

/*.main-header.menu-skin-main.menu-type-full-bg-menu .fullscreen-menu {*/
/*  background-color: #000;*/
/*}*/

/*.main-header.menu-skin-main.menu-type-full-bg-menu .fullscreen-menu.translucent-background {*/
/*  background-color: rgba(51, 51, 51, 0.9);*/
/*}*/

/*.single-portfolio-holder .portfolio-navigation a:hover i {*/
/*  color: #000;*/
/*}*/

/*.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display {*/
/*  background-color: rgba(51, 51, 51, 0.8);*/
/*}*/

/*.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display.no-opacity {*/
/*  background-color: #000;*/
/*}*/

/*.main-header.menu-type-full-bg-menu .fullscreen-menu .fullscreen-menu-footer .social-networks li a i {*/
/*  color: #000;*/
/*}*/

/*.wrapper a:after,*/
/*footer.site-footer a:after {*/
/*  background-color: #000;*/
/*}*/

/*.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.menu-item-has-children:before,*/
/*.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.menu-item-has-children:before {*/
/*  border-color: transparent transparent transparent #ffffff;*/
/*}*/

/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a,*/
/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a {*/
/*  color: #ffffff;*/
/*}*/

/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a:after,*/
/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a:after {*/
/*  background-color: #ffffff;*/
/*}*/

/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a:after,*/
/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after {*/
/*  background-color: #000;*/
/*}*/

/*.go-to-top {*/
/*  color: #ffffff;*/
/*  background-color: #000;*/
/*}*/

/*.go-to-top.visible:hover {*/
/*  background-color: #000;*/
/*}*/

/*.mobile-menu-wrapper .mobile-menu-container .search-form input,*/
/*.mobile-menu-wrapper .mobile-menu-container .search-form input:focus + label {*/
/*  color: #000;*/
/*}*/

/*.portfolio-holder .thumb .hover-state.hover-style-white p {*/
/*  color: #000;*/
/*}*/

/*body .lg-outer.lg-skin-kalium-default .lg-progress-bar .lg-progress {*/
/*  background-color: #000;*/
/*}*/

/*.lg-outer .lg-progress-bar .lg-progress {*/
/*  background-color: #000;*/
/*}*/

/*.lg-outer .lg-thumb-item:hover,*/
/*.lg-outer .lg-thumb-item.active {*/
/*  border-color: #333333 !important;*/
/*}*/

/*.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a:hover {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder .social-links-plain .likes .fa-heart {*/
/*  color: #000;*/
/*}*/

/*.pagination-container span.page-numbers,*/
/*.pagination-container a.page-numbers {*/
/*  color: #000;*/
/*}*/

/*.sidebar-menu-wrapper.menu-type-sidebar-menu .sidebar-menu-container .sidebar-main-menu ul.menu ul > li > a:after,*/
/*.post-password-form input[type=submit] {*/
/*  background-color: #000;*/
/*}*/

/*.header-search-input.menu-skin-main .search-icon a svg {*/
/*  fill: #000;*/
/*}*/

/*.kalium-wpml-language-switcher.menu-skin-main .language-entry {*/
/*  color: #000;*/
/*}*/

/*.social-networks.colored-bg li a.custom,*/
/*.social-networks.colored-bg-hover li a.custom:hover,*/
/*.social-networks.textual.colored li a.custom:after,*/
/*.social-networks.textual.colored-hover li a.custom:after {*/
/*  background-color: #000;*/
/*}*/

/*.social-networks.colored-bg li a.custom:hover {*/
/*  background-color: #1a1a1a;*/
/*}*/

/*.social-networks.colored li a.custom,*/
/*.social-networks.colored li a.custom i,*/
/*.social-networks.colored-hover li a.custom:hover,*/
/*.social-networks.colored-hover li a.custom:hover i {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder .gallery.captions-below .caption a {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder .gallery.captions-below .caption a:after {*/
/*  background-color: #000;*/
/*}*/

/*.widget.widget_text .textwidget a:hover {*/
/*  color: #000;*/
/*}*/

/*.widget.widget_text .textwidget a:after {*/
/*  background-color: #000;*/
/*}*/

/*.button {*/
/*  background-color: #000;*/
/*  color: #ffffff;*/
/*}*/

/*.widget a.button {*/
/*  color: #fff;*/
/*}*/

/*.button:hover {*/
/*  background-color: #262626;*/
/*}*/

/*.wrapper .button:hover {*/
/*  color: #ffffff;*/
/*}*/

/*.button:active {*/
/*  background: #262626;*/
/*}*/

/*.button-secondary {*/
/*  background-color: #f2f2f2;*/
/*  color: #000;*/
/*}*/

/*.button-secondary:hover,*/
/*.button-secondary:active {*/
/*  color: #000;*/
/*}*/

/*a.button-secondary:hover,*/
/*a.button-secondary:active {*/
/*  color: #000;*/
/*}*/

/*.button-secondary:hover {*/
/*  background: #eaeaea;*/
/*}*/

/*.wrapper .button-secondary:hover {*/
/*  color: #000;*/
/*}*/

/*.button-secondary:active {*/
/*  background: #e5e5e5;*/
/*}*/

/*.labeled-input-row label,*/
/*.labeled-textarea-row label {*/
/*  border-bottom-color: #000;*/
/*}*/

/*.blog-posts .post-item .post-thumbnail blockquote,*/
/*.single-post .post-image .post-quote blockquote {*/
/*  color: #000;*/
/*}*/

/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a,*/
/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a {*/
/*  color: #000;*/
/*}*/

/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul,*/
/*.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul {*/
/*  background-color: #000;*/
/*}*/

/*.single-post .post-comments:before {*/
/*  border-top-color: #ffffff;*/
/*}*/

/*.pagination--normal .page-numbers.current {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .woocommerce-cart-form .shop_table .cart_item .product-subtotal span {*/
/*  color: #000;*/
/*}*/

/*.woocommerce-checkout .checkout-form-option--header .woocommerce-info {*/
/*  border-top-color: #000;*/
/*}*/

/*.woocommerce-checkout .checkout-form-option--header .woocommerce-info a,*/
/*.woocommerce-checkout .checkout-form-option--header .woocommerce-info a:hover {*/
/*  color: #000;*/
/*}*/

/*.woocommerce-checkout .checkout-form-option--header .woocommerce-info a:after {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce-account .wc-my-account-tabs .woocommerce-MyAccount-navigation ul li.is-active a {*/
/*  border-right-color: #ffffff;*/
/*}*/

/*.woocommerce-message a:hover {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .woocommerce-Reviews #review_form_wrapper {*/
/*  background-color: #ffffff;*/
/*}*/

/*.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars span a:before {*/
/*  color: #999;*/
/*}*/

/*.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars span a.active ~ a:before {*/
/*  color: #999;*/
/*}*/

/*.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars span:hover a:before {*/
/*  color: #666666;*/
/*}*/

/*.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars span:hover a:hover ~ a:before {*/
/*  color: #999;*/
/*}*/

/*.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars.has-rating span a:before {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .woocommerce-Reviews .comment-form .comment-form-rating .stars.has-rating span a.active ~ a:before {*/
/*  color: #999;*/
/*}*/

/*.woocommerce .shop-categories .product-category-col > .product-category a:hover .woocommerce-loop-category__title,*/
/*.woocommerce .shop-categories .product-category-col > .product-category a:hover h3 {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .woocommerce-cart-form .shop_table .cart_item .product-remove a:hover i {*/
/*  color: #000;*/
/*}*/

/*.blog-posts .post-item .post-thumbnail .post-hover {*/
/*  background-color: rgba(51, 51, 51, 0.9);*/
/*}*/

/*.blog-posts .post-item .post-thumbnail .post-hover.post-hover--no-opacity {*/
/*  background-color: #000;*/
/*}*/

/*.labeled-input-row--label {*/
/*  border-bottom-color: #ffffff;*/
/*}*/

/*.lg-outer .lg .lg-progress-bar .lg-progress {*/
/*  background-color: #000;*/
/*}*/

/*.site-footer .footer-widgets .widget .widgettitle {*/
/*  color: #000;*/
/*}*/

/*.labeled-input-row label,*/
/*.labeled-textarea-row label {*/
/*  color: #000;*/
/*}*/

/*.labeled-textarea-row textarea {*/
/*  background-image: linear-gradient(#ffffff 1px, transparent 1px);*/
/*}*/

/*.labeled-input-row input {*/
/*  border-bottom-color: #ffffff;*/
/*}*/

/*.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a,*/
/*.blog-posts .post-item .post-details .post-title a {*/
/*  color: #000;*/
/*}*/

/*.pagination--normal .page-numbers {*/
/*  color: #000;*/
/*}*/

/*.blog-posts .post-item.template-rounded .post-thumbnail .post-format-icon {*/
/*  color: #000;*/
/*}*/

/*.widget-area .widget li a,*/
/*.widget ul ul a:before {*/
/*  color: #000;*/
/*}*/

/*.woocommerce.single-product .summary .single_variation_wrap .single_variation,*/
/*.woocommerce.single-product .summary p.price {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .products .product.catalog-layout-full-bg .product-internal-info {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .shop-categories .product-category a:hover .woocommerce-loop-category__title,*/
/*.woocommerce .shop-categories .product-category a:hover h3 {*/
/*  color: #000;*/
/*}*/

/*.lab-divider .lab-divider-content {*/
/*  color: #000;*/
/*}*/

/*.contact-form .button .loading-bar {*/
/*  background-color: #666666;*/
/*}*/

/*.contact-form .button .loading-bar span {*/
/*  background-color: #0d0d0d;*/
/*}*/

/*.vc_row .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li.vc_active a {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price ins .amount,*/
/*.woocommerce .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price > .amount,*/
/*.woocommerce .summary > .price,*/
/*.woocommerce .summary .single_variation_wrap .single_variation {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .products .product .item-info .price ins,*/
/*.woocommerce .products .product .item-info .price > .amount {*/
/*  color: #000;*/
/*}*/

/*.pagination-container a.page-numbers.current,*/
/*.pagination-container a.page-numbers:hover,*/
/*.pagination-container span.page-numbers.current,*/
/*.pagination-container span.page-numbers:hover,*/
/*.woocommerce-pagination a.page-numbers.current,*/
/*.woocommerce-pagination a.page-numbers:hover,*/
/*.woocommerce-pagination span.page-numbers.current,*/
/*.woocommerce-pagination span.page-numbers:hover {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .products .product .item-info .add_to_cart_button:focus {*/
/*  color: #000;*/
/*}*/

/*.widget ul ul a:before {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .summary p {*/
/*  color: #000;*/
/*}*/

/*input[type=text],*/
/*input[type=number],*/
/*input[type=email],*/
/*input[type=password],*/
/*input[type=url],*/
/*input[type=tel] {*/
/*  color: #000;*/
/*}*/

/*.single-post .post .author-info--details .author-name,*/
/*.single-post .post .post-meta a {*/
/*  color: #000;*/
/*}*/

/*.single-post .post-comments--list .comment .commenter-details .in-reply-to span {*/
/*  color: #000;*/
/*}*/

/*.single-post .comment-form > p.comment-form-cookies-consent input[type=checkbox]:before,*/
/*input[type=checkbox]:before,*/
/*input[type=radio]:before {*/
/*  background-color: #000;*/
/*}*/

/*.btn.btn-default {*/
/*  background-color: #000;*/
/*}*/

/*.pricing-table--default .plan .plan-head {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .add_to_cart_button:hover {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .add_to_cart_button:after {*/
/*  background-color: #000;*/
/*}*/

/*.woocommerce .add_to_cart_button + .added-to-cart {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .products .product.catalog-layout-full-bg .tooltip-inner {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .products .product .item-info .add_to_cart_button.loading {*/
/*  color: #000;*/
/*}*/

/*.woocommerce .summary .single_variation_wrap .single_variation,*/
/*.woocommerce .summary p.price {*/
/*  color: #000;*/
/*}*/

/*.blog-posts .post-item .post-thumbnail .post-gallery-images.flickity-enabled .flickity-prev-next-button:hover,*/
/*.single-post .post-image .post-gallery-images.flickity-enabled .flickity-prev-next-button:hover {*/
/*  color: #000;*/
/*}*/

/*.standard-menu-container.menu-skin-main ul.menu > li > a {*/
/*  color: #000;*/
/*}*/

/*.sn-skin-default .sn-text {*/
/*  color: #000;*/
/*}*/

/*.standard-menu-container.menu-skin-main ul.menu > li > a:after {*/
/*  background-color: #000;*/
/*}*/

/*.toggle-bars.menu-skin-main .toggle-bars__bar-line {*/
/*  background-color: #000;*/
/*}*/

/*.toggle-bars.menu-skin-main .toggle-bars__text {*/
/*  color: #000;*/
/*}*/

/*.standard-menu-container.menu-skin-main ul.menu ul {*/
/*  background-color: #000;*/
/*}*/

/*.fullscreen-menu .fullscreen-menu-footer .social-networks li a i {*/
/*  color: #000;*/
/*}*/

/*.breadcrumb__container span[property=itemListElement] {*/
/*  color: #000;*/
/*}*/

/*.breadcrumb__container span[property=itemListElement]:after {*/
/*  background-color: #000;*/
/*}*/

/*.header-logo.logo-text.menu-skin-main .logo-text {*/
/*  color: #000;*/
/*}*/

/*.header-block__item .woocommerce-account-link__icon svg {*/
/*  fill: #000;*/
/*}*/

/*.header-block__item .woocommerce-account-link__icon svg .st0-single-neutral-circle {*/
/*  stroke: #000;*/
/*}*/

/*.top-header-bar .raw-text-widget.menu-skin-main {*/
/*  color: #000;*/
/*}*/

/*.header-search-input.menu-skin-main .search-field span,*/
/*.header-search-input.menu-skin-main .search-field input {*/
/*  color: #000;*/
/*}*/

/*.cart-totals-widget.menu-skin-main .cart-total {*/
/*  color: #000;*/
/*}*/

/*.cart-totals-widget.menu-skin-main .cart-total:after {*/
/*  background-color: #000;*/
/*}*/

/*.cart-totals-widget .text-before {*/
/*  color: #000;*/
/*}*/

/*.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul a:hover,*/
/*.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu a:hover {*/
/*  color: #000;*/
/*}*/

/*.like-icon {*/
/*  color: #000;*/
/*}*/

/*.like-icon .like-icon__icon svg {*/
/*  fill: #000;*/
/*}*/

/*.like-icon .like-icon__icon .stroke-color {*/
/*  stroke: #000;*/
/*}*/

/*.like-icon .like-icon__bubble {*/
/*  background-color: #000;*/
/*}*/

/*.portfolio-holder .item-box .info p a:hover,*/
/*.product-filter ul li a:hover,*/
/*.single-portfolio-holder .social-links-plain .share-social .social-links a:hover {*/
/*  color: #000;*/
/*}*/

/*.single-portfolio-holder .social-links-plain .share-social .social-links a {*/
/*  color: #000;*/
/*}*/

/*.adjacent-post-link__icon,*/
/*.adjacent-post-link__text-secondary,*/
/*.adjacent-post-link__text-primary {*/
/*  color: #000;*/
/*}*/

/*.adjacent-post-link:hover .adjacent-post-link__icon,*/
/*.adjacent-post-link:hover .adjacent-post-link__text-primary {*/
/*  color: #000;*/
/*}*/

/*.site-footer .footer-bottom-content a,*/
/*.site-footer .footer-widgets .widget .textwidget {*/
/*  color: #000;*/
/*}*/

/*.widget.widget_recent_comments li {*/
/*  color: #000;*/
/*}*/

/*.hero {*/
/*  display: flex;*/
/*  align-content: center;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.hero h1 {*/
/*  text-align: center;*/
/*}*/
/*.hero .content {*/
/*  z-index: 1;*/
/*  padding: 20px;*/
/*  position: absolute;*/
/*}*/
/*.hero .content .col-6 {*/
/*  display: flex;*/
/*  margin: 0 auto;*/
/*  flex-direction: column;*/
/*}*/
/*.hero .content .col-6 h1, .hero .content .col-6 h2 {*/
/*  text-align: center;*/
/*}*/
/*.hero .content .col-6 .hero-button {*/
/*  margin: 0 auto;*/
/*}*/
/*.hero .content.left {*/
/*  padding: 20px;*/
/*  position: absolute;*/
/*}*/
/*.hero .content.left .col-6 {*/
/*  display: flex;*/
/*  margin: 0;*/
/*  flex-direction: column;*/
/*}*/
/*.hero .content.left .col-6 h1, .hero .content.left .col-6 h2 {*/
/*  text-align: left;*/
/*}*/
/*.hero .content.left .col-6 .hero-button {*/
/*  margin: 0;*/
/*}*/
/*.hero .image {*/
/*  height: 80vh;*/
/*  width: 100%;*/
/*}*/
/*.hero .image img {*/
/*  object-fit: cover;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  margin: 0;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .content.left .col-6 {*/
/*    width: 45%;*/
/*  }*/

/*  .image {*/
/*    height: 70vh;*/
/*  }*/
/*}*/
/*.wpforms-field-container {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
/*}*/

/*.wpforms-field.col-6 {*/
/*  width: 49% !important;*/
/*}*/

/*.wpforms-field.col-12 {*/
/*  width: 100% !important;*/
/*}*/

/*.centered-text-grid-image .content {*/
/*  margin-bottom: 2rem;*/
/*}*/
/*.centered-text-grid-image .image {*/
/*  border-radius: 15px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
/*}*/
/*.centered-text-grid-image .image img {*/
/*  width: 100%;*/
/*}*/
/*.centered-text-grid-image .col-6 h2 {*/
/*  margin-top: 0;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .centered-text-grid-image {*/
/*    padding: 20px;*/
/*  }*/
/*  .centered-text-grid-image .content {*/
/*    margin-bottom: 5rem;*/
/*  }*/
/*  .centered-text-grid-image .col-6 {*/
/*    margin: 0 auto;*/
/*  }*/
/*  .centered-text-grid-image .col-6 h2, .centered-text-grid-image .col-6 p {*/
/*    text-align: center;*/
/*  }*/
/*}*/
/*.testimonial {*/
/*  padding: 20px;*/
/*}*/
/*.testimonial h4 {*/
/*  margin-top: 0;*/
/*}*/
/*.testimonial .logo {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/

/*.cta {*/
/*  text-align: center;*/
/*}*/
/*.cta .col-6 {*/
/*  z-index: 1;*/
/*  margin: 0 auto;*/
/*}*/
/*.cta .col-6 h2 {*/
/*  margin-top: 0;*/
/*}*/
/*.cta .col-6 p {*/
/*  margin-bottom: 3rem;*/
/*}*/
/*.cta .buttons {*/
/*  z-index: 1;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*}*/
/*.cta .buttons .button {*/
/*  z-index: 1;*/
/*  display: block;*/
/*  width: 200px;*/
/*}*/
/*.cta .buttons :first-child {*/
/*  margin-right: 0.5rem !important;*/
/*}*/
/*.cta .buttons :last-child {*/
/*  color: #000;*/
/*  margin-right: 0 !important;*/
/*  border: 1px solid #000 !important;*/
/*  background-color: transparent;*/
/*}*/

/*.closing-the-loop > p {*/
/*  text-align: left;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/
/*.closing-the-loop .col-5 {*/
/*  z-index: 1;*/
/*}*/
/*.closing-the-loop .the-loop {*/
/*  z-index: 1;*/
/*  margin: 30px 0;*/
/*  display: grid;*/
/*  grid-template-columns: 1fr;*/
/*  grid-template-rows: 1fr 1fr 1fr 1fr;*/
/*  gap: 0px 0px;*/
/*  grid-auto-flow: row;*/
/*  grid-template-areas: "one" "two" "three" "four";*/
/*}*/
/*.closing-the-loop .one {*/
/*  grid-area: one;*/
/*}*/
/*.closing-the-loop .two {*/
/*  grid-area: two;*/
/*}*/
/*.closing-the-loop .br {*/
/*  grid-area: br;*/
/*}*/
/*.closing-the-loop .three {*/
/*  grid-area: three;*/
/*}*/
/*.closing-the-loop .bl {*/
/*  grid-area: bl;*/
/*}*/
/*.closing-the-loop .four {*/
/*  grid-area: four;*/
/*}*/
/*.closing-the-loop .tl {*/
/*  grid-area: tl;*/
/*}*/
/*.closing-the-loop .tr {*/
/*  grid-area: tr;*/
/*}*/
/*.closing-the-loop .one, .closing-the-loop .two, .closing-the-loop .three, .closing-the-loop .four {*/
/*  text-align: center;*/
/*  background-color: #fff;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  padding: 20px;*/
/*  margin-bottom: 10px;*/
/*  border: 1px solid;*/
/*  border-radius: 20px;*/
/*}*/
/*.closing-the-loop .tl, .closing-the-loop .tr, .closing-the-loop .bl, .closing-the-loop .br {*/
/*  display: none;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .closing-the-loop {*/
/*    margin: 0;*/
/*  }*/
/*  .closing-the-loop > p {*/
/*    text-align: center;*/
/*  }*/
/*  .closing-the-loop .the-loop {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 1fr;*/
/*    grid-template-rows: 1fr 1fr 1fr;*/
/*    gap: 0px 0px;*/
/*    grid-auto-flow: row;*/
/*    grid-template-areas: "tl one tr" "four . two" "bl three br";*/
/*  }*/
/*  .closing-the-loop .br {*/
/*    position: relative;*/
/*  }*/
/*  .closing-the-loop .br img {*/
/*    left: 0;*/
/*    position: absolute;*/
/*    transform: rotate(180deg);*/
/*  }*/
/*  .closing-the-loop .bl {*/
/*    position: relative;*/
/*  }*/
/*  .closing-the-loop .bl img {*/
/*    right: 0;*/
/*    position: absolute;*/
/*    transform: rotate(270deg);*/
/*  }*/
/*  .closing-the-loop .tl {*/
/*    position: relative;*/
/*  }*/
/*  .closing-the-loop .tl img {*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*  }*/
/*  .closing-the-loop .tr {*/
/*    position: relative;*/
/*  }*/
/*  .closing-the-loop .tr img {*/
/*    transform: rotate(90deg);*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*  }*/
/*  .closing-the-loop .tl, .closing-the-loop .tr, .closing-the-loop .bl, .closing-the-loop .br {*/
/*    display: block;*/
/*  }*/
/*  .closing-the-loop .one, .closing-the-loop .two, .closing-the-loop .three, .closing-the-loop .four {*/
/*    margin: 10px;*/
/*  }*/
/*  .closing-the-loop .col-10 {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*  }*/
/*}*/
/*.step .challenge .vc_single_image-img {*/
/*  height: 100px;*/
/*  width: auto;*/
/*}*/

/*#menu-bottom-menu {*/
/*  text-align: left;*/
/*}*/

/*.case-studies-menu {*/
/*  display: none !important;*/
/*  visibility: hidden;*/
/*}*/

/*.back-to-home a {*/
/*  font-size: 0.8em !important;*/
/*}*/

/*.card-wrapper {*/
/*  margin-top: 50px;*/
/*}*/

/*ul.sub-menu li a {*/
/*  color: black !important;*/
/*}*/

/*.menu-item-6032 a::after, .menu-item-6032 ul.sub-menu li a::after {*/
/*  display: none !important;*/
/*}*/

/*.vc_video-bg {*/
/*  border-radius: 0px !important;*/
/*}*/

/*.case-studies .card img {*/
/*  border-radius: 20px;*/
/*}*/

/*.see-how::after {*/
/*  content: "→";*/
/*  display: block;*/
/*}*/

/*.breakline {*/
/*  display: none;*/
/*}*/

/*.step-wrapper {*/
/*  border-radius: 10px;*/
/*  margin: 50px 0px;*/
/*}*/

/*.step-inner-wrapper {*/
/*  padding: 0px 50px;*/
/*}*/

/*.step .number p, .case-studies .number p {*/
/*  font-weight: 200;*/
/*  font-size: 32px;*/
/*}*/

/*.sub-title p {*/
/*  font-weight: bold;*/
/*}*/

/*.step.right .vc_column-inner {*/
/*  margin-left: 100px;*/
/*}*/

/*.step.left .vc_column-inner {*/
/*  margin-right: 100px;*/
/*}*/

/*.step .title h2, .case-studies .title h2 {*/
/*  font-weight: 500;*/
/*  margin-bottom: 65px;*/
/*}*/

/*.case-studies .sub-title p {*/
/*  font-size: 26px;*/
/*  text-align: center;*/
/*  font-weight: 200;*/
/*}*/

/*.case-studies .pre-title {*/
/*  font-weight: bold;*/
/*}*/

/*.case-studies .icon {*/
/*  height: 137px !important;*/
/*  width: auto !important;*/
/*  margin-bottom: 20px !important;*/
/*}*/

/*.step .info ol li, .step .info p, .case-studies .info p {*/
/*  font-weight: normal;*/
/*}*/

/*.step .info.white ol li::marker, .step .info.white ul li::marker {*/
/*  color: white;*/
/*}*/

/*.step.rounded .vc_column-inner, .step.rounded, .rounded, .case-studies.rounded .vc_column-inner, .case-studies.rounded {*/
/*  border-radius: 25px;*/
/*}*/

/*.step .button-center, .case-studies .button-center {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: center;*/
/*  width: 180px;*/
/*}*/

/*#case-studies .case-studies.rounded {*/
/*  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2) !important;*/
/*  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2) !important;*/
/*  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2) !important;*/
/*}*/

/*#case-studies {*/
/*  background: linear-gradient(-180deg, #331AC8 20%, white 20%);*/
/*}*/

/*.top-header-bar .header-block__item {*/
/*  padding-left: 45px;*/
/*  padding-right: 45px;*/
/*}*/

/*.top-header-bar .standard-menu-container ul.menu > li > a {*/
/*  font-size: 1rem;*/
/*}*/

/*.header-block, .site-header--static-header-type {*/
/*  background-color: white !important;*/
/*}*/

/*.flexslider {*/
/*  border: 10px solid #fff !important;*/
/*  margin: 5px !important;*/
/*  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;*/
/*}*/

/*.vc_custom_1595234830093 {*/
/*  padding-bottom: 25px !important;*/
/*}*/

/*.theme-default .nivoSlider {*/
/*  border-radius: 15px;*/
/*  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*}*/

/*!* Better docs custom css *!*/
/*.betterdocs-sidebar-content .docs-cat-title > img {*/
/*  height: 40px !important;*/
/*}*/

/*.betterdocs-category-box .docs-single-cat-wrap img {*/
/*  height: 100px !important;*/
/*  margin-bottom: 5px !important;*/
/*}*/

/*.docs-category-listing .docs-list ul li a {*/
/*  color: #111 !important;*/
/*  font-size: 14px;*/
/*}*/

/*.docs-category-listing .docs-list ul li a {*/
/*  color: #111 !important;*/
/*  font-size: 14px;*/
/*}*/

/*.betterdocs-breadcrumb-item.current span {*/
/*  font-size: 1rem;*/
/*  color: #3200cb !important;*/
/*}*/

/*.betterdocs-single-wraper .betterdocs-content-area .docs-single-main {*/
/*  padding-top: 20px;*/
/*  padding-right: 50px;*/
/*  padding-bottom: 20px;*/
/*  padding-left: 50px;*/
/*}*/

/*.betterdocs-category-wraper .docs-category-listing .docs-cat-title h3 {*/
/*  color: #111 !important;*/
/*}*/

/*.betterdocs-breadcrumb .betterdocs-breadcrumb-item a {*/
/*  font-size: 1rem;*/
/*  color: #111;*/
/*}*/

/*.betterdocs-breadcrumb .breadcrumb-delimiter {*/
/*  color: #111;*/
/*}*/

/*.betterdocs-sidebar-content .betterdocs-categories-wrap li a {*/
/*  color: #111111;*/
/*  font-size: 1rem;*/
/*}*/

/*.betterdocs-sidebar-content .betterdocs-categories-wrap li a:hover {*/
/*  color: #111111;*/
/*}*/

/*.betterdocs-sidebar-content .betterdocs-categories-wrap li a.active {*/
/*  color: #3200cb !important;*/
/*}*/

/*.betterdocs-sidebar-content .docs-single-cat-wrap .docs-cat-title-wrap.active-title {*/
/*  background-color: transparent !important;*/
/*  border: solid 1px #3200cb !important;*/
/*  border-radius: 50px;*/
/*}*/

/*.betterdocs-sidebar-content .docs-cat-title-inner h3:hover {*/
/*  color: #3200cb !important;*/
/*}*/

/*.betterdocs-sidebar-content .docs-single-cat-wrap .active-title .docs-cat-title-inner h3, .betterdocs-sidebar-content .active-title .docs-cat-title-inner h3, .betterdocs-full-sidebar-left .docs-cat-title-wrap::after {*/
/*  color: #3200cb !important;*/
/*}*/

/*.betterdocs-sidebar-content .docs-cat-title-inner h3 {*/
/*  color: #111;*/
/*  font-size: 1rem;*/
/*  font-weight: 300;*/
/*}*/

/*.betterdocs-sidebar-content .docs-cat-title-inner span {*/
/*  background-color: transparent;*/
/*  color: #3200cb !important;*/
/*  font-size: 12px;*/
/*}*/

/*.docs-item-count {*/
/*  background-color: transparent !important;*/
/*  padding: 0px;*/
/*  border-radius: 50%;*/
/*  border: solid 1px #3200cb !important;*/
/*  color: #3200cb !important;*/
/*}*/

/*.betterdocs-category-box.ash-bg .docs-single-cat-wrap {*/
/*  background-color: #fff;*/
/*  border-radius: 15px !important;*/
/*  -webkit-box-shadow: 0px 0px 20px 0px rgba(17, 17, 17, 0.1);*/
/*  -moz-box-shadow: 0px 0px 20px 0px rgba(17, 17, 17, 0.1);*/
/*  box-shadow: 0px 0px 20px 0px rgba(17, 17, 17, 0.1);*/
/*  transition: top ease 0.5s !important;*/
/*  position: relative !important;*/
/*  top: 0 !important;*/
/*}*/

/*.betterdocs-category-box.ash-bg .docs-single-cat-wrap:hover {*/
/*  top: -10px !important;*/
/*  -webkit-box-shadow: 0px 0px 20px 0px rgba(17, 17, 17, 0.2);*/
/*  -moz-box-shadow: 0px 0px 20px 0px rgba(17, 17, 17, 0.2);*/
/*  box-shadow: 0px 0px 20px 0px rgba(17, 17, 17, 0.2);*/
/*}*/

/*.betterdocs-entry-footer, .betterdocs-credit, .post-comment-form {*/
/*  display: none !important;*/
/*}*/

/*.betterdocs-single-wraper .betterdocs-content-area {*/
/*  background-color: #fff !important;*/
/*}*/

/*.docs-single-title .betterdocs-entry-title {*/
/*  color: #111 !important;*/
/*  font-size: 36px;*/
/*  text-transform: none !important;*/
/*  margin: 10px auto;*/
/*  padding-bottom: 40px;*/
/*}*/

/*.betterdocs-search-form-wrap {*/
/*  background: linear-gradient(137deg, #3200c8, #00c896);*/
/*  background-size: 240% 120%;*/
/*  background-position: center;*/
/*  padding-top: 80px;*/
/*  padding-right: 20px;*/
/*  padding-bottom: 89px;*/
/*  padding-left: 20px;*/
/*}*/

/*!* General stuff *!*/
/*.hero-text-padding.wpb_column.vc_column_container.vc_col-sm-6 {*/
/*  z-index: 2;*/
/*}*/

/*a.laborator-btn.btn.btn-index-5.btn-type-standard.white-button.button.button-center.btn-large {*/
/*  width: 200px;*/
/*}*/

/*a.laborator-btn.btn.btn-index-6.btn-type-standard.button.black-outline-button-blue.center.btn-normal {*/
/*  width: 225px;*/
/*}*/

/*.logos-holder .client-logos-col {*/
/*  margin-bottom: 25px !important;*/
/*}*/

/*.animation {*/
/*  border-radius: 15px !important;*/
/*}*/

/*.wpb_wrapper .vc_images_carousel .vc_item img {*/
/*  max-width: 50% !important;*/
/*  display: block !important;*/
/*  margin-left: auto !important;*/
/*  margin-right: auto !important;*/
/*}*/

/*.horizontal-center {*/
/*  display: block !important;*/
/*  margin-left: auto !important;*/
/*  margin-right: auto !important;*/
/*}*/

/*.half-blue {*/
/*  background: linear-gradient(#321bcc 50%, #FFF 50%);*/
/*}*/

/*.home-svg-styling svg {*/
/*  display: block !important;*/
/*  margin-left: auto !important;*/
/*  margin-right: auto !important;*/
/*  max-height: 75px !important;*/
/*}*/

/*.value-row {*/
/*  padding-top: 75px !important;*/
/*  padding-bottom: 75px !important;*/
/*}*/

/*.lottie-col2 lottie-player {*/
/*  !*background-image: linear-gradient(137deg, #3200c8, #00c896) !important;*!*/
/*  background-size: 240% 120%;*/
/*  background-position: center;*/
/*  !*width: 100% !important;*!*/
/*  !*height: 100% !important;*!*/
/*  border-radius: 15px !important;*/
/*  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  transition: box-shadow 0.3s ease-in-out !important;*/
/*}*/

/*.product-video.wpb_video_widget .wpb_wrapper iframe {*/
/*  border-radius: 0px 28px 28px 0px !important;*/
/*}*/

/*.wpb_video_widget.wpb_content_element.vc_clearfix.vc_video-aspect-ratio-169.vc_video-el-width-100.vc_video-align-left.product-video {*/
/*  margin-bottom: 0px;*/
/*}*/

/*span.image-placeholder.video.video-vimeo.loaded {*/
/*  border-radius: 0px 28px 28px 0px !important;*/
/*}*/

/*.player .vp-sidedock, .player .vp-sidedock .sidedock-inner {*/
/*  display: none !important;*/
/*}*/

/*.animationdelay-1 {*/
/*  animation-delay: 0.3s !important;*/
/*}*/

/*.animationdelay-2 {*/
/*  animation-delay: 0.6s !important;*/
/*}*/

/*.animationdelay-3 {*/
/*  animation-delay: 0.9s !important;*/
/*}*/

/*.custom-padding-datasheet {*/
/*  padding: 0px 25px 0px 25px !important;*/
/*}*/

/*.grid-container-home {*/
/*  width: 100% !important;*/
/*  display: inline-grid !important;*/
/*  grid-template-columns: 20% 20% 20% 20% 20% !important;*/
/*  padding: 25px !important;*/
/*}*/

/*.grid-container {*/
/*  width: 100% !important;*/
/*  display: inline-grid !important;*/
/*  grid-template-columns: 14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2% !important;*/
/*  padding: 25px !important;*/
/*}*/

/*.grid-container-iot {*/
/*  width: 100% !important;*/
/*  display: inline-grid !important;*/
/*  grid-template-columns: 33% 33% 33% !important;*/
/*  padding: 25px !important;*/
/*}*/

/*.grid-item {*/
/*  padding: 50px !important;*/
/*  font-size: 30px !important;*/
/*  text-align: center !important;*/
/*}*/

/*#mc_embed_signup input.email {*/
/*  height: auto !important;*/
/*  padding: 10px 30px 10px 30px !important;*/
/*  font-family: inherit !important;*/
/*  font-size: inherit !important;*/
/*  border: 2px solid #fff !important;*/
/*  -webkit-border-radius: 25px !important;*/
/*  -moz-border-radius: 25px !important;*/
/*  border-radius: 25px !important;*/
/*  color: #fff !important;*/
/*  background-color: transparent !important;*/
/*  max-height: 50px !important;*/
/*  display: inline-block !important;*/
/*}*/

/*#mc_embed_signup .button {*/
/*  font-size: inherit !important;*/
/*  line-height: inherit !important;*/
/*  height: auto !important;*/
/*}*/

/*.image-placeholder > img {*/
/*  transition: top ease 0.5s !important;*/
/*}*/

/*.image-placeholder > img:hover {*/
/*  top: -10px !important;*/
/*}*/

/*!* Scrollbar styling *!*/
/*.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {*/
/*  background-color: blue !important;*/
/*}*/

/*.ps__thumb-y {*/
/*  background-color: blue !important;*/
/*}*/

/*.ps__rail-y {*/
/*  opacity: 1 !important;*/
/*}*/

/*.vc_tta-panel-body {*/
/*  padding-left: 0px !important;*/
/*  padding-right: 0px !important;*/
/*}*/

/*!* Bottom border on accordion *!*/
/*.vc_tta-panel-heading {*/
/*  border-bottom: 1px solid black !important;*/
/*}*/

/*!* Text styling accordion *!*/
/*.vc_tta-title-text {*/
/*  font-size: 32px !important;*/
/*  font-family: "FFDIN" !important;*/
/*  font-style: normal !important;*/
/*  font-weight: bold !important;*/
/*  color: black !important;*/
/*}*/

/*.vc_video-bg {*/
/*  border-radius: 0px 28px 28px 0px;*/
/*}*/

/*.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {*/
/*  padding-left: 0px !important;*/
/*}*/

/*.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {*/
/*  right: 0px !important;*/
/*}*/

/*.vc_tta-panel-heading {*/
/*  background-color: white !important;*/
/*}*/

/*.blog-posts .post-item.template-standard .post-details {*/
/*  padding: 25px 0 !important;*/
/*}*/

/*.blog-posts .post-item.template-standard .post-details, .blog-posts .post-item.template-standard .post-thumbnail {*/
/*  border: none !important;*/
/*}*/

/*.features-section {*/
/*  padding: 0 !important;*/
/*}*/

/*.grad-background {*/
/*  background: linear-gradient(137deg, #3200c8, #00c896);*/
/*  background-size: 240% 120%;*/
/*  background-position: center;*/
/*}*/

/*.grad-background-img img {*/
/*  background-image: linear-gradient(137deg, #3200c8, #00c896) !important;*/
/*  background-size: 240% 120%;*/
/*  background-position: center;*/
/*}*/

/*.cls-1 {*/
/*  fill: black !important;*/
/*}*/

/*.no-padding {*/
/*  padding: 0px !important;*/
/*}*/

/*.svg-hover-effect svg {*/
/*  max-height: 75px !important;*/
/*  position: relative !important;*/
/*  top: 0 !important;*/
/*  transition: top ease 0.5s !important;*/
/*}*/

/*.svg-hover-effect svg:hover {*/
/*  top: -10px !important;*/
/*}*/

/*.svg-hover-effect {*/
/*  text-align: center !important;*/
/*}*/

/*.hover-underline-white a:after {*/
/*  background-color: white !important;*/
/*}*/

/*.hover-underline-black a:after {*/
/*  background-color: black !important;*/
/*}*/

/*.hover-underline-none a:after {*/
/*  background-color: transparent !important;*/
/*}*/

/*.padding-text-block {*/
/*  padding: 25px !important;*/
/*}*/

/*div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select select {*/
/*  max-width: 100% !important;*/
/*  border: 2px solid #3200cb !important;*/
/*  border-radius: 5px !important;*/
/*}*/

/*.wpforms-form input, .wpforms-form textarea {*/
/*  max-width: 100% !important;*/
/*  border: 2px solid #3200cb !important;*/
/*  border-radius: 5px !important;*/
/*  text-align: left !important;*/
/*}*/

/*.display-none-section {*/
/*  display: none !important;*/
/*}*/

/*!* solution overview *!*/
/*.product-filter {*/
/*  text-align: center !important;*/
/*}*/

/*.wpb_wrapper .lab-portfolio-items .portfolio-title-holder {*/
/*  margin-bottom: 40px;*/
/*}*/

/*.section-title {*/
/*  padding: 30px;*/
/*}*/

/*.portfolio-title-holder .pt-column-title {*/
/*  max-width: 100% !important;*/
/*  text-align: center !important;*/
/*  padding-right: 0px !important;*/
/*}*/

/*.portfolio-title-holder {*/
/*  display: block !important;*/
/*}*/

/*.link-hover {*/
/*  transition: top ease 0.5s !important;*/
/*  transition-property: top !important;*/
/*  transition-duration: 0.5s !important;*/
/*  transition-timing-function: ease !important;*/
/*  transition-delay: 0s !important;*/
/*}*/

/*.portfolio-holder .item-box .photo img {*/
/*  border-radius: 28px !important;*/
/*  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*}*/

/*!* solution product template *!*/
/*.solutions-svg svg {*/
/*  max-width: 75px !important;*/
/*  fill: #111111 !important;*/
/*  position: relative !important;*/
/*  top: 0 !important;*/
/*  transition: top ease 0.5s !important;*/
/*}*/

/*.solutions-svg svg:hover {*/
/*  top: -10px !important;*/
/*}*/

/*!* home custom css *!*/
/*.home-text-block {*/
/*  padding-top: 25px !important;*/
/*  padding-bottom: 25px !important;*/
/*  padding-left: 25px !important;*/
/*  padding-right: 25px !important;*/
/*}*/

/*.intro-animation {*/
/*  position: absolute;*/
/*  bottom: -5px;*/
/*  right: 0;*/
/*  width: 85vw;*/
/*}*/

/*!* Pricing custom css *!*/
/*.pricing-faq p {*/
/*  text-align: left !important;*/
/*}*/

/*.cta-pricing-description {*/
/*  padding-top: 50px !important;*/
/*  padding-bottom: 50px !important;*/
/*}*/

/*.cta-pricing-description a:after {*/
/*  background-color: transparent !important;*/
/*}*/

/*.cta-pricing-description a:hover {*/
/*  color: #3200cb !important;*/
/*}*/

/*!* Dropdown custom links *!*/
/*.sub-menu-link a {*/
/*  padding-top: 5px !important;*/
/*  padding-bottom: 8px !important;*/
/*  font-style: normal !important;*/
/*  font-weight: bold !important;*/
/*}*/

/*!* General button styling *!*/
/*.padding-home {*/
/*  padding-top: 50px;*/
/*  padding-right: 100px;*/
/*  padding-bottom: 50px;*/
/*  padding-left: 100px;*/
/*}*/

/*.cta-button {*/
/*  padding-top: 10px !important;*/
/*  padding-bottom: 10px !important;*/
/*  padding-left: 30px !important;*/
/*  padding-right: 30px !important;*/
/*  margin-right: 30px !important;*/
/*  border-radius: 30px !important;*/
/*  border: 2px solid !important;*/
/*}*/

/*.button {*/
/*  padding-top: 10px !important;*/
/*  padding-bottom: 10px !important;*/
/*  padding-left: 30px !important;*/
/*  padding-right: 30px !important;*/
/*  margin-right: 30px !important;*/
/*  border-radius: 30px !important;*/
/*  border: 2px solid !important;*/
/*}*/

/*!* Purple button *!*/
/*.purple-button {*/
/*  background-color: #3200C8 !important;*/
/*  color: #fff !important;*/
/*  border-color: #3200C8 !important;*/
/*}*/

/*a.request-case-study {*/
/*  display: block !important;*/
/*  margin: 0px auto !important;*/
/*  text-align: center;*/
/*  width: 250px;*/
/*}*/

/*.purple-button:hover {*/
/*  border-color: #b3b3b3 !important;*/
/*  color: #b3b3b3 !important;*/
/*  background-color: transparent !important;*/
/*}*/

/*!* White button *!*/
/*.white-button {*/
/*  background-color: #fff !important;*/
/*  color: #321bcc !important;*/
/*  border-color: #fff !important;*/
/*}*/

/*.white-button:hover {*/
/*  border-color: #fff !important;*/
/*  color: #fff !important;*/
/*  background-color: transparent !important;*/
/*}*/

/*!* White outline button *!*/
/*.white-outline-button {*/
/*  background-color: transparent !important;*/
/*  color: #fff !important;*/
/*  border-color: #fff !important;*/
/*}*/

/*.white-outline-button:hover {*/
/*  border-color: #b3b3b3 !important;*/
/*  color: #b3b3b3 !important;*/
/*  background-color: transparent !important;*/
/*}*/

/*!* Black outline button with white hover *!*/
/*.black-outline-button {*/
/*  background-color: transparent !important;*/
/*  color: black !important;*/
/*  border-color: black !important;*/
/*}*/

/*.black-outline-button:hover {*/
/*  border-color: #fff !important;*/
/*  color: #fff !important;*/
/*  background-color: transparent !important;*/
/*}*/

/*.black-outline-button-grey {*/
/*  background-color: transparent !important;*/
/*  color: black !important;*/
/*  border-color: black !important;*/
/*}*/

/*.black-outline-button-grey:hover {*/
/*  border-color: #f2f2f2 !important;*/
/*  color: #f2f2f2 !important;*/
/*  background-color: transparent !important;*/
/*}*/

/*.black-outline-button-blue {*/
/*  background-color: transparent !important;*/
/*  color: black !important;*/
/*  border-color: black !important;*/
/*}*/

/*.black-outline-button-blue:hover {*/
/*  border-color: #321BCC !important;*/
/*  color: #321BCC !important;*/
/*  background-color: transparent !important;*/
/*}*/

/*.button-center {*/
/*  display: block !important;*/
/*  margin-left: auto !important;*/
/*  margin-right: auto !important;*/
/*  text-align: center !important;*/
/*}*/

/*!* Features custom css *!*/
/*.three-row-text {*/
/*  text-align: left !important;*/
/*  padding-top: 20px !important;*/
/*  padding-left: 25px !important;*/
/*  padding-right: 25px !important;*/
/*}*/

/*.negative-margin-section-1 {*/
/*  margin-top: -80% !important;*/
/*}*/

/*.negative-margin-section-2 {*/
/*  margin-top: -50% !important;*/
/*}*/

/*.feature-icons-padding img {*/
/*  padding: 25px !important;*/
/*}*/

/*.feature-color-background {*/
/*  height: 500px !important;*/
/*  margin-top: -435px !important;*/
/*  z-index: -1 !important;*/
/*}*/

/*.feature-color-background-2 {*/
/*  height: 500px !important;*/
/*  z-index: -2 !important;*/
/*}*/

/*.features-icons-text {*/
/*  margin-top: -30px !important;*/
/*}*/

/*.features-icons-text p {*/
/*  color: #3200cb !important;*/
/*}*/

/*.part-feature-title h3 {*/
/*  padding-top: 0px !important;*/
/*  padding-bottom: 0px !important;*/
/*}*/

/*.part-feature-body p {*/
/*  padding-top: 0px !important;*/
/*  padding-bottom: 0px !important;*/
/*}*/

/*!* Border radius and dropshadow *!*/
/*.slider-border-shadow {*/
/*  border-radius: 20px !important;*/
/*  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  transition: box-shadow 0.3s ease-in-out !important;*/
/*}*/

/*.slider-border-shadow img {*/
/*  border-radius: 20px !important;*/
/*}*/

/*.image-border-shadow-full img {*/
/*  border-radius: 20px !important;*/
/*  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  transition: box-shadow 0.3s ease-in-out !important;*/
/*}*/

/*.image-border-shadow-full:hover img {*/
/*  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;*/
/*  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;*/
/*  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;*/
/*}*/

/*.image-border-shadow img {*/
/*  width: 75% !important;*/
/*  height: 75% !important;*/
/*  border-radius: 15px !important;*/
/*  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  transition: box-shadow 0.3s ease-in-out !important;*/
/*}*/

/*.image-border-shadow-slider img {*/
/*  width: 100% !important;*/
/*  height: 100% !important;*/
/*  border-radius: 15px !important;*/
/*  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;*/
/*  transition: box-shadow 0.3s ease-in-out !important;*/
/*}*/

/*.image-border-shadow:hover img {*/
/*  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;*/
/*  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;*/
/*  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;*/
/*}*/

/*@media (min-width: 992px) {*/
/*  .menu-items-blocks.standard-menu-container.reveal-from-top.dropdown-caret.menu-skin-dark {*/
/*    position: relative !important;*/
/*  }*/

/*  .menu-items-blocks.standard-menu-container.reveal-from-top.dropdown-caret.menu-skin-main {*/
/*    position: relative !important;*/
/*  }*/

/*  li.nav-left-align.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-2274 {*/
/*    position: absolute !important;*/
/*    left: 220px !important;*/
/*    top: 45% !important;*/
/*    transform: translate(0%, -50%) !important;*/
/*  }*/

/*  li.menu-item-4010 {*/
/*    position: absolute !important;*/
/*    left: 475px !important;*/
/*    top: 45% !important;*/
/*    transform: translate(0%, -50%) !important;*/
/*  }*/

/*  li.nav-left-align.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-4244 {*/
/*    position: absolute !important;*/
/*    left: 315px !important;*/
/*    top: 45% !important;*/
/*    transform: translate(0%, -50%) !important;*/
/*  }*/
/*}*/
/*li.nav-left-align menu-item menu-item-type-post_type menu-item-object-page menu-item-4010 {*/
/*  position: absolute !important;*/
/*  left: 474px !important;*/
/*  top: 45% !important;*/
/*  transform: translate(0%, -50%) !important;*/
/*}*/

/*.video-js.vjs-default-skin .vjs-poster {*/
/*  border-radius: 0px 28px 28px 0px !important;*/
/*}*/

/*.wpb_wrapper .wpb_video_wrapper .image-placeholder.video {*/
/*  border-radius: 0px 28px 28px 0px !important;*/
/*}*/

/*@media (max-width: 992px) {*/
/*  .product-video.wpb_video_widget .wpb_wrapper iframe {*/
/*    border-radius: 0px 0px 28px 28px !important;*/
/*  }*/

/*  .wpb_video_widget.wpb_content_element.vc_clearfix.vc_video-aspect-ratio-169.vc_video-el-width-100.vc_video-align-left.product-video {*/
/*    margin-bottom: 0px;*/
/*  }*/

/*  span.image-placeholder.video.video-vimeo.loaded {*/
/*    border-radius: 0px 0px 28px 28px !important;*/
/*  }*/
/*}*/
/*@media (max-width: 767px) {*/
/*  .wpb_text_column.wpb_content_element.example-text.post-formatting {*/
/*    margin-right: 0px !important;*/
/*  }*/

/*  .home-section-padding {*/
/*    padding-bottom: 50px !important;*/
/*    padding-top: 50px !important;*/
/*  }*/

/*  .vc_row.wpb_row.vc_inner.vc_row-fluid.value-row.vc_row-o-equal-height.vc_row-o-content-top.vc_row-flex.container-fixed {*/
/*    padding-top: 0px !important;*/
/*    padding-bottom: 0px !important;*/
/*  }*/

/*  .padding-home {*/
/*    padding-top: 50px !important;*/
/*    padding-right: 50px !important;*/
/*    padding-bottom: 50px !important;*/
/*    padding-left: 50px !important;*/
/*  }*/

/*  .wpb_wrapper .vc_images_carousel .vc_item img {*/
/*    max-width: 100% !important;*/
/*  }*/

/*  .col50 {*/
/*    width: 100% !important;*/
/*  }*/

/*  .acc_mobile {*/
/*    display: block !important;*/
/*  }*/

/*  .slider-border-shadow {*/
/*    margin-left: 0px !important;*/
/*    margin-right: 0px !important;*/
/*  }*/

/*  .toggle-label {*/
/*    margin: auto;*/
/*  }*/

/*  svg#Laag_1 {*/
/*    max-height: 150px !important;*/
/*  }*/

/*  .animationdelay-1 {*/
/*    animation-delay: 0s !important;*/
/*  }*/

/*  .animationdelay-2 {*/
/*    animation-delay: 0s !important;*/
/*  }*/

/*  .animationdelay-3 {*/
/*    animation-delay: 0s !important;*/
/*  }*/
/*}*/
/*!* Pricing page custom css *!*/
/*.monthly, .yearly {*/
/*  margin-top: 0px;*/
/*  margin-bottom: 0px;*/
/*}*/

/*.toggle-label {*/
/*  position: relative;*/
/*  display: block;*/
/*  width: 200px;*/
/*  height: 50px;*/
/*  margin-top: 4px;*/
/*  border: 1px solid #f4f4f4;*/
/*  border-radius: 50px;*/
/*}*/

/*.toggle-label input[type=checkbox] {*/
/*  opacity: 0;*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*.toggle-label input[type=checkbox] + .back {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #f3f3f3;*/
/*  border-radius: 50px;*/
/*  transition: background 150ms linear;*/
/*}*/

/*.toggle-label input[type=checkbox]:checked + .back {*/
/*  background: #f3f3f3;*/
/*  !*green*!*/
/*}*/

/*.toggle-label input[type=checkbox] + .back .toggle {*/
/*  display: block;*/
/*  position: absolute;*/
/*  content: " ";*/
/*  background: #3200cb;*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  transition: margin 150ms linear;*/
/*  border-radius: 50px;*/
/*}*/

/*.toggle-label input[type=checkbox]:checked + .back .toggle {*/
/*  margin-left: 100px;*/
/*  border-radius: 50px;*/
/*}*/

/*.toggle-label .label {*/
/*  display: block;*/
/*  position: absolute;*/
/*  width: 50%;*/
/*  color: #f3f3f3;*/
/*  line-height: 50px;*/
/*  text-align: center;*/
/*  font-size: 18px;*/
/*}*/

/*.toggle-label .label.on {*/
/*  left: 0px;*/
/*}*/

/*.toggle-label .label.off {*/
/*  right: 0px;*/
/*}*/

/*.toggle-label input[type=checkbox]:checked + .back .label.on {*/
/*  color: #3200cb;*/
/*}*/

/*.toggle-label input[type=checkbox] + .back .label.off {*/
/*  color: #3200cb;*/
/*}*/

/*.toggle-label input[type=checkbox]:checked + .back .label.off {*/
/*  color: #f3f3f3;*/
/*}*/

/*::-webkit-input-placeholder {*/
/*  !* Edge *!*/
/*  color: white;*/
/*}*/

/*:-ms-input-placeholder {*/
/*  !* Internet Explorer *!*/
/*  color: white;*/
/*}*/

/*::placeholder {*/
/*  color: white;*/
/*}*/

/*.standard-menu-container div.menu > ul > li + li, .standard-menu-container ul.menu > li + li {*/
/*  margin-left: 20px !important;*/
/*}*/

/*!* How to connect a device to the platform *!*/
/*div.grid-container-4 {*/
/*  width: 100% !important;*/
/*  display: inline-grid !important;*/
/*  grid-template-columns: 25% 25% 25% 25% !important;*/
/*  padding: 25px !important;*/
/*}*/

/*a.important-links-white {*/
/*  font-weight: 600;*/
/*  color: #ffffff;*/
/*  text-decoration: underline;*/
/*}*/

/*.standard-menu-container ul.menu ul {*/
/*  margin-top: 24px;*/
/*}*/

/*!* menu on features page *!*/
/*.page-id-5997 #menu-features-menu, .nav-container-main-menu, .standard-menu-container, .header-block__items-row, .header-block__items-row .header-block__item {*/
/*  width: 100% !important;*/
/*}*/

/*.page-id-5997 #menu-features-menu {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*}*/

/*.page-id-5997 .header-block__row--main .header-logo.logo-image {*/
/*  display: none !important;*/
/*}*/

/*.page-id-5997 a.link-hover:after {*/
/*  width: 0% !important;*/
/*}*/

/*!*# sourceMappingURL=custom-skin.css.map *!*/
/*.section-padding {*/
/*  padding: 50px 20px;*/
/*}*/

/*.section-padding-xl {*/
/*  padding: 200px 20px;*/
/*}*/

/*.regular-padding {*/
/*  padding: 20px;*/
/*}*/

/*.mt-50 {*/
/*  margin-top: 50px;*/
/*}*/

/*.mb-50 {*/
/*  margin-bottom: 50px;*/
/*}*/

/*.m-50 {*/
/*  margin: 50px auto;*/
/*}*/

/*.pt-50 {*/
/*  padding-top: 50px;*/
/*}*/

/*.pb-50 {*/
/*  padding-bottom: 50px;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .m-50 {*/
/*    margin: 100px auto;*/
/*  }*/

/*  .mt-50 {*/
/*    margin-top: 50px;*/
/*  }*/
/*}*/
/*.wide-image .col-10 {*/
/*  border-radius: 15px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  margin: 0 auto;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .wide-image .col-10 {*/
/*    border: 0;*/
/*    background: #331ac8;*/
/*    background: linear-gradient(45deg, #331ac8 0%, #a99bff 70%);*/
/*    min-height: 70vh;*/
/*  }*/
/*  .wide-image .col-10 img {*/
/*    max-height: 500px;*/
/*  }*/
/*}*/
/*.anchor-component {*/
/*  color: #000;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*}*/
/*.anchor-component .anchor:hover {*/
/*  text-decoration: underline;*/
/*}*/
/*.anchor-component .steps {*/
/*  z-index: 1;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/
/*.anchor-component .steps .card {*/
/*  margin-bottom: 20px;*/
/*  min-height: 234px;*/
/*  color: #fff;*/
/*  border: 1px solid #fff;*/
/*  border-radius: 20px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  padding: 32px;*/
/*  justify-content: space-between;*/
/*  background-color: #fff;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*.anchor-component .steps .card h2 {*/
/*  padding-bottom: 1rem;*/
/*  margin-top: 0;*/
/*  margin-bottom: 1rem;*/
/*  border-bottom: 1px solid #000;*/
/*}*/
/*.anchor-component .steps .card a, .anchor-component .steps .card ul, .anchor-component .steps .card li, .anchor-component .steps .card p, .anchor-component .steps .card h1, .anchor-component .steps .card h2, .anchor-component .steps .card h3 {*/
/*  color: #000;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*.anchor-component .steps .card:hover {*/
/*  border: 1px solid #f2f2f2;*/
/*  color: #000;*/
/*  background-color: #f2f2f2;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*.anchor-component .steps .card:hover a, .anchor-component .steps .card:hover ul, .anchor-component .steps .card:hover li, .anchor-component .steps .card:hover p, .anchor-component .steps .card:hover h1, .anchor-component .steps .card:hover h2, .anchor-component .steps .card:hover h3 {*/
/*  color: #000;*/
/*  transition: all 0.5s ease-in-out;*/
/*}*/
/*.anchor-component .steps .card:hover::after {*/
/*  display: none;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .anchor-component .steps {*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    gap: 40px;*/
/*    flex-wrap: wrap;*/
/*  }*/
/*}*/
/*.page-id-6847, .page-id-6849 {*/
/*  width: 100% !important;*/
/*  padding-left: 0 !important;*/
/*  padding-right: 0 !important;*/
/*  margin-left: 0 !important;*/
/*  margin-right: 0 !important;*/
/*}*/
/*.page-id-6847 .testimonial, .page-id-6849 .testimonial {*/
/*  padding-bottom: 100px;*/
/*}*/
/*.page-id-6847 .hero .lines-bg-1::after, .page-id-6849 .hero .lines-bg-1::after {*/
/*  background-size: 150%;*/
/*  opacity: 50%;*/
/*}*/
/*.page-id-6847 .cta.lines-bg-1 ::after, .page-id-6849 .cta.lines-bg-1 ::after {*/
/*  opacity: 20%;*/
/*}*/

/*.page-id-6715 .floating-image {*/
/*  padding-bottom: 0 !important;*/
/*}*/
/*.page-id-6715 .hero .lines-bg-1::after {*/
/*  opacity: 5%;*/
/*  background-size: 550%;*/
/*  background-position-x: right;*/
/*}*/
/*.page-id-6715 .steps-component.lines-bg-1::after {*/
/*  opacity: 50%;*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .hero .lines-bg-1::after {*/
/*    opacity: 50%;*/
/*    background-position-x: center;*/
/*    background-size: 150%;*/
/*  }*/
/*}*/
/*.page-id-6848 #main-wrapper > div.container, .page-id-6823 #main-wrapper > div.container {*/
/*  width: 100% !important;*/
/*  padding-left: 0 !important;*/
/*  padding-right: 0 !important;*/
/*  margin-left: 0 !important;*/
/*  margin-right: 0 !important;*/
/*}*/

/*.page-id-6823 .hero .content, .page-id-6848 .hero .content {*/
/*  top: 10vh;*/
/*  color: white;*/
/*  z-index: 1;*/
/*}*/
/*.page-id-6823 .hero .image, .page-id-6848 .hero .image {*/
/*  position: relative;*/
/*  color: #fff;*/
/*  background: #331ac8;*/
/*  background: linear-gradient(45deg, #331ac8 0%, #a99bff 70%);*/
/*}*/
/*.page-id-6823 .hero .image img, .page-id-6848 .hero .image img {*/
/*  object-fit: unset;*/
/*  width: 100vw;*/
/*  height: unset;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*}*/

/*@media (min-width: 600px) {*/
/*  .page-id-6823 .cta.lines-bg-1 ::after, .page-id-6848 .cta.lines-bg-1 ::after {*/
/*    opacity: 20%;*/
/*  }*/
/*  .page-id-6823 .hero .content, .page-id-6848 .hero .content {*/
/*    top: unset;*/
/*  }*/
/*  .page-id-6823 .hero .image.lines-bg-1 ::after, .page-id-6848 .hero .image.lines-bg-1 ::after {*/
/*    display: none;*/
/*  }*/
/*  .page-id-6823 .hero .image img, .page-id-6848 .hero .image img {*/
/*    object-fit: unset;*/
/*    width: 50vw;*/
/*    height: unset;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*  }*/
/*}*/

/*!*# sourceMappingURL=style.css.map *!*/
